diff --git a/CATcher-org_WATcher_main/authorship.json b/CATcher-org_WATcher_main/authorship.json index ace4482..17ca730 100644 --- a/CATcher-org_WATcher_main/authorship.json +++ b/CATcher-org_WATcher_main/authorship.json @@ -1 +1 @@ -[{"path":"src/app/activity-dashboard/activity-dashboard.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".event-tables-wrapper {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" overflow-x: auto;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":4}},{"path":"src/app/activity-dashboard/activity-dashboard.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cmat-grid-list cols\u003d\"4\" rowHeight\u003d\"80px\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"grid-flush-left\"\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003ch1 class\u003d\"mat-headline\" style\u003d\"margin: 0px\"\u003eActivity\u003c/h1\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"fill\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eStart Date\u003c/mat-label\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cinput matInput [min]\u003d\"startMinDate\" [max]\u003d\"startMaxDate\" [matDatepicker]\u003d\"startPicker\" (dateChange)\u003d\"pickStartDate($event)\" /\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cmat-hint\u003eMM/DD/YYYY\u003c/mat-hint\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cmat-datepicker-toggle matSuffix [for]\u003d\"startPicker\"\u003e\u003c/mat-datepicker-toggle\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003cmat-datepicker startView\u003d\"year\" #startPicker\u003e\u003c/mat-datepicker\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"fill\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eEnd Date\u003c/mat-label\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cinput matInput [min]\u003d\"endMinDate\" [max]\u003d\"endMaxDate\" [matDatepicker]\u003d\"endPicker\" (dateChange)\u003d\"pickEndDate($event)\" /\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cmat-hint\u003eMM/DD/YYYY\u003c/mat-hint\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cmat-datepicker-toggle matSuffix [for]\u003d\"endPicker\"\u003e\u003c/mat-datepicker-toggle\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cmat-datepicker startView\u003d\"year\" #endPicker\u003e\u003c/mat-datepicker\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/mat-grid-list\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":"\u003cdiv class\u003d\"event-tables-wrapper\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003capp-event-tables"},{"lineNumber":33,"author":{"gitId":"-"},"content":" *ngFor\u003d\"let assignee of assignees\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" class\u003d\"issue-table\""},{"lineNumber":35,"author":{"gitId":"-"},"content":" [actor]\u003d\"assignee\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" [columnsToDisplay]\u003d\"this.displayedColumns\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" [expandedColumnsToDisplay]\u003d\"this.expandedColumns\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" [actions]\u003d\"this.actionButtons\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e\u003c/app-event-tables\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"NereusWB922":1,"-":39}},{"path":"src/app/activity-dashboard/activity-dashboard.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, OnInit, QueryList, ViewChildren } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { MatDatepickerInputEvent } from \u0027@angular/material/datepicker\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { GithubUser } from \u0027../core/models/github-user.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../core/services/github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../core/services/githubevent.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { EXPANDED_TABLE_COLUMNS, TABLE_COLUMNS } from \u0027./event-tables/event-tables-columns\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { ACTION_BUTTONS, EventTablesComponent } from \u0027./event-tables/event-tables.component\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":11,"author":{"gitId":"-"},"content":" selector: \u0027app-activity-dashboard\u0027,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" templateUrl: \u0027./activity-dashboard.component.html\u0027,"},{"lineNumber":13,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./activity-dashboard.component.css\u0027]"},{"lineNumber":14,"author":{"gitId":"-"},"content":"})"},{"lineNumber":15,"author":{"gitId":"-"},"content":"export class ActivityDashboardComponent implements OnInit {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" readonly displayedColumns \u003d [TABLE_COLUMNS.DATE_START, TABLE_COLUMNS.ISSUE_COUNT, TABLE_COLUMNS.PR_COUNT, TABLE_COLUMNS.COMMENT_COUNT];"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" readonly expandedColumns \u003d [EXPANDED_TABLE_COLUMNS.TITLE, EXPANDED_TABLE_COLUMNS.DATE];"},{"lineNumber":18,"author":{"gitId":"-"},"content":" readonly actionButtons: ACTION_BUTTONS[] \u003d [ACTION_BUTTONS.VIEW_IN_WEB];"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" startMinDate: Date;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" startMaxDate \u003d moment().endOf(\u0027day\u0027).toDate();"},{"lineNumber":22,"author":{"gitId":"-"},"content":" endMinDate: Date;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" endMaxDate \u003d moment().endOf(\u0027day\u0027).toDate();"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" assignees: GithubUser[];"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" @ViewChildren(EventTablesComponent) tables: QueryList\u003cEventTablesComponent\u003e;"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" constructor(private githubService: GithubService, private githubEventService: GithubEventService) {}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" this.githubEventService.getEvents();"},{"lineNumber":33,"author":{"gitId":"-"},"content":" this.githubService.getUsersAssignable().subscribe((x) \u003d\u003e (this.assignees \u003d x));"},{"lineNumber":34,"author":{"gitId":"-"},"content":" }"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":" pickStartDate(event: MatDatepickerInputEvent\u003cDate\u003e) {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" this.endMinDate \u003d event.value;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" this.tables.forEach((t) \u003d\u003e (t.githubEvents.start \u003d `${event.value}`));"},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" pickEndDate(event: MatDatepickerInputEvent\u003cDate\u003e) {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" this.startMaxDate \u003d event.value;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" this.tables.forEach((t) \u003d\u003e (t.githubEvents.end \u003d `${event.value}`));"},{"lineNumber":44,"author":{"gitId":"-"},"content":" }"},{"lineNumber":45,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":1,"-":44}},{"path":"src/app/activity-dashboard/activity-dashboard.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { CommonModule } from \u0027@angular/common\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { NgModule } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { SharedModule } from \u0027../shared/shared.module\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { ActivityDashboardRoutingModule } from \u0027./activity-dashboard-routing.module\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { ActivityDashboardComponent } from \u0027./activity-dashboard.component\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { EventTablesModule } from \u0027./event-tables/event-tables.module\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { EventWeekDetailsComponent } from \u0027./event-week-details/event-week-details.component\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" declarations: [ActivityDashboardComponent, EventWeekDetailsComponent],"},{"lineNumber":11,"author":{"gitId":"-"},"content":" imports: [CommonModule, SharedModule, ActivityDashboardRoutingModule, EventTablesModule]"},{"lineNumber":12,"author":{"gitId":"-"},"content":"})"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export class ActivityDashboardModule {}"}],"authorContributionMap":{"NereusWB922":2,"-":11}},{"path":"src/app/activity-dashboard/event-tables/event-tables.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".table-container {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" margin: 10px;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" min-width: 400px;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":".actor-card {"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" padding: 10px;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" margin-bottom: 1px;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":".actor-username {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" flex-grow: 1;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" font-size: 15px;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" margin: 0;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" word-break: break-word;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":".avatar-container {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" margin-right: 10px;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":".mat-table {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" /* flex-wrap: wrap; */"},{"lineNumber":27,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":".mat-cell {"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":".mat-header-cell {"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":".mat-header-row {"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" white-space: nowrap;"},{"lineNumber":48,"author":{"gitId":"-"},"content":"}"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":".example-element-row:hover {"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" border: 3px solid rgba(0, 0, 0, 0.514);"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" border-radius: 3px;"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" color: #210749;"},{"lineNumber":54,"author":{"gitId":"-"},"content":"}"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":".example-element-row td {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" border-bottom-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":"}"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":".example-element-detail {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":63,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":64,"author":{"gitId":"-"},"content":"}"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"/* Colour cells */"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":".white {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" background-color: white;"},{"lineNumber":70,"author":{"gitId":"-"},"content":"}"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":".pale-green {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" background-color: palegreen;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":".green {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" background-color: green;"},{"lineNumber":78,"author":{"gitId":"-"},"content":"}"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":".scrollable-container {"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" height: 53vh;"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" overflow: auto;"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" margin-bottom: 2px;"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" scrollbar-width: none;"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" position: relative;"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":".scrollable-container::-webkit-scrollbar {"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" display: none;"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":"/* Ref: https://css-scroll-shadows.vercel.app */"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":".scrollable-container::before {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" position: absolute;"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" z-index: 2;"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" height: 6px;"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" width: 100%;"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":" display: block;"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":".scrollable-container::after {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" position: sticky;"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" z-index: 2;"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" top: 100%;"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" height: 6px;"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" width: 100%;"},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":" display: block;"},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" background-image: linear-gradient(to top, white 66%, transparent);"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":".scrollable-container-wrapper {"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" position: relative;"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":".scrollable-container-wrapper::before {"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":122,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":123,"author":{"gitId":"NereusWB922"},"content":" position: absolute;"},{"lineNumber":124,"author":{"gitId":"NereusWB922"},"content":" z-index: 1;"},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":" top: 0;"},{"lineNumber":126,"author":{"gitId":"NereusWB922"},"content":" left: 0;"},{"lineNumber":127,"author":{"gitId":"NereusWB922"},"content":" right: 0;"},{"lineNumber":128,"author":{"gitId":"NereusWB922"},"content":" height: 5px;"},{"lineNumber":129,"author":{"gitId":"NereusWB922"},"content":" background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.5), transparent);"},{"lineNumber":130,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":131,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":132,"author":{"gitId":"NereusWB922"},"content":".scrollable-container-wrapper::after {"},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":134,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" position: absolute;"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" z-index: 1;"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":" bottom: 0;"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":" left: 0;"},{"lineNumber":139,"author":{"gitId":"NereusWB922"},"content":" right: 0;"},{"lineNumber":140,"author":{"gitId":"NereusWB922"},"content":" height: 5px;"},{"lineNumber":141,"author":{"gitId":"NereusWB922"},"content":" background-image: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.5), transparent);"},{"lineNumber":142,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":105,"-":37}},{"path":"src/app/activity-dashboard/event-tables/event-tables.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"table-container\"\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card class\u003d\"actor-card\"\u003e"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" mat-card-avatar"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"this.actor\""},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" class\u003d\"avatar-container\""},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" [ngStyle]\u003d\"{"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" background: \u0027url(\u0027 + this.actor.avatar_url + \u0027)\u0027,"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" \u0027background-size\u0027: \u002740px\u0027"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" }\""},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title class\u003d\"actor-username\"\u003e"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" {{ this.actor !\u003d\u003d undefined ? this.actor.login : \u0027Unknown\u0027 }}"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card-title\u003e"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"scrollable-container-wrapper\"\u003e"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"scrollable-container\"\u003e"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-table [dataSource]\u003d\"this.githubEvents\" matSort multiTemplateDataRows\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"date_start\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e Date \u003c/mat-header-cell\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\"\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" {{ element.date_start }}"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"issue_count\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e Issue # \u003c/mat-header-cell\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\" [ngClass]\u003d\"colorCell(element.issue_count)\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {{ element.issue_count }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"pr_count\"\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e PR # \u003c/mat-header-cell\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\" [ngClass]\u003d\"colorCell(element.pr_count)\"\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" {{ element.pr_count }}"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"comment_count\"\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e Comment # \u003c/mat-header-cell\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\" [ngClass]\u003d\"colorCell(element.comment_count)\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" {{ element.comment_count }}"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-header-row *matHeaderRowDef\u003d\"this.columnsToDisplay\"\u003e\u003c/mat-header-row\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cmat-row"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" *matRowDef\u003d\"let eventWeek; columns: this.columnsToDisplay\""},{"lineNumber":59,"author":{"gitId":"-"},"content":" class\u003d\"example-element-row\""},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" (click)\u003d\"openDialog(eventWeek)\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" \u003e\u003c/mat-row\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/mat-table\u003e"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cmat-card *ngIf\u003d\"this.githubEvents.isLoading$ | async\" style\u003d\"display: flex; justify-content: center; align-items: center\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u003c/mat-card\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003cmat-paginator [pageSize]\u003d\"20\" [pageSizeOptions]\u003d\"[10, 20, 50]\"\u003e\u003c/mat-paginator\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"NereusWB922":22,"-":48}},{"path":"src/app/activity-dashboard/event-tables/event-tables.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { animate, state, style, transition, trigger } from \u0027@angular/animations\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { AfterViewInit, Component, Input, OnInit, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { MatDialog } from \u0027@angular/material/dialog\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { MatSort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { GithubUser } from \u0027../../core/models/github-user.model\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { ErrorHandlingService } from \u0027../../core/services/error-handling.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../../core/services/githubevent.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { EventWeekDetailsComponent } from \u0027../event-week-details/event-week-details.component\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { EventWeek } from \u0027../event-week.model\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { GithubEventDataTable } from \u0027./GithubEventDataTable\u0027;"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"import { NoEventsError } from \u0027./no-events-error.model\u0027;"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"export enum ACTION_BUTTONS {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" VIEW_IN_WEB,"},{"lineNumber":17,"author":{"gitId":"-"},"content":" COLLAPSE"},{"lineNumber":18,"author":{"gitId":"-"},"content":"}"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":21,"author":{"gitId":"-"},"content":" selector: \u0027app-event-tables\u0027,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" templateUrl: \u0027./event-tables.component.html\u0027,"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./event-tables.component.css\u0027]"},{"lineNumber":24,"author":{"gitId":"-"},"content":"})"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":27,"author":{"gitId":"-"},"content":" * Angular Table Expandable Rows"},{"lineNumber":28,"author":{"gitId":"-"},"content":" * ref: https://material.angular.io/components/table/examples#table-expandable-rows"},{"lineNumber":29,"author":{"gitId":"-"},"content":" */"},{"lineNumber":30,"author":{"gitId":"-"},"content":"export class EventTablesComponent implements OnInit, AfterViewInit {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" @Input() columnsToDisplay: string[];"},{"lineNumber":32,"author":{"gitId":"-"},"content":" @Input() expandedColumnsToDisplay: string[];"},{"lineNumber":33,"author":{"gitId":"-"},"content":" @Input() actions: ACTION_BUTTONS[];"},{"lineNumber":34,"author":{"gitId":"-"},"content":" @Input() actor?: GithubUser \u003d undefined;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" @Input() filters?: any \u003d undefined;"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":" @ViewChild(MatSort, { static: true }) sort: MatSort;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" @ViewChild(MatPaginator, { static: true }) paginator: MatPaginator;"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":" githubEvents: GithubEventDataTable;"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" public readonly action_buttons \u003d ACTION_BUTTONS;"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" constructor("},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" public githubEventService: GithubEventService,"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" public dialog: MatDialog,"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" private logger: LoggingService,"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" private errorHandling: ErrorHandlingService"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" ) {}"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" this.githubEvents \u003d new GithubEventDataTable(this.githubEventService, this.logger, this.sort, this.paginator, this.actor, this.filters);"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" setTimeout(() \u003d\u003e {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" this.githubEvents.loadEvents();"},{"lineNumber":58,"author":{"gitId":"-"},"content":" });"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":" reload() {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" this.githubEvents.loadEvents();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Formats the title text to account for those that contain long words."},{"lineNumber":67,"author":{"gitId":"-"},"content":" * @param title - Title of Event that is to be displayed in the Table Row."},{"lineNumber":68,"author":{"gitId":"-"},"content":" */"},{"lineNumber":69,"author":{"gitId":"-"},"content":" fitTitleText(title: string): string {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" // Arbitrary Length of Characters beyond which an overflow occurs."},{"lineNumber":71,"author":{"gitId":"-"},"content":" const MAX_WORD_LENGTH \u003d 43;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" const SPLITTER_TEXT \u003d \u0027 \u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" const ELLIPSES \u003d \u0027...\u0027;"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" return title"},{"lineNumber":76,"author":{"gitId":"-"},"content":" .split(SPLITTER_TEXT)"},{"lineNumber":77,"author":{"gitId":"-"},"content":" .map((word) \u003d\u003e {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" if (word.length \u003e MAX_WORD_LENGTH) {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" return word.substring(0, MAX_WORD_LENGTH - 5).concat(ELLIPSES);"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"-"},"content":" return word;"},{"lineNumber":82,"author":{"gitId":"-"},"content":" })"},{"lineNumber":83,"author":{"gitId":"-"},"content":" .join(SPLITTER_TEXT);"},{"lineNumber":84,"author":{"gitId":"-"},"content":" }"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" /** Not implemented yet. */"},{"lineNumber":87,"author":{"gitId":"-"},"content":" viewEventInBrowser(id: number, event: Event) {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.logger.info(`EventTablesComponent: Opening Event ${id} on Github`);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" // window.open(\u0027https://github.com/\u0027, \u0027_blank\u0027);"},{"lineNumber":90,"author":{"gitId":"-"},"content":" }"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" /** Opens dialog to show the event details of the selected week. */"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" openDialog(eventWeek: EventWeek) {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" if (eventWeek.events.length \u003c\u003d 0) {"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" this.errorHandling.handleError(new NoEventsError());"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" return;"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" this.dialog.open(EventWeekDetailsComponent, {"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" data: {"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":" eventWeek,"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" expandedColumnsToDisplay: this.expandedColumnsToDisplay"},{"lineNumber":102,"author":{"gitId":"-"},"content":" }"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" /** Returns color string of cell. Shade darkens with magnitude of number. */"},{"lineNumber":107,"author":{"gitId":"-"},"content":" colorCell(count: number) {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" if (count \u003d\u003d\u003d 0) {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" return \u0027white\u0027;"},{"lineNumber":110,"author":{"gitId":"-"},"content":" } else if (count \u003e 0 \u0026\u0026 count \u003c\u003d 5) {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" return \u0027pale-green\u0027;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" } else if (count \u003e 6) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" return \u0027green\u0027;"},{"lineNumber":114,"author":{"gitId":"-"},"content":" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":21,"-":95}},{"path":"src/app/activity-dashboard/event-tables/no-events-error.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"export class NoEventsError extends Error {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" constructor() {"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" super(\u0027No events found for this week.\u0027);"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" Object.setPrototypeOf(this, NoEventsError.prototype);"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":6}},{"path":"src/app/activity-dashboard/event-week-details/event-week-details.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".mat-cell {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" white-space: nowrap;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":".mat-header-cell {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":".mat-dialog-content {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" min-width: 500px;"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":20}},{"path":"src/app/activity-dashboard/event-week-details/event-week-details.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"\u003ch2 mat-dialog-title\u003eEvent Week Details\u003c/h2\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"\u003cmat-dialog-content class\u003d\"mat-typography\"\u003e"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-table [dataSource]\u003d\"data.eventWeek.events\"\u003e"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" \u003cng-container matColumnDef\u003d\"{{ expandableColumn }}\" *ngFor\u003d\"let expandableColumn of data.expandedColumnsToDisplay\"\u003e"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-header-cell *matHeaderCellDef\u003e{{ expandableColumn }}\u003c/mat-header-cell\u003e"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-cell *matCellDef\u003d\"let property\"\u003e"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" {{ property[expandableColumn] }}"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" \u003c/ng-container\u003e"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-header-row *matHeaderRowDef\u003d\"data.expandedColumnsToDisplay\"\u003e\u003c/mat-header-row\u003e"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-row *matRowDef\u003d\"let property; columns: data.expandedColumnsToDisplay\"\u003e\u003c/mat-row\u003e"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-table\u003e"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"\u003c/mat-dialog-content\u003e"}],"authorContributionMap":{"NereusWB922":13}},{"path":"src/app/activity-dashboard/event-week-details/event-week-details.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Component, Inject } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { MAT_DIALOG_DATA } from \u0027@angular/material/dialog\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { EventWeek } from \u0027../event-week.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"export interface DialogData {"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" eventWeek: EventWeek;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" expandedColumnsToDisplay: string[];"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"@Component({"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" selector: \u0027app-event-week-detail\u0027,"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" templateUrl: \u0027./event-week-details.component.html\u0027,"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./event-week-details.component.css\u0027]"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export class EventWeekDetailsComponent {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" constructor(@Inject(MAT_DIALOG_DATA) public data: DialogData) {}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":17}},{"path":"src/app/app-routing.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { NgModule } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { RouterModule, Routes } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { ActivityDashboardModule } from \u0027./activity-dashboard/activity-dashboard.module\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { AuthModule } from \u0027./auth/auth.module\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { AuthGuard } from \u0027./core/guards/auth.guard\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { ParseUrlParamsGuard } from \u0027./core/guards/parse-url-params.guard\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { IssuesViewerModule } from \u0027./issues-viewer/issues-viewer.module\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"const routes: Routes \u003d ["},{"lineNumber":10,"author":{"gitId":"-"},"content":" { path: \u0027\u0027, loadChildren: () \u003d\u003e AuthModule },"},{"lineNumber":11,"author":{"gitId":"-"},"content":" { path: \u0027issuesViewer/:org/:repo\u0027, canActivate: [ParseUrlParamsGuard], children: [] },"},{"lineNumber":12,"author":{"gitId":"-"},"content":" { path: \u0027issuesViewer\u0027, loadChildren: () \u003d\u003e IssuesViewerModule, canLoad: [AuthGuard] },"},{"lineNumber":13,"author":{"gitId":"-"},"content":" { path: \u0027activityDashboard\u0027, loadChildren: () \u003d\u003e ActivityDashboardModule, canLoad: [AuthGuard] }"},{"lineNumber":14,"author":{"gitId":"-"},"content":"];"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":" imports: [RouterModule.forRoot(routes, { relativeLinkResolution: \u0027legacy\u0027 })],"},{"lineNumber":18,"author":{"gitId":"-"},"content":" exports: [RouterModule]"},{"lineNumber":19,"author":{"gitId":"-"},"content":"})"},{"lineNumber":20,"author":{"gitId":"-"},"content":"export class AppRoutingModule {}"}],"authorContributionMap":{"MadLamprey":1,"-":19}},{"path":"src/app/app.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { HttpClientModule } from \u0027@angular/common/http\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { ErrorHandler, NgModule, NgZone } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BrowserModule, Title } from \u0027@angular/platform-browser\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { BrowserAnimationsModule } from \u0027@angular/platform-browser/animations\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { Router } from \u0027@angular/router\u0027;"},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":"import { ApolloLink, InMemoryCache, PossibleTypesMap } from \u0027@apollo/client/core\u0027;"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":"import { setContext } from \u0027@apollo/client/link/context\u0027;"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":"import { Apollo } from \u0027apollo-angular\u0027;"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":"import { HttpLink } from \u0027apollo-angular/http\u0027;"},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"import \u0027reflect-metadata\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import graphqlTypes from \u0027../../graphql/graphql-types\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import \u0027../polyfills\u0027;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"import { ActivityDashboardModule } from \u0027./activity-dashboard/activity-dashboard.module\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { AppRoutingModule } from \u0027./app-routing.module\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { AppComponent } from \u0027./app.component\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":"import { AuthModule } from \u0027./auth/auth.module\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"import { UserConfirmationComponent } from \u0027./core/guards/user-confirmation/user-confirmation.component\u0027;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027./core/services/auth.service\u0027;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027./core/services/error-handling.service\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027./core/services/error-message.service\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { AuthServiceFactory } from \u0027./core/services/factories/factory.auth.service\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"import { GithubServiceFactory } from \u0027./core/services/factories/factory.github.service\u0027;"},{"lineNumber":24,"author":{"gitId":"-"},"content":"import { IssueServiceFactory } from \u0027./core/services/factories/factory.issue.service\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./core/services/github.service\u0027;"},{"lineNumber":26,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027./core/services/githubevent.service\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027./core/services/issue.service\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027./core/services/label.service\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./core/services/logging.service\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"import { RepoSessionStorageService } from \u0027./core/services/repo-session-storage.service\u0027;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"import { UserService } from \u0027./core/services/user.service\u0027;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027./core/services/view.service\u0027;"},{"lineNumber":33,"author":{"gitId":"-"},"content":"import { IssuesViewerModule } from \u0027./issues-viewer/issues-viewer.module\u0027;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"import { LabelDefinitionPopupComponent } from \u0027./shared/label-definition-popup/label-definition-popup.component\u0027;"},{"lineNumber":35,"author":{"gitId":"-"},"content":"import { HeaderComponent } from \u0027./shared/layout\u0027;"},{"lineNumber":36,"author":{"gitId":"-"},"content":"import { RepoChangeFormComponent } from \u0027./shared/repo-change-form/repo-change-form.component\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"import { SharedModule } from \u0027./shared/shared.module\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":40,"author":{"gitId":"Arif-Khalid"},"content":" declarations: [AppComponent, HeaderComponent, UserConfirmationComponent, LabelDefinitionPopupComponent, RepoChangeFormComponent],"},{"lineNumber":41,"author":{"gitId":"-"},"content":" imports: ["},{"lineNumber":42,"author":{"gitId":"-"},"content":" BrowserModule,"},{"lineNumber":43,"author":{"gitId":"-"},"content":" BrowserAnimationsModule,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" AuthModule,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" IssuesViewerModule,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ActivityDashboardModule,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" SharedModule,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" HttpClientModule,"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":" AppRoutingModule"},{"lineNumber":50,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":51,"author":{"gitId":"-"},"content":" providers: ["},{"lineNumber":52,"author":{"gitId":"-"},"content":" {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" provide: GithubService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" useFactory: GithubServiceFactory,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" deps: [ErrorHandlingService, Apollo, LoggingService]"},{"lineNumber":56,"author":{"gitId":"-"},"content":" },"},{"lineNumber":57,"author":{"gitId":"-"},"content":" {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" provide: AuthService,"},{"lineNumber":59,"author":{"gitId":"-"},"content":" useFactory: AuthServiceFactory,"},{"lineNumber":60,"author":{"gitId":"-"},"content":" deps: ["},{"lineNumber":61,"author":{"gitId":"-"},"content":" Router,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" NgZone,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" GithubService,"},{"lineNumber":64,"author":{"gitId":"-"},"content":" UserService,"},{"lineNumber":65,"author":{"gitId":"-"},"content":" IssueService,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" LabelService,"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" ViewService,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" GithubEventService,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" Title,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" ErrorHandlingService,"},{"lineNumber":71,"author":{"gitId":"-"},"content":" LoggingService"},{"lineNumber":72,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":73,"author":{"gitId":"-"},"content":" },"},{"lineNumber":74,"author":{"gitId":"-"},"content":" {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" provide: IssueService,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" useFactory: IssueServiceFactory,"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" deps: [GithubService, UserService, ViewService]"},{"lineNumber":78,"author":{"gitId":"-"},"content":" },"},{"lineNumber":79,"author":{"gitId":"-"},"content":" {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" provide: ErrorHandler,"},{"lineNumber":81,"author":{"gitId":"-"},"content":" useClass: ErrorHandlingService"},{"lineNumber":82,"author":{"gitId":"-"},"content":" },"},{"lineNumber":83,"author":{"gitId":"-"},"content":" ErrorMessageService,"},{"lineNumber":84,"author":{"gitId":"-"},"content":" RepoSessionStorageService"},{"lineNumber":85,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":86,"author":{"gitId":"-"},"content":" bootstrap: [AppComponent]"},{"lineNumber":87,"author":{"gitId":"-"},"content":"})"},{"lineNumber":88,"author":{"gitId":"-"},"content":"export class AppModule {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" constructor(private apollo: Apollo, private httpLink: HttpLink, private authService: AuthService, private logger: LoggingService) {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" const URI \u003d \u0027https://api.github.com/graphql\u0027;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" const log \u003d new ApolloLink((operation, forward) \u003d\u003e {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" operation.setContext({ start: performance.now() });"},{"lineNumber":93,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AppModule: GraphQL request\u0027, operation.getContext());"},{"lineNumber":94,"author":{"gitId":"-"},"content":" return forward(operation).map((result) \u003d\u003e {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" const time \u003d performance.now() - operation.getContext().start;"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AppModule: GraphQL response\u0027, operation.getContext(), `in ${Math.round(time)}ms`);"},{"lineNumber":97,"author":{"gitId":"-"},"content":" const repo \u003d operation.getContext().response.body.data.repository;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" const item \u003d Object.keys(repo)[0];"},{"lineNumber":99,"author":{"gitId":"-"},"content":" this.logger.debug(\u0027AppModule: GraphQL response body\u0027, item, repo[item].edges.length, repo[item].edges);"},{"lineNumber":100,"author":{"gitId":"-"},"content":" return result;"},{"lineNumber":101,"author":{"gitId":"-"},"content":" });"},{"lineNumber":102,"author":{"gitId":"-"},"content":" });"},{"lineNumber":103,"author":{"gitId":"-"},"content":" const basic \u003d setContext(() \u003d\u003e {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" return { headers: { Accept: \u0027charset\u003dutf-8\u0027 } };"},{"lineNumber":105,"author":{"gitId":"-"},"content":" });"},{"lineNumber":106,"author":{"gitId":"-"},"content":" const auth \u003d setContext(() \u003d\u003e {"},{"lineNumber":107,"author":{"gitId":"-"},"content":" return { headers: { Authorization: `Token ${this.authService.accessToken.getValue()}` } };"},{"lineNumber":108,"author":{"gitId":"-"},"content":" });"},{"lineNumber":109,"author":{"gitId":"-"},"content":" const link \u003d ApolloLink.from([log, basic, auth, this.httpLink.create({ uri: URI })]);"},{"lineNumber":110,"author":{"gitId":"MadLamprey"},"content":" const possibleTypes: PossibleTypesMap \u003d {};"},{"lineNumber":111,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":112,"author":{"gitId":"MadLamprey"},"content":" graphqlTypes.__schema.types.forEach((type: any) \u003d\u003e {"},{"lineNumber":113,"author":{"gitId":"MadLamprey"},"content":" if (type.kind \u003d\u003d\u003d \u0027UNION\u0027 || type.kind \u003d\u003d\u003d \u0027INTERFACE\u0027) {"},{"lineNumber":114,"author":{"gitId":"MadLamprey"},"content":" possibleTypes[type.name] \u003d type.possibleTypes.map((possibleType: any) \u003d\u003e possibleType.name);"},{"lineNumber":115,"author":{"gitId":"MadLamprey"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":" });"},{"lineNumber":117,"author":{"gitId":"MadLamprey"},"content":" const cache \u003d new InMemoryCache({ possibleTypes });"},{"lineNumber":118,"author":{"gitId":"-"},"content":" this.apollo.create({"},{"lineNumber":119,"author":{"gitId":"-"},"content":" link: link,"},{"lineNumber":120,"author":{"gitId":"-"},"content":" cache: cache"},{"lineNumber":121,"author":{"gitId":"-"},"content":" });"},{"lineNumber":122,"author":{"gitId":"-"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":3,"Arif-Khalid":1,"MadLamprey":13,"-":106}},{"path":"src/app/auth/auth.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, NgZone, OnDestroy, OnInit } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { filter, flatMap, map } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../environments/environment\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { STORAGE_KEYS } from \u0027../core/constants/storage-keys.constants\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { GithubUser } from \u0027../core/models/github-user.model\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { ApplicationService } from \u0027../core/services/application.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { AuthService, AuthState } from \u0027../core/services/auth.service\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../core/services/error-handling.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027../core/services/error-message.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../core/services/logging.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../core/services/user.service\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../core/services/view.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":17,"author":{"gitId":"-"},"content":" selector: \u0027app-auth\u0027,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" templateUrl: \u0027./auth.component.html\u0027,"},{"lineNumber":19,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./auth.component.css\u0027]"},{"lineNumber":20,"author":{"gitId":"-"},"content":"})"},{"lineNumber":21,"author":{"gitId":"-"},"content":"export class AuthComponent implements OnInit, OnDestroy {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" authState: AuthState;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" accessTokenSubscription: Subscription;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" authStateSubscription: Subscription;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" currentUserName: string;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" urlEncodedSessionName: string;"},{"lineNumber":27,"author":{"gitId":"-"},"content":" urlEncodedRepo: string;"},{"lineNumber":28,"author":{"gitId":"-"},"content":" sessionInformation: string;"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":31,"author":{"gitId":"-"},"content":" public appService: ApplicationService,"},{"lineNumber":32,"author":{"gitId":"-"},"content":" private authService: AuthService,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" private userService: UserService,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" private errorHandlingService: ErrorHandlingService,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" private router: Router,"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" private viewService: ViewService,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" private ngZone: NgZone,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" private activatedRoute: ActivatedRoute,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" private logger: LoggingService"},{"lineNumber":40,"author":{"gitId":"-"},"content":" ) {}"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" this.logger.startSession();"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":" const oauthCode \u003d this.activatedRoute.snapshot.queryParamMap.get(\u0027code\u0027);"},{"lineNumber":46,"author":{"gitId":"-"},"content":" const state \u003d this.activatedRoute.snapshot.queryParamMap.get(\u0027state\u0027);"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" if (this.authService.isAuthenticated()) {"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" this.router.navigate([this.viewService.currentView]);"},{"lineNumber":50,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" }"},{"lineNumber":52,"author":{"gitId":"-"},"content":" this.initAccessTokenSubscription();"},{"lineNumber":53,"author":{"gitId":"-"},"content":" this.initAuthStateSubscription();"},{"lineNumber":54,"author":{"gitId":"-"},"content":" this.createProfileFromUrlQueryParams();"},{"lineNumber":55,"author":{"gitId":"-"},"content":" this.getRepoFromUrlQueryParams();"},{"lineNumber":56,"author":{"gitId":"-"},"content":" if (oauthCode) {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" // runs upon receiving oauthCode from the redirect"},{"lineNumber":58,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.AwaitingAuthentication);"},{"lineNumber":59,"author":{"gitId":"-"},"content":" // this.restoreOrgDetailsFromLocalStorage();"},{"lineNumber":60,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AuthComponent: Obtained authorisation code from Github\u0027);"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.fetchAccessToken(oauthCode, state);"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" return;"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" this.authService.startOAuthIfHasNext();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" }"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":68,"author":{"gitId":"-"},"content":" * Will fetch the access token from GitHub."},{"lineNumber":69,"author":{"gitId":"-"},"content":" * @param oauthCode - The authorisation code obtained from GitHub."},{"lineNumber":70,"author":{"gitId":"-"},"content":" * @param state - The state returned from GitHub."},{"lineNumber":71,"author":{"gitId":"-"},"content":" */"},{"lineNumber":72,"author":{"gitId":"-"},"content":" fetchAccessToken(oauthCode: string, state: string) {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" if (!this.authService.isReturnedStateSame(state)) {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Received incorrect state ${state}, continue waiting for correct state`);"},{"lineNumber":75,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Retrieving access token from Github`);"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":" const accessTokenUrl \u003d `${AppConfig.accessTokenUrl}/${oauthCode}/client_id/${AppConfig.clientId}`;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" fetch(accessTokenUrl)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" .then((res) \u003d\u003e res.json())"},{"lineNumber":83,"author":{"gitId":"-"},"content":" .then((data) \u003d\u003e {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" if (data.error) {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" throw new Error(data.error);"},{"lineNumber":86,"author":{"gitId":"-"},"content":" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" this.authService.storeOAuthAccessToken(data.token);"},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Sucessfully obtained access token`);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" })"},{"lineNumber":90,"author":{"gitId":"-"},"content":" .catch((err) \u003d\u003e {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Error in data fetched from access token URL: ${err}`);"},{"lineNumber":92,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(err);"},{"lineNumber":93,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":94,"author":{"gitId":"-"},"content":" });"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" ngOnDestroy() {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" if (this.authStateSubscription) {"},{"lineNumber":99,"author":{"gitId":"-"},"content":" this.authStateSubscription.unsubscribe();"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":" if (this.accessTokenSubscription) {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" this.accessTokenSubscription.unsubscribe();"},{"lineNumber":103,"author":{"gitId":"-"},"content":" }"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":107,"author":{"gitId":"-"},"content":" * Checks whether the current version of WATcher is outdated."},{"lineNumber":108,"author":{"gitId":"-"},"content":" */"},{"lineNumber":109,"author":{"gitId":"-"},"content":" checkAppIsOutdated(): Observable\u003cany\u003e {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" return this.appService.isApplicationOutdated().pipe("},{"lineNumber":111,"author":{"gitId":"-"},"content":" map((isOutdated: boolean) \u003d\u003e {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" if (isOutdated) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.applicationVersionOutdatedMessage());"},{"lineNumber":114,"author":{"gitId":"-"},"content":" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" })"},{"lineNumber":116,"author":{"gitId":"-"},"content":" );"},{"lineNumber":117,"author":{"gitId":"-"},"content":" }"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":" updateSession(sessionEvent: string) {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" this.sessionInformation \u003d sessionEvent;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" }"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":" goToSessionSelect() {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":125,"author":{"gitId":"-"},"content":" }"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":" isUserNotAuthenticated(): boolean {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.NotAuthenticated;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" }"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":" isUserAuthenticating(): boolean {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.AwaitingAuthentication;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" }"},{"lineNumber":134,"author":{"gitId":"-"},"content":""},{"lineNumber":135,"author":{"gitId":"-"},"content":" isAwaitingOAuthUserConfirm(): boolean {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.ConfirmOAuthUser;"},{"lineNumber":137,"author":{"gitId":"-"},"content":" }"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":" isUserAuthenticated(): boolean {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.Authenticated;"},{"lineNumber":141,"author":{"gitId":"-"},"content":" }"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":" isRepoSet(): boolean {"},{"lineNumber":144,"author":{"gitId":"NereusWB922"},"content":" return this.viewService.isRepoSet();"},{"lineNumber":145,"author":{"gitId":"-"},"content":" }"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":" get currentSessionOrg(): string {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" if (!this.sessionInformation) {"},{"lineNumber":149,"author":{"gitId":"-"},"content":" // Retrieve org details of session information from local storage"},{"lineNumber":150,"author":{"gitId":"-"},"content":" return window.localStorage.getItem(STORAGE_KEYS.ORG);"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":" return this.getOrgDetails(this.sessionInformation);"},{"lineNumber":153,"author":{"gitId":"-"},"content":" }"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":156,"author":{"gitId":"-"},"content":" * Extracts the Organization Details from the input sessionInformation."},{"lineNumber":157,"author":{"gitId":"-"},"content":" * @param sessionInformation - string in the format of \u0027orgName/dataRepo\u0027"},{"lineNumber":158,"author":{"gitId":"-"},"content":" */"},{"lineNumber":159,"author":{"gitId":"-"},"content":" private getOrgDetails(sessionInformation: string) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" return sessionInformation.split(\u0027/\u0027)[0];"},{"lineNumber":161,"author":{"gitId":"-"},"content":" }"},{"lineNumber":162,"author":{"gitId":"-"},"content":""},{"lineNumber":163,"author":{"gitId":"-"},"content":" private initAuthStateSubscription() {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" this.authStateSubscription \u003d this.authService.currentAuthState.subscribe((state) \u003d\u003e {"},{"lineNumber":165,"author":{"gitId":"-"},"content":" this.ngZone.run(() \u003d\u003e {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" this.authState \u003d state;"},{"lineNumber":167,"author":{"gitId":"-"},"content":" });"},{"lineNumber":168,"author":{"gitId":"-"},"content":" });"},{"lineNumber":169,"author":{"gitId":"-"},"content":" }"},{"lineNumber":170,"author":{"gitId":"-"},"content":""},{"lineNumber":171,"author":{"gitId":"-"},"content":" private initAccessTokenSubscription() {"},{"lineNumber":172,"author":{"gitId":"-"},"content":" this.accessTokenSubscription \u003d this.authService.accessToken"},{"lineNumber":173,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":174,"author":{"gitId":"-"},"content":" filter((token: string) \u003d\u003e !!token),"},{"lineNumber":175,"author":{"gitId":"-"},"content":" flatMap(() \u003d\u003e this.userService.getAuthenticatedUser())"},{"lineNumber":176,"author":{"gitId":"-"},"content":" )"},{"lineNumber":177,"author":{"gitId":"-"},"content":" .subscribe((user: GithubUser) \u003d\u003e {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" this.ngZone.run(() \u003d\u003e {"},{"lineNumber":179,"author":{"gitId":"-"},"content":" this.currentUserName \u003d user.login;"},{"lineNumber":180,"author":{"gitId":"nknguyenhc"},"content":" if (this.authService.hasNext()) {"},{"lineNumber":181,"author":{"gitId":"nknguyenhc"},"content":" this.authService.completeLoginIfHasNext(this.currentUserName);"},{"lineNumber":182,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.ConfirmOAuthUser);"},{"lineNumber":184,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":185,"author":{"gitId":"-"},"content":" });"},{"lineNumber":186,"author":{"gitId":"-"},"content":" });"},{"lineNumber":187,"author":{"gitId":"-"},"content":" }"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":" private createProfileFromUrlQueryParams() {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" const urlParams \u003d this.activatedRoute.snapshot.queryParamMap;"},{"lineNumber":191,"author":{"gitId":"-"},"content":" if (urlParams.has(\u0027session\u0027)) {"},{"lineNumber":192,"author":{"gitId":"-"},"content":" this.urlEncodedSessionName \u003d urlParams.get(\u0027session\u0027);"},{"lineNumber":193,"author":{"gitId":"-"},"content":" }"},{"lineNumber":194,"author":{"gitId":"-"},"content":" }"},{"lineNumber":195,"author":{"gitId":"-"},"content":""},{"lineNumber":196,"author":{"gitId":"-"},"content":" private getRepoFromUrlQueryParams() {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" const urlParams \u003d this.activatedRoute.snapshot.queryParamMap;"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (urlParams.has(\u0027repo\u0027)) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" this.urlEncodedRepo \u003d urlParams.get(\u0027repo\u0027);"},{"lineNumber":200,"author":{"gitId":"-"},"content":" }"},{"lineNumber":201,"author":{"gitId":"-"},"content":" }"},{"lineNumber":202,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":4,"-":192}},{"path":"src/app/core/guards/auth.guard.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { ActivatedRouteSnapshot, CanActivate, CanLoad, Route, Router, RouterStateSnapshot, UrlSegment } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027../services/auth.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":7,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":8,"author":{"gitId":"-"},"content":"})"},{"lineNumber":9,"author":{"gitId":"-"},"content":"export class AuthGuard implements CanActivate, CanLoad {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" constructor(private auth: AuthService, private router: Router) {}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":" canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable\u003cboolean\u003e | Promise\u003cboolean\u003e | boolean {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" if (this.auth.isAuthenticated()) {"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" this.auth.clearNext();"},{"lineNumber":15,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":" this.auth.storeNext(state);"},{"lineNumber":18,"author":{"gitId":"-"},"content":" this.router.navigate([\u0027\u0027]);"},{"lineNumber":19,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":20,"author":{"gitId":"-"},"content":" }"},{"lineNumber":21,"author":{"gitId":"-"},"content":" }"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" canLoad(route: Route, segments: UrlSegment[]): Observable\u003cboolean\u003e | Promise\u003cboolean\u003e | boolean {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" if (this.auth.isAuthenticated()) {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" this.router.navigate([\u0027\u0027]);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":" }"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":2,"-":29}},{"path":"src/app/core/models/github-user.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027./github/group.interface\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" * Represents raw data returned from the GitHub API about a user."},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export interface RawGithubUser {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" avatar_url: string;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" created_at: string;"},{"lineNumber":9,"author":{"gitId":"-"},"content":" html_url: string;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" login: string;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" name: string;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" node_id: string;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" two_factor_authentication: boolean;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" site_admin: false;"},{"lineNumber":15,"author":{"gitId":"-"},"content":" type: string;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" updated_at: string;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" url: string;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"}"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" * Represents a GitHub user in WATcher"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":"export class GithubUser implements RawGithubUser, Group {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" static NO_ASSIGNEE: GithubUser \u003d new GithubUser({"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" avatar_url: \u0027\u0027,"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" created_at: \u0027\u0027,"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" html_url: \u0027\u0027,"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" login: \u0027Unassigned\u0027,"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" name: \u0027\u0027,"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" node_id: \u0027\u0027,"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" two_factor_authentication: false,"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" site_admin: false,"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" type: \u0027\u0027,"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u0027\u0027,"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" url: \u0027\u0027"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" avatar_url: string;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" created_at: string;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" html_url: string;"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" login: string;"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" name: string;"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" node_id: string;"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" two_factor_authentication: boolean;"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" site_admin: false;"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" type: string;"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" updated_at: string;"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" url: string;"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" constructor(rawData: RawGithubUser) {"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" Object.assign(this, rawData);"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" equals(other: any) {"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" if (!(other instanceof GithubUser)) {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" return false;"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" return this.login \u003d\u003d\u003d other.login;"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":48,"-":12}},{"path":"src/app/core/models/github/group.interface.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" * Represents a group used for grouping purposes."},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" * Groups can be used to organize issues/prs based on certain criteria,"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" * such as milestones, assignees, or other properties."},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export interface Group {"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" equals(other: any): boolean;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":8}},{"path":"src/app/core/models/issue.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { GithubComment } from \u0027./github/github-comment.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027./github/github-issue.model\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { GithubLabel } from \u0027./github/github-label.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { HiddenData } from \u0027./hidden-data.model\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Milestone } from \u0027./milestone.model\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"export class Issue {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" /** Basic Fields */"},{"lineNumber":10,"author":{"gitId":"-"},"content":" readonly globalId: string;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" readonly id: number;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" readonly created_at: string;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" readonly githubIssue: GithubIssue;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" githubComments: GithubComment[];"},{"lineNumber":15,"author":{"gitId":"-"},"content":" title: string;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" description: string;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" hiddenDataInDescription: HiddenData;"},{"lineNumber":18,"author":{"gitId":"-"},"content":" updated_at: string;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" closed_at: string;"},{"lineNumber":20,"author":{"gitId":"-"},"content":" milestone: Milestone;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" state: string;"},{"lineNumber":22,"author":{"gitId":"-"},"content":" stateReason: string;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" issueOrPr: string;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" author: string;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" isDraft: boolean;"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" /** Depending on the view, assignees attribute can be derived from Github\u0027s assignee feature OR from the Github\u0027s issue description */"},{"lineNumber":28,"author":{"gitId":"-"},"content":" assignees?: string[];"},{"lineNumber":29,"author":{"gitId":"-"},"content":" labels?: string[];"},{"lineNumber":30,"author":{"gitId":"-"},"content":" githubLabels?: GithubLabel[];"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":33,"author":{"gitId":"-"},"content":" * Formats the text to create space at the end of the user input to prevent any issues with"},{"lineNumber":34,"author":{"gitId":"-"},"content":" * the markdown interpretation."},{"lineNumber":35,"author":{"gitId":"-"},"content":" *"},{"lineNumber":36,"author":{"gitId":"-"},"content":" * Brought over from comment-editor.component.ts"},{"lineNumber":37,"author":{"gitId":"-"},"content":" */"},{"lineNumber":38,"author":{"gitId":"-"},"content":" static formatText(text: string): string {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" if (text \u003d\u003d\u003d null) {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" return null;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" if (text \u003d\u003d\u003d undefined) {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return undefined;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" const newLinesRegex \u003d /[\\n\\r]/gi;"},{"lineNumber":48,"author":{"gitId":"-"},"content":" const textSplitArray \u003d text.split(newLinesRegex);"},{"lineNumber":49,"author":{"gitId":"-"},"content":" if (textSplitArray.filter((split) \u003d\u003e split.trim() !\u003d\u003d \u0027\u0027).length \u003e 0) {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" return `${text}\\n\\n`;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" return text;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":" }"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":57,"author":{"gitId":"-"},"content":" * Processes and cleans a raw issue description obtained from user input."},{"lineNumber":58,"author":{"gitId":"-"},"content":" */"},{"lineNumber":59,"author":{"gitId":"-"},"content":" static updateDescription(description: string): string {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" const defaultString \u003d \u0027No details provided by bug reporter.\u0027;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" return Issue.orDefaultString(Issue.formatText(description), defaultString);"},{"lineNumber":62,"author":{"gitId":"-"},"content":" }"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":65,"author":{"gitId":"-"},"content":" * Given two strings, returns the first if it is not an empty string or a false value such as null/undefined."},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Returns the second string if the first is an empty string."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"-"},"content":" private static orDefaultString(stringA: string, def: string): string {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" if (!stringA) {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return def;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return stringA.length !\u003d\u003d 0 ? stringA : def;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" protected constructor(githubIssue: GithubIssue) {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" /** Basic Fields */"},{"lineNumber":77,"author":{"gitId":"-"},"content":" this.globalId \u003d githubIssue.id;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" this.id \u003d +githubIssue.number;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" this.created_at \u003d moment(githubIssue.created_at).format(\u0027lll\u0027);"},{"lineNumber":80,"author":{"gitId":"-"},"content":" this.updated_at \u003d moment(githubIssue.updated_at).format(\u0027lll\u0027);"},{"lineNumber":81,"author":{"gitId":"-"},"content":" this.closed_at \u003d moment(githubIssue.closed_at).format(\u0027lll\u0027);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" this.title \u003d githubIssue.title;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" this.hiddenDataInDescription \u003d new HiddenData(githubIssue.body);"},{"lineNumber":84,"author":{"gitId":"-"},"content":" this.description \u003d Issue.updateDescription(this.hiddenDataInDescription.originalStringWithoutHiddenData);"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.state \u003d githubIssue.state;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.stateReason \u003d githubIssue.stateReason;"},{"lineNumber":87,"author":{"gitId":"-"},"content":" this.issueOrPr \u003d githubIssue.issueOrPr;"},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.author \u003d githubIssue.user.login;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" // this.githubIssue \u003d githubIssue;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" this.isDraft \u003d githubIssue.isDraft;"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":" this.assignees \u003d githubIssue.assignees.map((assignee) \u003d\u003e assignee.login);"},{"lineNumber":93,"author":{"gitId":"-"},"content":" this.githubLabels \u003d githubIssue.labels;"},{"lineNumber":94,"author":{"gitId":"-"},"content":" this.labels \u003d githubIssue.labels.map((label) \u003d\u003e label.name);"},{"lineNumber":95,"author":{"gitId":"MadLamprey"},"content":" this.milestone \u003d githubIssue.milestone"},{"lineNumber":96,"author":{"gitId":"MadLamprey"},"content":" ? new Milestone(githubIssue.milestone)"},{"lineNumber":97,"author":{"gitId":"MadLamprey"},"content":" : this.issueOrPr \u003d\u003d\u003d \u0027Issue\u0027"},{"lineNumber":98,"author":{"gitId":"MadLamprey"},"content":" ? Milestone.IssueWithoutMilestone"},{"lineNumber":99,"author":{"gitId":"MadLamprey"},"content":" : Milestone.PRWithoutMilestone;"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":" public static createPhaseBugReportingIssue(githubIssue: GithubIssue): Issue {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" return new Issue(githubIssue);"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" createGithubIssueDescription(): string {"},{"lineNumber":107,"author":{"gitId":"-"},"content":" return `${this.description}\\n${this.hiddenDataInDescription.toString()}`;"},{"lineNumber":108,"author":{"gitId":"-"},"content":" }"},{"lineNumber":109,"author":{"gitId":"-"},"content":"}"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":"export interface Issues {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" [id: number]: Issue;"},{"lineNumber":113,"author":{"gitId":"-"},"content":"}"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"export const IssuesFilter \u003d {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" issuesViewer: {"},{"lineNumber":117,"author":{"gitId":"-"},"content":" Student: \u0027NO_FILTER\u0027,"},{"lineNumber":118,"author":{"gitId":"-"},"content":" Tutor: \u0027NO_FILTER\u0027,"},{"lineNumber":119,"author":{"gitId":"-"},"content":" Admin: \u0027NO_FILTER\u0027"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":1,"MadLamprey":5,"-":115}},{"path":"src/app/core/models/label.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"-"},"content":" * Represents a label and its attributes."},{"lineNumber":3,"author":{"gitId":"-"},"content":" */"},{"lineNumber":4,"author":{"gitId":"-"},"content":"export class Label implements SimpleLabel {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" readonly name: string;"},{"lineNumber":6,"author":{"gitId":"-"},"content":" color: string;"},{"lineNumber":7,"author":{"gitId":"-"},"content":" definition?: string;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":" constructor(label: { name: string; color: string; definition?: string }) {"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":" this.name \u003d label.name;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" this.color \u003d label.color;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" this.definition \u003d label.definition;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" }"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":17,"author":{"gitId":"-"},"content":" * Represents a simplified label with name and color"},{"lineNumber":18,"author":{"gitId":"-"},"content":" */"},{"lineNumber":19,"author":{"gitId":"-"},"content":"export type SimpleLabel \u003d {"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" name: string;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" color: string;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"nknguyenhc":2,"-":20}},{"path":"src/app/core/models/milestone.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027./github/group.interface\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":4,"author":{"gitId":"-"},"content":" * Represents a milestone and its attributes fetched from Github."},{"lineNumber":5,"author":{"gitId":"-"},"content":" */"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export class Milestone implements Group {"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":" static IssueWithoutMilestone: Milestone \u003d new Milestone({ title: \u0027Issue without a milestone\u0027, state: null });"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":" static PRWithoutMilestone: Milestone \u003d new Milestone({ title: \u0027PR without a milestone\u0027, state: null });"},{"lineNumber":9,"author":{"gitId":"-"},"content":" title: string;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" state: string;"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" deadline?: Date;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"nknguyenhc"},"content":" constructor(milestone: { title: string; state: string; due_on?: string }) {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" this.title \u003d milestone.title;"},{"lineNumber":15,"author":{"gitId":"-"},"content":" this.state \u003d milestone.state;"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" this.deadline \u003d milestone.due_on ? new Date(milestone.due_on) : undefined;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" }"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" public equals(other: any) {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" if (!(other instanceof Milestone)) {"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" return false;"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" return this.title \u003d\u003d\u003d other.title;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" }"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":3,"NereusWB922":8,"MadLamprey":2,"-":12}},{"path":"src/app/core/models/repo-change-response.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":" * Represents the response of the repo-change-form component"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":" */"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"export type RepoChangeResponse \u003d {"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":" repo: string;"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":" keepFilters: boolean;"},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":"};"}],"authorContributionMap":{"Arif-Khalid":7}},{"path":"src/app/core/models/session.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { pipe } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { throwIfFalse } from \u0027../../shared/lib/custom-ops\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Repo } from \u0027./repo.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027./view.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" * Session repository comprises the view and its corresponding repository array."},{"lineNumber":8,"author":{"gitId":"-"},"content":" */"},{"lineNumber":9,"author":{"gitId":"-"},"content":"export interface SessionRepo {"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" view: View;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" repos: Repo[];"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":15,"author":{"gitId":"-"},"content":" * Session data comprises an array of session repositories."},{"lineNumber":16,"author":{"gitId":"-"},"content":" */"},{"lineNumber":17,"author":{"gitId":"-"},"content":"export interface SessionData {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" sessionRepo: SessionRepo[];"},{"lineNumber":19,"author":{"gitId":"-"},"content":"}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"export const SESSION_DATA_UNAVAILABLE \u003d \u0027Session data does not exist.\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"export const SESSION_DATA_MISSING_FIELDS \u003d \u0027Session data does not contain any repositories.\u0027;"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":"export const NO_VALID_OPEN_VIEWS \u003d \u0027Invalid views in Session data.\u0027;"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":"export const OPENED_VIEW_REPO_UNDEFINED \u003d \u0027View has no repo defined.\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"export function assertSessionDataIntegrity() {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" return pipe("},{"lineNumber":28,"author":{"gitId":"-"},"content":" throwIfFalse("},{"lineNumber":29,"author":{"gitId":"-"},"content":" (sessionData) \u003d\u003e sessionData !\u003d\u003d undefined,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" () \u003d\u003e new Error(SESSION_DATA_UNAVAILABLE)"},{"lineNumber":31,"author":{"gitId":"-"},"content":" ),"},{"lineNumber":32,"author":{"gitId":"-"},"content":" throwIfFalse(hasSessionRepo, () \u003d\u003e new Error(SESSION_DATA_MISSING_FIELDS)),"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" throwIfFalse(areViewsValid, () \u003d\u003e new Error(NO_VALID_OPEN_VIEWS)),"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" throwIfFalse(areReposDefined, () \u003d\u003e new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":35,"author":{"gitId":"-"},"content":" );"},{"lineNumber":36,"author":{"gitId":"-"},"content":"}"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":39,"author":{"gitId":"-"},"content":" * Checks if Session Data has all its crucial fields present."},{"lineNumber":40,"author":{"gitId":"-"},"content":" * @param sessionData"},{"lineNumber":41,"author":{"gitId":"-"},"content":" */"},{"lineNumber":42,"author":{"gitId":"-"},"content":"function hasSessionRepo(sessionData: SessionData): boolean {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" return sessionData.sessionRepo !\u003d null \u0026\u0026 Array.isArray(sessionData.sessionRepo) \u0026\u0026 sessionData.sessionRepo.length \u003e 0;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" * Checks if Views belong to a pre-defined View."},{"lineNumber":48,"author":{"gitId":"-"},"content":" * @param sessionData"},{"lineNumber":49,"author":{"gitId":"-"},"content":" */"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":"function areViewsValid(sessionData: SessionData): boolean {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return sessionData.sessionRepo.reduce("},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" (isViewValidSoFar: boolean, currentViewRepo: SessionRepo) \u003d\u003e isViewValidSoFar \u0026\u0026 currentViewRepo.view in View,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" true"},{"lineNumber":54,"author":{"gitId":"-"},"content":" );"},{"lineNumber":55,"author":{"gitId":"-"},"content":"}"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" * Checks if each View has an associated repo defined as well."},{"lineNumber":59,"author":{"gitId":"-"},"content":" * @param sessionData"},{"lineNumber":60,"author":{"gitId":"-"},"content":" */"},{"lineNumber":61,"author":{"gitId":"-"},"content":"function areReposDefined(sessionData: SessionData): boolean {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" return sessionData.sessionRepo.reduce("},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" (isViewRepoDefinedSoFar: boolean, currentViewRepo: SessionRepo) \u003d\u003e"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" isViewRepoDefinedSoFar \u0026\u0026 !!currentViewRepo.repos \u0026\u0026 Array.isArray(currentViewRepo.repos) \u0026\u0026 currentViewRepo.repos.length \u003e 0,"},{"lineNumber":65,"author":{"gitId":"-"},"content":" true"},{"lineNumber":66,"author":{"gitId":"-"},"content":" );"},{"lineNumber":67,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":13,"-":54}},{"path":"src/app/core/models/view.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"export enum View {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" issuesViewer \u003d \u0027issuesViewer\u0027,"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" activityDashboard \u003d \u0027activityDashboard\u0027"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":4}},{"path":"src/app/core/services/auth.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable, NgZone } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Title } from \u0027@angular/platform-browser\u0027;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":"import { Router, RouterStateSnapshot } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { BehaviorSubject, from, Observable, of } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"nknguyenhc"},"content":"import { catchError, map, mergeMap } from \u0027rxjs/operators\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../../environments/environment\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { generateSessionId } from \u0027../../shared/lib/session\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { uuid } from \u0027../../shared/lib/uuid\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../models/view.model\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027./error-handling.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027./githubevent.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027./issue.service\u0027;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027./label.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { UserService } from \u0027./user.service\u0027;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027./view.service\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"export enum AuthState {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u0027NotAuthenticated\u0027,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u0027AwaitingAuthentication\u0027,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u0027ConfirmOAuthUser\u0027,"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u0027Authenticated\u0027"},{"lineNumber":24,"author":{"gitId":"-"},"content":"}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":27,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":28,"author":{"gitId":"-"},"content":"})"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * Responsible for initiating the authentication process and querying or"},{"lineNumber":32,"author":{"gitId":"-"},"content":" * updating the application state with regards to authentication."},{"lineNumber":33,"author":{"gitId":"-"},"content":" */"},{"lineNumber":34,"author":{"gitId":"-"},"content":"export class AuthService {"},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":" private static readonly DEFAULT_NO_PERMISSION_TO_PRIVATE_REPOS \u003d false;"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":" private static readonly SESSION_NEXT_KEY \u003d \u0027next\u0027;"},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" authStateSource \u003d new BehaviorSubject(AuthState.NotAuthenticated);"},{"lineNumber":39,"author":{"gitId":"-"},"content":" currentAuthState \u003d this.authStateSource.asObservable();"},{"lineNumber":40,"author":{"gitId":"-"},"content":" accessToken \u003d new BehaviorSubject(undefined);"},{"lineNumber":41,"author":{"gitId":"-"},"content":" private state: string;"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" ENABLE_POPUP_MESSAGE \u003d \u0027Please enable pop-ups in your browser\u0027;"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":46,"author":{"gitId":"-"},"content":" private router: Router,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" private ngZone: NgZone,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" private githubService: GithubService,"},{"lineNumber":49,"author":{"gitId":"-"},"content":" private userService: UserService,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" private issueService: IssueService,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" private labelService: LabelService,"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" private viewService: ViewService,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" private githubEventService: GithubEventService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" private titleService: Title,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" private errorHandlingService: ErrorHandlingService,"},{"lineNumber":56,"author":{"gitId":"-"},"content":" private logger: LoggingService"},{"lineNumber":57,"author":{"gitId":"-"},"content":" ) {}"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":" * Stores the data about the next route in the session storage."},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" storeNext(next: RouterStateSnapshot) {"},{"lineNumber":63,"author":{"gitId":"nknguyenhc"},"content":" sessionStorage.setItem(AuthService.SESSION_NEXT_KEY, next.url);"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":65,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":66,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":67,"author":{"gitId":"nknguyenhc"},"content":" * Checks if there is a next route to be redirected to after login,"},{"lineNumber":68,"author":{"gitId":"nknguyenhc"},"content":" * by checking the session storage."},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" hasNext(): boolean {"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" return sessionStorage.getItem(AuthService.SESSION_NEXT_KEY) !\u003d\u003d null;"},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":73,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":74,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":" * Checks if there is a next route to be redirected to after login,"},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":" * and start OAuth process automatically if there is."},{"lineNumber":77,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":78,"author":{"gitId":"nknguyenhc"},"content":" startOAuthIfHasNext() {"},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":" if (this.hasNext()) {"},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Start OAuth because there is a next route`);"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" this.startOAuthProcess(AuthService.DEFAULT_NO_PERMISSION_TO_PRIVATE_REPOS);"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":83,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":84,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":85,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":86,"author":{"gitId":"nknguyenhc"},"content":" * Checks if there is a next route to be redirected to after login,"},{"lineNumber":87,"author":{"gitId":"nknguyenhc"},"content":" * and complete the login process if there is."},{"lineNumber":88,"author":{"gitId":"nknguyenhc"},"content":" * Assuming that user has authenticated on Github, and the app is awaiting confirmation."},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" completeLoginIfHasNext(username: string) {"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" if (!this.hasNext()) {"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" return;"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Automatically complete login because there is a next route`);"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" this.changeAuthState(AuthState.AwaitingAuthentication);"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" this.userService.createUserModel(username).subscribe("},{"lineNumber":97,"author":{"gitId":"nknguyenhc"},"content":" () \u003d\u003e {"},{"lineNumber":98,"author":{"gitId":"nknguyenhc"},"content":" this.changeAuthState(AuthState.Authenticated);"},{"lineNumber":99,"author":{"gitId":"nknguyenhc"},"content":" },"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" (err) \u003d\u003e {"},{"lineNumber":101,"author":{"gitId":"nknguyenhc"},"content":" this.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":102,"author":{"gitId":"nknguyenhc"},"content":" this.errorHandlingService.handleError(err);"},{"lineNumber":103,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Automatic completion of login failed with an error: ${err}`);"},{"lineNumber":104,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":105,"author":{"gitId":"nknguyenhc"},"content":" );"},{"lineNumber":106,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":107,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":108,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":109,"author":{"gitId":"nknguyenhc"},"content":" * Clears the next route from the session storage."},{"lineNumber":110,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":111,"author":{"gitId":"nknguyenhc"},"content":" clearNext() {"},{"lineNumber":112,"author":{"gitId":"nknguyenhc"},"content":" sessionStorage.removeItem(AuthService.SESSION_NEXT_KEY);"},{"lineNumber":113,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":114,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":115,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":116,"author":{"gitId":"nknguyenhc"},"content":" * Redirect to the URL indicating the next route."},{"lineNumber":117,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":118,"author":{"gitId":"nknguyenhc"},"content":" redirectToNext() {"},{"lineNumber":119,"author":{"gitId":"nknguyenhc"},"content":" const next \u003d sessionStorage.getItem(AuthService.SESSION_NEXT_KEY);"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" this.viewService"},{"lineNumber":121,"author":{"gitId":"nknguyenhc"},"content":" .setupFromUrl(next)"},{"lineNumber":122,"author":{"gitId":"nknguyenhc"},"content":" .pipe("},{"lineNumber":123,"author":{"gitId":"nknguyenhc"},"content":" mergeMap(() \u003d\u003e this.setRepo()),"},{"lineNumber":124,"author":{"gitId":"nknguyenhc"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":125,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Failed to redirect to next URL with error: ${err}`);"},{"lineNumber":126,"author":{"gitId":"nknguyenhc"},"content":" this.errorHandlingService.handleError(err);"},{"lineNumber":127,"author":{"gitId":"nknguyenhc"},"content":" this.clearNext();"},{"lineNumber":128,"author":{"gitId":"nknguyenhc"},"content":" return of(false);"},{"lineNumber":129,"author":{"gitId":"nknguyenhc"},"content":" })"},{"lineNumber":130,"author":{"gitId":"nknguyenhc"},"content":" )"},{"lineNumber":131,"author":{"gitId":"nknguyenhc"},"content":" .subscribe((isSetupSuccesssful) \u003d\u003e {"},{"lineNumber":132,"author":{"gitId":"nknguyenhc"},"content":" if (isSetupSuccesssful) {"},{"lineNumber":133,"author":{"gitId":"nknguyenhc"},"content":" this.router.navigateByUrl(next);"},{"lineNumber":134,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":135,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":136,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":137,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":139,"author":{"gitId":"-"},"content":" * Will store the OAuth token."},{"lineNumber":140,"author":{"gitId":"-"},"content":" */"},{"lineNumber":141,"author":{"gitId":"-"},"content":" storeOAuthAccessToken(token: string) {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" this.githubService.storeOAuthAccessToken(token);"},{"lineNumber":143,"author":{"gitId":"-"},"content":" this.accessToken.next(token);"},{"lineNumber":144,"author":{"gitId":"-"},"content":" }"},{"lineNumber":145,"author":{"gitId":"-"},"content":""},{"lineNumber":146,"author":{"gitId":"-"},"content":" reset(): void {"},{"lineNumber":147,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AuthService: Clearing access token and setting AuthState to NotAuthenticated.\u0027);"},{"lineNumber":148,"author":{"gitId":"-"},"content":" this.accessToken.next(undefined);"},{"lineNumber":149,"author":{"gitId":"-"},"content":" this.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":150,"author":{"gitId":"-"},"content":" this.ngZone.run(() \u003d\u003e this.router.navigate([\u0027\u0027]));"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":" logOut(): void {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" this.githubService.reset();"},{"lineNumber":155,"author":{"gitId":"-"},"content":" this.userService.reset();"},{"lineNumber":156,"author":{"gitId":"-"},"content":" this.issueService.reset(true);"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.labelService.reset();"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" this.viewService.reset();"},{"lineNumber":159,"author":{"gitId":"-"},"content":" this.githubEventService.reset();"},{"lineNumber":160,"author":{"gitId":"-"},"content":" this.logger.reset();"},{"lineNumber":161,"author":{"gitId":"-"},"content":" this.setLandingPageTitle();"},{"lineNumber":162,"author":{"gitId":"-"},"content":" this.issueService.setIssueTeamFilter(\u0027All Teams\u0027);"},{"lineNumber":163,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":164,"author":{"gitId":"-"},"content":" }"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"NereusWB922"},"content":" setTitleWithViewDetail(): void {"},{"lineNumber":167,"author":{"gitId":"-"},"content":" const appSetting \u003d require(\u0027../../../../package.json\u0027);"},{"lineNumber":168,"author":{"gitId":"NereusWB922"},"content":" const title \u003d `${appSetting.name} ${appSetting.version} - ${this.viewService.getCurrentRepositoryURL()}`;"},{"lineNumber":169,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Setting Title as ${title}`);"},{"lineNumber":170,"author":{"gitId":"-"},"content":" this.titleService.setTitle(title);"},{"lineNumber":171,"author":{"gitId":"-"},"content":" }"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":" setLandingPageTitle(): void {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" const appSetting \u003d require(\u0027../../../../package.json\u0027);"},{"lineNumber":175,"author":{"gitId":"-"},"content":" const title \u003d `${appSetting.name} ${appSetting.version}`;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Setting Title as ${title}`);"},{"lineNumber":177,"author":{"gitId":"-"},"content":" this.titleService.setTitle(title);"},{"lineNumber":178,"author":{"gitId":"-"},"content":" }"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":" isAuthenticated(): boolean {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" return this.authStateSource.getValue() \u003d\u003d\u003d AuthState.Authenticated;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":""},{"lineNumber":184,"author":{"gitId":"-"},"content":" changeAuthState(newAuthState: AuthState) {"},{"lineNumber":185,"author":{"gitId":"-"},"content":" if (newAuthState \u003d\u003d\u003d AuthState.Authenticated) {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" const sessionId \u003d generateSessionId();"},{"lineNumber":187,"author":{"gitId":"-"},"content":" this.issueService.setSessionId(sessionId);"},{"lineNumber":188,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Successfully authenticated with session: ${sessionId}`);"},{"lineNumber":189,"author":{"gitId":"-"},"content":" }"},{"lineNumber":190,"author":{"gitId":"-"},"content":" this.authStateSource.next(newAuthState);"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":194,"author":{"gitId":"-"},"content":" * Generates and assigns an unguessable random \u0027state\u0027 string to pass to Github for protection against cross-site request forgery attacks"},{"lineNumber":195,"author":{"gitId":"-"},"content":" */"},{"lineNumber":196,"author":{"gitId":"-"},"content":" generateStateString() {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" this.state \u003d uuid();"},{"lineNumber":198,"author":{"gitId":"-"},"content":" sessionStorage.setItem(\u0027state\u0027, this.state);"},{"lineNumber":199,"author":{"gitId":"-"},"content":" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" isReturnedStateSame(returnedState: string): boolean {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" const state \u003d sessionStorage.getItem(\u0027state\u0027);"},{"lineNumber":203,"author":{"gitId":"-"},"content":" return returnedState \u003d\u003d\u003d state;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":207,"author":{"gitId":"-"},"content":" * Will start the Github OAuth web flow process."},{"lineNumber":208,"author":{"gitId":"-"},"content":" */"},{"lineNumber":209,"author":{"gitId":"-"},"content":" startOAuthProcess(hasPrivateConsent: boolean) {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AuthService: Starting authentication\u0027);"},{"lineNumber":211,"author":{"gitId":"-"},"content":" // Available OAuth scopes https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes"},{"lineNumber":212,"author":{"gitId":"-"},"content":" let permissionLevel \u003d \u0027public-repo\u0027;"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":" if (hasPrivateConsent) {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" // grants WATcher access to private repos if user allows"},{"lineNumber":216,"author":{"gitId":"-"},"content":" permissionLevel \u003d \u0027repo\u0027;"},{"lineNumber":217,"author":{"gitId":"-"},"content":" }"},{"lineNumber":218,"author":{"gitId":"-"},"content":""},{"lineNumber":219,"author":{"gitId":"-"},"content":" const githubRepoPermission \u003d permissionLevel; // don\u0027t allow changes after logging ins"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":" this.changeAuthState(AuthState.AwaitingAuthentication);"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":" this.generateStateString();"},{"lineNumber":224,"author":{"gitId":"-"},"content":" this.redirectToOAuthPage("},{"lineNumber":225,"author":{"gitId":"-"},"content":" encodeURI("},{"lineNumber":226,"author":{"gitId":"-"},"content":" `${AppConfig.githubUrl}/login/oauth/authorize?client_id\u003d${AppConfig.clientId}\u0026scope\u003d${githubRepoPermission},read:user\u0026state\u003d${this.state}`"},{"lineNumber":227,"author":{"gitId":"-"},"content":" )"},{"lineNumber":228,"author":{"gitId":"-"},"content":" );"},{"lineNumber":229,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Redirecting for Github authentication`);"},{"lineNumber":230,"author":{"gitId":"-"},"content":" }"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":233,"author":{"gitId":"-"},"content":" * Handles the clean up required after authentication and setting up of repository is completed."},{"lineNumber":234,"author":{"gitId":"-"},"content":" */"},{"lineNumber":235,"author":{"gitId":"nknguyenhc"},"content":" handleSetRepoSuccess(repoName: string) {"},{"lineNumber":236,"author":{"gitId":"NereusWB922"},"content":" this.setTitleWithViewDetail();"},{"lineNumber":237,"author":{"gitId":"NereusWB922"},"content":" this.router.navigate([View.issuesViewer], {"},{"lineNumber":238,"author":{"gitId":"nknguyenhc"},"content":" queryParams: {"},{"lineNumber":239,"author":{"gitId":"NereusWB922"},"content":" [ViewService.REPO_QUERY_PARAM_KEY]: repoName"},{"lineNumber":240,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":241,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":242,"author":{"gitId":"-"},"content":" }"},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":245,"author":{"gitId":"-"},"content":" * Setup repository after authentication."},{"lineNumber":246,"author":{"gitId":"-"},"content":" */"},{"lineNumber":247,"author":{"gitId":"-"},"content":" setRepo(): Observable\u003cboolean\u003e {"},{"lineNumber":248,"author":{"gitId":"NereusWB922"},"content":" return from(this.viewService.initializeCurrentRepository()).pipe("},{"lineNumber":249,"author":{"gitId":"-"},"content":" map(() \u003d\u003e {"},{"lineNumber":250,"author":{"gitId":"NereusWB922"},"content":" if (!this.viewService.currentRepo) {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":252,"author":{"gitId":"-"},"content":" }"},{"lineNumber":253,"author":{"gitId":"-"},"content":" this.githubEventService.setLatestChangeEvent();"},{"lineNumber":254,"author":{"gitId":"NereusWB922"},"content":" this.handleSetRepoSuccess(this.viewService.currentRepo.toString());"},{"lineNumber":255,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":256,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":257,"author":{"gitId":"-"},"content":" catchError((error) \u003d\u003e {"},{"lineNumber":258,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error);"},{"lineNumber":259,"author":{"gitId":"nknguyenhc"},"content":" this.clearNext();"},{"lineNumber":260,"author":{"gitId":"-"},"content":" return of(false);"},{"lineNumber":261,"author":{"gitId":"-"},"content":" })"},{"lineNumber":262,"author":{"gitId":"-"},"content":" );"},{"lineNumber":263,"author":{"gitId":"-"},"content":" }"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":266,"author":{"gitId":"-"},"content":" * Will redirect to GitHub OAuth page"},{"lineNumber":267,"author":{"gitId":"-"},"content":" */"},{"lineNumber":268,"author":{"gitId":"-"},"content":" private redirectToOAuthPage(url: string): void {"},{"lineNumber":269,"author":{"gitId":"-"},"content":" if (url \u003d\u003d null) {"},{"lineNumber":270,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":271,"author":{"gitId":"-"},"content":" }"},{"lineNumber":272,"author":{"gitId":"-"},"content":" window.location.href \u003d url;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" }"},{"lineNumber":274,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":88,"NereusWB922":14,"-":172}},{"path":"src/app/core/services/error-message.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":4,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":5,"author":{"gitId":"-"},"content":"})"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * Contains all error message prompts to user."},{"lineNumber":9,"author":{"gitId":"-"},"content":" */"},{"lineNumber":10,"author":{"gitId":"-"},"content":"export class ErrorMessageService {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" public static repositoryNotPresentMessage() {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" return \u0027Invalid repository name. Please provide Github repository URL or the repository name in the format Org/Repository Name.\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" }"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" public static invalidUrlMessage() {"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" return \u0027URL is invalid, or repository does not exist, please indicate the repository you wish to view to continue.\u0027;"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" public static unableToFetchIssuesMessage() {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch issue.\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" }"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" public static unableToFetchMilestoneMessage() {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch milestones.\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" }"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" public static unableToFetchLabelsMessage() {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch labels.\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" public static usersUnassignableMessage(assignee: string) {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" return `Cannot assign ${assignee} to the issue. Please check if ${assignee} is authorized.`;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" }"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" public static unableToFetchUsersMessage() {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch assignable users for repository\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":" }"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":" public static unableToFetchEventsMessage() {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch issue events for repository\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" public static unableToFetchActivityEventsMessage() {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch activity events for repository\u0027;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" public static unableToFetchDataFileMessage() {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch data file.\u0027;"},{"lineNumber":49,"author":{"gitId":"-"},"content":" }"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" public static unableToFetchLatestReleaseMessage() {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch latest release.\u0027;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" public static unableToFetchSettingsFileMessage() {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch settings file.\u0027;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" }"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":" public static unableToFetchAuthenticatedUsersMessage() {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch authenticated user.\u0027;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" }"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":" public static unableToOpenInBrowserMessage() {"},{"lineNumber":64,"author":{"gitId":"-"},"content":" return \u0027Unable to open this issue in Browser\u0027;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" }"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":" public static applicationVersionOutdatedMessage() {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" return \u0027Please update to the latest version of WATcher.\u0027;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" }"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":" public static multipleDropdownOptionsErrorMessage() {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return \u0027Supply either Dropdown option number or text, not both.\u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" public static noDropdownOptionsErrorMessage() {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" return \u0027No Dropdown identification parameters supplied.\u0027;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" }"},{"lineNumber":78,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":4,"-":74}},{"path":"src/app/core/services/factories/factory.auth.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { NgZone } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Title } from \u0027@angular/platform-browser\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Router } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"// import { AppConfig } from \u0027../../../../environments/environment\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027../auth.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../error-handling.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../githubevent.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../issue.service\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../label.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../logging.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"// import { MockAuthService } from \u0027../mocks/mock.auth.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../user.service\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../view.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"export function AuthServiceFactory("},{"lineNumber":17,"author":{"gitId":"-"},"content":" router: Router,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" ngZone: NgZone,"},{"lineNumber":19,"author":{"gitId":"-"},"content":" githubService: GithubService,"},{"lineNumber":20,"author":{"gitId":"-"},"content":" userService: UserService,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" issueService: IssueService,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" labelService: LabelService,"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" viewService: ViewService,"},{"lineNumber":24,"author":{"gitId":"-"},"content":" githubEventService: GithubEventService,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" titleService: Title,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" errorHandlingService: ErrorHandlingService,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" logger: LoggingService"},{"lineNumber":28,"author":{"gitId":"-"},"content":") {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" // TODO: Write Mocks"},{"lineNumber":30,"author":{"gitId":"-"},"content":" // if (AppConfig.test) {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" // return new MockAuthService("},{"lineNumber":32,"author":{"gitId":"-"},"content":" // router,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" // ngZone,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" // githubService,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" // userService,"},{"lineNumber":36,"author":{"gitId":"-"},"content":" // issueService,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" // labelService,"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" // viewService,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" // githubEventService,"},{"lineNumber":40,"author":{"gitId":"-"},"content":" // titleService,"},{"lineNumber":41,"author":{"gitId":"-"},"content":" // logger"},{"lineNumber":42,"author":{"gitId":"-"},"content":" // );"},{"lineNumber":43,"author":{"gitId":"-"},"content":" // }"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return new AuthService("},{"lineNumber":45,"author":{"gitId":"-"},"content":" router,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ngZone,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" githubService,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" userService,"},{"lineNumber":49,"author":{"gitId":"-"},"content":" issueService,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" labelService,"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" viewService,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" githubEventService,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" titleService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" errorHandlingService,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" logger"},{"lineNumber":56,"author":{"gitId":"-"},"content":" );"},{"lineNumber":57,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":4,"-":53}},{"path":"src/app/core/services/factories/factory.github.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Apollo } from \u0027apollo-angular\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"// import { AppConfig } from \u0027../../../../environments/environment\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../error-handling.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"// import { MockGithubService } from \u0027../mocks/mock.github.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"export function GithubServiceFactory(handling: ErrorHandlingService, apollo: Apollo, logger: LoggingService) {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" // TODO: Write Mocks"},{"lineNumber":11,"author":{"gitId":"-"},"content":" // if (AppConfig.test) {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" // return new MockGithubService();"},{"lineNumber":13,"author":{"gitId":"-"},"content":" // }"},{"lineNumber":14,"author":{"gitId":"-"},"content":" return new GithubService(handling, apollo, logger);"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"MadLamprey":1,"-":14}},{"path":"src/app/core/services/factories/factory.issue.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"// import { AppConfig } from \u0027../../../../environments/environment\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../issue.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"// import { MockIssueService } from \u0027../mocks/mock.issue.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../user.service\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../view.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"export function IssueServiceFactory(githubService: GithubService, userService: UserService, viewService: ViewService) {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" // TODO: Write Mocks"},{"lineNumber":10,"author":{"gitId":"-"},"content":" // if (AppConfig.test) {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" // return new MockIssueService(githubService, viewService, dataService);"},{"lineNumber":12,"author":{"gitId":"-"},"content":" // }"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" return new IssueService(githubService, userService, viewService);"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":4,"-":10}},{"path":"src/app/core/services/filters.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { Sort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"import { BehaviorSubject, pipe } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"import { SimpleLabel } from \u0027../models/label.model\u0027;"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":"import { Milestone } from \u0027../models/milestone.model\u0027;"},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":8,"author":{"gitId":"nknguyenhc"},"content":"import { MilestoneService } from \u0027./milestone.service\u0027;"},{"lineNumber":9,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":10,"author":{"gitId":"Arif-Khalid"},"content":"export type Filter \u003d {"},{"lineNumber":11,"author":{"gitId":"Arif-Khalid"},"content":" title: string;"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":" status: string[];"},{"lineNumber":13,"author":{"gitId":"Arif-Khalid"},"content":" type: string;"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" sort: Sort;"},{"lineNumber":15,"author":{"gitId":"Arif-Khalid"},"content":" labels: string[];"},{"lineNumber":16,"author":{"gitId":"Arif-Khalid"},"content":" milestones: string[];"},{"lineNumber":17,"author":{"gitId":"Arif-Khalid"},"content":" hiddenLabels: Set\u003cstring\u003e;"},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: Set\u003cstring\u003e;"},{"lineNumber":19,"author":{"gitId":"Arif-Khalid"},"content":"};"},{"lineNumber":20,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":21,"author":{"gitId":"Arif-Khalid"},"content":"@Injectable({"},{"lineNumber":22,"author":{"gitId":"Arif-Khalid"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":23,"author":{"gitId":"Arif-Khalid"},"content":"})"},{"lineNumber":24,"author":{"gitId":"Arif-Khalid"},"content":"/**"},{"lineNumber":25,"author":{"gitId":"Arif-Khalid"},"content":" * Responsible for centralising filters"},{"lineNumber":26,"author":{"gitId":"Arif-Khalid"},"content":" * Filters are subscribed to and emitted from this service"},{"lineNumber":27,"author":{"gitId":"Arif-Khalid"},"content":" */"},{"lineNumber":28,"author":{"gitId":"Arif-Khalid"},"content":"export class FiltersService {"},{"lineNumber":29,"author":{"gitId":"Arif-Khalid"},"content":" public static readonly PRESET_VIEW_QUERY_PARAM_KEY \u003d \u0027presetview\u0027;"},{"lineNumber":30,"author":{"gitId":"nknguyenhc"},"content":" readonly presetViews: {"},{"lineNumber":31,"author":{"gitId":"nknguyenhc"},"content":" [key: string]: () \u003d\u003e Filter;"},{"lineNumber":32,"author":{"gitId":"nknguyenhc"},"content":" } \u003d {"},{"lineNumber":33,"author":{"gitId":"nknguyenhc"},"content":" currentlyActive: () \u003d\u003e ({"},{"lineNumber":34,"author":{"gitId":"nknguyenhc"},"content":" title: \u0027\u0027,"},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":" status: [\u0027open pullrequest\u0027, \u0027merged pullrequest\u0027, \u0027open issue\u0027, \u0027closed issue\u0027],"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":" type: \u0027all\u0027,"},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":" sort: { active: \u0027status\u0027, direction: \u0027asc\u0027 },"},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" labels: [],"},{"lineNumber":39,"author":{"gitId":"nknguyenhc"},"content":" milestones: this.getMilestonesForCurrentlyActive().map((milestone) \u003d\u003e milestone.title),"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" hiddenLabels: new Set\u003cstring\u003e(),"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: new Set\u003cstring\u003e()"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" }),"},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":" contributions: () \u003d\u003e ({"},{"lineNumber":44,"author":{"gitId":"nknguyenhc"},"content":" title: \u0027\u0027,"},{"lineNumber":45,"author":{"gitId":"nknguyenhc"},"content":" status: [\u0027open pullrequest\u0027, \u0027merged pullrequest\u0027, \u0027open issue\u0027, \u0027closed issue\u0027],"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" type: \u0027all\u0027,"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":" sort: { active: \u0027id\u0027, direction: \u0027desc\u0027 },"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":" labels: [],"},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" milestones: this.milestoneService.milestones.map((milestone) \u003d\u003e milestone.title),"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" hiddenLabels: new Set\u003cstring\u003e(),"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: new Set\u003cstring\u003e()"},{"lineNumber":52,"author":{"gitId":"nknguyenhc"},"content":" }),"},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":" custom: () \u003d\u003e this.filter$.value"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" };"},{"lineNumber":55,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":56,"author":{"gitId":"nknguyenhc"},"content":" // List of keys in the new filter change that causes current filter to not qualify to be a preset view."},{"lineNumber":57,"author":{"gitId":"nknguyenhc"},"content":" readonly presetChangingKeys \u003d new Set\u003cstring\u003e([\u0027status\u0027, \u0027type\u0027, \u0027milestones\u0027, \u0027labels\u0027, \u0027deselectedLabels\u0027]);"},{"lineNumber":58,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" readonly defaultFilter \u003d this.presetViews.currentlyActive;"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":" public filter$ \u003d new BehaviorSubject\u003cFilter\u003e(this.defaultFilter());"},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":" // Either \u0027currentlyActive\u0027, \u0027contributions\u0027, or \u0027custom\u0027."},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" public presetView$ \u003d new BehaviorSubject\u003cstring\u003e(\u0027currentlyActive\u0027);"},{"lineNumber":63,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":64,"author":{"gitId":"Arif-Khalid"},"content":" // Helps in determining whether all milestones were selected from previous repo during sanitization of milestones"},{"lineNumber":65,"author":{"gitId":"Arif-Khalid"},"content":" private previousMilestonesLength \u003d 0;"},{"lineNumber":66,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":67,"author":{"gitId":"Arif-Khalid"},"content":" constructor("},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":" private logger: LoggingService,"},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" private router: Router,"},{"lineNumber":70,"author":{"gitId":"Arif-Khalid"},"content":" private route: ActivatedRoute,"},{"lineNumber":71,"author":{"gitId":"Arif-Khalid"},"content":" private milestoneService: MilestoneService"},{"lineNumber":72,"author":{"gitId":"Arif-Khalid"},"content":" ) {}"},{"lineNumber":73,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":74,"author":{"gitId":"Arif-Khalid"},"content":" private pushFiltersToUrl(): void {"},{"lineNumber":75,"author":{"gitId":"Arif-Khalid"},"content":" const queryParams \u003d { ...this.route.snapshot.queryParams };"},{"lineNumber":76,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":77,"author":{"gitId":"Arif-Khalid"},"content":" for (const filterName of Object.keys(this.filter$.value)) {"},{"lineNumber":78,"author":{"gitId":"Arif-Khalid"},"content":" const filterValue \u003d this.filter$.value[filterName];"},{"lineNumber":79,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":80,"author":{"gitId":"Arif-Khalid"},"content":" // Don\u0027t include empty or null filters"},{"lineNumber":81,"author":{"gitId":"Arif-Khalid"},"content":" // Intended behaviour to reset to default if 0 of a certain filter are selected"},{"lineNumber":82,"author":{"gitId":"Arif-Khalid"},"content":" switch (filterName) {"},{"lineNumber":83,"author":{"gitId":"Arif-Khalid"},"content":" // Strings"},{"lineNumber":84,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027title\u0027:"},{"lineNumber":85,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027type\u0027:"},{"lineNumber":86,"author":{"gitId":"Arif-Khalid"},"content":" if (!filterValue) {"},{"lineNumber":87,"author":{"gitId":"Arif-Khalid"},"content":" delete queryParams[filterName];"},{"lineNumber":88,"author":{"gitId":"Arif-Khalid"},"content":" continue;"},{"lineNumber":89,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":90,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d filterValue;"},{"lineNumber":91,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":92,"author":{"gitId":"Arif-Khalid"},"content":" // Arrays"},{"lineNumber":93,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027status\u0027:"},{"lineNumber":94,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027labels\u0027:"},{"lineNumber":95,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027milestones\u0027:"},{"lineNumber":96,"author":{"gitId":"Arif-Khalid"},"content":" if (filterValue.length \u003d\u003d\u003d 0) {"},{"lineNumber":97,"author":{"gitId":"Arif-Khalid"},"content":" delete queryParams[filterName];"},{"lineNumber":98,"author":{"gitId":"Arif-Khalid"},"content":" continue;"},{"lineNumber":99,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":100,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d filterValue;"},{"lineNumber":101,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":102,"author":{"gitId":"Arif-Khalid"},"content":" // Sets"},{"lineNumber":103,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027selectedLabels\u0027:"},{"lineNumber":104,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027deselectedLabels\u0027:"},{"lineNumber":105,"author":{"gitId":"Arif-Khalid"},"content":" if (filterValue.size \u003d\u003d\u003d 0) {"},{"lineNumber":106,"author":{"gitId":"Arif-Khalid"},"content":" delete queryParams[filterName];"},{"lineNumber":107,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":108,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d [...filterValue];"},{"lineNumber":109,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":110,"author":{"gitId":"Arif-Khalid"},"content":" // Objects"},{"lineNumber":111,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027sort\u0027:"},{"lineNumber":112,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d JSON.stringify(filterValue);"},{"lineNumber":113,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":114,"author":{"gitId":"Arif-Khalid"},"content":" default:"},{"lineNumber":115,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":116,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":117,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[FiltersService.PRESET_VIEW_QUERY_PARAM_KEY] \u003d this.presetView$.value;"},{"lineNumber":118,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":119,"author":{"gitId":"Arif-Khalid"},"content":" this.router.navigate([], {"},{"lineNumber":120,"author":{"gitId":"Arif-Khalid"},"content":" relativeTo: this.route,"},{"lineNumber":121,"author":{"gitId":"Arif-Khalid"},"content":" queryParams,"},{"lineNumber":122,"author":{"gitId":"Arif-Khalid"},"content":" replaceUrl: true"},{"lineNumber":123,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":124,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":125,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":126,"author":{"gitId":"Arif-Khalid"},"content":" clearFilters(): void {"},{"lineNumber":127,"author":{"gitId":"Arif-Khalid"},"content":" this.updatePresetView(\u0027currentlyActive\u0027);"},{"lineNumber":128,"author":{"gitId":"Arif-Khalid"},"content":" this.previousMilestonesLength \u003d 0;"},{"lineNumber":129,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":130,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":131,"author":{"gitId":"Arif-Khalid"},"content":" initializeFromURLParams() {"},{"lineNumber":132,"author":{"gitId":"Arif-Khalid"},"content":" const nextFilter: Filter \u003d this.defaultFilter();"},{"lineNumber":133,"author":{"gitId":"Arif-Khalid"},"content":" const queryParams \u003d this.route.snapshot.queryParamMap;"},{"lineNumber":134,"author":{"gitId":"Arif-Khalid"},"content":" try {"},{"lineNumber":135,"author":{"gitId":"Arif-Khalid"},"content":" const presetView \u003d queryParams.get(FiltersService.PRESET_VIEW_QUERY_PARAM_KEY);"},{"lineNumber":136,"author":{"gitId":"Arif-Khalid"},"content":" // Use preset view if set in url"},{"lineNumber":137,"author":{"gitId":"Arif-Khalid"},"content":" if (presetView \u0026\u0026 this.presetViews.hasOwnProperty(presetView) \u0026\u0026 presetView !\u003d\u003d \u0027custom\u0027) {"},{"lineNumber":138,"author":{"gitId":"Arif-Khalid"},"content":" this.updatePresetView(presetView);"},{"lineNumber":139,"author":{"gitId":"Arif-Khalid"},"content":" return;"},{"lineNumber":140,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":141,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":142,"author":{"gitId":"Arif-Khalid"},"content":" // No preset view and no other filters in params, use default view"},{"lineNumber":143,"author":{"gitId":"Arif-Khalid"},"content":" if (!presetView \u0026\u0026 Object.keys(nextFilter).every((filterName) \u003d\u003e queryParams.get(filterName) \u003d\u003d\u003d null)) {"},{"lineNumber":144,"author":{"gitId":"Arif-Khalid"},"content":" this.updatePresetView(\u0027currentlyActive\u0027);"},{"lineNumber":145,"author":{"gitId":"Arif-Khalid"},"content":" return;"},{"lineNumber":146,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":147,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":148,"author":{"gitId":"Arif-Khalid"},"content":" for (const filterName of Object.keys(nextFilter)) {"},{"lineNumber":149,"author":{"gitId":"Arif-Khalid"},"content":" // Check if there is no such param in url"},{"lineNumber":150,"author":{"gitId":"Arif-Khalid"},"content":" if (queryParams.get(filterName) \u003d\u003d\u003d null) {"},{"lineNumber":151,"author":{"gitId":"Arif-Khalid"},"content":" continue;"},{"lineNumber":152,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":153,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":154,"author":{"gitId":"Arif-Khalid"},"content":" const filterData \u003d queryParams.getAll(filterName);"},{"lineNumber":155,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":156,"author":{"gitId":"Arif-Khalid"},"content":" switch (filterName) {"},{"lineNumber":157,"author":{"gitId":"Arif-Khalid"},"content":" // Strings"},{"lineNumber":158,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027title\u0027:"},{"lineNumber":159,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027type\u0027:"},{"lineNumber":160,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d filterData[0];"},{"lineNumber":161,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":162,"author":{"gitId":"Arif-Khalid"},"content":" // Arrays"},{"lineNumber":163,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027status\u0027:"},{"lineNumber":164,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027labels\u0027:"},{"lineNumber":165,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027milestones\u0027:"},{"lineNumber":166,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d filterData;"},{"lineNumber":167,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":168,"author":{"gitId":"Arif-Khalid"},"content":" // Sets"},{"lineNumber":169,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027selectedLabels\u0027:"},{"lineNumber":170,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027deselectedLabels\u0027:"},{"lineNumber":171,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d new Set(filterData);"},{"lineNumber":172,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":173,"author":{"gitId":"Arif-Khalid"},"content":" // Objects"},{"lineNumber":174,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027sort\u0027:"},{"lineNumber":175,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d JSON.parse(filterData[0]);"},{"lineNumber":176,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":177,"author":{"gitId":"Arif-Khalid"},"content":" default:"},{"lineNumber":178,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":179,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":180,"author":{"gitId":"Arif-Khalid"},"content":" this.updateFilters(nextFilter);"},{"lineNumber":181,"author":{"gitId":"Arif-Khalid"},"content":" } catch (err) {"},{"lineNumber":182,"author":{"gitId":"Arif-Khalid"},"content":" this.logger.info(`FiltersService: Update filters from URL failed with an error: ${err}`);"},{"lineNumber":183,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":184,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":185,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":186,"author":{"gitId":"Arif-Khalid"},"content":" updateFilters(newFilters: Partial\u003cFilter\u003e): void {"},{"lineNumber":187,"author":{"gitId":"nknguyenhc"},"content":" const nextDropdownFilter: Filter \u003d {"},{"lineNumber":188,"author":{"gitId":"Arif-Khalid"},"content":" ...this.filter$.value,"},{"lineNumber":189,"author":{"gitId":"Arif-Khalid"},"content":" ...newFilters"},{"lineNumber":190,"author":{"gitId":"Arif-Khalid"},"content":" };"},{"lineNumber":191,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(nextDropdownFilter);"},{"lineNumber":192,"author":{"gitId":"nknguyenhc"},"content":" this.updatePresetViewFromFilters(newFilters);"},{"lineNumber":193,"author":{"gitId":"Arif-Khalid"},"content":" this.pushFiltersToUrl();"},{"lineNumber":194,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":195,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":196,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":197,"author":{"gitId":"nknguyenhc"},"content":" * Updates the filters without updating the preset view."},{"lineNumber":198,"author":{"gitId":"nknguyenhc"},"content":" * This should only be called when there are new labels/milestones."},{"lineNumber":199,"author":{"gitId":"nknguyenhc"},"content":" * The preset view will be reapplied."},{"lineNumber":200,"author":{"gitId":"nknguyenhc"},"content":" * @param newFilters The filters with new values"},{"lineNumber":201,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":202,"author":{"gitId":"nknguyenhc"},"content":" private updateFiltersWithoutUpdatingPresetView(newFilters: Partial\u003cFilter\u003e): void {"},{"lineNumber":203,"author":{"gitId":"nknguyenhc"},"content":" const nextDropdownFilter: Filter \u003d {"},{"lineNumber":204,"author":{"gitId":"nknguyenhc"},"content":" ...this.filter$.value,"},{"lineNumber":205,"author":{"gitId":"nknguyenhc"},"content":" ...newFilters"},{"lineNumber":206,"author":{"gitId":"nknguyenhc"},"content":" };"},{"lineNumber":207,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(nextDropdownFilter);"},{"lineNumber":208,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(this.presetViews[this.presetView$.value]());"},{"lineNumber":209,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":210,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":211,"author":{"gitId":"nknguyenhc"},"content":" private updatePresetViewFromFilters(newFilter: Partial\u003cFilter\u003e): void {"},{"lineNumber":212,"author":{"gitId":"nknguyenhc"},"content":" for (const key of Object.keys(newFilter)) {"},{"lineNumber":213,"author":{"gitId":"nknguyenhc"},"content":" if (this.presetChangingKeys.has(key)) {"},{"lineNumber":214,"author":{"gitId":"nknguyenhc"},"content":" this.presetView$.next(\u0027custom\u0027);"},{"lineNumber":215,"author":{"gitId":"nknguyenhc"},"content":" return;"},{"lineNumber":216,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":217,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":218,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":219,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":220,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":221,"author":{"gitId":"nknguyenhc"},"content":" * Updates the filter based on a preset view."},{"lineNumber":222,"author":{"gitId":"nknguyenhc"},"content":" * @param presetViewName The name of the preset view, either \u0027currentlyActive\u0027, \u0027contributions\u0027, or \u0027custom\u0027."},{"lineNumber":223,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":224,"author":{"gitId":"nknguyenhc"},"content":" updatePresetView(presetViewName: string) {"},{"lineNumber":225,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(this.presetViews[presetViewName]());"},{"lineNumber":226,"author":{"gitId":"nknguyenhc"},"content":" this.presetView$.next(presetViewName);"},{"lineNumber":227,"author":{"gitId":"Arif-Khalid"},"content":" this.pushFiltersToUrl();"},{"lineNumber":228,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":229,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":230,"author":{"gitId":"Arif-Khalid"},"content":" sanitizeLabels(allLabels: SimpleLabel[]): void {"},{"lineNumber":231,"author":{"gitId":"Arif-Khalid"},"content":" const allLabelsSet \u003d new Set(allLabels.map((label) \u003d\u003e label.name));"},{"lineNumber":232,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":233,"author":{"gitId":"Arif-Khalid"},"content":" const newHiddenLabels: Set\u003cstring\u003e \u003d new Set();"},{"lineNumber":234,"author":{"gitId":"Arif-Khalid"},"content":" for (const hiddenLabel of this.filter$.value.hiddenLabels) {"},{"lineNumber":235,"author":{"gitId":"Arif-Khalid"},"content":" if (allLabelsSet.has(hiddenLabel)) {"},{"lineNumber":236,"author":{"gitId":"Arif-Khalid"},"content":" newHiddenLabels.add(hiddenLabel);"},{"lineNumber":237,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":238,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":239,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":240,"author":{"gitId":"nknguyenhc"},"content":" const newDeselectedLabels: Set\u003cstring\u003e \u003d new Set();"},{"lineNumber":241,"author":{"gitId":"nknguyenhc"},"content":" for (const deselectedLabel of this.filter$.value.deselectedLabels) {"},{"lineNumber":242,"author":{"gitId":"nknguyenhc"},"content":" if (allLabelsSet.has(deselectedLabel)) {"},{"lineNumber":243,"author":{"gitId":"nknguyenhc"},"content":" newDeselectedLabels.add(deselectedLabel);"},{"lineNumber":244,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":245,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":246,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":247,"author":{"gitId":"nknguyenhc"},"content":" const newLabels \u003d this.filter$.value.labels.filter((label) \u003d\u003e allLabelsSet.has(label));"},{"lineNumber":248,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":249,"author":{"gitId":"nknguyenhc"},"content":" this.updateFiltersWithoutUpdatingPresetView({"},{"lineNumber":250,"author":{"gitId":"nknguyenhc"},"content":" labels: newLabels,"},{"lineNumber":251,"author":{"gitId":"nknguyenhc"},"content":" hiddenLabels: newHiddenLabels,"},{"lineNumber":252,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: newDeselectedLabels"},{"lineNumber":253,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":254,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":255,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":256,"author":{"gitId":"Arif-Khalid"},"content":" sanitizeMilestones(allMilestones: Milestone[]) {"},{"lineNumber":257,"author":{"gitId":"MadLamprey"},"content":" const milestones \u003d allMilestones.map((milestone) \u003d\u003e milestone.title);"},{"lineNumber":258,"author":{"gitId":"MadLamprey"},"content":" milestones.push(Milestone.IssueWithoutMilestone.title, Milestone.PRWithoutMilestone.title);"},{"lineNumber":259,"author":{"gitId":"MadLamprey"},"content":" const allMilestonesSet \u003d new Set(milestones);"},{"lineNumber":260,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":261,"author":{"gitId":"Arif-Khalid"},"content":" // All previous milestones were selected, reset to all new milestones selected"},{"lineNumber":262,"author":{"gitId":"Arif-Khalid"},"content":" if (this.filter$.value.milestones.length \u003d\u003d\u003d this.previousMilestonesLength) {"},{"lineNumber":263,"author":{"gitId":"nknguyenhc"},"content":" this.updateFiltersWithoutUpdatingPresetView({ milestones: [...allMilestonesSet] });"},{"lineNumber":264,"author":{"gitId":"MadLamprey"},"content":" this.previousMilestonesLength \u003d allMilestonesSet.size;"},{"lineNumber":265,"author":{"gitId":"Arif-Khalid"},"content":" return;"},{"lineNumber":266,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":267,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":268,"author":{"gitId":"Arif-Khalid"},"content":" const newMilestones: string[] \u003d [];"},{"lineNumber":269,"author":{"gitId":"Arif-Khalid"},"content":" for (const milestone of this.filter$.value.milestones) {"},{"lineNumber":270,"author":{"gitId":"Arif-Khalid"},"content":" if (allMilestonesSet.has(milestone)) {"},{"lineNumber":271,"author":{"gitId":"Arif-Khalid"},"content":" newMilestones.push(milestone);"},{"lineNumber":272,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":273,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":274,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":275,"author":{"gitId":"Arif-Khalid"},"content":" // No applicable milestones, reset to all milestones selected"},{"lineNumber":276,"author":{"gitId":"Arif-Khalid"},"content":" if (newMilestones.length \u003d\u003d\u003d 0) {"},{"lineNumber":277,"author":{"gitId":"Arif-Khalid"},"content":" newMilestones.push(...allMilestonesSet);"},{"lineNumber":278,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":279,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":280,"author":{"gitId":"nknguyenhc"},"content":" this.updateFiltersWithoutUpdatingPresetView({ milestones: newMilestones });"},{"lineNumber":281,"author":{"gitId":"MadLamprey"},"content":" this.previousMilestonesLength \u003d allMilestonesSet.size;"},{"lineNumber":282,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":283,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":284,"author":{"gitId":"nknguyenhc"},"content":" getMilestonesForCurrentlyActive(): Milestone[] {"},{"lineNumber":285,"author":{"gitId":"nknguyenhc"},"content":" const earliestOpenMilestone \u003d this.milestoneService.getEarliestOpenMilestone();"},{"lineNumber":286,"author":{"gitId":"nknguyenhc"},"content":" if (earliestOpenMilestone) {"},{"lineNumber":287,"author":{"gitId":"NereusWB922"},"content":" return [earliestOpenMilestone, Milestone.PRWithoutMilestone];"},{"lineNumber":288,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":289,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":290,"author":{"gitId":"nknguyenhc"},"content":" const latestClosedMilestone \u003d this.milestoneService.getLatestClosedMilestone();"},{"lineNumber":291,"author":{"gitId":"nknguyenhc"},"content":" if (latestClosedMilestone) {"},{"lineNumber":292,"author":{"gitId":"NereusWB922"},"content":" return [latestClosedMilestone, Milestone.PRWithoutMilestone];"},{"lineNumber":293,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":294,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":295,"author":{"gitId":"NereusWB922"},"content":" return [...this.milestoneService.milestones, Milestone.PRWithoutMilestone];"},{"lineNumber":296,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":297,"author":{"gitId":"Arif-Khalid"},"content":"}"}],"authorContributionMap":{"nknguyenhc":97,"Arif-Khalid":192,"NereusWB922":3,"MadLamprey":5}},{"path":"src/app/core/services/github.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { HttpErrorResponse } from \u0027@angular/common/http\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":"import { ApolloQueryResult } from \u0027@apollo/client/core\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Apollo, QueryRef } from \u0027apollo-angular\u0027;"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { DocumentNode } from \u0027graphql\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { BehaviorSubject, forkJoin, from, merge, Observable, of, throwError } from \u0027rxjs\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { catchError, filter, flatMap, map, throwIfEmpty } from \u0027rxjs/operators\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" FetchIssue,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" FetchIssueQuery,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" FetchIssues,"},{"lineNumber":13,"author":{"gitId":"-"},"content":" FetchIssuesQuery,"},{"lineNumber":14,"author":{"gitId":"-"},"content":" FetchPullRequests,"},{"lineNumber":15,"author":{"gitId":"-"},"content":" FetchPullRequestsQuery"},{"lineNumber":16,"author":{"gitId":"-"},"content":"} from \u0027../../../../graphql/graphql-types\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../../environments/environment\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"import { getNumberOfPages } from \u0027../../shared/lib/github-paginator-parser\u0027;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"import { GithubUser, RawGithubUser } from \u0027../models/github-user.model\u0027;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { IssueLastModifiedManagerModel } from \u0027../models/github/cache-manager/issue-last-modified-manager.model\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { IssuesCacheManager } from \u0027../models/github/cache-manager/issues-cache-manager.model\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { GithubEvent } from \u0027../models/github/github-event.model\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"import { GithubGraphqlIssue } from \u0027../models/github/github-graphql.issue\u0027;"},{"lineNumber":24,"author":{"gitId":"-"},"content":"import { GithubGraphqlIssueOrPr } from \u0027../models/github/github-graphql.issue-or-pr\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"import RestGithubIssueFilter from \u0027../models/github/github-issue-filter.model\u0027;"},{"lineNumber":26,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027../models/github/github-issue.model\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"import { GithubResponse } from \u0027../models/github/github-response.model\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"import { GithubRelease } from \u0027../models/github/github.release\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"import { SessionData } from \u0027../models/session.model\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"import { ERRORCODE_NOT_FOUND, ErrorHandlingService } from \u0027./error-handling.service\u0027;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027./error-message.service\u0027;"},{"lineNumber":32,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"const { Octokit } \u003d require(\u0027@octokit/rest\u0027);"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"const WATCHER_ORG \u003d \u0027WATcher-org\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"const WATCHER_REPO \u003d \u0027WATcher\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"/** Owner of Repository to watch */"},{"lineNumber":40,"author":{"gitId":"-"},"content":"let ORG_NAME \u003d \u0027\u0027; // repoOrg"},{"lineNumber":41,"author":{"gitId":"-"},"content":"/** Name of Repository to watch */"},{"lineNumber":42,"author":{"gitId":"-"},"content":"let REPO \u003d \u0027\u0027; // repoName"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"/** Owner of Settings repository, currently not used */"},{"lineNumber":45,"author":{"gitId":"-"},"content":"let MOD_ORG \u003d \u0027\u0027;"},{"lineNumber":46,"author":{"gitId":"-"},"content":"/** Name of Settings repository, currently not used */"},{"lineNumber":47,"author":{"gitId":"-"},"content":"let DATA_REPO \u003d \u0027\u0027;"},{"lineNumber":48,"author":{"gitId":"-"},"content":"const MAX_ITEMS_PER_PAGE \u003d 100;"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"let octokit \u003d new Octokit();"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":53,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":54,"author":{"gitId":"-"},"content":"})"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":57,"author":{"gitId":"-"},"content":" * Responsible for communicating with GitHub to create, update, read and delete"},{"lineNumber":58,"author":{"gitId":"-"},"content":" * features related to Github using GitHub API Requests."},{"lineNumber":59,"author":{"gitId":"-"},"content":" * For example, issues, issue labels and repositories."},{"lineNumber":60,"author":{"gitId":"-"},"content":" */"},{"lineNumber":61,"author":{"gitId":"-"},"content":"export class GithubService {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" private static readonly IF_NONE_MATCH_EMPTY \u003d { \u0027If-None-Match\u0027: \u0027\u0027 };"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":" private issuesCacheManager \u003d new IssuesCacheManager();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" private issuesLastModifiedManager \u003d new IssueLastModifiedManagerModel();"},{"lineNumber":66,"author":{"gitId":"-"},"content":" private issueQueryRefs \u003d new Map\u003cnumber, QueryRef\u003cFetchIssueQuery\u003e\u003e();"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":" constructor(private errorHandlingService: ErrorHandlingService, private apollo: Apollo, private logger: LoggingService) {}"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":" storeOAuthAccessToken(accessToken: string) {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" octokit \u003d new Octokit({"},{"lineNumber":72,"author":{"gitId":"-"},"content":" auth() {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" return `Token ${accessToken}`;"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" log: {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" debug: (message, ...otherInfo) \u003d\u003e this.logger.debug(\u0027GithubService: \u0027 + message, ...otherInfo),"},{"lineNumber":77,"author":{"gitId":"-"},"content":" // Do not log info for HTTP response 304 due to repeated polling"},{"lineNumber":78,"author":{"gitId":"-"},"content":" info: (message, ...otherInfo) \u003d\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" /304 in \\d+ms$/.test(message) ? undefined : this.logger.info(\u0027GithubService: \u0027 + message, ...otherInfo),"},{"lineNumber":80,"author":{"gitId":"-"},"content":" warn: (message, ...otherInfo) \u003d\u003e this.logger.warn(\u0027GithubService: \u0027 + message, ...otherInfo),"},{"lineNumber":81,"author":{"gitId":"-"},"content":" error: (message, ...otherInfo) \u003d\u003e this.logger.error(\u0027GithubService: \u0027 + message, ...otherInfo)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" }"},{"lineNumber":83,"author":{"gitId":"-"},"content":" });"},{"lineNumber":84,"author":{"gitId":"-"},"content":" }"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":87,"author":{"gitId":"-"},"content":" * Sets settings repository. Not used."},{"lineNumber":88,"author":{"gitId":"-"},"content":" * @param orgName WATcher organisation"},{"lineNumber":89,"author":{"gitId":"-"},"content":" * @param dataRepo WATcher repository"},{"lineNumber":90,"author":{"gitId":"-"},"content":" */"},{"lineNumber":91,"author":{"gitId":"-"},"content":" storeOrganizationDetails(orgName: string, dataRepo: string) {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" MOD_ORG \u003d orgName;"},{"lineNumber":93,"author":{"gitId":"-"},"content":" DATA_REPO \u003d dataRepo;"},{"lineNumber":94,"author":{"gitId":"-"},"content":" }"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":97,"author":{"gitId":"-"},"content":" * Sets repository to watch. This repository is used for fetching from Github."},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" * @param viewRepoOwner Repository owner"},{"lineNumber":99,"author":{"gitId":"-"},"content":" * @param repoName Repository name"},{"lineNumber":100,"author":{"gitId":"-"},"content":" */"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" storeViewDetails(viewRepoOwner: string, repoName: string) {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" REPO \u003d repoName;"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" ORG_NAME \u003d viewRepoOwner;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":107,"author":{"gitId":"-"},"content":" * Fetches an array of filtered GitHubIssues using GraphQL query."},{"lineNumber":108,"author":{"gitId":"-"},"content":" * In WATcher, this includes pull requests."},{"lineNumber":109,"author":{"gitId":"-"},"content":" *"},{"lineNumber":110,"author":{"gitId":"-"},"content":" * @param issuesFilter - The issue filter."},{"lineNumber":111,"author":{"gitId":"-"},"content":" * @returns An observable array of filtered GithubIssues"},{"lineNumber":112,"author":{"gitId":"-"},"content":" */"},{"lineNumber":113,"author":{"gitId":"-"},"content":" fetchIssuesGraphql(issuesFilter: RestGithubIssueFilter): Observable\u003cArray\u003cGithubIssue\u003e\u003e {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" const graphqlFilter \u003d issuesFilter.convertToGraphqlFilter();"},{"lineNumber":115,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":116,"author":{"gitId":"-"},"content":" * Github Issues consists of issues and pull requests in WATcher."},{"lineNumber":117,"author":{"gitId":"-"},"content":" */"},{"lineNumber":118,"author":{"gitId":"-"},"content":" const issueObs \u003d this.toFetchIssues(issuesFilter).pipe("},{"lineNumber":119,"author":{"gitId":"-"},"content":" filter((toFetch) \u003d\u003e toFetch),"},{"lineNumber":120,"author":{"gitId":"-"},"content":" flatMap(() \u003d\u003e {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" return this.fetchGraphqlList\u003cFetchIssuesQuery, GithubGraphqlIssueOrPr\u003e("},{"lineNumber":122,"author":{"gitId":"-"},"content":" FetchIssues,"},{"lineNumber":123,"author":{"gitId":"-"},"content":" { owner: ORG_NAME, name: REPO, filter: graphqlFilter },"},{"lineNumber":124,"author":{"gitId":"-"},"content":" (result) \u003d\u003e result.data.repository.issues.edges,"},{"lineNumber":125,"author":{"gitId":"-"},"content":" GithubGraphqlIssueOrPr"},{"lineNumber":126,"author":{"gitId":"-"},"content":" );"},{"lineNumber":127,"author":{"gitId":"-"},"content":" })"},{"lineNumber":128,"author":{"gitId":"-"},"content":" );"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const prObs \u003d this.toFetchIssues(issuesFilter).pipe("},{"lineNumber":130,"author":{"gitId":"-"},"content":" filter((toFetch) \u003d\u003e toFetch),"},{"lineNumber":131,"author":{"gitId":"-"},"content":" flatMap(() \u003d\u003e {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" return this.fetchGraphqlList\u003cFetchPullRequestsQuery, GithubGraphqlIssueOrPr\u003e("},{"lineNumber":133,"author":{"gitId":"-"},"content":" FetchPullRequests,"},{"lineNumber":134,"author":{"gitId":"-"},"content":" { owner: ORG_NAME, name: REPO },"},{"lineNumber":135,"author":{"gitId":"-"},"content":" (result) \u003d\u003e result.data.repository.pullRequests.edges,"},{"lineNumber":136,"author":{"gitId":"-"},"content":" GithubGraphqlIssueOrPr"},{"lineNumber":137,"author":{"gitId":"-"},"content":" );"},{"lineNumber":138,"author":{"gitId":"-"},"content":" })"},{"lineNumber":139,"author":{"gitId":"-"},"content":" );"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":" // Concatenate both streams together."},{"lineNumber":142,"author":{"gitId":"-"},"content":" return merge(issueObs, prObs);"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":146,"author":{"gitId":"-"},"content":" * Checks if there are pages of filtered issues that are not cached in the cache model,"},{"lineNumber":147,"author":{"gitId":"-"},"content":" * and updates the model to cache these new pages."},{"lineNumber":148,"author":{"gitId":"-"},"content":" * @param filter - The issue filter."},{"lineNumber":149,"author":{"gitId":"-"},"content":" * @returns Observable\u003cboolean\u003e that returns true if there are pages that do not exist in the cache model."},{"lineNumber":150,"author":{"gitId":"-"},"content":" */"},{"lineNumber":151,"author":{"gitId":"-"},"content":" private toFetchIssues(filter: RestGithubIssueFilter): Observable\u003cboolean\u003e {"},{"lineNumber":152,"author":{"gitId":"-"},"content":" const pageFetchLimit \u003d 100;"},{"lineNumber":153,"author":{"gitId":"-"},"content":""},{"lineNumber":154,"author":{"gitId":"-"},"content":" let responseInFirstPage: GithubResponse\u003cGithubIssue[]\u003e;"},{"lineNumber":155,"author":{"gitId":"-"},"content":" return this.getIssuesAPICall(filter, 1).pipe("},{"lineNumber":156,"author":{"gitId":"-"},"content":" map((response: GithubResponse\u003cGithubIssue[]\u003e) \u003d\u003e {"},{"lineNumber":157,"author":{"gitId":"-"},"content":" responseInFirstPage \u003d response;"},{"lineNumber":158,"author":{"gitId":"-"},"content":" return getNumberOfPages(response);"},{"lineNumber":159,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":160,"author":{"gitId":"-"},"content":" flatMap((numOfPages: number) \u003d\u003e {"},{"lineNumber":161,"author":{"gitId":"-"},"content":" const apiCalls: Observable\u003cGithubResponse\u003cGithubIssue[]\u003e\u003e[] \u003d [];"},{"lineNumber":162,"author":{"gitId":"-"},"content":" if (numOfPages \u003e pageFetchLimit) {"},{"lineNumber":163,"author":{"gitId":"-"},"content":" throw new Error(`Repository has too many pages (${numOfPages}), not supported.`);"},{"lineNumber":164,"author":{"gitId":"-"},"content":" }"},{"lineNumber":165,"author":{"gitId":"-"},"content":" for (let i \u003d 2; i \u003c\u003d numOfPages; i++) {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" apiCalls.push(this.getIssuesAPICall(filter, i));"},{"lineNumber":167,"author":{"gitId":"-"},"content":" }"},{"lineNumber":168,"author":{"gitId":"-"},"content":" return apiCalls.length \u003d\u003d\u003d 0 ? of([]) : forkJoin(apiCalls);"},{"lineNumber":169,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":170,"author":{"gitId":"-"},"content":" map((resultArray: GithubResponse\u003cGithubIssue[]\u003e[]) \u003d\u003e {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" const responses \u003d [responseInFirstPage, ...resultArray];"},{"lineNumber":172,"author":{"gitId":"-"},"content":" const isCached \u003d responses.reduce((result, response) \u003d\u003e {"},{"lineNumber":173,"author":{"gitId":"-"},"content":" return result \u0026\u0026 response.isCached;"},{"lineNumber":174,"author":{"gitId":"-"},"content":" }, true);"},{"lineNumber":175,"author":{"gitId":"-"},"content":" responses.forEach((resp, index) \u003d\u003e this.issuesCacheManager.set(index + 1, resp));"},{"lineNumber":176,"author":{"gitId":"-"},"content":" return !isCached;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" })"},{"lineNumber":178,"author":{"gitId":"-"},"content":" );"},{"lineNumber":179,"author":{"gitId":"-"},"content":" }"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":182,"author":{"gitId":"-"},"content":" * Checks if the specified repository exists."},{"lineNumber":183,"author":{"gitId":"-"},"content":" * @param owner - Owner of Specified Repository."},{"lineNumber":184,"author":{"gitId":"-"},"content":" * @param repo - Name of Repository."},{"lineNumber":185,"author":{"gitId":"-"},"content":" */"},{"lineNumber":186,"author":{"gitId":"-"},"content":" isRepositoryPresent(owner: string, repo: string): Observable\u003cboolean\u003e {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" return from(octokit.repos.get({ owner: owner, repo: repo, headers: GithubService.IF_NONE_MATCH_EMPTY })).pipe("},{"lineNumber":188,"author":{"gitId":"-"},"content":" map((rawData: { status: number }) \u003d\u003e {"},{"lineNumber":189,"author":{"gitId":"-"},"content":" return rawData.status !\u003d\u003d ERRORCODE_NOT_FOUND;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":191,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":192,"author":{"gitId":"-"},"content":" return of(false);"},{"lineNumber":193,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":194,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.repositoryNotPresentMessage()))"},{"lineNumber":195,"author":{"gitId":"-"},"content":" );"},{"lineNumber":196,"author":{"gitId":"-"},"content":" }"},{"lineNumber":197,"author":{"gitId":"-"},"content":""},{"lineNumber":198,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":199,"author":{"gitId":"-"},"content":" * Fetches information about an issue using GraphQL."},{"lineNumber":200,"author":{"gitId":"-"},"content":" *"},{"lineNumber":201,"author":{"gitId":"-"},"content":" * If the issue is not modified, return a `304 - Not Modified` response."},{"lineNumber":202,"author":{"gitId":"-"},"content":" *"},{"lineNumber":203,"author":{"gitId":"-"},"content":" * @param id - The issue id."},{"lineNumber":204,"author":{"gitId":"-"},"content":" * @returns Observable\u003cGithubGraphqlIssue\u003e that represents the response object."},{"lineNumber":205,"author":{"gitId":"-"},"content":" */"},{"lineNumber":206,"author":{"gitId":"-"},"content":" fetchIssueGraphql(id: number): Observable\u003cGithubGraphqlIssue\u003e {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" if (this.issueQueryRefs.get(id) \u003d\u003d\u003d undefined) {"},{"lineNumber":208,"author":{"gitId":"-"},"content":" const newQueryRef \u003d this.apollo.watchQuery\u003cFetchIssueQuery\u003e({"},{"lineNumber":209,"author":{"gitId":"-"},"content":" query: FetchIssue,"},{"lineNumber":210,"author":{"gitId":"-"},"content":" variables: {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":212,"author":{"gitId":"-"},"content":" name: REPO,"},{"lineNumber":213,"author":{"gitId":"-"},"content":" issueId: id"},{"lineNumber":214,"author":{"gitId":"-"},"content":" }"},{"lineNumber":215,"author":{"gitId":"-"},"content":" });"},{"lineNumber":216,"author":{"gitId":"-"},"content":" this.issueQueryRefs.set(id, newQueryRef);"},{"lineNumber":217,"author":{"gitId":"-"},"content":" }"},{"lineNumber":218,"author":{"gitId":"-"},"content":""},{"lineNumber":219,"author":{"gitId":"-"},"content":" const queryRef \u003d this.issueQueryRefs.get(id);"},{"lineNumber":220,"author":{"gitId":"-"},"content":" return this.toFetchIssue(id).pipe("},{"lineNumber":221,"author":{"gitId":"-"},"content":" filter((toFetch) \u003d\u003e toFetch),"},{"lineNumber":222,"author":{"gitId":"-"},"content":" flatMap(() \u003d\u003e from(queryRef.refetch())),"},{"lineNumber":223,"author":{"gitId":"-"},"content":" map((value: ApolloQueryResult\u003cFetchIssueQuery\u003e) \u003d\u003e {"},{"lineNumber":224,"author":{"gitId":"-"},"content":" return new GithubGraphqlIssue(value.data.repository.issue);"},{"lineNumber":225,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":226,"author":{"gitId":"-"},"content":" throwIfEmpty(() \u003d\u003e new HttpErrorResponse({ status: 304 }))"},{"lineNumber":227,"author":{"gitId":"-"},"content":" );"},{"lineNumber":228,"author":{"gitId":"-"},"content":" }"},{"lineNumber":229,"author":{"gitId":"-"},"content":""},{"lineNumber":230,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":231,"author":{"gitId":"-"},"content":" * Checks if the issue has been modified since the last query, and"},{"lineNumber":232,"author":{"gitId":"-"},"content":" * updates the model to reflect the last modified time."},{"lineNumber":233,"author":{"gitId":"-"},"content":" *"},{"lineNumber":234,"author":{"gitId":"-"},"content":" * @param id - The issue id."},{"lineNumber":235,"author":{"gitId":"-"},"content":" * @returns Observable\u003cboolean\u003e that returns true if the issue has been modified."},{"lineNumber":236,"author":{"gitId":"-"},"content":" */"},{"lineNumber":237,"author":{"gitId":"-"},"content":" toFetchIssue(id: number): Observable\u003cboolean\u003e {"},{"lineNumber":238,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":239,"author":{"gitId":"-"},"content":" octokit.issues.get({"},{"lineNumber":240,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":241,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":242,"author":{"gitId":"-"},"content":" issue_number: id,"},{"lineNumber":243,"author":{"gitId":"-"},"content":" headers: { \u0027If-Modified-Since\u0027: this.issuesLastModifiedManager.get(id) }"},{"lineNumber":244,"author":{"gitId":"-"},"content":" })"},{"lineNumber":245,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":246,"author":{"gitId":"-"},"content":" map((response: GithubResponse\u003cGithubIssue\u003e) \u003d\u003e {"},{"lineNumber":247,"author":{"gitId":"-"},"content":" this.issuesLastModifiedManager.set(id, response.headers[\u0027last-modified\u0027]);"},{"lineNumber":248,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":249,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":250,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchIssuesMessage()))"},{"lineNumber":251,"author":{"gitId":"-"},"content":" );"},{"lineNumber":252,"author":{"gitId":"-"},"content":" }"},{"lineNumber":253,"author":{"gitId":"-"},"content":""},{"lineNumber":254,"author":{"gitId":"-"},"content":" fetchAllMilestones(): Observable\u003cArray\u003c{}\u003e\u003e {"},{"lineNumber":255,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":256,"author":{"gitId":"-"},"content":" octokit.issues.listMilestonesForRepo({"},{"lineNumber":257,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":258,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":259,"author":{"gitId":"-"},"content":" state: \u0027all\u0027,"},{"lineNumber":260,"author":{"gitId":"-"},"content":" per_page: MAX_ITEMS_PER_PAGE,"},{"lineNumber":261,"author":{"gitId":"-"},"content":" headers: GithubService.IF_NONE_MATCH_EMPTY"},{"lineNumber":262,"author":{"gitId":"-"},"content":" })"},{"lineNumber":263,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":264,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":265,"author":{"gitId":"-"},"content":" return response[\u0027data\u0027];"},{"lineNumber":266,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":267,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchMilestoneMessage()))"},{"lineNumber":268,"author":{"gitId":"-"},"content":" );"},{"lineNumber":269,"author":{"gitId":"-"},"content":" }"},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"-"},"content":" fetchAllLabels(): Observable\u003cArray\u003c{}\u003e\u003e {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":273,"author":{"gitId":"-"},"content":" octokit.issues.listLabelsForRepo({"},{"lineNumber":274,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":275,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":276,"author":{"gitId":"-"},"content":" per_page: MAX_ITEMS_PER_PAGE,"},{"lineNumber":277,"author":{"gitId":"-"},"content":" headers: GithubService.IF_NONE_MATCH_EMPTY"},{"lineNumber":278,"author":{"gitId":"-"},"content":" })"},{"lineNumber":279,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":280,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":281,"author":{"gitId":"-"},"content":" return response[\u0027data\u0027];"},{"lineNumber":282,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":283,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchLabelsMessage()))"},{"lineNumber":284,"author":{"gitId":"-"},"content":" );"},{"lineNumber":285,"author":{"gitId":"-"},"content":" }"},{"lineNumber":286,"author":{"gitId":"-"},"content":""},{"lineNumber":287,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":288,"author":{"gitId":"-"},"content":" * Checks if the given list of users are allowed to be assigned to an issue."},{"lineNumber":289,"author":{"gitId":"-"},"content":" * @param assignees - GitHub usernames to be checked"},{"lineNumber":290,"author":{"gitId":"-"},"content":" */"},{"lineNumber":291,"author":{"gitId":"-"},"content":" areUsersAssignable(assignees: string[]): Observable\u003cvoid\u003e {"},{"lineNumber":292,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":293,"author":{"gitId":"-"},"content":" octokit.issues.listAssignees({"},{"lineNumber":294,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":295,"author":{"gitId":"-"},"content":" repo: REPO"},{"lineNumber":296,"author":{"gitId":"-"},"content":" })"},{"lineNumber":297,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":298,"author":{"gitId":"-"},"content":" map(({ data }: { data: { login: string }[] }) \u003d\u003e data.map(({ login }) \u003d\u003e login)),"},{"lineNumber":299,"author":{"gitId":"-"},"content":" map((assignables: string[]) \u003d\u003e"},{"lineNumber":300,"author":{"gitId":"-"},"content":" assignees.forEach((assignee) \u003d\u003e {"},{"lineNumber":301,"author":{"gitId":"-"},"content":" if (!assignables.includes(assignee)) {"},{"lineNumber":302,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.usersUnassignableMessage(assignee));"},{"lineNumber":303,"author":{"gitId":"-"},"content":" }"},{"lineNumber":304,"author":{"gitId":"-"},"content":" })"},{"lineNumber":305,"author":{"gitId":"-"},"content":" )"},{"lineNumber":306,"author":{"gitId":"-"},"content":" );"},{"lineNumber":307,"author":{"gitId":"-"},"content":" }"},{"lineNumber":308,"author":{"gitId":"-"},"content":""},{"lineNumber":309,"author":{"gitId":"-"},"content":" getUsersAssignable(): Observable\u003cGithubUser[]\u003e {"},{"lineNumber":310,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":311,"author":{"gitId":"-"},"content":" octokit.issues.listAssignees({"},{"lineNumber":312,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":313,"author":{"gitId":"-"},"content":" repo: REPO"},{"lineNumber":314,"author":{"gitId":"-"},"content":" })"},{"lineNumber":315,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":316,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":317,"author":{"gitId":"NereusWB922"},"content":" const data: RawGithubUser[] \u003d response[\u0027data\u0027];"},{"lineNumber":318,"author":{"gitId":"NereusWB922"},"content":" return data.map((rawGithubUser) \u003d\u003e {"},{"lineNumber":319,"author":{"gitId":"NereusWB922"},"content":" return new GithubUser(rawGithubUser);"},{"lineNumber":320,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":321,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":322,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchUsersMessage()))"},{"lineNumber":323,"author":{"gitId":"-"},"content":" );"},{"lineNumber":324,"author":{"gitId":"-"},"content":" }"},{"lineNumber":325,"author":{"gitId":"-"},"content":""},{"lineNumber":326,"author":{"gitId":"-"},"content":" fetchEventsForRepo(): Observable\u003cany[]\u003e {"},{"lineNumber":327,"author":{"gitId":"-"},"content":" return from(octokit.issues.listEventsForRepo({ owner: ORG_NAME, repo: REPO, headers: GithubService.IF_NONE_MATCH_EMPTY })).pipe("},{"lineNumber":328,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":329,"author":{"gitId":"-"},"content":" return response[\u0027data\u0027];"},{"lineNumber":330,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":331,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchEventsMessage()))"},{"lineNumber":332,"author":{"gitId":"-"},"content":" );"},{"lineNumber":333,"author":{"gitId":"-"},"content":" }"},{"lineNumber":334,"author":{"gitId":"-"},"content":""},{"lineNumber":335,"author":{"gitId":"-"},"content":" fetchEventsForRepoCall(pageNumber: number): Observable\u003cGithubResponse\u003cany[]\u003e\u003e {"},{"lineNumber":336,"author":{"gitId":"-"},"content":" return \u003cObservable\u003cGithubResponse\u003cany[]\u003e\u003e\u003efrom("},{"lineNumber":337,"author":{"gitId":"-"},"content":" octokit.activity.listRepoEvents({"},{"lineNumber":338,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":339,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":340,"author":{"gitId":"-"},"content":" page: pageNumber"},{"lineNumber":341,"author":{"gitId":"-"},"content":" })"},{"lineNumber":342,"author":{"gitId":"-"},"content":" ).pipe(catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchActivityEventsMessage())));"},{"lineNumber":343,"author":{"gitId":"-"},"content":" }"},{"lineNumber":344,"author":{"gitId":"-"},"content":""},{"lineNumber":345,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":346,"author":{"gitId":"-"},"content":" * Fetches all events of current repository for Activity Dashboard."},{"lineNumber":347,"author":{"gitId":"-"},"content":" * Adapted from getIssueApiCalls()."},{"lineNumber":348,"author":{"gitId":"-"},"content":" *"},{"lineNumber":349,"author":{"gitId":"-"},"content":" * @returns GithubEvents observable"},{"lineNumber":350,"author":{"gitId":"-"},"content":" */"},{"lineNumber":351,"author":{"gitId":"-"},"content":" fetchAllEventsForRepo(): Observable\u003cGithubEvent[]\u003e {"},{"lineNumber":352,"author":{"gitId":"-"},"content":" let responseInFirstPage: GithubResponse\u003cGithubEvent[]\u003e;"},{"lineNumber":353,"author":{"gitId":"-"},"content":" return this.fetchEventsForRepoCall(1).pipe("},{"lineNumber":354,"author":{"gitId":"-"},"content":" map((response: GithubResponse\u003cGithubEvent[]\u003e) \u003d\u003e {"},{"lineNumber":355,"author":{"gitId":"-"},"content":" responseInFirstPage \u003d response;"},{"lineNumber":356,"author":{"gitId":"-"},"content":" return getNumberOfPages(response);"},{"lineNumber":357,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":358,"author":{"gitId":"-"},"content":" flatMap((numOfPages: number) \u003d\u003e {"},{"lineNumber":359,"author":{"gitId":"-"},"content":" const apiCalls: Observable\u003cGithubResponse\u003cGithubEvent[]\u003e\u003e[] \u003d [];"},{"lineNumber":360,"author":{"gitId":"-"},"content":" for (let i \u003d 1; i \u003c\u003d numOfPages; i++) {"},{"lineNumber":361,"author":{"gitId":"-"},"content":" apiCalls.push(this.fetchEventsForRepoCall(i));"},{"lineNumber":362,"author":{"gitId":"-"},"content":" }"},{"lineNumber":363,"author":{"gitId":"-"},"content":" return apiCalls.length \u003d\u003d\u003d 0 ? of([]) : forkJoin(apiCalls);"},{"lineNumber":364,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":365,"author":{"gitId":"-"},"content":" map((responseArray) \u003d\u003e responseArray.map((x) \u003d\u003e x[\u0027data\u0027]))"},{"lineNumber":366,"author":{"gitId":"-"},"content":" );"},{"lineNumber":367,"author":{"gitId":"-"},"content":" }"},{"lineNumber":368,"author":{"gitId":"-"},"content":""},{"lineNumber":369,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":370,"author":{"gitId":"-"},"content":" * Not in use. Fetches data csv file from Organization repository."},{"lineNumber":371,"author":{"gitId":"-"},"content":" */"},{"lineNumber":372,"author":{"gitId":"-"},"content":" fetchDataFile(): Observable\u003c{}\u003e {"},{"lineNumber":373,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":374,"author":{"gitId":"-"},"content":" octokit.repos.getContents({ owner: MOD_ORG, repo: DATA_REPO, path: \u0027data.csv\u0027, headers: GithubService.IF_NONE_MATCH_EMPTY })"},{"lineNumber":375,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":376,"author":{"gitId":"-"},"content":" map((rawData) \u003d\u003e {"},{"lineNumber":377,"author":{"gitId":"-"},"content":" return { data: atob(rawData[\u0027data\u0027][\u0027content\u0027]) };"},{"lineNumber":378,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":379,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchDataFileMessage()))"},{"lineNumber":380,"author":{"gitId":"-"},"content":" );"},{"lineNumber":381,"author":{"gitId":"-"},"content":" }"},{"lineNumber":382,"author":{"gitId":"-"},"content":""},{"lineNumber":383,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":384,"author":{"gitId":"-"},"content":" * Gets information of latest release of WATcher."},{"lineNumber":385,"author":{"gitId":"-"},"content":" * @returns GithubRelease observable"},{"lineNumber":386,"author":{"gitId":"-"},"content":" */"},{"lineNumber":387,"author":{"gitId":"-"},"content":" fetchLatestRelease(): Observable\u003cGithubRelease\u003e {"},{"lineNumber":388,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":389,"author":{"gitId":"-"},"content":" octokit.repos.getLatestRelease({ owner: WATCHER_ORG, repo: WATCHER_REPO, headers: GithubService.IF_NONE_MATCH_EMPTY })"},{"lineNumber":390,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":391,"author":{"gitId":"-"},"content":" map((res) \u003d\u003e res[\u0027data\u0027]),"},{"lineNumber":392,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchLatestReleaseMessage()))"},{"lineNumber":393,"author":{"gitId":"-"},"content":" );"},{"lineNumber":394,"author":{"gitId":"-"},"content":" }"},{"lineNumber":395,"author":{"gitId":"-"},"content":""},{"lineNumber":396,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":397,"author":{"gitId":"-"},"content":" * Fetches the data file that is regulates session information."},{"lineNumber":398,"author":{"gitId":"-"},"content":" * @return Observable\u003cSessionData\u003e representing session information."},{"lineNumber":399,"author":{"gitId":"-"},"content":" */"},{"lineNumber":400,"author":{"gitId":"-"},"content":" fetchSettingsFile(): Observable\u003cSessionData\u003e {"},{"lineNumber":401,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":402,"author":{"gitId":"-"},"content":" octokit.repos.getContents({ owner: MOD_ORG, repo: DATA_REPO, path: \u0027settings.json\u0027, headers: GithubService.IF_NONE_MATCH_EMPTY })"},{"lineNumber":403,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":404,"author":{"gitId":"-"},"content":" map((rawData) \u003d\u003e JSON.parse(atob(rawData[\u0027data\u0027][\u0027content\u0027]))),"},{"lineNumber":405,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchSettingsFileMessage()))"},{"lineNumber":406,"author":{"gitId":"-"},"content":" );"},{"lineNumber":407,"author":{"gitId":"-"},"content":" }"},{"lineNumber":408,"author":{"gitId":"-"},"content":""},{"lineNumber":409,"author":{"gitId":"-"},"content":" fetchAuthenticatedUser(): Observable\u003cGithubUser\u003e {"},{"lineNumber":410,"author":{"gitId":"-"},"content":" return from(octokit.users.getAuthenticated()).pipe("},{"lineNumber":411,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":412,"author":{"gitId":"NereusWB922"},"content":" const data: RawGithubUser \u003d response[\u0027data\u0027];"},{"lineNumber":413,"author":{"gitId":"NereusWB922"},"content":" return new GithubUser(data);"},{"lineNumber":414,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":415,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchAuthenticatedUsersMessage()))"},{"lineNumber":416,"author":{"gitId":"-"},"content":" );"},{"lineNumber":417,"author":{"gitId":"-"},"content":" }"},{"lineNumber":418,"author":{"gitId":"-"},"content":""},{"lineNumber":419,"author":{"gitId":"-"},"content":" getRepoURL(): string {"},{"lineNumber":420,"author":{"gitId":"-"},"content":" return ORG_NAME.concat(\u0027/\u0027).concat(REPO);"},{"lineNumber":421,"author":{"gitId":"-"},"content":" }"},{"lineNumber":422,"author":{"gitId":"-"},"content":""},{"lineNumber":423,"author":{"gitId":"-"},"content":" viewIssueInBrowser(id: number, event: Event) {"},{"lineNumber":424,"author":{"gitId":"-"},"content":" if (id) {"},{"lineNumber":425,"author":{"gitId":"-"},"content":" window.open(\u0027https://github.com/\u0027.concat(this.getRepoURL()).concat(\u0027/issues/\u0027).concat(String(id)));"},{"lineNumber":426,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":427,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(new Error(ErrorMessageService.unableToOpenInBrowserMessage()));"},{"lineNumber":428,"author":{"gitId":"-"},"content":" }"},{"lineNumber":429,"author":{"gitId":"-"},"content":" event.stopPropagation();"},{"lineNumber":430,"author":{"gitId":"-"},"content":" }"},{"lineNumber":431,"author":{"gitId":"-"},"content":""},{"lineNumber":432,"author":{"gitId":"-"},"content":" reset(): void {"},{"lineNumber":433,"author":{"gitId":"-"},"content":" this.logger.info(`GithubService: Resetting issues cache`);"},{"lineNumber":434,"author":{"gitId":"-"},"content":" this.issuesCacheManager.clear();"},{"lineNumber":435,"author":{"gitId":"-"},"content":" this.issuesLastModifiedManager.clear();"},{"lineNumber":436,"author":{"gitId":"-"},"content":" this.issueQueryRefs.clear();"},{"lineNumber":437,"author":{"gitId":"-"},"content":" }"},{"lineNumber":438,"author":{"gitId":"-"},"content":""},{"lineNumber":439,"author":{"gitId":"-"},"content":" getProfilesData(): Promise\u003cResponse\u003e {"},{"lineNumber":440,"author":{"gitId":"-"},"content":" return fetch(AppConfig.clientDataUrl);"},{"lineNumber":441,"author":{"gitId":"-"},"content":" }"},{"lineNumber":442,"author":{"gitId":"-"},"content":""},{"lineNumber":443,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":444,"author":{"gitId":"-"},"content":" * Performs an API call to fetch a page of filtered issues with a given pageNumber."},{"lineNumber":445,"author":{"gitId":"-"},"content":" *"},{"lineNumber":446,"author":{"gitId":"-"},"content":" * The request is sent with the ETag of the latest cached HTTP response."},{"lineNumber":447,"author":{"gitId":"-"},"content":" * If page requested has the same ETag, or the request results in an error,"},{"lineNumber":448,"author":{"gitId":"-"},"content":" * then the cached page is returned instead."},{"lineNumber":449,"author":{"gitId":"-"},"content":" *"},{"lineNumber":450,"author":{"gitId":"-"},"content":" * @param filter - The issue filter"},{"lineNumber":451,"author":{"gitId":"-"},"content":" * @param pageNumber - The page to be fetched"},{"lineNumber":452,"author":{"gitId":"-"},"content":" * @returns An observable representing the response containing a single page of filtered issues"},{"lineNumber":453,"author":{"gitId":"-"},"content":" */"},{"lineNumber":454,"author":{"gitId":"-"},"content":" private getIssuesAPICall(filter: RestGithubIssueFilter, pageNumber: number): Observable\u003cGithubResponse\u003cGithubIssue[]\u003e\u003e {"},{"lineNumber":455,"author":{"gitId":"-"},"content":" const apiCall: Promise\u003cGithubResponse\u003cGithubIssue[]\u003e\u003e \u003d octokit.issues.listForRepo({"},{"lineNumber":456,"author":{"gitId":"-"},"content":" ...filter,"},{"lineNumber":457,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":458,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":459,"author":{"gitId":"-"},"content":" sort: \u0027created\u0027,"},{"lineNumber":460,"author":{"gitId":"-"},"content":" direction: \u0027desc\u0027,"},{"lineNumber":461,"author":{"gitId":"-"},"content":" per_page: 100,"},{"lineNumber":462,"author":{"gitId":"-"},"content":" page: pageNumber,"},{"lineNumber":463,"author":{"gitId":"-"},"content":" headers: { \u0027If-None-Match\u0027: this.issuesCacheManager.getEtagFor(pageNumber) },"},{"lineNumber":464,"author":{"gitId":"-"},"content":" state: \u0027all\u0027"},{"lineNumber":465,"author":{"gitId":"-"},"content":" });"},{"lineNumber":466,"author":{"gitId":"-"},"content":" const apiCall$ \u003d from("},{"lineNumber":467,"author":{"gitId":"-"},"content":" apiCall.catch((err) \u003d\u003e {"},{"lineNumber":468,"author":{"gitId":"-"},"content":" return this.issuesCacheManager.get(pageNumber);"},{"lineNumber":469,"author":{"gitId":"-"},"content":" })"},{"lineNumber":470,"author":{"gitId":"-"},"content":" );"},{"lineNumber":471,"author":{"gitId":"-"},"content":""},{"lineNumber":472,"author":{"gitId":"-"},"content":" return apiCall$.pipe("},{"lineNumber":473,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":474,"author":{"gitId":"-"},"content":" // catchError does not appear to catch an error on an observable created from a promise..."},{"lineNumber":475,"author":{"gitId":"-"},"content":" this.logger.info(`GithubService: Error caught in getIssuesAPICall`);"},{"lineNumber":476,"author":{"gitId":"-"},"content":" return of(this.issuesCacheManager.get(pageNumber));"},{"lineNumber":477,"author":{"gitId":"-"},"content":" })"},{"lineNumber":478,"author":{"gitId":"-"},"content":" );"},{"lineNumber":479,"author":{"gitId":"-"},"content":" }"},{"lineNumber":480,"author":{"gitId":"-"},"content":""},{"lineNumber":481,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":482,"author":{"gitId":"-"},"content":" * Fetches a list of items using a GraphQL query that queries for paginated data."},{"lineNumber":483,"author":{"gitId":"-"},"content":" *"},{"lineNumber":484,"author":{"gitId":"-"},"content":" * @param query - The GraphQL query that queries for paginated data."},{"lineNumber":485,"author":{"gitId":"-"},"content":" * @param variables - Additional variables for the GraphQL query."},{"lineNumber":486,"author":{"gitId":"-"},"content":" * @callback pluckEdges A function that returns a list of edges in a ApolloQueryResult."},{"lineNumber":487,"author":{"gitId":"-"},"content":" * @callback Model Constructor for the item model."},{"lineNumber":488,"author":{"gitId":"-"},"content":" * @returns A list of items from the query."},{"lineNumber":489,"author":{"gitId":"-"},"content":" */"},{"lineNumber":490,"author":{"gitId":"-"},"content":" private fetchGraphqlList\u003cT, M\u003e("},{"lineNumber":491,"author":{"gitId":"-"},"content":" query: DocumentNode,"},{"lineNumber":492,"author":{"gitId":"-"},"content":" variables: {},"},{"lineNumber":493,"author":{"gitId":"-"},"content":" pluckEdges: (results: ApolloQueryResult\u003cT\u003e) \u003d\u003e Array\u003cany\u003e,"},{"lineNumber":494,"author":{"gitId":"-"},"content":" Model: new (data) \u003d\u003e M"},{"lineNumber":495,"author":{"gitId":"-"},"content":" ): Observable\u003cArray\u003cM\u003e\u003e {"},{"lineNumber":496,"author":{"gitId":"-"},"content":" return this.withPagination\u003cT\u003e(pluckEdges, query, variables, false).pipe("},{"lineNumber":497,"author":{"gitId":"-"},"content":" map((results: ApolloQueryResult\u003cT\u003e[]) \u003d\u003e {"},{"lineNumber":498,"author":{"gitId":"-"},"content":" const issues \u003d results.reduce((accumulated, current) \u003d\u003e accumulated.concat(pluckEdges(current)), []);"},{"lineNumber":499,"author":{"gitId":"-"},"content":" return issues.map((issue) \u003d\u003e new Model(issue.node));"},{"lineNumber":500,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":501,"author":{"gitId":"-"},"content":" throwIfEmpty(() \u003d\u003e {"},{"lineNumber":502,"author":{"gitId":"-"},"content":" return new HttpErrorResponse({ status: 304 });"},{"lineNumber":503,"author":{"gitId":"-"},"content":" })"},{"lineNumber":504,"author":{"gitId":"-"},"content":" );"},{"lineNumber":505,"author":{"gitId":"-"},"content":" }"},{"lineNumber":506,"author":{"gitId":"-"},"content":""},{"lineNumber":507,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":508,"author":{"gitId":"-"},"content":" * Returns an observable that will continually emit the currently accumulated results, until a page that has less"},{"lineNumber":509,"author":{"gitId":"-"},"content":" * than 100 items is found, after which it performs a final emit with the full results array, and completes."},{"lineNumber":510,"author":{"gitId":"-"},"content":" *"},{"lineNumber":511,"author":{"gitId":"-"},"content":" * If `shouldAccumulate` is false, the observable will emit only the latest result, it will still complete on the"},{"lineNumber":512,"author":{"gitId":"-"},"content":" * same condition."},{"lineNumber":513,"author":{"gitId":"-"},"content":" *"},{"lineNumber":514,"author":{"gitId":"-"},"content":" * @callback pluckEdges - A function that returns a list of edges in a ApolloQueryResult."},{"lineNumber":515,"author":{"gitId":"-"},"content":" * @params query - The query to be performed."},{"lineNumber":516,"author":{"gitId":"-"},"content":" * @params variables - The variables for the query."},{"lineNumber":517,"author":{"gitId":"-"},"content":" * @params shouldAccumulate - Whether the observable should accumulate the results."},{"lineNumber":518,"author":{"gitId":"-"},"content":" * @returns an observable"},{"lineNumber":519,"author":{"gitId":"-"},"content":" */"},{"lineNumber":520,"author":{"gitId":"-"},"content":" private withPagination\u003cT\u003e("},{"lineNumber":521,"author":{"gitId":"-"},"content":" pluckEdges: (results: ApolloQueryResult\u003cT\u003e) \u003d\u003e Array\u003cany\u003e,"},{"lineNumber":522,"author":{"gitId":"-"},"content":" query: DocumentNode,"},{"lineNumber":523,"author":{"gitId":"-"},"content":" variables: { [key: string]: any } \u003d {},"},{"lineNumber":524,"author":{"gitId":"-"},"content":" shouldAccumulate: boolean \u003d true"},{"lineNumber":525,"author":{"gitId":"-"},"content":" ): Observable\u003cApolloQueryResult\u003cT\u003e[]\u003e {"},{"lineNumber":526,"author":{"gitId":"-"},"content":" const maxResultsCount \u003d 100;"},{"lineNumber":527,"author":{"gitId":"-"},"content":" const apollo \u003d this.apollo;"},{"lineNumber":528,"author":{"gitId":"-"},"content":""},{"lineNumber":529,"author":{"gitId":"-"},"content":" let accumulatedResults: ApolloQueryResult\u003cT\u003e[] \u003d [];"},{"lineNumber":530,"author":{"gitId":"-"},"content":" const behaviorSubject: BehaviorSubject\u003cApolloQueryResult\u003cT\u003e[]\u003e \u003d new BehaviorSubject(accumulatedResults);"},{"lineNumber":531,"author":{"gitId":"-"},"content":""},{"lineNumber":532,"author":{"gitId":"-"},"content":" async function queryWith(cursor: string): Promise\u003cvoid\u003e {"},{"lineNumber":533,"author":{"gitId":"-"},"content":" const graphqlQuery \u003d apollo.watchQuery\u003cT\u003e({ query, variables: { ...variables, cursor } });"},{"lineNumber":534,"author":{"gitId":"-"},"content":""},{"lineNumber":535,"author":{"gitId":"-"},"content":" await graphqlQuery.refetch().then(async (results: ApolloQueryResult\u003cT\u003e) \u003d\u003e {"},{"lineNumber":536,"author":{"gitId":"-"},"content":" const intermediate \u003d Array.isArray(results) ? results : [results];"},{"lineNumber":537,"author":{"gitId":"-"},"content":" const edges \u003d pluckEdges(results);"},{"lineNumber":538,"author":{"gitId":"-"},"content":" const nextCursor \u003d edges.length \u003d\u003d\u003d 0 ? null : edges[edges.length - 1].cursor;"},{"lineNumber":539,"author":{"gitId":"-"},"content":""},{"lineNumber":540,"author":{"gitId":"-"},"content":" if (shouldAccumulate) {"},{"lineNumber":541,"author":{"gitId":"-"},"content":" accumulatedResults \u003d accumulatedResults.concat(intermediate);"},{"lineNumber":542,"author":{"gitId":"-"},"content":" behaviorSubject.next(accumulatedResults);"},{"lineNumber":543,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":544,"author":{"gitId":"-"},"content":" behaviorSubject.next(intermediate);"},{"lineNumber":545,"author":{"gitId":"-"},"content":" }"},{"lineNumber":546,"author":{"gitId":"-"},"content":" if (edges.length \u003c maxResultsCount || !nextCursor) {"},{"lineNumber":547,"author":{"gitId":"-"},"content":" // No more queries to perform."},{"lineNumber":548,"author":{"gitId":"-"},"content":" behaviorSubject.complete();"},{"lineNumber":549,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":550,"author":{"gitId":"-"},"content":" }"},{"lineNumber":551,"author":{"gitId":"-"},"content":""},{"lineNumber":552,"author":{"gitId":"-"},"content":" // Use a chain of await to ensure that all recursive queries are completed before `complete` is called."},{"lineNumber":553,"author":{"gitId":"-"},"content":" await queryWith(nextCursor);"},{"lineNumber":554,"author":{"gitId":"-"},"content":" });"},{"lineNumber":555,"author":{"gitId":"-"},"content":" }"},{"lineNumber":556,"author":{"gitId":"-"},"content":""},{"lineNumber":557,"author":{"gitId":"-"},"content":" queryWith(null);"},{"lineNumber":558,"author":{"gitId":"-"},"content":""},{"lineNumber":559,"author":{"gitId":"-"},"content":" return behaviorSubject.asObservable();"},{"lineNumber":560,"author":{"gitId":"-"},"content":" }"},{"lineNumber":561,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":10,"MadLamprey":2,"-":549}},{"path":"src/app/core/services/grouping/assignee-grouping-strategy.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { GithubUser } from \u0027../../models/github-user.model\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GroupingStrategy } from \u0027./grouping-strategy.interface\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" * A GroupingStrategy that groups issues/prs based on their assignees."},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"@Injectable({"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export class AssigneeGroupingStrategy implements GroupingStrategy {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" constructor(private githubService: GithubService) {}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a specific assignee."},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" * If it is the\"No Assignee\" group, unassigned issues are returned."},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" * Otherwise, issues assigned to the specified user are returned."},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], key: GithubUser): Issue[] {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" if (key \u003d\u003d\u003d GithubUser.NO_ASSIGNEE) {"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" return this.getUnassignedData(issues);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" return this.getDataAssignedToUser(issues, key);"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" * Retrieves an Observable emitting users who can be assigned to issues,"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" * including a special \"No Assignee\" option."},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cGithubUser[]\u003e {"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" return this.githubService.getUsersAssignable().pipe("},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" map((users) \u003d\u003e {"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" users.push(GithubUser.NO_ASSIGNEE);"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" return users;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" })"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" * Groups other than \"No Assignee\" need to be shown on the"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" * hidden group list if empty."},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: GithubUser): boolean {"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" return group !\u003d\u003d GithubUser.NO_ASSIGNEE;"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" private getDataAssignedToUser(issues: Issue[], user: GithubUser): Issue[] {"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" const filteredIssues \u003d issues.filter((issue) \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" if (this.isPullRequest(issue)) {"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" return this.isPullRequestCreatedByTarget(issue, user);"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" return this.isIssueAssignedToTarget(issue, user);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" return filteredIssues;"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" private getUnassignedData(issues: Issue[]): Issue[] {"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" return issues.filter((issue) \u003d\u003e !this.isPullRequest(issue) \u0026\u0026 issue.assignees.length \u003d\u003d\u003d 0);"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" private isPullRequest(issue: Issue): boolean {"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" return issue.issueOrPr \u003d\u003d\u003d \u0027PullRequest\u0027;"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" private isPullRequestCreatedByTarget(issue: Issue, target: GithubUser): boolean {"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" return issue.author \u003d\u003d\u003d target.login;"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" private isIssueAssignedToTarget(issue: Issue, target: GithubUser): boolean {"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" const isAssigneesFieldDefined \u003d !!issue.assignees;"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" return isAssigneesFieldDefined \u0026\u0026 issue.assignees.includes(target.login);"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":81}},{"path":"src/app/core/services/grouping/grouping-context.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable, Injector } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { BehaviorSubject, Observable } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../models/github/group.interface\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { AssigneeGroupingStrategy } from \u0027./assignee-grouping-strategy.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GroupingStrategy } from \u0027./grouping-strategy.interface\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { MilestoneGroupingStrategy } from \u0027./milestone-grouping-strategy.service\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export enum GroupBy {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" Assignee \u003d \u0027assignee\u0027,"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" Milestone \u003d \u0027milestone\u0027"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export const DEFAULT_GROUPBY \u003d GroupBy.Assignee;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" * A service responsible for managing the current grouping strategy and providing grouped data."},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"@Injectable({"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":"export class GroupingContextService {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" public static readonly GROUP_BY_QUERY_PARAM_KEY \u003d \u0027groupby\u0027;"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" private currGroupBySubject: BehaviorSubject\u003cGroupBy\u003e;"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" currGroupBy: GroupBy;"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" currGroupBy$: Observable\u003cGroupBy\u003e;"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" private groupingStrategyMap: Map\u003cstring, GroupingStrategy\u003e;"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" constructor(private injector: Injector, private route: ActivatedRoute, private router: Router) {"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBy \u003d DEFAULT_GROUPBY;"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBySubject \u003d new BehaviorSubject\u003cGroupBy\u003e(this.currGroupBy);"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBy$ \u003d this.currGroupBySubject.asObservable();"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" this.groupingStrategyMap \u003d new Map\u003cstring, GroupingStrategy\u003e();"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" // Initialize the grouping strategy map with available strategies"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" this.groupingStrategyMap.set(GroupBy.Assignee, this.injector.get(AssigneeGroupingStrategy));"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" this.groupingStrategyMap.set(GroupBy.Milestone, this.injector.get(MilestoneGroupingStrategy));"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" * Initializes the service from URL parameters."},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" initializeFromUrlParams() {"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" const groupByParam \u003d this.route.snapshot.queryParamMap.get(GroupingContextService.GROUP_BY_QUERY_PARAM_KEY);"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" if (groupByParam \u0026\u0026 Object.values(GroupBy).includes(groupByParam as GroupBy)) {"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" this.setCurrentGroupingType(groupByParam as GroupBy);"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" } else {"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" this.setCurrentGroupingType(DEFAULT_GROUPBY);"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" * Sets the current grouping type and updates the corresponding query parameter in the URL."},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" * @param groupBy The grouping type to set."},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" setCurrentGroupingType(groupBy: GroupBy): void {"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBy \u003d groupBy;"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBySubject.next(this.currGroupBy);"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" this.router.navigate([], {"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" relativeTo: this.route,"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" queryParams: {"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" [GroupingContextService.GROUP_BY_QUERY_PARAM_KEY]: groupBy"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" },"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027,"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" replaceUrl: true"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a specific group."},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" * @param issues - An array of issues to be grouped."},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" * @param group - The group by which issues are to be grouped."},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" * @returns An array of issues belonging to the specified group."},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], group: Group): Issue[] {"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" const strategy \u003d this.groupingStrategyMap.get(this.currGroupBy);"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" return strategy.getDataForGroup(issues, group);"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" * Retrieves all groups available for current grouping strategy."},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" * @returns An Observable emitting an array of groups."},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cGroup[]\u003e {"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" const strategy \u003d this.groupingStrategyMap.get(this.currGroupBy);"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" return strategy.getGroups();"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" * Determines whether a group should be shown on hidden list if it contains no issues."},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" * @param group - The group to check."},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" * @returns A boolean indicating whether the group should be shown on hidden list if empty."},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: Group): boolean {"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":" const strategy \u003d this.groupingStrategyMap.get(this.currGroupBy);"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" return strategy.isInHiddenList(group);"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" * Resets the current grouping type to the default."},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" reset(): void {"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" this.setCurrentGroupingType(DEFAULT_GROUPBY);"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":110}},{"path":"src/app/core/services/grouping/grouping-strategy.interface.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../models/github/group.interface\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" * Represent a strategy for grouping issues/prs."},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" * This interface follows the Strategy Pattern, allowing for different"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" * strategies to be implemented for grouping issues/prs based on different criteria."},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export interface GroupingStrategy {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a specific group."},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" * @param issues - An array of issues to be grouped."},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" * @param key - The group by which issues are to be grouped."},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" * @returns An array of issues belonging to the specified group."},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], key: Group): Issue[];"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" * Retrieves observable emitting groups available for the grouping strategy."},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" * @returns An Observable emitting an array of groups."},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cGroup[]\u003e;"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" * Determines whether a group should be shown on hidden list if it contains no issues."},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" * @param group - The group to check."},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" * @returns A boolean indicating whether the group should be shown on hidden list if empty."},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: Group): boolean;"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":31}},{"path":"src/app/core/services/grouping/milestone-grouping-strategy.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Milestone } from \u0027../../models/milestone.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { MilestoneService } from \u0027../milestone.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GroupingStrategy } from \u0027./grouping-strategy.interface\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" * A GroupingStrategy that groups issues/prs based on their milestones."},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"@Injectable({"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export class MilestoneGroupingStrategy implements GroupingStrategy {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" constructor(private milestoneService: MilestoneService) {}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a milestone."},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], key: Milestone): Issue[] {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" return issues.filter((issue) \u003d\u003e issue.milestone.equals(key));"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" * Retrieves an Observable emitting milestones available for grouping issues."},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cMilestone[]\u003e {"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" return this.milestoneService.fetchMilestones().pipe("},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" map((milestones) \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" const parseMilestone \u003d this.milestoneService.parseMilestoneData(milestones);"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" parseMilestone.push(Milestone.IssueWithoutMilestone);"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" parseMilestone.push(Milestone.PRWithoutMilestone);"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" return parseMilestone;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" })"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" * Groups other than Default Milestone need to be shown on the"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" * hidden group list if empty."},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: Milestone): boolean {"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" return group !\u003d\u003d Milestone.IssueWithoutMilestone \u0026\u0026 group !\u003d\u003d Milestone.PRWithoutMilestone;"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":45,"MadLamprey":1}},{"path":"src/app/core/services/issue.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { BehaviorSubject, Observable, of, Subscription, throwError, timer } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { catchError, exhaustMap, finalize, map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import RestGithubIssueFilter from \u0027../models/github/github-issue-filter.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027../models/github/github-issue.model\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Issue, Issues, IssuesFilter } from \u0027../models/issue.model\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../models/view.model\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { UserService } from \u0027./user.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027./view.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":13,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":14,"author":{"gitId":"-"},"content":"})"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":17,"author":{"gitId":"-"},"content":" * Responsible for creating and updating issues, and periodically fetching issues"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * using GitHub."},{"lineNumber":19,"author":{"gitId":"-"},"content":" */"},{"lineNumber":20,"author":{"gitId":"-"},"content":"export class IssueService {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" static readonly POLL_INTERVAL \u003d 5000; // 5 seconds"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" issues: Issues;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" issues$: BehaviorSubject\u003cIssue[]\u003e;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" private sessionId: string;"},{"lineNumber":27,"author":{"gitId":"-"},"content":" private issueTeamFilter \u003d \u0027All Teams\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":" private issuesPollSubscription: Subscription;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" /** Whether the IssueService is downloading the data from Github*/"},{"lineNumber":30,"author":{"gitId":"-"},"content":" public isLoading \u003d new BehaviorSubject\u003cboolean\u003e(false);"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" constructor(private githubService: GithubService, private userService: UserService, private viewService: ViewService) {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" this.issues$ \u003d new BehaviorSubject(new Array\u003cIssue\u003e());"},{"lineNumber":34,"author":{"gitId":"-"},"content":" }"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":" startPollIssues() {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" if (this.issuesPollSubscription \u003d\u003d\u003d undefined) {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" if (this.issues$.getValue().length \u003d\u003d\u003d 0) {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" this.isLoading.next(true);"},{"lineNumber":40,"author":{"gitId":"-"},"content":" }"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" this.issuesPollSubscription \u003d timer(0, IssueService.POLL_INTERVAL)"},{"lineNumber":43,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":44,"author":{"gitId":"-"},"content":" exhaustMap(() \u003d\u003e {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" return this.reloadAllIssues().pipe("},{"lineNumber":46,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(err)),"},{"lineNumber":47,"author":{"gitId":"-"},"content":" finalize(() \u003d\u003e this.isLoading.next(false))"},{"lineNumber":48,"author":{"gitId":"-"},"content":" );"},{"lineNumber":49,"author":{"gitId":"-"},"content":" })"},{"lineNumber":50,"author":{"gitId":"-"},"content":" )"},{"lineNumber":51,"author":{"gitId":"-"},"content":" .subscribe();"},{"lineNumber":52,"author":{"gitId":"-"},"content":" }"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" stopPollIssues() {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" if (this.issuesPollSubscription) {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" this.issuesPollSubscription.unsubscribe();"},{"lineNumber":58,"author":{"gitId":"-"},"content":" this.issuesPollSubscription \u003d undefined;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":" }"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":" reloadAllIssues() {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" return this.initializeData();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" }"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" getIssue(id: number): Observable\u003cIssue\u003e {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" if (this.issues \u003d\u003d\u003d undefined) {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" return this.getLatestIssue(id);"},{"lineNumber":69,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return of(this.issues[id]);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":" }"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":" getLatestIssue(id: number): Observable\u003cIssue\u003e {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" return this.githubService.fetchIssueGraphql(id).pipe("},{"lineNumber":76,"author":{"gitId":"-"},"content":" map((response: GithubIssue) \u003d\u003e {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" this.createAndSaveIssueModels([response]);"},{"lineNumber":78,"author":{"gitId":"-"},"content":" return this.issues[id];"},{"lineNumber":79,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":80,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":81,"author":{"gitId":"-"},"content":" return of(this.issues[id]);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" })"},{"lineNumber":83,"author":{"gitId":"-"},"content":" );"},{"lineNumber":84,"author":{"gitId":"-"},"content":" }"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":87,"author":{"gitId":"-"},"content":" * This function will update the issue\u0027s state of the application. This function needs to be called whenever a issue is added/updated."},{"lineNumber":88,"author":{"gitId":"-"},"content":" *"},{"lineNumber":89,"author":{"gitId":"-"},"content":" * @params issuesToUpdate - An array of issues to update the state of the application with."},{"lineNumber":90,"author":{"gitId":"-"},"content":" */"},{"lineNumber":91,"author":{"gitId":"-"},"content":" private updateLocalStore(issuesToUpdate: Issue[]) {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" const newIssues \u003d { ...this.issues };"},{"lineNumber":93,"author":{"gitId":"-"},"content":" issuesToUpdate.forEach((issue) \u003d\u003e {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" newIssues[issue.id] \u003d issue;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" });"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.issues \u003d newIssues;"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" this.issues$.next(Object.values(this.issues));"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":" reset(resetSessionId: boolean) {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" if (resetSessionId) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" this.sessionId \u003d undefined;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" this.issues \u003d undefined;"},{"lineNumber":107,"author":{"gitId":"-"},"content":" this.issues$.next(new Array\u003cIssue\u003e());"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":" this.stopPollIssues();"},{"lineNumber":110,"author":{"gitId":"-"},"content":" }"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":" private initializeData(): Observable\u003cIssue[]\u003e {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" let issuesAPICallsByFilter: Observable\u003cArray\u003cGithubIssue\u003e\u003e;"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" switch (IssuesFilter[this.viewService.currentView][this.userService.currentUser.role]) {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" case \u0027FILTER_BY_CREATOR\u0027:"},{"lineNumber":117,"author":{"gitId":"-"},"content":" issuesAPICallsByFilter \u003d this.githubService.fetchIssuesGraphql("},{"lineNumber":118,"author":{"gitId":"-"},"content":" new RestGithubIssueFilter({ creator: this.userService.currentUser.loginId })"},{"lineNumber":119,"author":{"gitId":"-"},"content":" );"},{"lineNumber":120,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" case \u0027NO_FILTER\u0027:"},{"lineNumber":122,"author":{"gitId":"-"},"content":" issuesAPICallsByFilter \u003d this.githubService.fetchIssuesGraphql(new RestGithubIssueFilter({}));"},{"lineNumber":123,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":124,"author":{"gitId":"-"},"content":" case \u0027NO_ACCESS\u0027:"},{"lineNumber":125,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":126,"author":{"gitId":"-"},"content":" return of([]);"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" const fetchedIssueIds: number[] \u003d [];"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":" return issuesAPICallsByFilter.pipe("},{"lineNumber":132,"author":{"gitId":"-"},"content":" map((githubIssues: GithubIssue[]) \u003d\u003e {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" const issues \u003d this.createAndSaveIssueModels(githubIssues);"},{"lineNumber":134,"author":{"gitId":"-"},"content":" for (const issue of issues) {"},{"lineNumber":135,"author":{"gitId":"-"},"content":" fetchedIssueIds.push(issue.id);"},{"lineNumber":136,"author":{"gitId":"-"},"content":" }"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":" const outdatedIssueIds: number[] \u003d this.getOutdatedIssueIds(fetchedIssueIds);"},{"lineNumber":139,"author":{"gitId":"-"},"content":" this.deleteIssuesFromLocalStore(outdatedIssueIds);"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":" if (this.issues \u003d\u003d\u003d undefined) {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" return [];"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":" return Object.values(this.issues);"},{"lineNumber":145,"author":{"gitId":"-"},"content":" })"},{"lineNumber":146,"author":{"gitId":"-"},"content":" );"},{"lineNumber":147,"author":{"gitId":"-"},"content":" }"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":" private createAndSaveIssueModels(githubIssues: GithubIssue[]): Issue[] {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" const issues: Issue[] \u003d [];"},{"lineNumber":151,"author":{"gitId":"-"},"content":""},{"lineNumber":152,"author":{"gitId":"-"},"content":" for (const githubIssue of githubIssues) {"},{"lineNumber":153,"author":{"gitId":"-"},"content":" const issue \u003d this.createIssueModel(githubIssue);"},{"lineNumber":154,"author":{"gitId":"-"},"content":" issues.push(issue);"},{"lineNumber":155,"author":{"gitId":"-"},"content":" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":" this.updateLocalStore(issues);"},{"lineNumber":157,"author":{"gitId":"-"},"content":""},{"lineNumber":158,"author":{"gitId":"-"},"content":" return issues;"},{"lineNumber":159,"author":{"gitId":"-"},"content":" }"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":" private deleteIssuesFromLocalStore(ids: number[]): void {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" const withoutIssuesToRemove \u003d { ...this.issues };"},{"lineNumber":163,"author":{"gitId":"-"},"content":" for (const id of ids) {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" delete withoutIssuesToRemove[id];"},{"lineNumber":165,"author":{"gitId":"-"},"content":" }"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":" this.issues \u003d withoutIssuesToRemove;"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":" this.issues$.next(Object.values(this.issues));"},{"lineNumber":170,"author":{"gitId":"-"},"content":" }"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":173,"author":{"gitId":"-"},"content":" * Returns an array of outdated issue ids by comparing the ids of the recently"},{"lineNumber":174,"author":{"gitId":"-"},"content":" * fetched issues with the current issue ids in the local store"},{"lineNumber":175,"author":{"gitId":"-"},"content":" */"},{"lineNumber":176,"author":{"gitId":"-"},"content":" private getOutdatedIssueIds(fetchedIssueIds: number[]): number[] {"},{"lineNumber":177,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":178,"author":{"gitId":"-"},"content":" Ignore for first fetch or ignore if there is no fetch result"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":" We also have to ignore for no fetch result as the cache might return a"},{"lineNumber":181,"author":{"gitId":"-"},"content":" 304 reponse with no differences in issues, resulting in the fetchIssueIds"},{"lineNumber":182,"author":{"gitId":"-"},"content":" to be empty"},{"lineNumber":183,"author":{"gitId":"-"},"content":" */"},{"lineNumber":184,"author":{"gitId":"-"},"content":" if (this.issues \u003d\u003d\u003d undefined || !fetchedIssueIds.length) {"},{"lineNumber":185,"author":{"gitId":"-"},"content":" return [];"},{"lineNumber":186,"author":{"gitId":"-"},"content":" }"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":" const fetchedIssueIdsSet \u003d new Set\u003cnumber\u003e(fetchedIssueIds);"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":" const result \u003d Object.keys(this.issues)"},{"lineNumber":191,"author":{"gitId":"-"},"content":" .map((x) \u003d\u003e +x)"},{"lineNumber":192,"author":{"gitId":"-"},"content":" .filter((issueId) \u003d\u003e !fetchedIssueIdsSet.has(issueId));"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":" return result;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" }"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":" private createIssueModel(githubIssue: GithubIssue): Issue {"},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":" switch (this.viewService.currentView) {"},{"lineNumber":199,"author":{"gitId":"NereusWB922"},"content":" case View.issuesViewer:"},{"lineNumber":200,"author":{"gitId":"-"},"content":" return Issue.createPhaseBugReportingIssue(githubIssue);"},{"lineNumber":201,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":202,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" }"},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" setIssueTeamFilter(filterValue: string) {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" if (filterValue) {"},{"lineNumber":208,"author":{"gitId":"-"},"content":" this.issueTeamFilter \u003d filterValue;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" }"},{"lineNumber":210,"author":{"gitId":"-"},"content":" }"},{"lineNumber":211,"author":{"gitId":"-"},"content":""},{"lineNumber":212,"author":{"gitId":"-"},"content":" setSessionId(sessionId: string) {"},{"lineNumber":213,"author":{"gitId":"-"},"content":" this.sessionId \u003d sessionId;"},{"lineNumber":214,"author":{"gitId":"-"},"content":" }"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":" getIssueTeamFilter(): string {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" return this.issueTeamFilter;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" }"},{"lineNumber":219,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":6,"-":213}},{"path":"src/app/core/services/label.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { BehaviorSubject, EMPTY, Observable, of, Subject, Subscription, timer } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { catchError, exhaustMap, finalize, map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Label, SimpleLabel } from \u0027../models/label.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/* The threshold to decide if color is dark or light."},{"lineNumber":8,"author":{"gitId":"-"},"content":"A higher threshold value will result in more colors determined to be \"dark\"."},{"lineNumber":9,"author":{"gitId":"-"},"content":"W3C recommendation is 0.179, but 0.184 is chosen so that some colors (like bright red)"},{"lineNumber":10,"author":{"gitId":"-"},"content":"are considered dark (Github too consider them dark) */"},{"lineNumber":11,"author":{"gitId":"-"},"content":"const COLOR_DARKNESS_THRESHOLD \u003d 0.184;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"const COLOR_BLACK \u003d \u0027000000\u0027; // Dark color for text with light background"},{"lineNumber":14,"author":{"gitId":"-"},"content":"const COLOR_WHITE \u003d \u0027ffffff\u0027; // Light color for text with dark background"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":17,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":18,"author":{"gitId":"-"},"content":"})"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * Responsible for retrieval and parsing of label data"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * from the GitHub repository for the WATcher application."},{"lineNumber":23,"author":{"gitId":"-"},"content":" */"},{"lineNumber":24,"author":{"gitId":"-"},"content":"export class LabelService {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" static readonly POLL_INTERVAL \u003d 5000; // 5 seconds"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" labels: Label[];"},{"lineNumber":28,"author":{"gitId":"-"},"content":" simpleLabels: SimpleLabel[];"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":" private labelsPollSubscription: Subscription;"},{"lineNumber":31,"author":{"gitId":"Arif-Khalid"},"content":" private labelsSubject \u003d new Subject\u003cSimpleLabel[]\u003e();"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" constructor(private githubService: GithubService) {}"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" startPollLabels() {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" if (this.labelsPollSubscription) {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" }"},{"lineNumber":39,"author":{"gitId":"-"},"content":" this.labelsPollSubscription \u003d timer(0, LabelService.POLL_INTERVAL)"},{"lineNumber":40,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":41,"author":{"gitId":"-"},"content":" exhaustMap(() \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" return this.fetchLabels().pipe("},{"lineNumber":43,"author":{"gitId":"-"},"content":" catchError(() \u003d\u003e {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return EMPTY;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" })"},{"lineNumber":46,"author":{"gitId":"-"},"content":" );"},{"lineNumber":47,"author":{"gitId":"-"},"content":" })"},{"lineNumber":48,"author":{"gitId":"-"},"content":" )"},{"lineNumber":49,"author":{"gitId":"-"},"content":" .subscribe(() \u003d\u003e {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" this.labelsSubject.next(this.simpleLabels);"},{"lineNumber":51,"author":{"gitId":"-"},"content":" });"},{"lineNumber":52,"author":{"gitId":"-"},"content":" }"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":" stopPollLabels() {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" if (this.labelsPollSubscription) {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" this.labelsPollSubscription.unsubscribe();"},{"lineNumber":57,"author":{"gitId":"-"},"content":" this.labelsPollSubscription \u003d undefined;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" }"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":" connect(): Observable\u003cSimpleLabel[]\u003e {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" return this.labelsSubject.asObservable();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Fetch labels from Github."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"-"},"content":" public fetchLabels(): Observable\u003cany\u003e {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" return this.githubService.fetchAllLabels().pipe("},{"lineNumber":70,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" this.labels \u003d this.parseLabelData(response);"},{"lineNumber":72,"author":{"gitId":"-"},"content":" this.simpleLabels \u003d this.labels;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" this.labelsSubject.next(this.simpleLabels);"},{"lineNumber":74,"author":{"gitId":"-"},"content":" return response;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" })"},{"lineNumber":76,"author":{"gitId":"-"},"content":" );"},{"lineNumber":77,"author":{"gitId":"-"},"content":" }"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":80,"author":{"gitId":"-"},"content":" * Parses label information and returns an array of Label objects."},{"lineNumber":81,"author":{"gitId":"-"},"content":" * @param labels - Label Information from API."},{"lineNumber":82,"author":{"gitId":"-"},"content":" */"},{"lineNumber":83,"author":{"gitId":"-"},"content":" parseLabelData(labels: Array\u003cany\u003e): Label[] {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" const labelData: Label[] \u003d [];"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" for (const label of labels) {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" labelData.push(new Label(label));"},{"lineNumber":88,"author":{"gitId":"-"},"content":" }"},{"lineNumber":89,"author":{"gitId":"-"},"content":" return labelData;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" }"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":93,"author":{"gitId":"-"},"content":" * Returns true if the given color is considered \"dark\""},{"lineNumber":94,"author":{"gitId":"-"},"content":" * The color is considered \"dark\" if its luminance is less than COLOR_DARKNESS_THRESHOLD"},{"lineNumber":95,"author":{"gitId":"-"},"content":" * @param inputColor: the color"},{"lineNumber":96,"author":{"gitId":"-"},"content":" */"},{"lineNumber":97,"author":{"gitId":"-"},"content":" isDarkColor(inputColor: string): boolean {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" const COLOR \u003d inputColor.charAt(0) \u003d\u003d\u003d \u0027#\u0027 ? inputColor.substring(1, 7) : inputColor;"},{"lineNumber":99,"author":{"gitId":"-"},"content":" const R \u003d parseInt(COLOR.substring(0, 2), 16);"},{"lineNumber":100,"author":{"gitId":"-"},"content":" const G \u003d parseInt(COLOR.substring(2, 4), 16);"},{"lineNumber":101,"author":{"gitId":"-"},"content":" const B \u003d parseInt(COLOR.substring(4, 6), 16);"},{"lineNumber":102,"author":{"gitId":"-"},"content":" const RGB \u003d [R / 255, G / 255, B / 255];"},{"lineNumber":103,"author":{"gitId":"-"},"content":" const LINEAR_RGB \u003d RGB.map((col) \u003d\u003e {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" if (col \u003c\u003d 0.03928) {"},{"lineNumber":105,"author":{"gitId":"-"},"content":" return col / 12.92;"},{"lineNumber":106,"author":{"gitId":"-"},"content":" }"},{"lineNumber":107,"author":{"gitId":"-"},"content":" return Math.pow((col + 0.055) / 1.055, 2.4);"},{"lineNumber":108,"author":{"gitId":"-"},"content":" });"},{"lineNumber":109,"author":{"gitId":"-"},"content":" // Calculate the luminance of the color"},{"lineNumber":110,"author":{"gitId":"-"},"content":" const LUMINANCE \u003d 0.2126 * LINEAR_RGB[0] + 0.7152 * LINEAR_RGB[1] + 0.0722 * LINEAR_RGB[2];"},{"lineNumber":111,"author":{"gitId":"-"},"content":" // The color is \"dark\" if the luminance is lower than the threshold"},{"lineNumber":112,"author":{"gitId":"-"},"content":" return LUMINANCE \u003c COLOR_DARKNESS_THRESHOLD;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" }"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":116,"author":{"gitId":"-"},"content":" * Returns a css style for the background and text color of the label"},{"lineNumber":117,"author":{"gitId":"-"},"content":" * @param color: the color of the label"},{"lineNumber":118,"author":{"gitId":"-"},"content":" * @return the style with background-color in rgb"},{"lineNumber":119,"author":{"gitId":"-"},"content":" * @throws exception if input is an invalid color code"},{"lineNumber":120,"author":{"gitId":"-"},"content":" */"},{"lineNumber":121,"author":{"gitId":"-"},"content":" setLabelStyle(color: string) {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" let textColor: string;"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":" textColor \u003d this.isDarkColor(color) ? COLOR_WHITE : COLOR_BLACK;"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":" const styles \u003d {"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u0027background-color\u0027: `#${color}`,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" color: `#${textColor}`"},{"lineNumber":129,"author":{"gitId":"-"},"content":" };"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":" return styles;"},{"lineNumber":132,"author":{"gitId":"-"},"content":" }"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":135,"author":{"gitId":"-"},"content":" this.labels \u003d undefined;"},{"lineNumber":136,"author":{"gitId":"-"},"content":" this.simpleLabels \u003d undefined;"},{"lineNumber":137,"author":{"gitId":"-"},"content":" this.stopPollLabels();"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":2,"-":137}},{"path":"src/app/core/services/milestone.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Milestone } from \u0027../models/milestone.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":8,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":9,"author":{"gitId":"-"},"content":"})"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":12,"author":{"gitId":"-"},"content":" * Responsible for retrieval and parsing and syncing of milestone data"},{"lineNumber":13,"author":{"gitId":"-"},"content":" * from the GitHub repository for the WATcher application."},{"lineNumber":14,"author":{"gitId":"-"},"content":" */"},{"lineNumber":15,"author":{"gitId":"-"},"content":"export class MilestoneService {"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" milestones: Milestone[] \u003d [];"},{"lineNumber":17,"author":{"gitId":"-"},"content":" hasNoMilestones: boolean;"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" constructor(private githubService: GithubService) {}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * Fetch all milestones from github."},{"lineNumber":23,"author":{"gitId":"-"},"content":" */"},{"lineNumber":24,"author":{"gitId":"-"},"content":" public fetchMilestones(): Observable\u003cany\u003e {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" return this.githubService.fetchAllMilestones().pipe("},{"lineNumber":26,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" this.milestones \u003d this.parseMilestoneData(response);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" this.hasNoMilestones \u003d response.length \u003d\u003d\u003d 0;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" return response;"},{"lineNumber":30,"author":{"gitId":"-"},"content":" })"},{"lineNumber":31,"author":{"gitId":"-"},"content":" );"},{"lineNumber":32,"author":{"gitId":"-"},"content":" }"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":35,"author":{"gitId":"-"},"content":" * Parses milestone information and returns an array of Milestone objects."},{"lineNumber":36,"author":{"gitId":"-"},"content":" * @param milestones - Milestone Information from API."},{"lineNumber":37,"author":{"gitId":"-"},"content":" */"},{"lineNumber":38,"author":{"gitId":"-"},"content":" parseMilestoneData(milestones: Array\u003cany\u003e): Milestone[] {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" const milestoneData: Milestone[] \u003d [];"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" for (const milestone of milestones) {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" milestoneData.push(new Milestone(milestone));"},{"lineNumber":43,"author":{"gitId":"-"},"content":" }"},{"lineNumber":44,"author":{"gitId":"-"},"content":" milestoneData.sort((a: Milestone, b: Milestone) \u003d\u003e a.title.localeCompare(b.title));"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" return milestoneData;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" }"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" * Returns the open milestone with earliest deadline."},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" * If no deadline exists, returns milestone with alphabetically smallest title."},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" * Returns null if there are no open milestones."},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" getEarliestOpenMilestone(): Milestone {"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" const openMilestones: Milestone[] \u003d this.milestones.filter((milestone: Milestone) \u003d\u003e milestone.state \u003d\u003d\u003d \u0027open\u0027);"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" if (openMilestones.length \u003d\u003d\u003d 0) {"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" return null;"},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" const target \u003d openMilestones.reduce((prev, curr) \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" if (prev \u003d\u003d\u003d null) {"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" return curr;"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" if (prev.deadline !\u003d\u003d curr.deadline) {"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" if (!prev.deadline) {"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" return curr;"},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" if (!curr.deadline) {"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" return prev;"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" return prev.deadline \u003c curr.deadline ? prev : curr;"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" // Both without due date or with the same due date"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" return prev.title.localeCompare(curr.title) \u003c 0 ? prev : curr;"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" }, null);"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" return target;"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":83,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":84,"author":{"gitId":"nknguyenhc"},"content":" * Gets the closed milestone with the latest deadline."},{"lineNumber":85,"author":{"gitId":"nknguyenhc"},"content":" * Returns null if there is no closed milestone with deadline."},{"lineNumber":86,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":87,"author":{"gitId":"nknguyenhc"},"content":" getLatestClosedMilestone(): Milestone {"},{"lineNumber":88,"author":{"gitId":"nknguyenhc"},"content":" let latestClosedMilestone: Milestone \u003d null;"},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" for (const milestone of this.milestones) {"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" if (!milestone.deadline || milestone.state !\u003d\u003d \u0027closed\u0027) {"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" continue;"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" if (latestClosedMilestone \u003d\u003d\u003d null) {"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" latestClosedMilestone \u003d milestone;"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" } else if (milestone.deadline \u003e latestClosedMilestone.deadline) {"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" latestClosedMilestone \u003d milestone;"},{"lineNumber":97,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":98,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":99,"author":{"gitId":"nknguyenhc"},"content":" return latestClosedMilestone;"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":28,"NereusWB922":26,"-":47}},{"path":"src/app/core/services/view.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":"import { BehaviorSubject, Observable, of, Subject } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { STORAGE_KEYS } from \u0027../constants/storage-keys.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Repo } from \u0027../models/repo.model\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { SessionData } from \u0027../models/session.model\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../models/view.model\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027./error-message.service\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { RepoUrlCacheService } from \u0027./repo-url-cache.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"export const SESSION_AVALIABILITY_FIX_FAILED \u003d \u0027Session Availability Fix failed.\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" * The title of each view that appears in the header bar."},{"lineNumber":18,"author":{"gitId":"-"},"content":" */"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"export const ViewDescription \u003d {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" [View.issuesViewer]: \u0027Issues Dashboard\u0027,"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" [View.activityDashboard]: \u0027Activity Dashboard\u0027"},{"lineNumber":22,"author":{"gitId":"-"},"content":"};"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":25,"author":{"gitId":"-"},"content":" * All data of the session."},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" * Add accessible views here."},{"lineNumber":27,"author":{"gitId":"-"},"content":" */"},{"lineNumber":28,"author":{"gitId":"-"},"content":"export const STARTING_SESSION_DATA: SessionData \u003d {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" sessionRepo: ["},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" { view: View.issuesViewer, repos: [] }"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" // { view: View.activityDashboard, repos: [] }"},{"lineNumber":32,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":33,"author":{"gitId":"-"},"content":"};"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":"export const STARTING_VIEW \u003d View.issuesViewer;"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":38,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":39,"author":{"gitId":"-"},"content":"})"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":42,"author":{"gitId":"-"},"content":" * Responsible for managing the current selected feature of WATcher as well as the"},{"lineNumber":43,"author":{"gitId":"-"},"content":" * current session data and repository details related to the session."},{"lineNumber":44,"author":{"gitId":"-"},"content":" */"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":"export class ViewService {"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" public static readonly REPO_QUERY_PARAM_KEY \u003d \u0027repo\u0027;"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" public currentView: View \u003d STARTING_VIEW;"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" public currentRepo: Repo; // current or main repository of current view"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" public otherRepos: Repo[]; // more repositories relevant to this view"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":" repoSetSource \u003d new BehaviorSubject(false);"},{"lineNumber":53,"author":{"gitId":"-"},"content":" repoSetState \u003d this.repoSetSource.asObservable();"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":56,"author":{"gitId":"-"},"content":" * Expose an observable to track changes to currentRepo"},{"lineNumber":57,"author":{"gitId":"-"},"content":" *"},{"lineNumber":58,"author":{"gitId":"-"},"content":" * TODO - replace all references to currentRepo to have"},{"lineNumber":59,"author":{"gitId":"-"},"content":" * dependencies subscribe to this observable?"},{"lineNumber":60,"author":{"gitId":"-"},"content":" */"},{"lineNumber":61,"author":{"gitId":"-"},"content":" public repoChanged$: Subject\u003cRepo | null\u003e \u003d new Subject();"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" /** Whether the ViewService is changing the repository */"},{"lineNumber":64,"author":{"gitId":"-"},"content":" public isChangingRepo \u003d new BehaviorSubject\u003cboolean\u003e(false);"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" public sessionData \u003d STARTING_SESSION_DATA; // stores session data for the session"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"nknguyenhc"},"content":" constructor("},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" private githubService: GithubService,"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" private repoUrlCacheService: RepoUrlCacheService,"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" public logger: LoggingService,"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" private route: ActivatedRoute,"},{"lineNumber":73,"author":{"gitId":"nknguyenhc"},"content":" private router: Router"},{"lineNumber":74,"author":{"gitId":"nknguyenhc"},"content":" ) {}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":77,"author":{"gitId":"-"},"content":" * Sets the current main repository and additional repos if any."},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" * Updates session data in View Service and local storage."},{"lineNumber":79,"author":{"gitId":"-"},"content":" * Updates Github Service with current repository."},{"lineNumber":80,"author":{"gitId":"-"},"content":" * @param repo Main current repository"},{"lineNumber":81,"author":{"gitId":"-"},"content":" * @param repos Additional repositories"},{"lineNumber":82,"author":{"gitId":"-"},"content":" */"},{"lineNumber":83,"author":{"gitId":"-"},"content":" setRepository(repo: Repo, repos?: Repo[]): void {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" this.currentRepo \u003d repo;"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.otherRepos \u003d repos ? repos : [];"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" this.sessionData.sessionRepo.find((x) \u003d\u003e x.view \u003d\u003d\u003d this.currentView).repos \u003d this.getRepository();"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" this.githubService.storeViewDetails(this.currentRepo.owner, this.currentRepo.name);"},{"lineNumber":88,"author":{"gitId":"-"},"content":" localStorage.setItem(\u0027sessionData\u0027, JSON.stringify(this.sessionData));"},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" this.router.navigate([\u0027issuesViewer\u0027], {"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" queryParams: {"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" [ViewService.REPO_QUERY_PARAM_KEY]: repo.toString()"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" },"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":98,"author":{"gitId":"-"},"content":" * Changes current respository to a new repository."},{"lineNumber":99,"author":{"gitId":"-"},"content":" * @param repo New current repository"},{"lineNumber":100,"author":{"gitId":"-"},"content":" */"},{"lineNumber":101,"author":{"gitId":"-"},"content":" private changeCurrentRepository(repo: Repo): void {"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" this.logger.info(`ViewService: Changing current repository to \u0027${repo}\u0027`);"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" if (this.currentView \u003d\u003d\u003d View.issuesViewer) {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" /** Adds past repositories to view */"},{"lineNumber":106,"author":{"gitId":"-"},"content":" (this.otherRepos || []).push(this.currentRepo);"},{"lineNumber":107,"author":{"gitId":"-"},"content":" }"},{"lineNumber":108,"author":{"gitId":"-"},"content":" this.setRepository(repo, this.otherRepos);"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":" this.repoUrlCacheService.cache(repo.toString());"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":" this.repoChanged$.next(repo);"},{"lineNumber":113,"author":{"gitId":"-"},"content":" }"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":116,"author":{"gitId":"-"},"content":" * Change repository if a valid repository is provided"},{"lineNumber":117,"author":{"gitId":"-"},"content":" * @param repo New repository"},{"lineNumber":118,"author":{"gitId":"-"},"content":" */"},{"lineNumber":119,"author":{"gitId":"-"},"content":" async changeRepositoryIfValid(repo: Repo) {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" this.isChangingRepo.next(true);"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":" const isValidRepository \u003d await this.githubService.isRepositoryPresent(repo.owner, repo.name).toPromise();"},{"lineNumber":123,"author":{"gitId":"-"},"content":" if (!isValidRepository) {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" this.isChangingRepo.next(false);"},{"lineNumber":125,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.repositoryNotPresentMessage());"},{"lineNumber":126,"author":{"gitId":"-"},"content":" }"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":" this.changeCurrentRepository(repo);"},{"lineNumber":129,"author":{"gitId":"-"},"content":" this.isChangingRepo.next(false);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":133,"author":{"gitId":"-"},"content":" * Returns the full repository array of the current feature."},{"lineNumber":134,"author":{"gitId":"-"},"content":" */"},{"lineNumber":135,"author":{"gitId":"-"},"content":" getRepository(): Repo[] {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" return [this.currentRepo].concat(this.otherRepos);"},{"lineNumber":137,"author":{"gitId":"-"},"content":" }"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":140,"author":{"gitId":"-"},"content":" * Retrieves the repository url from local storage and sets to current repository."},{"lineNumber":141,"author":{"gitId":"-"},"content":" */"},{"lineNumber":142,"author":{"gitId":"-"},"content":" async initializeCurrentRepository() {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" const org \u003d window.localStorage.getItem(STORAGE_KEYS.ORG);"},{"lineNumber":144,"author":{"gitId":"-"},"content":" const repoName \u003d window.localStorage.getItem(STORAGE_KEYS.DATA_REPO);"},{"lineNumber":145,"author":{"gitId":"NereusWB922"},"content":" this.logger.info(`ViewService: received initial org (${org}) and initial name (${repoName})`);"},{"lineNumber":146,"author":{"gitId":"-"},"content":" let repo: Repo;"},{"lineNumber":147,"author":{"gitId":"-"},"content":" if (!org || !repoName) {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" repo \u003d Repo.ofEmptyRepo();"},{"lineNumber":149,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" repo \u003d new Repo(org, repoName);"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":" const isValidRepository \u003d await this.githubService.isRepositoryPresent(repo.owner, repo.name).toPromise();"},{"lineNumber":153,"author":{"gitId":"-"},"content":" if (!isValidRepository) {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.repositoryNotPresentMessage());"},{"lineNumber":155,"author":{"gitId":"-"},"content":" }"},{"lineNumber":156,"author":{"gitId":"NereusWB922"},"content":" this.logger.info(`ViewService: Repo is ${repo}`);"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.setRepository(repo);"},{"lineNumber":158,"author":{"gitId":"-"},"content":" this.repoSetSource.next(true);"},{"lineNumber":159,"author":{"gitId":"-"},"content":" }"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":162,"author":{"gitId":"nknguyenhc"},"content":" * Set items in the local storage corresponding to the next URL."},{"lineNumber":163,"author":{"gitId":"NereusWB922"},"content":" * This includes checking if the view is valid, and if the repo is of the correct format."},{"lineNumber":164,"author":{"gitId":"nknguyenhc"},"content":" * @param url The partial URL without the host, e.g. `/issuesViewer?repo\u003dCATcher%2FWATcher."},{"lineNumber":165,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":166,"author":{"gitId":"nknguyenhc"},"content":" setupFromUrl(url: string): Observable\u003cvoid\u003e {"},{"lineNumber":167,"author":{"gitId":"NereusWB922"},"content":" return of(this.getViewAndRepoFromUrl(url)).pipe("},{"lineNumber":168,"author":{"gitId":"NereusWB922"},"content":" map(([viewName, repoName]) \u003d\u003e {"},{"lineNumber":169,"author":{"gitId":"NereusWB922"},"content":" if (!this.isViewAllowed(viewName)) {"},{"lineNumber":170,"author":{"gitId":"nknguyenhc"},"content":" throw new Error(ErrorMessageService.invalidUrlMessage());"},{"lineNumber":171,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":172,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":173,"author":{"gitId":"nknguyenhc"},"content":" if (repoName \u003d\u003d\u003d null) {"},{"lineNumber":174,"author":{"gitId":"nknguyenhc"},"content":" throw new Error(ErrorMessageService.invalidUrlMessage());"},{"lineNumber":175,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":176,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":177,"author":{"gitId":"nknguyenhc"},"content":" const newRepo \u003d Repo.of(repoName);"},{"lineNumber":178,"author":{"gitId":"nknguyenhc"},"content":" if (newRepo) {"},{"lineNumber":179,"author":{"gitId":"nknguyenhc"},"content":" window.localStorage.setItem(STORAGE_KEYS.ORG, newRepo.owner);"},{"lineNumber":180,"author":{"gitId":"nknguyenhc"},"content":" window.localStorage.setItem(STORAGE_KEYS.DATA_REPO, newRepo.name);"},{"lineNumber":181,"author":{"gitId":"nknguyenhc"},"content":" this.repoUrlCacheService.cache(newRepo.toString());"},{"lineNumber":182,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":183,"author":{"gitId":"nknguyenhc"},"content":" })"},{"lineNumber":184,"author":{"gitId":"nknguyenhc"},"content":" );"},{"lineNumber":185,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":186,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":187,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":188,"author":{"gitId":"NereusWB922"},"content":" * Initializes a repo based on the URL parameters and changes the repo if valid."},{"lineNumber":189,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":190,"author":{"gitId":"NereusWB922"},"content":" initializeRepoFromUrlParams(): void {"},{"lineNumber":191,"author":{"gitId":"NereusWB922"},"content":" const repoParams \u003d this.route.snapshot.queryParamMap.get(ViewService.REPO_QUERY_PARAM_KEY);"},{"lineNumber":192,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":193,"author":{"gitId":"NereusWB922"},"content":" const newRepo \u003d Repo.of(repoParams);"},{"lineNumber":194,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":195,"author":{"gitId":"NereusWB922"},"content":" this.changeRepositoryIfValid(newRepo);"},{"lineNumber":196,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":197,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":" getViewAndRepoFromUrl(url: string): [string, string] {"},{"lineNumber":199,"author":{"gitId":"nknguyenhc"},"content":" const urlObject \u003d new URL(`${location.protocol}//${location.host}${url}`);"},{"lineNumber":200,"author":{"gitId":"nknguyenhc"},"content":" const pathname \u003d urlObject.pathname;"},{"lineNumber":201,"author":{"gitId":"NereusWB922"},"content":" const reponame \u003d urlObject.searchParams.get(ViewService.REPO_QUERY_PARAM_KEY);"},{"lineNumber":202,"author":{"gitId":"nknguyenhc"},"content":" return [pathname, reponame];"},{"lineNumber":203,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":204,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":205,"author":{"gitId":"NereusWB922"},"content":" isViewAllowed(viewName: string) {"},{"lineNumber":206,"author":{"gitId":"NereusWB922"},"content":" return viewName \u003d\u003d\u003d \u0027/\u0027 + View.issuesViewer;"},{"lineNumber":207,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":208,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":209,"author":{"gitId":"-"},"content":" isRepoSet(): boolean {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" return this.repoSetSource.getValue();"},{"lineNumber":211,"author":{"gitId":"-"},"content":" }"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":214,"author":{"gitId":"NereusWB922"},"content":" * Changes view and updates View Service\u0027s properties."},{"lineNumber":215,"author":{"gitId":"NereusWB922"},"content":" * @param view New view"},{"lineNumber":216,"author":{"gitId":"-"},"content":" */"},{"lineNumber":217,"author":{"gitId":"NereusWB922"},"content":" changeView(view: View) {"},{"lineNumber":218,"author":{"gitId":"NereusWB922"},"content":" this.currentView \u003d view;"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":" // For now, assumes repository stays the same"},{"lineNumber":221,"author":{"gitId":"NereusWB922"},"content":" this.githubService.storeViewDetails(this.currentRepo.owner, this.currentRepo.name);"},{"lineNumber":222,"author":{"gitId":"-"},"content":" }"},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":" public getCurrentRepositoryURL() {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" return this.currentRepo.owner.concat(\u0027/\u0027).concat(this.currentRepo.name);"},{"lineNumber":226,"author":{"gitId":"-"},"content":" }"},{"lineNumber":227,"author":{"gitId":"-"},"content":""},{"lineNumber":228,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":229,"author":{"gitId":"NereusWB922"},"content":" this.currentView \u003d STARTING_VIEW;"},{"lineNumber":230,"author":{"gitId":"-"},"content":" }"},{"lineNumber":231,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":42,"NereusWB922":52,"-":137}},{"path":"src/app/issues-viewer/card-view/card-view.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".card-column {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" margin: 8px;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":" height: 77vh;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":" display: flex;"},{"lineNumber":5,"author":{"gitId":"nknguyenhc"},"content":" flex-direction: column;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".card {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" margin: 8px 0px 8px 0px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".mat-card-title {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":15,"author":{"gitId":"-"},"content":" font-size: 12px;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":18,"author":{"gitId":"-"},"content":" word-break: break-word;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":".column-header .mat-card-title {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":".mat-card {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" padding: 10px;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":":host ::ng-deep div.mat-card-header-text {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" margin: 2px;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"div.column-header .mat-card-title {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":36,"author":{"gitId":"-"},"content":"}"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"div.column-header {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":40,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" z-index: 5;"},{"lineNumber":42,"author":{"gitId":"-"},"content":"}"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"div.column-header .mat-card-header {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":48,"author":{"gitId":"-"},"content":"}"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":".scrollable-container {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" margin-bottom: 2px;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":53,"author":{"gitId":"-"},"content":"}"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"Arif-Khalid"},"content":"/* Ref: https://lea.verou.me/blog/2012/04/background-attachment-local/ */"},{"lineNumber":56,"author":{"gitId":"Arif-Khalid"},"content":".scroll-shadow {"},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" background:"},{"lineNumber":58,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)),"},{"lineNumber":59,"author":{"gitId":"Arif-Khalid"},"content":" linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,"},{"lineNumber":60,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadows */ radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),"},{"lineNumber":61,"author":{"gitId":"Arif-Khalid"},"content":" radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;"},{"lineNumber":62,"author":{"gitId":"Arif-Khalid"},"content":" background:"},{"lineNumber":63,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)),"},{"lineNumber":64,"author":{"gitId":"Arif-Khalid"},"content":" linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,"},{"lineNumber":65,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadows */ radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)),"},{"lineNumber":66,"author":{"gitId":"Arif-Khalid"},"content":" radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 0 100%;"},{"lineNumber":67,"author":{"gitId":"Arif-Khalid"},"content":" background-repeat: no-repeat;"},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":" background-color: white;"},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;"},{"lineNumber":70,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":71,"author":{"gitId":"Arif-Khalid"},"content":" /* Opera doesn\u0027t support this in the shorthand */"},{"lineNumber":72,"author":{"gitId":"Arif-Khalid"},"content":" background-attachment: local, local, scroll, scroll;"},{"lineNumber":73,"author":{"gitId":"-"},"content":"}"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":".scrollable-container::before {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" height: 6px;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":82,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":84,"author":{"gitId":"-"},"content":"}"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":".scrollable-container::after {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":88,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" top: 100%;"},{"lineNumber":92,"author":{"gitId":"-"},"content":" height: 6px;"},{"lineNumber":93,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":94,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to top, white 66%, transparent);"},{"lineNumber":96,"author":{"gitId":"-"},"content":"}"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":".scrollable-container-wrapper {"},{"lineNumber":99,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" scrollbar-width: none;"},{"lineNumber":101,"author":{"gitId":"nknguyenhc"},"content":" overflow: auto;"},{"lineNumber":102,"author":{"gitId":"nknguyenhc"},"content":" flex-grow: 1;"},{"lineNumber":103,"author":{"gitId":"-"},"content":"}"},{"lineNumber":104,"author":{"gitId":"-"},"content":""},{"lineNumber":105,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container-wrapper::-webkit-scrollbar {"},{"lineNumber":106,"author":{"gitId":"nknguyenhc"},"content":" display: none;"},{"lineNumber":107,"author":{"gitId":"-"},"content":"}"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":".loading-spinner {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":111,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":113,"author":{"gitId":"-"},"content":"}"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":".mat-card-subtitle {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":118,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" margin: 6px 0;"},{"lineNumber":122,"author":{"gitId":"-"},"content":"}"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":".row-count {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" background-color: rgb(222, 222, 222);"},{"lineNumber":126,"author":{"gitId":"-"},"content":" border-radius: 3px;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" cursor: default;"},{"lineNumber":128,"author":{"gitId":"-"},"content":" padding: 6px;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" color: rgb(0, 0, 0);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" font-weight: 410;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" display: inline-flex;"},{"lineNumber":132,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":133,"author":{"gitId":"-"},"content":"}"},{"lineNumber":134,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":135,"author":{"gitId":"nknguyenhc"},"content":":host ::ng-deep .pagination-hide-arrow .mat-paginator-navigation-previous {"},{"lineNumber":136,"author":{"gitId":"nknguyenhc"},"content":" display: none !important;"},{"lineNumber":137,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":138,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":139,"author":{"gitId":"nknguyenhc"},"content":":host ::ng-deep .pagination-hide-arrow .mat-paginator-navigation-next {"},{"lineNumber":140,"author":{"gitId":"nknguyenhc"},"content":" display: none !important;"},{"lineNumber":141,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":142,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":143,"author":{"gitId":"nknguyenhc"},"content":":host ::ng-deep .pagination-hide-arrow .mat-paginator-range-actions {"},{"lineNumber":144,"author":{"gitId":"nknguyenhc"},"content":" display: none !important;"},{"lineNumber":145,"author":{"gitId":"nknguyenhc"},"content":"}"}],"authorContributionMap":{"nknguyenhc":20,"Arif-Khalid":18,"-":107}},{"path":"src/app/issues-viewer/card-view/card-view.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"card-column\"\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cng-container"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" [ngTemplateOutlet]\u003d\"getHeaderTemplate() || defaultHeader\""},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" [ngTemplateOutletContext]\u003d\"{ $implicit: this.group }\""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" \u003e\u003c/ng-container\u003e"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":" \u003cdiv class\u003d\"scrollable-container-wrapper scroll-shadow\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"scrollable-container\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"issue-pr-cards\" *ngFor\u003d\"let issue of this.issues$ | async; index as i\"\u003e"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":" \u003capp-issue-pr-card [issue]\u003d\"issue\" [filter]\u003d\"issues.filter\" [milestoneService]\u003d\"milestoneService\"\u003e\u003c/app-issue-pr-card\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-card class\u003d\"loading-spinner\" *ngIf\u003d\"this.issues.isLoading$ | async\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/mat-card\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-paginator"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":" [pageSize]\u003d\"pageSize\""},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":" [pageSizeOptions]\u003d\"[10, 20, 50]\""},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" [class]\u003d\"pageSize \u003e\u003d issueLength ? \u0027pagination-hide-arrow\u0027 : \u0027\u0027\""},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" (page)\u003d\"updatePageSize($event.pageSize)\""},{"lineNumber":21,"author":{"gitId":"nknguyenhc"},"content":" \u003e\u003c/mat-paginator\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":"\u003c!-- Template --\u003e"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #defaultHeader\u003e"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card class\u003d\"loading-spinner\"\u003e"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #assigneeHeader let-assignee\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"column-header\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cmat-card\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cmat-card-header [ngStyle]\u003d\"{ height: \u002740px\u0027 }\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":36,"author":{"gitId":"-"},"content":" mat-card-avatar"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"assignee\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" [ngStyle]\u003d\"{"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" background: \u0027url(\u0027 + assignee.avatar_url + \u0027)\u0027,"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u0027background-size\u0027: \u002740px\u0027"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }\""},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003cmat-card-title\u003e"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" {{ assignee.login }}"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/mat-card-title\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"row-count\"\u003e{{ this.issues.count }}\u003c/div\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/mat-card-header\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003c/mat-card\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #milestoneHeader let-milestone\u003e"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"column-header\"\u003e"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card\u003e"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-header [ngStyle]\u003d\"{ height: \u002740px\u0027 }\"\u003e"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003e"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" {{ milestone.title }}"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card-title\u003e"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"row-count\"\u003e{{ this.issues.count }}\u003c/div\u003e"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card-header\u003e"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":28,"Arif-Khalid":1,"MadLamprey":1,"-":27}},{"path":"src/app/issues-viewer/card-view/card-view.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" AfterViewInit,"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" Component,"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" ElementRef,"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" EventEmitter,"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" Input,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" OnDestroy,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" OnInit,"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" Output,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" TemplateRef,"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" ViewChild"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"} from \u0027@angular/core\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../core/models/github/group.interface\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":"import { FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"import { GroupBy, GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../core/services/issue.service\u0027;"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { FilterableComponent, FilterableSource } from \u0027../../shared/issue-tables/filterableTypes\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { IssuesDataTable } from \u0027../../shared/issue-tables/IssuesDataTable\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":25,"author":{"gitId":"-"},"content":" selector: \u0027app-card-view\u0027,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" templateUrl: \u0027./card-view.component.html\u0027,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./card-view.component.css\u0027]"},{"lineNumber":28,"author":{"gitId":"-"},"content":"})"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * Displays issues as Cards."},{"lineNumber":32,"author":{"gitId":"-"},"content":" */"},{"lineNumber":33,"author":{"gitId":"-"},"content":"export class CardViewComponent implements OnInit, AfterViewInit, OnDestroy, FilterableComponent {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" @Input() headers: string[];"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" @Input() group?: Group \u003d undefined;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" @Input() filters?: any \u003d undefined;"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" @ViewChild(MatPaginator, { static: true }) paginator: MatPaginator;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027defaultHeader\u0027) defaultHeaderTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027assigneeHeader\u0027) assigneeHeaderTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027milestoneHeader\u0027) milestoneHeaderTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" issues: IssuesDataTable;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" issues$: Observable\u003cIssue[]\u003e;"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" private timeoutId: NodeJS.Timeout | null \u003d null;"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" private issuesLengthSubscription: Subscription;"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" private issuesLoadingStateSubscription: Subscription;"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":50,"author":{"gitId":"Arif-Khalid"},"content":" isLoading \u003d true;"},{"lineNumber":51,"author":{"gitId":"Arif-Khalid"},"content":" issueLength \u003d 0;"},{"lineNumber":52,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":" pageSize \u003d 20;"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":55,"author":{"gitId":"nknguyenhc"},"content":" @Output() issueLengthChange: EventEmitter\u003cNumber\u003e \u003d new EventEmitter\u003cNumber\u003e();"},{"lineNumber":56,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":57,"author":{"gitId":"nknguyenhc"},"content":" constructor("},{"lineNumber":58,"author":{"gitId":"nknguyenhc"},"content":" public element: ElementRef,"},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" public issueService: IssueService,"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":" public groupingContextService: GroupingContextService,"},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":" private filtersService: FiltersService,"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" private milestoneService: MilestoneService"},{"lineNumber":63,"author":{"gitId":"nknguyenhc"},"content":" ) {}"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" this.issues \u003d new IssuesDataTable("},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" this.issueService,"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService,"},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" this.filtersService,"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" this.milestoneService,"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" this.paginator,"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" this.headers,"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" this.group,"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" this.filters"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":76,"author":{"gitId":"-"},"content":" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" this.timeoutId \u003d setTimeout(() \u003d\u003e {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" this.issues.loadIssues();"},{"lineNumber":81,"author":{"gitId":"-"},"content":" this.issues$ \u003d this.issues.connect();"},{"lineNumber":82,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":83,"author":{"gitId":"Arif-Khalid"},"content":" // Emit event when issues change"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" this.issuesLengthSubscription \u003d this.issues$.subscribe(() \u003d\u003e {"},{"lineNumber":85,"author":{"gitId":"nknguyenhc"},"content":" this.issueLength \u003d this.issues.count;"},{"lineNumber":86,"author":{"gitId":"nknguyenhc"},"content":" this.issueLengthChange.emit(this.issueLength);"},{"lineNumber":87,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":88,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":89,"author":{"gitId":"Arif-Khalid"},"content":" // Emit event when loading state changes"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" this.issuesLoadingStateSubscription \u003d this.issues.isLoading$.subscribe((isLoadingUpdate) \u003d\u003e {"},{"lineNumber":91,"author":{"gitId":"Arif-Khalid"},"content":" this.isLoading \u003d isLoadingUpdate;"},{"lineNumber":92,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":93,"author":{"gitId":"-"},"content":" });"},{"lineNumber":94,"author":{"gitId":"-"},"content":" }"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" getHeaderTemplate(): TemplateRef\u003cany\u003e {"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" switch (this.groupingContextService.currGroupBy) {"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Assignee:"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" return this.assigneeHeaderTemplate;"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Milestone:"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" return this.milestoneHeaderTemplate;"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" default:"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" return this.defaultHeaderTemplate;"},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" if (this.timeoutId) {"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" clearTimeout(this.timeoutId);"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":" if (this.issues) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" this.issues.disconnect();"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" if (this.issuesLengthSubscription) {"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" this.issuesLengthSubscription.unsubscribe();"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" if (this.issuesLoadingStateSubscription) {"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" this.issuesLoadingStateSubscription.unsubscribe();"},{"lineNumber":122,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":" retrieveFilterable(): FilterableSource {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" return this.issues;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":129,"author":{"gitId":"nknguyenhc"},"content":" updatePageSize(newPageSize: number) {"},{"lineNumber":130,"author":{"gitId":"nknguyenhc"},"content":" this.pageSize \u003d newPageSize;"},{"lineNumber":131,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":21,"NereusWB922":59,"Arif-Khalid":10,"-":42}},{"path":"src/app/issues-viewer/hidden-groups/hidden-groups.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".hidden-groups {"},{"lineNumber":2,"author":{"gitId":"nknguyenhc"},"content":" margin: 8px;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":" min-width: 150px;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":" max-width: 300px;"},{"lineNumber":5,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":6,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":7,"author":{"gitId":"nknguyenhc"},"content":".row-count {"},{"lineNumber":8,"author":{"gitId":"nknguyenhc"},"content":" background-color: rgb(222, 222, 222);"},{"lineNumber":9,"author":{"gitId":"nknguyenhc"},"content":" border-radius: 3px;"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":" cursor: default;"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" padding: 6px;"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":" color: rgb(0, 0, 0);"},{"lineNumber":13,"author":{"gitId":"nknguyenhc"},"content":" font-weight: 410;"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" display: inline-flex;"},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" font-size: 14px;"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":".mat-card-header {"},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" display: flex;"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" flex-direction: row;"},{"lineNumber":21,"author":{"gitId":"nknguyenhc"},"content":" align-items: center;"},{"lineNumber":22,"author":{"gitId":"nknguyenhc"},"content":" width: 100%;"},{"lineNumber":23,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":24,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":25,"author":{"gitId":"nknguyenhc"},"content":".mat-card {"},{"lineNumber":26,"author":{"gitId":"nknguyenhc"},"content":" margin: 8px 0px;"},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" height: 40px;"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" padding: 10px;"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" display: flex;"},{"lineNumber":30,"author":{"gitId":"nknguyenhc"},"content":" align-items: center;"},{"lineNumber":31,"author":{"gitId":"nknguyenhc"},"content":" justify-content: center;"},{"lineNumber":32,"author":{"gitId":"nknguyenhc"},"content":" flex-direction: row;"},{"lineNumber":33,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":34,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":".mat-card-title {"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":" font-size: 14px;"},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":" text-align: center;"},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" margin: 0;"},{"lineNumber":39,"author":{"gitId":"nknguyenhc"},"content":" flex-grow: 1;"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" margin: 2px;"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" word-break: break-word;"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":44,"author":{"gitId":"nknguyenhc"},"content":".mat-card-avatar {"},{"lineNumber":45,"author":{"gitId":"nknguyenhc"},"content":" height: 30px;"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" width: 30px;"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":".mat-card-header .mat-card-title {"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" font-size: 12px;"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":52,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container {"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" height: 67vh;"},{"lineNumber":55,"author":{"gitId":"nknguyenhc"},"content":" overflow: auto;"},{"lineNumber":56,"author":{"gitId":"nknguyenhc"},"content":" scrollbar-width: none;"},{"lineNumber":57,"author":{"gitId":"nknguyenhc"},"content":" -ms-overflow-style: none;"},{"lineNumber":58,"author":{"gitId":"nknguyenhc"},"content":" position: relative;"},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":".scrollable-containers::-webkit-scrollbar {"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" display: none;"},{"lineNumber":63,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":65,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::before,"},{"lineNumber":66,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::after {"},{"lineNumber":67,"author":{"gitId":"nknguyenhc"},"content":" pointer-events: none;"},{"lineNumber":68,"author":{"gitId":"nknguyenhc"},"content":" content: \u0027\u0027;"},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" z-index: 2;"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" height: 6px;"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" width: 100%;"},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" display: block;"},{"lineNumber":73,"author":{"gitId":"nknguyenhc"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":74,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::before {"},{"lineNumber":77,"author":{"gitId":"nknguyenhc"},"content":" position: absolute;"},{"lineNumber":78,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::after {"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" position: sticky;"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":"}"}],"authorContributionMap":{"nknguyenhc":81,"NereusWB922":1}},{"path":"src/app/issues-viewer/hidden-groups/hidden-groups.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"\u003cdiv *ngIf\u003d\"groups.length \u003e 0\" class\u003d\"hidden-groups\"\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card matTooltip\u003d\"Users that have no Issues/PRs pertaining to the current filter\" matTooltipShowDelay\u003d\"0\" matTooltipHideDelay\u003d\"0\"\u003e"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003eHidden {{ this.groupingContextService.currGroupBy }}s\u003c/mat-card-title\u003e"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"row-count\"\u003e{{ groups.length }}\u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"scrollable-container\"\u003e"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv *ngFor\u003d\"let group of groups\"\u003e"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" \u003cng-container [ngTemplateOutlet]\u003d\"getCardTemplate()\" [ngTemplateOutletContext]\u003d\"{ $implicit: group }\"\u003e\u003c/ng-container\u003e"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"\u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"\u003c!-- Templates --\u003e"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #defaultCard let-group\u003e"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card class\u003d\"loading-spinner\"\u003e"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #assigneeCard let-assignee\u003e"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card\u003e"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" \u003cmar-card-header class\u003d\"mat-card-header\"\u003e"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" mat-card-avatar"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" [ngStyle]\u003d\"{"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" background: \u0027url(\u0027 + assignee.avatar_url + \u0027)\u0027,"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" \u0027background-size\u0027: \u002730px\u0027"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" }\""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003e{{ assignee.login }}\u003c/mat-card-title\u003e"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" \u003c/mar-card-header\u003e"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #milestoneCard let-milestone\u003e"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card\u003e"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" \u003cmar-card-header class\u003d\"mat-card-header\"\u003e"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003e{{ milestone.title }}\u003c/mat-card-title\u003e"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" \u003c/mar-card-header\u003e"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"}],"authorContributionMap":{"NereusWB922":41}},{"path":"src/app/issues-viewer/hidden-groups/hidden-groups.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Component, Input, TemplateRef, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../core/models/github/group.interface\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { GroupBy, GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"@Component({"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" selector: \u0027app-hidden-groups\u0027,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" templateUrl: \u0027./hidden-groups.component.html\u0027,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./hidden-groups.component.css\u0027]"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export class HiddenGroupsComponent {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" @Input() groups: Group[] \u003d [];"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027defaultCard\u0027) defaultCardTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027assigneeCard\u0027) assigneeCardTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027milestoneCard\u0027) milestoneCardTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" constructor(public groupingContextService: GroupingContextService) {}"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" getCardTemplate(): TemplateRef\u003cany\u003e {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" switch (this.groupingContextService.currGroupBy) {"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Assignee:"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" return this.assigneeCardTemplate;"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Milestone:"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" return this.milestoneCardTemplate;"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" default:"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" return this.defaultCardTemplate;"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":29}},{"path":"src/app/issues-viewer/issues-viewer.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"loading-spinner\" *ngIf\u003d\"(this.viewService.isChangingRepo | async) || this.groups.length \u003d\u003d\u003d 0; else elseBlock\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e \u003c/mat-progress-spinner\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cng-template #elseBlock\u003e"},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":" \u003capp-filter-bar [views$]\u003d\"views\"\u003e\u003c/app-filter-bar\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"wrapper\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003capp-card-view"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" *ngFor\u003d\"let group of groups\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" class\u003d\"issue-table\""},{"lineNumber":13,"author":{"gitId":"Arif-Khalid"},"content":" #card"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" [ngStyle]\u003d\"{ display: card.isLoading || card.issueLength \u003e 0 ? \u0027initial\u0027 : \u0027none\u0027 }\""},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" [group]\u003d\"group\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" [headers]\u003d\"this.displayedColumns\""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" (issueLengthChange)\u003d\"updateHiddenGroups($event, group)\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003e\u003c/app-card-view\u003e"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" \u003capp-hidden-groups [groups]\u003d\"this.hiddenGroups\"\u003e\u003c/app-hidden-groups\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/ng-template\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"NereusWB922":5,"Arif-Khalid":3,"-":14}},{"path":"src/app/issues-viewer/issues-viewer.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { AfterViewInit, Component, OnDestroy, OnInit, QueryList, ViewChildren } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { NavigationEnd, NavigationStart, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BehaviorSubject, of, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { filter } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../core/models/github/group.interface\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Repo } from \u0027../core/models/repo.model\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027../core/services/error-message.service\u0027;"},{"lineNumber":8,"author":{"gitId":"Arif-Khalid"},"content":"import { FiltersService } from \u0027../core/services/filters.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../core/services/github.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { GroupingContextService } from \u0027../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../core/services/issue.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../core/services/label.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { MilestoneService } from \u0027../core/services/milestone.service\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../core/services/view.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { TABLE_COLUMNS } from \u0027../shared/issue-tables/issue-tables-columns\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { CardViewComponent } from \u0027./card-view/card-view.component\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":19,"author":{"gitId":"-"},"content":" selector: \u0027app-issues-viewer\u0027,"},{"lineNumber":20,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issues-viewer.component.html\u0027,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issues-viewer.component.css\u0027]"},{"lineNumber":22,"author":{"gitId":"-"},"content":"})"},{"lineNumber":23,"author":{"gitId":"-"},"content":"export class IssuesViewerComponent implements OnInit, AfterViewInit, OnDestroy {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" readonly displayedColumns \u003d [TABLE_COLUMNS.ID, TABLE_COLUMNS.TITLE, TABLE_COLUMNS.ASSIGNEE, TABLE_COLUMNS.LABEL];"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" /** Observes for any change in repo*/"},{"lineNumber":27,"author":{"gitId":"-"},"content":" repoChangeSubscription: Subscription;"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" groupByChangeSubscription: Subscription;"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" /** Observes for any change in the cardviews */"},{"lineNumber":32,"author":{"gitId":"-"},"content":" viewChange: Subscription;"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" popStateEventSubscription: Subscription;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" availableGroupsSubscription: Subscription;"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" popStateNavigationId: number;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":" /** Users to show as columns */"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" groups: Group[] \u003d [];"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":" /** The list of users with 0 issues (hidden) */"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" hiddenGroups: Group[] \u003d [];"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" @ViewChildren(CardViewComponent) cardViews: QueryList\u003cCardViewComponent\u003e;"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" views \u003d new BehaviorSubject\u003cQueryList\u003cCardViewComponent\u003e\u003e(undefined);"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" public viewService: ViewService,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" public githubService: GithubService,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" public issueService: IssueService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" public labelService: LabelService,"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" public milestoneService: MilestoneService,"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" public groupingContextService: GroupingContextService,"},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" private router: Router,"},{"lineNumber":58,"author":{"gitId":"Arif-Khalid"},"content":" private filtersService: FiltersService"},{"lineNumber":59,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" this.repoChangeSubscription \u003d this.viewService.repoChanged$.subscribe((newRepo) \u003d\u003e {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.issueService.reset(false);"},{"lineNumber":62,"author":{"gitId":"-"},"content":" this.labelService.reset();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" this.initialize();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" });"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" this.groupByChangeSubscription \u003d this.groupingContextService.currGroupBy$.subscribe((newGroupBy) \u003d\u003e {"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" this.initialize();"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" this.popStateEventSubscription \u003d this.router.events"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" .pipe(filter((event) \u003d\u003e event instanceof NavigationEnd || event instanceof NavigationStart))"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" .subscribe((event) \u003d\u003e {"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" if (event instanceof NavigationStart \u0026\u0026 event.navigationTrigger \u003d\u003d\u003d \u0027popstate\u0027) {"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" this.popStateNavigationId \u003d event.id;"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" if (event instanceof NavigationEnd \u0026\u0026 event.id \u003d\u003d\u003d this.popStateNavigationId) {"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" this.viewService.initializeRepoFromUrlParams();"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService.initializeFromUrlParams();"},{"lineNumber":80,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.initializeFromURLParams();"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":83,"author":{"gitId":"-"},"content":" }"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.initialize();"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService.initializeFromUrlParams();"},{"lineNumber":88,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.initializeFromURLParams();"},{"lineNumber":89,"author":{"gitId":"-"},"content":" }"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" this.viewChange \u003d this.cardViews.changes.subscribe((x) \u003d\u003e this.views.next(x));"},{"lineNumber":93,"author":{"gitId":"-"},"content":" }"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.repoChangeSubscription.unsubscribe();"},{"lineNumber":97,"author":{"gitId":"-"},"content":" this.viewChange.unsubscribe();"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" this.popStateEventSubscription.unsubscribe();"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":102,"author":{"gitId":"-"},"content":" * Fetch and initialize all information from repository to populate Issue Dashboard."},{"lineNumber":103,"author":{"gitId":"-"},"content":" */"},{"lineNumber":104,"author":{"gitId":"-"},"content":" private initialize() {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" if (this.availableGroupsSubscription) {"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" this.availableGroupsSubscription.unsubscribe();"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":" this.checkIfValidRepository().subscribe((isValidRepository) \u003d\u003e {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" if (!isValidRepository) {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.repositoryNotPresentMessage());"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":" });"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":" // Fetch assignees"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" this.groups \u003d [];"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" this.hiddenGroups \u003d [];"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" this.availableGroupsSubscription \u003d this.groupingContextService.getGroups().subscribe((x) \u003d\u003e (this.groups \u003d x));"},{"lineNumber":120,"author":{"gitId":"-"},"content":""},{"lineNumber":121,"author":{"gitId":"-"},"content":" // Fetch issues"},{"lineNumber":122,"author":{"gitId":"-"},"content":" this.issueService.reloadAllIssues();"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":126,"author":{"gitId":"NereusWB922"},"content":" * Checks if our current repository available on view service is indeed a valid repository"},{"lineNumber":127,"author":{"gitId":"-"},"content":" */"},{"lineNumber":128,"author":{"gitId":"-"},"content":" private checkIfValidRepository() {"},{"lineNumber":129,"author":{"gitId":"NereusWB922"},"content":" const currentRepo \u003d this.viewService.currentRepo;"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":" if (Repo.isInvalidRepoName(currentRepo)) {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" return of(false);"},{"lineNumber":133,"author":{"gitId":"-"},"content":" }"},{"lineNumber":134,"author":{"gitId":"-"},"content":""},{"lineNumber":135,"author":{"gitId":"-"},"content":" return this.githubService.isRepositoryPresent(currentRepo.owner, currentRepo.name);"},{"lineNumber":136,"author":{"gitId":"-"},"content":" }"},{"lineNumber":137,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":138,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":139,"author":{"gitId":"NereusWB922"},"content":" * Update the list of hidden group based on the new info."},{"lineNumber":140,"author":{"gitId":"NereusWB922"},"content":" * @param issueLength The number of issues under this group."},{"lineNumber":141,"author":{"gitId":"NereusWB922"},"content":" * @param group The group."},{"lineNumber":142,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":143,"author":{"gitId":"NereusWB922"},"content":" updateHiddenGroups(issueLength: number, target: Group) {"},{"lineNumber":144,"author":{"gitId":"NereusWB922"},"content":" if (issueLength \u003d\u003d\u003d 0 \u0026\u0026 this.groupingContextService.isInHiddenList(target)) {"},{"lineNumber":145,"author":{"gitId":"NereusWB922"},"content":" this.addToHiddenGroups(target);"},{"lineNumber":146,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":147,"author":{"gitId":"NereusWB922"},"content":" this.removeFromHiddenGroups(target);"},{"lineNumber":148,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":149,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":150,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":151,"author":{"gitId":"NereusWB922"},"content":" private addToHiddenGroups(target: Group) {"},{"lineNumber":152,"author":{"gitId":"NereusWB922"},"content":" const isGroupPresent \u003d this.hiddenGroups.some((group) \u003d\u003e group.equals(target));"},{"lineNumber":153,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":154,"author":{"gitId":"NereusWB922"},"content":" if (!isGroupPresent) {"},{"lineNumber":155,"author":{"gitId":"NereusWB922"},"content":" this.hiddenGroups.push(target);"},{"lineNumber":156,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":157,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":158,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":159,"author":{"gitId":"NereusWB922"},"content":" private removeFromHiddenGroups(target: Group) {"},{"lineNumber":160,"author":{"gitId":"NereusWB922"},"content":" this.hiddenGroups \u003d this.hiddenGroups.filter((group) \u003d\u003e !group.equals(target));"},{"lineNumber":161,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":162,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":12,"NereusWB922":62,"Arif-Khalid":5,"-":83}},{"path":"src/app/issues-viewer/issues-viewer.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { NgModule } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { FilterBarModule } from \u0027../shared/filter-bar/filter-bar.module\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { IssuesPrCardModule } from \u0027../shared/issue-pr-card/issue-pr-card.module\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { SharedModule } from \u0027../shared/shared.module\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { CardViewComponent } from \u0027./card-view/card-view.component\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { HiddenGroupsComponent } from \u0027./hidden-groups/hidden-groups.component\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { IssuesViewerRoutingModule } from \u0027./issues-viewer-routing.module\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { IssuesViewerComponent } from \u0027./issues-viewer.component\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":11,"author":{"gitId":"-"},"content":" imports: [FilterBarModule, IssuesViewerRoutingModule, IssuesPrCardModule, SharedModule],"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" declarations: [IssuesViewerComponent, CardViewComponent, HiddenGroupsComponent],"},{"lineNumber":13,"author":{"gitId":"-"},"content":" exports: [IssuesViewerComponent, CardViewComponent]"},{"lineNumber":14,"author":{"gitId":"-"},"content":"})"},{"lineNumber":15,"author":{"gitId":"-"},"content":"export class IssuesViewerModule {}"}],"authorContributionMap":{"NereusWB922":2,"-":13}},{"path":"src/app/shared/filter-bar/filter-bar.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".dropdown-filters .mat-form-field {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" margin: 8px;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" max-width: 20%;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" width: 17%; /* depends on number of filters*/"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".search-bar {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" width: 90%;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".dropdown-filters {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":".label-filter-grid-tile {"},{"lineNumber":17,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"}"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":".submit-button {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" margin-left: 8px;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":1,"-":21}},{"path":"src/app/shared/filter-bar/filter-bar.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cmat-grid-list cols\u003d\"7\" rowHeight\u003d\"80px\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile colspan\u003d\"3\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cmat-form-field class\u003d\"search-bar\"\u003e"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":" \u003cinput"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":" matInput"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":" value\u003d\"{{ this.filtersService.filter$.value.title }}\""},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":" (keyup)\u003d\"this.filtersService.updateFilters({ title: $event.target.value })\""},{"lineNumber":8,"author":{"gitId":"Arif-Khalid"},"content":" placeholder\u003d\"Search\""},{"lineNumber":9,"author":{"gitId":"Arif-Khalid"},"content":" /\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile colspan\u003d\"3\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"dropdown-filters\"\u003e"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-label\u003eGroup by\u003c/mat-label\u003e"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-select"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" [value]\u003d\"this.groupingContextService.currGroupBy$ | async\""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" (selectionChange)\u003d\"this.groupingContextService.setCurrentGroupingType($event.value)\""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" \u003e"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-option *ngFor\u003d\"let option of this.groupByEnum | keyvalue\" [value]\u003d\"option.value\"\u003e{{ option.key }}\u003c/mat-option\u003e"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-select\u003e"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eStatus\u003c/mat-label\u003e"},{"lineNumber":26,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-select [value]\u003d\"this.filter.status\" (selectionChange)\u003d\"this.filtersService.updateFilters({ status: $event.value })\" multiple\u003e"},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" value\u003d\"open pullrequest\"\u003eOpen Pull Requests\u003c/mat-option\u003e"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" value\u003d\"merged pullrequest\"\u003eMerged Pull Requests\u003c/mat-option\u003e"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" value\u003d\"closed pullrequest\"\u003eClosed Pull Request\u003c/mat-option\u003e"},{"lineNumber":30,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterIssue()\" value\u003d\"open issue\"\u003eOpen Issues\u003c/mat-option\u003e"},{"lineNumber":31,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterIssue()\" value\u003d\"closed issue\"\u003eClosed Issues\u003c/mat-option\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eType\u003c/mat-label\u003e"},{"lineNumber":36,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-select [value]\u003d\"this.filter.type\" (selectionChange)\u003d\"this.filtersService.updateFilters({ type: $event.value })\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"all\"\u003eAll\u003c/mat-option\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"issue\"\u003eIssue\u003c/mat-option\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"pullrequest\"\u003ePull Request\u003c/mat-option\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":42,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-form-field"},{"lineNumber":43,"author":{"gitId":"Arif-Khalid"},"content":" appearance\u003d\"standard\""},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" matSort"},{"lineNumber":45,"author":{"gitId":"Arif-Khalid"},"content":" [matSortDisableClear]\u003d\"true\""},{"lineNumber":46,"author":{"gitId":"Arif-Khalid"},"content":" (matSortChange)\u003d\"this.filtersService.updateFilters({ sort: $event })\""},{"lineNumber":47,"author":{"gitId":"Arif-Khalid"},"content":" \u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eSort\u003c/mat-label\u003e"},{"lineNumber":49,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-select [value]\u003d\"this.filter.sort.active\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"id\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cspan mat-sort-header\u003d\"id\"\u003eID\u003c/span\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"title\"\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003cspan mat-sort-header\u003d\"title\"\u003eTitle\u003c/span\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"date\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cspan mat-sort-header\u003d\"date\"\u003eDate Updated\u003c/span\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":59,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option value\u003d\"status\"\u003e"},{"lineNumber":60,"author":{"gitId":"MadLamprey"},"content":" \u003cspan mat-sort-header\u003d\"status\"\u003eStatus\u003c/span\u003e"},{"lineNumber":61,"author":{"gitId":"MadLamprey"},"content":" \u003c/mat-option\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eMilestone\u003c/mat-label\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cmat-select"},{"lineNumber":67,"author":{"gitId":"-"},"content":" #milestoneSelectorRef"},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":" [value]\u003d\"this.filter.milestones\""},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" (selectionChange)\u003d\"this.filtersService.updateFilters({ milestones: $event.value })\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" [disabled]\u003d\"this.milestoneService.hasNoMilestones\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" multiple"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cmat-select-trigger *ngIf\u003d\"this.milestoneService.hasNoMilestones\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cspan\u003eNo Milestones\u003c/span\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/mat-select-trigger\u003e"},{"lineNumber":76,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-option *ngFor\u003d\"let milestone of this.milestoneService.milestones\" [value]\u003d\"milestone.title\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" {{ milestone.title }}"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":79,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option *ngIf\u003d\"isFilterIssue()\" [value]\u003d\"\u0027Issue without a milestone\u0027\"\u003eIssues without a milestone\u003c/mat-option\u003e"},{"lineNumber":80,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" [value]\u003d\"\u0027PR without a milestone\u0027\"\u003ePRs without a milestone\u003c/mat-option\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile class\u003d\"label-filter-grid-tile\" colspan\u003d\"1\"\u003e"},{"lineNumber":87,"author":{"gitId":"Arif-Khalid"},"content":" \u003capp-label-filter-bar\u003e\u003c/app-label-filter-bar\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003c/mat-grid-list\u003e"}],"authorContributionMap":{"nknguyenhc":6,"Arif-Khalid":18,"NereusWB922":9,"MadLamprey":5,"-":51}},{"path":"src/app/shared/filter-bar/filter-bar.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { AfterViewInit, Component, Input, OnDestroy, OnInit, QueryList, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { MatSelect } from \u0027@angular/material/select\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BehaviorSubject, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":"import { Filter, FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { GroupBy, GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../../core/services/view.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { FilterableComponent } from \u0027../issue-tables/filterableTypes\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { LabelFilterBarComponent } from \u0027./label-filter-bar/label-filter-bar.component\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":13,"author":{"gitId":"-"},"content":" * This component is abstracted out filterbar used by both detailed-viewer page"},{"lineNumber":14,"author":{"gitId":"-"},"content":" * and Issues-viewer"},{"lineNumber":15,"author":{"gitId":"-"},"content":" */"},{"lineNumber":16,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":17,"author":{"gitId":"-"},"content":" selector: \u0027app-filter-bar\u0027,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" templateUrl: \u0027./filter-bar.component.html\u0027,"},{"lineNumber":19,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./filter-bar.component.css\u0027]"},{"lineNumber":20,"author":{"gitId":"-"},"content":"})"},{"lineNumber":21,"author":{"gitId":"Arif-Khalid"},"content":"export class FilterBarComponent implements OnInit, OnDestroy {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" @Input() views$: BehaviorSubject\u003cQueryList\u003cFilterableComponent\u003e\u003e;"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":" repoChangeSubscription: Subscription;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" /** Selected dropdown filter value */"},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" filter: Filter \u003d this.filtersService.defaultFilter();"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" groupByEnum: typeof GroupBy \u003d GroupBy;"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" /** Milestone subscription */"},{"lineNumber":32,"author":{"gitId":"-"},"content":" milestoneSubscription: Subscription;"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":" @ViewChild(LabelFilterBarComponent, { static: true }) labelFilterBar: LabelFilterBarComponent;"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":" @ViewChild(\u0027milestoneSelectorRef\u0027, { static: false }) milestoneSelectorRef: MatSelect;"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"Arif-Khalid"},"content":" constructor("},{"lineNumber":39,"author":{"gitId":"Arif-Khalid"},"content":" public milestoneService: MilestoneService,"},{"lineNumber":40,"author":{"gitId":"Arif-Khalid"},"content":" public filtersService: FiltersService,"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" private viewService: ViewService,"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" public groupingContextService: GroupingContextService,"},{"lineNumber":43,"author":{"gitId":"Arif-Khalid"},"content":" private logger: LoggingService"},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" ) {"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" this.repoChangeSubscription \u003d this.viewService.repoChanged$.subscribe((newRepo) \u003d\u003e this.newRepoInitialize());"},{"lineNumber":46,"author":{"gitId":"-"},"content":" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":49,"author":{"gitId":"Arif-Khalid"},"content":" this.newRepoInitialize();"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"Arif-Khalid"},"content":" // One-time initializations"},{"lineNumber":52,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.filter$.subscribe((filter) \u003d\u003e {"},{"lineNumber":53,"author":{"gitId":"Arif-Khalid"},"content":" this.filter \u003d filter;"},{"lineNumber":54,"author":{"gitId":"Arif-Khalid"},"content":" this.applyFilter();"},{"lineNumber":55,"author":{"gitId":"-"},"content":" });"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" this.views$.subscribe(() \u003d\u003e this.applyFilter());"},{"lineNumber":58,"author":{"gitId":"-"},"content":" }"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.milestoneSubscription.unsubscribe();"},{"lineNumber":62,"author":{"gitId":"-"},"content":" this.repoChangeSubscription.unsubscribe();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Signals to IssuesDataTable that a change has occurred in filter."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":" applyFilter() {"},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" this.views$?.value?.forEach((v) \u003d\u003e (v.retrieveFilterable().filter \u003d this.filter));"},{"lineNumber":70,"author":{"gitId":"-"},"content":" }"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":73,"author":{"gitId":"-"},"content":" * Checks if program is filtering by type issue."},{"lineNumber":74,"author":{"gitId":"-"},"content":" */"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":" isFilterIssue() {"},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":" return this.filter.type \u003d\u003d\u003d \u0027issue\u0027 || this.filter.type \u003d\u003d\u003d \u0027all\u0027;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" }"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":" isFilterPullRequest() {"},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":" return this.filter.type \u003d\u003d\u003d \u0027pullrequest\u0027 || this.filter.type \u003d\u003d\u003d \u0027all\u0027;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" }"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":84,"author":{"gitId":"-"},"content":" * Fetch and initialize all information from repository to populate Issue Dashboard."},{"lineNumber":85,"author":{"gitId":"Arif-Khalid"},"content":" * Re-called when repo has changed"},{"lineNumber":86,"author":{"gitId":"-"},"content":" */"},{"lineNumber":87,"author":{"gitId":"Arif-Khalid"},"content":" private newRepoInitialize() {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" // Fetch milestones and update dropdown filter"},{"lineNumber":89,"author":{"gitId":"-"},"content":" this.milestoneSubscription \u003d this.milestoneService.fetchMilestones().subscribe("},{"lineNumber":90,"author":{"gitId":"-"},"content":" (response) \u003d\u003e {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" this.logger.debug(\u0027IssuesViewerComponent: Fetched milestones from Github\u0027);"},{"lineNumber":92,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.sanitizeMilestones(this.milestoneService.milestones);"},{"lineNumber":93,"author":{"gitId":"-"},"content":" },"},{"lineNumber":94,"author":{"gitId":"-"},"content":" (err) \u003d\u003e {},"},{"lineNumber":95,"author":{"gitId":"-"},"content":" () \u003d\u003e {}"},{"lineNumber":96,"author":{"gitId":"-"},"content":" );"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":6,"Arif-Khalid":17,"-":69}},{"path":"src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"::ng-deep.mat-menu-content:not(:empty) {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" /* Override mat-menu-content\u0027s non-empty default CSS. */"},{"lineNumber":3,"author":{"gitId":"-"},"content":" padding-top: 0px !important;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-bottom: 0px !important;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"::ng-deep.mat-menu-panel {"},{"lineNumber":8,"author":{"gitId":"-"},"content":" /* Override mat-menu-panel\u0027s default CSS. */"},{"lineNumber":9,"author":{"gitId":"-"},"content":" width: 280px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" max-width: none !important;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"}"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":".popup-container {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":".popupmenu {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":".scroll-container {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" max-height: 400px;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" -ms-overflow-style: none; /* IE and Edge */"},{"lineNumber":27,"author":{"gitId":"-"},"content":" scrollbar-width: none; /* Firefox */"},{"lineNumber":28,"author":{"gitId":"-"},"content":"}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"/* Ref: https://css-scroll-shadows.vercel.app */"},{"lineNumber":31,"author":{"gitId":"-"},"content":".scroll-container::before {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":34,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" height: 7px;"},{"lineNumber":37,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":39,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":40,"author":{"gitId":"-"},"content":"}"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":".scroll-container::after {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" top: 100%;"},{"lineNumber":48,"author":{"gitId":"-"},"content":" height: 7px;"},{"lineNumber":49,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to top, white 66%, transparent);"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":".scroll-container-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":56,"author":{"gitId":"-"},"content":"}"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":".scroll-container-wrapper::before {"},{"lineNumber":59,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":60,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":63,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":66,"author":{"gitId":"-"},"content":" height: 5px;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.7), transparent);"},{"lineNumber":68,"author":{"gitId":"-"},"content":"}"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":".scroll-container-wrapper::after {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":74,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" bottom: 0;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" height: 5px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" background-image: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.7), transparent);"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".scroll-container::-webkit-scrollbar {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" display: none; /* Hide scrollbar for Chrome, Safari and Opera */"},{"lineNumber":84,"author":{"gitId":"-"},"content":"}"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":".flexbox-container {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":88,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" justify-content: flex-start;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" border-radius: 10px;"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" height: 40px;"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" padding: 0px 12px;"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" margin: 8px 4px;"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" box-sizing: border-box;"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" position: relative;"},{"lineNumber":97,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":98,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":99,"author":{"gitId":"nknguyenhc"},"content":".flexbox-container:hover {"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" background-color: rgba(0, 0, 0, 0.04);"},{"lineNumber":101,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":102,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":103,"author":{"gitId":"nknguyenhc"},"content":".flexbox-container-strikethrough {"},{"lineNumber":104,"author":{"gitId":"nknguyenhc"},"content":" position: absolute;"},{"lineNumber":105,"author":{"gitId":"nknguyenhc"},"content":" top: 50%;"},{"lineNumber":106,"author":{"gitId":"nknguyenhc"},"content":" width: 90%;"},{"lineNumber":107,"author":{"gitId":"nknguyenhc"},"content":" left: 50%;"},{"lineNumber":108,"author":{"gitId":"nknguyenhc"},"content":" transform: translate(-50%, -50%);"},{"lineNumber":109,"author":{"gitId":"nknguyenhc"},"content":" height: 2px;"},{"lineNumber":110,"author":{"gitId":"nknguyenhc"},"content":" background-color: black;"},{"lineNumber":111,"author":{"gitId":"-"},"content":"}"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":".input-field {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" width: calc(100% - (2 * 15px)); /* To account for left and right padding. */"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 15px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":"}"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":".mat-chip {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" padding: 5.5px 7px;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" line-height: 1.1em;"},{"lineNumber":122,"author":{"gitId":"-"},"content":" position: inherit;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" border-radius: 6px;"},{"lineNumber":124,"author":{"gitId":"-"},"content":" font-size: 12px;"},{"lineNumber":125,"author":{"gitId":"-"},"content":" min-height: 16px;"},{"lineNumber":126,"author":{"gitId":"-"},"content":" max-height: 42px;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" margin: 0px;"},{"lineNumber":128,"author":{"gitId":"-"},"content":"}"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":".mat-stroked-button {"},{"lineNumber":131,"author":{"gitId":"-"},"content":" font-weight: normal;"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":".hidden {"},{"lineNumber":135,"author":{"gitId":"-"},"content":" display: none !important;"},{"lineNumber":136,"author":{"gitId":"-"},"content":"}"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"mat-list-option {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":140,"author":{"gitId":"-"},"content":"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":".no-labels {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" /* Chosen to look similar to button above. */"},{"lineNumber":144,"author":{"gitId":"-"},"content":" padding: 0 16px;"},{"lineNumber":145,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":146,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":20,"-":126}},{"path":"src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cbutton mat-stroked-button *ngIf\u003d\"loaded\" [matMenuTriggerFor]\u003d\"menu\"\u003e"},{"lineNumber":2,"author":{"gitId":"nknguyenhc"},"content":" {{ selectedLabelNames.size \u003d\u003d\u003d 0 ? \u0027All\u0027 : selectedLabelNames.size }} Selected | {{ hiddenLabelNames?.size || 0 }} Hidden ▾"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cbutton mat-stroked-button disabled *ngIf\u003d\"!loaded\" color\u003d\"accent\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cmat-progress-bar mode\u003d\"query\"\u003e\u003c/mat-progress-bar\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cmat-menu #menu\u003d\"matMenu\" class\u003d\"popupmenu\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cdiv (click)\u003d\"$event.stopPropagation()\" class\u003d\"popup-container\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\" class\u003d\"input-field\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eLabels\u003c/mat-label\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cinput #input matInput placeholder\u003d\"Find labels\" /\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003cbutton mat-button (click)\u003d\"removeAllSelection()\"\u003eRemove all\u003c/button\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cdiv *ngIf\u003d\"!hasLabels(input.value)\" class\u003d\"no-labels\"\u003eNo Labels Found!\u003c/div\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"scroll-container-wrapper\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"scroll-container\"\u003e"},{"lineNumber":22,"author":{"gitId":"nknguyenhc"},"content":" \u003cdiv"},{"lineNumber":23,"author":{"gitId":"nknguyenhc"},"content":" *ngFor\u003d\"let label of this.allLabels\""},{"lineNumber":24,"author":{"gitId":"nknguyenhc"},"content":" class\u003d\"flexbox-container\""},{"lineNumber":25,"author":{"gitId":"nknguyenhc"},"content":" (click)\u003d\"changeLabelState(label)\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" [class.hidden]\u003d\"filter(input.value, label.name)\""},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" [style]\u003d\"{ border: \u00272px solid \u0027 + getColor(label) }\""},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-icon-button *ngIf\u003d\"!hiddenLabelNames.has(label.name)\" (click)\u003d\"hide(label.name); $event.stopPropagation()\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003evisibility\u003c/mat-icon\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":32,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-icon-button *ngIf\u003d\"hiddenLabelNames.has(label.name)\" (click)\u003d\"show(label.name); $event.stopPropagation()\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003evisibility_off\u003c/mat-icon\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cmat-chip"},{"lineNumber":36,"author":{"gitId":"-"},"content":" [ngStyle]\u003d\"labelService.setLabelStyle(label.color)\""},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":" [disabled]\u003d\"hiddenLabelNames.has(label.name)\""},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" (click)\u003d\"changeLabelState(label)\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" {{ label.name }}"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/mat-chip\u003e"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" \u003cdiv *ngIf\u003d\"deselectedLabelNames.has(label.name)\" class\u003d\"flexbox-container-strikethrough\"\u003e\u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/mat-menu\u003e"}],"authorContributionMap":{"nknguyenhc":12,"-":35}},{"path":"src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"import { AfterViewInit, Component, OnDestroy, OnInit, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { SimpleLabel } from \u0027../../../core/models/label.model\u0027;"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"import { FiltersService } from \u0027../../../core/services/filters.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../../core/services/label.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../../core/services/logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":9,"author":{"gitId":"-"},"content":" selector: \u0027app-label-filter-bar\u0027,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" templateUrl: \u0027./label-filter-bar.component.html\u0027,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./label-filter-bar.component.css\u0027]"},{"lineNumber":12,"author":{"gitId":"-"},"content":"})"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export class LabelFilterBarComponent implements OnInit, AfterViewInit, OnDestroy {"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" private static readonly DEFAULT_LABEL_COLOR: string \u003d \u0027transparent\u0027;"},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" private static readonly DESELECTED_LABEL_COLOR: string \u003d \u0027#b00020\u0027;"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" private static readonly SELECTED_LABEL_COLOR: string \u003d \u0027#41c300\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":" labels$: Observable\u003cSimpleLabel[]\u003e;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" allLabels: SimpleLabel[];"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" selectedLabelNames: Set\u003cstring\u003e \u003d new Set\u003cstring\u003e();"},{"lineNumber":21,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabelNames: Set\u003cstring\u003e \u003d new Set\u003cstring\u003e();"},{"lineNumber":22,"author":{"gitId":"-"},"content":" hiddenLabelNames: Set\u003cstring\u003e \u003d new Set();"},{"lineNumber":23,"author":{"gitId":"-"},"content":" loaded \u003d false;"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" labelSubscription: Subscription;"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"Arif-Khalid"},"content":" constructor(private labelService: LabelService, private logger: LoggingService, private filtersService: FiltersService) {}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" this.loaded \u003d false;"},{"lineNumber":31,"author":{"gitId":"-"},"content":" }"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" setTimeout(() \u003d\u003e {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" this.load();"},{"lineNumber":36,"author":{"gitId":"-"},"content":" this.labels$ \u003d this.labelService.connect();"},{"lineNumber":37,"author":{"gitId":"-"},"content":" this.labels$.subscribe((labels) \u003d\u003e {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" this.allLabels \u003d labels;"},{"lineNumber":39,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.sanitizeLabels(this.allLabels);"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames \u003d new Set\u003cstring\u003e(this.filtersService.filter$.value.labels);"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames \u003d this.filtersService.filter$.value.deselectedLabels;"},{"lineNumber":42,"author":{"gitId":"Arif-Khalid"},"content":" this.hiddenLabelNames \u003d this.filtersService.filter$.value.hiddenLabels;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" });"},{"lineNumber":44,"author":{"gitId":"-"},"content":" });"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" this.labelSubscription?.unsubscribe();"},{"lineNumber":49,"author":{"gitId":"-"},"content":" }"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" hide(label: string): void {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" if (this.hiddenLabelNames.has(label)) {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":54,"author":{"gitId":"-"},"content":" }"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":" this.hiddenLabelNames.add(label);"},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.updateFilters({ hiddenLabels: this.hiddenLabelNames });"},{"lineNumber":58,"author":{"gitId":"-"},"content":" }"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":" /** Show labels that were hidden */"},{"lineNumber":61,"author":{"gitId":"-"},"content":" show(label: string): void {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" if (!this.hiddenLabelNames.has(label)) {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" }"},{"lineNumber":65,"author":{"gitId":"-"},"content":" this.hiddenLabelNames.delete(label);"},{"lineNumber":66,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.updateFilters({ hiddenLabels: this.hiddenLabelNames });"},{"lineNumber":67,"author":{"gitId":"-"},"content":" }"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" * Change label to the next state."},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" * Label has the following state rotation: default -\u003e selected -\u003e deselected."},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" * @param label The label to change state"},{"lineNumber":73,"author":{"gitId":"-"},"content":" */"},{"lineNumber":74,"author":{"gitId":"nknguyenhc"},"content":" changeLabelState(label: SimpleLabel) {"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":" if (this.selectedLabelNames.has(label.name)) {"},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames.delete(label.name);"},{"lineNumber":77,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames.add(label.name);"},{"lineNumber":78,"author":{"gitId":"nknguyenhc"},"content":" } else if (this.deselectedLabelNames.has(label.name)) {"},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames.delete(label.name);"},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames.add(label.name);"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":83,"author":{"gitId":"nknguyenhc"},"content":" this.updateSelection();"},{"lineNumber":84,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":85,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":86,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":87,"author":{"gitId":"nknguyenhc"},"content":" * Returns the border color of the label."},{"lineNumber":88,"author":{"gitId":"nknguyenhc"},"content":" * The border color represents the state of the label."},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" getColor(label: SimpleLabel): string {"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" if (this.selectedLabelNames.has(label.name)) {"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" return LabelFilterBarComponent.SELECTED_LABEL_COLOR;"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" } else if (this.deselectedLabelNames.has(label.name)) {"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" return LabelFilterBarComponent.DESELECTED_LABEL_COLOR;"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" return LabelFilterBarComponent.DEFAULT_LABEL_COLOR;"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":" /** loads in the labels in the repository */"},{"lineNumber":101,"author":{"gitId":"-"},"content":" public load() {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" this.labelService.startPollLabels();"},{"lineNumber":103,"author":{"gitId":"-"},"content":" this.labelSubscription \u003d this.labelService.fetchLabels().subscribe("},{"lineNumber":104,"author":{"gitId":"-"},"content":" (response) \u003d\u003e {"},{"lineNumber":105,"author":{"gitId":"-"},"content":" this.logger.debug(\u0027LabelFilterBarComponent: Fetched labels from Github\u0027);"},{"lineNumber":106,"author":{"gitId":"-"},"content":" },"},{"lineNumber":107,"author":{"gitId":"-"},"content":" (err) \u003d\u003e {},"},{"lineNumber":108,"author":{"gitId":"-"},"content":" () \u003d\u003e {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" this.loaded \u003d true;"},{"lineNumber":110,"author":{"gitId":"-"},"content":" }"},{"lineNumber":111,"author":{"gitId":"-"},"content":" );"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" filter(filter: string, target: string): boolean {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" return !target.toLowerCase().includes(filter.toLowerCase());"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" hasLabels(filter: string): boolean {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" if (this.allLabels \u003d\u003d\u003d undefined || this.allLabels.length \u003d\u003d\u003d 0) {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" }"},{"lineNumber":122,"author":{"gitId":"nknguyenhc"},"content":" return this.allLabels.some((label) \u003d\u003e !this.filter(filter, label.name));"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":" updateSelection(): void {"},{"lineNumber":126,"author":{"gitId":"nknguyenhc"},"content":" this.filtersService.updateFilters({"},{"lineNumber":127,"author":{"gitId":"nknguyenhc"},"content":" labels: Array.from(this.selectedLabelNames),"},{"lineNumber":128,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: this.deselectedLabelNames"},{"lineNumber":129,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" removeAllSelection(): void {"},{"lineNumber":133,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames \u003d new Set\u003cstring\u003e();"},{"lineNumber":134,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames \u003d new Set\u003cstring\u003e();"},{"lineNumber":135,"author":{"gitId":"-"},"content":" this.updateSelection();"},{"lineNumber":136,"author":{"gitId":"-"},"content":" }"},{"lineNumber":137,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":39,"Arif-Khalid":9,"-":89}},{"path":"src/app/shared/issue-pr-card/issue-pr-card-labels/issue-pr-card-labels.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Input } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"nknguyenhc"},"content":"import { GithubLabel } from \u0027../../../core/models/github/github-label.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../../core/services/label.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":6,"author":{"gitId":"-"},"content":" selector: \u0027app-issue-pr-card-labels\u0027,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issue-pr-card-labels.component.html\u0027,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issue-pr-card-labels.component.css\u0027]"},{"lineNumber":9,"author":{"gitId":"-"},"content":"})"},{"lineNumber":10,"author":{"gitId":"-"},"content":"export class IssuePrCardLabelsComponent {"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" @Input() labels: GithubLabel[];"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":" @Input() labelSet: Set\u003cstring\u003e;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" constructor(public labelService: LabelService) {}"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":3,"-":11}},{"path":"src/app/shared/issue-pr-card/issue-pr-card-milestone/issue-pr-card-milestone.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"\u003cdiv *ngIf\u003d\"repoHasMilestones\" class\u003d\"milestone\" [ngStyle]\u003d\"{ color: milestone.state ? \u0027grey\u0027 : \u0027red\u0027 }\"\u003e"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":" \u003cspan class\u003d\"octicon-milestone\" octicon\u003d\"milestone\" [color]\u003d\"milestone.state ? \u0027grey\u0027 : \u0027red\u0027\" size\u003d\"8\"\u003e \u003c/span\u003e"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":" {{ milestone.state ? milestone.title : \u0027???\u0027 }}"},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"MadLamprey":3,"-":1}},{"path":"src/app/shared/issue-pr-card/issue-pr-card-milestone/issue-pr-card-milestone.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Input } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Milestone } from \u0027../../../core/models/milestone.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":5,"author":{"gitId":"-"},"content":" selector: \u0027app-issue-pr-card-milestone\u0027,"},{"lineNumber":6,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issue-pr-card-milestone.component.html\u0027,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issue-pr-card-milestone.component.css\u0027]"},{"lineNumber":8,"author":{"gitId":"-"},"content":"})"},{"lineNumber":9,"author":{"gitId":"-"},"content":"export class IssuePrCardMilestoneComponent {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" @Input() milestone: Milestone;"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":" @Input() repoHasMilestones: boolean;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":" constructor() {}"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"MadLamprey":1,"-":13}},{"path":"src/app/shared/issue-pr-card/issue-pr-card.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".card {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" margin: 8px 0px 8px 0px;"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":" background-color: transparent;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"}"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":".mat-card {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" padding: 10px;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"}"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":".column-header {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"}"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":".border-green {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" border-left: 2.4px solid green;"},{"lineNumber":17,"author":{"gitId":"-"},"content":"}"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":".border-purple {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" border-left: 2.4px solid purple;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"}"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":".border-red {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-left: 2.4px solid red;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".border-gray {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" border-left: 2.4px solid gray;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":".mat-card-content {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":34,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" margin: 0px;"},{"lineNumber":37,"author":{"gitId":"-"},"content":" padding: 0px;"},{"lineNumber":38,"author":{"gitId":"-"},"content":"}"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":".mat-card-subtitle {"},{"lineNumber":41,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":42,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" margin: 6px 0;"},{"lineNumber":47,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":1,"-":46}},{"path":"src/app/shared/issue-pr-card/issue-pr-card.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cmat-card class\u003d\"card\" [ngClass]\u003d\"getIssueOpenOrCloseColorCSSClass()\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003ca class\u003d\"no-underline link-grey-dark\" (click)\u003d\"viewIssueInBrowser($event)\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cspan [matTooltip]\u003d\"this.issue.updated_at\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003capp-issue-pr-card-header [issue]\u003d\"issue\"\u003e\u003c/app-issue-pr-card-header\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cmat-card-content\u003e"},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":" \u003capp-issue-pr-card-milestone"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":" [milestone]\u003d\"issue.milestone\""},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":" [repoHasMilestones]\u003d\"!milestoneService.hasNoMilestones\""},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":" \u003e\u003c/app-issue-pr-card-milestone\u003e"},{"lineNumber":10,"author":{"gitId":"Arif-Khalid"},"content":" \u003capp-issue-pr-card-labels [labels]\u003d\"issue.githubLabels\" [labelSet]\u003d\"filter?.hiddenLabels\"\u003e\u003c/app-issue-pr-card-labels\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003c/mat-card-content\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003c/mat-card\u003e"}],"authorContributionMap":{"Arif-Khalid":1,"MadLamprey":4,"-":9}},{"path":"src/app/shared/issue-pr-card/issue-pr-card.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Input } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":"import { Filter } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../../core/services/github.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../core/services/label.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":10,"author":{"gitId":"-"},"content":" selector: \u0027app-issue-pr-card\u0027,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issue-pr-card.component.html\u0027,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issue-pr-card.component.css\u0027]"},{"lineNumber":13,"author":{"gitId":"-"},"content":"})"},{"lineNumber":14,"author":{"gitId":"-"},"content":"export class IssuePrCardComponent {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" @Input() issue: Issue;"},{"lineNumber":16,"author":{"gitId":"Arif-Khalid"},"content":" @Input() filter?: Filter;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":" constructor("},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":" private logger: LoggingService,"},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":" private githubService: GithubService,"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":" public labelService: LabelService,"},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":" public milestoneService: MilestoneService"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" ) {}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" /** Opens issue in new window */"},{"lineNumber":26,"author":{"gitId":"-"},"content":" viewIssueInBrowser(event: Event) {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" this.logger.info(`CardViewComponent: Opening Issue ${this.issue.id} on Github`);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" this.githubService.viewIssueInBrowser(this.issue.id, event);"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" /** Returns CSS class for border color */"},{"lineNumber":32,"author":{"gitId":"-"},"content":" getIssueOpenOrCloseColorCSSClass() {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" if (this.issue.state \u003d\u003d\u003d \u0027OPEN\u0027) {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" if (this.issue.isDraft) {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" return \u0027grey\u0027;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" return \u0027border-green\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" }"},{"lineNumber":39,"author":{"gitId":"-"},"content":" } else if (this.issue.issueOrPr \u003d\u003d\u003d \u0027PullRequest\u0027 \u0026\u0026 this.issue.state \u003d\u003d\u003d \u0027CLOSED\u0027) {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" return \u0027border-red\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" } else if (this.issue.issueOrPr \u003d\u003d\u003d \u0027Issue\u0027 \u0026\u0026 this.issue.stateReason \u003d\u003d\u003d \u0027NOT_PLANNED\u0027) {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" return \u0027border-gray\u0027;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return \u0027border-purple\u0027;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":49,"author":{"gitId":"-"},"content":" * Truncates description to fit in card content."},{"lineNumber":50,"author":{"gitId":"-"},"content":" * @param description - Description of Issue that is to be displayed."},{"lineNumber":51,"author":{"gitId":"-"},"content":" */"},{"lineNumber":52,"author":{"gitId":"-"},"content":" fitDescriptionText(): string {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" // Arbitrary Length of Characters beyond which an overflow occurs."},{"lineNumber":54,"author":{"gitId":"-"},"content":" const MAX_CHARACTER_LENGTH \u003d 72;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" const ELLIPSES \u003d \u0027...\u0027;"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" return this.issue.description.slice(0, MAX_CHARACTER_LENGTH) + ELLIPSES;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" }"},{"lineNumber":59,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":2,"MadLamprey":7,"-":50}},{"path":"src/app/shared/issue-tables/IssuesDataTable.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { DataSource } from \u0027@angular/cdk/table\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BehaviorSubject, merge, Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../core/models/github/group.interface\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":7,"author":{"gitId":"nknguyenhc"},"content":"import { Filter, FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../core/services/issue.service\u0027;"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":11,"author":{"gitId":"Arif-Khalid"},"content":"import { applyDropdownFilter } from \u0027./dropdownfilter\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { FilterableSource } from \u0027./filterableTypes\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { paginateData } from \u0027./issue-paginator\u0027;"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":"import { applySort } from \u0027./issue-sorter\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { applySearchFilter } from \u0027./search-filter\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"export class IssuesDataTable extends DataSource\u003cIssue\u003e implements FilterableSource {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" public count \u003d 0;"},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" private filterChange \u003d new BehaviorSubject(this.filtersService.defaultFilter());"},{"lineNumber":20,"author":{"gitId":"-"},"content":" private issuesSubject \u003d new BehaviorSubject\u003cIssue[]\u003e([]);"},{"lineNumber":21,"author":{"gitId":"-"},"content":" private issueSubscription: Subscription;"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" public isLoading$ \u003d this.issueService.isLoading.asObservable();"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":26,"author":{"gitId":"-"},"content":" private issueService: IssueService,"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" private groupingContextService: GroupingContextService,"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" private filtersService: FiltersService,"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" private milestoneService: MilestoneService,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" private paginator: MatPaginator,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" private displayedColumn: string[],"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" private group?: Group,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" private defaultFilter?: (issue: Issue) \u003d\u003e boolean"},{"lineNumber":34,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" super();"},{"lineNumber":36,"author":{"gitId":"-"},"content":" }"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" connect(): Observable\u003cIssue[]\u003e {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" return this.issuesSubject.asObservable();"},{"lineNumber":40,"author":{"gitId":"-"},"content":" }"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" disconnect() {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" this.filterChange.complete();"},{"lineNumber":44,"author":{"gitId":"-"},"content":" this.issuesSubject.complete();"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" if (this.issueSubscription) {"},{"lineNumber":46,"author":{"gitId":"-"},"content":" this.issueSubscription.unsubscribe();"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":48,"author":{"gitId":"-"},"content":" this.issueService.stopPollIssues();"},{"lineNumber":49,"author":{"gitId":"-"},"content":" }"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" loadIssues() {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" let page;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" if (this.paginator !\u003d\u003d undefined) {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" page \u003d this.paginator.page;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" const displayDataChanges \u003d [this.issueService.issues$, page, this.filterChange].filter((x) \u003d\u003e x !\u003d\u003d undefined);"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":" this.issueService.startPollIssues();"},{"lineNumber":60,"author":{"gitId":"-"},"content":" this.issueSubscription \u003d merge(...displayDataChanges)"},{"lineNumber":61,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":62,"author":{"gitId":"-"},"content":" // maps each change in display value to new issue ordering or filtering"},{"lineNumber":63,"author":{"gitId":"-"},"content":" map(() \u003d\u003e {"},{"lineNumber":64,"author":{"gitId":"-"},"content":" let data \u003d \u003cIssue[]\u003eObject.values(this.issueService.issues$.getValue()).reverse();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" if (this.defaultFilter) {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" data \u003d data.filter(this.defaultFilter);"},{"lineNumber":67,"author":{"gitId":"-"},"content":" }"},{"lineNumber":68,"author":{"gitId":"-"},"content":" // Filter by assignee of issue"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" data \u003d this.groupingContextService.getDataForGroup(data, this.group);"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"Arif-Khalid"},"content":" // Apply Filters"},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" data \u003d applyDropdownFilter(this.filter, data, !this.milestoneService.hasNoMilestones);"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"Arif-Khalid"},"content":" data \u003d applySearchFilter(this.filter.title, this.displayedColumn, this.issueService, data);"},{"lineNumber":75,"author":{"gitId":"-"},"content":" this.count \u003d data.length;"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"Arif-Khalid"},"content":" data \u003d applySort(this.filter.sort, data);"},{"lineNumber":78,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":" if (this.paginator !\u003d\u003d undefined) {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" data \u003d paginateData(this.paginator, data);"},{"lineNumber":81,"author":{"gitId":"-"},"content":" }"},{"lineNumber":82,"author":{"gitId":"-"},"content":" return data;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" })"},{"lineNumber":84,"author":{"gitId":"-"},"content":" )"},{"lineNumber":85,"author":{"gitId":"-"},"content":" .subscribe((issues) \u003d\u003e {"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.issuesSubject.next(issues);"},{"lineNumber":87,"author":{"gitId":"-"},"content":" });"},{"lineNumber":88,"author":{"gitId":"-"},"content":" }"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"Arif-Khalid"},"content":" get filter(): Filter {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" return this.filterChange.value;"},{"lineNumber":92,"author":{"gitId":"-"},"content":" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"Arif-Khalid"},"content":" set filter(filter: Filter) {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" this.filterChange.next(filter);"},{"lineNumber":96,"author":{"gitId":"-"},"content":" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":7,"Arif-Khalid":9,"-":75}},{"path":"src/app/shared/issue-tables/dropdownfilter.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { Filter } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":"type StatusInfo \u003d {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" type: string;"},{"lineNumber":6,"author":{"gitId":"nknguyenhc"},"content":" status: string;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"};"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"nknguyenhc"},"content":"/**"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":" * Converts a status string into an info object"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":"const infoFromStatus \u003d (statusString: string): StatusInfo \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"nknguyenhc"},"content":" const [status, type] \u003d statusString.split(\u0027 \u0027);"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" return { status, type };"},{"lineNumber":15,"author":{"gitId":"-"},"content":"};"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * This module serves to improve separation of concerns in IssuesDataTable.ts and IssueList.ts module by containing the logic for"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * applying dropdownFilter to the issues data table in this module."},{"lineNumber":20,"author":{"gitId":"-"},"content":" * This module exports a single function applyDropDownFilter which is called by IssueList."},{"lineNumber":21,"author":{"gitId":"Arif-Khalid"},"content":" * This functions returns the data passed in after all the filters of dropdownFilters are applied"},{"lineNumber":22,"author":{"gitId":"-"},"content":" */"},{"lineNumber":23,"author":{"gitId":"nknguyenhc"},"content":"export function applyDropdownFilter(filter: Filter, data: Issue[], isFilteringByMilestone: boolean): Issue[] {"},{"lineNumber":24,"author":{"gitId":"Arif-Khalid"},"content":" const filteredData: Issue[] \u003d data.filter((issue) \u003d\u003e {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" let ret \u003d true;"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" // status can either be \u0027open\u0027, \u0027closed\u0027, or \u0027merged\u0027"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" ret \u003d"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" ret \u0026\u0026"},{"lineNumber":30,"author":{"gitId":"nknguyenhc"},"content":" filter.status.some((item) \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"nknguyenhc"},"content":" const statusInfo \u003d infoFromStatus(item);"},{"lineNumber":32,"author":{"gitId":"nknguyenhc"},"content":" return statusInfo.status \u003d\u003d\u003d issue.state.toLowerCase() \u0026\u0026 statusInfo.type \u003d\u003d\u003d issue.issueOrPr.toLowerCase();"},{"lineNumber":33,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"Arif-Khalid"},"content":" if (filter.type \u003d\u003d\u003d \u0027issue\u0027) {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" ret \u003d ret \u0026\u0026 issue.issueOrPr \u003d\u003d\u003d \u0027Issue\u0027;"},{"lineNumber":37,"author":{"gitId":"Arif-Khalid"},"content":" } else if (filter.type \u003d\u003d\u003d \u0027pullrequest\u0027) {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" ret \u003d ret \u0026\u0026 issue.issueOrPr \u003d\u003d\u003d \u0027PullRequest\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" ret \u003d ret \u0026\u0026 (!isFilteringByMilestone || filter.milestones.some((milestone) \u003d\u003e issue.milestone.title \u003d\u003d\u003d milestone));"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" ret \u003d ret \u0026\u0026 issue.labels.every((label) \u003d\u003e !filter.deselectedLabels.has(label));"},{"lineNumber":43,"author":{"gitId":"Arif-Khalid"},"content":" return ret \u0026\u0026 filter.labels.every((label) \u003d\u003e issue.labels.includes(label));"},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":45,"author":{"gitId":"Arif-Khalid"},"content":" return filteredData;"},{"lineNumber":46,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":18,"Arif-Khalid":8,"-":20}},{"path":"src/app/shared/issue-tables/filterableTypes.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"-"},"content":" * This module aims to abstract out classes that can be filtered"},{"lineNumber":3,"author":{"gitId":"-"},"content":" */"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"import { Filter } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * FilterableSource is an interface that contains a source that can be filtered"},{"lineNumber":9,"author":{"gitId":"-"},"content":" * by a string filter or dropdownFilter."},{"lineNumber":10,"author":{"gitId":"-"},"content":" * The source should set filter and dropdownFilter as a getter and setter"},{"lineNumber":11,"author":{"gitId":"-"},"content":" * and applies the filter when these variables are changed."},{"lineNumber":12,"author":{"gitId":"-"},"content":" */"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export interface FilterableSource {"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" filter: Filter;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * FilterComponent is a component that contains a FilterableSource"},{"lineNumber":19,"author":{"gitId":"-"},"content":" */"},{"lineNumber":20,"author":{"gitId":"-"},"content":"export interface FilterableComponent {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" retrieveFilterable: () \u003d\u003e FilterableSource;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":3,"-":19}},{"path":"src/app/shared/issue-tables/issue-sorter.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"import { Sort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"export function applySort(sort: Sort, data: Issue[]): Issue[] {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" if (!sort.active) {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" return data;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" }"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":" const direction: number \u003d sort.direction \u003d\u003d\u003d \u0027asc\u0027 ? 1 : -1;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":" switch (sort.active) {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" case \u0027id\u0027:"},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByIntegerValue(a.id, b.id));"},{"lineNumber":15,"author":{"gitId":"-"},"content":" case \u0027date\u0027:"},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByDateValue(a.updated_at, b.updated_at));"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":" case \u0027status\u0027:"},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByIssueType(a, b));"},{"lineNumber":19,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":20,"author":{"gitId":"-"},"content":" // title, responseTag are string values"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByStringValue(a[sort.active], b[sort.active]));"},{"lineNumber":22,"author":{"gitId":"-"},"content":" }"},{"lineNumber":23,"author":{"gitId":"-"},"content":"}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"function compareByStringValue(valueA: string, valueB: string): number {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" const orderA \u003d String(valueA || \u0027\u0027).toUpperCase();"},{"lineNumber":27,"author":{"gitId":"-"},"content":" const orderB \u003d String(valueB || \u0027\u0027).toUpperCase();"},{"lineNumber":28,"author":{"gitId":"-"},"content":" return orderA \u003c orderB ? -1 : 1;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"function compareByIntegerValue(valueA: number, valueB: number): number {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" return valueA \u003c valueB ? -1 : 1;"},{"lineNumber":33,"author":{"gitId":"-"},"content":"}"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"function compareByDateValue(valueA: string, valueB: string): number {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" return moment(valueA).isBefore(valueB) ? -1 : 1;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"}"},{"lineNumber":38,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":39,"author":{"gitId":"MadLamprey"},"content":"function compareByIssueType(valueA: Issue, valueB: Issue): number {"},{"lineNumber":40,"author":{"gitId":"MadLamprey"},"content":" const sortOrder \u003d {"},{"lineNumber":41,"author":{"gitId":"MadLamprey"},"content":" \u0027OPEN PullRequest\u0027: 0,"},{"lineNumber":42,"author":{"gitId":"MadLamprey"},"content":" \u0027OPEN Issue\u0027: 1,"},{"lineNumber":43,"author":{"gitId":"MadLamprey"},"content":" \u0027MERGED PullRequest\u0027: 2,"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" \u0027CLOSED Issue\u0027: 3,"},{"lineNumber":45,"author":{"gitId":"MadLamprey"},"content":" \u0027CLOSED PullRequest\u0027: 4"},{"lineNumber":46,"author":{"gitId":"MadLamprey"},"content":" };"},{"lineNumber":47,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":48,"author":{"gitId":"MadLamprey"},"content":" const aOrder \u003d sortOrder[valueA.state + \u0027 \u0027 + valueA.issueOrPr] || -1;"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":" const bOrder \u003d sortOrder[valueB.state + \u0027 \u0027 + valueB.issueOrPr] || -1;"},{"lineNumber":50,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":51,"author":{"gitId":"MadLamprey"},"content":" if (aOrder \u003d\u003d\u003d bOrder) {"},{"lineNumber":52,"author":{"gitId":"MadLamprey"},"content":" return compareByStringValue(valueA.title, valueB.title);"},{"lineNumber":53,"author":{"gitId":"MadLamprey"},"content":" } else if (aOrder \u003e bOrder) {"},{"lineNumber":54,"author":{"gitId":"MadLamprey"},"content":" return 1;"},{"lineNumber":55,"author":{"gitId":"MadLamprey"},"content":" } else {"},{"lineNumber":56,"author":{"gitId":"MadLamprey"},"content":" return -1;"},{"lineNumber":57,"author":{"gitId":"MadLamprey"},"content":" }"},{"lineNumber":58,"author":{"gitId":"MadLamprey"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":2,"MadLamprey":26,"-":30}},{"path":"src/app/shared/layout/header.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".repo-menu-footer {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" justify-content: space-between;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" position: sticky;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" bottom: 0;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" z-index: 1;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" padding: 10px;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":".new-repo-button {"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" flex-grow: 1;"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":".keep-filter-button {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" margin-left: 2px;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":".repo-options {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" max-height: 300px;"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" overflow-y: auto;"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":".repo-options button {"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" font-size: 17px;"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":"/* Overwrite the width of the menu */"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"::ng-deep .repo-menu {"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" width: fit-content !important;"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" min-width: 320px !important;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":32}},{"path":"src/app/shared/layout/header.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cmat-toolbar color\u003d\"primary\" style\u003d\"position: sticky; position: -webkit-sticky; top: 0; z-index: 1000\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":3,"author":{"gitId":"-"},"content":" *ngIf\u003d\"isBackButtonShown()\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" mat-icon-button"},{"lineNumber":5,"author":{"gitId":"-"},"content":" class\u003d\"mat-toolbar mat-primary back-button\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" style\u003d\"transform: scale(0.9)\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" (click)\u003d\"goBack()\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003earrow_back_ios\u003c/mat-icon\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" \u003ca class\u003d\"mat-toolbar mat-primary\" style\u003d\"text-decoration: none\" [routerLink]\u003d\"viewService.isRepoSet() ? viewService.currentView : null\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003eWATcher v{{ this.getVersion() }}\u003c/a"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" \u003cspan id\u003d\"view-descriptor\" *ngIf\u003d\"viewService.isRepoSet()\" style\u003d\"margin-left: 70px\"\u003e"},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" {{ this.presetViews[this.filtersService.presetView$.value] }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":" \u003c!-- Gateway to activity dashboard, do not delete --\u003e"},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" \u003c!--div *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 this.viewService.sessionData.sessionRepo.length \u003e 1\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cbutton mat-button [matMenuTriggerFor]\u003d\"menu\"\u003e\u003cmat-icon style\u003d\"color: white\"\u003eexpand_more\u003c/mat-icon\u003e\u003c/button\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cmat-menu #menu\u003d\"matMenu\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":23,"author":{"gitId":"-"},"content":" mat-menu-item"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" *ngFor\u003d\"let sessionRepo of this.viewService.sessionData.sessionRepo\""},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" (click)\u003d\"this.routeToSelectedView(sessionRepo.view)\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cspan\u003e"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-icon [ngStyle]\u003d\"{ color: \u0027green\u0027, visibility: this.viewService.currentView \u003d\u003d\u003d sessionRepo.view ? \u0027visible\u0027 : \u0027hidden\u0027 }\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003edone\u003c/mat-icon"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" {{ this.getViewDescription(sessionRepo.view) }}"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/mat-menu\u003e"},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":" \u003c/div--\u003e"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":37,"author":{"gitId":"Arif-Khalid"},"content":" \u003cdiv *ngIf\u003d\"viewService.isRepoSet()\"\u003e"},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-button [matMenuTriggerFor]\u003d\"menu\"\u003e\u003cmat-icon style\u003d\"color: white\"\u003eexpand_more\u003c/mat-icon\u003e\u003c/button\u003e"},{"lineNumber":39,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-menu #menu\u003d\"matMenu\"\u003e"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" \u003cdiv *ngFor\u003d\"let presetView of this.presetViews | keyvalue\"\u003e"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-menu-item *ngIf\u003d\"presetView.key !\u003d\u003d \u0027custom\u0027\" (click)\u003d\"this.filtersService.updatePresetView(presetView.key)\"\u003e"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" \u003cspan\u003e"},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-icon"},{"lineNumber":44,"author":{"gitId":"nknguyenhc"},"content":" [ngStyle]\u003d\"{ color: \u0027green\u0027, visibility: this.filtersService.presetView$.value \u003d\u003d\u003d presetView.key ? \u0027visible\u0027 : \u0027hidden\u0027 }\""},{"lineNumber":45,"author":{"gitId":"nknguyenhc"},"content":" \u003edone\u003c/mat-icon"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" \u003e"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":" {{ presetView.value }}"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":" \u003c/span\u003e"},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" \u003c/button\u003e"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" \u003c/div\u003e"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":" \u003c/mat-menu\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c!-- everything else --\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cspan style\u003d\"flex: 1 1 auto\"\u003e\u003c/span\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet()\"\u003e"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" \u003cspan id\u003d\"view-descriptor\" style\u003d\"margin-left: 10px\"\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" {{ this.currentRepo || \u0027No Repository Set\u0027 }}"},{"lineNumber":61,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" mat-icon-button"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" matTooltip\u003d\"{{ viewService.isRepoSet() ? \u0027Change Repository\u0027 : \u0027Select Repository\u0027 }}\""},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" [matMenuTriggerFor]\u003d\"repoMenu\""},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003eedit\u003c/mat-icon\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-menu #repoMenu xPosition\u003d\"before\" class\u003d\"repo-menu\"\u003e"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"repo-options\"\u003e"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv *ngFor\u003d\"let repo of this.repoUrlCacheService.suggestions\"\u003e"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" \u003cbutton mat-menu-item *ngIf\u003d\"repo !\u003d\u003d this.currentRepo\" (click)\u003d\"this.applyRepoDropdown(repo, true)\"\u003e"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" {{ repo }}"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" \u003c/button\u003e"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"repo-menu-footer\"\u003e"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" \u003cbutton mat-flat-button color\u003d\"primary\" class\u003d\"new-repo-button\" (click)\u003d\"this.openChangeRepoDialog()\" matTooltip\u003d\"Add new repository\"\u003e"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-icon\u003eadd\u003c/mat-icon\u003e"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" \u003c/button\u003e"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" \u003cbutton"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" mat-icon-button"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" (click)\u003d\"toggleKeepFilters($event)\""},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" class\u003d\"keep-filter-button\""},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" matTooltip\u003d\"{{ keepFilters ? \u0027Keep filter on\u0027 : \u0027Keep filter off\u0027 }}\""},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" color\u003d\"{{ keepFilters ? \u0027primary\u0027 : \u0027warn\u0027 }}\""},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" \u003e"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-icon\u003e{{ keepFilters ? \u0027filter_alt\u0027 : \u0027filter_alt_off\u0027 }}\u003c/mat-icon\u003e"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" \u003c/button\u003e"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-menu\u003e"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" \u003cspan style\u003d\"flex: 1 1 auto\"\u003e\u003c/span\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":" \u003cbutton mat-button matTooltip\u003d\"Download WATcher Log\" (click)\u003d\"this.exportLogFile()\"\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003ereceipt\u003c/mat-icon\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003cbutton mat-button matTooltip\u003d\"Give feedback about WATcher\" (click)\u003d\"openIssueTracker()\"\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003email\u003c/mat-icon\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet() \u0026\u0026 isOpenUrlButtonShown()\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" mat-button"},{"lineNumber":109,"author":{"gitId":"-"},"content":" matTooltip\u003d\"View current page on GitHub\""},{"lineNumber":110,"author":{"gitId":"-"},"content":" (click)\u003d\"viewBrowser()\""},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003eopen_in_new\u003c/mat-icon\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"sync-spinner\" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 (this.isLoading$ | async); else notLoading\"\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":" \u003cmat-spinner class\u003d\"white-spinner\" [diameter]\u003d\"20\"\u003e\u003c/mat-spinner\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":" \u003cng-template #notLoading\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet() \u0026\u0026 isReloadButtonShown() \u0026\u0026 !this.isReloadButtonDisabled\""},{"lineNumber":122,"author":{"gitId":"-"},"content":" mat-button"},{"lineNumber":123,"author":{"gitId":"-"},"content":" matTooltip\u003d\"Synchronize with Github data\""},{"lineNumber":124,"author":{"gitId":"-"},"content":" (click)\u003d\"reload()\""},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" Sync"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003erefresh\u003c/mat-icon\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"sync-spinner\" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 isReloadButtonShown() \u0026\u0026 this.isReloadButtonDisabled\"\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \u003cspan style\u003d\"font-size: 14px; margin-right: 7px\"\u003eSync\u003c/span\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":" \u003cmat-spinner class\u003d\"white-spinner\" [diameter]\u003d\"20\"\u003e\u003c/mat-spinner\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003c/ng-template\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":""},{"lineNumber":135,"author":{"gitId":"-"},"content":" \u003cbutton *ngIf\u003d\"auth.isAuthenticated()\" mat-button matTooltip\u003d\"Log out\" (click)\u003d\"openLogOutDialog(); $event.stopPropagation()\"\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":" ({{ userService.currentUser.loginId }})"},{"lineNumber":137,"author":{"gitId":"-"},"content":" \u003cmat-icon style\u003d\"margin-left: 2px\"\u003eexit_to_app\u003c/mat-icon\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003c/mat-toolbar\u003e"}],"authorContributionMap":{"nknguyenhc":19,"NereusWB922":38,"Arif-Khalid":2,"-":80}},{"path":"src/app/shared/layout/header.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Location } from \u0027@angular/common\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Component, OnInit } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Router, RoutesRecognized } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { filter, pairwise, switchMap } from \u0027rxjs/operators\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../../environments/environment\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { STORAGE_KEYS } from \u0027../../core/constants/storage-keys.constants\u0027;"},{"lineNumber":8,"author":{"gitId":"Arif-Khalid"},"content":"import { RepoChangeResponse } from \u0027../../core/models/repo-change-response.model\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { Repo } from \u0027../../core/models/repo.model\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../core/models/view.model\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027../../core/services/auth.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { DialogService } from \u0027../../core/services/dialog.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../../core/services/error-handling.service\u0027;"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":"import { FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../../core/services/github.service\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../../core/services/githubevent.service\u0027;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"import { GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../core/services/issue.service\u0027;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../core/services/label.service\u0027;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { RepoSessionStorageService } from \u0027../../core/services/repo-session-storage.service\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { RepoUrlCacheService } from \u0027../../core/services/repo-url-cache.service\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../../core/services/user.service\u0027;"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":"import { ViewDescription, ViewService } from \u0027../../core/services/view.service\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"const ISSUE_TRACKER_URL \u003d \u0027https://github.com/CATcher-org/WATcher/issues\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":29,"author":{"gitId":"-"},"content":" selector: \u0027app-layout-header\u0027,"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" templateUrl: \u0027./header.component.html\u0027,"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./header.component.css\u0027]"},{"lineNumber":32,"author":{"gitId":"-"},"content":"})"},{"lineNumber":33,"author":{"gitId":"-"},"content":"export class HeaderComponent implements OnInit {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" private prevUrl;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" isReloadButtonDisabled \u003d false;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" ISSUE_FILTER \u003d \u0027/issues?q\u003dis:issue+is:all\u0027; // the filtered list must be an issue and must be open"},{"lineNumber":37,"author":{"gitId":"-"},"content":" TUTORIAL_LABEL \u003d \u0027+label:tutorial.\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" TEAM_LABEL \u003d \u0027+label:team.\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":" EXCLUDE_DUPLICATE \u003d \u0027+-label:duplicate\u0027; // exclude duplicate issues"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" public isLoading$: Observable\u003cboolean\u003e;"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" // Messages for the modal popup window upon logging out"},{"lineNumber":44,"author":{"gitId":"-"},"content":" private readonly logOutDialogMessages \u003d [\u0027Do you wish to log out?\u0027];"},{"lineNumber":45,"author":{"gitId":"-"},"content":" private readonly yesButtonDialogMessage \u003d \u0027Yes, I wish to log out\u0027;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" private readonly noButtonDialogMessage \u003d \"No, I don\u0027t wish to log out\";"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":" readonly presetViews: {"},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" [key: string]: string;"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" } \u003d {"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":" currentlyActive: \u0027Currently active\u0027,"},{"lineNumber":52,"author":{"gitId":"nknguyenhc"},"content":" contributions: \u0027Contributions\u0027,"},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":" custom: \u0027Custom\u0027"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" };"},{"lineNumber":55,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":" /** Model for the displayed repository name */"},{"lineNumber":57,"author":{"gitId":"-"},"content":" currentRepo \u003d \u0027\u0027;"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" keepFilters \u003d false;"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":62,"author":{"gitId":"-"},"content":" private router: Router,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" public auth: AuthService,"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" public viewService: ViewService,"},{"lineNumber":65,"author":{"gitId":"-"},"content":" public userService: UserService,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" public logger: LoggingService,"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" public repoUrlCacheService: RepoUrlCacheService,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" private location: Location,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" private githubEventService: GithubEventService,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" private issueService: IssueService,"},{"lineNumber":71,"author":{"gitId":"-"},"content":" private labelService: LabelService,"},{"lineNumber":72,"author":{"gitId":"-"},"content":" private errorHandlingService: ErrorHandlingService,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" private githubService: GithubService,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" private dialogService: DialogService,"},{"lineNumber":75,"author":{"gitId":"Arif-Khalid"},"content":" private repoSessionStorageService: RepoSessionStorageService,"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" private filtersService: FiltersService,"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" private groupingContextService: GroupingContextService"},{"lineNumber":78,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" router.events"},{"lineNumber":80,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":81,"author":{"gitId":"-"},"content":" filter((e: any) \u003d\u003e e instanceof RoutesRecognized),"},{"lineNumber":82,"author":{"gitId":"-"},"content":" pairwise()"},{"lineNumber":83,"author":{"gitId":"-"},"content":" )"},{"lineNumber":84,"author":{"gitId":"-"},"content":" .subscribe((e) \u003d\u003e {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.prevUrl \u003d e[0].urlAfterRedirects;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" });"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.auth.currentAuthState.subscribe(() \u003d\u003e {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" if (auth.isAuthenticated() \u0026\u0026 !repoSessionStorageService.hasRepoLocation()) {"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" if (!this.auth.hasNext()) {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" this.openChangeRepoDialog();"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" this.auth.redirectToNext();"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":" });"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" this.viewService.repoSetState.subscribe((state) \u003d\u003e {"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" if (auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet()) {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" this.initializeRepoNameInTitle();"},{"lineNumber":101,"author":{"gitId":"-"},"content":" }"},{"lineNumber":102,"author":{"gitId":"-"},"content":" });"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" this.viewService.repoChanged$.subscribe((repo) \u003d\u003e {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" this.initializeRepoNameInTitle();"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":" this.isLoading$ \u003d this.issueService.isLoading.asObservable();"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":" ngOnInit() {}"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":" * Replaces and resets the current view data and routes the app to the"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" * newly selected view."},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" * @param selectedView - Selected View that is selected by the user."},{"lineNumber":117,"author":{"gitId":"-"},"content":" */"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":" routeToSelectedView(selectedView: string): void {"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" // Do nothing if the selected view is the current view."},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" if (this.viewService.currentView \u003d\u003d\u003d View[selectedView]) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":122,"author":{"gitId":"-"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"NereusWB922"},"content":" // Replace Current View Data."},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":" this.viewService.changeView(View[selectedView]);"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"NereusWB922"},"content":" // Remove current view issues and load selected view issues."},{"lineNumber":128,"author":{"gitId":"-"},"content":" this.githubService.reset();"},{"lineNumber":129,"author":{"gitId":"-"},"content":" this.issueService.reset(false);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" this.labelService.reset();"},{"lineNumber":131,"author":{"gitId":"-"},"content":" this.reload();"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" // Route app to new view."},{"lineNumber":134,"author":{"gitId":"NereusWB922"},"content":" this.router.navigateByUrl(this.viewService.currentView);"},{"lineNumber":135,"author":{"gitId":"-"},"content":" }"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":" isBackButtonShown(): boolean {"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":" return `/${this.viewService.currentView}` !\u003d\u003d this.router.url \u0026\u0026 this.router.url !\u003d\u003d \u0027/\u0027 \u0026\u0026 !this.router.url.startsWith(\u0027/?code\u0027);"},{"lineNumber":139,"author":{"gitId":"-"},"content":" }"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":" isReloadButtonShown(): boolean {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" return this.router.url !\u003d\u003d \u0027/phaseBugReporting/issues/new\u0027;"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":" isOpenUrlButtonShown(): boolean {"},{"lineNumber":146,"author":{"gitId":"NereusWB922"},"content":" return this.viewService.currentView \u003d\u003d\u003d View.issuesViewer || this.viewService.currentView \u003d\u003d\u003d View.activityDashboard;"},{"lineNumber":147,"author":{"gitId":"-"},"content":" }"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":" getVersion(): string {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" return AppConfig.version;"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"NereusWB922"},"content":" getViewDescription(openView: string): string {"},{"lineNumber":154,"author":{"gitId":"NereusWB922"},"content":" return ViewDescription[openView];"},{"lineNumber":155,"author":{"gitId":"-"},"content":" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":" goBack() {"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" if (this.prevUrl \u003d\u003d\u003d `/${this.viewService.currentView}/issues/new`) {"},{"lineNumber":159,"author":{"gitId":"NereusWB922"},"content":" this.router.navigateByUrl(this.viewService.currentView);"},{"lineNumber":160,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":161,"author":{"gitId":"-"},"content":" this.location.back();"},{"lineNumber":162,"author":{"gitId":"-"},"content":" }"},{"lineNumber":163,"author":{"gitId":"-"},"content":" }"},{"lineNumber":164,"author":{"gitId":"-"},"content":""},{"lineNumber":165,"author":{"gitId":"-"},"content":" viewBrowser() {"},{"lineNumber":166,"author":{"gitId":"NereusWB922"},"content":" if (this.viewService.currentView \u003d\u003d\u003d View.activityDashboard) {"},{"lineNumber":167,"author":{"gitId":"NereusWB922"},"content":" window.open(`https://github.com/${this.viewService.currentRepo.owner}/${this.viewService.currentRepo.name}/pulse`);"},{"lineNumber":168,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":169,"author":{"gitId":"-"},"content":" }"},{"lineNumber":170,"author":{"gitId":"-"},"content":""},{"lineNumber":171,"author":{"gitId":"-"},"content":" const routerUrl \u003d this.router.url.substring(1); // remove the first \u0027/\u0027 from string"},{"lineNumber":172,"author":{"gitId":"-"},"content":" const issueUrlIndex \u003d routerUrl.indexOf(\u0027/\u0027); // find the index of second \u0027/\u0027"},{"lineNumber":173,"author":{"gitId":"-"},"content":" let issueUrl: string;"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":" // If can\u0027t find the index of second \u0027/\u0027, then router is at the /issues (table list) page"},{"lineNumber":176,"author":{"gitId":"-"},"content":" if (issueUrlIndex \u003c 0) {"},{"lineNumber":177,"author":{"gitId":"-"},"content":" // Apply filters to the issueUrl"},{"lineNumber":178,"author":{"gitId":"-"},"content":" issueUrl \u003d this.ISSUE_FILTER;"},{"lineNumber":179,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":180,"author":{"gitId":"-"},"content":" // issueUrl will be from the second \u0027/\u0027"},{"lineNumber":181,"author":{"gitId":"-"},"content":" issueUrl \u003d routerUrl.substring(issueUrlIndex);"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":" // Open the url in user\u0027s preferred browser"},{"lineNumber":184,"author":{"gitId":"-"},"content":" window.open(\u0027https://github.com/\u0027.concat(this.githubService.getRepoURL()).concat(issueUrl));"},{"lineNumber":185,"author":{"gitId":"-"},"content":" }"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":" openIssueTracker() {"},{"lineNumber":188,"author":{"gitId":"-"},"content":" window.open(ISSUE_TRACKER_URL);"},{"lineNumber":189,"author":{"gitId":"-"},"content":" }"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":" reload() {"},{"lineNumber":192,"author":{"gitId":"-"},"content":" this.isReloadButtonDisabled \u003d true;"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":" this.githubEventService.reloadPage().subscribe("},{"lineNumber":195,"author":{"gitId":"-"},"content":" (success) \u003d\u003e success,"},{"lineNumber":196,"author":{"gitId":"-"},"content":" (error) \u003d\u003e {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error, () \u003d\u003e this.githubEventService.reloadPage());"},{"lineNumber":198,"author":{"gitId":"-"},"content":" }"},{"lineNumber":199,"author":{"gitId":"-"},"content":" );"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" this.labelService.fetchLabels().subscribe("},{"lineNumber":202,"author":{"gitId":"-"},"content":" (success) \u003d\u003e success,"},{"lineNumber":203,"author":{"gitId":"-"},"content":" (error) \u003d\u003e {"},{"lineNumber":204,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error, () \u003d\u003e this.labelService.fetchLabels());"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":" );"},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":" // Prevent user from spamming the reload button"},{"lineNumber":209,"author":{"gitId":"-"},"content":" setTimeout(() \u003d\u003e {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" this.isReloadButtonDisabled \u003d false;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" }, 3000);"},{"lineNumber":212,"author":{"gitId":"-"},"content":" }"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":" logOut() {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" this.auth.logOut();"},{"lineNumber":216,"author":{"gitId":"-"},"content":" }"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":" openLogOutDialog() {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" const dialogRef \u003d this.dialogService.openUserConfirmationModal("},{"lineNumber":220,"author":{"gitId":"-"},"content":" this.logOutDialogMessages,"},{"lineNumber":221,"author":{"gitId":"-"},"content":" this.yesButtonDialogMessage,"},{"lineNumber":222,"author":{"gitId":"-"},"content":" this.noButtonDialogMessage"},{"lineNumber":223,"author":{"gitId":"-"},"content":" );"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":" dialogRef.afterClosed().subscribe((res) \u003d\u003e {"},{"lineNumber":226,"author":{"gitId":"-"},"content":" if (res) {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" this.logger.info(`HeaderComponent: Logging out from ${this.userService.currentUser.loginId}`);"},{"lineNumber":228,"author":{"gitId":"-"},"content":" this.logOut();"},{"lineNumber":229,"author":{"gitId":"-"},"content":" }"},{"lineNumber":230,"author":{"gitId":"-"},"content":" });"},{"lineNumber":231,"author":{"gitId":"-"},"content":" }"},{"lineNumber":232,"author":{"gitId":"-"},"content":""},{"lineNumber":233,"author":{"gitId":"-"},"content":" exportLogFile() {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" this.logger.exportLogFile();"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }"},{"lineNumber":236,"author":{"gitId":"-"},"content":""},{"lineNumber":237,"author":{"gitId":"-"},"content":" initializeRepoNameInTitle() {"},{"lineNumber":238,"author":{"gitId":"NereusWB922"},"content":" if (Repo.isInvalidRepoName(this.viewService.currentRepo)) {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":240,"author":{"gitId":"-"},"content":" }"},{"lineNumber":241,"author":{"gitId":"NereusWB922"},"content":" const currentRepoString \u003d this.viewService.currentRepo.toString();"},{"lineNumber":242,"author":{"gitId":"-"},"content":" this.logger.info(`HeaderComponent: initializing current repository name as ${currentRepoString}`);"},{"lineNumber":243,"author":{"gitId":"-"},"content":" this.currentRepo \u003d currentRepoString;"},{"lineNumber":244,"author":{"gitId":"-"},"content":" }"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":247,"author":{"gitId":"-"},"content":" * Change repository viewed on Issue Dashboard, if a valid repository is provided."},{"lineNumber":248,"author":{"gitId":"-"},"content":" * Re-open dialog to prompt for another repository if an invalid one is provided."},{"lineNumber":249,"author":{"gitId":"-"},"content":" */"},{"lineNumber":250,"author":{"gitId":"Arif-Khalid"},"content":" changeRepositoryIfValid(repo: Repo, newRepoString: string, keepFilters: boolean) {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" if (newRepoString \u003d\u003d\u003d this.currentRepo) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" }"},{"lineNumber":254,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":255,"author":{"gitId":"NereusWB922"},"content":" this.viewService"},{"lineNumber":256,"author":{"gitId":"-"},"content":" .changeRepositoryIfValid(repo)"},{"lineNumber":257,"author":{"gitId":"-"},"content":" .then(() \u003d\u003e {"},{"lineNumber":258,"author":{"gitId":"NereusWB922"},"content":" this.auth.setTitleWithViewDetail();"},{"lineNumber":259,"author":{"gitId":"-"},"content":" this.currentRepo \u003d newRepoString;"},{"lineNumber":260,"author":{"gitId":"NereusWB922"},"content":" if (!keepFilters) {"},{"lineNumber":261,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService.reset();"},{"lineNumber":262,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.clearFilters();"},{"lineNumber":263,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":264,"author":{"gitId":"-"},"content":" })"},{"lineNumber":265,"author":{"gitId":"-"},"content":" .catch((error) \u003d\u003e {"},{"lineNumber":266,"author":{"gitId":"-"},"content":" this.openChangeRepoDialog();"},{"lineNumber":267,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error);"},{"lineNumber":268,"author":{"gitId":"-"},"content":" });"},{"lineNumber":269,"author":{"gitId":"-"},"content":" }"},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"NereusWB922"},"content":" applyRepoDropdown(repoString: string) {"},{"lineNumber":272,"author":{"gitId":"NereusWB922"},"content":" const newRepo \u003d Repo.of(repoString);"},{"lineNumber":273,"author":{"gitId":"NereusWB922"},"content":" this.changeRepositoryIfValid(newRepo, newRepo.toString(), this.keepFilters);"},{"lineNumber":274,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":275,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":276,"author":{"gitId":"NereusWB922"},"content":" toggleKeepFilters(event: MouseEvent) {"},{"lineNumber":277,"author":{"gitId":"NereusWB922"},"content":" event.stopPropagation();"},{"lineNumber":278,"author":{"gitId":"NereusWB922"},"content":" this.keepFilters \u003d !this.keepFilters;"},{"lineNumber":279,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":280,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":281,"author":{"gitId":"-"},"content":" openChangeRepoDialog() {"},{"lineNumber":282,"author":{"gitId":"-"},"content":" const dialogRef \u003d this.dialogService.openChangeRepoDialog(this.currentRepo);"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"Arif-Khalid"},"content":" dialogRef.afterClosed().subscribe((res: RepoChangeResponse | null) \u003d\u003e {"},{"lineNumber":285,"author":{"gitId":"-"},"content":" if (!res) {"},{"lineNumber":286,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":287,"author":{"gitId":"-"},"content":" }"},{"lineNumber":288,"author":{"gitId":"Arif-Khalid"},"content":" const newRepo \u003d Repo.of(res.repo);"},{"lineNumber":289,"author":{"gitId":"-"},"content":""},{"lineNumber":290,"author":{"gitId":"NereusWB922"},"content":" if (this.viewService.isRepoSet()) {"},{"lineNumber":291,"author":{"gitId":"Arif-Khalid"},"content":" this.changeRepositoryIfValid(newRepo, newRepo.toString(), res.keepFilters);"},{"lineNumber":292,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":293,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":294,"author":{"gitId":"-"},"content":" * From session-selection.component.ts"},{"lineNumber":295,"author":{"gitId":"-"},"content":" *"},{"lineNumber":296,"author":{"gitId":"-"},"content":" * Persist repo information in local browser storage"},{"lineNumber":297,"author":{"gitId":"-"},"content":" * To retrieve after authentication redirects back to WATcher"},{"lineNumber":298,"author":{"gitId":"-"},"content":" *"},{"lineNumber":299,"author":{"gitId":"-"},"content":" * Since localStorage::setItem with an undefined value can result in"},{"lineNumber":300,"author":{"gitId":"-"},"content":" * the subsequent value being stored as a string being \u0027undefined\u0027, check"},{"lineNumber":301,"author":{"gitId":"-"},"content":" * if undefined before storing it. Let\u0027s reset the items before setting them."},{"lineNumber":302,"author":{"gitId":"-"},"content":" */"},{"lineNumber":303,"author":{"gitId":"-"},"content":" window.localStorage.removeItem(STORAGE_KEYS.ORG);"},{"lineNumber":304,"author":{"gitId":"-"},"content":" window.localStorage.removeItem(STORAGE_KEYS.DATA_REPO);"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":" if (newRepo) {"},{"lineNumber":307,"author":{"gitId":"-"},"content":" window.localStorage.setItem(STORAGE_KEYS.ORG, newRepo.owner);"},{"lineNumber":308,"author":{"gitId":"-"},"content":" window.localStorage.setItem(STORAGE_KEYS.DATA_REPO, newRepo.name);"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" this.repoUrlCacheService.cache(newRepo.toString());"},{"lineNumber":311,"author":{"gitId":"-"},"content":" }"},{"lineNumber":312,"author":{"gitId":"-"},"content":" this.auth.setRepo().subscribe();"},{"lineNumber":313,"author":{"gitId":"-"},"content":" }"},{"lineNumber":314,"author":{"gitId":"-"},"content":" });"},{"lineNumber":315,"author":{"gitId":"-"},"content":" }"},{"lineNumber":316,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":12,"Arif-Khalid":9,"NereusWB922":54,"-":241}},{"path":"src/app/shared/repo-change-form/repo-change-form.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".change-repo-form-title {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"}"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":".mat-dialog-content {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"}"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":".mat-form-field {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"}"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":".mat-dialog-actions {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" justify-content: flex-end;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":17,"author":{"gitId":"Arif-Khalid"},"content":".change-repo-form-header {"},{"lineNumber":18,"author":{"gitId":"Arif-Khalid"},"content":" display: flex;"},{"lineNumber":19,"author":{"gitId":"Arif-Khalid"},"content":" justify-content: space-between;"},{"lineNumber":20,"author":{"gitId":"Arif-Khalid"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":5,"-":15}},{"path":"src/app/shared/repo-change-form/repo-change-form.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"\u003cdiv class\u003d\"change-repo-form-header\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003ch1 mat-dialog-title class\u003d\"change-repo-form-title\"\u003e{{ data.repoName ? \u0027Change repository\u0027 : \u0027Select repository\u0027 }}\u003c/h1\u003e"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-checkbox *ngIf\u003d\"data.repoName\" [(ngModel)]\u003d\"this.keepFilters\"\u003eKeep Filters\u003c/mat-checkbox\u003e"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"\u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv mat-dialog-content\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cform (ngSubmit)\u003d\"onYesClick()\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"fill\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eRepository Location (Github Link or Org/Repo)\u003c/mat-label\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cinput matInput [(ngModel)]\u003d\"this.repoName\" [formControl]\u003d\"repoChangeForm\" [matAutocomplete]\u003d\"auto\" /\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmat-autocomplete #auto\u003d\"matAutocomplete\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-option *ngFor\u003d\"let suggestion of filteredSuggestions | async\" [value]\u003d\"suggestion\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" {{ suggestion }}"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/mat-autocomplete\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cdiv mat-dialog-actions\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cbutton mat-button (click)\u003d\"onNoClick()\" color\u003d\"warn\"\u003eCancel\u003c/button\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cbutton mat-button (click)\u003d\"onYesClick()\" color\u003d\"primary\"\u003e{{ data.repoName ? \u0027Change Repo\u0027 : \u0027Select Repo\u0027 }}\u003c/button\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"Arif-Khalid":3,"-":18}},{"path":"src/app/shared/repo-change-form/repo-change-form.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Inject, OnInit } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { FormControl } from \u0027@angular/forms\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { MatDialogRef, MAT_DIALOG_DATA } from \u0027@angular/material/dialog\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"import { RepoChangeResponse } from \u0027../../core/models/repo-change-response.model\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { RepoUrlCacheService } from \u0027../../core/services/repo-url-cache.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":9,"author":{"gitId":"-"},"content":" selector: \u0027app-repo-change-form\u0027,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" templateUrl: \u0027./repo-change-form.component.html\u0027,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./repo-change-form.component.css\u0027]"},{"lineNumber":12,"author":{"gitId":"-"},"content":"})"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export class RepoChangeFormComponent implements OnInit {"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" public repoName: string;"},{"lineNumber":15,"author":{"gitId":"Arif-Khalid"},"content":" public keepFilters: boolean;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" filteredSuggestions: Observable\u003cstring[]\u003e;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" repoChangeForm \u003d new FormControl();"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":20,"author":{"gitId":"-"},"content":" public dialogRef: MatDialogRef\u003cRepoChangeFormComponent\u003e,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" private repoUrlCacheService: RepoUrlCacheService,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" @Inject(MAT_DIALOG_DATA) public data"},{"lineNumber":23,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" this.repoName \u003d data.repoName;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" }"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" this.initRepoChangeForm();"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" private initRepoChangeForm() {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" this.filteredSuggestions \u003d this.repoUrlCacheService.getFilteredSuggestions(this.repoChangeForm);"},{"lineNumber":33,"author":{"gitId":"-"},"content":" }"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" onYesClick(): void {"},{"lineNumber":36,"author":{"gitId":"Arif-Khalid"},"content":" const response: RepoChangeResponse \u003d {"},{"lineNumber":37,"author":{"gitId":"Arif-Khalid"},"content":" repo: this.repoName,"},{"lineNumber":38,"author":{"gitId":"Arif-Khalid"},"content":" keepFilters: this.keepFilters"},{"lineNumber":39,"author":{"gitId":"Arif-Khalid"},"content":" };"},{"lineNumber":40,"author":{"gitId":"Arif-Khalid"},"content":" this.dialogRef.close(response);"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" onNoClick(): void {"},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" this.dialogRef.close(null);"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":9,"-":37}},{"path":"src/test.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"// This file is required by karma.conf.js and loads recursively all the .spec and framework files"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"// tslint:disable:ordered-imports"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"// Ordered-imports rule is disabled here because the import statement for \u0027zone-testing\u0027 must be"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"// at the top to prevent test setup breakage in \u0027npm run test\u0027."},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import \u0027zone.js/dist/zone-testing\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { getTestBed } from \u0027@angular/core/testing\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from \u0027@angular/platform-browser-dynamic/testing\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"declare const require: any;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"// First, initialize the Angular testing environment."},{"lineNumber":13,"author":{"gitId":"-"},"content":"getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());"},{"lineNumber":14,"author":{"gitId":"-"},"content":"// Then we find all the tests."},{"lineNumber":15,"author":{"gitId":"-"},"content":"const context \u003d require.context(\u0027../tests\u0027, true, /\\.spec\\.ts$/);"},{"lineNumber":16,"author":{"gitId":"-"},"content":"// And load the modules."},{"lineNumber":17,"author":{"gitId":"-"},"content":"context.keys().map(context);"}],"authorContributionMap":{"NereusWB922":4,"-":13}},{"path":"tests/app/auth/login/login.component.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { ComponentFixture, TestBed, waitForAsync } from \u0027@angular/core/testing\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { LoginComponent } from \u0027../../../../src/app/auth/login/login.component\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { AuthService, AuthState } from \u0027../../../../src/app/core/services/auth.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../../../../src/app/core/services/error-handling.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../../../src/app/core/services/logging.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"describe(\u0027LoginComponent\u0027, () \u003d\u003e {"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" let authServiceSpy: jasmine.SpyObj\u003cAuthService\u003e;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" let errorHandlingServiceSpy: jasmine.SpyObj\u003cErrorHandlingService\u003e;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" let component: LoginComponent;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" let fixture: ComponentFixture\u003cLoginComponent\u003e;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":" beforeEach("},{"lineNumber":15,"author":{"gitId":"-"},"content":" waitForAsync(() \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" authServiceSpy \u003d jasmine.createSpyObj\u003cAuthService\u003e(\u0027AuthService\u0027, [\u0027startOAuthProcess\u0027, \u0027changeAuthState\u0027]);"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj\u003cLoggingService\u003e(\u0027LoggingService\u0027, [\u0027info\u0027]);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" errorHandlingServiceSpy \u003d jasmine.createSpyObj\u003cErrorHandlingService\u003e(\u0027ErrorHandlingService\u0027, [\u0027handleError\u0027]);"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" TestBed.configureTestingModule({"},{"lineNumber":21,"author":{"gitId":"-"},"content":" providers: ["},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" { provide: AuthService, useValue: authServiceSpy },"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" { provide: LoggingService, useValue: loggingServiceSpy },"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" { provide: ErrorHandlingService, useValue: errorHandlingServiceSpy }"},{"lineNumber":25,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"-"},"content":" declarations: [LoginComponent]"},{"lineNumber":27,"author":{"gitId":"-"},"content":" }).compileComponents();"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" fixture \u003d TestBed.createComponent(LoginComponent);"},{"lineNumber":30,"author":{"gitId":"-"},"content":" component \u003d fixture.componentInstance;"},{"lineNumber":31,"author":{"gitId":"-"},"content":" fixture.detectChanges();"},{"lineNumber":32,"author":{"gitId":"-"},"content":" })"},{"lineNumber":33,"author":{"gitId":"-"},"content":" );"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" it(\u0027should create\u0027, () \u003d\u003e {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" expect(component).toBeTruthy();"},{"lineNumber":37,"author":{"gitId":"-"},"content":" });"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" it(\u0027startPublicOnlyLoginProcess should call startLoginProcess with false\u0027, () \u003d\u003e {"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" spyOn(component, \u0027startLoginProcess\u0027);"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" component.startPublicOnlyLoginProcess();"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" expect(component.startLoginProcess).toHaveBeenCalledWith(false);"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" it(\u0027startIncludePrivateLoginProcess should call startLoginProcess with true\u0027, () \u003d\u003e {"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" spyOn(component, \u0027startLoginProcess\u0027);"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" component.startIncludePrivateLoginProcess();"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" expect(component.startLoginProcess).toHaveBeenCalledWith(true);"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should call authService.startOAuthProcess on startLoginProcess\u0027, () \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" const hasPrivateConsent \u003d false;"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" component.startLoginProcess(hasPrivateConsent);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" expect(authServiceSpy.startOAuthProcess).toHaveBeenCalledWith(hasPrivateConsent);"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(\u0027LoginComponent: Beginning login process\u0027);"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should call error handling methods when error is thrown\u0027, () \u003d\u003e {"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" const hasPrivateConsent \u003d false;"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" const errorMessage \u003d \u0027Error!\u0027;"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" const error: Error \u003d new Error(errorMessage);"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" authServiceSpy.startOAuthProcess.and.throwError(error);"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" component.startLoginProcess(hasPrivateConsent);"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" expect(authServiceSpy.changeAuthState).toHaveBeenCalledWith(AuthState.NotAuthenticated);"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" expect(errorHandlingServiceSpy.handleError).toHaveBeenCalledWith(error);"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info.calls.allArgs()).toEqual(["},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" [\u0027LoginComponent: Beginning login process\u0027],"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" [`LoginComponent: Login process failed with an error: ${error}`]"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" ]);"},{"lineNumber":79,"author":{"gitId":"-"},"content":" });"},{"lineNumber":80,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":49,"-":31}},{"path":"tests/app/core/models/session-model.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":3,"author":{"gitId":"-"},"content":" assertSessionDataIntegrity,"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" NO_VALID_OPEN_VIEWS,"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" OPENED_VIEW_REPO_UNDEFINED,"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" SESSION_DATA_MISSING_FIELDS,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" SESSION_DATA_UNAVAILABLE"},{"lineNumber":8,"author":{"gitId":"-"},"content":"} from \u0027../../../../src/app/core/models/session.model\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../../../src/app/core/models/view.model\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { VALID_SESSION_DATA, WATCHER_REPO } from \u0027../../../constants/session.constants\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"describe(\u0027Session Model\u0027, () \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" describe(\u0027assertSessionDataIntegrity()\u0027, () \u003d\u003e {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" it(\u0027should throw error on unavailable session\u0027, () \u003d\u003e {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" of(undefined)"},{"lineNumber":16,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":17,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":18,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":19,"author":{"gitId":"-"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_UNAVAILABLE))"},{"lineNumber":20,"author":{"gitId":"-"},"content":" });"},{"lineNumber":21,"author":{"gitId":"-"},"content":" });"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error on session data with invalid session\u0027, () \u003d\u003e {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: null })"},{"lineNumber":25,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":26,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":27,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_MISSING_FIELDS))"},{"lineNumber":29,"author":{"gitId":"-"},"content":" });"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [] })"},{"lineNumber":31,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":32,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":33,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_MISSING_FIELDS))"},{"lineNumber":35,"author":{"gitId":"-"},"content":" });"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: \u0027repo\u0027 })"},{"lineNumber":37,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":38,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":39,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_MISSING_FIELDS))"},{"lineNumber":41,"author":{"gitId":"-"},"content":" });"},{"lineNumber":42,"author":{"gitId":"-"},"content":" });"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error on session with invalid views\u0027, () \u003d\u003e {"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: \u0027invalidView\u0027 as View, repos: [WATCHER_REPO] }] })"},{"lineNumber":46,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":47,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":48,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(NO_VALID_OPEN_VIEWS))"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":" });"},{"lineNumber":52,"author":{"gitId":"-"},"content":""},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error on session data with invalid repo\u0027, () \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: undefined }] })"},{"lineNumber":55,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":56,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":57,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":59,"author":{"gitId":"-"},"content":" });"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: null }] })"},{"lineNumber":61,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":62,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":63,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":65,"author":{"gitId":"-"},"content":" });"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: \u0027\u0027 }] })"},{"lineNumber":67,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":68,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":69,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":71,"author":{"gitId":"-"},"content":" });"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: [] }] })"},{"lineNumber":73,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":74,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":77,"author":{"gitId":"-"},"content":" });"},{"lineNumber":78,"author":{"gitId":"-"},"content":" });"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should pass for valid session data\u0027, () \u003d\u003e {"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" of(VALID_SESSION_DATA)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" .subscribe((el) \u003d\u003e expect(el).toEqual(VALID_SESSION_DATA));"},{"lineNumber":84,"author":{"gitId":"-"},"content":" });"},{"lineNumber":85,"author":{"gitId":"-"},"content":" });"},{"lineNumber":86,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":28,"-":58}},{"path":"tests/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { NO_ERRORS_SCHEMA } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { ComponentFixture, fakeAsync, TestBed, tick } from \u0027@angular/core/testing\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { MatSelectionList } from \u0027@angular/material/list\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { MatMenuModule } from \u0027@angular/material/menu\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { BehaviorSubject, of } from \u0027rxjs\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { SimpleLabel } from \u0027../../../../../src/app/core/models/label.model\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { FiltersService } from \u0027../../../../../src/app/core/services/filters.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { LabelService } from \u0027../../../../../src/app/core/services/label.service\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { LoggingService } from \u0027../../../../../src/app/core/services/logging.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { LabelFilterBarComponent } from \u0027../../../../../src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component\u0027;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"import { LABEL_NAME_SEVERITY_HIGH, LABEL_NAME_SEVERITY_LOW, SEVERITY_SIMPLE_LABELS } from \u0027../../../../constants/label.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"describe(\u0027LabelFilterBarComponent\u0027, () \u003d\u003e {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" let component: LabelFilterBarComponent;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" let fixture: ComponentFixture\u003cLabelFilterBarComponent\u003e;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" let labelServiceSpy: jasmine.SpyObj\u003cLabelService\u003e;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" let filtersServiceSpy: jasmine.SpyObj\u003cFiltersService\u003e;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" let labelsSubject: BehaviorSubject\u003cSimpleLabel[]\u003e;"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" beforeEach(async () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" labelServiceSpy \u003d jasmine.createSpyObj(\u0027LabelService\u0027, [\u0027connect\u0027, \u0027startPollLabels\u0027, \u0027fetchLabels\u0027]);"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027info\u0027, \u0027debug\u0027]);"},{"lineNumber":24,"author":{"gitId":"Arif-Khalid"},"content":" filtersServiceSpy \u003d jasmine.createSpyObj(\u0027FiltersService\u0027, [\u0027updateFilters\u0027, \u0027sanitizeLabels\u0027]);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" TestBed.configureTestingModule({"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" providers: ["},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" { provide: LabelService, useValue: labelServiceSpy },"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" { provide: LoggingService, useValue: loggingServiceSpy },"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" { provide: FiltersService, useValue: filtersServiceSpy }"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" ],"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" imports: [MatMenuModule],"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" declarations: [LabelFilterBarComponent],"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" schemas: [NO_ERRORS_SCHEMA]"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" }).compileComponents();"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" fixture \u003d TestBed.createComponent(LabelFilterBarComponent);"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" component \u003d fixture.componentInstance;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" fixture.detectChanges();"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should create\u0027, () \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" expect(component).toBeTruthy();"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027ngAfterViewInit\u0027, () \u003d\u003e {"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" // Setup labels observable"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" labelsSubject \u003d new BehaviorSubject\u003cSimpleLabel[]\u003e([]);"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" labelServiceSpy.fetchLabels.and.returnValue(of([]));"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" labelServiceSpy.connect.and.returnValue(labelsSubject.asObservable());"},{"lineNumber":52,"author":{"gitId":"Arif-Khalid"},"content":" filtersServiceSpy.sanitizeLabels.and.callThrough();"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":55,"author":{"gitId":"Arif-Khalid"},"content":" // it(\u0027should update allLabels with latest emmitted value after ngAfterViewInit\u0027, fakeAsync(() \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"Arif-Khalid"},"content":" // component.ngAfterViewInit();"},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" // tick();"},{"lineNumber":58,"author":{"gitId":"Arif-Khalid"},"content":" // labelsSubject.next(SEVERITY_SIMPLE_LABELS);"},{"lineNumber":59,"author":{"gitId":"Arif-Khalid"},"content":" // expect(component.allLabels).toEqual(SEVERITY_SIMPLE_LABELS);"},{"lineNumber":60,"author":{"gitId":"Arif-Khalid"},"content":" // }));"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027hide(label)\u0027, () \u003d\u003e {"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should add label to hidden labels set and update filter\u0027, () \u003d\u003e {"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" const label \u003d LABEL_NAME_SEVERITY_HIGH;"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).not.toContain(label);"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" component.hide(label);"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).toContain(label);"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" expect(filtersServiceSpy.updateFilters).toHaveBeenCalledWith({ hiddenLabels: component.hiddenLabelNames });"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027show(label)\u0027, () \u003d\u003e {"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should remove label from hidden labels set and update filter\u0027, () \u003d\u003e {"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" const label \u003d LABEL_NAME_SEVERITY_HIGH;"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" component.hide(label);"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).toContain(label);"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" component.show(label);"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).not.toContain(label);"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" expect(filtersServiceSpy.updateFilters).toHaveBeenCalledWith({ hiddenLabels: component.hiddenLabelNames });"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027hasLabels\u0027, () \u003d\u003e {"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" component.allLabels \u003d SEVERITY_SIMPLE_LABELS;"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return true if any label match the filter\u0027, () \u003d\u003e {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" const filter \u003d \u0027low\u0027;"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" const result \u003d component.hasLabels(filter);"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" expect(result).toBeTrue();"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return false if no label match the filter\u0027, () \u003d\u003e {"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" const filter \u003d \u0027priority\u0027;"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" const result \u003d component.hasLabels(filter);"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" expect(result).toBeFalse();"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return false if no label exists\u0027, () \u003d\u003e {"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" const filter \u003d \u0027low\u0027;"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" component.allLabels \u003d [];"},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" const result \u003d component.hasLabels(filter);"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" expect(result).toBeFalse();"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027updateSelection\u0027, () \u003d\u003e {"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should update filters service with selected labels\u0027, () \u003d\u003e {"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" const selectedLabels \u003d [LABEL_NAME_SEVERITY_HIGH, LABEL_NAME_SEVERITY_LOW];"},{"lineNumber":122,"author":{"gitId":"nknguyenhc"},"content":" component.selectedLabelNames \u003d new Set\u003cstring\u003e(selectedLabels);"},{"lineNumber":123,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":124,"author":{"gitId":"nknguyenhc"},"content":" component.updateSelection();"},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":126,"author":{"gitId":"nknguyenhc"},"content":" expect(filtersServiceSpy.updateFilters).toHaveBeenCalledWith({ labels: selectedLabels, deselectedLabels: new Set\u003cstring\u003e() });"},{"lineNumber":127,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":128,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":129,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":130,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027removeAllSelection\u0027, () \u003d\u003e {"},{"lineNumber":131,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should deselect all labels and update the filter\u0027, () \u003d\u003e {"},{"lineNumber":132,"author":{"gitId":"NereusWB922"},"content":" component.removeAllSelection();"},{"lineNumber":133,"author":{"gitId":"nknguyenhc"},"content":" expect(component.selectedLabelNames).toEqual(new Set\u003cstring\u003e());"},{"lineNumber":134,"author":{"gitId":"nknguyenhc"},"content":" expect(component.deselectedLabelNames).toEqual(new Set\u003cstring\u003e());"},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":"});"}],"authorContributionMap":{"nknguyenhc":5,"NereusWB922":124,"Arif-Khalid":8}},{"path":"tests/app/shared/issue-tables/issue-paginator.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../../../src/app/core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { paginateData } from \u0027../../../../src/app/shared/issue-tables/issue-paginator\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":6,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY"},{"lineNumber":9,"author":{"gitId":"-"},"content":"} from \u0027../../../constants/githubissue.constants\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"describe(\u0027issue-paginator\u0027, () \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" describe(\u0027paginateData()\u0027, () \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" let dataSet_7: Issue[];"},{"lineNumber":14,"author":{"gitId":"-"},"content":" let paginator: MatPaginator;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithResponse: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithAssigneee: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" const lowSeverityFeatureFlawIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const highSeverityDocumentationBugIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY);"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" dataSet_7 \u003d ["},{"lineNumber":22,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithResponse,"},{"lineNumber":23,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithAssigneee,"},{"lineNumber":24,"author":{"gitId":"-"},"content":" lowSeverityFeatureFlawIssue,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithResponse,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithAssigneee,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" lowSeverityFeatureFlawIssue,"},{"lineNumber":28,"author":{"gitId":"-"},"content":" highSeverityDocumentationBugIssue"},{"lineNumber":29,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":30,"author":{"gitId":"-"},"content":" paginator \u003d { pageSize: 3 } as MatPaginator;"},{"lineNumber":31,"author":{"gitId":"-"},"content":" });"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" it(\u0027should set the length of paginator to the length of data\u0027, () \u003d\u003e {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" paginateData(paginator, dataSet_7);"},{"lineNumber":35,"author":{"gitId":"-"},"content":" expect(paginator.length).toEqual(7);"},{"lineNumber":36,"author":{"gitId":"-"},"content":" });"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" it(\u0027should return list of issues according to page index\u0027, () \u003d\u003e {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" paginator.pageIndex \u003d 0;"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" // Returns issues index 0 to 2"},{"lineNumber":42,"author":{"gitId":"-"},"content":" const returnedList \u003d paginateData(paginator, dataSet_7);"},{"lineNumber":43,"author":{"gitId":"-"},"content":" expect(returnedList).toEqual([mediumSeverityIssueWithResponse, mediumSeverityIssueWithAssigneee, lowSeverityFeatureFlawIssue]);"},{"lineNumber":44,"author":{"gitId":"-"},"content":" });"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" it(\u0027should return list of issues in the previous page if there are no issues on the current page\u0027, () \u003d\u003e {"},{"lineNumber":47,"author":{"gitId":"-"},"content":" paginator.pageIndex \u003d 3;"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":" // Returns issues index 6 on page 2"},{"lineNumber":50,"author":{"gitId":"-"},"content":" const returnedList \u003d paginateData(paginator, dataSet_7);"},{"lineNumber":51,"author":{"gitId":"-"},"content":" expect(returnedList).toEqual([highSeverityDocumentationBugIssue]);"},{"lineNumber":52,"author":{"gitId":"-"},"content":" });"},{"lineNumber":53,"author":{"gitId":"-"},"content":" });"},{"lineNumber":54,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":4,"-":50}},{"path":"tests/app/shared/issue-tables/issue-sorter.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { MatSort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../../../src/app/core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { applySort } from \u0027../../../../src/app/shared/issue-tables/issue-sorter\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" ISSUE_UPDATED_EARLIER,"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" ISSUE_UPDATED_LATER,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"} from \u0027../../../constants/githubissue.constants\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"describe(\u0027issuer-sorter\u0027, () \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027applySort()\u0027, () \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" const dummyIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" const otherDummyIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" const issuesList: Issue[] \u003d [dummyIssue, otherDummyIssue];"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" const issueUpdatedEarlier: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_UPDATED_EARLIER);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const issueUpdatedLater: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_UPDATED_LATER);"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const issuesWithDifferentUpdatedDate: Issue[] \u003d [issueUpdatedEarlier, issueUpdatedLater];"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":" const matSort: MatSort \u003d new MatSort();"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return the same data if sort.active is not set\u0027, () \u003d\u003e {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" const sortedData \u003d applySort(matSort, issuesList);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" expect(sortedData).toEqual(issuesList);"},{"lineNumber":26,"author":{"gitId":"-"},"content":" });"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":" it(\u0027sorts issues based on their string fields correctly\u0027, () \u003d\u003e {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" matSort.active \u003d \u0027title\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027asc\u0027;"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuesByTitleAsc \u003d applySort(matSort, issuesList);"},{"lineNumber":32,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuesByTitleAsc, dummyIssue, otherDummyIssue);"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027desc\u0027;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuesByTitleDesc \u003d applySort(matSort, issuesList);"},{"lineNumber":36,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuesByTitleDesc, otherDummyIssue, dummyIssue);"},{"lineNumber":37,"author":{"gitId":"-"},"content":" });"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" it(\u0027sorts issues based on their id fields correctly\u0027, () \u003d\u003e {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" matSort.active \u003d \u0027id\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027asc\u0027;"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByIdAsc \u003d applySort(matSort, issuesList);"},{"lineNumber":43,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuedByIdAsc, otherDummyIssue, dummyIssue);"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027desc\u0027;"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByIdDesc \u003d applySort(matSort, issuesList);"},{"lineNumber":47,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuedByIdDesc, dummyIssue, otherDummyIssue);"},{"lineNumber":48,"author":{"gitId":"-"},"content":" });"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" it(\u0027sorts issues based on their updated date fields correctly\u0027, () \u003d\u003e {"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" matSort.active \u003d \u0027date\u0027;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027asc\u0027;"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByDateAsc \u003d applySort(matSort, issuesWithDifferentUpdatedDate);"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" assertOrder(sortedIssuedByDateAsc, issueUpdatedEarlier, issueUpdatedLater);"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027desc\u0027;"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByDateDesc \u003d applySort(matSort, issuesWithDifferentUpdatedDate);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" assertOrder(sortedIssuedByDateDesc, issueUpdatedLater, issueUpdatedEarlier);"},{"lineNumber":60,"author":{"gitId":"-"},"content":" });"},{"lineNumber":61,"author":{"gitId":"-"},"content":" });"},{"lineNumber":62,"author":{"gitId":"-"},"content":"});"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":65,"author":{"gitId":"-"},"content":" * This helper method helps to check if the sorted issues are in their"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * correct order based on the variable arguments provided."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"-"},"content":"function assertOrder(sortedIssues: Issue[], ...expectedSortedIssues: Issue[]) {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c sortedIssues.length; i++) {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" expect(sortedIssues[i].id).toBe(expectedSortedIssues[i].id);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":28,"-":44}},{"path":"tests/app/shared/issue-tables/search-filter.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../../../src/app/core/models/issue.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../../../src/app/core/services/issue.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { TABLE_COLUMNS } from \u0027../../../../src/app/shared/issue-tables/issue-tables-columns\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { applySearchFilter } from \u0027../../../../src/app/shared/issue-tables/search-filter\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { USER_ANUBHAV } from \u0027../../../constants/data.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":9,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY"},{"lineNumber":11,"author":{"gitId":"-"},"content":"} from \u0027../../../constants/githubissue.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"import { GITHUB_LABEL_FEATURE_FLAW } from \u0027../../../constants/githublabel.constants\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"describe(\u0027search-filter\u0027, () \u003d\u003e {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" describe(\u0027applySearchFilter()\u0027, () \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" let searchKey: string;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithResponse: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithAssigneee: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const lowSeverityFeatureFlawIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY);"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" const highSeverityDocumentationBugIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY);"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":" const issuesList: Issue[] \u003d ["},{"lineNumber":23,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithResponse,"},{"lineNumber":24,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithAssigneee,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" lowSeverityFeatureFlawIssue,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" highSeverityDocumentationBugIssue"},{"lineNumber":27,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" const displayedColumns: string[] \u003d [TABLE_COLUMNS.ID, TABLE_COLUMNS.TITLE, TABLE_COLUMNS.ASSIGNEE, TABLE_COLUMNS.LABEL];"},{"lineNumber":29,"author":{"gitId":"-"},"content":" const issueService: IssueService \u003d new IssueService(null, null, null);"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" it(\u0027can filter for issues which are assigned to a specific user\u0027, () \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" searchKey \u003d USER_ANUBHAV.loginId;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([mediumSeverityIssueWithAssigneee]);"},{"lineNumber":34,"author":{"gitId":"-"},"content":" });"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" it(\u0027can filter for issues using label\u0027, () \u003d\u003e {"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" searchKey \u003d GITHUB_LABEL_FEATURE_FLAW.name;"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([lowSeverityFeatureFlawIssue]);"},{"lineNumber":39,"author":{"gitId":"-"},"content":" });"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" it(\u0027can filter for issues that contain the search key in any other column\u0027, () \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" // Search by id of issue"},{"lineNumber":43,"author":{"gitId":"-"},"content":" searchKey \u003d mediumSeverityIssueWithResponse.id.toString();"},{"lineNumber":44,"author":{"gitId":"-"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([mediumSeverityIssueWithResponse]);"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" // Search by title of issue"},{"lineNumber":47,"author":{"gitId":"-"},"content":" searchKey \u003d mediumSeverityIssueWithAssigneee.title;"},{"lineNumber":48,"author":{"gitId":"-"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([mediumSeverityIssueWithAssigneee]);"},{"lineNumber":49,"author":{"gitId":"-"},"content":" });"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":9,"-":42}},{"path":"tests/constants/data.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { UserRole } from \u0027../../src/app/core/models/user.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"export const csvString \u003d"},{"lineNumber":4,"author":{"gitId":"-"},"content":" `"},{"lineNumber":5,"author":{"gitId":"-"},"content":"role,name,team"},{"lineNumber":6,"author":{"gitId":"-"},"content":"student,JunWei96,CS2103T-W12-3"},{"lineNumber":7,"author":{"gitId":"-"},"content":"admin,damithc,"},{"lineNumber":8,"author":{"gitId":"-"},"content":"tutor,anubh-v,CS2103T-W12-3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"admin,geshuming,"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"tutor,jj-lim,CS2103T-W12-3"},{"lineNumber":12,"author":{"gitId":"-"},"content":"tutor,jj-lim,CS2103T-W12-3"},{"lineNumber":13,"author":{"gitId":"-"},"content":"tutor,jj-lim,CS2103T-W12-4"},{"lineNumber":14,"author":{"gitId":"-"},"content":"tutor,q ,CS2103T-W12-4"},{"lineNumber":15,"author":{"gitId":"-"},"content":"student,003-samuel,CS2103T-W12-3"},{"lineNumber":16,"author":{"gitId":"-"},"content":"student,damithc,CS2103T-W12-3"},{"lineNumber":17,"author":{"gitId":"-"},"content":"student,RonakLakhotia,CS2103T-W12-4"},{"lineNumber":18,"author":{"gitId":"-"},"content":"student,ptvrajsk,CS2103T-W12-3` + ` `;"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"// jsonData is a json representation of csvString"},{"lineNumber":21,"author":{"gitId":"-"},"content":"export const jsonData \u003d {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" roles: {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" students: {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" junwei96: \u0027true\u0027,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u0027003-samuel\u0027: \u0027true\u0027,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" damithc: \u0027true\u0027,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" ronaklakhotia: \u0027true\u0027,"},{"lineNumber":28,"author":{"gitId":"-"},"content":" ptvrajsk: \u0027true\u0027"},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" tutors: { \u0027anubh-v\u0027: \u0027true\u0027, \u0027jj-lim\u0027: \u0027true\u0027, q: \u0027true\u0027 },"},{"lineNumber":31,"author":{"gitId":"-"},"content":" admins: { damithc: \u0027true\u0027, geshuming: \u0027true\u0027 }"},{"lineNumber":32,"author":{"gitId":"-"},"content":" },"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u0027team-structure\u0027: {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u0027CS2103T-W12-3\u0027: {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" junwei96: \u0027JunWei96\u0027,"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u0027003-samuel\u0027: \u0027003-samuel\u0027,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" damithc: \u0027damithc\u0027,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" ptvrajsk: \u0027ptvrajsk\u0027"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u0027CS2103T-W12-4\u0027: { ronaklakhotia: \u0027RonakLakhotia\u0027 }"},{"lineNumber":41,"author":{"gitId":"-"},"content":" },"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u0027students-allocation\u0027: {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" junwei96: { teamId: \u0027CS2103T-W12-3\u0027 },"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u0027003-samuel\u0027: { teamId: \u0027CS2103T-W12-3\u0027 },"},{"lineNumber":45,"author":{"gitId":"-"},"content":" damithc: { teamId: \u0027CS2103T-W12-3\u0027 },"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ronaklakhotia: { teamId: \u0027CS2103T-W12-4\u0027 },"},{"lineNumber":47,"author":{"gitId":"-"},"content":" ptvrajsk: { teamId: \u0027CS2103T-W12-3\u0027 }"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u0027tutors-allocation\u0027: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u0027anubh-v\u0027: { \u0027CS2103T-W12-3\u0027: \u0027true\u0027 },"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u0027jj-lim\u0027: { \u0027CS2103T-W12-3\u0027: \u0027true\u0027, \u0027CS2103T-W12-4\u0027: \u0027true\u0027 },"},{"lineNumber":52,"author":{"gitId":"-"},"content":" q: { \u0027CS2103T-W12-4\u0027: \u0027true\u0027 }"},{"lineNumber":53,"author":{"gitId":"-"},"content":" },"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u0027admins-allocation\u0027: { damithc: {}, geshuming: {} }"},{"lineNumber":55,"author":{"gitId":"-"},"content":"};"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"export const USER_JUNWEI \u003d {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" loginId: \u0027JunWei96\u0027,"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Student"},{"lineNumber":60,"author":{"gitId":"-"},"content":"};"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"export const USER_ANUBHAV \u003d {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" loginId: \u0027anubh-v\u0027,"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Student"},{"lineNumber":65,"author":{"gitId":"-"},"content":"};"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":"export const USER_Q \u003d {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" loginId: \u0027q\u0027,"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Tutor"},{"lineNumber":70,"author":{"gitId":"-"},"content":"};"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":"export const USER_SHUMING \u003d {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" loginId: \u0027geshuming\u0027,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" role: UserRole.Admin,"},{"lineNumber":75,"author":{"gitId":"-"},"content":" allocatedTeams: []"},{"lineNumber":76,"author":{"gitId":"-"},"content":"};"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"export const USER_WITH_TWO_ROLES \u003d {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" loginId: \u0027damithc\u0027,"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Admin"},{"lineNumber":81,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":4,"-":77}},{"path":"tests/constants/error.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"import { HttpErrorResponse } from \u0027@angular/common/http\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":"import { RequestError } from \u0027@octokit/request-error\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":4,"author":{"gitId":"MadLamprey"},"content":"export const STANDARD_ERROR \u003d new Error(\u0027This is a normal error\u0027);"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":"export const ERROR_WITH_NO_MESSAGE \u003d new Error();"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_304_ERROR \u003d new HttpErrorResponse({ status: 304 });"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_422_ERROR \u003d new HttpErrorResponse({ status: 422 });"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":12,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_500_ERROR \u003d new HttpErrorResponse({ status: 500 });"},{"lineNumber":13,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_400_ERROR \u003d new HttpErrorResponse({ status: 400 });"},{"lineNumber":15,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_401_ERROR \u003d new HttpErrorResponse({ status: 401 });"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_404_ERROR \u003d new HttpErrorResponse({ status: 404 });"},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_UNKNOWN_ERROR \u003d new HttpErrorResponse({ status: 999 });"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":"export const OCTOKIT_REQUEST_ERROR \u003d new RequestError(\u0027This is an octokit request error\u0027, 400, {"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" request: { method: \u0027GET\u0027, url: \u0027\u0027, headers: {} }"},{"lineNumber":24,"author":{"gitId":"MadLamprey"},"content":"});"}],"authorContributionMap":{"MadLamprey":24}},{"path":"tests/constants/githubissue.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { IssueState, IssueStateReason } from \u0027../../graphql/graphql-types\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027../../src/app/core/models/github/github-issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { GithubLabel } from \u0027../../src/app/core/models/github/github-label.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { USER_ANUBHAV } from \u0027./data.constants\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { EMPTY_TEAM_RESPONSE } from \u0027./githubcomment.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" GITHUB_LABEL_DOCUMENTATION_BUG,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" GITHUB_LABEL_FEATURE_FLAW,"},{"lineNumber":9,"author":{"gitId":"-"},"content":" GITHUB_LABEL_FUNCTIONALITY_BUG,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" GITHUB_LABEL_HIGH_SEVERITY,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" GITHUB_LABEL_LOW_SEVERITY,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" GITHUB_LABEL_MEDIUM_SEVERITY,"},{"lineNumber":13,"author":{"gitId":"-"},"content":" GITHUB_LABEL_TEAM_LABEL,"},{"lineNumber":14,"author":{"gitId":"-"},"content":" GITHUB_LABEL_TUTORIAL_LABEL"},{"lineNumber":15,"author":{"gitId":"-"},"content":"} from \u0027./githublabel.constants\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"const randomId: () \u003d\u003e string \u003d () \u003d\u003e {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" return Math.floor(Math.random() * 1000000000).toString();"},{"lineNumber":19,"author":{"gitId":"-"},"content":"};"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"const randomIssueNumber: () \u003d\u003e number \u003d () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" return Math.round(Math.random() * 1000);"},{"lineNumber":23,"author":{"gitId":"-"},"content":"};"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"const randomISODate: (startDate?: Date, endDate?: Date) \u003d\u003e string \u003d ("},{"lineNumber":26,"author":{"gitId":"-"},"content":" startDate: Date \u003d new Date(2020, 1, 1),"},{"lineNumber":27,"author":{"gitId":"-"},"content":" endDate: Date \u003d new Date()"},{"lineNumber":28,"author":{"gitId":"-"},"content":") \u003d\u003e {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" return new Date(startDate.getTime() + Math.random() * (startDate.getTime() - endDate.getTime())).toISOString();"},{"lineNumber":30,"author":{"gitId":"-"},"content":"};"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"const USER_ANUBHAV_DETAILS \u003d {"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" login: USER_ANUBHAV.loginId"},{"lineNumber":34,"author":{"gitId":"-"},"content":"};"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":"export const MILESTONE_ONE \u003d {"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" number: \u00271\u0027,"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" title: \u0027Milestone 1\u0027,"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" state: \u0027Open\u0027"},{"lineNumber":40,"author":{"gitId":"-"},"content":"};"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_EMPTY_DESCRIPTION \u003d new GithubIssue({"},{"lineNumber":43,"author":{"gitId":"-"},"content":" id: \u0027574085971\u0027,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" number: 92,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":46,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" created_at: \u00272020-03-02T16:19:02Z\u0027,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":49,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" updated_at: \u00272020-03-13T13:37:32Z\u0027,"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/92\u0027,"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":"});"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":"export const CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION \u003d new GithubIssue({"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" id: \u0027574085971\u0027,"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" number: 92,"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" assignees: [],"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" body: \u0027\u0027,"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272020-03-02T16:19:02Z\u0027,"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" state: IssueState.Closed,"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" stateReason: IssueStateReason.Completed,"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272020-03-13T13:37:32Z\u0027,"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u00272020-03-22T15:37:32Z\u0027,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/92\u0027,"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":80,"author":{"gitId":"-"},"content":"});"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":"export const ISSUE_UPDATED_EARLIER \u003d new GithubIssue({"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" id: \u0027000000001\u0027,"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" number: 1,"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" assignees: [],"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" body: \u0027\u0027,"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272020-09-02T16:19:02Z\u0027,"},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" state: IssueState.Open,"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272020-09-03T13:37:32Z\u0027,"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/93\u0027,"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":"});"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":"export const ISSUE_UPDATED_LATER \u003d new GithubIssue({"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" id: \u0027000000002\u0027,"},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" number: 2,"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" assignees: [],"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" body: \u0027\u0027,"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272020-10-02T16:19:02Z\u0027,"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" state: IssueState.Open,"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272020-10-22T13:37:32Z\u0027,"},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/94\u0027,"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":120,"author":{"gitId":"-"},"content":"});"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY \u003d new GithubIssue({"},{"lineNumber":123,"author":{"gitId":"-"},"content":" id: \u0027384830567\u0027,"},{"lineNumber":124,"author":{"gitId":"-"},"content":" number: 130,"},{"lineNumber":125,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":126,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" created_at: \u00272020-03-02T16:19:02Z\u0027,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FEATURE_FLAW, GITHUB_LABEL_LOW_SEVERITY],"},{"lineNumber":129,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":130,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":131,"author":{"gitId":"-"},"content":" title: \u0027App is sometimes slow\u0027,"},{"lineNumber":132,"author":{"gitId":"-"},"content":" updated_at: \u00272020-03-13T13:37:32Z\u0027,"},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":134,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/130\u0027,"},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":139,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":140,"author":{"gitId":"-"},"content":"});"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY \u003d new GithubIssue({"},{"lineNumber":143,"author":{"gitId":"-"},"content":" id: \u0027573957398\u0027,"},{"lineNumber":144,"author":{"gitId":"-"},"content":" number: 32,"},{"lineNumber":145,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":146,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":147,"author":{"gitId":"-"},"content":" created_at: \u00272010-03-12T19:12:02Z\u0027,"},{"lineNumber":148,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_DOCUMENTATION_BUG, GITHUB_LABEL_HIGH_SEVERITY],"},{"lineNumber":149,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":150,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":151,"author":{"gitId":"-"},"content":" title: \u0027Too many typos\u0027,"},{"lineNumber":152,"author":{"gitId":"-"},"content":" updated_at: \u00272012-03-12T19:12:02Z\u0027,"},{"lineNumber":153,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":154,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/130\u0027,"},{"lineNumber":155,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":156,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":157,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":159,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":160,"author":{"gitId":"-"},"content":"});"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"NereusWB922"},"content":"export const ISSUE_WITHOUT_MILESTONE \u003d new GithubIssue({"},{"lineNumber":163,"author":{"gitId":"NereusWB922"},"content":" id: \u0027573957398\u0027,"},{"lineNumber":164,"author":{"gitId":"NereusWB922"},"content":" number: 32,"},{"lineNumber":165,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":166,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":167,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272010-03-12T19:12:02Z\u0027,"},{"lineNumber":168,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_DOCUMENTATION_BUG, GITHUB_LABEL_HIGH_SEVERITY],"},{"lineNumber":169,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":170,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":171,"author":{"gitId":"NereusWB922"},"content":" title: \u0027Too many typos\u0027,"},{"lineNumber":172,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272012-03-12T19:12:02Z\u0027,"},{"lineNumber":173,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":174,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/130\u0027,"},{"lineNumber":175,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":176,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":177,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":178,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":179,"author":{"gitId":"-"},"content":"});"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_ASSIGNEES \u003d new GithubIssue({"},{"lineNumber":182,"author":{"gitId":"-"},"content":" id: \u0027551732011\u0027,"},{"lineNumber":183,"author":{"gitId":"-"},"content":" number: 91,"},{"lineNumber":184,"author":{"gitId":"NereusWB922"},"content":" assignees: [USER_ANUBHAV_DETAILS],"},{"lineNumber":185,"author":{"gitId":"-"},"content":" body: \u0027Screen freezes every few minutes\u0027,"},{"lineNumber":186,"author":{"gitId":"-"},"content":" created_at: \u00272020-01-18T07:01:45Z\u0027,"},{"lineNumber":187,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":188,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":189,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":190,"author":{"gitId":"-"},"content":" title: \u0027Screen freezes\u0027,"},{"lineNumber":191,"author":{"gitId":"-"},"content":" updated_at: \u00272020-03-02T12:50:02Z\u0027,"},{"lineNumber":192,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":193,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/91\u0027,"},{"lineNumber":194,"author":{"gitId":"-"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":195,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":196,"author":{"gitId":"NereusWB922"},"content":" comments: [EMPTY_TEAM_RESPONSE],"},{"lineNumber":197,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":199,"author":{"gitId":"-"},"content":"});"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"export const generateIssueWithRandomData: () \u003d\u003e GithubIssue \u003d () \u003d\u003e {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" const created_and_updated_date: string \u003d randomISODate();"},{"lineNumber":203,"author":{"gitId":"-"},"content":" const issueNumber: number \u003d randomIssueNumber();"},{"lineNumber":204,"author":{"gitId":"-"},"content":" const severityLabels: GithubLabel[] \u003d [GITHUB_LABEL_LOW_SEVERITY, GITHUB_LABEL_MEDIUM_SEVERITY, GITHUB_LABEL_HIGH_SEVERITY];"},{"lineNumber":205,"author":{"gitId":"-"},"content":" const typeLabels: GithubLabel[] \u003d [GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_FEATURE_FLAW, GITHUB_LABEL_DOCUMENTATION_BUG];"},{"lineNumber":206,"author":{"gitId":"-"},"content":" return new GithubIssue({"},{"lineNumber":207,"author":{"gitId":"-"},"content":" id: randomId(),"},{"lineNumber":208,"author":{"gitId":"-"},"content":" number: issueNumber,"},{"lineNumber":209,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":210,"author":{"gitId":"-"},"content":" comments: [],"},{"lineNumber":211,"author":{"gitId":"-"},"content":" body: `Issue No.: ${issueNumber}\\nSample Content.`,"},{"lineNumber":212,"author":{"gitId":"-"},"content":" created_at: created_and_updated_date,"},{"lineNumber":213,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, typeLabels[issueNumber % 3], severityLabels[issueNumber % 3]],"},{"lineNumber":214,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":215,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":216,"author":{"gitId":"-"},"content":" title: `Random Issue: ${issueNumber}`,"},{"lineNumber":217,"author":{"gitId":"-"},"content":" updated_at: created_and_updated_date,"},{"lineNumber":218,"author":{"gitId":"-"},"content":" url: `https://api.github.com/repos/CATcher-org/pe-results/issues/${issueNumber}`,"},{"lineNumber":219,"author":{"gitId":"-"},"content":" user: USER_ANUBHAV_DETAILS"},{"lineNumber":220,"author":{"gitId":"-"},"content":" });"},{"lineNumber":221,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":99,"-":122}},{"path":"tests/constants/githublabel.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { GithubLabel } from \u0027../../src/app/core/models/github/github-label.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_FUNCTIONALITY_BUG \u003d {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" color: \u00279900cc\u0027,"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" name: \u0027type.FunctionalityBug\u0027"},{"lineNumber":6,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_FEATURE_FLAW \u003d {"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" color: \u0027d966ff\u0027,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" name: \u0027type.FeatureFlaw\u0027"},{"lineNumber":11,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_DOCUMENTATION_BUG \u003d {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" color: \u0027d966ff\u0027,"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" name: \u0027type.DocumentationBug\u0027"},{"lineNumber":16,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_LOW_SEVERITY \u003d {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" color: \u0027ffcccc\u0027,"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" name: \u0027severity.Low\u0027"},{"lineNumber":21,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_HIGH_SEVERITY \u003d {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" color: \u0027ff6666\u0027,"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" name: \u0027severity.High\u0027"},{"lineNumber":26,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_MEDIUM_SEVERITY \u003d {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" color: \u0027ff9999\u0027,"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" name: \u0027severity.Medium\u0027"},{"lineNumber":31,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_TUTORIAL_LABEL \u003d {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" color: \u0027c2e0c6\u0027,"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" name: \u0027tutorial.CS2103T-W12\u0027"},{"lineNumber":36,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_TEAM_LABEL \u003d {"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" color: \u0027d4c5f9\u0027,"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" name: \u0027team.3\u0027"},{"lineNumber":41,"author":{"gitId":"-"},"content":"} as GithubLabel;"}],"authorContributionMap":{"NereusWB922":13,"-":28}},{"path":"tests/constants/label.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { SimpleLabel } from \u0027../../src/app/core/models/label.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"// Label name constants"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_VERY_LOW \u003d \u0027veryLow\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_LOW \u003d \u0027low\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_MEDIUM \u003d \u0027medium\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_HIGH \u003d \u0027high\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"// Label category constants"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export const CATEGORY_SEVERITY \u003d \u0027severity\u0027;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"// Label name constants"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_VERY_LOW \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_VERY_LOW;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_LOW \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_LOW;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_MEDIUM \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_MEDIUM;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_HIGH \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_HIGH;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"// Label definition constants"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_VERY_LOW \u003d"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that is \u003cmark\u003epurely cosmetic\u003c/mark\u003e and \u003cmark\u003edoes not affect usage\u003c/mark\u003e. For example, \u0027 +"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cul\u003e\u0027 +"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003etypo issues\u003c/li\u003e\u0027 +"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003espacing issues\u003c/li\u003e\u0027 +"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003elayout issues\u003c/li\u003e\u0027 +"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003ecolor issues\u003c/li\u003e\u0027 +"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003efont issues\u003c/li\u003e\u0027 +"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003c/ul\u003e\u0027 +"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" \"in the docs or the UI that doesn\u0027t affect usage.\u003c/p\u003e\";"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_LOW \u003d"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that is unlikely to affect normal operations of the product. \u0027 +"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" \u0027Appears only in very rare situations and causes a minor inconvenience only.\u003c/p\u003e\u0027;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_MEDIUM \u003d"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that causes occasional inconvenience to some users but they can \u0027 + \u0027continue to use the product.\u003c/p\u003e\u0027;"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_HIGH \u003d"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that affects most users and causes major problems for users.\u0027 + \u0027i.e., makes the product almost unusable for most users.\u003c/p\u003e\u0027;"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"// Label color constants"},{"lineNumber":38,"author":{"gitId":"-"},"content":"export const COLOR_BLACK \u003d \u0027000000\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"export const COLOR_WHITE \u003d \u0027ffffff\u0027;"},{"lineNumber":40,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_VERY_LOW \u003d \u0027ffe0e0\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_LOW \u003d \u0027ffcccc\u0027;"},{"lineNumber":42,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_MEDIUM \u003d \u0027ff9999\u0027;"},{"lineNumber":43,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_HIGH \u003d \u0027ff6666\u0027;"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"// CSS style constants"},{"lineNumber":46,"author":{"gitId":"-"},"content":"export const DARK_BG_LIGHT_TEXT \u003d {"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u0027background-color\u0027: `#${COLOR_BLACK}`,"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" color: `#${COLOR_WHITE}`"},{"lineNumber":49,"author":{"gitId":"-"},"content":"};"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"export const LIGHT_BG_DARK_TEXT \u003d {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u0027background-color\u0027: `#${COLOR_WHITE}`,"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" color: `#${COLOR_BLACK}`"},{"lineNumber":54,"author":{"gitId":"-"},"content":"};"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_LABELS \u003d ["},{"lineNumber":57,"author":{"gitId":"-"},"content":" {"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_VERY_LOW,"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" color: COLOR_SEVERITY_VERY_LOW,"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_VERY_LOW"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"-"},"content":" {"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_LOW,"},{"lineNumber":64,"author":{"gitId":"-"},"content":" color: COLOR_SEVERITY_LOW,"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_LOW"},{"lineNumber":66,"author":{"gitId":"-"},"content":" },"},{"lineNumber":67,"author":{"gitId":"-"},"content":" {"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_MEDIUM,"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" color: COLOR_SEVERITY_MEDIUM,"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_MEDIUM"},{"lineNumber":71,"author":{"gitId":"-"},"content":" },"},{"lineNumber":72,"author":{"gitId":"-"},"content":" {"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_HIGH,"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" color: COLOR_SEVERITY_HIGH,"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_HIGH"},{"lineNumber":76,"author":{"gitId":"-"},"content":" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":"];"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_SIMPLE_LABELS: SimpleLabel[] \u003d SEVERITY_LABELS.map((label) \u003d\u003e ({"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" name: label.name,"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" color: label.color"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":"}));"}],"authorContributionMap":{"NereusWB922":49,"-":33}},{"path":"tests/constants/session.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Repo } from \u0027../../src/app/core/models/repo.model\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { SessionData, SessionRepo } from \u0027../../src/app/core/models/session.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../src/app/core/models/view.model\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"export const WATCHER_REPO: Repo \u003d Repo.of(\u0027CATcher-org/WATcher\u0027);"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export const CATCHER_REPO: Repo \u003d Repo.of(\u0027CATcher-org/CATcher\u0027);"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"const ISSUES_VIEWER_SESSION_REPO: SessionRepo \u003d {"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" view: View.issuesViewer,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" repos: [WATCHER_REPO]"},{"lineNumber":11,"author":{"gitId":"-"},"content":"};"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"const ACTIVITY_DASHBOARD_SESSION_REPO: SessionRepo \u003d {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" view: View.activityDashboard,"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" repos: [WATCHER_REPO]"},{"lineNumber":16,"author":{"gitId":"-"},"content":"};"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"export const VALID_SESSION_DATA: SessionData \u003d {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" sessionRepo: [ISSUES_VIEWER_SESSION_REPO, ACTIVITY_DASHBOARD_SESSION_REPO]"},{"lineNumber":20,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":13,"-":7}},{"path":"tests/model/issue.model.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../src/app/core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { Milestone } from \u0027../../src/app/core/models/milestone.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { USER_ANUBHAV } from \u0027../constants/data.constants\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITHOUT_MILESTONE,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" MILESTONE_ONE"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"} from \u0027../constants/githubissue.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_FUNCTIONALITY_BUG,"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_MEDIUM_SEVERITY,"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TEAM_LABEL,"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TUTORIAL_LABEL"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"} from \u0027../constants/githublabel.constants\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"describe(\u0027Issue model class\u0027, () \u003d\u003e {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" describe(\u0027.createPhaseBugReportIssue(githubIssue)\u0027, () \u003d\u003e {"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should correctly create a issue that has an empty description\u0027, async () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" expect(issue.globalId).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.id);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" expect(issue.id).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.number);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" expect(issue.created_at).toEqual(moment(ISSUE_WITH_EMPTY_DESCRIPTION.created_at).format(\u0027lll\u0027));"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" expect(issue.title).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.title);"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" expect(issue.description).toEqual(\u0027No details provided by bug reporter.\u0027);"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" expect(issue.updated_at).toEqual(moment(ISSUE_WITH_EMPTY_DESCRIPTION.updated_at).format(\u0027lll\u0027));"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" expect(issue.closed_at).toEqual(\u0027Invalid date\u0027);"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" expect(issue.milestone).toEqual(new Milestone(MILESTONE_ONE));"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" expect(issue.state).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.state);"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" expect(issue.stateReason).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.stateReason);"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" expect(issue.issueOrPr).toEqual(\u0027Issue\u0027);"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" expect(issue.author).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.user.login);"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" expect(issue.isDraft).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.isDraft);"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" expect(issue.assignees).toEqual([]);"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" expect(issue.labels).toEqual(["},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TEAM_LABEL.name,"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TUTORIAL_LABEL.name,"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_FUNCTIONALITY_BUG.name,"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_MEDIUM_SEVERITY.name"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" ]);"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" expect(issue.githubLabels).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.labels);"},{"lineNumber":45,"author":{"gitId":"-"},"content":" });"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set close date correctly for closed issue\u0027, () \u003d\u003e {"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" expect(issue.closed_at).toEqual(moment(CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION.closed_at).format(\u0027lll\u0027));"},{"lineNumber":51,"author":{"gitId":"-"},"content":" });"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set milestone to default milestone for issue without milestone\u0027, () \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITHOUT_MILESTONE);"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":56,"author":{"gitId":"MadLamprey"},"content":" expect(issue.milestone).toEqual(Milestone.IssueWithoutMilestone);"},{"lineNumber":57,"author":{"gitId":"-"},"content":" });"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set assignees correctly for issue with assignees\u0027, () \u003d\u003e {"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" expect(issue.assignees).toEqual([USER_ANUBHAV.loginId]);"},{"lineNumber":63,"author":{"gitId":"-"},"content":" });"},{"lineNumber":64,"author":{"gitId":"-"},"content":" });"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027.updateDescription(description)\u0027, () \u003d\u003e {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" it(\u0027correctly clean strings obtained from users\u0027, () \u003d\u003e {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" const noDetailsFromBugReporter \u003d \u0027No details provided by bug reporter.\u0027;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(\u0027\u0027)).toBe(noDetailsFromBugReporter);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(null)).toBe(noDetailsFromBugReporter);"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":" const typicalDescription \u003d \u0027The app crashes after parsing config files.\u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(typicalDescription)).toBe(typicalDescription + \u0027\\n\\n\u0027);"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" const inputWithSpecialChars \u003d \u0027$%^!@\u0026-_test\u0027;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(inputWithSpecialChars)).toBe(inputWithSpecialChars + \u0027\\n\\n\u0027);"},{"lineNumber":77,"author":{"gitId":"-"},"content":" });"},{"lineNumber":78,"author":{"gitId":"-"},"content":" });"},{"lineNumber":79,"author":{"gitId":"-"},"content":"});"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":"describe(\u0027Issue\u0027, () \u003d\u003e {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" const dummyIssue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":83,"author":{"gitId":"-"},"content":" const otherDummyIssue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":" const noReportedDescriptionString \u003d \u0027No details provided by bug reporter.\\n\u0027;"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":" it(\u0027.createGithubIssueDescription() forms the correct GitHub Issue description for the issue\u0027, () \u003d\u003e {"},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" expect(dummyIssue.createGithubIssueDescription()).toEqual(noReportedDescriptionString);"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" expect(otherDummyIssue.createGithubIssueDescription()).toEqual(`${otherDummyIssue.description}\\n`);"},{"lineNumber":91,"author":{"gitId":"-"},"content":" });"},{"lineNumber":92,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":57,"MadLamprey":1,"-":34}},{"path":"tests/services/error-handling.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"import { ErrorHandlingService } from \u0027../../src/app/core/services/error-handling.service\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":"import { FormErrorComponent } from \u0027../../src/app/shared/error-toasters/form-error/form-error.component\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":"import { GeneralMessageErrorComponent } from \u0027../../src/app/shared/error-toasters/general-message-error/general-message-error.component\u0027;"},{"lineNumber":4,"author":{"gitId":"MadLamprey"},"content":"import {"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":" ERROR_WITH_NO_MESSAGE,"},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":" HTTP_304_ERROR,"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":" HTTP_400_ERROR,"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":" HTTP_401_ERROR,"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":" HTTP_404_ERROR,"},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":" HTTP_422_ERROR,"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":" HTTP_500_ERROR,"},{"lineNumber":12,"author":{"gitId":"MadLamprey"},"content":" HTTP_UNKNOWN_ERROR,"},{"lineNumber":13,"author":{"gitId":"MadLamprey"},"content":" OCTOKIT_REQUEST_ERROR,"},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":" STANDARD_ERROR"},{"lineNumber":15,"author":{"gitId":"MadLamprey"},"content":"} from \u0027../constants/error.constants\u0027;"},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":"let errorHandlingService: ErrorHandlingService;"},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":"let mockLoggingService;"},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":"let mockSnackBar;"},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":"describe(\u0027ErrorHandlingService\u0027, () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" mockLoggingService \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027error\u0027, \u0027debug\u0027]);"},{"lineNumber":24,"author":{"gitId":"MadLamprey"},"content":" mockSnackBar \u003d jasmine.createSpyObj(\u0027MatSnackBar\u0027, [\u0027openFromComponent\u0027]);"},{"lineNumber":25,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService \u003d new ErrorHandlingService(mockSnackBar, mockLoggingService);"},{"lineNumber":26,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":27,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":28,"author":{"gitId":"MadLamprey"},"content":" describe(\u0027ErrorHandlingService: handleError()\u0027, () \u003d\u003e {"},{"lineNumber":29,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should log errors when handling errors\u0027, () \u003d\u003e {"},{"lineNumber":30,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(STANDARD_ERROR);"},{"lineNumber":31,"author":{"gitId":"MadLamprey"},"content":" expect(mockLoggingService.error).toHaveBeenCalledWith(STANDARD_ERROR);"},{"lineNumber":32,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":33,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":34,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should use the GeneralMessageErrorComponent when handling Errors\u0027, () \u003d\u003e {"},{"lineNumber":35,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(STANDARD_ERROR);"},{"lineNumber":36,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, {"},{"lineNumber":37,"author":{"gitId":"MadLamprey"},"content":" data: { message: STANDARD_ERROR.message }"},{"lineNumber":38,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":39,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":40,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":41,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should stringify Errors if there is no message before displaying\u0027, () \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(ERROR_WITH_NO_MESSAGE);"},{"lineNumber":43,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, {"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" data: { message: JSON.stringify(ERROR_WITH_NO_MESSAGE) }"},{"lineNumber":45,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":46,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":47,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":48,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should not open the snackbar when handling http status 304 errors\u0027, () \u003d\u003e {"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_304_ERROR);"},{"lineNumber":50,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).not.toHaveBeenCalled();"},{"lineNumber":51,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":52,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":53,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should use the FormErrorComponent when handling http status 422 errors\u0027, () \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_422_ERROR);"},{"lineNumber":55,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(FormErrorComponent, { data: HTTP_422_ERROR });"},{"lineNumber":56,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":57,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":58,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should use the GeneralMessageErrorComponent when handling other http errors\u0027, () \u003d\u003e {"},{"lineNumber":59,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_500_ERROR);"},{"lineNumber":60,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_500_ERROR });"},{"lineNumber":61,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_400_ERROR);"},{"lineNumber":62,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_400_ERROR });"},{"lineNumber":63,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_401_ERROR);"},{"lineNumber":64,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_401_ERROR });"},{"lineNumber":65,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_404_ERROR);"},{"lineNumber":66,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_404_ERROR });"},{"lineNumber":67,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_UNKNOWN_ERROR);"},{"lineNumber":68,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_UNKNOWN_ERROR });"},{"lineNumber":69,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledTimes(5);"},{"lineNumber":70,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":71,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":72,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should treat octokit request errors as http errors\u0027, () \u003d\u003e {"},{"lineNumber":73,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(OCTOKIT_REQUEST_ERROR);"},{"lineNumber":74,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: OCTOKIT_REQUEST_ERROR });"},{"lineNumber":75,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":76,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":77,"author":{"gitId":"MadLamprey"},"content":"});"}],"authorContributionMap":{"MadLamprey":77}},{"path":"tests/services/label.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Label } from \u0027../../src/app/core/models/label.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { LabelService } from \u0027../../src/app/core/services/label.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import * as LabelConstant from \u0027../constants/label.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"let labelService: LabelService;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"let labelList: Label[];"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"describe(\u0027LabelService: fetchLabels()\u0027, () \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027fetchAllLabels\u0027]);"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" labelService \u003d new LabelService(githubServiceSpy);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" });"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should fetch labels successfully\u0027, () \u003d\u003e {"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const mockLabels \u003d LabelConstant.SEVERITY_LABELS;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const parsedLabels \u003d labelService.parseLabelData(mockLabels);"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.fetchAllLabels.and.returnValue(of(mockLabels));"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" labelService.fetchLabels().subscribe((response) \u003d\u003e {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" expect(response).toEqual(mockLabels);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" expect(labelService.labels).toEqual(parsedLabels);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" expect(labelService.simpleLabels).toEqual(parsedLabels);"},{"lineNumber":27,"author":{"gitId":"-"},"content":" });"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" expect(githubServiceSpy.fetchAllLabels).toHaveBeenCalled();"},{"lineNumber":30,"author":{"gitId":"-"},"content":" });"},{"lineNumber":31,"author":{"gitId":"-"},"content":"});"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"describe(\u0027LabelService: parseLabelData()\u0027, () \u003d\u003e {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" beforeAll(() \u003d\u003e {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" labelService \u003d new LabelService(null);"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" labelList \u003d labelService.parseLabelData(LabelConstant.SEVERITY_LABELS);"},{"lineNumber":37,"author":{"gitId":"-"},"content":" });"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":" afterAll(() \u003d\u003e {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" labelService \u003d null;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" });"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity very low label\u0027, () \u003d\u003e {"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[0].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_VERY_LOW);"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[0].color).toBe(LabelConstant.COLOR_SEVERITY_VERY_LOW);"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[0].definition).toBe(LabelConstant.DEFINITION_SEVERITY_VERY_LOW);"},{"lineNumber":47,"author":{"gitId":"-"},"content":" });"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity low label\u0027, () \u003d\u003e {"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[1].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_LOW);"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[1].color).toBe(LabelConstant.COLOR_SEVERITY_LOW);"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[1].definition).toBe(LabelConstant.DEFINITION_SEVERITY_LOW);"},{"lineNumber":53,"author":{"gitId":"-"},"content":" });"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity medium label\u0027, () \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[2].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_MEDIUM);"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[2].color).toBe(LabelConstant.COLOR_SEVERITY_MEDIUM);"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[2].definition).toBe(LabelConstant.DEFINITION_SEVERITY_MEDIUM);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity high label\u0027, () \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[3].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_HIGH);"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[3].color).toBe(LabelConstant.COLOR_SEVERITY_HIGH);"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[3].definition).toBe(LabelConstant.DEFINITION_SEVERITY_HIGH);"},{"lineNumber":65,"author":{"gitId":"-"},"content":" });"},{"lineNumber":66,"author":{"gitId":"-"},"content":"});"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"describe(\u0027LabelService: isDarkColor()\u0027, () \u003d\u003e {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" labelService \u003d new LabelService(null);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" });"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":" afterEach(() \u003d\u003e {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" labelService \u003d null;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" });"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"-"},"content":" it(\u0027should be true for dark color\u0027, () \u003d\u003e {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" expect(labelService.isDarkColor(LabelConstant.COLOR_BLACK)).toBeTruthy();"},{"lineNumber":79,"author":{"gitId":"-"},"content":" });"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":" it(\u0027should be false for light color\u0027, () \u003d\u003e {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" expect(labelService.isDarkColor(LabelConstant.COLOR_WHITE)).toBeFalsy();"},{"lineNumber":83,"author":{"gitId":"-"},"content":" });"},{"lineNumber":84,"author":{"gitId":"-"},"content":"});"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":"describe(\u0027LabelService: setLabelStyle()\u0027, () \u003d\u003e {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" labelService \u003d new LabelService(null);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" });"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":" afterEach(() \u003d\u003e {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" labelService \u003d null;"},{"lineNumber":93,"author":{"gitId":"-"},"content":" });"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" it(\u0027should be dark color background with light color text\u0027, () \u003d\u003e {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" expect(labelService.setLabelStyle(LabelConstant.COLOR_BLACK)).toEqual(LabelConstant.DARK_BG_LIGHT_TEXT);"},{"lineNumber":97,"author":{"gitId":"-"},"content":" });"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":" it(\u0027should be light color background with dark color text\u0027, () \u003d\u003e {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" expect(labelService.setLabelStyle(LabelConstant.COLOR_WHITE)).toEqual(LabelConstant.LIGHT_BG_DARK_TEXT);"},{"lineNumber":101,"author":{"gitId":"-"},"content":" });"},{"lineNumber":102,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":34,"-":68}},{"path":"tests/services/milestone.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":"import { Milestone } from \u0027../../src/app/core/models/milestone.model\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":4,"author":{"gitId":"MadLamprey"},"content":"import { MilestoneService } from \u0027../../src/app/core/services/milestone.service\u0027;"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":"let milestoneService: MilestoneService;"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":"describe(\u0027MilestoneService\u0027, () \u003d\u003e {"},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027fetchAllMilestones\u0027]);"},{"lineNumber":12,"author":{"gitId":"MadLamprey"},"content":" milestoneService \u003d new MilestoneService(githubServiceSpy);"},{"lineNumber":13,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":15,"author":{"gitId":"MadLamprey"},"content":" describe(\u0027MilestoneService: fetchMilestones()\u0027, () \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should fetch all milestones\u0027, (done) \u003d\u003e {"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":" const mockMilestones \u003d [{ title: \u0027Milestone 1\u0027 }, { title: \u0027Milestone 2\u0027 }];"},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":" githubServiceSpy.fetchAllMilestones.and.returnValue(of(mockMilestones));"},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":" milestoneService.fetchMilestones().subscribe((response) \u003d\u003e {"},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":" expect(githubServiceSpy.fetchAllMilestones).toHaveBeenCalled();"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.milestones.length).toBe(2);"},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.milestones[0].title).toBe(\u0027Milestone 1\u0027);"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.hasNoMilestones).toBeFalse();"},{"lineNumber":24,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":25,"author":{"gitId":"MadLamprey"},"content":" done();"},{"lineNumber":26,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":27,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":28,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":29,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should handle no milestones\u0027, (done) \u003d\u003e {"},{"lineNumber":30,"author":{"gitId":"MadLamprey"},"content":" githubServiceSpy.fetchAllMilestones.and.returnValue(of([]));"},{"lineNumber":31,"author":{"gitId":"MadLamprey"},"content":" milestoneService.fetchMilestones().subscribe((response) \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"MadLamprey"},"content":" expect(githubServiceSpy.fetchAllMilestones).toHaveBeenCalled();"},{"lineNumber":33,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.milestones.length).toBe(0);"},{"lineNumber":34,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.hasNoMilestones).toBeTrue();"},{"lineNumber":35,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":36,"author":{"gitId":"MadLamprey"},"content":" done();"},{"lineNumber":37,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":38,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":39,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":40,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":41,"author":{"gitId":"MadLamprey"},"content":" describe(\u0027MilestoneService: parseMilestoneData()\u0027, () \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should parse milestone data correctly\u0027, () \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"MadLamprey"},"content":" const mockMilestones \u003d [{ title: \u0027Milestone 2\u0027 }, { title: \u0027Milestone 1\u0027 }];"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" const parsedMilestones \u003d milestoneService.parseMilestoneData(mockMilestones);"},{"lineNumber":45,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":46,"author":{"gitId":"MadLamprey"},"content":" for (const milestone of parsedMilestones) {"},{"lineNumber":47,"author":{"gitId":"MadLamprey"},"content":" expect(milestone).toBeInstanceOf(Milestone);"},{"lineNumber":48,"author":{"gitId":"MadLamprey"},"content":" }"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":50,"author":{"gitId":"MadLamprey"},"content":" expect(parsedMilestones.length).toBe(2);"},{"lineNumber":51,"author":{"gitId":"MadLamprey"},"content":" expect(parsedMilestones[0].title).toBe(\u0027Milestone 1\u0027);"},{"lineNumber":52,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":53,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":54,"author":{"gitId":"MadLamprey"},"content":"});"}],"authorContributionMap":{"MadLamprey":54}},{"path":"tests/services/user.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { LoggingService } from \u0027../../src/app/core/services/logging.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../../src/app/core/services/user.service\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { USER_JUNWEI } from \u0027../constants/data.constants\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"let userService: UserService;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"describe(\u0027UserService\u0027, () \u003d\u003e {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" beforeAll(() \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027fetchAuthenticatedUser\u0027]);"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027info\u0027]);"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" userService \u003d new UserService(githubServiceSpy, loggingServiceSpy);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" });"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027createUserModel(loginId)\u0027, () \u003d\u003e {"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should create a user correctly\u0027, async () \u003d\u003e {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const createdUser \u003d await userService.createUserModel(USER_JUNWEI.loginId).toPromise();"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" expect(createdUser).toEqual(USER_JUNWEI);"},{"lineNumber":21,"author":{"gitId":"-"},"content":" });"},{"lineNumber":22,"author":{"gitId":"-"},"content":" });"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027reset()\u0027, () \u003d\u003e {"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set current user as undefined\u0027, async () \u003d\u003e {"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" await userService.createUserModel(USER_JUNWEI.loginId).toPromise();"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" expect(userService.currentUser).toEqual(USER_JUNWEI);"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" userService.reset();"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(\u0027UserService: Clearing current user\u0027);"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" expect(userService.currentUser).toEqual(undefined);"},{"lineNumber":33,"author":{"gitId":"-"},"content":" });"},{"lineNumber":34,"author":{"gitId":"-"},"content":" });"},{"lineNumber":35,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":20,"-":15}},{"path":"tests/services/view.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { STORAGE_KEYS } from \u0027../../src/app/core/constants/storage-keys.constants\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { Repo } from \u0027../../src/app/core/models/repo.model\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../src/app/core/models/view.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { ErrorMessageService } from \u0027../../src/app/core/services/error-message.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { LoggingService } from \u0027../../src/app/core/services/logging.service\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { RepoUrlCacheService } from \u0027../../src/app/core/services/repo-url-cache.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../../src/app/core/services/view.service\u0027;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"import { CATCHER_REPO, WATCHER_REPO } from \u0027../constants/session.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"let viewService: ViewService;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"let repoUrlCacheServiceSpy: jasmine.SpyObj\u003cRepoUrlCacheService\u003e;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":"let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"let routerSpy: jasmine.SpyObj\u003cRouter\u003e;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"let activatedRouteSpy: jasmine.SpyObj\u003cActivatedRoute\u003e;"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"describe(\u0027ViewService\u0027, () \u003d\u003e {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027isRepositoryPresent\u0027, \u0027storeViewDetails\u0027]);"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" activatedRouteSpy \u003d jasmine.createSpyObj(\u0027ActivatedRoute\u0027, [\u0027snapshot\u0027]);"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" routerSpy \u003d jasmine.createSpyObj(\u0027Router\u0027, [\u0027navigate\u0027]);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" repoUrlCacheServiceSpy \u003d jasmine.createSpyObj(\u0027RepoUrlCacheService\u0027, [\u0027cache\u0027]);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027info\u0027]);"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" viewService \u003d new ViewService(githubServiceSpy, repoUrlCacheServiceSpy, loggingServiceSpy, activatedRouteSpy, routerSpy);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" });"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027setRepository(Repo, Repo[])\u0027, () \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set the current repositories and update session data\u0027, () \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" const repos: Repo[] \u003d [CATCHER_REPO];"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO, repos);"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentRepo).toEqual(WATCHER_REPO);"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.otherRepos).toEqual(repos);"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" const currentSessionRepo \u003d viewService.sessionData.sessionRepo.find((x) \u003d\u003e x.view \u003d\u003d\u003d viewService.currentView);"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" expect(currentSessionRepo?.repos).toEqual([WATCHER_REPO, CATCHER_REPO]);"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should store view details via githubService and update localStorage\u0027, () \u003d\u003e {"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" const localStorageSetItem \u003d spyOn(localStorage, \u0027setItem\u0027);"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO);"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" expect(githubServiceSpy.storeViewDetails).toHaveBeenCalledWith(WATCHER_REPO.owner, WATCHER_REPO.name);"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" expect(localStorageSetItem).toHaveBeenCalledWith(\u0027sessionData\u0027, JSON.stringify(viewService.sessionData));"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should navigate to the new repository\u0027, () \u003d\u003e {"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO);"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" expect(routerSpy.navigate).toHaveBeenCalledWith([\u0027issuesViewer\u0027], {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" queryParams: { repo: WATCHER_REPO.toString() },"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":60,"author":{"gitId":"-"},"content":" });"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027changeRepositoryIfValid(Repo)\u0027, () \u003d\u003e {"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set isChangingRepo to true at the start and false at the end\u0027, async () \u003d\u003e {"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(true));"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" const isChangingRepoNextSpy \u003d spyOn(viewService.isChangingRepo, \u0027next\u0027);"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" spyOn(viewService, \u0027setRepository\u0027);"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" await viewService.changeRepositoryIfValid(WATCHER_REPO);"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" expect(isChangingRepoNextSpy.calls.first().args[0]).toBe(true);"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" expect(isChangingRepoNextSpy.calls.mostRecent().args[0]).toBe(false);"},{"lineNumber":74,"author":{"gitId":"-"},"content":" });"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error if repository is not valid\u0027, async () \u003d\u003e {"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(false));"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" await expectAsync(viewService.changeRepositoryIfValid(WATCHER_REPO)).toBeRejectedWithError("},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" ErrorMessageService.repositoryNotPresentMessage()"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":82,"author":{"gitId":"-"},"content":" });"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set and navigate to new repo if repo is valid\u0027, async () \u003d\u003e {"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(true));"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" const repoChanged$Spy \u003d spyOn(viewService.repoChanged$, \u0027next\u0027);"},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" await viewService.changeRepositoryIfValid(WATCHER_REPO);"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(`ViewService: Changing current repository to \u0027${WATCHER_REPO}\u0027`);"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentRepo).toEqual(WATCHER_REPO);"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" expect(routerSpy.navigate).toHaveBeenCalledWith([\u0027issuesViewer\u0027], {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" queryParams: { repo: WATCHER_REPO.toString() },"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" expect(repoUrlCacheServiceSpy.cache).toHaveBeenCalledWith(WATCHER_REPO.toString());"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" expect(repoChanged$Spy).toHaveBeenCalledWith(WATCHER_REPO);"},{"lineNumber":99,"author":{"gitId":"-"},"content":" });"},{"lineNumber":100,"author":{"gitId":"-"},"content":" });"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027initializeCurrentRepository()\u0027, () \u003d\u003e {"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" const org \u003d WATCHER_REPO.owner;"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" const repoName \u003d WATCHER_REPO.name;"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" const localStorageGetItemSpy \u003d spyOn(window.localStorage, \u0027getItem\u0027);"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" localStorageGetItemSpy.withArgs(STORAGE_KEYS.ORG).and.returnValue(org);"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" localStorageGetItemSpy.withArgs(STORAGE_KEYS.DATA_REPO).and.returnValue(repoName);"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set and navigate to new repo if repo is valid\u0027, async () \u003d\u003e {"},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(true));"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" const repoSetSourceNext \u003d spyOn(viewService.repoSetSource, \u0027next\u0027);"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" await viewService.initializeCurrentRepository();"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(`ViewService: Repo is ${WATCHER_REPO}`);"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentRepo).toEqual(WATCHER_REPO);"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" expect(routerSpy.navigate).toHaveBeenCalledWith([\u0027issuesViewer\u0027], {"},{"lineNumber":122,"author":{"gitId":"NereusWB922"},"content":" queryParams: { repo: WATCHER_REPO.toString() },"},{"lineNumber":123,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":124,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":" expect(repoSetSourceNext).toHaveBeenCalledWith(true);"},{"lineNumber":126,"author":{"gitId":"-"},"content":" });"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error if repository is invalid\u0027, async () \u003d\u003e {"},{"lineNumber":129,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(false));"},{"lineNumber":130,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":131,"author":{"gitId":"NereusWB922"},"content":" await expectAsync(viewService.initializeCurrentRepository()).toBeRejectedWithError(ErrorMessageService.repositoryNotPresentMessage());"},{"lineNumber":132,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":134,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027changeView(View)\u0027, () \u003d\u003e {"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set current view\u0027, () \u003d\u003e {"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO);"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":139,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentView).toEqual(View.issuesViewer);"},{"lineNumber":140,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":141,"author":{"gitId":"NereusWB922"},"content":" viewService.changeView(View.activityDashboard);"},{"lineNumber":142,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":143,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentView).toEqual(View.activityDashboard);"},{"lineNumber":144,"author":{"gitId":"-"},"content":" });"},{"lineNumber":145,"author":{"gitId":"-"},"content":" });"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":" describe(\u0027.reset()\u0027, () \u003d\u003e {"},{"lineNumber":148,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should reset the currentView of the ViewService\u0027, () \u003d\u003e {"},{"lineNumber":149,"author":{"gitId":"NereusWB922"},"content":" viewService.currentView \u003d View.activityDashboard;"},{"lineNumber":150,"author":{"gitId":"NereusWB922"},"content":" viewService.reset();"},{"lineNumber":151,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentView).toBe(View.issuesViewer);"},{"lineNumber":152,"author":{"gitId":"-"},"content":" });"},{"lineNumber":153,"author":{"gitId":"-"},"content":" });"},{"lineNumber":154,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":155,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027setupFromUrl(url)\u0027, () \u003d\u003e {"},{"lineNumber":156,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set items in local storage if url is valid\u0027, async () \u003d\u003e {"},{"lineNumber":157,"author":{"gitId":"NereusWB922"},"content":" const validUrl \u003d `/issuesViewer?repo\u003d${WATCHER_REPO.owner}%2F${WATCHER_REPO.name}`;"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" const localStorageSetItemSpy \u003d spyOn(window.localStorage, \u0027setItem\u0027);"},{"lineNumber":159,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":160,"author":{"gitId":"NereusWB922"},"content":" await viewService.setupFromUrl(validUrl).toPromise();"},{"lineNumber":161,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":162,"author":{"gitId":"NereusWB922"},"content":" expect(localStorageSetItemSpy).toHaveBeenCalledWith(STORAGE_KEYS.ORG, WATCHER_REPO.owner);"},{"lineNumber":163,"author":{"gitId":"NereusWB922"},"content":" expect(localStorageSetItemSpy).toHaveBeenCalledWith(STORAGE_KEYS.DATA_REPO, WATCHER_REPO.name);"},{"lineNumber":164,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":165,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":166,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error for url without repo paramater\u0027, (done) \u003d\u003e {"},{"lineNumber":167,"author":{"gitId":"NereusWB922"},"content":" const urlWithoutRepo \u003d \u0027/issuesViewer\u0027;"},{"lineNumber":168,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":169,"author":{"gitId":"NereusWB922"},"content":" viewService.setupFromUrl(urlWithoutRepo).subscribe({"},{"lineNumber":170,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e {"},{"lineNumber":171,"author":{"gitId":"NereusWB922"},"content":" expect(err).toEqual(new Error(ErrorMessageService.invalidUrlMessage()));"},{"lineNumber":172,"author":{"gitId":"NereusWB922"},"content":" done();"},{"lineNumber":173,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":174,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":175,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":176,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":177,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error for empty url\u0027, (done) \u003d\u003e {"},{"lineNumber":178,"author":{"gitId":"NereusWB922"},"content":" const emptyUrl \u003d \u0027\u0027;"},{"lineNumber":179,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":180,"author":{"gitId":"NereusWB922"},"content":" viewService.setupFromUrl(emptyUrl).subscribe({"},{"lineNumber":181,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e {"},{"lineNumber":182,"author":{"gitId":"NereusWB922"},"content":" expect(err).toEqual(new Error(ErrorMessageService.invalidUrlMessage()));"},{"lineNumber":183,"author":{"gitId":"NereusWB922"},"content":" done();"},{"lineNumber":184,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":185,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":186,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":187,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":188,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error for url with invalid repo format\u0027, (done) \u003d\u003e {"},{"lineNumber":189,"author":{"gitId":"NereusWB922"},"content":" const urlWithInvalidRepoFormat \u003d \u0027/issuesViewer?repo\u003dInvalidRepo\u0027;"},{"lineNumber":190,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":191,"author":{"gitId":"NereusWB922"},"content":" viewService.setupFromUrl(urlWithInvalidRepoFormat).subscribe({"},{"lineNumber":192,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e {"},{"lineNumber":193,"author":{"gitId":"NereusWB922"},"content":" expect(err).toEqual(new Error(ErrorMessageService.repositoryNotPresentMessage()));"},{"lineNumber":194,"author":{"gitId":"NereusWB922"},"content":" done();"},{"lineNumber":195,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":196,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":197,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":199,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":175,"-":24}}] +[{"path":"src/app/activity-dashboard/activity-dashboard.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".event-tables-wrapper {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" overflow-x: auto;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":4}},{"path":"src/app/activity-dashboard/activity-dashboard.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cmat-grid-list cols\u003d\"4\" rowHeight\u003d\"80px\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"grid-flush-left\"\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003ch1 class\u003d\"mat-headline\" style\u003d\"margin: 0px\"\u003eActivity\u003c/h1\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"fill\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eStart Date\u003c/mat-label\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cinput matInput [min]\u003d\"startMinDate\" [max]\u003d\"startMaxDate\" [matDatepicker]\u003d\"startPicker\" (dateChange)\u003d\"pickStartDate($event)\" /\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cmat-hint\u003eMM/DD/YYYY\u003c/mat-hint\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cmat-datepicker-toggle matSuffix [for]\u003d\"startPicker\"\u003e\u003c/mat-datepicker-toggle\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003cmat-datepicker startView\u003d\"year\" #startPicker\u003e\u003c/mat-datepicker\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"fill\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eEnd Date\u003c/mat-label\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cinput matInput [min]\u003d\"endMinDate\" [max]\u003d\"endMaxDate\" [matDatepicker]\u003d\"endPicker\" (dateChange)\u003d\"pickEndDate($event)\" /\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cmat-hint\u003eMM/DD/YYYY\u003c/mat-hint\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cmat-datepicker-toggle matSuffix [for]\u003d\"endPicker\"\u003e\u003c/mat-datepicker-toggle\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cmat-datepicker startView\u003d\"year\" #endPicker\u003e\u003c/mat-datepicker\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/mat-grid-list\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":"\u003cdiv class\u003d\"event-tables-wrapper\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003capp-event-tables"},{"lineNumber":33,"author":{"gitId":"-"},"content":" *ngFor\u003d\"let assignee of assignees\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" class\u003d\"issue-table\""},{"lineNumber":35,"author":{"gitId":"-"},"content":" [actor]\u003d\"assignee\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" [columnsToDisplay]\u003d\"this.displayedColumns\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" [expandedColumnsToDisplay]\u003d\"this.expandedColumns\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" [actions]\u003d\"this.actionButtons\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e\u003c/app-event-tables\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"NereusWB922":1,"-":39}},{"path":"src/app/activity-dashboard/activity-dashboard.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, OnInit, QueryList, ViewChildren } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { MatDatepickerInputEvent } from \u0027@angular/material/datepicker\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { GithubUser } from \u0027../core/models/github-user.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../core/services/github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../core/services/githubevent.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { EXPANDED_TABLE_COLUMNS, TABLE_COLUMNS } from \u0027./event-tables/event-tables-columns\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { ACTION_BUTTONS, EventTablesComponent } from \u0027./event-tables/event-tables.component\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":11,"author":{"gitId":"-"},"content":" selector: \u0027app-activity-dashboard\u0027,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" templateUrl: \u0027./activity-dashboard.component.html\u0027,"},{"lineNumber":13,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./activity-dashboard.component.css\u0027]"},{"lineNumber":14,"author":{"gitId":"-"},"content":"})"},{"lineNumber":15,"author":{"gitId":"-"},"content":"export class ActivityDashboardComponent implements OnInit {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" readonly displayedColumns \u003d [TABLE_COLUMNS.DATE_START, TABLE_COLUMNS.ISSUE_COUNT, TABLE_COLUMNS.PR_COUNT, TABLE_COLUMNS.COMMENT_COUNT];"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" readonly expandedColumns \u003d [EXPANDED_TABLE_COLUMNS.TITLE, EXPANDED_TABLE_COLUMNS.DATE];"},{"lineNumber":18,"author":{"gitId":"-"},"content":" readonly actionButtons: ACTION_BUTTONS[] \u003d [ACTION_BUTTONS.VIEW_IN_WEB];"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" startMinDate: Date;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" startMaxDate \u003d moment().endOf(\u0027day\u0027).toDate();"},{"lineNumber":22,"author":{"gitId":"-"},"content":" endMinDate: Date;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" endMaxDate \u003d moment().endOf(\u0027day\u0027).toDate();"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" assignees: GithubUser[];"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" @ViewChildren(EventTablesComponent) tables: QueryList\u003cEventTablesComponent\u003e;"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" constructor(private githubService: GithubService, private githubEventService: GithubEventService) {}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" this.githubEventService.getEvents();"},{"lineNumber":33,"author":{"gitId":"-"},"content":" this.githubService.getUsersAssignable().subscribe((x) \u003d\u003e (this.assignees \u003d x));"},{"lineNumber":34,"author":{"gitId":"-"},"content":" }"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":" pickStartDate(event: MatDatepickerInputEvent\u003cDate\u003e) {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" this.endMinDate \u003d event.value;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" this.tables.forEach((t) \u003d\u003e (t.githubEvents.start \u003d `${event.value}`));"},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" pickEndDate(event: MatDatepickerInputEvent\u003cDate\u003e) {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" this.startMaxDate \u003d event.value;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" this.tables.forEach((t) \u003d\u003e (t.githubEvents.end \u003d `${event.value}`));"},{"lineNumber":44,"author":{"gitId":"-"},"content":" }"},{"lineNumber":45,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":1,"-":44}},{"path":"src/app/activity-dashboard/activity-dashboard.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { CommonModule } from \u0027@angular/common\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { NgModule } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { SharedModule } from \u0027../shared/shared.module\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { ActivityDashboardRoutingModule } from \u0027./activity-dashboard-routing.module\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { ActivityDashboardComponent } from \u0027./activity-dashboard.component\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { EventTablesModule } from \u0027./event-tables/event-tables.module\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { EventWeekDetailsComponent } from \u0027./event-week-details/event-week-details.component\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" declarations: [ActivityDashboardComponent, EventWeekDetailsComponent],"},{"lineNumber":11,"author":{"gitId":"-"},"content":" imports: [CommonModule, SharedModule, ActivityDashboardRoutingModule, EventTablesModule]"},{"lineNumber":12,"author":{"gitId":"-"},"content":"})"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export class ActivityDashboardModule {}"}],"authorContributionMap":{"NereusWB922":2,"-":11}},{"path":"src/app/activity-dashboard/event-tables/event-tables.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".table-container {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" margin: 10px;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" min-width: 400px;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":".actor-card {"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" padding: 10px;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" margin-bottom: 1px;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":".actor-username {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" flex-grow: 1;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" font-size: 15px;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" margin: 0;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" word-break: break-word;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":".avatar-container {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" margin-right: 10px;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":".mat-table {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" /* flex-wrap: wrap; */"},{"lineNumber":27,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":".mat-cell {"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":".mat-header-cell {"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":".mat-header-row {"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" white-space: nowrap;"},{"lineNumber":48,"author":{"gitId":"-"},"content":"}"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":".example-element-row:hover {"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" border: 3px solid rgba(0, 0, 0, 0.514);"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" border-radius: 3px;"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" color: #210749;"},{"lineNumber":54,"author":{"gitId":"-"},"content":"}"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":".example-element-row td {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" border-bottom-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":"}"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":".example-element-detail {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":63,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":64,"author":{"gitId":"-"},"content":"}"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"/* Colour cells */"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":".white {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" background-color: white;"},{"lineNumber":70,"author":{"gitId":"-"},"content":"}"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":".pale-green {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" background-color: palegreen;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":".green {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" background-color: green;"},{"lineNumber":78,"author":{"gitId":"-"},"content":"}"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":".scrollable-container {"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" height: 53vh;"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" overflow: auto;"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" margin-bottom: 2px;"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" scrollbar-width: none;"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" position: relative;"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":".scrollable-container::-webkit-scrollbar {"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" display: none;"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":"/* Ref: https://css-scroll-shadows.vercel.app */"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":".scrollable-container::before {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" position: absolute;"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" z-index: 2;"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" height: 6px;"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" width: 100%;"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":" display: block;"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":".scrollable-container::after {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" position: sticky;"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" z-index: 2;"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" top: 100%;"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" height: 6px;"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" width: 100%;"},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":" display: block;"},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" background-image: linear-gradient(to top, white 66%, transparent);"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":".scrollable-container-wrapper {"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" position: relative;"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":".scrollable-container-wrapper::before {"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":122,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":123,"author":{"gitId":"NereusWB922"},"content":" position: absolute;"},{"lineNumber":124,"author":{"gitId":"NereusWB922"},"content":" z-index: 1;"},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":" top: 0;"},{"lineNumber":126,"author":{"gitId":"NereusWB922"},"content":" left: 0;"},{"lineNumber":127,"author":{"gitId":"NereusWB922"},"content":" right: 0;"},{"lineNumber":128,"author":{"gitId":"NereusWB922"},"content":" height: 5px;"},{"lineNumber":129,"author":{"gitId":"NereusWB922"},"content":" background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.5), transparent);"},{"lineNumber":130,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":131,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":132,"author":{"gitId":"NereusWB922"},"content":".scrollable-container-wrapper::after {"},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" pointer-events: none;"},{"lineNumber":134,"author":{"gitId":"NereusWB922"},"content":" content: \u0027\u0027;"},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" position: absolute;"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" z-index: 1;"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":" bottom: 0;"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":" left: 0;"},{"lineNumber":139,"author":{"gitId":"NereusWB922"},"content":" right: 0;"},{"lineNumber":140,"author":{"gitId":"NereusWB922"},"content":" height: 5px;"},{"lineNumber":141,"author":{"gitId":"NereusWB922"},"content":" background-image: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.5), transparent);"},{"lineNumber":142,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":105,"-":37}},{"path":"src/app/activity-dashboard/event-tables/event-tables.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"table-container\"\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card class\u003d\"actor-card\"\u003e"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" mat-card-avatar"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"this.actor\""},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" class\u003d\"avatar-container\""},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" [ngStyle]\u003d\"{"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" background: \u0027url(\u0027 + this.actor.avatar_url + \u0027)\u0027,"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" \u0027background-size\u0027: \u002740px\u0027"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" }\""},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title class\u003d\"actor-username\"\u003e"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" {{ this.actor !\u003d\u003d undefined ? this.actor.login : \u0027Unknown\u0027 }}"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card-title\u003e"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"scrollable-container-wrapper\"\u003e"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"scrollable-container\"\u003e"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-table [dataSource]\u003d\"this.githubEvents\" matSort multiTemplateDataRows\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"date_start\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e Date \u003c/mat-header-cell\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\"\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" {{ element.date_start }}"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"issue_count\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e Issue # \u003c/mat-header-cell\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\" [ngClass]\u003d\"colorCell(element.issue_count)\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {{ element.issue_count }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"pr_count\"\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e PR # \u003c/mat-header-cell\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\" [ngClass]\u003d\"colorCell(element.pr_count)\"\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" {{ element.pr_count }}"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003cng-container matColumnDef\u003d\"comment_count\"\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cmat-header-cell *matHeaderCellDef mat-sort-header\u003e Comment # \u003c/mat-header-cell\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cmat-cell *matCellDef\u003d\"let element\" [ngClass]\u003d\"colorCell(element.comment_count)\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003cspan (click)\u003d\"$event.stopPropagation()\" style\u003d\"cursor: default\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" {{ element.comment_count }}"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/ng-container\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-header-row *matHeaderRowDef\u003d\"this.columnsToDisplay\"\u003e\u003c/mat-header-row\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cmat-row"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" *matRowDef\u003d\"let eventWeek; columns: this.columnsToDisplay\""},{"lineNumber":59,"author":{"gitId":"-"},"content":" class\u003d\"example-element-row\""},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" (click)\u003d\"openDialog(eventWeek)\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" \u003e\u003c/mat-row\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/mat-table\u003e"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cmat-card *ngIf\u003d\"this.githubEvents.isLoading$ | async\" style\u003d\"display: flex; justify-content: center; align-items: center\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u003c/mat-card\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003cmat-paginator [pageSize]\u003d\"20\" [pageSizeOptions]\u003d\"[10, 20, 50]\"\u003e\u003c/mat-paginator\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"NereusWB922":22,"-":48}},{"path":"src/app/activity-dashboard/event-tables/event-tables.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { animate, state, style, transition, trigger } from \u0027@angular/animations\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { AfterViewInit, Component, Input, OnInit, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { MatDialog } from \u0027@angular/material/dialog\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { MatSort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { GithubUser } from \u0027../../core/models/github-user.model\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { ErrorHandlingService } from \u0027../../core/services/error-handling.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../../core/services/githubevent.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { EventWeekDetailsComponent } from \u0027../event-week-details/event-week-details.component\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { EventWeek } from \u0027../event-week.model\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { GithubEventDataTable } from \u0027./GithubEventDataTable\u0027;"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"import { NoEventsError } from \u0027./no-events-error.model\u0027;"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"export enum ACTION_BUTTONS {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" VIEW_IN_WEB,"},{"lineNumber":17,"author":{"gitId":"-"},"content":" COLLAPSE"},{"lineNumber":18,"author":{"gitId":"-"},"content":"}"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":21,"author":{"gitId":"-"},"content":" selector: \u0027app-event-tables\u0027,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" templateUrl: \u0027./event-tables.component.html\u0027,"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./event-tables.component.css\u0027]"},{"lineNumber":24,"author":{"gitId":"-"},"content":"})"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":27,"author":{"gitId":"-"},"content":" * Angular Table Expandable Rows"},{"lineNumber":28,"author":{"gitId":"-"},"content":" * ref: https://material.angular.io/components/table/examples#table-expandable-rows"},{"lineNumber":29,"author":{"gitId":"-"},"content":" */"},{"lineNumber":30,"author":{"gitId":"-"},"content":"export class EventTablesComponent implements OnInit, AfterViewInit {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" @Input() columnsToDisplay: string[];"},{"lineNumber":32,"author":{"gitId":"-"},"content":" @Input() expandedColumnsToDisplay: string[];"},{"lineNumber":33,"author":{"gitId":"-"},"content":" @Input() actions: ACTION_BUTTONS[];"},{"lineNumber":34,"author":{"gitId":"-"},"content":" @Input() actor?: GithubUser \u003d undefined;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" @Input() filters?: any \u003d undefined;"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":" @ViewChild(MatSort, { static: true }) sort: MatSort;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" @ViewChild(MatPaginator, { static: true }) paginator: MatPaginator;"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":" githubEvents: GithubEventDataTable;"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" public readonly action_buttons \u003d ACTION_BUTTONS;"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" constructor("},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" public githubEventService: GithubEventService,"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" public dialog: MatDialog,"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" private logger: LoggingService,"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" private errorHandling: ErrorHandlingService"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" ) {}"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" this.githubEvents \u003d new GithubEventDataTable(this.githubEventService, this.logger, this.sort, this.paginator, this.actor, this.filters);"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" setTimeout(() \u003d\u003e {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" this.githubEvents.loadEvents();"},{"lineNumber":58,"author":{"gitId":"-"},"content":" });"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":" reload() {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" this.githubEvents.loadEvents();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Formats the title text to account for those that contain long words."},{"lineNumber":67,"author":{"gitId":"-"},"content":" * @param title - Title of Event that is to be displayed in the Table Row."},{"lineNumber":68,"author":{"gitId":"-"},"content":" */"},{"lineNumber":69,"author":{"gitId":"-"},"content":" fitTitleText(title: string): string {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" // Arbitrary Length of Characters beyond which an overflow occurs."},{"lineNumber":71,"author":{"gitId":"-"},"content":" const MAX_WORD_LENGTH \u003d 43;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" const SPLITTER_TEXT \u003d \u0027 \u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" const ELLIPSES \u003d \u0027...\u0027;"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" return title"},{"lineNumber":76,"author":{"gitId":"-"},"content":" .split(SPLITTER_TEXT)"},{"lineNumber":77,"author":{"gitId":"-"},"content":" .map((word) \u003d\u003e {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" if (word.length \u003e MAX_WORD_LENGTH) {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" return word.substring(0, MAX_WORD_LENGTH - 5).concat(ELLIPSES);"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"-"},"content":" return word;"},{"lineNumber":82,"author":{"gitId":"-"},"content":" })"},{"lineNumber":83,"author":{"gitId":"-"},"content":" .join(SPLITTER_TEXT);"},{"lineNumber":84,"author":{"gitId":"-"},"content":" }"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" /** Not implemented yet. */"},{"lineNumber":87,"author":{"gitId":"-"},"content":" viewEventInBrowser(id: number, event: Event) {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.logger.info(`EventTablesComponent: Opening Event ${id} on Github`);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" // window.open(\u0027https://github.com/\u0027, \u0027_blank\u0027);"},{"lineNumber":90,"author":{"gitId":"-"},"content":" }"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" /** Opens dialog to show the event details of the selected week. */"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" openDialog(eventWeek: EventWeek) {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" if (eventWeek.events.length \u003c\u003d 0) {"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" this.errorHandling.handleError(new NoEventsError());"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" return;"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" this.dialog.open(EventWeekDetailsComponent, {"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" data: {"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":" eventWeek,"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" expandedColumnsToDisplay: this.expandedColumnsToDisplay"},{"lineNumber":102,"author":{"gitId":"-"},"content":" }"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" /** Returns color string of cell. Shade darkens with magnitude of number. */"},{"lineNumber":107,"author":{"gitId":"-"},"content":" colorCell(count: number) {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" if (count \u003d\u003d\u003d 0) {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" return \u0027white\u0027;"},{"lineNumber":110,"author":{"gitId":"-"},"content":" } else if (count \u003e 0 \u0026\u0026 count \u003c\u003d 5) {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" return \u0027pale-green\u0027;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" } else if (count \u003e 6) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" return \u0027green\u0027;"},{"lineNumber":114,"author":{"gitId":"-"},"content":" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":21,"-":95}},{"path":"src/app/activity-dashboard/event-tables/no-events-error.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"export class NoEventsError extends Error {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" constructor() {"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" super(\u0027No events found for this week.\u0027);"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" Object.setPrototypeOf(this, NoEventsError.prototype);"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":6}},{"path":"src/app/activity-dashboard/event-week-details/event-week-details.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".mat-cell {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" white-space: nowrap;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":".mat-header-cell {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" justify-content: center;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" text-align: center;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" padding: 0;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":".mat-dialog-content {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" min-width: 500px;"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":20}},{"path":"src/app/activity-dashboard/event-week-details/event-week-details.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"\u003ch2 mat-dialog-title\u003eEvent Week Details\u003c/h2\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"\u003cmat-dialog-content class\u003d\"mat-typography\"\u003e"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-table [dataSource]\u003d\"data.eventWeek.events\"\u003e"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" \u003cng-container matColumnDef\u003d\"{{ expandableColumn }}\" *ngFor\u003d\"let expandableColumn of data.expandedColumnsToDisplay\"\u003e"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-header-cell *matHeaderCellDef\u003e{{ expandableColumn }}\u003c/mat-header-cell\u003e"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-cell *matCellDef\u003d\"let property\"\u003e"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" {{ property[expandableColumn] }}"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-cell\u003e"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" \u003c/ng-container\u003e"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-header-row *matHeaderRowDef\u003d\"data.expandedColumnsToDisplay\"\u003e\u003c/mat-header-row\u003e"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-row *matRowDef\u003d\"let property; columns: data.expandedColumnsToDisplay\"\u003e\u003c/mat-row\u003e"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-table\u003e"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"\u003c/mat-dialog-content\u003e"}],"authorContributionMap":{"NereusWB922":13}},{"path":"src/app/activity-dashboard/event-week-details/event-week-details.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Component, Inject } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { MAT_DIALOG_DATA } from \u0027@angular/material/dialog\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { EventWeek } from \u0027../event-week.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"export interface DialogData {"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" eventWeek: EventWeek;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" expandedColumnsToDisplay: string[];"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"@Component({"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" selector: \u0027app-event-week-detail\u0027,"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" templateUrl: \u0027./event-week-details.component.html\u0027,"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./event-week-details.component.css\u0027]"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export class EventWeekDetailsComponent {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" constructor(@Inject(MAT_DIALOG_DATA) public data: DialogData) {}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":17}},{"path":"src/app/app-routing.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { NgModule } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { RouterModule, Routes } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { ActivityDashboardModule } from \u0027./activity-dashboard/activity-dashboard.module\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { AuthModule } from \u0027./auth/auth.module\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { AuthGuard } from \u0027./core/guards/auth.guard\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { ParseUrlParamsGuard } from \u0027./core/guards/parse-url-params.guard\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { IssuesViewerModule } from \u0027./issues-viewer/issues-viewer.module\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"const routes: Routes \u003d ["},{"lineNumber":10,"author":{"gitId":"-"},"content":" { path: \u0027\u0027, loadChildren: () \u003d\u003e AuthModule },"},{"lineNumber":11,"author":{"gitId":"-"},"content":" { path: \u0027issuesViewer/:org/:repo\u0027, canActivate: [ParseUrlParamsGuard], children: [] },"},{"lineNumber":12,"author":{"gitId":"-"},"content":" { path: \u0027issuesViewer\u0027, loadChildren: () \u003d\u003e IssuesViewerModule, canLoad: [AuthGuard] },"},{"lineNumber":13,"author":{"gitId":"-"},"content":" { path: \u0027activityDashboard\u0027, loadChildren: () \u003d\u003e ActivityDashboardModule, canLoad: [AuthGuard] }"},{"lineNumber":14,"author":{"gitId":"-"},"content":"];"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":" imports: [RouterModule.forRoot(routes, { relativeLinkResolution: \u0027legacy\u0027 })],"},{"lineNumber":18,"author":{"gitId":"-"},"content":" exports: [RouterModule]"},{"lineNumber":19,"author":{"gitId":"-"},"content":"})"},{"lineNumber":20,"author":{"gitId":"-"},"content":"export class AppRoutingModule {}"}],"authorContributionMap":{"MadLamprey":1,"-":19}},{"path":"src/app/app.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { HttpClientModule } from \u0027@angular/common/http\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { ErrorHandler, NgModule, NgZone } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BrowserModule, Title } from \u0027@angular/platform-browser\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { BrowserAnimationsModule } from \u0027@angular/platform-browser/animations\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { Router } from \u0027@angular/router\u0027;"},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":"import { ApolloLink, InMemoryCache, PossibleTypesMap } from \u0027@apollo/client/core\u0027;"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":"import { setContext } from \u0027@apollo/client/link/context\u0027;"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":"import { Apollo } from \u0027apollo-angular\u0027;"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":"import { HttpLink } from \u0027apollo-angular/http\u0027;"},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"import \u0027reflect-metadata\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import graphqlTypes from \u0027../../graphql/graphql-types\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import \u0027../polyfills\u0027;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"import { ActivityDashboardModule } from \u0027./activity-dashboard/activity-dashboard.module\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { AppRoutingModule } from \u0027./app-routing.module\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { AppComponent } from \u0027./app.component\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":"import { AuthModule } from \u0027./auth/auth.module\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"import { UserConfirmationComponent } from \u0027./core/guards/user-confirmation/user-confirmation.component\u0027;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027./core/services/auth.service\u0027;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027./core/services/error-handling.service\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027./core/services/error-message.service\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { AuthServiceFactory } from \u0027./core/services/factories/factory.auth.service\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"import { GithubServiceFactory } from \u0027./core/services/factories/factory.github.service\u0027;"},{"lineNumber":24,"author":{"gitId":"-"},"content":"import { IssueServiceFactory } from \u0027./core/services/factories/factory.issue.service\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./core/services/github.service\u0027;"},{"lineNumber":26,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027./core/services/githubevent.service\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027./core/services/issue.service\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027./core/services/label.service\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./core/services/logging.service\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"import { RepoSessionStorageService } from \u0027./core/services/repo-session-storage.service\u0027;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"import { UserService } from \u0027./core/services/user.service\u0027;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027./core/services/view.service\u0027;"},{"lineNumber":33,"author":{"gitId":"-"},"content":"import { IssuesViewerModule } from \u0027./issues-viewer/issues-viewer.module\u0027;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"import { LabelDefinitionPopupComponent } from \u0027./shared/label-definition-popup/label-definition-popup.component\u0027;"},{"lineNumber":35,"author":{"gitId":"-"},"content":"import { HeaderComponent } from \u0027./shared/layout\u0027;"},{"lineNumber":36,"author":{"gitId":"-"},"content":"import { RepoChangeFormComponent } from \u0027./shared/repo-change-form/repo-change-form.component\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"import { SharedModule } from \u0027./shared/shared.module\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":40,"author":{"gitId":"Arif-Khalid"},"content":" declarations: [AppComponent, HeaderComponent, UserConfirmationComponent, LabelDefinitionPopupComponent, RepoChangeFormComponent],"},{"lineNumber":41,"author":{"gitId":"-"},"content":" imports: ["},{"lineNumber":42,"author":{"gitId":"-"},"content":" BrowserModule,"},{"lineNumber":43,"author":{"gitId":"-"},"content":" BrowserAnimationsModule,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" AuthModule,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" IssuesViewerModule,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ActivityDashboardModule,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" SharedModule,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" HttpClientModule,"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":" AppRoutingModule"},{"lineNumber":50,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":51,"author":{"gitId":"-"},"content":" providers: ["},{"lineNumber":52,"author":{"gitId":"-"},"content":" {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" provide: GithubService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" useFactory: GithubServiceFactory,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" deps: [ErrorHandlingService, Apollo, LoggingService]"},{"lineNumber":56,"author":{"gitId":"-"},"content":" },"},{"lineNumber":57,"author":{"gitId":"-"},"content":" {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" provide: AuthService,"},{"lineNumber":59,"author":{"gitId":"-"},"content":" useFactory: AuthServiceFactory,"},{"lineNumber":60,"author":{"gitId":"-"},"content":" deps: ["},{"lineNumber":61,"author":{"gitId":"-"},"content":" Router,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" NgZone,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" GithubService,"},{"lineNumber":64,"author":{"gitId":"-"},"content":" UserService,"},{"lineNumber":65,"author":{"gitId":"-"},"content":" IssueService,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" LabelService,"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" ViewService,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" GithubEventService,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" Title,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" ErrorHandlingService,"},{"lineNumber":71,"author":{"gitId":"-"},"content":" LoggingService"},{"lineNumber":72,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":73,"author":{"gitId":"-"},"content":" },"},{"lineNumber":74,"author":{"gitId":"-"},"content":" {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" provide: IssueService,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" useFactory: IssueServiceFactory,"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" deps: [GithubService, UserService, ViewService]"},{"lineNumber":78,"author":{"gitId":"-"},"content":" },"},{"lineNumber":79,"author":{"gitId":"-"},"content":" {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" provide: ErrorHandler,"},{"lineNumber":81,"author":{"gitId":"-"},"content":" useClass: ErrorHandlingService"},{"lineNumber":82,"author":{"gitId":"-"},"content":" },"},{"lineNumber":83,"author":{"gitId":"-"},"content":" ErrorMessageService,"},{"lineNumber":84,"author":{"gitId":"-"},"content":" RepoSessionStorageService"},{"lineNumber":85,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":86,"author":{"gitId":"-"},"content":" bootstrap: [AppComponent]"},{"lineNumber":87,"author":{"gitId":"-"},"content":"})"},{"lineNumber":88,"author":{"gitId":"-"},"content":"export class AppModule {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" constructor(private apollo: Apollo, private httpLink: HttpLink, private authService: AuthService, private logger: LoggingService) {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" const URI \u003d \u0027https://api.github.com/graphql\u0027;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" const log \u003d new ApolloLink((operation, forward) \u003d\u003e {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" operation.setContext({ start: performance.now() });"},{"lineNumber":93,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AppModule: GraphQL request\u0027, operation.getContext());"},{"lineNumber":94,"author":{"gitId":"-"},"content":" return forward(operation).map((result) \u003d\u003e {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" const time \u003d performance.now() - operation.getContext().start;"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AppModule: GraphQL response\u0027, operation.getContext(), `in ${Math.round(time)}ms`);"},{"lineNumber":97,"author":{"gitId":"-"},"content":" const repo \u003d operation.getContext().response.body.data.repository;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" const item \u003d Object.keys(repo)[0];"},{"lineNumber":99,"author":{"gitId":"-"},"content":" this.logger.debug(\u0027AppModule: GraphQL response body\u0027, item, repo[item].edges.length, repo[item].edges);"},{"lineNumber":100,"author":{"gitId":"-"},"content":" return result;"},{"lineNumber":101,"author":{"gitId":"-"},"content":" });"},{"lineNumber":102,"author":{"gitId":"-"},"content":" });"},{"lineNumber":103,"author":{"gitId":"-"},"content":" const basic \u003d setContext(() \u003d\u003e {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" return { headers: { Accept: \u0027charset\u003dutf-8\u0027 } };"},{"lineNumber":105,"author":{"gitId":"-"},"content":" });"},{"lineNumber":106,"author":{"gitId":"-"},"content":" const auth \u003d setContext(() \u003d\u003e {"},{"lineNumber":107,"author":{"gitId":"-"},"content":" return { headers: { Authorization: `Token ${this.authService.accessToken.getValue()}` } };"},{"lineNumber":108,"author":{"gitId":"-"},"content":" });"},{"lineNumber":109,"author":{"gitId":"-"},"content":" const link \u003d ApolloLink.from([log, basic, auth, this.httpLink.create({ uri: URI })]);"},{"lineNumber":110,"author":{"gitId":"MadLamprey"},"content":" const possibleTypes: PossibleTypesMap \u003d {};"},{"lineNumber":111,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":112,"author":{"gitId":"MadLamprey"},"content":" graphqlTypes.__schema.types.forEach((type: any) \u003d\u003e {"},{"lineNumber":113,"author":{"gitId":"MadLamprey"},"content":" if (type.kind \u003d\u003d\u003d \u0027UNION\u0027 || type.kind \u003d\u003d\u003d \u0027INTERFACE\u0027) {"},{"lineNumber":114,"author":{"gitId":"MadLamprey"},"content":" possibleTypes[type.name] \u003d type.possibleTypes.map((possibleType: any) \u003d\u003e possibleType.name);"},{"lineNumber":115,"author":{"gitId":"MadLamprey"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":" });"},{"lineNumber":117,"author":{"gitId":"MadLamprey"},"content":" const cache \u003d new InMemoryCache({ possibleTypes });"},{"lineNumber":118,"author":{"gitId":"-"},"content":" this.apollo.create({"},{"lineNumber":119,"author":{"gitId":"-"},"content":" link: link,"},{"lineNumber":120,"author":{"gitId":"-"},"content":" cache: cache"},{"lineNumber":121,"author":{"gitId":"-"},"content":" });"},{"lineNumber":122,"author":{"gitId":"-"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":3,"Arif-Khalid":1,"MadLamprey":13,"-":106}},{"path":"src/app/auth/auth.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, NgZone, OnDestroy, OnInit } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { filter, flatMap, map } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../environments/environment\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { STORAGE_KEYS } from \u0027../core/constants/storage-keys.constants\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { GithubUser } from \u0027../core/models/github-user.model\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { ApplicationService } from \u0027../core/services/application.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { AuthService, AuthState } from \u0027../core/services/auth.service\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../core/services/error-handling.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027../core/services/error-message.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../core/services/logging.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../core/services/user.service\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../core/services/view.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":17,"author":{"gitId":"-"},"content":" selector: \u0027app-auth\u0027,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" templateUrl: \u0027./auth.component.html\u0027,"},{"lineNumber":19,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./auth.component.css\u0027]"},{"lineNumber":20,"author":{"gitId":"-"},"content":"})"},{"lineNumber":21,"author":{"gitId":"-"},"content":"export class AuthComponent implements OnInit, OnDestroy {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" authState: AuthState;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" accessTokenSubscription: Subscription;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" authStateSubscription: Subscription;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" currentUserName: string;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" urlEncodedSessionName: string;"},{"lineNumber":27,"author":{"gitId":"-"},"content":" urlEncodedRepo: string;"},{"lineNumber":28,"author":{"gitId":"-"},"content":" sessionInformation: string;"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":31,"author":{"gitId":"-"},"content":" public appService: ApplicationService,"},{"lineNumber":32,"author":{"gitId":"-"},"content":" private authService: AuthService,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" private userService: UserService,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" private errorHandlingService: ErrorHandlingService,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" private router: Router,"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" private viewService: ViewService,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" private ngZone: NgZone,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" private activatedRoute: ActivatedRoute,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" private logger: LoggingService"},{"lineNumber":40,"author":{"gitId":"-"},"content":" ) {}"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" this.logger.startSession();"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":" const oauthCode \u003d this.activatedRoute.snapshot.queryParamMap.get(\u0027code\u0027);"},{"lineNumber":46,"author":{"gitId":"-"},"content":" const state \u003d this.activatedRoute.snapshot.queryParamMap.get(\u0027state\u0027);"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" if (this.authService.isAuthenticated()) {"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" this.router.navigate([this.viewService.currentView]);"},{"lineNumber":50,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" }"},{"lineNumber":52,"author":{"gitId":"-"},"content":" this.initAccessTokenSubscription();"},{"lineNumber":53,"author":{"gitId":"-"},"content":" this.initAuthStateSubscription();"},{"lineNumber":54,"author":{"gitId":"-"},"content":" this.createProfileFromUrlQueryParams();"},{"lineNumber":55,"author":{"gitId":"-"},"content":" this.getRepoFromUrlQueryParams();"},{"lineNumber":56,"author":{"gitId":"-"},"content":" if (oauthCode) {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" // runs upon receiving oauthCode from the redirect"},{"lineNumber":58,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.AwaitingAuthentication);"},{"lineNumber":59,"author":{"gitId":"-"},"content":" // this.restoreOrgDetailsFromLocalStorage();"},{"lineNumber":60,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AuthComponent: Obtained authorisation code from Github\u0027);"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.fetchAccessToken(oauthCode, state);"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" return;"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" this.authService.startOAuthIfHasNext();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" }"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":68,"author":{"gitId":"-"},"content":" * Will fetch the access token from GitHub."},{"lineNumber":69,"author":{"gitId":"-"},"content":" * @param oauthCode - The authorisation code obtained from GitHub."},{"lineNumber":70,"author":{"gitId":"-"},"content":" * @param state - The state returned from GitHub."},{"lineNumber":71,"author":{"gitId":"-"},"content":" */"},{"lineNumber":72,"author":{"gitId":"-"},"content":" fetchAccessToken(oauthCode: string, state: string) {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" if (!this.authService.isReturnedStateSame(state)) {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Received incorrect state ${state}, continue waiting for correct state`);"},{"lineNumber":75,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Retrieving access token from Github`);"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":" const accessTokenUrl \u003d `${AppConfig.accessTokenUrl}/${oauthCode}/client_id/${AppConfig.clientId}`;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" fetch(accessTokenUrl)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" .then((res) \u003d\u003e res.json())"},{"lineNumber":83,"author":{"gitId":"-"},"content":" .then((data) \u003d\u003e {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" if (data.error) {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" throw new Error(data.error);"},{"lineNumber":86,"author":{"gitId":"-"},"content":" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" this.authService.storeOAuthAccessToken(data.token);"},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Sucessfully obtained access token`);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" })"},{"lineNumber":90,"author":{"gitId":"-"},"content":" .catch((err) \u003d\u003e {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" this.logger.info(`AuthComponent: Error in data fetched from access token URL: ${err}`);"},{"lineNumber":92,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(err);"},{"lineNumber":93,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":94,"author":{"gitId":"-"},"content":" });"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" ngOnDestroy() {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" if (this.authStateSubscription) {"},{"lineNumber":99,"author":{"gitId":"-"},"content":" this.authStateSubscription.unsubscribe();"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":" if (this.accessTokenSubscription) {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" this.accessTokenSubscription.unsubscribe();"},{"lineNumber":103,"author":{"gitId":"-"},"content":" }"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":107,"author":{"gitId":"-"},"content":" * Checks whether the current version of WATcher is outdated."},{"lineNumber":108,"author":{"gitId":"-"},"content":" */"},{"lineNumber":109,"author":{"gitId":"-"},"content":" checkAppIsOutdated(): Observable\u003cany\u003e {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" return this.appService.isApplicationOutdated().pipe("},{"lineNumber":111,"author":{"gitId":"-"},"content":" map((isOutdated: boolean) \u003d\u003e {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" if (isOutdated) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.applicationVersionOutdatedMessage());"},{"lineNumber":114,"author":{"gitId":"-"},"content":" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" })"},{"lineNumber":116,"author":{"gitId":"-"},"content":" );"},{"lineNumber":117,"author":{"gitId":"-"},"content":" }"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":" updateSession(sessionEvent: string) {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" this.sessionInformation \u003d sessionEvent;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" }"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":" goToSessionSelect() {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":125,"author":{"gitId":"-"},"content":" }"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":" isUserNotAuthenticated(): boolean {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.NotAuthenticated;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" }"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":" isUserAuthenticating(): boolean {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.AwaitingAuthentication;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" }"},{"lineNumber":134,"author":{"gitId":"-"},"content":""},{"lineNumber":135,"author":{"gitId":"-"},"content":" isAwaitingOAuthUserConfirm(): boolean {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.ConfirmOAuthUser;"},{"lineNumber":137,"author":{"gitId":"-"},"content":" }"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":" isUserAuthenticated(): boolean {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" return this.authState \u003d\u003d\u003d AuthState.Authenticated;"},{"lineNumber":141,"author":{"gitId":"-"},"content":" }"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":" isRepoSet(): boolean {"},{"lineNumber":144,"author":{"gitId":"NereusWB922"},"content":" return this.viewService.isRepoSet();"},{"lineNumber":145,"author":{"gitId":"-"},"content":" }"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":" get currentSessionOrg(): string {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" if (!this.sessionInformation) {"},{"lineNumber":149,"author":{"gitId":"-"},"content":" // Retrieve org details of session information from local storage"},{"lineNumber":150,"author":{"gitId":"-"},"content":" return window.localStorage.getItem(STORAGE_KEYS.ORG);"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":" return this.getOrgDetails(this.sessionInformation);"},{"lineNumber":153,"author":{"gitId":"-"},"content":" }"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":156,"author":{"gitId":"-"},"content":" * Extracts the Organization Details from the input sessionInformation."},{"lineNumber":157,"author":{"gitId":"-"},"content":" * @param sessionInformation - string in the format of \u0027orgName/dataRepo\u0027"},{"lineNumber":158,"author":{"gitId":"-"},"content":" */"},{"lineNumber":159,"author":{"gitId":"-"},"content":" private getOrgDetails(sessionInformation: string) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" return sessionInformation.split(\u0027/\u0027)[0];"},{"lineNumber":161,"author":{"gitId":"-"},"content":" }"},{"lineNumber":162,"author":{"gitId":"-"},"content":""},{"lineNumber":163,"author":{"gitId":"-"},"content":" private initAuthStateSubscription() {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" this.authStateSubscription \u003d this.authService.currentAuthState.subscribe((state) \u003d\u003e {"},{"lineNumber":165,"author":{"gitId":"-"},"content":" this.ngZone.run(() \u003d\u003e {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" this.authState \u003d state;"},{"lineNumber":167,"author":{"gitId":"-"},"content":" });"},{"lineNumber":168,"author":{"gitId":"-"},"content":" });"},{"lineNumber":169,"author":{"gitId":"-"},"content":" }"},{"lineNumber":170,"author":{"gitId":"-"},"content":""},{"lineNumber":171,"author":{"gitId":"-"},"content":" private initAccessTokenSubscription() {"},{"lineNumber":172,"author":{"gitId":"-"},"content":" this.accessTokenSubscription \u003d this.authService.accessToken"},{"lineNumber":173,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":174,"author":{"gitId":"-"},"content":" filter((token: string) \u003d\u003e !!token),"},{"lineNumber":175,"author":{"gitId":"-"},"content":" flatMap(() \u003d\u003e this.userService.getAuthenticatedUser())"},{"lineNumber":176,"author":{"gitId":"-"},"content":" )"},{"lineNumber":177,"author":{"gitId":"-"},"content":" .subscribe((user: GithubUser) \u003d\u003e {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" this.ngZone.run(() \u003d\u003e {"},{"lineNumber":179,"author":{"gitId":"-"},"content":" this.currentUserName \u003d user.login;"},{"lineNumber":180,"author":{"gitId":"nknguyenhc"},"content":" if (this.authService.hasNext()) {"},{"lineNumber":181,"author":{"gitId":"nknguyenhc"},"content":" this.authService.completeLoginIfHasNext(this.currentUserName);"},{"lineNumber":182,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" this.authService.changeAuthState(AuthState.ConfirmOAuthUser);"},{"lineNumber":184,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":185,"author":{"gitId":"-"},"content":" });"},{"lineNumber":186,"author":{"gitId":"-"},"content":" });"},{"lineNumber":187,"author":{"gitId":"-"},"content":" }"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":" private createProfileFromUrlQueryParams() {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" const urlParams \u003d this.activatedRoute.snapshot.queryParamMap;"},{"lineNumber":191,"author":{"gitId":"-"},"content":" if (urlParams.has(\u0027session\u0027)) {"},{"lineNumber":192,"author":{"gitId":"-"},"content":" this.urlEncodedSessionName \u003d urlParams.get(\u0027session\u0027);"},{"lineNumber":193,"author":{"gitId":"-"},"content":" }"},{"lineNumber":194,"author":{"gitId":"-"},"content":" }"},{"lineNumber":195,"author":{"gitId":"-"},"content":""},{"lineNumber":196,"author":{"gitId":"-"},"content":" private getRepoFromUrlQueryParams() {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" const urlParams \u003d this.activatedRoute.snapshot.queryParamMap;"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (urlParams.has(\u0027repo\u0027)) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" this.urlEncodedRepo \u003d urlParams.get(\u0027repo\u0027);"},{"lineNumber":200,"author":{"gitId":"-"},"content":" }"},{"lineNumber":201,"author":{"gitId":"-"},"content":" }"},{"lineNumber":202,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":4,"-":192}},{"path":"src/app/core/guards/auth.guard.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { ActivatedRouteSnapshot, CanActivate, CanLoad, Route, Router, RouterStateSnapshot, UrlSegment } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027../services/auth.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":7,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":8,"author":{"gitId":"-"},"content":"})"},{"lineNumber":9,"author":{"gitId":"-"},"content":"export class AuthGuard implements CanActivate, CanLoad {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" constructor(private auth: AuthService, private router: Router) {}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":" canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable\u003cboolean\u003e | Promise\u003cboolean\u003e | boolean {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" if (this.auth.isAuthenticated()) {"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" this.auth.clearNext();"},{"lineNumber":15,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":" this.auth.storeNext(state);"},{"lineNumber":18,"author":{"gitId":"-"},"content":" this.router.navigate([\u0027\u0027]);"},{"lineNumber":19,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":20,"author":{"gitId":"-"},"content":" }"},{"lineNumber":21,"author":{"gitId":"-"},"content":" }"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" canLoad(route: Route, segments: UrlSegment[]): Observable\u003cboolean\u003e | Promise\u003cboolean\u003e | boolean {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" if (this.auth.isAuthenticated()) {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" this.router.navigate([\u0027\u0027]);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":" }"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":2,"-":29}},{"path":"src/app/core/models/github-user.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027./github/group.interface\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" * Represents raw data returned from the GitHub API about a user."},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export interface RawGithubUser {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" avatar_url: string;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" created_at: string;"},{"lineNumber":9,"author":{"gitId":"-"},"content":" html_url: string;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" login: string;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" name: string;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" node_id: string;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" two_factor_authentication: boolean;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" site_admin: false;"},{"lineNumber":15,"author":{"gitId":"-"},"content":" type: string;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" updated_at: string;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" url: string;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"}"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" * Represents a GitHub user in WATcher"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":"export class GithubUser implements RawGithubUser, Group {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" static NO_ASSIGNEE: GithubUser \u003d new GithubUser({"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" avatar_url: \u0027\u0027,"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" created_at: \u0027\u0027,"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" html_url: \u0027\u0027,"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" login: \u0027Unassigned\u0027,"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" name: \u0027\u0027,"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" node_id: \u0027\u0027,"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" two_factor_authentication: false,"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" site_admin: false,"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" type: \u0027\u0027,"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u0027\u0027,"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" url: \u0027\u0027"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" avatar_url: string;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" created_at: string;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" html_url: string;"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" login: string;"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" name: string;"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" node_id: string;"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" two_factor_authentication: boolean;"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" site_admin: false;"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" type: string;"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" updated_at: string;"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" url: string;"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" constructor(rawData: RawGithubUser) {"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" Object.assign(this, rawData);"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" equals(other: any) {"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" if (!(other instanceof GithubUser)) {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" return false;"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" return this.login \u003d\u003d\u003d other.login;"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":48,"-":12}},{"path":"src/app/core/models/github/group.interface.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" * Represents a group used for grouping purposes."},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" * Groups can be used to organize issues/prs based on certain criteria,"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" * such as milestones, assignees, or other properties."},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export interface Group {"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" equals(other: any): boolean;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":8}},{"path":"src/app/core/models/issue.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { GithubComment } from \u0027./github/github-comment.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027./github/github-issue.model\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { GithubLabel } from \u0027./github/github-label.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { HiddenData } from \u0027./hidden-data.model\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Milestone } from \u0027./milestone.model\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"export class Issue {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" /** Basic Fields */"},{"lineNumber":10,"author":{"gitId":"-"},"content":" readonly globalId: string;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" readonly id: number;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" readonly created_at: string;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" readonly githubIssue: GithubIssue;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" githubComments: GithubComment[];"},{"lineNumber":15,"author":{"gitId":"-"},"content":" title: string;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" description: string;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" hiddenDataInDescription: HiddenData;"},{"lineNumber":18,"author":{"gitId":"-"},"content":" updated_at: string;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" closed_at: string;"},{"lineNumber":20,"author":{"gitId":"-"},"content":" milestone: Milestone;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" state: string;"},{"lineNumber":22,"author":{"gitId":"-"},"content":" stateReason: string;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" issueOrPr: string;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" author: string;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" isDraft: boolean;"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" /** Depending on the view, assignees attribute can be derived from Github\u0027s assignee feature OR from the Github\u0027s issue description */"},{"lineNumber":28,"author":{"gitId":"-"},"content":" assignees?: string[];"},{"lineNumber":29,"author":{"gitId":"-"},"content":" labels?: string[];"},{"lineNumber":30,"author":{"gitId":"-"},"content":" githubLabels?: GithubLabel[];"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":33,"author":{"gitId":"-"},"content":" * Formats the text to create space at the end of the user input to prevent any issues with"},{"lineNumber":34,"author":{"gitId":"-"},"content":" * the markdown interpretation."},{"lineNumber":35,"author":{"gitId":"-"},"content":" *"},{"lineNumber":36,"author":{"gitId":"-"},"content":" * Brought over from comment-editor.component.ts"},{"lineNumber":37,"author":{"gitId":"-"},"content":" */"},{"lineNumber":38,"author":{"gitId":"-"},"content":" static formatText(text: string): string {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" if (text \u003d\u003d\u003d null) {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" return null;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" if (text \u003d\u003d\u003d undefined) {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return undefined;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" const newLinesRegex \u003d /[\\n\\r]/gi;"},{"lineNumber":48,"author":{"gitId":"-"},"content":" const textSplitArray \u003d text.split(newLinesRegex);"},{"lineNumber":49,"author":{"gitId":"-"},"content":" if (textSplitArray.filter((split) \u003d\u003e split.trim() !\u003d\u003d \u0027\u0027).length \u003e 0) {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" return `${text}\\n\\n`;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" return text;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":" }"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":57,"author":{"gitId":"-"},"content":" * Processes and cleans a raw issue description obtained from user input."},{"lineNumber":58,"author":{"gitId":"-"},"content":" */"},{"lineNumber":59,"author":{"gitId":"-"},"content":" static updateDescription(description: string): string {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" const defaultString \u003d \u0027No details provided by bug reporter.\u0027;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" return Issue.orDefaultString(Issue.formatText(description), defaultString);"},{"lineNumber":62,"author":{"gitId":"-"},"content":" }"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":65,"author":{"gitId":"-"},"content":" * Given two strings, returns the first if it is not an empty string or a false value such as null/undefined."},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Returns the second string if the first is an empty string."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"-"},"content":" private static orDefaultString(stringA: string, def: string): string {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" if (!stringA) {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return def;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return stringA.length !\u003d\u003d 0 ? stringA : def;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" protected constructor(githubIssue: GithubIssue) {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" /** Basic Fields */"},{"lineNumber":77,"author":{"gitId":"-"},"content":" this.globalId \u003d githubIssue.id;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" this.id \u003d +githubIssue.number;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" this.created_at \u003d moment(githubIssue.created_at).format(\u0027lll\u0027);"},{"lineNumber":80,"author":{"gitId":"-"},"content":" this.updated_at \u003d moment(githubIssue.updated_at).format(\u0027lll\u0027);"},{"lineNumber":81,"author":{"gitId":"-"},"content":" this.closed_at \u003d moment(githubIssue.closed_at).format(\u0027lll\u0027);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" this.title \u003d githubIssue.title;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" this.hiddenDataInDescription \u003d new HiddenData(githubIssue.body);"},{"lineNumber":84,"author":{"gitId":"-"},"content":" this.description \u003d Issue.updateDescription(this.hiddenDataInDescription.originalStringWithoutHiddenData);"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.state \u003d githubIssue.state;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.stateReason \u003d githubIssue.stateReason;"},{"lineNumber":87,"author":{"gitId":"-"},"content":" this.issueOrPr \u003d githubIssue.issueOrPr;"},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.author \u003d githubIssue.user.login;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" // this.githubIssue \u003d githubIssue;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" this.isDraft \u003d githubIssue.isDraft;"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":" this.assignees \u003d githubIssue.assignees.map((assignee) \u003d\u003e assignee.login);"},{"lineNumber":93,"author":{"gitId":"-"},"content":" this.githubLabels \u003d githubIssue.labels;"},{"lineNumber":94,"author":{"gitId":"-"},"content":" this.labels \u003d githubIssue.labels.map((label) \u003d\u003e label.name);"},{"lineNumber":95,"author":{"gitId":"MadLamprey"},"content":" this.milestone \u003d githubIssue.milestone"},{"lineNumber":96,"author":{"gitId":"MadLamprey"},"content":" ? new Milestone(githubIssue.milestone)"},{"lineNumber":97,"author":{"gitId":"MadLamprey"},"content":" : this.issueOrPr \u003d\u003d\u003d \u0027Issue\u0027"},{"lineNumber":98,"author":{"gitId":"MadLamprey"},"content":" ? Milestone.IssueWithoutMilestone"},{"lineNumber":99,"author":{"gitId":"MadLamprey"},"content":" : Milestone.PRWithoutMilestone;"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":" public static createPhaseBugReportingIssue(githubIssue: GithubIssue): Issue {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" return new Issue(githubIssue);"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" createGithubIssueDescription(): string {"},{"lineNumber":107,"author":{"gitId":"-"},"content":" return `${this.description}\\n${this.hiddenDataInDescription.toString()}`;"},{"lineNumber":108,"author":{"gitId":"-"},"content":" }"},{"lineNumber":109,"author":{"gitId":"-"},"content":"}"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":"export interface Issues {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" [id: number]: Issue;"},{"lineNumber":113,"author":{"gitId":"-"},"content":"}"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"export const IssuesFilter \u003d {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" issuesViewer: {"},{"lineNumber":117,"author":{"gitId":"-"},"content":" Student: \u0027NO_FILTER\u0027,"},{"lineNumber":118,"author":{"gitId":"-"},"content":" Tutor: \u0027NO_FILTER\u0027,"},{"lineNumber":119,"author":{"gitId":"-"},"content":" Admin: \u0027NO_FILTER\u0027"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":1,"MadLamprey":5,"-":115}},{"path":"src/app/core/models/label.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"-"},"content":" * Represents a label and its attributes."},{"lineNumber":3,"author":{"gitId":"-"},"content":" */"},{"lineNumber":4,"author":{"gitId":"-"},"content":"export class Label implements SimpleLabel {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" readonly name: string;"},{"lineNumber":6,"author":{"gitId":"-"},"content":" color: string;"},{"lineNumber":7,"author":{"gitId":"-"},"content":" definition?: string;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":" constructor(label: { name: string; color: string; definition?: string }) {"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":" this.name \u003d label.name;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" this.color \u003d label.color;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" this.definition \u003d label.definition;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" }"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":17,"author":{"gitId":"-"},"content":" * Represents a simplified label with name and color"},{"lineNumber":18,"author":{"gitId":"-"},"content":" */"},{"lineNumber":19,"author":{"gitId":"-"},"content":"export type SimpleLabel \u003d {"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" name: string;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" color: string;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"nknguyenhc":2,"-":20}},{"path":"src/app/core/models/milestone.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027./github/group.interface\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":4,"author":{"gitId":"-"},"content":" * Represents a milestone and its attributes fetched from Github."},{"lineNumber":5,"author":{"gitId":"-"},"content":" */"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export class Milestone implements Group {"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":" static IssueWithoutMilestone: Milestone \u003d new Milestone({ title: \u0027Issue without a milestone\u0027, state: null });"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":" static PRWithoutMilestone: Milestone \u003d new Milestone({ title: \u0027PR without a milestone\u0027, state: null });"},{"lineNumber":9,"author":{"gitId":"-"},"content":" title: string;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" state: string;"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" deadline?: Date;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"nknguyenhc"},"content":" constructor(milestone: { title: string; state: string; due_on?: string }) {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" this.title \u003d milestone.title;"},{"lineNumber":15,"author":{"gitId":"-"},"content":" this.state \u003d milestone.state;"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" this.deadline \u003d milestone.due_on ? new Date(milestone.due_on) : undefined;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" }"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" public equals(other: any) {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" if (!(other instanceof Milestone)) {"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" return false;"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" return this.title \u003d\u003d\u003d other.title;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" }"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":3,"NereusWB922":8,"MadLamprey":2,"-":12}},{"path":"src/app/core/models/repo-change-response.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":" * Represents the response of the repo-change-form component"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":" */"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"export type RepoChangeResponse \u003d {"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":" repo: string;"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":" keepFilters: boolean;"},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":"};"}],"authorContributionMap":{"Arif-Khalid":7}},{"path":"src/app/core/models/session.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { pipe } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { throwIfFalse } from \u0027../../shared/lib/custom-ops\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Repo } from \u0027./repo.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027./view.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" * Session repository comprises the view and its corresponding repository array."},{"lineNumber":8,"author":{"gitId":"-"},"content":" */"},{"lineNumber":9,"author":{"gitId":"-"},"content":"export interface SessionRepo {"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" view: View;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" repos: Repo[];"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":15,"author":{"gitId":"-"},"content":" * Session data comprises an array of session repositories."},{"lineNumber":16,"author":{"gitId":"-"},"content":" */"},{"lineNumber":17,"author":{"gitId":"-"},"content":"export interface SessionData {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" sessionRepo: SessionRepo[];"},{"lineNumber":19,"author":{"gitId":"-"},"content":"}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"export const SESSION_DATA_UNAVAILABLE \u003d \u0027Session data does not exist.\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"export const SESSION_DATA_MISSING_FIELDS \u003d \u0027Session data does not contain any repositories.\u0027;"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":"export const NO_VALID_OPEN_VIEWS \u003d \u0027Invalid views in Session data.\u0027;"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":"export const OPENED_VIEW_REPO_UNDEFINED \u003d \u0027View has no repo defined.\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"export function assertSessionDataIntegrity() {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" return pipe("},{"lineNumber":28,"author":{"gitId":"-"},"content":" throwIfFalse("},{"lineNumber":29,"author":{"gitId":"-"},"content":" (sessionData) \u003d\u003e sessionData !\u003d\u003d undefined,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" () \u003d\u003e new Error(SESSION_DATA_UNAVAILABLE)"},{"lineNumber":31,"author":{"gitId":"-"},"content":" ),"},{"lineNumber":32,"author":{"gitId":"-"},"content":" throwIfFalse(hasSessionRepo, () \u003d\u003e new Error(SESSION_DATA_MISSING_FIELDS)),"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" throwIfFalse(areViewsValid, () \u003d\u003e new Error(NO_VALID_OPEN_VIEWS)),"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" throwIfFalse(areReposDefined, () \u003d\u003e new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":35,"author":{"gitId":"-"},"content":" );"},{"lineNumber":36,"author":{"gitId":"-"},"content":"}"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":39,"author":{"gitId":"-"},"content":" * Checks if Session Data has all its crucial fields present."},{"lineNumber":40,"author":{"gitId":"-"},"content":" * @param sessionData"},{"lineNumber":41,"author":{"gitId":"-"},"content":" */"},{"lineNumber":42,"author":{"gitId":"-"},"content":"function hasSessionRepo(sessionData: SessionData): boolean {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" return sessionData.sessionRepo !\u003d null \u0026\u0026 Array.isArray(sessionData.sessionRepo) \u0026\u0026 sessionData.sessionRepo.length \u003e 0;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" * Checks if Views belong to a pre-defined View."},{"lineNumber":48,"author":{"gitId":"-"},"content":" * @param sessionData"},{"lineNumber":49,"author":{"gitId":"-"},"content":" */"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":"function areViewsValid(sessionData: SessionData): boolean {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return sessionData.sessionRepo.reduce("},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" (isViewValidSoFar: boolean, currentViewRepo: SessionRepo) \u003d\u003e isViewValidSoFar \u0026\u0026 currentViewRepo.view in View,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" true"},{"lineNumber":54,"author":{"gitId":"-"},"content":" );"},{"lineNumber":55,"author":{"gitId":"-"},"content":"}"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" * Checks if each View has an associated repo defined as well."},{"lineNumber":59,"author":{"gitId":"-"},"content":" * @param sessionData"},{"lineNumber":60,"author":{"gitId":"-"},"content":" */"},{"lineNumber":61,"author":{"gitId":"-"},"content":"function areReposDefined(sessionData: SessionData): boolean {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" return sessionData.sessionRepo.reduce("},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" (isViewRepoDefinedSoFar: boolean, currentViewRepo: SessionRepo) \u003d\u003e"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" isViewRepoDefinedSoFar \u0026\u0026 !!currentViewRepo.repos \u0026\u0026 Array.isArray(currentViewRepo.repos) \u0026\u0026 currentViewRepo.repos.length \u003e 0,"},{"lineNumber":65,"author":{"gitId":"-"},"content":" true"},{"lineNumber":66,"author":{"gitId":"-"},"content":" );"},{"lineNumber":67,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":13,"-":54}},{"path":"src/app/core/models/view.model.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"export enum View {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" issuesViewer \u003d \u0027issuesViewer\u0027,"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" activityDashboard \u003d \u0027activityDashboard\u0027"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":4}},{"path":"src/app/core/services/auth.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable, NgZone } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Title } from \u0027@angular/platform-browser\u0027;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":"import { Router, RouterStateSnapshot } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { BehaviorSubject, from, Observable, of } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"nknguyenhc"},"content":"import { catchError, map, mergeMap } from \u0027rxjs/operators\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../../environments/environment\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { generateSessionId } from \u0027../../shared/lib/session\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { uuid } from \u0027../../shared/lib/uuid\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../models/view.model\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027./error-handling.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027./githubevent.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027./issue.service\u0027;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027./label.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { UserService } from \u0027./user.service\u0027;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027./view.service\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"export enum AuthState {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u0027NotAuthenticated\u0027,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u0027AwaitingAuthentication\u0027,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u0027ConfirmOAuthUser\u0027,"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u0027Authenticated\u0027"},{"lineNumber":24,"author":{"gitId":"-"},"content":"}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":27,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":28,"author":{"gitId":"-"},"content":"})"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * Responsible for initiating the authentication process and querying or"},{"lineNumber":32,"author":{"gitId":"-"},"content":" * updating the application state with regards to authentication."},{"lineNumber":33,"author":{"gitId":"-"},"content":" */"},{"lineNumber":34,"author":{"gitId":"-"},"content":"export class AuthService {"},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":" private static readonly DEFAULT_NO_PERMISSION_TO_PRIVATE_REPOS \u003d false;"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":" private static readonly SESSION_NEXT_KEY \u003d \u0027next\u0027;"},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" authStateSource \u003d new BehaviorSubject(AuthState.NotAuthenticated);"},{"lineNumber":39,"author":{"gitId":"-"},"content":" currentAuthState \u003d this.authStateSource.asObservable();"},{"lineNumber":40,"author":{"gitId":"-"},"content":" accessToken \u003d new BehaviorSubject(undefined);"},{"lineNumber":41,"author":{"gitId":"-"},"content":" private state: string;"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" ENABLE_POPUP_MESSAGE \u003d \u0027Please enable pop-ups in your browser\u0027;"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":46,"author":{"gitId":"-"},"content":" private router: Router,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" private ngZone: NgZone,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" private githubService: GithubService,"},{"lineNumber":49,"author":{"gitId":"-"},"content":" private userService: UserService,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" private issueService: IssueService,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" private labelService: LabelService,"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" private viewService: ViewService,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" private githubEventService: GithubEventService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" private titleService: Title,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" private errorHandlingService: ErrorHandlingService,"},{"lineNumber":56,"author":{"gitId":"-"},"content":" private logger: LoggingService"},{"lineNumber":57,"author":{"gitId":"-"},"content":" ) {}"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":" * Stores the data about the next route in the session storage."},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" storeNext(next: RouterStateSnapshot) {"},{"lineNumber":63,"author":{"gitId":"nknguyenhc"},"content":" sessionStorage.setItem(AuthService.SESSION_NEXT_KEY, next.url);"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":65,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":66,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":67,"author":{"gitId":"nknguyenhc"},"content":" * Checks if there is a next route to be redirected to after login,"},{"lineNumber":68,"author":{"gitId":"nknguyenhc"},"content":" * by checking the session storage."},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" hasNext(): boolean {"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" return sessionStorage.getItem(AuthService.SESSION_NEXT_KEY) !\u003d\u003d null;"},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":73,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":74,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":" * Checks if there is a next route to be redirected to after login,"},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":" * and start OAuth process automatically if there is."},{"lineNumber":77,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":78,"author":{"gitId":"nknguyenhc"},"content":" startOAuthIfHasNext() {"},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":" if (this.hasNext()) {"},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Start OAuth because there is a next route`);"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" this.startOAuthProcess(AuthService.DEFAULT_NO_PERMISSION_TO_PRIVATE_REPOS);"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":83,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":84,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":85,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":86,"author":{"gitId":"nknguyenhc"},"content":" * Checks if there is a next route to be redirected to after login,"},{"lineNumber":87,"author":{"gitId":"nknguyenhc"},"content":" * and complete the login process if there is."},{"lineNumber":88,"author":{"gitId":"nknguyenhc"},"content":" * Assuming that user has authenticated on Github, and the app is awaiting confirmation."},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" completeLoginIfHasNext(username: string) {"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" if (!this.hasNext()) {"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" return;"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Automatically complete login because there is a next route`);"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" this.changeAuthState(AuthState.AwaitingAuthentication);"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" this.userService.createUserModel(username).subscribe("},{"lineNumber":97,"author":{"gitId":"nknguyenhc"},"content":" () \u003d\u003e {"},{"lineNumber":98,"author":{"gitId":"nknguyenhc"},"content":" this.changeAuthState(AuthState.Authenticated);"},{"lineNumber":99,"author":{"gitId":"nknguyenhc"},"content":" },"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" (err) \u003d\u003e {"},{"lineNumber":101,"author":{"gitId":"nknguyenhc"},"content":" this.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":102,"author":{"gitId":"nknguyenhc"},"content":" this.errorHandlingService.handleError(err);"},{"lineNumber":103,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Automatic completion of login failed with an error: ${err}`);"},{"lineNumber":104,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":105,"author":{"gitId":"nknguyenhc"},"content":" );"},{"lineNumber":106,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":107,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":108,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":109,"author":{"gitId":"nknguyenhc"},"content":" * Clears the next route from the session storage."},{"lineNumber":110,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":111,"author":{"gitId":"nknguyenhc"},"content":" clearNext() {"},{"lineNumber":112,"author":{"gitId":"nknguyenhc"},"content":" sessionStorage.removeItem(AuthService.SESSION_NEXT_KEY);"},{"lineNumber":113,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":114,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":115,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":116,"author":{"gitId":"nknguyenhc"},"content":" * Redirect to the URL indicating the next route."},{"lineNumber":117,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":118,"author":{"gitId":"nknguyenhc"},"content":" redirectToNext() {"},{"lineNumber":119,"author":{"gitId":"nknguyenhc"},"content":" const next \u003d sessionStorage.getItem(AuthService.SESSION_NEXT_KEY);"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" this.viewService"},{"lineNumber":121,"author":{"gitId":"nknguyenhc"},"content":" .setupFromUrl(next)"},{"lineNumber":122,"author":{"gitId":"nknguyenhc"},"content":" .pipe("},{"lineNumber":123,"author":{"gitId":"nknguyenhc"},"content":" mergeMap(() \u003d\u003e this.setRepo()),"},{"lineNumber":124,"author":{"gitId":"nknguyenhc"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":125,"author":{"gitId":"nknguyenhc"},"content":" this.logger.info(`AuthService: Failed to redirect to next URL with error: ${err}`);"},{"lineNumber":126,"author":{"gitId":"nknguyenhc"},"content":" this.errorHandlingService.handleError(err);"},{"lineNumber":127,"author":{"gitId":"nknguyenhc"},"content":" this.clearNext();"},{"lineNumber":128,"author":{"gitId":"nknguyenhc"},"content":" return of(false);"},{"lineNumber":129,"author":{"gitId":"nknguyenhc"},"content":" })"},{"lineNumber":130,"author":{"gitId":"nknguyenhc"},"content":" )"},{"lineNumber":131,"author":{"gitId":"nknguyenhc"},"content":" .subscribe((isSetupSuccesssful) \u003d\u003e {"},{"lineNumber":132,"author":{"gitId":"nknguyenhc"},"content":" if (isSetupSuccesssful) {"},{"lineNumber":133,"author":{"gitId":"nknguyenhc"},"content":" this.router.navigateByUrl(next);"},{"lineNumber":134,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":135,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":136,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":137,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":139,"author":{"gitId":"-"},"content":" * Will store the OAuth token."},{"lineNumber":140,"author":{"gitId":"-"},"content":" */"},{"lineNumber":141,"author":{"gitId":"-"},"content":" storeOAuthAccessToken(token: string) {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" this.githubService.storeOAuthAccessToken(token);"},{"lineNumber":143,"author":{"gitId":"-"},"content":" this.accessToken.next(token);"},{"lineNumber":144,"author":{"gitId":"-"},"content":" }"},{"lineNumber":145,"author":{"gitId":"-"},"content":""},{"lineNumber":146,"author":{"gitId":"-"},"content":" reset(): void {"},{"lineNumber":147,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AuthService: Clearing access token and setting AuthState to NotAuthenticated.\u0027);"},{"lineNumber":148,"author":{"gitId":"-"},"content":" this.accessToken.next(undefined);"},{"lineNumber":149,"author":{"gitId":"-"},"content":" this.changeAuthState(AuthState.NotAuthenticated);"},{"lineNumber":150,"author":{"gitId":"-"},"content":" this.ngZone.run(() \u003d\u003e this.router.navigate([\u0027\u0027]));"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":" logOut(): void {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" this.githubService.reset();"},{"lineNumber":155,"author":{"gitId":"-"},"content":" this.userService.reset();"},{"lineNumber":156,"author":{"gitId":"-"},"content":" this.issueService.reset(true);"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.labelService.reset();"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" this.viewService.reset();"},{"lineNumber":159,"author":{"gitId":"-"},"content":" this.githubEventService.reset();"},{"lineNumber":160,"author":{"gitId":"-"},"content":" this.logger.reset();"},{"lineNumber":161,"author":{"gitId":"-"},"content":" this.setLandingPageTitle();"},{"lineNumber":162,"author":{"gitId":"-"},"content":" this.issueService.setIssueTeamFilter(\u0027All Teams\u0027);"},{"lineNumber":163,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":164,"author":{"gitId":"-"},"content":" }"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"NereusWB922"},"content":" setTitleWithViewDetail(): void {"},{"lineNumber":167,"author":{"gitId":"-"},"content":" const appSetting \u003d require(\u0027../../../../package.json\u0027);"},{"lineNumber":168,"author":{"gitId":"NereusWB922"},"content":" const title \u003d `${appSetting.name} ${appSetting.version} - ${this.viewService.getCurrentRepositoryURL()}`;"},{"lineNumber":169,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Setting Title as ${title}`);"},{"lineNumber":170,"author":{"gitId":"-"},"content":" this.titleService.setTitle(title);"},{"lineNumber":171,"author":{"gitId":"-"},"content":" }"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":" setLandingPageTitle(): void {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" const appSetting \u003d require(\u0027../../../../package.json\u0027);"},{"lineNumber":175,"author":{"gitId":"-"},"content":" const title \u003d `${appSetting.name} ${appSetting.version}`;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Setting Title as ${title}`);"},{"lineNumber":177,"author":{"gitId":"-"},"content":" this.titleService.setTitle(title);"},{"lineNumber":178,"author":{"gitId":"-"},"content":" }"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":" isAuthenticated(): boolean {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" return this.authStateSource.getValue() \u003d\u003d\u003d AuthState.Authenticated;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":""},{"lineNumber":184,"author":{"gitId":"-"},"content":" changeAuthState(newAuthState: AuthState) {"},{"lineNumber":185,"author":{"gitId":"-"},"content":" if (newAuthState \u003d\u003d\u003d AuthState.Authenticated) {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" const sessionId \u003d generateSessionId();"},{"lineNumber":187,"author":{"gitId":"-"},"content":" this.issueService.setSessionId(sessionId);"},{"lineNumber":188,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Successfully authenticated with session: ${sessionId}`);"},{"lineNumber":189,"author":{"gitId":"-"},"content":" }"},{"lineNumber":190,"author":{"gitId":"-"},"content":" this.authStateSource.next(newAuthState);"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":194,"author":{"gitId":"-"},"content":" * Generates and assigns an unguessable random \u0027state\u0027 string to pass to Github for protection against cross-site request forgery attacks"},{"lineNumber":195,"author":{"gitId":"-"},"content":" */"},{"lineNumber":196,"author":{"gitId":"-"},"content":" generateStateString() {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" this.state \u003d uuid();"},{"lineNumber":198,"author":{"gitId":"-"},"content":" sessionStorage.setItem(\u0027state\u0027, this.state);"},{"lineNumber":199,"author":{"gitId":"-"},"content":" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" isReturnedStateSame(returnedState: string): boolean {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" const state \u003d sessionStorage.getItem(\u0027state\u0027);"},{"lineNumber":203,"author":{"gitId":"-"},"content":" return returnedState \u003d\u003d\u003d state;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":207,"author":{"gitId":"-"},"content":" * Will start the Github OAuth web flow process."},{"lineNumber":208,"author":{"gitId":"-"},"content":" */"},{"lineNumber":209,"author":{"gitId":"-"},"content":" startOAuthProcess(hasPrivateConsent: boolean) {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" this.logger.info(\u0027AuthService: Starting authentication\u0027);"},{"lineNumber":211,"author":{"gitId":"-"},"content":" // Available OAuth scopes https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes"},{"lineNumber":212,"author":{"gitId":"-"},"content":" let permissionLevel \u003d \u0027public-repo\u0027;"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":" if (hasPrivateConsent) {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" // grants WATcher access to private repos if user allows"},{"lineNumber":216,"author":{"gitId":"-"},"content":" permissionLevel \u003d \u0027repo\u0027;"},{"lineNumber":217,"author":{"gitId":"-"},"content":" }"},{"lineNumber":218,"author":{"gitId":"-"},"content":""},{"lineNumber":219,"author":{"gitId":"-"},"content":" const githubRepoPermission \u003d permissionLevel; // don\u0027t allow changes after logging ins"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":" this.changeAuthState(AuthState.AwaitingAuthentication);"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":" this.generateStateString();"},{"lineNumber":224,"author":{"gitId":"-"},"content":" this.redirectToOAuthPage("},{"lineNumber":225,"author":{"gitId":"-"},"content":" encodeURI("},{"lineNumber":226,"author":{"gitId":"-"},"content":" `${AppConfig.githubUrl}/login/oauth/authorize?client_id\u003d${AppConfig.clientId}\u0026scope\u003d${githubRepoPermission},read:user\u0026state\u003d${this.state}`"},{"lineNumber":227,"author":{"gitId":"-"},"content":" )"},{"lineNumber":228,"author":{"gitId":"-"},"content":" );"},{"lineNumber":229,"author":{"gitId":"-"},"content":" this.logger.info(`AuthService: Redirecting for Github authentication`);"},{"lineNumber":230,"author":{"gitId":"-"},"content":" }"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":233,"author":{"gitId":"-"},"content":" * Handles the clean up required after authentication and setting up of repository is completed."},{"lineNumber":234,"author":{"gitId":"-"},"content":" */"},{"lineNumber":235,"author":{"gitId":"nknguyenhc"},"content":" handleSetRepoSuccess(repoName: string) {"},{"lineNumber":236,"author":{"gitId":"NereusWB922"},"content":" this.setTitleWithViewDetail();"},{"lineNumber":237,"author":{"gitId":"NereusWB922"},"content":" this.router.navigate([View.issuesViewer], {"},{"lineNumber":238,"author":{"gitId":"nknguyenhc"},"content":" queryParams: {"},{"lineNumber":239,"author":{"gitId":"NereusWB922"},"content":" [ViewService.REPO_QUERY_PARAM_KEY]: repoName"},{"lineNumber":240,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":241,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":242,"author":{"gitId":"-"},"content":" }"},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":245,"author":{"gitId":"-"},"content":" * Setup repository after authentication."},{"lineNumber":246,"author":{"gitId":"-"},"content":" */"},{"lineNumber":247,"author":{"gitId":"-"},"content":" setRepo(): Observable\u003cboolean\u003e {"},{"lineNumber":248,"author":{"gitId":"NereusWB922"},"content":" return from(this.viewService.initializeCurrentRepository()).pipe("},{"lineNumber":249,"author":{"gitId":"-"},"content":" map(() \u003d\u003e {"},{"lineNumber":250,"author":{"gitId":"NereusWB922"},"content":" if (!this.viewService.currentRepo) {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":252,"author":{"gitId":"-"},"content":" }"},{"lineNumber":253,"author":{"gitId":"-"},"content":" this.githubEventService.setLatestChangeEvent();"},{"lineNumber":254,"author":{"gitId":"NereusWB922"},"content":" this.handleSetRepoSuccess(this.viewService.currentRepo.toString());"},{"lineNumber":255,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":256,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":257,"author":{"gitId":"-"},"content":" catchError((error) \u003d\u003e {"},{"lineNumber":258,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error);"},{"lineNumber":259,"author":{"gitId":"nknguyenhc"},"content":" this.clearNext();"},{"lineNumber":260,"author":{"gitId":"-"},"content":" return of(false);"},{"lineNumber":261,"author":{"gitId":"-"},"content":" })"},{"lineNumber":262,"author":{"gitId":"-"},"content":" );"},{"lineNumber":263,"author":{"gitId":"-"},"content":" }"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":266,"author":{"gitId":"-"},"content":" * Will redirect to GitHub OAuth page"},{"lineNumber":267,"author":{"gitId":"-"},"content":" */"},{"lineNumber":268,"author":{"gitId":"-"},"content":" private redirectToOAuthPage(url: string): void {"},{"lineNumber":269,"author":{"gitId":"-"},"content":" if (url \u003d\u003d null) {"},{"lineNumber":270,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":271,"author":{"gitId":"-"},"content":" }"},{"lineNumber":272,"author":{"gitId":"-"},"content":" window.location.href \u003d url;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" }"},{"lineNumber":274,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":88,"NereusWB922":14,"-":172}},{"path":"src/app/core/services/error-message.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":4,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":5,"author":{"gitId":"-"},"content":"})"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * Contains all error message prompts to user."},{"lineNumber":9,"author":{"gitId":"-"},"content":" */"},{"lineNumber":10,"author":{"gitId":"-"},"content":"export class ErrorMessageService {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" public static repositoryNotPresentMessage() {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" return \u0027Invalid repository name. Please provide Github repository URL or the repository name in the format Org/Repository Name.\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" }"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" public static invalidUrlMessage() {"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" return \u0027URL is invalid, or repository does not exist, please indicate the repository you wish to view to continue.\u0027;"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" public static unableToFetchIssuesMessage() {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch issue.\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" }"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" public static unableToFetchMilestoneMessage() {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch milestones.\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" }"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" public static unableToFetchLabelsMessage() {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch labels.\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" public static usersUnassignableMessage(assignee: string) {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" return `Cannot assign ${assignee} to the issue. Please check if ${assignee} is authorized.`;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" }"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" public static unableToFetchUsersMessage() {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch assignable users for repository\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":" }"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":" public static unableToFetchEventsMessage() {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch issue events for repository\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" public static unableToFetchActivityEventsMessage() {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch activity events for repository\u0027;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" public static unableToFetchDataFileMessage() {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch data file.\u0027;"},{"lineNumber":49,"author":{"gitId":"-"},"content":" }"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" public static unableToFetchLatestReleaseMessage() {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch latest release.\u0027;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" public static unableToFetchSettingsFileMessage() {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch settings file.\u0027;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" }"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":" public static unableToFetchAuthenticatedUsersMessage() {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" return \u0027Failed to fetch authenticated user.\u0027;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" }"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":" public static unableToOpenInBrowserMessage() {"},{"lineNumber":64,"author":{"gitId":"-"},"content":" return \u0027Unable to open this issue in Browser\u0027;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" }"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":" public static applicationVersionOutdatedMessage() {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" return \u0027Please update to the latest version of WATcher.\u0027;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" }"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":" public static multipleDropdownOptionsErrorMessage() {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return \u0027Supply either Dropdown option number or text, not both.\u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" public static noDropdownOptionsErrorMessage() {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" return \u0027No Dropdown identification parameters supplied.\u0027;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" }"},{"lineNumber":78,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":4,"-":74}},{"path":"src/app/core/services/factories/factory.auth.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { NgZone } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Title } from \u0027@angular/platform-browser\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Router } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"// import { AppConfig } from \u0027../../../../environments/environment\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027../auth.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../error-handling.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../githubevent.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../issue.service\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../label.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../logging.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"// import { MockAuthService } from \u0027../mocks/mock.auth.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../user.service\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../view.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"export function AuthServiceFactory("},{"lineNumber":17,"author":{"gitId":"-"},"content":" router: Router,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" ngZone: NgZone,"},{"lineNumber":19,"author":{"gitId":"-"},"content":" githubService: GithubService,"},{"lineNumber":20,"author":{"gitId":"-"},"content":" userService: UserService,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" issueService: IssueService,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" labelService: LabelService,"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" viewService: ViewService,"},{"lineNumber":24,"author":{"gitId":"-"},"content":" githubEventService: GithubEventService,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" titleService: Title,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" errorHandlingService: ErrorHandlingService,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" logger: LoggingService"},{"lineNumber":28,"author":{"gitId":"-"},"content":") {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" // TODO: Write Mocks"},{"lineNumber":30,"author":{"gitId":"-"},"content":" // if (AppConfig.test) {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" // return new MockAuthService("},{"lineNumber":32,"author":{"gitId":"-"},"content":" // router,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" // ngZone,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" // githubService,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" // userService,"},{"lineNumber":36,"author":{"gitId":"-"},"content":" // issueService,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" // labelService,"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" // viewService,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" // githubEventService,"},{"lineNumber":40,"author":{"gitId":"-"},"content":" // titleService,"},{"lineNumber":41,"author":{"gitId":"-"},"content":" // logger"},{"lineNumber":42,"author":{"gitId":"-"},"content":" // );"},{"lineNumber":43,"author":{"gitId":"-"},"content":" // }"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return new AuthService("},{"lineNumber":45,"author":{"gitId":"-"},"content":" router,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ngZone,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" githubService,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" userService,"},{"lineNumber":49,"author":{"gitId":"-"},"content":" issueService,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" labelService,"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" viewService,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" githubEventService,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" titleService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" errorHandlingService,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" logger"},{"lineNumber":56,"author":{"gitId":"-"},"content":" );"},{"lineNumber":57,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":4,"-":53}},{"path":"src/app/core/services/factories/factory.github.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Apollo } from \u0027apollo-angular\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"// import { AppConfig } from \u0027../../../../environments/environment\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../error-handling.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"// import { MockGithubService } from \u0027../mocks/mock.github.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"export function GithubServiceFactory(handling: ErrorHandlingService, apollo: Apollo, logger: LoggingService) {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" // TODO: Write Mocks"},{"lineNumber":11,"author":{"gitId":"-"},"content":" // if (AppConfig.test) {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" // return new MockGithubService();"},{"lineNumber":13,"author":{"gitId":"-"},"content":" // }"},{"lineNumber":14,"author":{"gitId":"-"},"content":" return new GithubService(handling, apollo, logger);"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"MadLamprey":1,"-":14}},{"path":"src/app/core/services/factories/factory.issue.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"// import { AppConfig } from \u0027../../../../environments/environment\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../issue.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"// import { MockIssueService } from \u0027../mocks/mock.issue.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../user.service\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../view.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"export function IssueServiceFactory(githubService: GithubService, userService: UserService, viewService: ViewService) {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" // TODO: Write Mocks"},{"lineNumber":10,"author":{"gitId":"-"},"content":" // if (AppConfig.test) {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" // return new MockIssueService(githubService, viewService, dataService);"},{"lineNumber":12,"author":{"gitId":"-"},"content":" // }"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" return new IssueService(githubService, userService, viewService);"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":4,"-":10}},{"path":"src/app/core/services/filters.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { Sort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"import { BehaviorSubject, pipe } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"import { SimpleLabel } from \u0027../models/label.model\u0027;"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":"import { Milestone } from \u0027../models/milestone.model\u0027;"},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":8,"author":{"gitId":"nknguyenhc"},"content":"import { MilestoneService } from \u0027./milestone.service\u0027;"},{"lineNumber":9,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":10,"author":{"gitId":"Arif-Khalid"},"content":"export type Filter \u003d {"},{"lineNumber":11,"author":{"gitId":"Arif-Khalid"},"content":" title: string;"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":" status: string[];"},{"lineNumber":13,"author":{"gitId":"Arif-Khalid"},"content":" type: string;"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" sort: Sort;"},{"lineNumber":15,"author":{"gitId":"Arif-Khalid"},"content":" labels: string[];"},{"lineNumber":16,"author":{"gitId":"Arif-Khalid"},"content":" milestones: string[];"},{"lineNumber":17,"author":{"gitId":"Arif-Khalid"},"content":" hiddenLabels: Set\u003cstring\u003e;"},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: Set\u003cstring\u003e;"},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":" itemsPerPage: number;"},{"lineNumber":20,"author":{"gitId":"Arif-Khalid"},"content":"};"},{"lineNumber":21,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":22,"author":{"gitId":"Arif-Khalid"},"content":"@Injectable({"},{"lineNumber":23,"author":{"gitId":"Arif-Khalid"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":24,"author":{"gitId":"Arif-Khalid"},"content":"})"},{"lineNumber":25,"author":{"gitId":"Arif-Khalid"},"content":"/**"},{"lineNumber":26,"author":{"gitId":"Arif-Khalid"},"content":" * Responsible for centralising filters"},{"lineNumber":27,"author":{"gitId":"Arif-Khalid"},"content":" * Filters are subscribed to and emitted from this service"},{"lineNumber":28,"author":{"gitId":"Arif-Khalid"},"content":" */"},{"lineNumber":29,"author":{"gitId":"Arif-Khalid"},"content":"export class FiltersService {"},{"lineNumber":30,"author":{"gitId":"Arif-Khalid"},"content":" public static readonly PRESET_VIEW_QUERY_PARAM_KEY \u003d \u0027presetview\u0027;"},{"lineNumber":31,"author":{"gitId":"MadLamprey"},"content":" private itemsPerPage \u003d 20;"},{"lineNumber":32,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":33,"author":{"gitId":"nknguyenhc"},"content":" readonly presetViews: {"},{"lineNumber":34,"author":{"gitId":"nknguyenhc"},"content":" [key: string]: () \u003d\u003e Filter;"},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":" } \u003d {"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":" currentlyActive: () \u003d\u003e ({"},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":" title: \u0027\u0027,"},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" status: [\u0027open pullrequest\u0027, \u0027merged pullrequest\u0027, \u0027open issue\u0027, \u0027closed issue\u0027],"},{"lineNumber":39,"author":{"gitId":"nknguyenhc"},"content":" type: \u0027all\u0027,"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" sort: { active: \u0027status\u0027, direction: \u0027asc\u0027 },"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" labels: [],"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" milestones: this.getMilestonesForCurrentlyActive().map((milestone) \u003d\u003e milestone.title),"},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":" hiddenLabels: new Set\u003cstring\u003e(),"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" deselectedLabels: new Set\u003cstring\u003e(),"},{"lineNumber":45,"author":{"gitId":"MadLamprey"},"content":" itemsPerPage: this.itemsPerPage"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" }),"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":" contributions: () \u003d\u003e ({"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":" title: \u0027\u0027,"},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" status: [\u0027open pullrequest\u0027, \u0027merged pullrequest\u0027, \u0027open issue\u0027, \u0027closed issue\u0027],"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" type: \u0027all\u0027,"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":" sort: { active: \u0027id\u0027, direction: \u0027desc\u0027 },"},{"lineNumber":52,"author":{"gitId":"nknguyenhc"},"content":" labels: [],"},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":" milestones: this.milestoneService.milestones.map((milestone) \u003d\u003e milestone.title),"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" hiddenLabels: new Set\u003cstring\u003e(),"},{"lineNumber":55,"author":{"gitId":"MadLamprey"},"content":" deselectedLabels: new Set\u003cstring\u003e(),"},{"lineNumber":56,"author":{"gitId":"MadLamprey"},"content":" itemsPerPage: this.itemsPerPage"},{"lineNumber":57,"author":{"gitId":"nknguyenhc"},"content":" }),"},{"lineNumber":58,"author":{"gitId":"nknguyenhc"},"content":" custom: () \u003d\u003e this.filter$.value"},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" };"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":" // List of keys in the new filter change that causes current filter to not qualify to be a preset view."},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" readonly presetChangingKeys \u003d new Set\u003cstring\u003e([\u0027status\u0027, \u0027type\u0027, \u0027milestones\u0027, \u0027labels\u0027, \u0027deselectedLabels\u0027]);"},{"lineNumber":63,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" readonly defaultFilter \u003d this.presetViews.currentlyActive;"},{"lineNumber":65,"author":{"gitId":"nknguyenhc"},"content":" public filter$ \u003d new BehaviorSubject\u003cFilter\u003e(this.defaultFilter());"},{"lineNumber":66,"author":{"gitId":"nknguyenhc"},"content":" // Either \u0027currentlyActive\u0027, \u0027contributions\u0027, or \u0027custom\u0027."},{"lineNumber":67,"author":{"gitId":"nknguyenhc"},"content":" public presetView$ \u003d new BehaviorSubject\u003cstring\u003e(\u0027currentlyActive\u0027);"},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" // Helps in determining whether all milestones were selected from previous repo during sanitization of milestones"},{"lineNumber":70,"author":{"gitId":"Arif-Khalid"},"content":" private previousMilestonesLength \u003d 0;"},{"lineNumber":71,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":72,"author":{"gitId":"Arif-Khalid"},"content":" constructor("},{"lineNumber":73,"author":{"gitId":"Arif-Khalid"},"content":" private logger: LoggingService,"},{"lineNumber":74,"author":{"gitId":"Arif-Khalid"},"content":" private router: Router,"},{"lineNumber":75,"author":{"gitId":"Arif-Khalid"},"content":" private route: ActivatedRoute,"},{"lineNumber":76,"author":{"gitId":"Arif-Khalid"},"content":" private milestoneService: MilestoneService"},{"lineNumber":77,"author":{"gitId":"MadLamprey"},"content":" ) {"},{"lineNumber":78,"author":{"gitId":"MadLamprey"},"content":" this.filter$.subscribe((filter: Filter) \u003d\u003e {"},{"lineNumber":79,"author":{"gitId":"MadLamprey"},"content":" this.itemsPerPage \u003d filter.itemsPerPage;"},{"lineNumber":80,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":81,"author":{"gitId":"MadLamprey"},"content":" }"},{"lineNumber":82,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":83,"author":{"gitId":"Arif-Khalid"},"content":" private pushFiltersToUrl(): void {"},{"lineNumber":84,"author":{"gitId":"Arif-Khalid"},"content":" const queryParams \u003d { ...this.route.snapshot.queryParams };"},{"lineNumber":85,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":86,"author":{"gitId":"Arif-Khalid"},"content":" for (const filterName of Object.keys(this.filter$.value)) {"},{"lineNumber":87,"author":{"gitId":"Arif-Khalid"},"content":" const filterValue \u003d this.filter$.value[filterName];"},{"lineNumber":88,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":89,"author":{"gitId":"Arif-Khalid"},"content":" // Don\u0027t include empty or null filters"},{"lineNumber":90,"author":{"gitId":"Arif-Khalid"},"content":" // Intended behaviour to reset to default if 0 of a certain filter are selected"},{"lineNumber":91,"author":{"gitId":"Arif-Khalid"},"content":" switch (filterName) {"},{"lineNumber":92,"author":{"gitId":"Arif-Khalid"},"content":" // Strings"},{"lineNumber":93,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027title\u0027:"},{"lineNumber":94,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027type\u0027:"},{"lineNumber":95,"author":{"gitId":"Arif-Khalid"},"content":" if (!filterValue) {"},{"lineNumber":96,"author":{"gitId":"Arif-Khalid"},"content":" delete queryParams[filterName];"},{"lineNumber":97,"author":{"gitId":"Arif-Khalid"},"content":" continue;"},{"lineNumber":98,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":99,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d filterValue;"},{"lineNumber":100,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":101,"author":{"gitId":"Arif-Khalid"},"content":" // Arrays"},{"lineNumber":102,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027status\u0027:"},{"lineNumber":103,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027labels\u0027:"},{"lineNumber":104,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027milestones\u0027:"},{"lineNumber":105,"author":{"gitId":"Arif-Khalid"},"content":" if (filterValue.length \u003d\u003d\u003d 0) {"},{"lineNumber":106,"author":{"gitId":"Arif-Khalid"},"content":" delete queryParams[filterName];"},{"lineNumber":107,"author":{"gitId":"Arif-Khalid"},"content":" continue;"},{"lineNumber":108,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":109,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d filterValue;"},{"lineNumber":110,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":111,"author":{"gitId":"Arif-Khalid"},"content":" // Sets"},{"lineNumber":112,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027selectedLabels\u0027:"},{"lineNumber":113,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027deselectedLabels\u0027:"},{"lineNumber":114,"author":{"gitId":"Arif-Khalid"},"content":" if (filterValue.size \u003d\u003d\u003d 0) {"},{"lineNumber":115,"author":{"gitId":"Arif-Khalid"},"content":" delete queryParams[filterName];"},{"lineNumber":116,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":117,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d [...filterValue];"},{"lineNumber":118,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":119,"author":{"gitId":"Arif-Khalid"},"content":" // Objects"},{"lineNumber":120,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027sort\u0027:"},{"lineNumber":121,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[filterName] \u003d JSON.stringify(filterValue);"},{"lineNumber":122,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":123,"author":{"gitId":"MadLamprey"},"content":" case \u0027itemsPerPage\u0027:"},{"lineNumber":124,"author":{"gitId":"MadLamprey"},"content":" queryParams[filterName] \u003d filterValue.toString();"},{"lineNumber":125,"author":{"gitId":"MadLamprey"},"content":" break;"},{"lineNumber":126,"author":{"gitId":"Arif-Khalid"},"content":" default:"},{"lineNumber":127,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":128,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":129,"author":{"gitId":"Arif-Khalid"},"content":" queryParams[FiltersService.PRESET_VIEW_QUERY_PARAM_KEY] \u003d this.presetView$.value;"},{"lineNumber":130,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":131,"author":{"gitId":"Arif-Khalid"},"content":" this.router.navigate([], {"},{"lineNumber":132,"author":{"gitId":"Arif-Khalid"},"content":" relativeTo: this.route,"},{"lineNumber":133,"author":{"gitId":"Arif-Khalid"},"content":" queryParams,"},{"lineNumber":134,"author":{"gitId":"Arif-Khalid"},"content":" replaceUrl: true"},{"lineNumber":135,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":136,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":137,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":138,"author":{"gitId":"Arif-Khalid"},"content":" clearFilters(): void {"},{"lineNumber":139,"author":{"gitId":"Arif-Khalid"},"content":" this.updatePresetView(\u0027currentlyActive\u0027);"},{"lineNumber":140,"author":{"gitId":"Arif-Khalid"},"content":" this.previousMilestonesLength \u003d 0;"},{"lineNumber":141,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":142,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":143,"author":{"gitId":"Arif-Khalid"},"content":" initializeFromURLParams() {"},{"lineNumber":144,"author":{"gitId":"Arif-Khalid"},"content":" const nextFilter: Filter \u003d this.defaultFilter();"},{"lineNumber":145,"author":{"gitId":"Arif-Khalid"},"content":" const queryParams \u003d this.route.snapshot.queryParamMap;"},{"lineNumber":146,"author":{"gitId":"Arif-Khalid"},"content":" try {"},{"lineNumber":147,"author":{"gitId":"Arif-Khalid"},"content":" const presetView \u003d queryParams.get(FiltersService.PRESET_VIEW_QUERY_PARAM_KEY);"},{"lineNumber":148,"author":{"gitId":"Arif-Khalid"},"content":" // Use preset view if set in url"},{"lineNumber":149,"author":{"gitId":"Arif-Khalid"},"content":" if (presetView \u0026\u0026 this.presetViews.hasOwnProperty(presetView) \u0026\u0026 presetView !\u003d\u003d \u0027custom\u0027) {"},{"lineNumber":150,"author":{"gitId":"Arif-Khalid"},"content":" this.updatePresetView(presetView);"},{"lineNumber":151,"author":{"gitId":"Arif-Khalid"},"content":" return;"},{"lineNumber":152,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":153,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":154,"author":{"gitId":"Arif-Khalid"},"content":" // No preset view and no other filters in params, use default view"},{"lineNumber":155,"author":{"gitId":"Arif-Khalid"},"content":" if (!presetView \u0026\u0026 Object.keys(nextFilter).every((filterName) \u003d\u003e queryParams.get(filterName) \u003d\u003d\u003d null)) {"},{"lineNumber":156,"author":{"gitId":"Arif-Khalid"},"content":" this.updatePresetView(\u0027currentlyActive\u0027);"},{"lineNumber":157,"author":{"gitId":"Arif-Khalid"},"content":" return;"},{"lineNumber":158,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":159,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":160,"author":{"gitId":"Arif-Khalid"},"content":" for (const filterName of Object.keys(nextFilter)) {"},{"lineNumber":161,"author":{"gitId":"Arif-Khalid"},"content":" // Check if there is no such param in url"},{"lineNumber":162,"author":{"gitId":"Arif-Khalid"},"content":" if (queryParams.get(filterName) \u003d\u003d\u003d null) {"},{"lineNumber":163,"author":{"gitId":"Arif-Khalid"},"content":" continue;"},{"lineNumber":164,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":165,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":166,"author":{"gitId":"Arif-Khalid"},"content":" const filterData \u003d queryParams.getAll(filterName);"},{"lineNumber":167,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":168,"author":{"gitId":"Arif-Khalid"},"content":" switch (filterName) {"},{"lineNumber":169,"author":{"gitId":"Arif-Khalid"},"content":" // Strings"},{"lineNumber":170,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027title\u0027:"},{"lineNumber":171,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027type\u0027:"},{"lineNumber":172,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d filterData[0];"},{"lineNumber":173,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":174,"author":{"gitId":"Arif-Khalid"},"content":" // Arrays"},{"lineNumber":175,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027status\u0027:"},{"lineNumber":176,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027labels\u0027:"},{"lineNumber":177,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027milestones\u0027:"},{"lineNumber":178,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d filterData;"},{"lineNumber":179,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":180,"author":{"gitId":"Arif-Khalid"},"content":" // Sets"},{"lineNumber":181,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027selectedLabels\u0027:"},{"lineNumber":182,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027deselectedLabels\u0027:"},{"lineNumber":183,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d new Set(filterData);"},{"lineNumber":184,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":185,"author":{"gitId":"Arif-Khalid"},"content":" // Objects"},{"lineNumber":186,"author":{"gitId":"Arif-Khalid"},"content":" case \u0027sort\u0027:"},{"lineNumber":187,"author":{"gitId":"Arif-Khalid"},"content":" nextFilter[filterName] \u003d JSON.parse(filterData[0]);"},{"lineNumber":188,"author":{"gitId":"Arif-Khalid"},"content":" break;"},{"lineNumber":189,"author":{"gitId":"MadLamprey"},"content":" case \u0027itemsPerPage\u0027:"},{"lineNumber":190,"author":{"gitId":"MadLamprey"},"content":" nextFilter[filterName] \u003d Number(filterData[0]);"},{"lineNumber":191,"author":{"gitId":"MadLamprey"},"content":" break;"},{"lineNumber":192,"author":{"gitId":"Arif-Khalid"},"content":" default:"},{"lineNumber":193,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":194,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":195,"author":{"gitId":"Arif-Khalid"},"content":" this.updateFilters(nextFilter);"},{"lineNumber":196,"author":{"gitId":"Arif-Khalid"},"content":" } catch (err) {"},{"lineNumber":197,"author":{"gitId":"Arif-Khalid"},"content":" this.logger.info(`FiltersService: Update filters from URL failed with an error: ${err}`);"},{"lineNumber":198,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":199,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":200,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":201,"author":{"gitId":"Arif-Khalid"},"content":" updateFilters(newFilters: Partial\u003cFilter\u003e): void {"},{"lineNumber":202,"author":{"gitId":"nknguyenhc"},"content":" const nextDropdownFilter: Filter \u003d {"},{"lineNumber":203,"author":{"gitId":"Arif-Khalid"},"content":" ...this.filter$.value,"},{"lineNumber":204,"author":{"gitId":"Arif-Khalid"},"content":" ...newFilters"},{"lineNumber":205,"author":{"gitId":"Arif-Khalid"},"content":" };"},{"lineNumber":206,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(nextDropdownFilter);"},{"lineNumber":207,"author":{"gitId":"nknguyenhc"},"content":" this.updatePresetViewFromFilters(newFilters);"},{"lineNumber":208,"author":{"gitId":"Arif-Khalid"},"content":" this.pushFiltersToUrl();"},{"lineNumber":209,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":210,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":211,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":212,"author":{"gitId":"nknguyenhc"},"content":" * Updates the filters without updating the preset view."},{"lineNumber":213,"author":{"gitId":"nknguyenhc"},"content":" * This should only be called when there are new labels/milestones."},{"lineNumber":214,"author":{"gitId":"nknguyenhc"},"content":" * The preset view will be reapplied."},{"lineNumber":215,"author":{"gitId":"nknguyenhc"},"content":" * @param newFilters The filters with new values"},{"lineNumber":216,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":217,"author":{"gitId":"nknguyenhc"},"content":" private updateFiltersWithoutUpdatingPresetView(newFilters: Partial\u003cFilter\u003e): void {"},{"lineNumber":218,"author":{"gitId":"nknguyenhc"},"content":" const nextDropdownFilter: Filter \u003d {"},{"lineNumber":219,"author":{"gitId":"nknguyenhc"},"content":" ...this.filter$.value,"},{"lineNumber":220,"author":{"gitId":"nknguyenhc"},"content":" ...newFilters"},{"lineNumber":221,"author":{"gitId":"nknguyenhc"},"content":" };"},{"lineNumber":222,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(nextDropdownFilter);"},{"lineNumber":223,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(this.presetViews[this.presetView$.value]());"},{"lineNumber":224,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":225,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":226,"author":{"gitId":"nknguyenhc"},"content":" private updatePresetViewFromFilters(newFilter: Partial\u003cFilter\u003e): void {"},{"lineNumber":227,"author":{"gitId":"nknguyenhc"},"content":" for (const key of Object.keys(newFilter)) {"},{"lineNumber":228,"author":{"gitId":"nknguyenhc"},"content":" if (this.presetChangingKeys.has(key)) {"},{"lineNumber":229,"author":{"gitId":"nknguyenhc"},"content":" this.presetView$.next(\u0027custom\u0027);"},{"lineNumber":230,"author":{"gitId":"nknguyenhc"},"content":" return;"},{"lineNumber":231,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":232,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":233,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":234,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":235,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":236,"author":{"gitId":"nknguyenhc"},"content":" * Updates the filter based on a preset view."},{"lineNumber":237,"author":{"gitId":"nknguyenhc"},"content":" * @param presetViewName The name of the preset view, either \u0027currentlyActive\u0027, \u0027contributions\u0027, or \u0027custom\u0027."},{"lineNumber":238,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":239,"author":{"gitId":"nknguyenhc"},"content":" updatePresetView(presetViewName: string) {"},{"lineNumber":240,"author":{"gitId":"nknguyenhc"},"content":" this.filter$.next(this.presetViews[presetViewName]());"},{"lineNumber":241,"author":{"gitId":"nknguyenhc"},"content":" this.presetView$.next(presetViewName);"},{"lineNumber":242,"author":{"gitId":"Arif-Khalid"},"content":" this.pushFiltersToUrl();"},{"lineNumber":243,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":244,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":245,"author":{"gitId":"Arif-Khalid"},"content":" sanitizeLabels(allLabels: SimpleLabel[]): void {"},{"lineNumber":246,"author":{"gitId":"Arif-Khalid"},"content":" const allLabelsSet \u003d new Set(allLabels.map((label) \u003d\u003e label.name));"},{"lineNumber":247,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":248,"author":{"gitId":"Arif-Khalid"},"content":" const newHiddenLabels: Set\u003cstring\u003e \u003d new Set();"},{"lineNumber":249,"author":{"gitId":"Arif-Khalid"},"content":" for (const hiddenLabel of this.filter$.value.hiddenLabels) {"},{"lineNumber":250,"author":{"gitId":"Arif-Khalid"},"content":" if (allLabelsSet.has(hiddenLabel)) {"},{"lineNumber":251,"author":{"gitId":"Arif-Khalid"},"content":" newHiddenLabels.add(hiddenLabel);"},{"lineNumber":252,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":253,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":254,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":255,"author":{"gitId":"nknguyenhc"},"content":" const newDeselectedLabels: Set\u003cstring\u003e \u003d new Set();"},{"lineNumber":256,"author":{"gitId":"nknguyenhc"},"content":" for (const deselectedLabel of this.filter$.value.deselectedLabels) {"},{"lineNumber":257,"author":{"gitId":"nknguyenhc"},"content":" if (allLabelsSet.has(deselectedLabel)) {"},{"lineNumber":258,"author":{"gitId":"nknguyenhc"},"content":" newDeselectedLabels.add(deselectedLabel);"},{"lineNumber":259,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":260,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":261,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":262,"author":{"gitId":"nknguyenhc"},"content":" const newLabels \u003d this.filter$.value.labels.filter((label) \u003d\u003e allLabelsSet.has(label));"},{"lineNumber":263,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":264,"author":{"gitId":"nknguyenhc"},"content":" this.updateFiltersWithoutUpdatingPresetView({"},{"lineNumber":265,"author":{"gitId":"nknguyenhc"},"content":" labels: newLabels,"},{"lineNumber":266,"author":{"gitId":"nknguyenhc"},"content":" hiddenLabels: newHiddenLabels,"},{"lineNumber":267,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: newDeselectedLabels"},{"lineNumber":268,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":269,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":270,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":271,"author":{"gitId":"Arif-Khalid"},"content":" sanitizeMilestones(allMilestones: Milestone[]) {"},{"lineNumber":272,"author":{"gitId":"MadLamprey"},"content":" const milestones \u003d allMilestones.map((milestone) \u003d\u003e milestone.title);"},{"lineNumber":273,"author":{"gitId":"MadLamprey"},"content":" milestones.push(Milestone.IssueWithoutMilestone.title, Milestone.PRWithoutMilestone.title);"},{"lineNumber":274,"author":{"gitId":"MadLamprey"},"content":" const allMilestonesSet \u003d new Set(milestones);"},{"lineNumber":275,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":276,"author":{"gitId":"Arif-Khalid"},"content":" // All previous milestones were selected, reset to all new milestones selected"},{"lineNumber":277,"author":{"gitId":"Arif-Khalid"},"content":" if (this.filter$.value.milestones.length \u003d\u003d\u003d this.previousMilestonesLength) {"},{"lineNumber":278,"author":{"gitId":"nknguyenhc"},"content":" this.updateFiltersWithoutUpdatingPresetView({ milestones: [...allMilestonesSet] });"},{"lineNumber":279,"author":{"gitId":"MadLamprey"},"content":" this.previousMilestonesLength \u003d allMilestonesSet.size;"},{"lineNumber":280,"author":{"gitId":"Arif-Khalid"},"content":" return;"},{"lineNumber":281,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":282,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":283,"author":{"gitId":"Arif-Khalid"},"content":" const newMilestones: string[] \u003d [];"},{"lineNumber":284,"author":{"gitId":"Arif-Khalid"},"content":" for (const milestone of this.filter$.value.milestones) {"},{"lineNumber":285,"author":{"gitId":"Arif-Khalid"},"content":" if (allMilestonesSet.has(milestone)) {"},{"lineNumber":286,"author":{"gitId":"Arif-Khalid"},"content":" newMilestones.push(milestone);"},{"lineNumber":287,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":288,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":289,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":290,"author":{"gitId":"Arif-Khalid"},"content":" // No applicable milestones, reset to all milestones selected"},{"lineNumber":291,"author":{"gitId":"Arif-Khalid"},"content":" if (newMilestones.length \u003d\u003d\u003d 0) {"},{"lineNumber":292,"author":{"gitId":"Arif-Khalid"},"content":" newMilestones.push(...allMilestonesSet);"},{"lineNumber":293,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":294,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":295,"author":{"gitId":"nknguyenhc"},"content":" this.updateFiltersWithoutUpdatingPresetView({ milestones: newMilestones });"},{"lineNumber":296,"author":{"gitId":"MadLamprey"},"content":" this.previousMilestonesLength \u003d allMilestonesSet.size;"},{"lineNumber":297,"author":{"gitId":"Arif-Khalid"},"content":" }"},{"lineNumber":298,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":299,"author":{"gitId":"nknguyenhc"},"content":" getMilestonesForCurrentlyActive(): Milestone[] {"},{"lineNumber":300,"author":{"gitId":"nknguyenhc"},"content":" const earliestOpenMilestone \u003d this.milestoneService.getEarliestOpenMilestone();"},{"lineNumber":301,"author":{"gitId":"nknguyenhc"},"content":" if (earliestOpenMilestone) {"},{"lineNumber":302,"author":{"gitId":"NereusWB922"},"content":" return [earliestOpenMilestone, Milestone.PRWithoutMilestone];"},{"lineNumber":303,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":304,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":305,"author":{"gitId":"nknguyenhc"},"content":" const latestClosedMilestone \u003d this.milestoneService.getLatestClosedMilestone();"},{"lineNumber":306,"author":{"gitId":"nknguyenhc"},"content":" if (latestClosedMilestone) {"},{"lineNumber":307,"author":{"gitId":"NereusWB922"},"content":" return [latestClosedMilestone, Milestone.PRWithoutMilestone];"},{"lineNumber":308,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":309,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":310,"author":{"gitId":"NereusWB922"},"content":" return [...this.milestoneService.milestones, Milestone.PRWithoutMilestone];"},{"lineNumber":311,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":312,"author":{"gitId":"Arif-Khalid"},"content":"}"}],"authorContributionMap":{"nknguyenhc":95,"Arif-Khalid":191,"NereusWB922":3,"MadLamprey":23}},{"path":"src/app/core/services/github.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { HttpErrorResponse } from \u0027@angular/common/http\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":"import { ApolloQueryResult } from \u0027@apollo/client/core\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Apollo, QueryRef } from \u0027apollo-angular\u0027;"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { DocumentNode } from \u0027graphql\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { BehaviorSubject, forkJoin, from, merge, Observable, of, throwError } from \u0027rxjs\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { catchError, filter, flatMap, map, throwIfEmpty } from \u0027rxjs/operators\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" FetchIssue,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" FetchIssueQuery,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" FetchIssues,"},{"lineNumber":13,"author":{"gitId":"-"},"content":" FetchIssuesQuery,"},{"lineNumber":14,"author":{"gitId":"-"},"content":" FetchPullRequests,"},{"lineNumber":15,"author":{"gitId":"-"},"content":" FetchPullRequestsQuery"},{"lineNumber":16,"author":{"gitId":"-"},"content":"} from \u0027../../../../graphql/graphql-types\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../../environments/environment\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"import { getNumberOfPages } from \u0027../../shared/lib/github-paginator-parser\u0027;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"import { GithubUser, RawGithubUser } from \u0027../models/github-user.model\u0027;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { IssueLastModifiedManagerModel } from \u0027../models/github/cache-manager/issue-last-modified-manager.model\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { IssuesCacheManager } from \u0027../models/github/cache-manager/issues-cache-manager.model\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { GithubEvent } from \u0027../models/github/github-event.model\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"import { GithubGraphqlIssue } from \u0027../models/github/github-graphql.issue\u0027;"},{"lineNumber":24,"author":{"gitId":"-"},"content":"import { GithubGraphqlIssueOrPr } from \u0027../models/github/github-graphql.issue-or-pr\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"import RestGithubIssueFilter from \u0027../models/github/github-issue-filter.model\u0027;"},{"lineNumber":26,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027../models/github/github-issue.model\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"import { GithubResponse } from \u0027../models/github/github-response.model\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"import { GithubRelease } from \u0027../models/github/github.release\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"import { SessionData } from \u0027../models/session.model\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"import { ERRORCODE_NOT_FOUND, ErrorHandlingService } from \u0027./error-handling.service\u0027;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027./error-message.service\u0027;"},{"lineNumber":32,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"const { Octokit } \u003d require(\u0027@octokit/rest\u0027);"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"const WATCHER_ORG \u003d \u0027WATcher-org\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"const WATCHER_REPO \u003d \u0027WATcher\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"/** Owner of Repository to watch */"},{"lineNumber":40,"author":{"gitId":"-"},"content":"let ORG_NAME \u003d \u0027\u0027; // repoOrg"},{"lineNumber":41,"author":{"gitId":"-"},"content":"/** Name of Repository to watch */"},{"lineNumber":42,"author":{"gitId":"-"},"content":"let REPO \u003d \u0027\u0027; // repoName"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"/** Owner of Settings repository, currently not used */"},{"lineNumber":45,"author":{"gitId":"-"},"content":"let MOD_ORG \u003d \u0027\u0027;"},{"lineNumber":46,"author":{"gitId":"-"},"content":"/** Name of Settings repository, currently not used */"},{"lineNumber":47,"author":{"gitId":"-"},"content":"let DATA_REPO \u003d \u0027\u0027;"},{"lineNumber":48,"author":{"gitId":"-"},"content":"const MAX_ITEMS_PER_PAGE \u003d 100;"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"let octokit \u003d new Octokit();"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":53,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":54,"author":{"gitId":"-"},"content":"})"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":57,"author":{"gitId":"-"},"content":" * Responsible for communicating with GitHub to create, update, read and delete"},{"lineNumber":58,"author":{"gitId":"-"},"content":" * features related to Github using GitHub API Requests."},{"lineNumber":59,"author":{"gitId":"-"},"content":" * For example, issues, issue labels and repositories."},{"lineNumber":60,"author":{"gitId":"-"},"content":" */"},{"lineNumber":61,"author":{"gitId":"-"},"content":"export class GithubService {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" private static readonly IF_NONE_MATCH_EMPTY \u003d { \u0027If-None-Match\u0027: \u0027\u0027 };"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":" private issuesCacheManager \u003d new IssuesCacheManager();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" private issuesLastModifiedManager \u003d new IssueLastModifiedManagerModel();"},{"lineNumber":66,"author":{"gitId":"-"},"content":" private issueQueryRefs \u003d new Map\u003cnumber, QueryRef\u003cFetchIssueQuery\u003e\u003e();"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":" constructor(private errorHandlingService: ErrorHandlingService, private apollo: Apollo, private logger: LoggingService) {}"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":" storeOAuthAccessToken(accessToken: string) {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" octokit \u003d new Octokit({"},{"lineNumber":72,"author":{"gitId":"-"},"content":" auth() {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" return `Token ${accessToken}`;"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" log: {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" debug: (message, ...otherInfo) \u003d\u003e this.logger.debug(\u0027GithubService: \u0027 + message, ...otherInfo),"},{"lineNumber":77,"author":{"gitId":"-"},"content":" // Do not log info for HTTP response 304 due to repeated polling"},{"lineNumber":78,"author":{"gitId":"-"},"content":" info: (message, ...otherInfo) \u003d\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" /304 in \\d+ms$/.test(message) ? undefined : this.logger.info(\u0027GithubService: \u0027 + message, ...otherInfo),"},{"lineNumber":80,"author":{"gitId":"-"},"content":" warn: (message, ...otherInfo) \u003d\u003e this.logger.warn(\u0027GithubService: \u0027 + message, ...otherInfo),"},{"lineNumber":81,"author":{"gitId":"-"},"content":" error: (message, ...otherInfo) \u003d\u003e this.logger.error(\u0027GithubService: \u0027 + message, ...otherInfo)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" }"},{"lineNumber":83,"author":{"gitId":"-"},"content":" });"},{"lineNumber":84,"author":{"gitId":"-"},"content":" }"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":87,"author":{"gitId":"-"},"content":" * Sets settings repository. Not used."},{"lineNumber":88,"author":{"gitId":"-"},"content":" * @param orgName WATcher organisation"},{"lineNumber":89,"author":{"gitId":"-"},"content":" * @param dataRepo WATcher repository"},{"lineNumber":90,"author":{"gitId":"-"},"content":" */"},{"lineNumber":91,"author":{"gitId":"-"},"content":" storeOrganizationDetails(orgName: string, dataRepo: string) {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" MOD_ORG \u003d orgName;"},{"lineNumber":93,"author":{"gitId":"-"},"content":" DATA_REPO \u003d dataRepo;"},{"lineNumber":94,"author":{"gitId":"-"},"content":" }"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":97,"author":{"gitId":"-"},"content":" * Sets repository to watch. This repository is used for fetching from Github."},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" * @param viewRepoOwner Repository owner"},{"lineNumber":99,"author":{"gitId":"-"},"content":" * @param repoName Repository name"},{"lineNumber":100,"author":{"gitId":"-"},"content":" */"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" storeViewDetails(viewRepoOwner: string, repoName: string) {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" REPO \u003d repoName;"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" ORG_NAME \u003d viewRepoOwner;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":107,"author":{"gitId":"-"},"content":" * Fetches an array of filtered GitHubIssues using GraphQL query."},{"lineNumber":108,"author":{"gitId":"-"},"content":" * In WATcher, this includes pull requests."},{"lineNumber":109,"author":{"gitId":"-"},"content":" *"},{"lineNumber":110,"author":{"gitId":"-"},"content":" * @param issuesFilter - The issue filter."},{"lineNumber":111,"author":{"gitId":"-"},"content":" * @returns An observable array of filtered GithubIssues"},{"lineNumber":112,"author":{"gitId":"-"},"content":" */"},{"lineNumber":113,"author":{"gitId":"-"},"content":" fetchIssuesGraphql(issuesFilter: RestGithubIssueFilter): Observable\u003cArray\u003cGithubIssue\u003e\u003e {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" const graphqlFilter \u003d issuesFilter.convertToGraphqlFilter();"},{"lineNumber":115,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":116,"author":{"gitId":"-"},"content":" * Github Issues consists of issues and pull requests in WATcher."},{"lineNumber":117,"author":{"gitId":"-"},"content":" */"},{"lineNumber":118,"author":{"gitId":"nknguyenhc"},"content":" return this.toFetchIssues(issuesFilter).pipe("},{"lineNumber":119,"author":{"gitId":"-"},"content":" filter((toFetch) \u003d\u003e toFetch),"},{"lineNumber":120,"author":{"gitId":"-"},"content":" flatMap(() \u003d\u003e {"},{"lineNumber":121,"author":{"gitId":"nknguyenhc"},"content":" return merge("},{"lineNumber":122,"author":{"gitId":"nknguyenhc"},"content":" this.fetchGraphqlList\u003cFetchIssuesQuery, GithubGraphqlIssueOrPr\u003e("},{"lineNumber":123,"author":{"gitId":"-"},"content":" FetchIssues,"},{"lineNumber":124,"author":{"gitId":"-"},"content":" { owner: ORG_NAME, name: REPO, filter: graphqlFilter },"},{"lineNumber":125,"author":{"gitId":"-"},"content":" (result) \u003d\u003e result.data.repository.issues.edges,"},{"lineNumber":126,"author":{"gitId":"-"},"content":" GithubGraphqlIssueOrPr"},{"lineNumber":127,"author":{"gitId":"nknguyenhc"},"content":" ),"},{"lineNumber":128,"author":{"gitId":"nknguyenhc"},"content":" this.fetchGraphqlList\u003cFetchPullRequestsQuery, GithubGraphqlIssueOrPr\u003e("},{"lineNumber":129,"author":{"gitId":"-"},"content":" FetchPullRequests,"},{"lineNumber":130,"author":{"gitId":"-"},"content":" { owner: ORG_NAME, name: REPO },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" (result) \u003d\u003e result.data.repository.pullRequests.edges,"},{"lineNumber":132,"author":{"gitId":"-"},"content":" GithubGraphqlIssueOrPr"},{"lineNumber":133,"author":{"gitId":"nknguyenhc"},"content":" )"},{"lineNumber":134,"author":{"gitId":"-"},"content":" );"},{"lineNumber":135,"author":{"gitId":"-"},"content":" })"},{"lineNumber":136,"author":{"gitId":"-"},"content":" );"},{"lineNumber":137,"author":{"gitId":"-"},"content":" }"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":140,"author":{"gitId":"-"},"content":" * Checks if there are pages of filtered issues that are not cached in the cache model,"},{"lineNumber":141,"author":{"gitId":"-"},"content":" * and updates the model to cache these new pages."},{"lineNumber":142,"author":{"gitId":"-"},"content":" * @param filter - The issue filter."},{"lineNumber":143,"author":{"gitId":"-"},"content":" * @returns Observable\u003cboolean\u003e that returns true if there are pages that do not exist in the cache model."},{"lineNumber":144,"author":{"gitId":"-"},"content":" */"},{"lineNumber":145,"author":{"gitId":"-"},"content":" private toFetchIssues(filter: RestGithubIssueFilter): Observable\u003cboolean\u003e {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" const pageFetchLimit \u003d 100;"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":" let responseInFirstPage: GithubResponse\u003cGithubIssue[]\u003e;"},{"lineNumber":149,"author":{"gitId":"-"},"content":" return this.getIssuesAPICall(filter, 1).pipe("},{"lineNumber":150,"author":{"gitId":"-"},"content":" map((response: GithubResponse\u003cGithubIssue[]\u003e) \u003d\u003e {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" responseInFirstPage \u003d response;"},{"lineNumber":152,"author":{"gitId":"-"},"content":" return getNumberOfPages(response);"},{"lineNumber":153,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":154,"author":{"gitId":"-"},"content":" flatMap((numOfPages: number) \u003d\u003e {"},{"lineNumber":155,"author":{"gitId":"-"},"content":" const apiCalls: Observable\u003cGithubResponse\u003cGithubIssue[]\u003e\u003e[] \u003d [];"},{"lineNumber":156,"author":{"gitId":"-"},"content":" if (numOfPages \u003e pageFetchLimit) {"},{"lineNumber":157,"author":{"gitId":"-"},"content":" throw new Error(`Repository has too many pages (${numOfPages}), not supported.`);"},{"lineNumber":158,"author":{"gitId":"-"},"content":" }"},{"lineNumber":159,"author":{"gitId":"-"},"content":" for (let i \u003d 2; i \u003c\u003d numOfPages; i++) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" apiCalls.push(this.getIssuesAPICall(filter, i));"},{"lineNumber":161,"author":{"gitId":"-"},"content":" }"},{"lineNumber":162,"author":{"gitId":"-"},"content":" return apiCalls.length \u003d\u003d\u003d 0 ? of([]) : forkJoin(apiCalls);"},{"lineNumber":163,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":164,"author":{"gitId":"-"},"content":" map((resultArray: GithubResponse\u003cGithubIssue[]\u003e[]) \u003d\u003e {"},{"lineNumber":165,"author":{"gitId":"-"},"content":" const responses \u003d [responseInFirstPage, ...resultArray];"},{"lineNumber":166,"author":{"gitId":"-"},"content":" const isCached \u003d responses.reduce((result, response) \u003d\u003e {"},{"lineNumber":167,"author":{"gitId":"-"},"content":" return result \u0026\u0026 response.isCached;"},{"lineNumber":168,"author":{"gitId":"-"},"content":" }, true);"},{"lineNumber":169,"author":{"gitId":"-"},"content":" responses.forEach((resp, index) \u003d\u003e this.issuesCacheManager.set(index + 1, resp));"},{"lineNumber":170,"author":{"gitId":"-"},"content":" return !isCached;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" })"},{"lineNumber":172,"author":{"gitId":"-"},"content":" );"},{"lineNumber":173,"author":{"gitId":"-"},"content":" }"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":176,"author":{"gitId":"-"},"content":" * Checks if the specified repository exists."},{"lineNumber":177,"author":{"gitId":"-"},"content":" * @param owner - Owner of Specified Repository."},{"lineNumber":178,"author":{"gitId":"-"},"content":" * @param repo - Name of Repository."},{"lineNumber":179,"author":{"gitId":"-"},"content":" */"},{"lineNumber":180,"author":{"gitId":"-"},"content":" isRepositoryPresent(owner: string, repo: string): Observable\u003cboolean\u003e {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" return from(octokit.repos.get({ owner: owner, repo: repo, headers: GithubService.IF_NONE_MATCH_EMPTY })).pipe("},{"lineNumber":182,"author":{"gitId":"-"},"content":" map((rawData: { status: number }) \u003d\u003e {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" return rawData.status !\u003d\u003d ERRORCODE_NOT_FOUND;"},{"lineNumber":184,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":185,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" return of(false);"},{"lineNumber":187,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":188,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.repositoryNotPresentMessage()))"},{"lineNumber":189,"author":{"gitId":"-"},"content":" );"},{"lineNumber":190,"author":{"gitId":"-"},"content":" }"},{"lineNumber":191,"author":{"gitId":"-"},"content":""},{"lineNumber":192,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":193,"author":{"gitId":"-"},"content":" * Fetches information about an issue using GraphQL."},{"lineNumber":194,"author":{"gitId":"-"},"content":" *"},{"lineNumber":195,"author":{"gitId":"-"},"content":" * If the issue is not modified, return a `304 - Not Modified` response."},{"lineNumber":196,"author":{"gitId":"-"},"content":" *"},{"lineNumber":197,"author":{"gitId":"-"},"content":" * @param id - The issue id."},{"lineNumber":198,"author":{"gitId":"-"},"content":" * @returns Observable\u003cGithubGraphqlIssue\u003e that represents the response object."},{"lineNumber":199,"author":{"gitId":"-"},"content":" */"},{"lineNumber":200,"author":{"gitId":"-"},"content":" fetchIssueGraphql(id: number): Observable\u003cGithubGraphqlIssue\u003e {"},{"lineNumber":201,"author":{"gitId":"-"},"content":" if (this.issueQueryRefs.get(id) \u003d\u003d\u003d undefined) {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" const newQueryRef \u003d this.apollo.watchQuery\u003cFetchIssueQuery\u003e({"},{"lineNumber":203,"author":{"gitId":"-"},"content":" query: FetchIssue,"},{"lineNumber":204,"author":{"gitId":"-"},"content":" variables: {"},{"lineNumber":205,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":206,"author":{"gitId":"-"},"content":" name: REPO,"},{"lineNumber":207,"author":{"gitId":"-"},"content":" issueId: id"},{"lineNumber":208,"author":{"gitId":"-"},"content":" }"},{"lineNumber":209,"author":{"gitId":"-"},"content":" });"},{"lineNumber":210,"author":{"gitId":"-"},"content":" this.issueQueryRefs.set(id, newQueryRef);"},{"lineNumber":211,"author":{"gitId":"-"},"content":" }"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":" const queryRef \u003d this.issueQueryRefs.get(id);"},{"lineNumber":214,"author":{"gitId":"-"},"content":" return this.toFetchIssue(id).pipe("},{"lineNumber":215,"author":{"gitId":"-"},"content":" filter((toFetch) \u003d\u003e toFetch),"},{"lineNumber":216,"author":{"gitId":"-"},"content":" flatMap(() \u003d\u003e from(queryRef.refetch())),"},{"lineNumber":217,"author":{"gitId":"-"},"content":" map((value: ApolloQueryResult\u003cFetchIssueQuery\u003e) \u003d\u003e {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" return new GithubGraphqlIssue(value.data.repository.issue);"},{"lineNumber":219,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":220,"author":{"gitId":"-"},"content":" throwIfEmpty(() \u003d\u003e new HttpErrorResponse({ status: 304 }))"},{"lineNumber":221,"author":{"gitId":"-"},"content":" );"},{"lineNumber":222,"author":{"gitId":"-"},"content":" }"},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":225,"author":{"gitId":"-"},"content":" * Checks if the issue has been modified since the last query, and"},{"lineNumber":226,"author":{"gitId":"-"},"content":" * updates the model to reflect the last modified time."},{"lineNumber":227,"author":{"gitId":"-"},"content":" *"},{"lineNumber":228,"author":{"gitId":"-"},"content":" * @param id - The issue id."},{"lineNumber":229,"author":{"gitId":"-"},"content":" * @returns Observable\u003cboolean\u003e that returns true if the issue has been modified."},{"lineNumber":230,"author":{"gitId":"-"},"content":" */"},{"lineNumber":231,"author":{"gitId":"-"},"content":" toFetchIssue(id: number): Observable\u003cboolean\u003e {"},{"lineNumber":232,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":233,"author":{"gitId":"-"},"content":" octokit.issues.get({"},{"lineNumber":234,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":235,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":236,"author":{"gitId":"-"},"content":" issue_number: id,"},{"lineNumber":237,"author":{"gitId":"-"},"content":" headers: { \u0027If-Modified-Since\u0027: this.issuesLastModifiedManager.get(id) }"},{"lineNumber":238,"author":{"gitId":"-"},"content":" })"},{"lineNumber":239,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":240,"author":{"gitId":"-"},"content":" map((response: GithubResponse\u003cGithubIssue\u003e) \u003d\u003e {"},{"lineNumber":241,"author":{"gitId":"-"},"content":" this.issuesLastModifiedManager.set(id, response.headers[\u0027last-modified\u0027]);"},{"lineNumber":242,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":243,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":244,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchIssuesMessage()))"},{"lineNumber":245,"author":{"gitId":"-"},"content":" );"},{"lineNumber":246,"author":{"gitId":"-"},"content":" }"},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":" fetchAllMilestones(): Observable\u003cArray\u003c{}\u003e\u003e {"},{"lineNumber":249,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":250,"author":{"gitId":"-"},"content":" octokit.issues.listMilestonesForRepo({"},{"lineNumber":251,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":252,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":253,"author":{"gitId":"-"},"content":" state: \u0027all\u0027,"},{"lineNumber":254,"author":{"gitId":"-"},"content":" per_page: MAX_ITEMS_PER_PAGE,"},{"lineNumber":255,"author":{"gitId":"-"},"content":" headers: GithubService.IF_NONE_MATCH_EMPTY"},{"lineNumber":256,"author":{"gitId":"-"},"content":" })"},{"lineNumber":257,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":258,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":259,"author":{"gitId":"-"},"content":" return response[\u0027data\u0027];"},{"lineNumber":260,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":261,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchMilestoneMessage()))"},{"lineNumber":262,"author":{"gitId":"-"},"content":" );"},{"lineNumber":263,"author":{"gitId":"-"},"content":" }"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":" fetchAllLabels(): Observable\u003cArray\u003c{}\u003e\u003e {"},{"lineNumber":266,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":267,"author":{"gitId":"-"},"content":" octokit.issues.listLabelsForRepo({"},{"lineNumber":268,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":269,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":270,"author":{"gitId":"-"},"content":" per_page: MAX_ITEMS_PER_PAGE,"},{"lineNumber":271,"author":{"gitId":"-"},"content":" headers: GithubService.IF_NONE_MATCH_EMPTY"},{"lineNumber":272,"author":{"gitId":"-"},"content":" })"},{"lineNumber":273,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":274,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":275,"author":{"gitId":"-"},"content":" return response[\u0027data\u0027];"},{"lineNumber":276,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":277,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchLabelsMessage()))"},{"lineNumber":278,"author":{"gitId":"-"},"content":" );"},{"lineNumber":279,"author":{"gitId":"-"},"content":" }"},{"lineNumber":280,"author":{"gitId":"-"},"content":""},{"lineNumber":281,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":282,"author":{"gitId":"-"},"content":" * Checks if the given list of users are allowed to be assigned to an issue."},{"lineNumber":283,"author":{"gitId":"-"},"content":" * @param assignees - GitHub usernames to be checked"},{"lineNumber":284,"author":{"gitId":"-"},"content":" */"},{"lineNumber":285,"author":{"gitId":"-"},"content":" areUsersAssignable(assignees: string[]): Observable\u003cvoid\u003e {"},{"lineNumber":286,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":287,"author":{"gitId":"-"},"content":" octokit.issues.listAssignees({"},{"lineNumber":288,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":289,"author":{"gitId":"-"},"content":" repo: REPO"},{"lineNumber":290,"author":{"gitId":"-"},"content":" })"},{"lineNumber":291,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":292,"author":{"gitId":"-"},"content":" map(({ data }: { data: { login: string }[] }) \u003d\u003e data.map(({ login }) \u003d\u003e login)),"},{"lineNumber":293,"author":{"gitId":"-"},"content":" map((assignables: string[]) \u003d\u003e"},{"lineNumber":294,"author":{"gitId":"-"},"content":" assignees.forEach((assignee) \u003d\u003e {"},{"lineNumber":295,"author":{"gitId":"-"},"content":" if (!assignables.includes(assignee)) {"},{"lineNumber":296,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.usersUnassignableMessage(assignee));"},{"lineNumber":297,"author":{"gitId":"-"},"content":" }"},{"lineNumber":298,"author":{"gitId":"-"},"content":" })"},{"lineNumber":299,"author":{"gitId":"-"},"content":" )"},{"lineNumber":300,"author":{"gitId":"-"},"content":" );"},{"lineNumber":301,"author":{"gitId":"-"},"content":" }"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":" getUsersAssignable(): Observable\u003cGithubUser[]\u003e {"},{"lineNumber":304,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":305,"author":{"gitId":"-"},"content":" octokit.issues.listAssignees({"},{"lineNumber":306,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":307,"author":{"gitId":"-"},"content":" repo: REPO"},{"lineNumber":308,"author":{"gitId":"-"},"content":" })"},{"lineNumber":309,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":310,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":311,"author":{"gitId":"NereusWB922"},"content":" const data: RawGithubUser[] \u003d response[\u0027data\u0027];"},{"lineNumber":312,"author":{"gitId":"NereusWB922"},"content":" return data.map((rawGithubUser) \u003d\u003e {"},{"lineNumber":313,"author":{"gitId":"NereusWB922"},"content":" return new GithubUser(rawGithubUser);"},{"lineNumber":314,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":315,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":316,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchUsersMessage()))"},{"lineNumber":317,"author":{"gitId":"-"},"content":" );"},{"lineNumber":318,"author":{"gitId":"-"},"content":" }"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"-"},"content":" fetchEventsForRepo(): Observable\u003cany[]\u003e {"},{"lineNumber":321,"author":{"gitId":"-"},"content":" return from(octokit.issues.listEventsForRepo({ owner: ORG_NAME, repo: REPO, headers: GithubService.IF_NONE_MATCH_EMPTY })).pipe("},{"lineNumber":322,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":323,"author":{"gitId":"-"},"content":" return response[\u0027data\u0027];"},{"lineNumber":324,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":325,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchEventsMessage()))"},{"lineNumber":326,"author":{"gitId":"-"},"content":" );"},{"lineNumber":327,"author":{"gitId":"-"},"content":" }"},{"lineNumber":328,"author":{"gitId":"-"},"content":""},{"lineNumber":329,"author":{"gitId":"-"},"content":" fetchEventsForRepoCall(pageNumber: number): Observable\u003cGithubResponse\u003cany[]\u003e\u003e {"},{"lineNumber":330,"author":{"gitId":"-"},"content":" return \u003cObservable\u003cGithubResponse\u003cany[]\u003e\u003e\u003efrom("},{"lineNumber":331,"author":{"gitId":"-"},"content":" octokit.activity.listRepoEvents({"},{"lineNumber":332,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":333,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":334,"author":{"gitId":"-"},"content":" page: pageNumber"},{"lineNumber":335,"author":{"gitId":"-"},"content":" })"},{"lineNumber":336,"author":{"gitId":"-"},"content":" ).pipe(catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchActivityEventsMessage())));"},{"lineNumber":337,"author":{"gitId":"-"},"content":" }"},{"lineNumber":338,"author":{"gitId":"-"},"content":""},{"lineNumber":339,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":340,"author":{"gitId":"-"},"content":" * Fetches all events of current repository for Activity Dashboard."},{"lineNumber":341,"author":{"gitId":"-"},"content":" * Adapted from getIssueApiCalls()."},{"lineNumber":342,"author":{"gitId":"-"},"content":" *"},{"lineNumber":343,"author":{"gitId":"-"},"content":" * @returns GithubEvents observable"},{"lineNumber":344,"author":{"gitId":"-"},"content":" */"},{"lineNumber":345,"author":{"gitId":"-"},"content":" fetchAllEventsForRepo(): Observable\u003cGithubEvent[]\u003e {"},{"lineNumber":346,"author":{"gitId":"-"},"content":" let responseInFirstPage: GithubResponse\u003cGithubEvent[]\u003e;"},{"lineNumber":347,"author":{"gitId":"-"},"content":" return this.fetchEventsForRepoCall(1).pipe("},{"lineNumber":348,"author":{"gitId":"-"},"content":" map((response: GithubResponse\u003cGithubEvent[]\u003e) \u003d\u003e {"},{"lineNumber":349,"author":{"gitId":"-"},"content":" responseInFirstPage \u003d response;"},{"lineNumber":350,"author":{"gitId":"-"},"content":" return getNumberOfPages(response);"},{"lineNumber":351,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":352,"author":{"gitId":"-"},"content":" flatMap((numOfPages: number) \u003d\u003e {"},{"lineNumber":353,"author":{"gitId":"-"},"content":" const apiCalls: Observable\u003cGithubResponse\u003cGithubEvent[]\u003e\u003e[] \u003d [];"},{"lineNumber":354,"author":{"gitId":"-"},"content":" for (let i \u003d 1; i \u003c\u003d numOfPages; i++) {"},{"lineNumber":355,"author":{"gitId":"-"},"content":" apiCalls.push(this.fetchEventsForRepoCall(i));"},{"lineNumber":356,"author":{"gitId":"-"},"content":" }"},{"lineNumber":357,"author":{"gitId":"-"},"content":" return apiCalls.length \u003d\u003d\u003d 0 ? of([]) : forkJoin(apiCalls);"},{"lineNumber":358,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":359,"author":{"gitId":"-"},"content":" map((responseArray) \u003d\u003e responseArray.map((x) \u003d\u003e x[\u0027data\u0027]))"},{"lineNumber":360,"author":{"gitId":"-"},"content":" );"},{"lineNumber":361,"author":{"gitId":"-"},"content":" }"},{"lineNumber":362,"author":{"gitId":"-"},"content":""},{"lineNumber":363,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":364,"author":{"gitId":"-"},"content":" * Not in use. Fetches data csv file from Organization repository."},{"lineNumber":365,"author":{"gitId":"-"},"content":" */"},{"lineNumber":366,"author":{"gitId":"-"},"content":" fetchDataFile(): Observable\u003c{}\u003e {"},{"lineNumber":367,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":368,"author":{"gitId":"-"},"content":" octokit.repos.getContents({ owner: MOD_ORG, repo: DATA_REPO, path: \u0027data.csv\u0027, headers: GithubService.IF_NONE_MATCH_EMPTY })"},{"lineNumber":369,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":370,"author":{"gitId":"-"},"content":" map((rawData) \u003d\u003e {"},{"lineNumber":371,"author":{"gitId":"-"},"content":" return { data: atob(rawData[\u0027data\u0027][\u0027content\u0027]) };"},{"lineNumber":372,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":373,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchDataFileMessage()))"},{"lineNumber":374,"author":{"gitId":"-"},"content":" );"},{"lineNumber":375,"author":{"gitId":"-"},"content":" }"},{"lineNumber":376,"author":{"gitId":"-"},"content":""},{"lineNumber":377,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":378,"author":{"gitId":"-"},"content":" * Gets information of latest release of WATcher."},{"lineNumber":379,"author":{"gitId":"-"},"content":" * @returns GithubRelease observable"},{"lineNumber":380,"author":{"gitId":"-"},"content":" */"},{"lineNumber":381,"author":{"gitId":"-"},"content":" fetchLatestRelease(): Observable\u003cGithubRelease\u003e {"},{"lineNumber":382,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":383,"author":{"gitId":"-"},"content":" octokit.repos.getLatestRelease({ owner: WATCHER_ORG, repo: WATCHER_REPO, headers: GithubService.IF_NONE_MATCH_EMPTY })"},{"lineNumber":384,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":385,"author":{"gitId":"-"},"content":" map((res) \u003d\u003e res[\u0027data\u0027]),"},{"lineNumber":386,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchLatestReleaseMessage()))"},{"lineNumber":387,"author":{"gitId":"-"},"content":" );"},{"lineNumber":388,"author":{"gitId":"-"},"content":" }"},{"lineNumber":389,"author":{"gitId":"-"},"content":""},{"lineNumber":390,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":391,"author":{"gitId":"-"},"content":" * Fetches the data file that is regulates session information."},{"lineNumber":392,"author":{"gitId":"-"},"content":" * @return Observable\u003cSessionData\u003e representing session information."},{"lineNumber":393,"author":{"gitId":"-"},"content":" */"},{"lineNumber":394,"author":{"gitId":"-"},"content":" fetchSettingsFile(): Observable\u003cSessionData\u003e {"},{"lineNumber":395,"author":{"gitId":"-"},"content":" return from("},{"lineNumber":396,"author":{"gitId":"-"},"content":" octokit.repos.getContents({ owner: MOD_ORG, repo: DATA_REPO, path: \u0027settings.json\u0027, headers: GithubService.IF_NONE_MATCH_EMPTY })"},{"lineNumber":397,"author":{"gitId":"-"},"content":" ).pipe("},{"lineNumber":398,"author":{"gitId":"-"},"content":" map((rawData) \u003d\u003e JSON.parse(atob(rawData[\u0027data\u0027][\u0027content\u0027]))),"},{"lineNumber":399,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchSettingsFileMessage()))"},{"lineNumber":400,"author":{"gitId":"-"},"content":" );"},{"lineNumber":401,"author":{"gitId":"-"},"content":" }"},{"lineNumber":402,"author":{"gitId":"-"},"content":""},{"lineNumber":403,"author":{"gitId":"-"},"content":" fetchAuthenticatedUser(): Observable\u003cGithubUser\u003e {"},{"lineNumber":404,"author":{"gitId":"-"},"content":" return from(octokit.users.getAuthenticated()).pipe("},{"lineNumber":405,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":406,"author":{"gitId":"NereusWB922"},"content":" const data: RawGithubUser \u003d response[\u0027data\u0027];"},{"lineNumber":407,"author":{"gitId":"NereusWB922"},"content":" return new GithubUser(data);"},{"lineNumber":408,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":409,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(ErrorMessageService.unableToFetchAuthenticatedUsersMessage()))"},{"lineNumber":410,"author":{"gitId":"-"},"content":" );"},{"lineNumber":411,"author":{"gitId":"-"},"content":" }"},{"lineNumber":412,"author":{"gitId":"-"},"content":""},{"lineNumber":413,"author":{"gitId":"-"},"content":" getRepoURL(): string {"},{"lineNumber":414,"author":{"gitId":"-"},"content":" return ORG_NAME.concat(\u0027/\u0027).concat(REPO);"},{"lineNumber":415,"author":{"gitId":"-"},"content":" }"},{"lineNumber":416,"author":{"gitId":"-"},"content":""},{"lineNumber":417,"author":{"gitId":"-"},"content":" viewIssueInBrowser(id: number, event: Event) {"},{"lineNumber":418,"author":{"gitId":"-"},"content":" if (id) {"},{"lineNumber":419,"author":{"gitId":"-"},"content":" window.open(\u0027https://github.com/\u0027.concat(this.getRepoURL()).concat(\u0027/issues/\u0027).concat(String(id)));"},{"lineNumber":420,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":421,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(new Error(ErrorMessageService.unableToOpenInBrowserMessage()));"},{"lineNumber":422,"author":{"gitId":"-"},"content":" }"},{"lineNumber":423,"author":{"gitId":"-"},"content":" event.stopPropagation();"},{"lineNumber":424,"author":{"gitId":"-"},"content":" }"},{"lineNumber":425,"author":{"gitId":"-"},"content":""},{"lineNumber":426,"author":{"gitId":"-"},"content":" reset(): void {"},{"lineNumber":427,"author":{"gitId":"-"},"content":" this.logger.info(`GithubService: Resetting issues cache`);"},{"lineNumber":428,"author":{"gitId":"-"},"content":" this.issuesCacheManager.clear();"},{"lineNumber":429,"author":{"gitId":"-"},"content":" this.issuesLastModifiedManager.clear();"},{"lineNumber":430,"author":{"gitId":"-"},"content":" this.issueQueryRefs.clear();"},{"lineNumber":431,"author":{"gitId":"-"},"content":" }"},{"lineNumber":432,"author":{"gitId":"-"},"content":""},{"lineNumber":433,"author":{"gitId":"-"},"content":" getProfilesData(): Promise\u003cResponse\u003e {"},{"lineNumber":434,"author":{"gitId":"-"},"content":" return fetch(AppConfig.clientDataUrl);"},{"lineNumber":435,"author":{"gitId":"-"},"content":" }"},{"lineNumber":436,"author":{"gitId":"-"},"content":""},{"lineNumber":437,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":438,"author":{"gitId":"-"},"content":" * Performs an API call to fetch a page of filtered issues with a given pageNumber."},{"lineNumber":439,"author":{"gitId":"-"},"content":" *"},{"lineNumber":440,"author":{"gitId":"-"},"content":" * The request is sent with the ETag of the latest cached HTTP response."},{"lineNumber":441,"author":{"gitId":"-"},"content":" * If page requested has the same ETag, or the request results in an error,"},{"lineNumber":442,"author":{"gitId":"-"},"content":" * then the cached page is returned instead."},{"lineNumber":443,"author":{"gitId":"-"},"content":" *"},{"lineNumber":444,"author":{"gitId":"-"},"content":" * @param filter - The issue filter"},{"lineNumber":445,"author":{"gitId":"-"},"content":" * @param pageNumber - The page to be fetched"},{"lineNumber":446,"author":{"gitId":"-"},"content":" * @returns An observable representing the response containing a single page of filtered issues"},{"lineNumber":447,"author":{"gitId":"-"},"content":" */"},{"lineNumber":448,"author":{"gitId":"-"},"content":" private getIssuesAPICall(filter: RestGithubIssueFilter, pageNumber: number): Observable\u003cGithubResponse\u003cGithubIssue[]\u003e\u003e {"},{"lineNumber":449,"author":{"gitId":"-"},"content":" const apiCall: Promise\u003cGithubResponse\u003cGithubIssue[]\u003e\u003e \u003d octokit.issues.listForRepo({"},{"lineNumber":450,"author":{"gitId":"-"},"content":" ...filter,"},{"lineNumber":451,"author":{"gitId":"-"},"content":" owner: ORG_NAME,"},{"lineNumber":452,"author":{"gitId":"-"},"content":" repo: REPO,"},{"lineNumber":453,"author":{"gitId":"-"},"content":" sort: \u0027created\u0027,"},{"lineNumber":454,"author":{"gitId":"-"},"content":" direction: \u0027desc\u0027,"},{"lineNumber":455,"author":{"gitId":"-"},"content":" per_page: 100,"},{"lineNumber":456,"author":{"gitId":"-"},"content":" page: pageNumber,"},{"lineNumber":457,"author":{"gitId":"-"},"content":" headers: { \u0027If-None-Match\u0027: this.issuesCacheManager.getEtagFor(pageNumber) },"},{"lineNumber":458,"author":{"gitId":"-"},"content":" state: \u0027all\u0027"},{"lineNumber":459,"author":{"gitId":"-"},"content":" });"},{"lineNumber":460,"author":{"gitId":"-"},"content":" const apiCall$ \u003d from("},{"lineNumber":461,"author":{"gitId":"-"},"content":" apiCall.catch((err) \u003d\u003e {"},{"lineNumber":462,"author":{"gitId":"-"},"content":" return this.issuesCacheManager.get(pageNumber);"},{"lineNumber":463,"author":{"gitId":"-"},"content":" })"},{"lineNumber":464,"author":{"gitId":"-"},"content":" );"},{"lineNumber":465,"author":{"gitId":"-"},"content":""},{"lineNumber":466,"author":{"gitId":"-"},"content":" return apiCall$.pipe("},{"lineNumber":467,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":468,"author":{"gitId":"-"},"content":" // catchError does not appear to catch an error on an observable created from a promise..."},{"lineNumber":469,"author":{"gitId":"-"},"content":" this.logger.info(`GithubService: Error caught in getIssuesAPICall`);"},{"lineNumber":470,"author":{"gitId":"-"},"content":" return of(this.issuesCacheManager.get(pageNumber));"},{"lineNumber":471,"author":{"gitId":"-"},"content":" })"},{"lineNumber":472,"author":{"gitId":"-"},"content":" );"},{"lineNumber":473,"author":{"gitId":"-"},"content":" }"},{"lineNumber":474,"author":{"gitId":"-"},"content":""},{"lineNumber":475,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":476,"author":{"gitId":"-"},"content":" * Fetches a list of items using a GraphQL query that queries for paginated data."},{"lineNumber":477,"author":{"gitId":"-"},"content":" *"},{"lineNumber":478,"author":{"gitId":"-"},"content":" * @param query - The GraphQL query that queries for paginated data."},{"lineNumber":479,"author":{"gitId":"-"},"content":" * @param variables - Additional variables for the GraphQL query."},{"lineNumber":480,"author":{"gitId":"-"},"content":" * @callback pluckEdges A function that returns a list of edges in a ApolloQueryResult."},{"lineNumber":481,"author":{"gitId":"-"},"content":" * @callback Model Constructor for the item model."},{"lineNumber":482,"author":{"gitId":"-"},"content":" * @returns A list of items from the query."},{"lineNumber":483,"author":{"gitId":"-"},"content":" */"},{"lineNumber":484,"author":{"gitId":"-"},"content":" private fetchGraphqlList\u003cT, M\u003e("},{"lineNumber":485,"author":{"gitId":"-"},"content":" query: DocumentNode,"},{"lineNumber":486,"author":{"gitId":"-"},"content":" variables: {},"},{"lineNumber":487,"author":{"gitId":"-"},"content":" pluckEdges: (results: ApolloQueryResult\u003cT\u003e) \u003d\u003e Array\u003cany\u003e,"},{"lineNumber":488,"author":{"gitId":"-"},"content":" Model: new (data) \u003d\u003e M"},{"lineNumber":489,"author":{"gitId":"-"},"content":" ): Observable\u003cArray\u003cM\u003e\u003e {"},{"lineNumber":490,"author":{"gitId":"-"},"content":" return this.withPagination\u003cT\u003e(pluckEdges, query, variables, false).pipe("},{"lineNumber":491,"author":{"gitId":"-"},"content":" map((results: ApolloQueryResult\u003cT\u003e[]) \u003d\u003e {"},{"lineNumber":492,"author":{"gitId":"-"},"content":" const issues \u003d results.reduce((accumulated, current) \u003d\u003e accumulated.concat(pluckEdges(current)), []);"},{"lineNumber":493,"author":{"gitId":"-"},"content":" return issues.map((issue) \u003d\u003e new Model(issue.node));"},{"lineNumber":494,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":495,"author":{"gitId":"-"},"content":" throwIfEmpty(() \u003d\u003e {"},{"lineNumber":496,"author":{"gitId":"-"},"content":" return new HttpErrorResponse({ status: 304 });"},{"lineNumber":497,"author":{"gitId":"-"},"content":" })"},{"lineNumber":498,"author":{"gitId":"-"},"content":" );"},{"lineNumber":499,"author":{"gitId":"-"},"content":" }"},{"lineNumber":500,"author":{"gitId":"-"},"content":""},{"lineNumber":501,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":502,"author":{"gitId":"-"},"content":" * Returns an observable that will continually emit the currently accumulated results, until a page that has less"},{"lineNumber":503,"author":{"gitId":"-"},"content":" * than 100 items is found, after which it performs a final emit with the full results array, and completes."},{"lineNumber":504,"author":{"gitId":"-"},"content":" *"},{"lineNumber":505,"author":{"gitId":"-"},"content":" * If `shouldAccumulate` is false, the observable will emit only the latest result, it will still complete on the"},{"lineNumber":506,"author":{"gitId":"-"},"content":" * same condition."},{"lineNumber":507,"author":{"gitId":"-"},"content":" *"},{"lineNumber":508,"author":{"gitId":"-"},"content":" * @callback pluckEdges - A function that returns a list of edges in a ApolloQueryResult."},{"lineNumber":509,"author":{"gitId":"-"},"content":" * @params query - The query to be performed."},{"lineNumber":510,"author":{"gitId":"-"},"content":" * @params variables - The variables for the query."},{"lineNumber":511,"author":{"gitId":"-"},"content":" * @params shouldAccumulate - Whether the observable should accumulate the results."},{"lineNumber":512,"author":{"gitId":"-"},"content":" * @returns an observable"},{"lineNumber":513,"author":{"gitId":"-"},"content":" */"},{"lineNumber":514,"author":{"gitId":"-"},"content":" private withPagination\u003cT\u003e("},{"lineNumber":515,"author":{"gitId":"-"},"content":" pluckEdges: (results: ApolloQueryResult\u003cT\u003e) \u003d\u003e Array\u003cany\u003e,"},{"lineNumber":516,"author":{"gitId":"-"},"content":" query: DocumentNode,"},{"lineNumber":517,"author":{"gitId":"-"},"content":" variables: { [key: string]: any } \u003d {},"},{"lineNumber":518,"author":{"gitId":"-"},"content":" shouldAccumulate: boolean \u003d true"},{"lineNumber":519,"author":{"gitId":"-"},"content":" ): Observable\u003cApolloQueryResult\u003cT\u003e[]\u003e {"},{"lineNumber":520,"author":{"gitId":"-"},"content":" const maxResultsCount \u003d 100;"},{"lineNumber":521,"author":{"gitId":"-"},"content":" const apollo \u003d this.apollo;"},{"lineNumber":522,"author":{"gitId":"-"},"content":""},{"lineNumber":523,"author":{"gitId":"-"},"content":" let accumulatedResults: ApolloQueryResult\u003cT\u003e[] \u003d [];"},{"lineNumber":524,"author":{"gitId":"-"},"content":" const behaviorSubject: BehaviorSubject\u003cApolloQueryResult\u003cT\u003e[]\u003e \u003d new BehaviorSubject(accumulatedResults);"},{"lineNumber":525,"author":{"gitId":"-"},"content":""},{"lineNumber":526,"author":{"gitId":"-"},"content":" async function queryWith(cursor: string): Promise\u003cvoid\u003e {"},{"lineNumber":527,"author":{"gitId":"-"},"content":" const graphqlQuery \u003d apollo.watchQuery\u003cT\u003e({ query, variables: { ...variables, cursor } });"},{"lineNumber":528,"author":{"gitId":"-"},"content":""},{"lineNumber":529,"author":{"gitId":"-"},"content":" await graphqlQuery.refetch().then(async (results: ApolloQueryResult\u003cT\u003e) \u003d\u003e {"},{"lineNumber":530,"author":{"gitId":"-"},"content":" const intermediate \u003d Array.isArray(results) ? results : [results];"},{"lineNumber":531,"author":{"gitId":"-"},"content":" const edges \u003d pluckEdges(results);"},{"lineNumber":532,"author":{"gitId":"-"},"content":" const nextCursor \u003d edges.length \u003d\u003d\u003d 0 ? null : edges[edges.length - 1].cursor;"},{"lineNumber":533,"author":{"gitId":"-"},"content":""},{"lineNumber":534,"author":{"gitId":"-"},"content":" if (shouldAccumulate) {"},{"lineNumber":535,"author":{"gitId":"-"},"content":" accumulatedResults \u003d accumulatedResults.concat(intermediate);"},{"lineNumber":536,"author":{"gitId":"-"},"content":" behaviorSubject.next(accumulatedResults);"},{"lineNumber":537,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":538,"author":{"gitId":"-"},"content":" behaviorSubject.next(intermediate);"},{"lineNumber":539,"author":{"gitId":"-"},"content":" }"},{"lineNumber":540,"author":{"gitId":"-"},"content":" if (edges.length \u003c maxResultsCount || !nextCursor) {"},{"lineNumber":541,"author":{"gitId":"-"},"content":" // No more queries to perform."},{"lineNumber":542,"author":{"gitId":"-"},"content":" behaviorSubject.complete();"},{"lineNumber":543,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":544,"author":{"gitId":"-"},"content":" }"},{"lineNumber":545,"author":{"gitId":"-"},"content":""},{"lineNumber":546,"author":{"gitId":"-"},"content":" // Use a chain of await to ensure that all recursive queries are completed before `complete` is called."},{"lineNumber":547,"author":{"gitId":"-"},"content":" await queryWith(nextCursor);"},{"lineNumber":548,"author":{"gitId":"-"},"content":" });"},{"lineNumber":549,"author":{"gitId":"-"},"content":" }"},{"lineNumber":550,"author":{"gitId":"-"},"content":""},{"lineNumber":551,"author":{"gitId":"-"},"content":" queryWith(null);"},{"lineNumber":552,"author":{"gitId":"-"},"content":""},{"lineNumber":553,"author":{"gitId":"-"},"content":" return behaviorSubject.asObservable();"},{"lineNumber":554,"author":{"gitId":"-"},"content":" }"},{"lineNumber":555,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":10,"MadLamprey":2,"-":537}},{"path":"src/app/core/services/grouping/assignee-grouping-strategy.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { GithubUser } from \u0027../../models/github-user.model\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../github.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GroupingStrategy } from \u0027./grouping-strategy.interface\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" * A GroupingStrategy that groups issues/prs based on their assignees."},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"@Injectable({"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export class AssigneeGroupingStrategy implements GroupingStrategy {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" constructor(private githubService: GithubService) {}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a specific assignee."},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" * If it is the\"No Assignee\" group, unassigned issues are returned."},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" * Otherwise, issues assigned to the specified user are returned."},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], key: GithubUser): Issue[] {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" if (key \u003d\u003d\u003d GithubUser.NO_ASSIGNEE) {"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" return this.getUnassignedData(issues);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" return this.getDataAssignedToUser(issues, key);"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" * Retrieves an Observable emitting users who can be assigned to issues,"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" * including a special \"No Assignee\" option."},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cGithubUser[]\u003e {"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" return this.githubService.getUsersAssignable().pipe("},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" map((users) \u003d\u003e {"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" users.push(GithubUser.NO_ASSIGNEE);"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" return users;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" })"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" * Groups other than \"No Assignee\" need to be shown on the"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" * hidden group list if empty."},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: GithubUser): boolean {"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" return group !\u003d\u003d GithubUser.NO_ASSIGNEE;"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" private getDataAssignedToUser(issues: Issue[], user: GithubUser): Issue[] {"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" const filteredIssues \u003d issues.filter((issue) \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" if (this.isPullRequest(issue)) {"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" return this.isPullRequestCreatedByTarget(issue, user);"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" return this.isIssueAssignedToTarget(issue, user);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" return filteredIssues;"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" private getUnassignedData(issues: Issue[]): Issue[] {"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" return issues.filter((issue) \u003d\u003e !this.isPullRequest(issue) \u0026\u0026 issue.assignees.length \u003d\u003d\u003d 0);"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" private isPullRequest(issue: Issue): boolean {"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" return issue.issueOrPr \u003d\u003d\u003d \u0027PullRequest\u0027;"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" private isPullRequestCreatedByTarget(issue: Issue, target: GithubUser): boolean {"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" return issue.author \u003d\u003d\u003d target.login;"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" private isIssueAssignedToTarget(issue: Issue, target: GithubUser): boolean {"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" const isAssigneesFieldDefined \u003d !!issue.assignees;"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" return isAssigneesFieldDefined \u0026\u0026 issue.assignees.includes(target.login);"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":81}},{"path":"src/app/core/services/grouping/grouping-context.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable, Injector } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { BehaviorSubject, Observable } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../models/github/group.interface\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { AssigneeGroupingStrategy } from \u0027./assignee-grouping-strategy.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GroupingStrategy } from \u0027./grouping-strategy.interface\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { MilestoneGroupingStrategy } from \u0027./milestone-grouping-strategy.service\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export enum GroupBy {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" Assignee \u003d \u0027assignee\u0027,"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" Milestone \u003d \u0027milestone\u0027"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export const DEFAULT_GROUPBY \u003d GroupBy.Assignee;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" * A service responsible for managing the current grouping strategy and providing grouped data."},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"@Injectable({"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":"export class GroupingContextService {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" public static readonly GROUP_BY_QUERY_PARAM_KEY \u003d \u0027groupby\u0027;"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" private currGroupBySubject: BehaviorSubject\u003cGroupBy\u003e;"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" currGroupBy: GroupBy;"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" currGroupBy$: Observable\u003cGroupBy\u003e;"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" private groupingStrategyMap: Map\u003cstring, GroupingStrategy\u003e;"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" constructor(private injector: Injector, private route: ActivatedRoute, private router: Router) {"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBy \u003d DEFAULT_GROUPBY;"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBySubject \u003d new BehaviorSubject\u003cGroupBy\u003e(this.currGroupBy);"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBy$ \u003d this.currGroupBySubject.asObservable();"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" this.groupingStrategyMap \u003d new Map\u003cstring, GroupingStrategy\u003e();"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" // Initialize the grouping strategy map with available strategies"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" this.groupingStrategyMap.set(GroupBy.Assignee, this.injector.get(AssigneeGroupingStrategy));"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" this.groupingStrategyMap.set(GroupBy.Milestone, this.injector.get(MilestoneGroupingStrategy));"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" * Initializes the service from URL parameters."},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" initializeFromUrlParams() {"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" const groupByParam \u003d this.route.snapshot.queryParamMap.get(GroupingContextService.GROUP_BY_QUERY_PARAM_KEY);"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" if (groupByParam \u0026\u0026 Object.values(GroupBy).includes(groupByParam as GroupBy)) {"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" this.setCurrentGroupingType(groupByParam as GroupBy);"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" } else {"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" this.setCurrentGroupingType(DEFAULT_GROUPBY);"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" * Sets the current grouping type and updates the corresponding query parameter in the URL."},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" * @param groupBy The grouping type to set."},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" setCurrentGroupingType(groupBy: GroupBy): void {"},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":" if (groupBy !\u003d\u003d this.currGroupBy) {"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBy \u003d groupBy;"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" this.currGroupBySubject.next(this.currGroupBy);"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" this.router.navigate([], {"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" relativeTo: this.route,"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" queryParams: {"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" [GroupingContextService.GROUP_BY_QUERY_PARAM_KEY]: groupBy"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" },"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027,"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" replaceUrl: true"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a specific group."},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" * @param issues - An array of issues to be grouped."},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" * @param group - The group by which issues are to be grouped."},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" * @returns An array of issues belonging to the specified group."},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], group: Group): Issue[] {"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" const strategy \u003d this.groupingStrategyMap.get(this.currGroupBy);"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" return strategy.getDataForGroup(issues, group);"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" * Retrieves all groups available for current grouping strategy."},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" * @returns An Observable emitting an array of groups."},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cGroup[]\u003e {"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" const strategy \u003d this.groupingStrategyMap.get(this.currGroupBy);"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" return strategy.getGroups();"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" * Determines whether a group should be shown on hidden list if it contains no issues."},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" * @param group - The group to check."},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" * @returns A boolean indicating whether the group should be shown on hidden list if empty."},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: Group): boolean {"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" const strategy \u003d this.groupingStrategyMap.get(this.currGroupBy);"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" return strategy.isInHiddenList(group);"},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" * Resets the current grouping type to the default."},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" reset(): void {"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" this.setCurrentGroupingType(DEFAULT_GROUPBY);"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"nknguyenhc":2,"NereusWB922":110}},{"path":"src/app/core/services/grouping/grouping-strategy.interface.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../models/github/group.interface\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" * Represent a strategy for grouping issues/prs."},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" * This interface follows the Strategy Pattern, allowing for different"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" * strategies to be implemented for grouping issues/prs based on different criteria."},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export interface GroupingStrategy {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a specific group."},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" * @param issues - An array of issues to be grouped."},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" * @param key - The group by which issues are to be grouped."},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" * @returns An array of issues belonging to the specified group."},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], key: Group): Issue[];"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" * Retrieves observable emitting groups available for the grouping strategy."},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" * @returns An Observable emitting an array of groups."},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cGroup[]\u003e;"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" * Determines whether a group should be shown on hidden list if it contains no issues."},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" * @param group - The group to check."},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" * @returns A boolean indicating whether the group should be shown on hidden list if empty."},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: Group): boolean;"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":31}},{"path":"src/app/core/services/grouping/milestone-grouping-strategy.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { Issue } from \u0027../../models/issue.model\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Milestone } from \u0027../../models/milestone.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { MilestoneService } from \u0027../milestone.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GroupingStrategy } from \u0027./grouping-strategy.interface\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"/**"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" * A GroupingStrategy that groups issues/prs based on their milestones."},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"@Injectable({"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export class MilestoneGroupingStrategy implements GroupingStrategy {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" constructor(private milestoneService: MilestoneService) {}"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" * Retrieves data for a milestone."},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" getDataForGroup(issues: Issue[], key: Milestone): Issue[] {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" return issues.filter((issue) \u003d\u003e issue.milestone.equals(key));"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" * Retrieves an Observable emitting milestones available for grouping issues."},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" getGroups(): Observable\u003cMilestone[]\u003e {"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" return this.milestoneService.fetchMilestones().pipe("},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" map((milestones) \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" const parseMilestone \u003d this.milestoneService.parseMilestoneData(milestones);"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" parseMilestone.push(Milestone.IssueWithoutMilestone);"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" parseMilestone.push(Milestone.PRWithoutMilestone);"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" return parseMilestone;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" })"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" * Groups other than Default Milestone need to be shown on the"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" * hidden group list if empty."},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" isInHiddenList(group: Milestone): boolean {"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" return group !\u003d\u003d Milestone.IssueWithoutMilestone \u0026\u0026 group !\u003d\u003d Milestone.PRWithoutMilestone;"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":45,"MadLamprey":1}},{"path":"src/app/core/services/issue.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { BehaviorSubject, Observable, of, Subscription, throwError, timer } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { catchError, exhaustMap, finalize, map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import RestGithubIssueFilter from \u0027../models/github/github-issue-filter.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027../models/github/github-issue.model\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Issue, Issues, IssuesFilter } from \u0027../models/issue.model\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../models/view.model\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { UserService } from \u0027./user.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027./view.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":13,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":14,"author":{"gitId":"-"},"content":"})"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":17,"author":{"gitId":"-"},"content":" * Responsible for creating and updating issues, and periodically fetching issues"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * using GitHub."},{"lineNumber":19,"author":{"gitId":"-"},"content":" */"},{"lineNumber":20,"author":{"gitId":"-"},"content":"export class IssueService {"},{"lineNumber":21,"author":{"gitId":"nknguyenhc"},"content":" static readonly POLL_INTERVAL \u003d 20000; // 20 seconds"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" issues: Issues;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" issues$: BehaviorSubject\u003cIssue[]\u003e;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" private sessionId: string;"},{"lineNumber":27,"author":{"gitId":"-"},"content":" private issueTeamFilter \u003d \u0027All Teams\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":" private issuesPollSubscription: Subscription;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" /** Whether the IssueService is downloading the data from Github*/"},{"lineNumber":30,"author":{"gitId":"-"},"content":" public isLoading \u003d new BehaviorSubject\u003cboolean\u003e(false);"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" constructor(private githubService: GithubService, private userService: UserService, private viewService: ViewService) {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" this.issues$ \u003d new BehaviorSubject(new Array\u003cIssue\u003e());"},{"lineNumber":34,"author":{"gitId":"-"},"content":" }"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":" startPollIssues() {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" if (this.issuesPollSubscription \u003d\u003d\u003d undefined) {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" if (this.issues$.getValue().length \u003d\u003d\u003d 0) {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" this.isLoading.next(true);"},{"lineNumber":40,"author":{"gitId":"-"},"content":" }"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" this.issuesPollSubscription \u003d timer(0, IssueService.POLL_INTERVAL)"},{"lineNumber":43,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":44,"author":{"gitId":"-"},"content":" exhaustMap(() \u003d\u003e {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" return this.reloadAllIssues().pipe("},{"lineNumber":46,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e throwError(err)),"},{"lineNumber":47,"author":{"gitId":"-"},"content":" finalize(() \u003d\u003e this.isLoading.next(false))"},{"lineNumber":48,"author":{"gitId":"-"},"content":" );"},{"lineNumber":49,"author":{"gitId":"-"},"content":" })"},{"lineNumber":50,"author":{"gitId":"-"},"content":" )"},{"lineNumber":51,"author":{"gitId":"-"},"content":" .subscribe();"},{"lineNumber":52,"author":{"gitId":"-"},"content":" }"},{"lineNumber":53,"author":{"gitId":"-"},"content":" }"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" stopPollIssues() {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" if (this.issuesPollSubscription) {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" this.issuesPollSubscription.unsubscribe();"},{"lineNumber":58,"author":{"gitId":"-"},"content":" this.issuesPollSubscription \u003d undefined;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":" }"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":" reloadAllIssues() {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" return this.initializeData();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" }"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" getIssue(id: number): Observable\u003cIssue\u003e {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" if (this.issues \u003d\u003d\u003d undefined) {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" return this.getLatestIssue(id);"},{"lineNumber":69,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return of(this.issues[id]);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":" }"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":" getLatestIssue(id: number): Observable\u003cIssue\u003e {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" return this.githubService.fetchIssueGraphql(id).pipe("},{"lineNumber":76,"author":{"gitId":"-"},"content":" map((response: GithubIssue) \u003d\u003e {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" this.createAndSaveIssueModels([response]);"},{"lineNumber":78,"author":{"gitId":"-"},"content":" return this.issues[id];"},{"lineNumber":79,"author":{"gitId":"-"},"content":" }),"},{"lineNumber":80,"author":{"gitId":"-"},"content":" catchError((err) \u003d\u003e {"},{"lineNumber":81,"author":{"gitId":"-"},"content":" return of(this.issues[id]);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" })"},{"lineNumber":83,"author":{"gitId":"-"},"content":" );"},{"lineNumber":84,"author":{"gitId":"-"},"content":" }"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":87,"author":{"gitId":"-"},"content":" * This function will update the issue\u0027s state of the application. This function needs to be called whenever a issue is added/updated."},{"lineNumber":88,"author":{"gitId":"-"},"content":" *"},{"lineNumber":89,"author":{"gitId":"-"},"content":" * @params issuesToUpdate - An array of issues to update the state of the application with."},{"lineNumber":90,"author":{"gitId":"-"},"content":" */"},{"lineNumber":91,"author":{"gitId":"-"},"content":" private updateLocalStore(issuesToUpdate: Issue[]) {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" const newIssues \u003d { ...this.issues };"},{"lineNumber":93,"author":{"gitId":"-"},"content":" issuesToUpdate.forEach((issue) \u003d\u003e {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" newIssues[issue.id] \u003d issue;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" });"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.issues \u003d newIssues;"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" this.issues$.next(Object.values(this.issues));"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":" reset(resetSessionId: boolean) {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" if (resetSessionId) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" this.sessionId \u003d undefined;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" this.issues \u003d undefined;"},{"lineNumber":107,"author":{"gitId":"-"},"content":" this.issues$.next(new Array\u003cIssue\u003e());"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":" this.stopPollIssues();"},{"lineNumber":110,"author":{"gitId":"-"},"content":" }"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":" private initializeData(): Observable\u003cIssue[]\u003e {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" let issuesAPICallsByFilter: Observable\u003cArray\u003cGithubIssue\u003e\u003e;"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" switch (IssuesFilter[this.viewService.currentView][this.userService.currentUser.role]) {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" case \u0027FILTER_BY_CREATOR\u0027:"},{"lineNumber":117,"author":{"gitId":"-"},"content":" issuesAPICallsByFilter \u003d this.githubService.fetchIssuesGraphql("},{"lineNumber":118,"author":{"gitId":"-"},"content":" new RestGithubIssueFilter({ creator: this.userService.currentUser.loginId })"},{"lineNumber":119,"author":{"gitId":"-"},"content":" );"},{"lineNumber":120,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" case \u0027NO_FILTER\u0027:"},{"lineNumber":122,"author":{"gitId":"-"},"content":" issuesAPICallsByFilter \u003d this.githubService.fetchIssuesGraphql(new RestGithubIssueFilter({}));"},{"lineNumber":123,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":124,"author":{"gitId":"-"},"content":" case \u0027NO_ACCESS\u0027:"},{"lineNumber":125,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":126,"author":{"gitId":"-"},"content":" return of([]);"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" const fetchedIssueIds: number[] \u003d [];"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":" return issuesAPICallsByFilter.pipe("},{"lineNumber":132,"author":{"gitId":"-"},"content":" map((githubIssues: GithubIssue[]) \u003d\u003e {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" const issues \u003d this.createAndSaveIssueModels(githubIssues);"},{"lineNumber":134,"author":{"gitId":"-"},"content":" for (const issue of issues) {"},{"lineNumber":135,"author":{"gitId":"-"},"content":" fetchedIssueIds.push(issue.id);"},{"lineNumber":136,"author":{"gitId":"-"},"content":" }"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":" const outdatedIssueIds: number[] \u003d this.getOutdatedIssueIds(fetchedIssueIds);"},{"lineNumber":139,"author":{"gitId":"-"},"content":" this.deleteIssuesFromLocalStore(outdatedIssueIds);"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":" if (this.issues \u003d\u003d\u003d undefined) {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" return [];"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":" return Object.values(this.issues);"},{"lineNumber":145,"author":{"gitId":"-"},"content":" })"},{"lineNumber":146,"author":{"gitId":"-"},"content":" );"},{"lineNumber":147,"author":{"gitId":"-"},"content":" }"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":" private createAndSaveIssueModels(githubIssues: GithubIssue[]): Issue[] {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" const issues: Issue[] \u003d [];"},{"lineNumber":151,"author":{"gitId":"-"},"content":""},{"lineNumber":152,"author":{"gitId":"-"},"content":" for (const githubIssue of githubIssues) {"},{"lineNumber":153,"author":{"gitId":"-"},"content":" const issue \u003d this.createIssueModel(githubIssue);"},{"lineNumber":154,"author":{"gitId":"-"},"content":" issues.push(issue);"},{"lineNumber":155,"author":{"gitId":"-"},"content":" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":" this.updateLocalStore(issues);"},{"lineNumber":157,"author":{"gitId":"-"},"content":""},{"lineNumber":158,"author":{"gitId":"-"},"content":" return issues;"},{"lineNumber":159,"author":{"gitId":"-"},"content":" }"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":" private deleteIssuesFromLocalStore(ids: number[]): void {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" const withoutIssuesToRemove \u003d { ...this.issues };"},{"lineNumber":163,"author":{"gitId":"-"},"content":" for (const id of ids) {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" delete withoutIssuesToRemove[id];"},{"lineNumber":165,"author":{"gitId":"-"},"content":" }"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":" this.issues \u003d withoutIssuesToRemove;"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":" this.issues$.next(Object.values(this.issues));"},{"lineNumber":170,"author":{"gitId":"-"},"content":" }"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":173,"author":{"gitId":"-"},"content":" * Returns an array of outdated issue ids by comparing the ids of the recently"},{"lineNumber":174,"author":{"gitId":"-"},"content":" * fetched issues with the current issue ids in the local store"},{"lineNumber":175,"author":{"gitId":"-"},"content":" */"},{"lineNumber":176,"author":{"gitId":"-"},"content":" private getOutdatedIssueIds(fetchedIssueIds: number[]): number[] {"},{"lineNumber":177,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":178,"author":{"gitId":"-"},"content":" Ignore for first fetch or ignore if there is no fetch result"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":" We also have to ignore for no fetch result as the cache might return a"},{"lineNumber":181,"author":{"gitId":"-"},"content":" 304 reponse with no differences in issues, resulting in the fetchIssueIds"},{"lineNumber":182,"author":{"gitId":"-"},"content":" to be empty"},{"lineNumber":183,"author":{"gitId":"-"},"content":" */"},{"lineNumber":184,"author":{"gitId":"-"},"content":" if (this.issues \u003d\u003d\u003d undefined || !fetchedIssueIds.length) {"},{"lineNumber":185,"author":{"gitId":"-"},"content":" return [];"},{"lineNumber":186,"author":{"gitId":"-"},"content":" }"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":" const fetchedIssueIdsSet \u003d new Set\u003cnumber\u003e(fetchedIssueIds);"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":" const result \u003d Object.keys(this.issues)"},{"lineNumber":191,"author":{"gitId":"-"},"content":" .map((x) \u003d\u003e +x)"},{"lineNumber":192,"author":{"gitId":"-"},"content":" .filter((issueId) \u003d\u003e !fetchedIssueIdsSet.has(issueId));"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":" return result;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" }"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":" private createIssueModel(githubIssue: GithubIssue): Issue {"},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":" switch (this.viewService.currentView) {"},{"lineNumber":199,"author":{"gitId":"NereusWB922"},"content":" case View.issuesViewer:"},{"lineNumber":200,"author":{"gitId":"-"},"content":" return Issue.createPhaseBugReportingIssue(githubIssue);"},{"lineNumber":201,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":202,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" }"},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" setIssueTeamFilter(filterValue: string) {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" if (filterValue) {"},{"lineNumber":208,"author":{"gitId":"-"},"content":" this.issueTeamFilter \u003d filterValue;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" }"},{"lineNumber":210,"author":{"gitId":"-"},"content":" }"},{"lineNumber":211,"author":{"gitId":"-"},"content":""},{"lineNumber":212,"author":{"gitId":"-"},"content":" setSessionId(sessionId: string) {"},{"lineNumber":213,"author":{"gitId":"-"},"content":" this.sessionId \u003d sessionId;"},{"lineNumber":214,"author":{"gitId":"-"},"content":" }"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":" getIssueTeamFilter(): string {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" return this.issueTeamFilter;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" }"},{"lineNumber":219,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":1,"NereusWB922":6,"-":212}},{"path":"src/app/core/services/label.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { BehaviorSubject, EMPTY, Observable, of, Subject, Subscription, timer } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { catchError, exhaustMap, finalize, map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Label, SimpleLabel } from \u0027../models/label.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/* The threshold to decide if color is dark or light."},{"lineNumber":8,"author":{"gitId":"-"},"content":"A higher threshold value will result in more colors determined to be \"dark\"."},{"lineNumber":9,"author":{"gitId":"-"},"content":"W3C recommendation is 0.179, but 0.184 is chosen so that some colors (like bright red)"},{"lineNumber":10,"author":{"gitId":"-"},"content":"are considered dark (Github too consider them dark) */"},{"lineNumber":11,"author":{"gitId":"-"},"content":"const COLOR_DARKNESS_THRESHOLD \u003d 0.184;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"const COLOR_BLACK \u003d \u0027000000\u0027; // Dark color for text with light background"},{"lineNumber":14,"author":{"gitId":"-"},"content":"const COLOR_WHITE \u003d \u0027ffffff\u0027; // Light color for text with dark background"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":17,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":18,"author":{"gitId":"-"},"content":"})"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * Responsible for retrieval and parsing of label data"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * from the GitHub repository for the WATcher application."},{"lineNumber":23,"author":{"gitId":"-"},"content":" */"},{"lineNumber":24,"author":{"gitId":"-"},"content":"export class LabelService {"},{"lineNumber":25,"author":{"gitId":"nknguyenhc"},"content":" static readonly POLL_INTERVAL \u003d 20000; // 20 seconds"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" labels: Label[];"},{"lineNumber":28,"author":{"gitId":"-"},"content":" simpleLabels: SimpleLabel[];"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":" private labelsPollSubscription: Subscription;"},{"lineNumber":31,"author":{"gitId":"Arif-Khalid"},"content":" private labelsSubject \u003d new Subject\u003cSimpleLabel[]\u003e();"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" constructor(private githubService: GithubService) {}"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" startPollLabels() {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" if (this.labelsPollSubscription) {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" }"},{"lineNumber":39,"author":{"gitId":"-"},"content":" this.labelsPollSubscription \u003d timer(0, LabelService.POLL_INTERVAL)"},{"lineNumber":40,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":41,"author":{"gitId":"-"},"content":" exhaustMap(() \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" return this.fetchLabels().pipe("},{"lineNumber":43,"author":{"gitId":"-"},"content":" catchError(() \u003d\u003e {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return EMPTY;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" })"},{"lineNumber":46,"author":{"gitId":"-"},"content":" );"},{"lineNumber":47,"author":{"gitId":"-"},"content":" })"},{"lineNumber":48,"author":{"gitId":"-"},"content":" )"},{"lineNumber":49,"author":{"gitId":"-"},"content":" .subscribe(() \u003d\u003e {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" this.labelsSubject.next(this.simpleLabels);"},{"lineNumber":51,"author":{"gitId":"-"},"content":" });"},{"lineNumber":52,"author":{"gitId":"-"},"content":" }"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":" stopPollLabels() {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" if (this.labelsPollSubscription) {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" this.labelsPollSubscription.unsubscribe();"},{"lineNumber":57,"author":{"gitId":"-"},"content":" this.labelsPollSubscription \u003d undefined;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" }"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":" connect(): Observable\u003cSimpleLabel[]\u003e {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" return this.labelsSubject.asObservable();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Fetch labels from Github."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"-"},"content":" public fetchLabels(): Observable\u003cany\u003e {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" return this.githubService.fetchAllLabels().pipe("},{"lineNumber":70,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" this.labels \u003d this.parseLabelData(response);"},{"lineNumber":72,"author":{"gitId":"-"},"content":" this.simpleLabels \u003d this.labels;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" this.labelsSubject.next(this.simpleLabels);"},{"lineNumber":74,"author":{"gitId":"-"},"content":" return response;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" })"},{"lineNumber":76,"author":{"gitId":"-"},"content":" );"},{"lineNumber":77,"author":{"gitId":"-"},"content":" }"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":80,"author":{"gitId":"-"},"content":" * Parses label information and returns an array of Label objects."},{"lineNumber":81,"author":{"gitId":"-"},"content":" * @param labels - Label Information from API."},{"lineNumber":82,"author":{"gitId":"-"},"content":" */"},{"lineNumber":83,"author":{"gitId":"-"},"content":" parseLabelData(labels: Array\u003cany\u003e): Label[] {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" const labelData: Label[] \u003d [];"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" for (const label of labels) {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" labelData.push(new Label(label));"},{"lineNumber":88,"author":{"gitId":"-"},"content":" }"},{"lineNumber":89,"author":{"gitId":"-"},"content":" return labelData;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" }"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":93,"author":{"gitId":"-"},"content":" * Returns true if the given color is considered \"dark\""},{"lineNumber":94,"author":{"gitId":"-"},"content":" * The color is considered \"dark\" if its luminance is less than COLOR_DARKNESS_THRESHOLD"},{"lineNumber":95,"author":{"gitId":"-"},"content":" * @param inputColor: the color"},{"lineNumber":96,"author":{"gitId":"-"},"content":" */"},{"lineNumber":97,"author":{"gitId":"-"},"content":" isDarkColor(inputColor: string): boolean {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" const COLOR \u003d inputColor.charAt(0) \u003d\u003d\u003d \u0027#\u0027 ? inputColor.substring(1, 7) : inputColor;"},{"lineNumber":99,"author":{"gitId":"-"},"content":" const R \u003d parseInt(COLOR.substring(0, 2), 16);"},{"lineNumber":100,"author":{"gitId":"-"},"content":" const G \u003d parseInt(COLOR.substring(2, 4), 16);"},{"lineNumber":101,"author":{"gitId":"-"},"content":" const B \u003d parseInt(COLOR.substring(4, 6), 16);"},{"lineNumber":102,"author":{"gitId":"-"},"content":" const RGB \u003d [R / 255, G / 255, B / 255];"},{"lineNumber":103,"author":{"gitId":"-"},"content":" const LINEAR_RGB \u003d RGB.map((col) \u003d\u003e {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" if (col \u003c\u003d 0.03928) {"},{"lineNumber":105,"author":{"gitId":"-"},"content":" return col / 12.92;"},{"lineNumber":106,"author":{"gitId":"-"},"content":" }"},{"lineNumber":107,"author":{"gitId":"-"},"content":" return Math.pow((col + 0.055) / 1.055, 2.4);"},{"lineNumber":108,"author":{"gitId":"-"},"content":" });"},{"lineNumber":109,"author":{"gitId":"-"},"content":" // Calculate the luminance of the color"},{"lineNumber":110,"author":{"gitId":"-"},"content":" const LUMINANCE \u003d 0.2126 * LINEAR_RGB[0] + 0.7152 * LINEAR_RGB[1] + 0.0722 * LINEAR_RGB[2];"},{"lineNumber":111,"author":{"gitId":"-"},"content":" // The color is \"dark\" if the luminance is lower than the threshold"},{"lineNumber":112,"author":{"gitId":"-"},"content":" return LUMINANCE \u003c COLOR_DARKNESS_THRESHOLD;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" }"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":116,"author":{"gitId":"-"},"content":" * Returns a css style for the background and text color of the label"},{"lineNumber":117,"author":{"gitId":"-"},"content":" * @param color: the color of the label"},{"lineNumber":118,"author":{"gitId":"-"},"content":" * @return the style with background-color in rgb"},{"lineNumber":119,"author":{"gitId":"-"},"content":" * @throws exception if input is an invalid color code"},{"lineNumber":120,"author":{"gitId":"-"},"content":" */"},{"lineNumber":121,"author":{"gitId":"-"},"content":" setLabelStyle(color: string) {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" let textColor: string;"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":" textColor \u003d this.isDarkColor(color) ? COLOR_WHITE : COLOR_BLACK;"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":" const styles \u003d {"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u0027background-color\u0027: `#${color}`,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" color: `#${textColor}`"},{"lineNumber":129,"author":{"gitId":"-"},"content":" };"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":" return styles;"},{"lineNumber":132,"author":{"gitId":"-"},"content":" }"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":135,"author":{"gitId":"-"},"content":" this.labels \u003d undefined;"},{"lineNumber":136,"author":{"gitId":"-"},"content":" this.simpleLabels \u003d undefined;"},{"lineNumber":137,"author":{"gitId":"-"},"content":" this.stopPollLabels();"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":1,"Arif-Khalid":2,"-":136}},{"path":"src/app/core/services/milestone.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Milestone } from \u0027../models/milestone.model\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":8,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":9,"author":{"gitId":"-"},"content":"})"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":12,"author":{"gitId":"-"},"content":" * Responsible for retrieval and parsing and syncing of milestone data"},{"lineNumber":13,"author":{"gitId":"-"},"content":" * from the GitHub repository for the WATcher application."},{"lineNumber":14,"author":{"gitId":"-"},"content":" */"},{"lineNumber":15,"author":{"gitId":"-"},"content":"export class MilestoneService {"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" milestones: Milestone[] \u003d [];"},{"lineNumber":17,"author":{"gitId":"-"},"content":" hasNoMilestones: boolean;"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" constructor(private githubService: GithubService) {}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * Fetch all milestones from github."},{"lineNumber":23,"author":{"gitId":"-"},"content":" */"},{"lineNumber":24,"author":{"gitId":"-"},"content":" public fetchMilestones(): Observable\u003cany\u003e {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" return this.githubService.fetchAllMilestones().pipe("},{"lineNumber":26,"author":{"gitId":"-"},"content":" map((response) \u003d\u003e {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" this.milestones \u003d this.parseMilestoneData(response);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" this.hasNoMilestones \u003d response.length \u003d\u003d\u003d 0;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" return response;"},{"lineNumber":30,"author":{"gitId":"-"},"content":" })"},{"lineNumber":31,"author":{"gitId":"-"},"content":" );"},{"lineNumber":32,"author":{"gitId":"-"},"content":" }"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":35,"author":{"gitId":"-"},"content":" * Parses milestone information and returns an array of Milestone objects."},{"lineNumber":36,"author":{"gitId":"-"},"content":" * @param milestones - Milestone Information from API."},{"lineNumber":37,"author":{"gitId":"-"},"content":" */"},{"lineNumber":38,"author":{"gitId":"-"},"content":" parseMilestoneData(milestones: Array\u003cany\u003e): Milestone[] {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" const milestoneData: Milestone[] \u003d [];"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" for (const milestone of milestones) {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" milestoneData.push(new Milestone(milestone));"},{"lineNumber":43,"author":{"gitId":"-"},"content":" }"},{"lineNumber":44,"author":{"gitId":"-"},"content":" milestoneData.sort((a: Milestone, b: Milestone) \u003d\u003e a.title.localeCompare(b.title));"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" return milestoneData;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" }"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" * Returns the open milestone with earliest deadline."},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" * If no deadline exists, returns milestone with alphabetically smallest title."},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" * Returns null if there are no open milestones."},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" getEarliestOpenMilestone(): Milestone {"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" const openMilestones: Milestone[] \u003d this.milestones.filter((milestone: Milestone) \u003d\u003e milestone.state \u003d\u003d\u003d \u0027open\u0027);"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" if (openMilestones.length \u003d\u003d\u003d 0) {"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" return null;"},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" const target \u003d openMilestones.reduce((prev, curr) \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" if (prev \u003d\u003d\u003d null) {"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" return curr;"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" if (prev.deadline !\u003d\u003d curr.deadline) {"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" if (!prev.deadline) {"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" return curr;"},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" if (!curr.deadline) {"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" return prev;"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" return prev.deadline \u003c curr.deadline ? prev : curr;"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" // Both without due date or with the same due date"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" return prev.title.localeCompare(curr.title) \u003c 0 ? prev : curr;"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" }, null);"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" return target;"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":83,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":84,"author":{"gitId":"nknguyenhc"},"content":" * Gets the closed milestone with the latest deadline."},{"lineNumber":85,"author":{"gitId":"nknguyenhc"},"content":" * Returns null if there is no closed milestone with deadline."},{"lineNumber":86,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":87,"author":{"gitId":"nknguyenhc"},"content":" getLatestClosedMilestone(): Milestone {"},{"lineNumber":88,"author":{"gitId":"nknguyenhc"},"content":" let latestClosedMilestone: Milestone \u003d null;"},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" for (const milestone of this.milestones) {"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" if (!milestone.deadline || milestone.state !\u003d\u003d \u0027closed\u0027) {"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" continue;"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" if (latestClosedMilestone \u003d\u003d\u003d null) {"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" latestClosedMilestone \u003d milestone;"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" } else if (milestone.deadline \u003e latestClosedMilestone.deadline) {"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" latestClosedMilestone \u003d milestone;"},{"lineNumber":97,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":98,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":99,"author":{"gitId":"nknguyenhc"},"content":" return latestClosedMilestone;"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":28,"NereusWB922":26,"-":47}},{"path":"src/app/core/services/view.service.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Injectable } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":"import { BehaviorSubject, Observable, of, Subject } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { STORAGE_KEYS } from \u0027../constants/storage-keys.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Repo } from \u0027../models/repo.model\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { SessionData } from \u0027../models/session.model\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../models/view.model\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027./error-message.service\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027./github.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027./logging.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { RepoUrlCacheService } from \u0027./repo-url-cache.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"export const SESSION_AVALIABILITY_FIX_FAILED \u003d \u0027Session Availability Fix failed.\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" * The title of each view that appears in the header bar."},{"lineNumber":18,"author":{"gitId":"-"},"content":" */"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"export const ViewDescription \u003d {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" [View.issuesViewer]: \u0027Issues Dashboard\u0027,"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" [View.activityDashboard]: \u0027Activity Dashboard\u0027"},{"lineNumber":22,"author":{"gitId":"-"},"content":"};"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":25,"author":{"gitId":"-"},"content":" * All data of the session."},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" * Add accessible views here."},{"lineNumber":27,"author":{"gitId":"-"},"content":" */"},{"lineNumber":28,"author":{"gitId":"-"},"content":"export const STARTING_SESSION_DATA: SessionData \u003d {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" sessionRepo: ["},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" { view: View.issuesViewer, repos: [] }"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" // { view: View.activityDashboard, repos: [] }"},{"lineNumber":32,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":33,"author":{"gitId":"-"},"content":"};"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":"export const STARTING_VIEW \u003d View.issuesViewer;"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"@Injectable({"},{"lineNumber":38,"author":{"gitId":"-"},"content":" providedIn: \u0027root\u0027"},{"lineNumber":39,"author":{"gitId":"-"},"content":"})"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":42,"author":{"gitId":"-"},"content":" * Responsible for managing the current selected feature of WATcher as well as the"},{"lineNumber":43,"author":{"gitId":"-"},"content":" * current session data and repository details related to the session."},{"lineNumber":44,"author":{"gitId":"-"},"content":" */"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":"export class ViewService {"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" public static readonly REPO_QUERY_PARAM_KEY \u003d \u0027repo\u0027;"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" public currentView: View \u003d STARTING_VIEW;"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" public currentRepo: Repo; // current or main repository of current view"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" public otherRepos: Repo[]; // more repositories relevant to this view"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":" repoSetSource \u003d new BehaviorSubject(false);"},{"lineNumber":53,"author":{"gitId":"-"},"content":" repoSetState \u003d this.repoSetSource.asObservable();"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":56,"author":{"gitId":"-"},"content":" * Expose an observable to track changes to currentRepo"},{"lineNumber":57,"author":{"gitId":"-"},"content":" *"},{"lineNumber":58,"author":{"gitId":"-"},"content":" * TODO - replace all references to currentRepo to have"},{"lineNumber":59,"author":{"gitId":"-"},"content":" * dependencies subscribe to this observable?"},{"lineNumber":60,"author":{"gitId":"-"},"content":" */"},{"lineNumber":61,"author":{"gitId":"-"},"content":" public repoChanged$: Subject\u003cRepo | null\u003e \u003d new Subject();"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" /** Whether the ViewService is changing the repository */"},{"lineNumber":64,"author":{"gitId":"-"},"content":" public isChangingRepo \u003d new BehaviorSubject\u003cboolean\u003e(false);"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" public sessionData \u003d STARTING_SESSION_DATA; // stores session data for the session"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"nknguyenhc"},"content":" constructor("},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" private githubService: GithubService,"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" private repoUrlCacheService: RepoUrlCacheService,"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" public logger: LoggingService,"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" private route: ActivatedRoute,"},{"lineNumber":73,"author":{"gitId":"nknguyenhc"},"content":" private router: Router"},{"lineNumber":74,"author":{"gitId":"nknguyenhc"},"content":" ) {}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":77,"author":{"gitId":"-"},"content":" * Sets the current main repository and additional repos if any."},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" * Updates session data in View Service and local storage."},{"lineNumber":79,"author":{"gitId":"-"},"content":" * Updates Github Service with current repository."},{"lineNumber":80,"author":{"gitId":"-"},"content":" * @param repo Main current repository"},{"lineNumber":81,"author":{"gitId":"-"},"content":" * @param repos Additional repositories"},{"lineNumber":82,"author":{"gitId":"-"},"content":" */"},{"lineNumber":83,"author":{"gitId":"-"},"content":" setRepository(repo: Repo, repos?: Repo[]): void {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" this.currentRepo \u003d repo;"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.otherRepos \u003d repos ? repos : [];"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" this.sessionData.sessionRepo.find((x) \u003d\u003e x.view \u003d\u003d\u003d this.currentView).repos \u003d this.getRepository();"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" this.githubService.storeViewDetails(this.currentRepo.owner, this.currentRepo.name);"},{"lineNumber":88,"author":{"gitId":"-"},"content":" localStorage.setItem(\u0027sessionData\u0027, JSON.stringify(this.sessionData));"},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" this.router.navigate([\u0027issuesViewer\u0027], {"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" queryParams: {"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" [ViewService.REPO_QUERY_PARAM_KEY]: repo.toString()"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" },"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":98,"author":{"gitId":"-"},"content":" * Changes current respository to a new repository."},{"lineNumber":99,"author":{"gitId":"-"},"content":" * @param repo New current repository"},{"lineNumber":100,"author":{"gitId":"-"},"content":" */"},{"lineNumber":101,"author":{"gitId":"-"},"content":" private changeCurrentRepository(repo: Repo): void {"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" this.logger.info(`ViewService: Changing current repository to \u0027${repo}\u0027`);"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" if (this.currentView \u003d\u003d\u003d View.issuesViewer) {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" /** Adds past repositories to view */"},{"lineNumber":106,"author":{"gitId":"-"},"content":" (this.otherRepos || []).push(this.currentRepo);"},{"lineNumber":107,"author":{"gitId":"-"},"content":" }"},{"lineNumber":108,"author":{"gitId":"nknguyenhc"},"content":" if (!repo.equals(this.currentRepo)) {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" this.setRepository(repo, this.otherRepos);"},{"lineNumber":110,"author":{"gitId":"nknguyenhc"},"content":" this.repoChanged$.next(repo);"},{"lineNumber":111,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":" this.repoUrlCacheService.cache(repo.toString());"},{"lineNumber":114,"author":{"gitId":"-"},"content":" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":117,"author":{"gitId":"-"},"content":" * Change repository if a valid repository is provided"},{"lineNumber":118,"author":{"gitId":"-"},"content":" * @param repo New repository"},{"lineNumber":119,"author":{"gitId":"-"},"content":" */"},{"lineNumber":120,"author":{"gitId":"-"},"content":" async changeRepositoryIfValid(repo: Repo) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" this.isChangingRepo.next(true);"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":" const isValidRepository \u003d await this.githubService.isRepositoryPresent(repo.owner, repo.name).toPromise();"},{"lineNumber":124,"author":{"gitId":"-"},"content":" if (!isValidRepository) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" this.isChangingRepo.next(false);"},{"lineNumber":126,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.repositoryNotPresentMessage());"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" this.changeCurrentRepository(repo);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" this.isChangingRepo.next(false);"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":134,"author":{"gitId":"-"},"content":" * Returns the full repository array of the current feature."},{"lineNumber":135,"author":{"gitId":"-"},"content":" */"},{"lineNumber":136,"author":{"gitId":"-"},"content":" getRepository(): Repo[] {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" return [this.currentRepo].concat(this.otherRepos);"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":141,"author":{"gitId":"-"},"content":" * Retrieves the repository url from local storage and sets to current repository."},{"lineNumber":142,"author":{"gitId":"-"},"content":" */"},{"lineNumber":143,"author":{"gitId":"-"},"content":" async initializeCurrentRepository() {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" const org \u003d window.localStorage.getItem(STORAGE_KEYS.ORG);"},{"lineNumber":145,"author":{"gitId":"-"},"content":" const repoName \u003d window.localStorage.getItem(STORAGE_KEYS.DATA_REPO);"},{"lineNumber":146,"author":{"gitId":"NereusWB922"},"content":" this.logger.info(`ViewService: received initial org (${org}) and initial name (${repoName})`);"},{"lineNumber":147,"author":{"gitId":"-"},"content":" let repo: Repo;"},{"lineNumber":148,"author":{"gitId":"-"},"content":" if (!org || !repoName) {"},{"lineNumber":149,"author":{"gitId":"-"},"content":" repo \u003d Repo.ofEmptyRepo();"},{"lineNumber":150,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" repo \u003d new Repo(org, repoName);"},{"lineNumber":152,"author":{"gitId":"-"},"content":" }"},{"lineNumber":153,"author":{"gitId":"-"},"content":" const isValidRepository \u003d await this.githubService.isRepositoryPresent(repo.owner, repo.name).toPromise();"},{"lineNumber":154,"author":{"gitId":"-"},"content":" if (!isValidRepository) {"},{"lineNumber":155,"author":{"gitId":"-"},"content":" throw new Error(ErrorMessageService.repositoryNotPresentMessage());"},{"lineNumber":156,"author":{"gitId":"-"},"content":" }"},{"lineNumber":157,"author":{"gitId":"NereusWB922"},"content":" this.logger.info(`ViewService: Repo is ${repo}`);"},{"lineNumber":158,"author":{"gitId":"-"},"content":" this.setRepository(repo);"},{"lineNumber":159,"author":{"gitId":"-"},"content":" this.repoSetSource.next(true);"},{"lineNumber":160,"author":{"gitId":"-"},"content":" }"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":163,"author":{"gitId":"nknguyenhc"},"content":" * Set items in the local storage corresponding to the next URL."},{"lineNumber":164,"author":{"gitId":"NereusWB922"},"content":" * This includes checking if the view is valid, and if the repo is of the correct format."},{"lineNumber":165,"author":{"gitId":"nknguyenhc"},"content":" * @param url The partial URL without the host, e.g. `/issuesViewer?repo\u003dCATcher%2FWATcher."},{"lineNumber":166,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":167,"author":{"gitId":"nknguyenhc"},"content":" setupFromUrl(url: string): Observable\u003cvoid\u003e {"},{"lineNumber":168,"author":{"gitId":"NereusWB922"},"content":" return of(this.getViewAndRepoFromUrl(url)).pipe("},{"lineNumber":169,"author":{"gitId":"NereusWB922"},"content":" map(([viewName, repoName]) \u003d\u003e {"},{"lineNumber":170,"author":{"gitId":"NereusWB922"},"content":" if (!this.isViewAllowed(viewName)) {"},{"lineNumber":171,"author":{"gitId":"nknguyenhc"},"content":" throw new Error(ErrorMessageService.invalidUrlMessage());"},{"lineNumber":172,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":173,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":174,"author":{"gitId":"nknguyenhc"},"content":" if (repoName \u003d\u003d\u003d null) {"},{"lineNumber":175,"author":{"gitId":"nknguyenhc"},"content":" throw new Error(ErrorMessageService.invalidUrlMessage());"},{"lineNumber":176,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":177,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":178,"author":{"gitId":"nknguyenhc"},"content":" const newRepo \u003d Repo.of(repoName);"},{"lineNumber":179,"author":{"gitId":"nknguyenhc"},"content":" if (newRepo) {"},{"lineNumber":180,"author":{"gitId":"nknguyenhc"},"content":" window.localStorage.setItem(STORAGE_KEYS.ORG, newRepo.owner);"},{"lineNumber":181,"author":{"gitId":"nknguyenhc"},"content":" window.localStorage.setItem(STORAGE_KEYS.DATA_REPO, newRepo.name);"},{"lineNumber":182,"author":{"gitId":"nknguyenhc"},"content":" this.repoUrlCacheService.cache(newRepo.toString());"},{"lineNumber":183,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":184,"author":{"gitId":"nknguyenhc"},"content":" })"},{"lineNumber":185,"author":{"gitId":"nknguyenhc"},"content":" );"},{"lineNumber":186,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":187,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":188,"author":{"gitId":"NereusWB922"},"content":" /**"},{"lineNumber":189,"author":{"gitId":"NereusWB922"},"content":" * Initializes a repo based on the URL parameters and changes the repo if valid."},{"lineNumber":190,"author":{"gitId":"NereusWB922"},"content":" */"},{"lineNumber":191,"author":{"gitId":"NereusWB922"},"content":" initializeRepoFromUrlParams(): void {"},{"lineNumber":192,"author":{"gitId":"NereusWB922"},"content":" const repoParams \u003d this.route.snapshot.queryParamMap.get(ViewService.REPO_QUERY_PARAM_KEY);"},{"lineNumber":193,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":194,"author":{"gitId":"NereusWB922"},"content":" const newRepo \u003d Repo.of(repoParams);"},{"lineNumber":195,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":196,"author":{"gitId":"NereusWB922"},"content":" this.changeRepositoryIfValid(newRepo);"},{"lineNumber":197,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":199,"author":{"gitId":"NereusWB922"},"content":" getViewAndRepoFromUrl(url: string): [string, string] {"},{"lineNumber":200,"author":{"gitId":"nknguyenhc"},"content":" const urlObject \u003d new URL(`${location.protocol}//${location.host}${url}`);"},{"lineNumber":201,"author":{"gitId":"nknguyenhc"},"content":" const pathname \u003d urlObject.pathname;"},{"lineNumber":202,"author":{"gitId":"NereusWB922"},"content":" const reponame \u003d urlObject.searchParams.get(ViewService.REPO_QUERY_PARAM_KEY);"},{"lineNumber":203,"author":{"gitId":"nknguyenhc"},"content":" return [pathname, reponame];"},{"lineNumber":204,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":205,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":206,"author":{"gitId":"NereusWB922"},"content":" isViewAllowed(viewName: string) {"},{"lineNumber":207,"author":{"gitId":"NereusWB922"},"content":" return viewName \u003d\u003d\u003d \u0027/\u0027 + View.issuesViewer;"},{"lineNumber":208,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":209,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":" isRepoSet(): boolean {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" return this.repoSetSource.getValue();"},{"lineNumber":212,"author":{"gitId":"-"},"content":" }"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":215,"author":{"gitId":"NereusWB922"},"content":" * Changes view and updates View Service\u0027s properties."},{"lineNumber":216,"author":{"gitId":"NereusWB922"},"content":" * @param view New view"},{"lineNumber":217,"author":{"gitId":"-"},"content":" */"},{"lineNumber":218,"author":{"gitId":"NereusWB922"},"content":" changeView(view: View) {"},{"lineNumber":219,"author":{"gitId":"NereusWB922"},"content":" this.currentView \u003d view;"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":" // For now, assumes repository stays the same"},{"lineNumber":222,"author":{"gitId":"NereusWB922"},"content":" this.githubService.storeViewDetails(this.currentRepo.owner, this.currentRepo.name);"},{"lineNumber":223,"author":{"gitId":"-"},"content":" }"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":" public getCurrentRepositoryURL() {"},{"lineNumber":226,"author":{"gitId":"-"},"content":" return this.currentRepo.owner.concat(\u0027/\u0027).concat(this.currentRepo.name);"},{"lineNumber":227,"author":{"gitId":"-"},"content":" }"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":230,"author":{"gitId":"NereusWB922"},"content":" this.currentView \u003d STARTING_VIEW;"},{"lineNumber":231,"author":{"gitId":"-"},"content":" }"},{"lineNumber":232,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":45,"NereusWB922":52,"-":135}},{"path":"src/app/issues-viewer/card-view/card-view.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".card-column {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" margin: 8px;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":" height: 77vh;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":" display: flex;"},{"lineNumber":5,"author":{"gitId":"nknguyenhc"},"content":" flex-direction: column;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".card {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" margin: 8px 0px 8px 0px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".mat-card-title {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":15,"author":{"gitId":"-"},"content":" font-size: 12px;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":18,"author":{"gitId":"-"},"content":" word-break: break-word;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":".column-header .mat-card-title {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":".mat-card {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" padding: 10px;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":":host ::ng-deep div.mat-card-header-text {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" margin: 2px;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"div.column-header .mat-card-title {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":36,"author":{"gitId":"-"},"content":"}"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"div.column-header {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":40,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" z-index: 5;"},{"lineNumber":42,"author":{"gitId":"-"},"content":"}"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"div.column-header .mat-card-header {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":48,"author":{"gitId":"-"},"content":"}"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":".scrollable-container {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" margin-bottom: 2px;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":53,"author":{"gitId":"-"},"content":"}"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"Arif-Khalid"},"content":"/* Ref: https://lea.verou.me/blog/2012/04/background-attachment-local/ */"},{"lineNumber":56,"author":{"gitId":"Arif-Khalid"},"content":".scroll-shadow {"},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" background:"},{"lineNumber":58,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)),"},{"lineNumber":59,"author":{"gitId":"Arif-Khalid"},"content":" linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,"},{"lineNumber":60,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadows */ radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),"},{"lineNumber":61,"author":{"gitId":"Arif-Khalid"},"content":" radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;"},{"lineNumber":62,"author":{"gitId":"Arif-Khalid"},"content":" background:"},{"lineNumber":63,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)),"},{"lineNumber":64,"author":{"gitId":"Arif-Khalid"},"content":" linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,"},{"lineNumber":65,"author":{"gitId":"Arif-Khalid"},"content":" /* Shadows */ radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)),"},{"lineNumber":66,"author":{"gitId":"Arif-Khalid"},"content":" radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) 0 100%;"},{"lineNumber":67,"author":{"gitId":"Arif-Khalid"},"content":" background-repeat: no-repeat;"},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":" background-color: white;"},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;"},{"lineNumber":70,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":71,"author":{"gitId":"Arif-Khalid"},"content":" /* Opera doesn\u0027t support this in the shorthand */"},{"lineNumber":72,"author":{"gitId":"Arif-Khalid"},"content":" background-attachment: local, local, scroll, scroll;"},{"lineNumber":73,"author":{"gitId":"-"},"content":"}"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":".scrollable-container::before {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" height: 6px;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":82,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":84,"author":{"gitId":"-"},"content":"}"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":".scrollable-container::after {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":88,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" top: 100%;"},{"lineNumber":92,"author":{"gitId":"-"},"content":" height: 6px;"},{"lineNumber":93,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":94,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to top, white 66%, transparent);"},{"lineNumber":96,"author":{"gitId":"-"},"content":"}"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":".scrollable-container-wrapper {"},{"lineNumber":99,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" scrollbar-width: none;"},{"lineNumber":101,"author":{"gitId":"nknguyenhc"},"content":" overflow: auto;"},{"lineNumber":102,"author":{"gitId":"nknguyenhc"},"content":" flex-grow: 1;"},{"lineNumber":103,"author":{"gitId":"-"},"content":"}"},{"lineNumber":104,"author":{"gitId":"-"},"content":""},{"lineNumber":105,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container-wrapper::-webkit-scrollbar {"},{"lineNumber":106,"author":{"gitId":"nknguyenhc"},"content":" display: none;"},{"lineNumber":107,"author":{"gitId":"-"},"content":"}"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":".loading-spinner {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":111,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":113,"author":{"gitId":"-"},"content":"}"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":".mat-card-subtitle {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":118,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" margin: 6px 0;"},{"lineNumber":122,"author":{"gitId":"-"},"content":"}"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":".row-count {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" background-color: rgb(222, 222, 222);"},{"lineNumber":126,"author":{"gitId":"-"},"content":" border-radius: 3px;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" cursor: default;"},{"lineNumber":128,"author":{"gitId":"-"},"content":" padding: 6px;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" color: rgb(0, 0, 0);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" font-weight: 410;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" display: inline-flex;"},{"lineNumber":132,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":133,"author":{"gitId":"-"},"content":"}"},{"lineNumber":134,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":135,"author":{"gitId":"nknguyenhc"},"content":":host ::ng-deep .pagination-hide-arrow .mat-paginator-navigation-previous {"},{"lineNumber":136,"author":{"gitId":"nknguyenhc"},"content":" display: none !important;"},{"lineNumber":137,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":138,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":139,"author":{"gitId":"nknguyenhc"},"content":":host ::ng-deep .pagination-hide-arrow .mat-paginator-navigation-next {"},{"lineNumber":140,"author":{"gitId":"nknguyenhc"},"content":" display: none !important;"},{"lineNumber":141,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":142,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":143,"author":{"gitId":"nknguyenhc"},"content":":host ::ng-deep .pagination-hide-arrow .mat-paginator-range-actions {"},{"lineNumber":144,"author":{"gitId":"nknguyenhc"},"content":" display: none !important;"},{"lineNumber":145,"author":{"gitId":"nknguyenhc"},"content":"}"}],"authorContributionMap":{"nknguyenhc":20,"Arif-Khalid":18,"-":107}},{"path":"src/app/issues-viewer/card-view/card-view.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"card-column\"\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cng-container"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" [ngTemplateOutlet]\u003d\"getHeaderTemplate() || defaultHeader\""},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" [ngTemplateOutletContext]\u003d\"{ $implicit: this.group }\""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" \u003e\u003c/ng-container\u003e"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":" \u003cdiv class\u003d\"scrollable-container-wrapper scroll-shadow\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"scrollable-container\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"issue-pr-cards\" *ngFor\u003d\"let issue of this.issues$ | async; index as i\"\u003e"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":" \u003capp-issue-pr-card [issue]\u003d\"issue\" [filter]\u003d\"issues.filter\" [milestoneService]\u003d\"milestoneService\"\u003e\u003c/app-issue-pr-card\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-card class\u003d\"loading-spinner\" *ngIf\u003d\"this.issues.isLoading$ | async\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/mat-card\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-paginator"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":" [pageSize]\u003d\"pageSize\""},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":" [hidePageSize]\u003d\"true\""},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" [pageSizeOptions]\u003d\"[10, 20, 50]\""},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" [class]\u003d\"pageSize \u003e\u003d issueLength ? \u0027pagination-hide-arrow\u0027 : \u0027\u0027\""},{"lineNumber":21,"author":{"gitId":"nknguyenhc"},"content":" \u003e\u003c/mat-paginator\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":"\u003c!-- Template --\u003e"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #defaultHeader\u003e"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card class\u003d\"loading-spinner\"\u003e"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #assigneeHeader let-assignee\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"column-header\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cmat-card\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cmat-card-header [ngStyle]\u003d\"{ height: \u002740px\u0027 }\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":36,"author":{"gitId":"-"},"content":" mat-card-avatar"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"assignee\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" [ngStyle]\u003d\"{"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" background: \u0027url(\u0027 + assignee.avatar_url + \u0027)\u0027,"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u0027background-size\u0027: \u002740px\u0027"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }\""},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003cmat-card-title\u003e"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" {{ assignee.login }}"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/mat-card-title\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"row-count\"\u003e{{ this.issues.count }}\u003c/div\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/mat-card-header\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003c/mat-card\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #milestoneHeader let-milestone\u003e"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"column-header\"\u003e"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card\u003e"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-header [ngStyle]\u003d\"{ height: \u002740px\u0027 }\"\u003e"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003e"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" {{ milestone.title }}"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card-title\u003e"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"row-count\"\u003e{{ this.issues.count }}\u003c/div\u003e"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card-header\u003e"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"}],"authorContributionMap":{"nknguyenhc":5,"NereusWB922":28,"Arif-Khalid":1,"MadLamprey":2,"-":27}},{"path":"src/app/issues-viewer/card-view/card-view.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" AfterViewInit,"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" Component,"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" ElementRef,"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" EventEmitter,"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" Input,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" OnDestroy,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" OnInit,"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" Output,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" TemplateRef,"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" ViewChild"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"} from \u0027@angular/core\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../core/models/github/group.interface\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":"import { FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"import { GroupBy, GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../core/services/issue.service\u0027;"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { FilterableComponent, FilterableSource } from \u0027../../shared/issue-tables/filterableTypes\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { IssuesDataTable } from \u0027../../shared/issue-tables/IssuesDataTable\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":25,"author":{"gitId":"-"},"content":" selector: \u0027app-card-view\u0027,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" templateUrl: \u0027./card-view.component.html\u0027,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./card-view.component.css\u0027]"},{"lineNumber":28,"author":{"gitId":"-"},"content":"})"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * Displays issues as Cards."},{"lineNumber":32,"author":{"gitId":"-"},"content":" */"},{"lineNumber":33,"author":{"gitId":"-"},"content":"export class CardViewComponent implements OnInit, AfterViewInit, OnDestroy, FilterableComponent {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" @Input() headers: string[];"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" @Input() group?: Group \u003d undefined;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" @Input() filters?: any \u003d undefined;"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" @ViewChild(MatPaginator, { static: true }) paginator: MatPaginator;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027defaultHeader\u0027) defaultHeaderTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027assigneeHeader\u0027) assigneeHeaderTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027milestoneHeader\u0027) milestoneHeaderTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" issues: IssuesDataTable;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" issues$: Observable\u003cIssue[]\u003e;"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" private timeoutId: NodeJS.Timeout | null \u003d null;"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" private issuesLengthSubscription: Subscription;"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" private issuesLoadingStateSubscription: Subscription;"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":" private filterSubscription: Subscription;"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":51,"author":{"gitId":"Arif-Khalid"},"content":" isLoading \u003d true;"},{"lineNumber":52,"author":{"gitId":"Arif-Khalid"},"content":" issueLength \u003d 0;"},{"lineNumber":53,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" pageSize \u003d 20;"},{"lineNumber":55,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":56,"author":{"gitId":"nknguyenhc"},"content":" @Output() issueLengthChange: EventEmitter\u003cNumber\u003e \u003d new EventEmitter\u003cNumber\u003e();"},{"lineNumber":57,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":58,"author":{"gitId":"nknguyenhc"},"content":" constructor("},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":" public element: ElementRef,"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":" public issueService: IssueService,"},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":" public groupingContextService: GroupingContextService,"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" private filtersService: FiltersService,"},{"lineNumber":63,"author":{"gitId":"nknguyenhc"},"content":" private milestoneService: MilestoneService"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":" ) {}"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" this.issues \u003d new IssuesDataTable("},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" this.issueService,"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService,"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" this.filtersService,"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" this.milestoneService,"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" this.paginator,"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" this.headers,"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" this.group,"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" this.filters"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":77,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":78,"author":{"gitId":"MadLamprey"},"content":" this.filterSubscription \u003d this.filtersService.filter$.subscribe((filter: any) \u003d\u003e {"},{"lineNumber":79,"author":{"gitId":"MadLamprey"},"content":" this.pageSize \u003d filter.itemsPerPage;"},{"lineNumber":80,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":81,"author":{"gitId":"-"},"content":" }"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" this.timeoutId \u003d setTimeout(() \u003d\u003e {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.issues.loadIssues();"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.issues$ \u003d this.issues.connect();"},{"lineNumber":87,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":88,"author":{"gitId":"Arif-Khalid"},"content":" // Emit event when issues change"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" this.issuesLengthSubscription \u003d this.issues$.subscribe(() \u003d\u003e {"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" this.issueLength \u003d this.issues.count;"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" this.issueLengthChange.emit(this.issueLength);"},{"lineNumber":92,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":93,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":94,"author":{"gitId":"Arif-Khalid"},"content":" // Emit event when loading state changes"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" this.issuesLoadingStateSubscription \u003d this.issues.isLoading$.subscribe((isLoadingUpdate) \u003d\u003e {"},{"lineNumber":96,"author":{"gitId":"Arif-Khalid"},"content":" this.isLoading \u003d isLoadingUpdate;"},{"lineNumber":97,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":98,"author":{"gitId":"-"},"content":" });"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" getHeaderTemplate(): TemplateRef\u003cany\u003e {"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" switch (this.groupingContextService.currGroupBy) {"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Assignee:"},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" return this.assigneeHeaderTemplate;"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Milestone:"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" return this.milestoneHeaderTemplate;"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" default:"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" return this.defaultHeaderTemplate;"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" if (this.timeoutId) {"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":" clearTimeout(this.timeoutId);"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" if (this.issues) {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" this.issues.disconnect();"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" if (this.issuesLengthSubscription) {"},{"lineNumber":122,"author":{"gitId":"NereusWB922"},"content":" this.issuesLengthSubscription.unsubscribe();"},{"lineNumber":123,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":124,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":" if (this.issuesLoadingStateSubscription) {"},{"lineNumber":126,"author":{"gitId":"NereusWB922"},"content":" this.issuesLoadingStateSubscription.unsubscribe();"},{"lineNumber":127,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":" }"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":" retrieveFilterable(): FilterableSource {"},{"lineNumber":131,"author":{"gitId":"-"},"content":" return this.issues;"},{"lineNumber":132,"author":{"gitId":"-"},"content":" }"},{"lineNumber":133,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":17,"NereusWB922":59,"Arif-Khalid":10,"MadLamprey":5,"-":42}},{"path":"src/app/issues-viewer/hidden-groups/hidden-groups.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".hidden-groups {"},{"lineNumber":2,"author":{"gitId":"nknguyenhc"},"content":" margin: 8px;"},{"lineNumber":3,"author":{"gitId":"nknguyenhc"},"content":" min-width: 150px;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":" max-width: 300px;"},{"lineNumber":5,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":6,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":7,"author":{"gitId":"nknguyenhc"},"content":".row-count {"},{"lineNumber":8,"author":{"gitId":"nknguyenhc"},"content":" background-color: rgb(222, 222, 222);"},{"lineNumber":9,"author":{"gitId":"nknguyenhc"},"content":" border-radius: 3px;"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":" cursor: default;"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" padding: 6px;"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":" color: rgb(0, 0, 0);"},{"lineNumber":13,"author":{"gitId":"nknguyenhc"},"content":" font-weight: 410;"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" display: inline-flex;"},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" font-size: 14px;"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":17,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":".mat-card-header {"},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" display: flex;"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" flex-direction: row;"},{"lineNumber":21,"author":{"gitId":"nknguyenhc"},"content":" align-items: center;"},{"lineNumber":22,"author":{"gitId":"nknguyenhc"},"content":" width: 100%;"},{"lineNumber":23,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":24,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":25,"author":{"gitId":"nknguyenhc"},"content":".mat-card {"},{"lineNumber":26,"author":{"gitId":"nknguyenhc"},"content":" margin: 8px 0px;"},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" height: 40px;"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" padding: 10px;"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" display: flex;"},{"lineNumber":30,"author":{"gitId":"nknguyenhc"},"content":" align-items: center;"},{"lineNumber":31,"author":{"gitId":"nknguyenhc"},"content":" justify-content: center;"},{"lineNumber":32,"author":{"gitId":"nknguyenhc"},"content":" flex-direction: row;"},{"lineNumber":33,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":34,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":".mat-card-title {"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":" font-size: 14px;"},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":" text-align: center;"},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" margin: 0;"},{"lineNumber":39,"author":{"gitId":"nknguyenhc"},"content":" flex-grow: 1;"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" margin: 2px;"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" word-break: break-word;"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":44,"author":{"gitId":"nknguyenhc"},"content":".mat-card-avatar {"},{"lineNumber":45,"author":{"gitId":"nknguyenhc"},"content":" height: 30px;"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" width: 30px;"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":".mat-card-header .mat-card-title {"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" font-size: 12px;"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":52,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container {"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" height: 67vh;"},{"lineNumber":55,"author":{"gitId":"nknguyenhc"},"content":" overflow: auto;"},{"lineNumber":56,"author":{"gitId":"nknguyenhc"},"content":" scrollbar-width: none;"},{"lineNumber":57,"author":{"gitId":"nknguyenhc"},"content":" -ms-overflow-style: none;"},{"lineNumber":58,"author":{"gitId":"nknguyenhc"},"content":" position: relative;"},{"lineNumber":59,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":60,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":61,"author":{"gitId":"nknguyenhc"},"content":".scrollable-containers::-webkit-scrollbar {"},{"lineNumber":62,"author":{"gitId":"nknguyenhc"},"content":" display: none;"},{"lineNumber":63,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":64,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":65,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::before,"},{"lineNumber":66,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::after {"},{"lineNumber":67,"author":{"gitId":"nknguyenhc"},"content":" pointer-events: none;"},{"lineNumber":68,"author":{"gitId":"nknguyenhc"},"content":" content: \u0027\u0027;"},{"lineNumber":69,"author":{"gitId":"nknguyenhc"},"content":" z-index: 2;"},{"lineNumber":70,"author":{"gitId":"nknguyenhc"},"content":" height: 6px;"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" width: 100%;"},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" display: block;"},{"lineNumber":73,"author":{"gitId":"nknguyenhc"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":74,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::before {"},{"lineNumber":77,"author":{"gitId":"nknguyenhc"},"content":" position: absolute;"},{"lineNumber":78,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":".scrollable-container::after {"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" position: sticky;"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":"}"}],"authorContributionMap":{"nknguyenhc":81,"NereusWB922":1}},{"path":"src/app/issues-viewer/hidden-groups/hidden-groups.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"\u003cdiv *ngIf\u003d\"groups.length \u003e 0\" class\u003d\"hidden-groups\"\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card matTooltip\u003d\"Users that have no Issues/PRs pertaining to the current filter\" matTooltipShowDelay\u003d\"0\" matTooltipHideDelay\u003d\"0\"\u003e"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003eHidden {{ this.groupingContextService.currGroupBy }}s\u003c/mat-card-title\u003e"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"row-count\"\u003e{{ groups.length }}\u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"scrollable-container\"\u003e"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv *ngFor\u003d\"let group of groups\"\u003e"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" \u003cng-container [ngTemplateOutlet]\u003d\"getCardTemplate()\" [ngTemplateOutletContext]\u003d\"{ $implicit: group }\"\u003e\u003c/ng-container\u003e"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"\u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"\u003c!-- Templates --\u003e"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #defaultCard let-group\u003e"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card class\u003d\"loading-spinner\"\u003e"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e\u003c/mat-progress-spinner\u003e"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #assigneeCard let-assignee\u003e"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card\u003e"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" \u003cmar-card-header class\u003d\"mat-card-header\"\u003e"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" mat-card-avatar"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" [ngStyle]\u003d\"{"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" background: \u0027url(\u0027 + assignee.avatar_url + \u0027)\u0027,"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" \u0027background-size\u0027: \u002730px\u0027"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" }\""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003e{{ assignee.login }}\u003c/mat-card-title\u003e"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" \u003c/mar-card-header\u003e"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":"\u003cng-template #milestoneCard let-milestone\u003e"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card\u003e"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" \u003cmar-card-header class\u003d\"mat-card-header\"\u003e"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-card-title\u003e{{ milestone.title }}\u003c/mat-card-title\u003e"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" \u003c/mar-card-header\u003e"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-card\u003e"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":"\u003c/ng-template\u003e"}],"authorContributionMap":{"NereusWB922":41}},{"path":"src/app/issues-viewer/hidden-groups/hidden-groups.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Component, Input, TemplateRef, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../core/models/github/group.interface\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { GroupBy, GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"@Component({"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" selector: \u0027app-hidden-groups\u0027,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" templateUrl: \u0027./hidden-groups.component.html\u0027,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./hidden-groups.component.css\u0027]"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"})"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export class HiddenGroupsComponent {"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" @Input() groups: Group[] \u003d [];"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027defaultCard\u0027) defaultCardTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027assigneeCard\u0027) assigneeCardTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" @ViewChild(\u0027milestoneCard\u0027) milestoneCardTemplate: TemplateRef\u003cany\u003e;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" constructor(public groupingContextService: GroupingContextService) {}"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" getCardTemplate(): TemplateRef\u003cany\u003e {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" switch (this.groupingContextService.currGroupBy) {"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Assignee:"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" return this.assigneeCardTemplate;"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" case GroupBy.Milestone:"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" return this.milestoneCardTemplate;"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" default:"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" return this.defaultCardTemplate;"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":29}},{"path":"src/app/issues-viewer/issues-viewer.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cdiv\u003e"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"loading-spinner\" *ngIf\u003d\"(this.viewService.isChangingRepo | async) || this.groups.length \u003d\u003d\u003d 0; else elseBlock\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cmat-progress-spinner color\u003d\"primary\" mode\u003d\"indeterminate\" diameter\u003d\"50\" strokeWidth\u003d\"5\"\u003e \u003c/mat-progress-spinner\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cng-template #elseBlock\u003e"},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":" \u003capp-filter-bar [views$]\u003d\"views\"\u003e\u003c/app-filter-bar\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"wrapper\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003capp-card-view"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" *ngFor\u003d\"let group of groups\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" class\u003d\"issue-table\""},{"lineNumber":13,"author":{"gitId":"Arif-Khalid"},"content":" #card"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" [ngStyle]\u003d\"{ display: card.isLoading || card.issueLength \u003e 0 ? \u0027initial\u0027 : \u0027none\u0027 }\""},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" [group]\u003d\"group\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" [headers]\u003d\"this.displayedColumns\""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" (issueLengthChange)\u003d\"updateHiddenGroups($event, group)\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003e\u003c/app-card-view\u003e"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" \u003capp-hidden-groups [groups]\u003d\"this.hiddenGroups\"\u003e\u003c/app-hidden-groups\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/ng-template\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"NereusWB922":5,"Arif-Khalid":3,"-":14}},{"path":"src/app/issues-viewer/issues-viewer.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { AfterViewInit, Component, OnDestroy, OnInit, QueryList, ViewChildren } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { NavigationEnd, NavigationStart, Router } from \u0027@angular/router\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BehaviorSubject, of, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { filter } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../core/models/github/group.interface\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Repo } from \u0027../core/models/repo.model\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { ErrorMessageService } from \u0027../core/services/error-message.service\u0027;"},{"lineNumber":8,"author":{"gitId":"Arif-Khalid"},"content":"import { FiltersService } from \u0027../core/services/filters.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../core/services/github.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { GroupingContextService } from \u0027../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../core/services/issue.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../core/services/label.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { MilestoneService } from \u0027../core/services/milestone.service\u0027;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../core/services/view.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { TABLE_COLUMNS } from \u0027../shared/issue-tables/issue-tables-columns\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { CardViewComponent } from \u0027./card-view/card-view.component\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":19,"author":{"gitId":"-"},"content":" selector: \u0027app-issues-viewer\u0027,"},{"lineNumber":20,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issues-viewer.component.html\u0027,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issues-viewer.component.css\u0027]"},{"lineNumber":22,"author":{"gitId":"-"},"content":"})"},{"lineNumber":23,"author":{"gitId":"-"},"content":"export class IssuesViewerComponent implements OnInit, AfterViewInit, OnDestroy {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" readonly displayedColumns \u003d [TABLE_COLUMNS.ID, TABLE_COLUMNS.TITLE, TABLE_COLUMNS.ASSIGNEE, TABLE_COLUMNS.LABEL];"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" /** Observes for any change in repo*/"},{"lineNumber":27,"author":{"gitId":"-"},"content":" repoChangeSubscription: Subscription;"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" groupByChangeSubscription: Subscription;"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" /** Observes for any change in the cardviews */"},{"lineNumber":32,"author":{"gitId":"-"},"content":" viewChange: Subscription;"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" popStateEventSubscription: Subscription;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" availableGroupsSubscription: Subscription;"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" popStateNavigationId: number;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":" /** Users to show as columns */"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" groups: Group[] \u003d [];"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":" /** The list of users with 0 issues (hidden) */"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" hiddenGroups: Group[] \u003d [];"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" @ViewChildren(CardViewComponent) cardViews: QueryList\u003cCardViewComponent\u003e;"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" views \u003d new BehaviorSubject\u003cQueryList\u003cCardViewComponent\u003e\u003e(undefined);"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" public viewService: ViewService,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" public githubService: GithubService,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" public issueService: IssueService,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" public labelService: LabelService,"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" public milestoneService: MilestoneService,"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" public groupingContextService: GroupingContextService,"},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" private router: Router,"},{"lineNumber":58,"author":{"gitId":"Arif-Khalid"},"content":" private filtersService: FiltersService"},{"lineNumber":59,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" this.repoChangeSubscription \u003d this.viewService.repoChanged$.subscribe((newRepo) \u003d\u003e {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.issueService.reset(false);"},{"lineNumber":62,"author":{"gitId":"-"},"content":" this.labelService.reset();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" this.initialize();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" });"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" this.groupByChangeSubscription \u003d this.groupingContextService.currGroupBy$.subscribe((newGroupBy) \u003d\u003e {"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" this.initialize();"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" this.popStateEventSubscription \u003d this.router.events"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" .pipe(filter((event) \u003d\u003e event instanceof NavigationEnd || event instanceof NavigationStart))"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" .subscribe((event) \u003d\u003e {"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" if (event instanceof NavigationStart \u0026\u0026 event.navigationTrigger \u003d\u003d\u003d \u0027popstate\u0027) {"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" this.popStateNavigationId \u003d event.id;"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" if (event instanceof NavigationEnd \u0026\u0026 event.id \u003d\u003d\u003d this.popStateNavigationId) {"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" this.viewService.initializeRepoFromUrlParams();"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService.initializeFromUrlParams();"},{"lineNumber":80,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.initializeFromURLParams();"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":83,"author":{"gitId":"-"},"content":" }"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.initialize();"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService.initializeFromUrlParams();"},{"lineNumber":88,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.initializeFromURLParams();"},{"lineNumber":89,"author":{"gitId":"-"},"content":" }"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" this.viewChange \u003d this.cardViews.changes.subscribe((x) \u003d\u003e this.views.next(x));"},{"lineNumber":93,"author":{"gitId":"-"},"content":" }"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.repoChangeSubscription.unsubscribe();"},{"lineNumber":97,"author":{"gitId":"-"},"content":" this.viewChange.unsubscribe();"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" this.popStateEventSubscription.unsubscribe();"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":102,"author":{"gitId":"-"},"content":" * Fetch and initialize all information from repository to populate Issue Dashboard."},{"lineNumber":103,"author":{"gitId":"-"},"content":" */"},{"lineNumber":104,"author":{"gitId":"-"},"content":" private initialize() {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" if (this.availableGroupsSubscription) {"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" this.availableGroupsSubscription.unsubscribe();"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":" // Fetch assignees"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" this.groups \u003d [];"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" this.hiddenGroups \u003d [];"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" this.availableGroupsSubscription \u003d this.groupingContextService.getGroups().subscribe((x) \u003d\u003e (this.groups \u003d x));"},{"lineNumber":114,"author":{"gitId":"-"},"content":" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" * Checks if our current repository available on view service is indeed a valid repository"},{"lineNumber":118,"author":{"gitId":"-"},"content":" */"},{"lineNumber":119,"author":{"gitId":"-"},"content":" private checkIfValidRepository() {"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" const currentRepo \u003d this.viewService.currentRepo;"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":" if (Repo.isInvalidRepoName(currentRepo)) {"},{"lineNumber":123,"author":{"gitId":"-"},"content":" return of(false);"},{"lineNumber":124,"author":{"gitId":"-"},"content":" }"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":" return this.githubService.isRepositoryPresent(currentRepo.owner, currentRepo.name);"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":129,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":130,"author":{"gitId":"NereusWB922"},"content":" * Update the list of hidden group based on the new info."},{"lineNumber":131,"author":{"gitId":"NereusWB922"},"content":" * @param issueLength The number of issues under this group."},{"lineNumber":132,"author":{"gitId":"NereusWB922"},"content":" * @param group The group."},{"lineNumber":133,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":134,"author":{"gitId":"NereusWB922"},"content":" updateHiddenGroups(issueLength: number, target: Group) {"},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" if (issueLength \u003d\u003d\u003d 0 \u0026\u0026 this.groupingContextService.isInHiddenList(target)) {"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" this.addToHiddenGroups(target);"},{"lineNumber":137,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":" this.removeFromHiddenGroups(target);"},{"lineNumber":139,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":140,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":141,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":142,"author":{"gitId":"NereusWB922"},"content":" private addToHiddenGroups(target: Group) {"},{"lineNumber":143,"author":{"gitId":"NereusWB922"},"content":" const isGroupPresent \u003d this.hiddenGroups.some((group) \u003d\u003e group.equals(target));"},{"lineNumber":144,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":145,"author":{"gitId":"NereusWB922"},"content":" if (!isGroupPresent) {"},{"lineNumber":146,"author":{"gitId":"NereusWB922"},"content":" this.hiddenGroups.push(target);"},{"lineNumber":147,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":148,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":149,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":150,"author":{"gitId":"NereusWB922"},"content":" private removeFromHiddenGroups(target: Group) {"},{"lineNumber":151,"author":{"gitId":"NereusWB922"},"content":" this.hiddenGroups \u003d this.hiddenGroups.filter((group) \u003d\u003e !group.equals(target));"},{"lineNumber":152,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":153,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":12,"NereusWB922":61,"Arif-Khalid":5,"-":75}},{"path":"src/app/issues-viewer/issues-viewer.module.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { NgModule } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { FilterBarModule } from \u0027../shared/filter-bar/filter-bar.module\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { IssuesPrCardModule } from \u0027../shared/issue-pr-card/issue-pr-card.module\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { SharedModule } from \u0027../shared/shared.module\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { CardViewComponent } from \u0027./card-view/card-view.component\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { HiddenGroupsComponent } from \u0027./hidden-groups/hidden-groups.component\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { IssuesViewerRoutingModule } from \u0027./issues-viewer-routing.module\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { IssuesViewerComponent } from \u0027./issues-viewer.component\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"@NgModule({"},{"lineNumber":11,"author":{"gitId":"-"},"content":" imports: [FilterBarModule, IssuesViewerRoutingModule, IssuesPrCardModule, SharedModule],"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" declarations: [IssuesViewerComponent, CardViewComponent, HiddenGroupsComponent],"},{"lineNumber":13,"author":{"gitId":"-"},"content":" exports: [IssuesViewerComponent, CardViewComponent]"},{"lineNumber":14,"author":{"gitId":"-"},"content":"})"},{"lineNumber":15,"author":{"gitId":"-"},"content":"export class IssuesViewerModule {}"}],"authorContributionMap":{"NereusWB922":2,"-":13}},{"path":"src/app/shared/filter-bar/filter-bar.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".dropdown-filters .mat-form-field {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" margin: 8px;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" max-width: 20%;"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":" width: 14%; /* depends on number of filters*/"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".search-bar {"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":" width: 80%;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".dropdown-filters {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":".label-filter-grid-tile {"},{"lineNumber":17,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"}"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":".submit-button {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" margin-left: 8px;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"MadLamprey":2,"-":20}},{"path":"src/app/shared/filter-bar/filter-bar.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cmat-grid-list cols\u003d\"7\" rowHeight\u003d\"80px\"\u003e"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-grid-tile colspan\u003d\"2\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cmat-form-field class\u003d\"search-bar\"\u003e"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":" \u003cinput"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":" matInput"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":" value\u003d\"{{ this.filtersService.filter$.value.title }}\""},{"lineNumber":7,"author":{"gitId":"Arif-Khalid"},"content":" (keyup)\u003d\"this.filtersService.updateFilters({ title: $event.target.value })\""},{"lineNumber":8,"author":{"gitId":"Arif-Khalid"},"content":" placeholder\u003d\"Search\""},{"lineNumber":9,"author":{"gitId":"Arif-Khalid"},"content":" /\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-grid-tile colspan\u003d\"4\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"dropdown-filters\"\u003e"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-label\u003eGroup by\u003c/mat-label\u003e"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-select"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" [value]\u003d\"this.groupingContextService.currGroupBy$ | async\""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" (selectionChange)\u003d\"this.groupingContextService.setCurrentGroupingType($event.value)\""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" \u003e"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-option *ngFor\u003d\"let option of this.groupByEnum | keyvalue\" [value]\u003d\"option.value\"\u003e{{ option.key }}\u003c/mat-option\u003e"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-select\u003e"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eStatus\u003c/mat-label\u003e"},{"lineNumber":26,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-select [value]\u003d\"this.filter.status\" (selectionChange)\u003d\"this.filtersService.updateFilters({ status: $event.value })\" multiple\u003e"},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" value\u003d\"open pullrequest\"\u003eOpen Pull Requests\u003c/mat-option\u003e"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" value\u003d\"merged pullrequest\"\u003eMerged Pull Requests\u003c/mat-option\u003e"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" value\u003d\"closed pullrequest\"\u003eClosed Pull Request\u003c/mat-option\u003e"},{"lineNumber":30,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterIssue()\" value\u003d\"open issue\"\u003eOpen Issues\u003c/mat-option\u003e"},{"lineNumber":31,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-option *ngIf\u003d\"isFilterIssue()\" value\u003d\"closed issue\"\u003eClosed Issues\u003c/mat-option\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eType\u003c/mat-label\u003e"},{"lineNumber":36,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-select [value]\u003d\"this.filter.type\" (selectionChange)\u003d\"this.filtersService.updateFilters({ type: $event.value })\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"all\"\u003eAll\u003c/mat-option\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"issue\"\u003eIssue\u003c/mat-option\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"pullrequest\"\u003ePull Request\u003c/mat-option\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":42,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-form-field"},{"lineNumber":43,"author":{"gitId":"Arif-Khalid"},"content":" appearance\u003d\"standard\""},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" matSort"},{"lineNumber":45,"author":{"gitId":"Arif-Khalid"},"content":" [matSortDisableClear]\u003d\"true\""},{"lineNumber":46,"author":{"gitId":"Arif-Khalid"},"content":" (matSortChange)\u003d\"this.filtersService.updateFilters({ sort: $event })\""},{"lineNumber":47,"author":{"gitId":"Arif-Khalid"},"content":" \u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eSort\u003c/mat-label\u003e"},{"lineNumber":49,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-select [value]\u003d\"this.filter.sort.active\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"id\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cspan mat-sort-header\u003d\"id\"\u003eID\u003c/span\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"title\"\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003cspan mat-sort-header\u003d\"title\"\u003eTitle\u003c/span\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cmat-option value\u003d\"date\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cspan mat-sort-header\u003d\"date\"\u003eDate Updated\u003c/span\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":59,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option value\u003d\"status\"\u003e"},{"lineNumber":60,"author":{"gitId":"MadLamprey"},"content":" \u003cspan mat-sort-header\u003d\"status\"\u003eStatus\u003c/span\u003e"},{"lineNumber":61,"author":{"gitId":"MadLamprey"},"content":" \u003c/mat-option\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eMilestone\u003c/mat-label\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cmat-select"},{"lineNumber":67,"author":{"gitId":"-"},"content":" #milestoneSelectorRef"},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":" [value]\u003d\"this.filter.milestones\""},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" (selectionChange)\u003d\"this.filtersService.updateFilters({ milestones: $event.value })\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" [disabled]\u003d\"this.milestoneService.hasNoMilestones\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" multiple"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cmat-select-trigger *ngIf\u003d\"this.milestoneService.hasNoMilestones\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cspan\u003eNo Milestones\u003c/span\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/mat-select-trigger\u003e"},{"lineNumber":76,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-option *ngFor\u003d\"let milestone of this.milestoneService.milestones\" [value]\u003d\"milestone.title\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" {{ milestone.title }}"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":79,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option *ngIf\u003d\"isFilterIssue()\" [value]\u003d\"\u0027Issue without a milestone\u0027\"\u003eIssues without a milestone\u003c/mat-option\u003e"},{"lineNumber":80,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option *ngIf\u003d\"isFilterPullRequest()\" [value]\u003d\"\u0027PR without a milestone\u0027\"\u003ePRs without a milestone\u003c/mat-option\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":83,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-form-field appearance\u003d\"standard\"\u003e"},{"lineNumber":84,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-label\u003eItems per page\u003c/mat-label\u003e"},{"lineNumber":85,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-select"},{"lineNumber":86,"author":{"gitId":"MadLamprey"},"content":" [value]\u003d\"this.filter.itemsPerPage\""},{"lineNumber":87,"author":{"gitId":"MadLamprey"},"content":" (selectionChange)\u003d\"this.filtersService.updateFilters({ itemsPerPage: $event.value })\""},{"lineNumber":88,"author":{"gitId":"MadLamprey"},"content":" \u003e"},{"lineNumber":89,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option [value]\u003d\"10\"\u003e10\u003c/mat-option\u003e"},{"lineNumber":90,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option [value]\u003d\"20\"\u003e20\u003c/mat-option\u003e"},{"lineNumber":91,"author":{"gitId":"MadLamprey"},"content":" \u003cmat-option [value]\u003d\"50\"\u003e50\u003c/mat-option\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003c/mat-select\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" \u003cmat-grid-tile class\u003d\"label-filter-grid-tile\" colspan\u003d\"1\"\u003e"},{"lineNumber":98,"author":{"gitId":"Arif-Khalid"},"content":" \u003capp-label-filter-bar\u003e\u003c/app-label-filter-bar\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":" \u003c/mat-grid-tile\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":"\u003c/mat-grid-list\u003e"}],"authorContributionMap":{"nknguyenhc":6,"Arif-Khalid":18,"NereusWB922":9,"MadLamprey":16,"-":51}},{"path":"src/app/shared/filter-bar/filter-bar.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { AfterViewInit, Component, Input, OnDestroy, OnInit, QueryList, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { MatSelect } from \u0027@angular/material/select\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BehaviorSubject, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":"import { Filter, FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { GroupBy, GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../../core/services/view.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { FilterableComponent } from \u0027../issue-tables/filterableTypes\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"import { LabelFilterBarComponent } from \u0027./label-filter-bar/label-filter-bar.component\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":13,"author":{"gitId":"-"},"content":" * This component is abstracted out filterbar used by both detailed-viewer page"},{"lineNumber":14,"author":{"gitId":"-"},"content":" * and Issues-viewer"},{"lineNumber":15,"author":{"gitId":"-"},"content":" */"},{"lineNumber":16,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":17,"author":{"gitId":"-"},"content":" selector: \u0027app-filter-bar\u0027,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" templateUrl: \u0027./filter-bar.component.html\u0027,"},{"lineNumber":19,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./filter-bar.component.css\u0027]"},{"lineNumber":20,"author":{"gitId":"-"},"content":"})"},{"lineNumber":21,"author":{"gitId":"Arif-Khalid"},"content":"export class FilterBarComponent implements OnInit, OnDestroy {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" @Input() views$: BehaviorSubject\u003cQueryList\u003cFilterableComponent\u003e\u003e;"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":" repoChangeSubscription: Subscription;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" /** Selected dropdown filter value */"},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" filter: Filter \u003d this.filtersService.defaultFilter();"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" groupByEnum: typeof GroupBy \u003d GroupBy;"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" /** Milestone subscription */"},{"lineNumber":32,"author":{"gitId":"-"},"content":" milestoneSubscription: Subscription;"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":" @ViewChild(LabelFilterBarComponent, { static: true }) labelFilterBar: LabelFilterBarComponent;"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":" @ViewChild(\u0027milestoneSelectorRef\u0027, { static: false }) milestoneSelectorRef: MatSelect;"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"Arif-Khalid"},"content":" constructor("},{"lineNumber":39,"author":{"gitId":"Arif-Khalid"},"content":" public milestoneService: MilestoneService,"},{"lineNumber":40,"author":{"gitId":"Arif-Khalid"},"content":" public filtersService: FiltersService,"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" private viewService: ViewService,"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" public groupingContextService: GroupingContextService,"},{"lineNumber":43,"author":{"gitId":"Arif-Khalid"},"content":" private logger: LoggingService"},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" ) {"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" this.repoChangeSubscription \u003d this.viewService.repoChanged$.subscribe((newRepo) \u003d\u003e this.newRepoInitialize());"},{"lineNumber":46,"author":{"gitId":"-"},"content":" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":49,"author":{"gitId":"Arif-Khalid"},"content":" this.newRepoInitialize();"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"Arif-Khalid"},"content":" // One-time initializations"},{"lineNumber":52,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.filter$.subscribe((filter) \u003d\u003e {"},{"lineNumber":53,"author":{"gitId":"Arif-Khalid"},"content":" this.filter \u003d filter;"},{"lineNumber":54,"author":{"gitId":"Arif-Khalid"},"content":" this.applyFilter();"},{"lineNumber":55,"author":{"gitId":"-"},"content":" });"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" this.views$.subscribe(() \u003d\u003e this.applyFilter());"},{"lineNumber":58,"author":{"gitId":"-"},"content":" }"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.milestoneSubscription.unsubscribe();"},{"lineNumber":62,"author":{"gitId":"-"},"content":" this.repoChangeSubscription.unsubscribe();"},{"lineNumber":63,"author":{"gitId":"-"},"content":" }"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Signals to IssuesDataTable that a change has occurred in filter."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"Arif-Khalid"},"content":" applyFilter() {"},{"lineNumber":69,"author":{"gitId":"Arif-Khalid"},"content":" this.views$?.value?.forEach((v) \u003d\u003e (v.retrieveFilterable().filter \u003d this.filter));"},{"lineNumber":70,"author":{"gitId":"-"},"content":" }"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":73,"author":{"gitId":"-"},"content":" * Checks if program is filtering by type issue."},{"lineNumber":74,"author":{"gitId":"-"},"content":" */"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":" isFilterIssue() {"},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":" return this.filter.type \u003d\u003d\u003d \u0027issue\u0027 || this.filter.type \u003d\u003d\u003d \u0027all\u0027;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" }"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":" isFilterPullRequest() {"},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":" return this.filter.type \u003d\u003d\u003d \u0027pullrequest\u0027 || this.filter.type \u003d\u003d\u003d \u0027all\u0027;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" }"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":84,"author":{"gitId":"-"},"content":" * Fetch and initialize all information from repository to populate Issue Dashboard."},{"lineNumber":85,"author":{"gitId":"Arif-Khalid"},"content":" * Re-called when repo has changed"},{"lineNumber":86,"author":{"gitId":"-"},"content":" */"},{"lineNumber":87,"author":{"gitId":"Arif-Khalid"},"content":" private newRepoInitialize() {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" // Fetch milestones and update dropdown filter"},{"lineNumber":89,"author":{"gitId":"-"},"content":" this.milestoneSubscription \u003d this.milestoneService.fetchMilestones().subscribe("},{"lineNumber":90,"author":{"gitId":"-"},"content":" (response) \u003d\u003e {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" this.logger.debug(\u0027IssuesViewerComponent: Fetched milestones from Github\u0027);"},{"lineNumber":92,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.sanitizeMilestones(this.milestoneService.milestones);"},{"lineNumber":93,"author":{"gitId":"-"},"content":" },"},{"lineNumber":94,"author":{"gitId":"-"},"content":" (err) \u003d\u003e {},"},{"lineNumber":95,"author":{"gitId":"-"},"content":" () \u003d\u003e {}"},{"lineNumber":96,"author":{"gitId":"-"},"content":" );"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":6,"Arif-Khalid":17,"-":69}},{"path":"src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"::ng-deep.mat-menu-content:not(:empty) {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" /* Override mat-menu-content\u0027s non-empty default CSS. */"},{"lineNumber":3,"author":{"gitId":"-"},"content":" padding-top: 0px !important;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-bottom: 0px !important;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"::ng-deep.mat-menu-panel {"},{"lineNumber":8,"author":{"gitId":"-"},"content":" /* Override mat-menu-panel\u0027s default CSS. */"},{"lineNumber":9,"author":{"gitId":"-"},"content":" width: 280px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" max-width: none !important;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"}"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":".popup-container {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":".popupmenu {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"}"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":".scroll-container {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" max-height: 400px;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" -ms-overflow-style: none; /* IE and Edge */"},{"lineNumber":27,"author":{"gitId":"-"},"content":" scrollbar-width: none; /* Firefox */"},{"lineNumber":28,"author":{"gitId":"-"},"content":"}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"/* Ref: https://css-scroll-shadows.vercel.app */"},{"lineNumber":31,"author":{"gitId":"-"},"content":".scroll-container::before {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":34,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" height: 7px;"},{"lineNumber":37,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":39,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to bottom, white 66%, transparent);"},{"lineNumber":40,"author":{"gitId":"-"},"content":"}"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":".scroll-container::after {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" z-index: 2;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" top: 100%;"},{"lineNumber":48,"author":{"gitId":"-"},"content":" height: 7px;"},{"lineNumber":49,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" background-image: linear-gradient(to top, white 66%, transparent);"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":".scroll-container-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":56,"author":{"gitId":"-"},"content":"}"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":".scroll-container-wrapper::before {"},{"lineNumber":59,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":60,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":63,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":66,"author":{"gitId":"-"},"content":" height: 5px;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.7), transparent);"},{"lineNumber":68,"author":{"gitId":"-"},"content":"}"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":".scroll-container-wrapper::after {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" pointer-events: none;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" content: \u0027\u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":74,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" bottom: 0;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" height: 5px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" background-image: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.7), transparent);"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".scroll-container::-webkit-scrollbar {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" display: none; /* Hide scrollbar for Chrome, Safari and Opera */"},{"lineNumber":84,"author":{"gitId":"-"},"content":"}"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":".flexbox-container {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":88,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" justify-content: flex-start;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" border-radius: 10px;"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" height: 40px;"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" padding: 0px 12px;"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" margin: 8px 4px;"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" box-sizing: border-box;"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" position: relative;"},{"lineNumber":97,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":98,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":99,"author":{"gitId":"nknguyenhc"},"content":".flexbox-container:hover {"},{"lineNumber":100,"author":{"gitId":"nknguyenhc"},"content":" background-color: rgba(0, 0, 0, 0.04);"},{"lineNumber":101,"author":{"gitId":"nknguyenhc"},"content":"}"},{"lineNumber":102,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":103,"author":{"gitId":"nknguyenhc"},"content":".flexbox-container-strikethrough {"},{"lineNumber":104,"author":{"gitId":"nknguyenhc"},"content":" position: absolute;"},{"lineNumber":105,"author":{"gitId":"nknguyenhc"},"content":" top: 50%;"},{"lineNumber":106,"author":{"gitId":"nknguyenhc"},"content":" width: 90%;"},{"lineNumber":107,"author":{"gitId":"nknguyenhc"},"content":" left: 50%;"},{"lineNumber":108,"author":{"gitId":"nknguyenhc"},"content":" transform: translate(-50%, -50%);"},{"lineNumber":109,"author":{"gitId":"nknguyenhc"},"content":" height: 2px;"},{"lineNumber":110,"author":{"gitId":"nknguyenhc"},"content":" background-color: black;"},{"lineNumber":111,"author":{"gitId":"-"},"content":"}"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":".input-field {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" width: calc(100% - (2 * 15px)); /* To account for left and right padding. */"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 15px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":"}"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":".mat-chip {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" padding: 5.5px 7px;"},{"lineNumber":121,"author":{"gitId":"-"},"content":" line-height: 1.1em;"},{"lineNumber":122,"author":{"gitId":"-"},"content":" position: inherit;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" border-radius: 6px;"},{"lineNumber":124,"author":{"gitId":"-"},"content":" font-size: 12px;"},{"lineNumber":125,"author":{"gitId":"-"},"content":" min-height: 16px;"},{"lineNumber":126,"author":{"gitId":"-"},"content":" max-height: 42px;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" margin: 0px;"},{"lineNumber":128,"author":{"gitId":"-"},"content":"}"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":".mat-stroked-button {"},{"lineNumber":131,"author":{"gitId":"-"},"content":" font-weight: normal;"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":".hidden {"},{"lineNumber":135,"author":{"gitId":"-"},"content":" display: none !important;"},{"lineNumber":136,"author":{"gitId":"-"},"content":"}"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"mat-list-option {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":140,"author":{"gitId":"-"},"content":"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":".no-labels {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" /* Chosen to look similar to button above. */"},{"lineNumber":144,"author":{"gitId":"-"},"content":" padding: 0 16px;"},{"lineNumber":145,"author":{"gitId":"-"},"content":" font-size: 14px;"},{"lineNumber":146,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":20,"-":126}},{"path":"src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cbutton mat-stroked-button *ngIf\u003d\"loaded\" [matMenuTriggerFor]\u003d\"menu\"\u003e"},{"lineNumber":2,"author":{"gitId":"nknguyenhc"},"content":" {{ selectedLabelNames.size \u003d\u003d\u003d 0 ? \u0027All\u0027 : selectedLabelNames.size }} Selected | {{ hiddenLabelNames?.size || 0 }} Hidden ▾"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cbutton mat-stroked-button disabled *ngIf\u003d\"!loaded\" color\u003d\"accent\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cmat-progress-bar mode\u003d\"query\"\u003e\u003c/mat-progress-bar\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cmat-menu #menu\u003d\"matMenu\" class\u003d\"popupmenu\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cdiv (click)\u003d\"$event.stopPropagation()\" class\u003d\"popup-container\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"standard\" class\u003d\"input-field\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eLabels\u003c/mat-label\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cinput #input matInput placeholder\u003d\"Find labels\" /\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003cbutton mat-button (click)\u003d\"removeAllSelection()\"\u003eRemove all\u003c/button\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cdiv *ngIf\u003d\"!hasLabels(input.value)\" class\u003d\"no-labels\"\u003eNo Labels Found!\u003c/div\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"scroll-container-wrapper\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"scroll-container\"\u003e"},{"lineNumber":22,"author":{"gitId":"nknguyenhc"},"content":" \u003cdiv"},{"lineNumber":23,"author":{"gitId":"nknguyenhc"},"content":" *ngFor\u003d\"let label of this.allLabels\""},{"lineNumber":24,"author":{"gitId":"nknguyenhc"},"content":" class\u003d\"flexbox-container\""},{"lineNumber":25,"author":{"gitId":"nknguyenhc"},"content":" (click)\u003d\"changeLabelState(label)\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" [class.hidden]\u003d\"filter(input.value, label.name)\""},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" [style]\u003d\"{ border: \u00272px solid \u0027 + getColor(label) }\""},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-icon-button *ngIf\u003d\"!hiddenLabelNames.has(label.name)\" (click)\u003d\"hide(label.name); $event.stopPropagation()\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003evisibility\u003c/mat-icon\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":32,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-icon-button *ngIf\u003d\"hiddenLabelNames.has(label.name)\" (click)\u003d\"show(label.name); $event.stopPropagation()\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003evisibility_off\u003c/mat-icon\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cmat-chip"},{"lineNumber":36,"author":{"gitId":"-"},"content":" [ngStyle]\u003d\"labelService.setLabelStyle(label.color)\""},{"lineNumber":37,"author":{"gitId":"nknguyenhc"},"content":" [disabled]\u003d\"hiddenLabelNames.has(label.name)\""},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" (click)\u003d\"changeLabelState(label)\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" {{ label.name }}"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/mat-chip\u003e"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" \u003cdiv *ngIf\u003d\"deselectedLabelNames.has(label.name)\" class\u003d\"flexbox-container-strikethrough\"\u003e\u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/mat-menu\u003e"}],"authorContributionMap":{"nknguyenhc":12,"-":35}},{"path":"src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"import { AfterViewInit, Component, OnDestroy, OnInit, ViewChild } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { SimpleLabel } from \u0027../../../core/models/label.model\u0027;"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"import { FiltersService } from \u0027../../../core/services/filters.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../../core/services/label.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../../core/services/logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":9,"author":{"gitId":"-"},"content":" selector: \u0027app-label-filter-bar\u0027,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" templateUrl: \u0027./label-filter-bar.component.html\u0027,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./label-filter-bar.component.css\u0027]"},{"lineNumber":12,"author":{"gitId":"-"},"content":"})"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export class LabelFilterBarComponent implements OnInit, AfterViewInit, OnDestroy {"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" private static readonly DEFAULT_LABEL_COLOR: string \u003d \u0027transparent\u0027;"},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" private static readonly DESELECTED_LABEL_COLOR: string \u003d \u0027#b00020\u0027;"},{"lineNumber":16,"author":{"gitId":"nknguyenhc"},"content":" private static readonly SELECTED_LABEL_COLOR: string \u003d \u0027#41c300\u0027;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":" labels$: Observable\u003cSimpleLabel[]\u003e;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" allLabels: SimpleLabel[];"},{"lineNumber":20,"author":{"gitId":"nknguyenhc"},"content":" selectedLabelNames: Set\u003cstring\u003e \u003d new Set\u003cstring\u003e();"},{"lineNumber":21,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabelNames: Set\u003cstring\u003e \u003d new Set\u003cstring\u003e();"},{"lineNumber":22,"author":{"gitId":"-"},"content":" hiddenLabelNames: Set\u003cstring\u003e \u003d new Set();"},{"lineNumber":23,"author":{"gitId":"-"},"content":" loaded \u003d false;"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" labelSubscription: Subscription;"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"Arif-Khalid"},"content":" constructor(private labelService: LabelService, private logger: LoggingService, private filtersService: FiltersService) {}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" this.loaded \u003d false;"},{"lineNumber":31,"author":{"gitId":"-"},"content":" }"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" ngAfterViewInit(): void {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" setTimeout(() \u003d\u003e {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" this.load();"},{"lineNumber":36,"author":{"gitId":"-"},"content":" this.labels$ \u003d this.labelService.connect();"},{"lineNumber":37,"author":{"gitId":"-"},"content":" this.labels$.subscribe((labels) \u003d\u003e {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" this.allLabels \u003d labels;"},{"lineNumber":39,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.sanitizeLabels(this.allLabels);"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames \u003d new Set\u003cstring\u003e(this.filtersService.filter$.value.labels);"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames \u003d this.filtersService.filter$.value.deselectedLabels;"},{"lineNumber":42,"author":{"gitId":"Arif-Khalid"},"content":" this.hiddenLabelNames \u003d this.filtersService.filter$.value.hiddenLabels;"},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":" this.loaded \u003d true;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" });"},{"lineNumber":45,"author":{"gitId":"-"},"content":" });"},{"lineNumber":46,"author":{"gitId":"-"},"content":" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" ngOnDestroy(): void {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" this.labelSubscription?.unsubscribe();"},{"lineNumber":50,"author":{"gitId":"-"},"content":" }"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":" hide(label: string): void {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" if (this.hiddenLabelNames.has(label)) {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" this.hiddenLabelNames.add(label);"},{"lineNumber":58,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.updateFilters({ hiddenLabels: this.hiddenLabelNames });"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":" /** Show labels that were hidden */"},{"lineNumber":62,"author":{"gitId":"-"},"content":" show(label: string): void {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" if (!this.hiddenLabelNames.has(label)) {"},{"lineNumber":64,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" }"},{"lineNumber":66,"author":{"gitId":"-"},"content":" this.hiddenLabelNames.delete(label);"},{"lineNumber":67,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.updateFilters({ hiddenLabels: this.hiddenLabelNames });"},{"lineNumber":68,"author":{"gitId":"-"},"content":" }"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":71,"author":{"gitId":"nknguyenhc"},"content":" * Change label to the next state."},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" * Label has the following state rotation: default -\u003e selected -\u003e deselected."},{"lineNumber":73,"author":{"gitId":"nknguyenhc"},"content":" * @param label The label to change state"},{"lineNumber":74,"author":{"gitId":"-"},"content":" */"},{"lineNumber":75,"author":{"gitId":"nknguyenhc"},"content":" changeLabelState(label: SimpleLabel) {"},{"lineNumber":76,"author":{"gitId":"nknguyenhc"},"content":" if (this.selectedLabelNames.has(label.name)) {"},{"lineNumber":77,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames.delete(label.name);"},{"lineNumber":78,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames.add(label.name);"},{"lineNumber":79,"author":{"gitId":"nknguyenhc"},"content":" } else if (this.deselectedLabelNames.has(label.name)) {"},{"lineNumber":80,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames.delete(label.name);"},{"lineNumber":81,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":82,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames.add(label.name);"},{"lineNumber":83,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":84,"author":{"gitId":"nknguyenhc"},"content":" this.updateSelection();"},{"lineNumber":85,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":86,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":87,"author":{"gitId":"nknguyenhc"},"content":" /**"},{"lineNumber":88,"author":{"gitId":"nknguyenhc"},"content":" * Returns the border color of the label."},{"lineNumber":89,"author":{"gitId":"nknguyenhc"},"content":" * The border color represents the state of the label."},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":91,"author":{"gitId":"nknguyenhc"},"content":" getColor(label: SimpleLabel): string {"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" if (this.selectedLabelNames.has(label.name)) {"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" return LabelFilterBarComponent.SELECTED_LABEL_COLOR;"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" } else if (this.deselectedLabelNames.has(label.name)) {"},{"lineNumber":95,"author":{"gitId":"nknguyenhc"},"content":" return LabelFilterBarComponent.DESELECTED_LABEL_COLOR;"},{"lineNumber":96,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":97,"author":{"gitId":"nknguyenhc"},"content":" return LabelFilterBarComponent.DEFAULT_LABEL_COLOR;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":" /** loads in the labels in the repository */"},{"lineNumber":102,"author":{"gitId":"-"},"content":" public load() {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" this.labelService.startPollLabels();"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" filter(filter: string, target: string): boolean {"},{"lineNumber":107,"author":{"gitId":"-"},"content":" return !target.toLowerCase().includes(filter.toLowerCase());"},{"lineNumber":108,"author":{"gitId":"-"},"content":" }"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":" hasLabels(filter: string): boolean {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" if (this.allLabels \u003d\u003d\u003d undefined || this.allLabels.length \u003d\u003d\u003d 0) {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" }"},{"lineNumber":114,"author":{"gitId":"nknguyenhc"},"content":" return this.allLabels.some((label) \u003d\u003e !this.filter(filter, label.name));"},{"lineNumber":115,"author":{"gitId":"-"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":" updateSelection(): void {"},{"lineNumber":118,"author":{"gitId":"nknguyenhc"},"content":" this.filtersService.updateFilters({"},{"lineNumber":119,"author":{"gitId":"nknguyenhc"},"content":" labels: Array.from(this.selectedLabelNames),"},{"lineNumber":120,"author":{"gitId":"nknguyenhc"},"content":" deselectedLabels: this.deselectedLabelNames"},{"lineNumber":121,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":122,"author":{"gitId":"-"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":" removeAllSelection(): void {"},{"lineNumber":125,"author":{"gitId":"nknguyenhc"},"content":" this.selectedLabelNames \u003d new Set\u003cstring\u003e();"},{"lineNumber":126,"author":{"gitId":"nknguyenhc"},"content":" this.deselectedLabelNames \u003d new Set\u003cstring\u003e();"},{"lineNumber":127,"author":{"gitId":"-"},"content":" this.updateSelection();"},{"lineNumber":128,"author":{"gitId":"-"},"content":" }"},{"lineNumber":129,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":40,"Arif-Khalid":9,"-":80}},{"path":"src/app/shared/issue-pr-card/issue-pr-card-labels/issue-pr-card-labels.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Input } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"nknguyenhc"},"content":"import { GithubLabel } from \u0027../../../core/models/github/github-label.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../../core/services/label.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":6,"author":{"gitId":"-"},"content":" selector: \u0027app-issue-pr-card-labels\u0027,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issue-pr-card-labels.component.html\u0027,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issue-pr-card-labels.component.css\u0027]"},{"lineNumber":9,"author":{"gitId":"-"},"content":"})"},{"lineNumber":10,"author":{"gitId":"-"},"content":"export class IssuePrCardLabelsComponent {"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" @Input() labels: GithubLabel[];"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":" @Input() labelSet: Set\u003cstring\u003e;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" constructor(public labelService: LabelService) {}"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":3,"-":11}},{"path":"src/app/shared/issue-pr-card/issue-pr-card-milestone/issue-pr-card-milestone.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"\u003cdiv *ngIf\u003d\"repoHasMilestones\" class\u003d\"milestone\" [ngStyle]\u003d\"{ color: milestone.state ? \u0027grey\u0027 : \u0027red\u0027 }\"\u003e"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":" \u003cspan class\u003d\"octicon-milestone\" octicon\u003d\"milestone\" [color]\u003d\"milestone.state ? \u0027grey\u0027 : \u0027red\u0027\" size\u003d\"8\"\u003e \u003c/span\u003e"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":" {{ milestone.state ? milestone.title : \u0027???\u0027 }}"},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"MadLamprey":3,"-":1}},{"path":"src/app/shared/issue-pr-card/issue-pr-card-milestone/issue-pr-card-milestone.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Input } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Milestone } from \u0027../../../core/models/milestone.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":5,"author":{"gitId":"-"},"content":" selector: \u0027app-issue-pr-card-milestone\u0027,"},{"lineNumber":6,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issue-pr-card-milestone.component.html\u0027,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issue-pr-card-milestone.component.css\u0027]"},{"lineNumber":8,"author":{"gitId":"-"},"content":"})"},{"lineNumber":9,"author":{"gitId":"-"},"content":"export class IssuePrCardMilestoneComponent {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" @Input() milestone: Milestone;"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":" @Input() repoHasMilestones: boolean;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":" constructor() {}"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"MadLamprey":1,"-":13}},{"path":"src/app/shared/issue-pr-card/issue-pr-card.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".card {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" margin: 8px 0px 8px 0px;"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":" background-color: transparent;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"}"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":".mat-card {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" padding: 10px;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"}"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":".column-header {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"}"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":".border-green {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" border-left: 2.4px solid green;"},{"lineNumber":17,"author":{"gitId":"-"},"content":"}"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":".border-purple {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" border-left: 2.4px solid purple;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"}"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":".border-red {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-left: 2.4px solid red;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".border-gray {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" border-left: 2.4px solid gray;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":".mat-card-content {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":34,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" margin: 0px;"},{"lineNumber":37,"author":{"gitId":"-"},"content":" padding: 0px;"},{"lineNumber":38,"author":{"gitId":"-"},"content":"}"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":".mat-card-subtitle {"},{"lineNumber":41,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":42,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" margin: 6px 0;"},{"lineNumber":47,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":1,"-":46}},{"path":"src/app/shared/issue-pr-card/issue-pr-card.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cmat-card class\u003d\"card\" [ngClass]\u003d\"getIssueOpenOrCloseColorCSSClass()\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003ca class\u003d\"no-underline link-grey-dark\" (click)\u003d\"viewIssueInBrowser($event)\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cspan [matTooltip]\u003d\"this.issue.updated_at\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003capp-issue-pr-card-header [issue]\u003d\"issue\"\u003e\u003c/app-issue-pr-card-header\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cmat-card-content\u003e"},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":" \u003capp-issue-pr-card-milestone"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":" [milestone]\u003d\"issue.milestone\""},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":" [repoHasMilestones]\u003d\"!milestoneService.hasNoMilestones\""},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":" \u003e\u003c/app-issue-pr-card-milestone\u003e"},{"lineNumber":10,"author":{"gitId":"Arif-Khalid"},"content":" \u003capp-issue-pr-card-labels [labels]\u003d\"issue.githubLabels\" [labelSet]\u003d\"filter?.hiddenLabels\"\u003e\u003c/app-issue-pr-card-labels\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003c/mat-card-content\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003c/mat-card\u003e"}],"authorContributionMap":{"Arif-Khalid":1,"MadLamprey":4,"-":9}},{"path":"src/app/shared/issue-pr-card/issue-pr-card.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Input } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":"import { Filter } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../../core/services/github.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../core/services/label.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":10,"author":{"gitId":"-"},"content":" selector: \u0027app-issue-pr-card\u0027,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" templateUrl: \u0027./issue-pr-card.component.html\u0027,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./issue-pr-card.component.css\u0027]"},{"lineNumber":13,"author":{"gitId":"-"},"content":"})"},{"lineNumber":14,"author":{"gitId":"-"},"content":"export class IssuePrCardComponent {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" @Input() issue: Issue;"},{"lineNumber":16,"author":{"gitId":"Arif-Khalid"},"content":" @Input() filter?: Filter;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":" constructor("},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":" private logger: LoggingService,"},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":" private githubService: GithubService,"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":" public labelService: LabelService,"},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":" public milestoneService: MilestoneService"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" ) {}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" /** Opens issue in new window */"},{"lineNumber":26,"author":{"gitId":"-"},"content":" viewIssueInBrowser(event: Event) {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" this.logger.info(`CardViewComponent: Opening Issue ${this.issue.id} on Github`);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" this.githubService.viewIssueInBrowser(this.issue.id, event);"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" /** Returns CSS class for border color */"},{"lineNumber":32,"author":{"gitId":"-"},"content":" getIssueOpenOrCloseColorCSSClass() {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" if (this.issue.state \u003d\u003d\u003d \u0027OPEN\u0027) {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" if (this.issue.isDraft) {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" return \u0027grey\u0027;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" return \u0027border-green\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" }"},{"lineNumber":39,"author":{"gitId":"-"},"content":" } else if (this.issue.issueOrPr \u003d\u003d\u003d \u0027PullRequest\u0027 \u0026\u0026 this.issue.state \u003d\u003d\u003d \u0027CLOSED\u0027) {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" return \u0027border-red\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" } else if (this.issue.issueOrPr \u003d\u003d\u003d \u0027Issue\u0027 \u0026\u0026 this.issue.stateReason \u003d\u003d\u003d \u0027NOT_PLANNED\u0027) {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" return \u0027border-gray\u0027;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" return \u0027border-purple\u0027;"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":49,"author":{"gitId":"-"},"content":" * Truncates description to fit in card content."},{"lineNumber":50,"author":{"gitId":"-"},"content":" * @param description - Description of Issue that is to be displayed."},{"lineNumber":51,"author":{"gitId":"-"},"content":" */"},{"lineNumber":52,"author":{"gitId":"-"},"content":" fitDescriptionText(): string {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" // Arbitrary Length of Characters beyond which an overflow occurs."},{"lineNumber":54,"author":{"gitId":"-"},"content":" const MAX_CHARACTER_LENGTH \u003d 72;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" const ELLIPSES \u003d \u0027...\u0027;"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" return this.issue.description.slice(0, MAX_CHARACTER_LENGTH) + ELLIPSES;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" }"},{"lineNumber":59,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":2,"MadLamprey":7,"-":50}},{"path":"src/app/shared/issue-tables/IssuesDataTable.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { DataSource } from \u0027@angular/cdk/table\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { BehaviorSubject, merge, Observable, Subscription } from \u0027rxjs\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { map } from \u0027rxjs/operators\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { Group } from \u0027../../core/models/github/group.interface\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":7,"author":{"gitId":"nknguyenhc"},"content":"import { Filter, FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../core/services/issue.service\u0027;"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":"import { MilestoneService } from \u0027../../core/services/milestone.service\u0027;"},{"lineNumber":11,"author":{"gitId":"Arif-Khalid"},"content":"import { applyDropdownFilter } from \u0027./dropdownfilter\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { FilterableSource } from \u0027./filterableTypes\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { paginateData } from \u0027./issue-paginator\u0027;"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":"import { applySort } from \u0027./issue-sorter\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { applySearchFilter } from \u0027./search-filter\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"export class IssuesDataTable extends DataSource\u003cIssue\u003e implements FilterableSource {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" public count \u003d 0;"},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" private filterChange \u003d new BehaviorSubject(this.filtersService.defaultFilter());"},{"lineNumber":20,"author":{"gitId":"-"},"content":" private issuesSubject \u003d new BehaviorSubject\u003cIssue[]\u003e([]);"},{"lineNumber":21,"author":{"gitId":"-"},"content":" private issueSubscription: Subscription;"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":" public isLoading$ \u003d this.issueService.isLoading.asObservable();"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":26,"author":{"gitId":"-"},"content":" private issueService: IssueService,"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" private groupingContextService: GroupingContextService,"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" private filtersService: FiltersService,"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" private milestoneService: MilestoneService,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" private paginator: MatPaginator,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" private displayedColumn: string[],"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" private group?: Group,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" private defaultFilter?: (issue: Issue) \u003d\u003e boolean"},{"lineNumber":34,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" super();"},{"lineNumber":36,"author":{"gitId":"-"},"content":" }"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" connect(): Observable\u003cIssue[]\u003e {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" return this.issuesSubject.asObservable();"},{"lineNumber":40,"author":{"gitId":"-"},"content":" }"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" disconnect() {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" this.filterChange.complete();"},{"lineNumber":44,"author":{"gitId":"-"},"content":" this.issuesSubject.complete();"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" if (this.issueSubscription) {"},{"lineNumber":46,"author":{"gitId":"-"},"content":" this.issueSubscription.unsubscribe();"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":48,"author":{"gitId":"-"},"content":" this.issueService.stopPollIssues();"},{"lineNumber":49,"author":{"gitId":"-"},"content":" }"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" loadIssues() {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" let page;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" if (this.paginator !\u003d\u003d undefined) {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" page \u003d this.paginator.page;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" const displayDataChanges \u003d [this.issueService.issues$, page, this.filterChange].filter((x) \u003d\u003e x !\u003d\u003d undefined);"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":" this.issueService.startPollIssues();"},{"lineNumber":60,"author":{"gitId":"-"},"content":" this.issueSubscription \u003d merge(...displayDataChanges)"},{"lineNumber":61,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":62,"author":{"gitId":"-"},"content":" // maps each change in display value to new issue ordering or filtering"},{"lineNumber":63,"author":{"gitId":"-"},"content":" map(() \u003d\u003e {"},{"lineNumber":64,"author":{"gitId":"-"},"content":" let data \u003d \u003cIssue[]\u003eObject.values(this.issueService.issues$.getValue()).reverse();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" if (this.defaultFilter) {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" data \u003d data.filter(this.defaultFilter);"},{"lineNumber":67,"author":{"gitId":"-"},"content":" }"},{"lineNumber":68,"author":{"gitId":"-"},"content":" // Filter by assignee of issue"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" data \u003d this.groupingContextService.getDataForGroup(data, this.group);"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"Arif-Khalid"},"content":" // Apply Filters"},{"lineNumber":72,"author":{"gitId":"nknguyenhc"},"content":" data \u003d applyDropdownFilter(this.filter, data, !this.milestoneService.hasNoMilestones);"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"Arif-Khalid"},"content":" data \u003d applySearchFilter(this.filter.title, this.displayedColumn, this.issueService, data);"},{"lineNumber":75,"author":{"gitId":"-"},"content":" this.count \u003d data.length;"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"Arif-Khalid"},"content":" data \u003d applySort(this.filter.sort, data);"},{"lineNumber":78,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":" if (this.paginator !\u003d\u003d undefined) {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" data \u003d paginateData(this.paginator, data);"},{"lineNumber":81,"author":{"gitId":"-"},"content":" }"},{"lineNumber":82,"author":{"gitId":"-"},"content":" return data;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" })"},{"lineNumber":84,"author":{"gitId":"-"},"content":" )"},{"lineNumber":85,"author":{"gitId":"-"},"content":" .subscribe((issues) \u003d\u003e {"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.issuesSubject.next(issues);"},{"lineNumber":87,"author":{"gitId":"-"},"content":" });"},{"lineNumber":88,"author":{"gitId":"-"},"content":" }"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"Arif-Khalid"},"content":" get filter(): Filter {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" return this.filterChange.value;"},{"lineNumber":92,"author":{"gitId":"-"},"content":" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"Arif-Khalid"},"content":" set filter(filter: Filter) {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" this.filterChange.next(filter);"},{"lineNumber":96,"author":{"gitId":"-"},"content":" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":6,"NereusWB922":7,"Arif-Khalid":9,"-":75}},{"path":"src/app/shared/issue-tables/dropdownfilter.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":2,"author":{"gitId":"Arif-Khalid"},"content":"import { Filter } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"nknguyenhc"},"content":"type StatusInfo \u003d {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" type: string;"},{"lineNumber":6,"author":{"gitId":"nknguyenhc"},"content":" status: string;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"};"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"nknguyenhc"},"content":"/**"},{"lineNumber":10,"author":{"gitId":"nknguyenhc"},"content":" * Converts a status string into an info object"},{"lineNumber":11,"author":{"gitId":"nknguyenhc"},"content":" */"},{"lineNumber":12,"author":{"gitId":"nknguyenhc"},"content":"const infoFromStatus \u003d (statusString: string): StatusInfo \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"nknguyenhc"},"content":" const [status, type] \u003d statusString.split(\u0027 \u0027);"},{"lineNumber":14,"author":{"gitId":"nknguyenhc"},"content":" return { status, type };"},{"lineNumber":15,"author":{"gitId":"-"},"content":"};"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * This module serves to improve separation of concerns in IssuesDataTable.ts and IssueList.ts module by containing the logic for"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * applying dropdownFilter to the issues data table in this module."},{"lineNumber":20,"author":{"gitId":"-"},"content":" * This module exports a single function applyDropDownFilter which is called by IssueList."},{"lineNumber":21,"author":{"gitId":"Arif-Khalid"},"content":" * This functions returns the data passed in after all the filters of dropdownFilters are applied"},{"lineNumber":22,"author":{"gitId":"-"},"content":" */"},{"lineNumber":23,"author":{"gitId":"nknguyenhc"},"content":"export function applyDropdownFilter(filter: Filter, data: Issue[], isFilteringByMilestone: boolean): Issue[] {"},{"lineNumber":24,"author":{"gitId":"Arif-Khalid"},"content":" const filteredData: Issue[] \u003d data.filter((issue) \u003d\u003e {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" let ret \u003d true;"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"nknguyenhc"},"content":" // status can either be \u0027open\u0027, \u0027closed\u0027, or \u0027merged\u0027"},{"lineNumber":28,"author":{"gitId":"nknguyenhc"},"content":" ret \u003d"},{"lineNumber":29,"author":{"gitId":"nknguyenhc"},"content":" ret \u0026\u0026"},{"lineNumber":30,"author":{"gitId":"nknguyenhc"},"content":" filter.status.some((item) \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"nknguyenhc"},"content":" const statusInfo \u003d infoFromStatus(item);"},{"lineNumber":32,"author":{"gitId":"nknguyenhc"},"content":" return statusInfo.status \u003d\u003d\u003d issue.state.toLowerCase() \u0026\u0026 statusInfo.type \u003d\u003d\u003d issue.issueOrPr.toLowerCase();"},{"lineNumber":33,"author":{"gitId":"nknguyenhc"},"content":" });"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"Arif-Khalid"},"content":" if (filter.type \u003d\u003d\u003d \u0027issue\u0027) {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" ret \u003d ret \u0026\u0026 issue.issueOrPr \u003d\u003d\u003d \u0027Issue\u0027;"},{"lineNumber":37,"author":{"gitId":"Arif-Khalid"},"content":" } else if (filter.type \u003d\u003d\u003d \u0027pullrequest\u0027) {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" ret \u003d ret \u0026\u0026 issue.issueOrPr \u003d\u003d\u003d \u0027PullRequest\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" ret \u003d ret \u0026\u0026 (!isFilteringByMilestone || filter.milestones.some((milestone) \u003d\u003e issue.milestone.title \u003d\u003d\u003d milestone));"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" ret \u003d ret \u0026\u0026 issue.labels.every((label) \u003d\u003e !filter.deselectedLabels.has(label));"},{"lineNumber":43,"author":{"gitId":"Arif-Khalid"},"content":" return ret \u0026\u0026 filter.labels.every((label) \u003d\u003e issue.labels.includes(label));"},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" });"},{"lineNumber":45,"author":{"gitId":"Arif-Khalid"},"content":" return filteredData;"},{"lineNumber":46,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":18,"Arif-Khalid":8,"-":20}},{"path":"src/app/shared/issue-tables/filterableTypes.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":2,"author":{"gitId":"-"},"content":" * This module aims to abstract out classes that can be filtered"},{"lineNumber":3,"author":{"gitId":"-"},"content":" */"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"import { Filter } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":6,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * FilterableSource is an interface that contains a source that can be filtered"},{"lineNumber":9,"author":{"gitId":"-"},"content":" * by a string filter or dropdownFilter."},{"lineNumber":10,"author":{"gitId":"-"},"content":" * The source should set filter and dropdownFilter as a getter and setter"},{"lineNumber":11,"author":{"gitId":"-"},"content":" * and applies the filter when these variables are changed."},{"lineNumber":12,"author":{"gitId":"-"},"content":" */"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export interface FilterableSource {"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" filter: Filter;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * FilterComponent is a component that contains a FilterableSource"},{"lineNumber":19,"author":{"gitId":"-"},"content":" */"},{"lineNumber":20,"author":{"gitId":"-"},"content":"export interface FilterableComponent {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" retrieveFilterable: () \u003d\u003e FilterableSource;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":3,"-":19}},{"path":"src/app/shared/issue-tables/issue-sorter.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"import { Sort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../core/models/issue.model\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"export function applySort(sort: Sort, data: Issue[]): Issue[] {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" if (!sort.active) {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" return data;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" }"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":" const direction: number \u003d sort.direction \u003d\u003d\u003d \u0027asc\u0027 ? 1 : -1;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":" switch (sort.active) {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" case \u0027id\u0027:"},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByIntegerValue(a.id, b.id));"},{"lineNumber":15,"author":{"gitId":"-"},"content":" case \u0027date\u0027:"},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByDateValue(a.updated_at, b.updated_at));"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":" case \u0027status\u0027:"},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByIssueType(a, b));"},{"lineNumber":19,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":20,"author":{"gitId":"-"},"content":" // title, responseTag are string values"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":" return data.sort((a, b) \u003d\u003e direction * compareByStringValue(a[sort.active], b[sort.active]));"},{"lineNumber":22,"author":{"gitId":"-"},"content":" }"},{"lineNumber":23,"author":{"gitId":"-"},"content":"}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"function compareByStringValue(valueA: string, valueB: string): number {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" const orderA \u003d String(valueA || \u0027\u0027).toUpperCase();"},{"lineNumber":27,"author":{"gitId":"-"},"content":" const orderB \u003d String(valueB || \u0027\u0027).toUpperCase();"},{"lineNumber":28,"author":{"gitId":"-"},"content":" return orderA \u003c orderB ? -1 : 1;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"function compareByIntegerValue(valueA: number, valueB: number): number {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" return valueA \u003c valueB ? -1 : 1;"},{"lineNumber":33,"author":{"gitId":"-"},"content":"}"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"function compareByDateValue(valueA: string, valueB: string): number {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" return moment(valueA).isBefore(valueB) ? -1 : 1;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"}"},{"lineNumber":38,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":39,"author":{"gitId":"MadLamprey"},"content":"function compareByIssueType(valueA: Issue, valueB: Issue): number {"},{"lineNumber":40,"author":{"gitId":"MadLamprey"},"content":" const sortOrder \u003d {"},{"lineNumber":41,"author":{"gitId":"MadLamprey"},"content":" \u0027OPEN PullRequest\u0027: 0,"},{"lineNumber":42,"author":{"gitId":"MadLamprey"},"content":" \u0027OPEN Issue\u0027: 1,"},{"lineNumber":43,"author":{"gitId":"MadLamprey"},"content":" \u0027MERGED PullRequest\u0027: 2,"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" \u0027CLOSED Issue\u0027: 3,"},{"lineNumber":45,"author":{"gitId":"MadLamprey"},"content":" \u0027CLOSED PullRequest\u0027: 4"},{"lineNumber":46,"author":{"gitId":"MadLamprey"},"content":" };"},{"lineNumber":47,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":48,"author":{"gitId":"MadLamprey"},"content":" const aOrder \u003d sortOrder[valueA.state + \u0027 \u0027 + valueA.issueOrPr] || -1;"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":" const bOrder \u003d sortOrder[valueB.state + \u0027 \u0027 + valueB.issueOrPr] || -1;"},{"lineNumber":50,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":51,"author":{"gitId":"MadLamprey"},"content":" if (aOrder \u003d\u003d\u003d bOrder) {"},{"lineNumber":52,"author":{"gitId":"MadLamprey"},"content":" return compareByStringValue(valueA.title, valueB.title);"},{"lineNumber":53,"author":{"gitId":"MadLamprey"},"content":" } else if (aOrder \u003e bOrder) {"},{"lineNumber":54,"author":{"gitId":"MadLamprey"},"content":" return 1;"},{"lineNumber":55,"author":{"gitId":"MadLamprey"},"content":" } else {"},{"lineNumber":56,"author":{"gitId":"MadLamprey"},"content":" return -1;"},{"lineNumber":57,"author":{"gitId":"MadLamprey"},"content":" }"},{"lineNumber":58,"author":{"gitId":"MadLamprey"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":2,"MadLamprey":26,"-":30}},{"path":"src/app/shared/layout/header.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":".repo-menu-footer {"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":" display: flex;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":" justify-content: space-between;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" align-items: center;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" position: sticky;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" bottom: 0;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" z-index: 1;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" padding: 10px;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":".new-repo-button {"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" flex-grow: 1;"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":".keep-filter-button {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" margin-left: 2px;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":".repo-options {"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" max-height: 300px;"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" overflow-y: auto;"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":".repo-options button {"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" font-size: 17px;"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":"}"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":"/* Overwrite the width of the menu */"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"::ng-deep .repo-menu {"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" width: fit-content !important;"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" min-width: 320px !important;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":"}"}],"authorContributionMap":{"NereusWB922":32}},{"path":"src/app/shared/layout/header.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cmat-toolbar color\u003d\"primary\" style\u003d\"position: sticky; position: -webkit-sticky; top: 0; z-index: 1000\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":3,"author":{"gitId":"-"},"content":" *ngIf\u003d\"isBackButtonShown()\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" mat-icon-button"},{"lineNumber":5,"author":{"gitId":"-"},"content":" class\u003d\"mat-toolbar mat-primary back-button\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" style\u003d\"transform: scale(0.9)\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" (click)\u003d\"goBack()\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003earrow_back_ios\u003c/mat-icon\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":" \u003ca class\u003d\"mat-toolbar mat-primary\" style\u003d\"text-decoration: none\" [routerLink]\u003d\"viewService.isRepoSet() ? viewService.currentView : null\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003eWATcher v{{ this.getVersion() }}\u003c/a"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" \u003cspan id\u003d\"view-descriptor\" *ngIf\u003d\"viewService.isRepoSet()\" style\u003d\"margin-left: 70px\"\u003e"},{"lineNumber":15,"author":{"gitId":"nknguyenhc"},"content":" {{ this.presetViews[this.filtersService.presetView$.value] }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"nknguyenhc"},"content":" \u003c!-- Gateway to activity dashboard, do not delete --\u003e"},{"lineNumber":19,"author":{"gitId":"nknguyenhc"},"content":" \u003c!--div *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 this.viewService.sessionData.sessionRepo.length \u003e 1\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cbutton mat-button [matMenuTriggerFor]\u003d\"menu\"\u003e\u003cmat-icon style\u003d\"color: white\"\u003eexpand_more\u003c/mat-icon\u003e\u003c/button\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cmat-menu #menu\u003d\"matMenu\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":23,"author":{"gitId":"-"},"content":" mat-menu-item"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" *ngFor\u003d\"let sessionRepo of this.viewService.sessionData.sessionRepo\""},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" (click)\u003d\"this.routeToSelectedView(sessionRepo.view)\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cspan\u003e"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-icon [ngStyle]\u003d\"{ color: \u0027green\u0027, visibility: this.viewService.currentView \u003d\u003d\u003d sessionRepo.view ? \u0027visible\u0027 : \u0027hidden\u0027 }\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003edone\u003c/mat-icon"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" {{ this.getViewDescription(sessionRepo.view) }}"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/mat-menu\u003e"},{"lineNumber":35,"author":{"gitId":"nknguyenhc"},"content":" \u003c/div--\u003e"},{"lineNumber":36,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":37,"author":{"gitId":"Arif-Khalid"},"content":" \u003cdiv *ngIf\u003d\"viewService.isRepoSet()\"\u003e"},{"lineNumber":38,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-button [matMenuTriggerFor]\u003d\"menu\"\u003e\u003cmat-icon style\u003d\"color: white\"\u003eexpand_more\u003c/mat-icon\u003e\u003c/button\u003e"},{"lineNumber":39,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-menu #menu\u003d\"matMenu\"\u003e"},{"lineNumber":40,"author":{"gitId":"nknguyenhc"},"content":" \u003cdiv *ngFor\u003d\"let presetView of this.presetViews | keyvalue\"\u003e"},{"lineNumber":41,"author":{"gitId":"nknguyenhc"},"content":" \u003cbutton mat-menu-item *ngIf\u003d\"presetView.key !\u003d\u003d \u0027custom\u0027\" (click)\u003d\"this.filtersService.updatePresetView(presetView.key)\"\u003e"},{"lineNumber":42,"author":{"gitId":"nknguyenhc"},"content":" \u003cspan\u003e"},{"lineNumber":43,"author":{"gitId":"nknguyenhc"},"content":" \u003cmat-icon"},{"lineNumber":44,"author":{"gitId":"nknguyenhc"},"content":" [ngStyle]\u003d\"{ color: \u0027green\u0027, visibility: this.filtersService.presetView$.value \u003d\u003d\u003d presetView.key ? \u0027visible\u0027 : \u0027hidden\u0027 }\""},{"lineNumber":45,"author":{"gitId":"nknguyenhc"},"content":" \u003edone\u003c/mat-icon"},{"lineNumber":46,"author":{"gitId":"nknguyenhc"},"content":" \u003e"},{"lineNumber":47,"author":{"gitId":"nknguyenhc"},"content":" {{ presetView.value }}"},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":" \u003c/span\u003e"},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" \u003c/button\u003e"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" \u003c/div\u003e"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":" \u003c/mat-menu\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c!-- everything else --\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cspan style\u003d\"flex: 1 1 auto\"\u003e\u003c/span\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet()\"\u003e"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" \u003cspan id\u003d\"view-descriptor\" style\u003d\"margin-left: 10px\"\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" {{ this.currentRepo || \u0027No Repository Set\u0027 }}"},{"lineNumber":61,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" mat-icon-button"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" matTooltip\u003d\"{{ viewService.isRepoSet() ? \u0027Change Repository\u0027 : \u0027Select Repository\u0027 }}\""},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" [matMenuTriggerFor]\u003d\"repoMenu\""},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003eedit\u003c/mat-icon\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-menu #repoMenu xPosition\u003d\"before\" class\u003d\"repo-menu\"\u003e"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"repo-options\"\u003e"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv *ngFor\u003d\"let repo of this.repoUrlCacheService.suggestions\"\u003e"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" \u003cbutton mat-menu-item *ngIf\u003d\"repo !\u003d\u003d this.currentRepo\" (click)\u003d\"this.applyRepoDropdown(repo, true)\"\u003e"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" {{ repo }}"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" \u003c/button\u003e"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" \u003cdiv class\u003d\"repo-menu-footer\"\u003e"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" \u003cbutton mat-flat-button color\u003d\"primary\" class\u003d\"new-repo-button\" (click)\u003d\"this.openChangeRepoDialog()\" matTooltip\u003d\"Add new repository\"\u003e"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-icon\u003eadd\u003c/mat-icon\u003e"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" \u003c/button\u003e"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" \u003cbutton"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" mat-icon-button"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" (click)\u003d\"toggleKeepFilters($event)\""},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" class\u003d\"keep-filter-button\""},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" matTooltip\u003d\"{{ keepFilters ? \u0027Keep filter on\u0027 : \u0027Keep filter off\u0027 }}\""},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" color\u003d\"{{ keepFilters ? \u0027primary\u0027 : \u0027warn\u0027 }}\""},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" \u003e"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" \u003cmat-icon\u003e{{ keepFilters ? \u0027filter_alt\u0027 : \u0027filter_alt_off\u0027 }}\u003c/mat-icon\u003e"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" \u003c/button\u003e"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" \u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" \u003c/mat-menu\u003e"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" \u003cspan style\u003d\"flex: 1 1 auto\"\u003e\u003c/span\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":" \u003cbutton mat-button matTooltip\u003d\"Download WATcher Log\" (click)\u003d\"this.exportLogFile()\"\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003ereceipt\u003c/mat-icon\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003cbutton mat-button matTooltip\u003d\"Give feedback about WATcher\" (click)\u003d\"openIssueTracker()\"\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003email\u003c/mat-icon\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet() \u0026\u0026 isOpenUrlButtonShown()\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" mat-button"},{"lineNumber":109,"author":{"gitId":"-"},"content":" matTooltip\u003d\"View current page on GitHub\""},{"lineNumber":110,"author":{"gitId":"-"},"content":" (click)\u003d\"viewBrowser()\""},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003eopen_in_new\u003c/mat-icon\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"sync-spinner\" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 (this.isLoading$ | async); else notLoading\"\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":" \u003cmat-spinner class\u003d\"white-spinner\" [diameter]\u003d\"20\"\u003e\u003c/mat-spinner\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":" \u003cng-template #notLoading\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet() \u0026\u0026 isReloadButtonShown() \u0026\u0026 !this.isReloadButtonDisabled\""},{"lineNumber":122,"author":{"gitId":"-"},"content":" mat-button"},{"lineNumber":123,"author":{"gitId":"-"},"content":" matTooltip\u003d\"Synchronize with Github data\""},{"lineNumber":124,"author":{"gitId":"-"},"content":" (click)\u003d\"reload()\""},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" Sync"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003cmat-icon\u003erefresh\u003c/mat-icon\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"sync-spinner\" *ngIf\u003d\"auth.isAuthenticated() \u0026\u0026 isReloadButtonShown() \u0026\u0026 this.isReloadButtonDisabled\"\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \u003cspan style\u003d\"font-size: 14px; margin-right: 7px\"\u003eSync\u003c/span\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":" \u003cmat-spinner class\u003d\"white-spinner\" [diameter]\u003d\"20\"\u003e\u003c/mat-spinner\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003c/ng-template\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":""},{"lineNumber":135,"author":{"gitId":"-"},"content":" \u003cbutton *ngIf\u003d\"auth.isAuthenticated()\" mat-button matTooltip\u003d\"Log out\" (click)\u003d\"openLogOutDialog(); $event.stopPropagation()\"\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":" ({{ userService.currentUser.loginId }})"},{"lineNumber":137,"author":{"gitId":"-"},"content":" \u003cmat-icon style\u003d\"margin-left: 2px\"\u003eexit_to_app\u003c/mat-icon\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003c/mat-toolbar\u003e"}],"authorContributionMap":{"nknguyenhc":19,"NereusWB922":38,"Arif-Khalid":2,"-":80}},{"path":"src/app/shared/layout/header.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Location } from \u0027@angular/common\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Component, OnInit } from \u0027@angular/core\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { Router, RoutesRecognized } from \u0027@angular/router\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { filter, pairwise, switchMap } from \u0027rxjs/operators\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { AppConfig } from \u0027../../../environments/environment\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { STORAGE_KEYS } from \u0027../../core/constants/storage-keys.constants\u0027;"},{"lineNumber":8,"author":{"gitId":"Arif-Khalid"},"content":"import { RepoChangeResponse } from \u0027../../core/models/repo-change-response.model\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"import { Repo } from \u0027../../core/models/repo.model\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../core/models/view.model\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"import { AuthService } from \u0027../../core/services/auth.service\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"import { DialogService } from \u0027../../core/services/dialog.service\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../../core/services/error-handling.service\u0027;"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":"import { FiltersService } from \u0027../../core/services/filters.service\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"import { GithubService } from \u0027../../core/services/github.service\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":"import { GithubEventService } from \u0027../../core/services/githubevent.service\u0027;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"import { GroupingContextService } from \u0027../../core/services/grouping/grouping-context.service\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../core/services/issue.service\u0027;"},{"lineNumber":19,"author":{"gitId":"-"},"content":"import { LabelService } from \u0027../../core/services/label.service\u0027;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../core/services/logging.service\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":"import { RepoSessionStorageService } from \u0027../../core/services/repo-session-storage.service\u0027;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"import { RepoUrlCacheService } from \u0027../../core/services/repo-url-cache.service\u0027;"},{"lineNumber":23,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../../core/services/user.service\u0027;"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":"import { ViewDescription, ViewService } from \u0027../../core/services/view.service\u0027;"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"const ISSUE_TRACKER_URL \u003d \u0027https://github.com/CATcher-org/WATcher/issues\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":29,"author":{"gitId":"-"},"content":" selector: \u0027app-layout-header\u0027,"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" templateUrl: \u0027./header.component.html\u0027,"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" styleUrls: [\u0027./header.component.css\u0027]"},{"lineNumber":32,"author":{"gitId":"-"},"content":"})"},{"lineNumber":33,"author":{"gitId":"-"},"content":"export class HeaderComponent implements OnInit {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" private prevUrl;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" isReloadButtonDisabled \u003d false;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" ISSUE_FILTER \u003d \u0027/issues?q\u003dis:issue+is:all\u0027; // the filtered list must be an issue and must be open"},{"lineNumber":37,"author":{"gitId":"-"},"content":" TUTORIAL_LABEL \u003d \u0027+label:tutorial.\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" TEAM_LABEL \u003d \u0027+label:team.\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":" EXCLUDE_DUPLICATE \u003d \u0027+-label:duplicate\u0027; // exclude duplicate issues"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" public isLoading$: Observable\u003cboolean\u003e;"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" // Messages for the modal popup window upon logging out"},{"lineNumber":44,"author":{"gitId":"-"},"content":" private readonly logOutDialogMessages \u003d [\u0027Do you wish to log out?\u0027];"},{"lineNumber":45,"author":{"gitId":"-"},"content":" private readonly yesButtonDialogMessage \u003d \u0027Yes, I wish to log out\u0027;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" private readonly noButtonDialogMessage \u003d \"No, I don\u0027t wish to log out\";"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"nknguyenhc"},"content":" readonly presetViews: {"},{"lineNumber":49,"author":{"gitId":"nknguyenhc"},"content":" [key: string]: string;"},{"lineNumber":50,"author":{"gitId":"nknguyenhc"},"content":" } \u003d {"},{"lineNumber":51,"author":{"gitId":"nknguyenhc"},"content":" currentlyActive: \u0027Currently active\u0027,"},{"lineNumber":52,"author":{"gitId":"nknguyenhc"},"content":" contributions: \u0027Contributions\u0027,"},{"lineNumber":53,"author":{"gitId":"nknguyenhc"},"content":" custom: \u0027Custom\u0027"},{"lineNumber":54,"author":{"gitId":"nknguyenhc"},"content":" };"},{"lineNumber":55,"author":{"gitId":"nknguyenhc"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":" /** Model for the displayed repository name */"},{"lineNumber":57,"author":{"gitId":"-"},"content":" currentRepo \u003d \u0027\u0027;"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" keepFilters \u003d false;"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":62,"author":{"gitId":"-"},"content":" private router: Router,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" public auth: AuthService,"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" public viewService: ViewService,"},{"lineNumber":65,"author":{"gitId":"-"},"content":" public userService: UserService,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" public logger: LoggingService,"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" public repoUrlCacheService: RepoUrlCacheService,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" private location: Location,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" private githubEventService: GithubEventService,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" private issueService: IssueService,"},{"lineNumber":71,"author":{"gitId":"-"},"content":" private labelService: LabelService,"},{"lineNumber":72,"author":{"gitId":"-"},"content":" private errorHandlingService: ErrorHandlingService,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" private githubService: GithubService,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" private dialogService: DialogService,"},{"lineNumber":75,"author":{"gitId":"Arif-Khalid"},"content":" private repoSessionStorageService: RepoSessionStorageService,"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" private filtersService: FiltersService,"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" private groupingContextService: GroupingContextService"},{"lineNumber":78,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" router.events"},{"lineNumber":80,"author":{"gitId":"-"},"content":" .pipe("},{"lineNumber":81,"author":{"gitId":"-"},"content":" filter((e: any) \u003d\u003e e instanceof RoutesRecognized),"},{"lineNumber":82,"author":{"gitId":"-"},"content":" pairwise()"},{"lineNumber":83,"author":{"gitId":"-"},"content":" )"},{"lineNumber":84,"author":{"gitId":"-"},"content":" .subscribe((e) \u003d\u003e {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.prevUrl \u003d e[0].urlAfterRedirects;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" });"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":" this.auth.currentAuthState.subscribe(() \u003d\u003e {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" if (auth.isAuthenticated() \u0026\u0026 !repoSessionStorageService.hasRepoLocation()) {"},{"lineNumber":90,"author":{"gitId":"nknguyenhc"},"content":" if (!this.auth.hasNext()) {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" this.openChangeRepoDialog();"},{"lineNumber":92,"author":{"gitId":"nknguyenhc"},"content":" } else {"},{"lineNumber":93,"author":{"gitId":"nknguyenhc"},"content":" this.auth.redirectToNext();"},{"lineNumber":94,"author":{"gitId":"nknguyenhc"},"content":" }"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":" });"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" this.viewService.repoSetState.subscribe((state) \u003d\u003e {"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" if (auth.isAuthenticated() \u0026\u0026 viewService.isRepoSet()) {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" this.initializeRepoNameInTitle();"},{"lineNumber":101,"author":{"gitId":"-"},"content":" }"},{"lineNumber":102,"author":{"gitId":"-"},"content":" });"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" this.viewService.repoChanged$.subscribe((repo) \u003d\u003e {"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" this.initializeRepoNameInTitle();"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":" this.isLoading$ \u003d this.issueService.isLoading.asObservable();"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":" ngOnInit() {}"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":" * Replaces and resets the current view data and routes the app to the"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" * newly selected view."},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" * @param selectedView - Selected View that is selected by the user."},{"lineNumber":117,"author":{"gitId":"-"},"content":" */"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":" routeToSelectedView(selectedView: string): void {"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" // Do nothing if the selected view is the current view."},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" if (this.viewService.currentView \u003d\u003d\u003d View[selectedView]) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":122,"author":{"gitId":"-"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"NereusWB922"},"content":" // Replace Current View Data."},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":" this.viewService.changeView(View[selectedView]);"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"NereusWB922"},"content":" // Remove current view issues and load selected view issues."},{"lineNumber":128,"author":{"gitId":"-"},"content":" this.githubService.reset();"},{"lineNumber":129,"author":{"gitId":"-"},"content":" this.issueService.reset(false);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" this.labelService.reset();"},{"lineNumber":131,"author":{"gitId":"-"},"content":" this.reload();"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" // Route app to new view."},{"lineNumber":134,"author":{"gitId":"NereusWB922"},"content":" this.router.navigateByUrl(this.viewService.currentView);"},{"lineNumber":135,"author":{"gitId":"-"},"content":" }"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":" isBackButtonShown(): boolean {"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":" return `/${this.viewService.currentView}` !\u003d\u003d this.router.url \u0026\u0026 this.router.url !\u003d\u003d \u0027/\u0027 \u0026\u0026 !this.router.url.startsWith(\u0027/?code\u0027);"},{"lineNumber":139,"author":{"gitId":"-"},"content":" }"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":" isReloadButtonShown(): boolean {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" return this.router.url !\u003d\u003d \u0027/phaseBugReporting/issues/new\u0027;"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":" isOpenUrlButtonShown(): boolean {"},{"lineNumber":146,"author":{"gitId":"NereusWB922"},"content":" return this.viewService.currentView \u003d\u003d\u003d View.issuesViewer || this.viewService.currentView \u003d\u003d\u003d View.activityDashboard;"},{"lineNumber":147,"author":{"gitId":"-"},"content":" }"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":" getVersion(): string {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" return AppConfig.version;"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"NereusWB922"},"content":" getViewDescription(openView: string): string {"},{"lineNumber":154,"author":{"gitId":"NereusWB922"},"content":" return ViewDescription[openView];"},{"lineNumber":155,"author":{"gitId":"-"},"content":" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":" goBack() {"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" if (this.prevUrl \u003d\u003d\u003d `/${this.viewService.currentView}/issues/new`) {"},{"lineNumber":159,"author":{"gitId":"NereusWB922"},"content":" this.router.navigateByUrl(this.viewService.currentView);"},{"lineNumber":160,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":161,"author":{"gitId":"-"},"content":" this.location.back();"},{"lineNumber":162,"author":{"gitId":"-"},"content":" }"},{"lineNumber":163,"author":{"gitId":"-"},"content":" }"},{"lineNumber":164,"author":{"gitId":"-"},"content":""},{"lineNumber":165,"author":{"gitId":"-"},"content":" viewBrowser() {"},{"lineNumber":166,"author":{"gitId":"NereusWB922"},"content":" if (this.viewService.currentView \u003d\u003d\u003d View.activityDashboard) {"},{"lineNumber":167,"author":{"gitId":"NereusWB922"},"content":" window.open(`https://github.com/${this.viewService.currentRepo.owner}/${this.viewService.currentRepo.name}/pulse`);"},{"lineNumber":168,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":169,"author":{"gitId":"-"},"content":" }"},{"lineNumber":170,"author":{"gitId":"-"},"content":""},{"lineNumber":171,"author":{"gitId":"-"},"content":" const routerUrl \u003d this.router.url.substring(1); // remove the first \u0027/\u0027 from string"},{"lineNumber":172,"author":{"gitId":"-"},"content":" const issueUrlIndex \u003d routerUrl.indexOf(\u0027/\u0027); // find the index of second \u0027/\u0027"},{"lineNumber":173,"author":{"gitId":"-"},"content":" let issueUrl: string;"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":" // If can\u0027t find the index of second \u0027/\u0027, then router is at the /issues (table list) page"},{"lineNumber":176,"author":{"gitId":"-"},"content":" if (issueUrlIndex \u003c 0) {"},{"lineNumber":177,"author":{"gitId":"-"},"content":" // Apply filters to the issueUrl"},{"lineNumber":178,"author":{"gitId":"-"},"content":" issueUrl \u003d this.ISSUE_FILTER;"},{"lineNumber":179,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":180,"author":{"gitId":"-"},"content":" // issueUrl will be from the second \u0027/\u0027"},{"lineNumber":181,"author":{"gitId":"-"},"content":" issueUrl \u003d routerUrl.substring(issueUrlIndex);"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":" // Open the url in user\u0027s preferred browser"},{"lineNumber":184,"author":{"gitId":"-"},"content":" window.open(\u0027https://github.com/\u0027.concat(this.githubService.getRepoURL()).concat(issueUrl));"},{"lineNumber":185,"author":{"gitId":"-"},"content":" }"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":" openIssueTracker() {"},{"lineNumber":188,"author":{"gitId":"-"},"content":" window.open(ISSUE_TRACKER_URL);"},{"lineNumber":189,"author":{"gitId":"-"},"content":" }"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":" reload() {"},{"lineNumber":192,"author":{"gitId":"-"},"content":" this.isReloadButtonDisabled \u003d true;"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":" this.githubEventService.reloadPage().subscribe("},{"lineNumber":195,"author":{"gitId":"-"},"content":" (success) \u003d\u003e success,"},{"lineNumber":196,"author":{"gitId":"-"},"content":" (error) \u003d\u003e {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error, () \u003d\u003e this.githubEventService.reloadPage());"},{"lineNumber":198,"author":{"gitId":"-"},"content":" }"},{"lineNumber":199,"author":{"gitId":"-"},"content":" );"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" this.labelService.fetchLabels().subscribe("},{"lineNumber":202,"author":{"gitId":"-"},"content":" (success) \u003d\u003e success,"},{"lineNumber":203,"author":{"gitId":"-"},"content":" (error) \u003d\u003e {"},{"lineNumber":204,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error, () \u003d\u003e this.labelService.fetchLabels());"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":" );"},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":" // Prevent user from spamming the reload button"},{"lineNumber":209,"author":{"gitId":"-"},"content":" setTimeout(() \u003d\u003e {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" this.isReloadButtonDisabled \u003d false;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" }, 3000);"},{"lineNumber":212,"author":{"gitId":"-"},"content":" }"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":" logOut() {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" this.auth.logOut();"},{"lineNumber":216,"author":{"gitId":"-"},"content":" }"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":" openLogOutDialog() {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" const dialogRef \u003d this.dialogService.openUserConfirmationModal("},{"lineNumber":220,"author":{"gitId":"-"},"content":" this.logOutDialogMessages,"},{"lineNumber":221,"author":{"gitId":"-"},"content":" this.yesButtonDialogMessage,"},{"lineNumber":222,"author":{"gitId":"-"},"content":" this.noButtonDialogMessage"},{"lineNumber":223,"author":{"gitId":"-"},"content":" );"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":" dialogRef.afterClosed().subscribe((res) \u003d\u003e {"},{"lineNumber":226,"author":{"gitId":"-"},"content":" if (res) {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" this.logger.info(`HeaderComponent: Logging out from ${this.userService.currentUser.loginId}`);"},{"lineNumber":228,"author":{"gitId":"-"},"content":" this.logOut();"},{"lineNumber":229,"author":{"gitId":"-"},"content":" }"},{"lineNumber":230,"author":{"gitId":"-"},"content":" });"},{"lineNumber":231,"author":{"gitId":"-"},"content":" }"},{"lineNumber":232,"author":{"gitId":"-"},"content":""},{"lineNumber":233,"author":{"gitId":"-"},"content":" exportLogFile() {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" this.logger.exportLogFile();"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }"},{"lineNumber":236,"author":{"gitId":"-"},"content":""},{"lineNumber":237,"author":{"gitId":"-"},"content":" initializeRepoNameInTitle() {"},{"lineNumber":238,"author":{"gitId":"NereusWB922"},"content":" if (Repo.isInvalidRepoName(this.viewService.currentRepo)) {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":240,"author":{"gitId":"-"},"content":" }"},{"lineNumber":241,"author":{"gitId":"NereusWB922"},"content":" const currentRepoString \u003d this.viewService.currentRepo.toString();"},{"lineNumber":242,"author":{"gitId":"-"},"content":" this.logger.info(`HeaderComponent: initializing current repository name as ${currentRepoString}`);"},{"lineNumber":243,"author":{"gitId":"-"},"content":" this.currentRepo \u003d currentRepoString;"},{"lineNumber":244,"author":{"gitId":"-"},"content":" }"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":247,"author":{"gitId":"-"},"content":" * Change repository viewed on Issue Dashboard, if a valid repository is provided."},{"lineNumber":248,"author":{"gitId":"-"},"content":" * Re-open dialog to prompt for another repository if an invalid one is provided."},{"lineNumber":249,"author":{"gitId":"-"},"content":" */"},{"lineNumber":250,"author":{"gitId":"Arif-Khalid"},"content":" changeRepositoryIfValid(repo: Repo, newRepoString: string, keepFilters: boolean) {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" if (newRepoString \u003d\u003d\u003d this.currentRepo) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" }"},{"lineNumber":254,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":255,"author":{"gitId":"NereusWB922"},"content":" this.viewService"},{"lineNumber":256,"author":{"gitId":"-"},"content":" .changeRepositoryIfValid(repo)"},{"lineNumber":257,"author":{"gitId":"-"},"content":" .then(() \u003d\u003e {"},{"lineNumber":258,"author":{"gitId":"NereusWB922"},"content":" this.auth.setTitleWithViewDetail();"},{"lineNumber":259,"author":{"gitId":"-"},"content":" this.currentRepo \u003d newRepoString;"},{"lineNumber":260,"author":{"gitId":"NereusWB922"},"content":" if (!keepFilters) {"},{"lineNumber":261,"author":{"gitId":"NereusWB922"},"content":" this.groupingContextService.reset();"},{"lineNumber":262,"author":{"gitId":"Arif-Khalid"},"content":" this.filtersService.clearFilters();"},{"lineNumber":263,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":264,"author":{"gitId":"-"},"content":" })"},{"lineNumber":265,"author":{"gitId":"-"},"content":" .catch((error) \u003d\u003e {"},{"lineNumber":266,"author":{"gitId":"-"},"content":" this.openChangeRepoDialog();"},{"lineNumber":267,"author":{"gitId":"-"},"content":" this.errorHandlingService.handleError(error);"},{"lineNumber":268,"author":{"gitId":"-"},"content":" });"},{"lineNumber":269,"author":{"gitId":"-"},"content":" }"},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"NereusWB922"},"content":" applyRepoDropdown(repoString: string) {"},{"lineNumber":272,"author":{"gitId":"NereusWB922"},"content":" const newRepo \u003d Repo.of(repoString);"},{"lineNumber":273,"author":{"gitId":"NereusWB922"},"content":" this.changeRepositoryIfValid(newRepo, newRepo.toString(), this.keepFilters);"},{"lineNumber":274,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":275,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":276,"author":{"gitId":"NereusWB922"},"content":" toggleKeepFilters(event: MouseEvent) {"},{"lineNumber":277,"author":{"gitId":"NereusWB922"},"content":" event.stopPropagation();"},{"lineNumber":278,"author":{"gitId":"NereusWB922"},"content":" this.keepFilters \u003d !this.keepFilters;"},{"lineNumber":279,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":280,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":281,"author":{"gitId":"-"},"content":" openChangeRepoDialog() {"},{"lineNumber":282,"author":{"gitId":"-"},"content":" const dialogRef \u003d this.dialogService.openChangeRepoDialog(this.currentRepo);"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"Arif-Khalid"},"content":" dialogRef.afterClosed().subscribe((res: RepoChangeResponse | null) \u003d\u003e {"},{"lineNumber":285,"author":{"gitId":"-"},"content":" if (!res) {"},{"lineNumber":286,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":287,"author":{"gitId":"-"},"content":" }"},{"lineNumber":288,"author":{"gitId":"Arif-Khalid"},"content":" const newRepo \u003d Repo.of(res.repo);"},{"lineNumber":289,"author":{"gitId":"-"},"content":""},{"lineNumber":290,"author":{"gitId":"NereusWB922"},"content":" if (this.viewService.isRepoSet()) {"},{"lineNumber":291,"author":{"gitId":"Arif-Khalid"},"content":" this.changeRepositoryIfValid(newRepo, newRepo.toString(), res.keepFilters);"},{"lineNumber":292,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":293,"author":{"gitId":"-"},"content":" /**"},{"lineNumber":294,"author":{"gitId":"-"},"content":" * From session-selection.component.ts"},{"lineNumber":295,"author":{"gitId":"-"},"content":" *"},{"lineNumber":296,"author":{"gitId":"-"},"content":" * Persist repo information in local browser storage"},{"lineNumber":297,"author":{"gitId":"-"},"content":" * To retrieve after authentication redirects back to WATcher"},{"lineNumber":298,"author":{"gitId":"-"},"content":" *"},{"lineNumber":299,"author":{"gitId":"-"},"content":" * Since localStorage::setItem with an undefined value can result in"},{"lineNumber":300,"author":{"gitId":"-"},"content":" * the subsequent value being stored as a string being \u0027undefined\u0027, check"},{"lineNumber":301,"author":{"gitId":"-"},"content":" * if undefined before storing it. Let\u0027s reset the items before setting them."},{"lineNumber":302,"author":{"gitId":"-"},"content":" */"},{"lineNumber":303,"author":{"gitId":"-"},"content":" window.localStorage.removeItem(STORAGE_KEYS.ORG);"},{"lineNumber":304,"author":{"gitId":"-"},"content":" window.localStorage.removeItem(STORAGE_KEYS.DATA_REPO);"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":" if (newRepo) {"},{"lineNumber":307,"author":{"gitId":"-"},"content":" window.localStorage.setItem(STORAGE_KEYS.ORG, newRepo.owner);"},{"lineNumber":308,"author":{"gitId":"-"},"content":" window.localStorage.setItem(STORAGE_KEYS.DATA_REPO, newRepo.name);"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" this.repoUrlCacheService.cache(newRepo.toString());"},{"lineNumber":311,"author":{"gitId":"-"},"content":" }"},{"lineNumber":312,"author":{"gitId":"-"},"content":" this.auth.setRepo().subscribe();"},{"lineNumber":313,"author":{"gitId":"-"},"content":" }"},{"lineNumber":314,"author":{"gitId":"-"},"content":" });"},{"lineNumber":315,"author":{"gitId":"-"},"content":" }"},{"lineNumber":316,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"nknguyenhc":12,"Arif-Khalid":9,"NereusWB922":54,"-":241}},{"path":"src/app/shared/repo-change-form/repo-change-form.component.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".change-repo-form-title {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"}"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":".mat-dialog-content {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"}"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":".mat-form-field {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"}"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":".mat-dialog-actions {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" justify-content: flex-end;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"Arif-Khalid"},"content":""},{"lineNumber":17,"author":{"gitId":"Arif-Khalid"},"content":".change-repo-form-header {"},{"lineNumber":18,"author":{"gitId":"Arif-Khalid"},"content":" display: flex;"},{"lineNumber":19,"author":{"gitId":"Arif-Khalid"},"content":" justify-content: space-between;"},{"lineNumber":20,"author":{"gitId":"Arif-Khalid"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":5,"-":15}},{"path":"src/app/shared/repo-change-form/repo-change-form.component.html","fileType":"html","lines":[{"lineNumber":1,"author":{"gitId":"Arif-Khalid"},"content":"\u003cdiv class\u003d\"change-repo-form-header\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003ch1 mat-dialog-title class\u003d\"change-repo-form-title\"\u003e{{ data.repoName ? \u0027Change repository\u0027 : \u0027Select repository\u0027 }}\u003c/h1\u003e"},{"lineNumber":3,"author":{"gitId":"Arif-Khalid"},"content":" \u003cmat-checkbox *ngIf\u003d\"data.repoName\" [(ngModel)]\u003d\"this.keepFilters\"\u003eKeep Filters\u003c/mat-checkbox\u003e"},{"lineNumber":4,"author":{"gitId":"Arif-Khalid"},"content":"\u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv mat-dialog-content\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cform (ngSubmit)\u003d\"onYesClick()\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cmat-form-field appearance\u003d\"fill\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cmat-label\u003eRepository Location (Github Link or Org/Repo)\u003c/mat-label\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cinput matInput [(ngModel)]\u003d\"this.repoName\" [formControl]\u003d\"repoChangeForm\" [matAutocomplete]\u003d\"auto\" /\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmat-autocomplete #auto\u003d\"matAutocomplete\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmat-option *ngFor\u003d\"let suggestion of filteredSuggestions | async\" [value]\u003d\"suggestion\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" {{ suggestion }}"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/mat-option\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/mat-autocomplete\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/mat-form-field\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cdiv mat-dialog-actions\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cbutton mat-button (click)\u003d\"onNoClick()\" color\u003d\"warn\"\u003eCancel\u003c/button\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cbutton mat-button (click)\u003d\"onYesClick()\" color\u003d\"primary\"\u003e{{ data.repoName ? \u0027Change Repo\u0027 : \u0027Select Repo\u0027 }}\u003c/button\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"Arif-Khalid":3,"-":18}},{"path":"src/app/shared/repo-change-form/repo-change-form.component.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Component, Inject, OnInit } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { FormControl } from \u0027@angular/forms\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { MatDialogRef, MAT_DIALOG_DATA } from \u0027@angular/material/dialog\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { Observable } from \u0027rxjs\u0027;"},{"lineNumber":5,"author":{"gitId":"Arif-Khalid"},"content":"import { RepoChangeResponse } from \u0027../../core/models/repo-change-response.model\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import { RepoUrlCacheService } from \u0027../../core/services/repo-url-cache.service\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"@Component({"},{"lineNumber":9,"author":{"gitId":"-"},"content":" selector: \u0027app-repo-change-form\u0027,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" templateUrl: \u0027./repo-change-form.component.html\u0027,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" styleUrls: [\u0027./repo-change-form.component.css\u0027]"},{"lineNumber":12,"author":{"gitId":"-"},"content":"})"},{"lineNumber":13,"author":{"gitId":"-"},"content":"export class RepoChangeFormComponent implements OnInit {"},{"lineNumber":14,"author":{"gitId":"Arif-Khalid"},"content":" public repoName: string;"},{"lineNumber":15,"author":{"gitId":"Arif-Khalid"},"content":" public keepFilters: boolean;"},{"lineNumber":16,"author":{"gitId":"-"},"content":" filteredSuggestions: Observable\u003cstring[]\u003e;"},{"lineNumber":17,"author":{"gitId":"-"},"content":" repoChangeForm \u003d new FormControl();"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":" constructor("},{"lineNumber":20,"author":{"gitId":"-"},"content":" public dialogRef: MatDialogRef\u003cRepoChangeFormComponent\u003e,"},{"lineNumber":21,"author":{"gitId":"-"},"content":" private repoUrlCacheService: RepoUrlCacheService,"},{"lineNumber":22,"author":{"gitId":"-"},"content":" @Inject(MAT_DIALOG_DATA) public data"},{"lineNumber":23,"author":{"gitId":"-"},"content":" ) {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" this.repoName \u003d data.repoName;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" }"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" ngOnInit() {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" this.initRepoChangeForm();"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" private initRepoChangeForm() {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" this.filteredSuggestions \u003d this.repoUrlCacheService.getFilteredSuggestions(this.repoChangeForm);"},{"lineNumber":33,"author":{"gitId":"-"},"content":" }"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" onYesClick(): void {"},{"lineNumber":36,"author":{"gitId":"Arif-Khalid"},"content":" const response: RepoChangeResponse \u003d {"},{"lineNumber":37,"author":{"gitId":"Arif-Khalid"},"content":" repo: this.repoName,"},{"lineNumber":38,"author":{"gitId":"Arif-Khalid"},"content":" keepFilters: this.keepFilters"},{"lineNumber":39,"author":{"gitId":"Arif-Khalid"},"content":" };"},{"lineNumber":40,"author":{"gitId":"Arif-Khalid"},"content":" this.dialogRef.close(response);"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" onNoClick(): void {"},{"lineNumber":44,"author":{"gitId":"Arif-Khalid"},"content":" this.dialogRef.close(null);"},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"Arif-Khalid":9,"-":37}},{"path":"src/test.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"// This file is required by karma.conf.js and loads recursively all the .spec and framework files"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"// tslint:disable:ordered-imports"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"// Ordered-imports rule is disabled here because the import statement for \u0027zone-testing\u0027 must be"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"// at the top to prevent test setup breakage in \u0027npm run test\u0027."},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import \u0027zone.js/dist/zone-testing\u0027;"},{"lineNumber":7,"author":{"gitId":"-"},"content":"import { getTestBed } from \u0027@angular/core/testing\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from \u0027@angular/platform-browser-dynamic/testing\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"declare const require: any;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"// First, initialize the Angular testing environment."},{"lineNumber":13,"author":{"gitId":"-"},"content":"getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());"},{"lineNumber":14,"author":{"gitId":"-"},"content":"// Then we find all the tests."},{"lineNumber":15,"author":{"gitId":"-"},"content":"const context \u003d require.context(\u0027../tests\u0027, true, /\\.spec\\.ts$/);"},{"lineNumber":16,"author":{"gitId":"-"},"content":"// And load the modules."},{"lineNumber":17,"author":{"gitId":"-"},"content":"context.keys().map(context);"}],"authorContributionMap":{"NereusWB922":4,"-":13}},{"path":"tests/app/auth/login/login.component.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { ComponentFixture, TestBed, waitForAsync } from \u0027@angular/core/testing\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { LoginComponent } from \u0027../../../../src/app/auth/login/login.component\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { AuthService, AuthState } from \u0027../../../../src/app/core/services/auth.service\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { ErrorHandlingService } from \u0027../../../../src/app/core/services/error-handling.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { LoggingService } from \u0027../../../../src/app/core/services/logging.service\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"describe(\u0027LoginComponent\u0027, () \u003d\u003e {"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" let authServiceSpy: jasmine.SpyObj\u003cAuthService\u003e;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" let errorHandlingServiceSpy: jasmine.SpyObj\u003cErrorHandlingService\u003e;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" let component: LoginComponent;"},{"lineNumber":12,"author":{"gitId":"-"},"content":" let fixture: ComponentFixture\u003cLoginComponent\u003e;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":" beforeEach("},{"lineNumber":15,"author":{"gitId":"-"},"content":" waitForAsync(() \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" authServiceSpy \u003d jasmine.createSpyObj\u003cAuthService\u003e(\u0027AuthService\u0027, [\u0027startOAuthProcess\u0027, \u0027changeAuthState\u0027]);"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj\u003cLoggingService\u003e(\u0027LoggingService\u0027, [\u0027info\u0027]);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" errorHandlingServiceSpy \u003d jasmine.createSpyObj\u003cErrorHandlingService\u003e(\u0027ErrorHandlingService\u0027, [\u0027handleError\u0027]);"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" TestBed.configureTestingModule({"},{"lineNumber":21,"author":{"gitId":"-"},"content":" providers: ["},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" { provide: AuthService, useValue: authServiceSpy },"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" { provide: LoggingService, useValue: loggingServiceSpy },"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" { provide: ErrorHandlingService, useValue: errorHandlingServiceSpy }"},{"lineNumber":25,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"-"},"content":" declarations: [LoginComponent]"},{"lineNumber":27,"author":{"gitId":"-"},"content":" }).compileComponents();"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" fixture \u003d TestBed.createComponent(LoginComponent);"},{"lineNumber":30,"author":{"gitId":"-"},"content":" component \u003d fixture.componentInstance;"},{"lineNumber":31,"author":{"gitId":"-"},"content":" fixture.detectChanges();"},{"lineNumber":32,"author":{"gitId":"-"},"content":" })"},{"lineNumber":33,"author":{"gitId":"-"},"content":" );"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" it(\u0027should create\u0027, () \u003d\u003e {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" expect(component).toBeTruthy();"},{"lineNumber":37,"author":{"gitId":"-"},"content":" });"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" it(\u0027startPublicOnlyLoginProcess should call startLoginProcess with false\u0027, () \u003d\u003e {"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" spyOn(component, \u0027startLoginProcess\u0027);"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" component.startPublicOnlyLoginProcess();"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" expect(component.startLoginProcess).toHaveBeenCalledWith(false);"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" it(\u0027startIncludePrivateLoginProcess should call startLoginProcess with true\u0027, () \u003d\u003e {"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" spyOn(component, \u0027startLoginProcess\u0027);"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" component.startIncludePrivateLoginProcess();"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" expect(component.startLoginProcess).toHaveBeenCalledWith(true);"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should call authService.startOAuthProcess on startLoginProcess\u0027, () \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" const hasPrivateConsent \u003d false;"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" component.startLoginProcess(hasPrivateConsent);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" expect(authServiceSpy.startOAuthProcess).toHaveBeenCalledWith(hasPrivateConsent);"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(\u0027LoginComponent: Beginning login process\u0027);"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should call error handling methods when error is thrown\u0027, () \u003d\u003e {"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" const hasPrivateConsent \u003d false;"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" const errorMessage \u003d \u0027Error!\u0027;"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" const error: Error \u003d new Error(errorMessage);"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" authServiceSpy.startOAuthProcess.and.throwError(error);"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" component.startLoginProcess(hasPrivateConsent);"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" expect(authServiceSpy.changeAuthState).toHaveBeenCalledWith(AuthState.NotAuthenticated);"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" expect(errorHandlingServiceSpy.handleError).toHaveBeenCalledWith(error);"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info.calls.allArgs()).toEqual(["},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" [\u0027LoginComponent: Beginning login process\u0027],"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" [`LoginComponent: Login process failed with an error: ${error}`]"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" ]);"},{"lineNumber":79,"author":{"gitId":"-"},"content":" });"},{"lineNumber":80,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":49,"-":31}},{"path":"tests/app/core/models/session-model.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":3,"author":{"gitId":"-"},"content":" assertSessionDataIntegrity,"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":" NO_VALID_OPEN_VIEWS,"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" OPENED_VIEW_REPO_UNDEFINED,"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" SESSION_DATA_MISSING_FIELDS,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" SESSION_DATA_UNAVAILABLE"},{"lineNumber":8,"author":{"gitId":"-"},"content":"} from \u0027../../../../src/app/core/models/session.model\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../../../src/app/core/models/view.model\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { VALID_SESSION_DATA, WATCHER_REPO } from \u0027../../../constants/session.constants\u0027;"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"describe(\u0027Session Model\u0027, () \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" describe(\u0027assertSessionDataIntegrity()\u0027, () \u003d\u003e {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" it(\u0027should throw error on unavailable session\u0027, () \u003d\u003e {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" of(undefined)"},{"lineNumber":16,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":17,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":18,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":19,"author":{"gitId":"-"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_UNAVAILABLE))"},{"lineNumber":20,"author":{"gitId":"-"},"content":" });"},{"lineNumber":21,"author":{"gitId":"-"},"content":" });"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error on session data with invalid session\u0027, () \u003d\u003e {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: null })"},{"lineNumber":25,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":26,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":27,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_MISSING_FIELDS))"},{"lineNumber":29,"author":{"gitId":"-"},"content":" });"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [] })"},{"lineNumber":31,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":32,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":33,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_MISSING_FIELDS))"},{"lineNumber":35,"author":{"gitId":"-"},"content":" });"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: \u0027repo\u0027 })"},{"lineNumber":37,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":38,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":39,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(SESSION_DATA_MISSING_FIELDS))"},{"lineNumber":41,"author":{"gitId":"-"},"content":" });"},{"lineNumber":42,"author":{"gitId":"-"},"content":" });"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error on session with invalid views\u0027, () \u003d\u003e {"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: \u0027invalidView\u0027 as View, repos: [WATCHER_REPO] }] })"},{"lineNumber":46,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":47,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":48,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(NO_VALID_OPEN_VIEWS))"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":" });"},{"lineNumber":52,"author":{"gitId":"-"},"content":""},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error on session data with invalid repo\u0027, () \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: undefined }] })"},{"lineNumber":55,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":56,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":57,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":59,"author":{"gitId":"-"},"content":" });"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: null }] })"},{"lineNumber":61,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":62,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":63,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":65,"author":{"gitId":"-"},"content":" });"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: \u0027\u0027 }] })"},{"lineNumber":67,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":68,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":69,"author":{"gitId":"-"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":71,"author":{"gitId":"-"},"content":" });"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" of({ sessionRepo: [{ view: View.issuesViewer, repo: [] }] })"},{"lineNumber":73,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":74,"author":{"gitId":"-"},"content":" .subscribe({"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" next: () \u003d\u003e fail(),"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e expect(err).toEqual(new Error(OPENED_VIEW_REPO_UNDEFINED))"},{"lineNumber":77,"author":{"gitId":"-"},"content":" });"},{"lineNumber":78,"author":{"gitId":"-"},"content":" });"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should pass for valid session data\u0027, () \u003d\u003e {"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" of(VALID_SESSION_DATA)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" .pipe(assertSessionDataIntegrity())"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" .subscribe((el) \u003d\u003e expect(el).toEqual(VALID_SESSION_DATA));"},{"lineNumber":84,"author":{"gitId":"-"},"content":" });"},{"lineNumber":85,"author":{"gitId":"-"},"content":" });"},{"lineNumber":86,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":28,"-":58}},{"path":"tests/app/shared/filter-bar/label-filter-bar/label-filter-bar.component.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { NO_ERRORS_SCHEMA } from \u0027@angular/core\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { ComponentFixture, fakeAsync, TestBed, tick } from \u0027@angular/core/testing\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { MatSelectionList } from \u0027@angular/material/list\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { MatMenuModule } from \u0027@angular/material/menu\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { BehaviorSubject, of } from \u0027rxjs\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { SimpleLabel } from \u0027../../../../../src/app/core/models/label.model\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { FiltersService } from \u0027../../../../../src/app/core/services/filters.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { LabelService } from \u0027../../../../../src/app/core/services/label.service\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { LoggingService } from \u0027../../../../../src/app/core/services/logging.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { LabelFilterBarComponent } from \u0027../../../../../src/app/shared/filter-bar/label-filter-bar/label-filter-bar.component\u0027;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"import { LABEL_NAME_SEVERITY_HIGH, LABEL_NAME_SEVERITY_LOW, SEVERITY_SIMPLE_LABELS } from \u0027../../../../constants/label.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"describe(\u0027LabelFilterBarComponent\u0027, () \u003d\u003e {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" let component: LabelFilterBarComponent;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" let fixture: ComponentFixture\u003cLabelFilterBarComponent\u003e;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" let labelServiceSpy: jasmine.SpyObj\u003cLabelService\u003e;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" let filtersServiceSpy: jasmine.SpyObj\u003cFiltersService\u003e;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" let labelsSubject: BehaviorSubject\u003cSimpleLabel[]\u003e;"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" beforeEach(async () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" labelServiceSpy \u003d jasmine.createSpyObj(\u0027LabelService\u0027, [\u0027connect\u0027, \u0027startPollLabels\u0027, \u0027fetchLabels\u0027]);"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027info\u0027, \u0027debug\u0027]);"},{"lineNumber":24,"author":{"gitId":"Arif-Khalid"},"content":" filtersServiceSpy \u003d jasmine.createSpyObj(\u0027FiltersService\u0027, [\u0027updateFilters\u0027, \u0027sanitizeLabels\u0027]);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" TestBed.configureTestingModule({"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" providers: ["},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" { provide: LabelService, useValue: labelServiceSpy },"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" { provide: LoggingService, useValue: loggingServiceSpy },"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" { provide: FiltersService, useValue: filtersServiceSpy }"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" ],"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" imports: [MatMenuModule],"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" declarations: [LabelFilterBarComponent],"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" schemas: [NO_ERRORS_SCHEMA]"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" }).compileComponents();"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" fixture \u003d TestBed.createComponent(LabelFilterBarComponent);"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" component \u003d fixture.componentInstance;"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" fixture.detectChanges();"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should create\u0027, () \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" expect(component).toBeTruthy();"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027ngAfterViewInit\u0027, () \u003d\u003e {"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" // Setup labels observable"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" labelsSubject \u003d new BehaviorSubject\u003cSimpleLabel[]\u003e([]);"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" labelServiceSpy.fetchLabels.and.returnValue(of([]));"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" labelServiceSpy.connect.and.returnValue(labelsSubject.asObservable());"},{"lineNumber":52,"author":{"gitId":"Arif-Khalid"},"content":" filtersServiceSpy.sanitizeLabels.and.callThrough();"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":55,"author":{"gitId":"Arif-Khalid"},"content":" // it(\u0027should update allLabels with latest emmitted value after ngAfterViewInit\u0027, fakeAsync(() \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"Arif-Khalid"},"content":" // component.ngAfterViewInit();"},{"lineNumber":57,"author":{"gitId":"Arif-Khalid"},"content":" // tick();"},{"lineNumber":58,"author":{"gitId":"Arif-Khalid"},"content":" // labelsSubject.next(SEVERITY_SIMPLE_LABELS);"},{"lineNumber":59,"author":{"gitId":"Arif-Khalid"},"content":" // expect(component.allLabels).toEqual(SEVERITY_SIMPLE_LABELS);"},{"lineNumber":60,"author":{"gitId":"Arif-Khalid"},"content":" // }));"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027hide(label)\u0027, () \u003d\u003e {"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should add label to hidden labels set and update filter\u0027, () \u003d\u003e {"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" const label \u003d LABEL_NAME_SEVERITY_HIGH;"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).not.toContain(label);"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" component.hide(label);"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).toContain(label);"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" expect(filtersServiceSpy.updateFilters).toHaveBeenCalledWith({ hiddenLabels: component.hiddenLabelNames });"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027show(label)\u0027, () \u003d\u003e {"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should remove label from hidden labels set and update filter\u0027, () \u003d\u003e {"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" const label \u003d LABEL_NAME_SEVERITY_HIGH;"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" component.hide(label);"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).toContain(label);"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" component.show(label);"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" expect(component.hiddenLabelNames).not.toContain(label);"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" expect(filtersServiceSpy.updateFilters).toHaveBeenCalledWith({ hiddenLabels: component.hiddenLabelNames });"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027hasLabels\u0027, () \u003d\u003e {"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" component.allLabels \u003d SEVERITY_SIMPLE_LABELS;"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return true if any label match the filter\u0027, () \u003d\u003e {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" const filter \u003d \u0027low\u0027;"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" const result \u003d component.hasLabels(filter);"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" expect(result).toBeTrue();"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return false if no label match the filter\u0027, () \u003d\u003e {"},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" const filter \u003d \u0027priority\u0027;"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" const result \u003d component.hasLabels(filter);"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" expect(result).toBeFalse();"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return false if no label exists\u0027, () \u003d\u003e {"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" const filter \u003d \u0027low\u0027;"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" component.allLabels \u003d [];"},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" const result \u003d component.hasLabels(filter);"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" expect(result).toBeFalse();"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027updateSelection\u0027, () \u003d\u003e {"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should update filters service with selected labels\u0027, () \u003d\u003e {"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" const selectedLabels \u003d [LABEL_NAME_SEVERITY_HIGH, LABEL_NAME_SEVERITY_LOW];"},{"lineNumber":122,"author":{"gitId":"nknguyenhc"},"content":" component.selectedLabelNames \u003d new Set\u003cstring\u003e(selectedLabels);"},{"lineNumber":123,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":124,"author":{"gitId":"nknguyenhc"},"content":" component.updateSelection();"},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":126,"author":{"gitId":"nknguyenhc"},"content":" expect(filtersServiceSpy.updateFilters).toHaveBeenCalledWith({ labels: selectedLabels, deselectedLabels: new Set\u003cstring\u003e() });"},{"lineNumber":127,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":128,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":129,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":130,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027removeAllSelection\u0027, () \u003d\u003e {"},{"lineNumber":131,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should deselect all labels and update the filter\u0027, () \u003d\u003e {"},{"lineNumber":132,"author":{"gitId":"NereusWB922"},"content":" component.removeAllSelection();"},{"lineNumber":133,"author":{"gitId":"nknguyenhc"},"content":" expect(component.selectedLabelNames).toEqual(new Set\u003cstring\u003e());"},{"lineNumber":134,"author":{"gitId":"nknguyenhc"},"content":" expect(component.deselectedLabelNames).toEqual(new Set\u003cstring\u003e());"},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":"});"}],"authorContributionMap":{"nknguyenhc":5,"NereusWB922":124,"Arif-Khalid":8}},{"path":"tests/app/shared/issue-tables/issue-paginator.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { MatPaginator } from \u0027@angular/material/paginator\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../../../src/app/core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { paginateData } from \u0027../../../../src/app/shared/issue-tables/issue-paginator\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":6,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY"},{"lineNumber":9,"author":{"gitId":"-"},"content":"} from \u0027../../../constants/githubissue.constants\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"describe(\u0027issue-paginator\u0027, () \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" describe(\u0027paginateData()\u0027, () \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" let dataSet_7: Issue[];"},{"lineNumber":14,"author":{"gitId":"-"},"content":" let paginator: MatPaginator;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithResponse: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithAssigneee: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" const lowSeverityFeatureFlawIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const highSeverityDocumentationBugIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY);"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" dataSet_7 \u003d ["},{"lineNumber":22,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithResponse,"},{"lineNumber":23,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithAssigneee,"},{"lineNumber":24,"author":{"gitId":"-"},"content":" lowSeverityFeatureFlawIssue,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithResponse,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithAssigneee,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" lowSeverityFeatureFlawIssue,"},{"lineNumber":28,"author":{"gitId":"-"},"content":" highSeverityDocumentationBugIssue"},{"lineNumber":29,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":30,"author":{"gitId":"-"},"content":" paginator \u003d { pageSize: 3 } as MatPaginator;"},{"lineNumber":31,"author":{"gitId":"-"},"content":" });"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" it(\u0027should set the length of paginator to the length of data\u0027, () \u003d\u003e {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" paginateData(paginator, dataSet_7);"},{"lineNumber":35,"author":{"gitId":"-"},"content":" expect(paginator.length).toEqual(7);"},{"lineNumber":36,"author":{"gitId":"-"},"content":" });"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" it(\u0027should return list of issues according to page index\u0027, () \u003d\u003e {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" paginator.pageIndex \u003d 0;"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" // Returns issues index 0 to 2"},{"lineNumber":42,"author":{"gitId":"-"},"content":" const returnedList \u003d paginateData(paginator, dataSet_7);"},{"lineNumber":43,"author":{"gitId":"-"},"content":" expect(returnedList).toEqual([mediumSeverityIssueWithResponse, mediumSeverityIssueWithAssigneee, lowSeverityFeatureFlawIssue]);"},{"lineNumber":44,"author":{"gitId":"-"},"content":" });"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" it(\u0027should return list of issues in the previous page if there are no issues on the current page\u0027, () \u003d\u003e {"},{"lineNumber":47,"author":{"gitId":"-"},"content":" paginator.pageIndex \u003d 3;"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":" // Returns issues index 6 on page 2"},{"lineNumber":50,"author":{"gitId":"-"},"content":" const returnedList \u003d paginateData(paginator, dataSet_7);"},{"lineNumber":51,"author":{"gitId":"-"},"content":" expect(returnedList).toEqual([highSeverityDocumentationBugIssue]);"},{"lineNumber":52,"author":{"gitId":"-"},"content":" });"},{"lineNumber":53,"author":{"gitId":"-"},"content":" });"},{"lineNumber":54,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":4,"-":50}},{"path":"tests/app/shared/issue-tables/issue-sorter.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { MatSort } from \u0027@angular/material/sort\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../../../src/app/core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { applySort } from \u0027../../../../src/app/shared/issue-tables/issue-sorter\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" ISSUE_UPDATED_EARLIER,"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" ISSUE_UPDATED_LATER,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"} from \u0027../../../constants/githubissue.constants\u0027;"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"describe(\u0027issuer-sorter\u0027, () \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027applySort()\u0027, () \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" const dummyIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" const otherDummyIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" const issuesList: Issue[] \u003d [dummyIssue, otherDummyIssue];"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" const issueUpdatedEarlier: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_UPDATED_EARLIER);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const issueUpdatedLater: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_UPDATED_LATER);"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const issuesWithDifferentUpdatedDate: Issue[] \u003d [issueUpdatedEarlier, issueUpdatedLater];"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":" const matSort: MatSort \u003d new MatSort();"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should return the same data if sort.active is not set\u0027, () \u003d\u003e {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" const sortedData \u003d applySort(matSort, issuesList);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" expect(sortedData).toEqual(issuesList);"},{"lineNumber":26,"author":{"gitId":"-"},"content":" });"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":" it(\u0027sorts issues based on their string fields correctly\u0027, () \u003d\u003e {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" matSort.active \u003d \u0027title\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027asc\u0027;"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuesByTitleAsc \u003d applySort(matSort, issuesList);"},{"lineNumber":32,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuesByTitleAsc, dummyIssue, otherDummyIssue);"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027desc\u0027;"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuesByTitleDesc \u003d applySort(matSort, issuesList);"},{"lineNumber":36,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuesByTitleDesc, otherDummyIssue, dummyIssue);"},{"lineNumber":37,"author":{"gitId":"-"},"content":" });"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" it(\u0027sorts issues based on their id fields correctly\u0027, () \u003d\u003e {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" matSort.active \u003d \u0027id\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027asc\u0027;"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByIdAsc \u003d applySort(matSort, issuesList);"},{"lineNumber":43,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuedByIdAsc, otherDummyIssue, dummyIssue);"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027desc\u0027;"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByIdDesc \u003d applySort(matSort, issuesList);"},{"lineNumber":47,"author":{"gitId":"-"},"content":" assertOrder(sortedIssuedByIdDesc, dummyIssue, otherDummyIssue);"},{"lineNumber":48,"author":{"gitId":"-"},"content":" });"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" it(\u0027sorts issues based on their updated date fields correctly\u0027, () \u003d\u003e {"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" matSort.active \u003d \u0027date\u0027;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027asc\u0027;"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByDateAsc \u003d applySort(matSort, issuesWithDifferentUpdatedDate);"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" assertOrder(sortedIssuedByDateAsc, issueUpdatedEarlier, issueUpdatedLater);"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" matSort.direction \u003d \u0027desc\u0027;"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" const sortedIssuedByDateDesc \u003d applySort(matSort, issuesWithDifferentUpdatedDate);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" assertOrder(sortedIssuedByDateDesc, issueUpdatedLater, issueUpdatedEarlier);"},{"lineNumber":60,"author":{"gitId":"-"},"content":" });"},{"lineNumber":61,"author":{"gitId":"-"},"content":" });"},{"lineNumber":62,"author":{"gitId":"-"},"content":"});"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":65,"author":{"gitId":"-"},"content":" * This helper method helps to check if the sorted issues are in their"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * correct order based on the variable arguments provided."},{"lineNumber":67,"author":{"gitId":"-"},"content":" */"},{"lineNumber":68,"author":{"gitId":"-"},"content":"function assertOrder(sortedIssues: Issue[], ...expectedSortedIssues: Issue[]) {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c sortedIssues.length; i++) {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" expect(sortedIssues[i].id).toBe(expectedSortedIssues[i].id);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"NereusWB922":28,"-":44}},{"path":"tests/app/shared/issue-tables/search-filter.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../../../src/app/core/models/issue.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { IssueService } from \u0027../../../../src/app/core/services/issue.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { TABLE_COLUMNS } from \u0027../../../../src/app/shared/issue-tables/issue-tables-columns\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"import { applySearchFilter } from \u0027../../../../src/app/shared/issue-tables/search-filter\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import { USER_ANUBHAV } from \u0027../../../constants/data.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":9,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY"},{"lineNumber":11,"author":{"gitId":"-"},"content":"} from \u0027../../../constants/githubissue.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"import { GITHUB_LABEL_FEATURE_FLAW } from \u0027../../../constants/githublabel.constants\u0027;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"describe(\u0027search-filter\u0027, () \u003d\u003e {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" describe(\u0027applySearchFilter()\u0027, () \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" let searchKey: string;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithResponse: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const mediumSeverityIssueWithAssigneee: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const lowSeverityFeatureFlawIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY);"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" const highSeverityDocumentationBugIssue: Issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY);"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":" const issuesList: Issue[] \u003d ["},{"lineNumber":23,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithResponse,"},{"lineNumber":24,"author":{"gitId":"-"},"content":" mediumSeverityIssueWithAssigneee,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" lowSeverityFeatureFlawIssue,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" highSeverityDocumentationBugIssue"},{"lineNumber":27,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" const displayedColumns: string[] \u003d [TABLE_COLUMNS.ID, TABLE_COLUMNS.TITLE, TABLE_COLUMNS.ASSIGNEE, TABLE_COLUMNS.LABEL];"},{"lineNumber":29,"author":{"gitId":"-"},"content":" const issueService: IssueService \u003d new IssueService(null, null, null);"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" it(\u0027can filter for issues which are assigned to a specific user\u0027, () \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" searchKey \u003d USER_ANUBHAV.loginId;"},{"lineNumber":33,"author":{"gitId":"-"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([mediumSeverityIssueWithAssigneee]);"},{"lineNumber":34,"author":{"gitId":"-"},"content":" });"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" it(\u0027can filter for issues using label\u0027, () \u003d\u003e {"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" searchKey \u003d GITHUB_LABEL_FEATURE_FLAW.name;"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([lowSeverityFeatureFlawIssue]);"},{"lineNumber":39,"author":{"gitId":"-"},"content":" });"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":" it(\u0027can filter for issues that contain the search key in any other column\u0027, () \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" // Search by id of issue"},{"lineNumber":43,"author":{"gitId":"-"},"content":" searchKey \u003d mediumSeverityIssueWithResponse.id.toString();"},{"lineNumber":44,"author":{"gitId":"-"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([mediumSeverityIssueWithResponse]);"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" // Search by title of issue"},{"lineNumber":47,"author":{"gitId":"-"},"content":" searchKey \u003d mediumSeverityIssueWithAssigneee.title;"},{"lineNumber":48,"author":{"gitId":"-"},"content":" expect(applySearchFilter(searchKey, displayedColumns, issueService, issuesList)).toEqual([mediumSeverityIssueWithAssigneee]);"},{"lineNumber":49,"author":{"gitId":"-"},"content":" });"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":9,"-":42}},{"path":"tests/constants/data.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { UserRole } from \u0027../../src/app/core/models/user.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"export const csvString \u003d"},{"lineNumber":4,"author":{"gitId":"-"},"content":" `"},{"lineNumber":5,"author":{"gitId":"-"},"content":"role,name,team"},{"lineNumber":6,"author":{"gitId":"-"},"content":"student,JunWei96,CS2103T-W12-3"},{"lineNumber":7,"author":{"gitId":"-"},"content":"admin,damithc,"},{"lineNumber":8,"author":{"gitId":"-"},"content":"tutor,anubh-v,CS2103T-W12-3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"admin,geshuming,"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"tutor,jj-lim,CS2103T-W12-3"},{"lineNumber":12,"author":{"gitId":"-"},"content":"tutor,jj-lim,CS2103T-W12-3"},{"lineNumber":13,"author":{"gitId":"-"},"content":"tutor,jj-lim,CS2103T-W12-4"},{"lineNumber":14,"author":{"gitId":"-"},"content":"tutor,q ,CS2103T-W12-4"},{"lineNumber":15,"author":{"gitId":"-"},"content":"student,003-samuel,CS2103T-W12-3"},{"lineNumber":16,"author":{"gitId":"-"},"content":"student,damithc,CS2103T-W12-3"},{"lineNumber":17,"author":{"gitId":"-"},"content":"student,RonakLakhotia,CS2103T-W12-4"},{"lineNumber":18,"author":{"gitId":"-"},"content":"student,ptvrajsk,CS2103T-W12-3` + ` `;"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"// jsonData is a json representation of csvString"},{"lineNumber":21,"author":{"gitId":"-"},"content":"export const jsonData \u003d {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" roles: {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" students: {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" junwei96: \u0027true\u0027,"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u0027003-samuel\u0027: \u0027true\u0027,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" damithc: \u0027true\u0027,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" ronaklakhotia: \u0027true\u0027,"},{"lineNumber":28,"author":{"gitId":"-"},"content":" ptvrajsk: \u0027true\u0027"},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" tutors: { \u0027anubh-v\u0027: \u0027true\u0027, \u0027jj-lim\u0027: \u0027true\u0027, q: \u0027true\u0027 },"},{"lineNumber":31,"author":{"gitId":"-"},"content":" admins: { damithc: \u0027true\u0027, geshuming: \u0027true\u0027 }"},{"lineNumber":32,"author":{"gitId":"-"},"content":" },"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u0027team-structure\u0027: {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u0027CS2103T-W12-3\u0027: {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" junwei96: \u0027JunWei96\u0027,"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u0027003-samuel\u0027: \u0027003-samuel\u0027,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" damithc: \u0027damithc\u0027,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" ptvrajsk: \u0027ptvrajsk\u0027"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u0027CS2103T-W12-4\u0027: { ronaklakhotia: \u0027RonakLakhotia\u0027 }"},{"lineNumber":41,"author":{"gitId":"-"},"content":" },"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u0027students-allocation\u0027: {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" junwei96: { teamId: \u0027CS2103T-W12-3\u0027 },"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u0027003-samuel\u0027: { teamId: \u0027CS2103T-W12-3\u0027 },"},{"lineNumber":45,"author":{"gitId":"-"},"content":" damithc: { teamId: \u0027CS2103T-W12-3\u0027 },"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ronaklakhotia: { teamId: \u0027CS2103T-W12-4\u0027 },"},{"lineNumber":47,"author":{"gitId":"-"},"content":" ptvrajsk: { teamId: \u0027CS2103T-W12-3\u0027 }"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u0027tutors-allocation\u0027: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u0027anubh-v\u0027: { \u0027CS2103T-W12-3\u0027: \u0027true\u0027 },"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u0027jj-lim\u0027: { \u0027CS2103T-W12-3\u0027: \u0027true\u0027, \u0027CS2103T-W12-4\u0027: \u0027true\u0027 },"},{"lineNumber":52,"author":{"gitId":"-"},"content":" q: { \u0027CS2103T-W12-4\u0027: \u0027true\u0027 }"},{"lineNumber":53,"author":{"gitId":"-"},"content":" },"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u0027admins-allocation\u0027: { damithc: {}, geshuming: {} }"},{"lineNumber":55,"author":{"gitId":"-"},"content":"};"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"export const USER_JUNWEI \u003d {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" loginId: \u0027JunWei96\u0027,"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Student"},{"lineNumber":60,"author":{"gitId":"-"},"content":"};"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"export const USER_ANUBHAV \u003d {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" loginId: \u0027anubh-v\u0027,"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Student"},{"lineNumber":65,"author":{"gitId":"-"},"content":"};"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":"export const USER_Q \u003d {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" loginId: \u0027q\u0027,"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Tutor"},{"lineNumber":70,"author":{"gitId":"-"},"content":"};"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":"export const USER_SHUMING \u003d {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" loginId: \u0027geshuming\u0027,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" role: UserRole.Admin,"},{"lineNumber":75,"author":{"gitId":"-"},"content":" allocatedTeams: []"},{"lineNumber":76,"author":{"gitId":"-"},"content":"};"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"export const USER_WITH_TWO_ROLES \u003d {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" loginId: \u0027damithc\u0027,"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" role: UserRole.Admin"},{"lineNumber":81,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":4,"-":77}},{"path":"tests/constants/error.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"import { HttpErrorResponse } from \u0027@angular/common/http\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":"import { RequestError } from \u0027@octokit/request-error\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":4,"author":{"gitId":"MadLamprey"},"content":"export const STANDARD_ERROR \u003d new Error(\u0027This is a normal error\u0027);"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":"export const ERROR_WITH_NO_MESSAGE \u003d new Error();"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_304_ERROR \u003d new HttpErrorResponse({ status: 304 });"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_422_ERROR \u003d new HttpErrorResponse({ status: 422 });"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":12,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_500_ERROR \u003d new HttpErrorResponse({ status: 500 });"},{"lineNumber":13,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_400_ERROR \u003d new HttpErrorResponse({ status: 400 });"},{"lineNumber":15,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_401_ERROR \u003d new HttpErrorResponse({ status: 401 });"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_404_ERROR \u003d new HttpErrorResponse({ status: 404 });"},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":"export const HTTP_UNKNOWN_ERROR \u003d new HttpErrorResponse({ status: 999 });"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":"export const OCTOKIT_REQUEST_ERROR \u003d new RequestError(\u0027This is an octokit request error\u0027, 400, {"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" request: { method: \u0027GET\u0027, url: \u0027\u0027, headers: {} }"},{"lineNumber":24,"author":{"gitId":"MadLamprey"},"content":"});"}],"authorContributionMap":{"MadLamprey":24}},{"path":"tests/constants/githubissue.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { IssueState, IssueStateReason } from \u0027../../graphql/graphql-types\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { GithubIssue } from \u0027../../src/app/core/models/github/github-issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { GithubLabel } from \u0027../../src/app/core/models/github/github-label.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { USER_ANUBHAV } from \u0027./data.constants\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { EMPTY_TEAM_RESPONSE } from \u0027./githubcomment.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" GITHUB_LABEL_DOCUMENTATION_BUG,"},{"lineNumber":8,"author":{"gitId":"-"},"content":" GITHUB_LABEL_FEATURE_FLAW,"},{"lineNumber":9,"author":{"gitId":"-"},"content":" GITHUB_LABEL_FUNCTIONALITY_BUG,"},{"lineNumber":10,"author":{"gitId":"-"},"content":" GITHUB_LABEL_HIGH_SEVERITY,"},{"lineNumber":11,"author":{"gitId":"-"},"content":" GITHUB_LABEL_LOW_SEVERITY,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" GITHUB_LABEL_MEDIUM_SEVERITY,"},{"lineNumber":13,"author":{"gitId":"-"},"content":" GITHUB_LABEL_TEAM_LABEL,"},{"lineNumber":14,"author":{"gitId":"-"},"content":" GITHUB_LABEL_TUTORIAL_LABEL"},{"lineNumber":15,"author":{"gitId":"-"},"content":"} from \u0027./githublabel.constants\u0027;"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"const randomId: () \u003d\u003e string \u003d () \u003d\u003e {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" return Math.floor(Math.random() * 1000000000).toString();"},{"lineNumber":19,"author":{"gitId":"-"},"content":"};"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"const randomIssueNumber: () \u003d\u003e number \u003d () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" return Math.round(Math.random() * 1000);"},{"lineNumber":23,"author":{"gitId":"-"},"content":"};"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"const randomISODate: (startDate?: Date, endDate?: Date) \u003d\u003e string \u003d ("},{"lineNumber":26,"author":{"gitId":"-"},"content":" startDate: Date \u003d new Date(2020, 1, 1),"},{"lineNumber":27,"author":{"gitId":"-"},"content":" endDate: Date \u003d new Date()"},{"lineNumber":28,"author":{"gitId":"-"},"content":") \u003d\u003e {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" return new Date(startDate.getTime() + Math.random() * (startDate.getTime() - endDate.getTime())).toISOString();"},{"lineNumber":30,"author":{"gitId":"-"},"content":"};"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"const USER_ANUBHAV_DETAILS \u003d {"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" login: USER_ANUBHAV.loginId"},{"lineNumber":34,"author":{"gitId":"-"},"content":"};"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":"export const MILESTONE_ONE \u003d {"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" number: \u00271\u0027,"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" title: \u0027Milestone 1\u0027,"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" state: \u0027Open\u0027"},{"lineNumber":40,"author":{"gitId":"-"},"content":"};"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_EMPTY_DESCRIPTION \u003d new GithubIssue({"},{"lineNumber":43,"author":{"gitId":"-"},"content":" id: \u0027574085971\u0027,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" number: 92,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":46,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" created_at: \u00272020-03-02T16:19:02Z\u0027,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":49,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" updated_at: \u00272020-03-13T13:37:32Z\u0027,"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/92\u0027,"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":"});"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":"export const CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION \u003d new GithubIssue({"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" id: \u0027574085971\u0027,"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" number: 92,"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" assignees: [],"},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" body: \u0027\u0027,"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272020-03-02T16:19:02Z\u0027,"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" state: IssueState.Closed,"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" stateReason: IssueStateReason.Completed,"},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272020-03-13T13:37:32Z\u0027,"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u00272020-03-22T15:37:32Z\u0027,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/92\u0027,"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":80,"author":{"gitId":"-"},"content":"});"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":"export const ISSUE_UPDATED_EARLIER \u003d new GithubIssue({"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":" id: \u0027000000001\u0027,"},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" number: 1,"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" assignees: [],"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":" body: \u0027\u0027,"},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272020-09-02T16:19:02Z\u0027,"},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" state: IssueState.Open,"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272020-09-03T13:37:32Z\u0027,"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/93\u0027,"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":99,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":100,"author":{"gitId":"NereusWB922"},"content":"});"},{"lineNumber":101,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":"export const ISSUE_UPDATED_LATER \u003d new GithubIssue({"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" id: \u0027000000002\u0027,"},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" number: 2,"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" assignees: [],"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":" body: \u0027\u0027,"},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272020-10-02T16:19:02Z\u0027,"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" state: IssueState.Open,"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":" title: \u0027App starts to lag when given large amount of input\u0027,"},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272020-10-22T13:37:32Z\u0027,"},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/94\u0027,"},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":120,"author":{"gitId":"-"},"content":"});"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_EMPTY_DESCRIPTION_LOW_SEVERITY \u003d new GithubIssue({"},{"lineNumber":123,"author":{"gitId":"-"},"content":" id: \u0027384830567\u0027,"},{"lineNumber":124,"author":{"gitId":"-"},"content":" number: 130,"},{"lineNumber":125,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":126,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" created_at: \u00272020-03-02T16:19:02Z\u0027,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FEATURE_FLAW, GITHUB_LABEL_LOW_SEVERITY],"},{"lineNumber":129,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":130,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":131,"author":{"gitId":"-"},"content":" title: \u0027App is sometimes slow\u0027,"},{"lineNumber":132,"author":{"gitId":"-"},"content":" updated_at: \u00272020-03-13T13:37:32Z\u0027,"},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":134,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/130\u0027,"},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":139,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":140,"author":{"gitId":"-"},"content":"});"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_EMPTY_DESCRIPTION_HIGH_SEVERITY \u003d new GithubIssue({"},{"lineNumber":143,"author":{"gitId":"-"},"content":" id: \u0027573957398\u0027,"},{"lineNumber":144,"author":{"gitId":"-"},"content":" number: 32,"},{"lineNumber":145,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":146,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":147,"author":{"gitId":"-"},"content":" created_at: \u00272010-03-12T19:12:02Z\u0027,"},{"lineNumber":148,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_DOCUMENTATION_BUG, GITHUB_LABEL_HIGH_SEVERITY],"},{"lineNumber":149,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":150,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":151,"author":{"gitId":"-"},"content":" title: \u0027Too many typos\u0027,"},{"lineNumber":152,"author":{"gitId":"-"},"content":" updated_at: \u00272012-03-12T19:12:02Z\u0027,"},{"lineNumber":153,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":154,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/130\u0027,"},{"lineNumber":155,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":156,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":157,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":159,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":160,"author":{"gitId":"-"},"content":"});"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"NereusWB922"},"content":"export const ISSUE_WITHOUT_MILESTONE \u003d new GithubIssue({"},{"lineNumber":163,"author":{"gitId":"NereusWB922"},"content":" id: \u0027573957398\u0027,"},{"lineNumber":164,"author":{"gitId":"NereusWB922"},"content":" number: 32,"},{"lineNumber":165,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":166,"author":{"gitId":"-"},"content":" body: \u0027\u0027,"},{"lineNumber":167,"author":{"gitId":"NereusWB922"},"content":" created_at: \u00272010-03-12T19:12:02Z\u0027,"},{"lineNumber":168,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_DOCUMENTATION_BUG, GITHUB_LABEL_HIGH_SEVERITY],"},{"lineNumber":169,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":170,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":171,"author":{"gitId":"NereusWB922"},"content":" title: \u0027Too many typos\u0027,"},{"lineNumber":172,"author":{"gitId":"NereusWB922"},"content":" updated_at: \u00272012-03-12T19:12:02Z\u0027,"},{"lineNumber":173,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":174,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/130\u0027,"},{"lineNumber":175,"author":{"gitId":"NereusWB922"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":176,"author":{"gitId":"NereusWB922"},"content":" comments: [],"},{"lineNumber":177,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":178,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":179,"author":{"gitId":"-"},"content":"});"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"export const ISSUE_WITH_ASSIGNEES \u003d new GithubIssue({"},{"lineNumber":182,"author":{"gitId":"-"},"content":" id: \u0027551732011\u0027,"},{"lineNumber":183,"author":{"gitId":"-"},"content":" number: 91,"},{"lineNumber":184,"author":{"gitId":"NereusWB922"},"content":" assignees: [USER_ANUBHAV_DETAILS],"},{"lineNumber":185,"author":{"gitId":"-"},"content":" body: \u0027Screen freezes every few minutes\u0027,"},{"lineNumber":186,"author":{"gitId":"-"},"content":" created_at: \u00272020-01-18T07:01:45Z\u0027,"},{"lineNumber":187,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_MEDIUM_SEVERITY],"},{"lineNumber":188,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":189,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":190,"author":{"gitId":"-"},"content":" title: \u0027Screen freezes\u0027,"},{"lineNumber":191,"author":{"gitId":"-"},"content":" updated_at: \u00272020-03-02T12:50:02Z\u0027,"},{"lineNumber":192,"author":{"gitId":"NereusWB922"},"content":" closed_at: \u0027\u0027,"},{"lineNumber":193,"author":{"gitId":"-"},"content":" url: \u0027https://api.github.com/repos/CATcher-org/pe-results/issues/91\u0027,"},{"lineNumber":194,"author":{"gitId":"-"},"content":" user: USER_ANUBHAV_DETAILS,"},{"lineNumber":195,"author":{"gitId":"NereusWB922"},"content":" milestone: MILESTONE_ONE,"},{"lineNumber":196,"author":{"gitId":"NereusWB922"},"content":" comments: [EMPTY_TEAM_RESPONSE],"},{"lineNumber":197,"author":{"gitId":"NereusWB922"},"content":" issueOrPr: \u0027Issue\u0027,"},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":" isDraft: false"},{"lineNumber":199,"author":{"gitId":"-"},"content":"});"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"export const generateIssueWithRandomData: () \u003d\u003e GithubIssue \u003d () \u003d\u003e {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" const created_and_updated_date: string \u003d randomISODate();"},{"lineNumber":203,"author":{"gitId":"-"},"content":" const issueNumber: number \u003d randomIssueNumber();"},{"lineNumber":204,"author":{"gitId":"-"},"content":" const severityLabels: GithubLabel[] \u003d [GITHUB_LABEL_LOW_SEVERITY, GITHUB_LABEL_MEDIUM_SEVERITY, GITHUB_LABEL_HIGH_SEVERITY];"},{"lineNumber":205,"author":{"gitId":"-"},"content":" const typeLabels: GithubLabel[] \u003d [GITHUB_LABEL_FUNCTIONALITY_BUG, GITHUB_LABEL_FEATURE_FLAW, GITHUB_LABEL_DOCUMENTATION_BUG];"},{"lineNumber":206,"author":{"gitId":"-"},"content":" return new GithubIssue({"},{"lineNumber":207,"author":{"gitId":"-"},"content":" id: randomId(),"},{"lineNumber":208,"author":{"gitId":"-"},"content":" number: issueNumber,"},{"lineNumber":209,"author":{"gitId":"-"},"content":" assignees: [],"},{"lineNumber":210,"author":{"gitId":"-"},"content":" comments: [],"},{"lineNumber":211,"author":{"gitId":"-"},"content":" body: `Issue No.: ${issueNumber}\\nSample Content.`,"},{"lineNumber":212,"author":{"gitId":"-"},"content":" created_at: created_and_updated_date,"},{"lineNumber":213,"author":{"gitId":"-"},"content":" labels: [GITHUB_LABEL_TEAM_LABEL, GITHUB_LABEL_TUTORIAL_LABEL, typeLabels[issueNumber % 3], severityLabels[issueNumber % 3]],"},{"lineNumber":214,"author":{"gitId":"-"},"content":" state: IssueState.Open,"},{"lineNumber":215,"author":{"gitId":"-"},"content":" stateReason: IssueStateReason.Reopened,"},{"lineNumber":216,"author":{"gitId":"-"},"content":" title: `Random Issue: ${issueNumber}`,"},{"lineNumber":217,"author":{"gitId":"-"},"content":" updated_at: created_and_updated_date,"},{"lineNumber":218,"author":{"gitId":"-"},"content":" url: `https://api.github.com/repos/CATcher-org/pe-results/issues/${issueNumber}`,"},{"lineNumber":219,"author":{"gitId":"-"},"content":" user: USER_ANUBHAV_DETAILS"},{"lineNumber":220,"author":{"gitId":"-"},"content":" });"},{"lineNumber":221,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":99,"-":122}},{"path":"tests/constants/githublabel.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { GithubLabel } from \u0027../../src/app/core/models/github/github-label.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_FUNCTIONALITY_BUG \u003d {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" color: \u00279900cc\u0027,"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":" name: \u0027type.FunctionalityBug\u0027"},{"lineNumber":6,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_FEATURE_FLAW \u003d {"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" color: \u0027d966ff\u0027,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" name: \u0027type.FeatureFlaw\u0027"},{"lineNumber":11,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_DOCUMENTATION_BUG \u003d {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" color: \u0027d966ff\u0027,"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" name: \u0027type.DocumentationBug\u0027"},{"lineNumber":16,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_LOW_SEVERITY \u003d {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" color: \u0027ffcccc\u0027,"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" name: \u0027severity.Low\u0027"},{"lineNumber":21,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_HIGH_SEVERITY \u003d {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" color: \u0027ff6666\u0027,"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" name: \u0027severity.High\u0027"},{"lineNumber":26,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_MEDIUM_SEVERITY \u003d {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" color: \u0027ff9999\u0027,"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" name: \u0027severity.Medium\u0027"},{"lineNumber":31,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_TUTORIAL_LABEL \u003d {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" color: \u0027c2e0c6\u0027,"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" name: \u0027tutorial.CS2103T-W12\u0027"},{"lineNumber":36,"author":{"gitId":"-"},"content":"} as GithubLabel;"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"export const GITHUB_LABEL_TEAM_LABEL \u003d {"},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" color: \u0027d4c5f9\u0027,"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" name: \u0027team.3\u0027"},{"lineNumber":41,"author":{"gitId":"-"},"content":"} as GithubLabel;"}],"authorContributionMap":{"NereusWB922":13,"-":28}},{"path":"tests/constants/label.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { SimpleLabel } from \u0027../../src/app/core/models/label.model\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"// Label name constants"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_VERY_LOW \u003d \u0027veryLow\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_LOW \u003d \u0027low\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_MEDIUM \u003d \u0027medium\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_HIGH \u003d \u0027high\u0027;"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"// Label category constants"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"export const CATEGORY_SEVERITY \u003d \u0027severity\u0027;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"// Label name constants"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_VERY_LOW \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_VERY_LOW;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_LOW \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_LOW;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_MEDIUM \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_MEDIUM;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":"export const LABEL_NAME_SEVERITY_HIGH \u003d CATEGORY_SEVERITY + \u0027.\u0027 + SEVERITY_HIGH;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"// Label definition constants"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_VERY_LOW \u003d"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that is \u003cmark\u003epurely cosmetic\u003c/mark\u003e and \u003cmark\u003edoes not affect usage\u003c/mark\u003e. For example, \u0027 +"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cul\u003e\u0027 +"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003etypo issues\u003c/li\u003e\u0027 +"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003espacing issues\u003c/li\u003e\u0027 +"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003elayout issues\u003c/li\u003e\u0027 +"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003ecolor issues\u003c/li\u003e\u0027 +"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cli\u003efont issues\u003c/li\u003e\u0027 +"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003c/ul\u003e\u0027 +"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" \"in the docs or the UI that doesn\u0027t affect usage.\u003c/p\u003e\";"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_LOW \u003d"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that is unlikely to affect normal operations of the product. \u0027 +"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" \u0027Appears only in very rare situations and causes a minor inconvenience only.\u003c/p\u003e\u0027;"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_MEDIUM \u003d"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that causes occasional inconvenience to some users but they can \u0027 + \u0027continue to use the product.\u003c/p\u003e\u0027;"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":"export const DEFINITION_SEVERITY_HIGH \u003d"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" \u0027\u003cp\u003eA flaw that affects most users and causes major problems for users.\u0027 + \u0027i.e., makes the product almost unusable for most users.\u003c/p\u003e\u0027;"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"// Label color constants"},{"lineNumber":38,"author":{"gitId":"-"},"content":"export const COLOR_BLACK \u003d \u0027000000\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"export const COLOR_WHITE \u003d \u0027ffffff\u0027;"},{"lineNumber":40,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_VERY_LOW \u003d \u0027ffe0e0\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_LOW \u003d \u0027ffcccc\u0027;"},{"lineNumber":42,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_MEDIUM \u003d \u0027ff9999\u0027;"},{"lineNumber":43,"author":{"gitId":"-"},"content":"export const COLOR_SEVERITY_HIGH \u003d \u0027ff6666\u0027;"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"// CSS style constants"},{"lineNumber":46,"author":{"gitId":"-"},"content":"export const DARK_BG_LIGHT_TEXT \u003d {"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u0027background-color\u0027: `#${COLOR_BLACK}`,"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" color: `#${COLOR_WHITE}`"},{"lineNumber":49,"author":{"gitId":"-"},"content":"};"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"export const LIGHT_BG_DARK_TEXT \u003d {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u0027background-color\u0027: `#${COLOR_WHITE}`,"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" color: `#${COLOR_BLACK}`"},{"lineNumber":54,"author":{"gitId":"-"},"content":"};"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_LABELS \u003d ["},{"lineNumber":57,"author":{"gitId":"-"},"content":" {"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_VERY_LOW,"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" color: COLOR_SEVERITY_VERY_LOW,"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_VERY_LOW"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"-"},"content":" {"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_LOW,"},{"lineNumber":64,"author":{"gitId":"-"},"content":" color: COLOR_SEVERITY_LOW,"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_LOW"},{"lineNumber":66,"author":{"gitId":"-"},"content":" },"},{"lineNumber":67,"author":{"gitId":"-"},"content":" {"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_MEDIUM,"},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" color: COLOR_SEVERITY_MEDIUM,"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_MEDIUM"},{"lineNumber":71,"author":{"gitId":"-"},"content":" },"},{"lineNumber":72,"author":{"gitId":"-"},"content":" {"},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" name: LABEL_NAME_SEVERITY_HIGH,"},{"lineNumber":74,"author":{"gitId":"NereusWB922"},"content":" color: COLOR_SEVERITY_HIGH,"},{"lineNumber":75,"author":{"gitId":"NereusWB922"},"content":" definition: DEFINITION_SEVERITY_HIGH"},{"lineNumber":76,"author":{"gitId":"-"},"content":" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":"];"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":"export const SEVERITY_SIMPLE_LABELS: SimpleLabel[] \u003d SEVERITY_LABELS.map((label) \u003d\u003e ({"},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" name: label.name,"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" color: label.color"},{"lineNumber":82,"author":{"gitId":"NereusWB922"},"content":"}));"}],"authorContributionMap":{"NereusWB922":49,"-":33}},{"path":"tests/constants/session.constants.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { Repo } from \u0027../../src/app/core/models/repo.model\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { SessionData, SessionRepo } from \u0027../../src/app/core/models/session.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../src/app/core/models/view.model\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"export const WATCHER_REPO: Repo \u003d Repo.of(\u0027CATcher-org/WATcher\u0027);"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"export const CATCHER_REPO: Repo \u003d Repo.of(\u0027CATcher-org/CATcher\u0027);"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"const ISSUES_VIEWER_SESSION_REPO: SessionRepo \u003d {"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" view: View.issuesViewer,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" repos: [WATCHER_REPO]"},{"lineNumber":11,"author":{"gitId":"-"},"content":"};"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"const ACTIVITY_DASHBOARD_SESSION_REPO: SessionRepo \u003d {"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" view: View.activityDashboard,"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" repos: [WATCHER_REPO]"},{"lineNumber":16,"author":{"gitId":"-"},"content":"};"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"export const VALID_SESSION_DATA: SessionData \u003d {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" sessionRepo: [ISSUES_VIEWER_SESSION_REPO, ACTIVITY_DASHBOARD_SESSION_REPO]"},{"lineNumber":20,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"NereusWB922":13,"-":7}},{"path":"tests/model/issue.model.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import * as moment from \u0027moment\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Issue } from \u0027../../src/app/core/models/issue.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { Milestone } from \u0027../../src/app/core/models/milestone.model\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { USER_ANUBHAV } from \u0027../constants/data.constants\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":" CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITHOUT_MILESTONE,"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_ASSIGNEES,"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":" ISSUE_WITH_EMPTY_DESCRIPTION,"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":" MILESTONE_ONE"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"} from \u0027../constants/githubissue.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":"import {"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_FUNCTIONALITY_BUG,"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_MEDIUM_SEVERITY,"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TEAM_LABEL,"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TUTORIAL_LABEL"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"} from \u0027../constants/githublabel.constants\u0027;"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"describe(\u0027Issue model class\u0027, () \u003d\u003e {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" describe(\u0027.createPhaseBugReportIssue(githubIssue)\u0027, () \u003d\u003e {"},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should correctly create a issue that has an empty description\u0027, async () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" expect(issue.globalId).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.id);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" expect(issue.id).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.number);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" expect(issue.created_at).toEqual(moment(ISSUE_WITH_EMPTY_DESCRIPTION.created_at).format(\u0027lll\u0027));"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" expect(issue.title).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.title);"},{"lineNumber":28,"author":{"gitId":"NereusWB922"},"content":" expect(issue.description).toEqual(\u0027No details provided by bug reporter.\u0027);"},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" expect(issue.updated_at).toEqual(moment(ISSUE_WITH_EMPTY_DESCRIPTION.updated_at).format(\u0027lll\u0027));"},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" expect(issue.closed_at).toEqual(\u0027Invalid date\u0027);"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" expect(issue.milestone).toEqual(new Milestone(MILESTONE_ONE));"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" expect(issue.state).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.state);"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":" expect(issue.stateReason).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.stateReason);"},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" expect(issue.issueOrPr).toEqual(\u0027Issue\u0027);"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":" expect(issue.author).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.user.login);"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" expect(issue.isDraft).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.isDraft);"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" expect(issue.assignees).toEqual([]);"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":" expect(issue.labels).toEqual(["},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TEAM_LABEL.name,"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_TUTORIAL_LABEL.name,"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_FUNCTIONALITY_BUG.name,"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":" GITHUB_LABEL_MEDIUM_SEVERITY.name"},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" ]);"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" expect(issue.githubLabels).toEqual(ISSUE_WITH_EMPTY_DESCRIPTION.labels);"},{"lineNumber":45,"author":{"gitId":"-"},"content":" });"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set close date correctly for closed issue\u0027, () \u003d\u003e {"},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" expect(issue.closed_at).toEqual(moment(CLOSED_ISSUE_WITH_EMPTY_DESCRIPTION.closed_at).format(\u0027lll\u0027));"},{"lineNumber":51,"author":{"gitId":"-"},"content":" });"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set milestone to default milestone for issue without milestone\u0027, () \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITHOUT_MILESTONE);"},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":56,"author":{"gitId":"MadLamprey"},"content":" expect(issue.milestone).toEqual(Milestone.IssueWithoutMilestone);"},{"lineNumber":57,"author":{"gitId":"-"},"content":" });"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set assignees correctly for issue with assignees\u0027, () \u003d\u003e {"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":" const issue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" expect(issue.assignees).toEqual([USER_ANUBHAV.loginId]);"},{"lineNumber":63,"author":{"gitId":"-"},"content":" });"},{"lineNumber":64,"author":{"gitId":"-"},"content":" });"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027.updateDescription(description)\u0027, () \u003d\u003e {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" it(\u0027correctly clean strings obtained from users\u0027, () \u003d\u003e {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" const noDetailsFromBugReporter \u003d \u0027No details provided by bug reporter.\u0027;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(\u0027\u0027)).toBe(noDetailsFromBugReporter);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(null)).toBe(noDetailsFromBugReporter);"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":" const typicalDescription \u003d \u0027The app crashes after parsing config files.\u0027;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(typicalDescription)).toBe(typicalDescription + \u0027\\n\\n\u0027);"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":" const inputWithSpecialChars \u003d \u0027$%^!@\u0026-_test\u0027;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" expect(Issue.updateDescription(inputWithSpecialChars)).toBe(inputWithSpecialChars + \u0027\\n\\n\u0027);"},{"lineNumber":77,"author":{"gitId":"-"},"content":" });"},{"lineNumber":78,"author":{"gitId":"-"},"content":" });"},{"lineNumber":79,"author":{"gitId":"-"},"content":"});"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":"describe(\u0027Issue\u0027, () \u003d\u003e {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" const dummyIssue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_EMPTY_DESCRIPTION);"},{"lineNumber":83,"author":{"gitId":"-"},"content":" const otherDummyIssue \u003d Issue.createPhaseBugReportingIssue(ISSUE_WITH_ASSIGNEES);"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":" const noReportedDescriptionString \u003d \u0027No details provided by bug reporter.\\n\u0027;"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":" it(\u0027.createGithubIssueDescription() forms the correct GitHub Issue description for the issue\u0027, () \u003d\u003e {"},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":" expect(dummyIssue.createGithubIssueDescription()).toEqual(noReportedDescriptionString);"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":" expect(otherDummyIssue.createGithubIssueDescription()).toEqual(`${otherDummyIssue.description}\\n`);"},{"lineNumber":91,"author":{"gitId":"-"},"content":" });"},{"lineNumber":92,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":57,"MadLamprey":1,"-":34}},{"path":"tests/services/error-handling.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"import { ErrorHandlingService } from \u0027../../src/app/core/services/error-handling.service\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":"import { FormErrorComponent } from \u0027../../src/app/shared/error-toasters/form-error/form-error.component\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":"import { GeneralMessageErrorComponent } from \u0027../../src/app/shared/error-toasters/general-message-error/general-message-error.component\u0027;"},{"lineNumber":4,"author":{"gitId":"MadLamprey"},"content":"import {"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":" ERROR_WITH_NO_MESSAGE,"},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":" HTTP_304_ERROR,"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":" HTTP_400_ERROR,"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":" HTTP_401_ERROR,"},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":" HTTP_404_ERROR,"},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":" HTTP_422_ERROR,"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":" HTTP_500_ERROR,"},{"lineNumber":12,"author":{"gitId":"MadLamprey"},"content":" HTTP_UNKNOWN_ERROR,"},{"lineNumber":13,"author":{"gitId":"MadLamprey"},"content":" OCTOKIT_REQUEST_ERROR,"},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":" STANDARD_ERROR"},{"lineNumber":15,"author":{"gitId":"MadLamprey"},"content":"} from \u0027../constants/error.constants\u0027;"},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":"let errorHandlingService: ErrorHandlingService;"},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":"let mockLoggingService;"},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":"let mockSnackBar;"},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":"describe(\u0027ErrorHandlingService\u0027, () \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" mockLoggingService \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027error\u0027, \u0027debug\u0027]);"},{"lineNumber":24,"author":{"gitId":"MadLamprey"},"content":" mockSnackBar \u003d jasmine.createSpyObj(\u0027MatSnackBar\u0027, [\u0027openFromComponent\u0027]);"},{"lineNumber":25,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService \u003d new ErrorHandlingService(mockSnackBar, mockLoggingService);"},{"lineNumber":26,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":27,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":28,"author":{"gitId":"MadLamprey"},"content":" describe(\u0027ErrorHandlingService: handleError()\u0027, () \u003d\u003e {"},{"lineNumber":29,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should log errors when handling errors\u0027, () \u003d\u003e {"},{"lineNumber":30,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(STANDARD_ERROR);"},{"lineNumber":31,"author":{"gitId":"MadLamprey"},"content":" expect(mockLoggingService.error).toHaveBeenCalledWith(STANDARD_ERROR);"},{"lineNumber":32,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":33,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":34,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should use the GeneralMessageErrorComponent when handling Errors\u0027, () \u003d\u003e {"},{"lineNumber":35,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(STANDARD_ERROR);"},{"lineNumber":36,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, {"},{"lineNumber":37,"author":{"gitId":"MadLamprey"},"content":" data: { message: STANDARD_ERROR.message }"},{"lineNumber":38,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":39,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":40,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":41,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should stringify Errors if there is no message before displaying\u0027, () \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(ERROR_WITH_NO_MESSAGE);"},{"lineNumber":43,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, {"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" data: { message: JSON.stringify(ERROR_WITH_NO_MESSAGE) }"},{"lineNumber":45,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":46,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":47,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":48,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should not open the snackbar when handling http status 304 errors\u0027, () \u003d\u003e {"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_304_ERROR);"},{"lineNumber":50,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).not.toHaveBeenCalled();"},{"lineNumber":51,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":52,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":53,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should use the FormErrorComponent when handling http status 422 errors\u0027, () \u003d\u003e {"},{"lineNumber":54,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_422_ERROR);"},{"lineNumber":55,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(FormErrorComponent, { data: HTTP_422_ERROR });"},{"lineNumber":56,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":57,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":58,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should use the GeneralMessageErrorComponent when handling other http errors\u0027, () \u003d\u003e {"},{"lineNumber":59,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_500_ERROR);"},{"lineNumber":60,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_500_ERROR });"},{"lineNumber":61,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_400_ERROR);"},{"lineNumber":62,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_400_ERROR });"},{"lineNumber":63,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_401_ERROR);"},{"lineNumber":64,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_401_ERROR });"},{"lineNumber":65,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_404_ERROR);"},{"lineNumber":66,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_404_ERROR });"},{"lineNumber":67,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(HTTP_UNKNOWN_ERROR);"},{"lineNumber":68,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: HTTP_UNKNOWN_ERROR });"},{"lineNumber":69,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledTimes(5);"},{"lineNumber":70,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":71,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":72,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should treat octokit request errors as http errors\u0027, () \u003d\u003e {"},{"lineNumber":73,"author":{"gitId":"MadLamprey"},"content":" errorHandlingService.handleError(OCTOKIT_REQUEST_ERROR);"},{"lineNumber":74,"author":{"gitId":"MadLamprey"},"content":" expect(mockSnackBar.openFromComponent).toHaveBeenCalledWith(GeneralMessageErrorComponent, { data: OCTOKIT_REQUEST_ERROR });"},{"lineNumber":75,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":76,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":77,"author":{"gitId":"MadLamprey"},"content":"});"}],"authorContributionMap":{"MadLamprey":77}},{"path":"tests/services/label.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { Label } from \u0027../../src/app/core/models/label.model\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { LabelService } from \u0027../../src/app/core/services/label.service\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"import * as LabelConstant from \u0027../constants/label.constants\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"let labelService: LabelService;"},{"lineNumber":8,"author":{"gitId":"-"},"content":"let labelList: Label[];"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"describe(\u0027LabelService: fetchLabels()\u0027, () \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027fetchAllLabels\u0027]);"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" labelService \u003d new LabelService(githubServiceSpy);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" });"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should fetch labels successfully\u0027, () \u003d\u003e {"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" const mockLabels \u003d LabelConstant.SEVERITY_LABELS;"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const parsedLabels \u003d labelService.parseLabelData(mockLabels);"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.fetchAllLabels.and.returnValue(of(mockLabels));"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" labelService.fetchLabels().subscribe((response) \u003d\u003e {"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" expect(response).toEqual(mockLabels);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" expect(labelService.labels).toEqual(parsedLabels);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" expect(labelService.simpleLabels).toEqual(parsedLabels);"},{"lineNumber":27,"author":{"gitId":"-"},"content":" });"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" expect(githubServiceSpy.fetchAllLabels).toHaveBeenCalled();"},{"lineNumber":30,"author":{"gitId":"-"},"content":" });"},{"lineNumber":31,"author":{"gitId":"-"},"content":"});"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"describe(\u0027LabelService: parseLabelData()\u0027, () \u003d\u003e {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" beforeAll(() \u003d\u003e {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" labelService \u003d new LabelService(null);"},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" labelList \u003d labelService.parseLabelData(LabelConstant.SEVERITY_LABELS);"},{"lineNumber":37,"author":{"gitId":"-"},"content":" });"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":" afterAll(() \u003d\u003e {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" labelService \u003d null;"},{"lineNumber":41,"author":{"gitId":"-"},"content":" });"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity very low label\u0027, () \u003d\u003e {"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[0].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_VERY_LOW);"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[0].color).toBe(LabelConstant.COLOR_SEVERITY_VERY_LOW);"},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[0].definition).toBe(LabelConstant.DEFINITION_SEVERITY_VERY_LOW);"},{"lineNumber":47,"author":{"gitId":"-"},"content":" });"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity low label\u0027, () \u003d\u003e {"},{"lineNumber":50,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[1].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_LOW);"},{"lineNumber":51,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[1].color).toBe(LabelConstant.COLOR_SEVERITY_LOW);"},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[1].definition).toBe(LabelConstant.DEFINITION_SEVERITY_LOW);"},{"lineNumber":53,"author":{"gitId":"-"},"content":" });"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity medium label\u0027, () \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[2].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_MEDIUM);"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[2].color).toBe(LabelConstant.COLOR_SEVERITY_MEDIUM);"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[2].definition).toBe(LabelConstant.DEFINITION_SEVERITY_MEDIUM);"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":60,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should be severity high label\u0027, () \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[3].name).toBe(LabelConstant.LABEL_NAME_SEVERITY_HIGH);"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[3].color).toBe(LabelConstant.COLOR_SEVERITY_HIGH);"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" expect(labelList[3].definition).toBe(LabelConstant.DEFINITION_SEVERITY_HIGH);"},{"lineNumber":65,"author":{"gitId":"-"},"content":" });"},{"lineNumber":66,"author":{"gitId":"-"},"content":"});"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"describe(\u0027LabelService: isDarkColor()\u0027, () \u003d\u003e {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" labelService \u003d new LabelService(null);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" });"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":" afterEach(() \u003d\u003e {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" labelService \u003d null;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" });"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"-"},"content":" it(\u0027should be true for dark color\u0027, () \u003d\u003e {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" expect(labelService.isDarkColor(LabelConstant.COLOR_BLACK)).toBeTruthy();"},{"lineNumber":79,"author":{"gitId":"-"},"content":" });"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":" it(\u0027should be false for light color\u0027, () \u003d\u003e {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" expect(labelService.isDarkColor(LabelConstant.COLOR_WHITE)).toBeFalsy();"},{"lineNumber":83,"author":{"gitId":"-"},"content":" });"},{"lineNumber":84,"author":{"gitId":"-"},"content":"});"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":"describe(\u0027LabelService: setLabelStyle()\u0027, () \u003d\u003e {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" labelService \u003d new LabelService(null);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" });"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":" afterEach(() \u003d\u003e {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" labelService \u003d null;"},{"lineNumber":93,"author":{"gitId":"-"},"content":" });"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" it(\u0027should be dark color background with light color text\u0027, () \u003d\u003e {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" expect(labelService.setLabelStyle(LabelConstant.COLOR_BLACK)).toEqual(LabelConstant.DARK_BG_LIGHT_TEXT);"},{"lineNumber":97,"author":{"gitId":"-"},"content":" });"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":" it(\u0027should be light color background with dark color text\u0027, () \u003d\u003e {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" expect(labelService.setLabelStyle(LabelConstant.COLOR_WHITE)).toEqual(LabelConstant.LIGHT_BG_DARK_TEXT);"},{"lineNumber":101,"author":{"gitId":"-"},"content":" });"},{"lineNumber":102,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":34,"-":68}},{"path":"tests/services/milestone.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"MadLamprey"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":2,"author":{"gitId":"MadLamprey"},"content":"import { Milestone } from \u0027../../src/app/core/models/milestone.model\u0027;"},{"lineNumber":3,"author":{"gitId":"MadLamprey"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":4,"author":{"gitId":"MadLamprey"},"content":"import { MilestoneService } from \u0027../../src/app/core/services/milestone.service\u0027;"},{"lineNumber":5,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":6,"author":{"gitId":"MadLamprey"},"content":"let milestoneService: MilestoneService;"},{"lineNumber":7,"author":{"gitId":"MadLamprey"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":8,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":9,"author":{"gitId":"MadLamprey"},"content":"describe(\u0027MilestoneService\u0027, () \u003d\u003e {"},{"lineNumber":10,"author":{"gitId":"MadLamprey"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":11,"author":{"gitId":"MadLamprey"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027fetchAllMilestones\u0027]);"},{"lineNumber":12,"author":{"gitId":"MadLamprey"},"content":" milestoneService \u003d new MilestoneService(githubServiceSpy);"},{"lineNumber":13,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":14,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":15,"author":{"gitId":"MadLamprey"},"content":" describe(\u0027MilestoneService: fetchMilestones()\u0027, () \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should fetch all milestones\u0027, (done) \u003d\u003e {"},{"lineNumber":17,"author":{"gitId":"MadLamprey"},"content":" const mockMilestones \u003d [{ title: \u0027Milestone 1\u0027 }, { title: \u0027Milestone 2\u0027 }];"},{"lineNumber":18,"author":{"gitId":"MadLamprey"},"content":" githubServiceSpy.fetchAllMilestones.and.returnValue(of(mockMilestones));"},{"lineNumber":19,"author":{"gitId":"MadLamprey"},"content":" milestoneService.fetchMilestones().subscribe((response) \u003d\u003e {"},{"lineNumber":20,"author":{"gitId":"MadLamprey"},"content":" expect(githubServiceSpy.fetchAllMilestones).toHaveBeenCalled();"},{"lineNumber":21,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.milestones.length).toBe(2);"},{"lineNumber":22,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.milestones[0].title).toBe(\u0027Milestone 1\u0027);"},{"lineNumber":23,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.hasNoMilestones).toBeFalse();"},{"lineNumber":24,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":25,"author":{"gitId":"MadLamprey"},"content":" done();"},{"lineNumber":26,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":27,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":28,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":29,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should handle no milestones\u0027, (done) \u003d\u003e {"},{"lineNumber":30,"author":{"gitId":"MadLamprey"},"content":" githubServiceSpy.fetchAllMilestones.and.returnValue(of([]));"},{"lineNumber":31,"author":{"gitId":"MadLamprey"},"content":" milestoneService.fetchMilestones().subscribe((response) \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"MadLamprey"},"content":" expect(githubServiceSpy.fetchAllMilestones).toHaveBeenCalled();"},{"lineNumber":33,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.milestones.length).toBe(0);"},{"lineNumber":34,"author":{"gitId":"MadLamprey"},"content":" expect(milestoneService.hasNoMilestones).toBeTrue();"},{"lineNumber":35,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":36,"author":{"gitId":"MadLamprey"},"content":" done();"},{"lineNumber":37,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":38,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":39,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":40,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":41,"author":{"gitId":"MadLamprey"},"content":" describe(\u0027MilestoneService: parseMilestoneData()\u0027, () \u003d\u003e {"},{"lineNumber":42,"author":{"gitId":"MadLamprey"},"content":" it(\u0027should parse milestone data correctly\u0027, () \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"MadLamprey"},"content":" const mockMilestones \u003d [{ title: \u0027Milestone 2\u0027 }, { title: \u0027Milestone 1\u0027 }];"},{"lineNumber":44,"author":{"gitId":"MadLamprey"},"content":" const parsedMilestones \u003d milestoneService.parseMilestoneData(mockMilestones);"},{"lineNumber":45,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":46,"author":{"gitId":"MadLamprey"},"content":" for (const milestone of parsedMilestones) {"},{"lineNumber":47,"author":{"gitId":"MadLamprey"},"content":" expect(milestone).toBeInstanceOf(Milestone);"},{"lineNumber":48,"author":{"gitId":"MadLamprey"},"content":" }"},{"lineNumber":49,"author":{"gitId":"MadLamprey"},"content":""},{"lineNumber":50,"author":{"gitId":"MadLamprey"},"content":" expect(parsedMilestones.length).toBe(2);"},{"lineNumber":51,"author":{"gitId":"MadLamprey"},"content":" expect(parsedMilestones[0].title).toBe(\u0027Milestone 1\u0027);"},{"lineNumber":52,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":53,"author":{"gitId":"MadLamprey"},"content":" });"},{"lineNumber":54,"author":{"gitId":"MadLamprey"},"content":"});"}],"authorContributionMap":{"MadLamprey":54}},{"path":"tests/services/user.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":2,"author":{"gitId":"NereusWB922"},"content":"import { LoggingService } from \u0027../../src/app/core/services/logging.service\u0027;"},{"lineNumber":3,"author":{"gitId":"-"},"content":"import { UserService } from \u0027../../src/app/core/services/user.service\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { USER_JUNWEI } from \u0027../constants/data.constants\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"let userService: UserService;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"describe(\u0027UserService\u0027, () \u003d\u003e {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" beforeAll(() \u003d\u003e {"},{"lineNumber":12,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027fetchAuthenticatedUser\u0027]);"},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027info\u0027]);"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":" userService \u003d new UserService(githubServiceSpy, loggingServiceSpy);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" });"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027createUserModel(loginId)\u0027, () \u003d\u003e {"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should create a user correctly\u0027, async () \u003d\u003e {"},{"lineNumber":19,"author":{"gitId":"NereusWB922"},"content":" const createdUser \u003d await userService.createUserModel(USER_JUNWEI.loginId).toPromise();"},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":" expect(createdUser).toEqual(USER_JUNWEI);"},{"lineNumber":21,"author":{"gitId":"-"},"content":" });"},{"lineNumber":22,"author":{"gitId":"-"},"content":" });"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027reset()\u0027, () \u003d\u003e {"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set current user as undefined\u0027, async () \u003d\u003e {"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" await userService.createUserModel(USER_JUNWEI.loginId).toPromise();"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" expect(userService.currentUser).toEqual(USER_JUNWEI);"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"NereusWB922"},"content":" userService.reset();"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(\u0027UserService: Clearing current user\u0027);"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" expect(userService.currentUser).toEqual(undefined);"},{"lineNumber":33,"author":{"gitId":"-"},"content":" });"},{"lineNumber":34,"author":{"gitId":"-"},"content":" });"},{"lineNumber":35,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":20,"-":15}},{"path":"tests/services/view.service.spec.ts","fileType":"ts","lines":[{"lineNumber":1,"author":{"gitId":"NereusWB922"},"content":"import { ActivatedRoute, Router } from \u0027@angular/router\u0027;"},{"lineNumber":2,"author":{"gitId":"-"},"content":"import { of } from \u0027rxjs\u0027;"},{"lineNumber":3,"author":{"gitId":"NereusWB922"},"content":"import { STORAGE_KEYS } from \u0027../../src/app/core/constants/storage-keys.constants\u0027;"},{"lineNumber":4,"author":{"gitId":"NereusWB922"},"content":"import { Repo } from \u0027../../src/app/core/models/repo.model\u0027;"},{"lineNumber":5,"author":{"gitId":"NereusWB922"},"content":"import { View } from \u0027../../src/app/core/models/view.model\u0027;"},{"lineNumber":6,"author":{"gitId":"NereusWB922"},"content":"import { ErrorMessageService } from \u0027../../src/app/core/services/error-message.service\u0027;"},{"lineNumber":7,"author":{"gitId":"NereusWB922"},"content":"import { GithubService } from \u0027../../src/app/core/services/github.service\u0027;"},{"lineNumber":8,"author":{"gitId":"NereusWB922"},"content":"import { LoggingService } from \u0027../../src/app/core/services/logging.service\u0027;"},{"lineNumber":9,"author":{"gitId":"NereusWB922"},"content":"import { RepoUrlCacheService } from \u0027../../src/app/core/services/repo-url-cache.service\u0027;"},{"lineNumber":10,"author":{"gitId":"NereusWB922"},"content":"import { ViewService } from \u0027../../src/app/core/services/view.service\u0027;"},{"lineNumber":11,"author":{"gitId":"NereusWB922"},"content":"import { CATCHER_REPO, WATCHER_REPO } from \u0027../constants/session.constants\u0027;"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"NereusWB922"},"content":"let viewService: ViewService;"},{"lineNumber":14,"author":{"gitId":"NereusWB922"},"content":"let githubServiceSpy: jasmine.SpyObj\u003cGithubService\u003e;"},{"lineNumber":15,"author":{"gitId":"NereusWB922"},"content":"let repoUrlCacheServiceSpy: jasmine.SpyObj\u003cRepoUrlCacheService\u003e;"},{"lineNumber":16,"author":{"gitId":"NereusWB922"},"content":"let loggingServiceSpy: jasmine.SpyObj\u003cLoggingService\u003e;"},{"lineNumber":17,"author":{"gitId":"NereusWB922"},"content":"let routerSpy: jasmine.SpyObj\u003cRouter\u003e;"},{"lineNumber":18,"author":{"gitId":"NereusWB922"},"content":"let activatedRouteSpy: jasmine.SpyObj\u003cActivatedRoute\u003e;"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"NereusWB922"},"content":"describe(\u0027ViewService\u0027, () \u003d\u003e {"},{"lineNumber":21,"author":{"gitId":"-"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":22,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy \u003d jasmine.createSpyObj(\u0027GithubService\u0027, [\u0027isRepositoryPresent\u0027, \u0027storeViewDetails\u0027]);"},{"lineNumber":23,"author":{"gitId":"NereusWB922"},"content":" activatedRouteSpy \u003d jasmine.createSpyObj(\u0027ActivatedRoute\u0027, [\u0027snapshot\u0027]);"},{"lineNumber":24,"author":{"gitId":"NereusWB922"},"content":" routerSpy \u003d jasmine.createSpyObj(\u0027Router\u0027, [\u0027navigate\u0027]);"},{"lineNumber":25,"author":{"gitId":"NereusWB922"},"content":" repoUrlCacheServiceSpy \u003d jasmine.createSpyObj(\u0027RepoUrlCacheService\u0027, [\u0027cache\u0027]);"},{"lineNumber":26,"author":{"gitId":"NereusWB922"},"content":" loggingServiceSpy \u003d jasmine.createSpyObj(\u0027LoggingService\u0027, [\u0027info\u0027]);"},{"lineNumber":27,"author":{"gitId":"NereusWB922"},"content":" viewService \u003d new ViewService(githubServiceSpy, repoUrlCacheServiceSpy, loggingServiceSpy, activatedRouteSpy, routerSpy);"},{"lineNumber":28,"author":{"gitId":"-"},"content":" });"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027setRepository(Repo, Repo[])\u0027, () \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set the current repositories and update session data\u0027, () \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"NereusWB922"},"content":" const repos: Repo[] \u003d [CATCHER_REPO];"},{"lineNumber":33,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":34,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO, repos);"},{"lineNumber":35,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":36,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentRepo).toEqual(WATCHER_REPO);"},{"lineNumber":37,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.otherRepos).toEqual(repos);"},{"lineNumber":38,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":39,"author":{"gitId":"NereusWB922"},"content":" const currentSessionRepo \u003d viewService.sessionData.sessionRepo.find((x) \u003d\u003e x.view \u003d\u003d\u003d viewService.currentView);"},{"lineNumber":40,"author":{"gitId":"NereusWB922"},"content":" expect(currentSessionRepo?.repos).toEqual([WATCHER_REPO, CATCHER_REPO]);"},{"lineNumber":41,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":42,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":43,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should store view details via githubService and update localStorage\u0027, () \u003d\u003e {"},{"lineNumber":44,"author":{"gitId":"NereusWB922"},"content":" const localStorageSetItem \u003d spyOn(localStorage, \u0027setItem\u0027);"},{"lineNumber":45,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":46,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO);"},{"lineNumber":47,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":48,"author":{"gitId":"NereusWB922"},"content":" expect(githubServiceSpy.storeViewDetails).toHaveBeenCalledWith(WATCHER_REPO.owner, WATCHER_REPO.name);"},{"lineNumber":49,"author":{"gitId":"NereusWB922"},"content":" expect(localStorageSetItem).toHaveBeenCalledWith(\u0027sessionData\u0027, JSON.stringify(viewService.sessionData));"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should navigate to the new repository\u0027, () \u003d\u003e {"},{"lineNumber":53,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO);"},{"lineNumber":54,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":55,"author":{"gitId":"NereusWB922"},"content":" expect(routerSpy.navigate).toHaveBeenCalledWith([\u0027issuesViewer\u0027], {"},{"lineNumber":56,"author":{"gitId":"NereusWB922"},"content":" queryParams: { repo: WATCHER_REPO.toString() },"},{"lineNumber":57,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":58,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":59,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":60,"author":{"gitId":"-"},"content":" });"},{"lineNumber":61,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":62,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027changeRepositoryIfValid(Repo)\u0027, () \u003d\u003e {"},{"lineNumber":63,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set isChangingRepo to true at the start and false at the end\u0027, async () \u003d\u003e {"},{"lineNumber":64,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(true));"},{"lineNumber":65,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":66,"author":{"gitId":"NereusWB922"},"content":" const isChangingRepoNextSpy \u003d spyOn(viewService.isChangingRepo, \u0027next\u0027);"},{"lineNumber":67,"author":{"gitId":"NereusWB922"},"content":" spyOn(viewService, \u0027setRepository\u0027);"},{"lineNumber":68,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":69,"author":{"gitId":"NereusWB922"},"content":" await viewService.changeRepositoryIfValid(WATCHER_REPO);"},{"lineNumber":70,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":71,"author":{"gitId":"NereusWB922"},"content":" expect(isChangingRepoNextSpy.calls.first().args[0]).toBe(true);"},{"lineNumber":72,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":73,"author":{"gitId":"NereusWB922"},"content":" expect(isChangingRepoNextSpy.calls.mostRecent().args[0]).toBe(false);"},{"lineNumber":74,"author":{"gitId":"-"},"content":" });"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error if repository is not valid\u0027, async () \u003d\u003e {"},{"lineNumber":77,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(false));"},{"lineNumber":78,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":79,"author":{"gitId":"NereusWB922"},"content":" await expectAsync(viewService.changeRepositoryIfValid(WATCHER_REPO)).toBeRejectedWithError("},{"lineNumber":80,"author":{"gitId":"NereusWB922"},"content":" ErrorMessageService.repositoryNotPresentMessage()"},{"lineNumber":81,"author":{"gitId":"NereusWB922"},"content":" );"},{"lineNumber":82,"author":{"gitId":"-"},"content":" });"},{"lineNumber":83,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":84,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set and navigate to new repo if repo is valid\u0027, async () \u003d\u003e {"},{"lineNumber":85,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(true));"},{"lineNumber":86,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":87,"author":{"gitId":"NereusWB922"},"content":" const repoChanged$Spy \u003d spyOn(viewService.repoChanged$, \u0027next\u0027);"},{"lineNumber":88,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":89,"author":{"gitId":"NereusWB922"},"content":" await viewService.changeRepositoryIfValid(WATCHER_REPO);"},{"lineNumber":90,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":91,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(`ViewService: Changing current repository to \u0027${WATCHER_REPO}\u0027`);"},{"lineNumber":92,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentRepo).toEqual(WATCHER_REPO);"},{"lineNumber":93,"author":{"gitId":"NereusWB922"},"content":" expect(routerSpy.navigate).toHaveBeenCalledWith([\u0027issuesViewer\u0027], {"},{"lineNumber":94,"author":{"gitId":"NereusWB922"},"content":" queryParams: { repo: WATCHER_REPO.toString() },"},{"lineNumber":95,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":96,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":97,"author":{"gitId":"NereusWB922"},"content":" expect(repoUrlCacheServiceSpy.cache).toHaveBeenCalledWith(WATCHER_REPO.toString());"},{"lineNumber":98,"author":{"gitId":"NereusWB922"},"content":" expect(repoChanged$Spy).toHaveBeenCalledWith(WATCHER_REPO);"},{"lineNumber":99,"author":{"gitId":"-"},"content":" });"},{"lineNumber":100,"author":{"gitId":"-"},"content":" });"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027initializeCurrentRepository()\u0027, () \u003d\u003e {"},{"lineNumber":103,"author":{"gitId":"NereusWB922"},"content":" beforeEach(() \u003d\u003e {"},{"lineNumber":104,"author":{"gitId":"NereusWB922"},"content":" const org \u003d WATCHER_REPO.owner;"},{"lineNumber":105,"author":{"gitId":"NereusWB922"},"content":" const repoName \u003d WATCHER_REPO.name;"},{"lineNumber":106,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":107,"author":{"gitId":"NereusWB922"},"content":" const localStorageGetItemSpy \u003d spyOn(window.localStorage, \u0027getItem\u0027);"},{"lineNumber":108,"author":{"gitId":"NereusWB922"},"content":" localStorageGetItemSpy.withArgs(STORAGE_KEYS.ORG).and.returnValue(org);"},{"lineNumber":109,"author":{"gitId":"NereusWB922"},"content":" localStorageGetItemSpy.withArgs(STORAGE_KEYS.DATA_REPO).and.returnValue(repoName);"},{"lineNumber":110,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":111,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":112,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set and navigate to new repo if repo is valid\u0027, async () \u003d\u003e {"},{"lineNumber":113,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(true));"},{"lineNumber":114,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":115,"author":{"gitId":"NereusWB922"},"content":" const repoSetSourceNext \u003d spyOn(viewService.repoSetSource, \u0027next\u0027);"},{"lineNumber":116,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":117,"author":{"gitId":"NereusWB922"},"content":" await viewService.initializeCurrentRepository();"},{"lineNumber":118,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":119,"author":{"gitId":"NereusWB922"},"content":" expect(loggingServiceSpy.info).toHaveBeenCalledWith(`ViewService: Repo is ${WATCHER_REPO}`);"},{"lineNumber":120,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentRepo).toEqual(WATCHER_REPO);"},{"lineNumber":121,"author":{"gitId":"NereusWB922"},"content":" expect(routerSpy.navigate).toHaveBeenCalledWith([\u0027issuesViewer\u0027], {"},{"lineNumber":122,"author":{"gitId":"NereusWB922"},"content":" queryParams: { repo: WATCHER_REPO.toString() },"},{"lineNumber":123,"author":{"gitId":"NereusWB922"},"content":" queryParamsHandling: \u0027merge\u0027"},{"lineNumber":124,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":125,"author":{"gitId":"NereusWB922"},"content":" expect(repoSetSourceNext).toHaveBeenCalledWith(true);"},{"lineNumber":126,"author":{"gitId":"-"},"content":" });"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error if repository is invalid\u0027, async () \u003d\u003e {"},{"lineNumber":129,"author":{"gitId":"NereusWB922"},"content":" githubServiceSpy.isRepositoryPresent.and.returnValue(of(false));"},{"lineNumber":130,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":131,"author":{"gitId":"NereusWB922"},"content":" await expectAsync(viewService.initializeCurrentRepository()).toBeRejectedWithError(ErrorMessageService.repositoryNotPresentMessage());"},{"lineNumber":132,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":133,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":134,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":135,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027changeView(View)\u0027, () \u003d\u003e {"},{"lineNumber":136,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set current view\u0027, () \u003d\u003e {"},{"lineNumber":137,"author":{"gitId":"NereusWB922"},"content":" viewService.setRepository(WATCHER_REPO);"},{"lineNumber":138,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":139,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentView).toEqual(View.issuesViewer);"},{"lineNumber":140,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":141,"author":{"gitId":"NereusWB922"},"content":" viewService.changeView(View.activityDashboard);"},{"lineNumber":142,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":143,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentView).toEqual(View.activityDashboard);"},{"lineNumber":144,"author":{"gitId":"-"},"content":" });"},{"lineNumber":145,"author":{"gitId":"-"},"content":" });"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":" describe(\u0027.reset()\u0027, () \u003d\u003e {"},{"lineNumber":148,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should reset the currentView of the ViewService\u0027, () \u003d\u003e {"},{"lineNumber":149,"author":{"gitId":"NereusWB922"},"content":" viewService.currentView \u003d View.activityDashboard;"},{"lineNumber":150,"author":{"gitId":"NereusWB922"},"content":" viewService.reset();"},{"lineNumber":151,"author":{"gitId":"NereusWB922"},"content":" expect(viewService.currentView).toBe(View.issuesViewer);"},{"lineNumber":152,"author":{"gitId":"-"},"content":" });"},{"lineNumber":153,"author":{"gitId":"-"},"content":" });"},{"lineNumber":154,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":155,"author":{"gitId":"NereusWB922"},"content":" describe(\u0027setupFromUrl(url)\u0027, () \u003d\u003e {"},{"lineNumber":156,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should set items in local storage if url is valid\u0027, async () \u003d\u003e {"},{"lineNumber":157,"author":{"gitId":"NereusWB922"},"content":" const validUrl \u003d `/issuesViewer?repo\u003d${WATCHER_REPO.owner}%2F${WATCHER_REPO.name}`;"},{"lineNumber":158,"author":{"gitId":"NereusWB922"},"content":" const localStorageSetItemSpy \u003d spyOn(window.localStorage, \u0027setItem\u0027);"},{"lineNumber":159,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":160,"author":{"gitId":"NereusWB922"},"content":" await viewService.setupFromUrl(validUrl).toPromise();"},{"lineNumber":161,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":162,"author":{"gitId":"NereusWB922"},"content":" expect(localStorageSetItemSpy).toHaveBeenCalledWith(STORAGE_KEYS.ORG, WATCHER_REPO.owner);"},{"lineNumber":163,"author":{"gitId":"NereusWB922"},"content":" expect(localStorageSetItemSpy).toHaveBeenCalledWith(STORAGE_KEYS.DATA_REPO, WATCHER_REPO.name);"},{"lineNumber":164,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":165,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":166,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error for url without repo paramater\u0027, (done) \u003d\u003e {"},{"lineNumber":167,"author":{"gitId":"NereusWB922"},"content":" const urlWithoutRepo \u003d \u0027/issuesViewer\u0027;"},{"lineNumber":168,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":169,"author":{"gitId":"NereusWB922"},"content":" viewService.setupFromUrl(urlWithoutRepo).subscribe({"},{"lineNumber":170,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e {"},{"lineNumber":171,"author":{"gitId":"NereusWB922"},"content":" expect(err).toEqual(new Error(ErrorMessageService.invalidUrlMessage()));"},{"lineNumber":172,"author":{"gitId":"NereusWB922"},"content":" done();"},{"lineNumber":173,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":174,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":175,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":176,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":177,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error for empty url\u0027, (done) \u003d\u003e {"},{"lineNumber":178,"author":{"gitId":"NereusWB922"},"content":" const emptyUrl \u003d \u0027\u0027;"},{"lineNumber":179,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":180,"author":{"gitId":"NereusWB922"},"content":" viewService.setupFromUrl(emptyUrl).subscribe({"},{"lineNumber":181,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e {"},{"lineNumber":182,"author":{"gitId":"NereusWB922"},"content":" expect(err).toEqual(new Error(ErrorMessageService.invalidUrlMessage()));"},{"lineNumber":183,"author":{"gitId":"NereusWB922"},"content":" done();"},{"lineNumber":184,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":185,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":186,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":187,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":188,"author":{"gitId":"NereusWB922"},"content":" it(\u0027should throw error for url with invalid repo format\u0027, (done) \u003d\u003e {"},{"lineNumber":189,"author":{"gitId":"NereusWB922"},"content":" const urlWithInvalidRepoFormat \u003d \u0027/issuesViewer?repo\u003dInvalidRepo\u0027;"},{"lineNumber":190,"author":{"gitId":"NereusWB922"},"content":""},{"lineNumber":191,"author":{"gitId":"NereusWB922"},"content":" viewService.setupFromUrl(urlWithInvalidRepoFormat).subscribe({"},{"lineNumber":192,"author":{"gitId":"NereusWB922"},"content":" error: (err) \u003d\u003e {"},{"lineNumber":193,"author":{"gitId":"NereusWB922"},"content":" expect(err).toEqual(new Error(ErrorMessageService.repositoryNotPresentMessage()));"},{"lineNumber":194,"author":{"gitId":"NereusWB922"},"content":" done();"},{"lineNumber":195,"author":{"gitId":"NereusWB922"},"content":" }"},{"lineNumber":196,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":197,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":198,"author":{"gitId":"NereusWB922"},"content":" });"},{"lineNumber":199,"author":{"gitId":"-"},"content":"});"}],"authorContributionMap":{"NereusWB922":175,"-":24}}] diff --git a/CATcher-org_WATcher_main/commits.json b/CATcher-org_WATcher_main/commits.json index d4c9603..74faf79 100644 --- a/CATcher-org_WATcher_main/commits.json +++ b/CATcher-org_WATcher_main/commits.json @@ -1 +1 @@ -{"authorDailyContributionsMap":{"xenosf":[],"sopa301":[],"mingyuanc":[],"jingting1412":[],"KevinEyo1":[],"LamJiuFong":[],"yiwen101":[],"jonasongg":[],"domoberzin":[],"asdfghjkxd":[],"yuanxi1":[],"supermii2":[],"marquestye":[],"nknguyenhc":[{"date":"2024-02-06","commitResults":[{"hash":"043311b90c12118a4d9d8468a64e1fc7021ad64d","isMergeCommit":false,"messageTitle":"Fix label filter not working (#230)","messageBody":"Fix label filter not working\r\n\r\nFilters takes the value of `label.formattedName` instead of `label.name`.","fileTypesAndContributionMap":{"html":{"insertions":13,"deletions":5}}}]},{"date":"2024-02-13","commitResults":[{"hash":"64a68624b77c88cee70cd870e2966c1c27b89eb8","isMergeCommit":false,"messageTitle":"Add column of hidden users (#235)","messageBody":"After #192, assignees of a repo without any issues or PRs\r\nare hidden. Now, add the column to display such users\r\nwith 0 PRs and issues.\r\n\r\nCo-authored-by: Gabriel Goh \u003c77230723+gycgabriel@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"css":{"insertions":82,"deletions":0},"html":{"insertions":24,"deletions":0},"ts":{"insertions":44,"deletions":2}}}]},{"date":"2024-02-19","commitResults":[{"hash":"d6dadf4a49a6fc19e2eaa99bb37c7fe89f458a81","isMergeCommit":false,"messageTitle":"Refactor Label model (#254)","messageBody":"Previously, label full names are separated into label name\r\nand label category. However, this is not necessary for WATcher.\r\n\r\nLet\u0027s remove the separation so that filters only make use\r\nof the full name.","fileTypesAndContributionMap":{"html":{"insertions":6,"deletions":14},"ts":{"insertions":6,"deletions":14}}}]},{"date":"2024-02-26","commitResults":[{"hash":"3db1c8aa33942114acfd55af87da3d7c8d751390","isMergeCommit":false,"messageTitle":"Add shareable repo-specific URL (#255)","messageBody":"Previously, URLs are fixed upon repo change, hence URLs are not shareable.\r\n\r\nLet\u0027s make the current repo visible in the URL, so that it shareable.\r\n\r\nFurthermore, login is automated when there is such next route to be redirected to.","fileTypesAndContributionMap":{"ts":{"insertions":163,"deletions":9}}}]},{"date":"2024-03-21","commitResults":[{"hash":"6fb348ea31d05320af1ecc2e7c83dcfecf95e2f7","isMergeCommit":false,"messageTitle":"Hide redundant column pagination (#309)","messageBody":"Column pagination arrows cause unnecessary clogs\r\nif they are disabled.\r\n\r\nWe hide arrows on columns that only has one page.","fileTypesAndContributionMap":{"css":{"insertions":12,"deletions":0},"html":{"insertions":6,"deletions":1},"ts":{"insertions":8,"deletions":2}}}]},{"date":"2024-03-22","commitResults":[{"hash":"e3d4a3464879414ab4724dde0f9b4cc24aebf7df","isMergeCommit":false,"messageTitle":"Three-state labels (#282)","messageBody":"Previously, each label only has 2 states, either selected or\r\nnot selected. However, with such design,\r\nthe feature of hiding labels can be confused\r\nwith hiding issues/PRs with the label.\r\n\r\nWe implement the three-state label filters,\r\nso that each label can also be used to hide\r\nissues/PRs with the label.","fileTypesAndContributionMap":{"css":{"insertions":20,"deletions":5},"html":{"insertions":22,"deletions":26},"ts":{"insertions":48,"deletions":36}}}]},{"date":"2024-03-25","commitResults":[{"hash":"a65bb59578c4157be05f3c38fd712e411e43a155","isMergeCommit":false,"messageTitle":"Status filter checkboxes (#310)","messageBody":"We implement checkboxes for status, so that\r\nmultiple types of PRs/issues can be viewed concurrently.","fileTypesAndContributionMap":{"html":{"insertions":6,"deletions":5},"ts":{"insertions":39,"deletions":39}}}]},{"date":"2024-03-29","commitResults":[{"hash":"c3418d8d50071cde7ea19040df0ec411a0f49786","isMergeCommit":false,"messageTitle":"Add preset views (#320)","messageBody":"Currently, there are a lot of options of filters,\r\nbut there are no suggested useful preset views.\r\n\r\nWe add preset views for users to choose from,\r\nand via a button on the header.","fileTypesAndContributionMap":{"html":{"insertions":22,"deletions":2},"ts":{"insertions":156,"deletions":23}}}]},{"date":"2024-03-30","commitResults":[{"hash":"3ce551efd72e12ec9b43698d84e293892d1e4964","isMergeCommit":false,"messageTitle":"Fix for no milestone case (#326)","messageBody":"When there are no milestones in the repo,\r\nthe issue viewer shows nothing.\r\n\r\nChange is made so that if there is no milestone\r\nin the milestone service, do not apply the milestone filter.","fileTypesAndContributionMap":{"ts":{"insertions":9,"deletions":4}}}]},{"date":"2024-04-01","commitResults":[{"hash":"e7fb0f992c82b05cd5418a1e747351b4a8af254a","isMergeCommit":false,"messageTitle":"Fix preset view selection appearance (#338)","messageBody":"For the preset view selection, brackets are removed\r\nand left margin is added to increase visibility.","fileTypesAndContributionMap":{"html":{"insertions":13,"deletions":15}}}]},{"date":"2024-04-03","commitResults":[{"hash":"d356fbe192b4b4761a512afbb9ba7409cc4b1362","isMergeCommit":false,"messageTitle":"Hide column issue count (#346)","messageBody":"We hide the issue column count when there is only one page,\r\nto make space for the issues.","fileTypesAndContributionMap":{"css":{"insertions":12,"deletions":9}}}]}],"Arif-Khalid":[{"date":"2024-01-25","commitResults":[{"hash":"79602d69bd13e2ab8c06ab6d9a6eca8b4a61e8b0","isMergeCommit":false,"messageTitle":"Hide 0 issue columns (#223)","messageBody":"Hide 0 issue columns.\r\n\r\n0 Issue columns are shown.\r\n\r\nHiding issues with 0 columns reduces the clutter on screen, \r\ncreating a better user experience. \r\nIllogical columns such as issues that are unassigned when sorting by\r\npull requests are also removed inherently.\r\n\r\nLet\u0027s add logic to hide the columns when they have no issues \r\nassociated to them.","fileTypesAndContributionMap":{"html":{"insertions":10,"deletions":1},"ts":{"insertions":15,"deletions":2}}}]},{"date":"2024-02-06","commitResults":[{"hash":"cd0d7e9f2a5169307c0c92a89a33e24610381839","isMergeCommit":false,"messageTitle":"Remove unused services (#238)","messageBody":"Couple of unused services copied from CATcher.\r\n\r\nUnused code should be removed to simplify code base \r\nand improve developer experience.\r\n\r\nLet\u0027s remove these unused services.","fileTypesAndContributionMap":{"ts":{"insertions":0,"deletions":359}}}]},{"date":"2024-02-14","commitResults":[{"hash":"5031ee2e33b49d0275892849703b81a1fc028a3d","isMergeCommit":false,"messageTitle":"Remove unused models in WATcher","messageBody":"There are a few of unused models ported from CATcher.\r\n\r\nUnnecessary models contributes to code clutter and hurts understandability\r\nof code base.\r\n\r\nLet\u0027s remove these unused models from WATcher to increase code cleanliness.","fileTypesAndContributionMap":{"ts":{"insertions":0,"deletions":40}}},{"hash":"09ef51d1e360350d0d73a4a66063df59f805d3e2","isMergeCommit":false,"messageTitle":"Remove unused session-fix-confirmation component in WATcher","messageBody":"This is a component only used in CATcher.\r\n\r\nUnnecessary components contributes to code clutter and hurts understandability\r\nof code base.\r\n\r\nLet\u0027s remove this unused component from WATcher to increase code cleanliness.","fileTypesAndContributionMap":{"css":{"insertions":0,"deletions":0},"html":{"insertions":0,"deletions":9},"ts":{"insertions":1,"deletions":27}}}]},{"date":"2024-02-22","commitResults":[{"hash":"7dbc28230cf4e6d2aa3d95448a0e247b03a5fcee","isMergeCommit":false,"messageTitle":"Refactor certain filters into its own service (#259)","messageBody":"Filters are observed, subscribed and emitted in many different \r\ncomponents.\r\n\r\nThis makes the code base hard to understand\r\nand adapt for filtering in future components.\r\n\r\nLet\u0027s refactor the filters into its own centralised service.","fileTypesAndContributionMap":{"html":{"insertions":3,"deletions":3},"ts":{"insertions":73,"deletions":35}}}]},{"date":"2024-02-28","commitResults":[{"hash":"ad94663e1ac524b83b022a622544181209881c1f","isMergeCommit":false,"messageTitle":"Refactor sorting (#261)","messageBody":"MatSort is passed by reference into IssueDataTables,\r\nlifted up from filter-bar component. Changes to \r\nMatSort are detected and handled in IssueDataTables.\r\n\r\nMatSort reference in IssueDataTables performs the \r\nresponsibility of a dropdown filter outside of the \r\nfilters service.\r\nThis violates good programming practices.\r\n\r\nLet\u0027s refactor the sort filter into the filters service.","fileTypesAndContributionMap":{"html":{"insertions":8,"deletions":5},"ts":{"insertions":19,"deletions":40}}},{"hash":"ac150e0c2c69d668481bd6594339618a59ebde7c","isMergeCommit":false,"messageTitle":"Refactor milestone filters (#264)","messageBody":"","fileTypesAndContributionMap":{"html":{"insertions":2,"deletions":2}}}]},{"date":"2024-03-04","commitResults":[{"hash":"06260a9f2baada4cff35e536143ce6adae1d2c42","isMergeCommit":false,"messageTitle":"Refactor title filter (#265)","messageBody":"Title filter is handled outside of filters service\r\n\r\nThis violates the responsibility of the filters service\r\n\r\nLet\u0027s refactor the search filter to use the filters service","fileTypesAndContributionMap":{"html":{"insertions":7,"deletions":7},"ts":{"insertions":61,"deletions":83}}}]},{"date":"2024-03-12","commitResults":[{"hash":"f6a8f236d9d0b0dde9f0f97db3997e983b2b85a1","isMergeCommit":false,"messageTitle":"Refactor milestones to save by name (#289)","messageBody":"We store milestones by number.\r\n\r\nThis works when filters are confined to one repo, but\r\ndoesn\u0027t make sense when saving filters across repos.\r\n\r\nLet\u0027s refactor the milestones to save by title instead\r\nof number","fileTypesAndContributionMap":{"html":{"insertions":1,"deletions":1},"ts":{"insertions":5,"deletions":7}}}]},{"date":"2024-03-20","commitResults":[{"hash":"8817ca32edd30d76509d0f3134c3d47b90a42d92","isMergeCommit":false,"messageTitle":"Keep filters when switching repos (#281)","messageBody":"No way to keep filters when changing repos.\r\n\r\nAn option to keep the common filters will be useful for anyone\r\nmanaging multiple repositories without the hassle of reapplying \r\nthe same filters.\r\n\r\nLet\u0027s add a checkbox to the change repo dialog allowing \r\nusers to keep their filters.","fileTypesAndContributionMap":{"css":{"insertions":5,"deletions":0},"html":{"insertions":11,"deletions":3},"ts":{"insertions":89,"deletions":41}}}]},{"date":"2024-03-27","commitResults":[{"hash":"b226977751a2300b470958e5fa248edcbeb4922a","isMergeCommit":false,"messageTitle":"Keep milestones when switching repo (#311)","messageBody":"Milestones are not saved even when filters are kept.\r\n\r\nThis is inconsistent with the meaning of keeping filters.\r\n\r\nLet\u0027s implement keeping milestones across repos.","fileTypesAndContributionMap":{"ts":{"insertions":32,"deletions":1}}}]},{"date":"2024-03-30","commitResults":[{"hash":"fa69625226c3b95b08251b51d254c606d6ed888c","isMergeCommit":false,"messageTitle":"Add filters to url (#314)","messageBody":"Filters cannot be shared to among users.\r\n\r\nUsers might want to share their current view\r\nto others, consisting of their current filters.\r\n\r\nLet\u0027s pull and store filters in the URL to allow\r\nsharing of filter combinations.","fileTypesAndContributionMap":{"ts":{"insertions":71,"deletions":11}}}]},{"date":"2024-04-01","commitResults":[{"hash":"44fd3ca4c69dfd50ee8d825c5c318255530b3963","isMergeCommit":false,"messageTitle":"Fix default preset view (#334)","messageBody":"The default view is custom instead of currently active.\r\n\r\nThe default view should show the most relevant information\r\nto users. This should be the currently active preset view.\r\n\r\nLet\u0027s change the default view to be currently active.","fileTypesAndContributionMap":{"ts":{"insertions":6,"deletions":0}}}]},{"date":"2024-04-03","commitResults":[{"hash":"99d2c72e7b7ce4ccffc190e918fb0639ffe020f9","isMergeCommit":false,"messageTitle":"Remove quotation marks from url (#345)","messageBody":"Quotation marks and null parameters are present for\r\nfilters saved in url.\r\n\r\nQuotation marks are unnecessary and empty filters\r\ncan be removed from the URL in order to make it\r\nmore readable and editable by advanced users.\r\n\r\nLet\u0027s remove null params and remove quotation marks\r\nfrom the url.","fileTypesAndContributionMap":{"ts":{"insertions":65,"deletions":14}}}]},{"date":"2024-04-08","commitResults":[{"hash":"709afa760ec06204f463ce476aaefd008b8e8c0a","isMergeCommit":false,"messageTitle":"Show preset view only when repo is set (#355)","messageBody":"Preset view is shown before a repo is selected.\r\n\r\nThere is no reason to show the current preset\r\nview and might confuse users as to its purpose\r\nwhen no repo is selected.\r\n\r\nLet\u0027s hide the preset view until a repo is selected.","fileTypesAndContributionMap":{"html":{"insertions":2,"deletions":2}}}]},{"date":"2024-04-10","commitResults":[{"hash":"5ff13fec764fee4239503d43734594127ee2ba85","isMergeCommit":false,"messageTitle":"Fix top and bottom shadow of columns (#357)","messageBody":"A few bugs exist related to column shadows. \r\nTop shadow is shown when there are no elements\r\nbehind header and hidden when there are.\r\nBottom shadow sticks to the column as a user scrolls.\r\n\r\nThese are not the intended behaviour of the shadows\r\nto indicate presence of elements behind above or\r\nbelow columns respectively.\r\n\r\nLet\u0027s update the CSS to correspond to\r\nappropriate shadow behaviours.","fileTypesAndContributionMap":{"css":{"insertions":21,"deletions":25},"html":{"insertions":1,"deletions":1}}}]}],"NereusWB922":[{"date":"2024-02-06","commitResults":[{"hash":"552868032ec6a8340d1f8c8d662ad22189d134f1","isMergeCommit":false,"messageTitle":"Improve activity dashboard design (#233)","messageBody":"Improve activity dashboard design\r\n\r\nThe ID column in the event table is not useful for the user.\r\n\r\nThe design of the dashboard is too simple. The event table\u0027s height is\r\nnot fixed, and the expanded event details might cause the table to be\r\ntoo long, which is very inconvenient.\r\n\r\nTo address this, let\u0027s hide the ID column, add some information about\r\nthe actor, fix the event table height and make it scrollable, and\r\nimplement a dialog to display event details.","fileTypesAndContributionMap":{"css":{"insertions":129,"deletions":10},"html":{"insertions":72,"deletions":67},"ts":{"insertions":48,"deletions":18}}}]},{"date":"2024-02-08","commitResults":[{"hash":"a6efcb9a2fa9bcd321c37a824e4d2aafa8d07a81","isMergeCommit":false,"messageTitle":"Refactor test cases","messageBody":"The test cases for the Login Component and Session Model are outdated. \r\n\r\nAdditionally, the Conflict Model has been removed. \r\n\r\nLet\u0027s refactor the test cases for the Login Component and Session Model \r\nand remove the test cases for the Conflict Model.\r\n","fileTypesAndContributionMap":{"ts":{"insertions":86,"deletions":106}}},{"hash":"339b319aaa87913d2109774f1fc6826d37992172","isMergeCommit":false,"messageTitle":"Refactor test cases for issue paginator","messageBody":"The test cases for the issue paginator are outdated. \r\n\r\nLet\u0027s refactor the test cases for the issue paginator.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":9}}},{"hash":"6dc82ffeb34973054ecfb3a10ea107f2c653c7cc","isMergeCommit":false,"messageTitle":"Refactor test cases for issue sorter","messageBody":"The test cases for the issue sorter are outdated. \r\n\r\nLet\u0027s refactor the test cases for the issue sorter.","fileTypesAndContributionMap":{"ts":{"insertions":57,"deletions":15}}},{"hash":"aefd63e82bad15390696d3aa88c9cbe93cdecaf4","isMergeCommit":false,"messageTitle":"Refactor github label constants","messageBody":"GithubLabel model\u0027s properties have been changed.\r\n\r\nLet\u0027s refactor the github label constants.","fileTypesAndContributionMap":{"ts":{"insertions":13,"deletions":29}}},{"hash":"bb4cb781ae5ba81e77cd83d789277530d37aaea6","isMergeCommit":false,"messageTitle":"Refactor test cases for search filter","messageBody":"The test cases for the search filter are outdated. \r\n\r\nLet\u0027s refactor the test cases for the search filter.","fileTypesAndContributionMap":{"ts":{"insertions":9,"deletions":48}}}]},{"date":"2024-02-22","commitResults":[{"hash":"ba39c0647b5d9064fc9ccd0c4714d2eb03c9e862","isMergeCommit":false,"messageTitle":"Remove test cases for permissions service","messageBody":"The permission service has been removed. \r\n\r\nLet\u0027s remove the test cases for the permission service.","fileTypesAndContributionMap":{"ts":{"insertions":0,"deletions":74}}}]},{"date":"2024-02-26","commitResults":[{"hash":"70c883ae370d033a6ceb5edb4e42aa39e8df2b60","isMergeCommit":false,"messageTitle":"Remove constants for DataFile and Team model","messageBody":"DataFile and Team model are removed.\r\n\r\nLet\u0027s remove the constants of these models.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":44}}},{"hash":"2c36a3846be3987bf96ec5e482e05b96a69a1f57","isMergeCommit":false,"messageTitle":"Refactor test cases for label service","messageBody":"The test cases for the label service are outdated. \r\n\r\nLet\u0027s refactor the test cases for the label service and\r\nadd test case for fetchLabels method.","fileTypesAndContributionMap":{"ts":{"insertions":74,"deletions":241}}}]},{"date":"2024-03-02","commitResults":[{"hash":"121795c9f92a508d69c0d3490f92e161c5017eee","isMergeCommit":false,"messageTitle":"Refactor test cases for issue model","messageBody":"The GithubIssue constants and the test cases\r\nfor the issue model are outdated. \r\n\r\nLet\u0027s refactor the GithubIssue constants and the\r\ntest cases for the issue model.","fileTypesAndContributionMap":{"ts":{"insertions":133,"deletions":210}}},{"hash":"dfa05628791716d3341e4ac0f96699dca2f5362f","isMergeCommit":false,"messageTitle":"Refactor test cases for phase service","messageBody":"The test cases for the phase service are outdated. \r\n\r\nLet\u0027s refactor old test cases and add test cases for new methods.","fileTypesAndContributionMap":{"ts":{"insertions":126,"deletions":39}}}]},{"date":"2024-03-04","commitResults":[{"hash":"518ea791f4f838009c79aabed6db12d94d9ebce5","isMergeCommit":false,"messageTitle":"Fix zone testing import error (#269)","messageBody":"Npm run test will break if the import statement \r\nfor zone-testing is not at the top of test.ts file. \r\n\r\nLet\u0027s reorder the import statement and disable\r\ntslint rule for test.ts file.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":1}}},{"hash":"00f64fbecc6030c83f2fda114bb2a6a09e15dad2","isMergeCommit":false,"messageTitle":"Refactor test cases for issue sorter (#270)","messageBody":"The method in issue sorter has been updated.\r\n\r\nLet\u0027s refactor the test cases to match the changes.","fileTypesAndContributionMap":{"ts":{"insertions":11,"deletions":11}}},{"hash":"48b63155ba859ba7362b118740c4e40cb7785c7c","isMergeCommit":false,"messageTitle":"Refactor test cases for user service (#271)","messageBody":"The test cases for the user service are outdated. \r\n\r\nLet\u0027s refactor test cases for user service.","fileTypesAndContributionMap":{"ts":{"insertions":23,"deletions":50}}},{"hash":"8c36423a20ad868f665ef65e30d1c73cf1b2428a","isMergeCommit":false,"messageTitle":"Refactor test cases for label filter bar component (#274)","messageBody":"The test cases for the label filter bar component are outdated. \r\n\r\nLet\u0027s refactor test cases for label filter bar component","fileTypesAndContributionMap":{"ts":{"insertions":151,"deletions":60}}}]},{"date":"2024-03-08","commitResults":[{"hash":"f435ca142f7d92bcbe8651e8f4c437f13c833a50","isMergeCommit":false,"messageTitle":"Update test cases for phase service (#275)","messageBody":"Refactor and add test cases for phase service\r\n\r\nPhase service has been updated. \r\n\r\nLet\u0027s refactor and add test cases to match the changes.","fileTypesAndContributionMap":{"ts":{"insertions":71,"deletions":27}}}]},{"date":"2024-03-20","commitResults":[{"hash":"663dec3e90481c31c1411b2cd3f1829795c686f2","isMergeCommit":false,"messageTitle":"Refactor Phase Service and remove Phase (#291)","messageBody":"The concept of \"Phase\" is inherited from CATcher. Instead of \"Phase\", \r\nWATcher provides different \"Views\" of contributions in a repository.\r\n\r\nLet\u0027s replace \"Phase\" with \"View\".","fileTypesAndContributionMap":{"html":{"insertions":14,"deletions":17},"ts":{"insertions":189,"deletions":199}}}]},{"date":"2024-03-22","commitResults":[{"hash":"caadd668b7142b6efcd99080c87ac7855fc76b25","isMergeCommit":false,"messageTitle":"Setup grouping strategy and service (#308)","messageBody":"Implement GroupBy feature to allow users to group the issues/prs\r\nbased on different criteria such as milestone, status and etc.\r\n\r\nLet\u0027s set up the Grouping Strategy and Service.","fileTypesAndContributionMap":{"ts":{"insertions":259,"deletions":4}}}]},{"date":"2024-03-25","commitResults":[{"hash":"3420a738482dfb852ca23a69849b74c9c378be0e","isMergeCommit":false,"messageTitle":"Integrate Grouping Service (#313)","messageBody":"Implement GroupBy feature to allow users to group the issues/prs\r\nbased on different criteria such as milestone, status and etc.\r\n\r\nLet\u0027s integrate the grouping service in the components.","fileTypesAndContributionMap":{"css":{"insertions":2,"deletions":2},"html":{"insertions":79,"deletions":53},"ts":{"insertions":103,"deletions":58}}}]},{"date":"2024-03-29","commitResults":[{"hash":"cd4614f34a1d0707271d1782a97b3537ed32b1e5","isMergeCommit":false,"messageTitle":"Implement group by milestone (#316)","messageBody":"WATcher\u0027s default view displays issues and pull requests based solely on\r\ntheir assignees. Grouping issues and pull requests based on their\r\nassociated milestones may provide another useful view for the user.\r\n\r\nLet\u0027s implement the \"Group by Milestone\" feature.","fileTypesAndContributionMap":{"html":{"insertions":21,"deletions":0},"ts":{"insertions":61,"deletions":4}}},{"hash":"83dcdae8faa8c5ae4f8a4e73eb4ea419e88d251b","isMergeCommit":false,"messageTitle":"Include groupby params in url (#319)","messageBody":"With groupby parameters in the URL, users can easily share \r\nthe current grouping by using the URL.\r\n\r\nLet\u0027s implement initialization with URL parameters and \r\nthe ability to set groupby parameters.","fileTypesAndContributionMap":{"ts":{"insertions":93,"deletions":17}}},{"hash":"8ddcdcdb9759da81986d0d0bdb35b45b5ba39bdc","isMergeCommit":false,"messageTitle":"Reset GroupingContextService only if \"keep filter\" is selected. (#324)","messageBody":"GroupingContextService is being reset when the \"keep filter\" \r\noption is selected.\r\n\r\nLet\u0027s check if the \"keep filter\" option is selected before\r\nresetting the service.","fileTypesAndContributionMap":{"ts":{"insertions":3,"deletions":1}}},{"hash":"70bae914be0b1aae5a4ceb6a8fb1273c022797c7","isMergeCommit":false,"messageTitle":"Refactor MilestoneGroupingStrategy to match the changes in #315 (#323)","messageBody":"Special milestone groups are not added in the parseMilestoneData\r\nmethod.\r\n\r\nLet\u0027s add the special milestone groups to the result of the getGroups\r\nmethod.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":1}}},{"hash":"2eb2aba8980fb39dd9cfd9cd704873ed48aed0d4","isMergeCommit":false,"messageTitle":"Update repo on back and forward navigation (#322)","messageBody":"IssueViewer\u0027s repository is not updated when navigating back or forward\r\nin the URL history. This will lead to inconsistency between the URL\r\nparameters and the application state.\r\n\r\nLet\u0027s ensure that IssueViewer\u0027s repository is updated on back and forward\r\nnavigation.","fileTypesAndContributionMap":{"ts":{"insertions":18,"deletions":1}}}]},{"date":"2024-03-30","commitResults":[{"hash":"3f0aa1fac438fdc1ba505494a4b75ad1b364fa86","isMergeCommit":false,"messageTitle":"Enable npm run test in GitHub Action (#325)","messageBody":"Enabling automate testing in GitHub Actions with enhanced \r\ncode quality of the codebase.\r\n\r\nLet\u0027s enable automate testing.","fileTypesAndContributionMap":{"ts":{"insertions":8,"deletions":5}}}]},{"date":"2024-04-01","commitResults":[{"hash":"b603307a9e30e8bb74773c354fc41e1c36983df9","isMergeCommit":false,"messageTitle":"Show PRs without milestone in \"Currently Active\"","messageBody":"PRs without milestone requires urgent action from the user.\r\n\r\nLet\u0027s show it in the \"Currently Active\" preset view.","fileTypesAndContributionMap":{"ts":{"insertions":3,"deletions":3}}}]},{"date":"2024-04-03","commitResults":[{"hash":"775e59ce6371251c8ae2cb075f75ccb29ad8b6d2","isMergeCommit":false,"messageTitle":"Implement dropdown menu for repo change (#347)","messageBody":"Introduce a dropdown menu for repository selection,\r\nsimplifying the process of switching between repositories. \r\n\r\nThis enhancement offers users a quicker and more\r\nintuitive method to navigate to previously visited repositories.","fileTypesAndContributionMap":{"css":{"insertions":32,"deletions":0},"html":{"insertions":28,"deletions":2},"ts":{"insertions":15,"deletions":2}}}]},{"date":"2024-04-10","commitResults":[{"hash":"a5e695ab2f183b6d10f2c1bf1db20ef7403e4cc1","isMergeCommit":false,"messageTitle":"Consider open milestone without deadline as currently active (#359)","messageBody":"For open milestones, only those with deadlines were considered as currently\r\nactive. This led to setting a closed milestone with the latest deadline as\r\ncurrently active when there is an open milestone without deadline.\r\n\r\nLet\u0027s update the selection logic to also include open milestones\r\nwithout deadlines.","fileTypesAndContributionMap":{"ts":{"insertions":27,"deletions":12}}}]}],"dishenggg":[],"MadLamprey":[{"date":"2024-01-27","commitResults":[{"hash":"bb4a7f4063c0aa33b80188a83bfc610fe147950a","isMergeCommit":false,"messageTitle":"Prevent redirection when repo not set (#228)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"html":{"insertions":4,"deletions":1}}}]},{"date":"2024-02-29","commitResults":[{"hash":"db460275c3952308858654140b7ccdbe93b33a12","isMergeCommit":false,"messageTitle":"Upgrade to Angular 11 (#252)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e\r\nCo-authored-by: Chee Hong \u003cc.h.wong2606@gmail.com\u003e","fileTypesAndContributionMap":{"ts":{"insertions":17,"deletions":13}}}]},{"date":"2024-03-12","commitResults":[{"hash":"7e68bbdaeceb5bdfcc8c09e0f3f7cbd9bd3000f4","isMergeCommit":false,"messageTitle":"Remove sorting by assignees in Issue Sorter (#286)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"ts":{"insertions":9,"deletions":24}}}]},{"date":"2024-03-21","commitResults":[{"hash":"63ed6a2329d9343bdf18afc39b44653809e3370a","isMergeCommit":false,"messageTitle":"Add tool tip for hidden users (#307)","messageBody":"Currently, there is no tool tip for the Hidden Users mat-card.\r\nIt is not immediately obvious what the column is referring to.\r\n\r\nLet\u0027s add a tool tip to make it more explanatory.\r\n\r\nCo-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"html":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-25","commitResults":[{"hash":"43ea689bd406857d7dae518ab089bf4d3029b564","isMergeCommit":false,"messageTitle":"Create tests for Error Handling service (#304)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"ts":{"insertions":101,"deletions":0}}},{"hash":"1fa6138cd5d66d33203fcab810011e9eaefab9c9","isMergeCommit":false,"messageTitle":"Create tests for Milestone service (#303)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"ts":{"insertions":55,"deletions":0}}}]},{"date":"2024-03-29","commitResults":[{"hash":"0867e1cbf2725df92870a321f91dd328af09e19c","isMergeCommit":false,"messageTitle":"Add sorting by Status (#318)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e\r\nCo-authored-by: Nguyen \u003c87511888+nknguyenhc@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"html":{"insertions":3,"deletions":0},"ts":{"insertions":23,"deletions":0}}},{"hash":"b1f3eed7d98e8fb6589e5bcde167f03d5942fe98","isMergeCommit":false,"messageTitle":"Split \u0027Without a milestone\u0027 option (#315)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e\r\nCo-authored-by: nknguyenhc \u003c87511888+nknguyenhc@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"html":{"insertions":2,"deletions":0},"ts":{"insertions":17,"deletions":14}}}]},{"date":"2024-04-03","commitResults":[{"hash":"d92079ba532ffc56283da245efe295f5edb4f203","isMergeCommit":false,"messageTitle":"Add icon for PRs without milestones (#337)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"html":{"insertions":8,"deletions":5},"ts":{"insertions":8,"deletions":1}}}]}],"Tim-Siu":[]},"authorFileTypeContributionMap":{"xenosf":{"js":0,"css":0,"html":0,"ts":0},"sopa301":{"js":0,"css":0,"html":0,"ts":0},"mingyuanc":{"js":0,"css":0,"html":0,"ts":0},"jingting1412":{"js":0,"css":0,"html":0,"ts":0},"KevinEyo1":{"js":0,"css":0,"html":0,"ts":0},"LamJiuFong":{"js":0,"css":0,"html":0,"ts":0},"yiwen101":{"js":0,"css":0,"html":0,"ts":0},"jonasongg":{"js":0,"css":0,"html":0,"ts":0},"domoberzin":{"js":0,"css":0,"html":0,"ts":0},"asdfghjkxd":{"js":0,"css":0,"html":0,"ts":0},"yuanxi1":{"js":0,"css":0,"html":0,"ts":0},"supermii2":{"js":0,"css":0,"html":0,"ts":0},"marquestye":{"js":0,"css":0,"html":0,"ts":0},"nknguyenhc":{"js":0,"css":121,"html":43,"ts":394},"Arif-Khalid":{"js":0,"css":24,"html":28,"ts":293},"NereusWB922":{"js":0,"css":163,"html":157,"ts":1451},"dishenggg":{"js":0,"css":0,"html":0,"ts":0},"MadLamprey":{"js":0,"css":0,"html":13,"ts":220},"Tim-Siu":{"js":0,"css":0,"html":0,"ts":0}},"authorContributionVariance":{"xenosf":0.0,"sopa301":0.0,"mingyuanc":0.0,"jingting1412":0.0,"KevinEyo1":0.0,"LamJiuFong":0.0,"yiwen101":0.0,"jonasongg":0.0,"domoberzin":0.0,"asdfghjkxd":0.0,"yuanxi1":0.0,"supermii2":0.0,"marquestye":0.0,"nknguyenhc":940.80304,"Arif-Khalid":1566.148,"NereusWB922":8061.588,"dishenggg":0.0,"MadLamprey":224.28015,"Tim-Siu":0.0},"authorDisplayNameMap":{"xenosf":"XENO..NONG","sopa301":"POON..RYAN","mingyuanc":"CHIN..YUAN","jingting1412":"WANG..TING","KevinEyo1":"EYO ..EVIN","LamJiuFong":"LAM ..FONG","yiwen101":"WANG..IWEN","jonasongg":"JONA.. WEI","domoberzin":"DOMI.. GIN","asdfghjkxd":"GEOR.. YAO","yuanxi1":"ZHU ..ANXI","supermii2":"ALVI..S NG","marquestye":"TYE ..QUES","nknguyenhc":"NGUY..UYEN","Arif-Khalid":"ARIF..ALID","NereusWB922":"NERE.. BIN","dishenggg":"YEO ..HENG","MadLamprey":"MISR..ITYA","Tim-Siu":"XU S..UYAO"}} +{"authorDailyContributionsMap":{"xenosf":[],"sopa301":[],"mingyuanc":[],"jingting1412":[],"KevinEyo1":[],"LamJiuFong":[],"yiwen101":[],"jonasongg":[],"domoberzin":[],"asdfghjkxd":[],"yuanxi1":[],"supermii2":[],"marquestye":[],"nknguyenhc":[{"date":"2024-02-06","commitResults":[{"hash":"043311b90c12118a4d9d8468a64e1fc7021ad64d","isMergeCommit":false,"messageTitle":"Fix label filter not working (#230)","messageBody":"Fix label filter not working\r\n\r\nFilters takes the value of `label.formattedName` instead of `label.name`.","fileTypesAndContributionMap":{"html":{"insertions":13,"deletions":5}}}]},{"date":"2024-02-13","commitResults":[{"hash":"64a68624b77c88cee70cd870e2966c1c27b89eb8","isMergeCommit":false,"messageTitle":"Add column of hidden users (#235)","messageBody":"After #192, assignees of a repo without any issues or PRs\r\nare hidden. Now, add the column to display such users\r\nwith 0 PRs and issues.\r\n\r\nCo-authored-by: Gabriel Goh \u003c77230723+gycgabriel@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"css":{"insertions":82,"deletions":0},"html":{"insertions":24,"deletions":0},"ts":{"insertions":44,"deletions":2}}}]},{"date":"2024-02-19","commitResults":[{"hash":"d6dadf4a49a6fc19e2eaa99bb37c7fe89f458a81","isMergeCommit":false,"messageTitle":"Refactor Label model (#254)","messageBody":"Previously, label full names are separated into label name\r\nand label category. However, this is not necessary for WATcher.\r\n\r\nLet\u0027s remove the separation so that filters only make use\r\nof the full name.","fileTypesAndContributionMap":{"html":{"insertions":6,"deletions":14},"ts":{"insertions":6,"deletions":14}}}]},{"date":"2024-02-26","commitResults":[{"hash":"3db1c8aa33942114acfd55af87da3d7c8d751390","isMergeCommit":false,"messageTitle":"Add shareable repo-specific URL (#255)","messageBody":"Previously, URLs are fixed upon repo change, hence URLs are not shareable.\r\n\r\nLet\u0027s make the current repo visible in the URL, so that it shareable.\r\n\r\nFurthermore, login is automated when there is such next route to be redirected to.","fileTypesAndContributionMap":{"ts":{"insertions":163,"deletions":9}}}]},{"date":"2024-03-21","commitResults":[{"hash":"6fb348ea31d05320af1ecc2e7c83dcfecf95e2f7","isMergeCommit":false,"messageTitle":"Hide redundant column pagination (#309)","messageBody":"Column pagination arrows cause unnecessary clogs\r\nif they are disabled.\r\n\r\nWe hide arrows on columns that only has one page.","fileTypesAndContributionMap":{"css":{"insertions":12,"deletions":0},"html":{"insertions":6,"deletions":1},"ts":{"insertions":8,"deletions":2}}}]},{"date":"2024-03-22","commitResults":[{"hash":"e3d4a3464879414ab4724dde0f9b4cc24aebf7df","isMergeCommit":false,"messageTitle":"Three-state labels (#282)","messageBody":"Previously, each label only has 2 states, either selected or\r\nnot selected. However, with such design,\r\nthe feature of hiding labels can be confused\r\nwith hiding issues/PRs with the label.\r\n\r\nWe implement the three-state label filters,\r\nso that each label can also be used to hide\r\nissues/PRs with the label.","fileTypesAndContributionMap":{"css":{"insertions":20,"deletions":5},"html":{"insertions":22,"deletions":26},"ts":{"insertions":48,"deletions":36}}}]},{"date":"2024-03-25","commitResults":[{"hash":"a65bb59578c4157be05f3c38fd712e411e43a155","isMergeCommit":false,"messageTitle":"Status filter checkboxes (#310)","messageBody":"We implement checkboxes for status, so that\r\nmultiple types of PRs/issues can be viewed concurrently.","fileTypesAndContributionMap":{"html":{"insertions":6,"deletions":5},"ts":{"insertions":39,"deletions":39}}}]},{"date":"2024-03-29","commitResults":[{"hash":"c3418d8d50071cde7ea19040df0ec411a0f49786","isMergeCommit":false,"messageTitle":"Add preset views (#320)","messageBody":"Currently, there are a lot of options of filters,\r\nbut there are no suggested useful preset views.\r\n\r\nWe add preset views for users to choose from,\r\nand via a button on the header.","fileTypesAndContributionMap":{"html":{"insertions":22,"deletions":2},"ts":{"insertions":156,"deletions":23}}}]},{"date":"2024-03-30","commitResults":[{"hash":"3ce551efd72e12ec9b43698d84e293892d1e4964","isMergeCommit":false,"messageTitle":"Fix for no milestone case (#326)","messageBody":"When there are no milestones in the repo,\r\nthe issue viewer shows nothing.\r\n\r\nChange is made so that if there is no milestone\r\nin the milestone service, do not apply the milestone filter.","fileTypesAndContributionMap":{"ts":{"insertions":9,"deletions":4}}}]},{"date":"2024-04-01","commitResults":[{"hash":"e7fb0f992c82b05cd5418a1e747351b4a8af254a","isMergeCommit":false,"messageTitle":"Fix preset view selection appearance (#338)","messageBody":"For the preset view selection, brackets are removed\r\nand left margin is added to increase visibility.","fileTypesAndContributionMap":{"html":{"insertions":13,"deletions":15}}}]},{"date":"2024-04-03","commitResults":[{"hash":"d356fbe192b4b4761a512afbb9ba7409cc4b1362","isMergeCommit":false,"messageTitle":"Hide column issue count (#346)","messageBody":"We hide the issue column count when there is only one page,\r\nto make space for the issues.","fileTypesAndContributionMap":{"css":{"insertions":12,"deletions":9}}}]},{"date":"2024-04-11","commitResults":[{"hash":"95a5486be2ecaade7f43496356b0a1f76be7710e","isMergeCommit":false,"messageTitle":"Optimise Github API calls (#360)","messageBody":"Previously, multiple Github API calls causes Github\r\nto ask users for reauthorisation, or in rare cases,\r\nrate limit is exceeded.\r\n\r\nWe reduce the number of API calls to Github\r\nto reduce such issues.","fileTypesAndContributionMap":{"ts":{"insertions":25,"deletions":45}}}]}],"Arif-Khalid":[{"date":"2024-01-25","commitResults":[{"hash":"79602d69bd13e2ab8c06ab6d9a6eca8b4a61e8b0","isMergeCommit":false,"messageTitle":"Hide 0 issue columns (#223)","messageBody":"Hide 0 issue columns.\r\n\r\n0 Issue columns are shown.\r\n\r\nHiding issues with 0 columns reduces the clutter on screen, \r\ncreating a better user experience. \r\nIllogical columns such as issues that are unassigned when sorting by\r\npull requests are also removed inherently.\r\n\r\nLet\u0027s add logic to hide the columns when they have no issues \r\nassociated to them.","fileTypesAndContributionMap":{"html":{"insertions":10,"deletions":1},"ts":{"insertions":15,"deletions":2}}}]},{"date":"2024-02-06","commitResults":[{"hash":"cd0d7e9f2a5169307c0c92a89a33e24610381839","isMergeCommit":false,"messageTitle":"Remove unused services (#238)","messageBody":"Couple of unused services copied from CATcher.\r\n\r\nUnused code should be removed to simplify code base \r\nand improve developer experience.\r\n\r\nLet\u0027s remove these unused services.","fileTypesAndContributionMap":{"ts":{"insertions":0,"deletions":359}}}]},{"date":"2024-02-14","commitResults":[{"hash":"5031ee2e33b49d0275892849703b81a1fc028a3d","isMergeCommit":false,"messageTitle":"Remove unused models in WATcher","messageBody":"There are a few of unused models ported from CATcher.\r\n\r\nUnnecessary models contributes to code clutter and hurts understandability\r\nof code base.\r\n\r\nLet\u0027s remove these unused models from WATcher to increase code cleanliness.","fileTypesAndContributionMap":{"ts":{"insertions":0,"deletions":40}}},{"hash":"09ef51d1e360350d0d73a4a66063df59f805d3e2","isMergeCommit":false,"messageTitle":"Remove unused session-fix-confirmation component in WATcher","messageBody":"This is a component only used in CATcher.\r\n\r\nUnnecessary components contributes to code clutter and hurts understandability\r\nof code base.\r\n\r\nLet\u0027s remove this unused component from WATcher to increase code cleanliness.","fileTypesAndContributionMap":{"css":{"insertions":0,"deletions":0},"html":{"insertions":0,"deletions":9},"ts":{"insertions":1,"deletions":27}}}]},{"date":"2024-02-22","commitResults":[{"hash":"7dbc28230cf4e6d2aa3d95448a0e247b03a5fcee","isMergeCommit":false,"messageTitle":"Refactor certain filters into its own service (#259)","messageBody":"Filters are observed, subscribed and emitted in many different \r\ncomponents.\r\n\r\nThis makes the code base hard to understand\r\nand adapt for filtering in future components.\r\n\r\nLet\u0027s refactor the filters into its own centralised service.","fileTypesAndContributionMap":{"html":{"insertions":3,"deletions":3},"ts":{"insertions":73,"deletions":35}}}]},{"date":"2024-02-28","commitResults":[{"hash":"ad94663e1ac524b83b022a622544181209881c1f","isMergeCommit":false,"messageTitle":"Refactor sorting (#261)","messageBody":"MatSort is passed by reference into IssueDataTables,\r\nlifted up from filter-bar component. Changes to \r\nMatSort are detected and handled in IssueDataTables.\r\n\r\nMatSort reference in IssueDataTables performs the \r\nresponsibility of a dropdown filter outside of the \r\nfilters service.\r\nThis violates good programming practices.\r\n\r\nLet\u0027s refactor the sort filter into the filters service.","fileTypesAndContributionMap":{"html":{"insertions":8,"deletions":5},"ts":{"insertions":19,"deletions":40}}},{"hash":"ac150e0c2c69d668481bd6594339618a59ebde7c","isMergeCommit":false,"messageTitle":"Refactor milestone filters (#264)","messageBody":"","fileTypesAndContributionMap":{"html":{"insertions":2,"deletions":2}}}]},{"date":"2024-03-04","commitResults":[{"hash":"06260a9f2baada4cff35e536143ce6adae1d2c42","isMergeCommit":false,"messageTitle":"Refactor title filter (#265)","messageBody":"Title filter is handled outside of filters service\r\n\r\nThis violates the responsibility of the filters service\r\n\r\nLet\u0027s refactor the search filter to use the filters service","fileTypesAndContributionMap":{"html":{"insertions":7,"deletions":7},"ts":{"insertions":61,"deletions":83}}}]},{"date":"2024-03-12","commitResults":[{"hash":"f6a8f236d9d0b0dde9f0f97db3997e983b2b85a1","isMergeCommit":false,"messageTitle":"Refactor milestones to save by name (#289)","messageBody":"We store milestones by number.\r\n\r\nThis works when filters are confined to one repo, but\r\ndoesn\u0027t make sense when saving filters across repos.\r\n\r\nLet\u0027s refactor the milestones to save by title instead\r\nof number","fileTypesAndContributionMap":{"html":{"insertions":1,"deletions":1},"ts":{"insertions":5,"deletions":7}}}]},{"date":"2024-03-20","commitResults":[{"hash":"8817ca32edd30d76509d0f3134c3d47b90a42d92","isMergeCommit":false,"messageTitle":"Keep filters when switching repos (#281)","messageBody":"No way to keep filters when changing repos.\r\n\r\nAn option to keep the common filters will be useful for anyone\r\nmanaging multiple repositories without the hassle of reapplying \r\nthe same filters.\r\n\r\nLet\u0027s add a checkbox to the change repo dialog allowing \r\nusers to keep their filters.","fileTypesAndContributionMap":{"css":{"insertions":5,"deletions":0},"html":{"insertions":11,"deletions":3},"ts":{"insertions":89,"deletions":41}}}]},{"date":"2024-03-27","commitResults":[{"hash":"b226977751a2300b470958e5fa248edcbeb4922a","isMergeCommit":false,"messageTitle":"Keep milestones when switching repo (#311)","messageBody":"Milestones are not saved even when filters are kept.\r\n\r\nThis is inconsistent with the meaning of keeping filters.\r\n\r\nLet\u0027s implement keeping milestones across repos.","fileTypesAndContributionMap":{"ts":{"insertions":32,"deletions":1}}}]},{"date":"2024-03-30","commitResults":[{"hash":"fa69625226c3b95b08251b51d254c606d6ed888c","isMergeCommit":false,"messageTitle":"Add filters to url (#314)","messageBody":"Filters cannot be shared to among users.\r\n\r\nUsers might want to share their current view\r\nto others, consisting of their current filters.\r\n\r\nLet\u0027s pull and store filters in the URL to allow\r\nsharing of filter combinations.","fileTypesAndContributionMap":{"ts":{"insertions":71,"deletions":11}}}]},{"date":"2024-04-01","commitResults":[{"hash":"44fd3ca4c69dfd50ee8d825c5c318255530b3963","isMergeCommit":false,"messageTitle":"Fix default preset view (#334)","messageBody":"The default view is custom instead of currently active.\r\n\r\nThe default view should show the most relevant information\r\nto users. This should be the currently active preset view.\r\n\r\nLet\u0027s change the default view to be currently active.","fileTypesAndContributionMap":{"ts":{"insertions":6,"deletions":0}}}]},{"date":"2024-04-03","commitResults":[{"hash":"99d2c72e7b7ce4ccffc190e918fb0639ffe020f9","isMergeCommit":false,"messageTitle":"Remove quotation marks from url (#345)","messageBody":"Quotation marks and null parameters are present for\r\nfilters saved in url.\r\n\r\nQuotation marks are unnecessary and empty filters\r\ncan be removed from the URL in order to make it\r\nmore readable and editable by advanced users.\r\n\r\nLet\u0027s remove null params and remove quotation marks\r\nfrom the url.","fileTypesAndContributionMap":{"ts":{"insertions":65,"deletions":14}}}]},{"date":"2024-04-08","commitResults":[{"hash":"709afa760ec06204f463ce476aaefd008b8e8c0a","isMergeCommit":false,"messageTitle":"Show preset view only when repo is set (#355)","messageBody":"Preset view is shown before a repo is selected.\r\n\r\nThere is no reason to show the current preset\r\nview and might confuse users as to its purpose\r\nwhen no repo is selected.\r\n\r\nLet\u0027s hide the preset view until a repo is selected.","fileTypesAndContributionMap":{"html":{"insertions":2,"deletions":2}}}]},{"date":"2024-04-10","commitResults":[{"hash":"5ff13fec764fee4239503d43734594127ee2ba85","isMergeCommit":false,"messageTitle":"Fix top and bottom shadow of columns (#357)","messageBody":"A few bugs exist related to column shadows. \r\nTop shadow is shown when there are no elements\r\nbehind header and hidden when there are.\r\nBottom shadow sticks to the column as a user scrolls.\r\n\r\nThese are not the intended behaviour of the shadows\r\nto indicate presence of elements behind above or\r\nbelow columns respectively.\r\n\r\nLet\u0027s update the CSS to correspond to\r\nappropriate shadow behaviours.","fileTypesAndContributionMap":{"css":{"insertions":21,"deletions":25},"html":{"insertions":1,"deletions":1}}}]}],"NereusWB922":[{"date":"2024-02-06","commitResults":[{"hash":"552868032ec6a8340d1f8c8d662ad22189d134f1","isMergeCommit":false,"messageTitle":"Improve activity dashboard design (#233)","messageBody":"Improve activity dashboard design\r\n\r\nThe ID column in the event table is not useful for the user.\r\n\r\nThe design of the dashboard is too simple. The event table\u0027s height is\r\nnot fixed, and the expanded event details might cause the table to be\r\ntoo long, which is very inconvenient.\r\n\r\nTo address this, let\u0027s hide the ID column, add some information about\r\nthe actor, fix the event table height and make it scrollable, and\r\nimplement a dialog to display event details.","fileTypesAndContributionMap":{"css":{"insertions":129,"deletions":10},"html":{"insertions":72,"deletions":67},"ts":{"insertions":48,"deletions":18}}}]},{"date":"2024-02-08","commitResults":[{"hash":"a6efcb9a2fa9bcd321c37a824e4d2aafa8d07a81","isMergeCommit":false,"messageTitle":"Refactor test cases","messageBody":"The test cases for the Login Component and Session Model are outdated. \r\n\r\nAdditionally, the Conflict Model has been removed. \r\n\r\nLet\u0027s refactor the test cases for the Login Component and Session Model \r\nand remove the test cases for the Conflict Model.\r\n","fileTypesAndContributionMap":{"ts":{"insertions":86,"deletions":106}}},{"hash":"339b319aaa87913d2109774f1fc6826d37992172","isMergeCommit":false,"messageTitle":"Refactor test cases for issue paginator","messageBody":"The test cases for the issue paginator are outdated. \r\n\r\nLet\u0027s refactor the test cases for the issue paginator.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":9}}},{"hash":"6dc82ffeb34973054ecfb3a10ea107f2c653c7cc","isMergeCommit":false,"messageTitle":"Refactor test cases for issue sorter","messageBody":"The test cases for the issue sorter are outdated. \r\n\r\nLet\u0027s refactor the test cases for the issue sorter.","fileTypesAndContributionMap":{"ts":{"insertions":57,"deletions":15}}},{"hash":"aefd63e82bad15390696d3aa88c9cbe93cdecaf4","isMergeCommit":false,"messageTitle":"Refactor github label constants","messageBody":"GithubLabel model\u0027s properties have been changed.\r\n\r\nLet\u0027s refactor the github label constants.","fileTypesAndContributionMap":{"ts":{"insertions":13,"deletions":29}}},{"hash":"bb4cb781ae5ba81e77cd83d789277530d37aaea6","isMergeCommit":false,"messageTitle":"Refactor test cases for search filter","messageBody":"The test cases for the search filter are outdated. \r\n\r\nLet\u0027s refactor the test cases for the search filter.","fileTypesAndContributionMap":{"ts":{"insertions":9,"deletions":48}}}]},{"date":"2024-02-22","commitResults":[{"hash":"ba39c0647b5d9064fc9ccd0c4714d2eb03c9e862","isMergeCommit":false,"messageTitle":"Remove test cases for permissions service","messageBody":"The permission service has been removed. \r\n\r\nLet\u0027s remove the test cases for the permission service.","fileTypesAndContributionMap":{"ts":{"insertions":0,"deletions":74}}}]},{"date":"2024-02-26","commitResults":[{"hash":"70c883ae370d033a6ceb5edb4e42aa39e8df2b60","isMergeCommit":false,"messageTitle":"Remove constants for DataFile and Team model","messageBody":"DataFile and Team model are removed.\r\n\r\nLet\u0027s remove the constants of these models.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":44}}},{"hash":"2c36a3846be3987bf96ec5e482e05b96a69a1f57","isMergeCommit":false,"messageTitle":"Refactor test cases for label service","messageBody":"The test cases for the label service are outdated. \r\n\r\nLet\u0027s refactor the test cases for the label service and\r\nadd test case for fetchLabels method.","fileTypesAndContributionMap":{"ts":{"insertions":74,"deletions":241}}}]},{"date":"2024-03-02","commitResults":[{"hash":"121795c9f92a508d69c0d3490f92e161c5017eee","isMergeCommit":false,"messageTitle":"Refactor test cases for issue model","messageBody":"The GithubIssue constants and the test cases\r\nfor the issue model are outdated. \r\n\r\nLet\u0027s refactor the GithubIssue constants and the\r\ntest cases for the issue model.","fileTypesAndContributionMap":{"ts":{"insertions":133,"deletions":210}}},{"hash":"dfa05628791716d3341e4ac0f96699dca2f5362f","isMergeCommit":false,"messageTitle":"Refactor test cases for phase service","messageBody":"The test cases for the phase service are outdated. \r\n\r\nLet\u0027s refactor old test cases and add test cases for new methods.","fileTypesAndContributionMap":{"ts":{"insertions":126,"deletions":39}}}]},{"date":"2024-03-04","commitResults":[{"hash":"518ea791f4f838009c79aabed6db12d94d9ebce5","isMergeCommit":false,"messageTitle":"Fix zone testing import error (#269)","messageBody":"Npm run test will break if the import statement \r\nfor zone-testing is not at the top of test.ts file. \r\n\r\nLet\u0027s reorder the import statement and disable\r\ntslint rule for test.ts file.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":1}}},{"hash":"00f64fbecc6030c83f2fda114bb2a6a09e15dad2","isMergeCommit":false,"messageTitle":"Refactor test cases for issue sorter (#270)","messageBody":"The method in issue sorter has been updated.\r\n\r\nLet\u0027s refactor the test cases to match the changes.","fileTypesAndContributionMap":{"ts":{"insertions":11,"deletions":11}}},{"hash":"48b63155ba859ba7362b118740c4e40cb7785c7c","isMergeCommit":false,"messageTitle":"Refactor test cases for user service (#271)","messageBody":"The test cases for the user service are outdated. \r\n\r\nLet\u0027s refactor test cases for user service.","fileTypesAndContributionMap":{"ts":{"insertions":23,"deletions":50}}},{"hash":"8c36423a20ad868f665ef65e30d1c73cf1b2428a","isMergeCommit":false,"messageTitle":"Refactor test cases for label filter bar component (#274)","messageBody":"The test cases for the label filter bar component are outdated. \r\n\r\nLet\u0027s refactor test cases for label filter bar component","fileTypesAndContributionMap":{"ts":{"insertions":151,"deletions":60}}}]},{"date":"2024-03-08","commitResults":[{"hash":"f435ca142f7d92bcbe8651e8f4c437f13c833a50","isMergeCommit":false,"messageTitle":"Update test cases for phase service (#275)","messageBody":"Refactor and add test cases for phase service\r\n\r\nPhase service has been updated. \r\n\r\nLet\u0027s refactor and add test cases to match the changes.","fileTypesAndContributionMap":{"ts":{"insertions":71,"deletions":27}}}]},{"date":"2024-03-20","commitResults":[{"hash":"663dec3e90481c31c1411b2cd3f1829795c686f2","isMergeCommit":false,"messageTitle":"Refactor Phase Service and remove Phase (#291)","messageBody":"The concept of \"Phase\" is inherited from CATcher. Instead of \"Phase\", \r\nWATcher provides different \"Views\" of contributions in a repository.\r\n\r\nLet\u0027s replace \"Phase\" with \"View\".","fileTypesAndContributionMap":{"html":{"insertions":14,"deletions":17},"ts":{"insertions":189,"deletions":199}}}]},{"date":"2024-03-22","commitResults":[{"hash":"caadd668b7142b6efcd99080c87ac7855fc76b25","isMergeCommit":false,"messageTitle":"Setup grouping strategy and service (#308)","messageBody":"Implement GroupBy feature to allow users to group the issues/prs\r\nbased on different criteria such as milestone, status and etc.\r\n\r\nLet\u0027s set up the Grouping Strategy and Service.","fileTypesAndContributionMap":{"ts":{"insertions":259,"deletions":4}}}]},{"date":"2024-03-25","commitResults":[{"hash":"3420a738482dfb852ca23a69849b74c9c378be0e","isMergeCommit":false,"messageTitle":"Integrate Grouping Service (#313)","messageBody":"Implement GroupBy feature to allow users to group the issues/prs\r\nbased on different criteria such as milestone, status and etc.\r\n\r\nLet\u0027s integrate the grouping service in the components.","fileTypesAndContributionMap":{"css":{"insertions":2,"deletions":2},"html":{"insertions":79,"deletions":53},"ts":{"insertions":103,"deletions":58}}}]},{"date":"2024-03-29","commitResults":[{"hash":"cd4614f34a1d0707271d1782a97b3537ed32b1e5","isMergeCommit":false,"messageTitle":"Implement group by milestone (#316)","messageBody":"WATcher\u0027s default view displays issues and pull requests based solely on\r\ntheir assignees. Grouping issues and pull requests based on their\r\nassociated milestones may provide another useful view for the user.\r\n\r\nLet\u0027s implement the \"Group by Milestone\" feature.","fileTypesAndContributionMap":{"html":{"insertions":21,"deletions":0},"ts":{"insertions":61,"deletions":4}}},{"hash":"83dcdae8faa8c5ae4f8a4e73eb4ea419e88d251b","isMergeCommit":false,"messageTitle":"Include groupby params in url (#319)","messageBody":"With groupby parameters in the URL, users can easily share \r\nthe current grouping by using the URL.\r\n\r\nLet\u0027s implement initialization with URL parameters and \r\nthe ability to set groupby parameters.","fileTypesAndContributionMap":{"ts":{"insertions":93,"deletions":17}}},{"hash":"8ddcdcdb9759da81986d0d0bdb35b45b5ba39bdc","isMergeCommit":false,"messageTitle":"Reset GroupingContextService only if \"keep filter\" is selected. (#324)","messageBody":"GroupingContextService is being reset when the \"keep filter\" \r\noption is selected.\r\n\r\nLet\u0027s check if the \"keep filter\" option is selected before\r\nresetting the service.","fileTypesAndContributionMap":{"ts":{"insertions":3,"deletions":1}}},{"hash":"70bae914be0b1aae5a4ceb6a8fb1273c022797c7","isMergeCommit":false,"messageTitle":"Refactor MilestoneGroupingStrategy to match the changes in #315 (#323)","messageBody":"Special milestone groups are not added in the parseMilestoneData\r\nmethod.\r\n\r\nLet\u0027s add the special milestone groups to the result of the getGroups\r\nmethod.","fileTypesAndContributionMap":{"ts":{"insertions":4,"deletions":1}}},{"hash":"2eb2aba8980fb39dd9cfd9cd704873ed48aed0d4","isMergeCommit":false,"messageTitle":"Update repo on back and forward navigation (#322)","messageBody":"IssueViewer\u0027s repository is not updated when navigating back or forward\r\nin the URL history. This will lead to inconsistency between the URL\r\nparameters and the application state.\r\n\r\nLet\u0027s ensure that IssueViewer\u0027s repository is updated on back and forward\r\nnavigation.","fileTypesAndContributionMap":{"ts":{"insertions":18,"deletions":1}}}]},{"date":"2024-03-30","commitResults":[{"hash":"3f0aa1fac438fdc1ba505494a4b75ad1b364fa86","isMergeCommit":false,"messageTitle":"Enable npm run test in GitHub Action (#325)","messageBody":"Enabling automate testing in GitHub Actions with enhanced \r\ncode quality of the codebase.\r\n\r\nLet\u0027s enable automate testing.","fileTypesAndContributionMap":{"ts":{"insertions":8,"deletions":5}}}]},{"date":"2024-04-01","commitResults":[{"hash":"b603307a9e30e8bb74773c354fc41e1c36983df9","isMergeCommit":false,"messageTitle":"Show PRs without milestone in \"Currently Active\"","messageBody":"PRs without milestone requires urgent action from the user.\r\n\r\nLet\u0027s show it in the \"Currently Active\" preset view.","fileTypesAndContributionMap":{"ts":{"insertions":3,"deletions":3}}}]},{"date":"2024-04-03","commitResults":[{"hash":"775e59ce6371251c8ae2cb075f75ccb29ad8b6d2","isMergeCommit":false,"messageTitle":"Implement dropdown menu for repo change (#347)","messageBody":"Introduce a dropdown menu for repository selection,\r\nsimplifying the process of switching between repositories. \r\n\r\nThis enhancement offers users a quicker and more\r\nintuitive method to navigate to previously visited repositories.","fileTypesAndContributionMap":{"css":{"insertions":32,"deletions":0},"html":{"insertions":28,"deletions":2},"ts":{"insertions":15,"deletions":2}}}]},{"date":"2024-04-10","commitResults":[{"hash":"a5e695ab2f183b6d10f2c1bf1db20ef7403e4cc1","isMergeCommit":false,"messageTitle":"Consider open milestone without deadline as currently active (#359)","messageBody":"For open milestones, only those with deadlines were considered as currently\r\nactive. This led to setting a closed milestone with the latest deadline as\r\ncurrently active when there is an open milestone without deadline.\r\n\r\nLet\u0027s update the selection logic to also include open milestones\r\nwithout deadlines.","fileTypesAndContributionMap":{"ts":{"insertions":27,"deletions":12}}}]}],"dishenggg":[],"MadLamprey":[{"date":"2024-01-27","commitResults":[{"hash":"bb4a7f4063c0aa33b80188a83bfc610fe147950a","isMergeCommit":false,"messageTitle":"Prevent redirection when repo not set (#228)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"html":{"insertions":4,"deletions":1}}}]},{"date":"2024-02-29","commitResults":[{"hash":"db460275c3952308858654140b7ccdbe93b33a12","isMergeCommit":false,"messageTitle":"Upgrade to Angular 11 (#252)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e\r\nCo-authored-by: Chee Hong \u003cc.h.wong2606@gmail.com\u003e","fileTypesAndContributionMap":{"ts":{"insertions":17,"deletions":13}}}]},{"date":"2024-03-12","commitResults":[{"hash":"7e68bbdaeceb5bdfcc8c09e0f3f7cbd9bd3000f4","isMergeCommit":false,"messageTitle":"Remove sorting by assignees in Issue Sorter (#286)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"ts":{"insertions":9,"deletions":24}}}]},{"date":"2024-03-21","commitResults":[{"hash":"63ed6a2329d9343bdf18afc39b44653809e3370a","isMergeCommit":false,"messageTitle":"Add tool tip for hidden users (#307)","messageBody":"Currently, there is no tool tip for the Hidden Users mat-card.\r\nIt is not immediately obvious what the column is referring to.\r\n\r\nLet\u0027s add a tool tip to make it more explanatory.\r\n\r\nCo-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"html":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-25","commitResults":[{"hash":"43ea689bd406857d7dae518ab089bf4d3029b564","isMergeCommit":false,"messageTitle":"Create tests for Error Handling service (#304)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"ts":{"insertions":101,"deletions":0}}},{"hash":"1fa6138cd5d66d33203fcab810011e9eaefab9c9","isMergeCommit":false,"messageTitle":"Create tests for Milestone service (#303)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"ts":{"insertions":55,"deletions":0}}}]},{"date":"2024-03-29","commitResults":[{"hash":"0867e1cbf2725df92870a321f91dd328af09e19c","isMergeCommit":false,"messageTitle":"Add sorting by Status (#318)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e\r\nCo-authored-by: Nguyen \u003c87511888+nknguyenhc@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"html":{"insertions":3,"deletions":0},"ts":{"insertions":23,"deletions":0}}},{"hash":"b1f3eed7d98e8fb6589e5bcde167f03d5942fe98","isMergeCommit":false,"messageTitle":"Split \u0027Without a milestone\u0027 option (#315)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e\r\nCo-authored-by: nknguyenhc \u003c87511888+nknguyenhc@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"html":{"insertions":2,"deletions":0},"ts":{"insertions":17,"deletions":14}}}]},{"date":"2024-04-03","commitResults":[{"hash":"d92079ba532ffc56283da245efe295f5edb4f203","isMergeCommit":false,"messageTitle":"Add icon for PRs without milestones (#337)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"html":{"insertions":8,"deletions":5},"ts":{"insertions":8,"deletions":1}}}]},{"date":"2024-04-11","commitResults":[{"hash":"d70f9b1881972d0491ee92774f04ae29f0a9233b","isMergeCommit":false,"messageTitle":"Make ItemsPerPage common for all card views (#362)","messageBody":"Co-authored-by: Misra Aditya \u003ce1096355@u.nus.edu\u003e","fileTypesAndContributionMap":{"css":{"insertions":2,"deletions":2},"html":{"insertions":14,"deletions":3},"ts":{"insertions":23,"deletions":7}}}]}],"Tim-Siu":[]},"authorFileTypeContributionMap":{"xenosf":{"js":0,"css":0,"html":0,"ts":0},"sopa301":{"js":0,"css":0,"html":0,"ts":0},"mingyuanc":{"js":0,"css":0,"html":0,"ts":0},"jingting1412":{"js":0,"css":0,"html":0,"ts":0},"KevinEyo1":{"js":0,"css":0,"html":0,"ts":0},"LamJiuFong":{"js":0,"css":0,"html":0,"ts":0},"yiwen101":{"js":0,"css":0,"html":0,"ts":0},"jonasongg":{"js":0,"css":0,"html":0,"ts":0},"domoberzin":{"js":0,"css":0,"html":0,"ts":0},"asdfghjkxd":{"js":0,"css":0,"html":0,"ts":0},"yuanxi1":{"js":0,"css":0,"html":0,"ts":0},"supermii2":{"js":0,"css":0,"html":0,"ts":0},"marquestye":{"js":0,"css":0,"html":0,"ts":0},"nknguyenhc":{"js":0,"css":121,"html":42,"ts":402},"Arif-Khalid":{"js":0,"css":24,"html":28,"ts":292},"NereusWB922":{"js":0,"css":162,"html":157,"ts":1450},"dishenggg":{"js":0,"css":0,"html":0,"ts":0},"MadLamprey":{"js":0,"css":2,"html":25,"ts":243},"Tim-Siu":{"js":0,"css":0,"html":0,"ts":0}},"authorContributionVariance":{"xenosf":0.0,"sopa301":0.0,"mingyuanc":0.0,"jingting1412":0.0,"KevinEyo1":0.0,"LamJiuFong":0.0,"yiwen101":0.0,"jonasongg":0.0,"domoberzin":0.0,"asdfghjkxd":0.0,"yuanxi1":0.0,"supermii2":0.0,"marquestye":0.0,"nknguyenhc":963.3614,"Arif-Khalid":1555.0162,"NereusWB922":8005.9688,"dishenggg":0.0,"MadLamprey":240.27345,"Tim-Siu":0.0},"authorDisplayNameMap":{"xenosf":"XENO..NONG","sopa301":"POON..RYAN","mingyuanc":"CHIN..YUAN","jingting1412":"WANG..TING","KevinEyo1":"EYO ..EVIN","LamJiuFong":"LAM ..FONG","yiwen101":"WANG..IWEN","jonasongg":"JONA.. WEI","domoberzin":"DOMI.. GIN","asdfghjkxd":"GEOR.. YAO","yuanxi1":"ZHU ..ANXI","supermii2":"ALVI..S NG","marquestye":"TYE ..QUES","nknguyenhc":"NGUY..UYEN","Arif-Khalid":"ARIF..ALID","NereusWB922":"NERE.. BIN","dishenggg":"YEO ..HENG","MadLamprey":"MISR..ITYA","Tim-Siu":"XU S..UYAO"}} diff --git a/archive.zip b/archive.zip index dd592de..f15f290 100644 Binary files a/archive.zip and b/archive.zip differ diff --git a/markbind_markbind_master/authorship.json b/markbind_markbind_master/authorship.json index 2f73778..278be99 100644 --- a/markbind_markbind_master/authorship.json +++ b/markbind_markbind_master/authorship.json @@ -1 +1 @@ -[{"path":".github/workflows/pr-merge.yml","fileType":"yml","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"name: Pull Request Review Action"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"on:"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" pull_request_target:"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" types:"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" - closed"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"concurrency:"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" cancel-in-progress: true"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"jobs:"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" check-pr-label:"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" if: ${{ github.event.pull_request.merged }}"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" runs-on: ubuntu-latest"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" steps:"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" - uses: actions/checkout@v3"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" - name: Check for PR description label"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" id: check_pr_description_label"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" run: |"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" python scripts/process_message.py \"${TEXT_BODY}\" \u003e processed_body.txt"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" processed_body\u003d$(cat processed_body.txt)"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" proposed_version_impact\u003d$(echo \"$processed_body\" | awk \u0027/Major \\\\\\(when you make incompatible API changes\\\\\\)/,/Patch \\\\\\(when you make backward compatible bug fixes\\\\\\)/\u0027)"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" is_major\u003d$(echo \"$proposed_version_impact\" | grep -qi \u0027\\[X\\] Major\u0027; echo $((1-$?)))"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" is_minor\u003d$(echo \"$proposed_version_impact\" | grep -qi \u0027\\[X\\] Minor\u0027; echo $((1-$?)))"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" is_patch\u003d$(echo \"$proposed_version_impact\" | grep -qi \u0027\\[X\\] Patch\u0027; echo $((1-$?)))"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" num_labels_chosen\u003d$(($is_major + $is_minor + $is_patch))"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" echo \"num_labels_chosen\u003d$num_labels_chosen\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" if [[ \"$num_labels_chosen\" -eq 0 ]]; then"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" echo \"message\u003d$(echo \"@${MERGE_AUTHOR} Each PR must have a SEMVER impact label, please remember to label the PR properly.\")\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" elif [[ \"$num_labels_chosen\" -ge 2 ]]; then"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" echo \"message\u003d$(echo \"@${MERGE_AUTHOR} Each PR can only have one SEMVER impact label, please remember to label the PR properly.\")\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" else"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" echo \"message\u003d$(echo \"SEMVER impact selected.\")\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" echo \"chosen_label\u003d$("},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" if [ \"$is_major\" -eq 1 ]; then"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" echo \"r.Major\""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" elif [ \"$is_minor\" -eq 1 ]; then"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" echo \"r.Minor\""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" elif [ \"$is_patch\" -eq 1 ]; then"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" echo \"r.Patch\""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" fi"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" )\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" fi"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" env:"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" TEXT_BODY: ${{ github.event.pull_request.body }}"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" MERGE_AUTHOR: ${{ github.event.sender.login }}"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" - name: Assign label based on version impact"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" uses: actions/github-script@v7"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" with:"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" script: |"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" if (process.env.NUM_LABELS_CHOSEN !\u003d 1) {"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" github.rest.issues.createComment({"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" issue_number: context.payload.pull_request.number,"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" owner: context.repo.owner,"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" repo: context.repo.repo,"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" body: process.env.MESSAGE,"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" });"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" } else {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" github.rest.issues.addLabels({"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" issue_number: context.payload.pull_request.number,"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" owner: context.repo.owner,"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" repo: context.repo.repo,"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" labels: [process.env.CHOSEN_LABEL]"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" });"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" env:"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" NUM_LABELS_CHOSEN: ${{ steps.check_pr_description_label.outputs.num_labels_chosen }}"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" MESSAGE: ${{ steps.check_pr_description_label.outputs.message }}"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" CHOSEN_LABEL: ${{ steps.check_pr_description_label.outputs.chosen_label }}"}],"authorContributionMap":{"KevinEyo1":69}},{"path":".github/workflows/pr-message-reminder.yml","fileType":"yml","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"name: PR Message Reminder"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"on:"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" push:"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" branches:"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" - master"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" tags:"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" - \u0027v[0-9]+.[0-9]+.[0-9]+\u0027"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" pull_request:"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" types:"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" - opened"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" - synchronize"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" - reopened"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" - edited"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"concurrency:"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" cancel-in-progress: true"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"jobs:"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" remind-pr-author:"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" if: github.event_name \u003d\u003d \u0027pull_request\u0027"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" runs-on: ubuntu-latest"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" "},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" steps:"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" - uses: actions/checkout@v3"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" - name: Extract Proposed Commit Message"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" run: |"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" python scripts/process_message.py \"${TEXT_BODY}\" \u003e processed_body.txt"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" processed_body\u003d$(cat processed_body.txt)"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" proposed_commit_message\u003d$(echo \"$processed_body\" | awk \u0027/\\\\*\\\\*Proposed commit message: \\\\\\(wrap lines at 72 characters\\\\\\)\\\\*\\\\*/,/\\\\*\\\\*Checklist:\\\\*\\\\*/\u0027 | tail -n +2 | head -n -3)"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" echo \"Proposed commit message:\""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" echo \"$proposed_commit_message\""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" if ! grep -q \u0027[^[:space:]]\u0027 \u003c\u003c\u003c \"$proposed_commit_message\"; then"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" echo \"Please fill in the proposed commit message section in the pull request description.\""},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" exit 1"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" fi"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" env:"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" TEXT_BODY: ${{ github.event.pull_request.body }}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":39}},{"path":".stylelintrc.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"module.exports \u003d {"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":" \"extends\": [\"stylelint-config-standard\", \"stylelint-config-recommended-vue\"],"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":" \"plugins\": [\"@stylistic/stylelint-plugin\"],"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"rules\": {"},{"lineNumber":5,"author":{"gitId":"LamJiuFong"},"content":" \"@stylistic/indentation\": [4, { baseIndentLevel: 1 } ],"},{"lineNumber":6,"author":{"gitId":"-"},"content":" // MarkBind generates some blank CSS files when initialising a site,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" // which violates the no-empty-source rule"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"no-empty-source\": null"},{"lineNumber":9,"author":{"gitId":"-"},"content":" }"},{"lineNumber":10,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"LamJiuFong":3,"-":7}},{"path":"docs/_markbind/layouts/userGuide.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% include \"_markbind/layouts/headers/header.md\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"site-nav\"\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"site-nav-top\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"fw-bold mb-2\" style\u003d\"font-size: 1.25rem;\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" User Guide"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003csite-nav\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"* [Getting Started]({{baseUrl}}/userGuide/gettingStarted.html)"},{"lineNumber":13,"author":{"gitId":"-"},"content":"* Authoring Contents :expanded:"},{"lineNumber":14,"author":{"gitId":"-"},"content":" * [Overview]({{baseUrl}}/userGuide/authoringContents.html)"},{"lineNumber":15,"author":{"gitId":"-"},"content":" * [Adding Pages]({{baseUrl}}/userGuide/addingPages.html)"},{"lineNumber":16,"author":{"gitId":"-"},"content":" * [MarkBind Syntax Overview]({{baseUrl}}/userGuide/markBindSyntaxOverview.html)"},{"lineNumber":17,"author":{"gitId":"-"},"content":" * [Formatting Contents]({{baseUrl}}/userGuide/formattingContents.html)"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * [Using Components]({{baseUrl}}/userGuide/usingComponents.html) :expanded:"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * [Presentation]({{baseUrl}}/userGuide/components/presentation.html)"},{"lineNumber":20,"author":{"gitId":"-"},"content":" * [Images \u0026 Diagrams]({{baseUrl}}/userGuide/components/imagesAndDiagrams.html)"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * [Pop-Ups]({{baseUrl}}/userGuide/components/popups.html)"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * [Navigation]({{baseUrl}}/userGuide/components/navigation.html)"},{"lineNumber":23,"author":{"gitId":"-"},"content":" * [Others]({{baseUrl}}/userGuide/components/others.html)"},{"lineNumber":24,"author":{"gitId":"-"},"content":" * [Advanced]({{baseUrl}}/userGuide/components/advanced.html)"},{"lineNumber":25,"author":{"gitId":"-"},"content":" * [Using HTML, JavaScript, CSS]({{baseUrl}}/userGuide/usingHtmlJavaScriptCss.html)"},{"lineNumber":26,"author":{"gitId":"-"},"content":" * [Tweaking the Page Structure]({{baseUrl}}/userGuide/tweakingThePageStructure.html)"},{"lineNumber":27,"author":{"gitId":"-"},"content":" * [Reusing Contents]({{baseUrl}}/userGuide/reusingContents.html)"},{"lineNumber":28,"author":{"gitId":"-"},"content":"* Working with Sites :expanded:"},{"lineNumber":29,"author":{"gitId":"-"},"content":" * [Overview]({{baseUrl}}/userGuide/workingWithSites.html)"},{"lineNumber":30,"author":{"gitId":"-"},"content":" * [Setting Site Properties]({{baseUrl}}/userGuide/settingSiteProperties.html)"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * [Using Plugins]({{baseUrl}}/userGuide/usingPlugins.html)"},{"lineNumber":32,"author":{"gitId":"-"},"content":" * [Making the Site Searchable]({{baseUrl}}/userGuide/makingTheSiteSearchable.html)"},{"lineNumber":33,"author":{"gitId":"-"},"content":" * [Applying Themes]({{baseUrl}}/userGuide/themes.html)"},{"lineNumber":34,"author":{"gitId":"-"},"content":" * [Deploying the Site]({{baseUrl}}/userGuide/deployingTheSite.html)"},{"lineNumber":35,"author":{"gitId":"-"},"content":" * [MarkBind in the Project Workflow]({{baseUrl}}/userGuide/markBindInTheProjectWorkflow.html)"},{"lineNumber":36,"author":{"gitId":"-"},"content":" * [Redirecting to a Custom 404 Page]({{baseUrl}}/userGuide/redirectingToACustom404Page.html)"},{"lineNumber":37,"author":{"gitId":"-"},"content":" * [Adding Navigation Buttons]({{baseUrl}}/userGuide/addingNavigationButtons.html)"},{"lineNumber":38,"author":{"gitId":"-"},"content":" * [Templates]({{baseUrl}}/userGuide/templates.html)"},{"lineNumber":39,"author":{"gitId":"-"},"content":"* References :expanded:"},{"lineNumber":40,"author":{"gitId":"-"},"content":" * [CLI Commands]({{baseUrl}}/userGuide/cliCommands.html)"},{"lineNumber":41,"author":{"gitId":"-"},"content":" * [Reader-Facing Features]({{baseUrl}}/userGuide/readerFacingFeatures.html)"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" * [Syntax Reference]({{baseUrl}}/userGuide/syntaxReference.html)"},{"lineNumber":43,"author":{"gitId":"-"},"content":" * [`site.json` File]({{baseUrl}}/userGuide/siteJsonFile.html)"},{"lineNumber":44,"author":{"gitId":"-"},"content":" * [`.gitignore` File]({{baseUrl}}/userGuide/gitignoreFile.html)"},{"lineNumber":45,"author":{"gitId":"-"},"content":" * [Tips \u0026 Tricks]({{baseUrl}}/userGuide/tipsAndTricks.html)"},{"lineNumber":46,"author":{"gitId":"-"},"content":" * [Troubleshooting]({{baseUrl}}/userGuide/troubleshooting.html)"},{"lineNumber":47,"author":{"gitId":"-"},"content":" * [Glossary]({{baseUrl}}/userGuide/glossary.html)"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003c/site-nav\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cbreadcrumb /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" {{ content }}"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"page-nav\"\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cpage-nav /\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"footers/footer.md\" /\u003e"}],"authorContributionMap":{"jingting1412":1,"-":62}},{"path":"docs/css/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"docs/devGuide/bootcamp/exploreMarkBind.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Explore MarkBind as a User\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" title: \"{{ title }}\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" layout: devGuide.md"},{"lineNumber":7,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"Getting to know MarkBind as a user will help you understand what MarkBind offers and how it can be used to create static websites. This will also help you understand the different components and syntax available in MarkBind, which will be useful when you want to debug issues or create similar features in the future."},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"## TLDR"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"- [ ] Setup the master branch MarkBind"},{"lineNumber":21,"author":{"gitId":"-"},"content":"- [ ] Create a MarkBind site"},{"lineNumber":22,"author":{"gitId":"-"},"content":"- [ ] Create content with MarkBind"},{"lineNumber":23,"author":{"gitId":"-"},"content":"- [ ] Modify site structure and configuration"},{"lineNumber":24,"author":{"gitId":"-"},"content":"- [ ] Deploy your MarkBind site"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"## Setup the master branch of MarkBind"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"As mentioned in our \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/gettingStarted.html\"\u003euser guide\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/gettingStarted.html\"\u003euser guide\u003c/a\u003e, we can either install MarkBind via npm or create a new MarkBind site with npx."},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"In this bootcamp, we want to set up the master branch MarkBind so that we can test out any changes we make to the codebase on our local machine."},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" light\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"You can also switch between the master branch MarkBind and check out other branches if you are working on multiple issues. This is also useful when you want to test out a PR submitted by another developer."},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/devGuide/development/settingUp.md\" header\u003d\"**Setting up MarkBind**\" type\u003d\"info\" minimized\u003e\u003c/panel\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"After setting up MarkBind, try running from the root directory of your MarkBind repository:"},{"lineNumber":45,"author":{"gitId":"-"},"content":"- [ ] `markbind -v` to check that you have the correct version of MarkBind installed"},{"lineNumber":46,"author":{"gitId":"-"},"content":"- [ ] `cd docs \u0026\u0026 markbind serve -d` to check that you can serve the MarkBind documentation site in development mode"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"If you can browse the MarkBind documentation site that should have automatically been up in your browser at http://localhost:8080, you have successfully set up MarkBind!"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"port-info\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":"If port 8080 is in use, another port will be chosen. Refer to the console output for the exact URL address."},{"lineNumber":53,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Sample Console Output\" type\u003d\"info\" minimized\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"```"},{"lineNumber":59,"author":{"gitId":"-"},"content":"$ markbind -v"},{"lineNumber":60,"author":{"gitId":"-"},"content":" __ __ _ ____ _ _ "},{"lineNumber":61,"author":{"gitId":"-"},"content":" | \\/ | __ _ _ __ | | __ | __ ) (_) _ __ __| |"},{"lineNumber":62,"author":{"gitId":"-"},"content":" | |\\/| | / _` | | \u0027__| | |/ / | _ \\ | | | \u0027_ \\ / _` |"},{"lineNumber":63,"author":{"gitId":"-"},"content":" | | | | | (_| | | | | \u003c | |_) | | | | | | | | (_| |"},{"lineNumber":64,"author":{"gitId":"-"},"content":" |_| |_| \\__,_| |_| |_|\\_\\ |____/ |_| |_| |_| \\__,_|"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" v4.0.2"},{"lineNumber":67,"author":{"gitId":"-"},"content":"Usage: markbind \u003ccommand\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"Options:"},{"lineNumber":70,"author":{"gitId":"-"},"content":" -V, --version output the version number "},{"lineNumber":71,"author":{"gitId":"-"},"content":" -h, --help display help for command "},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"Commands:"},{"lineNumber":74,"author":{"gitId":"-"},"content":" init|i [options] [root] init a markbind website project"},{"lineNumber":75,"author":{"gitId":"-"},"content":" serve|s [options] [root] build then serve a website from a directory"},{"lineNumber":76,"author":{"gitId":"-"},"content":" build|b [options] [root] [output] build a website"},{"lineNumber":77,"author":{"gitId":"-"},"content":" deploy|d [options] [root] deploy the latest build of the site to the repo\u0027s Github pages"},{"lineNumber":78,"author":{"gitId":"-"},"content":" help [command] display help for command"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"$ cd docs \u0026\u0026 markbind serve -d"},{"lineNumber":81,"author":{"gitId":"-"},"content":" __ __ _ ____ _ _"},{"lineNumber":82,"author":{"gitId":"-"},"content":" | \\/ | __ _ _ __ | | __ | __ ) (_) _ __ __| |"},{"lineNumber":83,"author":{"gitId":"-"},"content":" | |\\/| | / _` | | \u0027__| | |/ / | _ \\ | | | \u0027_ \\ / _` |"},{"lineNumber":84,"author":{"gitId":"-"},"content":" | | | | | (_| | | | | \u003c | |_) | | | | | | | | (_| |"},{"lineNumber":85,"author":{"gitId":"-"},"content":" |_| |_| \\__,_| |_| |_|\\_\\ |____/ |_| |_| |_| \\__,_|"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":" v4.0.2"},{"lineNumber":88,"author":{"gitId":"-"},"content":"info: Changes detected in MarkBind Vue Source Files:"},{"lineNumber":89,"author":{"gitId":"-"},"content":"Bundle is regenerated by webpack and built pages are re-rendered with the latest bundle."},{"lineNumber":90,"author":{"gitId":"-"},"content":"info: Website generation started at 4:16:47 pm"},{"lineNumber":91,"author":{"gitId":"-"},"content":"info: Building assets..."},{"lineNumber":92,"author":{"gitId":"-"},"content":"info: Assets built"},{"lineNumber":93,"author":{"gitId":"-"},"content":"info: Generating pages..."},{"lineNumber":94,"author":{"gitId":"-"},"content":"[\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d------------------------------------] 23 / 59 pages [\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d-------[\u003d\u003d\u003d\u003d\u003d\u003d[\u003d\u003d\u003d[\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d] 59 / 59 pages built"},{"lineNumber":95,"author":{"gitId":"-"},"content":"info: Pages built"},{"lineNumber":96,"author":{"gitId":"-"},"content":"webpack built 6d52f45b1910f9f545a2 in 11017ms"},{"lineNumber":97,"author":{"gitId":"-"},"content":"i 「wdm」: Hash: 6d52f45b1910f9f545a2"},{"lineNumber":98,"author":{"gitId":"-"},"content":"Version: webpack 4.46.0"},{"lineNumber":99,"author":{"gitId":"-"},"content":"Time: 11017ms"},{"lineNumber":100,"author":{"gitId":"-"},"content":"Built at: 01/01/2023 4:16:58 pm"},{"lineNumber":101,"author":{"gitId":"-"},"content":" Asset Size Chunks Chunk Names"},{"lineNumber":102,"author":{"gitId":"-"},"content":" fonts/KaTeX_AMS-Regular.ttf 62.1 KiB [emitted]"},{"lineNumber":103,"author":{"gitId":"-"},"content":" fonts/KaTeX_AMS-Regular.woff 32.7 KiB [emitted]"},{"lineNumber":104,"author":{"gitId":"-"},"content":" fonts/KaTeX_AMS-Regular.woff2 27.4 KiB [emitted]"},{"lineNumber":105,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Bold.ttf 12.1 KiB [emitted]"},{"lineNumber":106,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Bold.woff 7.54 KiB [emitted]"},{"lineNumber":107,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Bold.woff2 6.75 KiB [emitted]"},{"lineNumber":108,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Regular.ttf 12.1 KiB [emitted]"},{"lineNumber":109,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Regular.woff 7.48 KiB [emitted]"},{"lineNumber":110,"author":{"gitId":"-"},"content":"fonts/KaTeX_Caligraphic-Regular.woff2 6.75 KiB [emitted]"},{"lineNumber":111,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Bold.ttf 19.1 KiB [emitted]"},{"lineNumber":112,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Bold.woff 13 KiB [emitted]"},{"lineNumber":113,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Bold.woff2 11.1 KiB [emitted]"},{"lineNumber":114,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Regular.ttf 19.1 KiB [emitted]"},{"lineNumber":115,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Regular.woff 12.9 KiB [emitted]"},{"lineNumber":116,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Regular.woff2 11.1 KiB [emitted]"},{"lineNumber":117,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Bold.ttf 50.1 KiB [emitted]"},{"lineNumber":118,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Bold.woff 29.2 KiB [emitted]"},{"lineNumber":119,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Bold.woff2 24.7 KiB [emitted]"},{"lineNumber":120,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-BoldItalic.ttf 32.2 KiB [emitted]"},{"lineNumber":121,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-BoldItalic.woff 19 KiB [emitted]"},{"lineNumber":122,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-BoldItalic.woff2 16.4 KiB [emitted]"},{"lineNumber":123,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Italic.ttf 32.8 KiB [emitted]"},{"lineNumber":124,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Italic.woff 19.2 KiB [emitted]"},{"lineNumber":125,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Italic.woff2 16.6 KiB [emitted]"},{"lineNumber":126,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Regular.ttf 52.3 KiB [emitted]"},{"lineNumber":127,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Regular.woff 30.1 KiB [emitted]"},{"lineNumber":128,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Regular.woff2 25.7 KiB [emitted]"},{"lineNumber":129,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-BoldItalic.ttf 30.5 KiB [emitted]"},{"lineNumber":130,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-BoldItalic.woff 18.2 KiB [emitted]"},{"lineNumber":131,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-BoldItalic.woff2 16 KiB [emitted]"},{"lineNumber":132,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-Italic.ttf 30.6 KiB [emitted]"},{"lineNumber":133,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-Italic.woff 18.3 KiB [emitted]"},{"lineNumber":134,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-Italic.woff2 16.1 KiB [emitted]"},{"lineNumber":135,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Bold.ttf 23.9 KiB [emitted]"},{"lineNumber":136,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Bold.woff 14.1 KiB [emitted]"},{"lineNumber":137,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Bold.woff2 11.9 KiB [emitted]"},{"lineNumber":138,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Italic.ttf 21.8 KiB [emitted]"},{"lineNumber":139,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Italic.woff 13.8 KiB [emitted]"},{"lineNumber":140,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Italic.woff2 11.7 KiB [emitted]"},{"lineNumber":141,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Regular.ttf 19 KiB [emitted]"},{"lineNumber":142,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Regular.woff 12 KiB [emitted]"},{"lineNumber":143,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Regular.woff2 10.1 KiB [emitted]"},{"lineNumber":144,"author":{"gitId":"-"},"content":" fonts/KaTeX_Script-Regular.ttf 16.3 KiB [emitted]"},{"lineNumber":145,"author":{"gitId":"-"},"content":" fonts/KaTeX_Script-Regular.woff 10.3 KiB [emitted]"},{"lineNumber":146,"author":{"gitId":"-"},"content":" fonts/KaTeX_Script-Regular.woff2 9.42 KiB [emitted]"},{"lineNumber":147,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size1-Regular.ttf 11.9 KiB [emitted]"},{"lineNumber":148,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size1-Regular.woff 6.34 KiB [emitted]"},{"lineNumber":149,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size1-Regular.woff2 5.34 KiB [emitted]"},{"lineNumber":150,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size2-Regular.ttf 11.2 KiB [emitted]"},{"lineNumber":151,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size2-Regular.woff 6.04 KiB [emitted]"},{"lineNumber":152,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size2-Regular.woff2 5.09 KiB [emitted]"},{"lineNumber":153,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size3-Regular.ttf 7.41 KiB [emitted]"},{"lineNumber":154,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size3-Regular.woff 4.32 KiB [emitted]"},{"lineNumber":155,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size3-Regular.woff2 3.54 KiB [emitted]"},{"lineNumber":156,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size4-Regular.ttf 10.1 KiB [emitted]"},{"lineNumber":157,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size4-Regular.woff 5.84 KiB [emitted]"},{"lineNumber":158,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size4-Regular.woff2 4.81 KiB [emitted]"},{"lineNumber":159,"author":{"gitId":"-"},"content":" fonts/KaTeX_Typewriter-Regular.ttf 26.9 KiB [emitted]"},{"lineNumber":160,"author":{"gitId":"-"},"content":" fonts/KaTeX_Typewriter-Regular.woff 15.7 KiB [emitted]"},{"lineNumber":161,"author":{"gitId":"-"},"content":" fonts/KaTeX_Typewriter-Regular.woff2 13.3 KiB [emitted]"},{"lineNumber":162,"author":{"gitId":"-"},"content":" js/markbind.min.js 1.3 MiB markbind [emitted] markbind"},{"lineNumber":163,"author":{"gitId":"-"},"content":"Entrypoint markbind \u003d js/markbind.min.js"},{"lineNumber":164,"author":{"gitId":"-"},"content":"[0] multi webpack-hot-middleware/client ../packages/core-web/src/index.js 40 bytes {markbind} [built]"},{"lineNumber":165,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/arrayWithHoles.js] ../node_modules/@babel/runtime/helpers/arrayWithHoles.js "},{"lineNumber":166,"author":{"gitId":"-"},"content":"184 bytes {markbind} [built]"},{"lineNumber":167,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/defineProperty.js] ../node_modules/@babel/runtime/helpers/defineProperty.js "},{"lineNumber":168,"author":{"gitId":"-"},"content":"367 bytes {markbind} [built]"},{"lineNumber":169,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js] ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js 711 bytes {markbind} [built]"},{"lineNumber":170,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/nonIterableRest.js] ../node_modules/@babel/runtime/helpers/nonIterableRest.js 309 bytes {markbind} [built]"},{"lineNumber":171,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/slicedToArray.js] ../node_modules/@babel/runtime/helpers/slicedToArray.js 522 bytes {markbind} [built]"},{"lineNumber":172,"author":{"gitId":"-"},"content":"[../../node_modules/strip-ansi/index.js] ../node_modules/strip-ansi/index.js 154 bytes {markbind} [built]"},{"lineNumber":173,"author":{"gitId":"-"},"content":"[../../node_modules/webpack-hot-middleware/client-overlay.js] ../node_modules/webpack-hot-middleware/client-overlay.js 2.14 KiB {markbind} [built] "},{"lineNumber":174,"author":{"gitId":"-"},"content":"[../../node_modules/webpack-hot-middleware/client.js] ../node_modules/webpack-hot-middleware/client.js 7.69 KiB {markbind} [built]"},{"lineNumber":175,"author":{"gitId":"-"},"content":"[../../node_modules/webpack-hot-middleware/process-update.js] ../node_modules/webpack-hot-middleware/process-update.js 4.36 KiB {markbind} [built] "},{"lineNumber":176,"author":{"gitId":"-"},"content":"[../../node_modules/webpack/buildin/module.js] ../node_modules/webpack/buildin/module.js 497 bytes {markbind} [built]"},{"lineNumber":177,"author":{"gitId":"-"},"content":"[./src/VueCommonAppFactory.js] ../packages/core-web/src/VueCommonAppFactory.js 1.09 KiB {markbind} [built]"},{"lineNumber":178,"author":{"gitId":"-"},"content":"[./src/index.js] ../packages/core-web/src/index.js 8.17 KiB {markbind} [built]"},{"lineNumber":179,"author":{"gitId":"-"},"content":"[./src/scrollTopButton.js] ../packages/core-web/src/scrollTopButton.js 1.49 KiB {markbind} [built]"},{"lineNumber":180,"author":{"gitId":"-"},"content":"[./src/styles/index.css] ../packages/core-web/src/styles/index.css 1.09 KiB {markbind} [built]"},{"lineNumber":181,"author":{"gitId":"-"},"content":" + 346 hidden modules"},{"lineNumber":182,"author":{"gitId":"-"},"content":"i 「wdm」: Compiled successfully."},{"lineNumber":183,"author":{"gitId":"-"},"content":"info: Site data built"},{"lineNumber":184,"author":{"gitId":"-"},"content":"info: Website generation complete! Total build time: 11.242s"},{"lineNumber":185,"author":{"gitId":"-"},"content":"info: Serving \"C:\\Users\\User\\Documents\\GitHub\\markbind\\docs\\_site\" at http://127.0.0.1:8080"},{"lineNumber":186,"author":{"gitId":"-"},"content":"info: Press CTRL+C to stop ..."},{"lineNumber":187,"author":{"gitId":"-"},"content":"```"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"## Create a MarkBind site"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":"With MarkBind installed, we can now create a new MarkBind site."},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"We recommend that you set up a new repository for this MarkBind site so that you can push your site to GitHub pages later. This MarkBind site can be used to test out any changes you make to the codebase."},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":"As an example, let\u0027s create a test site together!"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"You can refer to the example repository [here](https://github.com/tlylt/mb-dev-tlylt) for the code and [here](https://tlylt.github.io/mb-dev-tlylt/) for the deployed site if you get stuck."},{"lineNumber":202,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"1. Create a new folder called \u003ctooltip content\u003d\"replace \u0027xxx\u0027 with your GitHub username\"\u003e\"mb-dev-xxx\"\u003c/tooltip\u003e at a location outside of the MarkBind source code directory."},{"lineNumber":205,"author":{"gitId":"-"},"content":"1. Go to the folder and run `markbind init` to create a new MarkBind site with the default template."},{"lineNumber":206,"author":{"gitId":"-"},"content":"1. Initialize a new git repository in the folder by running `git init`. You can also create a new public repository on GitHub first and clone it to your local machine."},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":"You should see the following output:"},{"lineNumber":209,"author":{"gitId":"-"},"content":"```"},{"lineNumber":210,"author":{"gitId":"-"},"content":"$ markbind init"},{"lineNumber":211,"author":{"gitId":"-"},"content":" __ __ _ ____ _ _"},{"lineNumber":212,"author":{"gitId":"-"},"content":" | \\/ | __ _ _ __ | | __ | __ ) (_) _ __ __| |"},{"lineNumber":213,"author":{"gitId":"-"},"content":" | |\\/| | / _` | | \u0027__| | |/ / | _ \\ | | | \u0027_ \\ / _` |"},{"lineNumber":214,"author":{"gitId":"-"},"content":" | | | | | (_| | | | | \u003c | |_) | | | | | | | | (_| |"},{"lineNumber":215,"author":{"gitId":"-"},"content":" |_| |_| \\__,_| |_| |_|\\_\\ |____/ |_| |_| |_| \\__,_|"},{"lineNumber":216,"author":{"gitId":"-"},"content":""},{"lineNumber":217,"author":{"gitId":"-"},"content":" v4.0.2"},{"lineNumber":218,"author":{"gitId":"-"},"content":"info: Initialization success."},{"lineNumber":219,"author":{"gitId":"-"},"content":"```"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"After setting up the MarkBind test site, try running the following common operations from the root directory of your test site:"},{"lineNumber":226,"author":{"gitId":"-"},"content":"- [ ] Build the site by running `markbind build`"},{"lineNumber":227,"author":{"gitId":"-"},"content":"- [ ] Serve the site by running `markbind serve`"},{"lineNumber":228,"author":{"gitId":"-"},"content":"- [ ] Serve the site in development mode by running `markbind serve -d`"},{"lineNumber":229,"author":{"gitId":"-"},"content":""},{"lineNumber":230,"author":{"gitId":"-"},"content":"You now have the test site up and running!"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":""},{"lineNumber":234,"author":{"gitId":"-"},"content":"## Create Content with MarkBind"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":"MarkBind contains a range of additional syntax on top of Markdown. It also comes with a set of components that can be used to create content."},{"lineNumber":237,"author":{"gitId":"-"},"content":""},{"lineNumber":238,"author":{"gitId":"-"},"content":"Two essential sections of the user guide to get started with are:"},{"lineNumber":239,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html\"\u003eFormatting Contents\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html\"\u003eFormatting Contents\u003c/a\u003e - Covering Markdown \u0026 Markdown-like syntax."},{"lineNumber":240,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/usingComponents.html\"\u003eUsing Components\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/usingComponents.html\"\u003eUsing Components\u003c/a\u003e - Covering MarkBind components (Built with Vue.js or Native HTML)."},{"lineNumber":241,"author":{"gitId":"-"},"content":""},{"lineNumber":242,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/userGuide/authoringContents.md\" header\u003d\"**Creating Content**\" type\u003d\"info\" minimized\u003e\u003c/panel\u003e"},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":"The generated MarkBind site from the above step also includes a few sample usage in the `index.md` file."},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":"Now, let\u0027s try editing the `index.md` file to add some content of our own!"},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":"1. Open the `index.md` file in your `mb-dev-xxx` folder."},{"lineNumber":249,"author":{"gitId":"-"},"content":"1. Replace the wording `Landing Page Title` with `MarkBind Developer Test Site`."},{"lineNumber":250,"author":{"gitId":"-"},"content":"1. Modify or add some content utilizing one or more of the following syntaxes:"},{"lineNumber":251,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html#text-styles\"\u003eText Styles\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html#text-styles\"\u003eText Styles\u003c/a\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html#code\"\u003eCode Block\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html#code\"\u003eCode Block\u003c/a\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html#emoji\"\u003eEmoji\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html#emoji\"\u003eEmoji\u003c/a\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":" - etc."},{"lineNumber":255,"author":{"gitId":"-"},"content":"1. Modify or add some content utilizing one or more of the following components:"},{"lineNumber":256,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/components/presentation.html#boxes\"\u003eBox\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/components/presentation.html#boxes\"\u003eBox\u003c/a\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/components/presentation.html#panels\"\u003ePanel\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/components/presentation.html#panels\"\u003ePanel\u003c/a\u003e"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/components/popups.html#tooltips\"\u003eTooltip\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/components/popups.html#tooltips\"\u003eTooltip\u003c/a\u003e"},{"lineNumber":259,"author":{"gitId":"-"},"content":" - etc."},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"With live preview, you should be able to see the changes you have made to the site after saving. Check that the following are true:"},{"lineNumber":266,"author":{"gitId":"-"},"content":"- [ ] Serve the site by running `markbind serve -d`"},{"lineNumber":267,"author":{"gitId":"-"},"content":"- [ ] Make changes to the `index.md` file and save"},{"lineNumber":268,"author":{"gitId":"-"},"content":"- [ ] See the changes reflected in the live preview, with the correct rendering of the syntax and components"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"You now have created content with MarkBind!"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":""},{"lineNumber":274,"author":{"gitId":"-"},"content":"## Modify Site Structure and Configuration"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":"There are a few ways to modify the site\u0027s (as well as the page\u0027s) structure and configuration. We will cover the following:"},{"lineNumber":277,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/tweakingThePageStructure.html#frontmatter\"\u003eFrontmatter\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/tweakingThePageStructure.html#frontmatter\"\u003eFrontmatter\u003c/a\u003e"},{"lineNumber":278,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/tweakingThePageStructure.html#layouts\"\u003eLayouts\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/tweakingThePageStructure.html#layouts\"\u003eLayouts\u003c/a\u003e"},{"lineNumber":279,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/siteJsonFile.html\"\u003esite.json\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/siteJsonFile.html\"\u003esite.json\u003c/a\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":""},{"lineNumber":281,"author":{"gitId":"-"},"content":"Let\u0027s continue with the test site we created earlier and modify the `index.md` file via frontmatter."},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":"1. Open the `index.md` file in your `mb-dev-xxx` folder."},{"lineNumber":284,"author":{"gitId":"-"},"content":"1. Change the `pageNavTitle` in the frontmatter from `Topics` to `Index Page`."},{"lineNumber":285,"author":{"gitId":"-"},"content":"1. Change the `pageNav` in the frontmatter from `4` to `5`."},{"lineNumber":286,"author":{"gitId":"-"},"content":""},{"lineNumber":287,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":288,"author":{"gitId":"-"},"content":""},{"lineNumber":289,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":290,"author":{"gitId":"-"},"content":""},{"lineNumber":291,"author":{"gitId":"-"},"content":"Ensure that you are still serving the site with `markbind serve -d`. Check that the following are true:"},{"lineNumber":292,"author":{"gitId":"-"},"content":"- [ ] The rendered page navigation title is changed to `Index Page`"},{"lineNumber":293,"author":{"gitId":"-"},"content":"- [ ] The rendered page navigation content now shows `H5` headings as well"},{"lineNumber":294,"author":{"gitId":"-"},"content":""},{"lineNumber":295,"author":{"gitId":"-"},"content":"Screenshot before the changes:"},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/page_nav_before.png\" alt\u003d\"Page navigation title and content before changes\"\u003e\u003c/pic\u003e"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":"Screenshot after the changes:"},{"lineNumber":300,"author":{"gitId":"-"},"content":""},{"lineNumber":301,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/page_nav_after.png\" alt\u003d\"Page navigation title and content after changes\"\u003e\u003c/pic\u003e"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":304,"author":{"gitId":"-"},"content":""},{"lineNumber":305,"author":{"gitId":"-"},"content":"Another commonly adjusted structure is the layout of the site (especially, the site\u0027s top header and the left-hand-side navigation)."},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":"1. Open the `_markbind/layouts/default.md` file in your `mb-dev-xxx` folder."},{"lineNumber":308,"author":{"gitId":"-"},"content":"1. Change `Your Logo` to `MarkBind Developer Test Site`."},{"lineNumber":309,"author":{"gitId":"-"},"content":"1. Change `Home :house:` to `My Test Playground :computer:`."},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":312,"author":{"gitId":"-"},"content":""},{"lineNumber":313,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":"Ensure that you are still serving the site with `markbind serve -d`. Check that the following are true:"},{"lineNumber":316,"author":{"gitId":"-"},"content":"- [ ] The rendered page logo in the header is changed to `MarkBind Developer Test Site`"},{"lineNumber":317,"author":{"gitId":"-"},"content":"- [ ] The rendered site navigation title is changed to `My Test Playground` :computer:"},{"lineNumber":318,"author":{"gitId":"-"},"content":""},{"lineNumber":319,"author":{"gitId":"-"},"content":"Screenshot after the changes:"},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/logo_and_nav.png\" alt\u003d\"Logo and Nav changes\"\u003e\u003c/pic\u003e"},{"lineNumber":322,"author":{"gitId":"-"},"content":""},{"lineNumber":323,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":324,"author":{"gitId":"-"},"content":""},{"lineNumber":325,"author":{"gitId":"-"},"content":"Lastly, let\u0027s modify the site configuration to change the site title and more."},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":"The `site.json` file is autogenerated and located in the root directory of the site. Refer to the User Guide - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/siteJsonFile.html\"\u003e`site.json`\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/siteJsonFile.html\"\u003e`site.json`\u003c/a\u003e section for more details."},{"lineNumber":328,"author":{"gitId":"-"},"content":""},{"lineNumber":329,"author":{"gitId":"-"},"content":"1. Open the `site.json` file in your `mb-dev-xxx` folder."},{"lineNumber":330,"author":{"gitId":"-"},"content":"1. Change `\"titlePrefix\": \"\",` to `\"titlePrefix\": \"mb-dev-xxx\",`."},{"lineNumber":331,"author":{"gitId":"-"},"content":"1. Under `pages`, add `\"title\": \"Home\"`."},{"lineNumber":332,"author":{"gitId":"-"},"content":""},{"lineNumber":333,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":334,"author":{"gitId":"-"},"content":""},{"lineNumber":335,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":336,"author":{"gitId":"-"},"content":""},{"lineNumber":337,"author":{"gitId":"-"},"content":"Ensure that you are still serving the site with `markbind serve -d`. Check that the following are true:"},{"lineNumber":338,"author":{"gitId":"-"},"content":"- [ ] The page title in the browser tab is changed to `mb-dev-xxx - Home`"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":"Screenshot after the changes:"},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/page_title.png\" alt\u003d\"Page title changes\"\u003e\u003c/pic\u003e"},{"lineNumber":343,"author":{"gitId":"-"},"content":""},{"lineNumber":344,"author":{"gitId":"-"},"content":"You now have modified some of the commonly adjusted site structure and configuration!"},{"lineNumber":345,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":346,"author":{"gitId":"-"},"content":""},{"lineNumber":347,"author":{"gitId":"-"},"content":"## Deploy your MarkBind site"},{"lineNumber":348,"author":{"gitId":"-"},"content":""},{"lineNumber":349,"author":{"gitId":"-"},"content":"MarkBind sites can be easily deployed with CLI commands or via CI. Let\u0027s try deploying our site via GitHub Actions."},{"lineNumber":350,"author":{"gitId":"-"},"content":""},{"lineNumber":351,"author":{"gitId":"-"},"content":"1. Open the `site.json` file in your `mb-dev-xxx` folder."},{"lineNumber":352,"author":{"gitId":"-"},"content":"1. Change `\"baseUrl\": \"\",` to `\"baseUrl\": \"/mb-dev-xxx\",` (Note the leading `/` and that the value is the same as your GitHub repository name)."},{"lineNumber":353,"author":{"gitId":"-"},"content":"1. Create a `.github/workflows/deploy.yml` file with the following content mentioned in the \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/deployingTheSite.html#deploying-via-github-actions\"\u003eGitHub Actions guide\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/deployingTheSite.html#deploying-via-github-actions\"\u003eGitHub Actions guide\u003c/a\u003e."},{"lineNumber":354,"author":{"gitId":"-"},"content":" 1. Note that you should change `branches: master` to `branches: main` if you are using the `main` branch."},{"lineNumber":355,"author":{"gitId":"-"},"content":""},{"lineNumber":356,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/userGuide/deployingTheSite.md#markbind-action-tip\" header\u003d\"**MarkBind Action**\" type\u003d\"info\" expanded/\u003e"},{"lineNumber":357,"author":{"gitId":"-"},"content":""},{"lineNumber":358,"author":{"gitId":"-"},"content":"4. Ensure that you have added your remote GitHub repository to your local repository with the following command (replace `xxx` with your GitHub username):"},{"lineNumber":359,"author":{"gitId":"-"},"content":" ```bash"},{"lineNumber":360,"author":{"gitId":"-"},"content":" git remote add origin https://github.com/xxx/mb-dev-xxx.git"},{"lineNumber":361,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":362,"author":{"gitId":"-"},"content":"5. Commit and push the changes to the `main` branch with the following commands:"},{"lineNumber":363,"author":{"gitId":"-"},"content":" ```bash"},{"lineNumber":364,"author":{"gitId":"-"},"content":" git add ."},{"lineNumber":365,"author":{"gitId":"-"},"content":" git commit -m \"Update content\""},{"lineNumber":366,"author":{"gitId":"-"},"content":" git push origin main"},{"lineNumber":367,"author":{"gitId":"-"},"content":"6. Update your GitHub repository setting for deploying to GitHub Pages."},{"lineNumber":368,"author":{"gitId":"-"},"content":" 1. Navigate to the Settings \u003e Pages section on GitHub for that repository and set the source to `Deploy from a branch` and the branch to `gh-pages` and `/(root)`."},{"lineNumber":369,"author":{"gitId":"-"},"content":""},{"lineNumber":370,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":371,"author":{"gitId":"-"},"content":""},{"lineNumber":372,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":373,"author":{"gitId":"-"},"content":""},{"lineNumber":374,"author":{"gitId":"-"},"content":"Check that the following are true:"},{"lineNumber":375,"author":{"gitId":"-"},"content":"- [ ] The triggered GitHub action runs are successful"},{"lineNumber":376,"author":{"gitId":"-"},"content":"- [ ] The site is deployed and available at `https://\u003cusername\u003e.github.io/mb-dev-xxx/` (after a few seconds to a few minutes)"},{"lineNumber":377,"author":{"gitId":"-"},"content":""},{"lineNumber":378,"author":{"gitId":"-"},"content":"Congratulations! :tada::tada::tada: You have deployed your MarkBind site!"},{"lineNumber":379,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":"## Summary"},{"lineNumber":382,"author":{"gitId":"-"},"content":""},{"lineNumber":383,"author":{"gitId":"-"},"content":"In the first part of this bootcamp, we experimented with MarkBind as a user. We have set up the master branch of MarkBind and created a new MarkBind site. We have also created content with MarkBind components/syntax and deployed our site."},{"lineNumber":384,"author":{"gitId":"-"},"content":""},{"lineNumber":385,"author":{"gitId":"-"},"content":"Here are some additional tasks for you to try out:"},{"lineNumber":386,"author":{"gitId":"-"},"content":"- [ ] Create a new MarkBind site with a different \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/themes.html\"\u003etheme\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/themes.html\"\u003etheme\u003c/a\u003e"},{"lineNumber":387,"author":{"gitId":"-"},"content":"- [ ] Try out MarkBind\u0027s \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/reusingContents.html#includes\"\u003einclude mechanism\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/reusingContents.html#includes\"\u003einclude mechanism\u003c/a\u003e"},{"lineNumber":388,"author":{"gitId":"-"},"content":"- [ ] Create a dedicated MarkBind site for your personal usage and [share it with us](https://github.com/MarkBind/markbind/discussions/new?category\u003dshow-and-tell)"},{"lineNumber":389,"author":{"gitId":"-"},"content":" - You can see some examples in the [MarkBind showcase]({{ baseUrl }}/showcase.html)"},{"lineNumber":390,"author":{"gitId":"-"},"content":""},{"lineNumber":391,"author":{"gitId":"-"},"content":"Take a break now :coffee: and we will continue with the second part of the bootcamp!"},{"lineNumber":392,"author":{"gitId":"-"},"content":""},{"lineNumber":393,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":394,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027intro\u0027, \u0027contributeToDocs\u0027) }}"}],"authorContributionMap":{"-":393,"yiwen101":1}},{"path":"docs/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"timeZone\": \"Asia/Singapore\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"MarkBind\","},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" },"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":9,"author":{"gitId":"-"},"content":" {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \"glob\": [\"*.md\", \"userGuide/*.md\", \"userGuide/components/*.md\", \"devGuide/*.md\", \"devGuide/*/*.md\"]"},{"lineNumber":11,"author":{"gitId":"-"},"content":" },"},{"lineNumber":12,"author":{"gitId":"-"},"content":" {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"src\": ["},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"index.md\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"userGuide/index.md\","},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"userGuide/syntaxReference.md\","},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"userGuide/readerFacingFeatures.md\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"devGuide/index.md\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"searchable\": \"no\""},{"lineNumber":21,"author":{"gitId":"-"},"content":" }"},{"lineNumber":22,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"plugins\" : ["},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"filterTags\","},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"mathDelimiters\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"codeBlockWrapButtons\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"web3Form\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"codeBlockCopyButtons\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"pluginsContext\" : {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"filterTags\" : {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"tags\": [\"environment--combined\"]"},{"lineNumber":33,"author":{"gitId":"-"},"content":" },"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"mathDelimiters\": {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"delimiters\": [\"beg_end\"]"},{"lineNumber":36,"author":{"gitId":"-"},"content":" },"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"web3Form\": {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"accessKey\": [\"\"]"},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":" },"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 6,"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"_markbind\","},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"lib/*\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"*.json\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"*.njk\","},{"lineNumber":49,"author":{"gitId":"-"},"content":" \".git/*\","},{"lineNumber":50,"author":{"gitId":"-"},"content":" \"*.pptx\","},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"CNAME\""},{"lineNumber":52,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\""},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"jingting1412":1,"-":55}},{"path":"docs/ug-site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"MarkBind\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" },"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":8,"author":{"gitId":"-"},"content":" {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"glob\": [\"*.md\", \"userGuide/*.md\", \"userGuide/components/*.md\"]"},{"lineNumber":10,"author":{"gitId":"-"},"content":" },"},{"lineNumber":11,"author":{"gitId":"-"},"content":" {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"src\": ["},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"index.md\","},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"userGuide/index.md\","},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \"userGuide/syntaxReference.md\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"userGuide/readerFacingFeatures.md\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"searchable\": \"no\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" }"},{"lineNumber":20,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"plugins\" : ["},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"filterTags\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"mathDelimiters\","},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"codeBlockCopyButtons\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"pluginsContext\" : {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"filterTags\" : {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"tags\": [\"environment--ug\"]"},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"mathDelimiters\": {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"delimiters\": [\"beg_end\"]"},{"lineNumber":32,"author":{"gitId":"-"},"content":" }"},{"lineNumber":33,"author":{"gitId":"-"},"content":" },"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 6,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":36,"author":{"gitId":"-"},"content":" \"_markbind\","},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"lib/*\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"*.json\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"*.njk\","},{"lineNumber":42,"author":{"gitId":"-"},"content":" \".git/*\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"*.pptx\""},{"lineNumber":44,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"repo\": \"https://github.com/MarkBind/markbind.github.io.git\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"branch\": \"master\""},{"lineNumber":49,"author":{"gitId":"-"},"content":" }"},{"lineNumber":50,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"jingting1412":1,"-":49}},{"path":"docs/userGuide/cliCommands.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" title: \"User Guide: Command Line Interface (CLI)\""},{"lineNumber":3,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"-"},"content":" pageNav: default"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"# CLI Commands"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cpage-nav-print /\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"### Overview"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"If you do not have MarkBind installed globally, you can still use MarkBind commands by prefixing the commands with `npx`. For example, `markbind init` becomes `npx markbind-cli init`."},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"If you have MarkBind installed locally, you may also refer to the scripts section of your `package.json` file for the commands you can use. For example, `npm run init` for `markbind init`."},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"An overview of MarkBind\u0027s Command Line Interface (CLI) can be referenced with `markbind --help`:"},{"lineNumber":21,"author":{"gitId":"-"},"content":"```"},{"lineNumber":22,"author":{"gitId":"-"},"content":"$ markbind --help"},{"lineNumber":23,"author":{"gitId":"-"},"content":"Usage: markbind \u003ccommand\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" "},{"lineNumber":25,"author":{"gitId":"-"},"content":" Options:"},{"lineNumber":26,"author":{"gitId":"-"},"content":" -V, --version output the version number"},{"lineNumber":27,"author":{"gitId":"-"},"content":" -h, --help output usage information"},{"lineNumber":28,"author":{"gitId":"-"},"content":" "},{"lineNumber":29,"author":{"gitId":"-"},"content":" Commands:"},{"lineNumber":30,"author":{"gitId":"-"},"content":" init|i [options] [root] init a markbind website project"},{"lineNumber":31,"author":{"gitId":"-"},"content":" serve|s [options] [root] build then serve a website from a directory"},{"lineNumber":32,"author":{"gitId":"-"},"content":" build|b [options] [root] [output] build a website"},{"lineNumber":33,"author":{"gitId":"-"},"content":" deploy|d [options] [root] deploy the latest build of the site to the repo\u0027s Github pages"},{"lineNumber":34,"author":{"gitId":"-"},"content":"```"},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"markbind-init\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"### `init` Command"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"**Format:** `markbind init [options] [root]`"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"**Alias:** `markbind i`"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"**Description:** Initializes a directory into a MarkBind site by creating a skeleton structure for the website which includes a `index.md` and a `site.json`."},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":48,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" Root directory. Default is the current directory.\u003cbr\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"* `-c`, `--convert`\u003cbr\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" Convert an existing GitHub wiki or `docs` folder into a MarkBind website. See [Converting an existing GitHub project]({{ baseUrl }}/userGuide/markBindInTheProjectWorkflow.html#converting-existing-project-documentation-wiki) for more information."},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"* `-t`, `--template` \u003cbr\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" When initialising MarkBind, change the template that you start with. See [templates](templates.html)."},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"{{ icon_examples }}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"* `markbind init` : Initializes the site in the current working directory."},{"lineNumber":64,"author":{"gitId":"-"},"content":"* `markbind init ./myWebsite` : Initializes the site in `./myWebsite` directory."},{"lineNumber":65,"author":{"gitId":"-"},"content":"* `markbind init --convert --template minimal`: Converts the GitHub wiki or `docs` folder in the current working directory into a minimal MarkBind website."},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"### `serve` Command"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":"**Format:** `markbind serve [options] [root]`"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"**Alias:** `markbind s`"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"**Description:** Does the following steps:"},{"lineNumber":79,"author":{"gitId":"-"},"content":"1. Builds the site and puts the generated files in a directory named `_site`."},{"lineNumber":80,"author":{"gitId":"LamJiuFong"},"content":"1. Starts a web server instance locally and makes the site available at `http://127.0.0.1:8080` by default."},{"lineNumber":81,"author":{"gitId":"-"},"content":"1. Opens a \u003ctrigger trigger\u003d\"click\" for\u003d\"modal:cliCommands-livePreview\"\u003elive preview\u003c/trigger\u003e of the website."},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cmodal large header\u003d\"Live Preview\" id\u003d\"modal:cliCommands-livePreview\"\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"glossary.md#live-preview\"/\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":88,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" Root directory. The default is the directory where this command was executed.\u003cbr\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"* `-o \u003cfile\u003e`, `--one-page \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" Serves only a single page from your website **initially**. If `\u003cfile\u003e` is not specified, it defaults to `index.md`.\u003cbr\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":" * Thereafter, when changes to source files have been made, the opened pages will be rebuilt if it was affected.\u003cbr\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":" * Navigating to a new page will build the new page, if it has not been built before, or there were some changes to source files that affected it before navigating to it.\u003cbr\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" * {{ icon_example }} `--one-page guide/index.md`"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" light header\u003d\"Caveats\" style\u003d\"width: calc(100% - 50px); position: relative; left: 40px;\"\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"Essentially, this optional feature is very useful when writing content, more so if your build times are starting to slow down!"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"The caveat is that not building all pages during the initial process, or not rebuilding all affected pages when a file changes, will cause your search results for these pages to be empty or outdated, until you navigate to them to trigger a rebuild."},{"lineNumber":107,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":"* `-b`, `--background-build` **[BETA]**\u003cbr\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":" If `--one-page` is specified, this mode enhances the single-page serve by building the pages that are not yet built"},{"lineNumber":111,"author":{"gitId":"-"},"content":" or marked to be rebuilt in the background."},{"lineNumber":112,"author":{"gitId":"-"},"content":" "},{"lineNumber":113,"author":{"gitId":"-"},"content":" You can still edit the pages during the background build. When MarkBind detects changes to the source"},{"lineNumber":114,"author":{"gitId":"-"},"content":" files, the background build will stop, rebuild the files affected, then resumes the background build with the"},{"lineNumber":115,"author":{"gitId":"-"},"content":" remaining pages."},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"* `-s \u003cfile\u003e`, `--site-config \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" Specify the site config file (default: `site.json`)\u003cbr\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":" {{ icon_example }} `-s otherSite.json`"},{"lineNumber":120,"author":{"gitId":"-"},"content":""},{"lineNumber":121,"author":{"gitId":"-"},"content":"* `-n`, `--no-open`\u003cbr\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":" Don\u0027t open a live preview in the browser automatically."},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":"* `-f`, `--force-reload`\u003cbr\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" Force live reload to process all files in the site, instead of just the relevant files. This option is useful when you are modifying a file that is not a file type monitored by the \u003ctrigger trigger\u003d\"click\" for\u003d\"modal:cliCommands-livePreview\"\u003elive preview\u003c/trigger\u003e feature."},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"LamJiuFong"},"content":"* `-a \u003caddress\u003e`, `--address \u003caddress\u003e`\u003cbr\u003e"},{"lineNumber":128,"author":{"gitId":"LamJiuFong"},"content":" Specify the server address/host (Default is 127.0.0.1)."},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"LamJiuFong"},"content":"* `-p \u003cport\u003e`, `--port \u003cport\u003e`\u003cbr\u003e"},{"lineNumber":131,"author":{"gitId":"LamJiuFong"},"content":" Serve the website in the specified port (Default is 8080)."},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":"{{ icon_examples }}"},{"lineNumber":134,"author":{"gitId":"-"},"content":"* `markbind serve` : Serves the site from the current working directory."},{"lineNumber":135,"author":{"gitId":"-"},"content":"* `markbind serve ./myWebsite` : Serves the site from the `./myWebsite` directory."},{"lineNumber":136,"author":{"gitId":"-"},"content":"* `markbind serve -p 8888 -s otherSite.json` : Serves the site in Port 8888 from the current working directory, using `otherSite.json` as the site configuration file."},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"### `build` Command"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"**Format:** `markbind build [options] [root] [output]`"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"**Alias:** `markbind b`"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"**Description:** Generates the site to the directory named `_site` in the current directory."},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":152,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":" Root directory. Default is the current directory.\u003cbr\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":155,"author":{"gitId":"-"},"content":""},{"lineNumber":156,"author":{"gitId":"-"},"content":"* `[root] [output]`\u003cbr\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":" Read source files from the `[root]` directory and put the generated files in the specified `[output]` directory. Default output directory is `_site`.\u003cbr\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite ./myWebsite/myOutDir`"},{"lineNumber":159,"author":{"gitId":"-"},"content":""},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"* `--baseUrl \u003cbase\u003e`\u003cbr\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":" Override the `baseUrl` property (read from the `site.json`) with the given `\u003cbase\u003e` value.\u003cbr\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":" {{ icon_example }} `--baseUrl staging`"},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"* `-s \u003cfile\u003e`, `--site-config \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":" Specify the site config file (default: `site.json`)\u003cbr\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":" {{ icon_example }} `-s otherSite.json`"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"**{{ icon_examples }}**"},{"lineNumber":173,"author":{"gitId":"-"},"content":"* `markbind build` : Generates the site from the current working directory."},{"lineNumber":174,"author":{"gitId":"-"},"content":"* `markbind build ./myWebsite` : Generates the site from the `./myWebsite` directory."},{"lineNumber":175,"author":{"gitId":"-"},"content":"* `markbind build ./myWebsite ./myOutDir` : Generates the site from the `./myWebsite` directory to the `./myOutDir` directory."},{"lineNumber":176,"author":{"gitId":"-"},"content":"* `markbind build ./stagingDir --baseUrl staging` : Generates the site from the `./stagingDir` directory, with the `baseUrl` property in `site.json` set to `staging`."},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"### `deploy` Command"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"-"},"content":"**Format:** `markbind deploy [options] [root]`"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":"**Alias:** `markbind d`"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":"**Description:** Deploys the site to the repo\u0027s GitHub pages by generating the site (default dir: `_site`) and pushing the generated site to the `gh-pages` branch of the current git working directory\u0027s remote repo."},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":192,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" Root directory. Default is the current directory.\u003cbr\u003e"},{"lineNumber":194,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":195,"author":{"gitId":"-"},"content":""},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":""},{"lineNumber":198,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"* `-c \u003cgithubTokenName\u003e`, `--ci \u003cgithubTokenName\u003e`\u003cbr\u003e"},{"lineNumber":201,"author":{"gitId":"-"},"content":" Deploy the site in CI Environments using the GitHub personal access token stored in `\u003cgithubTokenName\u003e` (default: `GITHUB_TOKEN`).\u003cbr\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":" {{ icon_example }} `-c PA_TOKEN`"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"* `-n`, `--no-build`\u003cbr\u003e"},{"lineNumber":205,"author":{"gitId":"-"},"content":" Skips the generation of the site before deploying it. By default, the `deploy` command generates the site before deploying the built site. This command should be used if the site needs to be generated with non-default arguments for the `build` command (e.g. baseUrl is specified using the `--baseUrl` flag for the `markbind build` command)."},{"lineNumber":206,"author":{"gitId":"-"},"content":""},{"lineNumber":207,"author":{"gitId":"-"},"content":"* `-s \u003cfile\u003e`, `--site-config \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":" Specify the site config file (default: `site.json`).\u003cbr\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" {{ icon_example }} `-s otherSite.json`"},{"lineNumber":210,"author":{"gitId":"-"},"content":""},{"lineNumber":211,"author":{"gitId":"-"},"content":"%%{{ icon_info }} Related: [User Guide: Deploying the Website](deployingTheSite.html).%%"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"**{{ icon_examples }}**"},{"lineNumber":214,"author":{"gitId":"-"},"content":"* `markbind deploy` : Deploys after generating the site from the current working directory."},{"lineNumber":215,"author":{"gitId":"-"},"content":"* `markbind deploy ./myWebsite` : Deploys after generating the site from the `./myWebsite` directory."},{"lineNumber":216,"author":{"gitId":"-"},"content":"* `markbind deploy --no-build` : Deploys the site from the current working directory without generating it."},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"### `--help` Option"},{"lineNumber":223,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"**Format:** `markbind [command] --help`"},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"**Alias:** `markbind [command] -h`"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"**Description:** Prints a summary of MarkBind commands or a detailed usage guide for the given `command`."},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"{{ icon_examples }}"},{"lineNumber":232,"author":{"gitId":"-"},"content":"* `markbind --help` : Prints a summary of MarkBind commands."},{"lineNumber":233,"author":{"gitId":"-"},"content":"* `markbind serve --help` : Prints a detailed usage guide for the `serve` command."}],"authorContributionMap":{"LamJiuFong":5,"-":228}},{"path":"docs/userGuide/components/imagesAndDiagrams.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Image \u0026 Diagram Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"imagesAndDiagrams\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Images \u0026 Diagrams"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The image components here provide **convenient syntax \u0026 styling abstractions** on top of raw HTML and Markdown images."},{"lineNumber":22,"author":{"gitId":"-"},"content":"Diagrams, in the form of **inline PlantUML components** are also supported."},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"{% if \u0027images-diagrams\u0027 in v[2] %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":41,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027presentation\u0027, \u0027popups\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":39}},{"path":"docs/userGuide/components/navigation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Navigation Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"navigation\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Navigation"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The components in this page are used for scaffolding **site and page navigation**."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"{% if \u0027navigation\u0027 in v[2] %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":40,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027popups\u0027, \u0027others\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":38}},{"path":"docs/userGuide/components/others.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Other Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"others\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Others"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"This page lists some other components that may be useful in creating education websites. For now, there are only question and quiz components."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"{% if \u0027others\u0027 in v[2] %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":40,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027navigation\u0027, \u0027advanced\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":38}},{"path":"docs/userGuide/components/popups.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Pop-Up Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"popups\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Pop-Ups"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The components in this page can be used to easily create **various forms of pop-ups** that are activated on some user action (e.g., hovering over some text). This may be useful for showing additional information related to some specific area or span of content."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"{% if \u0027popups\u0027 in v[2] %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":40,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027imagesAndDiagrams\u0027, \u0027navigation\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":38}},{"path":"docs/userGuide/components/presentation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Presentational Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"presentation\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Presentation"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The components in this page are the core **presentational** components you may want to use. Panels and tabs can be used to **organise content sections**, while badges and boxes can **highlight small, specific pieces of information**."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":"\u003cbox type \u003d \"warning\" header \u003d \"#### Use of markdown in content\" \u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":"As presentational components are HTML-based, you need to follow the HTML syntax when using markdown in the content of the components."},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":"More specifically, you should use either:"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"- add a line break with no indentation before the markdown content"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":"- use the `\u003cmarkdown\u003e` (block level elements) or `\u003cmd\u003e` (inline level elements) tags to wrap the markdown content."},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":"For more information, please refer to this [section]({{baseUrl}}/userGuide/usingHtmlJavaScriptCss.html#markdown-in-html)."},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"{% if \u0027presentation\u0027 in v[2] %}"},{"lineNumber":42,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":43,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"# Relevant Tips \u0026 Tricks"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Indent components\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../tipsAndTricks.md#indentComponents\" /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027../usingComponents\u0027, \u0027imagesAndDiagrams\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":47,"yiwen101":8}},{"path":"docs/userGuide/formattingContents.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Formatting Contents\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"formattingContents\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 2"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**MarkBind supports a wide collection of Markdown-like basic content formatting syntax** such as text styling, tables, lists, images, links, etc."},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"./syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" {% if \u0027basic\u0027 in v[2] %}"},{"lineNumber":32,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {% endif %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"# Relevant Tips \u0026 Tricks"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Escaping Characters\"\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tipsAndTricks.md#escapingCharacters\" /\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027markBindSyntaxOverview\u0027, \u0027usingComponents\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":43}},{"path":"docs/userGuide/markBindInTheProjectWorkflow.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"MarkBind in the Project Workflow\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"markBindInTheProjectWorkflow\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"As **MarkBind is especially optimized as a project documentation tool**, it integrates well with the workflow of software projects."},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"#### Authoring Workflow"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"While most IDEs provide previews for Markdown files, unless your MarkBind files are using basic Markdown syntax only, you are recommended to launch a {{ link_live_preview }} and check the rendering of the page as you modify the source file."},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"#### GitHub Project Workflow"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"If you use GitHub for your project, you can [deploy your site to GitHub pages](deployingTheSite.html#deploying-to-github-pages) easily. You can even set up Travis to automatically deploy your site to GitHub pages whenever a branch in your repo is updated."},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"If you are using GitHub Pull Requests as part of your workflow, you can [set up Netlify to show a preview of the site generated from the MarkBind code in the PR](deployingTheSite.html#deploying-to-netlify)."},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"#### Using MarkBind for Project Documentation"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"Here is an example workflow for using MarkBind for both developer documentation and user documentation in a GitHub project:"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"Suppose the main development of the project is done in the `master` branch while product releases are done using the `release` branch."},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"You can keep the user docs in a separate directory (say `user-docs`) and set up a MarkBind project in that folder. When there is a new release, you can deploy the user-docs site to GitHub Pages for users to read."},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"Similarly, you can keep the dev docs in a separate directory (say `dev-docs`) and set up Netlify to deploy the site when there is an update to the `master` branch; that way, developers can see the latest version of dev-docs via the Netlify site."},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"#### Converting existing project documentation/wiki"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"MarkBind supports the automatic conversion of an existing GitHub wiki or `docs` folder containing Markdown files."},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"A MarkBind conversion involves the following:"},{"lineNumber":49,"author":{"gitId":"-"},"content":"- Adding a Home page: If your project already has a `README.md` or `Home.md`, the content will be copied over to `index.md`. Otherwise, a default home page will be added."},{"lineNumber":50,"author":{"gitId":"-"},"content":"- Adding an About Us page: If your project already has `about.md`, this will be used as the About page. Otherwise, a default About page will be added."},{"lineNumber":51,"author":{"gitId":"-"},"content":"- Adding a top navigation bar."},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":"- Adding a site navigation menu: If your project has a valid `_Sidebar.md` file, it will be used as the [site navigation menu]({{baseUrl}}/userGuide/tweakingThePageStructure.html#constructing-a-page-navigation-menu). Otherwise, the menu will be built from your project\u0027s directory structure and contain links to all addressable pages. "},{"lineNumber":53,"author":{"gitId":"-"},"content":"- Adding a custom footer: If your project has a valid `_Footer.md` file, it will be used as the website footer. Otherwise, a default footer will be added."},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" Conversion might not work if your project files have existing Nunjucks syntax. "},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"To convert your existing project, follow these steps:"},{"lineNumber":60,"author":{"gitId":"-"},"content":"1. Navigate into the project directory."},{"lineNumber":61,"author":{"gitId":"-"},"content":"1. Run `markbind init --convert` to convert the project."},{"lineNumber":62,"author":{"gitId":"-"},"content":"1. You can now preview the website using `markbind serve` to view your newly converted MarkBind website."},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" You only need to run the conversion once. Once you have converted your project, you can proceed to edit it as a normal MarkBind project."},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/box\u003e "},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":69,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027deployingTheSite\u0027, \u0027redirectingToACustom404Page\u0027) }}"}],"authorContributionMap":{"-":68,"yiwen101":1}},{"path":"docs/userGuide/readerFacingFeatures.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" title: \"User Guide: Reader-Facing Features\""},{"lineNumber":3,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" pageNav: 5"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"components/advanced.md#slots-info\" /\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"# Reader-Facing Features"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\"\u003eExpand the \u003cmd\u003e**details...**\u003c/md\u003e panel for more info!\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"{% macro show_topic(filename, heading) %}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"##### {{ heading }}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/{{ filename }}.md#examples\" /\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"%%details...%%\" \u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" {% if \u0027reader-facing\u0027 in v[2] %}"},{"lineNumber":31,"author":{"gitId":"-"},"content":"{{ show_topic( k, v[0]) }}"},{"lineNumber":32,"author":{"gitId":"-"},"content":" {% endif %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{% endfor %}"}],"authorContributionMap":{"jingting1412":4,"-":29}},{"path":"docs/userGuide/reusingContents.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Reusing Contents\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"reusingContents\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 4"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**MarkBind is highly-optimized for content reuse**. It offers several mechanisms to provide readers with many variations of the content while minimizing duplication at source file level. As a result, instead of creating a one-size-fits-all site, MarkBind can create a site in which readers can chart their own path of reading."},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/variables.md\" /\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/includes.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"## Reusing Contents Across Sites"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"**MarkBind supports reusing across sites.** It allows you to include the pages you want from a _sub-site_ in another _main-site_ without having to change anything in the source files of the _sub-site_ as long as the _sub-site_ source files are inside the directory of the _main-site_."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a site `textbook` and you want to include some pages from it in another site `course`. Given below is how you can locate the sub-site `textbook` inside the root directory of the main-site `course` so that files from `textbook` can be reused in the `course` site."},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"C:/course/"},{"lineNumber":40,"author":{"gitId":"-"},"content":" textbook/"},{"lineNumber":41,"author":{"gitId":"-"},"content":" index.md"},{"lineNumber":42,"author":{"gitId":"-"},"content":" overview.md"},{"lineNumber":43,"author":{"gitId":"-"},"content":" site.json"},{"lineNumber":44,"author":{"gitId":"-"},"content":" index.md"},{"lineNumber":45,"author":{"gitId":"-"},"content":" reading.md"},{"lineNumber":46,"author":{"gitId":"-"},"content":" site.json"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":"In `reading.md` (note how it reuses content from the sub-site `textbook`):"},{"lineNumber":50,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":51,"author":{"gitId":"-"},"content":"# Week 1 Reading:"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"textbook/overview.md\" /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"```"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"If you are using Git for version control, you can set up the sub-site repository as a [Git sub-module](https://git-scm.com/book/en/v2/Git-Tools-Submodules) of the main site repository."},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"## Creating Content Variations"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"**MarkBind can create sites that give more control to the reader.** Given below are some mechanisms authors can use to create variations of content that gives more control to the reader in charting their own path through the content."},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"#### Allowing users to remove some contents"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"When the readers can remove an item from a page, they can create their own version of the page by removing items they don\u0027t want to see. This is especially useful when printing a page."},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"To make an element closeable, use `v-closeable`."},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003cdiv v-closeable\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"Optional video:"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"@[youtube](v40b3ExbM0c)"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"```"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"This is how the content will appear. Note how you can hover over the content to access the :x: button that can collapse the content."},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003cdiv v-closeable\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"-"},"content":"Optional video:"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"@[youtube](v40b3ExbM0c)"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"#### Giving alternative contents"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":"You can use a [_Tabs_ component](components/presentation.html#tabs) to give alternative versions of content, for example, giving a code snippet in different programming languages."},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"#### Giving access to additional contents"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"You can use following components to give readers an option to access additional content at their discretion."},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":"* [Tooltips](components/popups.html#tooltips), [Popovers](components/popups.html#popovers), [Modals](components/popups.html#modals)"},{"lineNumber":106,"author":{"gitId":"-"},"content":"* [Expandable Panels](components/presentation.html#panels)"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"#### Organizing contents in alternative ways"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"You can take advantage of [MarkBind\u0027s feature for content reuse](reusingContents.html) to organize content in alternative ways to cater for different readers, without having to duplicate content. For example, you can have different pages that organizes the same information alphabetically, chronologically, by difficulty, group information by topic, etc."},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"#### Optimizing the Print View"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"To \u003cspan class\u003d\"keyword\"\u003ehide minimized panels in the _print view_\u003c/span\u003e, add the following code to a CSS file used in your site."},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"```css"},{"lineNumber":117,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" .card-container \u003e .morph {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":"```"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"Tim-Siu"},"content":"MarkBind also comes with some built-in optimizations for printing by default:"},{"lineNumber":125,"author":{"gitId":"Tim-Siu"},"content":"- \u003cinclude src\u003d\"syntax/code.md#code-print-optimization\" /\u003e"},{"lineNumber":126,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":"#### Hiding some info in the generated content"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":"To permanently hide a fragment from the reader:"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"d-none\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" content to hide ..."},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":""},{"lineNumber":136,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"...\" add-class\u003d\"d-none\"\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" content to hide ..."},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003cpanel\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"```"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"To hide a fragment in one specific page, \u0027mark\u0027 the elements using a `class`:"},{"lineNumber":142,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"extra\"\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":" content to hide ..."},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":"```"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":"Then, in a page-specific CSS file,"},{"lineNumber":149,"author":{"gitId":"-"},"content":"```css"},{"lineNumber":150,"author":{"gitId":"-"},"content":".extra {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" display: none; /* \u0027block\u0027 or \u0027inline-block\u0027 if you want it to show */"},{"lineNumber":152,"author":{"gitId":"-"},"content":"}"},{"lineNumber":153,"author":{"gitId":"-"},"content":"```"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"#### Deploying a page multiple times with different titles"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":"By [overriding the `title` declared in the frontmatter of the page using `site.json`](tweakingThePageStructure.html#frontmatter), it is possible to allow MarkBind to serve the same page with different titles. "},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"This may especially be useful for users who are serving a page from a submodule."},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"#### Creating slight variations of content"},{"lineNumber":162,"author":{"gitId":"-"},"content":""},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":"Tags are a good way to create multiple variations of a page within the same source file, such as to filter content for creating multiple different versions of the same page. See [_User Guide: Tweaking the Page Structure → Tags_](tweakingThePageStructure.html#plugin-tags) section for more information."},{"lineNumber":164,"author":{"gitId":"-"},"content":""},{"lineNumber":165,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":166,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027tweakingThePageStructure\u0027, \u0027workingWithSites\u0027) }}"}],"authorContributionMap":{"-":160,"yiwen101":3,"Tim-Siu":3}},{"path":"docs/userGuide/siteJsonFile.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" title: \"site.json File\""},{"lineNumber":3,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"-"},"content":" keywords: site.json"},{"lineNumber":5,"author":{"gitId":"-"},"content":" pageNav: 4"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"# `site.json` File"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"The `site.json` file {{ tooltip_root_directory }} is used to configure various aspects of a MarkBind website."},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"Here is a typical `site.json` file:"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"```json"},{"lineNumber":18,"author":{"gitId":"-"},"content":"{"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"baseUrl\": \"/myproduct\","},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"faviconPath\": \"myfavicon.png\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"FooBar Dev Docs\","},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"titleSuffix\": \"FooBar\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"bootstrapTheme\": \"bootswatch-cerulean\","},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"codeLineNumbers\": true"},{"lineNumber":27,"author":{"gitId":"-"},"content":" },"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":29,"author":{"gitId":"-"},"content":" {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"layout\": \"normal\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"searchable\": \"no\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"externalScripts\": ["},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"https://cdn.plot.ly/plotly-latest.min.js\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"frontmatter\": {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"header\": \"header.md\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":" },"},{"lineNumber":41,"author":{"gitId":"-"},"content":" {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"glob\": \"topics/**/*.md\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"globExclude\": [\"topics/*/appendix/*.md\"],"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"layout\": \"subtopic\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"pagesExclude\": [\"subsite/**/*.md\", \"node_modules/*\"],"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"externalScripts\": ["},{"lineNumber":49,"author":{"gitId":"-"},"content":" \"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config\u003dTeX-MML-AM_CHTML\""},{"lineNumber":50,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\","},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"repo\": \"https://github.com/myorg/myrepo.git\","},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"branch\": \"gh-pages\""},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \"globalOverride\": {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \"footer\": \"my-footer.md\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" },"},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":60,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":61,"author":{"gitId":"-"},"content":" \"*.json\","},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":63,"author":{"gitId":"-"},"content":" \".git/*\","},{"lineNumber":64,"author":{"gitId":"-"},"content":" \".gitignore\","},{"lineNumber":65,"author":{"gitId":"-"},"content":" \"node_modules/*\""},{"lineNumber":66,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \"plugins\" : ["},{"lineNumber":68,"author":{"gitId":"-"},"content":" \"filterTags\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":70,"author":{"gitId":"-"},"content":" \"pluginsContext\" : {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"filterTags\" : {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \"tags\": [\"tag1\", \"tag2\"]"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 4,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \"intrasiteLinkValidation\": {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \"enabled\": false"},{"lineNumber":78,"author":{"gitId":"-"},"content":" },"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \"plantumlCheck\": true"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":"```"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"#### **`baseUrl`**"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":"**The base URL relative to your domain.** Default: `\"\"`(empty)."},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"deployingTheSite.md#warning-about-baseUrl\" /\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"Note: `baseUrl` does not support [live preview](glossary.md#live-preview) as there is no use case for changing it in during `markbind serve`."},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"#### **`faviconPath`**"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"**The location of the favicon.** Default: `favicon.ico`."},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":"%%{{ icon_info }} If the favicon was recently changed, you may need to force-refresh the Browser to see the new image.%%"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"#### **`titlePrefix`**"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"**The prefix for all page titles.** The separator `-` will be inserted by MarkBind."},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"#### **`titleSuffix`**"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"**The suffix for all page titles.** The separator `-` will be inserted by MarkBind."},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"#### **`style`**"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"_(Optional)_ **The styling options to be applied to the site.** This includes:"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"* **`bootstrapTheme`**"},{"lineNumber":117,"author":{"gitId":"-"},"content":" _(Optional)_ The theme for the generated site.\u003cbr\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" Uses the default Bootstrap theme if not specified. See [User Guide: Themes](themes.html) for more details."},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":"* **`codeTheme`** [Optional. Default: `\"dark\"`]\u003cbr\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":" The theme used for fenced code blocks. Accepts either `\"light\"` or `\"dark\"`."},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"* **`codeLineNumbers`** [Optional. Default: `false`]\u003cbr\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":" The global setting to display or hide line numbers for code blocks. Accepts either `true` or `false`."},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"#### **`pages`**"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"**An array of pages to be rendered.**"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"* **`src/glob`**"},{"lineNumber":131,"author":{"gitId":"-"},"content":" * `src` can be used to specify a single file, or an array of files.\u003cbr\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":" {{ icon_examples }} `docs/index.md` or `[ \u0027docs/index.md\u0027, \u0027docs/userGuide.md\u0027 ]` { .my-1 }"},{"lineNumber":133,"author":{"gitId":"-"},"content":" * `glob` can be used alternatively to define a file pattern in the [_glob syntax_](https://en.wikipedia.org/wiki/Glob_(programming)), or an array of such file patterns.\u003cbr\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" {{ icon_examples }} `**/*.md` or `[ \u0027**/*.md\u0027, \u0027**/index.md\u0027 ]` { .my-2 }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"* **`globExclude`**: An array of file patterns to be excluded from rendering when using `glob`, also defined in the glob syntax."},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":"* **`title`**: The page `\u003ctitle\u003e` for the generated web page. Titles specified here take priority over titles specified in the [frontmatter](tweakingThePageStructure.html#frontmatter) of individual pages."},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":"* **`layout`**: The [layout](tweakingThePageStructure.html#layouts) to be used by the page. Default: `default`."},{"lineNumber":138,"author":{"gitId":"-"},"content":"* **`searchable`**: Specifies that the page(s) should be excluded from searching. Default: `yes`."},{"lineNumber":139,"author":{"gitId":"-"},"content":"* **`externalScripts`**: An array of external scripts to be referenced on the page. Scripts referenced will be run before the layout script."},{"lineNumber":140,"author":{"gitId":"-"},"content":"* **`frontmatter`**: Specifies properties to add to the frontmatter of a page or glob of pages. Overrides any existing properties if they have the same name, and overrides any frontmatter properties specified in `globalOverride`."},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"page-property-overriding\"\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"[Page properties that are defined in `site.json`](#pages) for a particular page will override those defined in the frontmatter of the page. For example, if we declare a `title` within the frontmatter of the page (say `index.md`) like such:"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" title: Hello World"},{"lineNumber":150,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":"```"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"But the `title` property in the corresponding `site.json` is set as such:"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":156,"author":{"gitId":"-"},"content":"{"},{"lineNumber":157,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":158,"author":{"gitId":"-"},"content":" {"},{"lineNumber":159,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":160,"author":{"gitId":"-"},"content":" \"title\": \"Landing Page\","},{"lineNumber":161,"author":{"gitId":"-"},"content":" }"},{"lineNumber":162,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":163,"author":{"gitId":"-"},"content":"}"},{"lineNumber":164,"author":{"gitId":"-"},"content":"```"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"Then, the title of `index.md` will be set as \"Landing Page\" instead of \"Hello World\"."},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"In this manner, setting the property `title` in `site.json` will always override the `title` declared within the frontmatter of the page."},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"page-glob-overriding\"\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"Note: If multiple **`src`** (pages) or **`glob`** (globs) attributes match a file, MarkBind will merge properties from all entries. If there are conflicting properties, pages are given priority over globs. If there are multiple matching glob entries, the last entry is given priority."},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":"{{ icon_example }} Multiple entries matching `index.md`:"},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":183,"author":{"gitId":"-"},"content":"{"},{"lineNumber":184,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":185,"author":{"gitId":"-"},"content":" {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":187,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":188,"author":{"gitId":"-"},"content":" \"searchable\": \"no\""},{"lineNumber":189,"author":{"gitId":"-"},"content":" },"},{"lineNumber":190,"author":{"gitId":"-"},"content":" {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \"glob\": \"*.md\","},{"lineNumber":192,"author":{"gitId":"-"},"content":" \"layout\": \"normal\","},{"lineNumber":193,"author":{"gitId":"-"},"content":" \"searchable\": \"yes\""},{"lineNumber":194,"author":{"gitId":"-"},"content":" }"},{"lineNumber":195,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":196,"author":{"gitId":"-"},"content":"}"},{"lineNumber":197,"author":{"gitId":"-"},"content":"```"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"The following properties will apply to `index.md`:"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":202,"author":{"gitId":"-"},"content":"{"},{"lineNumber":203,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":204,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\", // Inherited from page"},{"lineNumber":205,"author":{"gitId":"-"},"content":" \"layout\": \"normal\", // Inherited from glob"},{"lineNumber":206,"author":{"gitId":"-"},"content":" \"searchable\": \"no\", // Page takes priority over glob"},{"lineNumber":207,"author":{"gitId":"-"},"content":"}"},{"lineNumber":208,"author":{"gitId":"-"},"content":"```"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":"#### **`pagesExclude`**"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":"**An array of file patterns to be excluded from rendering.** The exclusion pattern follows the glob syntax."},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"This property is the global variant to the `globExclude` property and is functionally identical to it. If the two are used at once, the file patterns from both properties will be combined when excluding pages."},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"#### **`externalScripts`**"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"**An array of external scripts to be referenced on all pages.** To reference an external script only on specific pages, `externalScripts` should be specified in `pages` instead. Scripts referenced will be run before the layout script."},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":"#### **`globalOverride`**"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":"**Globally overrides properties in the frontmatter of all pages.** Any property included in the global override will automatically be merged with the frontmatter of every single page, and override them if the property exists."},{"lineNumber":227,"author":{"gitId":"-"},"content":""},{"lineNumber":228,"author":{"gitId":"-"},"content":"#### **`ignore`**"},{"lineNumber":229,"author":{"gitId":"-"},"content":""},{"lineNumber":230,"author":{"gitId":"-"},"content":"**An array of file patterns to be ignored when copying files to the generated site.** By default, MarkBind will copy all the files as assets of the generated site."},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":"The ignore pattern follows the [glob pattern used in .gitignore](https://git-scm.com/docs/gitignore#_pattern_format). For example, `*.md` ignores all markdown source files."},{"lineNumber":233,"author":{"gitId":"-"},"content":""},{"lineNumber":234,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"site-json-deploy\"\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":"#### **`deploy`**"},{"lineNumber":237,"author":{"gitId":"-"},"content":""},{"lineNumber":238,"author":{"gitId":"-"},"content":"**The settings for [auto-deployment to GitHub pages](deployingTheSite.html).**"},{"lineNumber":239,"author":{"gitId":"-"},"content":""},{"lineNumber":240,"author":{"gitId":"-"},"content":"* **`message`** [Optional. Default: `\"Site Update.\"`]\u003cbr\u003e"},{"lineNumber":241,"author":{"gitId":"-"},"content":" The commit message used for the deployment commit."},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":"* **`repo`** [Optional. Default: the current working project\u0027s repo]\u003cbr\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":" The repo you want to deploy to.\u003cbr\u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":" Format: `\"https://github.com/\u003corg|username\u003e/\u003crepo\u003e.git\"` (`\"git@github.com:\u003corg|username\u003e/\u003crepo\u003e.git\"` if you use SSH)\u003cbr\u003e"},{"lineNumber":246,"author":{"gitId":"-"},"content":" {{ icon_example }} `\"https://github.com/myorg/myrepo.git\"`"},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":"* **`branch`** [Optional. Default: `\"gh-pages\"`]\u003cbr\u003e"},{"lineNumber":249,"author":{"gitId":"-"},"content":" The branch that will be deployed to in the remote repo."},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":""},{"lineNumber":253,"author":{"gitId":"-"},"content":"#### **`plugins`**, **`pluginsContext`**"},{"lineNumber":254,"author":{"gitId":"-"},"content":""},{"lineNumber":255,"author":{"gitId":"-"},"content":"**A list of plugins to load.** Plugins are user-defined extensions that can add custom features to MarkBind. `pluginsContext` contains settings to be applied to the loaded plugins. See [User Guide: Using Plugins](usingPlugins.html) for more details."},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":"The example above uses tags as an example of configuring plugin settings, refer to the [`filterTags` plugin](tweakingThePageStructure.html#toggling-alternative-contents) for more details."},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"#### **`headingIndexingLevel`**"},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"**The level of headings to be indexed for searching.** Default: `3` %%i.e., only headings of levels 1,2,3 will be indexed for searching%%."},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"#### **`enableSearch`**"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"**Specifies that the website should use MarkBind\u0027s search functionality.** Default: `true`. See [User Guide: Making the Site Searchable](makingTheSiteSearchable.html) for more details."},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"#### **`timeZone`**"},{"lineNumber":268,"author":{"gitId":"-"},"content":""},{"lineNumber":269,"author":{"gitId":"-"},"content":"**Time zone of the [time stamp](reusingContents.html#built-in-global-variables).** Default: `\"UTC\"`."},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"Time Zone Options\"\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"pages/timeZones.md\" /\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":""},{"lineNumber":277,"author":{"gitId":"-"},"content":"#### **`locale`**"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":"**Language by locale used for the [time stamp](reusingContents.html#built-in-global-variables).** Default: `\"en-GB\"` (`English (United Kingdom)`). \u003cbr\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":"The date format is thus: `\u003cDay\u003e, \u003cDate\u003e \u003cMonth\u003e \u003cYear\u003e, \u003c24-hour Time\u003e \u003cTime Zone Code\u003e`."},{"lineNumber":281,"author":{"gitId":"-"},"content":""},{"lineNumber":282,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"Locale Options\"\u003e"},{"lineNumber":283,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"pages/locales.md\" /\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":285,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":286,"author":{"gitId":"-"},"content":""},{"lineNumber":287,"author":{"gitId":"-"},"content":"#### **`intrasiteLinkValidation`**"},{"lineNumber":288,"author":{"gitId":"-"},"content":""},{"lineNumber":289,"author":{"gitId":"-"},"content":"**Toggle whether to validate intra-site links.** By default, MarkBind will validate all intra-site links and alert you of any potentially invalid ones."},{"lineNumber":290,"author":{"gitId":"-"},"content":"To disable this validation **entirely**, you may add the following to `site.json`:"},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"disable-global-intrasite-link-validation\"\u003e"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" ```js"},{"lineNumber":294,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":295,"author":{"gitId":"-"},"content":" \"intrasiteLinkValidation\": {"},{"lineNumber":296,"author":{"gitId":"-"},"content":" \"enabled\": false"},{"lineNumber":297,"author":{"gitId":"-"},"content":" },"},{"lineNumber":298,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":299,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":300,"author":{"gitId":"-"},"content":""},{"lineNumber":301,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":"#### **`plantumlCheck`**"},{"lineNumber":304,"author":{"gitId":"-"},"content":""},{"lineNumber":305,"author":{"gitId":"-"},"content":"**Toggle whether to display a warning about PlantUML\u0027s prerequisite. Only applicable for non-Windows users.** By default, MarkBind will check if you have Graphviz installed when you are using PlantUML diagrams."},{"lineNumber":306,"author":{"gitId":"-"},"content":"To disable this validation and the display of the warning, you may add the following to `site.json`:"},{"lineNumber":307,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"plantuml-check\"\u003e"},{"lineNumber":308,"author":{"gitId":"-"},"content":""},{"lineNumber":309,"author":{"gitId":"-"},"content":" ```js"},{"lineNumber":310,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":311,"author":{"gitId":"-"},"content":" \"plantumlCheck\": false,"},{"lineNumber":312,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":313,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":312,"yiwen101":3}},{"path":"docs/userGuide/syntax/annotations.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Annotations"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"**An `annotate` component allows you to easily annotate over any images.**"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"Annotate wrappers (`\u003cannotate\u003e`) are used in conjunction with Annotate"},{"lineNumber":6,"author":{"gitId":"-"},"content":"Points (`\u003ca-point\u003e`)."},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"- `\u003cannotate\u003e`: Annotate wrappers are used to hold the image and set its width and height."},{"lineNumber":9,"author":{"gitId":"-"},"content":"- `\u003ca-point\u003e`: Annotate points define the position, text and style of each point within the image. Insert them between the Annotate wrappers."},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"The x and y coordinates of each Annotate Point are relative to the image and are written in percentage of total width or height."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"LamJiuFong"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\" lazy\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003c!-- Minimal Point --\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"This point is 25% from the left and 25% from the top\" /\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Size (default size is 40px) --\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"This point is 50% from the left and 25% from the top\" size\u003d\"60\"/\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Header (default is empty) --\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"25%\" content\u003d\"This point is 75% from the left and 25% from the top\" header\u003d\"This has a header\"/\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Color (default color is green) --\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"50%\" content\u003d\"This point is 25% from the left and 50% from the top\" color\u003d\"red\"/\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Opacity (default opacity is 0.3) --\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"50%\" content\u003d\"This point is 50% from the left and 50% from the top\" opacity\u003d\"0.7\"/\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Label (default is empty) --\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"75%\" content\u003d\"This point is 25% from the left and 75% from the top\" label\u003d\"1\"/\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c!-- Customize Text Color (default color is black) --\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"75%\" content\u003d\"This point is 50% from the left and 75% from the top\" textColor\u003d\"white\" color\u003d\"black\" label\u003d\"2\" opacity\u003d\"1\"/\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c!-- Customize Font Size (default font size is 14) --\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"75%\" content\u003d\"This point is 75% from the left and 75% from the top\" fontSize\u003d\"30\" label\u003d\"3\"/\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c!-- Customize Label (default is a rounded button) --\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"50%\" content\u003d\"This point is 75% from the left and 50% from the top\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"badge bg-primary\"\u003eBadge label\u003c/span\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"**Use markdown in the header, label and content**"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"Annotate Points supports markdown in the header, label and content. "},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"# Content\" /\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" header\u003d\":blush:\" /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"25%\" label\u003d\":heart:\"/\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"**Customising shapes for Annotate Point** \u003cbr\u003e "},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"Annotate Points supports different shapes and customisation. "},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":"The default shape used is a rounded button."},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":"When using a customised shape, the options shape, color and opacity will not work. "},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"Style the shape to achieve the same effect."},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"50%\" content\u003d\"This point is 75% from the left and 50% from the top\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"badge bg-primary\"\u003eBadge label\u003c/span\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"50%\" content\u003d\"This point is 25% from the left and 50% from the top\"\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"../../images/deer.jpg\" width\u003d\"50\" height\u003d\"50\"\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c!-- Customised Annotate Point with styling--\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"50%\" content\u003d\"This point is 25% from the left and 50% from the top\"\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003cdiv style\u003d\"opacity: 90%; color: red\"\u003eCustom\u003c/div\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":"**Using triggers and positions for Annotate Point** \u003cbr\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"Similar to **[popovers](../components/popups.md#popovers)**, Annotate Points also support different types of triggers and positions"},{"lineNumber":92,"author":{"gitId":"-"},"content":"for users with different needs."},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":" \u003c!-- Default Trigger (click)--\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"33%\" y\u003d\"33%\" content\u003d\"Lorem ipsum dolor sit amet\" /\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c!-- Set Trigger to hover focus --\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"66%\" y\u003d\"33%\" content\u003d\"Lorem ipsum dolor sit amet\" trigger\u003d\"hover focus\"/\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003c!-- Set Popover Placement (click)--\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"66%\" content\u003d\"Popover on the left\" placement\u003d\"left\"/\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"66%\" content\u003d\"Popover on the bottom\" placement\u003d\"bottom\"/\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"66%\" content\u003d\"Popover on the right\" placement\u003d\"right\"/\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003c!-- Both trigger and popover placement hover focus --\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"66%\" content\u003d\"Popover on the bottom\" placement\u003d\"bottom\" trigger\u003d\"hover focus\"/\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"**Displaying content as legends in Annotate Point**"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"`\u003ca-point\u003e` allows users to display its content !!inside a popover!! or !!as a legend below the diagram!! or !!both!!. However, the label attribute must be specified in `\u003ca-point\u003e` in order to display the content below the image."},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":" \u003c!-- Default Legend (popover only)--\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"50%\" content\u003d\"There is only text when you click me\" label\u003d\"1\"/\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to bottom only (no popover) --\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"50%\" content\u003d\"Clicking on this does nothing\" label\u003d\"2\" legend\u003d\"bottom\" header\u003d\"Headers are displayed as well\"/\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to both --\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"50%\" content\u003d\"There is text at both locations\" label\u003d\"3\" legend\u003d\"both\" header\u003d\"Headers are displayed at both positions\"/\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":""},{"lineNumber":136,"author":{"gitId":"-"},"content":"**Sample use cases for Annotate** \u003cbr\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"Here we showcase some use cases of the Annotate feature."},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":"**Example 1: Describing elements in an image** \u003cbr\u003e"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":""},{"lineNumber":146,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleObject.png\" height\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"6%\" y\u003d\"50%\" content\u003d\"You can use a triangle and a solid line (not to be confused with an arrow) to indicate class inheritance.\" label\u003d\"1\" header\u003d\"Class inheritance\" legend\u003d\"both\"/\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25.5%\" y\u003d\"50%\" content\u003d\"UML uses a solid diamond symbol to denote composition.\" label\u003d\"2\" header\u003d\"Composition\" color\u003d\"red\" legend\u003d\"both\"/\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"45%\" y\u003d\"50%\" content\u003d\"UML uses a hollow diamond to indicate an aggregation.\" label\u003d\"3\" header\u003d\"Aggregation\" color\u003d\"blue\" legend\u003d\"both\"/\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"64.5%\" y\u003d\"50%\" content\u003d\"Association labels describe the meaning of the association.\" label\u003d\"4\" header\u003d\"Association labels\" color\u003d\"yellow\" legend\u003d\"both\"/\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"**Example 2: Drawing over elements** \u003cbr\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleSequence.png\" height\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"35%\" y\u003d\"18.5%\" content\u003d\"Operation is invoked\" header\u003d\"Operation\" opacity\u003d\"0.2\" size\u003d\"30\"/\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"65%\" y\u003d\"50%\" content\u003d\"This is the period during which the method is being executed\" header\u003d\"Activation Bar\" opacity\u003d\"0.3\" size\u003d\"50\" color\u003d\"yellow\"/\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"14%\" y\u003d\"85%\" content\u003d\"Return control and possibly some return value\" header\u003d\"Return Value\" opacity\u003d\"0.2\" size\u003d\"30\" color\u003d\"blue\"/\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":""},{"lineNumber":171,"author":{"gitId":"-"},"content":"****`\u003ca-point\u003e` Options****"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"| Name | Type | Default | Description |"},{"lineNumber":174,"author":{"gitId":"-"},"content":"| --------- | -------- | ----------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"},{"lineNumber":175,"author":{"gitId":"-"},"content":"| x | `String` | | **This must be specified.**\u003cbr\u003eThe x-coordinate of the point.\u003cbr\u003eSupports range of values from `0%` to `100%`. |"},{"lineNumber":176,"author":{"gitId":"-"},"content":"| y | `String` | | **This must be specified.**\u003cbr\u003eThe y-coordinate of the point.\u003cbr\u003eSupports range of values from `0%` to `100%`. |"},{"lineNumber":177,"author":{"gitId":"-"},"content":"| content | `String` | `\u0027\u0027` | Annotate Point content.\u003cbr\u003eThe annotation content will be omitted if this is not provided. |"},{"lineNumber":178,"author":{"gitId":"-"},"content":"| header | `String` | `\u0027\u0027` | Annotate Point header.\u003cbr\u003eThe header will be omitted if this is not provided. |"},{"lineNumber":179,"author":{"gitId":"-"},"content":"| trigger | `String` | `click` | Popover trigger type.\u003cbr\u003eSupports: `click`, `focus`, `hover`, or any space-separated combination of these. |"},{"lineNumber":180,"author":{"gitId":"-"},"content":"| placement | `String` | `top` | Position of the Popover.\u003cbr\u003eSupports: `top`, `left`, `right`, `bottom`. |"},{"lineNumber":181,"author":{"gitId":"-"},"content":"| label | `String` | `\u0027\u0027` | The label shown on the point itself.\u003cbr\u003eThe label will be omitted if this is not provided.\u003cbr\u003eNote that labels should not be too long as they might overflow out of the point. |"},{"lineNumber":182,"author":{"gitId":"-"},"content":"| size | `String` | `\u002740\u0027` | The size of the point in pixels. \u003cbr\u003e Does not work with customised shapes |"},{"lineNumber":183,"author":{"gitId":"-"},"content":"| color | `String` | `\u0027green\u0027` | The color of the point.\u003cbr\u003eSupports any color in the CSS color format. E.g. `red`, `#ffffff`, `rgb(66, 135, 245)`, etc. \u003cbr\u003e Does not work with customised shapes |"},{"lineNumber":184,"author":{"gitId":"-"},"content":"| opacity | `String` | `\u00270.3\u0027` | The opacity of the point.\u003cbr\u003eSupports range of values from `0` to `1`. \u003cbr\u003e Does not work with customised shapes |"},{"lineNumber":185,"author":{"gitId":"-"},"content":"| fontSize | `String` | `\u002714\u0027` | The font size of the label.\u003cbr\u003eSupports any pixel size smaller than size of the point. |"},{"lineNumber":186,"author":{"gitId":"-"},"content":"| textColor | `String` | `\u0027black\u0027` | The color of the label.\u003cbr\u003eSupports any color in the CSS color format. E.g. `red`, `#ffffff`, `rgb(66, 135, 245)`, etc. |"},{"lineNumber":187,"author":{"gitId":"-"},"content":"| legend | `String` | `\u0027popover\u0027` | The position of the Annotate Point content and header.\u003cbr\u003eSupports: `popover`, `bottom`, `both`. |"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":"****`\u003cannotate\u003e` Options****"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"This is effectively the same as the options used for the [picture](#pictures) component."},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":"| Name | Type | Default | Description |"},{"lineNumber":194,"author":{"gitId":"LamJiuFong"},"content":"|--------| --------- | ------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"},{"lineNumber":195,"author":{"gitId":"-"},"content":"| alt | `string` | | **This must be specified.**\u003cbr\u003eThe alternative text of the image. |"},{"lineNumber":196,"author":{"gitId":"-"},"content":"| src | `string` | | **This must be specified.**\u003cbr\u003eThe URL of the image.\u003cbr\u003eThe URL can be specified as absolute or relative references. More info in: _[Intra-Site Links]({{baseUrl}}/userGuide/formattingContents.html#intraSiteLinks)_ |"},{"lineNumber":197,"author":{"gitId":"-"},"content":"| height | `string` |`\u0027\u0027`| The height of the image in pixels. |"},{"lineNumber":198,"author":{"gitId":"-"},"content":"| width | `string` |`\u0027\u0027`| The width of the image in pixels.\u003cbr\u003eIf both width and height are specified, width takes priority over height. It is to maintain the image\u0027s aspect ratio. |"},{"lineNumber":199,"author":{"gitId":"LamJiuFong"},"content":"| lazy | `boolean` | false | The `\u003cannotate\u003e` component lazy loads if this attribute is specified.\u003cbr\u003e**Either the height or width should be specified to avoid layout shifts while lazy loading images.** |"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":""},{"lineNumber":203,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"```"},{"lineNumber":206,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":207,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"Lorem ipsum dolor sit amet\" /\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"Lorem ipsum dolor sit amet\" label\u003d\"1a\"/\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"Lorem ipsum dolor sit amet\" label\u003d\"1b\" legend\u003d\"both\"/\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"```"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":""},{"lineNumber":215,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":216,"author":{"gitId":"-"},"content":""},{"lineNumber":217,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"https://markbind.org/userGuide/diagrams/object.png\" height\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":218,"author":{"gitId":"-"},"content":" \u003c!-- Default Legend (popover only)--\u003e"},{"lineNumber":219,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"6%\" y\u003d\"50%\" content\u003d\"You can use a triangle and a solid line (not to be confused with an arrow) to indicate class inheritance.\" label\u003d\"1\" header\u003d\""},{"lineNumber":220,"author":{"gitId":"-"},"content":"Class inheritance\"/\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to bottom only (popover is not clickable) --\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25.5%\" y\u003d\"50%\" content\u003d\"UML uses a solid diamond symbol to denote composition.\" label\u003d\"2\" header\u003d\"Composition\" color\u003d\"red\"/\u003e"},{"lineNumber":223,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to both --\u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"45%\" y\u003d\"50%\" content\u003d\"UML uses a hollow diamond to indicate an aggregation.\" label\u003d\"3\" header\u003d\""},{"lineNumber":225,"author":{"gitId":"-"},"content":"Aggregation\" color\u003d\"blue\"/\u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"64.5%\" y\u003d\"50%\" content\u003d\"Association labels describe the meaning of the association.\" label\u003d\"4\" header\u003d\"Association labels\" color\u003d\"yellow\"/\u003e"},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":"\u003c/popover\u003e"},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":228}},{"path":"docs/userGuide/syntax/badges.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Badges"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"**Example:**"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003e"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"Some Plain Text"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"\u003c/span\u003e"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"\u003cmd\u003e_Some Markdown_\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":"**You can choose from a variety of colors for your badges. You can also use the `rounded-pill` class to make the badges pill-shaped.**"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":"Normal:"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-secondary\"\u003eSecondary\u003c/span\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-danger\"\u003eDanger\u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-warning text-dark\"\u003eWarning\u003c/span\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-info text-dark\"\u003eInfo\u003c/span\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-light text-dark\"\u003eLight\u003c/span\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-dark\"\u003eDark\u003c/span\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cbr\u003ePills:"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-secondary\"\u003eSecondary\u003c/span\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-danger\"\u003eDanger\u003c/span\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-warning text-dark\"\u003eWarning\u003c/span\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-info text-dark\"\u003eInfo\u003c/span\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-light text-dark\"\u003eLight\u003c/span\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-dark\"\u003eDark\u003c/span\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":"**You can use Badges in combination with headings, buttons, links, etc.**"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"Links:"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003ca href\u003d\"#\" class\u003d\"badge bg-primary\"\u003ePrimary\u003c/a\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":"\u003ca href\u003d\"#\" class\u003d\"badge rounded-pill bg-warning text-dark\"\u003eWarning\u003c/a\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"Buttons:"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cbutton type\u003d\"button\" class\u003d\"btn btn-primary\"\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" Difficulty Level \u003cspan class\u003d\"badge bg-light text-dark\"\u003e4\u003c/span\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"Headings:"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"### Feature X \u003cspan class\u003d\"badge bg-danger\"\u003ebeta\u003c/span\u003e {.no-index}"},{"lineNumber":59,"author":{"gitId":"-"},"content":"##### Feature Y \u003cspan class\u003d\"badge rounded-pill bg-success\"\u003estable\u003c/span\u003e {.no-index}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"%%{{ icon_info }} You can refer to [Bootstrap documentation](https://getbootstrap.com/docs/5.1/components/badge/) to find more information about Badges.%%"},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cbutton type\u003d\"button\" class\u003d\"btn btn-primary\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" Difficulty Level \u003cspan class\u003d\"badge bg-light text-dark\"\u003e4\u003c/span\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":"```"},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003cbutton type\u003d\"button\" class\u003d\"btn btn-primary\"\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":" Difficulty Level \u003cspan class\u003d\"badge bg-light text-dark\"\u003e4\u003c/span\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"##### Feature Y \u003cspan class\u003d\"badge rounded-pill bg-warning text-dark\"\u003estable\u003c/span\u003e {.no-index}"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":73,"yiwen101":16}},{"path":"docs/userGuide/syntax/boxes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% from \"userGuide/components/advanced.md\" import slot_info_trigger %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"## Boxes"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"**Simple Example**"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"plain text"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"\u003cmd\u003e_markdown_\u003c/md\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":"**Boxes come with different built-in types.**"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" info"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" success"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" important"},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" wrong"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" tip"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\"\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" definition"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" dismissible\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" dismissible info"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" header\u003d\"#### Header :rocket:\" icon-size\u003d\"2x\"\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cbox type\u003d\"warning\" header\u003d\"You can use **markdown** here! :pizza:\" dismissible\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/box\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"**The built in types can be colored.**"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"primary\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" primary"},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"secondary\"\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" secondary"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"success\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":" success"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"danger\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" danger"},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"warning\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"info\"\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" info"},{"lineNumber":81,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"light\"\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" light"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"dark\"\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":" dark"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"**MarkBind also supports a light color scheme for boxes**"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003cbox light\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" default light"},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" light\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" info light"},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" light\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" warning light"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" light\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" success light"},{"lineNumber":107,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":" important light"},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\" light\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" wrong light"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" light\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":" tip light"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" light\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" definition light"},{"lineNumber":119,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" header\u003d\"##### Header markdown :rocket:\" light\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":" definition light with header markdown"},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"**MarkBind also supports a seamless style of boxes**"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"As `light` and `seamless` are mutually exclusive styles, `light` takes priority over `seamless`."},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":"\u003cbox seamless\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" default seamless"},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":" info seamless"},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":" warning seamless"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" seamless\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":" success seamless"},{"lineNumber":147,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" seamless\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" important seamless"},{"lineNumber":150,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\" seamless\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":" wrong seamless"},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" tip seamless"},{"lineNumber":156,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" seamless dismissible\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":" dismissible definition seamless"},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" header\u003d\"##### Header markdown :rocket:\" seamless\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":" success seamless with header markdown"},{"lineNumber":162,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"**You can further customize the Box\u0027s appearance.**"},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003cbox background-color\u003d\"#ffca6a\" border-color\u003d\"grey\" border-left-color\u003d\"#8b5a01\"\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":"default type, styled as an orange box with a brown left border"},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" color\u003d\"red\" icon\u003d\":rocket:\"\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"info, with a custom markdown rocket icon and `red` colored text."},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"You can use any inline markdown in the `icon` property."},{"lineNumber":179,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":180,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":"**You can remove the background, icon and borders of preset styles.**"},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003cbox no-icon no-background type\u003d\"success\"\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":" success box without a tick icon and backgound"},{"lineNumber":190,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":191,"author":{"gitId":"-"},"content":""},{"lineNumber":192,"author":{"gitId":"-"},"content":"\u003cbox no-border type\u003d\"definition\" light\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" definition type box, light style without border"},{"lineNumber":194,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":""},{"lineNumber":198,"author":{"gitId":"-"},"content":"\u003cbox header\u003d\"Note\" type\u003d\"info\" seamless\u003e"},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"Custom styles **(** `background-color`, `border-color`, `border-left-color`, `icon` **)** as introduced in the previous section, takes precedence over the `no-background`, `no-border`, `no-icon` attributes."},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":""},{"lineNumber":203,"author":{"gitId":"-"},"content":"**You can also use icons, resize them and change their color accordingly.**"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":206,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":207,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" icon\u003d\":fas-camera:\"\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit"},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" icon\u003d\":fas-camera:\" icon-size\u003d\"2x\"\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."},{"lineNumber":213,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" icon\u003d\":fas-camera:\" icon-size\u003d\"3x\"\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."},{"lineNumber":216,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":217,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" icon\u003d\":fas-camera:\" icon-color\u003d\"red\" icon-size\u003d\"3x\"\u003e"},{"lineNumber":218,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."},{"lineNumber":219,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":220,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":224,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":225,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":226,"author":{"gitId":"-"},"content":"background-color | `String` | `null` |"},{"lineNumber":227,"author":{"gitId":"-"},"content":"border-color | `String` | `null` |"},{"lineNumber":228,"author":{"gitId":"-"},"content":"border-left-color | `String` | `null` | Overrides border-color for the left border."},{"lineNumber":229,"author":{"gitId":"-"},"content":"color | `String` | `null` | Color of the text."},{"lineNumber":230,"author":{"gitId":"-"},"content":"dismissible | `Boolean` | `false` | Adds a button to close the box to the top right corner."},{"lineNumber":231,"author":{"gitId":"-"},"content":"icon{{slot_info_trigger}} | `String` | `null` | Inline MarkDown text of the icon displayed on the left."},{"lineNumber":232,"author":{"gitId":"-"},"content":"icon-size | `String` | `null` | Resizes the icon. Supports integer-scaling of the icon dimensions e.g. `2x`, `3x`, `4x`, etc."},{"lineNumber":233,"author":{"gitId":"-"},"content":"icon-color | `String` | `null` | Color of the icon."},{"lineNumber":234,"author":{"gitId":"-"},"content":"header{{slot_info_trigger}} | `String` | `null` | Markdown text of the box header."},{"lineNumber":235,"author":{"gitId":"-"},"content":"type | `String` | `\u0027\u0027` | Supports: `info`, `warning`, `success`, `important`, `wrong`, `tip`, `definition`, or empty for default."},{"lineNumber":236,"author":{"gitId":"-"},"content":"theme | `String` | `\u0027\u0027` | Supports: `primary`, `secondary`, `success`, `danger`, `warning`, `tip`, `light`, `dark` or empty for default."},{"lineNumber":237,"author":{"gitId":"-"},"content":"light | `Boolean` | `false` | Uses a light color scheme for the box."},{"lineNumber":238,"author":{"gitId":"-"},"content":"seamless | `Boolean` | `false` | Uses a seamless style for the box. If `light` is specified, this style will not be activated."},{"lineNumber":239,"author":{"gitId":"-"},"content":"no-border | `Boolean` | `false` | Removes border, except if styled by `border-color` or `border-left-color`. "},{"lineNumber":240,"author":{"gitId":"-"},"content":"no-background | `Boolean` | `false` | Removes background, except if styled by `background-color` option."},{"lineNumber":241,"author":{"gitId":"-"},"content":"no-icon | `Boolean` | `false` | Removes icon, except if icon is displayed via `icon` option."},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":247,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"```"},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":""},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":" default"},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":258,"author":{"gitId":"-"},"content":" info"},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\"\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":" success"},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\"\u003e"},{"lineNumber":267,"author":{"gitId":"-"},"content":" important"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\"\u003e"},{"lineNumber":270,"author":{"gitId":"-"},"content":" wrong"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":" tip"},{"lineNumber":274,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\"\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":" definition"},{"lineNumber":277,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":278,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":264,"yiwen101":14}},{"path":"docs/userGuide/syntax/code.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Code"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"#### Themes"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"MarkBind can present formatted code blocks, be it fenced or inline, with either **light** or **dark** themes. The default is dark \u003ctrigger for\u003d\"modal:code-dark-example\" trigger\u003d\"click\"\u003e_(click for an example)_\u003c/trigger\u003e."},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cmodal header\u003d\"Dark Code Theme\" id\u003d\"modal:code-dark-example\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"/images/codeDarkTheme.png\" alt\u003d\"Theme example\"\u003e\u003c/pic\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"Refer [here](../siteJsonFile.html#style) for configuring MarkBind to use a specific theme for the code blocks."},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"#### Fenced Code"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"MarkBind provides several features, some of which are added on top of the existing functionality of Markdown\u0027s _fenced code blocks_."},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003csmall\u003eMore info: \u003chttps://www.markdownguide.org/extended-syntax#fenced-code-blocks\u003e\u003c/small\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"Features:"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"* Syntax coloring"},{"lineNumber":23,"author":{"gitId":"-"},"content":"* Line numbering"},{"lineNumber":24,"author":{"gitId":"-"},"content":"* Line highlighting"},{"lineNumber":25,"author":{"gitId":"-"},"content":"* Code block headers"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"##### Syntax coloring"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"To enable syntax coloring, specify a language next to the backticks before the fenced code block."},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"```xml"},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"```"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"##### Line numbering"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"Line numbers are \u003ctooltip content\u003d\"Line numbers were provided by default in version v3.1.1 and below. To preserve the exact line numbers behavior of sites generated in previous versions, simply set the codeLineNumbers option in site.json to true\"\u003ehidden by default\u003c/tooltip\u003e. To enable line numbers for the entire site by default,"},{"lineNumber":45,"author":{"gitId":"-"},"content":"add `\"codeLineNumbers\": true` to the [`site.json`]({{baseUrl}}/userGuide/siteJsonFile.html#style) file:"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":"```json {highlight-lines\u003d\"8[:]\"}"},{"lineNumber":48,"author":{"gitId":"-"},"content":"{"},{"lineNumber":49,"author":{"gitId":"-"},"content":" // ..."},{"lineNumber":50,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"bootstrapTheme\": \"bootswatch-cerulean\","},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\","},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"codeLineNumbers\": true // optional, false if omitted"},{"lineNumber":54,"author":{"gitId":"-"},"content":" }"},{"lineNumber":55,"author":{"gitId":"-"},"content":" // code below omitted for brevity"},{"lineNumber":56,"author":{"gitId":"-"},"content":"}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"```"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"For each code block, you may also use the `line-numbers` or `no-line-numbers` classes to override the site-wide setting as such:"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":"```xml {.line-numbers}"},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":"```"},{"lineNumber":68,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":"```xml {.no-line-numbers}"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"```"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":"You can have your line numbers start with a value other than `1` with the `start-from` attribute."},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"```js {start-from\u003d6}"},{"lineNumber":86,"author":{"gitId":"-"},"content":"function add(a, b) {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" return a + b;"},{"lineNumber":88,"author":{"gitId":"-"},"content":"}"},{"lineNumber":89,"author":{"gitId":"-"},"content":"```"},{"lineNumber":90,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":"##### Line highlighting"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":"You can add the `highlight-lines` attribute to add highlighting to your code block. Refer to the examples"},{"lineNumber":96,"author":{"gitId":"-"},"content":"below for a visual demonstration of all the possible ways of highlighting a code block."},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"**Full text highlight**"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":"```js {start-from\u003d6 .line-numbers highlight-lines\u003d\"7, 9\"}"},{"lineNumber":102,"author":{"gitId":"-"},"content":"function add(a, b) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" const sum \u003d a + b;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" console.log(`${a} + ${b} \u003d ${sum}`);"},{"lineNumber":105,"author":{"gitId":"-"},"content":" return sum;"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":"```"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":"**Substring highlight**"},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":"```js {.line-numbers highlight-lines\u003d\"1[\u0027function\u0027], 2[\u0027a\u0027], 2[\u0027b\u0027], 4[\u0027diff\u0027]\"}"},{"lineNumber":115,"author":{"gitId":"-"},"content":"function subtract(a, b) {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" const diff \u003d a - b;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" console.log(`${a} + ${b} \u003d ${diff}`);"},{"lineNumber":118,"author":{"gitId":"-"},"content":" return diff;"},{"lineNumber":119,"author":{"gitId":"-"},"content":"}"},{"lineNumber":120,"author":{"gitId":"-"},"content":"```"},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":"**Character-bounded highlight**"},{"lineNumber":125,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":"```js {.line-numbers highlight-lines\u003d\"1[0:3], 1[6:10], 2[5:], 3[:6]\"}"},{"lineNumber":128,"author":{"gitId":"-"},"content":"function multiply(a, b) {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const product \u003d a * b;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" console.log(\u0027Product \u003d ${product}\u0027);"},{"lineNumber":131,"author":{"gitId":"-"},"content":" return product;"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":"```"},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"**Word-bounded highlight**"},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":"```js {.line-numbers highlight-lines\u003d\"1[1::3], 1[5::7], 2[2::], 3[::3]\"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":"// Function returns the distance travelled assuming constant speed"},{"lineNumber":142,"author":{"gitId":"-"},"content":"function calculateDistance(speed, time) {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" const distance \u003d speed * time;"},{"lineNumber":144,"author":{"gitId":"-"},"content":" console.log(`Distance travelled \u003d ${distance}`);"},{"lineNumber":145,"author":{"gitId":"-"},"content":" return distance;"},{"lineNumber":146,"author":{"gitId":"-"},"content":"}"},{"lineNumber":147,"author":{"gitId":"-"},"content":"```"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"**Full-line highlight**"},{"lineNumber":152,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":"```js {start-from\u003d10 .line-numbers highlight-lines\u003d\"11[:]\"}"},{"lineNumber":155,"author":{"gitId":"-"},"content":"function add(a, b) {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" return a + b;"},{"lineNumber":157,"author":{"gitId":"-"},"content":"}"},{"lineNumber":158,"author":{"gitId":"-"},"content":"```"},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"**Sample Combined Usage**"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"```java {.line-numbers highlight-lines\u003d\"1[:],3[\u0027Inventory\u0027],3[4::6],4[\u0027It\\\u0027s designed\u0027],5,6[8:15],6[18:],8[0::2],12[:]-14,16-18,20[12:]-22,24[1::]-26\"}"},{"lineNumber":166,"author":{"gitId":"-"},"content":"import java.util.List;"},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"// Inventory is a class that stores inventory items in a list."},{"lineNumber":169,"author":{"gitId":"-"},"content":"// It\u0027s designed as a thin wrapper on the List interface."},{"lineNumber":170,"author":{"gitId":"-"},"content":"public class Inventory {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" private List\u003cItem\u003e items;"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":" public int getItemCount(){"},{"lineNumber":174,"author":{"gitId":"-"},"content":" return items.size();"},{"lineNumber":175,"author":{"gitId":"-"},"content":" }"},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":" public bool isEmpty() {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" return items.isEmpty();"},{"lineNumber":179,"author":{"gitId":"-"},"content":" }"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":" public Item getItem(idx: int) {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" return items.get(idx);"},{"lineNumber":183,"author":{"gitId":"-"},"content":" }"},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"-"},"content":" public void addItem(item: Item) {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" return items.add(item);"},{"lineNumber":187,"author":{"gitId":"-"},"content":" }"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":" public void removeItem(item: Item) {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" return items.remove(item);"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":"}"},{"lineNumber":193,"author":{"gitId":"-"},"content":"```"},{"lineNumber":194,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":"The value of `highlight-lines` is composed of *highlight rules*, separated by commas."},{"lineNumber":198,"author":{"gitId":"-"},"content":"These rules dictate where and how MarkBind should highlight your code block."},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"You can specify the highlight rules in many different ways, each is detailed as follows:"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":"Type | Format | Example"},{"lineNumber":203,"author":{"gitId":"-"},"content":"-----|--------|--------"},{"lineNumber":204,"author":{"gitId":"-"},"content":"**Full text highlight**\u003cbr\u003eHighlights the entirety of the text portion of the line | The line numbers as-is (subject to the starting line number set in `start-from`). | `3`, `5`"},{"lineNumber":205,"author":{"gitId":"-"},"content":"**Substring highlight**\u003cbr\u003eHighlights _all_ occurrences of a substring in the line | `lineNumber[part]`\u003cbr\u003e\u003cbr\u003e_Limitations_: `part` must be wrapped in quotes. If `part` contains a quote, escape it with a backslash (`\\`). | `3[\u0027Inventory\u0027]`,`4[\u0027It\\\u0027s designed\u0027]`"},{"lineNumber":206,"author":{"gitId":"-"},"content":"**Character-bounded highlight**\u003cbr\u003eHighlights a specific range of characters in the line | `lineNumber[start:end]`, highlights from character position `start` up to (but not including) `end`.\u003cbr\u003e\u003cbr\u003eCharacter positions start from `0` as the first non-whitespace character, upwards.\u003cbr\u003e\u003cbr\u003eOmit either `start`/`end` to highlight from the start / up to the end, respectively. | `19[1:5]`,`30[10:]`,`35[:20]`"},{"lineNumber":207,"author":{"gitId":"-"},"content":"**Word-bounded highlight**\u003cbr\u003eHighlights a specific range of words in the line | `lineNumber[start::end]`, highlights from word position `start` up to (but not including) `end`.\u003cbr\u003e\u003cbr\u003eWord positions start from `0` as the first word (sequence of non-whitespace characters), upwards.\u003cbr\u003e\u003cbr\u003eOmit either `start`/`end` to highlight from the start / up to the end, respectively. | `5[2::4]`,`9[1::]`,`11[::5]`"},{"lineNumber":208,"author":{"gitId":"-"},"content":"**Full line highlight**\u003cbr\u003eHighlights the entirety of the line | `lineNumber[:]` | `7[:]`"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":"Not only a single line, MarkBind is also capable of highlighting ranges of lines in various ways. In general, the syntax"},{"lineNumber":211,"author":{"gitId":"-"},"content":"for range highlighting consists of two single line highlight rules as listed above joined by a dash (`-`)."},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"Type | Format | Example"},{"lineNumber":214,"author":{"gitId":"-"},"content":"-----|--------|--------"},{"lineNumber":215,"author":{"gitId":"-"},"content":"**Ranged full text highlight**\u003cbr\u003eHighlights from the first non-whitespace character to the last non-whitespace character | `lineStart-lineEnd` | `2-4`"},{"lineNumber":216,"author":{"gitId":"-"},"content":"**Ranged full line highlight**\u003cbr\u003eLike ranged full text highlight, but highlights the entirety of the lines | `lineStart[:]-lineEnd` or `lineStart-lineEnd[:]` | `1[:]-5`,`10-12[:]`"},{"lineNumber":217,"author":{"gitId":"-"},"content":"**Ranged character-bounded highlight**\u003cbr\u003eHighlights the text portion of the lines within the range, but starts/ends at an arbitrary character | `lineStart[start:]-lineEnd` or `lineStart-lineEnd[:end]` | `3[2:]-7`, `4-9[:17]`"},{"lineNumber":218,"author":{"gitId":"-"},"content":"**Ranged word-bounded highlight**\u003cbr\u003eLike ranged character-bounded highlight, but starts/ends at an arbitrary word | `lineStart[start::]-lineEnd` or `lineStart-lineEnd[::end]` | `16[1::]-20`,`22-24[::3]`"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"##### Heading"},{"lineNumber":221,"author":{"gitId":"-"},"content":"To add a heading, add the attribute `heading` with the heading text as the value, as shown below."},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":225,"author":{"gitId":"-"},"content":"```xml {heading\u003d\"Heading title\"}"},{"lineNumber":226,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":227,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":229,"author":{"gitId":"-"},"content":"```"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":""},{"lineNumber":234,"author":{"gitId":"-"},"content":"Headings support inline Markdown, except for `Inline Code` and %%Dim%% text styles."},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"```{heading\u003d\"**Bold**, _Italic_, ___Bold and Italic___, ~~Strike through~~, ****Super Bold****, !!Underline!!, \u003d\u003dHighlight\u003d\u003d, :+1: :exclamation: :x: :construction:\u003cbr\u003eWe support page breaks\"}"},{"lineNumber":239,"author":{"gitId":"-"},"content":"\u003cfoo\u003e\u003c/foo\u003e"},{"lineNumber":240,"author":{"gitId":"-"},"content":"```"},{"lineNumber":241,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":242,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":"##### Using multiple features"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":"You can also use multiple features together, as shown below."},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"```xml {highlight-lines\u003d\"2\" heading\u003d\"Heading title\"}"},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"```"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"##### Copy button"},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"A _copy_ button can be added to code blocks using the `codeBlockCopyButtons` plugin:"},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"**User Guide: Using Plugins → Plugin: `codeBlockCopyButtons`**\" popup-url\u003d\"usingPlugins.html#plugin-codeblockcopybuttons\"\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"../plugins/codeBlockCopyButtons.md\" /\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"##### Wrap text button"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":"A _wrap text_ button can be added to code blocks using the `codeBlockWrapButtons` plugin:"},{"lineNumber":273,"author":{"gitId":"-"},"content":""},{"lineNumber":274,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"**User Guide: Using Plugins → Plugin: `codeBlockWrapButtons`**\" popup-url\u003d\"usingPlugins.html#plugin-codeblockwrapbuttons\"\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"../plugins/codeBlockWrapButtons.md\" /\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":279,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":""},{"lineNumber":281,"author":{"gitId":"Tim-Siu"},"content":"##### Printing optimization"},{"lineNumber":282,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":283,"author":{"gitId":"Tim-Siu"},"content":"\u003cdiv id\u003d\"code-print-optimization\"\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":"Markbind enhances the readability of your code blocks for printing by "},{"lineNumber":285,"author":{"gitId":"-"},"content":""},{"lineNumber":286,"author":{"gitId":"-"},"content":"- Applying soft wrapping, ensuring code doesn\u0027t get cut off"},{"lineNumber":287,"author":{"gitId":"-"},"content":"- Adding line numbers to maintain context when wrapping occurs"},{"lineNumber":288,"author":{"gitId":"-"},"content":"- Automatically changing dark code theme to light"},{"lineNumber":289,"author":{"gitId":"-"},"content":"- Removing [codeBlockCopyButtons]({{baseUrl}}/userGuide/formattingContents.html#copy-button) and [codeBlockWrapButtons]({{baseUrl}}/userGuide/formattingContents.html#wrap-text-button)"},{"lineNumber":290,"author":{"gitId":"-"},"content":""},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e "},{"lineNumber":292,"author":{"gitId":"-"},"content":" There are some issues with printing in Firefox. Please use other browsers such as Chrome if these issues persist."},{"lineNumber":293,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":294,"author":{"gitId":"-"},"content":""},{"lineNumber":295,"author":{"gitId":"Tim-Siu"},"content":"\u003c/div\u003e"},{"lineNumber":296,"author":{"gitId":"Tim-Siu"},"content":"\u003cbr\u003e"},{"lineNumber":297,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":298,"author":{"gitId":"-"},"content":"#### Inline Code"},{"lineNumber":299,"author":{"gitId":"-"},"content":""},{"lineNumber":300,"author":{"gitId":"-"},"content":"##### Syntax coloring"},{"lineNumber":301,"author":{"gitId":"-"},"content":""},{"lineNumber":302,"author":{"gitId":"-"},"content":"MarkBind can apply syntax-coloring on inline code too."},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":305,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":306,"author":{"gitId":"-"},"content":"Consider the XML code `\u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e`{.xml},\u003cbr\u003e"},{"lineNumber":307,"author":{"gitId":"-"},"content":"or the java code `public static void main(String[] args)`{.java}."},{"lineNumber":308,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":309,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":312,"author":{"gitId":"-"},"content":""},{"lineNumber":313,"author":{"gitId":"-"},"content":"##### Displaying content within curly braces: `{{ content }}`"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":"If your code contains special Nunjucks tags like `{{` or `}}`, use a [raw-endraw block](../tipsAndTricks.html#using-raw-endraw-to-display-content):"},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":318,"author":{"gitId":"-"},"content":"{% raw %} {{ content }} {% endraw %}"},{"lineNumber":319,"author":{"gitId":"-"},"content":"```"},{"lineNumber":320,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":321,"author":{"gitId":"-"},"content":""},{"lineNumber":322,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":323,"author":{"gitId":"-"},"content":""},{"lineNumber":324,"author":{"gitId":"-"},"content":"````"},{"lineNumber":325,"author":{"gitId":"-"},"content":"```xml"},{"lineNumber":326,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":327,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":328,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":329,"author":{"gitId":"-"},"content":"```"},{"lineNumber":330,"author":{"gitId":"-"},"content":"````"},{"lineNumber":331,"author":{"gitId":"-"},"content":""},{"lineNumber":332,"author":{"gitId":"-"},"content":"```"},{"lineNumber":333,"author":{"gitId":"-"},"content":"`\u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e`{.xml}"},{"lineNumber":334,"author":{"gitId":"-"},"content":"```"},{"lineNumber":335,"author":{"gitId":"-"},"content":""},{"lineNumber":336,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":337,"author":{"gitId":"-"},"content":""},{"lineNumber":338,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":"```xml"},{"lineNumber":341,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":342,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":343,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":344,"author":{"gitId":"-"},"content":"```"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":"Syntax coloring for inline code: `\u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e`{.xml} too!"},{"lineNumber":347,"author":{"gitId":"-"},"content":""},{"lineNumber":348,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":342,"Tim-Siu":6}},{"path":"docs/userGuide/syntax/dates.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Dates"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"{% macro njcode(raw) %}\u003ccode\u003e{\u003ca/\u003e{ {{ raw }} }}\u003c/code\u003e{% endmacro %}"},{"lineNumber":4,"author":{"gitId":"-"},"content":"{% macro njblock(raw) %}\u003ccode\u003e{\u003ca/\u003e% {{ raw }} %}\u003c/code\u003e{% endmacro %}"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"**MarkBind supports date formatting and simple calculations** as a Nunjucks [filter](https://mozilla.github.io/nunjucks/templating.html#filters)."},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"**Syntax:** {{ njcode(\u0027baseDate | date(format, daysToAdd)\u0027) }}"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"20 days after 1st Jan 2020:"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"{{ njcode(\u0027\"2020-01-01\" | date(\"ddd, Do MMM, YYYY\", 20) \u0027) }} :glyphicon-arrow-right: {{ \"2020-01-01\" | date(\"ddd, Do MMM, YYYY\", 20) }}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"The baseDate follows the format: `YYYY-MM-DD`"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The default output format is `\"ddd D MMM\"` e.g. Fri 6 Mar"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"### Using variables"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set base1 \u003d \"2020-01-01\"\u0027) }} {% set base1 \u003d \"2020-01-01\" %} \u003cbr/\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format1 \u003d \"DD MM YYYY\"\u0027) }} {% set format1 \u003d \"DD MM YYYY\" %} \u003cbr/\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format2 \u003d \"ddd Do MMM (DD/MM/YYYY)\"\u0027) }} {% set format2 \u003d \"ddd Do MMM (DD/MM/YYYY)\" %}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date\u0027) }} :glyphicon-arrow-right: {{ base1 | date }}\u003cbr/\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"#### Custom formatting"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format1)\u0027) }} :glyphicon-arrow-right: {{ base1 | date(format1) }}\u003cbr/\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"#### Adding days"},{"lineNumber":36,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format2, 0)\u0027) }} :glyphicon-arrow-right: {{ base1 | date(format2, 0) }}\u003cbr/\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format2, 10)\u0027) }} :glyphicon-arrow-right: {{ base1 | date(format2, 10) }}\u003cbr/\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"#### Nunjucks variables"},{"lineNumber":40,"author":{"gitId":"-"},"content":"Dates can be supplied using [Nunjucks variables](../reusingContents.html#variables) for convenience."},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"Inside the `.md` file of a page:"},{"lineNumber":43,"author":{"gitId":"-"},"content":"```"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{% raw %}{% set date_pagevar \u003d \"2020-03-06\" %}{% endraw %}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"```"},{"lineNumber":46,"author":{"gitId":"-"},"content":"{% set date_pagevar \u003d \"2020-03-06\" %}"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"{{ njcode(\u0027date_pagevar | date(format2)\u0027) }} :glyphicon-arrow-right: {{ date_pagevar | date(format2) }} \u003cbr/\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"### Advanced Formatting"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"The output date can be formatted to suit your needs by specifying a format string as an argument to the date filter."},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"Default format: `\"ddd D MMM\"` e.g. Fri 6 Mar"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Brief reference**\"\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"Token | Output"},{"lineNumber":61,"author":{"gitId":"-"},"content":"--- | ---"},{"lineNumber":62,"author":{"gitId":"-"},"content":"D | 1"},{"lineNumber":63,"author":{"gitId":"-"},"content":"Do | 1st"},{"lineNumber":64,"author":{"gitId":"-"},"content":"DD | 01"},{"lineNumber":65,"author":{"gitId":"-"},"content":"M | 1"},{"lineNumber":66,"author":{"gitId":"-"},"content":"MM | 01"},{"lineNumber":67,"author":{"gitId":"-"},"content":"MMM | Jan"},{"lineNumber":68,"author":{"gitId":"-"},"content":"MMMM | January"},{"lineNumber":69,"author":{"gitId":"-"},"content":"YY | 19"},{"lineNumber":70,"author":{"gitId":"-"},"content":"YYYY | 2019"},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"Full formatting reference available [here](https://day.js.org/docs/en/parse/string-format#list-of-all-available-parsing-tokens) and [here](https://day.js.org/docs/en/plugin/advanced-format)."},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cinclude boilerplate src\u003d\"outputBox.md\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003cbox\u003e\u003cspan\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set base1 \u003d \"2019-08-12\"\u0027) }}\u003cbr/\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format1 \u003d \"DD MM YYYY\"\u0027) }}\u003cbr/\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format2 \u003d \"ddd Do MM\"\u0027) }}\u003cbr/\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date\u0027) }} \u003c!-- Mon 12 Aug --\u003e\u003cbr/\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format1)\u0027) }} \u003c!-- 12 08 2019 --\u003e\u003cbr/\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format1, 10)\u0027) }} \u003c!-- 22 08 2019 --\u003e\u003cbr/\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format2, 10)\u0027) }} \u003c!-- Thu 22/08 --\u003e\u003cbr/\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/span\u003e\u003c/box\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":"Mon 12 Aug\u003cbr/\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":"12 08 2019\u003cbr/\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":"22 08 2019\u003cbr/\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":"Thu 22/08"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003cbox\u003e\u003cspan\u003e"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":"{{ njcode(\u0027baseDate | date(format, daysToAdd)\u0027) }} \u003c!-- 22.08.2019 --\u003e\u003cbr/\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":"\u003c/span\u003e\u003c/box\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":1,"-":103}},{"path":"docs/userGuide/syntax/emoji.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Emoji"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":":+1: :exclamation: :x: :construction: :) :/ :D"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"Tim-Siu"},"content":"%%{{ icon_info }} The list of supported [emoji](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md) and [emoticon shortcuts](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/shortcuts.mjs).%%"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":20,"author":{"gitId":"-"},"content":":+1: :exclamation: :x: :construction: :) :/ :D"},{"lineNumber":21,"author":{"gitId":"-"},"content":"```"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":":+1: :exclamation: :x: :construction: :) :/ :D"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":26,"Tim-Siu":1}},{"path":"docs/userGuide/syntax/footnotes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Footnotes"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-markbind\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"**Normal footnotes:**"},{"lineNumber":9,"author":{"gitId":"-"},"content":"Here is a footnote reference,[^1] and another.[^longnote]"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"[^1]: Here is the footnote. Footnotes will appear at the bottom of the page."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"[^longnote]: Here\u0027s one with multiple blocks."},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":" Subsequent paragraphs are indented to show that they"},{"lineNumber":16,"author":{"gitId":"-"},"content":"belong to the previous footnote."},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**Inline footnotes:**"},{"lineNumber":20,"author":{"gitId":"-"},"content":"Here is an inline note.^[Inline notes are easier to write, since"},{"lineNumber":21,"author":{"gitId":"-"},"content":"you don\u0027t have to pick an identifier and move down to type the"},{"lineNumber":22,"author":{"gitId":"-"},"content":"note.]"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"Normal footnotes won\u0027t work when used inside the attributes of MarkBind components!"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"For example, it won\u0027t work in the `header` attribute of [panels](../components/presentation.html#panels)."},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":38,"author":{"gitId":"-"},"content":"**Normal footnotes:**"},{"lineNumber":39,"author":{"gitId":"-"},"content":"Here is a footnote reference,[^1] and another.[^longnote]"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"[^1]: Here is the footnote. Footnotes will appear at the bottom of the page."},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"[^longnote]: Here\u0027s one with multiple blocks."},{"lineNumber":44,"author":{"gitId":"-"},"content":" Subsequent paragraphs are indented to show that they"},{"lineNumber":45,"author":{"gitId":"-"},"content":"belong to the previous footnote."},{"lineNumber":46,"author":{"gitId":"-"},"content":"```"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"1 + 1 \u003d 2 ^[Math]"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":50,"yiwen101":1}},{"path":"docs/userGuide/syntax/fullSyntaxSet.njk","fileType":"njk","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{% set syntax_topics \u003d {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" headings : [\u0027Headings\u0027, \u0027headings\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" paragraphs : [\u0027Paragraphs\u0027, \u0027paragraphs\u0027, [\u0027basic\u0027]],"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" lineBreaks : [\u0027Line Breaks\u0027, \u0027line-breaks\u0027, [\u0027basic\u0027]],"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" textStyles : [\u0027Text Styles\u0027, \u0027text-styles\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" blockquotes: [\u0027Blockquotes\u0027, \u0027blockquotes\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" lists : [\u0027Lists\u0027, \u0027lists\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" code : [\u0027Code\u0027, \u0027code\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" horizontalrules : [\u0027Horizontal Rules\u0027, \u0027horizontal-rules\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" links : [\u0027Links\u0027, \u0027links\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" footnotes: [\u0027Footnotes\u0027, \u0027footnotes\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" images : [\u0027Images\u0027, \u0027images\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" attributes: [\u0027Classes, Attributes \u0026 Identifiers\u0027, \u0027classes-attributes-and-amp-identifiers\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" tables : [\u0027Tables\u0027, \u0027tables\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" emoji : [\u0027Emoji\u0027, \u0027emoji\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" icons : [\u0027Icons\u0027, \u0027icons\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" embeds : [\u0027Embeds\u0027, \u0027embeds\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" dates : [\u0027Dates\u0027, \u0027dates\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" mathformulae : [\u0027Math Formulae\u0027, \u0027math-formulae\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" frontmatter : [\u0027Frontmatter\u0027, \u0027frontmatter\u0027, [\u0027tweakingThePageStructure\u0027]],"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" tags : [\u0027Tags\u0027, \u0027plugin-tags\u0027, [\u0027tweakingThePageStructure\u0027]],"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" includes : [\u0027Includes\u0027, \u0027includes\u0027, [\u0027reusingContents\u0027]],"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" variables : [\u0027Variables\u0027, \u0027variables\u0027, [\u0027reusingContents\u0027]],"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" keywords : [\u0027Keywords\u0027, \u0027keywords\u0027, [\u0027makingTheSiteSearchable\u0027]],"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" badges : [\u0027Badges\u0027, \u0027badges\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" boxes : [\u0027Boxes\u0027, \u0027boxes\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" panels : [\u0027Panels\u0027, \u0027panels\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" tabs : [\u0027Tabs\u0027, \u0027tabs\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" pictures : [\u0027Pictures\u0027, \u0027pictures\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" annotations : [\u0027Annotations\u0027, \u0027annotations\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" thumbnails : [\u0027Thumbnails\u0027, \u0027thumbnails\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" diagrams : [\u0027Diagrams\u0027, \u0027diagrams\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" tree : [\u0027Tree\u0027, \u0027tree\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" tooltips : [\u0027Tooltips\u0027, \u0027tooltips\u0027, [\u0027popups\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" popovers : [\u0027Popovers\u0027, \u0027popovers\u0027, [\u0027popups\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" modals : [\u0027Modals\u0027, \u0027modals\u0027, [\u0027popups\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" dropdowns : [\u0027Dropdowns\u0027, \u0027dropdowns\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" searchBars : [\u0027Search Bars\u0027, \u0027search-bars\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" navBars : [\u0027Nav Bars\u0027, \u0027navbars\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" breadcrumbs : [\u0027Breadcrumbs\u0027, \u0027breadcrumbs\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" siteNavigationMenus : [\u0027Site Navigation Menus\u0027, \u0027site-navigation-menus\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" pageNavigationMenus : [\u0027Page Navigation Menus\u0027, \u0027page-navigation-menus\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" scrollTopButton : [\u0027Scroll To Top Button\u0027, \u0027scroll-to-top-button\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" questions : [\u0027Questions and Quizzes\u0027, \u0027questions-and-quizzes\u0027, [\u0027others\u0027, \u0027reader-facing\u0027]]"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":"} %}"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":"{% macro generate_url(k, v) %}"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" {% set url\u003d\"/userGuide/\" %}"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" {% if v[2] is iterable %}"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" {% if \u0027basic\u0027 in v[2] %}"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"formattingContents.html#\" + v[1] %}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027presentation\u0027 in v[2] %}"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/presentation.html#\" + v[1] %}"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027images-diagrams\u0027 in v[2] %}"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/imagesAndDiagrams.html#\" + v[1] %}"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027popups\u0027 in v[2] %}"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/popups.html#\" + v[1] %}"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027navigation\u0027 in v[2] %}"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/navigation.html#\" + v[1] %}"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027others\u0027 in v[2] %}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/others.html#\" + v[1] %}"},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + v[2][0] + v[1] %}"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" {% endif %}"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url %}"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" {% endif%}"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" {{ url }}"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":"{% endmacro %} "}],"authorContributionMap":{"jingting1412":71}},{"path":"docs/userGuide/syntax/headings.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Headings"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"You can prepend the heading text with 1-6 `#` characters to indicate headings of levels 1-6."},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"### Heading level 3"},{"lineNumber":10,"author":{"gitId":"-"},"content":"..."},{"lineNumber":11,"author":{"gitId":"-"},"content":"###### Heading level 6"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"{{ icon_info }} **MarkBind auto-generates anchors for all headings.**\u003cbr\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"If the heading text is `Foo Bar (Goo)`, the ID of the generated anchor will be `foo-bar-goo` (all lower case, special characters omitted, joined by `-`)."},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003csmall\u003eAlternative syntax, more info: https://www.markdownguide.org/basic-syntax#headings"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":24,"author":{"gitId":"-"},"content":"### Heading level 3"},{"lineNumber":25,"author":{"gitId":"-"},"content":"..."},{"lineNumber":26,"author":{"gitId":"-"},"content":"###### Heading level 6"},{"lineNumber":27,"author":{"gitId":"-"},"content":"```"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"```markdown"},{"lineNumber":32,"author":{"gitId":"-"},"content":"### Heading level 3"},{"lineNumber":33,"author":{"gitId":"-"},"content":"..."},{"lineNumber":34,"author":{"gitId":"-"},"content":"###### Heading level 6"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"```"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":2,"-":34}},{"path":"docs/userGuide/syntax/icons.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Icons"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"\u003csmall\u003e%%Acknowledgement: Font Awesome icons are provided by [Font Awesome](https://fontawesome.com/) under their [free license](https://fontawesome.com/license), Glyphicons are provided by [Glyphicons](https://glyphicons.com/) via [Bootstrap 3](https://getbootstrap.com/docs/3.3/). Bootstrap icons are designed by [@mdo](https://github.com/mdo), maintained by the [Bootstrap Team](https://github.com/orgs/twbs/people) and provided under MIT liscense. [Octicons](https://octicons.github.com) are copyright of GitHub, and Material icons are provided by [Google Fonts](https://fonts.google.com/icons) via [`material-icons` by Ravindra Marella](https://www.npmjs.com/package/material-icons) under the [Apache license 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).%%\u003c/small\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"MarkBind supports using Font Icons provided by Font Awesome, Glyphicons, GitHub\u0027s Octicons and Bootstrap icons."},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"The advantage of font icons over emojis is font icons can be _styled_ to fit your needs. e.g.,"},{"lineNumber":10,"author":{"gitId":"-"},"content":"* emoji: \u003cspan style\u003d\"color: purple\"\u003eDon\u0027t judge the :book: by its cover! :-1:\u003c/span\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":"* font icons: \u003cspan style\u003d\"color: purple\"\u003eDon\u0027t judge the :fa-solid-book: by its cover! {{ icon_dislike }}\u003c/span\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"###### Using Font Awesome Icons"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"MarkBind currently supports Version 6 of Font Awesome (Free plan). For detailed changes between versions, refer to [Font Awesome\u0027s documentation](https://fontawesome.com/docs/web/setup/upgrade/whats-changed)."},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from the [list of available icons](https://fontawesome.com/icons?d\u003dgallery\u0026m\u003dfree)."},{"lineNumber":24,"author":{"gitId":"-"},"content":"1. Construct the MarkBind name for the selected icon by adding the _type prefix_."},{"lineNumber":25,"author":{"gitId":"-"},"content":" Note: Font Awesome has two different styles for their icons, each with their own type prefix. Here is an example from each type:"},{"lineNumber":26,"author":{"gitId":"-"},"content":" * _Solid_ (prefix: `fa-solid-`) e.g., :fa-solid-file-code: (actual name `file-code`, MarkBind name `fa-solid-file-code`)"},{"lineNumber":27,"author":{"gitId":"-"},"content":" * _Brands_ (prefix: `fa-brands-`): e.g., :fa-brands-github-alt: (actual name `github-alt`, MarkBind name `fa-brands-github-alt`)"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"1. Insert MarkBind name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" `Create a **branch**`\u003ccode\u003e:\u003cspan\u003e\u003c/span\u003efas-code-branch: now!\u003c/code\u003e → Create a **branch** :fas-code-branch: now!"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"###### Using Glyphicons"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from [list of provided glyphicons](https://getbootstrap.com/docs/3.3/components/#glyphicons)."},{"lineNumber":36,"author":{"gitId":"-"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" `Move to the right!`\u003ccode\u003e:\u003cspan\u003e\u003c/span\u003eglyphicon-hand-right:\u003c/code\u003e → Move to the right! :glyphicon-hand-right:"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003ccode\u003e:\u003cspan\u003e\u003c/span\u003eglyphicon-hand-right:\u003c/code\u003e \u003ccode\u003e:\u003cspan\u003e\u003c/span\u003efa-brands-github:\u003c/code\u003e \u003ccode\u003e:\u003cspan\u003e\u003c/span\u003efa-solid-home:\u003c/code\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":":glyphicon-hand-right: :fa-brands-github: :fa-solid-home: %%:glyphicon-hand-right: :fa-brands-github: :fa-solid-home:%% \u003cspan style\u003d\"color: red\"\u003e:glyphicon-hand-right: :fa-brands-github: :fa-solid-home:\u003c/span\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"###### Using Octicons"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from [list of available Octicons](https://octicons.github.com)."},{"lineNumber":53,"author":{"gitId":"-"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" `Merge a **pull request** :octicon-git-pull-request:` → Merge a **pull request** :octicon-git-pull-request:"},{"lineNumber":55,"author":{"gitId":"-"},"content":"1. You may also append `~class-name` to the end of the octicon name to add `class\u003d\"class-name\"` property to your Octicon (e.g. `:octicon-git-pull-request~icon-large-red:` will generate an Octicon of class *icon-large-red*). You may then add corresponding CSS to `{root}/_markbind/layouts/{layout-name}/styles.css` to customize the style of your Octicon."},{"lineNumber":56,"author":{"gitId":"-"},"content":"1. If your background is dark, you may use `:octiconlight-*:` to render the icon as white. "},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":"###### Using Bootstrap icons"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":"1. Decide which icon you want to use from [list of available Bootstrap icons](https://icons.getbootstrap.com)."},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" `Add a romantic touch with :bi-arrow-through-heart:` → Add a romantic touch with :bi-arrow-through-heart:"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"###### Using Material Icons"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from [list of available icons](https://fonts.google.com/icons)."},{"lineNumber":67,"author":{"gitId":"-"},"content":"1. Construct the MarkBind name for the selected icon by writing the icon name in _lowercase letters only_, replacing any spaces between the words in the name with _dashes_ (`-`), then adding the _type prefix_."},{"lineNumber":68,"author":{"gitId":"-"},"content":" Note: Google has five different styles for their Material icons, each with their own type prefix. Here is an example from each type:"},{"lineNumber":69,"author":{"gitId":"-"},"content":" * _Filled_ (prefix: `mif-`) e.g. :mif-perm-media: (actual name `Perm Media`, MarkBind name `mif-perm-media`)"},{"lineNumber":70,"author":{"gitId":"-"},"content":" * _Outlined_ (prefix: `mio-`) e.g., :mio-perm-media: (actual name `Perm Media`, MarkBind name `mio-perm-media`)"},{"lineNumber":71,"author":{"gitId":"-"},"content":" * _Rounded_ (prefix: `mir-`): e.g., :mir-perm-media: (actual name `Perm Media`, MarkBind name `mir-perm-media`)"},{"lineNumber":72,"author":{"gitId":"-"},"content":" * _Sharp_ (prefix: `mis-`): e.g., :mis-perm-media: (actual name `Perm Media`, MarkBind name `mis-perm-media`)"},{"lineNumber":73,"author":{"gitId":"-"},"content":" * _Two tone_ (prefix: `mit-`): e.g., :mit-perm-media: (actual name `Perm Media`, MarkBind name `mit-perm-media`)"},{"lineNumber":74,"author":{"gitId":"-"},"content":" "},{"lineNumber":75,"author":{"gitId":"-"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" `Download from Cloud :mio-cloud-download:` → Download from Cloud :mio-cloud-download:"}],"authorContributionMap":{"-":68,"yiwen101":8}},{"path":"docs/userGuide/syntax/includes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → Reusing Contents → Includes_]({{ baseUrl }}/userGuide/reusingContents.html#includes)\u003c/md\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"## Includes"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"**MarkBind has a powerful `\u003cinclude\u003e` mechanism** which allows you to create documents by combining other content fragments."},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"**You can use `\u003cinclude\u003e` tag to include another markdown or HTML document into the current document.**"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"{{ icon_example }} Including text from a `tip2.md` in another file."},{"lineNumber":17,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":18,"author":{"gitId":"-"},"content":"Tip 1. ..."},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tips/tip2.md\" /\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"Tip 3. ..."},{"lineNumber":21,"author":{"gitId":"-"},"content":"```"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"**You can `\u003cinclude\u003e` a fragment of a file** by specifying the `#fragment-id` at the end of the `src` attribute value, provided the fragment is wrapped in a `\u003cdiv\u003e`/`\u003cspan\u003e` tag with the matching `id`."},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" seamless\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"Choose `\u003cdiv\u003e` over `\u003cspan\u003e` when wrapping block-level elements, to prevent invalid HTML markup which causes [hydration issues](https://vuejs.org/guide/scaling-up/ssr.html#hydration-mismatch)."},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"{{ icon_example }} Including a fragment from a file:"},{"lineNumber":35,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":36,"author":{"gitId":"-"},"content":"Some text"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"docs/tips.md#tip-1\" /\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"Some other text"},{"lineNumber":39,"author":{"gitId":"-"},"content":"```"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"`docs/tips.md`:"},{"lineNumber":42,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":43,"author":{"gitId":"-"},"content":"..."},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"tip-1\" /\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" Tip 1. ..."},{"lineNumber":46,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"Tip 2. ..."},{"lineNumber":49,"author":{"gitId":"-"},"content":"```"},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"When setting the `id` of a fragment, be careful not to clash with heading anchor IDs auto-generated by MarkBind. For example, if you have a heading `## Some Useful Tips`, MarkBind will auto-generate an ID `some-useful-tips` for that heading."},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"panels.md#script_and_styles_warning\"\u003e\u003c/include\u003e"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"The `\u003cinclude\u003e` mechanism can be used inside any MarkBind source file (even inside the _frontmatter_ section) but it will not work inside some _special_ files such as the `_markbind/variables.md`."},{"lineNumber":63,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"**Attributes:**"},{"lineNumber":67,"author":{"gitId":"-"},"content":"* **`src`**: specify the source file path."},{"lineNumber":68,"author":{"gitId":"-"},"content":"* **`inline`** (optional): make the included result an inline element. (wrapped in `\u003cspan\u003e` tag). e.g.,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":70,"author":{"gitId":"-"},"content":" The title is \u003cinclude src\u003d\"../docs/summary.md#title\" inline /\u003e while ..."},{"lineNumber":71,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":72,"author":{"gitId":"-"},"content":"* **`optional`** (optional): include the file/fragment only if it exists i.e., there will be no error message if the file/fragment does not exist. e.g.,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"UserStories.md\" optional /\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":76,"author":{"gitId":"-"},"content":"* **`trim`** (optional): remove leading and trailing whitespace and newlines from the document before including."},{"lineNumber":77,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"UserStories.md#epic\" trim /\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":80,"author":{"gitId":"-"},"content":"* **`omitFrontmatter`** (optional): omit the frontmatter of the file/fragment from being included (if any)."},{"lineNumber":81,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"UserStories.md#epic\" omitFrontmatter /\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":"##### `\u003cinclude\u003e` Inside an Included File"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"**Although the `src` attribute of an `\u003cinclude\u003e` is given _relative_ to the current directory, it is converted to an _absolute_ value _before_ the \u003ctooltip content\u003d\"i.e., the file containing the `\u003cinclude\u003e`\"\u003ehost file\u003c/tooltip\u003e is included from another file.**"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a MarkBind project with the following file structure."},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":94,"author":{"gitId":"-"},"content":" bookFiles/"},{"lineNumber":95,"author":{"gitId":"-"},"content":" book.md"},{"lineNumber":96,"author":{"gitId":"-"},"content":" chapter1.md"},{"lineNumber":97,"author":{"gitId":"-"},"content":" chapter2.md"},{"lineNumber":98,"author":{"gitId":"-"},"content":" reviewFiles/"},{"lineNumber":99,"author":{"gitId":"-"},"content":" review.md"},{"lineNumber":100,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":"The `book.md`:"},{"lineNumber":102,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":103,"author":{"gitId":"-"},"content":"# My Book"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1.md\" /\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2.md\" /\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":"```"},{"lineNumber":107,"author":{"gitId":"-"},"content":"The `review.md`:"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":110,"author":{"gitId":"-"},"content":"# My Review"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../bookFiles/book.md\" /\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"..."},{"lineNumber":113,"author":{"gitId":"-"},"content":"```"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"The content of the `chapter1.md` and `chapter2.md` will be included in the `review.md` (via `\u003cinclude src\u003d\"../bookFiles/book.md\" /\u003e`) although `chapter1.md` and `chapter2.md` are not in `reviewFiles` directory. i.e., `\u003cinclude src\u003d\"chapter1.md\" /\u003e` will be interpreted as `\u003cinclude src\u003d\"c:/mySite/bookFiles/chapter1.md\" /\u003e`"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":"In other words, **`\u003cinclude\u003e` interprets the reused code relative to the original location of the file, not the location in which it is reused.**"},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"##### Specifying Variables in an `\u003cinclude\u003e`"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":"**It is possible to include variables in an `\u003cinclude\u003e`.**"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"{{ icon_example }} Specifying `title` and `author` variables in an `\u003cinclude\u003e` tag:"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"article.md\"\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"title\"\u003eMy Title\u003c/variable\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"author\"\u003eJohn Doe\u003c/variable\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":"```"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"In `article.md`:"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":140,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":141,"author":{"gitId":"-"},"content":"# {{ title }}\u003cbr\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":"Author: {{ author }}"},{"lineNumber":143,"author":{"gitId":"-"},"content":"```"},{"lineNumber":144,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"These variables work the same way as variables in `_markbind/variables.md`, except that they only apply to the included file. They allow the included file to be reused as a template, for different source files using different variable values."},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"You can also specify include variables within the `\u003cinclude\u003e` tag itself by adding a `var-` prefix."},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"{{ icon_example }} Specifying `title` and `author` variables inline:"},{"lineNumber":154,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":155,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"article.md\" var-title\u003d\"My Title\" var-author\u003d\"John Doe\" /\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":"```"},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"If the same variable is defined in a chain of `\u003cinclude\u003e`s (e.g. `a.md` includes `b.md` includes `c.md`...), variables defined in the top-most `\u003cinclude\u003e` will take precedence. Global variables (`_markbind/variables.md`) will take precedence over any `\u003cinclude\u003e` variables."},{"lineNumber":160,"author":{"gitId":"-"},"content":"This is to allow the outer context to adapt the reused content without changing its actual content."},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Preventing cyclical errors when using multiple includes with same variables\"\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"Since outer variables override inner variables, this may result in errors if attempting to use an `include` within another `include` with the same variables."},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"This is because the inner variable of the same name will be replaced with the outer variable, which contains the inner variable. "},{"lineNumber":167,"author":{"gitId":"-"},"content":"This inner variable is once again overridden to result in another inner variable and so on, causing a cyclical error."},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":"To fix this issue, do not use an inner `include` if they use the same variables."},{"lineNumber":170,"author":{"gitId":"-"},"content":"Instead, copy the content of the `src` file and replace the variables with the defined values."},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"Example:"},{"lineNumber":173,"author":{"gitId":"-"},"content":""},{"lineNumber":174,"author":{"gitId":"-"},"content":"```html {.line-numbers}"},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"boilerplate.md\" boilerplate\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"boilerplate.md\"\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":" VALUE_OF_VARIABLE"},{"lineNumber":180,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"```"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":"The inner `variable` would be replaced by the outer `variable` resulting in a cyclical error:"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":"```html {.line-numbers highlight-lines\u003d\"5-9\"}"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"boilerplate.md\" boilerplate\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"boilerplate.md\"\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"boilerplate.md\"\u003e"},{"lineNumber":194,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":196,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":199,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":"```"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"To fix this problem, copy the content of the `src` file and replace the variables with the defined values as such:"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":"```html {.line-numbers highlight-lines\u003d\"3\"}"},{"lineNumber":207,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"boilerplate.md\" boilerplate\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" Boilerplate content: VALUE_OF_VARIABLE \u003c!-- Replace {{ \u0027{{\u0027 }} variable {{ \u0027}}\u0027 }} in boilerplate with VALUE_OF_VARIABLE --\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":"```"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"##### Excluding Files from Rendering as Pages"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"**MarkBind supports the exclusion of files from page generation**. For example, you can exclude files containing \u003ctooltip content\u003d\"A fragment is a piece of content that can be reused across multiple pages.\"\u003ecustom fragments\u003c/tooltip\u003e that are only meant to be used in `\u003cinclude\u003e`."},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"Note: This example below is assuming that you have included the following glob pattern in the `site.json` file:"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":226,"author":{"gitId":"-"},"content":"{"},{"lineNumber":227,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":228,"author":{"gitId":"-"},"content":" {"},{"lineNumber":229,"author":{"gitId":"-"},"content":" \"glob\": \"*.md\","},{"lineNumber":230,"author":{"gitId":"-"},"content":" \"layout\": \"normal\","},{"lineNumber":231,"author":{"gitId":"-"},"content":" \"searchable\": \"yes\""},{"lineNumber":232,"author":{"gitId":"-"},"content":" }"},{"lineNumber":233,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":234,"author":{"gitId":"-"},"content":"}"},{"lineNumber":235,"author":{"gitId":"-"},"content":"```"},{"lineNumber":236,"author":{"gitId":"-"},"content":""},{"lineNumber":237,"author":{"gitId":"-"},"content":"Else, if each page is included individually, there is no need to exclude the fragments as they will not be included in the page generation."},{"lineNumber":238,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":239,"author":{"gitId":"-"},"content":""},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a fragment file `content-fragment.md` and you want to include it in some pages of the site `course` without rendering `content-fragment.md` as a page."},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":"C:/course/"},{"lineNumber":245,"author":{"gitId":"-"},"content":" content-fragment.md"},{"lineNumber":246,"author":{"gitId":"-"},"content":" index.md"},{"lineNumber":247,"author":{"gitId":"-"},"content":" reading.md"},{"lineNumber":248,"author":{"gitId":"-"},"content":" site.json"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":"In `reading.md` (note how it reuses content from the `content-fragment.md`):"},{"lineNumber":252,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":253,"author":{"gitId":"-"},"content":"# Week 1 Reading:"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"content-fragment.md\" /\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"```"},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"-"},"content":"In `site.json` we then exclude the fragment from the page generation with [pagesExclude](../siteJsonFile.html#pagesexclude):"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"```json"},{"lineNumber":260,"author":{"gitId":"-"},"content":"..."},{"lineNumber":261,"author":{"gitId":"-"},"content":"\"pagesExclude\": ["},{"lineNumber":262,"author":{"gitId":"-"},"content":" \"**/*-fragment.md\""},{"lineNumber":263,"author":{"gitId":"-"},"content":"],"},{"lineNumber":264,"author":{"gitId":"-"},"content":"..."},{"lineNumber":265,"author":{"gitId":"-"},"content":"```"},{"lineNumber":266,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":267,"author":{"gitId":"-"},"content":""},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":"You may use any custom name you wish for your fragments but be sure to update the `pagesExclude` list with the appropriate glob pattern."},{"lineNumber":273,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":274,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":"### Using Boilerplate Files"},{"lineNumber":279,"author":{"gitId":"-"},"content":""},{"lineNumber":280,"author":{"gitId":"-"},"content":"**If you find yourself duplicating a \u003ctooltip content\u003d\"code that needs to stay relative to the directory in which it used\"\u003e_boilerplate code_\u003c/tooltip\u003e fragment in multiple places of your code base, you can use a `boilerplate` file to avoid such duplication.** Note that you cannot use a normal `\u003cinclude\u003e` in this case because the code included using a normal `\u003cinclude\u003e` stays relative to the original location while boilerplate code needs to be interpreted relative to the location it is being used."},{"lineNumber":281,"author":{"gitId":"-"},"content":""},{"lineNumber":282,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a MarkBind project with the following file structure."},{"lineNumber":285,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":286,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":287,"author":{"gitId":"-"},"content":" chapter1/"},{"lineNumber":288,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":289,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":290,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":291,"author":{"gitId":"-"},"content":" chapter2/"},{"lineNumber":292,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":293,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":294,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":295,"author":{"gitId":"-"},"content":" book.md"},{"lineNumber":296,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":297,"author":{"gitId":"-"},"content":"The `book.md`:"},{"lineNumber":298,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":299,"author":{"gitId":"-"},"content":"# My Book"},{"lineNumber":300,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1/chapter.md\" /\u003e"},{"lineNumber":301,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2/chapter.md\" /\u003e"},{"lineNumber":302,"author":{"gitId":"-"},"content":"```"},{"lineNumber":303,"author":{"gitId":"-"},"content":"The `chapter1/chapter.md`:"},{"lineNumber":304,"author":{"gitId":"-"},"content":""},{"lineNumber":305,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":306,"author":{"gitId":"-"},"content":"## Text"},{"lineNumber":307,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"text.md\" /\u003e"},{"lineNumber":308,"author":{"gitId":"-"},"content":"## Exercises"},{"lineNumber":309,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"exercises.md\" /\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":"```"},{"lineNumber":311,"author":{"gitId":"-"},"content":"The `chapter2/chapter.md`:"},{"lineNumber":312,"author":{"gitId":"-"},"content":""},{"lineNumber":313,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":314,"author":{"gitId":"-"},"content":"## Text"},{"lineNumber":315,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"text.md\" /\u003e"},{"lineNumber":316,"author":{"gitId":"-"},"content":"## Exercises"},{"lineNumber":317,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"exercises.md\" /\u003e"},{"lineNumber":318,"author":{"gitId":"-"},"content":"```"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"-"},"content":"As you can see, both `chapter.md` files are exactly the same. If we were to use only one of the `chapter.md` files and `\u003cinclude\u003e` it twice in the `book.md`, we\u0027ll end up with the same chapter content duplicated twice, which is not what we want. In other words, `chapter.md` contains boilerplate code that needs to be interpreted relative to where it is applied, once relative to `chapter1` directory and once relative to `chapter2` directory."},{"lineNumber":321,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":322,"author":{"gitId":"-"},"content":""},{"lineNumber":323,"author":{"gitId":"-"},"content":"To use a code fragment as a boilerplate file,"},{"lineNumber":324,"author":{"gitId":"-"},"content":"1. Put the code in a file inside the `_markbind/boilerplates` directory."},{"lineNumber":325,"author":{"gitId":"-"},"content":"2. `\u003cinclude\u003e` the file _as if_ a copy of it exists in any directory you want it to applied, but add the `boilerplate` attribute to the `\u003cinclude\u003e` tag."},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":328,"author":{"gitId":"-"},"content":""},{"lineNumber":329,"author":{"gitId":"-"},"content":"{{ icon_example }} Here\u0027s how you can use a boilerplate file to avoid duplicating the `chapter.md`:"},{"lineNumber":330,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":331,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":332,"author":{"gitId":"-"},"content":" _markbind/boilerplates/"},{"lineNumber":333,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":334,"author":{"gitId":"-"},"content":" chapter1/"},{"lineNumber":335,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":336,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":337,"author":{"gitId":"-"},"content":" chapter2/"},{"lineNumber":338,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":339,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":340,"author":{"gitId":"-"},"content":" book.md"},{"lineNumber":341,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":342,"author":{"gitId":"-"},"content":"The `book.md`:"},{"lineNumber":343,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":344,"author":{"gitId":"-"},"content":"# My Book"},{"lineNumber":345,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1/chapter.md\" boilerplate /\u003e"},{"lineNumber":346,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2/chapter.md\" boilerplate /\u003e"},{"lineNumber":347,"author":{"gitId":"-"},"content":"```"},{"lineNumber":348,"author":{"gitId":"-"},"content":"The `_markbind/boilerplates/chapter.md`:"},{"lineNumber":349,"author":{"gitId":"-"},"content":""},{"lineNumber":350,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":351,"author":{"gitId":"-"},"content":"## Text"},{"lineNumber":352,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"text.md\" /\u003e"},{"lineNumber":353,"author":{"gitId":"-"},"content":"## Exercises"},{"lineNumber":354,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"exercises.md\" /\u003e"},{"lineNumber":355,"author":{"gitId":"-"},"content":"```"},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":"Consider the line `\u003cinclude src\u003d\"chapter1/chapter.md\" boilerplate /\u003e`. Note how you can use `src\u003d\"chapter1/chapter.md\"` even though there is no such file. MarkBind will use the `chapter.md` file from `/_markbind/boilerplates/` but interpret it as if the file exists in the `chapter1` directory (i.e., interpret the `chapter.md` code relative to the `chapter1` directory)."},{"lineNumber":358,"author":{"gitId":"-"},"content":""},{"lineNumber":359,"author":{"gitId":"-"},"content":"Similarly, `\u003cinclude src\u003d\"chapter2/chapter.md\" boilerplate /\u003e` interprets the `chapter.md` relative to the `chapter2` directory."},{"lineNumber":360,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":361,"author":{"gitId":"-"},"content":""},{"lineNumber":362,"author":{"gitId":"-"},"content":"If you have many boilerplate files, you can organize them into directories inside the `_markbind` directory. When using such boilerplate files, you need to replace `boilerplate` attribute with `boilerplate\u003d\"\u003cpath to file relative to _markbind/boilerplates\u003e\"`."},{"lineNumber":363,"author":{"gitId":"-"},"content":""},{"lineNumber":364,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":365,"author":{"gitId":"-"},"content":""},{"lineNumber":366,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose the `chapter.md` is places in a `book` directory:"},{"lineNumber":367,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":368,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":369,"author":{"gitId":"-"},"content":" _markbind/boilerplates/"},{"lineNumber":370,"author":{"gitId":"-"},"content":" book/"},{"lineNumber":371,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":372,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":373,"author":{"gitId":"-"},"content":""},{"lineNumber":374,"author":{"gitId":"-"},"content":"It needs to be used as follows:"},{"lineNumber":375,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":376,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1/chapter.md\" boilerplate\u003d\"book/chapter.md\" /\u003e"},{"lineNumber":377,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2/chapter.md\" boilerplate\u003d\"book/chapter.md\" /\u003e"},{"lineNumber":378,"author":{"gitId":"-"},"content":"```"},{"lineNumber":379,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":""},{"lineNumber":382,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":383,"author":{"gitId":"-"},"content":""},{"lineNumber":384,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":385,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"foo.md#bar\" boilerplate inline trim\u003e"},{"lineNumber":386,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"x\"\u003e5\u003c/variable\u003e"},{"lineNumber":387,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":388,"author":{"gitId":"-"},"content":"```"},{"lineNumber":389,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":387,"yiwen101":2}},{"path":"docs/userGuide/syntax/lists.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Lists"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"****Unordered lists:****"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"* Item 1"},{"lineNumber":10,"author":{"gitId":"-"},"content":" * Sub item 1.1"},{"lineNumber":11,"author":{"gitId":"-"},"content":" * Sub item 1.2\u003cbr\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" Second line"},{"lineNumber":13,"author":{"gitId":"-"},"content":" * Sub item 1.2.1"},{"lineNumber":14,"author":{"gitId":"-"},"content":"* Item 2"},{"lineNumber":15,"author":{"gitId":"-"},"content":"* Item 3"},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"****Customizing the Unordered list appearance:****"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"**To customize unordered lists\u0027 icons, add the configuration `{icon\u003d\"icon-name\"}` and/or `{text\u003d\"text\"}` after a specific list item.**"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"* Item 1 { text\u003d\"Step 1 :+1:\" icon\u003d\"glyphicon-education\" }"},{"lineNumber":27,"author":{"gitId":"-"},"content":"* Item 2 { text\u003d\"Step 2\" }"},{"lineNumber":28,"author":{"gitId":"-"},"content":" * Item 2.1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":29,"author":{"gitId":"-"},"content":" * Item 2.2"},{"lineNumber":30,"author":{"gitId":"-"},"content":"* Item 3 { text\u003d\"Step 3\" }"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * Item 3.1 "},{"lineNumber":32,"author":{"gitId":"-"},"content":"* Item 4 { text\u003d\"\\`PR`\" icon\u003d\"octicon-git-pull-request\" }"},{"lineNumber":33,"author":{"gitId":"-"},"content":" * Item 4.1 { icon\u003d\"mif-perm-media\" }"},{"lineNumber":34,"author":{"gitId":"-"},"content":"* Item 5 { text\u003d\"Step 5\" icon\u003d\"glyphicon-education\" }"},{"lineNumber":35,"author":{"gitId":"-"},"content":" * Item 5.1 { icon\u003d\"notebook_with_decorative_cover\" }"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/variable\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cbox type\u003dinfo seamless\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"Customization will be carried over to the other items within the **same level of the list**."},{"lineNumber":42,"author":{"gitId":"-"},"content":"Example: "},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":" * Item 1.1"},{"lineNumber":48,"author":{"gitId":"-"},"content":"* Item 2 "},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/variable\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"The customised icon appears for Item 2 but not for Item 1.1."},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"Hence, if you customize any item on a certain level, you must also **customize the first item on that level**. If not, the list will revert to its uncustomized form."},{"lineNumber":55,"author":{"gitId":"-"},"content":"If you wish to remove the customization from the following levels, you can set `text` and/or `icon` to be an empty string `\"\"`. "},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"Example:"},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" text\u003d\"Only for this bullet\" }"},{"lineNumber":62,"author":{"gitId":"-"},"content":"* Item 2 { icon\u003d\"\" }"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003c/variable\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":"You can use any of the [icons](../formattingContents.html#icons) supported by MarkBind. If an item has a specified icon, that icon will be used for it and for subsequent items at that level."},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"Markdown can also be used in texts."},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cbox type\u003dwarning seamless\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"You may need to add escape characters when using special characters for Markdown in text. "},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":"**You can add an icon or text that only applies to a specific item by using the `once` attribute.**"},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" }"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":"* Item 2 { icon\u003d\"fas-code-branch\" once\u003dtrue }"},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":" * Item 2.1"},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":" * Item 2.2"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"* Item 3"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":" \u003c/variable\u003e"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":"\u003c/include\u003e"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"Subsequent items at the same level will not inherit icons or texts with the `once` attribute and will instead inherit the icons or texts before it."},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":"The `once` attribute also applies to all other attributes such as `i-size` and `t-size` as seen below."},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" i-size\u003d\"40px\" i-class\u003d\"text-primary\" }"},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":"* Item 2 { i-size\u003d\"25px\" once\u003dtrue }"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item 2.1"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":"* Item 3"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" \u003c/variable\u003e"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":"\u003c/include\u003e"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"**You can adjust the icon and text\u0027s size by using the `i-size` and `t-size` attribute respectively.**"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"fas-file-code\" i-size\u003d\"35px\" }"},{"lineNumber":109,"author":{"gitId":"-"},"content":"* Item 2 { icon\u003d\"fas-file-code\" i-size\u003d\"4rem\" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"* Item 3 { icon\u003d\"fas-file-code\" i-size\u003d\"5em\" }"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"* Item 1 { text\u003d\"Step 1\" t-size\u003d\"35px\" }"},{"lineNumber":120,"author":{"gitId":"-"},"content":"* Item 2 { text\u003d\"Step 2\" t-size\u003d\"4rem\" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"* Item 3 { text\u003d\"Step 3\" t-size\u003d\"5em\" }"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"You can utilize any [CSS size unit](https://www.w3schools.com/cssref/css_units.php)."},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"**You can also use images as icons.**"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"/images/deer.jpg\" i-width\u003d\"30px\" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"* Item 2 { i-width\u003d\"60px\" i-height\u003d\"44px\" }"},{"lineNumber":136,"author":{"gitId":"-"},"content":"* Item 3 { i-width\u003d\"90px\" i-height\u003d\"61px\" }"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"If either the `i-width` or the `i-height` of an image is not specified, the unspecified dimension will adjust to maintain the image\u0027s original aspect ratio. For example, for an image of size 800x600 (4:3), if `i-width` is set to 400px, its height will be 300px."},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"**The icon and text\u0027s appearance can be further customized by adding a `i-class` and `t-class` attribute respectively.**"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-markbind\"\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"/images/deer.jpg\" text\u003d\"Deer\" i-width\u003d\"60px\" height\u003d\"17px\" i-class\u003d\"rounded\" t-class\u003d\"text-warning my-2\" }"},{"lineNumber":151,"author":{"gitId":"-"},"content":"* Item 2 { t-class\u003d\"text-info my-2\" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":" * Item 2.1 { icon\u003d\"fas-question-circle\" i-class\u003d\"badge rounded-pill my-1 bg-success text-white\" }"},{"lineNumber":153,"author":{"gitId":"-"},"content":" * Item 2.2"},{"lineNumber":154,"author":{"gitId":"-"},"content":" * Item 2.3 { i-class\u003d\"badge rounded-pill my-1 bg-primary text-white\"}"},{"lineNumber":155,"author":{"gitId":"-"},"content":"* Item 3 { t-class\u003d\"text-primary my-2\" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":" * Item 3.1 "},{"lineNumber":157,"author":{"gitId":"-"},"content":" * Item 3.2 { icon\u003d\"fas-question-circle\" i-class\u003d\"badge rounded my-1 bg-danger text-white\" }"},{"lineNumber":158,"author":{"gitId":"-"},"content":" * Item 3.3 "},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":" "},{"lineNumber":162,"author":{"gitId":"-"},"content":"**The spacing between the icon and the content can be customized by using a `i-spacing` attribute.**"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"+1\" }"},{"lineNumber":168,"author":{"gitId":"-"},"content":"* Item 2 { i-spacing\u003d\"1rem\" }"},{"lineNumber":169,"author":{"gitId":"-"},"content":"* Item 3 { i-spacing\u003d\"2rem\" }"},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003cbox type\u003dtip seamless\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":"Similar to the `icon` and `text` attribute, other icon attributes such as `i-class`, `i-width`, `i-height`, `i-spacing`, `t-size` and `t-class` apply for subsequent list items at the same level, until they are overridden by the same attribute. For example, Item 2.3\u0027s `i-class` overrides Item 2.1\u0027s and applies up to Item 3.1."},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":""},{"lineNumber":179,"author":{"gitId":"-"},"content":"**The spacing between the icon and the content can be customized by using a `i-spacing` attribute.**"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"+1\" text\u003d\"Yay\" }"},{"lineNumber":185,"author":{"gitId":"-"},"content":"* Item 2 { i-spacing\u003d\"1rem\" }"},{"lineNumber":186,"author":{"gitId":"-"},"content":"* Item 3 { i-spacing\u003d\"2rem\" }"},{"lineNumber":187,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":"**You can apply Markdown\u0027s heading and paragraph syntax within the list.**"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"* #### Heading 1: Overview {icon\u003d\"/images/overview-d.png\" i-width\u003d\"65px\" i-class\u003d\"rounded\" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":" Content 1: This section provides a summary of the document or topic. "},{"lineNumber":201,"author":{"gitId":"-"},"content":" It sets the context and purpose of the content to follow."},{"lineNumber":202,"author":{"gitId":"-"},"content":"* #### Heading 2: Detailed Description { icon\u003d\"/images/detailed-d.png\" i-width\u003d\"65px\" i-class\u003d\"rounded\" }"},{"lineNumber":203,"author":{"gitId":"-"},"content":" Content 2: This section delves deeper into the topic, offering comprehensive information and detailed explanations."},{"lineNumber":204,"author":{"gitId":"-"},"content":" It might also include evidence, examples, or justifications."},{"lineNumber":205,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":206,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":"Icon specifications should be attached only to the first element of a list item (for the example above, the icon specification should be attached to the heading, not the content below the heading)."},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":"****Ordered lists:****"},{"lineNumber":211,"author":{"gitId":"-"},"content":""},{"lineNumber":212,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":213,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":"1. Item 1"},{"lineNumber":216,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":217,"author":{"gitId":"-"},"content":" 2. Sub item 1.2"},{"lineNumber":218,"author":{"gitId":"-"},"content":"2. Item 2"},{"lineNumber":219,"author":{"gitId":"-"},"content":"3. Item 3"},{"lineNumber":220,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":"You can also start an ordered list at a particular number by changing the"},{"lineNumber":225,"author":{"gitId":"-"},"content":"\u003cpopover\u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":"first number"},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003ctemplate slot\u003d\"content\"\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":"\u003cdiv style\u003d\"text-align: center; margin-bottom: 5px;\"\u003e{{ icon_example }}\u003c/div\u003e"},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":232,"author":{"gitId":"-"},"content":"10. Item 1"},{"lineNumber":233,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":234,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":235,"author":{"gitId":"-"},"content":"1. Item 2"},{"lineNumber":236,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"10. Item 1"},{"lineNumber":239,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":240,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":241,"author":{"gitId":"-"},"content":"1. Item 2"},{"lineNumber":242,"author":{"gitId":"-"},"content":"{.ps-0 .ms-0}"},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":246,"author":{"gitId":"-"},"content":"\u003c/popover\u003e!"},{"lineNumber":247,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":""},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003csmall\u003eMore info on above list types: https://www.markdownguide.org/basic-syntax#lists\u003c/small\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":"****Task lists**** (from GFMD):"},{"lineNumber":252,"author":{"gitId":"-"},"content":""},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-gfmd\"\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"- [ ] Item 1"},{"lineNumber":258,"author":{"gitId":"-"},"content":" - [ ] Sub item 1.1"},{"lineNumber":259,"author":{"gitId":"-"},"content":" - [x] Sub item 1.2"},{"lineNumber":260,"author":{"gitId":"-"},"content":"- [x] Item 2"},{"lineNumber":261,"author":{"gitId":"-"},"content":"- [ ] Item 3"},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":265,"author":{"gitId":"-"},"content":""},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"****Radio-button lists:****"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-markbind\"\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":270,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":"- ( ) Item 1"},{"lineNumber":273,"author":{"gitId":"-"},"content":"- ( ) Item 2"},{"lineNumber":274,"author":{"gitId":"-"},"content":"- (x) Item 3"},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":""},{"lineNumber":281,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":282,"author":{"gitId":"-"},"content":"1. Item 1"},{"lineNumber":283,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":284,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":285,"author":{"gitId":"-"},"content":"* Item 2"},{"lineNumber":286,"author":{"gitId":"-"},"content":" * item 2.1"},{"lineNumber":287,"author":{"gitId":"-"},"content":"- [ ] Item 3"},{"lineNumber":288,"author":{"gitId":"-"},"content":"- [x] Item 4"},{"lineNumber":289,"author":{"gitId":"-"},"content":"- ( ) Item 5"},{"lineNumber":290,"author":{"gitId":"-"},"content":"```"},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":292,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":293,"author":{"gitId":"-"},"content":""},{"lineNumber":294,"author":{"gitId":"-"},"content":"1. Item 1"},{"lineNumber":295,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":296,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":297,"author":{"gitId":"-"},"content":"* Item 2"},{"lineNumber":298,"author":{"gitId":"-"},"content":" * item 2.1"},{"lineNumber":299,"author":{"gitId":"-"},"content":"- [ ] Item 3"},{"lineNumber":300,"author":{"gitId":"-"},"content":"- [x] Item 4"},{"lineNumber":301,"author":{"gitId":"-"},"content":"- ( ) Item 5"},{"lineNumber":302,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"KevinEyo1":27,"-":275}},{"path":"docs/userGuide/syntax/navBars.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Navbars"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"**Navbar allows visitors of your website to navigate through pages easily.**"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"**Navbars support link highlighting; link highlighting can be customised by specifying rules.**"},{"lineNumber":6,"author":{"gitId":"-"},"content":"- Define `default-highlight-on` in `\u003cnavbar\u003e` to specify fallback highlight rules."},{"lineNumber":7,"author":{"gitId":"-"},"content":"- Define `data-highlight` in `\u003ca\u003e` tags with the class `nav-link` or `dropdown-item` to specify individual highlight rules."},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmarkdown\u003e"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"Note: **Navbars** should be placed within a [header file]({{ baseUrl }}/userGuide/tweakingThePageStructure.html#sticking-the-header-to-the-top) to ensure that they are correctly positioned at the top of the page, above the [site navigation]({{ baseUrl }}/userGuide/tweakingThePageStructure.html#constructing-a-page-navigation-menu) and [page navigation]({{ baseUrl }}/userGuide/tweakingThePageStructure.html#constructing-a-page-navigation-menu) menus."},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003c/markdown\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"primary\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"light\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":65,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":66,"author":{"gitId":"-"},"content":"type | `String` | `primary` | Supports: `primary`, `dark`, `light`, `none`."},{"lineNumber":67,"author":{"gitId":"-"},"content":"default-highlight-on | `String` | `sibling-or-child` | Supports: `sibling-or-child`, `sibling`, `child`, `exact`, `none`. Specifies link highlight rules for navbars."},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"If you wish to further customize your navbar beyond the primary, dark, and light theme colors, specify the `type\u003d\"none\"` attribute and insert your own custom styles via the `add-class` attribute. You can \u003ctrigger trigger\u003d\"click\" for\u003d\"modal:built-in-bg\"\u003euse built-in background styles\u003c/trigger\u003e or [insert your own defined CSS classes](/userGuide/components/advanced.md#inserting-custom-classes-into-components)."},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cmodal header\u003d\"Built-in background styles\" id\u003d\"modal:built-in-bg\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cmd\u003eFor instance, Bootstrap supports `.bg-danger`, `bg-info`, `bg-primary`, `bg-success`, `bg-warning` as background colors.\u003c/md\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003cmd\u003eIn `{your-site}/_markbind/headers/header.md`, you can change `\u003cnavbar type\u003d\"dark/primary/light\"\u003e` to `\u003cnavbar type\u003d\"none\" add-class\u003d\"bg-warning/danger/info/primary/success\"\u003e` to apply Bootstrap background styles.\u003c/md\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"****Navbar Link Highlighting****"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":83,"author":{"gitId":"-"},"content":"{% include \"_markbind/layouts/headers/header.md\" %}"},{"lineNumber":84,"author":{"gitId":"-"},"content":"```"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":"****Highlight Options****"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":"Name | Description"},{"lineNumber":89,"author":{"gitId":"-"},"content":"--- | ---"},{"lineNumber":90,"author":{"gitId":"-"},"content":"`child` | Highlights link if URL in address bar is a child of the link. E.g `foo/bar` is a child of `foo`."},{"lineNumber":91,"author":{"gitId":"-"},"content":"`sibling` | Highlights link if URL in address bar is a sibling of the link. E.g `foo/bar` and `foo/bear` are siblings."},{"lineNumber":92,"author":{"gitId":"-"},"content":"`sibling-or-child` | Highlights link if URL in address bar is a sibling or child of the link."},{"lineNumber":93,"author":{"gitId":"-"},"content":"`exact` | Highlights link if URL in address bar exactly matches link."},{"lineNumber":94,"author":{"gitId":"-"},"content":"`none` | No highlighting."},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"primary\"\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"```"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"primary\"\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":141,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":""},{"lineNumber":146,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"light\"\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":""},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"****Mobile page and site navigation menus****"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"The navbar component also provides access to MarkBind\u0027s [site navigation]({{ baseUrl }}/userGuide/components/navigation.html#site-navigation-menus) and [page navigation]({{ baseUrl }}/userGuide/components/navigation.html#page-navigation-menus) menu **components** if used in the page\u0027s [layout](../tweakingThePageStructure.md#layouts). No additional setup is required!"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"If you are viewing the documentation on a larger device, resize the window to see what it looks like."},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"Alternatively, if you want to display \u003ctooltip content\u003d\"e.g. adding an image to the site nav\"\u003eadditional content\u003c/tooltip\u003e in these navigation menus, the navbar is also able to \"pull in\" any **container element** with a HTML `id` of `\"site-nav\"` or `\"page-nav\"`. You may refer to the [layouts](../tweakingThePageStructure.md#layouts) section for an example."},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"The navbar component auto-detects if the MarkBind\u0027s navigation components or your element containers has any \u003ctooltip content\u003d\"`\u003ca\u003e` tags in particular\"\u003elinks\u003c/tooltip\u003e.\u003cbr\u003e"},{"lineNumber":173,"author":{"gitId":"-"},"content":"If absent, the navigation buttons to open the menus are _automatically hidden_."},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"****Mobile navigation menu button placement****"},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"If you wish to alter the button placement on the navbar, you may use the `\u003csite-nav-button /\u003e` and `\u003cpage-nav-button /\u003e` components in the `lower-navbar` slot."},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":"By default, if the `lower-navbar` slot is not specified, the site and page navigation buttons are simply placed as such."},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cnavbar\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":" \u003c!-- Any normal navbar items --\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":" \u003c!-- Use slot to wrap the buttons in the lower navbar --\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"lower-navbar\" class\u003d\"nav-menu-container\"\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \u003csite-nav-button /\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":" \u003cpage-nav-button /\u003e"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":"```"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"Component | Description"},{"lineNumber":196,"author":{"gitId":"-"},"content":"--- | ---"},{"lineNumber":197,"author":{"gitId":"-"},"content":"`page-nav-button` | Pulls any element with an identifier, `id\u003dpage-nav` into the menu. If no such element exists, it pulls any [page navigation menu]({{ baseUrl }}/userGuide/components/navigation.html#page-navigation-menus) used in the layout."},{"lineNumber":198,"author":{"gitId":"-"},"content":"`site-nav-button` | Pulls any element with an identifier, `id\u003dsite-nav` into the menu. If no such element exists, it pulls all [site navigation menu components]({{ baseUrl }}/userGuide/components/navigation.html#site-navigation-menus) used in the layout."},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"****Styling the mobile page and site navigation menus****"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":"You may also wish to style your navigation content differently on mobile view."},{"lineNumber":203,"author":{"gitId":"-"},"content":"By default, MarkBind already provides some reasonable overrides for smaller screens, applied over any styles you might have for the mobile navigation content identified above."},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"```css {heading\u003d\"CSS class attached to the root navigation element\"}"},{"lineNumber":206,"author":{"gitId":"-"},"content":".mb-mobile-nav {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" display: block !important;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" margin: 0 !important;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" border: none !important;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" padding: 10px !important;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" width: 100% !important;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" max-width: 100% !important;"},{"lineNumber":213,"author":{"gitId":"-"},"content":"}"},{"lineNumber":214,"author":{"gitId":"-"},"content":"```"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":"If you require greater customisation, you may simply compose the respective selectors with the `.mb-mobile-nav` element."},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"{{ icon_example }}"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"```css {heading\u003d\"\"}"},{"lineNumber":221,"author":{"gitId":"-"},"content":"#site-nav.mb-mobile-nav {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" /* Be sure to add the !important css rule when overriding .mb-mobile-nav\u0027s properties! */"},{"lineNumber":223,"author":{"gitId":"-"},"content":" border: 1px solid black !important;"},{"lineNumber":224,"author":{"gitId":"-"},"content":" /* For other properties, there is no need. */"},{"lineNumber":225,"author":{"gitId":"-"},"content":" color: red;"},{"lineNumber":226,"author":{"gitId":"-"},"content":"}"},{"lineNumber":227,"author":{"gitId":"-"},"content":"```"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"Refer to the [layouts](../tweakingThePageStructure.md) section to find out how to add custom CSS files to a page!"},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003c/box\u003e"}],"authorContributionMap":{"-":231,"yiwen101":1}},{"path":"docs/userGuide/syntax/pageNavigationMenus.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Page Navigation Menus"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword d-none\"\u003eprint page nav as table of content\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"content\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"**A _Page Navigation Menu_ (\u003d\u003d_pageNav_ for short\u003d\u003d) displays a list of the current page\u0027s headings.** Page navigation menus are typically configured in [layouts]({{baseUrl}}/userGuide/tweakingThePageStructure.html#layouts), but can also be utilized in individual pages."},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"****Adding a pageNav****"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"1. **Specify the smallest heading level you want to be included** within the `\u003cfrontmatter\u003e` of a page with \u003ctooltip content\u003d\"The value `default` will use `headingIndexingLevel` within `site.json`.\"\u003e`\"default\"`\u003c/tooltip\u003e or a \u003ctooltip content\u003d\"HTML defines six levels of headings, numbered from \u003cbr\u003e`1 to 6`.\"\u003e`heading level`\u003c/tooltip\u003e."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":" The `default` level uses the [`headingIndexingLevel` property]({{baseUrl}}/userGuide/siteJsonFile.html#headingindexinglevel) of your site configuration file."},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/box\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"2. **(Optional) You may also specify a page navigation title** within `\u003cfrontmatter\u003e` that will be placed at the top of the page navigation menu."},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"3. **Position the page navigation menu** within your layout using the `\u003cpage-nav /\u003e` component."},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"4. **(Optional) To make pageNav accessible on smaller screens, you can use the `\u003cpage-nav-button /\u003e` component in the [navbar]({{baseUrl}}/userGuide/components/navigation.html#navbars).**"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"5. **(Optional) To make pageNav available on print, you can position the page navigation menu on individual pages with the `\u003cpage-nav-print /\u003e` component.**"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Additional details on printing pageNav**\" type\u003d\"seamless\" class\u003d\"ms-4\" expanded\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"You can specify the location of the page navigation menu on print by using either of the following syntaxes:"},{"lineNumber":29,"author":{"gitId":"-"},"content":"- `\u003cpage-nav-print /\u003e`"},{"lineNumber":30,"author":{"gitId":"-"},"content":"- `\u003cpage-nav-print\u003e\u003c/page-nav-print\u003e`"},{"lineNumber":31,"author":{"gitId":"-"},"content":" - This is useful if you want to include a custom title (or any other content) before the page navigation menu. For example, `\u003cpage-nav-print\u003eTable of Contents\u003c/page-nav-print\u003e`"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"You can specify multiple `\u003cpage-nav-print /\u003e` components in a page and they do not have to be at the top of the page. They also do not appear when viewed on a browser."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"{{ icon_example }}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"In the page that you want to have page navigation printed (i.e. to serve as a table of content when viewed on PDFs), use the `\u003cpage-nav-print /\u003e` component to position the pageNav like so:"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"indented\"\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" pageNav: 2"},{"lineNumber":43,"author":{"gitId":"-"},"content":" pageNavTitle: \"Chapters of This Page\""},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cpage-nav-print /\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"# Overview"},{"lineNumber":49,"author":{"gitId":"-"},"content":"Content of the page..."},{"lineNumber":50,"author":{"gitId":"-"},"content":"```"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"To view the pageNav on print, open the print preview of the page using the browser\u0027s print function."},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"If you are using Chrome, you can right-click on the page and select \"Print\" to open the print preview."},{"lineNumber":59,"author":{"gitId":"-"},"content":"You can try it out by going to our [CLI Commands page]({{baseUrl}}/userGuide/cliCommands.html) and printing it."},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"You can see an example of a Page Navigation Bar \u003d\u003don the right side\u003d\u003d of \u003ca target\u003d\"_blank\" href\u003d\"{{ baseUrl }}/userGuide/formattingContents.html\"\u003ethis page\u003c/a\u003e."},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":4,"KevinEyo1":1,"-":64}},{"path":"docs/userGuide/syntax/panels.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% from \"userGuide/components/advanced.md\" import slot_info_trigger %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"## Panels"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"**Panel is a flexible container that supports collapsing and expanding its content. It is expandable by default.**"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This is your header for a Panel, click me to expand!\"\u003e"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003cmarkdown\u003e_markdown_\u003c/markdown\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"plain text ..."},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"**With `minimized` attribute, panel is minimized into an inline block element. The `alt` attribute is for you to specify the minimized block header.**"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"How to cultivate a tomato plant at home\" alt\u003d\"Tomatoes\" minimized\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" Lorem ipsum ..."},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"**With `expanded` attribute, you can set the panels to be expanded when loaded in.**"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Have your readers click less to see the Panel\u0027s contents\" expanded\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" Lorem ipsum ..."},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"**With the `expand-headerless` attribute, you can hide the panel header when it is expanded.**"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This header will only show when the Panel is collapsed\" expand-headerless\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" Lorem ipsum ..."},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"**With the `peek` attribute, you may showcase part of your content without expanding the panel.**"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Give your readers a peek of the content without expanding Panel\" peek\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore"},{"lineNumber":57,"author":{"gitId":"-"},"content":" magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo"},{"lineNumber":58,"author":{"gitId":"-"},"content":" consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},{"lineNumber":59,"author":{"gitId":"-"},"content":" Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."},{"lineNumber":60,"author":{"gitId":"-"},"content":" Curabitur ornare ipsum eu ex congue egestas. Maecenas pretium nibh sed enim ornare finibus. Mauris quis metus "},{"lineNumber":61,"author":{"gitId":"-"},"content":" facilisis, mattis tellus nec, pulvinar mi. Quisque at vehicula lectus. Ut ac lacus mi. Donec mattis nec velit "},{"lineNumber":62,"author":{"gitId":"-"},"content":" eget tincidunt. Maecenas vel mauris mattis nisl tempor sollicitudin. Orci varius natoque penatibus et magnis "},{"lineNumber":63,"author":{"gitId":"-"},"content":" dis parturient montes, nascetur ridiculus mus. Duis tincidunt diam eu dolor pellentesque, eget dignissim tortor "},{"lineNumber":64,"author":{"gitId":"-"},"content":" pellentesque. "},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"**Panel provides many types that change its appearance.**"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**light type panel (DEFAULT)**\" type\u003d\"light\" minimized\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**dark type panel**\" type\u003d\"dark\" minimized\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**primary type panel**\" type\u003d\"primary\" minimized\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**secondary type panel**\" type\u003d\"secondary\" minimized\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**info type panel**\" type\u003d\"info\" minimized\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**danger type panel**\" type\u003d\"danger\" minimized\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":91,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**warning type panel**\" type\u003d\"warning\" minimized\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**success type panel**\" type\u003d\"success\" minimized\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**seamless type panel**\" type\u003d\"seamless\" minimized\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":100,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**minimal type panel**\" type\u003d\"minimal\" minimized\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":103,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"**Show/Hide buttons using `no-switch`, `no-close`, or `no-minimized-switch`.**"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**This minimized panel does not have a switch button**\" minimized no-minimized-switch\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":115,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This panel does not have a switch button\" no-switch\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":118,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This panel does not have a close button\" no-close\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This panel does not have either buttons\" no-close no-switch\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"**Use markdown in the header (only inline level markdown are supported).**"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Bold text** :rocket: ![](https://markbind.org/images/logo-lightbackground.png \u003dx20)\" type\u003d\"seamless\"\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"**If `src` attribute is provided, the panel will take content from the `src` specified and add it to the Panel body.**"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Content loaded in from \u0027src\u0027\" src\u003d\"extra/loadContent.html#fragment\" minimized\u003e\u003c/panel\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":"\u003cdiv id \u003d \"script_and_styles_warning\"\u003e"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":"\u003cbox type \u003d \"warning\" header \u003d \"#### Global Effects of the Script and Styles from the Imported Externals\"\u003e"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":"Importing external resources that contains `script` or `styles` can inadvertently take global effects on your MarkBind website. Due to hoisting during processing, imported scripts and stylesheets affect the entire page. This could potentially alter its appearance and behavior beyond the intended scope."},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":"For example, if a CSS file imported via such means styles headings to be red, this change will be reflected page-wide."},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":"To safeguard against unintended consequences, consider directly incorporating the code or customizing styles to target specific elements or classes not used universally. This approach grants more precise control over your website\u0027s presentation and reduces the risk of unexpected changes."},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":"\u003c/div\u003e"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"**If `popup-url` attribute is provided, a popup button will be shown. If clicked, it opens the specified url in a new window.**"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":162,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Try clicking on my pop-up button\" popup-url\u003d\"{{ baseUrl }}/userGuide/syntax/extra/loadContent.html\"\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":" This panel has a popup."},{"lineNumber":166,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":168,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"**If `preload` attribute is provided, the panel body will load the HTML when the page renders instead of after being expanded.**"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Right click and inspect my HTML before expanding me!\" src\u003d\"extra/loadContent.html#fragment\" preload\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":" \u003cp\u003eYou should be able to find this text before expanding the Panel.\u003c/p\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"**You can nest Panels or other components within a Panel.**"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Parent Panel\"\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 1 Nested Panel\"\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 2 Nested Panel\"\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \u003cbox type\u003d\"success\"\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":" I\u0027m a nested box"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \u003c/box\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 3 Nested Panel\" type\u003d\"minimal\"\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" minimal-type panel"},{"lineNumber":194,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 1 Nested Panel\" type\u003d\"info\"\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":" Some Text"},{"lineNumber":199,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":205,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":206,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":207,"author":{"gitId":"-"},"content":"header{{slot_info_trigger}} | `String` | `\u0027\u0027` | The clickable text on the Panel\u0027s header. Supports MarkDown text."},{"lineNumber":208,"author":{"gitId":"-"},"content":"alt | `String` | Panel header | The clickable text on the minimised Panel. Supports MarkDown text."},{"lineNumber":209,"author":{"gitId":"-"},"content":"expandable | `Boolean`| `true` | Whether Panel is expandable."},{"lineNumber":210,"author":{"gitId":"-"},"content":"expanded | `Boolean` | `false` | Whether Panel is expanded or collapsed when loaded in."},{"lineNumber":211,"author":{"gitId":"-"},"content":"minimized | `Boolean` | `false` | Whether Panel is minimized."},{"lineNumber":212,"author":{"gitId":"-"},"content":"expand-headerless | `Boolean` | `false` | Whether to hide the header text when the Panel is expanded."},{"lineNumber":213,"author":{"gitId":"-"},"content":"peek | `Boolean` | `false` | Whether to show part of the content when the Panel is collapsed."},{"lineNumber":214,"author":{"gitId":"-"},"content":"no-close | `Boolean` | `false` | Whether to show the close button."},{"lineNumber":215,"author":{"gitId":"-"},"content":"no-switch | `Boolean` | `false` | Whether to show the expand switch."},{"lineNumber":216,"author":{"gitId":"-"},"content":"bottom-switch | `Boolean` | `true` | Whether to show an expand switch at the bottom of the panel. Independent of no-switch."},{"lineNumber":217,"author":{"gitId":"-"},"content":"popup-url | `String` | | The URL that the popup window will navigate to. The URL can be absolute or relative."},{"lineNumber":218,"author":{"gitId":"-"},"content":"preload | `Boolean` | `false` | Whether the content is loaded immediately from `src`."},{"lineNumber":219,"author":{"gitId":"-"},"content":"src | `String` | | The URL to the remote page to be loaded as the content of the panel."},{"lineNumber":220,"author":{"gitId":"-"},"content":"type | `String` | `light` | The type or color scheme of the panel (single).\u003cbr\u003eSupports: `light`, `dark`, `primary`, `secondary`, `info`, `success`, `warning`, `danger`, `seamless`, `minimal`."},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":225,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"primary type panel\" type\u003d\"primary\" \u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":"```"},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"minimal type panel\" type\u003d\"minimal\" \u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":234,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"seamless type panel\" type\u003d\"seamless\" \u003e"},{"lineNumber":236,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"info type panel\" type\u003d\"info\" expanded\u003e"},{"lineNumber":239,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":240,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":241,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"danger type panel\" type\u003d\"danger\" \u003e"},{"lineNumber":242,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"warning type panel\" type\u003d\"warning\" \u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":246,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":247,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"success type panel\" type\u003d\"success\" \u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"\u003cp/\u003e"},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"light type panel (DEFAULT)\" type\u003d\"light\" minimized\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"dark type panel\" type\u003d\"dark\" minimized\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"primary type panel\" type\u003d\"primary\" minimized\u003e"},{"lineNumber":258,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"secondary type panel\" type\u003d\"secondary\" minimized\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":""},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":252,"yiwen101":13}},{"path":"docs/userGuide/syntax/pictures.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Pictures"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"**A `pic` component allows you to add captions below the image.**"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":8,"author":{"gitId":"LamJiuFong"},"content":"\u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" width\u003d\"300\" alt\u003d\"Logo\" lazy\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" MarkBind Logo"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/pic\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":15,"author":{"gitId":"-"},"content":"Name | Type | Default | Description "},{"lineNumber":16,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":17,"author":{"gitId":"-"},"content":"alt | `string` | | **This must be specified.**\u003cbr\u003eThe alternative text of the image."},{"lineNumber":18,"author":{"gitId":"-"},"content":"height | `string` | | The height of the image in pixels."},{"lineNumber":19,"author":{"gitId":"-"},"content":"src | `string` | | **This must be specified.**\u003cbr\u003eThe URL of the image.\u003cbr\u003eThe URL can be specified as absolute or relative references. More info in: _[Intra-Site Links]({{baseUrl}}/userGuide/formattingContents.html#intraSiteLinks)_"},{"lineNumber":20,"author":{"gitId":"-"},"content":"width | `string` | | The width of the image in pixels.\u003cbr\u003eIf both width and height are specified, width takes priority over height. It is to maintain the image\u0027s aspect ratio."},{"lineNumber":21,"author":{"gitId":"LamJiuFong"},"content":"lazy | `boolean` | false | The `\u003cpic\u003e` component lazy loads if this attribute is specified.\u003cbr\u003e**Either the height or width should be specified to avoid layout shifts while lazy loading images.**"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":26,"author":{"gitId":"LamJiuFong"},"content":"\u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" width\u003d\"300\" alt\u003d\"Logo\" lazy\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" MarkBind Logo"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003c/pic\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"```"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" width\u003d\"300\" alt\u003d\"Logo\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" MarkBind Logo"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/pic\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":34}},{"path":"docs/userGuide/syntax/questions.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% from \"userGuide/components/advanced.md\" import slot_info_trigger, slot_type_info_trigger %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"## Questions and Quizzes"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"Question and quiz components provide an easy way to test readers on the relevant content topic in the page. {.mt-3}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"#### Introduction"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"Question components (`\u003cquestion\u003e`) can be one of the following types: **MCQ**, **Checkbox**, **Fill-in-the-Blanks**, or **Text**."},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"In all cases, content directly inserted in between `\u003cquestion\u003e...\u003c/question\u003e` will be inserted into the **question body**."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"You can also insert markdown into the **header** or **hint box**, by using the `header` and `hint` attributes respectively. Click the hint button below to see how the hint box turns out!"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate \u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"heading\"\u003eHeader and Hint syntax\u003c/variable\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003c!-- Insert markdown into the header and hint using the respective attributes --\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is correct?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c!-- Anything you place directly under a question not in a slot is inserted into the question body! --\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c!-- Several hidden checkbox q-option components explained later --\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is correct?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"{{baseUrl}}/images/math-question.jpg\" alt\u003d\"math question image\" height\u003d\"200\" class\u003d\"d-block mx-auto\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Multiply the numbers on the left together and add the leftmost number!\"\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" 96"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"Under normal circumstances, this would be correct.\"\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" 19"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Simply add the running sum of the results as well!\"\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" 40"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" 811"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":"If you require more expressive formatting for your header or hint markup, you can use the `\u003cdiv slot\u003d\"header\"\u003e` and `\u003cdiv slot\u003d\"hint\"\u003e` slots. Expand the panel below to see an example!"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"minimal\" header\u003d\"Header and Hint example **with slots**\"\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate \u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"heading\"\u003eHeaders and Hints using slots\u003c/variable\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is true?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003c!-- Header slot --\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"header\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" Which of the following is correct?"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":" Challenge: Try to get all the answers on your first try! :star: :star:"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"{{baseUrl}}/images/math-question.jpg\" alt\u003d\"math question image\" height\u003d\"200\" class\u003d\"d-block mx-auto\"\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003c!-- Several hidden checkbox q-option components explained later --\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003c!-- Hint slot --\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":" Think out of the box! :fas-box:"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":" Need another hint? \u003ctooltip content\u003d\"Two of the answers are correct!\"\u003eHover over me!\u003c/tooltip\u003e :fas-mouse-pointer:"},{"lineNumber":85,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is true?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003c!-- Header slot --\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"header\"\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":" Which of the following is correct?"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" Challenge: Try to get all the answers on your first try! :star: :star:"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"{{baseUrl}}/images/math-question.jpg\" alt\u003d\"math question image\" height\u003d\"200\" class\u003d\"d-block mx-auto\"\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Multiply the numbers on the left together and add the leftmost number!\"\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" 96"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"Under normal circumstances, this would be correct.\"\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":" 19"},{"lineNumber":109,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Simply add the running sum of the results as well!\"\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":" 40"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" 811"},{"lineNumber":115,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":" \u003c!-- Hint slot --\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":" Think out of the box! :fas-box:"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":" Need another hint? \u003ctooltip content\u003d\"Two of the answers are correct!\"\u003eHover over me!\u003c/tooltip\u003e :fas-mouse-pointer:"},{"lineNumber":123,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless class\u003d\"mt-3\"\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":"Placing the question into the header is entirely optional. You may also wish to include the question directly in the question body, omitting the header entirely."},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":""},{"lineNumber":135,"author":{"gitId":"-"},"content":"****Options and Slots common to all question types****"},{"lineNumber":136,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":137,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":138,"author":{"gitId":"-"},"content":"type | `String` | `\u0027\u0027` | The type of question. Supports `mcq`, `checkbox`, `blanks`, or `text`."},{"lineNumber":139,"author":{"gitId":"-"},"content":"header{{slot_info_trigger}} | `String` | `\u0027\u0027` | The markup to insert into the question header. The header is omitted if this is not provided."},{"lineNumber":140,"author":{"gitId":"-"},"content":"hint{{slot_info_trigger}} | `String` | `\u0027\u0027` | The content to display in the hint box."},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"#### MCQ and Checkbox Questions {.mt-4 .mb-3}"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"MCQ and checkbox questions are indicated with the `type\u003d\"mcq\"` or `type\u003d\"checkbox\"` attribute."},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"In both instances, you can include the possible answers using the `\u003cq-option\u003e` component, placed anywhere inside the \u003ctooltip content\u003d\"if you wish, you could place it in the `header` mentioned above as well!\"\u003equestion\u003c/tooltip\u003e. To indicate the correct option(s), add the `\u003cq-option correct\u003e` attribute."},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"Optionally, you can provide the reason for the particular option using the `\u003cq-option reason\u003d\"...\"\u003e` attribute, or the `\u003cdiv slot\u003d\"reason\"\u003e` slot for more expressive formatting, similar to the `hint` and `header` options and slots."},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"**MCQ Questions**"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"{% set mcqQuestion %}"},{"lineNumber":154,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"mcq\" header\u003d\"Which of these **contradicts** the heuristics recommended when creating test cases with multiple inputs?\"\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" \u003c!-- Insert the reason for the option using the reason attribute --\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"This is **correct**. We need to figure out if a positive test case works!\"\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":" Each valid test input should appear at least once in a test case that doesn’t have any invalid inputs."},{"lineNumber":158,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":" It is ok to combine valid values for different inputs."},{"lineNumber":161,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":" No more than one invalid test input should be in a given test case."},{"lineNumber":164,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":" \u003c!-- Use the \u0027correct\u0027 attribute to indicate an option as correct. --\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":" \u003cq-option correct\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":" All invalid test inputs must be tested together."},{"lineNumber":168,"author":{"gitId":"-"},"content":" \u003c!-- Optionally, you may use a reason slot instead of a reason attribute. --\u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"reason\"\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":" If you test all invalid test inputs together, you will not know if each one of the invalid inputs are handled"},{"lineNumber":171,"author":{"gitId":"-"},"content":" correctly by the SUT."},{"lineNumber":172,"author":{"gitId":"-"},"content":" This is because most SUTs return an error message upon encountering the first invalid input."},{"lineNumber":173,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":" How do you figure out which inputs are wrong? (or correct)"},{"lineNumber":177,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ mcqQuestion }}\u003c/variable\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003eMCQ questions can have multiple correct options!\u003c/box\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":"**Checkbox Questions**"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":"{% set checkboxQuestion %}"},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" hint\u003d\"Use your calculator! :fas-calculator:\"\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"jingting1412"},"content":" ###### Which of the following is true?"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":" \u003cbr\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\"\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":" 1 + 1 \u003d 11"},{"lineNumber":198,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":199,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"Division by zero is **undefined**!\"\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":" 1 / 0 \u003d infinity"},{"lineNumber":201,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":" \u003cq-option correct\u003e"},{"lineNumber":203,"author":{"gitId":"-"},"content":" 11 / 11 \u003d 1"},{"lineNumber":204,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":205,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":206,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ checkboxQuestion }}\u003c/variable\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"****`q-option` Options and Slots****"},{"lineNumber":214,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":215,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":216,"author":{"gitId":"-"},"content":"correct | `Boolean` | `false` | Whether this option (placed under either a MCQ or checkbox question) is correct. You may have multiple correct answers in either case."},{"lineNumber":217,"author":{"gitId":"-"},"content":"reason{{slot_info_trigger}} | `String` | `\u0027\u0027` | The explanation markup to display for the option once the answer is checked."},{"lineNumber":218,"author":{"gitId":"-"},"content":""},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"#### Fill-in-the-Blanks Questions {.mt-4 .mb-3}"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"Fill-in-the-blanks questions are specified with the `type\u003d\"blanks\"` attribute."},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":"Unlike MCQ and checkbox questions, answer checking is performed for each blank by providing keywords to check for in the user\u0027s answer through the `keywords` attribute in each `q-option`."},{"lineNumber":225,"author":{"gitId":"-"},"content":"If no keywords are provided, the answer for that blank will always be marked as correct."},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"Keywords are validated by checking if the keyword matches the user\u0027s answer exactly (ignoring letter casing)."},{"lineNumber":230,"author":{"gitId":"-"},"content":"This works well for some"},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003cpopover header\u003d\"When does validation work?\"\u003ecases"},{"lineNumber":232,"author":{"gitId":"-"},"content":" \u003cspan slot\u003d\"content\"\u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":" When the keywords given are short and specific to the blank (eg. `abstraction`), it increases the chances that the blank will be validated correctly."},{"lineNumber":234,"author":{"gitId":"-"},"content":" \u003cbr\u003e\u003cbr\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":" In contrast, something long and vague like `after discussing for a period of time` which can easily be expressed in a different way (eg. `after deliberating for a while`) would likely cause the blank to be validated incorrectly."},{"lineNumber":236,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003c/popover\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"and not others."},{"lineNumber":239,"author":{"gitId":"-"},"content":""},{"lineNumber":240,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":241,"author":{"gitId":"-"},"content":""},{"lineNumber":242,"author":{"gitId":"-"},"content":"{% set blanksQuestion %}"},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"blanks\" hint\u003d\"Google it!\"\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":""},{"lineNumber":245,"author":{"gitId":"jingting1412"},"content":" ###### German sociologist __________ called the process of simultaneously analyzing the behavior of individuals and the society that shapes that behavior __________."},{"lineNumber":246,"author":{"gitId":"-"},"content":""},{"lineNumber":247,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Norbert Elias, Elias\" reason\u003d\"That\u0027s his name!\"\u003e\u003c/q-option\u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"figuration\"\u003e\u003c/q-option\u003e"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":251,"author":{"gitId":"-"},"content":""},{"lineNumber":252,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ blanksQuestion }}\u003c/variable\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"-"},"content":"By default, if the question has yet to be answered correctly, intermediate results will be shown beside each blank. You can specify a `no-intermediate-result` attribute to avoid this behvaiour (i.e. hide the result of each blank upon incorrect attempts)."},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"Since the validation is imperfect, the minimum proportion of correct blanks needed for the entire question to be marked as correct can also be changed using the `threshold` attribute."},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"If you don\u0027t want to validate the answer at all, you may set the `threshold` attribute to `0`. Doing so always marks the entire question correct, and users will be able to see all intended answers."},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"{% set blanksQuestion2 %}"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"blanks\" hint\u003d\"What properties would you want these database transactions to have?\" threshold\u003d0.75 no-intermediate-result\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"jingting1412"},"content":" ###### In computer science, ACID is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. These properties are: A for __________, C for __________, I for __________, and D for __________."},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Atomicity, Atomic\" reason\u003d\"Meaning: either all occurs or nothing occurs\"\u003e\u003c/q-option\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Consistency, Consistent\"\u003e\u003c/q-option\u003e"},{"lineNumber":274,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Isolation, Isolated\"\u003e\u003c/q-option\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Durability, Durable\"\u003e\u003c/q-option\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":281,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ blanksQuestion2 }}\u003c/variable\u003e"},{"lineNumber":282,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":"****Fill-in-the-Blanks Question specific Options and Slots****"},{"lineNumber":285,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":286,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":287,"author":{"gitId":"-"},"content":"threshold | `Number` | `0.5` | Minimum proportion of keywords that have to be matched in the user\u0027s answer for the answer to be marked as correct."},{"lineNumber":288,"author":{"gitId":"-"},"content":"no-intermediate-result | `Boolean` | `False` | Hides the result of each blank after an incorrect attempt."},{"lineNumber":289,"author":{"gitId":"-"},"content":""},{"lineNumber":290,"author":{"gitId":"-"},"content":"****`q-option` Options and Slots****"},{"lineNumber":291,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":292,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":293,"author":{"gitId":"-"},"content":"keywords | `String` | `\u0027\u0027` | Comma delimited string of keywords or phrases to match the user\u0027s answer against."},{"lineNumber":294,"author":{"gitId":"-"},"content":"reason{{slot_info_trigger}} | `String` | `\u0027\u0027` | The explanation markup to display for the option once the answer is checked."},{"lineNumber":295,"author":{"gitId":"-"},"content":""},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":"#### Text Questions {.mt-4 .mb-3}"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":"Text questions are specified with the `type\u003d\"text\"` attribute."},{"lineNumber":300,"author":{"gitId":"-"},"content":""},{"lineNumber":301,"author":{"gitId":"-"},"content":"Unlike MCQ and checkbox questions, answer checking is performed by providing keywords to check for in the user\u0027s answer through the `keywords` attribute."},{"lineNumber":302,"author":{"gitId":"-"},"content":"If no keywords are provided, the answer will always be marked as correct when placed in quizzes."},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":"Keywords are validated by simply looking for the keyword as a pattern in the user\u0027s answer!"},{"lineNumber":307,"author":{"gitId":"-"},"content":"This works well for some"},{"lineNumber":308,"author":{"gitId":"-"},"content":"\u003cpopover header\u003d\"When does validation work?\"\u003ecases"},{"lineNumber":309,"author":{"gitId":"-"},"content":" \u003cspan slot\u003d\"content\"\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":" When the keywords specified are rather long (eg. `requirements`), it reduces the chance that this keyword can be mistakenly validated."},{"lineNumber":311,"author":{"gitId":"-"},"content":" \u003cbr\u003e\u003cbr\u003e"},{"lineNumber":312,"author":{"gitId":"-"},"content":" In contrast, something short and common like `take` which can easily be part of another word (eg. `mis-take-nly`) would be mistakenly validated."},{"lineNumber":313,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":314,"author":{"gitId":"-"},"content":"\u003c/popover\u003e"},{"lineNumber":315,"author":{"gitId":"-"},"content":"and not others."},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":318,"author":{"gitId":"-"},"content":""},{"lineNumber":319,"author":{"gitId":"-"},"content":"You can provide your answer in the `answer` attribute, or similarly, the `\u003cdiv slot\u003d\"answer\"\u003e` slot for more expressive formatting."},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":"{% set textQuestion %}"},{"lineNumber":322,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"text\" header\u003d\"Which country did the Hawaiian pizza originate from?\""},{"lineNumber":323,"author":{"gitId":"-"},"content":" keywords\u003d\"hawaii\" threshold\u003d\"0.5\" answer\u003d\"It originated from Hawaii!\"\u003e"},{"lineNumber":324,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":325,"author":{"gitId":"-"},"content":""},{"lineNumber":326,"author":{"gitId":"-"},"content":" Watch some pizza commercials! :tv:"},{"lineNumber":327,"author":{"gitId":"-"},"content":""},{"lineNumber":328,"author":{"gitId":"-"},"content":" :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza:"},{"lineNumber":329,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":330,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":331,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":332,"author":{"gitId":"-"},"content":""},{"lineNumber":333,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":334,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":335,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ textQuestion }}\u003c/variable\u003e"},{"lineNumber":336,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":337,"author":{"gitId":"-"},"content":""},{"lineNumber":338,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":"Since the validation is imperfect, the minimum proportion of keywords that need to be matched can also be changed using the `threshold` attribute."},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":"If you don\u0027t want to validate the answer at all, you may also omit the `keywords` attribute entirely. Doing so also always marks the question as correct inside [quizzes](#quizzes)."},{"lineNumber":343,"author":{"gitId":"-"},"content":""},{"lineNumber":344,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":"****Text Question specific Options and Slots****"},{"lineNumber":347,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":348,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":349,"author":{"gitId":"-"},"content":"keywords | `String` | `\u0027\u0027` | Comma delimited string of keywords or phrases to match the user\u0027s answer against."},{"lineNumber":350,"author":{"gitId":"-"},"content":"threshold | `Number` | `0.5` | Minimum proportion of keywords that have to be matched in the user\u0027s answer for the answer to be marked as correct."},{"lineNumber":351,"author":{"gitId":"-"},"content":"answer{{slot_info_trigger}} | `String` | `\u0027\u0027` | The answer or explanation to display when the user clicks the check button."},{"lineNumber":352,"author":{"gitId":"-"},"content":""},{"lineNumber":353,"author":{"gitId":"-"},"content":"#### Quizzes"},{"lineNumber":354,"author":{"gitId":"-"},"content":""},{"lineNumber":355,"author":{"gitId":"-"},"content":"You can also build a series of questions out of multiple `\u003cquestion\u003e` components."},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":"Simply place the `\u003cquestion\u003e` components you want to include into the `\u003cquiz\u003e` component! No extra configuration is needed."},{"lineNumber":358,"author":{"gitId":"-"},"content":""},{"lineNumber":359,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate \u003e"},{"lineNumber":360,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":361,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":362,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":363,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"mcq\"\u003e...\u003c/question\u003e"},{"lineNumber":364,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"checkbox\"\u003e...\u003c/question\u003e"},{"lineNumber":365,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"blanks\"\u003e...\u003c/question\u003e"},{"lineNumber":366,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"text\"\u003e...\u003c/question\u003e"},{"lineNumber":367,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":368,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":369,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":370,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":371,"author":{"gitId":"-"},"content":"{{ mcqQuestion }}"},{"lineNumber":372,"author":{"gitId":"-"},"content":"{{ checkboxQuestion }}"},{"lineNumber":373,"author":{"gitId":"-"},"content":"{{ blanksQuestion }}"},{"lineNumber":374,"author":{"gitId":"-"},"content":"{{ textQuestion }}"},{"lineNumber":375,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":376,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":377,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":378,"author":{"gitId":"-"},"content":""},{"lineNumber":379,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":"****Quiz Options and Slots****"},{"lineNumber":382,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":383,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":384,"author":{"gitId":"-"},"content":"intro | `String` | `\u0027\u0027` | Quiz intro markup above the question count."},{"lineNumber":385,"author":{"gitId":"-"},"content":"intro | Slot | `Click start to begin` | Quiz intro markup. Overrides the `intro` attribute if both are present."},{"lineNumber":386,"author":{"gitId":"-"},"content":""},{"lineNumber":387,"author":{"gitId":"-"},"content":"\u003c!-- Included in syntax cheat sheet --\u003e"},{"lineNumber":388,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":389,"author":{"gitId":"-"},"content":""},{"lineNumber":390,"author":{"gitId":"-"},"content":"```html { heading\u003d\"MCQ and Checkbox questions\" }"},{"lineNumber":391,"author":{"gitId":"-"},"content":"\u003c!-- use type\u003d\"checkbox\" for checkbox questions --\u003e"},{"lineNumber":392,"author":{"gitId":"-"},"content":"{{ mcqQuestion }}"},{"lineNumber":393,"author":{"gitId":"-"},"content":"```"},{"lineNumber":394,"author":{"gitId":"-"},"content":""},{"lineNumber":395,"author":{"gitId":"-"},"content":"```html { heading\u003d\"Fill-in-the-Blanks questions\" }"},{"lineNumber":396,"author":{"gitId":"-"},"content":"{{ blanksQuestion }}"},{"lineNumber":397,"author":{"gitId":"-"},"content":"```"},{"lineNumber":398,"author":{"gitId":"-"},"content":""},{"lineNumber":399,"author":{"gitId":"-"},"content":"```html { heading\u003d\"Text questions\" }"},{"lineNumber":400,"author":{"gitId":"-"},"content":"{{ textQuestion }}"},{"lineNumber":401,"author":{"gitId":"-"},"content":"```"},{"lineNumber":402,"author":{"gitId":"-"},"content":""},{"lineNumber":403,"author":{"gitId":"-"},"content":"```html { heading\u003d\"Quiz\" }"},{"lineNumber":404,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":405,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"mcq\"\u003e...\u003c/question\u003e"},{"lineNumber":406,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"checkbox\"\u003e...\u003c/question\u003e"},{"lineNumber":407,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"blanks\"\u003e...\u003c/question\u003e"},{"lineNumber":408,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"text\"\u003e...\u003c/question\u003e"},{"lineNumber":409,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":410,"author":{"gitId":"-"},"content":"```"},{"lineNumber":411,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":412,"author":{"gitId":"-"},"content":""},{"lineNumber":413,"author":{"gitId":"-"},"content":"\u003c!-- Included in readerFacingFeatures.md --\u003e"},{"lineNumber":414,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":415,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":416,"author":{"gitId":"-"},"content":"{{ mcqQuestion }}"},{"lineNumber":417,"author":{"gitId":"-"},"content":"{{ checkboxQuestion }}"},{"lineNumber":418,"author":{"gitId":"-"},"content":"{{ blanksQuestion }}"},{"lineNumber":419,"author":{"gitId":"-"},"content":"{{ textQuestion }}"},{"lineNumber":420,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":421,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":3,"-":418}},{"path":"docs/userGuide/syntax/searchBars.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Search Bars"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"The `searchbar` component allows users to search all headings within any page on the site."},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"body\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"outputBox.md\" boilerplate \u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search (Right-aligned dropdown)\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"```"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"To use the searchbar within a navbar, add the following markup to your file. The searchbar can be positioned using the slot attribute for the list. The following markup adds a searchbar to the right side of the navbar with appropriate styling."},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cli slot\u003d\"right\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/li\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":"```"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cvariable id\u003d\"output\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"Enter a search term (eg. \u0027search bar\u0027) to see the search result dropdown."},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search (Right-aligned dropdown)\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":37,"author":{"gitId":"-"},"content":"---- | ---- | ------- | ------"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":"algolia | `Boolean` | `false` | Whether the searchbar should be connected to [Algolia DocSearch]({{ baseUrl }}/userGuide/usingPlugins.html#plugin-algolia)."},{"lineNumber":39,"author":{"gitId":"-"},"content":"data | `Array` || The local data source for suggestions. Expected to be a primitive array. To use MarkBind\u0027s search functionality, set this value to `\"searchData\"`."},{"lineNumber":40,"author":{"gitId":"-"},"content":"menu-align-right | `Boolean` | `false` | Whether the search bar\u0027s dropdown list will be right-aligned."},{"lineNumber":41,"author":{"gitId":"-"},"content":"on-hit | `Function` || A callback function when you click or hit return on an item. To use MarkBind\u0027s search functionality, set this value to `\"searchCallback\"`."},{"lineNumber":42,"author":{"gitId":"-"},"content":"placeholder | `String` | `\u0027\u0027` | The placeholder text shown when no keywords are entered in the search bar."},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"Note: If you are using MarkBind\u0027s search functionality, then `enableSearch` **must be set to `true` in `site.json`**."},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":"See: [User Guide: Site Configuration → enableSearch]({{ baseUrl }}/userGuide/siteJsonFile.html#enablesearch)."},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"%%{{ icon_info }} Related topic: [User Guide: Making the Site Searchable]({{ baseUrl }}/userGuide/makingTheSiteSearchable.html).%%"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":"%%{{ icon_info }} Related topic: [User Guide: Using Plugins → Algolia: Enabling Algolia DocSearch]({{ baseUrl }}/userGuide/usingPlugins.html#plugin-algolia).%%"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/div\u003e \u003c!-- end of body --\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"```"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003cli slot\u003d\"right\"\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/li\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":"```"},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":73,"yiwen101":3}},{"path":"docs/userGuide/syntax/siteNavigationMenus.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Site Navigation Menus"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"content\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"**A _Site Navigation Menu_ (\u003d\u003d_siteNav_ for short\u003d\u003d) can be used to show a road map of the main pages of your site.**"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"Steps to add a siteNav:"},{"lineNumber":8,"author":{"gitId":"-"},"content":"1. Format your siteNav as an unordered Markdown list"},{"lineNumber":9,"author":{"gitId":"-"},"content":"2. Include it under a `\u003csite-nav\u003e` element."},{"lineNumber":10,"author":{"gitId":"-"},"content":"3. (Optional) To make siteNav accessible on smaller screens, you can use the `\u003csite-nav-button /\u003e` component in the [navbar]({{baseUrl}}/userGuide/components/navigation.html#navbars)."},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003csite-nav\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":"* [**Getting Started**]({{baseUrl}}/userGuide/gettingStarted.html)"},{"lineNumber":17,"author":{"gitId":"-"},"content":"* **Authoring Contents** :expanded:"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * [Overview]({{baseUrl}}/userGuide/authoringContents.html)"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * [Adding Pages]({{baseUrl}}/userGuide/addingPages.html)"},{"lineNumber":20,"author":{"gitId":"-"},"content":" * [MarkBind Syntax Overview]({{baseUrl}}/userGuide/markBindSyntaxOverview.html)"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * [Formatting Contents]({{baseUrl}}/userGuide/formattingContents.html)"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * [Using Components]({{baseUrl}}/userGuide/usingComponents.html)"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003c/site-nav\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"MarkBind has styles nested lists with additional padding and smaller text sizes up to **4** nesting levels."},{"lineNumber":29,"author":{"gitId":"-"},"content":"Beyond that, you\u0027d have to include your own styles."},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"****Expanding menu items by default****"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"You can **append the `:expanded:` to a \u003ctooltip content\u003d\"a menu item with sub menu-items\"\u003eparent menu item\u003c/tooltip\u003e to make it expand by default.** In the example above, `* Authoring Contents :expanded:` makes the menu item `Authoring Contents` expand by default."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\"\u003e\u003c/div\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"```html"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":"\u003csite-nav\u003e"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":"* [**Getting Started**]({{baseUrl}}/userGuide/gettingStarted.html)"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"* **Authoring Contents** :expanded:"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" * [Overview]({{baseUrl}}/userGuide/authoringContents.html)"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" * [Adding Pages]({{baseUrl}}/userGuide/addingPages.html)"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" * [MarkBind Syntax Overview]({{baseUrl}}/userGuide/markBindSyntaxOverview.html)"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" * [Formatting Contents]({{baseUrl}}/userGuide/formattingContents.html)"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" * [Using Components]({{baseUrl}}/userGuide/usingComponents.html)"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"\u003c/site-nav\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":"```"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":16,"-":37}},{"path":"docs/userGuide/syntax/tabs.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Tabs"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"First tab\"\u003e"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" Text in the first tab"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \u003cmarkdown\u003e_some markdown_\u003c/markdown\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Disabled second tab :x:\" disabled\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Tab not printed\" class\u003d\"d-print-none\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" This tab will not be printed."},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Third tab group :milky_way:\"\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Stars :star:\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" Some stuff about stars ..."},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Disabled Moon :new_moon:\" disabled\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Disabled fourth tab group\" disabled\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Hidden tab\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ullamcorper ultrices lobortis."},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"`tabs`:"},{"lineNumber":35,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":36,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":37,"author":{"gitId":"-"},"content":"active | `Number` | `0` | Active Tab index (0-based)"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"`tab`:"},{"lineNumber":40,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":41,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":42,"author":{"gitId":"-"},"content":"header | `String` | `null` | Tab title."},{"lineNumber":43,"author":{"gitId":"-"},"content":"disabled | `Boolean` | `false` | Whether Tab is clickable and can be activated."},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"`tab-group`:"},{"lineNumber":46,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":47,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":48,"author":{"gitId":"-"},"content":"header | `String` | `null` | Tab Group title."},{"lineNumber":49,"author":{"gitId":"-"},"content":"disabled | `Boolean` | `false` | Whether Tab Group is clickable and can be activated."},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":""},{"lineNumber":53,"author":{"gitId":"-"},"content":"Tabs, tab group and individual tab can be omitted during printing by adding Bootstrap\u0027s display property `class\u003d\"d-print-none\"` to the respective components."},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"First tab\"\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":" Content of the first tab"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Second tab\"\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" Contents of the second tab"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Third tab group :tv:\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Stars :star:\"\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" Some stuff about stars ..."},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Moon\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":" Some stuff about the moon ..."},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":"```"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"First tab\"\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" Content of the first tab"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Second tab\"\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":" Contents of the second tab"},{"lineNumber":86,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Third tab group :tv:\"\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Stars :star:\"\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" Some stuff about stars ..."},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Moon\"\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":" Some stuff about the moon ..."},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":94,"yiwen101":2}},{"path":"docs/userGuide/syntax/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → Reusing Contents → Variables_]({{ baseUrl }}/userGuide/reusingContents.html#variables)\u003c/md\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"## Variables"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"**Nunjucks [variables](https://mozilla.github.io/nunjucks/templating.html#set) are ideal for reusing small bits of code** in multiple places; you can define a variable to represent the code bit in question and reuse it anywhere in the site by referring to the variable instead of duplicating the code bit."},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"MarkBind does not aim to alter the already robust variable features of Nunjucks, but provides several extensions to it."},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"### Global Variables"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"**Global variables are to be defined in the `_markbind/variables.md` file.** Each variable must have an `name` and the value can be any MarkBind-compliant code fragment. The `name` should not contain `-` and `.`. For example, `search-option` and `search.options` are not allowed."},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"The variables declared here are available from anywhere in the code base."},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"{{ icon_example }} Here\u0027s how you can define two variables `year` and `options`:"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"year\"\u003e2018\u003c/variable\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"options\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"* yes"},{"lineNumber":29,"author":{"gitId":"-"},"content":"* no"},{"lineNumber":30,"author":{"gitId":"-"},"content":"* maybe"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"```"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"To include a variable value in your code, give the variable id enclosed in Nunjucks\u0027 double curly braces syntax."},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{{ icon_example }} `The year was {% raw %}{{ year }}{% endraw %}.` {{ icon_arrow_right }} The year was 2018."},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"Global variables (`_markbind/variables.md`) will take precedence over any variables set via Nunjucks\u0027 tags (e.g. `{% raw %}{% set %}{% endraw %}`)."},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#### Built-in Global Variables"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"MarkBind also provides a number of built-in variables."},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"Variable | Notes | {{ icon_example }} | Output"},{"lineNumber":53,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":54,"author":{"gitId":"-"},"content":"`baseUrl` | Represents the root directory of the site on the server, as configured in your [site configuration]({{baseUrl}}/userGuide/siteJsonFile.html#baseurl) file. \u003cbr\u003e Used for specifying [intra-site links](../formattingContents.html#intra-site-links). | If `baseUrl` is specified as `userGuide/`:\u003cbr\u003e\u003cbr\u003e `\u003cimg src\u003d\"{% raw %}{{baseUrl}}{% endraw %}/images/logo.png\" /\u003e` | `\u003cimg src\u003d\"userGuide/images/logo.png\" /\u003e`"},{"lineNumber":55,"author":{"gitId":"-"},"content":"`timestamp` | The time stamp that indicates when the page was generated. \u003cbr\u003e\u003cbr\u003e The [default]({{baseUrl}}/userGuide/siteJsonFile.html#timezone) values of `\"timeZone\"` and `\"locale\"` are `\"UTC\"` and `\"en-GB\"` respectively. | The following example showcases the use of the `\"Asia/Singapore\"` time zone.\u003cbr\u003e\u003cbr\u003e `Page generated at: {% raw %}{{timestamp}}{% endraw %}` | `Page generated at: {{ timestamp }}`"},{"lineNumber":56,"author":{"gitId":"-"},"content":"`MarkBind` | The MarkBind version in use, linked to the MarkBind website. | `Page generated by: {% raw %}{{MarkBind}}{% endraw %}` | `Page generated by:` {{ MarkBind | safe }}"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"### Importing variables from other external file formats"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"You can also source variables from external files using MarkBind\u0027s {%raw%}`{% ext varName \u003d \"filepathToFile\" %}`{%endraw%} Nunjucks extension."},{"lineNumber":62,"author":{"gitId":"-"},"content":"This is useful if you have external datasets you want to display in your site!"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"To do so, assign a root variable name (`varName`) to the file path from the \u003ctooltip content\u003d\"similar to how you assign filepaths for other Nunjucks tags\"\u003eroot directory of the site\u003c/tooltip\u003e. You may then access the file\u0027s variables using dot `varName.xx` or array `varName[i]` syntax, depending on the file\u0027s contents."},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003ctab header\u003d\"Importing from JSON files\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":"{{icon_example}}"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":"%%CODE:%%"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":79,"author":{"gitId":"-"},"content":"```html {heading\u003d\"Displaying a student scoreboard stored as JSON\"}"},{"lineNumber":80,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.json\" %}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":83,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":84,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard.students -%}"},{"lineNumber":85,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} | {{ student.rank }}"},{"lineNumber":86,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003csmall\u003eLast updated at {{ studentScoreboard.lastUpdated }}\u003c/small\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"```"},{"lineNumber":90,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"minimal\" header\u003d\"JSON file used in example\"\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"```json {heading\u003d\"JSON File\"}"},{"lineNumber":95,"author":{"gitId":"-"},"content":"{% include \"userGuide/syntax/extra/scoreboard.json\" %}"},{"lineNumber":96,"author":{"gitId":"-"},"content":"```"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":""},{"lineNumber":103,"author":{"gitId":"-"},"content":"%%OUTPUT:%%"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"\u003cbox border-left-color\u003d\"grey\" background-color\u003d\"white\"\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.json\" %}"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":111,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":112,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard.students -%}"},{"lineNumber":113,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} / 100 | {{ student.rank }}"},{"lineNumber":114,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003csmall\u003eLast updated at {{ studentScoreboard.lastUpdated }}\u003c/small\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003c/tab\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003ctab header\u003d\"Importing from CSV files\"\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"{{icon_example}}"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":"%%CODE:%%"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":130,"author":{"gitId":"-"},"content":"```html {heading\u003d\"Displaying a student scoreboard stored as CSV\"}"},{"lineNumber":131,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.csv\" %}"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":134,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":135,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard -%}"},{"lineNumber":136,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} | {{ student.rank }}"},{"lineNumber":137,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":138,"author":{"gitId":"-"},"content":"```"},{"lineNumber":139,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"minimal\" header\u003d\"CSV file used in example\"\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"```csv {heading\u003d\"CSV File\"}"},{"lineNumber":144,"author":{"gitId":"-"},"content":"{% include \"userGuide/syntax/extra/scoreboard.csv\" %}"},{"lineNumber":145,"author":{"gitId":"-"},"content":"```"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":""},{"lineNumber":150,"author":{"gitId":"-"},"content":"\u003cbox border-left-color\u003d\"{{ markbind_blue}}\"\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":""},{"lineNumber":152,"author":{"gitId":"-"},"content":"{{ icon_bulb_blue }} If you do not want to have a header row, you can specify it by appending a `noHeader` option at the end of the variable declaration. In this example, it should be {% raw %} `{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.csv\", noHeader %}` {% endraw %}. Elements have to be accessed using the `[]` operator (i.e. using `student[0]` to access student number instead of `student.number`)."},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":"%%OUTPUT:%%"},{"lineNumber":158,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":""},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003cbox border-left-color\u003d\"grey\" background-color\u003d\"white\"\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.csv\" %}"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":165,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":166,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard -%}"},{"lineNumber":167,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} / 100 | {{ student.rank }}"},{"lineNumber":168,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003c/tab\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"Only `.json` and `.csv` files are supported for now."},{"lineNumber":179,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":""},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"jingting1412"},"content":"```markdown"},{"lineNumber":186,"author":{"gitId":"jingting1412"},"content":"Place global variables in `_markbind/variables.md`"},{"lineNumber":187,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"year\"\u003e2018\u003c/variable\u003e"},{"lineNumber":188,"author":{"gitId":"jingting1412"},"content":"The year was {% raw %}{{ year }}{% endraw %}"},{"lineNumber":189,"author":{"gitId":"-"},"content":"```"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":3,"-":188}},{"path":"docs/userGuide/syntaxReference.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: \"User Guide: Syntax Reference\""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" pageNav: 5"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"# Syntax Reference"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"Expand the panels for detailed explanations of the feature or click on the link in the header to go to the corresponding page!"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"{% macro show_topic(filename, heading, url) %}"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"\u003cpanel type\u003d\"seamless\" no-close popup-url\u003d\"{{ url }}\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003cdiv slot\u003d\"header\"\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cmarkdown\u003e##### **{{ heading }}**\u003c/markdown\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003cinclude src\u003d\"syntax/{{ filename }}.md#short\" /\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003cinclude src\u003d\"syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"{% endmacro %}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":"{% for k,v in topics | dictsort %}"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" {% set url\u003d\"/userGuide/\" %}"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" {% if v[2] is iterable %}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" {% if \u0027basic\u0027 in v[2] %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"formattingContents.html#\" + v[1] %}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027presentation\u0027 in v[2] %}"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/presentation.html#\" + v[1] %}"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027images-diagrams\u0027 in v[2] %}"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/imagesAndDiagrams.html#\" + v[1] %}"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027popups\u0027 in v[2] %}"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/popups.html#\" + v[1] %}"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027navigation\u0027 in v[2] %}"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/navigation.html#\" + v[1] %}"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027others\u0027 in v[2] %}"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/others.html#\" + v[1] %}"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + v[2][0] + \".html#\" + v[1] %}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" {% endif %}"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url %}"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" {% endif %}"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" {{ show_topic( k, v[0], url) }}"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"{% endfor %}"}],"authorContributionMap":{"jingting1412":50}},{"path":"docs/userGuide/templates.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Templates\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"templates\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"MarkBind allows you to start off your new project with different templates."},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"During initialization you can add a flag `--template \u003ctemplate-key\u003e` to select a different template to initialize with. For example:"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"```"},{"lineNumber":25,"author":{"gitId":"-"},"content":"markbind init --template minimal"},{"lineNumber":26,"author":{"gitId":"-"},"content":"```"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"## Supported Templates"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"Name | Template key | Description | Quick Deploy"},{"lineNumber":31,"author":{"gitId":"-"},"content":"---- | ------- | ----------- | ------------"},{"lineNumber":32,"author":{"gitId":"-"},"content":"Default | `default` | Default template if `--template` is unspecified. Includes core features such as site and page navigation for a more convenient quick start. | \u003ca href\u003d\"https://app.netlify.com/start/deploy?repository\u003dhttps://github.com/MarkBind/init-typical-netlify\"\u003e\u003cimg src\u003d\"https://www.netlify.com/img/deploy/button.svg\" /\u003e\u003c/a\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"Minimal | `minimal` | Minimalistic template that gets you started quickly. | \u003ca href\u003d\"https://app.netlify.com/start/deploy?repository\u003dhttps://github.com/MarkBind/init-minimal-netlify\"\u003e\u003cimg src\u003d\"https://www.netlify.com/img/deploy/button.svg\" /\u003e\u003c/a\u003e"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"Project | `project` | Project documentation template serves as a good starting point for project developers. This template includes both a user guide and a developer guide, with some formatted dummy content. | \u003ca href\u003d\"https://markbind-template-project.netlify.app/\"\u003e\u003cimg src\u003d\"https://www.netlify.com/img/deploy/button.svg\" /\u003e\u003c/a\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"Portfolio | `portfolio` | Portfolio template to quickly build your portfolio. | \u003ca href\u003d\"\"\u003eQuick deploy link to come!\u003c/a\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":38,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027addingNavigationButtons\u0027, \u0027\u0027) }}"}],"authorContributionMap":{"jingting1412":1,"KevinEyo1":1,"-":36}},{"path":"docs/userGuide/troubleshooting.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Troubleshooting\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title | safe }}\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":7,"author":{"gitId":"-"},"content":" pageNav: 5"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"# {{ title | safe }}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"##### HTML Rendering Issues"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"Unexpected behavior can occur in rendered pages due to a number of different reasons. One of these reasons is when the rendered pages are not valid HTML."},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"Incorrect HTML markup can be due to:"},{"lineNumber":17,"author":{"gitId":"-"},"content":"- nesting block-level elements inside `\u003cp\u003e` or `\u003cspan\u003e` elements"},{"lineNumber":18,"author":{"gitId":"-"},"content":"- missing `\u003ctbody\u003e` tags"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"###### Example: block-level elements inside `\u003cspan\u003e` elements"},{"lineNumber":21,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"example\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"Animal | Trainable? | Price | Remarks"},{"lineNumber":26,"author":{"gitId":"-"},"content":":------|:----------:|------:|--------"},{"lineNumber":27,"author":{"gitId":"-"},"content":"Ants | no | 5 |"},{"lineNumber":28,"author":{"gitId":"-"},"content":"Bees | no | 20 |"},{"lineNumber":29,"author":{"gitId":"-"},"content":"Cats | yes | 100 |"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"```"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"The table specified by the Markdown syntax above will be rendered as a block-level element, which will be included in a inline span element. This makes the HTML output invalid."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Underlying Error (Example)\" type\u003d\"seamless\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"```"},{"lineNumber":38,"author":{"gitId":"-"},"content":"vue.js:634 [Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content."},{"lineNumber":39,"author":{"gitId":"-"},"content":"This is likely caused by incorrect HTML markup, for example nesting block-level elements inside `\u003cp\u003e`,"},{"lineNumber":40,"author":{"gitId":"-"},"content":"or missing `\u003ctbody\u003e`."},{"lineNumber":41,"author":{"gitId":"-"},"content":"Bailing hydration and performing full client-side render."},{"lineNumber":42,"author":{"gitId":"-"},"content":"```"},{"lineNumber":43,"author":{"gitId":"-"},"content":"See [SSR guide for Vue](https://vuejs.org/guide/scaling-up/ssr.html#hydration-mismatch) for more details on hydration mismatch."},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"A possible fix for the above situation is to wrap the table in a `\u003cdiv\u003e` element instead:"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"example\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"Animal | Trainable? | Price | Remarks"},{"lineNumber":53,"author":{"gitId":"-"},"content":":------|:----------:|------:|--------"},{"lineNumber":54,"author":{"gitId":"-"},"content":"Ants | no | 5 |"},{"lineNumber":55,"author":{"gitId":"-"},"content":"Bees | no | 20 |"},{"lineNumber":56,"author":{"gitId":"-"},"content":"Cats | yes | 100 |"},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"```"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":"##### Markdown Rendering Issues"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":"If you encounter issues in rendering Markdown in a component, it is likely that the Markdown is not being properly recognized due to syntax errors. Signposting is required to inform Markdown to parse the content of a presentation component as Markdown rather than plain text."},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":"You could signpost Markdown either by:"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":"- using the `\u003cmarkdown\u003e`(block level elements) or `\u003cmd\u003e`(inline level elements) tags to wrap the Markdown content."},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":"- using an empty line without any indentation before the Markdown content"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":"###### Example: correct Markdown rendering using tags or newline:"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":"**Example1**"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e "},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":"\u003cmd\u003e **Example2** \u003c/md\u003e "},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e "},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":"\u003cmarkdown\u003e **Example3** \u003c/markdown\u003e "},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":"\u003cpanel header\u003d\"###### Example: Markdown not rendered without singposting\" type\u003d\"seamless\"\u003e"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e **This will be rendered as plain text**\u003c/box\u003e"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"-":58,"yiwen101":38}},{"path":"docs/userGuide/usingComponents.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Using Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"usingComponents\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# Using Components"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**MarkBind provides a number of components** (e.g., expandable panels, tabbed displays, navigation bars, etc.) that you can use to enhance the appearance/behavior of your pages."},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"To use a component, just use the corresponding markup in your file. For example, to create a Panel, you just need to use the markup:"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Click to expand\" type\u003d\"seamless\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" Panel Content."},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"```"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"./syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" {% if \u0027component\u0027 in v[2] %}"},{"lineNumber":39,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":40,"author":{"gitId":"-"},"content":" {% endif %}"},{"lineNumber":41,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":46,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027formattingContents\u0027, \u0027components/presentation\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":44}},{"path":"package.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"name\": \"root\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"private\": true,"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"workspaces\": [\"packages/*\"],"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"scripts\": {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"prebuild:backend\": \"npm run clean\","},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"build:backend\": \"tsc --noEmitOnError\","},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"build:web\": \"cd packages/core-web \u0026\u0026 npm run build\","},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"build:dg\": \"cd docs \u0026\u0026 ../packages/cli/index.js build -s dg-site.json\","},{"lineNumber":10,"author":{"gitId":"-"},"content":" \"build:ug\": \"cd docs \u0026\u0026 ../packages/cli/index.js build -s ug-site.json\","},{"lineNumber":11,"author":{"gitId":"-"},"content":" \"build:docs\": \"cd docs \u0026\u0026 node ../packages/cli/index.js build --baseUrl\","},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"deploy:dg\": \"cd docs \u0026\u0026 ../packages/cli/index.js deploy -s dg-site.json --ci\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"deploy:ug\": \"cd docs \u0026\u0026 ../packages/cli/index.js deploy -s ug-site.json --ci\","},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"deploy:netlify\": \"npm run setup \u0026\u0026 npm run build:web \u0026\u0026 cd docs \u0026\u0026 node ../packages/cli/index.js build --baseUrl\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"clean\": \"node ./scripts/clean.js\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"csslint\": \"stylelint **/*.css **/*.vue\","},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"csslintfix\": \"stylelint **/*.css **/*.vue --fix\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"dev\": \"tsc --watch\","},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"lint\": \"eslint . --ext .js,.ts,.vue \u0026\u0026 npm run csslint\","},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"lintfix\": \"eslint . --ext .js,.ts,.vue --fix \u0026\u0026 npm run csslintfix\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"setup\": \"npm ci \u0026\u0026 npm run clean \u0026\u0026 lerna run prepare\","},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"test\": \"npm run lint \u0026\u0026 lerna run test --stream --parallel\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"updatetest\": \"lerna run updatetest --stream --parallel\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" },"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"devDependencies\": {"},{"lineNumber":26,"author":{"gitId":"LamJiuFong"},"content":" \"@stylistic/stylelint-plugin\": \"^2.1.0\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"@types/node\": \"^18.15.0\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"@typescript-eslint/eslint-plugin\": \"^5.16.0\","},{"lineNumber":29,"author":{"gitId":"-"},"content":" \"@typescript-eslint/parser\": \"^5.16.0\","},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"eslint\": \"^7.32.0\","},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"eslint-config-airbnb-base\": \"^15.0.0\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"eslint-config-airbnb-typescript\": \"^16.1.4\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"eslint-plugin-import\": \"^2.25.2\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"eslint-plugin-lodash\": \"^7.2.0\","},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"lerna\": \"^6.5.1\","},{"lineNumber":36,"author":{"gitId":"LamJiuFong"},"content":" \"stylelint\": \"^16.2.1\","},{"lineNumber":37,"author":{"gitId":"LamJiuFong"},"content":" \"stylelint-config-recommended-vue\": \"^1.5.0\","},{"lineNumber":38,"author":{"gitId":"LamJiuFong"},"content":" \"stylelint-config-standard\": \"^36.0.0\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"typescript\": \"^4.6.2\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"walk-sync\": \"^2.0.2\""},{"lineNumber":41,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":42,"author":{"gitId":"LamJiuFong"},"content":" \"dependencies\": {"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-icons\": \"^1.11.3\","},{"lineNumber":44,"author":{"gitId":"LamJiuFong"},"content":" \"postcss\": \"^8.4.35\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":7,"-":38,"yiwen101":1}},{"path":"packages/cli/index.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"#!/usr/bin/env node"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"// Entry file for MarkBind project"},{"lineNumber":4,"author":{"gitId":"-"},"content":"const program \u003d require(\u0027commander\u0027);"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"const logger \u003d require(\u0027./src/util/logger\u0027);"},{"lineNumber":7,"author":{"gitId":"-"},"content":"const { build } \u003d require(\u0027./src/cmd/build\u0027);"},{"lineNumber":8,"author":{"gitId":"-"},"content":"const { deploy } \u003d require(\u0027./src/cmd/deploy\u0027);"},{"lineNumber":9,"author":{"gitId":"-"},"content":"const { init } \u003d require(\u0027./src/cmd/init\u0027);"},{"lineNumber":10,"author":{"gitId":"-"},"content":"const { serve } \u003d require(\u0027./src/cmd/serve\u0027);"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"const CLI_VERSION \u003d require(\u0027./package.json\u0027).version;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"process.title \u003d \u0027MarkBind\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"process.stdout.write("},{"lineNumber":16,"author":{"gitId":"-"},"content":" `${String.fromCharCode(27)}]0; MarkBind${String.fromCharCode(7)}`,"},{"lineNumber":17,"author":{"gitId":"-"},"content":");"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"function printHeader() {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" logger.logo();"},{"lineNumber":21,"author":{"gitId":"-"},"content":" logger.log(` v${CLI_VERSION}`);"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"program"},{"lineNumber":25,"author":{"gitId":"-"},"content":" .addHelpText(\u0027beforeAll\u0027, printHeader())"},{"lineNumber":26,"author":{"gitId":"-"},"content":" .showHelpAfterError(\u0027(run \"markbind --help\" to list commands)\u0027);"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"program"},{"lineNumber":29,"author":{"gitId":"-"},"content":" .allowUnknownOption()"},{"lineNumber":30,"author":{"gitId":"-"},"content":" .usage(\u0027\u003ccommand\u003e\u0027);"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"program"},{"lineNumber":33,"author":{"gitId":"-"},"content":" .name(\u0027markbind\u0027)"},{"lineNumber":34,"author":{"gitId":"-"},"content":" .version(CLI_VERSION);"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"program"},{"lineNumber":37,"author":{"gitId":"-"},"content":" .command(\u0027init [root]\u0027)"},{"lineNumber":38,"author":{"gitId":"-"},"content":" .option(\u0027-c, --convert\u0027, \u0027convert a GitHub wiki or docs folder to a MarkBind website\u0027)"},{"lineNumber":39,"author":{"gitId":"-"},"content":" .option(\u0027-t, --template \u003ctype\u003e\u0027, \u0027initialise markbind with a specified template\u0027, \u0027default\u0027)"},{"lineNumber":40,"author":{"gitId":"-"},"content":" .alias(\u0027i\u0027)"},{"lineNumber":41,"author":{"gitId":"-"},"content":" .description(\u0027init a markbind website project\u0027)"},{"lineNumber":42,"author":{"gitId":"-"},"content":" .action((root, options) \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" init(root, options);"},{"lineNumber":44,"author":{"gitId":"-"},"content":" });"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"program"},{"lineNumber":47,"author":{"gitId":"-"},"content":" .command(\u0027serve [root]\u0027)"},{"lineNumber":48,"author":{"gitId":"-"},"content":" .alias(\u0027s\u0027)"},{"lineNumber":49,"author":{"gitId":"-"},"content":" .option(\u0027-f, --force-reload\u0027, \u0027force a full reload of all site files when a file is changed\u0027)"},{"lineNumber":50,"author":{"gitId":"-"},"content":" .option(\u0027-n, --no-open\u0027, \u0027do not automatically open the site in browser\u0027)"},{"lineNumber":51,"author":{"gitId":"-"},"content":" .option(\u0027-o, --one-page [file]\u0027, \u0027build and serve only a single page in the site initially,\u0027"},{"lineNumber":52,"author":{"gitId":"-"},"content":" + \u0027building more pages when they are navigated to. Also lazily rebuilds only the page being viewed when\u0027"},{"lineNumber":53,"author":{"gitId":"-"},"content":" + \u0027there are changes to the source files (if needed), building others when navigated to\u0027)"},{"lineNumber":54,"author":{"gitId":"-"},"content":" .option(\u0027-b, --background-build\u0027, \u0027when --one-page is specified, enhances one-page serve by building\u0027"},{"lineNumber":55,"author":{"gitId":"-"},"content":" + \u0027remaining pages in the background\u0027)"},{"lineNumber":56,"author":{"gitId":"-"},"content":" .option(\u0027-p, --port \u003cport\u003e\u0027, \u0027port for server to listen on (Default is 8080)\u0027)"},{"lineNumber":57,"author":{"gitId":"-"},"content":" .option(\u0027-s, --site-config \u003cfile\u003e\u0027, \u0027specify the site config file (default: site.json)\u0027)"},{"lineNumber":58,"author":{"gitId":"-"},"content":" .option(\u0027-d, --dev\u0027, \u0027development mode, enabling live \u0026 hot reload for frontend source files.\u0027)"},{"lineNumber":59,"author":{"gitId":"LamJiuFong"},"content":" .option(\u0027-a, --address \u003caddress\u003e\u0027, \u0027specify the server address/host (Default is 127.0.0.1)\u0027)"},{"lineNumber":60,"author":{"gitId":"-"},"content":" .description(\u0027build then serve a website from a directory\u0027)"},{"lineNumber":61,"author":{"gitId":"-"},"content":" .action((userSpecifiedRoot, options) \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" serve(userSpecifiedRoot, options);"},{"lineNumber":63,"author":{"gitId":"-"},"content":" });"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":"program"},{"lineNumber":66,"author":{"gitId":"-"},"content":" .command(\u0027build [root] [output]\u0027)"},{"lineNumber":67,"author":{"gitId":"-"},"content":" .alias(\u0027b\u0027)"},{"lineNumber":68,"author":{"gitId":"-"},"content":" .option(\u0027--baseUrl [baseUrl]\u0027,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u0027optional flag which overrides baseUrl in site.json, leave argument empty for empty baseUrl\u0027)"},{"lineNumber":70,"author":{"gitId":"-"},"content":" .option(\u0027-s, --site-config \u003cfile\u003e\u0027, \u0027specify the site config file (default: site.json)\u0027)"},{"lineNumber":71,"author":{"gitId":"-"},"content":" .description(\u0027build a website\u0027)"},{"lineNumber":72,"author":{"gitId":"-"},"content":" .action((userSpecifiedRoot, output, options) \u003d\u003e {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" build(userSpecifiedRoot, output, options);"},{"lineNumber":74,"author":{"gitId":"-"},"content":" });"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"program"},{"lineNumber":77,"author":{"gitId":"-"},"content":" .command(\u0027deploy [root]\u0027)"},{"lineNumber":78,"author":{"gitId":"-"},"content":" .alias(\u0027d\u0027)"},{"lineNumber":79,"author":{"gitId":"-"},"content":" .option(\u0027-c, --ci [githubTokenName]\u0027, \u0027deploy the site in CI Environment [GITHUB_TOKEN]\u0027)"},{"lineNumber":80,"author":{"gitId":"-"},"content":" .option(\u0027-n, --no-build\u0027, \u0027do not automatically build the site before deployment\u0027)"},{"lineNumber":81,"author":{"gitId":"-"},"content":" .option(\u0027-s, --site-config \u003cfile\u003e\u0027, \u0027specify the site config file (default: site.json)\u0027)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" .description(\u0027deploy the latest build of the site to the repo\\\u0027s Github pages\u0027)"},{"lineNumber":83,"author":{"gitId":"-"},"content":" .action((userSpecifiedRoot, options) \u003d\u003e {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" deploy(userSpecifiedRoot, options);"},{"lineNumber":85,"author":{"gitId":"-"},"content":" });"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"program.parse(process.argv);"}],"authorContributionMap":{"LamJiuFong":1,"-":86}},{"path":"packages/cli/src/cmd/serve.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"const chokidar \u003d require(\u0027chokidar\u0027);"},{"lineNumber":2,"author":{"gitId":"-"},"content":"const path \u003d require(\u0027path\u0027);"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":"const readline \u003d require(\u0027readline\u0027);"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"const { Site } \u003d require(\u0027@markbind/core\u0027);"},{"lineNumber":6,"author":{"gitId":"-"},"content":"const { pageVueServerRenderer } \u003d require(\u0027@markbind/core/src/Page/PageVueServerRenderer\u0027);"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"const fsUtil \u003d require(\u0027@markbind/core/src/utils/fsUtil\u0027);"},{"lineNumber":9,"author":{"gitId":"-"},"content":"const { INDEX_MARKDOWN_FILE } \u003d require(\u0027@markbind/core/src/Site/constants\u0027);"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"const cliUtil \u003d require(\u0027../util/cliUtil\u0027);"},{"lineNumber":12,"author":{"gitId":"-"},"content":"const liveServer \u003d require(\u0027../lib/live-server\u0027);"},{"lineNumber":13,"author":{"gitId":"-"},"content":"const logger \u003d require(\u0027../util/logger\u0027);"},{"lineNumber":14,"author":{"gitId":"-"},"content":"const {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" addHandler,"},{"lineNumber":16,"author":{"gitId":"-"},"content":" changeHandler,"},{"lineNumber":17,"author":{"gitId":"-"},"content":" lazyReloadMiddleware,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" removeHandler,"},{"lineNumber":19,"author":{"gitId":"-"},"content":"} \u003d require(\u0027../util/serveUtil\u0027);"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"LamJiuFong"},"content":"function isIPAddressZero(address) {"},{"lineNumber":22,"author":{"gitId":"LamJiuFong"},"content":" const patternForZero \u003d /^0(\\.0)*$/;"},{"lineNumber":23,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":24,"author":{"gitId":"LamJiuFong"},"content":" return patternForZero.test(address);"},{"lineNumber":25,"author":{"gitId":"LamJiuFong"},"content":"}"},{"lineNumber":26,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":27,"author":{"gitId":"LamJiuFong"},"content":"function questionAsync(question) {"},{"lineNumber":28,"author":{"gitId":"LamJiuFong"},"content":" const readlineInterface \u003d readline.createInterface({ input: process.stdin, output: process.stdout });"},{"lineNumber":29,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":30,"author":{"gitId":"LamJiuFong"},"content":" return new Promise((resolve) \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"LamJiuFong"},"content":" readlineInterface.question(question, (response) \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"LamJiuFong"},"content":" readlineInterface.close();"},{"lineNumber":33,"author":{"gitId":"LamJiuFong"},"content":" resolve(response);"},{"lineNumber":34,"author":{"gitId":"LamJiuFong"},"content":" });"},{"lineNumber":35,"author":{"gitId":"LamJiuFong"},"content":" });"},{"lineNumber":36,"author":{"gitId":"LamJiuFong"},"content":"}"},{"lineNumber":37,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"function serve(userSpecifiedRoot, options) {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" if (options.dev) {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" logger.useDebugConsole();"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" let rootFolder;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" try {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" rootFolder \u003d cliUtil.findRootFolder(userSpecifiedRoot, options.siteConfig);"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" if (options.forceReload \u0026\u0026 options.onePage) {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" logger.error(\u0027Oops! You shouldn\\\u0027t need to use the --force-reload option with --one-page.\u0027);"},{"lineNumber":49,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" process.exit();"},{"lineNumber":51,"author":{"gitId":"-"},"content":" }"},{"lineNumber":52,"author":{"gitId":"-"},"content":" } catch (error) {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" logger.error(error.message);"},{"lineNumber":54,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" const logsFolder \u003d path.join(rootFolder, \u0027_markbind/logs\u0027);"},{"lineNumber":58,"author":{"gitId":"-"},"content":" const outputFolder \u003d path.join(rootFolder, \u0027_site\u0027);"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":" const presentDefaultFile \u003d fsUtil.fileExists(INDEX_MARKDOWN_FILE) ? INDEX_MARKDOWN_FILE : false;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" if (options.onePage \u003d\u003d\u003d true \u0026\u0026 !presentDefaultFile) {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" logger.error(\u0027Oops! It seems that you didn\\\u0027t have the default file index.md.\u0027);"},{"lineNumber":63,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" process.exit();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" }"},{"lineNumber":66,"author":{"gitId":"-"},"content":" let onePagePath \u003d options.onePage \u003d\u003d\u003d true ? presentDefaultFile : options.onePage;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" onePagePath \u003d onePagePath ? fsUtil.ensurePosix(onePagePath) : onePagePath;"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":" const reloadAfterBackgroundBuild \u003d () \u003d\u003e {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" logger.info(\u0027All opened pages will be reloaded.\u0027);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" liveServer.reloadActiveTabs();"},{"lineNumber":72,"author":{"gitId":"-"},"content":" };"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":" const site \u003d new Site(rootFolder, outputFolder, onePagePath,"},{"lineNumber":75,"author":{"gitId":"-"},"content":" options.forceReload, options.siteConfig, options.dev,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" options.backgroundBuild, reloadAfterBackgroundBuild);"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":" // server config"},{"lineNumber":79,"author":{"gitId":"-"},"content":" const serverConfig \u003d {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" open: options.open,"},{"lineNumber":81,"author":{"gitId":"-"},"content":" logLevel: 0,"},{"lineNumber":82,"author":{"gitId":"-"},"content":" root: outputFolder,"},{"lineNumber":83,"author":{"gitId":"-"},"content":" port: options.port || 8080,"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" host: options.address || \u0027127.0.0.1\u0027,"},{"lineNumber":85,"author":{"gitId":"-"},"content":" middleware: [],"},{"lineNumber":86,"author":{"gitId":"-"},"content":" mount: [],"},{"lineNumber":87,"author":{"gitId":"-"},"content":" };"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":" site"},{"lineNumber":90,"author":{"gitId":"-"},"content":" .readSiteConfig()"},{"lineNumber":91,"author":{"gitId":"-"},"content":" .then(async (config) \u003d\u003e {"},{"lineNumber":92,"author":{"gitId":"LamJiuFong"},"content":" if (isIPAddressZero(serverConfig.host)) {"},{"lineNumber":93,"author":{"gitId":"LamJiuFong"},"content":" const response \u003d await questionAsync("},{"lineNumber":94,"author":{"gitId":"LamJiuFong"},"content":" \u0027WARNING: Using the address \\\u00270.0.0.0\\\u0027 could potentially expose your server to the internet, \u0027"},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":" + \u0027which may pose security risks. \\n\u0027"},{"lineNumber":96,"author":{"gitId":"LamJiuFong"},"content":" + \u0027Proceed with caution? [y/N] \u0027);"},{"lineNumber":97,"author":{"gitId":"LamJiuFong"},"content":" if (response.toLowerCase() \u003d\u003d\u003d \u0027y\u0027) {"},{"lineNumber":98,"author":{"gitId":"LamJiuFong"},"content":" logger.info(\u0027Proceeding to generate website\u0027);"},{"lineNumber":99,"author":{"gitId":"LamJiuFong"},"content":" } else {"},{"lineNumber":100,"author":{"gitId":"LamJiuFong"},"content":" logger.info(\u0027Website generation is cancelled.\u0027);"},{"lineNumber":101,"author":{"gitId":"LamJiuFong"},"content":" process.exit();"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":" }"},{"lineNumber":103,"author":{"gitId":"LamJiuFong"},"content":" }"},{"lineNumber":104,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":105,"author":{"gitId":"-"},"content":" serverConfig.mount.push([config.baseUrl || \u0027/\u0027, outputFolder]);"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" if (options.dev) {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" // eslint-disable-next-line global-require"},{"lineNumber":109,"author":{"gitId":"-"},"content":" const webpackDevConfig \u003d require(\u0027@markbind/core-web/webpack.dev\u0027);"},{"lineNumber":110,"author":{"gitId":"-"},"content":" await webpackDevConfig.serverEntry(pageVueServerRenderer.updateMarkBindVueBundle, rootFolder);"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":" const getMiddlewares \u003d webpackDevConfig.clientEntry;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" getMiddlewares(`${config.baseUrl}/markbind`)"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .forEach(middleware \u003d\u003e serverConfig.middleware.push(middleware));"},{"lineNumber":115,"author":{"gitId":"-"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":" if (onePagePath) {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" const onePageHtmlUrl \u003d `${config.baseUrl}/${onePagePath.replace(/\\.md$/, \u0027.html\u0027)}`;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" serverConfig.open \u003d serverConfig.open \u0026\u0026 onePageHtmlUrl;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" serverConfig.middleware.push(lazyReloadMiddleware(site, rootFolder, config));"},{"lineNumber":121,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" serverConfig.open \u003d serverConfig.open \u0026\u0026 `${config.baseUrl}/`;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":" return site.generate();"},{"lineNumber":126,"author":{"gitId":"-"},"content":" })"},{"lineNumber":127,"author":{"gitId":"-"},"content":" .then(() \u003d\u003e {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" const watcher \u003d chokidar.watch(rootFolder, {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" ignored: ["},{"lineNumber":130,"author":{"gitId":"-"},"content":" logsFolder,"},{"lineNumber":131,"author":{"gitId":"-"},"content":" outputFolder,"},{"lineNumber":132,"author":{"gitId":"-"},"content":" /(^|[/\\\\])\\../,"},{"lineNumber":133,"author":{"gitId":"-"},"content":" x \u003d\u003e x.endsWith(\u0027___jb_tmp___\u0027), x \u003d\u003e x.endsWith(\u0027___jb_old___\u0027), // IDE temp files"},{"lineNumber":134,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":135,"author":{"gitId":"-"},"content":" ignoreInitial: true,"},{"lineNumber":136,"author":{"gitId":"-"},"content":" });"},{"lineNumber":137,"author":{"gitId":"-"},"content":" watcher"},{"lineNumber":138,"author":{"gitId":"-"},"content":" .on(\u0027add\u0027, addHandler(site, onePagePath))"},{"lineNumber":139,"author":{"gitId":"-"},"content":" .on(\u0027change\u0027, changeHandler(site, onePagePath))"},{"lineNumber":140,"author":{"gitId":"-"},"content":" .on(\u0027unlink\u0027, removeHandler(site, onePagePath));"},{"lineNumber":141,"author":{"gitId":"-"},"content":" })"},{"lineNumber":142,"author":{"gitId":"-"},"content":" .then(() \u003d\u003e {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" const server \u003d liveServer.start(serverConfig);"},{"lineNumber":144,"author":{"gitId":"-"},"content":" server.addListener(\u0027listening\u0027, () \u003d\u003e {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" const address \u003d server.address();"},{"lineNumber":146,"author":{"gitId":"LamJiuFong"},"content":" const serveHost \u003d address.address;"},{"lineNumber":147,"author":{"gitId":"LamJiuFong"},"content":" const servePort \u003d address.port;"},{"lineNumber":148,"author":{"gitId":"LamJiuFong"},"content":" const serveURL \u003d `http://${serveHost}:${servePort}`;"},{"lineNumber":149,"author":{"gitId":"-"},"content":" logger.info(`Serving \"${outputFolder}\" at ${serveURL}`);"},{"lineNumber":150,"author":{"gitId":"-"},"content":" logger.info(\u0027Press CTRL+C to stop ...\u0027);"},{"lineNumber":151,"author":{"gitId":"-"},"content":" });"},{"lineNumber":152,"author":{"gitId":"-"},"content":" })"},{"lineNumber":153,"author":{"gitId":"-"},"content":" .catch((error) \u003d\u003e {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" logger.error(error.message);"},{"lineNumber":155,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":156,"author":{"gitId":"-"},"content":" });"},{"lineNumber":157,"author":{"gitId":"-"},"content":"}"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"module.exports \u003d {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" serve,"},{"lineNumber":161,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"LamJiuFong":35,"-":126}},{"path":"packages/cli/src/lib/live-server/index.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"#!/usr/bin/env node"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"/*"},{"lineNumber":4,"author":{"gitId":"-"},"content":" * Patch for live-server to expose websocket clients for external use in order to keep track"},{"lineNumber":5,"author":{"gitId":"-"},"content":" * of opened tabs."},{"lineNumber":6,"author":{"gitId":"-"},"content":" *"},{"lineNumber":7,"author":{"gitId":"-"},"content":" * live-server locally keeps track of opened client websockets in order for it to be able"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * to perform live reload whenever there are changes in the watched directory. However, the"},{"lineNumber":9,"author":{"gitId":"-"},"content":" * clients list is stored internally."},{"lineNumber":10,"author":{"gitId":"-"},"content":" *"},{"lineNumber":11,"author":{"gitId":"-"},"content":" * This patch allows us to gain access to the information that can be gathered with the client"},{"lineNumber":12,"author":{"gitId":"-"},"content":" * websockets, which in turn enables the support for multiple-tab development."},{"lineNumber":13,"author":{"gitId":"-"},"content":" *"},{"lineNumber":14,"author":{"gitId":"-"},"content":" * Patch is written against live-server v1.2.1"},{"lineNumber":15,"author":{"gitId":"-"},"content":" * The **only** changes are prefaced with a CHANGED comment"},{"lineNumber":16,"author":{"gitId":"-"},"content":" */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"var fs \u003d require(\u0027fs\u0027),"},{"lineNumber":19,"author":{"gitId":"-"},"content":" connect \u003d require(\u0027connect\u0027),"},{"lineNumber":20,"author":{"gitId":"-"},"content":" serveIndex \u003d require(\u0027serve-index\u0027),"},{"lineNumber":21,"author":{"gitId":"-"},"content":" logger \u003d require(\u0027morgan\u0027),"},{"lineNumber":22,"author":{"gitId":"-"},"content":" WebSocket \u003d require(\u0027faye-websocket\u0027),"},{"lineNumber":23,"author":{"gitId":"-"},"content":" path \u003d require(\u0027path\u0027),"},{"lineNumber":24,"author":{"gitId":"-"},"content":" parse \u003d require(\u0027url-parse\u0027),"},{"lineNumber":25,"author":{"gitId":"-"},"content":" http \u003d require(\u0027http\u0027),"},{"lineNumber":26,"author":{"gitId":"-"},"content":" send \u003d require(\u0027send\u0027),"},{"lineNumber":27,"author":{"gitId":"-"},"content":" open \u003d require(\u0027opn\u0027),"},{"lineNumber":28,"author":{"gitId":"-"},"content":" es \u003d require(\"event-stream\"),"},{"lineNumber":29,"author":{"gitId":"-"},"content":" os \u003d require(\u0027os\u0027),"},{"lineNumber":30,"author":{"gitId":"-"},"content":" chokidar \u003d require(\u0027chokidar\u0027),"},{"lineNumber":31,"author":{"gitId":"-"},"content":" // CHANGED: added MarkBind\u0027s core fsUtil package"},{"lineNumber":32,"author":{"gitId":"-"},"content":" fsUtil \u003d require(\u0027@markbind/core/src/utils/fsUtil\u0027);"},{"lineNumber":33,"author":{"gitId":"-"},"content":"require(\u0027colors\u0027);"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"// CHANGED: added absolute path that directs to the live-server directory"},{"lineNumber":36,"author":{"gitId":"-"},"content":"const pathToLiveServerDir \u003d path.dirname(require.resolve(\u0027live-server\u0027));"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"// CHANGED: correctly resolve to the live-server directory"},{"lineNumber":39,"author":{"gitId":"-"},"content":"var INJECTED_CODE \u003d fs.readFileSync(path.join(pathToLiveServerDir, \"injected.html\"), \"utf8\");"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"var LiveServer \u003d {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" server: null,"},{"lineNumber":43,"author":{"gitId":"-"},"content":" watcher: null,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" logLevel: 2,"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" // CHANGED: added properties relevant to MarkBind live-preview"},{"lineNumber":47,"author":{"gitId":"-"},"content":" activeTabs: [],"},{"lineNumber":48,"author":{"gitId":"-"},"content":" baseUrl: \u0027\u0027,"},{"lineNumber":49,"author":{"gitId":"-"},"content":"};"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"function escape(html){"},{"lineNumber":52,"author":{"gitId":"-"},"content":" return String(html)"},{"lineNumber":53,"author":{"gitId":"-"},"content":" .replace(/\u0026(?!\\w+;)/g, \u0027\u0026amp;\u0027)"},{"lineNumber":54,"author":{"gitId":"-"},"content":" .replace(/\u003c/g, \u0027\u0026lt;\u0027)"},{"lineNumber":55,"author":{"gitId":"-"},"content":" .replace(/\u003e/g, \u0027\u0026gt;\u0027)"},{"lineNumber":56,"author":{"gitId":"-"},"content":" .replace(/\"/g, \u0027\u0026quot;\u0027);"},{"lineNumber":57,"author":{"gitId":"-"},"content":"}"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"// Based on connect.static(), but streamlined and with added code injecter"},{"lineNumber":60,"author":{"gitId":"-"},"content":"function staticServer(root) {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" var isFile \u003d false;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" try { // For supporting mounting files instead of just directories"},{"lineNumber":63,"author":{"gitId":"-"},"content":" isFile \u003d fs.statSync(root).isFile();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" } catch (e) {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" if (e.code !\u003d\u003d \"ENOENT\") throw e;"},{"lineNumber":66,"author":{"gitId":"-"},"content":" }"},{"lineNumber":67,"author":{"gitId":"-"},"content":" return function(req, res, next) {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" if (req.method !\u003d\u003d \u0027GET\u0027 \u0026\u0026 req.method !\u003d\u003d \u0027HEAD\u0027) return next();"},{"lineNumber":69,"author":{"gitId":"-"},"content":" const reqpath \u003d isFile ? \"\" : parse(req.url).pathname;"},{"lineNumber":70,"author":{"gitId":"-"},"content":" var hasNoOrigin \u003d !req.headers.origin;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" var injectCandidates \u003d [ new RegExp(\"\u003c/body\u003e\", \"i\"), new RegExp(\"\u003c/svg\u003e\"), new RegExp(\"\u003c/head\u003e\", \"i\")];"},{"lineNumber":72,"author":{"gitId":"-"},"content":" var injectTag \u003d null;"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":" function directory() {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" var pathname \u003d parse(req.url).pathname;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" res.statusCode \u003d 301;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" res.setHeader(\u0027Location\u0027, pathname + \u0027/\u0027);"},{"lineNumber":78,"author":{"gitId":"-"},"content":" res.end(\u0027Redirecting to \u0027 + escape(pathname) + \u0027/\u0027);"},{"lineNumber":79,"author":{"gitId":"-"},"content":" }"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":" function file(filepath /*, stat*/) {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" var x \u003d path.extname(filepath).toLocaleLowerCase(), match,"},{"lineNumber":83,"author":{"gitId":"-"},"content":" possibleExtensions \u003d [ \"\", \".html\", \".htm\", \".xhtml\", \".php\", \".svg\" ];"},{"lineNumber":84,"author":{"gitId":"-"},"content":" if (hasNoOrigin \u0026\u0026 (possibleExtensions.indexOf(x) \u003e -1)) {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" // TODO: Sync file read here is not nice, but we need to determine if the html should be injected or not"},{"lineNumber":86,"author":{"gitId":"-"},"content":" var contents \u003d fs.readFileSync(filepath, \"utf8\");"},{"lineNumber":87,"author":{"gitId":"-"},"content":" for (var i \u003d 0; i \u003c injectCandidates.length; ++i) {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" match \u003d injectCandidates[i].exec(contents);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" if (match) {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" injectTag \u003d match[0];"},{"lineNumber":91,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":92,"author":{"gitId":"-"},"content":" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":" }"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" if (injectTag \u003d\u003d\u003d null \u0026\u0026 LiveServer.logLevel \u003e\u003d 3) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" console.warn(\"Failed to inject refresh script!\".yellow,"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \"Couldn\u0027t find any of the tags \", injectCandidates, \"from\", filepath);"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":" function error(err) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" if (err.status \u003d\u003d\u003d 404) return next();"},{"lineNumber":104,"author":{"gitId":"-"},"content":" next(err);"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" function inject(stream) {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" if (injectTag) {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" // We need to modify the length given to browser"},{"lineNumber":110,"author":{"gitId":"-"},"content":" var len \u003d INJECTED_CODE.length + res.getHeader(\u0027Content-Length\u0027);"},{"lineNumber":111,"author":{"gitId":"-"},"content":" res.setHeader(\u0027Content-Length\u0027, len);"},{"lineNumber":112,"author":{"gitId":"-"},"content":" var originalPipe \u003d stream.pipe;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" stream.pipe \u003d function(resp) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" originalPipe.call(stream, es.replace(new RegExp(injectTag, \"i\"), INJECTED_CODE + injectTag)).pipe(resp);"},{"lineNumber":115,"author":{"gitId":"-"},"content":" };"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":" }"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":" send(req, reqpath, { root: root })"},{"lineNumber":120,"author":{"gitId":"-"},"content":" .on(\u0027error\u0027, error)"},{"lineNumber":121,"author":{"gitId":"-"},"content":" .on(\u0027directory\u0027, directory)"},{"lineNumber":122,"author":{"gitId":"-"},"content":" .on(\u0027file\u0027, file)"},{"lineNumber":123,"author":{"gitId":"-"},"content":" .on(\u0027stream\u0027, inject)"},{"lineNumber":124,"author":{"gitId":"-"},"content":" .pipe(res);"},{"lineNumber":125,"author":{"gitId":"-"},"content":" };"},{"lineNumber":126,"author":{"gitId":"-"},"content":"}"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":129,"author":{"gitId":"-"},"content":" * Rewrite request URL and pass it back to the static handler."},{"lineNumber":130,"author":{"gitId":"-"},"content":" * @param staticHandler {function} Next handler"},{"lineNumber":131,"author":{"gitId":"-"},"content":" * @param file {string} Path to the entry point file"},{"lineNumber":132,"author":{"gitId":"-"},"content":" */"},{"lineNumber":133,"author":{"gitId":"-"},"content":"function entryPoint(staticHandler, file) {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" if (!file) return function(req, res, next) { next(); };"},{"lineNumber":135,"author":{"gitId":"-"},"content":""},{"lineNumber":136,"author":{"gitId":"-"},"content":" return function(req, res, next) {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" req.url \u003d \"/\" + file;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" staticHandler(req, res, next);"},{"lineNumber":139,"author":{"gitId":"-"},"content":" };"},{"lineNumber":140,"author":{"gitId":"-"},"content":"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":143,"author":{"gitId":"-"},"content":" * Start a live server with parameters given as an object"},{"lineNumber":144,"author":{"gitId":"LamJiuFong"},"content":" * @param host {string} Address to bind to (default: 127.0.0.1)"},{"lineNumber":145,"author":{"gitId":"-"},"content":" * @param port {number} Port number (default: 8080)"},{"lineNumber":146,"author":{"gitId":"-"},"content":" * @param root {string} Path to root directory (default: cwd)"},{"lineNumber":147,"author":{"gitId":"-"},"content":" * @param watch {array} Paths to exclusively watch for changes"},{"lineNumber":148,"author":{"gitId":"-"},"content":" * @param ignore {array} Paths to ignore when watching files for changes"},{"lineNumber":149,"author":{"gitId":"-"},"content":" * @param ignorePattern {regexp} Ignore files by RegExp"},{"lineNumber":150,"author":{"gitId":"-"},"content":" * @param noCssInject Don\u0027t inject CSS changes, just reload as with any other file change"},{"lineNumber":151,"author":{"gitId":"-"},"content":" * @param open {(string|string[])} Subpath(s) to open in browser, use false to suppress launch (default: server root)"},{"lineNumber":152,"author":{"gitId":"-"},"content":" * @param mount {array} Mount directories onto a route, e.g. [[\u0027/components\u0027, \u0027./node_modules\u0027]]."},{"lineNumber":153,"author":{"gitId":"-"},"content":" * @param logLevel {number} 0 \u003d errors only, 1 \u003d some, 2 \u003d lots"},{"lineNumber":154,"author":{"gitId":"-"},"content":" * @param file {string} Path to the entry point file"},{"lineNumber":155,"author":{"gitId":"-"},"content":" * @param wait {number} Server will wait for all changes, before reloading"},{"lineNumber":156,"author":{"gitId":"-"},"content":" * @param htpasswd {string} Path to htpasswd file to enable HTTP Basic authentication"},{"lineNumber":157,"author":{"gitId":"-"},"content":" * @param middleware {array} Append middleware to stack, e.g. [function(req, res, next) { next(); }]."},{"lineNumber":158,"author":{"gitId":"-"},"content":" */"},{"lineNumber":159,"author":{"gitId":"-"},"content":"LiveServer.start \u003d function(options) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" options \u003d options || {};"},{"lineNumber":161,"author":{"gitId":"LamJiuFong"},"content":" var host \u003d options.host ?? \u0027127.0.0.1\u0027;"},{"lineNumber":162,"author":{"gitId":"LamJiuFong"},"content":" var port \u003d options.port ?? 8080; // 0 means random"},{"lineNumber":163,"author":{"gitId":"-"},"content":" var root \u003d options.root || process.cwd();"},{"lineNumber":164,"author":{"gitId":"-"},"content":" var mount \u003d options.mount || [];"},{"lineNumber":165,"author":{"gitId":"-"},"content":" var watchPaths \u003d options.watch || [root];"},{"lineNumber":166,"author":{"gitId":"-"},"content":" LiveServer.logLevel \u003d options.logLevel \u003d\u003d\u003d undefined ? 2 : options.logLevel;"},{"lineNumber":167,"author":{"gitId":"-"},"content":" var openPath \u003d (options.open \u003d\u003d\u003d undefined || options.open \u003d\u003d\u003d true) ?"},{"lineNumber":168,"author":{"gitId":"-"},"content":" \"\" : ((options.open \u003d\u003d\u003d null || options.open \u003d\u003d\u003d false) ? null : options.open);"},{"lineNumber":169,"author":{"gitId":"-"},"content":" if (options.noBrowser) openPath \u003d null; // Backwards compatibility with 0.7.0"},{"lineNumber":170,"author":{"gitId":"-"},"content":" var file \u003d options.file;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" var staticServerHandler \u003d staticServer(root);"},{"lineNumber":172,"author":{"gitId":"-"},"content":" var wait \u003d options.wait \u003d\u003d\u003d undefined ? 100 : options.wait;"},{"lineNumber":173,"author":{"gitId":"-"},"content":" var browser \u003d options.browser || null;"},{"lineNumber":174,"author":{"gitId":"-"},"content":" var htpasswd \u003d options.htpasswd || null;"},{"lineNumber":175,"author":{"gitId":"-"},"content":" var cors \u003d options.cors || false;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" var https \u003d options.https || null;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" var proxy \u003d options.proxy || [];"},{"lineNumber":178,"author":{"gitId":"-"},"content":" var middleware \u003d options.middleware || [];"},{"lineNumber":179,"author":{"gitId":"-"},"content":" var noCssInject \u003d options.noCssInject;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" var httpsModule \u003d options.httpsModule;"},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":" if (httpsModule) {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" try {"},{"lineNumber":184,"author":{"gitId":"-"},"content":" require.resolve(httpsModule);"},{"lineNumber":185,"author":{"gitId":"-"},"content":" } catch (e) {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" console.error((\"HTTPS module \\\"\" + httpsModule + \"\\\" you\u0027ve provided was not found.\").red);"},{"lineNumber":187,"author":{"gitId":"-"},"content":" console.error(\"Did you do\", \"\\\"npm install \" + httpsModule + \"\\\"?\");"},{"lineNumber":188,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":189,"author":{"gitId":"-"},"content":" }"},{"lineNumber":190,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" httpsModule \u003d \"https\";"},{"lineNumber":192,"author":{"gitId":"-"},"content":" }"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":" // Setup a web server"},{"lineNumber":195,"author":{"gitId":"-"},"content":" var app \u003d connect();"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":" // Add logger. Level 2 logs only errors"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003d\u003d\u003d 2) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" app.use(logger(\u0027dev\u0027, {"},{"lineNumber":200,"author":{"gitId":"-"},"content":" skip: function (req, res) { return res.statusCode \u003c 400; }"},{"lineNumber":201,"author":{"gitId":"-"},"content":" }));"},{"lineNumber":202,"author":{"gitId":"-"},"content":" // Level 2 or above logs all requests"},{"lineNumber":203,"author":{"gitId":"-"},"content":" } else if (LiveServer.logLevel \u003e 2) {"},{"lineNumber":204,"author":{"gitId":"-"},"content":" app.use(logger(\u0027dev\u0027));"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":" if (options.spa) {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" middleware.push(\"spa\");"},{"lineNumber":208,"author":{"gitId":"-"},"content":" }"},{"lineNumber":209,"author":{"gitId":"-"},"content":" // Add middleware"},{"lineNumber":210,"author":{"gitId":"-"},"content":" middleware.map(function(mw) {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" if (typeof mw \u003d\u003d\u003d \"string\") {"},{"lineNumber":212,"author":{"gitId":"-"},"content":" var ext \u003d path.extname(mw).toLocaleLowerCase();"},{"lineNumber":213,"author":{"gitId":"-"},"content":" if (ext !\u003d\u003d \".js\") {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" // CHANGED: correctly resolve to the live-server directory"},{"lineNumber":215,"author":{"gitId":"-"},"content":" mw \u003d require(path.join(pathToLiveServerDir, \"middleware\", mw + \".js\"));"},{"lineNumber":216,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" mw \u003d require(mw);"},{"lineNumber":218,"author":{"gitId":"-"},"content":" }"},{"lineNumber":219,"author":{"gitId":"-"},"content":" }"},{"lineNumber":220,"author":{"gitId":"-"},"content":" app.use(mw);"},{"lineNumber":221,"author":{"gitId":"-"},"content":" });"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":" // Use http-auth if configured"},{"lineNumber":224,"author":{"gitId":"-"},"content":" if (htpasswd !\u003d\u003d null) {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" var auth \u003d require(\u0027http-auth\u0027);"},{"lineNumber":226,"author":{"gitId":"-"},"content":" var basic \u003d auth.basic({"},{"lineNumber":227,"author":{"gitId":"-"},"content":" realm: \"Please authorize\","},{"lineNumber":228,"author":{"gitId":"-"},"content":" file: htpasswd"},{"lineNumber":229,"author":{"gitId":"-"},"content":" });"},{"lineNumber":230,"author":{"gitId":"-"},"content":" app.use(auth.connect(basic));"},{"lineNumber":231,"author":{"gitId":"-"},"content":" }"},{"lineNumber":232,"author":{"gitId":"-"},"content":" if (cors) {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" app.use(require(\"cors\")({"},{"lineNumber":234,"author":{"gitId":"-"},"content":" origin: true, // reflecting request origin"},{"lineNumber":235,"author":{"gitId":"-"},"content":" credentials: true // allowing requests with credentials"},{"lineNumber":236,"author":{"gitId":"-"},"content":" }));"},{"lineNumber":237,"author":{"gitId":"-"},"content":" }"},{"lineNumber":238,"author":{"gitId":"-"},"content":" mount.forEach(function(mountRule) {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" var mountPath \u003d path.resolve(process.cwd(), mountRule[1]);"},{"lineNumber":240,"author":{"gitId":"-"},"content":" if (!options.watch) // Auto add mount paths to wathing but only if exclusive path option is not given"},{"lineNumber":241,"author":{"gitId":"-"},"content":" watchPaths.push(mountPath);"},{"lineNumber":242,"author":{"gitId":"-"},"content":" app.use(mountRule[0], staticServer(mountPath));"},{"lineNumber":243,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1)"},{"lineNumber":244,"author":{"gitId":"-"},"content":" console.log(\u0027Mapping %s to \"%s\"\u0027, mountRule[0], mountPath);"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":" // CHANGED: added baseUrl initialization based on the first mount rule"},{"lineNumber":247,"author":{"gitId":"-"},"content":" if (LiveServer.baseUrl \u003d\u003d\u003d \u0027\u0027) {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" LiveServer.baseUrl \u003d mountRule[0] || \u0027/\u0027;"},{"lineNumber":249,"author":{"gitId":"-"},"content":" }"},{"lineNumber":250,"author":{"gitId":"-"},"content":" });"},{"lineNumber":251,"author":{"gitId":"-"},"content":" proxy.forEach(function(proxyRule) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" var proxyOpts \u003d parse(proxyRule[1]);"},{"lineNumber":253,"author":{"gitId":"-"},"content":" proxyOpts.via \u003d true;"},{"lineNumber":254,"author":{"gitId":"-"},"content":" proxyOpts.preserveHost \u003d true;"},{"lineNumber":255,"author":{"gitId":"-"},"content":" app.use(proxyRule[0], require(\u0027proxy-middleware\u0027)(proxyOpts));"},{"lineNumber":256,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1)"},{"lineNumber":257,"author":{"gitId":"-"},"content":" console.log(\u0027Mapping %s to \"%s\"\u0027, proxyRule[0], proxyRule[1]);"},{"lineNumber":258,"author":{"gitId":"-"},"content":" });"},{"lineNumber":259,"author":{"gitId":"-"},"content":" app.use(staticServerHandler) // Custom static server"},{"lineNumber":260,"author":{"gitId":"-"},"content":" .use(entryPoint(staticServerHandler, file))"},{"lineNumber":261,"author":{"gitId":"-"},"content":" .use(serveIndex(root, { icons: true }));"},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":" var server, protocol;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" if (https !\u003d\u003d null) {"},{"lineNumber":265,"author":{"gitId":"-"},"content":" var httpsConfig \u003d https;"},{"lineNumber":266,"author":{"gitId":"-"},"content":" if (typeof https \u003d\u003d\u003d \"string\") {"},{"lineNumber":267,"author":{"gitId":"-"},"content":" httpsConfig \u003d require(path.resolve(process.cwd(), https));"},{"lineNumber":268,"author":{"gitId":"-"},"content":" }"},{"lineNumber":269,"author":{"gitId":"-"},"content":" server \u003d require(httpsModule).createServer(httpsConfig, app);"},{"lineNumber":270,"author":{"gitId":"-"},"content":" protocol \u003d \"https\";"},{"lineNumber":271,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" server \u003d http.createServer(app);"},{"lineNumber":273,"author":{"gitId":"-"},"content":" protocol \u003d \"http\";"},{"lineNumber":274,"author":{"gitId":"-"},"content":" }"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":" // Handle server startup errors"},{"lineNumber":277,"author":{"gitId":"-"},"content":" server.addListener(\u0027error\u0027, function(e) {"},{"lineNumber":278,"author":{"gitId":"-"},"content":" if (e.code \u003d\u003d\u003d \u0027EADDRINUSE\u0027) {"},{"lineNumber":279,"author":{"gitId":"-"},"content":" var serveURL \u003d protocol + \u0027://\u0027 + host + \u0027:\u0027 + port;"},{"lineNumber":280,"author":{"gitId":"-"},"content":" console.log(\u0027%s is already in use. Trying another port.\u0027.yellow, serveURL);"},{"lineNumber":281,"author":{"gitId":"-"},"content":" setTimeout(function() {"},{"lineNumber":282,"author":{"gitId":"-"},"content":" server.listen(0, host);"},{"lineNumber":283,"author":{"gitId":"-"},"content":" }, 1000);"},{"lineNumber":284,"author":{"gitId":"LamJiuFong"},"content":" } else if (e.code \u003d\u003d\u003d \u0027EADDRNOTAVAIL\u0027) {"},{"lineNumber":285,"author":{"gitId":"LamJiuFong"},"content":" console.log(\u0027%s is not available. Trying another address\u0027.yellow, host);"},{"lineNumber":286,"author":{"gitId":"LamJiuFong"},"content":" setTimeout(function() {"},{"lineNumber":287,"author":{"gitId":"LamJiuFong"},"content":" server.listen(port, \u0027127.0.0.1\u0027);"},{"lineNumber":288,"author":{"gitId":"LamJiuFong"},"content":" }, 1000);"},{"lineNumber":289,"author":{"gitId":"LamJiuFong"},"content":" }"},{"lineNumber":290,"author":{"gitId":"LamJiuFong"},"content":" else {"},{"lineNumber":291,"author":{"gitId":"-"},"content":" console.error(e.toString().red);"},{"lineNumber":292,"author":{"gitId":"-"},"content":" LiveServer.shutdown();"},{"lineNumber":293,"author":{"gitId":"-"},"content":" }"},{"lineNumber":294,"author":{"gitId":"-"},"content":" });"},{"lineNumber":295,"author":{"gitId":"-"},"content":""},{"lineNumber":296,"author":{"gitId":"-"},"content":" // Handle successful server"},{"lineNumber":297,"author":{"gitId":"-"},"content":" server.addListener(\u0027listening\u0027, function(/*e*/) {"},{"lineNumber":298,"author":{"gitId":"-"},"content":" LiveServer.server \u003d server;"},{"lineNumber":299,"author":{"gitId":"-"},"content":""},{"lineNumber":300,"author":{"gitId":"-"},"content":" var address \u003d server.address();"},{"lineNumber":301,"author":{"gitId":"LamJiuFong"},"content":" var serveHost \u003d address.address;"},{"lineNumber":302,"author":{"gitId":"LamJiuFong"},"content":" var openHost \u003d host;"},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":" var serveURL \u003d protocol + \u0027://\u0027 + serveHost + \u0027:\u0027 + address.port;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" var openURL \u003d protocol + \u0027://\u0027 + openHost + \u0027:\u0027 + address.port;"},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":" var serveURLs \u003d [ serveURL ];"},{"lineNumber":308,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e 2 \u0026\u0026 address.address \u003d\u003d\u003d \"0.0.0.0\") {"},{"lineNumber":309,"author":{"gitId":"-"},"content":" var ifaces \u003d os.networkInterfaces();"},{"lineNumber":310,"author":{"gitId":"-"},"content":" serveURLs \u003d Object.keys(ifaces)"},{"lineNumber":311,"author":{"gitId":"-"},"content":" .map(function(iface) {"},{"lineNumber":312,"author":{"gitId":"-"},"content":" return ifaces[iface];"},{"lineNumber":313,"author":{"gitId":"-"},"content":" })"},{"lineNumber":314,"author":{"gitId":"-"},"content":" // flatten address data, use only IPv4"},{"lineNumber":315,"author":{"gitId":"-"},"content":" .reduce(function(data, addresses) {"},{"lineNumber":316,"author":{"gitId":"-"},"content":" addresses.filter(function(addr) {"},{"lineNumber":317,"author":{"gitId":"-"},"content":" return addr.family \u003d\u003d\u003d \"IPv4\";"},{"lineNumber":318,"author":{"gitId":"-"},"content":" }).forEach(function(addr) {"},{"lineNumber":319,"author":{"gitId":"-"},"content":" data.push(addr);"},{"lineNumber":320,"author":{"gitId":"-"},"content":" });"},{"lineNumber":321,"author":{"gitId":"-"},"content":" return data;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" }, [])"},{"lineNumber":323,"author":{"gitId":"-"},"content":" .map(function(addr) {"},{"lineNumber":324,"author":{"gitId":"-"},"content":" return protocol + \"://\" + addr.address + \":\" + address.port;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" });"},{"lineNumber":326,"author":{"gitId":"-"},"content":" }"},{"lineNumber":327,"author":{"gitId":"-"},"content":""},{"lineNumber":328,"author":{"gitId":"-"},"content":" // Output"},{"lineNumber":329,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1) {"},{"lineNumber":330,"author":{"gitId":"-"},"content":" if (serveURL \u003d\u003d\u003d openURL)"},{"lineNumber":331,"author":{"gitId":"-"},"content":" if (serveURLs.length \u003d\u003d\u003d 1) {"},{"lineNumber":332,"author":{"gitId":"-"},"content":" console.log((\"Serving \\\"%s\\\" at %s\").green, root, serveURLs[0]);"},{"lineNumber":333,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":334,"author":{"gitId":"-"},"content":" console.log((\"Serving \\\"%s\\\" at\\n\\t%s\").green, root, serveURLs.join(\"\\n\\t\"));"},{"lineNumber":335,"author":{"gitId":"-"},"content":" }"},{"lineNumber":336,"author":{"gitId":"-"},"content":" else"},{"lineNumber":337,"author":{"gitId":"-"},"content":" console.log((\"Serving \\\"%s\\\" at %s (%s)\").green, root, openURL, serveURL);"},{"lineNumber":338,"author":{"gitId":"-"},"content":" }"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":" // Launch browser"},{"lineNumber":341,"author":{"gitId":"-"},"content":" if (openPath !\u003d\u003d null)"},{"lineNumber":342,"author":{"gitId":"-"},"content":" if (typeof openPath \u003d\u003d\u003d \"object\") {"},{"lineNumber":343,"author":{"gitId":"-"},"content":" openPath.forEach(function(p) {"},{"lineNumber":344,"author":{"gitId":"-"},"content":" open(openURL + p, {app: browser});"},{"lineNumber":345,"author":{"gitId":"-"},"content":" });"},{"lineNumber":346,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":347,"author":{"gitId":"-"},"content":" open(openURL + openPath, {app: browser});"},{"lineNumber":348,"author":{"gitId":"-"},"content":" }"},{"lineNumber":349,"author":{"gitId":"-"},"content":" });"},{"lineNumber":350,"author":{"gitId":"-"},"content":""},{"lineNumber":351,"author":{"gitId":"-"},"content":" // Setup server to listen at port"},{"lineNumber":352,"author":{"gitId":"-"},"content":" server.listen(port, host);"},{"lineNumber":353,"author":{"gitId":"-"},"content":" "},{"lineNumber":354,"author":{"gitId":"-"},"content":" // WebSocket"},{"lineNumber":355,"author":{"gitId":"-"},"content":" // CHANGED: Removed local clients variable in favour of the clients in active tabs entries"},{"lineNumber":356,"author":{"gitId":"-"},"content":" server.addListener(\u0027upgrade\u0027, function(request, socket, head) {"},{"lineNumber":357,"author":{"gitId":"-"},"content":" var ws \u003d new WebSocket(request, socket, head);"},{"lineNumber":358,"author":{"gitId":"-"},"content":" ws.onopen \u003d function() { ws.send(\u0027connected\u0027); };"},{"lineNumber":359,"author":{"gitId":"-"},"content":""},{"lineNumber":360,"author":{"gitId":"-"},"content":" if (wait \u003e 0) {"},{"lineNumber":361,"author":{"gitId":"-"},"content":" (function() {"},{"lineNumber":362,"author":{"gitId":"-"},"content":" var wssend \u003d ws.send;"},{"lineNumber":363,"author":{"gitId":"-"},"content":" var waitTimeout;"},{"lineNumber":364,"author":{"gitId":"-"},"content":" ws.send \u003d function() {"},{"lineNumber":365,"author":{"gitId":"-"},"content":" var args \u003d arguments;"},{"lineNumber":366,"author":{"gitId":"-"},"content":" if (waitTimeout) clearTimeout(waitTimeout);"},{"lineNumber":367,"author":{"gitId":"-"},"content":" waitTimeout \u003d setTimeout(function(){"},{"lineNumber":368,"author":{"gitId":"-"},"content":" wssend.apply(ws, args);"},{"lineNumber":369,"author":{"gitId":"-"},"content":" }, wait);"},{"lineNumber":370,"author":{"gitId":"-"},"content":" };"},{"lineNumber":371,"author":{"gitId":"-"},"content":" })();"},{"lineNumber":372,"author":{"gitId":"-"},"content":" }"},{"lineNumber":373,"author":{"gitId":"-"},"content":""},{"lineNumber":374,"author":{"gitId":"-"},"content":" ws.onclose \u003d function() {"},{"lineNumber":375,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":376,"author":{"gitId":"-"},"content":" * CHANGED: Modified to remove the active tab that has the closed socket as"},{"lineNumber":377,"author":{"gitId":"-"},"content":" * its current client on socket close. In other words, only socket close event that"},{"lineNumber":378,"author":{"gitId":"-"},"content":" * does not come from live reload will remove the active tab."},{"lineNumber":379,"author":{"gitId":"-"},"content":" */"},{"lineNumber":380,"author":{"gitId":"-"},"content":" LiveServer.activeTabs \u003d LiveServer.activeTabs.filter(tab \u003d\u003e tab.client !\u003d\u003d ws);"},{"lineNumber":381,"author":{"gitId":"-"},"content":" };"},{"lineNumber":382,"author":{"gitId":"-"},"content":""},{"lineNumber":383,"author":{"gitId":"-"},"content":" // CHANGED: Enhanced client websocket addition process to record the client as an active tab entry"},{"lineNumber":384,"author":{"gitId":"-"},"content":" const reqUrl \u003d path.dirname(request.url);"},{"lineNumber":385,"author":{"gitId":"-"},"content":" const normalizedUrl \u003d fsUtil.ensurePosix(path.relative(LiveServer.baseUrl, reqUrl));"},{"lineNumber":386,"author":{"gitId":"-"},"content":""},{"lineNumber":387,"author":{"gitId":"-"},"content":" // If an entry with empty client is present, reuse existing entry to maintain order from pre-reload "},{"lineNumber":388,"author":{"gitId":"-"},"content":" const existingTab \u003d LiveServer.activeTabs.find(tab \u003d\u003e tab.url \u003d\u003d\u003d normalizedUrl \u0026\u0026 !tab.client);"},{"lineNumber":389,"author":{"gitId":"-"},"content":" if (existingTab) {"},{"lineNumber":390,"author":{"gitId":"-"},"content":" existingTab.client \u003d ws;"},{"lineNumber":391,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":392,"author":{"gitId":"-"},"content":" }"},{"lineNumber":393,"author":{"gitId":"-"},"content":""},{"lineNumber":394,"author":{"gitId":"-"},"content":" // Insert new entry to the active tabs list"},{"lineNumber":395,"author":{"gitId":"-"},"content":" LiveServer.activeTabs.unshift({ url: normalizedUrl, client: ws });"},{"lineNumber":396,"author":{"gitId":"-"},"content":" });"},{"lineNumber":397,"author":{"gitId":"-"},"content":""},{"lineNumber":398,"author":{"gitId":"-"},"content":" var ignored \u003d ["},{"lineNumber":399,"author":{"gitId":"-"},"content":" function(testPath) { // Always ignore dotfiles (important e.g. because editor hidden temp files)"},{"lineNumber":400,"author":{"gitId":"-"},"content":" return testPath !\u003d\u003d \".\" \u0026\u0026 /(^[.#]|(?:__|~)$)/.test(path.basename(testPath));"},{"lineNumber":401,"author":{"gitId":"-"},"content":" }"},{"lineNumber":402,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":403,"author":{"gitId":"-"},"content":" if (options.ignore) {"},{"lineNumber":404,"author":{"gitId":"-"},"content":" ignored \u003d ignored.concat(options.ignore);"},{"lineNumber":405,"author":{"gitId":"-"},"content":" }"},{"lineNumber":406,"author":{"gitId":"-"},"content":" if (options.ignorePattern) {"},{"lineNumber":407,"author":{"gitId":"-"},"content":" ignored.push(options.ignorePattern);"},{"lineNumber":408,"author":{"gitId":"-"},"content":" }"},{"lineNumber":409,"author":{"gitId":"-"},"content":" // Setup file watcher"},{"lineNumber":410,"author":{"gitId":"-"},"content":" LiveServer.watcher \u003d chokidar.watch(watchPaths, {"},{"lineNumber":411,"author":{"gitId":"-"},"content":" ignored: ignored,"},{"lineNumber":412,"author":{"gitId":"-"},"content":" ignoreInitial: true"},{"lineNumber":413,"author":{"gitId":"-"},"content":" });"},{"lineNumber":414,"author":{"gitId":"-"},"content":" function handleChange(changePath) {"},{"lineNumber":415,"author":{"gitId":"-"},"content":" var cssChange \u003d path.extname(changePath) \u003d\u003d\u003d \".css\" \u0026\u0026 !noCssInject;"},{"lineNumber":416,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1) {"},{"lineNumber":417,"author":{"gitId":"-"},"content":" if (cssChange)"},{"lineNumber":418,"author":{"gitId":"-"},"content":" console.log(\"CSS change detected\".magenta, changePath);"},{"lineNumber":419,"author":{"gitId":"-"},"content":" else console.log(\"Change detected\".cyan, changePath);"},{"lineNumber":420,"author":{"gitId":"-"},"content":" }"},{"lineNumber":421,"author":{"gitId":"-"},"content":""},{"lineNumber":422,"author":{"gitId":"-"},"content":" // CHANGED: Modified the send message to clients routine"},{"lineNumber":423,"author":{"gitId":"-"},"content":""},{"lineNumber":424,"author":{"gitId":"-"},"content":" if (cssChange) {"},{"lineNumber":425,"author":{"gitId":"-"},"content":" LiveServer.sendMessageToActiveTabs(\u0027refreshcss\u0027);"},{"lineNumber":426,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":427,"author":{"gitId":"-"},"content":" }"},{"lineNumber":428,"author":{"gitId":"-"},"content":""},{"lineNumber":429,"author":{"gitId":"-"},"content":" // Only reload active tabs if the changed file is opened in one of them"},{"lineNumber":430,"author":{"gitId":"-"},"content":" const normalizeUrl \u003d (url) \u003d\u003e {"},{"lineNumber":431,"author":{"gitId":"-"},"content":" if (!url || url.length \u003d\u003d\u003d 0) {"},{"lineNumber":432,"author":{"gitId":"-"},"content":" return \"index.html\";"},{"lineNumber":433,"author":{"gitId":"-"},"content":" }"},{"lineNumber":434,"author":{"gitId":"-"},"content":""},{"lineNumber":435,"author":{"gitId":"-"},"content":" if (path.extname(url) \u003d\u003d\u003d \u0027.html\u0027) {"},{"lineNumber":436,"author":{"gitId":"-"},"content":" return url;"},{"lineNumber":437,"author":{"gitId":"-"},"content":" }"},{"lineNumber":438,"author":{"gitId":"-"},"content":""},{"lineNumber":439,"author":{"gitId":"-"},"content":" return path.posix.join(url, \u0027index.html\u0027);"},{"lineNumber":440,"author":{"gitId":"-"},"content":" };"},{"lineNumber":441,"author":{"gitId":"-"},"content":""},{"lineNumber":442,"author":{"gitId":"-"},"content":" let normalizedPath \u003d fsUtil.ensurePosix(path.relative(root, changePath));"},{"lineNumber":443,"author":{"gitId":"-"},"content":" if (LiveServer.activeTabs.some(tab \u003d\u003e tab.client \u0026\u0026 normalizeUrl(tab.url) \u003d\u003d\u003d normalizedPath)) {"},{"lineNumber":444,"author":{"gitId":"-"},"content":" LiveServer.sendMessageToActiveTabs(\u0027reload\u0027);"},{"lineNumber":445,"author":{"gitId":"-"},"content":" }"},{"lineNumber":446,"author":{"gitId":"-"},"content":" }"},{"lineNumber":447,"author":{"gitId":"-"},"content":" LiveServer.watcher"},{"lineNumber":448,"author":{"gitId":"-"},"content":" .on(\"change\", handleChange)"},{"lineNumber":449,"author":{"gitId":"-"},"content":" .on(\"add\", handleChange)"},{"lineNumber":450,"author":{"gitId":"-"},"content":" .on(\"unlink\", handleChange)"},{"lineNumber":451,"author":{"gitId":"-"},"content":" .on(\"addDir\", handleChange)"},{"lineNumber":452,"author":{"gitId":"-"},"content":" .on(\"unlinkDir\", handleChange)"},{"lineNumber":453,"author":{"gitId":"-"},"content":" .on(\"ready\", function () {"},{"lineNumber":454,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1)"},{"lineNumber":455,"author":{"gitId":"-"},"content":" console.log(\"Ready for changes\".cyan);"},{"lineNumber":456,"author":{"gitId":"-"},"content":" })"},{"lineNumber":457,"author":{"gitId":"-"},"content":" .on(\"error\", function (err) {"},{"lineNumber":458,"author":{"gitId":"-"},"content":" console.log(\"ERROR:\".red, err);"},{"lineNumber":459,"author":{"gitId":"-"},"content":" });"},{"lineNumber":460,"author":{"gitId":"-"},"content":""},{"lineNumber":461,"author":{"gitId":"-"},"content":" return server;"},{"lineNumber":462,"author":{"gitId":"-"},"content":"};"},{"lineNumber":463,"author":{"gitId":"-"},"content":""},{"lineNumber":464,"author":{"gitId":"-"},"content":"LiveServer.shutdown \u003d function() {"},{"lineNumber":465,"author":{"gitId":"-"},"content":" var watcher \u003d LiveServer.watcher;"},{"lineNumber":466,"author":{"gitId":"-"},"content":" if (watcher) {"},{"lineNumber":467,"author":{"gitId":"-"},"content":" watcher.close();"},{"lineNumber":468,"author":{"gitId":"-"},"content":" }"},{"lineNumber":469,"author":{"gitId":"-"},"content":" var server \u003d LiveServer.server;"},{"lineNumber":470,"author":{"gitId":"-"},"content":" if (server)"},{"lineNumber":471,"author":{"gitId":"-"},"content":" server.close();"},{"lineNumber":472,"author":{"gitId":"-"},"content":"};"},{"lineNumber":473,"author":{"gitId":"-"},"content":""},{"lineNumber":474,"author":{"gitId":"-"},"content":"// CHANGED: Added method to retrieve current active urls"},{"lineNumber":475,"author":{"gitId":"-"},"content":"LiveServer.getActiveUrls \u003d () \u003d\u003e LiveServer.activeTabs.filter(tab \u003d\u003e tab.client).map(tab \u003d\u003e tab.url);"},{"lineNumber":476,"author":{"gitId":"-"},"content":""},{"lineNumber":477,"author":{"gitId":"-"},"content":"// CHANGED: Added method to send message to active tabs"},{"lineNumber":478,"author":{"gitId":"-"},"content":"LiveServer.sendMessageToActiveTabs \u003d (msg) \u003d\u003e {"},{"lineNumber":479,"author":{"gitId":"-"},"content":" LiveServer.activeTabs.forEach((tab) \u003d\u003e {"},{"lineNumber":480,"author":{"gitId":"-"},"content":" if (tab.client) {"},{"lineNumber":481,"author":{"gitId":"-"},"content":" const client \u003d tab.client;"},{"lineNumber":482,"author":{"gitId":"-"},"content":" if (msg \u003d\u003d\u003d \u0027reload\u0027) {"},{"lineNumber":483,"author":{"gitId":"-"},"content":" // Clear the client from the entry to be refilled in the socket establishment phase after reload"},{"lineNumber":484,"author":{"gitId":"-"},"content":" tab.client \u003d undefined;"},{"lineNumber":485,"author":{"gitId":"-"},"content":" }"},{"lineNumber":486,"author":{"gitId":"-"},"content":" client.send(msg);"},{"lineNumber":487,"author":{"gitId":"-"},"content":" }"},{"lineNumber":488,"author":{"gitId":"-"},"content":" });"},{"lineNumber":489,"author":{"gitId":"-"},"content":"}"},{"lineNumber":490,"author":{"gitId":"-"},"content":""},{"lineNumber":491,"author":{"gitId":"-"},"content":"// CHANGED: Added convenience method to reload all active tabs"},{"lineNumber":492,"author":{"gitId":"-"},"content":"LiveServer.reloadActiveTabs \u003d () \u003d\u003e LiveServer.sendMessageToActiveTabs(\u0027reload\u0027);"},{"lineNumber":493,"author":{"gitId":"-"},"content":""},{"lineNumber":494,"author":{"gitId":"-"},"content":"module.exports \u003d LiveServer;"}],"authorContributionMap":{"LamJiuFong":12,"-":482}},{"path":"packages/cli/test/functional/testSites.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"const testSites \u003d ["},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u0027test_site\u0027,"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u0027test_site_algolia_plugin\u0027,"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u0027test_site_special_tags\u0027,"},{"lineNumber":5,"author":{"gitId":"-"},"content":"];"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"const testConvertSites \u003d ["},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u0027test_site_convert/test_basic_convert\u0027,"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u0027test_site_convert/test_navigation_convert\u0027,"},{"lineNumber":10,"author":{"gitId":"-"},"content":"];"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"const testTemplateSites \u003d ["},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u0027minimal,test_site_templates/test_minimal\u0027,"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u0027default,test_site_templates/test_default\u0027,"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \u0027project,test_site_templates/test_project\u0027,"},{"lineNumber":16,"author":{"gitId":"-"},"content":"];"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"// These files will be generated within test_site/expected/"},{"lineNumber":19,"author":{"gitId":"-"},"content":"// after running `npm run updatetest`. Due to the fact that"},{"lineNumber":20,"author":{"gitId":"-"},"content":"// these files create git diffs every time they are generated,"},{"lineNumber":21,"author":{"gitId":"-"},"content":"// we decided to not commit them to the repository."},{"lineNumber":22,"author":{"gitId":"-"},"content":"// However, we still want to verify that they are present."},{"lineNumber":23,"author":{"gitId":"-"},"content":"const plantumlGeneratedFilesForTestSites \u003d {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" test_site: ["},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u00279c9e77fc0a983cb6b592e65733787bec.png\u0027,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u0027inline-output.png\u0027,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u0027diagrams/activity.png\u0027,"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u0027diagrams/class.png\u0027,"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u0027diagrams/component.png\u0027,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u0027diagrams/object.png\u0027,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u0027diagrams/sequence.png\u0027,"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u0027diagrams/state.png\u0027,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u0027diagrams/usecase.png\u0027,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u0027sub_site/inline-output/inline-puml-image.png\u0027,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":36,"author":{"gitId":"-"},"content":"};"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"const plantumlGeneratedFilesForConvertSites \u003d {};"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"const plantumlGeneratedFilesForTemplateSites \u003d {"},{"lineNumber":41,"author":{"gitId":"-"},"content":" test_project: [\u0027diagrams/example.png\u0027],"},{"lineNumber":42,"author":{"gitId":"-"},"content":"};"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"module.exports \u003d {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" testSites,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" testConvertSites,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" testTemplateSites,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" plantumlGeneratedFilesForTestSites,"},{"lineNumber":49,"author":{"gitId":"-"},"content":" plantumlGeneratedFilesForConvertSites,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" plantumlGeneratedFilesForTemplateSites,"},{"lineNumber":51,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"KevinEyo1":1,"-":50}},{"path":"packages/cli/test/functional/test_site/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"website-content\"},[_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Normal footnotes:\")]),_v(\"\\nHere is a footnote reference,\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-1\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-1\"}},[_v(\"[1]\")])])]),_v(\" and another.\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-2\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-2\"}},[_v(\"[2]\")])])])],1),_v(\" \"),_c(\u0027p\u0027,[_v(\"Here is a repeated footnote to \"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-1\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-1\"}},[_v(\"[1:1]\")])])])],1),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Inline footnotes:\")]),_v(\"\\nHere is an inline note.\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-3\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-3\"}},[_v(\"[3]\")])])])],1)]),_v(\" \"),_m(8),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"text\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-2-1\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-2-1\"}},[_v(\"[1]\")])])]),_v(\", text2\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-2-2\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-2-2\"}},[_v(\"[2]\")])])])],1)]),_v(\" \"),_m(9),_v(\" \"),_c(\u0027div\u0027,[_v(\" front back \")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"arrayVarItem1\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"arrayVarItem2\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"nestedVarValue\")]),_v(\" \"),_m(10),_v(\" \"),_c(\u0027p\u0027,[_v(\"This variable can be referenced.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"References can be several levels deep.\")]),_v(\" \"),_m(11),_v(\" \"),_c(\u0027p\u0027,[_v(\"Page Variable with Global Variable\")]),_v(\" \"),_m(12),_v(\" \"),_c(\u0027p\u0027,[_v(\"Global Variable Overriding Page Variable\")]),_v(\" \"),_m(13),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16),_v(\" \"),_m(17),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Panel with keyword\")])]},proxy:true}])},[_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])]),_v(\" \"),_m(18),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-with-heading\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h1\u0027,{attrs:{\"id\":\"panel-with-heading\"}},[_v(\"Panel with heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-heading\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])]),_v(\" \"),_m(19),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-without-heading-with-keyword\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h1\u0027,{attrs:{\"id\":\"panel-without-heading-with-keyword\"}},[_v(\"Panel without heading with keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-without-heading-with-keyword\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027h1\u0027,{attrs:{\"id\":\"keyword-should-be-tagged-to-this-heading-not-the-panel-heading\"}},[_v(\"Keyword should be tagged to this heading, not the panel heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#keyword-should-be-tagged-to-this-heading-not-the-panel-heading\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])])]),_v(\" \"),_m(20),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"panelId\":\"panel-with-heading-with-keyword\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h1\u0027,{attrs:{\"id\":\"panel-with-heading-with-keyword\"}},[_v(\"Panel with heading with keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-heading-with-keyword\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027h1\u0027,{attrs:{\"id\":\"keyword-should-be-tagged-to-the-panel-heading-not-this-heading\"}},[_v(\"Keyword should be tagged to the panel heading, not this heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#keyword-should-be-tagged-to-the-panel-heading-not-this-heading\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])])]),_v(\" \"),_m(21),_v(\" \"),_m(22),_v(\" \"),_m(23),_v(\" \"),_m(24),_v(\" \"),_m(25),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"Keyword with included heading\")]),_v(\" \"),_m(26),_v(\" \"),_m(27),_v(\" \"),_m(28),_v(\" \"),_m(29),_v(\" \"),_m(30),_v(\" \"),_m(31),_v(\" \"),_c(\u0027div\u0027,[_m(32),_v(\" \"),_m(33),_v(\" \"),_c(\u0027p\u0027,[_v(\"There are many techniques used during a requirements gathering. The following are some of the techniques.\")]),_v(\" \"),_m(34),_v(\" \"),_c(\u0027p\u0027,[_v(\"Brainstorming is a group activity designed to generate a large number of diverse and creative ideas for the solution\\nof a problem. In a brainstorming session there are no \\\"bad\\\" ideas.\\nThe aim is to generate ideas; not to validate them. Brainstorming encourages you to \\\"think outside the box\\\" and\\nput \\\"crazy\\\" ideas on the table without fear of rejection.\")]),_v(\" \"),_m(35),_v(\" \"),_c(\u0027p\u0027,[_v(\"Carefully designed questionnaires can be used to solicit responses and opinions from a large number of users regarding\\nany current system or a new innovation.\")]),_v(\" \"),_m(36),_v(\" \"),_c(\u0027p\u0027,[_v(\"Focus groups are a kind of informal interview within an interactive group setting.\\nA \"),_c(\u0027tooltip\u0027,{scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"e.g. potential users, beta testers\")]},proxy:true}])},[_v(\"group of people\")]),_v(\"\\nare asked about their understanding of a specific issue or a process.\\nFocus groups can bring out undiscovered conflicts and misunderstandings among stakeholder interests which can then be\\nresolved or clarified as necessary.\")],1)]),_v(\" \"),_m(37),_v(\" \"),_m(38),_v(\" \"),_m(39),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"name\":\"Boilerplate Referencing\"}},[_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/UserStories._include_.html\",\"no-close\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Boilerplate Includes\")])]},proxy:true}])})],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"name\":\"Referencing specified path in boilerplate\"}},[_m(40),_v(\" \"),_c(\u0027p\u0027,[_v(\"Like static include, pages within the site should be able to use files located in folders within boilerplate.\")]),_v(\" \"),_m(41),_v(\" \"),_m(42),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/NonFunctionalRequirements._include_.html\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Tested with the folllowing include\")])]},proxy:true}])})],1),_v(\" \"),_m(43),_v(\" \"),_m(44),_v(\" \"),_m(45),_v(\" \"),_m(46),_v(\" \"),_m(47),_v(\" \"),_m(48),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This is a page from another MarkBind site.\\nThe purpose of this page is to ensure that reuse works as expected.\\nAll the following images should display correctly.\")]),_v(\" \"),_m(49),_v(\" \"),_c(\u0027p\u0027,[_v(\"PIC tags:\\n\"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"https://dummyimage.com/600x400/000/fff\"}})],1),_v(\" \"),_m(50),_v(\" \"),_m(51),_v(\" \"),_c(\u0027p\u0027,[_v(\"Within DIV tag:\")]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"imageTest\"}},[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})],1)]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})],1),_v(\" \"),_m(52),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site is /test_site/sub_site/nested_sub_site.\")]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site page\u0027s include should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site page\u0027s include is /test_site/sub_site/nested_sub_site.\")])])])]),_v(\" \"),_m(53),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a sub site should correctly evaluate\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in sub_site is /test_site/sub_site.\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Subsite including nested subsite:\")])]),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site is /test_site/sub_site/nested_sub_site.\")]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site page\u0027s include should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site page\u0027s include is /test_site/sub_site/nested_sub_site.\")])])])])],1)]),_v(\" \"),_m(54),_v(\" \"),_c(\u0027div\u0027,[_v(\"As we establish requirements, they should be recorded in some way for future reference,\\nusually called a requirement specification. Furthermore, it is advisable to show these requirements to stakeholders,\\nand refine requirements based on their feedback. The next phase is to convert requirements into a product\\nspecification that specifies how the product will address the requirements. \")]),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/SpecifyingRequirements._include_.html#preview\",\"type\":\"minimal\",\"fragment\":\"preview\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(55),_v(\" \"),_m(56),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/testBaseUrlInIncludeSrc._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(57),_v(\" \"),_m(58),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/testBaseUrlInIncludeSrc._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(59),_v(\" \"),_m(60),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/testBaseUrlInIncludeSrcSubSite._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(61),_v(\" \"),_m(62),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/testBaseUrlInIncludeSrcSubSite._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(63),_v(\" \"),_m(64),_v(\" \"),_m(65),_v(\" \"),_m(66),_v(\" \"),_m(67),_v(\" \"),_m(68),_v(\" \"),_m(69),_v(\" \"),_m(70),_v(\" \"),_m(71),_v(\" \"),_m(72),_v(\" \"),_m(73),_v(\" \"),_c(\u0027panel\u0027,[_c(\u0027span\u0027,{staticClass:\"card-title\",attrs:{\"slot\":\"header\"},slot:\"header\"},[_v(\"\\n Heading\\n \")])]),_v(\" \"),_m(74),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-without-src-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-without-src-header\"}},[_v(\"Panel without src header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-without-src-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel without src content heading\")])])])]),_v(\" \"),_m(75),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/PanelNormalSource._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-normal-src-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-normal-src-header\"}},[_v(\"Panel with normal src header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-normal-src-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(76),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/PanelSourceContainsSegment._include_.html#segment\",\"expanded\":\"\",\"fragment\":\"segment\",\"panelId\":\"panel-with-src-from-a-page-segment-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-from-a-page-segment-header\"}},[_v(\"Panel with src from a page segment header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-from-a-page-segment-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(77),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/boilerTestPanel._include_.html\",\"expanded\":\"\",\"panelId\":\"boilerplate-referencing\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"boilerplate-referencing\"}},[_v(\"Boilerplate referencing\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#boilerplate-referencing\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanelsDuplicate/boilerTestPanel._include_.html\",\"expanded\":\"\",\"panelId\":\"boilerplate-referencing-2\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"boilerplate-referencing-2\"}},[_v(\"Boilerplate referencing 2\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#boilerplate-referencing-2\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/notInside._include_.html\",\"expanded\":\"\",\"panelId\":\"referencing-specified-path-in-boilerplate\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"referencing-specified-path-in-boilerplate\"}},[_v(\"Referencing specified path in boilerplate\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#referencing-specified-path-in-boilerplate\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(78),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/NestedPanel._include_.html\",\"expanded\":\"\",\"panelId\":\"outer-nested-panel\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"outer-nested-panel\"}},[_v(\"Outer nested panel\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#outer-nested-panel\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(79),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"outer-nested-panel-without-src\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"outer-nested-panel-without-src\"}},[_v(\"Outer nested panel without src\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#outer-nested-panel-without-src\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content of outer nested panel\")])]),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"inner-panel-header-without-src\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"inner-panel-header-without-src\"}},[_v(\"Inner panel header without src\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#inner-panel-header-without-src\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content of inner nested panel\")])])])],1),_v(\" \"),_m(80),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/index._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-src-from-another-markbind-site-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-from-another-markbind-site-header\"}},[_v(\"Panel with src from another MarkBind site header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-from-another-markbind-site-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/testReuseSubsite._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-src-from-another-markbind-site-header-2\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-from-another-markbind-site-header-2\"}},[_v(\"Panel with src from another MarkBind site header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-from-another-markbind-site-header-2\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])})],1),_v(\" \"),_m(81),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027trigger\u0027,{attrs:{\"for\":\"modal-with-panel\"}},[_v(\"trigger\")])],1),_v(\" \"),_c(\u0027modal\u0027,{attrs:{\"id\":\"modal-with-panel\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_v(\"modal title with panel inside\")]},proxy:true}])},[_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-inside-modal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-inside-modal\"}},[_v(\"Panel inside modal\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-inside-modal\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content inside modal\")])])])],1),_v(\" \"),_m(82),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"panelId\":\"unexpanded-panel-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"unexpanded-panel-header\"}},[_v(\"Unexpanded panel header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#unexpanded-panel-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content of unexpanded panel should not appear in search data\")])]),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-header-inside-unexpanded-panel-should-not-appear-in-search-data\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-header-inside-unexpanded-panel-should-not-appear-in-search-data\"}},[_v(\"Panel header inside unexpanded panel should not appear in search data\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-header-inside-unexpanded-panel-should-not-appear-in-search-data\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content inside unexpanded panel should not appear in search data\")])])])],1),_v(\" \"),_m(83),_v(\" \"),_c(\u0027div\u0027,[_m(84),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"info\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Expandable panel without closing transition\")])]},proxy:true}])},[_v(\"\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n\")]),_v(\" \"),_m(85),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"info\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Expanded panel without transition\")])]},proxy:true}])},[_v(\"\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n\")]),_v(\" \"),_m(86),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027em\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal panel without closing transition \"),_c(\u0027strong\u0027,[_v(\"-\u003e\")])])])])]},proxy:true},{key:\"_alt\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Minimal panel 1\")])]},proxy:true}])},[_v(\"\\n Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n\")]),_v(\" \"),_m(87),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027em\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal panel without closing transition \"),_c(\u0027strong\u0027,[_v(\"-\u003e\")])])])])]},proxy:true},{key:\"_alt\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Minimal panel 2\")])]},proxy:true}])},[_v(\"\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n\")])],1),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test popover has no stray space\")]),_v(\"\\n(\"),_c(\u0027popover\u0027,{scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"content\")]},proxy:true}])},[_v(\"There should be no stray space before this\")]),_v(\")\")],1),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test tooltip has no stray space\")]),_v(\"\\n(\"),_c(\u0027tooltip\u0027,{scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"content\")]},proxy:true}])},[_v(\"There should be no stray space before this\")]),_v(\")\")],1),_v(\" \"),_m(88),_v(\" \"),_m(89),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/activity.png\",\"alt\":\"activity diagram\"}}),_v(\" \"),_m(90),_v(\" \"),_c(\u0027div\u0027,[_m(91),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/inline-output.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/9c9e77fc0a983cb6b592e65733787bec.png\"}}),_v(\" \"),_m(92),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/sequence.png\"}}),_v(\" \"),_m(93),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/usecase.png\"}}),_v(\" \"),_m(94),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/class.png\"}})],1),_v(\" \"),_m(95),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/inline-output/inline-puml-image.png\"}}),_v(\" \"),_m(96),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/activity.png\"}}),_v(\" \"),_m(97),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/component.png\"}}),_v(\" \"),_m(98),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/state.png\"}}),_v(\" \"),_m(99),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/object.png\"}})],1),_v(\" \"),_m(100),_v(\" \"),_m(101),_v(\" \"),_m(102),_v(\" \"),_c(\u0027div\u0027,{pre:true},[_v(\"{{ variable interpolation syntax can be used with v-pre }}\")]),_v(\" \"),_c(\u0027div\u0027,{pre:true},[_v(\"{{ nonExistentVariable }}\")]),_v(\" \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers\"}},[_v(\"{{ code elements should automatically be assigned v-pre }}\")]),_c(\u0027hr\u0027,{staticClass:\"footnotes-sep\"}),_v(\" \"),_c(\u0027section\u0027,{staticClass:\"footnotes\"},[_c(\u0027ol\u0027,{staticClass:\"footnotes-list\"},[_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-1-1\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Here is the footnote. Footnotes will appear at the bottom of the page.\")])])]},proxy:true}])}),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-1-2\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Here\u0027s one with multiple blocks.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Subsequent paragraphs are indented to show that they\\nbelong to the previous footnote.\")])])]},proxy:true}])}),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-1-3\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Inlines notes are easier to write, since\\nyou don\u0027t have to pick an identifier and move down to type the\\nnote.\")])])]},proxy:true}])}),_v(\" \"),_m(103),_v(\" \"),_m(104),_v(\" \"),_m(105),_v(\" \"),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-2-1\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"footnote1\")])])]},proxy:true}])}),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-2-2\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"footnote2\")])])]},proxy:true}])}),_v(\" \"),_m(106),_m(107)],1)])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"navbar-brand page-nav-title\",\"href\":\"#\"}},[_v(\"Testing Page Navigation\")]),_v(\" \"),_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-multiple-keywords\"}},[_v(\"Heading with multiple keywords‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-keyword-in-panel\"}},[_v(\"Heading with keyword in panel‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-heading\"}},[_v(\"Panel with heading‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-without-heading-with-keyword\"}},[_v(\"Panel without heading with keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#keyword-should-be-tagged-to-this-heading-not-the-panel-heading\"}},[_v(\"Keyword should be tagged to this heading, not the panel heading‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-heading-with-keyword\"}},[_v(\"Panel with heading with keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-fragment-with-leading-spaces-and-newline\"}},[_v(\"Heading \\nFragment with leading spaces and newline\\n‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-included-keyword\"}},[_v(\"Heading with included keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#included-heading\"}},[_v(\"Included Heading‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-nested-keyword\"}},[_v(\"Heading with nested keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-hidden-keyword\"}},[_v(\"Heading with hidden keyword‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#establishing-requirements\"}},[_v(\"Establishing Requirements‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#brainstorming\"}},[_v(\"Brainstorming‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#user-surveys\"}},[_v(\"User surveys‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#focus-groups\"}},[_v(\"Focus groups‎\")])])]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#path-within-the-boilerplate-folder-is-separately-specified\"}},[_v(\"Path within the boilerplate folder is separately specified‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#feature-list\"}},[_v(\"Feature list‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-without-src-header\"}},[_v(\"Panel without src header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-normal-src-header\"}},[_v(\"Panel with normal src header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-src-from-a-page-segment-header\"}},[_v(\"Panel with src from a page segment header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#boilerplate-referencing\"}},[_v(\"Boilerplate referencing‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#boilerplate-referencing-2\"}},[_v(\"Boilerplate referencing 2‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#referencing-specified-path-in-boilerplate\"}},[_v(\"Referencing specified path in boilerplate‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#outer-nested-panel\"}},[_v(\"Outer nested panel‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#outer-nested-panel-without-src\"}},[_v(\"Outer nested panel without src‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#inner-panel-header-without-src\"}},[_v(\"Inner panel header without src‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-src-from-another-markbind-site-header\"}},[_v(\"Panel with src from another MarkBind site header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-src-from-another-markbind-site-header-2\"}},[_v(\"Panel with src from another MarkBind site header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#unexpanded-panel-header\"}},[_v(\"Unexpanded panel header‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\"}},[_v(\"Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed‎\")])])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(108)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cmarkdown\u003e\")]),_v(\" and \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cmd\u003e\")]),_v(\" elements\")])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"-"},"content":") {"},{"lineNumber":17,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This should be wrapped in a \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cp\u003e\")]),_v(\" tag as it uses the block-level markdown renderer\")])])}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"-"},"content":") {"},{"lineNumber":20,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027span\u0027,[_v(\"\\nThis should not be wrapped in a \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cp\u003e\")]),_v(\" tag as it uses the inline markdown renderer\\n\")])}"},{"lineNumber":21,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"-"},"content":") {"},{"lineNumber":23,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"mt-2\"},[_c(\u0027pre\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs\"}},[_c(\u0027span\u0027,[_v(\"\u003cmarkdown\u003e elements allow block-level markdown without needing a leading newline.\\n\")]),_c(\u0027span\u0027,[_v(\"Hence, the contained markdown should be parsed and output as is, without any parsing errors.\\n\")]),_c(\u0027span\u0027,[_v(\"\u003c/invalidhtml\u003e\\n\")])])])])}"},{"lineNumber":24,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"-"},"content":") {"},{"lineNumber":26,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027span\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cmd\u003e\")]),_v(\" elements allow inline-level markdown even in a non-markdown token.\\nHence, the contained markdown should be parsed and output as is, without any parsing errors.\\n\"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003c/invalid\u003e\")]),_v(\".\\n\")])}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"-"},"content":") {"},{"lineNumber":29,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test footnotes\")])])}"},{"lineNumber":30,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"-"},"content":") {"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test include footnotes from hash\")])])}"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":35,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nunjucks SetExt\")])])}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"-"},"content":") {"},{"lineNumber":38,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Variables that reference another variable\")])])}"},{"lineNumber":39,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"-"},"content":") {"},{"lineNumber":41,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Global Variables can be referenced in {% set %}\")])])}"},{"lineNumber":42,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"-"},"content":") {"},{"lineNumber":44,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Global Variables should override {% set %}\")])])}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"-"},"content":") {"},{"lineNumber":47,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test Page Variable and Included Variable Integrations\")])])}"},{"lineNumber":48,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"-"},"content":") {"},{"lineNumber":50,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Outer Page Variable Should Not Leak Into Inner Pages\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Outer Page Variable Should Not Leak Into Inner Pages\")])])}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"-"},"content":") {"},{"lineNumber":53,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-multiple-keywords\"}},[_v(\"Heading with multiple keywords\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-multiple-keywords\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":54,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"-"},"content":") {"},{"lineNumber":56,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"keyword 1\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"keyword 2\")])])}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"-"},"content":") {"},{"lineNumber":59,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-keyword-in-panel\"}},[_v(\"Heading with keyword in panel\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-keyword-in-panel\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"-"},"content":") {"},{"lineNumber":62,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with heading with keyword\")])])}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"-"},"content":") {"},{"lineNumber":65,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Expanded panel without heading with keyword\")])])}"},{"lineNumber":66,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":67,"author":{"gitId":"-"},"content":") {"},{"lineNumber":68,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Unexpanded panel with heading with keyword\")])])}"},{"lineNumber":69,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":70,"author":{"gitId":"-"},"content":") {"},{"lineNumber":71,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-fragment-with-leading-spaces-and-newline\"}},[_v(\"Heading \"),_c(\u0027div\u0027,[_c(\u0027pre\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers\"}},[_v(\"Fragment with leading spaces and newline\\n\")])])]),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-fragment-with-leading-spaces-and-newline\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":72,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":73,"author":{"gitId":"-"},"content":") {"},{"lineNumber":74,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"The \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"id\")]),_v(\" for the above heading should be \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"heading-fragment-with-leading-spaces-and-newline\")]),_v(\" in total.\\nThis test ensures heading ids are assigned last (e.g. after \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cinclude /\u003e\")]),_v(\"s are processed).\")])}"},{"lineNumber":75,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":76,"author":{"gitId":"-"},"content":") {"},{"lineNumber":77,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-included-keyword\"}},[_v(\"Heading with included keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-included-keyword\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":78,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":79,"author":{"gitId":"-"},"content":") {"},{"lineNumber":80,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"included keyword\")])])])}"},{"lineNumber":81,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":82,"author":{"gitId":"-"},"content":") {"},{"lineNumber":83,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"included-heading\"}},[_v(\"Included Heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#included-heading\",\"onclick\":\"event.stopPropagation()\"}})])])}"},{"lineNumber":84,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":85,"author":{"gitId":"-"},"content":") {"},{"lineNumber":86,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-nested-keyword\"}},[_v(\"Heading with nested keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-nested-keyword\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":87,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":88,"author":{"gitId":"-"},"content":") {"},{"lineNumber":89,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"nested keyword\")])])])])}"},{"lineNumber":90,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":91,"author":{"gitId":"-"},"content":") {"},{"lineNumber":92,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-hidden-keyword\"}},[_v(\"Heading with hidden keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-hidden-keyword\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":93,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":94,"author":{"gitId":"-"},"content":") {"},{"lineNumber":95,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword d-none\"},[_v(\"invisible keyword\")])])}"},{"lineNumber":96,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":97,"author":{"gitId":"-"},"content":") {"},{"lineNumber":98,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with frontmatter shown tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-frontmatter-shown\"}},[_v(\"\\nDiv with shown tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with site shown tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-shown\"}},[_v(\"\\nDiv with site shown tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with multiple tags\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-shown tag-other\"}},[_v(\"\\nDiv with multiple tags\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with hidden tag (Hidden)\")])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag in included file\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-included-file\"}},[_v(\"\\nDiv with tag in included file\\n\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-exp-shown\"}},[_v(\"\\nDiv with tag matching general tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general tag and specific tag (Hidden)\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching frontmatter tag overridden by matching site tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-override-shown\"}},[_v(\"\\nDiv with tag matching frontmatter tag overridden by matching site tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general frontmatter tag not overridden by matching specific site tag (Hidden)\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general frontmatter tag overridden by matching specific site tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-override-shown\"}},[_v(\"\\nDiv with tag matching general frontmatter tag overridden by matching specific site tag\\n\")])])}"},{"lineNumber":99,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":100,"author":{"gitId":"-"},"content":") {"},{"lineNumber":101,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Normal include\")])])}"},{"lineNumber":102,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":103,"author":{"gitId":"-"},"content":") {"},{"lineNumber":104,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"establishing-requirements\"}},[_v(\"Establishing Requirements\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#establishing-requirements\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":105,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":106,"author":{"gitId":"-"},"content":") {"},{"lineNumber":107,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027span\u0027,{attrs:{\"id\":\"preview\"}},[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])])}"},{"lineNumber":108,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":109,"author":{"gitId":"-"},"content":") {"},{"lineNumber":110,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"brainstorming\"}},[_v(\"Brainstorming\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#brainstorming\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":111,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":112,"author":{"gitId":"-"},"content":") {"},{"lineNumber":113,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"user-surveys\"}},[_v(\"User surveys\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#user-surveys\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":114,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":115,"author":{"gitId":"-"},"content":") {"},{"lineNumber":116,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"focus-groups\"}},[_v(\"Focus groups\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#focus-groups\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":117,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":118,"author":{"gitId":"-"},"content":") {"},{"lineNumber":119,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include segment\")])])}"},{"lineNumber":120,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":121,"author":{"gitId":"-"},"content":") {"},{"lineNumber":122,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])}"},{"lineNumber":123,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":124,"author":{"gitId":"-"},"content":") {"},{"lineNumber":125,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Boilerplate include\")])])}"},{"lineNumber":126,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":127,"author":{"gitId":"-"},"content":") {"},{"lineNumber":128,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"path-within-the-boilerplate-folder-is-separately-specified\"}},[_v(\"Path within the boilerplate folder is separately specified\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#path-within-the-boilerplate-folder-is-separately-specified\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":129,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":130,"author":{"gitId":"-"},"content":") {"},{"lineNumber":131,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Also, the boilerplate file name (e.g. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"inside.md\")]),_v(\") and the file that it is supposed to act as (\"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"notInside.md\")]),_v(\") can be different.\")])}"},{"lineNumber":132,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":133,"author":{"gitId":"-"},"content":") {"},{"lineNumber":134,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This file should behaves as if it is in the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"requirements\")]),_v(\" folder:\")])}"},{"lineNumber":135,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":136,"author":{"gitId":"-"},"content":") {"},{"lineNumber":137,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested include\")])])}"},{"lineNumber":138,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":139,"author":{"gitId":"-"},"content":") {"},{"lineNumber":140,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Establishing requirements\")]),_v(\": \"),_c(\u0027span\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Specifying requirements\")]),_v(\": \"),_c(\u0027span\u0027,[_v(\"As we establish requirements, they should be recorded in some way for future reference,\\nusually called a requirement specification. Furthermore, it is advisable to show these requirements to stakeholders,\\nand refine requirements based on their feedback. The next phase is to convert requirements into a product\\nspecification that specifies how the product will address the requirements. \")])])])])}"},{"lineNumber":141,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":142,"author":{"gitId":"-"},"content":") {"},{"lineNumber":143,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"HTML include\")])])}"},{"lineNumber":144,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":145,"author":{"gitId":"-"},"content":") {"},{"lineNumber":146,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This is a HTML document\")]),_v(\" \"),_c(\u0027span\u0027,[_v(\"It is \"),_c(\u0027strong\u0027,[_v(\"possible\")]),_v(\" to use Markdown in HTML\")])])}"},{"lineNumber":147,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":148,"author":{"gitId":"-"},"content":") {"},{"lineNumber":149,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include from another MarkBind site\")])])}"},{"lineNumber":150,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":151,"author":{"gitId":"-"},"content":") {"},{"lineNumber":152,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This is a page from another MarkBind site.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"feature-list\"}},[_v(\"Feature list\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#feature-list\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"It is a list of features (or functionalities) grouped according to some criteria such as priority\\n(e.g. must-have, nice-to-have, etc. ), order of delivery, object or process related\\n(e.g. order-related, invoice-related, etc.).\\nHere is a sample feature list from Minesweeper (only a brief description has been provided to save space).\")]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Basic play – Single player play.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Difficulty levels – Additional Medium and Advanced levels.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Versus play – Two players can play against each other.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Timer – Additional fixed time restriction on the player.\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"image\"}},[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})])])}"},{"lineNumber":153,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":154,"author":{"gitId":"-"},"content":") {"},{"lineNumber":155,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"IMG tags:\\n\"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://dummyimage.com/600x400/000/fff\"}})])}"},{"lineNumber":156,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":157,"author":{"gitId":"-"},"content":") {"},{"lineNumber":158,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Anchor:\\n\"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://dummyimage.com/600x400/000/fff\"}},[_v(\"External Image\")])])}"},{"lineNumber":159,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":160,"author":{"gitId":"-"},"content":") {"},{"lineNumber":161,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/sub_site/images/I\u0027m%20not%20allowed%20to%20use%20my%20favorite%20tool.png\"}},[_v(\"Link to picture\")]),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"id\":\"namedAnchor\"}},[_v(\"Named Anchor\")]),_v(\" \"),_c(\u0027a\u0027,[_v(\"Anchor with no attributes\")])])}"},{"lineNumber":162,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":163,"author":{"gitId":"-"},"content":") {"},{"lineNumber":164,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include nested sub-site directly\")])])}"},{"lineNumber":165,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":166,"author":{"gitId":"-"},"content":") {"},{"lineNumber":167,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include nested sub-site from sub-site\")])])}"},{"lineNumber":168,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":169,"author":{"gitId":"-"},"content":") {"},{"lineNumber":170,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file using baseUrl\")])])}"},{"lineNumber":171,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":172,"author":{"gitId":"-"},"content":") {"},{"lineNumber":173,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-folder that uses baseUrl\")])])}"},{"lineNumber":174,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":175,"author":{"gitId":"-"},"content":") {"},{"lineNumber":176,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])])}"},{"lineNumber":177,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":178,"author":{"gitId":"-"},"content":") {"},{"lineNumber":179,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-folder that uses baseUrl using baseUrl\")])])}"},{"lineNumber":180,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":181,"author":{"gitId":"-"},"content":") {"},{"lineNumber":182,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])])}"},{"lineNumber":183,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":184,"author":{"gitId":"-"},"content":") {"},{"lineNumber":185,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-site that uses baseUrl\")])])}"},{"lineNumber":186,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":187,"author":{"gitId":"-"},"content":") {"},{"lineNumber":188,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})])])}"},{"lineNumber":189,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":190,"author":{"gitId":"-"},"content":") {"},{"lineNumber":191,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-site that uses baseUrl using baseUrl\")])])}"},{"lineNumber":192,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":193,"author":{"gitId":"-"},"content":") {"},{"lineNumber":194,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})])])}"},{"lineNumber":195,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":196,"author":{"gitId":"-"},"content":") {"},{"lineNumber":197,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Trimmed include\")])])}"},{"lineNumber":198,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":199,"author":{"gitId":"-"},"content":") {"},{"lineNumber":200,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027span\u0027,[_c(\u0027br\u0027),_v(\"\\nFragment with leading spaces and newline\")])])])}"},{"lineNumber":201,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":202,"author":{"gitId":"-"},"content":") {"},{"lineNumber":203,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Trimmed include fragment\")])])}"},{"lineNumber":204,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":205,"author":{"gitId":"-"},"content":") {"},{"lineNumber":206,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Before | \"),_c(\u0027span\u0027,[_v(\"Fragment with leading spaces and newline\")]),_v(\" | After\")])])}"},{"lineNumber":207,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":208,"author":{"gitId":"-"},"content":") {"},{"lineNumber":209,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include with custom variables\")])])}"},{"lineNumber":210,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":211,"author":{"gitId":"-"},"content":") {"},{"lineNumber":212,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable as include attribute\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable as include attribute\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable with markdown\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027strong\u0027,[_v(\"Included variable with markdown\")])])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable as attribute\")])]),_v(\" \"),_c(\u0027p\u0027,{staticStyle:{\"color\":\"blue\"}},[_v(\"Test\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable as HTML element\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027span\u0027,[_v(\"Included variable within HTML element\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable overridden by variables.md\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Global Variable Overriding Included Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variables in included file\")])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Included variable in outer included file\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable overriding inner variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Inner included variables should not leak into other files\")])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Should be blank:\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable with global variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable with Global Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks set overridden by include variable and global variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks import overridden by include variable and global variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks set overridden by include variable and global variable in nested include\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks import overridden by include variable and global variable in nested include\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test missing variable with default\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Missing Variable\")])])}"},{"lineNumber":213,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":214,"author":{"gitId":"-"},"content":") {"},{"lineNumber":215,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Variables for includes should not be recognised as page variables, hence, there should be no text between \"),_c(\u0027strong\u0027,[_v(\"this\")])])}"},{"lineNumber":216,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":217,"author":{"gitId":"-"},"content":") {"},{"lineNumber":218,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"and \"),_c(\u0027strong\u0027,[_v(\"this\")]),_v(\".\")])}"},{"lineNumber":219,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":220,"author":{"gitId":"-"},"content":") {"},{"lineNumber":221,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Included variables should not leak into other files\")])])}"},{"lineNumber":222,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":223,"author":{"gitId":"-"},"content":") {"},{"lineNumber":224,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Should be blank:\")])])}"},{"lineNumber":225,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":226,"author":{"gitId":"-"},"content":") {"},{"lineNumber":227,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with shorthand heading syntax\")])])}"},{"lineNumber":228,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":229,"author":{"gitId":"-"},"content":") {"},{"lineNumber":230,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel without src\")])])}"},{"lineNumber":231,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":232,"author":{"gitId":"-"},"content":") {"},{"lineNumber":233,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with normal src\")])])}"},{"lineNumber":234,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":235,"author":{"gitId":"-"},"content":") {"},{"lineNumber":236,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with src from a page segment\")])])}"},{"lineNumber":237,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":238,"author":{"gitId":"-"},"content":") {"},{"lineNumber":239,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with boilerplate\")])])}"},{"lineNumber":240,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":241,"author":{"gitId":"-"},"content":") {"},{"lineNumber":242,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested panel\")])])}"},{"lineNumber":243,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":244,"author":{"gitId":"-"},"content":") {"},{"lineNumber":245,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested panel without src\")])])}"},{"lineNumber":246,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":247,"author":{"gitId":"-"},"content":") {"},{"lineNumber":248,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with src from another MarkBind site\")])])}"},{"lineNumber":249,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":250,"author":{"gitId":"-"},"content":") {"},{"lineNumber":251,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Modal with panel inside\")])])}"},{"lineNumber":252,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":253,"author":{"gitId":"-"},"content":") {"},{"lineNumber":254,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Unexpanded panel\")])])}"},{"lineNumber":255,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":256,"author":{"gitId":"-"},"content":") {"},{"lineNumber":257,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test panel closing transitions\")])])}"},{"lineNumber":258,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":259,"author":{"gitId":"-"},"content":") {"},{"lineNumber":260,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested Panel with height greater than viewport\")])])}"},{"lineNumber":261,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":262,"author":{"gitId":"-"},"content":") {"},{"lineNumber":263,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested Panel with height smaller than viewport\")])])}"},{"lineNumber":264,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":265,"author":{"gitId":"-"},"content":") {"},{"lineNumber":266,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal Panel with height greater than viewport\")])])}"},{"lineNumber":267,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":268,"author":{"gitId":"-"},"content":") {"},{"lineNumber":269,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal Panel with height smaller than viewport\")])])}"},{"lineNumber":270,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":271,"author":{"gitId":"-"},"content":") {"},{"lineNumber":272,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test search indexing\")])])}"},{"lineNumber":273,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":274,"author":{"gitId":"-"},"content":") {"},{"lineNumber":275,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test PlantUML live reload without include\")])])}"},{"lineNumber":276,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":277,"author":{"gitId":"-"},"content":") {"},{"lineNumber":278,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test PlantUML live reload with include\")])])}"},{"lineNumber":279,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":280,"author":{"gitId":"-"},"content":") {"},{"lineNumber":281,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"PlantUML Test\")])])}"},{"lineNumber":282,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":283,"author":{"gitId":"-"},"content":") {"},{"lineNumber":284,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Sequence Diagram\")])])}"},{"lineNumber":285,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":286,"author":{"gitId":"-"},"content":") {"},{"lineNumber":287,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Use Case Diagram\")])])}"},{"lineNumber":288,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":289,"author":{"gitId":"-"},"content":") {"},{"lineNumber":290,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Class Diagram\")])])}"},{"lineNumber":291,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":292,"author":{"gitId":"-"},"content":") {"},{"lineNumber":293,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test PlantUML in sub folder\")])])}"},{"lineNumber":294,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":295,"author":{"gitId":"-"},"content":") {"},{"lineNumber":296,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Activity Diagram\")])])}"},{"lineNumber":297,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":298,"author":{"gitId":"-"},"content":") {"},{"lineNumber":299,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Component Diagram\")])])}"},{"lineNumber":300,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":301,"author":{"gitId":"-"},"content":") {"},{"lineNumber":302,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"State Diagram\")])])}"},{"lineNumber":303,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":304,"author":{"gitId":"-"},"content":") {"},{"lineNumber":305,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Object Diagram\")])])}"},{"lineNumber":306,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":307,"author":{"gitId":"-"},"content":") {"},{"lineNumber":308,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h2\u0027,{staticClass:\"no-index\",attrs:{\"id\":\"level-2-header-inside-headingsearchindex-with-no-index-attribute-should-not-be-indexed\"}},[_v(\"Level 2 header (inside headingSearchIndex) with no-index attribute should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#level-2-header-inside-headingsearchindex-with-no-index-attribute-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":309,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":310,"author":{"gitId":"-"},"content":") {"},{"lineNumber":311,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h6\u0027,{staticClass:\"always-index\",attrs:{\"id\":\"level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\"}},[_v(\"Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":312,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":313,"author":{"gitId":"-"},"content":") {"},{"lineNumber":314,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks raw tags\")])])}"},{"lineNumber":315,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":316,"author":{"gitId":"-"},"content":") {"},{"lineNumber":317,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-1-1\"}},[_c(\u0027p\u0027,[_v(\"Here is the footnote. Footnotes will appear at the bottom of the page.\")])])}"},{"lineNumber":318,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":319,"author":{"gitId":"-"},"content":") {"},{"lineNumber":320,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-1-2\"}},[_c(\u0027p\u0027,[_v(\"Here\u0027s one with multiple blocks.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Subsequent paragraphs are indented to show that they\\nbelong to the previous footnote.\")])])}"},{"lineNumber":321,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":322,"author":{"gitId":"-"},"content":") {"},{"lineNumber":323,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-1-3\"}},[_c(\u0027p\u0027,[_v(\"Inlines notes are easier to write, since\\nyou don\u0027t have to pick an identifier and move down to type the\\nnote.\")])])}"},{"lineNumber":324,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":325,"author":{"gitId":"-"},"content":") {"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-2-1\"}},[_c(\u0027p\u0027,[_v(\"footnote1\")])])}"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-2-2\"}},[_c(\u0027p\u0027,[_v(\"footnote2\")])])}"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":332,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":333,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":334,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"-":324,"yiwen101":10}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site/expected/plugins/web3Form/web-3-form.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"LamJiuFong"},"content":".web-3-form input,"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":".web-3-form select,"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":".web-3-form textarea {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding: 12px;"},{"lineNumber":6,"author":{"gitId":"-"},"content":" border: 1px solid #ccc;"},{"lineNumber":7,"author":{"gitId":"-"},"content":" border-radius: 4px;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" box-sizing: border-box;"},{"lineNumber":9,"author":{"gitId":"-"},"content":" margin-top: 6px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" margin-bottom: 16px;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" resize: vertical;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":3,"-":9}},{"path":"packages/cli/test/functional/test_site/expected/siteData.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"enableSearch\": true,"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":4,"author":{"gitId":"-"},"content":" {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"src\": \"bugs/index.md\","},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"title\": \"Open Bugs\","},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":9,"author":{"gitId":"-"},"content":" },"},{"lineNumber":10,"author":{"gitId":"-"},"content":" {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"panel-with-heading\": \"Panel with heading\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"panel-without-heading-with-keyword\": \"Panel without heading with keyword\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"panel-with-heading-with-keyword\": \"Panel with heading with keyword\","},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"panel-without-src-header\": \"Panel without src header\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"panel-with-normal-src-header\": \"Panel with normal src header\","},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"panel-with-src-from-a-page-segment-header\": \"Panel with src from a page segment header\","},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"boilerplate-referencing\": \"Boilerplate referencing\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"boilerplate-referencing-2\": \"Boilerplate referencing 2\","},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"referencing-specified-path-in-boilerplate\": \"Referencing specified path in boilerplate\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"outer-nested-panel\": \"Outer nested panel\","},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"outer-nested-panel-without-src\": \"Outer nested panel without src\","},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"panel-with-src-from-another-markbind-site-header\": \"Panel with src from another MarkBind site header\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"panel-with-src-from-another-markbind-site-header-2\": \"Panel with src from another MarkBind site header\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"unexpanded-panel-header\": \"Unexpanded panel header\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"keyword-should-be-tagged-to-this-heading-not-the-panel-heading\": \"Keyword should be tagged to this heading, not the panel heading\","},{"lineNumber":29,"author":{"gitId":"-"},"content":" \"panel-normal-source-content-headings\": \"Panel normal source content headings\","},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"panel-source-segment-content-headings\": \"Panel source segment content headings\","},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"boilerplate-test-for-panel-heading\": \"boilerplate test for panel heading\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"heading-in-panel-boilerplate\": \"heading in panel boilerplate\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"nested-panel\": \"Nested Panel\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"normal-panel-content-heading\": \"Normal panel content heading\","},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"inner-panel-header-without-src\": \"Inner panel header without src\","},{"lineNumber":36,"author":{"gitId":"-"},"content":" \"feature-list\": \"Feature list\","},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"heading-with-multiple-keywords\": \"Heading with multiple keywords\","},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"heading-with-keyword-in-panel\": \"Heading with keyword in panel\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"heading-fragment-with-leading-spaces-and-newline\": \"Heading \\nFragment with leading spaces and newline\\n\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"heading-with-included-keyword\": \"Heading with included keyword\","},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"included-heading\": \"Included Heading\","},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"heading-with-nested-keyword\": \"Heading with nested keyword\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"heading-with-hidden-keyword\": \"Heading with hidden keyword\","},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"establishing-requirements\": \"Establishing Requirements\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"brainstorming\": \"Brainstorming\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"user-surveys\": \"User surveys\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"focus-groups\": \"Focus groups\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"path-within-the-boilerplate-folder-is-separately-specified\": \"Path within the boilerplate folder is separately specified\","},{"lineNumber":49,"author":{"gitId":"-"},"content":" \"level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\": \"Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed\""},{"lineNumber":50,"author":{"gitId":"-"},"content":" },"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"headingKeywords\": {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"heading-with-keyword-in-panel\": ["},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":54,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \"panel-with-heading\": ["},{"lineNumber":56,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":57,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \"keyword-should-be-tagged-to-this-heading-not-the-panel-heading\": ["},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":61,"author":{"gitId":"-"},"content":" \"panel-with-heading-with-keyword\": ["},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \"heading-with-multiple-keywords\": ["},{"lineNumber":65,"author":{"gitId":"-"},"content":" \"keyword 1\","},{"lineNumber":66,"author":{"gitId":"-"},"content":" \"keyword 2\""},{"lineNumber":67,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \"heading-with-included-keyword\": ["},{"lineNumber":69,"author":{"gitId":"-"},"content":" \"included keyword\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"included-heading\": ["},{"lineNumber":72,"author":{"gitId":"-"},"content":" \"Keyword with included heading\""},{"lineNumber":73,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \"heading-with-nested-keyword\": ["},{"lineNumber":75,"author":{"gitId":"-"},"content":" \"nested keyword\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \"heading-with-hidden-keyword\": ["},{"lineNumber":78,"author":{"gitId":"-"},"content":" \"invisible keyword\""},{"lineNumber":79,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"-"},"content":" },"},{"lineNumber":82,"author":{"gitId":"-"},"content":" {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/index.md\","},{"lineNumber":84,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" \"feature-list\": \"Feature list\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" },"},{"lineNumber":87,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":" {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/nested_sub_site/index.md\","},{"lineNumber":91,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":92,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":93,"author":{"gitId":"-"},"content":" },"},{"lineNumber":94,"author":{"gitId":"-"},"content":" {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \"src\": \"test_md_fragment.md\","},{"lineNumber":96,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \"some-heading\": \"Some heading\""},{"lineNumber":98,"author":{"gitId":"-"},"content":" },"},{"lineNumber":99,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":100,"author":{"gitId":"-"},"content":" },"},{"lineNumber":101,"author":{"gitId":"-"},"content":" {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \"src\": \"testEmptyFrontmatter.md\","},{"lineNumber":103,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":104,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":106,"author":{"gitId":"-"},"content":" },"},{"lineNumber":107,"author":{"gitId":"-"},"content":" {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" \"src\": \"testLayoutsOverride.md\","},{"lineNumber":109,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":110,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":112,"author":{"gitId":"-"},"content":" },"},{"lineNumber":113,"author":{"gitId":"-"},"content":" {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \"src\": \"testEmptyAltFrontMatter.md\","},{"lineNumber":115,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":116,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":117,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":118,"author":{"gitId":"-"},"content":" },"},{"lineNumber":119,"author":{"gitId":"-"},"content":" {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" \"src\": \"testLayoutsOverrideWithAltFrontmatter.md\","},{"lineNumber":121,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":122,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":123,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":124,"author":{"gitId":"-"},"content":" },"},{"lineNumber":125,"author":{"gitId":"-"},"content":" {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \"src\": \"testAltFrontMatterInvalidKeyValue.md\","},{"lineNumber":127,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":128,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" \"src\": \"testSingleAltFrontMatter.md\","},{"lineNumber":133,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":134,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":135,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":136,"author":{"gitId":"-"},"content":" },"},{"lineNumber":137,"author":{"gitId":"-"},"content":" {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \"src\": \"testAltFrontMatterParsing.md\","},{"lineNumber":139,"author":{"gitId":"-"},"content":" \"title\": \"new title\","},{"lineNumber":140,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":141,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":142,"author":{"gitId":"-"},"content":" },"},{"lineNumber":143,"author":{"gitId":"-"},"content":" {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" \"src\": \"testExternalScripts.md\","},{"lineNumber":145,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":146,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":148,"author":{"gitId":"-"},"content":" },"},{"lineNumber":149,"author":{"gitId":"-"},"content":" {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \"src\": \"testLayouts.md\","},{"lineNumber":151,"author":{"gitId":"-"},"content":" \"title\": \"Test nunjucks path resolving\","},{"lineNumber":152,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":153,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":154,"author":{"gitId":"-"},"content":" },"},{"lineNumber":155,"author":{"gitId":"-"},"content":" {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \"src\": \"testLayoutsWithAltFrontMatter.md\","},{"lineNumber":157,"author":{"gitId":"-"},"content":" \"title\": \"Test nunjucks path resolving\","},{"lineNumber":158,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":159,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \"src\": \"testNunjucksPathResolving.md\","},{"lineNumber":163,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":164,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":165,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":166,"author":{"gitId":"-"},"content":" },"},{"lineNumber":167,"author":{"gitId":"-"},"content":" {"},{"lineNumber":168,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/testNunjucksPathResolving.md\","},{"lineNumber":169,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":170,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":171,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/nested_sub_site/testNunjucksPathResolving.md\","},{"lineNumber":175,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":176,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":177,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":178,"author":{"gitId":"-"},"content":" },"},{"lineNumber":179,"author":{"gitId":"-"},"content":" {"},{"lineNumber":180,"author":{"gitId":"-"},"content":" \"src\": \"testAntiFOUCStyles.md\","},{"lineNumber":181,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":182,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":183,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":184,"author":{"gitId":"-"},"content":" },"},{"lineNumber":185,"author":{"gitId":"-"},"content":" {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \"src\": \"testAnchorGeneration.md\","},{"lineNumber":187,"author":{"gitId":"-"},"content":" \"title\": \"Anchor Generation Test\","},{"lineNumber":188,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \"should-have-anchor-7\": \"should have anchor\","},{"lineNumber":190,"author":{"gitId":"-"},"content":" \"should-have-anchor-20\": \"should have anchor\","},{"lineNumber":191,"author":{"gitId":"-"},"content":" \"should-have-anchor-8\": \"should have anchor\","},{"lineNumber":192,"author":{"gitId":"-"},"content":" \"should-have-anchor-9\": \"should have anchor\","},{"lineNumber":193,"author":{"gitId":"-"},"content":" \"should-have-anchor-10\": \"should have anchor\","},{"lineNumber":194,"author":{"gitId":"-"},"content":" \"should-have-anchor-11\": \"should have anchor\","},{"lineNumber":195,"author":{"gitId":"-"},"content":" \"should-have-anchor-21\": \"should have anchor\","},{"lineNumber":196,"author":{"gitId":"-"},"content":" \"should-have-anchor-22\": \"should have anchor\","},{"lineNumber":197,"author":{"gitId":"-"},"content":" \"should-have-anchor-23\": \"should have anchor\","},{"lineNumber":198,"author":{"gitId":"-"},"content":" \"should-have-anchor-24\": \"should have anchor\","},{"lineNumber":199,"author":{"gitId":"-"},"content":" \"root-file\": \"Root file\","},{"lineNumber":200,"author":{"gitId":"-"},"content":" \"should-have-anchor\": \"should have anchor\","},{"lineNumber":201,"author":{"gitId":"-"},"content":" \"should-have-anchor-2\": \"should have anchor\","},{"lineNumber":202,"author":{"gitId":"-"},"content":" \"should-have-anchor-3\": \"should have anchor\","},{"lineNumber":203,"author":{"gitId":"-"},"content":" \"should-have-anchor-4\": \"should have anchor\","},{"lineNumber":204,"author":{"gitId":"-"},"content":" \"included-file\": \"Included File\","},{"lineNumber":205,"author":{"gitId":"-"},"content":" \"should-have-anchor-14\": \"should have anchor\","},{"lineNumber":206,"author":{"gitId":"-"},"content":" \"should-have-anchor-15\": \"should have anchor\","},{"lineNumber":207,"author":{"gitId":"-"},"content":" \"should-have-anchor-16\": \"should have anchor\","},{"lineNumber":208,"author":{"gitId":"-"},"content":" \"should-have-anchor-17\": \"should have anchor\""},{"lineNumber":209,"author":{"gitId":"-"},"content":" },"},{"lineNumber":210,"author":{"gitId":"-"},"content":" \"headingKeywords\": {},"},{"lineNumber":211,"author":{"gitId":"-"},"content":" \"frontmatterKeywords\": \"testFrontmatterKeywords\""},{"lineNumber":212,"author":{"gitId":"-"},"content":" },"},{"lineNumber":213,"author":{"gitId":"-"},"content":" {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" \"src\": \"testAnnotate.md\","},{"lineNumber":215,"author":{"gitId":"-"},"content":" \"title\": \"Annotate Feature Test\","},{"lineNumber":216,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" \"content\": \"Content\""},{"lineNumber":218,"author":{"gitId":"-"},"content":" },"},{"lineNumber":219,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":220,"author":{"gitId":"-"},"content":" },"},{"lineNumber":221,"author":{"gitId":"-"},"content":" {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" \"src\": \"testTooltipSpacing.md\","},{"lineNumber":223,"author":{"gitId":"-"},"content":" \"title\": \"Tooltip Spacing Test\","},{"lineNumber":224,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" \"569-stray-space-after-tooltip\": \"569: Stray space after tooltip\""},{"lineNumber":226,"author":{"gitId":"-"},"content":" },"},{"lineNumber":227,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":228,"author":{"gitId":"-"},"content":" },"},{"lineNumber":229,"author":{"gitId":"-"},"content":" {"},{"lineNumber":230,"author":{"gitId":"-"},"content":" \"src\": \"testThumbnails.md\","},{"lineNumber":231,"author":{"gitId":"-"},"content":" \"title\": \"Thumbnails Test\","},{"lineNumber":232,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":233,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":234,"author":{"gitId":"-"},"content":" },"},{"lineNumber":235,"author":{"gitId":"-"},"content":" {"},{"lineNumber":236,"author":{"gitId":"-"},"content":" \"src\": \"testPlantUML.md\","},{"lineNumber":237,"author":{"gitId":"-"},"content":" \"title\": \"PlantUML Test\","},{"lineNumber":238,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":239,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":240,"author":{"gitId":"-"},"content":" },"},{"lineNumber":241,"author":{"gitId":"-"},"content":" {"},{"lineNumber":242,"author":{"gitId":"-"},"content":" \"src\": \"testCodeBlocks.md\","},{"lineNumber":243,"author":{"gitId":"-"},"content":" \"title\": \"Test: Code Blocks\","},{"lineNumber":244,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":245,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":246,"author":{"gitId":"-"},"content":" },"},{"lineNumber":247,"author":{"gitId":"-"},"content":" {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" \"src\": \"testIncludePluginsRendered.md\","},{"lineNumber":249,"author":{"gitId":"-"},"content":" \"title\": \"Included files should have plugins rendered on them\","},{"lineNumber":250,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":251,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":252,"author":{"gitId":"-"},"content":" },"},{"lineNumber":253,"author":{"gitId":"-"},"content":" {"},{"lineNumber":254,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeMultipleModals.md\","},{"lineNumber":255,"author":{"gitId":"-"},"content":" \"title\": \"Multiple inclusions of a modal should be supported\","},{"lineNumber":256,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":257,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":258,"author":{"gitId":"-"},"content":" },"},{"lineNumber":259,"author":{"gitId":"-"},"content":" {"},{"lineNumber":260,"author":{"gitId":"-"},"content":" \"src\": \"testPopovers.md\","},{"lineNumber":261,"author":{"gitId":"-"},"content":" \"title\": \"Test: Popovers\","},{"lineNumber":262,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" \"nested-panel\": \"Nested Panel\","},{"lineNumber":264,"author":{"gitId":"-"},"content":" \"normal-panel-content-heading\": \"Normal panel content heading\","},{"lineNumber":265,"author":{"gitId":"-"},"content":" \"some-heading\": \"Some heading\","},{"lineNumber":266,"author":{"gitId":"-"},"content":" \"some-heading-2\": \"Some heading\""},{"lineNumber":267,"author":{"gitId":"-"},"content":" },"},{"lineNumber":268,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":269,"author":{"gitId":"-"},"content":" },"},{"lineNumber":270,"author":{"gitId":"-"},"content":" {"},{"lineNumber":271,"author":{"gitId":"-"},"content":" \"src\": \"testPopoverTrigger.md\","},{"lineNumber":272,"author":{"gitId":"-"},"content":" \"title\": \"Popover initiated by trigger should honor trigger attribute\","},{"lineNumber":273,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":274,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":275,"author":{"gitId":"-"},"content":" },"},{"lineNumber":276,"author":{"gitId":"-"},"content":" {"},{"lineNumber":277,"author":{"gitId":"-"},"content":" \"src\": \"testModals.md\","},{"lineNumber":278,"author":{"gitId":"-"},"content":" \"title\": \"Test: Modals\","},{"lineNumber":279,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":280,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":281,"author":{"gitId":"-"},"content":" },"},{"lineNumber":282,"author":{"gitId":"-"},"content":" {"},{"lineNumber":283,"author":{"gitId":"-"},"content":" \"src\": \"testDates.md\","},{"lineNumber":284,"author":{"gitId":"-"},"content":" \"title\": \"Nunjucks date filter tests\","},{"lineNumber":285,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":286,"author":{"gitId":"-"},"content":" \"dates\": \"Dates\""},{"lineNumber":287,"author":{"gitId":"-"},"content":" },"},{"lineNumber":288,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":289,"author":{"gitId":"-"},"content":" },"},{"lineNumber":290,"author":{"gitId":"-"},"content":" {"},{"lineNumber":291,"author":{"gitId":"-"},"content":" \"src\": \"testVariableContainsInclude.md\","},{"lineNumber":292,"author":{"gitId":"-"},"content":" \"title\": \"Variable should be able to store included content fragments\","},{"lineNumber":293,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" \"content-fragment\": \"content fragment\""},{"lineNumber":295,"author":{"gitId":"-"},"content":" },"},{"lineNumber":296,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":297,"author":{"gitId":"-"},"content":" },"},{"lineNumber":298,"author":{"gitId":"-"},"content":" {"},{"lineNumber":299,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeBoilerplate.md\","},{"lineNumber":300,"author":{"gitId":"-"},"content":" \"title\": \"Content inside \u003cinclude\u003e should not be processed by markdown\","},{"lineNumber":301,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":302,"author":{"gitId":"-"},"content":" \"hello\": \"hello\""},{"lineNumber":303,"author":{"gitId":"-"},"content":" },"},{"lineNumber":304,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":305,"author":{"gitId":"-"},"content":" },"},{"lineNumber":306,"author":{"gitId":"-"},"content":" {"},{"lineNumber":307,"author":{"gitId":"-"},"content":" \"src\": \"testPanels.md\","},{"lineNumber":308,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels\","},{"lineNumber":309,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":310,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":311,"author":{"gitId":"-"},"content":" },"},{"lineNumber":312,"author":{"gitId":"-"},"content":" {"},{"lineNumber":313,"author":{"gitId":"-"},"content":" \"src\": \"testPanelMarkdownParsing.md\","},{"lineNumber":314,"author":{"gitId":"-"},"content":" \"title\": \"markdown-it should parse minimized panel as inline element and normal panel as block element\","},{"lineNumber":315,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":316,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":317,"author":{"gitId":"-"},"content":" },"},{"lineNumber":318,"author":{"gitId":"-"},"content":" {"},{"lineNumber":319,"author":{"gitId":"-"},"content":" \"src\": \"testCenterText.md\","},{"lineNumber":320,"author":{"gitId":"-"},"content":" \"title\": \"Center-aligned text test\","},{"lineNumber":321,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" \"center-text\": \"Center Text\""},{"lineNumber":323,"author":{"gitId":"-"},"content":" },"},{"lineNumber":324,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":325,"author":{"gitId":"-"},"content":" },"},{"lineNumber":326,"author":{"gitId":"-"},"content":" {"},{"lineNumber":327,"author":{"gitId":"-"},"content":" \"src\": \"testHr.md\","},{"lineNumber":328,"author":{"gitId":"-"},"content":" \"title\": \"create different types of horizontal rules\","},{"lineNumber":329,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":330,"author":{"gitId":"-"},"content":" \"different-types-of-horizontal-rules\": \"Different types of horizontal rules\""},{"lineNumber":331,"author":{"gitId":"-"},"content":" },"},{"lineNumber":332,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":333,"author":{"gitId":"-"},"content":" },"},{"lineNumber":334,"author":{"gitId":"-"},"content":" {"},{"lineNumber":335,"author":{"gitId":"-"},"content":" \"src\": \"testPageNav.md\","},{"lineNumber":336,"author":{"gitId":"-"},"content":" \"title\": \"text interpolation should be skipped appropriately\","},{"lineNumber":337,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":338,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":339,"author":{"gitId":"-"},"content":" },"},{"lineNumber":340,"author":{"gitId":"-"},"content":" {"},{"lineNumber":341,"author":{"gitId":"-"},"content":" \"src\": \"testPanelsClosingTransition.md\","},{"lineNumber":342,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels closing transition\","},{"lineNumber":343,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":344,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":345,"author":{"gitId":"-"},"content":" },"},{"lineNumber":346,"author":{"gitId":"-"},"content":" {"},{"lineNumber":347,"author":{"gitId":"-"},"content":" \"src\": \"testLinks.md\","},{"lineNumber":348,"author":{"gitId":"-"},"content":" \"title\": \"Autolink tests\","},{"lineNumber":349,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":350,"author":{"gitId":"-"},"content":" \"autolinks\": \"Autolinks\""},{"lineNumber":351,"author":{"gitId":"-"},"content":" },"},{"lineNumber":352,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":353,"author":{"gitId":"-"},"content":" },"},{"lineNumber":354,"author":{"gitId":"-"},"content":" {"},{"lineNumber":355,"author":{"gitId":"-"},"content":" \"src\": \"testTree.md\","},{"lineNumber":356,"author":{"gitId":"-"},"content":" \"title\": \"Tree tests\","},{"lineNumber":357,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":358,"author":{"gitId":"-"},"content":" \"tree\": \"Tree\","},{"lineNumber":359,"author":{"gitId":"-"},"content":" \"single-tree\": \"Single Tree\","},{"lineNumber":360,"author":{"gitId":"-"},"content":" \"multiple-tree\": \"Multiple Tree\","},{"lineNumber":361,"author":{"gitId":"-"},"content":" \"inline-markdown\": \"Inline Markdown\""},{"lineNumber":362,"author":{"gitId":"-"},"content":" },"},{"lineNumber":363,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":364,"author":{"gitId":"-"},"content":" },"},{"lineNumber":365,"author":{"gitId":"-"},"content":" {"},{"lineNumber":366,"author":{"gitId":"-"},"content":" \"src\": \"testMath.md\","},{"lineNumber":367,"author":{"gitId":"-"},"content":" \"title\": \"Math formulae should be displayed correctly, with additional plugin\","},{"lineNumber":368,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":369,"author":{"gitId":"-"},"content":" \"math-formulae\": \"Math Formulae\","},{"lineNumber":370,"author":{"gitId":"-"},"content":" \"markbind-supports-typesetting-tex-math-equations\": \"Markbind supports typesetting TeX math equations\","},{"lineNumber":371,"author":{"gitId":"-"},"content":" \"additional-delimiters-can-be-used-if-mathdelimiters-plugin-is-enabled\": \"Additional delimiters can be used if mathDelimiters plugin is enabled\""},{"lineNumber":372,"author":{"gitId":"-"},"content":" },"},{"lineNumber":373,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":374,"author":{"gitId":"-"},"content":" },"},{"lineNumber":375,"author":{"gitId":"-"},"content":" {"},{"lineNumber":376,"author":{"gitId":"-"},"content":" \"src\": \"testImages.md\","},{"lineNumber":377,"author":{"gitId":"-"},"content":" \"title\": \"Rendering of images according to specified dimension and auto-linkify ability\","},{"lineNumber":378,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":379,"author":{"gitId":"-"},"content":" \"images\": \"Images\","},{"lineNumber":380,"author":{"gitId":"-"},"content":" \"alt\": \"Alt\","},{"lineNumber":381,"author":{"gitId":"-"},"content":" \"dimension\": \"Dimension\","},{"lineNumber":382,"author":{"gitId":"-"},"content":" \"linkify\": \"Linkify\""},{"lineNumber":383,"author":{"gitId":"-"},"content":" },"},{"lineNumber":384,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":385,"author":{"gitId":"-"},"content":" },"},{"lineNumber":386,"author":{"gitId":"-"},"content":" {"},{"lineNumber":387,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavTarget.md\","},{"lineNumber":388,"author":{"gitId":"-"},"content":" \"title\": \"Bootstrap scrollspy related classes should be applied only if there are navigable headings\","},{"lineNumber":389,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":390,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":391,"author":{"gitId":"-"},"content":" },"},{"lineNumber":392,"author":{"gitId":"-"},"content":" {"},{"lineNumber":393,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithoutTitleAndNavHeadings.md\","},{"lineNumber":394,"author":{"gitId":"-"},"content":" \"title\": \"page nav separator should be omitted when there is no title and navigation headings added\","},{"lineNumber":395,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":396,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":397,"author":{"gitId":"-"},"content":" },"},{"lineNumber":398,"author":{"gitId":"-"},"content":" {"},{"lineNumber":399,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithOnlyTitle.md\","},{"lineNumber":400,"author":{"gitId":"-"},"content":" \"title\": \"page nav with title added\","},{"lineNumber":401,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":402,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":403,"author":{"gitId":"-"},"content":" },"},{"lineNumber":404,"author":{"gitId":"-"},"content":" {"},{"lineNumber":405,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavPrint.md\","},{"lineNumber":406,"author":{"gitId":"-"},"content":" \"title\": \"printing page nav\","},{"lineNumber":407,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":408,"author":{"gitId":"-"},"content":" \"h1\": \"H1\","},{"lineNumber":409,"author":{"gitId":"-"},"content":" \"h2\": \"H2\""},{"lineNumber":410,"author":{"gitId":"-"},"content":" },"},{"lineNumber":411,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":412,"author":{"gitId":"-"},"content":" },"},{"lineNumber":413,"author":{"gitId":"-"},"content":" {"},{"lineNumber":414,"author":{"gitId":"-"},"content":" \"src\": \"testWeb3FormPlugin.md\","},{"lineNumber":415,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\","},{"lineNumber":416,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":417,"author":{"gitId":"-"},"content":" \"i-am-a-header\": \"🚀 I am a header\""},{"lineNumber":418,"author":{"gitId":"-"},"content":" },"},{"lineNumber":419,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":420,"author":{"gitId":"-"},"content":" },"},{"lineNumber":421,"author":{"gitId":"-"},"content":" {"},{"lineNumber":422,"author":{"gitId":"-"},"content":" \"src\": \"testList.md\","},{"lineNumber":423,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\","},{"lineNumber":424,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":425,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":426,"author":{"gitId":"-"},"content":" },"},{"lineNumber":427,"author":{"gitId":"-"},"content":" {"},{"lineNumber":428,"author":{"gitId":"-"},"content":" \"src\": \"testFontAwesomeInPage.md\","},{"lineNumber":429,"author":{"gitId":"-"},"content":" \"title\": \"font-awesome icon in page, only font-awesome stylesheet should be loaded\","},{"lineNumber":430,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":431,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":432,"author":{"gitId":"-"},"content":" },"},{"lineNumber":433,"author":{"gitId":"-"},"content":" {"},{"lineNumber":434,"author":{"gitId":"-"},"content":" \"src\": \"testGlyphiconInPage.md\","},{"lineNumber":435,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon icon in page, only glyphicon stylesheet should be loaded\","},{"lineNumber":436,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":437,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":438,"author":{"gitId":"-"},"content":" },"},{"lineNumber":439,"author":{"gitId":"-"},"content":" {"},{"lineNumber":440,"author":{"gitId":"-"},"content":" \"src\": \"testMaterialIconsInPage.md\","},{"lineNumber":441,"author":{"gitId":"-"},"content":" \"title\": \"material-icons icon in page, only material-icons stylesheet should be loaded\","},{"lineNumber":442,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":443,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":444,"author":{"gitId":"-"},"content":" },"},{"lineNumber":445,"author":{"gitId":"-"},"content":" {"},{"lineNumber":446,"author":{"gitId":"-"},"content":" \"src\": \"testOcticonInPage.md\","},{"lineNumber":447,"author":{"gitId":"-"},"content":" \"title\": \"octicon icon in page, only octicon stylesheet should be loaded\","},{"lineNumber":448,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":449,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":450,"author":{"gitId":"-"},"content":" },"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testBootstrapIconInPage.md\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"title\": \"bootstrap icon in page, only octicon stylesheet should be loaded\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"headings\": {},"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"headingKeywords\": {}"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":457,"author":{"gitId":"-"},"content":" {"},{"lineNumber":458,"author":{"gitId":"-"},"content":" \"src\": \"testIconsInSiteLayout.md\","},{"lineNumber":459,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon \u0026 octicon icon in page, only glyphicon \u0026 octicon stylesheets should be loaded\","},{"lineNumber":460,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":461,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testSourceContainScript.md\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"title\": \"Test: If source contains script or css, when included, the script or css should be included\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"headings\": {"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"panel-with-src-that-contains-css-and-script-header\": \"Panel with src that contains css and script header\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"h1-text\": \"\\n\\n\\n h1 text\\n \\n\""},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"headingKeywords\": {}"},{"lineNumber":471,"author":{"gitId":"-"},"content":" }"},{"lineNumber":472,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":473,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"-":458,"yiwen101":15}},{"path":"packages/cli/test/functional/test_site/expected/stylesheets/styles.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site/expected/testBootstrapIconInPage.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})])],1)])}"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"};"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"A bootstrap icon is supposed to appear here ---\u003e \"),_c(\u0027i\u0027,{staticClass:\"bi-terminal-dash\"})])}"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"There is one bootstrap-icons icon in this page content.\")])])}"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Open up console. Only bootstrap-icons stylesheet should be loaded!\")])])}"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"}];"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" "}],"authorContributionMap":{"yiwen101":22}},{"path":"packages/cli/test/functional/test_site/expected/testList.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_m(11),_v(\" \"),_m(12),_v(\" \"),_m(13),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16),_v(\" \"),_m(17),_v(\" \"),_m(18),_v(\" \"),_m(19),_v(\" \"),_m(20),_v(\" \"),_m(21),_v(\" \"),_m(22),_v(\" \"),_m(23),_v(\" \"),_m(24),_v(\" \"),_m(25),_v(\" \"),_m(26),_v(\" \"),_m(27),_v(\" \"),_m(28),_v(\" \"),_m(29),_v(\" \"),_m(30),_v(\" \"),_m(31),_v(\" \"),_m(32),_v(\" \"),_m(33),_v(\" \"),_m(34),_v(\" \"),_m(35),_v(\" \"),_m(36),_v(\" \"),_m(37),_v(\" \"),_m(38),_v(\" \"),_m(39),_v(\" \"),_m(40),_v(\" \"),_m(41),_v(\" \"),_m(42),_v(\" \"),_m(43),_v(\" \"),_m(44),_v(\" \"),_m(45),_v(\" \"),_m(46),_v(\" \"),_m(47),_v(\" \"),_m(48),_v(\" \"),_m(49),_v(\" \"),_m(50),_v(\" \"),_m(51),_v(\" \"),_m(52),_v(\" \"),_m(53),_v(\" \"),_m(54),_v(\" \"),_m(55),_v(\" \"),_m(56),_v(\" \"),_m(57),_v(\" \"),_m(58),_v(\" \"),_m(59),_v(\" \"),_m(60),_v(\" \"),_m(61),_v(\" \"),_m(62),_v(\" \"),_m(63),_v(\" \"),_m(64),_v(\" \"),_m(65)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(66)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item\")])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"-"},"content":") {"},{"lineNumber":17,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Only 1 item\")])])}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"-"},"content":") {"},{"lineNumber":20,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item with customization icon\")])])}"},{"lineNumber":21,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"-"},"content":") {"},{"lineNumber":23,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])}"},{"lineNumber":24,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"-"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item with once customization\")])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item with customization text\")])])}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"-"},"content":") {"},{"lineNumber":35,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"-"},"content":") {"},{"lineNumber":38,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list\")])])}"},{"lineNumber":39,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"-"},"content":") {"},{"lineNumber":41,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Only 1 item\")])])])])}"},{"lineNumber":42,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"-"},"content":") {"},{"lineNumber":44,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list with icon customization\")])])}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"-"},"content":") {"},{"lineNumber":47,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])])])])}"},{"lineNumber":48,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"-"},"content":") {"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list with once customization\")])])}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])])])])}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":56,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list with text customization\")])])}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"-"},"content":") {"},{"lineNumber":59,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1.1\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])])])])}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"-"},"content":") {"},{"lineNumber":62,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Basic structure\")])])}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"-"},"content":") {"},{"lineNumber":65,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])])}"},{"lineNumber":66,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":67,"author":{"gitId":"-"},"content":") {"},{"lineNumber":68,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Icon inheritance test\")])])}"},{"lineNumber":69,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":70,"author":{"gitId":"-"},"content":") {"},{"lineNumber":71,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":72,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":73,"author":{"gitId":"-"},"content":") {"},{"lineNumber":74,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Text inheritance test\")])])}"},{"lineNumber":75,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":76,"author":{"gitId":"-"},"content":") {"},{"lineNumber":77,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"First layer\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"First layer\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Third layer\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Third layer\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":78,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":79,"author":{"gitId":"-"},"content":") {"},{"lineNumber":80,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"First item no customization test\")])])}"},{"lineNumber":81,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":82,"author":{"gitId":"-"},"content":") {"},{"lineNumber":83,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"./images/deer.jpg\",\"text\":\"First\"}},[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"fas-file-code\",\"text\":\"Should not be appearing\"}},[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.1\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"./images/deer.jpg\",\"i-width\":\"50px\",\"text\":\"Should not be appearing\"}},[_v(\"Sub-sub-item B3.2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])])}"},{"lineNumber":84,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":85,"author":{"gitId":"-"},"content":") {"},{"lineNumber":86,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Correct first item customization test\")])])}"},{"lineNumber":87,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":88,"author":{"gitId":"-"},"content":") {"},{"lineNumber":89,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":90,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":91,"author":{"gitId":"-"},"content":") {"},{"lineNumber":92,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Testing with various icon attributes\")])])}"},{"lineNumber":93,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":94,"author":{"gitId":"-"},"content":") {"},{"lineNumber":95,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"2rem\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"2rem\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"height\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"height\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,{attrs:{\"i-class\":\"text-danger\"}},[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"1rem\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":96,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":97,"author":{"gitId":"-"},"content":") {"},{"lineNumber":98,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Testing with various text attributes\")])])}"},{"lineNumber":99,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":100,"author":{"gitId":"-"},"content":") {"},{"lineNumber":101,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-primary\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-warning\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 2\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,{attrs:{\"t-class\":\"text-danger\"}},[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":102,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":103,"author":{"gitId":"-"},"content":") {"},{"lineNumber":104,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Mixing text and icon\")])])}"},{"lineNumber":105,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":106,"author":{"gitId":"-"},"content":") {"},{"lineNumber":107,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticClass:\"text-primary\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticClass:\"text-warning\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 2\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"20px\",\"height\":\"20px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"30px\",\"height\":\"30px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"30px\",\"height\":\"30px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,{attrs:{\"t-class\":\"text-danger\"}},[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"30px\",\"height\":\"30px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":108,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":109,"author":{"gitId":"-"},"content":") {"},{"lineNumber":110,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Mixing basic and customized lists\")])])}"},{"lineNumber":111,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":112,"author":{"gitId":"-"},"content":") {"},{"lineNumber":113,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-danger\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-danger\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])}"},{"lineNumber":114,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":115,"author":{"gitId":"-"},"content":") {"},{"lineNumber":116,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Reverse mixing basic and customized lists\")])])}"},{"lineNumber":117,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":118,"author":{"gitId":"-"},"content":") {"},{"lineNumber":119,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])])])}"},{"lineNumber":120,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":121,"author":{"gitId":"-"},"content":") {"},{"lineNumber":122,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Every second list item customized\")])])}"},{"lineNumber":123,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":124,"author":{"gitId":"-"},"content":") {"},{"lineNumber":125,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":126,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":127,"author":{"gitId":"-"},"content":") {"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Once + none + customization\")])])}"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Customization + none + once\")])])}"},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":139,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":140,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Customization + once + none\")])])}"},{"lineNumber":141,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":142,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":143,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":144,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":145,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":146,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Once + customization + none\")])])}"},{"lineNumber":147,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":148,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":149,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":150,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":151,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":152,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"None + customization + once\")])])}"},{"lineNumber":153,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":154,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":155,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"fas-file-code\"}},[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"glyphicon-education\",\"once\":\"true\"}},[_v(\"Item C\")])])}"},{"lineNumber":156,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":157,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":158,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"None + once + customization\")])])}"},{"lineNumber":159,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":160,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":161,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"glyphicon-education\",\"once\":\"true\"}},[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"fas-file-code\"}},[_v(\"Item C\")])])}"},{"lineNumber":162,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":163,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":164,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Customization + once + customization\")])])}"},{"lineNumber":165,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":166,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":167,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":168,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":169,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":170,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"String once\")])])}"},{"lineNumber":171,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":172,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":173,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item C\")])])}"},{"lineNumber":174,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":175,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":176,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"False once for item A, rest of items will inherit\")])])}"},{"lineNumber":177,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":178,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":179,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":180,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":181,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":182,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"False once for item B, will overwrite item A\")])])}"},{"lineNumber":183,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":184,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":185,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":186,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":187,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":188,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Once for specific attributes besides icon, does not overwrite\")])])}"},{"lineNumber":189,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":190,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":191,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"70px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"40px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"70px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":192,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":193,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":194,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"False once for specific attributes besides icon, does overwrite\")])])}"},{"lineNumber":195,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":196,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":197,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"70px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"40px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"40px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":198,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":199,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":200,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Sub-level\")])])}"},{"lineNumber":201,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":202,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":203,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"./images/deer.jpg\",\"i-width\":\"50px\"}},[_v(\"Item C\")])])}"},{"lineNumber":204,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":205,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":206,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":207,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":208,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"KevinEyo1":91,"-":117}},{"path":"packages/cli/test/functional/test_site/expected/testSourceContainScript.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/PanelSourceContainsScript._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-src-that-contains-css-and-script-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-that-contains-css-and-script-header\"}},[_v(\"Panel with src that contains css and script header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-that-contains-css-and-script-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])})],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"};"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" "}],"authorContributionMap":{"yiwen101":16}},{"path":"packages/cli/test/functional/test_site/expected/testWeb3FormPlugin.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"LamJiuFong"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(2),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"info\",\"no-icon\":\"\"}},[_c(\u0027p\u0027,{staticClass:\"h2\"},[_v(\"Contact Us\")]),_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"name\"}},[_v(\"Name\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"text\",\"name\":\"name\",\"required\":\"\",\"placeholder\":\"John Doe\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"email\"}},[_v(\"Email\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"email\",\"name\":\"email\",\"required\":\"\",\"placeholder\":\"johndoe@gmail.com\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"message\"}},[_v(\"Message\")]),_v(\" \"),_c(\u0027textarea\u0027,{attrs:{\"name\":\"message\",\"required\":\"\"}}),_v(\" \"),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])]),_v(\" \"),_m(3),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"info\",\"no-icon\":\"\"}},[_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"name\"}},[_v(\"Name\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"text\",\"name\":\"name\",\"required\":\"\",\"placeholder\":\"John Doe\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"message\"}},[_v(\"Message\")]),_v(\" \"),_c(\u0027textarea\u0027,{attrs:{\"name\":\"message\",\"required\":\"\"}}),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])]),_v(\" \"),_m(4),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"info\",\"no-icon\":\"\"}},[_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027input\u0027,{attrs:{\"type\":\"radio\",\"id\":\"html\",\"name\":\"fav_language\",\"value\":\"HTML\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"html\"}},[_v(\"HTML\")]),_c(\u0027br\u0027),_c(\u0027input\u0027,{attrs:{\"type\":\"radio\",\"id\":\"css\",\"name\":\"fav_language\",\"value\":\"CSS\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"css\"}},[_v(\"CSS\")]),_c(\u0027br\u0027),_c(\u0027input\u0027,{attrs:{\"type\":\"radio\",\"id\":\"javascript\",\"name\":\"fav_language\",\"value\":\"JavaScript\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"javascript\"}},[_v(\"JavaScript\")]),_c(\u0027br\u0027),_c(\u0027input\u0027,{attrs:{\"list\":\"browsers\"}}),_c(\u0027datalist\u0027,{attrs:{\"id\":\"browsers\"}},[_c(\u0027option\u0027,{attrs:{\"value\":\"Internet Explorer\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Firefox\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Chrome\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Opera\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Safari\"}})]),_c(\u0027br\u0027),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])]),_v(\" \"),_m(5),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"warning\",\"no-icon\":\"\"}},[_c(\u0027h3\u0027,{attrs:{\"id\":\"i-am-a-header\"}},[_v(\"🚀 I am a header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#i-am-a-header\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"name\"}},[_v(\"Name\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"text\",\"name\":\"name\",\"required\":\"\",\"placeholder\":\"John Doe\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"email\"}},[_v(\"Email\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"email\",\"name\":\"email\",\"required\":\"\",\"placeholder\":\"johndoe@gmail.com\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"message\"}},[_v(\"Message\")]),_v(\" \"),_c(\u0027textarea\u0027,{attrs:{\"name\":\"message\",\"required\":\"\"}}),_v(\" \"),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Default contact us form\")])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"-"},"content":") {"},{"lineNumber":17,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Form with default inputs\")])])}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"-"},"content":") {"},{"lineNumber":20,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Form with customised inputs\")])])}"},{"lineNumber":21,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"-"},"content":") {"},{"lineNumber":23,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Form with customised options\")])])}"},{"lineNumber":24,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"-"},"content":") {"},{"lineNumber":26,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"LamJiuFong":1,"-":27}},{"path":"packages/cli/test/functional/test_site/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"title: Hello World"},{"lineNumber":3,"author":{"gitId":"-"},"content":"pageNav: \"default\""},{"lineNumber":4,"author":{"gitId":"-"},"content":"pageNavTitle: \"Testing Page Navigation\""},{"lineNumber":5,"author":{"gitId":"-"},"content":"globalOverrideProperty: \"To be overridden by global override\""},{"lineNumber":6,"author":{"gitId":"-"},"content":"frontmatterOverrideProperty: \"To be overridden by frontmatter override\""},{"lineNumber":7,"author":{"gitId":"-"},"content":"globalAndFrontmatterOverrideProperty: \"To be overridden by frontmatter and global override\""},{"lineNumber":8,"author":{"gitId":"-"},"content":"tags: [\"tag-frontmatter-shown\", \"tag-included-file\", \"+tag-exp*\", \"-tag-exp-hidden\", \"-tag-site-override-shown\", \"-tag-site-override-specific*\"]"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"website-content\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"**Test `\u003cmarkdown\u003e` and `\u003cmd\u003e` elements**"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cmarkdown\u003eThis should be wrapped in a `\u003cp\u003e` tag as it uses the block-level markdown renderer\u003c/markdown\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cmd\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"This should not be wrapped in a `\u003cp\u003e` tag as it uses the inline markdown renderer"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003c/md\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cmarkdown class\u003d\"mt-2\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"```"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cmarkdown\u003e elements allow block-level markdown without needing a leading newline."},{"lineNumber":24,"author":{"gitId":"-"},"content":"Hence, the contained markdown should be parsed and output as is, without any parsing errors."},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/invalidhtml\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"```"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003c/markdown\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cmd\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"`\u003cmd\u003e` elements allow inline-level markdown even in a non-markdown token."},{"lineNumber":31,"author":{"gitId":"-"},"content":"Hence, the contained markdown should be parsed and output as is, without any parsing errors."},{"lineNumber":32,"author":{"gitId":"-"},"content":"`\u003c/invalid\u003e`."},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/md\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"**Test footnotes**"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testFootnotes.md\" /\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":"**Test include footnotes from hash**"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"testHashFootnotes.md#import\" /\u003e"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"**Nunjucks SetExt**"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"{% ext externalVar \u003d \"_markbind/variable.json\" %}"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"{{ externalVar.front }} {{ externalVar.back }}"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"{% for val in externalVar.arrayVar %}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"{{ val }}"},{"lineNumber":52,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"{{ externalVar.nestedVar.nestedVarKey }}"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"**Variables that reference another variable**"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"{{finalized_value}}"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"{{reference_level_4}}"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"**Global Variables can be referenced in {% raw %}{% set %}{% endraw %}**"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"{% set page_variable_with_global_variable %}"},{"lineNumber":65,"author":{"gitId":"-"},"content":"Page Variable with {{ global_variable }}"},{"lineNumber":66,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":67,"author":{"gitId":"-"},"content":"{{ page_variable_with_global_variable }}"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"**Global Variables should override {% raw %}{% set %}{% endraw %}**"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"{% set page_global_variable_overriding_page_variable %}"},{"lineNumber":72,"author":{"gitId":"-"},"content":"**Should not appear**: Page Variable overridden by Global Variable"},{"lineNumber":73,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":74,"author":{"gitId":"-"},"content":"{{ page_global_variable_overriding_page_variable }}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"**Test Page Variable and Included Variable Integrations**"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"{% set outerNunjucksVariable %}"},{"lineNumber":79,"author":{"gitId":"-"},"content":"Outer Nunjucks Variable"},{"lineNumber":80,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testPageVariablesInInclude.md\" /\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":"# Heading with multiple keywords"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword\"\u003ekeyword 1\u003c/span\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword\"\u003ekeyword 2\u003c/span\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":"# Heading with keyword in panel"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Panel with keyword\" expanded\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":"**Panel with heading with keyword**"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"# Panel with heading\" expanded\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"**Expanded panel without heading with keyword**"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"# Panel without heading with keyword\" expanded\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":""},{"lineNumber":103,"author":{"gitId":"-"},"content":" # Keyword should be tagged to this heading, not the panel heading"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":"**Unexpanded panel with heading with keyword**"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"# Panel with heading with keyword\"\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":" # Keyword should be tagged to the panel heading, not this heading"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"# Heading \u003cinclude src\u003d\"testTrimIncludeFragment.md#fragment\" /\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"The `id` for the above heading should be `heading-fragment-with-leading-spaces-and-newline` in total."},{"lineNumber":117,"author":{"gitId":"-"},"content":"This test ensures heading ids are assigned last (e.g. after `\u003cinclude /\u003e`s are processed)."},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"# Heading with included keyword"},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testKeyword.md\" /\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testKeywordHeading.md\" /\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword\"\u003eKeyword with included heading\u003c/span\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":"# Heading with nested keyword"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003cdiv\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003cdiv\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003cdiv\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003enested keyword\u003c/span\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"# Heading with hidden keyword"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword d-none\"\u003einvisible keyword\u003c/span\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testTags.md\" /\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"**Normal include**"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/EstablishingRequirements.md\" /\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"**Include segment**"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/EstablishingRequirements.md#preview\" /\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"**Boilerplate include**"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/boilerTest.md\" name\u003d\"Boilerplate Referencing\" boilerplate /\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/notInside.md\" name\u003d\"Referencing specified path in boilerplate\" boilerplate\u003d\"folder/inside.md\"/\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"**Nested include**"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/nestedInclude.md\" /\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":"**HTML include**"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testInclude.html\" /\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"**Include from another MarkBind site**"},{"lineNumber":162,"author":{"gitId":"-"},"content":""},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/index.md\" /\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testReuseSubsite.md\" /\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testReuseSubsite.md#imageTest\" /\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":"**Include nested sub-site directly**"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/nested_sub_site/index.md\" /\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"**Include nested sub-site from sub-site**"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testSubsiteAndNestedSubsiteBaseUrl.md\" /\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":""},{"lineNumber":179,"author":{"gitId":"-"},"content":"**Include a file using baseUrl**"},{"lineNumber":180,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"{{baseUrl}}/requirements/SpecifyingRequirements.md#preview\" /\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/requirements/SpecifyingRequirements.md#preview\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":"**Include a file in a sub-folder that uses baseUrl**"},{"lineNumber":184,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/testBaseUrlInIncludeSrc.md\" /\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"requirements/testBaseUrlInIncludeSrc.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":"**Include a file in a sub-folder that uses baseUrl using baseUrl**"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"{{baseUrl}}/requirements/testBaseUrlInIncludeSrc.md\" /\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/requirements/testBaseUrlInIncludeSrc.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"**Include a file in a sub-site that uses baseUrl**"},{"lineNumber":192,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testBaseUrlInIncludeSrcSubSite.md\" /\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"sub_site/testBaseUrlInIncludeSrcSubSite.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"**Include a file in a sub-site that uses baseUrl using baseUrl**"},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"{{baseUrl}}/sub_site/testBaseUrlInIncludeSrcSubSite.md\" /\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/sub_site/testBaseUrlInIncludeSrcSubSite.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"**Trimmed include** "},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"**\u003cinclude src\u003d\"testTrimInclude.md\" trim inline /\u003e**"},{"lineNumber":202,"author":{"gitId":"-"},"content":""},{"lineNumber":203,"author":{"gitId":"-"},"content":"**Trimmed include fragment**"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"**Before | \u003cinclude src\u003d\"testTrimIncludeFragment.md#fragment\" trim inline /\u003e | After**"},{"lineNumber":206,"author":{"gitId":"-"},"content":""},{"lineNumber":207,"author":{"gitId":"-"},"content":"**Include with custom variables**"},{"lineNumber":208,"author":{"gitId":"-"},"content":""},{"lineNumber":209,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testIncludeVariables.md\" var-included_variable_as_include_attribute\u003d\"Included variable as include attribute\"\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable\"\u003eIncluded variable\u003c/variable\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_with_markdown\"\u003e__**Included variable with markdown**__\u003c/variable\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_as_attribute\"\u003ecolor: blue\u003c/variable\u003e"},{"lineNumber":213,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_as_html_element\"\u003e\u003cspan\u003eIncluded variable within HTML element\u003c/span\u003e\u003c/variable\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"global_variable_overriding_included_variable\"\u003e**Should not appear**: Included variable overridden by global variable\u003c/variable\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_inner_overridden\"\u003eIncluded variable overriding inner variable\u003c/variable\u003e"},{"lineNumber":216,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_in_outer_included_file\"\u003eIncluded variable in outer included file\u003c/variable\u003e"},{"lineNumber":217,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_should_not_leak\"\u003e**Should not appear**: Included variable should not leak into other files\u003c/variable\u003e"},{"lineNumber":218,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_with_global_variable\"\u003eIncluded variable with {{ global_variable }}\u003c/variable\u003e"},{"lineNumber":219,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":"Variables for includes should not be recognised as page variables, hence, there should be no text between **this**"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"{{ included_variable }}"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"and **this**."},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"**Included variables should not leak into other files**"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testIncludeVariableLeak.md\" /\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"**Panel with shorthand heading syntax**"},{"lineNumber":232,"author":{"gitId":"-"},"content":""},{"lineNumber":233,"author":{"gitId":"-"},"content":"\u003cpanel\u003e"},{"lineNumber":234,"author":{"gitId":"-"},"content":" \u003cspan heading\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":" Heading"},{"lineNumber":236,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":""},{"lineNumber":239,"author":{"gitId":"-"},"content":"**Panel without src**"},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel without src header\" expanded\u003e"},{"lineNumber":242,"author":{"gitId":"-"},"content":"\u003cmarkdown\u003e"},{"lineNumber":243,"author":{"gitId":"-"},"content":"**Panel without src content heading**"},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003c/markdown\u003e "},{"lineNumber":245,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":246,"author":{"gitId":"-"},"content":""},{"lineNumber":247,"author":{"gitId":"-"},"content":"**Panel with normal src**"},{"lineNumber":248,"author":{"gitId":"-"},"content":""},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with normal src header\" src\u003d\"testPanels/PanelNormalSource.md\" expanded\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"\u003c/panel\u003e "},{"lineNumber":251,"author":{"gitId":"-"},"content":""},{"lineNumber":252,"author":{"gitId":"-"},"content":"**Panel with src from a page segment**"},{"lineNumber":253,"author":{"gitId":"-"},"content":""},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with src from a page segment header\" src\u003d\"testPanels/PanelSourceContainsSegment.md#segment\" expanded\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"-"},"content":"**Panel with boilerplate**"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Boilerplate referencing\" src\u003d\"testPanels/boilerTestPanel.md\" boilerplate expanded\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Boilerplate referencing 2\" src\u003d\"testPanelsDuplicate/boilerTestPanel.md\" boilerplate expanded\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Referencing specified path in boilerplate\" src\u003d\"testPanels/notInside.md\" boilerplate\u003d\"folder/panelBoilerplate.md\" expanded\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":267,"author":{"gitId":"-"},"content":""},{"lineNumber":268,"author":{"gitId":"-"},"content":"**Nested panel**"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Outer nested panel\" src\u003d\"testPanels/NestedPanel.md\" expanded\u003e"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":""},{"lineNumber":273,"author":{"gitId":"-"},"content":"**Nested panel without src**"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Outer nested panel without src\" expanded\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":""},{"lineNumber":277,"author":{"gitId":"-"},"content":" **Panel content of outer nested panel**"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"## Inner panel header without src\" expanded\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":" "},{"lineNumber":281,"author":{"gitId":"-"},"content":" **Panel content of inner nested panel**"},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":285,"author":{"gitId":"-"},"content":""},{"lineNumber":286,"author":{"gitId":"-"},"content":"**Panel with src from another MarkBind site**"},{"lineNumber":287,"author":{"gitId":"-"},"content":""},{"lineNumber":288,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with src from another MarkBind site header\" src\u003d\"sub_site/index.md\" expanded\u003e"},{"lineNumber":289,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":290,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with src from another MarkBind site header\" src\u003d\"sub_site/testReuseSubsite.md\" expanded\u003e"},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":292,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":293,"author":{"gitId":"-"},"content":""},{"lineNumber":294,"author":{"gitId":"-"},"content":"**Modal with panel inside**"},{"lineNumber":295,"author":{"gitId":"-"},"content":""},{"lineNumber":296,"author":{"gitId":"-"},"content":"\u003ctrigger for\u003d\"modal-with-panel\"\u003etrigger\u003c/trigger\u003e"},{"lineNumber":297,"author":{"gitId":"-"},"content":""},{"lineNumber":298,"author":{"gitId":"-"},"content":"\u003cmodal header\u003d\"modal title with panel inside\" id\u003d\"modal-with-panel\"\u003e"},{"lineNumber":299,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"## Panel inside modal\" expanded\u003e"},{"lineNumber":300,"author":{"gitId":"-"},"content":" "},{"lineNumber":301,"author":{"gitId":"-"},"content":" **Panel content inside modal**"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":304,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":"**Unexpanded panel**"},{"lineNumber":307,"author":{"gitId":"-"},"content":""},{"lineNumber":308,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Unexpanded panel header\"\u003e"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" **Panel content of unexpanded panel should not appear in search data**"},{"lineNumber":311,"author":{"gitId":"-"},"content":""},{"lineNumber":312,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"## Panel header inside unexpanded panel should not appear in search data\" expanded\u003e"},{"lineNumber":313,"author":{"gitId":"-"},"content":" "},{"lineNumber":314,"author":{"gitId":"-"},"content":" **Panel content inside unexpanded panel should not appear in search data**"},{"lineNumber":315,"author":{"gitId":"-"},"content":""},{"lineNumber":316,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":317,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":318,"author":{"gitId":"-"},"content":""},{"lineNumber":319,"author":{"gitId":"-"},"content":"**Test panel closing transitions**"},{"lineNumber":320,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testPanelsClosingTransition.md\" /\u003e"},{"lineNumber":321,"author":{"gitId":"-"},"content":""},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":"**Test popover has no stray space**"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":"(\u003cpopover content\u003d\"content\"\u003eThere should be no stray space before this\u003c/popover\u003e)"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":"**Test tooltip has no stray space**"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":"(\u003ctooltip content\u003d\"content\"\u003eThere should be no stray space before this\u003c/tooltip\u003e)"},{"lineNumber":327,"author":{"gitId":"-"},"content":""},{"lineNumber":328,"author":{"gitId":"-"},"content":"**Test search indexing**"},{"lineNumber":329,"author":{"gitId":"-"},"content":""},{"lineNumber":330,"author":{"gitId":"-"},"content":"**Test PlantUML live reload without include**"},{"lineNumber":331,"author":{"gitId":"-"},"content":"\u003cpuml src\u003d\"diagrams/activity.puml\" alt\u003d\"activity diagram\" /\u003e"},{"lineNumber":332,"author":{"gitId":"-"},"content":""},{"lineNumber":333,"author":{"gitId":"-"},"content":"**Test PlantUML live reload with include**"},{"lineNumber":334,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testPlantUML.md\" /\u003e"},{"lineNumber":335,"author":{"gitId":"-"},"content":""},{"lineNumber":336,"author":{"gitId":"-"},"content":"**Test PlantUML in sub folder**"},{"lineNumber":337,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testPlantUMLSubFolderInclude.md\" /\u003e"},{"lineNumber":338,"author":{"gitId":"-"},"content":""},{"lineNumber":339,"author":{"gitId":"-"},"content":"## Level 2 header (inside headingSearchIndex) with no-index attribute should not be indexed {.no-index}"},{"lineNumber":340,"author":{"gitId":"-"},"content":""},{"lineNumber":341,"author":{"gitId":"-"},"content":"###### Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed {.always-index}"},{"lineNumber":342,"author":{"gitId":"-"},"content":""},{"lineNumber":343,"author":{"gitId":"-"},"content":"**Test nunjucks raw tags**"},{"lineNumber":344,"author":{"gitId":"-"},"content":""},{"lineNumber":345,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":346,"author":{"gitId":"-"},"content":""},{"lineNumber":347,"author":{"gitId":"-"},"content":"\u003cdiv v-pre\u003e{{ variable interpolation syntax can be used with v-pre }}\u003c/div\u003e"},{"lineNumber":348,"author":{"gitId":"-"},"content":"\u003cdiv v-pre\u003e{{ nonExistentVariable }}\u003c/div\u003e"},{"lineNumber":349,"author":{"gitId":"-"},"content":"\u003ccode\u003e{{ code elements should automatically be assigned v-pre }}\u003c/code\u003e"},{"lineNumber":350,"author":{"gitId":"-"},"content":""},{"lineNumber":351,"author":{"gitId":"-"},"content":"{% endraw %}"}],"authorContributionMap":{"-":342,"yiwen101":9}},{"path":"packages/cli/test/functional/test_site/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"baseUrl\": \"/test_site\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"faviconPath\": \"favicon.png\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"\","},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"titleSuffix\": \"\","},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"codeLineNumbers\": true"},{"lineNumber":8,"author":{"gitId":"-"},"content":" },"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":10,"author":{"gitId":"-"},"content":" {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"frontmatter\": {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"frontmatterOverrideProperty\": \"Overridden by frontmatter override\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"globalAndFrontmatterOverrideProperty\": \"Overridden by frontmatter override\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" }"},{"lineNumber":17,"author":{"gitId":"-"},"content":" },"},{"lineNumber":18,"author":{"gitId":"-"},"content":" {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"src\": [\"testEmptyFrontmatter.md\", \"testLayoutsOverride.md\", \"testEmptyAltFrontMatter.md\", \"testLayoutsOverrideWithAltFrontmatter.md\"],"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"layout\": \"testLayout.md\""},{"lineNumber":22,"author":{"gitId":"-"},"content":" },"},{"lineNumber":23,"author":{"gitId":"-"},"content":" {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"src\": [\"testAltFrontMatterInvalidKeyValue.md\", \"testSingleAltFrontMatter.md\"],"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" },"},{"lineNumber":27,"author":{"gitId":"-"},"content":" {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"src\": [\"testAltFrontMatterParsing.md\"]"},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"src\": \"testExternalScripts.md\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"layout\": \"testLayout.md\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"externalScripts\": ["},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config\u003dTeX-MML-AM_CHTML\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":37,"author":{"gitId":"-"},"content":" },"},{"lineNumber":38,"author":{"gitId":"-"},"content":" {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"src\": [\"testLayouts.md\", \"testLayoutsWithAltFrontMatter.md\"],"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"title\": \"Test nunjucks path resolving\""},{"lineNumber":41,"author":{"gitId":"-"},"content":" },"},{"lineNumber":42,"author":{"gitId":"-"},"content":" {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"src\": ["},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"testNunjucksPathResolving.md\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"sub_site/testNunjucksPathResolving.md\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"sub_site/nested_sub_site/testNunjucksPathResolving.md\""},{"lineNumber":47,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\""},{"lineNumber":49,"author":{"gitId":"-"},"content":" },"},{"lineNumber":50,"author":{"gitId":"-"},"content":" {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"glob\": [\"**/index.md\", \"**/test_md_fragment.md\"]"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"src\": \"testAntiFOUCStyles.md\","},{"lineNumber":55,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\""},{"lineNumber":56,"author":{"gitId":"-"},"content":" },"},{"lineNumber":57,"author":{"gitId":"-"},"content":" {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \"src\": \"testAnchorGeneration.md\","},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"title\": \"Anchor Generation Test\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" },"},{"lineNumber":61,"author":{"gitId":"-"},"content":" {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"src\": \"testAnnotate.md\","},{"lineNumber":63,"author":{"gitId":"-"},"content":" \"title\": \"Annotate Feature Test\""},{"lineNumber":64,"author":{"gitId":"-"},"content":" },"},{"lineNumber":65,"author":{"gitId":"-"},"content":" {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \"src\": \"testTooltipSpacing.md\","},{"lineNumber":67,"author":{"gitId":"-"},"content":" \"title\": \"Tooltip Spacing Test\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" \"src\": \"testThumbnails.md\","},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"title\": \"Thumbnails Test\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" },"},{"lineNumber":73,"author":{"gitId":"-"},"content":" {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \"src\": \"testPlantUML.md\","},{"lineNumber":75,"author":{"gitId":"-"},"content":" \"title\": \"PlantUML Test\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" },"},{"lineNumber":77,"author":{"gitId":"-"},"content":" {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \"src\": \"testCodeBlocks.md\","},{"lineNumber":79,"author":{"gitId":"-"},"content":" \"title\": \"Test: Code Blocks\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" },"},{"lineNumber":81,"author":{"gitId":"-"},"content":" {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \"src\": \"testIncludePluginsRendered.md\","},{"lineNumber":83,"author":{"gitId":"-"},"content":" \"title\": \"Included files should have plugins rendered on them\""},{"lineNumber":84,"author":{"gitId":"-"},"content":" },"},{"lineNumber":85,"author":{"gitId":"-"},"content":" {"},{"lineNumber":86,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeMultipleModals.md\","},{"lineNumber":87,"author":{"gitId":"-"},"content":" \"title\": \"Multiple inclusions of a modal should be supported\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":" {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \"src\": \"testPopovers.md\","},{"lineNumber":91,"author":{"gitId":"-"},"content":" \"title\": \"Test: Popovers\""},{"lineNumber":92,"author":{"gitId":"-"},"content":" },"},{"lineNumber":93,"author":{"gitId":"-"},"content":" {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \"src\": \"testPopoverTrigger.md\","},{"lineNumber":95,"author":{"gitId":"-"},"content":" \"title\": \"Popover initiated by trigger should honor trigger attribute\""},{"lineNumber":96,"author":{"gitId":"-"},"content":" },"},{"lineNumber":97,"author":{"gitId":"-"},"content":" {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" \"src\": \"testModals.md\","},{"lineNumber":99,"author":{"gitId":"-"},"content":" \"title\": \"Test: Modals\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" },"},{"lineNumber":101,"author":{"gitId":"-"},"content":" {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \"src\": \"testDates.md\","},{"lineNumber":103,"author":{"gitId":"-"},"content":" \"title\": \"Nunjucks date filter tests\""},{"lineNumber":104,"author":{"gitId":"-"},"content":" },"},{"lineNumber":105,"author":{"gitId":"-"},"content":" {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \"src\": \"testVariableContainsInclude.md\","},{"lineNumber":107,"author":{"gitId":"-"},"content":" \"title\": \"Variable should be able to store included content fragments\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" },"},{"lineNumber":109,"author":{"gitId":"-"},"content":" {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeBoilerplate.md\","},{"lineNumber":111,"author":{"gitId":"-"},"content":" \"title\": \"Content inside \u003cinclude\u003e should not be processed by markdown\""},{"lineNumber":112,"author":{"gitId":"-"},"content":" },"},{"lineNumber":113,"author":{"gitId":"-"},"content":" {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \"src\": \"testPanels.md\","},{"lineNumber":115,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels\""},{"lineNumber":116,"author":{"gitId":"-"},"content":" },"},{"lineNumber":117,"author":{"gitId":"-"},"content":" {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" \"src\": \"testPanelMarkdownParsing.md\","},{"lineNumber":119,"author":{"gitId":"-"},"content":" \"title\": \"markdown-it should parse minimized panel as inline element and normal panel as block element\""},{"lineNumber":120,"author":{"gitId":"-"},"content":" },"},{"lineNumber":121,"author":{"gitId":"-"},"content":" {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" \"src\": \"testCenterText.md\","},{"lineNumber":123,"author":{"gitId":"-"},"content":" \"title\": \"Center-aligned text test\""},{"lineNumber":124,"author":{"gitId":"-"},"content":" },"},{"lineNumber":125,"author":{"gitId":"-"},"content":" {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \"src\": \"testHr.md\","},{"lineNumber":127,"author":{"gitId":"-"},"content":" \"title\": \"create different types of horizontal rules\""},{"lineNumber":128,"author":{"gitId":"-"},"content":" },"},{"lineNumber":129,"author":{"gitId":"-"},"content":" {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \"src\": \"testPageNav.md\","},{"lineNumber":131,"author":{"gitId":"-"},"content":" \"title\": \"text interpolation should be skipped appropriately\""},{"lineNumber":132,"author":{"gitId":"-"},"content":" },"},{"lineNumber":133,"author":{"gitId":"-"},"content":" {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" \"src\": \"testPanelsClosingTransition.md\","},{"lineNumber":135,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels closing transition\""},{"lineNumber":136,"author":{"gitId":"-"},"content":" },"},{"lineNumber":137,"author":{"gitId":"-"},"content":" {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \"src\": \"testLinks.md\","},{"lineNumber":139,"author":{"gitId":"-"},"content":" \"title\": \"Autolink tests\""},{"lineNumber":140,"author":{"gitId":"-"},"content":" },"},{"lineNumber":141,"author":{"gitId":"-"},"content":" {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" \"src\": \"testTree.md\","},{"lineNumber":143,"author":{"gitId":"-"},"content":" \"title\": \"Tree tests\""},{"lineNumber":144,"author":{"gitId":"-"},"content":" },"},{"lineNumber":145,"author":{"gitId":"-"},"content":" {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" \"src\": \"testMath.md\","},{"lineNumber":147,"author":{"gitId":"-"},"content":" \"title\": \"Math formulae should be displayed correctly, with additional plugin\""},{"lineNumber":148,"author":{"gitId":"-"},"content":" },"},{"lineNumber":149,"author":{"gitId":"-"},"content":" {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \"src\": \"testImages.md\","},{"lineNumber":151,"author":{"gitId":"-"},"content":" \"title\": \"Rendering of images according to specified dimension and auto-linkify ability\""},{"lineNumber":152,"author":{"gitId":"-"},"content":" },"},{"lineNumber":153,"author":{"gitId":"-"},"content":" {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavTarget.md\","},{"lineNumber":155,"author":{"gitId":"-"},"content":" \"title\": \"Bootstrap scrollspy related classes should be applied only if there are navigable headings\""},{"lineNumber":156,"author":{"gitId":"-"},"content":" },"},{"lineNumber":157,"author":{"gitId":"-"},"content":" {"},{"lineNumber":158,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithoutTitleAndNavHeadings.md\","},{"lineNumber":159,"author":{"gitId":"-"},"content":" \"title\": \"page nav separator should be omitted when there is no title and navigation headings added\""},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithOnlyTitle.md\","},{"lineNumber":163,"author":{"gitId":"-"},"content":" \"title\": \"page nav with title added\""},{"lineNumber":164,"author":{"gitId":"-"},"content":" },"},{"lineNumber":165,"author":{"gitId":"-"},"content":" {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavPrint.md\","},{"lineNumber":167,"author":{"gitId":"-"},"content":" \"title\": \"printing page nav\""},{"lineNumber":168,"author":{"gitId":"-"},"content":" },"},{"lineNumber":169,"author":{"gitId":"-"},"content":" {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" \"src\": \"testWeb3FormPlugin.md\","},{"lineNumber":171,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\""},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" \"src\": \"testList.md\","},{"lineNumber":175,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\""},{"lineNumber":176,"author":{"gitId":"-"},"content":" },"},{"lineNumber":177,"author":{"gitId":"-"},"content":" {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" \"src\": \"testFontAwesomeInPage.md\","},{"lineNumber":179,"author":{"gitId":"-"},"content":" \"title\": \"font-awesome icon in page, only font-awesome stylesheet should be loaded\""},{"lineNumber":180,"author":{"gitId":"-"},"content":" },"},{"lineNumber":181,"author":{"gitId":"-"},"content":" {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" \"src\": \"testGlyphiconInPage.md\","},{"lineNumber":183,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon icon in page, only glyphicon stylesheet should be loaded\""},{"lineNumber":184,"author":{"gitId":"-"},"content":" },"},{"lineNumber":185,"author":{"gitId":"-"},"content":" {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \"src\": \"testMaterialIconsInPage.md\","},{"lineNumber":187,"author":{"gitId":"-"},"content":" \"title\": \"material-icons icon in page, only material-icons stylesheet should be loaded\""},{"lineNumber":188,"author":{"gitId":"-"},"content":" },"},{"lineNumber":189,"author":{"gitId":"-"},"content":" {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" \"src\": \"testOcticonInPage.md\","},{"lineNumber":191,"author":{"gitId":"-"},"content":" \"title\": \"octicon icon in page, only octicon stylesheet should be loaded\""},{"lineNumber":192,"author":{"gitId":"-"},"content":" },"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testBootstrapIconInPage.md\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"title\": \"bootstrap icon in page, only octicon stylesheet should be loaded\""},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":197,"author":{"gitId":"-"},"content":" {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" \"src\": \"testIconsInSiteLayout.md\","},{"lineNumber":199,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon \u0026 octicon icon in page, only glyphicon \u0026 octicon stylesheets should be loaded\""},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testSourceContainScript.md\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"title\": \"Test: If source contains script or css, when included, the script or css should be included\""},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":206,"author":{"gitId":"-"},"content":" \"pagesExclude\": [\"**/*-fragment.md\"],"},{"lineNumber":207,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":208,"author":{"gitId":"-"},"content":" \"_markbind/layouts/*\","},{"lineNumber":209,"author":{"gitId":"-"},"content":" \"_markbind/logs/*\","},{"lineNumber":210,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":211,"author":{"gitId":"-"},"content":" \"site.json\","},{"lineNumber":212,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":213,"author":{"gitId":"-"},"content":" \"testFileIgnore.sh\","},{"lineNumber":214,"author":{"gitId":"-"},"content":" \"testFileIgnore/*\","},{"lineNumber":215,"author":{"gitId":"-"},"content":" \"expected/*\""},{"lineNumber":216,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":217,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\""},{"lineNumber":219,"author":{"gitId":"-"},"content":" },"},{"lineNumber":220,"author":{"gitId":"-"},"content":" \"globalOverride\": {"},{"lineNumber":221,"author":{"gitId":"-"},"content":" \"globalOverrideProperty\": \"Overridden by global override\","},{"lineNumber":222,"author":{"gitId":"-"},"content":" \"globalAndFrontmatterOverrideProperty\": \"Overridden by global override\""},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 4,"},{"lineNumber":225,"author":{"gitId":"-"},"content":" \"plugins\": ["},{"lineNumber":226,"author":{"gitId":"-"},"content":" \"testMarkbindPlugin\","},{"lineNumber":227,"author":{"gitId":"-"},"content":" \"filterTags\","},{"lineNumber":228,"author":{"gitId":"-"},"content":" \"googleAnalytics\","},{"lineNumber":229,"author":{"gitId":"-"},"content":" \"mathDelimiters\","},{"lineNumber":230,"author":{"gitId":"-"},"content":" \"web3Form\""},{"lineNumber":231,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":232,"author":{"gitId":"-"},"content":" \"pluginsContext\": {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" \"testMarkbindPlugin\": {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" \"pre\": \"\\n\\n# Markbind Plugin Pre-render\","},{"lineNumber":235,"author":{"gitId":"-"},"content":" \"post\": \"\u003cp\u003eNode Modules Plugin Post-render\u003c/p\u003e\""},{"lineNumber":236,"author":{"gitId":"-"},"content":" },"},{"lineNumber":237,"author":{"gitId":"-"},"content":" \"filterTags\": {"},{"lineNumber":238,"author":{"gitId":"-"},"content":" \"tags\": ["},{"lineNumber":239,"author":{"gitId":"-"},"content":" \"tag-site-shown\","},{"lineNumber":240,"author":{"gitId":"-"},"content":" \"+tag-site-override-shown\","},{"lineNumber":241,"author":{"gitId":"-"},"content":" \"+tag-site-override-specific-shown\""},{"lineNumber":242,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":243,"author":{"gitId":"-"},"content":" },"},{"lineNumber":244,"author":{"gitId":"-"},"content":" \"googleAnalytics\": {"},{"lineNumber":245,"author":{"gitId":"-"},"content":" \"trackingID\": \"TRACKING-ID\""},{"lineNumber":246,"author":{"gitId":"-"},"content":" },"},{"lineNumber":247,"author":{"gitId":"-"},"content":" \"mathDelimiters\": {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" \"delimiters\": [\"beg_end\"]"},{"lineNumber":249,"author":{"gitId":"-"},"content":" },"},{"lineNumber":250,"author":{"gitId":"-"},"content":" \"web3Form\": {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" \"accessKey\": \"\""},{"lineNumber":252,"author":{"gitId":"-"},"content":" }"},{"lineNumber":253,"author":{"gitId":"-"},"content":" }"},{"lineNumber":254,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"-":246,"yiwen101":8}},{"path":"packages/cli/test/functional/test_site/stylesheets/styles.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site/testBootstrapIconInPage.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":"title: Test optimize loading of icon stylesheets"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"layout: simpleLayoutWithoutIcons.md"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":"A bootstrap icon is supposed to appear here ---\u003e :bi-terminal-dash:"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"**There is one bootstrap-icons icon in this page content.**"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"**Open up console. Only bootstrap-icons stylesheet should be loaded!**"}],"authorContributionMap":{"yiwen101":10}},{"path":"packages/cli/test/functional/test_site/testHashFootnotes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003cdiv id\u003d\"import\"\u003e"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"text^[footnote1], text2^[footnote2]"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"yiwen101":4}},{"path":"packages/cli/test/functional/test_site/testList.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"1. One item"},{"lineNumber":2,"author":{"gitId":"-"},"content":"- Only 1 item "},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"1. One item with customization icon"},{"lineNumber":5,"author":{"gitId":"-"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" }"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"1. One item with once customization"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"1. One item with customization text"},{"lineNumber":11,"author":{"gitId":"-"},"content":"- Only 1 item { text\u003d\"Step 1\" }"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"1. One item + nested list"},{"lineNumber":14,"author":{"gitId":"-"},"content":"- Only 1 item"},{"lineNumber":15,"author":{"gitId":"-"},"content":" - Only 1 item"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"1. One item + nested list with icon customization"},{"lineNumber":18,"author":{"gitId":"-"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" }"},{"lineNumber":19,"author":{"gitId":"-"},"content":" - Only 1 item { icon\u003d\"glyphicon-education\" }"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"1. One item + nested list with once customization"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" - Only 1 item { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"1. One item + nested list with text customization"},{"lineNumber":26,"author":{"gitId":"-"},"content":"- Only 1 item { text\u003d\"Step 1\" }"},{"lineNumber":27,"author":{"gitId":"-"},"content":" - Only 1 item { text\u003d\"Step 1.1\" }"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"1. Basic structure"},{"lineNumber":30,"author":{"gitId":"-"},"content":"* Item A"},{"lineNumber":31,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":32,"author":{"gitId":"-"},"content":" * Sub-item B1 "},{"lineNumber":33,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":34,"author":{"gitId":"-"},"content":" * Sub-item B3 "},{"lineNumber":35,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1"},{"lineNumber":36,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":37,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":38,"author":{"gitId":"-"},"content":" * Sub-item B4 "},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"1. Icon inheritance test"},{"lineNumber":41,"author":{"gitId":"-"},"content":"* Item A { icon\u003d\"glyphicon-education\" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":43,"author":{"gitId":"-"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":44,"author":{"gitId":"-"},"content":" * Sub-item B2"},{"lineNumber":45,"author":{"gitId":"-"},"content":" * Sub-item B3 "},{"lineNumber":46,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":48,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":49,"author":{"gitId":"-"},"content":" * Sub-item B4 "},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"1. Text inheritance test"},{"lineNumber":52,"author":{"gitId":"-"},"content":"* Item A { text\u003d\"First layer\" }"},{"lineNumber":53,"author":{"gitId":"-"},"content":"* Item B"},{"lineNumber":54,"author":{"gitId":"-"},"content":" * Sub-item B1 { text\u003d\"Second layer\" }"},{"lineNumber":55,"author":{"gitId":"-"},"content":" * Sub-item B2"},{"lineNumber":56,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":57,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { text\u003d\"Third layer\" }"},{"lineNumber":58,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":59,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":60,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"1. First item no customization test"},{"lineNumber":63,"author":{"gitId":"-"},"content":"* Item A "},{"lineNumber":64,"author":{"gitId":"-"},"content":"* Item B { icon\u003d\"./images/deer.jpg\" text\u003d\"First\"}"},{"lineNumber":65,"author":{"gitId":"-"},"content":" * Sub-item B1"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Sub-item B2 { icon\u003d\"fas-file-code\" text\u003d\"Should not be appearing\"}"},{"lineNumber":67,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":68,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1"},{"lineNumber":69,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" text\u003d\"Should not be appearing\"}"},{"lineNumber":70,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":71,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"1. Correct first item customization test"},{"lineNumber":74,"author":{"gitId":"-"},"content":"* Item A { icon\u003d\"glyphicon-education\" }"},{"lineNumber":75,"author":{"gitId":"-"},"content":"* Item B { icon\u003d\"./images/deer.jpg\" }"},{"lineNumber":76,"author":{"gitId":"-"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":78,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":79,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":80,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":81,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":82,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":"1. Testing with various icon attributes"},{"lineNumber":85,"author":{"gitId":"-"},"content":"* Item A { icon\u003d\"glyphicon-education\" i-size\u003d\"20px\" i-class\u003d\"text-primary\" }"},{"lineNumber":86,"author":{"gitId":"-"},"content":"* Item B { icon\u003d\"./images/deer.jpg\" i-width\u003d\"200px\" i-height\u003d\"100px\" i-class\u003d\"text-warning\" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" text\u003d\"Hi\" i-size\u003d\"30px\" }"},{"lineNumber":88,"author":{"gitId":"-"},"content":" * Sub-item B2 { i-class\u003d\"text-success\" i-spacing\u003d\"2rem\" }"},{"lineNumber":89,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":90,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" i-height\u003d\"50px\" }"},{"lineNumber":91,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":92,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 { i-class\u003d\"text-danger\" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":" * Sub-item B4 { i-spacing\u003d\"1rem\" }"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":"1. Testing with various text attributes"},{"lineNumber":96,"author":{"gitId":"-"},"content":"* Item A { text\u003d\"Step 1\" t-size\u003d\"20px\" t-class\u003d\"text-primary\" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":"* Item B { text\u003d\"Step 2\" t-class\u003d\"text-warning\" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":" * Sub-item B1 { text\u003d\"\\_MD_\" t-size\u003d\"10px\" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":" * Sub-item B2 { t-class\u003d\"text-success\" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":101,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { text\u003d\":+1:\"}"},{"lineNumber":102,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":103,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 { t-class\u003d\"text-danger\" }"},{"lineNumber":104,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"1. Mixing text and icon "},{"lineNumber":107,"author":{"gitId":"-"},"content":"* Item A { text\u003d\"Step 1\" icon\u003d\"glyphicon-education\" t-size\u003d\"20px\" t-class\u003d\"text-primary\" }"},{"lineNumber":108,"author":{"gitId":"-"},"content":"* Item B { text\u003d\"Step 2\" t-class\u003d\"text-warning\" }"},{"lineNumber":109,"author":{"gitId":"-"},"content":" * Sub-item B1 { text\u003d\"\\_MD_\" icon\u003d\"./images/deer.jpg\" t-size\u003d\"10px\" i-width\u003d\"20px\" i-height\u003d\"20px\"}"},{"lineNumber":110,"author":{"gitId":"-"},"content":" * Sub-item B2 { t-class\u003d\"text-success\" i-height\u003d\"30px\" i-width\u003d\"30px\"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":112,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { text\u003d\":+1:\" icon\u003d\"+1\"}"},{"lineNumber":113,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":114,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 { t-class\u003d\"text-danger\" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"1. Mixing basic and customized lists"},{"lineNumber":118,"author":{"gitId":"-"},"content":"* Item A"},{"lineNumber":119,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":120,"author":{"gitId":"-"},"content":" * Sub-item B1 {icon\u003d\"fas-file-code\" i-size\u003d\"20px\" i-class\u003d\"text-success\"}"},{"lineNumber":121,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":122,"author":{"gitId":"-"},"content":" * Sub-item B3 "},{"lineNumber":123,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 {icon\u003d\"glyphicon-education\" i-size\u003d\"30px\" i-class\u003d\"text-danger\"}"},{"lineNumber":124,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":125,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 {icon\u003d\"./images/deer.jpg\" i-width\u003d\"200px\" i-height\u003d\"100px\" i-class\u003d\"text-warning\"}"},{"lineNumber":126,"author":{"gitId":"-"},"content":" * Sub-item B4 "},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"1. Reverse mixing basic and customized lists"},{"lineNumber":129,"author":{"gitId":"-"},"content":"* Item A {icon\u003d\"glyphicon-education\" i-size\u003d\"20px\" i-class\u003d\"text-primary\"}"},{"lineNumber":130,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":131,"author":{"gitId":"-"},"content":" * Sub-item B1 "},{"lineNumber":132,"author":{"gitId":"-"},"content":" * Sub-item B2"},{"lineNumber":133,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":134,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 "},{"lineNumber":135,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":136,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 "},{"lineNumber":137,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"1. Every second list item customized"},{"lineNumber":140,"author":{"gitId":"-"},"content":"* Item A {icon\u003d\"glyphicon-education\" i-size\u003d\"20px\" i-class\u003d\"text-primary\"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":142,"author":{"gitId":"-"},"content":" * Sub-item B1 {icon\u003d\"fas-file-code\" i-size\u003d\"30px\" i-class\u003d\"text-success\"}"},{"lineNumber":143,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":144,"author":{"gitId":"-"},"content":" * Sub-item B3 {icon\u003d\"./images/deer.jpg\" i-width\u003d\"200px\" i-height\u003d\"100px\" i-class\u003d\"text-warning\"}"},{"lineNumber":145,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":146,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":147,"author":{"gitId":"KevinEyo1"},"content":"1. Once + none + customization"},{"lineNumber":148,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":149,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":150,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":151,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":152,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":153,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":154,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":155,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":156,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"fas-file-code\" }"},{"lineNumber":157,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":158,"author":{"gitId":"KevinEyo1"},"content":"1. Customization + none + once"},{"lineNumber":159,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":160,"author":{"gitId":"KevinEyo1"},"content":"* Item B"},{"lineNumber":161,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":162,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":163,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":164,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":165,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":166,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":167,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":168,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":169,"author":{"gitId":"KevinEyo1"},"content":"1. Customization + once + none"},{"lineNumber":170,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":171,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":172,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":173,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":174,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":175,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":176,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":177,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":178,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":179,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":180,"author":{"gitId":"KevinEyo1"},"content":"1. Once + customization + none"},{"lineNumber":181,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":182,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"fas-file-code\" }"},{"lineNumber":183,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":184,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":185,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":186,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":187,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":188,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":189,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":190,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":191,"author":{"gitId":"KevinEyo1"},"content":"1. None + customization + once"},{"lineNumber":192,"author":{"gitId":"KevinEyo1"},"content":"* Item A "},{"lineNumber":193,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"fas-file-code\" }"},{"lineNumber":194,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":195,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":196,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":197,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":198,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":199,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":200,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":201,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":202,"author":{"gitId":"KevinEyo1"},"content":"1. None + once + customization"},{"lineNumber":203,"author":{"gitId":"KevinEyo1"},"content":"* Item A "},{"lineNumber":204,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":205,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":206,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":207,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":208,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":209,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":210,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":211,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"fas-file-code\" }"},{"lineNumber":212,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":213,"author":{"gitId":"KevinEyo1"},"content":"1. Customization + once + customization"},{"lineNumber":214,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":215,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":216,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":217,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":218,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":219,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":220,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":221,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":222,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":223,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":224,"author":{"gitId":"KevinEyo1"},"content":"1. String once"},{"lineNumber":225,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003d\"true\" }"},{"lineNumber":226,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":227,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":228,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":229,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":230,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":231,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":232,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":233,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":234,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":235,"author":{"gitId":"KevinEyo1"},"content":"1. False once for item A, rest of items will inherit"},{"lineNumber":236,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003dfalse }"},{"lineNumber":237,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":238,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":239,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":240,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":241,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":242,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":243,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":244,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":245,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":246,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":247,"author":{"gitId":"KevinEyo1"},"content":"1. False once for item B, will overwrite item A"},{"lineNumber":248,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":249,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dfalse }"},{"lineNumber":250,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":251,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":252,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":253,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":254,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":255,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":256,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":257,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":258,"author":{"gitId":"KevinEyo1"},"content":"1. Once for specific attributes besides icon, does not overwrite"},{"lineNumber":259,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" i-size\u003d\"70px\" i-class\u003d\"text-primary\" }"},{"lineNumber":260,"author":{"gitId":"KevinEyo1"},"content":"* Item B { i-size\u003d\"40px\" once\u003dtrue }"},{"lineNumber":261,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":262,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":263,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":264,"author":{"gitId":"KevinEyo1"},"content":"1. False once for specific attributes besides icon, does overwrite"},{"lineNumber":265,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" i-size\u003d\"70px\" i-class\u003d\"text-primary\" }"},{"lineNumber":266,"author":{"gitId":"KevinEyo1"},"content":"* Item B { i-size\u003d\"40px\" once\u003dfalse }"},{"lineNumber":267,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":268,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":269,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":270,"author":{"gitId":"KevinEyo1"},"content":"1. Sub-level"},{"lineNumber":271,"author":{"gitId":"KevinEyo1"},"content":"* Item A "},{"lineNumber":272,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":273,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1 { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":274,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":275,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 { icon\u003d\"fas-file-code\" }"},{"lineNumber":276,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":277,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":278,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":279,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"}],"authorContributionMap":{"KevinEyo1":141,"-":138}},{"path":"packages/cli/test/functional/test_site/testPanels/PanelSourceContainsScript.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003ch1\u003e"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":"\u003cscript\u003e"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" // JavaScript code specific to this component"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" console.log(\"Inline script executed! 35\");"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"\u003c/script\u003e"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":"\u003cstyle\u003e"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" /* CSS styles specific to this component */"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" h1 {"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" color: red;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" }"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003c/style\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"h1 text"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":"\u003c/h1\u003e"}],"authorContributionMap":{"yiwen101":13}},{"path":"packages/cli/test/functional/test_site/testSourceContainScript.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003cpanel header\u003d\"## Panel with src that contains css and script header\" src\u003d\"testPanels/PanelSourceContainsScript.md\" expanded\u003e\u003c/panel\u003e"}],"authorContributionMap":{"yiwen101":1}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/404.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027),_m(0),_v(\" \"),_m(1),_c(\u0027p\u0027)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"10rem\"}},[_v(\"404\")])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"1.5rem\"}},[_v(\"File not found\"),_c(\u0027br\u0027),_v(\"Click \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/\"}},[_v(\"here\")]),_v(\" to go back to the home page.\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/Home.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the test-deploy wiki!\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/Page-1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"page-1\"}},[_v(\"Page 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#page-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/_Footer.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Custom footer.\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/_Sidebar.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"[[Page-1]]\")])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/about.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"about\"}},[_v(\"About\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Welcome to your \"),_c(\u0027strong\u0027,[_v(\"About Us\")]),_v(\" page.\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"topic-1\"}},[_v(\"Topic 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#topic-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027blockquote\u0027,[_c(\u0027p\u0027,[_v(\"More content to be added\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic2.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic3a.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic3b.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the test-deploy wiki!\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/non_markbind_site/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/404.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027),_m(0),_v(\" \"),_m(1),_c(\u0027p\u0027)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"10rem\"}},[_v(\"404\")])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"1.5rem\"}},[_v(\"File not found\"),_c(\u0027br\u0027),_v(\"Click \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/\"}},[_v(\"here\")]),_v(\" to go back to the home page.\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":15}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/Home.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the test-deploy wiki!\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/Page-1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"page-1\"}},[_v(\"Page 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#page-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/README.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_c(\u0027p\u0027,[_v(\"Test readme file\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"readme\"}},[_v(\"Readme\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#readme\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/about.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"about\"}},[_v(\"About\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Welcome to your \"),_c(\u0027strong\u0027,[_v(\"About Us\")]),_v(\" page.\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":15}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"topic-1\"}},[_v(\"Topic 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#topic-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027blockquote\u0027,[_c(\u0027p\u0027,[_v(\"More content to be added\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":15}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic2.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic3a.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic3b.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_c(\u0027p\u0027,[_v(\"Test readme file\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"readme\"}},[_v(\"Readme\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#readme\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/test_folder/extra_1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"sample-content-in-another-folder-which-is-not-named-content\"}},[_v(\"Sample content in another folder which is not named content\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#sample-content-in-another-folder-which-is-not-named-content\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/test_folder/extra_2.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"sample-content-in-another-folder-which-is-not-named-content\"}},[_v(\"Sample content in another folder which is not named content\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#sample-content-in-another-folder-which-is-not-named-content\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/test_folder/extra_3.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"sample-content-in-another-folder-which-is-not-named-content\"}},[_v(\"Sample content in another folder which is not named content\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#sample-content-in-another-folder-which-is-not-named-content\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/non_markbind_site/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Page not found"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: 404.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 10rem\"\u003e404\u003c/p\u003e\u003c-"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 1.5rem\"\u003eFile not found\u003cbr\u003eClick \u003ca href\u003d\"/\"\u003ehere\u003c/a\u003e to go back to the home page.\u003c/p\u003e\u003c-"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/_markbind/layouts/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv\u003e{{ content }}\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/_markbind/layouts/default.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{baseUrl}}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{{baseUrl}}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eYour Name\u003c/a\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#skills\" class\u003d\"nav-link\"\u003eSkills\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#experience\" class\u003d\"nav-link\"\u003eExperience\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdropdown header\u003d\"Projects\" class\u003d\"nav-link\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-1\" class\u003d\"dropdown-item\"\u003eProject 1\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-2\" class\u003d\"dropdown-item\"\u003eProject 2\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#other-projects\" class\u003d\"dropdown-item\"\u003eOther projects\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/dropdown\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/form\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/navbar\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":"\u003c/header\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" {{ content }}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"\u003cfooter\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003csmall\u003e[Generated by {{MarkBind}}]\u003c/small\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"jingting1412":35}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/_markbind/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"name\"\u003e[NAME]\u003c/variable\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"javascript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/JavaScript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"typescript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Typescript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"vue\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Vue.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"java\"\u003e\u003cthumbnail src\u003d\"../contents/assets/java-icon.svg\" size\u003d\"50\"/\u003e\u003c/variable\u003e"}],"authorContributionMap":{"jingting1412":5}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/experience.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Experience"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cul class\u003d\"nav nav-tabs\" role\u003d\"tablist\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link active\" data-bs-toggle\u003d\"tab\" href\u003d\"#NUS\" aria-selected\u003d\"false\" role\u003d\"tab\" tabindex\u003d\"-1\"\u003eNUS\u003c/a\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link\" data-bs-toggle\u003d\"tab\" href\u003d\"#another-company\" aria-selected\u003d\"true\" role\u003d\"tab\"\u003eAnother Company\u003c/a\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"\u003c/ul\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"myTabContent\" class\u003d\"tab-content\" style\u003d\"margin-top:15px;\"\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade active show\" id\u003d\"NUS\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eSoftware Engineering Intern @ \u003cmd\u003e[NUS](https://nus.edu.sg/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2024 - Aug 2024\u003c/h6\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade\" id\u003d\"another-company\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eAnother role @ \u003cmd\u003e[Another company](https://markbind.org/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2022 - Aug 2022\u003c/h6\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/project1.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-1\"\u003eExample project: iP for CS2103\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eThis would be a good place to add images and embeds showcasing your contributions to a project. In this case, an `\u003ciframe\u003e` containing the [RepoSense](https://reposense.org/index.html) report of a student\u0027s contributions to their iP is embedded. For more information on embeds, refer to our user guide [here.](https://markbind.org/userGuide/formattingContents.html#embeds)\u003c/md\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cdiv\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ciframe src\u003d\"https://nus-cs3281.github.io/2024-dashboard/#/widget/?search\u003dReposense\u0026sort\u003dgroupTitle\u0026sortWithin\u003dtitle\u0026timeframe\u003dcommit\u0026mergegroup\u003d\u0026groupSelect\u003dgroupByAuthors\u0026breakdown\u003dfalse\u0026since\u003d2023-12-01\u0026tabOpen\u003dtrue\u0026tabType\u003dauthorship\u0026tabAuthor\u003dasdfghjkxd\u0026tabRepo\u003dreposense%2Freposense%5Bmaster%5D\u0026authorshipIsMergeGroup\u003dfalse\u0026authorshipFileTypes\u003djava~md\u0026authorshipIsBinaryFileTypeChecked\u003dfalse\u0026authorshipIsIgnoredFilesChecked\u003dfalse\u0026chartGroupIndex\u003d5\u0026chartIndex\u003d0\" width\u003d\"100%\"\u003e\u003c/iframe\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration of the project can be added here\u003c/p\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":17}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/project2.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-2\"\u003eProject 2\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":16}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/projects.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Projects"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project1.md\"/\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project2.md\"/\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"### Other projects"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"row row-cols-1 row-cols-md-3 g-3\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":61}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/skills.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Skills"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cp\u003eThis is where you can give a quick overview of the technologies and frameworks you know using our \u003ca href\u003d\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#thumbnails\" target\u003d\"_blank\"\u003ethumbnail feature\u003c/a\u003e or our \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003eicons\u003c/a\u003e.\u003c/p\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using thumbnails\" expanded\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"info\"\u003eThese thumbnails are available as variables to use anywhere in this page!\u003c/box\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" {{ typescript }}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":"\u003cbr/\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using icons\" expanded\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" Some icons are not available in the libraries that MarkBind supports! Please ensure that "},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" the desired icons are available before choosing this option. For more information regarding"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" icons, please refer to \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003ethis section of our User Guide.\u003c/a\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-square-js fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-vuejs fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-java fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"jingting1412":22}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Portfolio"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: default.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"\u003cbr\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"bg-light text-black px-2 py-5 mb-4\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"container\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003ch1 class\u003d\"display-5 no-index\"\u003e\u003cmd\u003e:wave:\u003c/md\u003e Hello!\u003cbr\u003eI\u0027m {{ name }}\u003c/h1\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"lead\"\u003eWelcome to my portfolio!\u003c/p\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv style\u003d\"margin-bottom:20px;\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-github fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://www.linkedin.com/school/national-university-of-singapore/\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-linkedin fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"mailto:secretary_cs@comp.nus.edu.sg\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-solid fa-envelope fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"btn btn-primary\" href\u003d\"./contents/assets/UG-template-resume.pdf\" target\u003d\"_blank\" rel\u003d\"noopener noreferrer\"\u003eResume\u003c/a\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" Want to change the theme? Explore more themes and other components offered by MarkBind in our \u003ca href\u003d\"https://markbind.org/userGuide/authoringContents.html\" target\u003d\"_blank\"\u003euser guide here\u003c/a\u003e."},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\" header\u003d\"##### Deploying this site\"\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eMarkBind makes it easy to deploy this site to GitHub Pages using the `markbind deploy` command. To allow `http://[username].github.io` to go straight to this portfolio, it is best to set your repository name as `[username].github.io` Read more about [deploying the site here](https://markbind.org/userGuide/deployingTheSite.html#deploying-to-github-pages)\u003c/md\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":"## About me"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"container text-left\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"row\" \u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-3 col-md-push-9\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" \u003cimg src\u003d\u0027./contents/assets/default_profile_pic.png\u0027 class\u003d\"img-fluid\" alt\u003d\u0027default-profile-pic\u0027/\u003e"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-9 col-md-pull-3\"\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" This is where you can add a picture of yourself and a brief introduction. This can be a good place to use \u003ctooltip content\u003d\"Add more information here\" placement\u003d\"top\"\u003etooltips\u003c/tooltip\u003e, or \u003cmd\u003e[add relevant links](https://markbind.org/userGuide/formattingContents.html#links).\u003c/md\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/skills.md\"/\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/experience.md\"/\u003e"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/projects.md\"/\u003e"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":""}],"authorContributionMap":{"jingting1412":70}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"Your Name\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html#skills\"}},[_v(\"Skills\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html#experience\"}},[_v(\"Experience\")])]),_v(\" \"),_c(\u0027dropdown\u0027,{staticClass:\"nav-link\",scopedSlots:_u([{key:\"header\",fn:function(){return [_v(\"Projects\")]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"dropdown-item\",attrs:{\"href\":\"/index.html#project-1\"}},[_v(\"Project 1\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"dropdown-item\",attrs:{\"href\":\"/index.html#project-2\"}},[_v(\"Project 2\")])])])],1)],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027br\u0027),_v(\" \"),_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\n Want to change the theme? Explore more themes and other components offered by MarkBind in our \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/authoringContents.html\",\"target\":\"_blank\"}},[_v(\"user guide here\")])]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h5\u0027,{attrs:{\"id\":\"deploying-this-site\"}},[_v(\"Deploying this site\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#deploying-this-site\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027span\u0027,[_v(\"MarkBind makes it easy to deploy this site to Github Pages using the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"markbind deploy\")]),_v(\" command. To allow \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"http://[username].github.io\")]),_v(\" to go straight to this portfolio, it is best to set your repository name as \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"[username].github.io\")]),_v(\" Read more about \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/deployingTheSite.html#deploying-to-github-pages\"}},[_v(\"deploying the site here\")])])]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(1),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container text-left\"},[_c(\u0027div\u0027,{staticClass:\"row\"},[_m(2),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"col-md-9 col-md-pull-3\"},[_v(\"\\n This is where you can add a picture of yourself and a brief introduction. This can be a good place to use \"),_c(\u0027tooltip\u0027,{attrs:{\"placement\":\"top\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"Add more information here\")]},proxy:true}])},[_v(\"tooltips\")]),_v(\", or \"),_m(3)],1)])]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027div\u0027,[_m(4),_v(\" \"),_m(5),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Example using thumbnails\")])]},proxy:true}])},[_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_v(\"These thumbnails are available as variables to use anywhere in this page!\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Typescript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/java-icon.svg\",\"size\":\"50\"}})],1),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Example using icons\")])]},proxy:true}])},[_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\"}},[_v(\"\\n Some icons are not available in the libraries MarkBind supports! Please ensure that \\n the desired icons are available before choosing this option. For more information regarding\\n icons, please refer to \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#icons\",\"target\":\"_blank\"}},[_v(\"this section of our User Guide\")])]),_v(\" \"),_c(\u0027i\u0027,{staticClass:\"fa-brands fa-square-js fa-2xl\"}),_v(\" \"),_c(\u0027i\u0027,{staticClass:\"fa-brands fa-vuejs fa-2xl\"}),_v(\" \"),_c(\u0027i\u0027,{staticClass:\"fa-brands fa-java fa-2xl\"})],1)],1),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027div\u0027,[_m(6),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"seamless\",\"no-close\":\"\",\"minimized\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Software Engineering Intern @ \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://nus.edu.sg/\"}},[_v(\"NUS\")])]),_v(\" | May 2024 - Aug 2024\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_v(\"\\n Role description\\n \")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1)]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"seamless\",\"no-close\":\"\",\"minimized\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Another experience @ \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"Another Company\")])]),_v(\" | May 2022 - Aug 2022\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_v(\"\\n Role description\\n \")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}})],1)])],1),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027div\u0027,[_m(7),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027div\u0027,{staticClass:\"card mb-3\"},[_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration of the project can be added here\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/java-icon.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(11)])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027div\u0027,{staticClass:\"card mb-3\"},[_m(12),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(13)])]),_v(\" \"),_m(14),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"row row-cols-1 row-cols-md-3 g-3\"},[_c(\u0027div\u0027,{staticClass:\"col\"},[_c(\u0027div\u0027,{staticClass:\"card\"},[_m(15),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(16)])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"col\"},[_c(\u0027div\u0027,{staticClass:\"card\"},[_m(17),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/java-icon.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(18)])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"col\"},[_c(\u0027div\u0027,{staticClass:\"card\"},[_m(19),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(20)])])])]),_v(\" \"),_c(\u0027hr\u0027)],1),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(21)])}"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"};"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-light text-black px-2 py-5 mb-4\"},[_c(\u0027div\u0027,{staticClass:\"container\"},[_c(\u0027h1\u0027,{staticClass:\"display-5 no-index\",attrs:{\"id\":\"hello-i-m-name\"}},[_c(\u0027span\u0027,[_v(\"👋\")]),_v(\" Hello!\"),_c(\u0027br\u0027),_v(\"I\u0027m [NAME]\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#hello-i-m-name\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,{staticClass:\"lead\"},[_v(\"Welcome to my portfolio!\")]),_v(\" \"),_c(\u0027span\u0027,{staticStyle:{\"margin-right\":\"10px\"}},[_c(\u0027a\u0027,{staticClass:\"icon\",attrs:{\"href\":\"https://github.com/MarkBind/markbind\",\"target\":\"_blank\"}},[_c(\u0027i\u0027,{staticClass:\"fa-brands fa-github fa-2xl\"})])]),_v(\" \"),_c(\u0027span\u0027,{staticStyle:{\"margin-right\":\"10px\"}},[_c(\u0027a\u0027,{staticClass:\"icon\",attrs:{\"href\":\"https://www.linkedin.com/school/national-university-of-singapore/\",\"target\":\"_blank\"}},[_c(\u0027i\u0027,{staticClass:\"fa-brands fa-linkedin fa-2xl\"})])])])])}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"about-me\"}},[_v(\"About me\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about-me\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"col-md-3 col-md-push-9\"},[_c(\u0027img\u0027,{staticClass:\"img-fluid\",attrs:{\"src\":\"/contents/assets/default_profile_pic.png\",\"alt\":\"default-profile-pic\"}})])}"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027span\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#links\"}},[_v(\"add relevant links\")])])}"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"skills\"}},[_v(\"Skills\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#skills\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This is where you can give a quick overview of the technologies and frameworks you know using our \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#thumbnails\",\"target\":\"_blank\"}},[_v(\"thumbnail feature\")]),_v(\" or our \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#icons\",\"target\":\"_blank\"}},[_v(\"icons\")]),_v(\".\")])}"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"experience\"}},[_v(\"Experience\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#experience\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"projects\"}},[_v(\"Projects\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projects\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h3\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"example-project-ip-for-cs2103\"}},[_v(\"Example project: iP for CS2103\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#example-project-ip-for-cs2103\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027span\u0027,[_v(\"This would be a good place to add images and embeds showcasing your contributions to a project. In this case, an \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"\u003ciframe\u003e\")]),_v(\" containing the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://reposense.org/index.html\"}},[_v(\"RepoSense\")]),_v(\" report of a student\u0027s contributions to their iP is embedded. For more information on embeds, refer to our user guide \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/(https:/markbind.org/userGuide/formattingContents.html#embeds)\"}},[_v(\"here.\")])])])}"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027iframe\u0027,{attrs:{\"src\":\"https://nus-cs3281.github.io/2024-dashboard/#/widget/?search\u003dReposense\u0026sort\u003dgroupTitle\u0026sortWithin\u003dtitle\u0026timeframe\u003dcommit\u0026mergegroup\u003d\u0026groupSelect\u003dgroupByAuthors\u0026breakdown\u003dfalse\u0026since\u003d2023-12-01\u0026tabOpen\u003dtrue\u0026tabType\u003dauthorship\u0026tabAuthor\u003dasdfghjkxd\u0026tabRepo\u003dreposense%2Freposense%5Bmaster%5D\u0026authorshipIsMergeGroup\u003dfalse\u0026authorshipFileTypes\u003djava~md\u0026authorshipIsBinaryFileTypeChecked\u003dfalse\u0026authorshipIsIgnoredFilesChecked\u003dfalse\u0026chartGroupIndex\u003d5\u0026chartIndex\u003d0\",\"width\":\"100%\"}})])}"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h3\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-2\"}},[_v(\"Project 2\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-2\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"other-projects\"}},[_v(\"Other projects\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#other-projects\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h4\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-title\"}},[_v(\"Project title\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-title\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h4\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-title-2\"}},[_v(\"Project title\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-title-2\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h4\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-title-3\"}},[_v(\"Project title\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-title-3\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.3.0\")]),_v(\"]\")])])])}"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":"}];"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" "}],"authorContributionMap":{"jingting1412":73}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/bootstrap.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Bootswatch v5.1.3"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * Homepage: https://bootswatch.com"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Copyright 2012-2021 Thomas Park"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" * Based on Bootstrap"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"*//*!"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2021 The Bootstrap Authors"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2021 Twitter, Inc."},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" */@import url(https://fonts.googleapis.com/css2?family\u003dLato:ital,wght@0,400;0,700;1,400\u0026display\u003dswap);:root{--bs-blue:#2c3e50;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#e83e8c;--bs-red:#e74c3c;--bs-orange:#fd7e14;--bs-yellow:#f39c12;--bs-green:#18bc9c;--bs-teal:#20c997;--bs-cyan:#3498db;--bs-white:#fff;--bs-gray:#95a5a6;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#ecf0f1;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#b4bcc2;--bs-gray-600:#95a5a6;--bs-gray-700:#7b8a8b;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#2c3e50;--bs-secondary:#95a5a6;--bs-success:#18bc9c;--bs-info:#3498db;--bs-warning:#f39c12;--bs-danger:#e74c3c;--bs-light:#ecf0f1;--bs-dark:#7b8a8b;--bs-primary-rgb:44,62,80;--bs-secondary-rgb:149,165,166;--bs-success-rgb:24,188,156;--bs-info-rgb:52,152,219;--bs-warning-rgb:243,156,18;--bs-danger-rgb:231,76,60;--bs-light-rgb:236,240,241;--bs-dark-rgb:123,138,139;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:Lato,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.h1,h1{font-size:3rem}}.h2,h2{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h2,h2{font-size:2.5rem}}.h3,h3{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h3,h3{font-size:2rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#18bc9c;text-decoration:underline}a:hover{color:#13967d}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#e83e8c;word-wrap:break-word}a\u003ecode{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#95a5a6;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role\u003dbutton]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type\u003dbutton],[type\u003dreset],[type\u003dsubmit],button{-webkit-appearance:button}[type\u003dbutton]:not(:disabled),[type\u003dreset]:not(:disabled),[type\u003dsubmit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type\u003dsearch]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote\u003e:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#95a5a6}.blockquote-footer::before{content:\"\\2014\\00A0\"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#95a5a6}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row\u003e*{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-sm-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-md-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-lg-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-xl-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-xxl-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-xxl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xxl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-xxl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-xxl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-xxl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-xxl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-xxl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-xxl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table\u003e:not(caption)\u003e*\u003e*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table\u003etbody{vertical-align:inherit}.table\u003ethead{vertical-align:bottom}.table\u003e:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm\u003e:not(caption)\u003e*\u003e*{padding:.25rem .25rem}.table-bordered\u003e:not(caption)\u003e*{border-width:1px 0}.table-bordered\u003e:not(caption)\u003e*\u003e*{border-width:0 1px}.table-borderless\u003e:not(caption)\u003e*\u003e*{border-bottom-width:0}.table-borderless\u003e:not(:first-child){border-top-width:0}.table-striped\u003etbody\u003etr:nth-of-type(odd)\u003e*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover\u003etbody\u003etr:hover\u003e*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#2c3e50;--bs-table-striped-bg:#374859;--bs-table-striped-color:#fff;--bs-table-active-bg:#415162;--bs-table-active-color:#fff;--bs-table-hover-bg:#3c4c5d;--bs-table-hover-color:#fff;color:#fff;border-color:#415162}.table-secondary{--bs-table-bg:#95a5a6;--bs-table-striped-bg:#9aaaaa;--bs-table-striped-color:#fff;--bs-table-active-bg:#a0aeaf;--bs-table-active-color:#fff;--bs-table-hover-bg:#9dacad;--bs-table-hover-color:#fff;color:#fff;border-color:#a0aeaf}.table-success{--bs-table-bg:#18bc9c;--bs-table-striped-bg:#24bfa1;--bs-table-striped-color:#fff;--bs-table-active-bg:#2fc3a6;--bs-table-active-color:#fff;--bs-table-hover-bg:#29c1a3;--bs-table-hover-color:#fff;color:#fff;border-color:#2fc3a6}.table-info{--bs-table-bg:#3498db;--bs-table-striped-bg:#3e9ddd;--bs-table-striped-color:#fff;--bs-table-active-bg:#48a2df;--bs-table-active-color:#fff;--bs-table-hover-bg:#43a0de;--bs-table-hover-color:#fff;color:#fff;border-color:#48a2df}.table-warning{--bs-table-bg:#f39c12;--bs-table-striped-bg:#f4a11e;--bs-table-striped-color:#fff;--bs-table-active-bg:#f4a62a;--bs-table-active-color:#000;--bs-table-hover-bg:#f4a324;--bs-table-hover-color:#fff;color:#fff;border-color:#f4a62a}.table-danger{--bs-table-bg:#e74c3c;--bs-table-striped-bg:#e85546;--bs-table-striped-color:#fff;--bs-table-active-bg:#e95e50;--bs-table-active-color:#fff;--bs-table-hover-bg:#e9594b;--bs-table-hover-color:#fff;color:#fff;border-color:#e95e50}.table-light{--bs-table-bg:#ecf0f1;--bs-table-striped-bg:#e0e4e5;--bs-table-striped-color:#000;--bs-table-active-bg:#d4d8d9;--bs-table-active-color:#000;--bs-table-hover-bg:#dadedf;--bs-table-hover-color:#000;color:#000;border-color:#d4d8d9}.table-dark{--bs-table-bg:#7b8a8b;--bs-table-striped-bg:#829091;--bs-table-striped-color:#fff;--bs-table-active-bg:#889697;--bs-table-active-color:#fff;--bs-table-hover-bg:#859394;--bs-table-hover-color:#fff;color:#fff;border-color:#889697}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#95a5a6}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type\u003dfile]{overflow:hidden}.form-control[type\u003dfile]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-input-placeholder{color:#95a5a6;opacity:1}.form-control::-moz-placeholder{color:#95a5a6;opacity:1}.form-control:-ms-input-placeholder{color:#95a5a6;opacity:1}.form-control::-ms-input-placeholder{color:#95a5a6;opacity:1}.form-control::placeholder{color:#95a5a6;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#ecf0f1;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;-moz-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#ecf0f1;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e0e4e5}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#ecf0f1;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#e0e4e5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;-moz-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;-moz-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.form-select[multiple],.form-select[size]:not([size\u003d\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#ecf0f1}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type\u003dcheckbox]{border-radius:.25em}.form-check-input[type\u003dradio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.form-check-input:checked{background-color:#2c3e50;border-color:#2c3e50}.form-check-input:checked[type\u003dcheckbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10l3 3l6-6\u0027/%3e%3c/svg%3e\")}.form-check-input:checked[type\u003dradio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00272\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-input[type\u003dcheckbox]:indeterminate{background-color:#2c3e50;border-color:#2c3e50;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10h8\u0027/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027rgba%280, 0, 0, 0.25%29\u0027/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%23969fa8\u0027/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;-webkit-filter:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(44,62,80,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(44,62,80,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#2c3e50;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c0c5cb}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#2c3e50;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#c0c5cb}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#b4bcc2}.form-range:disabled::-moz-range-thumb{background-color:#b4bcc2}.form-floating{position:relative}.form-floating\u003e.form-control,.form-floating\u003e.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating\u003elabel{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating\u003elabel{transition:none}}.form-floating\u003e.form-control{padding:1rem .75rem}.form-floating\u003e.form-control::-webkit-input-placeholder{color:transparent}.form-floating\u003e.form-control::-moz-placeholder{color:transparent}.form-floating\u003e.form-control:-ms-input-placeholder{color:transparent}.form-floating\u003e.form-control::-ms-input-placeholder{color:transparent}.form-floating\u003e.form-control::placeholder{color:transparent}.form-floating\u003e.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:not(:-ms-input-placeholder){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:focus,.form-floating\u003e.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:not(:-ms-input-placeholder)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:focus~label,.form-floating\u003e.form-control:not(:placeholder-shown)~label,.form-floating\u003e.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group\u003e.form-control,.input-group\u003e.form-select{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0}.input-group\u003e.form-control:focus,.input-group\u003e.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#ecf0f1;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg\u003e.btn,.input-group-lg\u003e.form-control,.input-group-lg\u003e.form-select,.input-group-lg\u003e.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm\u003e.btn,.input-group-sm\u003e.form-control,.input-group-sm\u003e.form-select,.input-group-sm\u003e.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg\u003e.form-select,.input-group-sm\u003e.form-select{padding-right:3rem}.input-group:not(.has-validation)\u003e.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)\u003e:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation\u003e.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation\u003e:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group\u003e:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#18bc9c}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(24,188,156,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#18bc9c;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%2318bc9c\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#18bc9c;box-shadow:0 0 0 .25rem rgba(24,188,156,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#18bc9c}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%2318bc9c\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#18bc9c;box-shadow:0 0 0 .25rem rgba(24,188,156,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#18bc9c}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#18bc9c}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(24,188,156,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#18bc9c}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#e74c3c}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(231,76,60,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#e74c3c;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23e74c3c\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23e74c3c\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#e74c3c;box-shadow:0 0 0 .25rem rgba(231,76,60,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#e74c3c}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23e74c3c\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23e74c3c\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#e74c3c;box-shadow:0 0 0 .25rem rgba(231,76,60,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#e74c3c}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#e74c3c}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(231,76,60,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#e74c3c}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-primary:hover{color:#fff;background-color:#253544;border-color:#233240}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#253544;border-color:#233240;box-shadow:0 0 0 .25rem rgba(76,91,106,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show\u003e.btn-primary.dropdown-toggle{color:#fff;background-color:#233240;border-color:#212f3c}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show\u003e.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(76,91,106,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-secondary{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-secondary:hover{color:#fff;background-color:#7f8c8d;border-color:#778485}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#7f8c8d;border-color:#778485;box-shadow:0 0 0 .25rem rgba(165,179,179,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show\u003e.btn-secondary.dropdown-toggle{color:#fff;background-color:#778485;border-color:#707c7d}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show\u003e.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(165,179,179,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-success{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-success:hover{color:#fff;background-color:#14a085;border-color:#13967d}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#14a085;border-color:#13967d;box-shadow:0 0 0 .25rem rgba(59,198,171,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show\u003e.btn-success.dropdown-toggle{color:#fff;background-color:#13967d;border-color:#128d75}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show\u003e.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(59,198,171,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-info{color:#fff;background-color:#3498db;border-color:#3498db}.btn-info:hover{color:#fff;background-color:#2c81ba;border-color:#2a7aaf}.btn-check:focus+.btn-info,.btn-info:focus{color:#fff;background-color:#2c81ba;border-color:#2a7aaf;box-shadow:0 0 0 .25rem rgba(82,167,224,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show\u003e.btn-info.dropdown-toggle{color:#fff;background-color:#2a7aaf;border-color:#2772a4}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show\u003e.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(82,167,224,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#3498db;border-color:#3498db}.btn-warning{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-warning:hover{color:#fff;background-color:#cf850f;border-color:#c27d0e}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#fff;background-color:#cf850f;border-color:#c27d0e;box-shadow:0 0 0 .25rem rgba(245,171,54,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show\u003e.btn-warning.dropdown-toggle{color:#fff;background-color:#c27d0e;border-color:#b6750e}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show\u003e.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(245,171,54,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-danger{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-danger:hover{color:#fff;background-color:#c44133;border-color:#b93d30}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#c44133;border-color:#b93d30;box-shadow:0 0 0 .25rem rgba(235,103,89,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show\u003e.btn-danger.dropdown-toggle{color:#fff;background-color:#b93d30;border-color:#ad392d}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show\u003e.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(235,103,89,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-light{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-light:hover{color:#000;background-color:#eff2f3;border-color:#eef2f2}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#eff2f3;border-color:#eef2f2;box-shadow:0 0 0 .25rem rgba(201,204,205,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show\u003e.btn-light.dropdown-toggle{color:#000;background-color:#f0f3f4;border-color:#eef2f2}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show\u003e.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(201,204,205,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-dark{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-dark:hover{color:#fff;background-color:#697576;border-color:#626e6f}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#697576;border-color:#626e6f;box-shadow:0 0 0 .25rem rgba(143,156,156,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show\u003e.btn-dark.dropdown-toggle{color:#fff;background-color:#626e6f;border-color:#5c6868}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show\u003e.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(143,156,156,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-outline-primary{color:#2c3e50;border-color:#2c3e50}.btn-outline-primary:hover{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(44,62,80,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(44,62,80,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#2c3e50;background-color:transparent}.btn-outline-secondary{color:#95a5a6;border-color:#95a5a6}.btn-outline-secondary:hover{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(149,165,166,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(149,165,166,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#95a5a6;background-color:transparent}.btn-outline-success{color:#18bc9c;border-color:#18bc9c}.btn-outline-success:hover{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(24,188,156,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(24,188,156,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#18bc9c;background-color:transparent}.btn-outline-info{color:#3498db;border-color:#3498db}.btn-outline-info:hover{color:#fff;background-color:#3498db;border-color:#3498db}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(52,152,219,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#fff;background-color:#3498db;border-color:#3498db}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(52,152,219,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#3498db;background-color:transparent}.btn-outline-warning{color:#f39c12;border-color:#f39c12}.btn-outline-warning:hover{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(243,156,18,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(243,156,18,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f39c12;background-color:transparent}.btn-outline-danger{color:#e74c3c;border-color:#e74c3c}.btn-outline-danger:hover{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(231,76,60,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(231,76,60,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#e74c3c;background-color:transparent}.btn-outline-light{color:#ecf0f1;border-color:#ecf0f1}.btn-outline-light:hover{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(236,240,241,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(236,240,241,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#ecf0f1;background-color:transparent}.btn-outline-dark{color:#7b8a8b;border-color:#7b8a8b}.btn-outline-dark:hover{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(123,138,139,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(123,138,139,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#7b8a8b;background-color:transparent}.btn-link{font-weight:400;color:#18bc9c;text-decoration:underline}.btn-link:hover{color:#13967d}.btn-link.disabled,.btn-link:disabled{color:#95a5a6}.btn-group-lg\u003e.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm\u003e.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\"}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#7b8a8b;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#fff;background-color:#2c3e50}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#2c3e50}.dropdown-item.disabled,.dropdown-item:disabled{color:#b4bcc2;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#95a5a6;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#7b8a8b}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#2c3e50}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#b4bcc2}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#b4bcc2}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical\u003e.btn,.btn-group\u003e.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical\u003e.btn-check:checked+.btn,.btn-group-vertical\u003e.btn-check:focus+.btn,.btn-group-vertical\u003e.btn.active,.btn-group-vertical\u003e.btn:active,.btn-group-vertical\u003e.btn:focus,.btn-group-vertical\u003e.btn:hover,.btn-group\u003e.btn-check:checked+.btn,.btn-group\u003e.btn-check:focus+.btn,.btn-group\u003e.btn.active,.btn-group\u003e.btn:active,.btn-group\u003e.btn:focus,.btn-group\u003e.btn:hover{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group\u003e.btn-group:not(:first-child),.btn-group\u003e.btn:not(:first-child){margin-left:-1px}.btn-group\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group\u003e.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group\u003e.btn:nth-child(n+3),.btn-group\u003e:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm\u003e.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg\u003e.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical\u003e.btn,.btn-group-vertical\u003e.btn-group{width:100%}.btn-group-vertical\u003e.btn-group:not(:first-child),.btn-group-vertical\u003e.btn:not(:first-child){margin-top:-1px}.btn-group-vertical\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group-vertical\u003e.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group-vertical\u003e.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 2rem;color:#18bc9c;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#13967d}.nav-link.disabled{color:#95a5a6;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #ecf0f1}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#ecf0f1 #ecf0f1 #ecf0f1;isolation:isolate}.nav-tabs .nav-link.disabled{color:#95a5a6;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#7b8a8b;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show\u003e.nav-link{color:#fff;background-color:#2c3e50}.nav-fill .nav-item,.nav-fill\u003e.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified\u003e.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content\u003e.tab-pane{display:none}.tab-content\u003e.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.navbar\u003e.container,.navbar\u003e.container-fluid,.navbar\u003e.container-lg,.navbar\u003e.container-md,.navbar\u003e.container-sm,.navbar\u003e.container-xl,.navbar\u003e.container-xxl{display:-ms-flexbox;display:flex;-ms-flex-wrap:inherit;flex-wrap:inherit;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show\u003e.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027rgba%280, 0, 0, 0.55%29\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#2c3e50}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show\u003e.nav-link{color:#2c3e50}.navbar-dark .navbar-toggler{color:#fff;border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#2c3e50}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card\u003ehr{margin-right:0;margin-left:0}.card\u003e.list-group{border-top:inherit;border-bottom:inherit}.card\u003e.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card\u003e.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card\u003e.card-header+.list-group,.card\u003e.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group\u003e.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group\u003e.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group\u003e.card+.card{margin-left:0;border-left:0}.card-group\u003e.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group\u003e.card:not(:last-child) .card-header,.card-group\u003e.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group\u003e.card:not(:last-child) .card-footer,.card-group\u003e.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group\u003e.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group\u003e.card:not(:first-child) .card-header,.card-group\u003e.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group\u003e.card:not(:first-child) .card-footer,.card-group\u003e.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#283848;background-color:#eaecee;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23283848\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.accordion-button::after{-ms-flex-negative:0;flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:\"\";background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23212529\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-size:1.25rem;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.375rem .75rem;margin-bottom:1rem;list-style:none;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#95a5a6;content:var(--bs-breadcrumb-divider, \"/\")}.breadcrumb-item.active{color:#95a5a6}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#fff;text-decoration:none;background-color:#18bc9c;border:0 solid transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#fff;background-color:#0f7864;border-color:transparent}.page-link:focus{z-index:3;color:#13967d;background-color:#ecf0f1;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.page-item:not(:first-child) .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0f7864;border-color:transparent}.page-item.disabled .page-link{color:#ecf0f1;pointer-events:none;background-color:#3be6c4;border-color:transparent}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#1a2530;background-color:#d5d8dc;border-color:#c0c5cb}.alert-primary .alert-link{color:#151e26}.alert-secondary{color:#596364;background-color:#eaeded;border-color:#dfe4e4}.alert-secondary .alert-link{color:#474f50}.alert-success{color:#0e715e;background-color:#d1f2eb;border-color:#baebe1}.alert-success .alert-link{color:#0b5a4b}.alert-info{color:#1f5b83;background-color:#d6eaf8;border-color:#c2e0f4}.alert-info .alert-link{color:#194969}.alert-warning{color:#925e0b;background-color:#fdebd0;border-color:#fbe1b8}.alert-warning .alert-link{color:#754b09}.alert-danger{color:#8b2e24;background-color:#fadbd8;border-color:#f8c9c5}.alert-danger .alert-link{color:#6f251d}.alert-light{color:#8e9091;background-color:#fbfcfc;border-color:#f9fbfb}.alert-light .alert-link{color:#727374}.alert-dark{color:#4a5353;background-color:#e5e8e8;border-color:#d7dcdc}.alert-dark .alert-link{color:#3b4242}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#ecf0f1;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#2c3e50;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered\u003eli::before{content:counters(section, \".\") \". \";counter-increment:section}.list-group-item-action{width:100%;color:#7b8a8b;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#7b8a8b;text-decoration:none;background-color:#ecf0f1}.list-group-item-action:active{color:#212529;background-color:#ecf0f1}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#95a5a6;pointer-events:none;background-color:#ecf0f1}.list-group-item.active{z-index:2;color:#fff;background-color:#2c3e50;border-color:#2c3e50}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal\u003e.list-group-item.active{margin-top:0}.list-group-horizontal\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xxl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush\u003e.list-group-item{border-width:0 0 1px}.list-group-flush\u003e.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#1a2530;background-color:#d5d8dc}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#1a2530;background-color:#c0c2c6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1a2530;border-color:#1a2530}.list-group-item-secondary{color:#596364;background-color:#eaeded}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#596364;background-color:#d3d5d5}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#596364;border-color:#596364}.list-group-item-success{color:#0e715e;background-color:#d1f2eb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0e715e;background-color:#bcdad4}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0e715e;border-color:#0e715e}.list-group-item-info{color:#1f5b83;background-color:#d6eaf8}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#1f5b83;background-color:#c1d3df}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#1f5b83;border-color:#1f5b83}.list-group-item-warning{color:#925e0b;background-color:#fdebd0}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#925e0b;background-color:#e4d4bb}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#925e0b;border-color:#925e0b}.list-group-item-danger{color:#8b2e24;background-color:#fadbd8}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#8b2e24;background-color:#e1c5c2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#8b2e24;border-color:#8b2e24}.list-group-item-light{color:#8e9091;background-color:#fbfcfc}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#8e9091;background-color:#e2e3e3}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#8e9091;border-color:#8e9091}.list-group-item-dark{color:#4a5353;background-color:#e5e8e8}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#4a5353;background-color:#ced1d1}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#4a5353;border-color:#4a5353}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#fff;background:transparent url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\u0027/%3e%3c/svg%3e\") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.4}.btn-close:hover{color:#fff;text-decoration:none;opacity:1}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container\u003e:not(:last-child){margin-bottom:.75rem}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.5rem .75rem;color:#95a5a6;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer\u003e*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:\"\";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^\u003dtop],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dright],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dbottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dleft],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:\"\";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow,.bs-popover-top\u003e.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::before,.bs-popover-top\u003e.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::after,.bs-popover-top\u003e.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow,.bs-popover-end\u003e.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::before,.bs-popover-end\u003e.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::after,.bs-popover-end\u003e.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow,.bs-popover-bottom\u003e.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::before,.bs-popover-bottom\u003e.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::after,.bs-popover-bottom\u003e.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:\"\";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow,.bs-popover-start\u003e.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::before,.bs-popover-start\u003e.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::after,.bs-popover-start\u003e.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:\"\"}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\u0027/%3e%3c/svg%3e\")}.carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{-ms-flex-positive:1;flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);-webkit-transform:translateX(100%);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(100%);transform:translateY(100%)}.offcanvas.show{-webkit-transform:none;transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:\"\"}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix::after{display:block;clear:both;content:\"\"}.link-primary{color:#2c3e50}.link-primary:focus,.link-primary:hover{color:#233240}.link-secondary{color:#95a5a6}.link-secondary:focus,.link-secondary:hover{color:#778485}.link-success{color:#18bc9c}.link-success:focus,.link-success:hover{color:#13967d}.link-info{color:#3498db}.link-info:focus,.link-info:hover{color:#2a7aaf}.link-warning{color:#f39c12}.link-warning:focus,.link-warning:hover{color:#c27d0e}.link-danger{color:#e74c3c}.link-danger:focus,.link-danger:hover{color:#b93d30}.link-light{color:#ecf0f1}.link-light:focus,.link-light:hover{color:#f0f3f4}.link-dark{color:#7b8a8b}.link-dark:focus,.link-dark:hover{color:#626e6f}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio\u003e*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}.vstack{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;-ms-flex-item-align:stretch;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#2c3e50!important}.border-secondary{border-color:#95a5a6!important}.border-success{border-color:#18bc9c!important}.border-info{border-color:#3498db!important}.border-warning{border-color:#f39c12!important}.border-danger{border-color:#e74c3c!important}.border-light{border-color:#ecf0f1!important}.border-dark{border-color:#7b8a8b!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-first{-ms-flex-order:-1!important;order:-1!important}.order-0{-ms-flex-order:0!important;order:0!important}.order-1{-ms-flex-order:1!important;order:1!important}.order-2{-ms-flex-order:2!important;order:2!important}.order-3{-ms-flex-order:3!important;order:3!important}.order-4{-ms-flex-order:4!important;order:4!important}.order-5{-ms-flex-order:5!important;order:5!important}.order-last{-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-3{font-size:calc(1.325rem + .9vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#95a5a6!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-ms-flex-order:0!important;order:0!important}.order-sm-1{-ms-flex-order:1!important;order:1!important}.order-sm-2{-ms-flex-order:2!important;order:2!important}.order-sm-3{-ms-flex-order:3!important;order:3!important}.order-sm-4{-ms-flex-order:4!important;order:4!important}.order-sm-5{-ms-flex-order:5!important;order:5!important}.order-sm-last{-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-ms-flex-order:-1!important;order:-1!important}.order-md-0{-ms-flex-order:0!important;order:0!important}.order-md-1{-ms-flex-order:1!important;order:1!important}.order-md-2{-ms-flex-order:2!important;order:2!important}.order-md-3{-ms-flex-order:3!important;order:3!important}.order-md-4{-ms-flex-order:4!important;order:4!important}.order-md-5{-ms-flex-order:5!important;order:5!important}.order-md-last{-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-ms-flex-order:0!important;order:0!important}.order-lg-1{-ms-flex-order:1!important;order:1!important}.order-lg-2{-ms-flex-order:2!important;order:2!important}.order-lg-3{-ms-flex-order:3!important;order:3!important}.order-lg-4{-ms-flex-order:4!important;order:4!important}.order-lg-5{-ms-flex-order:5!important;order:5!important}.order-lg-last{-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-ms-flex-order:0!important;order:0!important}.order-xl-1{-ms-flex-order:1!important;order:1!important}.order-xl-2{-ms-flex-order:2!important;order:2!important}.order-xl-3{-ms-flex-order:3!important;order:3!important}.order-xl-4{-ms-flex-order:4!important;order:4!important}.order-xl-5{-ms-flex-order:5!important;order:5!important}.order-xl-last{-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-ms-flex-order:0!important;order:0!important}.order-xxl-1{-ms-flex-order:1!important;order:1!important}.order-xxl-2{-ms-flex-order:2!important;order:2!important}.order-xxl-3{-ms-flex-order:3!important;order:3!important}.order-xxl-4{-ms-flex-order:4!important;order:4!important}.order-xxl-5{-ms-flex-order:5!important;order:5!important}.order-xxl-last{-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:3rem!important}.fs-2{font-size:2.5rem!important}.fs-3{font-size:2rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}.bg-primary .navbar-nav .nav-link.active,.bg-primary .navbar-nav .nav-link:focus,.bg-primary .navbar-nav .nav-link:hover,.bg-primary .navbar-nav .show\u003e.nav-link{color:#18bc9c!important}.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover{color:#2c3e50}.pagination a:hover{text-decoration:none}.badge.bg-light{color:#7b8a8b}.alert{border:none;color:#fff}.alert .alert-link,.alert a{color:#fff;text-decoration:underline}.alert-primary{background-color:#2c3e50}.alert-secondary{background-color:#95a5a6}.alert-success{background-color:#18bc9c}.alert-info{background-color:#3498db}.alert-warning{background-color:#f39c12}.alert-danger{background-color:#e74c3c}.alert-light{background-color:#ecf0f1}.alert-dark{background-color:#7b8a8b}.alert-light,.alert-light .alert-link,.alert-light a{color:#212529}.modal .btn-close,.toast .btn-close{background-image:url(\"data:image/svg+xml,\u003csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23000\u0027\u003e\u003cpath d\u003d\u0027M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\u0027/\u003e\u003c/svg\u003e\")}"}],"authorContributionMap":{"jingting1412":12}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"jingting1412":2}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/codeblock-light.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8ff}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#e6e6fa}.hljs.inline{background:#f8f8f8}.hljs.inline.no-lang{color:#e83e8c}.hljs:not(.inline){border:1px solid #c8c8c8;border:1px solid rgba(200,200,200,.3)}.code-block-heading{background:#f2f2ff;color:#8787a5}button.function-btn{background-color: #f8f8ff}"}],"authorContributionMap":{"jingting1412":2}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/markbind.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".resize-observer[data-v-8859cc6c]{background-color:transparent;border:none;opacity:0}.resize-observer[data-v-8859cc6c],.resize-observer[data-v-8859cc6c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.v-popper__popper{left:0;top:0;z-index:10000}.v-popper__popper.v-popper__popper--hidden{opacity:0;pointer-events:none;transition:opacity .15s,visibility .15s;visibility:hidden}.v-popper__popper.v-popper__popper--shown{opacity:1;transition:opacity .15s;visibility:visible}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition\u003e.v-popper__wrapper{transition:none!important}.v-popper__backdrop{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.v-popper__inner{box-sizing:border-box;overflow-y:auto;position:relative}.v-popper__inner\u003ediv{max-height:inherit;max-width:inherit;position:relative;z-index:1}.v-popper__arrow-container{height:10px;position:absolute;width:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;height:0;left:0;position:absolute;top:0;width:0}.v-popper__arrow-inner{border-width:7px;visibility:hidden}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-top-width:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-left-color:transparent!important;border-left-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-right-color:transparent!important;border-right-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 30px #0000001a;color:#000}.v-popper--theme-dropdown .v-popper__arrow-inner{border-color:#fff;visibility:visible}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);border-radius:6px;color:#fff;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.box-container[data-v-4d146e2c]{border-radius:6px;padding:0}.box-header-wrapper[data-v-4d146e2c]{align-items:center;border-radius:6px 6px 0 0;display:flex;flex-direction:row;padding:.4rem 1.25rem .28rem;width:100%}.box-body-wrapper[data-v-4d146e2c]{display:flex;flex-direction:row;padding:.75rem 1.25rem;width:100%}.box-container.seamless\u003e.header-and-body\u003e.box-body-wrapper[data-v-4d146e2c]{padding:.75rem .5rem}.contents[data-v-4d146e2c]{min-width:0;padding:0 6px;width:100%}.box-container.seamless\u003e.header-and-body\u003ediv.box-body-wrapper\u003e.contents[data-v-4d146e2c]{padding-left:12px}.heading[data-v-4d146e2c]{background-color:hsla(0,0%,94%,.6);border-radius:0 6px 0 6px;border-width:0;color:inherit;display:inline;float:right;font-weight:400;margin:-13px -27px 0 15px;padding:3px 5px 4px;width:auto}.box-body-wrapper-with-heading[data-v-4d146e2c]{padding-top:.5rem}.alert-dismissible[data-v-4d146e2c]{padding-right:4rem}.box-header[data-v-4d146e2c]{font-weight:500}.icon-wrapper[data-v-4d146e2c]{display:inline;margin-right:.5em;min-width:1em;text-align:center}.close-with-heading[data-v-4d146e2c]{padding:1rem;position:absolute;right:0;top:0}.close-with-heading\u003espan[data-v-4d146e2c]{vertical-align:text-top}.alert-dismissible .btn-close[data-v-4d146e2c]{padding:1rem}.contents[data-v-4d146e2c]\u003e:last-child{margin-bottom:0}.alert-default[data-v-4d146e2c]{background-color:#f6f8fa;border-color:#e8ebef;color:#24292e}.alert-border-left[data-v-4d146e2c]{background-color:#f9f8f8;border-left:solid;border-width:0 0 0 5px}.vertical-divider[data-v-4d146e2c]{width:4px}.horizontal-divider[data-v-4d146e2c]{height:3px;margin:0 auto;width:calc(100% - 2.5rem)}.no-background[data-v-4d146e2c]{background:none}.no-border[data-v-4d146e2c]{border:none}@media screen and (max-width:768px){.box-header-wrapper[data-v-4d146e2c]{padding:.75rem .75rem .1rem}.box-body-wrapper[data-v-4d146e2c]{padding:.75rem}.contents[data-v-4d146e2c]{padding:0}}div.box-header\u003e*{margin-bottom:0}.notlink[data-v-ef898034]{color:#6d757d}.breadcrumb-divider[data-v-ef898034]{--bs-breadcrumb-divider:\"›\"}.breadcrumb-item[data-v-ef898034]:before,.breadcrumb-marker[data-v-ef898034]{font-size:15px}.dropdown-submenu[data-v-6df16086]{color:#212529!important;padding:0!important;position:relative}.dropdown-submenu ul.dropdown-menu[data-v-6df16086]{margin-left:0}.btn-group\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-6df16086],.dropdown\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-6df16086]{margin-bottom:-.5rem}@media (min-width:768px){.submenu-toggle[data-v-6df16086]:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:\"\";display:inline-block;float:right;height:0;margin-top:.5em;vertical-align:.255em;width:0}}@media (max-width:767px){.dropdown-submenu\u003eul[data-v-6df16086]{border-radius:0;float:none;margin:-.05rem;padding-bottom:0;position:static}.submenu-toggle[data-v-6df16086]:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:\"\";display:inline-block;float:right;height:0;margin-left:.255em;margin-top:.5em;vertical-align:.255em;width:0}.navbar-default .dropdown[data-v-12679d7e]{position:static}.navbar-default .dropdown-menu[data-v-12679d7e]{max-height:75vh;max-width:100%;overflow-y:auto;overscroll-behavior:contain;position:absolute}.navbar-default .dropdown-menu-end[data-v-12679d7e]{right:auto}}.secret[data-v-12679d7e]{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.btn-with-before[data-v-12679d7e]{padding-left:.2rem;padding-right:.4rem}.dropdown-toggle[data-v-12679d7e]{cursor:pointer;display:block;width:max-content}.navbar .dropdown-toggle[data-v-12679d7e]{text-decoration:none}.nav-link\u003e.nav-link[data-v-12679d7e]{padding:0}.toggle-site-nav-button[data-v-d6ffaa8e]{cursor:pointer;height:53px;left:0;padding:15px;position:absolute;transform:rotate(0deg);transition:all .25s ease-in-out;width:52px}.toggle-site-nav-button span[data-v-d6ffaa8e]{background-color:#000;display:block;height:3px;left:15px;position:absolute;top:50%;transition:all .25s ease-in-out;width:21px}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:translateY(-8px)}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){transform-origin:100% 50%}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:rotate(135deg)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){left:-60px;opacity:0}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:rotate(-135deg)}.toggle-page-nav-button[data-v-4b08b1df]{cursor:pointer;padding:15px;position:absolute;right:0;top:6px}.toggle-page-nav-button span[data-v-4b08b1df]{background-color:#000;border-radius:50%;display:block;height:5px;margin-top:2px;position:absolute;right:15px;transform:rotate(0deg);transition:all .25s ease-in-out;width:5px}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{transform:translateY(-8px)}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform-origin:100% 50%}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{border-radius:0;height:3px;transform:rotate(135deg);width:21px}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform:scale(0)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){border-radius:0;height:3px;transform:rotate(-135deg);width:21px}@media (max-width:767px){.navbar[data-v-73b4aa16]{padding-bottom:0;padding-left:0;padding-right:0}.navbar-left[data-v-73b4aa16]{max-width:50%;order:1;padding-left:1rem}.navbar-left [data-v-73b4aa16]{white-space:normal}.navbar-right[data-v-73b4aa16]{max-width:50%;order:1;padding:0 16px}.navbar-default[data-v-73b4aa16]{-ms-overflow-style:none;display:block;margin-top:.3125rem;order:2;overflow-x:scroll;scrollbar-width:none;width:100%}.navbar-default[data-v-73b4aa16]::-webkit-scrollbar{display:none}.navbar-default ul[data-v-73b4aa16]{flex-direction:row;margin-top:0!important;width:100%}.navbar-default\u003eul\u003e[data-v-73b4aa16]{background:rgba(0,0,0,.2);flex-grow:1;padding:.3125rem .625rem}.navbar-light .navbar-default\u003eul\u003e[data-v-73b4aa16]{background:rgba(0,0,0,.05)}.navbar-default\u003eul\u003e.current[data-v-73b4aa16]{background:transparent}.navbar-default a[data-v-73b4aa16],[data-v-73b4aa16] .dropdown-toggle{margin:0 auto;width:max-content}[data-v-73b4aa16] .dropdown{align-items:center;display:flex}.container-fluid[data-v-73b4aa16]{padding:0}}.navbar-brand[data-v-73b4aa16]{display:inline-block}.navbar-brand\u003eimg[data-v-73b4aa16],.navbar-brand\u003esvg[data-v-73b4aa16]{display:block}.navbar-right[data-v-73b4aa16]{padding-right:1rem}.navbar-left[data-v-73b4aa16]{align-items:center;display:flex;font-size:1.25rem;line-height:inherit;padding:.3125rem 1rem;white-space:nowrap}.navbar-fixed[data-v-73b4aa16]{position:fixed;width:100%;z-index:1000}.navbar-default[data-v-73b4aa16]{align-items:center;display:flex;flex-basis:auto;flex-grow:1}[data-v-73b4aa16] .dropdown-current{background:#007bff;color:#fff!important}.lower-navbar-container[data-v-73b4aa16]{background-color:#fff;border-bottom:1px solid #c1c1c1;height:50px;position:relative;width:100%}.navbar.navbar-dark .navbar-nav[data-v-73b4aa16] .current:not(.dropdown) a,.navbar.navbar-dark .navbar-nav[data-v-73b4aa16] .dropdown.current\u003ea{color:#fff}.navbar.navbar-light .navbar-nav[data-v-73b4aa16] .current:not(.dropdown) a,.navbar.navbar-light .navbar-nav[data-v-73b4aa16] .dropdown.current\u003ea{color:#000}.collapse-button{float:right;font-size:10px!important;margin-left:3px;margin-top:2px;padding:3px 8px!important}.collapse-icon{transition:transform .4s ease-in-out}.collapse-icon.opened{transform:rotate(-180deg)}.card-container[data-v-1e33c620]{scroll-margin-top:var(--sticky-header-height)}.card-collapse[data-v-1e33c620]{overflow:hidden;transition:max-height .5s ease-in-out}.seamless-button[data-v-1e33c620]{opacity:0;transition:opacity .3s}.card-header:hover .seamless-button[data-v-1e33c620]{opacity:1}.card-peek-collapsed[data-v-1e33c620]{position:relative}.card-peek-collapsed[data-v-1e33c620]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.peek-read-more[data-v-1e33c620]{opacity:.2;transition:opacity .5s;z-index:1}.peek-read-more[data-v-1e33c620]:before{bottom:10px;position:absolute;text-align:center;width:100%}.peek-read-more[data-v-1e33c620]:hover{cursor:pointer;opacity:.4}.peek-read-more-fade-enter[data-v-1e33c620],.peek-read-more-fade-leave-to[data-v-1e33c620]{opacity:0}.card-heading{width:100%}.card-title{display:inline-block;font-size:1em;line-height:1.2em;margin:0;text-align:left;white-space:normal}.card-title *{margin-bottom:0!important}.caret-wrapper{float:left;width:32px}.minimal-caret-wrapper{display:inline-block;font-size:13px;margin-right:5px}.header-wrapper{display:inline-block;transition:opacity .5s;width:calc(100% - 128px)}.header-transparent{opacity:0}.button-wrapper{float:right;width:96px}.header-toggle{cursor:pointer}.expandable-card{margin-bottom:0!important;margin-top:5px}.card-collapse\u003ehr{margin-top:0}.card-group\u003e.card-container\u003e.expandable-card{margin-top:0!important}.bottom-button-wrapper{margin-bottom:13px;padding-bottom:13px}.bottom-button-wrapper\u003e.collapse-button{margin-top:5px;opacity:.2}.bottom-button-wrapper\u003e.collapse-button:hover{opacity:1}.close-button{margin-left:3px}.close-button,.popup-button{float:right;font-size:10px!important;margin-top:2px;padding:3px 8px!important}.morph{display:inline-block}.morph-display-wrapper{align-items:center;display:flex;margin-top:5px}@media (max-width:575.98px){.header-wrapper{display:inline-block;width:calc(100% - 64px)}.button-wrapper{float:right;width:32px}.card-body{padding:.5rem}.card-collapse\u003ehr{margin-top:.5rem}.card-header{padding:.5rem}}.card-peek-collapsed[data-v-5d519034]{position:relative}.card-peek-collapsed[data-v-5d519034]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.morph-title[data-v-5d519034]{background-color:transparent;border-color:#000;padding:0 .3em;vertical-align:top}.morph-title[data-v-5d519034]:active,.morph-title[data-v-5d519034]:focus,.morph-title[data-v-5d519034]:hover{background-color:#343a40;border-color:#343a40;color:#fff}.card-collapse[data-v-5d519034]{overflow:hidden;transition:max-height .5s ease-in-out}.card-flex[data-v-5d519034]{border:0;display:flex;flex-direction:column;margin:0}.header-fade-enter[data-v-5d519034]{opacity:0}.header-fade-leave-active[data-v-5d519034]{position:absolute}.header-fade-leave-to[data-v-5d519034]{opacity:0!important}.card-title-inline[data-v-5d519034]{display:inline-block}.card-body[data-v-5d519034]{padding:0}.header-wrapper[data-v-5d519034]{background-color:#fff;display:inline-block;width:100%}.header-wrapper-bottom[data-v-5d519034]{order:1}.ellipses[data-v-5d519034]:before{bottom:3px;content:\"...\";font-weight:900;margin-right:4px;position:relative}.button-wrapper[data-v-5d519034]{border:solid hsla(0,0%,59%,.2);border-width:0 0 0 1px;display:inline-block;float:none;margin-left:2px;opacity:0;padding-left:2px;transition:opacity .5s;vertical-align:text-top;width:auto}.button-wrapper-expanded[data-v-5d519034]{border:0;margin-left:0;padding-left:0}.card:hover .button-wrapper[data-v-5d519034]{opacity:1}.header-toggle[data-v-5d519034]{cursor:pointer}.glyphicon[data-v-5d519034]{font-size:12px}.minimal-button[data-v-5d519034]{background-color:transparent;border:0;color:#969696;cursor:pointer;padding:0 3px}.minimal-button[data-v-5d519034]:active,.minimal-button[data-v-5d519034]:focus,.minimal-button[data-v-5d519034]:hover{color:#1e1e1e}.minimal-popup-button[data-v-5d519034]{font-size:9px;top:1px}.minimal-menu-up[data-v-5d519034]{font-size:13px;top:2px}.minimal-menu-down[data-v-5d519034]{font-size:13px;top:1px}.minimal-close-button[data-v-5d519034]{font-size:11px;top:0}@media (max-width:575.98px){.button-wrapper-expanded[data-v-5d519034]{border:0;margin-left:0;opacity:.15;padding-left:0}.button-wrapper-visible[data-v-5d519034]{opacity:1}}.annotate-image-wrapper{display:inline-block;position:relative;text-align:left}.annotate-image{height:auto;max-width:100%}.annotate-point{bottom:0;left:0;pointer-events:none;top:0}.annotate-point,.popover-annotation{height:100%;position:absolute;width:100%}.hover-point{border-radius:50%;border-style:solid;border-width:1px;z-index:1}.hover-label{pointer-events:none;position:absolute;text-align:center;z-index:2}.hover-wrapper{align-items:center;background:transparent;display:inline-flex;justify-content:center;z-index:0}.legend-wrapper{height:100%;position:relative}.text-header{font-size:1.1em;font-weight:500;margin-top:1em}.image-wrapper{display:inline-block;padding:4px;text-align:center}.image-caption{display:block}.quiz-container[data-v-7a8f322c]{isolation:isolate;overflow:hidden}.intro-outro-card[data-v-7a8f322c]{transition:transform .35s ease-out,opacity .35s linear}.intro-outro-card-enter-active[data-v-7a8f322c],.intro-outro-card-leave-to[data-v-7a8f322c]{opacity:0}.intro-outro-card\u003e.card-body[data-v-7a8f322c]{align-items:center;display:flex;flex-direction:column;justify-content:center}.score[data-v-7a8f322c]{font-size:1.4rem;font-weight:700}.score-circle[data-v-7a8f322c]{stroke-dasharray:264;fill:none;stroke:rgba(132,215,255,.8);stroke-width:8;transition:stroke-dashoffset 1.5s ease-out,stroke 1.5s linear}.score-background-circle[data-v-7a8f322c]{fill:none;stroke:hsla(0,2%,89%,.5);stroke-width:8}.btn[data-v-7a8f322c]{border-radius:2em}.progress-bar-z[data-v-7a8f322c]{z-index:1}.result-icon[data-v-ae369d74]{align-items:center;border-radius:2em;border-style:solid;border-width:2px;display:inline-flex;height:2em;justify-content:center;width:2em}.question[data-v-ae369d74]{margin-bottom:1rem;transition:transform .35s ease-out,opacity .35s linear}.question-enter-active[data-v-ae369d74]{opacity:0;transform:translateY(-2%)}.question-leave-to[data-v-ae369d74]{opacity:0;transform:translateY(2%)}.q-btn[data-v-ae369d74]{border-radius:2.5em;transition:opacity .5s,transform .7s}.q-btn-enter[data-v-ae369d74]{opacity:0;transform:translateY(30px)}.q-btn-leave-to[data-v-ae369d74]{opacity:0;transform:translateX(calc(-100% - .25rem))}.q-btn-leave-active[data-v-ae369d74]{position:absolute}.card-header[data-v-ae369d74]{font-size:1.05em;font-weight:400}.answer[data-v-ae369d74]\u003e:last-child,.card-header[data-v-ae369d74]\u003e:last-child{margin-bottom:0}@keyframes shake-data-v-ae369d74{50%{transform:translate(-2px)}to{transform:translate(2px)}}.shake[data-v-ae369d74]{animation:shake-data-v-ae369d74 .15s;animation-iteration-count:1}textarea.form-control[data-v-ae369d74]{height:auto;margin-bottom:10px;min-height:75px}.fa-check[data-v-d09dfee8],.fa-times[data-v-d09dfee8]{font-size:1.2em}.content[data-v-d09dfee8] :last-child,.reason[data-v-d09dfee8] :last-child{margin-bottom:0}.reason[data-v-d09dfee8]{padding:0 .5rem}.checkbox-label[data-v-d09dfee8]{cursor:pointer}.form-control[data-v-d09dfee8]{cursor:pointer;height:auto;margin-bottom:10px}.form-control.danger\u003e.checkbox-label[data-v-d09dfee8],.form-control.danger[data-v-d09dfee8],.form-control.success\u003e.checkbox-label[data-v-d09dfee8],.form-control.success[data-v-d09dfee8]{cursor:default}.disabled[data-v-d09dfee8]{opacity:.9}.radio-svg[data-v-d09dfee8]{height:1em;vertical-align:text-top;width:1em}.checkbox[data-v-d09dfee8]{height:1em;margin-right:5px;vertical-align:middle;width:1em}.row[data-v-d09dfee8]{align-items:center;margin:.2rem 0 0}input.form-control[data-v-d09dfee8]{cursor:text;height:auto;margin-bottom:0;min-height:20px;width:50%}.blanks-keywords[data-v-d09dfee8],input.form-control[data-v-d09dfee8]:disabled{margin-bottom:.5rem}.blanks-form-control[data-v-d09dfee8]{border:none;cursor:default}.blanks-cross[data-v-d09dfee8]{margin-left:3px;margin-right:3px}.fa-hashtag[data-v-98afe086],.fa-key[data-v-98afe086]{padding-right:.2em}.mark[data-v-98afe086]{padding:0!important}.heading[data-v-98afe086]{padding:0 0 .1rem .2rem}.heading-text[data-v-98afe086]{display:inline-block;vertical-align:top;white-space:normal;width:92%;word-break:break-word}.keyword-text[data-v-98afe086]{font-size:smaller}.page-title[data-v-98afe086]{font-size:1.05rem;font-weight:700}.page-headings-separator[data-v-98afe086]{margin:.2rem 0}.dropdown[data-v-01e11c9b]{display:block}.form-control[data-v-01e11c9b]{max-width:25.4em;min-width:12.7em}@media screen and (max-width:878px) and (orientation:portrait){.form-control[data-v-01e11c9b]{max-width:16em;min-width:8em}}@media screen and (min-width:768px) and (max-width:878px) and (orientation:landscape){.form-control[data-v-01e11c9b]{max-width:18em;min-width:9em}}.table-active[data-v-01e11c9b]{background-color:rgba(0,0,0,.075)}.dropdown-menu-end[data-v-01e11c9b]{left:auto;right:0}.placeholder-div-hidden[data-v-01e11c9b]{border-bottom:0;border-top:0;height:0;overflow:hidden;padding-bottom:0;padding-top:0;visibility:hidden}.search-dropdown-menu{max-height:30em;min-width:30em;overflow-y:scroll}.dropdown-menu\u003eli\u003ea{cursor:pointer}@media screen and (max-width:768px){.search-dropdown-menu{max-height:30em;min-width:90vw;overflow-y:scroll}.dropdown-menu.search-dropdown-menu{position:absolute}}.tab-pane\u003ehr[data-v-661c1b61]{margin:0}.printable-tab-header[data-v-661c1b61],.tab-pane-hide[data-v-661c1b61]{display:none}@media print{.printable-tab-header[data-v-661c1b61]{border-bottom:1px solid #dee2e6;display:flex;margin-bottom:15px}.printable-tab-header\u003ediv[data-v-661c1b61]{margin-bottom:-2px}.printable-tab-pane[data-v-661c1b61]{display:block;padding:10px}}.nav-tabs[data-v-a785351c]{margin-bottom:15px}.printable-tab-group-header[data-v-a785351c]{display:none}@media print{.printable-tab-group[data-v-a785351c]{border:1px solid #dee2e6;border-radius:5px;margin:10px 0;padding:10px}.printable-tab-group-header[data-v-a785351c]{display:block;margin-bottom:10px;text-decoration:underline}}.nav-tabs[data-v-70a68808]{margin-bottom:15px}.tab-content[data-v-70a68808]{margin-bottom:1.5rem}@media print{.printable-tabs[data-v-70a68808]{border:1px solid #dee2e6;border-radius:5px;padding:20px}}.thumb-wrapper{display:inline-block;overflow:hidden;position:relative;text-align:center;vertical-align:middle}.thumb-circle{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.thumb-image{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.site-nav-root a.current{color:#0072ec}.site-nav-list{list-style-type:none;padding-left:0}.site-nav-default-list-item{cursor:pointer;display:flex;transition:background-color .08s}.site-nav-custom-list-item,.site-nav-default-list-item{color:#454545;padding:.5rem 0 0 2.8rem}.site-nav-list-item-0{font-size:1.2em;font-weight:500;padding:.5rem 0 .5rem .8rem}.site-nav-list-item-1{font-size:1.03em;padding:.4rem 0 .4rem 1.3rem}.site-nav-list-item-2{font-size:.89em;padding:.3rem 0 .3rem 1.8rem}.site-nav-list-item-3{font-size:.76em;padding:.2rem 0 .2rem 2.4rem}.site-nav-default-list-item:hover{background-color:rgba(214,233,255,.35)}.site-nav-default-list-item a{color:#454545;display:inline-block;height:100%}.site-nav-default-list-item:hover a{color:#000;text-decoration:none}.site-nav-dropdown-btn-container{align-content:center;display:flex;height:1.5em;justify-content:center;margin:0 .75rem 0 auto;width:2rem}.site-nav-dropdown-btn-icon{align-self:center;border-radius:1rem;display:inline-block;height:1.5em;padding:0;text-align:center;transform:rotate(0deg);-webkit-transform:rotate(0deg);transition:.4s;-webkit-transition:.4s;vertical-align:baseline;width:1.5em}.site-nav-dropdown-btn-icon:hover{background-color:#d8e3fb}.site-nav-rotate-icon{color:#4c7ff1;transform:rotate(-180deg);-webkit-transform:rotate(-180deg)}.site-nav-dropdown-container{background:transparent;max-height:0;overflow:hidden;transition:max-height .15s ease-out;-webkit-transition:max-height .15s ease-out}.site-nav-dropdown-container-open{max-height:1000px;transition:max-height .25s ease-in;-webkit-transition:max-height .25s ease-in}.nav-menu[data-v-1a3e7aee]{display:none;overflow-y:auto;padding:0 10px 20px;position:absolute;top:100%}.nav-menu-open[data-v-1a3e7aee]{background:#fff;clear:both;display:block!important;width:100%!important}.mb-mobile-nav[data-v-e6005420]{border:none!important;display:block!important;margin:0!important;max-width:100%!important;padding:10px!important;width:100%!important}.popover-container{max-height:50vh;max-width:276px;overflow:auto}.popover-body{font-size:.875rem}.v-popper{display:inline}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.9);font-size:.875rem;max-width:200px;padding:4px 8px;text-align:center}.modal{display:block}.modal-zoom{opacity:0;-webkit-transform:scale(.1);-moz-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}.modal-zoom,.modal-zoom-show{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-zoom-show{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.scroll-top-button{bottom:20px;cursor:pointer;display:none;opacity:.4;position:fixed;right:30px;transition-duration:.25s;transition-property:opacity;z-index:99}.scroll-top-button.lighten{opacity:.15}@media (hover:hover){.scroll-top-button:hover{opacity:.7}}.scroll-top-button:active{opacity:1}:root{--sticky-header-height:0}a{text-decoration:none}blockquote{border-left:.25em solid #dfe2e5;color:#6a737d;padding:0 1rem}code{background:#f8f8f8;border-radius:3px;padding:.2em .4em;word-break:normal}mark code{background:#ffffffd4}pre.hljs\u003ecode{background:none}pre\u003ecode.hljs{-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:5px;counter-reset:line;width:100%}pre\u003ecode.hljs[heading]{border-top-right-radius:0}.code-block{position:relative}.code-block-heading{border-radius:6px 6px 0 0;float:right;font-size:85%;line-height:1;margin-top:5px;max-width:85%;overflow-wrap:break-word;padding:.25em .4em;text-align:right}.inline-markdown-heading{line-height:1.5}.code-block-content{clear:both;display:block}@media print{code.hljs.inline,pre\u003ecode.hljs{background:#f8f8ff;color:#333}code.hljs.inline{border:.5px solid #d4d4d4}code span.highlighted{background:#e6e6fa}}kbd{background-color:#fafbfc;border:1px solid #c6cbd1;border-bottom-color:#959da5;box-shadow:inset 0 -1px 0 #959da5;color:#444d56}.btn:active,.btn:focus{box-shadow:none!important;outline:none!important}code.hljs.inline{display:initial;padding:.2em .4em}.markbind-table{width:auto}.radio-list-item,.task-list-item{list-style-type:none;margin:0 0 0 -1.2em}.radio-list-item label{font-weight:inherit}.table-striped\u003etbody\u003etr:nth-of-type(2n),.table-striped\u003ethead{background-color:#fff}header[sticky]{position:sticky;top:0;transition:transform .3s ease-in-out;width:100%;z-index:1001}header[sticky].hide-header{transform:translateY(calc(var(--sticky-header-height)*-1))}span.anchor{position:relative;top:calc(var(--sticky-header-height)*-1 - 1rem)}#app{display:flex;flex-direction:column;min-height:100vh}footer{background-color:#f5f5f5;color:dimgrey;padding:10px 0}.dimmed{color:#777}.large{font-size:125%}.small{font-size:80%}.underline{text-decoration:underline}.mkb-text-red{color:red!important}.mkb-text-green{color:green!important}.mkb-text-blue{color:blue!important}.mkb-text-cyan{color:cyan!important}.mkb-text-magenta{color:#f0f!important}.mkb-text-yellow{color:#ff0!important}.mkb-text-black{color:#000!important}.mkb-text-white{color:#fff!important}@media (max-width:767.98px){.dropdown-menu\u003eli\u003ea{white-space:normal}.navbar-nav .open .dropdown-menu{background-color:#fff}}li.footnote-item:target{background-color:#eee}.hljs:not(.inline)\u003espan{display:block}.hljs:not(.inline).line-numbers\u003espan{padding:0 .5em 0 3.5em;position:relative}.hljs:not(.inline).line-numbers\u003espan:before{border-right:1px solid #ddd;color:#888;content:counter(line);counter-increment:line;display:inline-block;height:100%;left:0;margin-right:.5em;padding-right:.5em;position:absolute;text-align:right;top:0;width:3em}.trigger{border-bottom:1px dotted}.trigger-click{border-bottom:1px dashed;cursor:pointer}.trigger-click:focus{outline:none}pre{display:flex;position:relative}button.function-btn{border:1px solid #d7dadc;border-radius:5px;color:#a9a9a9;cursor:pointer;display:none;margin:.17rem;padding:.35rem;position:absolute;right:0;text-align:center;white-space:nowrap}button.function-btn+button.function-btn{right:36px}pre:hover\u003e.function-btn-container\u003ebutton.function-btn{display:block}.function-btn:hover{color:gray;transition:all .5s ease}.function-btn-body{align-items:center;display:flex}.function-btn svg{fill:currentColor}code.wrap{word-wrap:break-word;white-space:pre-wrap}.octicon{height:1em;width:1em}hr{background-color:transparent;border-top:1px solid rgba(0,0,0,.1);opacity:1}hr.dotted{border-top-style:dotted;border-top-width:.1rem}hr.double{border-top-style:double;border-top-width:.2rem}hr.dashed{border-top-style:dashed;border-top-width:.1rem}hr.thick{border-top-width:.15rem}hr.thick-1{border-top-width:.25rem}hr.thick-2{border-top-width:.5rem}hr.thick-3{border-top-width:.75rem}ol,ul{padding-left:1.5rem}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;scroll-margin-top:var(--sticky-header-height)}.block-embed{overflow-x:auto;position:relative;width:100%}.block-embed iframe{height:100%;left:0;position:absolute;top:0;width:100%}#mb-page-nav{padding:.8rem 12px 0}#mb-page-nav a:link,#mb-page-nav a:visited{color:#9b9b9b;text-decoration:none}#mb-page-nav a:hover{color:#000}#mb-page-nav a.active{background-color:transparent;color:#000}.page-nav-title{color:#000;display:block;padding-left:.5rem;white-space:inherit}.nested{margin-left:5%}.no-flex-wrap{flex-wrap:nowrap}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_AMS-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_AMS-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_AMS-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Caligraphic-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Caligraphic-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Fraktur-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Fraktur-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Main-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Main-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Main-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Italic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Main-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Math-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Math-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:700;src:url(../fonts/KaTeX_SansSerif-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Bold.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:italic;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Script-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Script-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Script-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size1-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size1-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size1-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size2-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size2-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size2-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size3-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size3-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size3-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size4-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size4-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size4-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Typewriter-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Typewriter-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Typewriter-Regular.ttf) format(\"truetype\")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:\"0.15.6\"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html\u003e.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist\u003espan{display:block;height:0;position:relative}.katex .vlist\u003espan\u003espan{display:inline-block}.katex .vlist\u003espan\u003e.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac\u003espan\u003espan{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap\u003e.inner,.katex .llap\u003e.inner,.katex .rlap\u003e.inner{position:absolute}.katex .clap\u003e.fix,.katex .llap\u003e.fix,.katex .rlap\u003e.fix{display:inline-block}.katex .llap\u003e.inner{right:0}.katex .clap\u003e.inner,.katex .rlap\u003e.inner{left:0}.katex .clap\u003e.inner\u003espan{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt\u003e.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1\u003espan{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4\u003espan{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent\u003e.vlist-t,.katex .op-limits\u003e.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c\u003e.vlist-t{text-align:center}.katex .mtable .col-align-l\u003e.vlist-t{text-align:left}.katex .mtable .col-align-r\u003e.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:\"\"}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:\"(\" counter(katexEqnNo) \")\";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:\"(\" counter(mmlEqnNo) \")\";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display\u003e.katex{display:block;text-align:center;white-space:nowrap}.katex-display\u003e.katex\u003e.katex-html{display:block;position:relative}.katex-display\u003e.katex\u003e.katex-html\u003e.tag{position:absolute;right:0}.katex-display.leqno\u003e.katex\u003e.katex-html\u003e.tag{left:0;right:auto}.katex-display.fleqn\u003e.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.katex{font-size:1em!important}eq{display:inline-block}eqn{display:block}section.eqno{align-content:space-between;align-items:center;display:flex;flex-direction:row}section.eqno\u003eeqn{margin-left:3em;width:100%}section.eqno\u003espan{text-align:right;width:3em}"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/octicons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".octicon {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" vertical-align: text-top;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" fill: currentColor;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" overflow: visible;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":6}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/fontawesome/css/all.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Copyright 2023 Fonticons, Inc."},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":".fa{font-family:var(--fa-style-family,\"Font Awesome 6 Free\");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:\"Font Awesome 6 Free\"}.fa-brands,.fab{font-family:\"Font Awesome 6 Brands\"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul\u003eli{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".fa-0:before{content:\"\\30\"}.fa-1:before{content:\"\\31\"}.fa-2:before{content:\"\\32\"}.fa-3:before{content:\"\\33\"}.fa-4:before{content:\"\\34\"}.fa-5:before{content:\"\\35\"}.fa-6:before{content:\"\\36\"}.fa-7:before{content:\"\\37\"}.fa-8:before{content:\"\\38\"}.fa-9:before{content:\"\\39\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-arrows-to-circle:before{content:\"\\e4bd\"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:\"\\f138\"}.fa-at:before{content:\"\\40\"}.fa-trash-alt:before,.fa-trash-can:before{content:\"\\f2ed\"}.fa-text-height:before{content:\"\\f034\"}.fa-user-times:before,.fa-user-xmark:before{content:\"\\f235\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-comment-alt:before,.fa-message:before{content:\"\\f27a\"}.fa-info:before{content:\"\\f129\"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:\"\\f422\"}.fa-explosion:before{content:\"\\e4e9\"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:\"\\f15c\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-ring:before{content:\"\\f70b\"}.fa-building-un:before{content:\"\\e4d9\"}.fa-dice-three:before{content:\"\\f527\"}.fa-calendar-alt:before,.fa-calendar-days:before{content:\"\\f073\"}.fa-anchor-circle-check:before{content:\"\\e4aa\"}.fa-building-circle-arrow-right:before{content:\"\\e4d1\"}.fa-volleyball-ball:before,.fa-volleyball:before{content:\"\\f45f\"}.fa-arrows-up-to-line:before{content:\"\\e4c2\"}.fa-sort-desc:before,.fa-sort-down:before{content:\"\\f0dd\"}.fa-circle-minus:before,.fa-minus-circle:before{content:\"\\f056\"}.fa-door-open:before{content:\"\\f52b\"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-atom:before{content:\"\\f5d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:\"\\f86d\"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:\"\\f539\"}.fa-bridge-circle-check:before{content:\"\\e4c9\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:\"\\f689\"}.fa-forward-step:before,.fa-step-forward:before{content:\"\\f051\"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:\"\\f5b8\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-football-ball:before,.fa-football:before{content:\"\\f44e\"}.fa-school-circle-exclamation:before{content:\"\\e56c\"}.fa-crop:before{content:\"\\f125\"}.fa-angle-double-down:before,.fa-angles-down:before{content:\"\\f103\"}.fa-users-rectangle:before{content:\"\\e594\"}.fa-people-roof:before{content:\"\\e537\"}.fa-people-line:before{content:\"\\e534\"}.fa-beer-mug-empty:before,.fa-beer:before{content:\"\\f0fc\"}.fa-diagram-predecessor:before{content:\"\\e477\"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:\"\\f176\"}.fa-burn:before,.fa-fire-flame-simple:before{content:\"\\f46a\"}.fa-male:before,.fa-person:before{content:\"\\f183\"}.fa-laptop:before{content:\"\\f109\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-menorah:before{content:\"\\f676\"}.fa-truck-plane:before{content:\"\\e58f\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:\"\\f587\"}.fa-bong:before{content:\"\\f55c\"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:\"\\f67b\"}.fa-arrow-down-up-across-line:before{content:\"\\e4af\"}.fa-spoon:before,.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-jar-wheat:before{content:\"\\e517\"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:\"\\f674\"}.fa-file-circle-exclamation:before{content:\"\\e4eb\"}.fa-circle-h:before,.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-pager:before{content:\"\\f815\"}.fa-address-book:before,.fa-contact-book:before{content:\"\\f2b9\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-k:before{content:\"\\4b\"}.fa-landmark-flag:before{content:\"\\e51c\"}.fa-pencil-alt:before,.fa-pencil:before{content:\"\\f303\"}.fa-backward:before{content:\"\\f04a\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-comments:before{content:\"\\f086\"}.fa-file-clipboard:before,.fa-paste:before{content:\"\\f0ea\"}.fa-code-pull-request:before{content:\"\\e13c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:\"\\f4de\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-vial-virus:before{content:\"\\e597\"}.fa-sheet-plastic:before{content:\"\\e571\"}.fa-blog:before{content:\"\\f781\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-person-arrow-up-from-line:before{content:\"\\e539\"}.fa-scroll-torah:before,.fa-torah:before{content:\"\\f6a0\"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:\"\\f458\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-archive:before,.fa-box-archive:before{content:\"\\f187\"}.fa-person-drowning:before{content:\"\\e545\"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-w:before{content:\"\\57\"}.fa-earth-africa:before,.fa-globe-africa:before{content:\"\\f57c\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:\"\\f3fa\"}.fa-paw:before{content:\"\\f1b0\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-trowel-bricks:before{content:\"\\e58a\"}.fa-face-flushed:before,.fa-flushed:before{content:\"\\f579\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-tent-arrow-left-right:before{content:\"\\e57f\"}.fa-gavel:before,.fa-legal:before{content:\"\\f0e3\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:\"\\f562\"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:\"\\e068\"}.fa-mars-and-venus-burst:before{content:\"\\e523\"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:\"\\f152\"}.fa-cut:before,.fa-scissors:before{content:\"\\f0c4\"}.fa-sun-plant-wilt:before{content:\"\\e57a\"}.fa-toilets-portable:before{content:\"\\e584\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-table:before{content:\"\\f0ce\"}.fa-magnifying-glass-arrow-right:before{content:\"\\e521\"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:\"\\f566\"}.fa-users-slash:before{content:\"\\e073\"}.fa-clover:before{content:\"\\e139\"}.fa-mail-reply:before,.fa-reply:before{content:\"\\f3e5\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-house-fire:before{content:\"\\e50c\"}.fa-minus-square:before,.fa-square-minus:before{content:\"\\f146\"}.fa-helicopter:before{content:\"\\f533\"}.fa-compass:before{content:\"\\f14e\"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:\"\\f150\"}.fa-file-circle-question:before{content:\"\\e4ef\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-bars:before,.fa-navicon:before{content:\"\\f0c9\"}.fa-people-group:before{content:\"\\e533\"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:\"\\f253\"}.fa-heart-broken:before,.fa-heart-crack:before{content:\"\\f7a9\"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:\"\\f360\"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:\"\\f597\"}.fa-film:before{content:\"\\f008\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-people-robbery:before{content:\"\\e536\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-school-circle-xmark:before{content:\"\\e56d\"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:\"\\f08b\"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:\"\\f13a\"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:\"\\f13e\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:\"\\f58f\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:\"\\f4b9\"}.fa-memory:before{content:\"\\f538\"}.fa-road-spikes:before{content:\"\\e568\"}.fa-fire-burner:before{content:\"\\e4f1\"}.fa-flag:before{content:\"\\f024\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-feather:before{content:\"\\f52d\"}.fa-volume-down:before,.fa-volume-low:before{content:\"\\f027\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-compress:before{content:\"\\f066\"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:\"\\e2cd\"}.fa-ankh:before{content:\"\\f644\"}.fa-hands-holding-child:before{content:\"\\e4fa\"}.fa-asterisk:before{content:\"\\2a\"}.fa-check-square:before,.fa-square-check:before{content:\"\\f14a\"}.fa-peseta-sign:before{content:\"\\e221\"}.fa-header:before,.fa-heading:before{content:\"\\f1dc\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-list-squares:before,.fa-list:before{content:\"\\f03a\"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:\"\\f87b\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-circle-dot:before,.fa-dot-circle:before{content:\"\\f192\"}.fa-dizzy:before,.fa-face-dizzy:before{content:\"\\f567\"}.fa-egg:before{content:\"\\f7fb\"}.fa-house-medical-circle-xmark:before{content:\"\\e513\"}.fa-campground:before{content:\"\\f6bb\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:\"\\f1e3\"}.fa-paint-brush:before,.fa-paintbrush:before{content:\"\\f1fc\"}.fa-lock:before{content:\"\\f023\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:\"\\f593\"}.fa-map-location:before,.fa-map-marked:before{content:\"\\f59f\"}.fa-house-flood-water:before{content:\"\\e50e\"}.fa-tree:before{content:\"\\f1bb\"}.fa-bridge-lock:before{content:\"\\e4cc\"}.fa-sack-dollar:before{content:\"\\f81d\"}.fa-edit:before,.fa-pen-to-square:before{content:\"\\f044\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-share-alt:before,.fa-share-nodes:before{content:\"\\f1e0\"}.fa-heart-circle-minus:before{content:\"\\e4ff\"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:\"\\f252\"}.fa-microscope:before{content:\"\\f610\"}.fa-sink:before{content:\"\\e06d\"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:\"\\f290\"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-person-rays:before{content:\"\\e54d\"}.fa-users:before{content:\"\\f0c0\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-flask-vial:before{content:\"\\e4f3\"}.fa-hand-paper:before,.fa-hand:before{content:\"\\f256\"}.fa-om:before{content:\"\\f679\"}.fa-worm:before{content:\"\\e599\"}.fa-house-circle-xmark:before{content:\"\\e50b\"}.fa-plug:before{content:\"\\f1e6\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-face-kiss:before,.fa-kiss:before{content:\"\\f596\"}.fa-bridge-circle-xmark:before{content:\"\\e4cb\"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:\"\\f589\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:\"\\f58c\"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa-road-circle-check:before{content:\"\\e564\"}.fa-dice-five:before{content:\"\\f523\"}.fa-rss-square:before,.fa-square-rss:before{content:\"\\f143\"}.fa-land-mine-on:before{content:\"\\e51b\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-stairs:before{content:\"\\e289\"}.fa-i:before{content:\"\\49\"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:\"\\f6f2\"}.fa-pills:before{content:\"\\f484\"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:\"\\f581\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-v:before{content:\"\\56\"}.fa-bangladeshi-taka-sign:before{content:\"\\e2e6\"}.fa-bicycle:before{content:\"\\f206\"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:\"\\e579\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-ambulance:before,.fa-truck-medical:before{content:\"\\f0f9\"}.fa-wheat-awn-circle-exclamation:before{content:\"\\e598\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-road-barrier:before{content:\"\\e562\"}.fa-school:before{content:\"\\f549\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-joint:before{content:\"\\f595\"}.fa-angle-right:before{content:\"\\f105\"}.fa-horse:before{content:\"\\f6f0\"}.fa-q:before{content:\"\\51\"}.fa-g:before{content:\"\\47\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-dong-sign:before{content:\"\\e169\"}.fa-capsules:before{content:\"\\f46b\"}.fa-poo-bolt:before,.fa-poo-storm:before{content:\"\\f75a\"}.fa-face-frown-open:before,.fa-frown-open:before{content:\"\\f57a\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-align-justify:before{content:\"\\f039\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-helmet-un:before{content:\"\\e503\"}.fa-bullseye:before{content:\"\\f140\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-arrow-up-from-bracket:before{content:\"\\e09a\"}.fa-folder-blank:before,.fa-folder:before{content:\"\\f07b\"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:\"\\f478\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-chart-simple:before{content:\"\\e473\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-vial:before{content:\"\\f492\"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:\"\\f624\"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:\"\\e2ca\"}.fa-e:before{content:\"\\45\"}.fa-pen-alt:before,.fa-pen-clip:before{content:\"\\f305\"}.fa-bridge-circle-exclamation:before{content:\"\\e4ca\"}.fa-user:before{content:\"\\f007\"}.fa-school-circle-check:before{content:\"\\e56b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:\"\\f5b6\"}.fa-building-user:before{content:\"\\e4da\"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:\"\\f191\"}.fa-highlighter:before{content:\"\\f591\"}.fa-key:before{content:\"\\f084\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-globe:before{content:\"\\f0ac\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-person-half-dress:before{content:\"\\e548\"}.fa-road-bridge:before{content:\"\\e563\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-c:before{content:\"\\43\"}.fa-tablet-button:before{content:\"\\f10a\"}.fa-building-lock:before{content:\"\\e4d6\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-area-chart:before,.fa-chart-area:before{content:\"\\f1fe\"}.fa-house-flag:before{content:\"\\e50d\"}.fa-person-circle-minus:before{content:\"\\e540\"}.fa-ban:before,.fa-cancel:before{content:\"\\f05e\"}.fa-camera-rotate:before{content:\"\\e0d8\"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:\"\\f5d0\"}.fa-star:before{content:\"\\f005\"}.fa-repeat:before{content:\"\\f363\"}.fa-cross:before{content:\"\\f654\"}.fa-box:before{content:\"\\f466\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:\"\\f245\"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:\"\\f31e\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-shapes:before,.fa-triangle-circle-square:before{content:\"\\f61f\"}.fa-random:before,.fa-shuffle:before{content:\"\\f074\"}.fa-person-running:before,.fa-running:before{content:\"\\f70c\"}.fa-mobile-retro:before{content:\"\\e527\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-spider:before{content:\"\\f717\"}.fa-hands-bound:before{content:\"\\e4f9\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-plane-circle-exclamation:before{content:\"\\e556\"}.fa-x-ray:before{content:\"\\f497\"}.fa-spell-check:before{content:\"\\f891\"}.fa-slash:before{content:\"\\f715\"}.fa-computer-mouse:before,.fa-mouse:before{content:\"\\f8cc\"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:\"\\f090\"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:\"\\e070\"}.fa-server:before{content:\"\\f233\"}.fa-virus-covid-slash:before{content:\"\\e4a9\"}.fa-shop-lock:before{content:\"\\e4a5\"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:\"\\f251\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-building-wheat:before{content:\"\\e4db\"}.fa-person-breastfeeding:before{content:\"\\e53a\"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-venus:before{content:\"\\f221\"}.fa-passport:before{content:\"\\f5ab\"}.fa-heart-pulse:before,.fa-heartbeat:before{content:\"\\f21e\"}.fa-people-carry-box:before,.fa-people-carry:before{content:\"\\f4ce\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-microchip:before{content:\"\\f2db\"}.fa-crown:before{content:\"\\f521\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-xmarks-lines:before{content:\"\\e59a\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-weight-scale:before,.fa-weight:before{content:\"\\f496\"}.fa-user-friends:before,.fa-user-group:before{content:\"\\f500\"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:\"\\f59b\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:\"\\f0aa\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-person-walking:before,.fa-walking:before{content:\"\\f554\"}.fa-l:before{content:\"\\4c\"}.fa-fire:before{content:\"\\f06d\"}.fa-bed-pulse:before,.fa-procedures:before{content:\"\\f487\"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:\"\\f197\"}.fa-face-laugh:before,.fa-laugh:before{content:\"\\f599\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-heart-circle-plus:before{content:\"\\e500\"}.fa-code-fork:before{content:\"\\e13b\"}.fa-city:before{content:\"\\f64f\"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:\"\\f3c9\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-unlock:before{content:\"\\f09c\"}.fa-colon-sign:before{content:\"\\e140\"}.fa-headset:before{content:\"\\f590\"}.fa-store-slash:before{content:\"\\e071\"}.fa-road-circle-xmark:before{content:\"\\e566\"}.fa-user-minus:before{content:\"\\f503\"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:\"\\f79f\"}.fa-clipboard:before{content:\"\\f328\"}.fa-house-circle-exclamation:before{content:\"\\e50a\"}.fa-file-arrow-up:before,.fa-file-upload:before{content:\"\\f574\"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:\"\\f1eb\"}.fa-bath:before,.fa-bathtub:before{content:\"\\f2cd\"}.fa-underline:before{content:\"\\f0cd\"}.fa-user-edit:before,.fa-user-pen:before{content:\"\\f4ff\"}.fa-signature:before{content:\"\\f5b7\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-bold:before{content:\"\\f032\"}.fa-anchor-lock:before{content:\"\\e4ad\"}.fa-building-ngo:before{content:\"\\e4d7\"}.fa-manat-sign:before{content:\"\\e1d5\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-border-style:before,.fa-border-top-left:before{content:\"\\f853\"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-jedi:before{content:\"\\f669\"}.fa-poll:before,.fa-square-poll-vertical:before{content:\"\\f681\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-battery-car:before,.fa-car-battery:before{content:\"\\f5df\"}.fa-gift:before{content:\"\\f06b\"}.fa-dice-two:before{content:\"\\f528\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-glasses:before{content:\"\\f530\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-building-circle-check:before{content:\"\\e4d2\"}.fa-person-chalkboard:before{content:\"\\e53d\"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:\"\\f22b\"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:\"\\f255\"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:\"\\f151\"}.fa-cloud-showers-water:before{content:\"\\e4e4\"}.fa-bar-chart:before,.fa-chart-bar:before{content:\"\\f080\"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:\"\\e05e\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-train:before{content:\"\\f238\"}.fa-eye-low-vision:before,.fa-low-vision:before{content:\"\\f2a8\"}.fa-crow:before{content:\"\\f520\"}.fa-sailboat:before{content:\"\\e445\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-plus-square:before,.fa-square-plus:before{content:\"\\f0fe\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-frog:before{content:\"\\f52e\"}.fa-bucket:before{content:\"\\e4cf\"}.fa-image:before{content:\"\\f03e\"}.fa-microphone:before{content:\"\\f130\"}.fa-cow:before{content:\"\\f6c8\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-folder-closed:before{content:\"\\e185\"}.fa-house-tsunami:before{content:\"\\e515\"}.fa-square-nfi:before{content:\"\\e576\"}.fa-arrow-up-from-ground-water:before{content:\"\\e4b5\"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:\"\\f57b\"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:\"\\f2ea\"}.fa-columns:before,.fa-table-columns:before{content:\"\\f0db\"}.fa-lemon:before{content:\"\\f094\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-gem:before{content:\"\\f3a5\"}.fa-dolly-box:before,.fa-dolly:before{content:\"\\f472\"}.fa-smoking:before{content:\"\\f48d\"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:\"\\f78c\"}.fa-monument:before{content:\"\\f5a6\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-angle-double-right:before,.fa-angles-right:before{content:\"\\f101\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-circle-play:before,.fa-play-circle:before{content:\"\\f144\"}.fa-tablets:before{content:\"\\f490\"}.fa-ethernet:before{content:\"\\f796\"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:\"\\f153\"}.fa-chair:before{content:\"\\f6c0\"}.fa-check-circle:before,.fa-circle-check:before{content:\"\\f058\"}.fa-circle-stop:before,.fa-stop-circle:before{content:\"\\f28d\"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:\"\\f568\"}.fa-plate-wheat:before{content:\"\\e55a\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-person-shelter:before{content:\"\\e54f\"}.fa-neuter:before{content:\"\\f22c\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-marker:before{content:\"\\f5a1\"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:\"\\f59a\"}.fa-helicopter-symbol:before{content:\"\\e502\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:\"\\f139\"}.fa-lari-sign:before{content:\"\\e1c8\"}.fa-volcano:before{content:\"\\f770\"}.fa-person-walking-dashed-line-arrow-right:before{content:\"\\e553\"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:\"\\f154\"}.fa-viruses:before{content:\"\\e076\"}.fa-square-person-confined:before{content:\"\\e577\"}.fa-user-tie:before{content:\"\\f508\"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:\"\\f175\"}.fa-tent-arrow-down-to-line:before{content:\"\\e57e\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-mail-reply-all:before,.fa-reply-all:before{content:\"\\f122\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-person-skating:before,.fa-skating:before{content:\"\\f7c5\"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:\"\\f662\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:\"\\f0ab\"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:\"\\f56f\"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:\"\\f14c\"}.fa-box-open:before{content:\"\\f49e\"}.fa-scroll:before{content:\"\\f70e\"}.fa-spa:before{content:\"\\f5bb\"}.fa-location-pin-lock:before{content:\"\\e51f\"}.fa-pause:before{content:\"\\f04c\"}.fa-hill-avalanche:before{content:\"\\e507\"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-registered:before{content:\"\\f25d\"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:\"\\f2bb\"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:\"\\f516\"}.fa-subscript:before{content:\"\\f12c\"}.fa-diamond-turn-right:before,.fa-directions:before{content:\"\\f5eb\"}.fa-burst:before{content:\"\\e4dc\"}.fa-house-laptop:before,.fa-laptop-house:before{content:\"\\e066\"}.fa-face-tired:before,.fa-tired:before{content:\"\\f5c8\"}.fa-money-bills:before{content:\"\\e1f3\"}.fa-smog:before{content:\"\\f75f\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:\"\\f0ee\"}.fa-palette:before{content:\"\\f53f\"}.fa-arrows-turn-right:before{content:\"\\e4c0\"}.fa-vest:before{content:\"\\e085\"}.fa-ferry:before{content:\"\\e4ea\"}.fa-arrows-down-to-people:before{content:\"\\e4b9\"}.fa-seedling:before,.fa-sprout:before{content:\"\\f4d8\"}.fa-arrows-alt-h:before,.fa-left-right:before{content:\"\\f337\"}.fa-boxes-packing:before{content:\"\\e4c7\"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:\"\\f0a8\"}.fa-group-arrows-rotate:before{content:\"\\e4f6\"}.fa-bowl-food:before{content:\"\\e4c6\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:\"\\f160\"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:\"\\f76c\"}.fa-remove-format:before,.fa-text-slash:before{content:\"\\f87d\"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:\"\\f4da\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:\"\\f07e\"}.fa-house-lock:before{content:\"\\e510\"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:\"\\f0ed\"}.fa-children:before{content:\"\\e4e1\"}.fa-blackboard:before,.fa-chalkboard:before{content:\"\\f51b\"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:\"\\f4fa\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:\"\\e05f\"}.fa-mattress-pillow:before{content:\"\\e525\"}.fa-guarani-sign:before{content:\"\\e19a\"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:\"\\f021\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-cruzeiro-sign:before{content:\"\\e152\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-shield-alt:before,.fa-shield-halved:before{content:\"\\f3ed\"}.fa-atlas:before,.fa-book-atlas:before{content:\"\\f558\"}.fa-virus:before{content:\"\\e074\"}.fa-envelope-circle-check:before{content:\"\\e4e8\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-arrows-to-dot:before{content:\"\\e4be\"}.fa-archway:before{content:\"\\f557\"}.fa-heart-circle-check:before{content:\"\\e4fd\"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:\"\\f6f1\"}.fa-file-archive:before,.fa-file-zipper:before{content:\"\\f1c6\"}.fa-square:before{content:\"\\f0c8\"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:\"\\f000\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cedi-sign:before{content:\"\\e0df\"}.fa-italic:before{content:\"\\f033\"}.fa-church:before{content:\"\\f51d\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-democrat:before{content:\"\\f747\"}.fa-z:before{content:\"\\5a\"}.fa-person-skiing:before,.fa-skiing:before{content:\"\\f7c9\"}.fa-road-lock:before{content:\"\\e567\"}.fa-a:before{content:\"\\41\"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:\"\\e03f\"}.fa-feather-alt:before,.fa-feather-pointed:before{content:\"\\f56b\"}.fa-p:before{content:\"\\50\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-ad:before,.fa-rectangle-ad:before{content:\"\\f641\"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:\"\\f0a9\"}.fa-filter-circle-xmark:before{content:\"\\e17b\"}.fa-locust:before{content:\"\\e520\"}.fa-sort:before,.fa-unsorted:before{content:\"\\f0dc\"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:\"\\f0cb\"}.fa-person-dress-burst:before{content:\"\\e544\"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:\"\\f53d\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-language:before{content:\"\\f1ab\"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-filter:before{content:\"\\f0b0\"}.fa-question:before{content:\"\\3f\"}.fa-file-signature:before{content:\"\\f573\"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:\"\\f0b2\"}.fa-house-chimney-user:before{content:\"\\e065\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-money-check:before{content:\"\\f53c\"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:\"\\f5c0\"}.fa-code:before{content:\"\\f121\"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:\"\\f7a0\"}.fa-building-circle-exclamation:before{content:\"\\e4d3\"}.fa-magnifying-glass-chart:before{content:\"\\e522\"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:\"\\f08e\"}.fa-cubes-stacked:before{content:\"\\e4e6\"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:\"\\f159\"}.fa-virus-covid:before{content:\"\\e4a8\"}.fa-austral-sign:before{content:\"\\e0a9\"}.fa-f:before{content:\"\\46\"}.fa-leaf:before{content:\"\\f06c\"}.fa-road:before{content:\"\\f018\"}.fa-cab:before,.fa-taxi:before{content:\"\\f1ba\"}.fa-person-circle-plus:before{content:\"\\e541\"}.fa-chart-pie:before,.fa-pie-chart:before{content:\"\\f200\"}.fa-bolt-lightning:before{content:\"\\e0b7\"}.fa-sack-xmark:before{content:\"\\e56a\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-fish-fins:before{content:\"\\e4f2\"}.fa-building-flag:before{content:\"\\e4d5\"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:\"\\f582\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-poop:before{content:\"\\f619\"}.fa-location-pin:before,.fa-map-marker:before{content:\"\\f041\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:\"\\f807\"}.fa-eject:before{content:\"\\f052\"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:\"\\f35a\"}.fa-plane-circle-check:before{content:\"\\e555\"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-object-group:before{content:\"\\f247\"}.fa-chart-line:before,.fa-line-chart:before{content:\"\\f201\"}.fa-mask-ventilator:before{content:\"\\e524\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-map-signs:before,.fa-signs-post:before{content:\"\\f277\"}.fa-cash-register:before{content:\"\\f788\"}.fa-person-circle-question:before{content:\"\\e542\"}.fa-h:before{content:\"\\48\"}.fa-tarp:before{content:\"\\e57b\"}.fa-screwdriver-wrench:before,.fa-tools:before{content:\"\\f7d9\"}.fa-arrows-to-eye:before{content:\"\\e4bf\"}.fa-plug-circle-bolt:before{content:\"\\e55b\"}.fa-heart:before{content:\"\\f004\"}.fa-mars-and-venus:before{content:\"\\f224\"}.fa-home-user:before,.fa-house-user:before{content:\"\\e1b0\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-house-crack:before{content:\"\\e3b1\"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:\"\\f561\"}.fa-face-surprise:before,.fa-surprise:before{content:\"\\f5c2\"}.fa-bottle-water:before{content:\"\\e4c5\"}.fa-circle-pause:before,.fa-pause-circle:before{content:\"\\f28b\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-apple-alt:before,.fa-apple-whole:before{content:\"\\f5d1\"}.fa-kitchen-set:before{content:\"\\e51a\"}.fa-r:before{content:\"\\52\"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-cube:before{content:\"\\f1b2\"}.fa-bitcoin-sign:before{content:\"\\e0b4\"}.fa-shield-dog:before{content:\"\\e573\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-elevator:before{content:\"\\e16d\"}.fa-money-bill-transfer:before{content:\"\\e528\"}.fa-money-bill-trend-up:before{content:\"\\e529\"}.fa-house-flood-water-circle-arrow-right:before{content:\"\\e50f\"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:\"\\f682\"}.fa-circle:before{content:\"\\f111\"}.fa-backward-fast:before,.fa-fast-backward:before{content:\"\\f049\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-trademark:before{content:\"\\f25c\"}.fa-basketball-ball:before,.fa-basketball:before{content:\"\\f434\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:\"\\f35b\"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:\"\\f3cd\"}.fa-volume-high:before,.fa-volume-up:before{content:\"\\f028\"}.fa-users-rays:before{content:\"\\e593\"}.fa-wallet:before{content:\"\\f555\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-burger:before,.fa-hamburger:before{content:\"\\f805\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-bugs:before{content:\"\\e4d0\"}.fa-rupee-sign:before,.fa-rupee:before{content:\"\\f156\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-circle-question:before,.fa-question-circle:before{content:\"\\f059\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-book-bookmark:before{content:\"\\e0bb\"}.fa-code-branch:before{content:\"\\f126\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-bridge:before{content:\"\\e4c8\"}.fa-phone-alt:before,.fa-phone-flip:before{content:\"\\f879\"}.fa-truck-front:before{content:\"\\e2b7\"}.fa-cat:before{content:\"\\f6be\"}.fa-anchor-circle-exclamation:before{content:\"\\e4ab\"}.fa-truck-field:before{content:\"\\e58d\"}.fa-route:before{content:\"\\f4d7\"}.fa-clipboard-question:before{content:\"\\e4e3\"}.fa-panorama:before{content:\"\\e209\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-file-circle-minus:before{content:\"\\e4ed\"}.fa-tags:before{content:\"\\f02c\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-fast-forward:before,.fa-forward-fast:before{content:\"\\f050\"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:\"\\f5a4\"}.fa-parking:before,.fa-square-parking:before{content:\"\\f540\"}.fa-house-signal:before{content:\"\\e012\"}.fa-bars-progress:before,.fa-tasks-alt:before{content:\"\\f828\"}.fa-faucet-drip:before{content:\"\\e006\"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:\"\\f54d\"}.fa-terminal:before{content:\"\\f120\"}.fa-mobile-button:before{content:\"\\f10b\"}.fa-house-medical-flag:before{content:\"\\e514\"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:\"\\f291\"}.fa-tape:before{content:\"\\f4db\"}.fa-bus-alt:before,.fa-bus-simple:before{content:\"\\f55e\"}.fa-eye:before{content:\"\\f06e\"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:\"\\f5b3\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-person-military-to-person:before{content:\"\\e54c\"}.fa-file-shield:before{content:\"\\e4f0\"}.fa-user-slash:before{content:\"\\f506\"}.fa-pen:before{content:\"\\f304\"}.fa-tower-observation:before{content:\"\\e586\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:\"\\f012\"}.fa-bus:before{content:\"\\f207\"}.fa-heart-circle-xmark:before{content:\"\\e501\"}.fa-home-lg:before,.fa-house-chimney:before{content:\"\\e3af\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-face-frown:before,.fa-frown:before{content:\"\\f119\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-shop:before,.fa-store-alt:before{content:\"\\f54f\"}.fa-floppy-disk:before,.fa-save:before{content:\"\\f0c7\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:\"\\f515\"}.fa-sort-asc:before,.fa-sort-up:before{content:\"\\f0de\"}.fa-comment-dots:before,.fa-commenting:before{content:\"\\f4ad\"}.fa-plant-wilt:before{content:\"\\e5aa\"}.fa-diamond:before{content:\"\\f219\"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:\"\\f585\"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hands-praying:before,.fa-praying-hands:before{content:\"\\f684\"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:\"\\f01e\"}.fa-biohazard:before{content:\"\\f780\"}.fa-location-crosshairs:before,.fa-location:before{content:\"\\f601\"}.fa-mars-double:before{content:\"\\f227\"}.fa-child-dress:before{content:\"\\e59c\"}.fa-users-between-lines:before{content:\"\\e591\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:\"\\f588\"}.fa-phone:before{content:\"\\f095\"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:\"\\f273\"}.fa-child-reaching:before{content:\"\\e59d\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-user-cog:before,.fa-user-gear:before{content:\"\\f4fe\"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-dice-six:before{content:\"\\f526\"}.fa-mosquito-net:before{content:\"\\e52c\"}.fa-bridge-water:before{content:\"\\e4ce\"}.fa-person-booth:before{content:\"\\f756\"}.fa-text-width:before{content:\"\\f035\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-digging:before,.fa-person-digging:before{content:\"\\f85e\"}.fa-trash:before{content:\"\\f1f8\"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:\"\\f629\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-poo:before{content:\"\\f2fe\"}.fa-quote-right-alt:before,.fa-quote-right:before{content:\"\\f10e\"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:\"\\f553\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-divide:before{content:\"\\f529\"}.fa-tenge-sign:before,.fa-tenge:before{content:\"\\f7d7\"}.fa-headphones:before{content:\"\\f025\"}.fa-hands-holding:before{content:\"\\f4c2\"}.fa-hands-clapping:before{content:\"\\e1a8\"}.fa-republican:before{content:\"\\f75e\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-person-circle-xmark:before{content:\"\\e543\"}.fa-ruler:before{content:\"\\f545\"}.fa-align-left:before{content:\"\\f036\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-j:before{content:\"\\4a\"}.fa-users-viewfinder:before{content:\"\\e595\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:\"\\f35d\"}.fa-table-cells:before,.fa-th:before{content:\"\\f00a\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-bible:before,.fa-book-bible:before{content:\"\\f647\"}.fa-o:before{content:\"\\4f\"}.fa-medkit:before,.fa-suitcase-medical:before{content:\"\\f0fa\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-otter:before{content:\"\\f700\"}.fa-female:before,.fa-person-dress:before{content:\"\\f182\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-briefcase-clock:before,.fa-business-time:before{content:\"\\f64a\"}.fa-table-cells-large:before,.fa-th-large:before{content:\"\\f009\"}.fa-book-tanakh:before,.fa-tanakh:before{content:\"\\f827\"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-clipboard-user:before{content:\"\\f7f3\"}.fa-child:before{content:\"\\f1ae\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-plane-lock:before{content:\"\\e558\"}.fa-tag:before{content:\"\\f02b\"}.fa-comment:before{content:\"\\f075\"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:\"\\f1fd\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-angle-double-up:before,.fa-angles-up:before{content:\"\\f102\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-arrow-right-to-city:before{content:\"\\e4b3\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-lungs:before{content:\"\\f604\"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-litecoin-sign:before{content:\"\\e1d3\"}.fa-border-none:before{content:\"\\f850\"}.fa-circle-nodes:before{content:\"\\e4e2\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-indent:before{content:\"\\f03c\"}.fa-truck-field-un:before{content:\"\\e58e\"}.fa-hourglass-empty:before,.fa-hourglass:before{content:\"\\f254\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-user-doctor:before,.fa-user-md:before{content:\"\\f0f0\"}.fa-circle-info:before,.fa-info-circle:before{content:\"\\f05a\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-camera-alt:before,.fa-camera:before{content:\"\\f030\"}.fa-square-virus:before{content:\"\\e578\"}.fa-meteor:before{content:\"\\f753\"}.fa-car-on:before{content:\"\\e4dd\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-water:before{content:\"\\f773\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-braille:before{content:\"\\f2a1\"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:\"\\f486\"}.fa-landmark:before{content:\"\\f66f\"}.fa-truck:before{content:\"\\f0d1\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-person-cane:before{content:\"\\e53c\"}.fa-tent:before{content:\"\\e57d\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-check-double:before{content:\"\\f560\"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-money-bill-wheat:before{content:\"\\e52a\"}.fa-cookie:before{content:\"\\f563\"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:\"\\f0e2\"}.fa-hard-drive:before,.fa-hdd:before{content:\"\\f0a0\"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-list-alt:before,.fa-rectangle-list:before{content:\"\\f022\"}.fa-tarp-droplet:before{content:\"\\e57c\"}.fa-house-medical-circle-check:before{content:\"\\e511\"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:\"\\f359\"}.fa-subway:before,.fa-train-subway:before{content:\"\\f239\"}.fa-chart-gantt:before{content:\"\\e0e4\"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:\"\\e1bc\"}.fa-crop-alt:before,.fa-crop-simple:before{content:\"\\f565\"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-dna:before{content:\"\\f471\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-minus:before,.fa-subtract:before{content:\"\\f068\"}.fa-chess:before{content:\"\\f439\"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:\"\\f177\"}.fa-plug-circle-check:before{content:\"\\e55c\"}.fa-street-view:before{content:\"\\f21d\"}.fa-franc-sign:before{content:\"\\e18f\"}.fa-volume-off:before{content:\"\\f026\"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:\"\\f2a3\"}.fa-cog:before,.fa-gear:before{content:\"\\f013\"}.fa-droplet-slash:before,.fa-tint-slash:before{content:\"\\f5c7\"}.fa-mosque:before{content:\"\\f678\"}.fa-mosquito:before{content:\"\\e52b\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-person-military-rifle:before{content:\"\\e54b\"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:\"\\f07a\"}.fa-vials:before{content:\"\\f493\"}.fa-plug-circle-plus:before{content:\"\\e55f\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-arrow-turn-up:before,.fa-level-up:before{content:\"\\f148\"}.fa-u:before{content:\"\\55\"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:\"\\f698\"}.fa-clock-four:before,.fa-clock:before{content:\"\\f017\"}.fa-backward-step:before,.fa-step-backward:before{content:\"\\f048\"}.fa-pallet:before{content:\"\\f482\"}.fa-faucet:before{content:\"\\e005\"}.fa-baseball-bat-ball:before{content:\"\\f432\"}.fa-s:before{content:\"\\53\"}.fa-timeline:before{content:\"\\e29c\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:\"\\f7f2\"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:\"\\f3cf\"}.fa-plane-up:before{content:\"\\e22d\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-battery-3:before,.fa-battery-half:before{content:\"\\f242\"}.fa-mountain-city:before{content:\"\\e52e\"}.fa-coins:before{content:\"\\f51e\"}.fa-khanda:before{content:\"\\f66d\"}.fa-sliders-h:before,.fa-sliders:before{content:\"\\f1de\"}.fa-folder-tree:before{content:\"\\f802\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-map-pin:before{content:\"\\f276\"}.fa-hamsa:before{content:\"\\f665\"}.fa-cent-sign:before{content:\"\\e3f5\"}.fa-flask:before{content:\"\\f0c3\"}.fa-person-pregnant:before{content:\"\\e31e\"}.fa-wand-sparkles:before{content:\"\\f72b\"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:\"\\f142\"}.fa-ticket:before{content:\"\\f145\"}.fa-power-off:before{content:\"\\f011\"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:\"\\f30b\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-laptop-file:before{content:\"\\e51d\"}.fa-teletype:before,.fa-tty:before{content:\"\\f1e4\"}.fa-diagram-next:before{content:\"\\e476\"}.fa-person-rifle:before{content:\"\\e54e\"}.fa-house-medical-circle-exclamation:before{content:\"\\e512\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-hiking:before,.fa-person-hiking:before{content:\"\\f6ec\"}.fa-venus-double:before{content:\"\\f226\"}.fa-images:before{content:\"\\f302\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-people-pulling:before{content:\"\\e535\"}.fa-n:before{content:\"\\4e\"}.fa-cable-car:before,.fa-tram:before{content:\"\\f7da\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-building-circle-xmark:before{content:\"\\e4d4\"}.fa-ship:before{content:\"\\f21a\"}.fa-arrows-down-to-line:before{content:\"\\e4b8\"}.fa-download:before{content:\"\\f019\"}.fa-face-grin:before,.fa-grin:before{content:\"\\f580\"}.fa-backspace:before,.fa-delete-left:before{content:\"\\f55a\"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:\"\\f1fb\"}.fa-file-circle-check:before{content:\"\\e5a0\"}.fa-forward:before{content:\"\\f04e\"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:\"\\f3ce\"}.fa-face-meh:before,.fa-meh:before{content:\"\\f11a\"}.fa-align-center:before{content:\"\\f037\"}.fa-book-dead:before,.fa-book-skull:before{content:\"\\f6b7\"}.fa-drivers-license:before,.fa-id-card:before{content:\"\\f2c2\"}.fa-dedent:before,.fa-outdent:before{content:\"\\f03b\"}.fa-heart-circle-exclamation:before{content:\"\\e4fe\"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:\"\\f015\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-b:before{content:\"\\42\"}.fa-file-medical:before{content:\"\\f477\"}.fa-dice-one:before{content:\"\\f525\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:\"\\f0ec\"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:\"\\f2f9\"}.fa-cutlery:before,.fa-utensils:before{content:\"\\f2e7\"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:\"\\f161\"}.fa-mill-sign:before{content:\"\\e1ed\"}.fa-bowl-rice:before{content:\"\\e2eb\"}.fa-skull:before{content:\"\\f54c\"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:\"\\f519\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:\"\\f30c\"}.fa-stop:before{content:\"\\f04d\"}.fa-code-merge:before{content:\"\\f387\"}.fa-upload:before{content:\"\\f093\"}.fa-hurricane:before{content:\"\\f751\"}.fa-mound:before{content:\"\\e52d\"}.fa-toilet-portable:before{content:\"\\e583\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-file-arrow-down:before,.fa-file-download:before{content:\"\\f56d\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-shield-cat:before{content:\"\\e572\"}.fa-bolt:before,.fa-zap:before{content:\"\\f0e7\"}.fa-glass-water:before{content:\"\\e4f4\"}.fa-oil-well:before{content:\"\\e532\"}.fa-vault:before{content:\"\\e2c5\"}.fa-mars:before{content:\"\\f222\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-plane-circle-xmark:before{content:\"\\e557\"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:\"\\f157\"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:\"\\f158\"}.fa-sun:before{content:\"\\f185\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:\"\\f59c\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-bore-hole:before{content:\"\\e4c3\"}.fa-industry:before{content:\"\\f275\"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:\"\\f358\"}.fa-arrows-turn-to-dots:before{content:\"\\e4c1\"}.fa-florin-sign:before{content:\"\\e184\"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-less-than:before{content:\"\\3c\"}.fa-angle-down:before{content:\"\\f107\"}.fa-car-tunnel:before{content:\"\\e4de\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-user-lock:before{content:\"\\f502\"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:\"\\f178\"}.fa-anchor-circle-xmark:before{content:\"\\e4ac\"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:\"\\f141\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-first-aid:before,.fa-kit-medical:before{content:\"\\f479\"}.fa-person-through-window:before{content:\"\\e5a9\"}.fa-toolbox:before{content:\"\\f552\"}.fa-hands-holding-circle:before{content:\"\\e4fb\"}.fa-bug:before{content:\"\\f188\"}.fa-credit-card-alt:before,.fa-credit-card:before{content:\"\\f09d\"}.fa-automobile:before,.fa-car:before{content:\"\\f1b9\"}.fa-hand-holding-hand:before{content:\"\\e4f7\"}.fa-book-open-reader:before,.fa-book-reader:before{content:\"\\f5da\"}.fa-mountain-sun:before{content:\"\\e52f\"}.fa-arrows-left-right-to-line:before{content:\"\\e4ba\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-truck-droplet:before{content:\"\\e58c\"}.fa-file-circle-xmark:before{content:\"\\e5a1\"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:\"\\e040\"}.fa-medal:before{content:\"\\f5a2\"}.fa-bed:before{content:\"\\f236\"}.fa-h-square:before,.fa-square-h:before{content:\"\\f0fd\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-bell:before{content:\"\\f0f3\"}.fa-superscript:before{content:\"\\f12b\"}.fa-plug-circle-xmark:before{content:\"\\e560\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-hands-helping:before,.fa-handshake-angle:before{content:\"\\f4c4\"}.fa-location-dot:before,.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-file:before{content:\"\\f15b\"}.fa-greater-than:before{content:\"\\3e\"}.fa-person-swimming:before,.fa-swimmer:before{content:\"\\f5c4\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-droplet:before,.fa-tint:before{content:\"\\f043\"}.fa-eraser:before{content:\"\\f12d\"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:\"\\f57d\"}.fa-person-burst:before{content:\"\\e53b\"}.fa-dove:before{content:\"\\f4ba\"}.fa-battery-0:before,.fa-battery-empty:before{content:\"\\f244\"}.fa-socks:before{content:\"\\f696\"}.fa-inbox:before{content:\"\\f01c\"}.fa-section:before{content:\"\\e447\"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:\"\\f625\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:\"\\f0f8\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:\"\\f550\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-blind:before,.fa-person-walking-with-cane:before{content:\"\\f29d\"}.fa-drum:before{content:\"\\f569\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-heart-circle-bolt:before{content:\"\\e4fc\"}.fa-fax:before{content:\"\\f1ac\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-check-to-slot:before,.fa-vote-yea:before{content:\"\\f772\"}.fa-star-half:before{content:\"\\f089\"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:\"\\f468\"}.fa-chain:before,.fa-link:before{content:\"\\f0c1\"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:\"\\f2a2\"}.fa-tree-city:before{content:\"\\e587\"}.fa-play:before{content:\"\\f04b\"}.fa-font:before{content:\"\\f031\"}.fa-rupiah-sign:before{content:\"\\e23d\"}.fa-magnifying-glass:before,.fa-search:before{content:\"\\f002\"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:\"\\f45d\"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:\"\\f470\"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-naira-sign:before{content:\"\\e1f6\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-walkie-talkie:before{content:\"\\f8ef\"}.fa-file-edit:before,.fa-file-pen:before{content:\"\\f31c\"}.fa-receipt:before{content:\"\\f543\"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:\"\\f14b\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-person-circle-exclamation:before{content:\"\\e53f\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:\"\\f240\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-code-compare:before{content:\"\\e13a\"}.fa-list-dots:before,.fa-list-ul:before{content:\"\\f0ca\"}.fa-school-lock:before{content:\"\\e56f\"}.fa-tower-cell:before{content:\"\\e585\"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-ranking-star:before{content:\"\\e561\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-person-harassing:before{content:\"\\e549\"}.fa-brazilian-real-sign:before{content:\"\\e46c\"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:\"\\f752\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:\"\\f26c\"}.fa-shrimp:before{content:\"\\e448\"}.fa-list-check:before,.fa-tasks:before{content:\"\\f0ae\"}.fa-jug-detergent:before{content:\"\\e519\"}.fa-circle-user:before,.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-shield:before{content:\"\\f505\"}.fa-wind:before{content:\"\\f72e\"}.fa-car-burst:before,.fa-car-crash:before{content:\"\\f5e1\"}.fa-y:before{content:\"\\59\"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:\"\\f7ce\"}.fa-shipping-fast:before,.fa-truck-fast:before{content:\"\\f48b\"}.fa-fish:before{content:\"\\f578\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-adjust:before,.fa-circle-half-stroke:before{content:\"\\f042\"}.fa-clapperboard:before{content:\"\\e131\"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-baseball-ball:before,.fa-baseball:before{content:\"\\f433\"}.fa-jet-fighter-up:before{content:\"\\e518\"}.fa-diagram-project:before,.fa-project-diagram:before{content:\"\\f542\"}.fa-copy:before{content:\"\\f0c5\"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:\"\\f6a9\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-grip-horizontal:before,.fa-grip:before{content:\"\\f58d\"}.fa-share-from-square:before,.fa-share-square:before{content:\"\\f14d\"}.fa-child-combatant:before,.fa-child-rifle:before{content:\"\\e4e0\"}.fa-gun:before{content:\"\\e19b\"}.fa-phone-square:before,.fa-square-phone:before{content:\"\\f098\"}.fa-add:before,.fa-plus:before{content:\"\\2b\"}.fa-expand:before{content:\"\\f065\"}.fa-computer:before{content:\"\\e4e5\"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:\"\\f00d\"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:\"\\f047\"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:\"\\f51c\"}.fa-peso-sign:before{content:\"\\e222\"}.fa-building-shield:before{content:\"\\e4d8\"}.fa-baby:before{content:\"\\f77c\"}.fa-users-line:before{content:\"\\e592\"}.fa-quote-left-alt:before,.fa-quote-left:before{content:\"\\f10d\"}.fa-tractor:before{content:\"\\f722\"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:\"\\f829\"}.fa-arrow-down-up-lock:before{content:\"\\e4b0\"}.fa-lines-leaning:before{content:\"\\e51e\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-equals:before{content:\"\\3d\"}.fa-blender:before{content:\"\\f517\"}.fa-teeth:before{content:\"\\f62e\"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:\"\\f20b\"}.fa-map:before{content:\"\\f279\"}.fa-rocket:before{content:\"\\f135\"}.fa-photo-film:before,.fa-photo-video:before{content:\"\\f87c\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-store:before{content:\"\\f54e\"}.fa-arrow-trend-up:before{content:\"\\e098\"}.fa-plug-circle-minus:before{content:\"\\e55e\"}.fa-sign-hanging:before,.fa-sign:before{content:\"\\f4d9\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-tablet-android:before,.fa-tablet:before{content:\"\\f3fb\"}.fa-school-flag:before{content:\"\\e56e\"}.fa-fill:before{content:\"\\f575\"}.fa-angle-up:before{content:\"\\f106\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-bacteria:before{content:\"\\e059\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-notdef:before{content:\"\\e1fe\"}.fa-disease:before{content:\"\\f7fa\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-genderless:before{content:\"\\f22d\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-retweet:before{content:\"\\f079\"}.fa-car-alt:before,.fa-car-rear:before{content:\"\\f5de\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-battery-2:before,.fa-battery-quarter:before{content:\"\\f243\"}.fa-radio:before{content:\"\\f8d7\"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:\"\\f77d\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-thermometer:before{content:\"\\f491\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-percent:before,.fa-percentage:before{content:\"\\25\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-glass-water-droplet:before{content:\"\\e4f5\"}.fa-display:before{content:\"\\e163\"}.fa-face-smile:before,.fa-smile:before{content:\"\\f118\"}.fa-thumb-tack:before,.fa-thumbtack:before{content:\"\\f08d\"}.fa-trophy:before{content:\"\\f091\"}.fa-person-praying:before,.fa-pray:before{content:\"\\f683\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-rotate:before,.fa-sync-alt:before{content:\"\\f2f1\"}.fa-spinner:before{content:\"\\f110\"}.fa-robot:before{content:\"\\f544\"}.fa-peace:before{content:\"\\f67c\"}.fa-cogs:before,.fa-gears:before{content:\"\\f085\"}.fa-warehouse:before{content:\"\\f494\"}.fa-arrow-up-right-dots:before{content:\"\\e4b7\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:\"\\f584\"}.fa-dice-four:before{content:\"\\f524\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-transgender-alt:before,.fa-transgender:before{content:\"\\f225\"}.fa-mercury:before{content:\"\\f223\"}.fa-arrow-turn-down:before,.fa-level-down:before{content:\"\\f149\"}.fa-person-falling-burst:before{content:\"\\e547\"}.fa-award:before{content:\"\\f559\"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:\"\\f3ff\"}.fa-building:before{content:\"\\f1ad\"}.fa-angle-double-left:before,.fa-angles-left:before{content:\"\\f100\"}.fa-qrcode:before{content:\"\\f029\"}.fa-clock-rotate-left:before,.fa-history:before{content:\"\\f1da\"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:\"\\f56e\"}.fa-shield-blank:before,.fa-shield:before{content:\"\\f132\"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-house-medical:before{content:\"\\e3b2\"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:\"\\f450\"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:\"\\f137\"}.fa-house-chimney-window:before{content:\"\\e00d\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-tent-arrow-turn-left:before{content:\"\\e580\"}.fa-tents:before{content:\"\\e582\"}.fa-magic:before,.fa-wand-magic:before{content:\"\\f0d0\"}.fa-dog:before{content:\"\\f6d3\"}.fa-carrot:before{content:\"\\f787\"}.fa-moon:before{content:\"\\f186\"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:\"\\f5ce\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-music:before{content:\"\\f001\"}.fa-code-commit:before{content:\"\\f386\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-biking:before,.fa-person-biking:before{content:\"\\f84a\"}.fa-broom:before{content:\"\\f51a\"}.fa-shield-heart:before{content:\"\\e574\"}.fa-gopuram:before{content:\"\\f664\"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:\"\\e47b\"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:\"\\f2d3\"}.fa-hashtag:before{content:\"\\23\"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:\"\\f424\"}.fa-oil-can:before{content:\"\\f613\"}.fa-t:before{content:\"\\54\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-chart-column:before{content:\"\\e0e3\"}.fa-infinity:before{content:\"\\f534\"}.fa-vial-circle-check:before{content:\"\\e596\"}.fa-person-arrow-down-to-line:before{content:\"\\e538\"}.fa-voicemail:before{content:\"\\f897\"}.fa-fan:before{content:\"\\f863\"}.fa-person-walking-luggage:before{content:\"\\e554\"}.fa-arrows-alt-v:before,.fa-up-down:before{content:\"\\f338\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-calendar:before{content:\"\\f133\"}.fa-trailer:before{content:\"\\e041\"}.fa-bahai:before,.fa-haykal:before{content:\"\\f666\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-circle-plus:before,.fa-plus-circle:before{content:\"\\f055\"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-plug-circle-exclamation:before{content:\"\\e55d\"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:\"\\f127\"}.fa-clone:before{content:\"\\f24d\"}.fa-person-walking-arrow-loop-left:before{content:\"\\e551\"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:\"\\f7e4\"}.fa-tornado:before{content:\"\\f76f\"}.fa-file-circle-plus:before{content:\"\\e494\"}.fa-book-quran:before,.fa-quran:before{content:\"\\f687\"}.fa-anchor:before{content:\"\\f13d\"}.fa-border-all:before{content:\"\\f84c\"}.fa-angry:before,.fa-face-angry:before{content:\"\\f556\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-arrow-trend-down:before{content:\"\\e097\"}.fa-feed:before,.fa-rss:before{content:\"\\f09e\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-balance-scale:before,.fa-scale-balanced:before{content:\"\\f24e\"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:\"\\f62a\"}.fa-shower:before{content:\"\\f2cc\"}.fa-desktop-alt:before,.fa-desktop:before{content:\"\\f390\"}.fa-m:before{content:\"\\4d\"}.fa-table-list:before,.fa-th-list:before{content:\"\\f00b\"}.fa-comment-sms:before,.fa-sms:before{content:\"\\f7cd\"}.fa-book:before{content:\"\\f02d\"}.fa-user-plus:before{content:\"\\f234\"}.fa-check:before{content:\"\\f00c\"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-house-circle-check:before{content:\"\\e509\"}.fa-angle-left:before{content:\"\\f104\"}.fa-diagram-successor:before{content:\"\\e47a\"}.fa-truck-arrow-right:before{content:\"\\e58b\"}.fa-arrows-split-up-and-left:before{content:\"\\e4bc\"}.fa-fist-raised:before,.fa-hand-fist:before{content:\"\\f6de\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-person-falling:before{content:\"\\e546\"}.fa-image-portrait:before,.fa-portrait:before{content:\"\\f3e0\"}.fa-user-tag:before{content:\"\\f507\"}.fa-rug:before{content:\"\\e569\"}.fa-earth-europe:before,.fa-globe-europe:before{content:\"\\f7a2\"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:\"\\f59d\"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:\"\\f410\"}.fa-baht-sign:before{content:\"\\e0ac\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:\"\\f66a\"}.fa-handcuffs:before{content:\"\\e4f8\"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:\"\\f071\"}.fa-database:before{content:\"\\f1c0\"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:\"\\f064\"}.fa-bottle-droplet:before{content:\"\\e4c4\"}.fa-mask-face:before{content:\"\\e1d7\"}.fa-hill-rockslide:before{content:\"\\e508\"}.fa-exchange-alt:before,.fa-right-left:before{content:\"\\f362\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-road-circle-exclamation:before{content:\"\\e565\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-align-right:before{content:\"\\f038\"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:\"\\f2a7\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:\"\\f5c5\"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:\"\\f07d\"}.fa-face-grimace:before,.fa-grimace:before{content:\"\\f57f\"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:\"\\e2ce\"}.fa-level-down-alt:before,.fa-turn-down:before{content:\"\\f3be\"}.fa-person-walking-arrow-right:before{content:\"\\e552\"}.fa-envelope-square:before,.fa-square-envelope:before{content:\"\\f199\"}.fa-dice:before{content:\"\\f522\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-brain:before{content:\"\\f5dc\"}.fa-band-aid:before,.fa-bandage:before{content:\"\\f462\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:\"\\f057\"}.fa-gifts:before{content:\"\\f79c\"}.fa-hotel:before{content:\"\\f594\"}.fa-earth-asia:before,.fa-globe-asia:before{content:\"\\f57e\"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:\"\\f47f\"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:\"\\f00e\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-allergies:before,.fa-hand-dots:before{content:\"\\f461\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-coffee:before,.fa-mug-saucer:before{content:\"\\f0f4\"}.fa-brush:before{content:\"\\f55d\"}.fa-mask:before{content:\"\\f6fa\"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:\"\\f010\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-user-alt:before,.fa-user-large:before{content:\"\\f406\"}.fa-train-tram:before{content:\"\\e5b4\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-syringe:before{content:\"\\f48e\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-square-full:before{content:\"\\f45c\"}.fa-magnet:before{content:\"\\f076\"}.fa-jar:before{content:\"\\e516\"}.fa-note-sticky:before,.fa-sticky-note:before{content:\"\\f249\"}.fa-bug-slash:before{content:\"\\e490\"}.fa-arrow-up-from-water-pump:before{content:\"\\e4b6\"}.fa-bone:before{content:\"\\f5d7\"}.fa-user-injured:before{content:\"\\f728\"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:\"\\f5b4\"}.fa-plane:before{content:\"\\f072\"}.fa-tent-arrows-down:before{content:\"\\e581\"}.fa-exclamation:before{content:\"\\21\"}.fa-arrows-spin:before{content:\"\\e4bb\"}.fa-print:before{content:\"\\f02f\"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:\"\\e2bb\"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:\"\\24\"}.fa-x:before{content:\"\\58\"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:\"\\f688\"}.fa-users-cog:before,.fa-users-gear:before{content:\"\\f509\"}.fa-person-military-pointing:before{content:\"\\e54a\"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:\"\\f19c\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-trowel:before{content:\"\\e589\"}.fa-d:before{content:\"\\44\"}.fa-stapler:before{content:\"\\e5af\"}.fa-masks-theater:before,.fa-theater-masks:before{content:\"\\f630\"}.fa-kip-sign:before{content:\"\\e1c4\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:\"\\f4c6\"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:\"\\f0fb\"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:\"\\f1e1\"}.fa-barcode:before{content:\"\\f02a\"}.fa-plus-minus:before{content:\"\\e43c\"}.fa-video-camera:before,.fa-video:before{content:\"\\f03d\"}.fa-graduation-cap:before,.fa-mortar-board:before{content:\"\\f19d\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-person-circle-check:before{content:\"\\e53e\"}.fa-level-up-alt:before,.fa-turn-up:before{content:\"\\f3bf\"}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":".fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:\"Font Awesome 6 Brands\";--fa-font-brands:normal 400 1em/1 \"Font Awesome 6 Brands\"}@font-face{font-family:\"Font Awesome 6 Brands\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:\"\\f3d0\"}.fa-hooli:before{content:\"\\f427\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-lastfm:before{content:\"\\f202\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-aws:before{content:\"\\f375\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-ups:before{content:\"\\f7e0\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-dyalog:before{content:\"\\f399\"}.fa-bity:before{content:\"\\f37a\"}.fa-stackpath:before{content:\"\\f842\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-modx:before{content:\"\\f285\"}.fa-guilded:before{content:\"\\e07e\"}.fa-vnv:before{content:\"\\f40b\"}.fa-js-square:before,.fa-square-js:before{content:\"\\f3b9\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-qq:before{content:\"\\f1d6\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-java:before{content:\"\\f4e4\"}.fa-invision:before{content:\"\\f7b0\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-centercode:before{content:\"\\f380\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-unity:before{content:\"\\e049\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-vk:before{content:\"\\f189\"}.fa-untappd:before{content:\"\\f405\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-reddit-square:before,.fa-square-reddit:before{content:\"\\f1a2\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-contao:before{content:\"\\f26d\"}.fa-square-font-awesome:before{content:\"\\e5ad\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-instagram-square:before,.fa-square-instagram:before{content:\"\\e055\"}.fa-battle-net:before{content:\"\\f835\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:\"\\f3af\"}.fa-edge:before{content:\"\\f282\"}.fa-napster:before{content:\"\\f3d2\"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:\"\\f2ad\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-artstation:before{content:\"\\f77a\"}.fa-markdown:before{content:\"\\f60f\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-diaspora:before{content:\"\\f791\"}.fa-foursquare:before{content:\"\\f180\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-github-alt:before{content:\"\\f113\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-algolia:before{content:\"\\f36c\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-safari:before{content:\"\\f267\"}.fa-google:before{content:\"\\f1a0\"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:\"\\f35c\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-chromecast:before{content:\"\\f838\"}.fa-evernote:before{content:\"\\f839\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-adversal:before{content:\"\\f36a\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-fonticons:before{content:\"\\f280\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-git-alt:before{content:\"\\f841\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-rev:before{content:\"\\f5b2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-centos:before{content:\"\\f789\"}.fa-adn:before{content:\"\\f170\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:\"\\f397\"}.fa-codiepie:before{content:\"\\f284\"}.fa-node:before{content:\"\\f419\"}.fa-mix:before{content:\"\\f3cb\"}.fa-steam:before{content:\"\\f1b6\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-scribd:before{content:\"\\f28a\"}.fa-openid:before{content:\"\\f19b\"}.fa-instalod:before{content:\"\\e081\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-square-twitter:before,.fa-twitter-square:before{content:\"\\f081\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-accusoft:before{content:\"\\f369\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-app-store:before{content:\"\\f36f\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-golang:before{content:\"\\e40f\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-grav:before{content:\"\\f2d6\"}.fa-weibo:before{content:\"\\f18a\"}.fa-uncharted:before{content:\"\\e084\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-square-youtube:before,.fa-youtube-square:before{content:\"\\f431\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-rendact:before,.fa-wpressr:before{content:\"\\f3e4\"}.fa-angellist:before{content:\"\\f209\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-nfc-directional:before{content:\"\\e530\"}.fa-skype:before{content:\"\\f17e\"}.fa-joget:before{content:\"\\f3b7\"}.fa-fedora:before{content:\"\\f798\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-meta:before{content:\"\\e49b\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-hips:before{content:\"\\f452\"}.fa-behance:before{content:\"\\f1b4\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-discord:before{content:\"\\f392\"}.fa-chrome:before{content:\"\\f268\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-confluence:before{content:\"\\f78d\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-dochub:before{content:\"\\f394\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-amazon:before{content:\"\\f270\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-square-steam:before,.fa-steam-square:before{content:\"\\f1b7\"}.fa-500px:before{content:\"\\f26e\"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:\"\\f194\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:\"\\f2b4\"}.fa-gratipay:before{content:\"\\f184\"}.fa-apple:before{content:\"\\f179\"}.fa-hive:before{content:\"\\e07f\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-padlet:before{content:\"\\e4a0\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-github-square:before,.fa-square-github:before{content:\"\\f092\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-fedex:before{content:\"\\f797\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-shopify:before{content:\"\\e057\"}.fa-neos:before{content:\"\\f612\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-swift:before{content:\"\\f8e1\"}.fa-angular:before{content:\"\\f420\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envira:before{content:\"\\f299\"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:\"\\e5ae\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-firefox:before{content:\"\\f269\"}.fa-linode:before{content:\"\\f2b8\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:\"\\f264\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-sith:before{content:\"\\f512\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-page4:before{content:\"\\f3d7\"}.fa-hashnode:before{content:\"\\e499\"}.fa-react:before{content:\"\\f41b\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-opera:before{content:\"\\f26a\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-stripe:before{content:\"\\f429\"}.fa-houzz:before{content:\"\\f27c\"}.fa-gg:before{content:\"\\f260\"}.fa-dhl:before{content:\"\\f790\"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:\"\\f0d3\"}.fa-xing:before{content:\"\\f168\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-playstation:before{content:\"\\f3df\"}.fa-quinscape:before{content:\"\\f459\"}.fa-less:before{content:\"\\f41d\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-opencart:before{content:\"\\f23d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-gitlab:before{content:\"\\f296\"}.fa-typo3:before{content:\"\\f42b\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-nfc-symbol:before{content:\"\\e531\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-avianex:before{content:\"\\f374\"}.fa-ello:before{content:\"\\f5f1\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-bimobject:before{content:\"\\f378\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:\"\\f0d4\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-osi:before{content:\"\\f41a\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-periscope:before{content:\"\\f3da\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-forumbee:before{content:\"\\f211\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-square-xing:before,.fa-xing-square:before{content:\"\\f169\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-wpforms:before{content:\"\\f298\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-usps:before{content:\"\\f7e1\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-fly:before{content:\"\\f417\"}.fa-aviato:before{content:\"\\f421\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-blogger:before{content:\"\\f37c\"}.fa-flickr:before{content:\"\\f16e\"}.fa-viber:before{content:\"\\f409\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-digg:before{content:\"\\f1a6\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-audible:before{content:\"\\f373\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-bilibili:before{content:\"\\e3d9\"}.fa-erlang:before{content:\"\\f39d\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-dashcube:before{content:\"\\f210\"}.fa-42-group:before,.fa-innosoft:before{content:\"\\e080\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-elementor:before{content:\"\\f430\"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:\"\\e01e\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-xbox:before{content:\"\\f412\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-facebook-square:before,.fa-square-facebook:before{content:\"\\f082\"}.fa-renren:before{content:\"\\f18b\"}.fa-linux:before{content:\"\\f17c\"}.fa-glide:before{content:\"\\f2a5\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-mixer:before{content:\"\\e056\"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:\"\\f203\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-figma:before{content:\"\\f799\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-instagram:before{content:\"\\f16d\"}.fa-cmplid:before{content:\"\\e360\"}.fa-facebook:before{content:\"\\f09a\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-uikit:before{content:\"\\f403\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-line:before{content:\"\\f3c0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-deezer:before{content:\"\\e077\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-jira:before{content:\"\\f7b1\"}.fa-docker:before{content:\"\\f395\"}.fa-screenpal:before{content:\"\\e570\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-gitter:before{content:\"\\f426\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-microblog:before{content:\"\\e01a\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-yandex:before{content:\"\\f413\"}.fa-readme:before{content:\"\\f4d5\"}.fa-html5:before{content:\"\\f13b\"}.fa-sellsy:before{content:\"\\f213\"}.fa-sass:before{content:\"\\f41e\"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:\"\\e2d0\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-apper:before{content:\"\\f371\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-waze:before{content:\"\\f83f\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:\"\\f2ab\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-rust:before{content:\"\\e07a\"}.fa-wix:before{content:\"\\f5cf\"}.fa-behance-square:before,.fa-square-behance:before{content:\"\\f1b5\"}.fa-supple:before{content:\"\\f3f9\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-css3:before{content:\"\\f13c\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-space-awesome:before{content:\"\\e5ac\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-cpanel:before{content:\"\\f388\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-git-square:before,.fa-square-git:before{content:\"\\f1d2\"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:\"\\f174\"}.fa-trello:before{content:\"\\f181\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-perbyte:before{content:\"\\e083\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-leanpub:before{content:\"\\f212\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-python:before{content:\"\\f3e2\"}.fa-android:before{content:\"\\f17b\"}.fa-bots:before{content:\"\\e340\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-hornbill:before{content:\"\\f592\"}.fa-js:before{content:\"\\f3b8\"}.fa-ideal:before{content:\"\\e013\"}.fa-git:before{content:\"\\f1d3\"}.fa-dev:before{content:\"\\f6cc\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-uber:before{content:\"\\f402\"}.fa-github:before{content:\"\\f09b\"}.fa-php:before{content:\"\\f457\"}.fa-alipay:before{content:\"\\f642\"}.fa-youtube:before{content:\"\\f167\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-suse:before{content:\"\\f7d6\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-twitter:before{content:\"\\f099\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-buffer:before{content:\"\\f837\"}.fa-npm:before{content:\"\\f3d4\"}.fa-yammer:before{content:\"\\f840\"}.fa-btc:before{content:\"\\f15a\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-stubber:before{content:\"\\e5c7\"}.fa-telegram-plane:before,.fa-telegram:before{content:\"\\f2c6\"}.fa-old-republic:before{content:\"\\f510\"}.fa-odysee:before{content:\"\\e5c6\"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-slack-hash:before,.fa-slack:before{content:\"\\f198\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-usb:before{content:\"\\f287\"}.fa-tumblr:before{content:\"\\f173\"}.fa-vaadin:before{content:\"\\f408\"}.fa-quora:before{content:\"\\f2c4\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-medium-m:before,.fa-medium:before{content:\"\\f23a\"}.fa-amilia:before{content:\"\\f36d\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-viacoin:before{content:\"\\f237\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-sitrox:before{content:\"\\e44a\"}.fa-discourse:before{content:\"\\f393\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-airbnb:before{content:\"\\f834\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-strava:before{content:\"\\f428\"}.fa-ember:before{content:\"\\f423\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-wodu:before{content:\"\\e088\"}.fa-google-pay:before{content:\"\\e079\"}.fa-intercom:before{content:\"\\f7af\"}.fa-zhihu:before{content:\"\\f63f\"}.fa-korvue:before{content:\"\\f42f\"}.fa-pix:before{content:\"\\e43a\"}.fa-steam-symbol:before{content:\"\\f3f6\"}:host,:root{--fa-font-regular:normal 400 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:\"Font Awesome 6 Free\";--fa-font-solid:normal 900 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}.fa-solid,.fas{font-weight:900}@font-face{font-family:\"Font Awesome 5 Brands\";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format(\"woff2\"),url(../webfonts/fa-v4compatibility.ttf) format(\"truetype\");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}"}],"authorContributionMap":{"jingting1412":9}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/glyphicons/css/bootstrap-glyphicons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id\u003d76290a4e23bf2c3f61a4e17625be4627)"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" * Config saved to config.json and https://gist.github.com/76290a4e23bf2c3f61a4e17625be4627"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"@font-face{font-family:\u0027Glyphicons Halflings\u0027;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(\u0027../fonts/glyphicons-halflings-regular.eot?#iefix\u0027) format(\u0027embedded-opentype\u0027),url(../fonts/glyphicons-halflings-regular.woff2) format(\u0027woff2\u0027),url(../fonts/glyphicons-halflings-regular.woff) format(\u0027woff\u0027),url(../fonts/glyphicons-halflings-regular.ttf) format(\u0027truetype\u0027),url(\u0027../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular\u0027) format(\u0027svg\u0027)}.glyphicon{position:relative;top:1px;display:inline-block;font-family:\u0027Glyphicons Halflings\u0027;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:\"\\002a\"}.glyphicon-plus:before{content:\"\\002b\"}.glyphicon-euro:before,.glyphicon-eur:before{content:\"\\20ac\"}.glyphicon-minus:before{content:\"\\2212\"}.glyphicon-cloud:before{content:\"\\2601\"}.glyphicon-envelope:before{content:\"\\2709\"}.glyphicon-pencil:before{content:\"\\270f\"}.glyphicon-glass:before{content:\"\\e001\"}.glyphicon-music:before{content:\"\\e002\"}.glyphicon-search:before{content:\"\\e003\"}.glyphicon-heart:before{content:\"\\e005\"}.glyphicon-star:before{content:\"\\e006\"}.glyphicon-star-empty:before{content:\"\\e007\"}.glyphicon-user:before{content:\"\\e008\"}.glyphicon-film:before{content:\"\\e009\"}.glyphicon-th-large:before{content:\"\\e010\"}.glyphicon-th:before{content:\"\\e011\"}.glyphicon-th-list:before{content:\"\\e012\"}.glyphicon-ok:before{content:\"\\e013\"}.glyphicon-remove:before{content:\"\\e014\"}.glyphicon-zoom-in:before{content:\"\\e015\"}.glyphicon-zoom-out:before{content:\"\\e016\"}.glyphicon-off:before{content:\"\\e017\"}.glyphicon-signal:before{content:\"\\e018\"}.glyphicon-cog:before{content:\"\\e019\"}.glyphicon-trash:before{content:\"\\e020\"}.glyphicon-home:before{content:\"\\e021\"}.glyphicon-file:before{content:\"\\e022\"}.glyphicon-time:before{content:\"\\e023\"}.glyphicon-road:before{content:\"\\e024\"}.glyphicon-download-alt:before{content:\"\\e025\"}.glyphicon-download:before{content:\"\\e026\"}.glyphicon-upload:before{content:\"\\e027\"}.glyphicon-inbox:before{content:\"\\e028\"}.glyphicon-play-circle:before{content:\"\\e029\"}.glyphicon-repeat:before{content:\"\\e030\"}.glyphicon-refresh:before{content:\"\\e031\"}.glyphicon-list-alt:before{content:\"\\e032\"}.glyphicon-lock:before{content:\"\\e033\"}.glyphicon-flag:before{content:\"\\e034\"}.glyphicon-headphones:before{content:\"\\e035\"}.glyphicon-volume-off:before{content:\"\\e036\"}.glyphicon-volume-down:before{content:\"\\e037\"}.glyphicon-volume-up:before{content:\"\\e038\"}.glyphicon-qrcode:before{content:\"\\e039\"}.glyphicon-barcode:before{content:\"\\e040\"}.glyphicon-tag:before{content:\"\\e041\"}.glyphicon-tags:before{content:\"\\e042\"}.glyphicon-book:before{content:\"\\e043\"}.glyphicon-bookmark:before{content:\"\\e044\"}.glyphicon-print:before{content:\"\\e045\"}.glyphicon-camera:before{content:\"\\e046\"}.glyphicon-font:before{content:\"\\e047\"}.glyphicon-bold:before{content:\"\\e048\"}.glyphicon-italic:before{content:\"\\e049\"}.glyphicon-text-height:before{content:\"\\e050\"}.glyphicon-text-width:before{content:\"\\e051\"}.glyphicon-align-left:before{content:\"\\e052\"}.glyphicon-align-center:before{content:\"\\e053\"}.glyphicon-align-right:before{content:\"\\e054\"}.glyphicon-align-justify:before{content:\"\\e055\"}.glyphicon-list:before{content:\"\\e056\"}.glyphicon-indent-left:before{content:\"\\e057\"}.glyphicon-indent-right:before{content:\"\\e058\"}.glyphicon-facetime-video:before{content:\"\\e059\"}.glyphicon-picture:before{content:\"\\e060\"}.glyphicon-map-marker:before{content:\"\\e062\"}.glyphicon-adjust:before{content:\"\\e063\"}.glyphicon-tint:before{content:\"\\e064\"}.glyphicon-edit:before{content:\"\\e065\"}.glyphicon-share:before{content:\"\\e066\"}.glyphicon-check:before{content:\"\\e067\"}.glyphicon-move:before{content:\"\\e068\"}.glyphicon-step-backward:before{content:\"\\e069\"}.glyphicon-fast-backward:before{content:\"\\e070\"}.glyphicon-backward:before{content:\"\\e071\"}.glyphicon-play:before{content:\"\\e072\"}.glyphicon-pause:before{content:\"\\e073\"}.glyphicon-stop:before{content:\"\\e074\"}.glyphicon-forward:before{content:\"\\e075\"}.glyphicon-fast-forward:before{content:\"\\e076\"}.glyphicon-step-forward:before{content:\"\\e077\"}.glyphicon-eject:before{content:\"\\e078\"}.glyphicon-chevron-left:before{content:\"\\e079\"}.glyphicon-chevron-right:before{content:\"\\e080\"}.glyphicon-plus-sign:before{content:\"\\e081\"}.glyphicon-minus-sign:before{content:\"\\e082\"}.glyphicon-remove-sign:before{content:\"\\e083\"}.glyphicon-ok-sign:before{content:\"\\e084\"}.glyphicon-question-sign:before{content:\"\\e085\"}.glyphicon-info-sign:before{content:\"\\e086\"}.glyphicon-screenshot:before{content:\"\\e087\"}.glyphicon-remove-circle:before{content:\"\\e088\"}.glyphicon-ok-circle:before{content:\"\\e089\"}.glyphicon-ban-circle:before{content:\"\\e090\"}.glyphicon-arrow-left:before{content:\"\\e091\"}.glyphicon-arrow-right:before{content:\"\\e092\"}.glyphicon-arrow-up:before{content:\"\\e093\"}.glyphicon-arrow-down:before{content:\"\\e094\"}.glyphicon-share-alt:before{content:\"\\e095\"}.glyphicon-resize-full:before{content:\"\\e096\"}.glyphicon-resize-small:before{content:\"\\e097\"}.glyphicon-exclamation-sign:before{content:\"\\e101\"}.glyphicon-gift:before{content:\"\\e102\"}.glyphicon-leaf:before{content:\"\\e103\"}.glyphicon-fire:before{content:\"\\e104\"}.glyphicon-eye-open:before{content:\"\\e105\"}.glyphicon-eye-close:before{content:\"\\e106\"}.glyphicon-warning-sign:before{content:\"\\e107\"}.glyphicon-plane:before{content:\"\\e108\"}.glyphicon-calendar:before{content:\"\\e109\"}.glyphicon-random:before{content:\"\\e110\"}.glyphicon-comment:before{content:\"\\e111\"}.glyphicon-magnet:before{content:\"\\e112\"}.glyphicon-chevron-up:before{content:\"\\e113\"}.glyphicon-chevron-down:before{content:\"\\e114\"}.glyphicon-retweet:before{content:\"\\e115\"}.glyphicon-shopping-cart:before{content:\"\\e116\"}.glyphicon-folder-close:before{content:\"\\e117\"}.glyphicon-folder-open:before{content:\"\\e118\"}.glyphicon-resize-vertical:before{content:\"\\e119\"}.glyphicon-resize-horizontal:before{content:\"\\e120\"}.glyphicon-hdd:before{content:\"\\e121\"}.glyphicon-bullhorn:before{content:\"\\e122\"}.glyphicon-bell:before{content:\"\\e123\"}.glyphicon-certificate:before{content:\"\\e124\"}.glyphicon-thumbs-up:before{content:\"\\e125\"}.glyphicon-thumbs-down:before{content:\"\\e126\"}.glyphicon-hand-right:before{content:\"\\e127\"}.glyphicon-hand-left:before{content:\"\\e128\"}.glyphicon-hand-up:before{content:\"\\e129\"}.glyphicon-hand-down:before{content:\"\\e130\"}.glyphicon-circle-arrow-right:before{content:\"\\e131\"}.glyphicon-circle-arrow-left:before{content:\"\\e132\"}.glyphicon-circle-arrow-up:before{content:\"\\e133\"}.glyphicon-circle-arrow-down:before{content:\"\\e134\"}.glyphicon-globe:before{content:\"\\e135\"}.glyphicon-wrench:before{content:\"\\e136\"}.glyphicon-tasks:before{content:\"\\e137\"}.glyphicon-filter:before{content:\"\\e138\"}.glyphicon-briefcase:before{content:\"\\e139\"}.glyphicon-fullscreen:before{content:\"\\e140\"}.glyphicon-dashboard:before{content:\"\\e141\"}.glyphicon-paperclip:before{content:\"\\e142\"}.glyphicon-heart-empty:before{content:\"\\e143\"}.glyphicon-link:before{content:\"\\e144\"}.glyphicon-phone:before{content:\"\\e145\"}.glyphicon-pushpin:before{content:\"\\e146\"}.glyphicon-usd:before{content:\"\\e148\"}.glyphicon-gbp:before{content:\"\\e149\"}.glyphicon-sort:before{content:\"\\e150\"}.glyphicon-sort-by-alphabet:before{content:\"\\e151\"}.glyphicon-sort-by-alphabet-alt:before{content:\"\\e152\"}.glyphicon-sort-by-order:before{content:\"\\e153\"}.glyphicon-sort-by-order-alt:before{content:\"\\e154\"}.glyphicon-sort-by-attributes:before{content:\"\\e155\"}.glyphicon-sort-by-attributes-alt:before{content:\"\\e156\"}.glyphicon-unchecked:before{content:\"\\e157\"}.glyphicon-expand:before{content:\"\\e158\"}.glyphicon-collapse-down:before{content:\"\\e159\"}.glyphicon-collapse-up:before{content:\"\\e160\"}.glyphicon-log-in:before{content:\"\\e161\"}.glyphicon-flash:before{content:\"\\e162\"}.glyphicon-log-out:before{content:\"\\e163\"}.glyphicon-new-window:before{content:\"\\e164\"}.glyphicon-record:before{content:\"\\e165\"}.glyphicon-save:before{content:\"\\e166\"}.glyphicon-open:before{content:\"\\e167\"}.glyphicon-saved:before{content:\"\\e168\"}.glyphicon-import:before{content:\"\\e169\"}.glyphicon-export:before{content:\"\\e170\"}.glyphicon-send:before{content:\"\\e171\"}.glyphicon-floppy-disk:before{content:\"\\e172\"}.glyphicon-floppy-saved:before{content:\"\\e173\"}.glyphicon-floppy-remove:before{content:\"\\e174\"}.glyphicon-floppy-save:before{content:\"\\e175\"}.glyphicon-floppy-open:before{content:\"\\e176\"}.glyphicon-credit-card:before{content:\"\\e177\"}.glyphicon-transfer:before{content:\"\\e178\"}.glyphicon-cutlery:before{content:\"\\e179\"}.glyphicon-header:before{content:\"\\e180\"}.glyphicon-compressed:before{content:\"\\e181\"}.glyphicon-earphone:before{content:\"\\e182\"}.glyphicon-phone-alt:before{content:\"\\e183\"}.glyphicon-tower:before{content:\"\\e184\"}.glyphicon-stats:before{content:\"\\e185\"}.glyphicon-sd-video:before{content:\"\\e186\"}.glyphicon-hd-video:before{content:\"\\e187\"}.glyphicon-subtitles:before{content:\"\\e188\"}.glyphicon-sound-stereo:before{content:\"\\e189\"}.glyphicon-sound-dolby:before{content:\"\\e190\"}.glyphicon-sound-5-1:before{content:\"\\e191\"}.glyphicon-sound-6-1:before{content:\"\\e192\"}.glyphicon-sound-7-1:before{content:\"\\e193\"}.glyphicon-copyright-mark:before{content:\"\\e194\"}.glyphicon-registration-mark:before{content:\"\\e195\"}.glyphicon-cloud-download:before{content:\"\\e197\"}.glyphicon-cloud-upload:before{content:\"\\e198\"}.glyphicon-tree-conifer:before{content:\"\\e199\"}.glyphicon-tree-deciduous:before{content:\"\\e200\"}.glyphicon-cd:before{content:\"\\e201\"}.glyphicon-save-file:before{content:\"\\e202\"}.glyphicon-open-file:before{content:\"\\e203\"}.glyphicon-level-up:before{content:\"\\e204\"}.glyphicon-copy:before{content:\"\\e205\"}.glyphicon-paste:before{content:\"\\e206\"}.glyphicon-alert:before{content:\"\\e209\"}.glyphicon-equalizer:before{content:\"\\e210\"}.glyphicon-king:before{content:\"\\e211\"}.glyphicon-queen:before{content:\"\\e212\"}.glyphicon-pawn:before{content:\"\\e213\"}.glyphicon-bishop:before{content:\"\\e214\"}.glyphicon-knight:before{content:\"\\e215\"}.glyphicon-baby-formula:before{content:\"\\e216\"}.glyphicon-tent:before{content:\"\\26fa\"}.glyphicon-blackboard:before{content:\"\\e218\"}.glyphicon-bed:before{content:\"\\e219\"}.glyphicon-apple:before{content:\"\\f8ff\"}.glyphicon-erase:before{content:\"\\e221\"}.glyphicon-hourglass:before{content:\"\\231b\"}.glyphicon-lamp:before{content:\"\\e223\"}.glyphicon-duplicate:before{content:\"\\e224\"}.glyphicon-piggy-bank:before{content:\"\\e225\"}.glyphicon-scissors:before{content:\"\\e226\"}.glyphicon-bitcoin:before{content:\"\\e227\"}.glyphicon-btc:before{content:\"\\e227\"}.glyphicon-xbt:before{content:\"\\e227\"}.glyphicon-yen:before{content:\"\\00a5\"}.glyphicon-jpy:before{content:\"\\00a5\"}.glyphicon-ruble:before{content:\"\\20bd\"}.glyphicon-rub:before{content:\"\\20bd\"}.glyphicon-scale:before{content:\"\\e230\"}.glyphicon-ice-lolly:before{content:\"\\e231\"}.glyphicon-ice-lolly-tasted:before{content:\"\\e232\"}.glyphicon-education:before{content:\"\\e233\"}.glyphicon-option-horizontal:before{content:\"\\e234\"}.glyphicon-option-vertical:before{content:\"\\e235\"}.glyphicon-menu-hamburger:before{content:\"\\e236\"}.glyphicon-modal-window:before{content:\"\\e237\"}.glyphicon-oil:before{content:\"\\e238\"}.glyphicon-grain:before{content:\"\\e239\"}.glyphicon-sunglasses:before{content:\"\\e240\"}.glyphicon-text-size:before{content:\"\\e241\"}.glyphicon-text-color:before{content:\"\\e242\"}.glyphicon-text-background:before{content:\"\\e243\"}.glyphicon-object-align-top:before{content:\"\\e244\"}.glyphicon-object-align-bottom:before{content:\"\\e245\"}.glyphicon-object-align-horizontal:before{content:\"\\e246\"}.glyphicon-object-align-left:before{content:\"\\e247\"}.glyphicon-object-align-vertical:before{content:\"\\e248\"}.glyphicon-object-align-right:before{content:\"\\e249\"}.glyphicon-triangle-right:before{content:\"\\e250\"}.glyphicon-triangle-left:before{content:\"\\e251\"}.glyphicon-triangle-bottom:before{content:\"\\e252\"}.glyphicon-triangle-top:before{content:\"\\e253\"}.glyphicon-console:before{content:\"\\e254\"}.glyphicon-superscript:before{content:\"\\e255\"}.glyphicon-subscript:before{content:\"\\e256\"}.glyphicon-menu-left:before{content:\"\\e257\"}.glyphicon-menu-right:before{content:\"\\e258\"}.glyphicon-menu-down:before{content:\"\\e259\"}.glyphicon-menu-up:before{content:\"\\e260\"}"}],"authorContributionMap":{"jingting1412":17}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/bootstrap-utility.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003de():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(e):(t\u003d\"undefined\"!\u003dtypeof globalThis?globalThis:t||self).bootstrap\u003de()}(this,(function(){\"use strict\";const t\u003d\"transitionend\",e\u003dt\u003d\u003e{let e\u003dt.getAttribute(\"data-bs-target\");if(!e||\"#\"\u003d\u003d\u003de){let i\u003dt.getAttribute(\"href\");if(!i||!i.includes(\"#\")\u0026\u0026!i.startsWith(\".\"))return null;i.includes(\"#\")\u0026\u0026!i.startsWith(\"#\")\u0026\u0026(i\u003d`#${i.split(\"#\")[1]}`),e\u003di\u0026\u0026\"#\"!\u003d\u003di?i.trim():null}return e},i\u003dt\u003d\u003e{const i\u003de(t);return i\u0026\u0026document.querySelector(i)?i:null},n\u003dt\u003d\u003e{const i\u003de(t);return i?document.querySelector(i):null},s\u003de\u003d\u003e{e.dispatchEvent(new Event(t))},o\u003dt\u003d\u003e!(!t||\"object\"!\u003dtypeof t)\u0026\u0026(void 0!\u003d\u003dt.jquery\u0026\u0026(t\u003dt[0]),void 0!\u003d\u003dt.nodeType),r\u003dt\u003d\u003eo(t)?t.jquery?t[0]:t:\"string\"\u003d\u003dtypeof t\u0026\u0026t.length\u003e0?document.querySelector(t):null,a\u003d(t,e,i)\u003d\u003e{Object.keys(i).forEach((n\u003d\u003e{const s\u003di[n],r\u003de[n],a\u003dr\u0026\u0026o(r)?\"element\":null\u003d\u003d(l\u003dr)?`${l}`:{}.toString.call(l).match(/\\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(s).test(a))throw new TypeError(`${t.toUpperCase()}: Option \"${n}\" provided type \"${a}\" but expected type \"${s}\".`)}))},l\u003dt\u003d\u003e!(!o(t)||0\u003d\u003d\u003dt.getClientRects().length)\u0026\u0026\"visible\"\u003d\u003d\u003dgetComputedStyle(t).getPropertyValue(\"visibility\"),c\u003dt\u003d\u003e!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE||!!t.classList.contains(\"disabled\")||(void 0!\u003d\u003dt.disabled?t.disabled:t.hasAttribute(\"disabled\")\u0026\u0026\"false\"!\u003d\u003dt.getAttribute(\"disabled\")),h\u003dt\u003d\u003e{if(!document.documentElement.attachShadow)return null;if(\"function\"\u003d\u003dtypeof t.getRootNode){const e\u003dt.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?h(t.parentNode):null},d\u003d()\u003d\u003e{},u\u003dt\u003d\u003e{t.offsetHeight},f\u003d()\u003d\u003e{const{jQuery:t}\u003dwindow;return t\u0026\u0026!document.body.hasAttribute(\"data-bs-no-jquery\")?t:null},p\u003d[],m\u003d()\u003d\u003e\"rtl\"\u003d\u003d\u003ddocument.documentElement.dir,g\u003dt\u003d\u003e{var e;e\u003d()\u003d\u003e{const e\u003df();if(e){const i\u003dt.NAME,n\u003de.fn[i];e.fn[i]\u003dt.jQueryInterface,e.fn[i].Constructor\u003dt,e.fn[i].noConflict\u003d()\u003d\u003e(e.fn[i]\u003dn,t.jQueryInterface)}},\"loading\"\u003d\u003d\u003ddocument.readyState?(p.length||document.addEventListener(\"DOMContentLoaded\",(()\u003d\u003e{p.forEach((t\u003d\u003et()))})),p.push(e)):e()},_\u003dt\u003d\u003e{\"function\"\u003d\u003dtypeof t\u0026\u0026t()},b\u003d(e,i,n\u003d!0)\u003d\u003e{if(!n)return void _(e);const o\u003d(t\u003d\u003e{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}\u003dwindow.getComputedStyle(t);const n\u003dNumber.parseFloat(e),s\u003dNumber.parseFloat(i);return n||s?(e\u003de.split(\",\")[0],i\u003di.split(\",\")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0})(i)+5;let r\u003d!1;const a\u003d({target:n})\u003d\u003e{n\u003d\u003d\u003di\u0026\u0026(r\u003d!0,i.removeEventListener(t,a),_(e))};i.addEventListener(t,a),setTimeout((()\u003d\u003e{r||s(i)}),o)},v\u003d(t,e,i,n)\u003d\u003e{let s\u003dt.indexOf(e);if(-1\u003d\u003d\u003ds)return t[!i\u0026\u0026n?t.length-1:0];const o\u003dt.length;return s+\u003di?1:-1,n\u0026\u0026(s\u003d(s+o)%o),t[Math.max(0,Math.min(s,o-1))]},y\u003d/[^.]*(?\u003d\\..*)\\.|.*/,w\u003d/\\..*/,E\u003d/::\\d+$/,A\u003d{};let T\u003d1;const O\u003d{mouseenter:\"mouseover\",mouseleave:\"mouseout\"},C\u003d/^(mouseenter|mouseleave)/i,k\u003dnew Set([\"click\",\"dblclick\",\"mouseup\",\"mousedown\",\"contextmenu\",\"mousewheel\",\"DOMMouseScroll\",\"mouseover\",\"mouseout\",\"mousemove\",\"selectstart\",\"selectend\",\"keydown\",\"keypress\",\"keyup\",\"orientationchange\",\"touchstart\",\"touchmove\",\"touchend\",\"touchcancel\",\"pointerdown\",\"pointermove\",\"pointerup\",\"pointerleave\",\"pointercancel\",\"gesturestart\",\"gesturechange\",\"gestureend\",\"focus\",\"blur\",\"change\",\"reset\",\"select\",\"submit\",\"focusin\",\"focusout\",\"load\",\"unload\",\"beforeunload\",\"resize\",\"move\",\"DOMContentLoaded\",\"readystatechange\",\"error\",\"abort\",\"scroll\"]);function L(t,e){return e\u0026\u0026`${e}::${T++}`||t.uidEvent||T++}function x(t){const e\u003dL(t);return t.uidEvent\u003de,A[e]\u003dA[e]||{},A[e]}function D(t,e,i\u003dnull){const n\u003dObject.keys(t);for(let s\u003d0,o\u003dn.length;s\u003co;s++){const o\u003dt[n[s]];if(o.originalHandler\u003d\u003d\u003de\u0026\u0026o.delegationSelector\u003d\u003d\u003di)return o}return null}function S(t,e,i){const n\u003d\"string\"\u003d\u003dtypeof e,s\u003dn?i:e;let o\u003dP(t);return k.has(o)||(o\u003dt),[n,s,o]}function N(t,e,i,n,s){if(\"string\"!\u003dtypeof e||!t)return;if(i||(i\u003dn,n\u003dnull),C.test(e)){const t\u003dt\u003d\u003efunction(e){if(!e.relatedTarget||e.relatedTarget!\u003d\u003de.delegateTarget\u0026\u0026!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};n?n\u003dt(n):i\u003dt(i)}const[o,r,a]\u003dS(e,i,n),l\u003dx(t),c\u003dl[a]||(l[a]\u003d{}),h\u003dD(c,r,o?i:null);if(h)return void(h.oneOff\u003dh.oneOff\u0026\u0026s);const d\u003dL(r,e.replace(y,\"\")),u\u003do?function(t,e,i){return function n(s){const o\u003dt.querySelectorAll(e);for(let{target:r}\u003ds;r\u0026\u0026r!\u003d\u003dthis;r\u003dr.parentNode)for(let a\u003do.length;a--;)if(o[a]\u003d\u003d\u003dr)return s.delegateTarget\u003dr,n.oneOff\u0026\u0026j.off(t,s.type,e,i),i.apply(r,[s]);return null}}(t,i,n):function(t,e){return function i(n){return n.delegateTarget\u003dt,i.oneOff\u0026\u0026j.off(t,n.type,e),e.apply(t,[n])}}(t,i);u.delegationSelector\u003do?i:null,u.originalHandler\u003dr,u.oneOff\u003ds,u.uidEvent\u003dd,c[d]\u003du,t.addEventListener(a,u,o)}function I(t,e,i,n,s){const o\u003dD(e[i],n,s);o\u0026\u0026(t.removeEventListener(i,o,Boolean(s)),delete e[i][o.uidEvent])}function P(t){return t\u003dt.replace(w,\"\"),O[t]||t}const j\u003d{on(t,e,i,n){N(t,e,i,n,!1)},one(t,e,i,n){N(t,e,i,n,!0)},off(t,e,i,n){if(\"string\"!\u003dtypeof e||!t)return;const[s,o,r]\u003dS(e,i,n),a\u003dr!\u003d\u003de,l\u003dx(t),c\u003de.startsWith(\".\");if(void 0!\u003d\u003do){if(!l||!l[r])return;return void I(t,l,r,o,s?i:null)}c\u0026\u0026Object.keys(l).forEach((i\u003d\u003e{!function(t,e,i,n){const s\u003de[i]||{};Object.keys(s).forEach((o\u003d\u003e{if(o.includes(n)){const n\u003ds[o];I(t,e,i,n.originalHandler,n.delegationSelector)}}))}(t,l,i,e.slice(1))}));const h\u003dl[r]||{};Object.keys(h).forEach((i\u003d\u003e{const n\u003di.replace(E,\"\");if(!a||e.includes(n)){const e\u003dh[i];I(t,l,r,e.originalHandler,e.delegationSelector)}}))},trigger(t,e,i){if(\"string\"!\u003dtypeof e||!t)return null;const n\u003df(),s\u003dP(e),o\u003de!\u003d\u003ds,r\u003dk.has(s);let a,l\u003d!0,c\u003d!0,h\u003d!1,d\u003dnull;return o\u0026\u0026n\u0026\u0026(a\u003dn.Event(e,i),n(t).trigger(a),l\u003d!a.isPropagationStopped(),c\u003d!a.isImmediatePropagationStopped(),h\u003da.isDefaultPrevented()),r?(d\u003ddocument.createEvent(\"HTMLEvents\"),d.initEvent(s,l,!0)):d\u003dnew CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!\u003d\u003di\u0026\u0026Object.keys(i).forEach((t\u003d\u003e{Object.defineProperty(d,t,{get:()\u003d\u003ei[t]})})),h\u0026\u0026d.preventDefault(),c\u0026\u0026t.dispatchEvent(d),d.defaultPrevented\u0026\u0026void 0!\u003d\u003da\u0026\u0026a.preventDefault(),d}},M\u003dnew Map,H\u003d{set(t,e,i){M.has(t)||M.set(t,new Map);const n\u003dM.get(t);n.has(e)||0\u003d\u003d\u003dn.size?n.set(e,i):console.error(`Bootstrap doesn\u0027t allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get:(t,e)\u003d\u003eM.has(t)\u0026\u0026M.get(t).get(e)||null,remove(t,e){if(!M.has(t))return;const i\u003dM.get(t);i.delete(e),0\u003d\u003d\u003di.size\u0026\u0026M.delete(t)}};class B{constructor(t){(t\u003dr(t))\u0026\u0026(this._element\u003dt,H.set(this._element,this.constructor.DATA_KEY,this))}dispose(){H.remove(this._element,this.constructor.DATA_KEY),j.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((t\u003d\u003e{this[t]\u003dnull}))}_queueCallback(t,e,i\u003d!0){b(t,e,i)}static getInstance(t){return H.get(r(t),this.DATA_KEY)}static getOrCreateInstance(t,e\u003d{}){return this.getInstance(t)||new this(t,\"object\"\u003d\u003dtypeof e?e:null)}static get VERSION(){return\"5.1.3\"}static get NAME(){throw new Error(\u0027You have to implement the static method \"NAME\", for each component!\u0027)}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}const R\u003d(t,e\u003d\"hide\")\u003d\u003e{const i\u003d`click.dismiss${t.EVENT_KEY}`,s\u003dt.NAME;j.on(document,i,`[data-bs-dismiss\u003d\"${s}\"]`,(function(i){if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026i.preventDefault(),c(this))return;const o\u003dn(this)||this.closest(`.${s}`);t.getOrCreateInstance(o)[e]()}))};class W extends B{static get NAME(){return\"alert\"}close(){if(j.trigger(this._element,\"close.bs.alert\").defaultPrevented)return;this._element.classList.remove(\"show\");const t\u003dthis._element.classList.contains(\"fade\");this._queueCallback((()\u003d\u003ethis._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),j.trigger(this._element,\"closed.bs.alert\"),this.dispose()}static jQueryInterface(t){return this.each((function(){const e\u003dW.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}R(W,\"close\"),g(W);const $\u003d\u0027[data-bs-toggle\u003d\"button\"]\u0027;class z extends B{static get NAME(){return\"button\"}toggle(){this._element.setAttribute(\"aria-pressed\",this._element.classList.toggle(\"active\"))}static jQueryInterface(t){return this.each((function(){const e\u003dz.getOrCreateInstance(this);\"toggle\"\u003d\u003d\u003dt\u0026\u0026e[t]()}))}}function q(t){return\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026(t\u003d\u003d\u003dNumber(t).toString()?Number(t):\"\"\u003d\u003d\u003dt||\"null\"\u003d\u003d\u003dt?null:t)}function F(t){return t.replace(/[A-Z]/g,(t\u003d\u003e`-${t.toLowerCase()}`))}j.on(document,\"click.bs.button.data-api\",$,(t\u003d\u003e{t.preventDefault();const e\u003dt.target.closest($);z.getOrCreateInstance(e).toggle()})),g(z);const U\u003d{setDataAttribute(t,e,i){t.setAttribute(`data-bs-${F(e)}`,i)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${F(e)}`)},getDataAttributes(t){if(!t)return{};const e\u003d{};return Object.keys(t.dataset).filter((t\u003d\u003et.startsWith(\"bs\"))).forEach((i\u003d\u003e{let n\u003di.replace(/^bs/,\"\");n\u003dn.charAt(0).toLowerCase()+n.slice(1,n.length),e[n]\u003dq(t.dataset[i])})),e},getDataAttribute:(t,e)\u003d\u003eq(t.getAttribute(`data-bs-${F(e)}`)),offset(t){const e\u003dt.getBoundingClientRect();return{top:e.top+window.pageYOffset,left:e.left+window.pageXOffset}},position:t\u003d\u003e({top:t.offsetTop,left:t.offsetLeft})},V\u003d{find:(t,e\u003ddocument.documentElement)\u003d\u003e[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e\u003ddocument.documentElement)\u003d\u003eElement.prototype.querySelector.call(e,t),children:(t,e)\u003d\u003e[].concat(...t.children).filter((t\u003d\u003et.matches(e))),parents(t,e){const i\u003d[];let n\u003dt.parentNode;for(;n\u0026\u0026n.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u00263!\u003d\u003dn.nodeType;)n.matches(e)\u0026\u0026i.push(n),n\u003dn.parentNode;return i},prev(t,e){let i\u003dt.previousElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.previousElementSibling}return[]},next(t,e){let i\u003dt.nextElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.nextElementSibling}return[]},focusableChildren(t){const e\u003d[\"a\",\"button\",\"input\",\"textarea\",\"select\",\"details\",\"[tabindex]\",\u0027[contenteditable\u003d\"true\"]\u0027].map((t\u003d\u003e`${t}:not([tabindex^\u003d\"-\"])`)).join(\", \");return this.find(e,t).filter((t\u003d\u003e!c(t)\u0026\u0026l(t)))}},K\u003d\"carousel\",X\u003d{interval:5e3,keyboard:!0,slide:!1,pause:\"hover\",wrap:!0,touch:!0},Y\u003d{interval:\"(number|boolean)\",keyboard:\"boolean\",slide:\"(boolean|string)\",pause:\"(string|boolean)\",wrap:\"boolean\",touch:\"boolean\"},Q\u003d\"next\",G\u003d\"prev\",Z\u003d\"left\",J\u003d\"right\",tt\u003d{ArrowLeft:J,ArrowRight:Z},et\u003d\"slid.bs.carousel\",it\u003d\"active\",nt\u003d\".active.carousel-item\";class st extends B{constructor(t,e){super(t),this._items\u003dnull,this._interval\u003dnull,this._activeElement\u003dnull,this._isPaused\u003d!1,this._isSliding\u003d!1,this.touchTimeout\u003dnull,this.touchStartX\u003d0,this.touchDeltaX\u003d0,this._config\u003dthis._getConfig(e),this._indicatorsElement\u003dV.findOne(\".carousel-indicators\",this._element),this._touchSupported\u003d\"ontouchstart\"in document.documentElement||navigator.maxTouchPoints\u003e0,this._pointerEvent\u003dBoolean(window.PointerEvent),this._addEventListeners()}static get Default(){return X}static get NAME(){return K}next(){this._slide(Q)}nextWhenVisible(){!document.hidden\u0026\u0026l(this._element)\u0026\u0026this.next()}prev(){this._slide(G)}pause(t){t||(this._isPaused\u003d!0),V.findOne(\".carousel-item-next, .carousel-item-prev\",this._element)\u0026\u0026(s(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval\u003dnull}cycle(t){t||(this._isPaused\u003d!1),this._interval\u0026\u0026(clearInterval(this._interval),this._interval\u003dnull),this._config\u0026\u0026this._config.interval\u0026\u0026!this._isPaused\u0026\u0026(this._updateInterval(),this._interval\u003dsetInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement\u003dV.findOne(nt,this._element);const e\u003dthis._getItemIndex(this._activeElement);if(t\u003ethis._items.length-1||t\u003c0)return;if(this._isSliding)return void j.one(this._element,et,(()\u003d\u003ethis.to(t)));if(e\u003d\u003d\u003dt)return this.pause(),void this.cycle();const i\u003dt\u003ee?Q:G;this._slide(i,this._items[t])}_getConfig(t){return t\u003d{...X,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(K,t,Y),t}_handleSwipe(){const t\u003dMath.abs(this.touchDeltaX);if(t\u003c\u003d40)return;const e\u003dt/this.touchDeltaX;this.touchDeltaX\u003d0,e\u0026\u0026this._slide(e\u003e0?J:Z)}_addEventListeners(){this._config.keyboard\u0026\u0026j.on(this._element,\"keydown.bs.carousel\",(t\u003d\u003ethis._keydown(t))),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(j.on(this._element,\"mouseenter.bs.carousel\",(t\u003d\u003ethis.pause(t))),j.on(this._element,\"mouseleave.bs.carousel\",(t\u003d\u003ethis.cycle(t)))),this._config.touch\u0026\u0026this._touchSupported\u0026\u0026this._addTouchEventListeners()}_addTouchEventListeners(){const t\u003dt\u003d\u003ethis._pointerEvent\u0026\u0026(\"pen\"\u003d\u003d\u003dt.pointerType||\"touch\"\u003d\u003d\u003dt.pointerType),e\u003de\u003d\u003e{t(e)?this.touchStartX\u003de.clientX:this._pointerEvent||(this.touchStartX\u003de.touches[0].clientX)},i\u003dt\u003d\u003e{this.touchDeltaX\u003dt.touches\u0026\u0026t.touches.length\u003e1?0:t.touches[0].clientX-this.touchStartX},n\u003de\u003d\u003e{t(e)\u0026\u0026(this.touchDeltaX\u003de.clientX-this.touchStartX),this._handleSwipe(),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(this.pause(),this.touchTimeout\u0026\u0026clearTimeout(this.touchTimeout),this.touchTimeout\u003dsetTimeout((t\u003d\u003ethis.cycle(t)),500+this._config.interval))};V.find(\".carousel-item img\",this._element).forEach((t\u003d\u003e{j.on(t,\"dragstart.bs.carousel\",(t\u003d\u003et.preventDefault()))})),this._pointerEvent?(j.on(this._element,\"pointerdown.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"pointerup.bs.carousel\",(t\u003d\u003en(t))),this._element.classList.add(\"pointer-event\")):(j.on(this._element,\"touchstart.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"touchmove.bs.carousel\",(t\u003d\u003ei(t))),j.on(this._element,\"touchend.bs.carousel\",(t\u003d\u003en(t))))}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e\u003dtt[t.key];e\u0026\u0026(t.preventDefault(),this._slide(e))}_getItemIndex(t){return this._items\u003dt\u0026\u0026t.parentNode?V.find(\".carousel-item\",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){const i\u003dt\u003d\u003d\u003dQ;return v(this._items,e,i,this._config.wrap)}_triggerSlideEvent(t,e){const i\u003dthis._getItemIndex(t),n\u003dthis._getItemIndex(V.findOne(nt,this._element));return j.trigger(this._element,\"slide.bs.carousel\",{relatedTarget:t,direction:e,from:n,to:i})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const e\u003dV.findOne(\".active\",this._indicatorsElement);e.classList.remove(it),e.removeAttribute(\"aria-current\");const i\u003dV.find(\"[data-bs-target]\",this._indicatorsElement);for(let e\u003d0;e\u003ci.length;e++)if(Number.parseInt(i[e].getAttribute(\"data-bs-slide-to\"),10)\u003d\u003d\u003dthis._getItemIndex(t)){i[e].classList.add(it),i[e].setAttribute(\"aria-current\",\"true\");break}}}_updateInterval(){const t\u003dthis._activeElement||V.findOne(nt,this._element);if(!t)return;const e\u003dNumber.parseInt(t.getAttribute(\"data-bs-interval\"),10);e?(this._config.defaultInterval\u003dthis._config.defaultInterval||this._config.interval,this._config.interval\u003de):this._config.interval\u003dthis._config.defaultInterval||this._config.interval}_slide(t,e){const i\u003dthis._directionToOrder(t),n\u003dV.findOne(nt,this._element),s\u003dthis._getItemIndex(n),o\u003de||this._getItemByOrder(i,n),r\u003dthis._getItemIndex(o),a\u003dBoolean(this._interval),l\u003di\u003d\u003d\u003dQ,c\u003dl?\"carousel-item-start\":\"carousel-item-end\",h\u003dl?\"carousel-item-next\":\"carousel-item-prev\",d\u003dthis._orderToDirection(i);if(o\u0026\u0026o.classList.contains(it))return void(this._isSliding\u003d!1);if(this._isSliding)return;if(this._triggerSlideEvent(o,d).defaultPrevented)return;if(!n||!o)return;this._isSliding\u003d!0,a\u0026\u0026this.pause(),this._setActiveIndicatorElement(o),this._activeElement\u003do;const f\u003d()\u003d\u003e{j.trigger(this._element,et,{relatedTarget:o,direction:d,from:s,to:r})};if(this._element.classList.contains(\"slide\")){o.classList.add(h),u(o),n.classList.add(c),o.classList.add(c);const t\u003d()\u003d\u003e{o.classList.remove(c,h),o.classList.add(it),n.classList.remove(it,h,c),this._isSliding\u003d!1,setTimeout(f,0)};this._queueCallback(t,n,!0)}else n.classList.remove(it),o.classList.add(it),this._isSliding\u003d!1,f();a\u0026\u0026this.cycle()}_directionToOrder(t){return[J,Z].includes(t)?m()?t\u003d\u003d\u003dZ?G:Q:t\u003d\u003d\u003dZ?Q:G:t}_orderToDirection(t){return[Q,G].includes(t)?m()?t\u003d\u003d\u003dG?Z:J:t\u003d\u003d\u003dG?J:Z:t}static carouselInterface(t,e){const i\u003dst.getOrCreateInstance(t,e);let{_config:n}\u003di;\"object\"\u003d\u003dtypeof e\u0026\u0026(n\u003d{...n,...e});const s\u003d\"string\"\u003d\u003dtypeof e?e:n.slide;if(\"number\"\u003d\u003dtypeof e)i.to(e);else if(\"string\"\u003d\u003dtypeof s){if(void 0\u003d\u003d\u003di[s])throw new TypeError(`No method named \"${s}\"`);i[s]()}else n.interval\u0026\u0026n.ride\u0026\u0026(i.pause(),i.cycle())}static jQueryInterface(t){return this.each((function(){st.carouselInterface(this,t)}))}static dataApiClickHandler(t){const e\u003dn(this);if(!e||!e.classList.contains(\"carousel\"))return;const i\u003d{...U.getDataAttributes(e),...U.getDataAttributes(this)},s\u003dthis.getAttribute(\"data-bs-slide-to\");s\u0026\u0026(i.interval\u003d!1),st.carouselInterface(e,i),s\u0026\u0026st.getInstance(e).to(s),t.preventDefault()}}j.on(document,\"click.bs.carousel.data-api\",\"[data-bs-slide], [data-bs-slide-to]\",st.dataApiClickHandler),j.on(window,\"load.bs.carousel.data-api\",(()\u003d\u003e{const t\u003dV.find(\u0027[data-bs-ride\u003d\"carousel\"]\u0027);for(let e\u003d0,i\u003dt.length;e\u003ci;e++)st.carouselInterface(t[e],st.getInstance(t[e]))})),g(st);const ot\u003d\"collapse\",rt\u003d{toggle:!0,parent:null},at\u003d{toggle:\"boolean\",parent:\"(null|element)\"},lt\u003d\"show\",ct\u003d\"collapse\",ht\u003d\"collapsing\",dt\u003d\"collapsed\",ut\u003d\":scope .collapse .collapse\",ft\u003d\u0027[data-bs-toggle\u003d\"collapse\"]\u0027;class pt extends B{constructor(t,e){super(t),this._isTransitioning\u003d!1,this._config\u003dthis._getConfig(e),this._triggerArray\u003d[];const n\u003dV.find(ft);for(let t\u003d0,e\u003dn.length;t\u003ce;t++){const e\u003dn[t],s\u003di(e),o\u003dV.find(s).filter((t\u003d\u003et\u003d\u003d\u003dthis._element));null!\u003d\u003ds\u0026\u0026o.length\u0026\u0026(this._selector\u003ds,this._triggerArray.push(e))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle\u0026\u0026this.toggle()}static get Default(){return rt}static get NAME(){return ot}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t,e\u003d[];if(this._config.parent){const t\u003dV.find(ut,this._config.parent);e\u003dV.find(\".collapse.show, .collapse.collapsing\",this._config.parent).filter((e\u003d\u003e!t.includes(e)))}const i\u003dV.findOne(this._selector);if(e.length){const n\u003de.find((t\u003d\u003ei!\u003d\u003dt));if(t\u003dn?pt.getInstance(n):null,t\u0026\u0026t._isTransitioning)return}if(j.trigger(this._element,\"show.bs.collapse\").defaultPrevented)return;e.forEach((e\u003d\u003e{i!\u003d\u003de\u0026\u0026pt.getOrCreateInstance(e,{toggle:!1}).hide(),t||H.set(e,\"bs.collapse\",null)}));const n\u003dthis._getDimension();this._element.classList.remove(ct),this._element.classList.add(ht),this._element.style[n]\u003d0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning\u003d!0;const s\u003d`scroll${n[0].toUpperCase()+n.slice(1)}`;this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct,lt),this._element.style[n]\u003d\"\",j.trigger(this._element,\"shown.bs.collapse\")}),this._element,!0),this._element.style[n]\u003d`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(j.trigger(this._element,\"hide.bs.collapse\").defaultPrevented)return;const t\u003dthis._getDimension();this._element.style[t]\u003d`${this._element.getBoundingClientRect()[t]}px`,u(this._element),this._element.classList.add(ht),this._element.classList.remove(ct,lt);const e\u003dthis._triggerArray.length;for(let t\u003d0;t\u003ce;t++){const e\u003dthis._triggerArray[t],i\u003dn(e);i\u0026\u0026!this._isShown(i)\u0026\u0026this._addAriaAndCollapsedClass([e],!1)}this._isTransitioning\u003d!0,this._element.style[t]\u003d\"\",this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct),j.trigger(this._element,\"hidden.bs.collapse\")}),this._element,!0)}_isShown(t\u003dthis._element){return t.classList.contains(lt)}_getConfig(t){return(t\u003d{...rt,...U.getDataAttributes(this._element),...t}).toggle\u003dBoolean(t.toggle),t.parent\u003dr(t.parent),a(ot,t,at),t}_getDimension(){return this._element.classList.contains(\"collapse-horizontal\")?\"width\":\"height\"}_initializeChildren(){if(!this._config.parent)return;const t\u003dV.find(ut,this._config.parent);V.find(ft,this._config.parent).filter((e\u003d\u003e!t.includes(e))).forEach((t\u003d\u003e{const e\u003dn(t);e\u0026\u0026this._addAriaAndCollapsedClass([t],this._isShown(e))}))}_addAriaAndCollapsedClass(t,e){t.length\u0026\u0026t.forEach((t\u003d\u003e{e?t.classList.remove(dt):t.classList.add(dt),t.setAttribute(\"aria-expanded\",e)}))}static jQueryInterface(t){return this.each((function(){const e\u003d{};\"string\"\u003d\u003dtypeof t\u0026\u0026/show|hide/.test(t)\u0026\u0026(e.toggle\u003d!1);const i\u003dpt.getOrCreateInstance(this,e);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t]()}}))}}j.on(document,\"click.bs.collapse.data-api\",ft,(function(t){(\"A\"\u003d\u003d\u003dt.target.tagName||t.delegateTarget\u0026\u0026\"A\"\u003d\u003d\u003dt.delegateTarget.tagName)\u0026\u0026t.preventDefault();const e\u003di(this);V.find(e).forEach((t\u003d\u003e{pt.getOrCreateInstance(t,{toggle:!1}).toggle()}))})),g(pt);var mt\u003d\"top\",gt\u003d\"bottom\",_t\u003d\"right\",bt\u003d\"left\",vt\u003d\"auto\",yt\u003d[mt,gt,_t,bt],wt\u003d\"start\",Et\u003d\"end\",At\u003d\"clippingParents\",Tt\u003d\"viewport\",Ot\u003d\"popper\",Ct\u003d\"reference\",kt\u003dyt.reduce((function(t,e){return t.concat([e+\"-\"+wt,e+\"-\"+Et])}),[]),Lt\u003d[].concat(yt,[vt]).reduce((function(t,e){return t.concat([e,e+\"-\"+wt,e+\"-\"+Et])}),[]),xt\u003d\"beforeRead\",Dt\u003d\"read\",St\u003d\"afterRead\",Nt\u003d\"beforeMain\",It\u003d\"main\",Pt\u003d\"afterMain\",jt\u003d\"beforeWrite\",Mt\u003d\"write\",Ht\u003d\"afterWrite\",Bt\u003d[xt,Dt,St,Nt,It,Pt,jt,Mt,Ht];function Rt(t){return t?(t.nodeName||\"\").toLowerCase():null}function Wt(t){if(null\u003d\u003dt)return window;if(\"[object Window]\"!\u003d\u003dt.toString()){var e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function $t(t){return t instanceof Wt(t).Element||t instanceof Element}function zt(t){return t instanceof Wt(t).HTMLElement||t instanceof HTMLElement}function qt(t){return\"undefined\"!\u003dtypeof ShadowRoot\u0026\u0026(t instanceof Wt(t).ShadowRoot||t instanceof ShadowRoot)}const Ft\u003d{name:\"applyStyles\",enabled:!0,phase:\"write\",fn:function(t){var e\u003dt.state;Object.keys(e.elements).forEach((function(t){var i\u003de.styles[t]||{},n\u003de.attributes[t]||{},s\u003de.elements[t];zt(s)\u0026\u0026Rt(s)\u0026\u0026(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e\u003dn[t];!1\u003d\u003d\u003de?s.removeAttribute(t):s.setAttribute(t,!0\u003d\u003d\u003de?\"\":e)})))}))},effect:function(t){var e\u003dt.state,i\u003d{popper:{position:e.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles\u003di,e.elements.arrow\u0026\u0026Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n\u003de.elements[t],s\u003de.attributes[t]||{},o\u003dObject.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]\u003d\"\",t}),{});zt(n)\u0026\u0026Rt(n)\u0026\u0026(Object.assign(n.style,o),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:[\"computeStyles\"]};function Ut(t){return t.split(\"-\")[0]}function Vt(t,e){var i\u003dt.getBoundingClientRect();return{width:i.width/1,height:i.height/1,top:i.top/1,right:i.right/1,bottom:i.bottom/1,left:i.left/1,x:i.left/1,y:i.top/1}}function Kt(t){var e\u003dVt(t),i\u003dt.offsetWidth,n\u003dt.offsetHeight;return Math.abs(e.width-i)\u003c\u003d1\u0026\u0026(i\u003de.width),Math.abs(e.height-n)\u003c\u003d1\u0026\u0026(n\u003de.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Xt(t,e){var i\u003de.getRootNode\u0026\u0026e.getRootNode();if(t.contains(e))return!0;if(i\u0026\u0026qt(i)){var n\u003de;do{if(n\u0026\u0026t.isSameNode(n))return!0;n\u003dn.parentNode||n.host}while(n)}return!1}function Yt(t){return Wt(t).getComputedStyle(t)}function Qt(t){return[\"table\",\"td\",\"th\"].indexOf(Rt(t))\u003e\u003d0}function Gt(t){return(($t(t)?t.ownerDocument:t.document)||window.document).documentElement}function Zt(t){return\"html\"\u003d\u003d\u003dRt(t)?t:t.assignedSlot||t.parentNode||(qt(t)?t.host:null)||Gt(t)}function Jt(t){return zt(t)\u0026\u0026\"fixed\"!\u003d\u003dYt(t).position?t.offsetParent:null}function te(t){for(var e\u003dWt(t),i\u003dJt(t);i\u0026\u0026Qt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position;)i\u003dJt(i);return i\u0026\u0026(\"html\"\u003d\u003d\u003dRt(i)||\"body\"\u003d\u003d\u003dRt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position)?e:i||function(t){var e\u003d-1!\u003d\u003dnavigator.userAgent.toLowerCase().indexOf(\"firefox\");if(-1!\u003d\u003dnavigator.userAgent.indexOf(\"Trident\")\u0026\u0026zt(t)\u0026\u0026\"fixed\"\u003d\u003d\u003dYt(t).position)return null;for(var i\u003dZt(t);zt(i)\u0026\u0026[\"html\",\"body\"].indexOf(Rt(i))\u003c0;){var n\u003dYt(i);if(\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||-1!\u003d\u003d[\"transform\",\"perspective\"].indexOf(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter)return i;i\u003di.parentNode}return null}(t)||e}function ee(t){return[\"top\",\"bottom\"].indexOf(t)\u003e\u003d0?\"x\":\"y\"}var ie\u003dMath.max,ne\u003dMath.min,se\u003dMath.round;function oe(t,e,i){return ie(t,ne(e,i))}function re(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function ae(t,e){return e.reduce((function(e,i){return e[i]\u003dt,e}),{})}const le\u003d{name:\"arrow\",enabled:!0,phase:\"main\",fn:function(t){var e,i\u003dt.state,n\u003dt.name,s\u003dt.options,o\u003di.elements.arrow,r\u003di.modifiersData.popperOffsets,a\u003dUt(i.placement),l\u003dee(a),c\u003d[bt,_t].indexOf(a)\u003e\u003d0?\"height\":\"width\";if(o\u0026\u0026r){var h\u003dfunction(t,e){return re(\"number\"!\u003dtypeof(t\u003d\"function\"\u003d\u003dtypeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:ae(t,yt))}(s.padding,i),d\u003dKt(o),u\u003d\"y\"\u003d\u003d\u003dl?mt:bt,f\u003d\"y\"\u003d\u003d\u003dl?gt:_t,p\u003di.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],m\u003dr[l]-i.rects.reference[l],g\u003dte(o),_\u003dg?\"y\"\u003d\u003d\u003dl?g.clientHeight||0:g.clientWidth||0:0,b\u003dp/2-m/2,v\u003dh[u],y\u003d_-d[c]-h[f],w\u003d_/2-d[c]/2+b,E\u003doe(v,w,y),A\u003dl;i.modifiersData[n]\u003d((e\u003d{})[A]\u003dE,e.centerOffset\u003dE-w,e)}},effect:function(t){var e\u003dt.state,i\u003dt.options.element,n\u003dvoid 0\u003d\u003d\u003di?\"[data-popper-arrow]\":i;null!\u003dn\u0026\u0026(\"string\"!\u003dtypeof n||(n\u003de.elements.popper.querySelector(n)))\u0026\u0026Xt(e.elements.popper,n)\u0026\u0026(e.elements.arrow\u003dn)},requires:[\"popperOffsets\"],requiresIfExists:[\"preventOverflow\"]};function ce(t){return t.split(\"-\")[1]}var he\u003d{top:\"auto\",right:\"auto\",bottom:\"auto\",left:\"auto\"};function de(t){var e,i\u003dt.popper,n\u003dt.popperRect,s\u003dt.placement,o\u003dt.variation,r\u003dt.offsets,a\u003dt.position,l\u003dt.gpuAcceleration,c\u003dt.adaptive,h\u003dt.roundOffsets,d\u003d!0\u003d\u003d\u003dh?function(t){var e\u003dt.x,i\u003dt.y,n\u003dwindow.devicePixelRatio||1;return{x:se(se(e*n)/n)||0,y:se(se(i*n)/n)||0}}(r):\"function\"\u003d\u003dtypeof h?h(r):r,u\u003dd.x,f\u003dvoid 0\u003d\u003d\u003du?0:u,p\u003dd.y,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dr.hasOwnProperty(\"x\"),_\u003dr.hasOwnProperty(\"y\"),b\u003dbt,v\u003dmt,y\u003dwindow;if(c){var w\u003dte(i),E\u003d\"clientHeight\",A\u003d\"clientWidth\";w\u003d\u003d\u003dWt(i)\u0026\u0026\"static\"!\u003d\u003dYt(w\u003dGt(i)).position\u0026\u0026\"absolute\"\u003d\u003d\u003da\u0026\u0026(E\u003d\"scrollHeight\",A\u003d\"scrollWidth\"),w\u003dw,s!\u003d\u003dmt\u0026\u0026(s!\u003d\u003dbt\u0026\u0026s!\u003d\u003d_t||o!\u003d\u003dEt)||(v\u003dgt,m-\u003dw[E]-n.height,m*\u003dl?1:-1),s!\u003d\u003dbt\u0026\u0026(s!\u003d\u003dmt\u0026\u0026s!\u003d\u003dgt||o!\u003d\u003dEt)||(b\u003d_t,f-\u003dw[A]-n.width,f*\u003dl?1:-1)}var T,O\u003dObject.assign({position:a},c\u0026\u0026he);return l?Object.assign({},O,((T\u003d{})[v]\u003d_?\"0\":\"\",T[b]\u003dg?\"0\":\"\",T.transform\u003d(y.devicePixelRatio||1)\u003c\u003d1?\"translate(\"+f+\"px, \"+m+\"px)\":\"translate3d(\"+f+\"px, \"+m+\"px, 0)\",T)):Object.assign({},O,((e\u003d{})[v]\u003d_?m+\"px\":\"\",e[b]\u003dg?f+\"px\":\"\",e.transform\u003d\"\",e))}const ue\u003d{name:\"computeStyles\",enabled:!0,phase:\"beforeWrite\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003di.gpuAcceleration,s\u003dvoid 0\u003d\u003d\u003dn||n,o\u003di.adaptive,r\u003dvoid 0\u003d\u003d\u003do||o,a\u003di.roundOffsets,l\u003dvoid 0\u003d\u003d\u003da||a,c\u003d{placement:Ut(e.placement),variation:ce(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s};null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.styles.popper\u003dObject.assign({},e.styles.popper,de(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!\u003de.modifiersData.arrow\u0026\u0026(e.styles.arrow\u003dObject.assign({},e.styles.arrow,de(Object.assign({},c,{offsets:e.modifiersData.arrow,position:\"absolute\",adaptive:!1,roundOffsets:l})))),e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-placement\":e.placement})},data:{}};var fe\u003d{passive:!0};const pe\u003d{name:\"eventListeners\",enabled:!0,phase:\"write\",fn:function(){},effect:function(t){var e\u003dt.state,i\u003dt.instance,n\u003dt.options,s\u003dn.scroll,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003dn.resize,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003dWt(e.elements.popper),c\u003d[].concat(e.scrollParents.reference,e.scrollParents.popper);return o\u0026\u0026c.forEach((function(t){t.addEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.addEventListener(\"resize\",i.update,fe),function(){o\u0026\u0026c.forEach((function(t){t.removeEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.removeEventListener(\"resize\",i.update,fe)}},data:{}};var me\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function ge(t){return t.replace(/left|right|bottom|top/g,(function(t){return me[t]}))}var _e\u003d{start:\"end\",end:\"start\"};function be(t){return t.replace(/start|end/g,(function(t){return _e[t]}))}function ve(t){var e\u003dWt(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ye(t){return Vt(Gt(t)).left+ve(t).scrollLeft}function we(t){var e\u003dYt(t),i\u003de.overflow,n\u003de.overflowX,s\u003de.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function Ee(t){return[\"html\",\"body\",\"#document\"].indexOf(Rt(t))\u003e\u003d0?t.ownerDocument.body:zt(t)\u0026\u0026we(t)?t:Ee(Zt(t))}function Ae(t,e){var i;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);var n\u003dEe(t),s\u003dn\u003d\u003d\u003d(null\u003d\u003d(i\u003dt.ownerDocument)?void 0:i.body),o\u003dWt(n),r\u003ds?[o].concat(o.visualViewport||[],we(n)?n:[]):n,a\u003de.concat(r);return s?a:a.concat(Ae(Zt(r)))}function Te(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Oe(t,e){return e\u003d\u003d\u003dTt?Te(function(t){var e\u003dWt(t),i\u003dGt(t),n\u003de.visualViewport,s\u003di.clientWidth,o\u003di.clientHeight,r\u003d0,a\u003d0;return n\u0026\u0026(s\u003dn.width,o\u003dn.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(r\u003dn.offsetLeft,a\u003dn.offsetTop)),{width:s,height:o,x:r+ye(t),y:a}}(t)):zt(e)?function(t){var e\u003dVt(t);return e.top\u003de.top+t.clientTop,e.left\u003de.left+t.clientLeft,e.bottom\u003de.top+t.clientHeight,e.right\u003de.left+t.clientWidth,e.width\u003dt.clientWidth,e.height\u003dt.clientHeight,e.x\u003de.left,e.y\u003de.top,e}(e):Te(function(t){var e,i\u003dGt(t),n\u003dve(t),s\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,o\u003die(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),r\u003die(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),a\u003d-n.scrollLeft+ye(t),l\u003d-n.scrollTop;return\"rtl\"\u003d\u003d\u003dYt(s||i).direction\u0026\u0026(a+\u003die(i.clientWidth,s?s.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(Gt(t)))}function Ce(t){var e,i\u003dt.reference,n\u003dt.element,s\u003dt.placement,o\u003ds?Ut(s):null,r\u003ds?ce(s):null,a\u003di.x+i.width/2-n.width/2,l\u003di.y+i.height/2-n.height/2;switch(o){case mt:e\u003d{x:a,y:i.y-n.height};break;case gt:e\u003d{x:a,y:i.y+i.height};break;case _t:e\u003d{x:i.x+i.width,y:l};break;case bt:e\u003d{x:i.x-n.width,y:l};break;default:e\u003d{x:i.x,y:i.y}}var c\u003do?ee(o):null;if(null!\u003dc){var h\u003d\"y\"\u003d\u003d\u003dc?\"height\":\"width\";switch(r){case wt:e[c]\u003de[c]-(i[h]/2-n[h]/2);break;case Et:e[c]\u003de[c]+(i[h]/2-n[h]/2)}}return e}function ke(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003dvoid 0\u003d\u003d\u003dn?t.placement:n,o\u003di.boundary,r\u003dvoid 0\u003d\u003d\u003do?At:o,a\u003di.rootBoundary,l\u003dvoid 0\u003d\u003d\u003da?Tt:a,c\u003di.elementContext,h\u003dvoid 0\u003d\u003d\u003dc?Ot:c,d\u003di.altBoundary,u\u003dvoid 0!\u003d\u003dd\u0026\u0026d,f\u003di.padding,p\u003dvoid 0\u003d\u003d\u003df?0:f,m\u003dre(\"number\"!\u003dtypeof p?p:ae(p,yt)),g\u003dh\u003d\u003d\u003dOt?Ct:Ot,_\u003dt.rects.popper,b\u003dt.elements[u?g:h],v\u003dfunction(t,e,i){var n\u003d\"clippingParents\"\u003d\u003d\u003de?function(t){var e\u003dAe(Zt(t)),i\u003d[\"absolute\",\"fixed\"].indexOf(Yt(t).position)\u003e\u003d0\u0026\u0026zt(t)?te(t):t;return $t(i)?e.filter((function(t){return $t(t)\u0026\u0026Xt(t,i)\u0026\u0026\"body\"!\u003d\u003dRt(t)})):[]}(t):[].concat(e),s\u003d[].concat(n,[i]),o\u003ds[0],r\u003ds.reduce((function(e,i){var n\u003dOe(t,i);return e.top\u003die(n.top,e.top),e.right\u003dne(n.right,e.right),e.bottom\u003dne(n.bottom,e.bottom),e.left\u003die(n.left,e.left),e}),Oe(t,o));return r.width\u003dr.right-r.left,r.height\u003dr.bottom-r.top,r.x\u003dr.left,r.y\u003dr.top,r}($t(b)?b:b.contextElement||Gt(t.elements.popper),r,l),y\u003dVt(t.elements.reference),w\u003dCe({reference:y,element:_,strategy:\"absolute\",placement:s}),E\u003dTe(Object.assign({},_,w)),A\u003dh\u003d\u003d\u003dOt?E:y,T\u003d{top:v.top-A.top+m.top,bottom:A.bottom-v.bottom+m.bottom,left:v.left-A.left+m.left,right:A.right-v.right+m.right},O\u003dt.modifiersData.offset;if(h\u003d\u003d\u003dOt\u0026\u0026O){var C\u003dO[s];Object.keys(T).forEach((function(t){var e\u003d[_t,gt].indexOf(t)\u003e\u003d0?1:-1,i\u003d[mt,gt].indexOf(t)\u003e\u003d0?\"y\":\"x\";T[t]+\u003dC[i]*e}))}return T}function Le(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003di.boundary,o\u003di.rootBoundary,r\u003di.padding,a\u003di.flipVariations,l\u003di.allowedAutoPlacements,c\u003dvoid 0\u003d\u003d\u003dl?Lt:l,h\u003dce(n),d\u003dh?a?kt:kt.filter((function(t){return ce(t)\u003d\u003d\u003dh})):yt,u\u003dd.filter((function(t){return c.indexOf(t)\u003e\u003d0}));0\u003d\u003d\u003du.length\u0026\u0026(u\u003dd);var f\u003du.reduce((function(e,i){return e[i]\u003dke(t,{placement:i,boundary:s,rootBoundary:o,padding:r})[Ut(i)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}const xe\u003d{name:\"flip\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name;if(!e.modifiersData[n]._skip){for(var s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003di.fallbackPlacements,c\u003di.padding,h\u003di.boundary,d\u003di.rootBoundary,u\u003di.altBoundary,f\u003di.flipVariations,p\u003dvoid 0\u003d\u003d\u003df||f,m\u003di.allowedAutoPlacements,g\u003de.options.placement,_\u003dUt(g),b\u003dl||(_!\u003d\u003dg\u0026\u0026p?function(t){if(Ut(t)\u003d\u003d\u003dvt)return[];var e\u003dge(t);return[be(t),e,be(e)]}(g):[ge(g)]),v\u003d[g].concat(b).reduce((function(t,i){return t.concat(Ut(i)\u003d\u003d\u003dvt?Le(e,{placement:i,boundary:h,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:m}):i)}),[]),y\u003de.rects.reference,w\u003de.rects.popper,E\u003dnew Map,A\u003d!0,T\u003dv[0],O\u003d0;O\u003cv.length;O++){var C\u003dv[O],k\u003dUt(C),L\u003dce(C)\u003d\u003d\u003dwt,x\u003d[mt,gt].indexOf(k)\u003e\u003d0,D\u003dx?\"width\":\"height\",S\u003dke(e,{placement:C,boundary:h,rootBoundary:d,altBoundary:u,padding:c}),N\u003dx?L?_t:bt:L?gt:mt;y[D]\u003ew[D]\u0026\u0026(N\u003dge(N));var I\u003dge(N),P\u003d[];if(o\u0026\u0026P.push(S[k]\u003c\u003d0),a\u0026\u0026P.push(S[N]\u003c\u003d0,S[I]\u003c\u003d0),P.every((function(t){return t}))){T\u003dC,A\u003d!1;break}E.set(C,P)}if(A)for(var j\u003dfunction(t){var e\u003dv.find((function(e){var i\u003dE.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return T\u003de,\"break\"},M\u003dp?3:1;M\u003e0\u0026\u0026\"break\"!\u003d\u003dj(M);M--);e.placement!\u003d\u003dT\u0026\u0026(e.modifiersData[n]._skip\u003d!0,e.placement\u003dT,e.reset\u003d!0)}},requiresIfExists:[\"offset\"],data:{_skip:!1}};function De(t,e,i){return void 0\u003d\u003d\u003di\u0026\u0026(i\u003d{x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function Se(t){return[mt,_t,gt,bt].some((function(e){return t[e]\u003e\u003d0}))}const Ne\u003d{name:\"hide\",enabled:!0,phase:\"main\",requiresIfExists:[\"preventOverflow\"],fn:function(t){var e\u003dt.state,i\u003dt.name,n\u003de.rects.reference,s\u003de.rects.popper,o\u003de.modifiersData.preventOverflow,r\u003dke(e,{elementContext:\"reference\"}),a\u003dke(e,{altBoundary:!0}),l\u003dDe(r,n),c\u003dDe(a,s,o),h\u003dSe(l),d\u003dSe(c);e.modifiersData[i]\u003d{referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:h,hasPopperEscaped:d},e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-reference-hidden\":h,\"data-popper-escaped\":d})}},Ie\u003d{name:\"offset\",enabled:!0,phase:\"main\",requires:[\"popperOffsets\"],fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.offset,o\u003dvoid 0\u003d\u003d\u003ds?[0,0]:s,r\u003dLt.reduce((function(t,i){return t[i]\u003dfunction(t,e,i){var n\u003dUt(t),s\u003d[bt,mt].indexOf(n)\u003e\u003d0?-1:1,o\u003d\"function\"\u003d\u003dtypeof i?i(Object.assign({},e,{placement:t})):i,r\u003do[0],a\u003do[1];return r\u003dr||0,a\u003d(a||0)*s,[bt,_t].indexOf(n)\u003e\u003d0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a\u003dr[e.placement],l\u003da.x,c\u003da.y;null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.modifiersData.popperOffsets.x+\u003dl,e.modifiersData.popperOffsets.y+\u003dc),e.modifiersData[n]\u003dr}},Pe\u003d{name:\"popperOffsets\",enabled:!0,phase:\"read\",fn:function(t){var e\u003dt.state,i\u003dt.name;e.modifiersData[i]\u003dCe({reference:e.rects.reference,element:e.rects.popper,strategy:\"absolute\",placement:e.placement})},data:{}},je\u003d{name:\"preventOverflow\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0!\u003d\u003dr\u0026\u0026r,l\u003di.boundary,c\u003di.rootBoundary,h\u003di.altBoundary,d\u003di.padding,u\u003di.tether,f\u003dvoid 0\u003d\u003d\u003du||u,p\u003di.tetherOffset,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dke(e,{boundary:l,rootBoundary:c,padding:d,altBoundary:h}),_\u003dUt(e.placement),b\u003dce(e.placement),v\u003d!b,y\u003dee(_),w\u003d\"x\"\u003d\u003d\u003dy?\"y\":\"x\",E\u003de.modifiersData.popperOffsets,A\u003de.rects.reference,T\u003de.rects.popper,O\u003d\"function\"\u003d\u003dtypeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,C\u003d{x:0,y:0};if(E){if(o||a){var k\u003d\"y\"\u003d\u003d\u003dy?mt:bt,L\u003d\"y\"\u003d\u003d\u003dy?gt:_t,x\u003d\"y\"\u003d\u003d\u003dy?\"height\":\"width\",D\u003dE[y],S\u003dE[y]+g[k],N\u003dE[y]-g[L],I\u003df?-T[x]/2:0,P\u003db\u003d\u003d\u003dwt?A[x]:T[x],j\u003db\u003d\u003d\u003dwt?-T[x]:-A[x],M\u003de.elements.arrow,H\u003df\u0026\u0026M?Kt(M):{width:0,height:0},B\u003de.modifiersData[\"arrow#persistent\"]?e.modifiersData[\"arrow#persistent\"].padding:{top:0,right:0,bottom:0,left:0},R\u003dB[k],W\u003dB[L],$\u003doe(0,A[x],H[x]),z\u003dv?A[x]/2-I-$-R-O:P-$-R-O,q\u003dv?-A[x]/2+I+$+W+O:j+$+W+O,F\u003de.elements.arrow\u0026\u0026te(e.elements.arrow),U\u003dF?\"y\"\u003d\u003d\u003dy?F.clientTop||0:F.clientLeft||0:0,V\u003de.modifiersData.offset?e.modifiersData.offset[e.placement][y]:0,K\u003dE[y]+z-V-U,X\u003dE[y]+q-V;if(o){var Y\u003doe(f?ne(S,K):S,D,f?ie(N,X):N);E[y]\u003dY,C[y]\u003dY-D}if(a){var Q\u003d\"x\"\u003d\u003d\u003dy?mt:bt,G\u003d\"x\"\u003d\u003d\u003dy?gt:_t,Z\u003dE[w],J\u003dZ+g[Q],tt\u003dZ-g[G],et\u003doe(f?ne(J,K):J,Z,f?ie(tt,X):tt);E[w]\u003det,C[w]\u003det-Z}}e.modifiersData[n]\u003dC}},requiresIfExists:[\"offset\"]};function Me(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003d!1);var n\u003dzt(e);zt(e)\u0026\u0026function(t){var e\u003dt.getBoundingClientRect();e.width,t.offsetWidth,e.height,t.offsetHeight}(e);var s,o,r\u003dGt(e),a\u003dVt(t),l\u003d{scrollLeft:0,scrollTop:0},c\u003d{x:0,y:0};return(n||!n\u0026\u0026!i)\u0026\u0026((\"body\"!\u003d\u003dRt(e)||we(r))\u0026\u0026(l\u003d(s\u003de)!\u003d\u003dWt(s)\u0026\u0026zt(s)?{scrollLeft:(o\u003ds).scrollLeft,scrollTop:o.scrollTop}:ve(s)),zt(e)?((c\u003dVt(e)).x+\u003de.clientLeft,c.y+\u003de.clientTop):r\u0026\u0026(c.x\u003dye(r))),{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function He(t){var e\u003dnew Map,i\u003dnew Set,n\u003d[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n\u003de.get(t);n\u0026\u0026s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var Be\u003d{placement:\"bottom\",modifiers:[],strategy:\"absolute\"};function Re(){for(var t\u003darguments.length,e\u003dnew Array(t),i\u003d0;i\u003ct;i++)e[i]\u003darguments[i];return!e.some((function(t){return!(t\u0026\u0026\"function\"\u003d\u003dtypeof t.getBoundingClientRect)}))}function We(t){void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{});var e\u003dt,i\u003de.defaultModifiers,n\u003dvoid 0\u003d\u003d\u003di?[]:i,s\u003de.defaultOptions,o\u003dvoid 0\u003d\u003d\u003ds?Be:s;return function(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003do);var s,r,a\u003d{placement:\"bottom\",orderedModifiers:[],options:Object.assign({},Be,o),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},l\u003d[],c\u003d!1,h\u003d{state:a,setOptions:function(i){var s\u003d\"function\"\u003d\u003dtypeof i?i(a.options):i;d(),a.options\u003dObject.assign({},o,a.options,s),a.scrollParents\u003d{reference:$t(t)?Ae(t):t.contextElement?Ae(t.contextElement):[],popper:Ae(e)};var r,c,u\u003dfunction(t){var e\u003dHe(t);return Bt.reduce((function(t,i){return t.concat(e.filter((function(t){return t.phase\u003d\u003d\u003di})))}),[])}((r\u003d[].concat(n,a.options.modifiers),c\u003dr.reduce((function(t,e){var i\u003dt[e.name];return t[e.name]\u003di?Object.assign({},i,e,{options:Object.assign({},i.options,e.options),data:Object.assign({},i.data,e.data)}):e,t}),{}),Object.keys(c).map((function(t){return c[t]}))));return a.orderedModifiers\u003du.filter((function(t){return t.enabled})),a.orderedModifiers.forEach((function(t){var e\u003dt.name,i\u003dt.options,n\u003dvoid 0\u003d\u003d\u003di?{}:i,s\u003dt.effect;if(\"function\"\u003d\u003dtypeof s){var o\u003ds({state:a,name:e,instance:h,options:n});l.push(o||function(){})}})),h.update()},forceUpdate:function(){if(!c){var t\u003da.elements,e\u003dt.reference,i\u003dt.popper;if(Re(e,i)){a.rects\u003d{reference:Me(e,te(i),\"fixed\"\u003d\u003d\u003da.options.strategy),popper:Kt(i)},a.reset\u003d!1,a.placement\u003da.options.placement,a.orderedModifiers.forEach((function(t){return a.modifiersData[t.name]\u003dObject.assign({},t.data)}));for(var n\u003d0;n\u003ca.orderedModifiers.length;n++)if(!0!\u003d\u003da.reset){var s\u003da.orderedModifiers[n],o\u003ds.fn,r\u003ds.options,l\u003dvoid 0\u003d\u003d\u003dr?{}:r,d\u003ds.name;\"function\"\u003d\u003dtypeof o\u0026\u0026(a\u003do({state:a,options:l,name:d,instance:h})||a)}else a.reset\u003d!1,n\u003d-1}}},update:(s\u003dfunction(){return new Promise((function(t){h.forceUpdate(),t(a)}))},function(){return r||(r\u003dnew Promise((function(t){Promise.resolve().then((function(){r\u003dvoid 0,t(s())}))}))),r}),destroy:function(){d(),c\u003d!0}};if(!Re(t,e))return h;function d(){l.forEach((function(t){return t()})),l\u003d[]}return h.setOptions(i).then((function(t){!c\u0026\u0026i.onFirstUpdate\u0026\u0026i.onFirstUpdate(t)})),h}}var $e\u003dWe(),ze\u003dWe({defaultModifiers:[pe,Pe,ue,Ft]}),qe\u003dWe({defaultModifiers:[pe,Pe,ue,Ft,Ie,xe,je,le,Ne]});const Fe\u003dObject.freeze({__proto__:null,popperGenerator:We,detectOverflow:ke,createPopperBase:$e,createPopper:qe,createPopperLite:ze,top:mt,bottom:gt,right:_t,left:bt,auto:vt,basePlacements:yt,start:wt,end:Et,clippingParents:At,viewport:Tt,popper:Ot,reference:Ct,variationPlacements:kt,placements:Lt,beforeRead:xt,read:Dt,afterRead:St,beforeMain:Nt,main:It,afterMain:Pt,beforeWrite:jt,write:Mt,afterWrite:Ht,modifierPhases:Bt,applyStyles:Ft,arrow:le,computeStyles:ue,eventListeners:pe,flip:xe,hide:Ne,offset:Ie,popperOffsets:Pe,preventOverflow:je}),Ue\u003d\"dropdown\",Ve\u003d\"Escape\",Ke\u003d\"Space\",Xe\u003d\"ArrowUp\",Ye\u003d\"ArrowDown\",Qe\u003dnew RegExp(\"ArrowUp|ArrowDown|Escape\"),Ge\u003d\"click.bs.dropdown.data-api\",Ze\u003d\"keydown.bs.dropdown.data-api\",Je\u003d\"show\",ti\u003d\u0027[data-bs-toggle\u003d\"dropdown\"]\u0027,ei\u003d\".dropdown-menu\",ii\u003dm()?\"top-end\":\"top-start\",ni\u003dm()?\"top-start\":\"top-end\",si\u003dm()?\"bottom-end\":\"bottom-start\",oi\u003dm()?\"bottom-start\":\"bottom-end\",ri\u003dm()?\"left-start\":\"right-start\",ai\u003dm()?\"right-start\":\"left-start\",li\u003d{offset:[0,2],boundary:\"clippingParents\",reference:\"toggle\",display:\"dynamic\",popperConfig:null,autoClose:!0},ci\u003d{offset:\"(array|string|function)\",boundary:\"(string|element)\",reference:\"(string|element|object)\",display:\"string\",popperConfig:\"(null|object|function)\",autoClose:\"(boolean|string)\"};class hi extends B{constructor(t,e){super(t),this._popper\u003dnull,this._config\u003dthis._getConfig(e),this._menu\u003dthis._getMenuElement(),this._inNavbar\u003dthis._detectNavbar()}static get Default(){return li}static get DefaultType(){return ci}static get NAME(){return Ue}toggle(){return this._isShown()?this.hide():this.show()}show(){if(c(this._element)||this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};if(j.trigger(this._element,\"show.bs.dropdown\",t).defaultPrevented)return;const e\u003dhi.getParentFromElement(this._element);this._inNavbar?U.setDataAttribute(this._menu,\"popper\",\"none\"):this._createPopper(e),\"ontouchstart\"in document.documentElement\u0026\u0026!e.closest(\".navbar-nav\")\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.on(t,\"mouseover\",d))),this._element.focus(),this._element.setAttribute(\"aria-expanded\",!0),this._menu.classList.add(Je),this._element.classList.add(Je),j.trigger(this._element,\"shown.bs.dropdown\",t)}hide(){if(c(this._element)||!this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper\u0026\u0026this._popper.destroy(),super.dispose()}update(){this._inNavbar\u003dthis._detectNavbar(),this._popper\u0026\u0026this._popper.update()}_completeHide(t){j.trigger(this._element,\"hide.bs.dropdown\",t).defaultPrevented||(\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._popper\u0026\u0026this._popper.destroy(),this._menu.classList.remove(Je),this._element.classList.remove(Je),this._element.setAttribute(\"aria-expanded\",\"false\"),U.removeDataAttribute(this._menu,\"popper\"),j.trigger(this._element,\"hidden.bs.dropdown\",t))}_getConfig(t){if(t\u003d{...this.constructor.Default,...U.getDataAttributes(this._element),...t},a(Ue,t,this.constructor.DefaultType),\"object\"\u003d\u003dtypeof t.reference\u0026\u0026!o(t.reference)\u0026\u0026\"function\"!\u003dtypeof t.reference.getBoundingClientRect)throw new TypeError(`${Ue.toUpperCase()}: Option \"reference\" provided type \"object\" without a required \"getBoundingClientRect\" method.`);return t}_createPopper(t){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s dropdowns require Popper (https://popper.js.org)\");let e\u003dthis._element;\"parent\"\u003d\u003d\u003dthis._config.reference?e\u003dt:o(this._config.reference)?e\u003dr(this._config.reference):\"object\"\u003d\u003dtypeof this._config.reference\u0026\u0026(e\u003dthis._config.reference);const i\u003dthis._getPopperConfig(),n\u003di.modifiers.find((t\u003d\u003e\"applyStyles\"\u003d\u003d\u003dt.name\u0026\u0026!1\u003d\u003d\u003dt.enabled));this._popper\u003dqe(e,this._menu,i),n\u0026\u0026U.setDataAttribute(this._menu,\"popper\",\"static\")}_isShown(t\u003dthis._element){return t.classList.contains(Je)}_getMenuElement(){return V.next(this._element,ei)[0]}_getPlacement(){const t\u003dthis._element.parentNode;if(t.classList.contains(\"dropend\"))return ri;if(t.classList.contains(\"dropstart\"))return ai;const e\u003d\"end\"\u003d\u003d\u003dgetComputedStyle(this._menu).getPropertyValue(\"--bs-position\").trim();return t.classList.contains(\"dropup\")?e?ni:ii:e?oi:si}_detectNavbar(){return null!\u003d\u003dthis._element.closest(\".navbar\")}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_getPopperConfig(){const t\u003d{placement:this._getPlacement(),modifiers:[{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"offset\",options:{offset:this._getOffset()}}]};return\"static\"\u003d\u003d\u003dthis._config.display\u0026\u0026(t.modifiers\u003d[{name:\"applyStyles\",enabled:!1}]),{...t,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:e}){const i\u003dV.find(\".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)\",this._menu).filter(l);i.length\u0026\u0026v(i,e,t\u003d\u003d\u003dYe,!i.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e\u003dhi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}static clearMenus(t){if(t\u0026\u0026(2\u003d\u003d\u003dt.button||\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"!\u003d\u003dt.key))return;const e\u003dV.find(ti);for(let i\u003d0,n\u003de.length;i\u003cn;i++){const n\u003dhi.getInstance(e[i]);if(!n||!1\u003d\u003d\u003dn._config.autoClose)continue;if(!n._isShown())continue;const s\u003d{relatedTarget:n._element};if(t){const e\u003dt.composedPath(),i\u003de.includes(n._menu);if(e.includes(n._element)||\"inside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026!i||\"outside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026i)continue;if(n._menu.contains(t.target)\u0026\u0026(\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"\u003d\u003d\u003dt.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;\"click\"\u003d\u003d\u003dt.type\u0026\u0026(s.clickEvent\u003dt)}n._completeHide(s)}}static getParentFromElement(t){return n(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?t.key\u003d\u003d\u003dKe||t.key!\u003d\u003dVe\u0026\u0026(t.key!\u003d\u003dYe\u0026\u0026t.key!\u003d\u003dXe||t.target.closest(ei)):!Qe.test(t.key))return;const e\u003dthis.classList.contains(Je);if(!e\u0026\u0026t.key\u003d\u003d\u003dVe)return;if(t.preventDefault(),t.stopPropagation(),c(this))return;const i\u003dthis.matches(ti)?this:V.prev(this,ti)[0],n\u003dhi.getOrCreateInstance(i);if(t.key!\u003d\u003dVe)return t.key\u003d\u003d\u003dXe||t.key\u003d\u003d\u003dYe?(e||n.show(),void n._selectMenuItem(t)):void(e\u0026\u0026t.key!\u003d\u003dKe||hi.clearMenus());n.hide()}}j.on(document,Ze,ti,hi.dataApiKeydownHandler),j.on(document,Ze,ei,hi.dataApiKeydownHandler),j.on(document,Ge,hi.clearMenus),j.on(document,\"keyup.bs.dropdown.data-api\",hi.clearMenus),j.on(document,Ge,ti,(function(t){t.preventDefault(),hi.getOrCreateInstance(this).toggle()})),g(hi);const di\u003d\".fixed-top, .fixed-bottom, .is-fixed, .sticky-top\",ui\u003d\".sticky-top\";class fi{constructor(){this._element\u003ddocument.body}getWidth(){const t\u003ddocument.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t\u003dthis.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(di,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(ui,\"marginRight\",(e\u003d\u003ee-t))}_disableOverFlow(){this._saveInitialAttribute(this._element,\"overflow\"),this._element.style.overflow\u003d\"hidden\"}_setElementAttributes(t,e,i){const n\u003dthis.getWidth();this._applyManipulationCallback(t,(t\u003d\u003e{if(t!\u003d\u003dthis._element\u0026\u0026window.innerWidth\u003et.clientWidth+n)return;this._saveInitialAttribute(t,e);const s\u003dwindow.getComputedStyle(t)[e];t.style[e]\u003d`${i(Number.parseFloat(s))}px`}))}reset(){this._resetElementAttributes(this._element,\"overflow\"),this._resetElementAttributes(this._element,\"paddingRight\"),this._resetElementAttributes(di,\"paddingRight\"),this._resetElementAttributes(ui,\"marginRight\")}_saveInitialAttribute(t,e){const i\u003dt.style[e];i\u0026\u0026U.setDataAttribute(t,e,i)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t\u003d\u003e{const i\u003dU.getDataAttribute(t,e);void 0\u003d\u003d\u003di?t.style.removeProperty(e):(U.removeDataAttribute(t,e),t.style[e]\u003di)}))}_applyManipulationCallback(t,e){o(t)?e(t):V.find(t,this._element).forEach(e)}isOverflowing(){return this.getWidth()\u003e0}}const pi\u003d{className:\"modal-backdrop\",isVisible:!0,isAnimated:!1,rootElement:\"body\",clickCallback:null},mi\u003d{className:\"string\",isVisible:\"boolean\",isAnimated:\"boolean\",rootElement:\"(element|string)\",clickCallback:\"(function|null)\"},gi\u003d\"show\",_i\u003d\"mousedown.bs.backdrop\";class bi{constructor(t){this._config\u003dthis._getConfig(t),this._isAppended\u003d!1,this._element\u003dnull}show(t){this._config.isVisible?(this._append(),this._config.isAnimated\u0026\u0026u(this._getElement()),this._getElement().classList.add(gi),this._emulateAnimation((()\u003d\u003e{_(t)}))):_(t)}hide(t){this._config.isVisible?(this._getElement().classList.remove(gi),this._emulateAnimation((()\u003d\u003e{this.dispose(),_(t)}))):_(t)}_getElement(){if(!this._element){const t\u003ddocument.createElement(\"div\");t.className\u003dthis._config.className,this._config.isAnimated\u0026\u0026t.classList.add(\"fade\"),this._element\u003dt}return this._element}_getConfig(t){return(t\u003d{...pi,...\"object\"\u003d\u003dtypeof t?t:{}}).rootElement\u003dr(t.rootElement),a(\"backdrop\",t,mi),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),j.on(this._getElement(),_i,(()\u003d\u003e{_(this._config.clickCallback)})),this._isAppended\u003d!0)}dispose(){this._isAppended\u0026\u0026(j.off(this._element,_i),this._element.remove(),this._isAppended\u003d!1)}_emulateAnimation(t){b(t,this._getElement(),this._config.isAnimated)}}const vi\u003d{trapElement:null,autofocus:!0},yi\u003d{trapElement:\"element\",autofocus:\"boolean\"},wi\u003d\".bs.focustrap\",Ei\u003d\"backward\";class Ai{constructor(t){this._config\u003dthis._getConfig(t),this._isActive\u003d!1,this._lastTabNavDirection\u003dnull}activate(){const{trapElement:t,autofocus:e}\u003dthis._config;this._isActive||(e\u0026\u0026t.focus(),j.off(document,wi),j.on(document,\"focusin.bs.focustrap\",(t\u003d\u003ethis._handleFocusin(t))),j.on(document,\"keydown.tab.bs.focustrap\",(t\u003d\u003ethis._handleKeydown(t))),this._isActive\u003d!0)}deactivate(){this._isActive\u0026\u0026(this._isActive\u003d!1,j.off(document,wi))}_handleFocusin(t){const{target:e}\u003dt,{trapElement:i}\u003dthis._config;if(e\u003d\u003d\u003ddocument||e\u003d\u003d\u003di||i.contains(e))return;const n\u003dV.focusableChildren(i);0\u003d\u003d\u003dn.length?i.focus():this._lastTabNavDirection\u003d\u003d\u003dEi?n[n.length-1].focus():n[0].focus()}_handleKeydown(t){\"Tab\"\u003d\u003d\u003dt.key\u0026\u0026(this._lastTabNavDirection\u003dt.shiftKey?Ei:\"forward\")}_getConfig(t){return t\u003d{...vi,...\"object\"\u003d\u003dtypeof t?t:{}},a(\"focustrap\",t,yi),t}}const Ti\u003d\"modal\",Oi\u003d\"Escape\",Ci\u003d{backdrop:!0,keyboard:!0,focus:!0},ki\u003d{backdrop:\"(boolean|string)\",keyboard:\"boolean\",focus:\"boolean\"},Li\u003d\"hidden.bs.modal\",xi\u003d\"show.bs.modal\",Di\u003d\"resize.bs.modal\",Si\u003d\"click.dismiss.bs.modal\",Ni\u003d\"keydown.dismiss.bs.modal\",Ii\u003d\"mousedown.dismiss.bs.modal\",Pi\u003d\"modal-open\",ji\u003d\"show\",Mi\u003d\"modal-static\";class Hi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._dialog\u003dV.findOne(\".modal-dialog\",this._element),this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._isShown\u003d!1,this._ignoreBackdropClick\u003d!1,this._isTransitioning\u003d!1,this._scrollBar\u003dnew fi}static get Default(){return Ci}static get NAME(){return Ti}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||j.trigger(this._element,xi,{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._isAnimated()\u0026\u0026(this._isTransitioning\u003d!0),this._scrollBar.hide(),document.body.classList.add(Pi),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),j.on(this._dialog,Ii,(()\u003d\u003e{j.one(this._element,\"mouseup.dismiss.bs.modal\",(t\u003d\u003e{t.target\u003d\u003d\u003dthis._element\u0026\u0026(this._ignoreBackdropClick\u003d!0)}))})),this._showBackdrop((()\u003d\u003ethis._showElement(t))))}hide(){if(!this._isShown||this._isTransitioning)return;if(j.trigger(this._element,\"hide.bs.modal\").defaultPrevented)return;this._isShown\u003d!1;const t\u003dthis._isAnimated();t\u0026\u0026(this._isTransitioning\u003d!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove(ji),j.off(this._element,Si),j.off(this._dialog,Ii),this._queueCallback((()\u003d\u003ethis._hideModal()),this._element,t)}dispose(){[window,this._dialog].forEach((t\u003d\u003ej.off(t,\".bs.modal\"))),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new bi({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_getConfig(t){return t\u003d{...Ci,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Ti,t,ki),t}_showElement(t){const e\u003dthis._isAnimated(),i\u003dV.findOne(\".modal-body\",this._dialog);this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE||document.body.append(this._element),this._element.style.display\u003d\"block\",this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.scrollTop\u003d0,i\u0026\u0026(i.scrollTop\u003d0),e\u0026\u0026u(this._element),this._element.classList.add(ji),this._queueCallback((()\u003d\u003e{this._config.focus\u0026\u0026this._focustrap.activate(),this._isTransitioning\u003d!1,j.trigger(this._element,\"shown.bs.modal\",{relatedTarget:t})}),this._dialog,e)}_setEscapeEvent(){this._isShown?j.on(this._element,Ni,(t\u003d\u003e{this._config.keyboard\u0026\u0026t.key\u003d\u003d\u003dOi?(t.preventDefault(),this.hide()):this._config.keyboard||t.key!\u003d\u003dOi||this._triggerBackdropTransition()})):j.off(this._element,Ni)}_setResizeEvent(){this._isShown?j.on(window,Di,(()\u003d\u003ethis._adjustDialog())):j.off(window,Di)}_hideModal(){this._element.style.display\u003d\"none\",this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._isTransitioning\u003d!1,this._backdrop.hide((()\u003d\u003e{document.body.classList.remove(Pi),this._resetAdjustments(),this._scrollBar.reset(),j.trigger(this._element,Li)}))}_showBackdrop(t){j.on(this._element,Si,(t\u003d\u003e{this._ignoreBackdropClick?this._ignoreBackdropClick\u003d!1:t.target\u003d\u003d\u003dt.currentTarget\u0026\u0026(!0\u003d\u003d\u003dthis._config.backdrop?this.hide():\"static\"\u003d\u003d\u003dthis._config.backdrop\u0026\u0026this._triggerBackdropTransition())})),this._backdrop.show(t)}_isAnimated(){return this._element.classList.contains(\"fade\")}_triggerBackdropTransition(){if(j.trigger(this._element,\"hidePrevented.bs.modal\").defaultPrevented)return;const{classList:t,scrollHeight:e,style:i}\u003dthis._element,n\u003de\u003edocument.documentElement.clientHeight;!n\u0026\u0026\"hidden\"\u003d\u003d\u003di.overflowY||t.contains(Mi)||(n||(i.overflowY\u003d\"hidden\"),t.add(Mi),this._queueCallback((()\u003d\u003e{t.remove(Mi),n||this._queueCallback((()\u003d\u003e{i.overflowY\u003d\"\"}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t\u003dthis._element.scrollHeight\u003edocument.documentElement.clientHeight,e\u003dthis._scrollBar.getWidth(),i\u003de\u003e0;(!i\u0026\u0026t\u0026\u0026!m()||i\u0026\u0026!t\u0026\u0026m())\u0026\u0026(this._element.style.paddingLeft\u003d`${e}px`),(i\u0026\u0026!t\u0026\u0026!m()||!i\u0026\u0026t\u0026\u0026m())\u0026\u0026(this._element.style.paddingRight\u003d`${e}px`)}_resetAdjustments(){this._element.style.paddingLeft\u003d\"\",this._element.style.paddingRight\u003d\"\"}static jQueryInterface(t,e){return this.each((function(){const i\u003dHi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t](e)}}))}}j.on(document,\"click.bs.modal.data-api\",\u0027[data-bs-toggle\u003d\"modal\"]\u0027,(function(t){const e\u003dn(this);[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),j.one(e,xi,(t\u003d\u003e{t.defaultPrevented||j.one(e,Li,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}))}));const i\u003dV.findOne(\".modal.show\");i\u0026\u0026Hi.getInstance(i).hide(),Hi.getOrCreateInstance(e).toggle(this)})),R(Hi),g(Hi);const Bi\u003d\"offcanvas\",Ri\u003d{backdrop:!0,keyboard:!0,scroll:!1},Wi\u003d{backdrop:\"boolean\",keyboard:\"boolean\",scroll:\"boolean\"},$i\u003d\"show\",zi\u003d\".offcanvas.show\",qi\u003d\"hidden.bs.offcanvas\";class Fi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._isShown\u003d!1,this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return Bi}static get Default(){return Ri}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||j.trigger(this._element,\"show.bs.offcanvas\",{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._element.style.visibility\u003d\"visible\",this._backdrop.show(),this._config.scroll||(new fi).hide(),this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.classList.add($i),this._queueCallback((()\u003d\u003e{this._config.scroll||this._focustrap.activate(),j.trigger(this._element,\"shown.bs.offcanvas\",{relatedTarget:t})}),this._element,!0))}hide(){this._isShown\u0026\u0026(j.trigger(this._element,\"hide.bs.offcanvas\").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown\u003d!1,this._element.classList.remove($i),this._backdrop.hide(),this._queueCallback((()\u003d\u003e{this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._element.style.visibility\u003d\"hidden\",this._config.scroll||(new fi).reset(),j.trigger(this._element,qi)}),this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_getConfig(t){return t\u003d{...Ri,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Bi,t,Wi),t}_initializeBackDrop(){return new bi({className:\"offcanvas-backdrop\",isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()\u003d\u003ethis.hide()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_addEventListeners(){j.on(this._element,\"keydown.dismiss.bs.offcanvas\",(t\u003d\u003e{this._config.keyboard\u0026\u0026\"Escape\"\u003d\u003d\u003dt.key\u0026\u0026this.hide()}))}static jQueryInterface(t){return this.each((function(){const e\u003dFi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}j.on(document,\"click.bs.offcanvas.data-api\",\u0027[data-bs-toggle\u003d\"offcanvas\"]\u0027,(function(t){const e\u003dn(this);if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this))return;j.one(e,qi,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}));const i\u003dV.findOne(zi);i\u0026\u0026i!\u003d\u003de\u0026\u0026Fi.getInstance(i).hide(),Fi.getOrCreateInstance(e).toggle(this)})),j.on(window,\"load.bs.offcanvas.data-api\",(()\u003d\u003eV.find(zi).forEach((t\u003d\u003eFi.getOrCreateInstance(t).show())))),R(Fi),g(Fi);const Ui\u003dnew Set([\"background\",\"cite\",\"href\",\"itemtype\",\"longdesc\",\"poster\",\"src\",\"xlink:href\"]),Vi\u003d/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#\u0026/:?]*(?:[#/?]|$))/i,Ki\u003d/^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+\u003d*$/i,Xi\u003d(t,e)\u003d\u003e{const i\u003dt.nodeName.toLowerCase();if(e.includes(i))return!Ui.has(i)||Boolean(Vi.test(t.nodeValue)||Ki.test(t.nodeValue));const n\u003de.filter((t\u003d\u003et instanceof RegExp));for(let t\u003d0,e\u003dn.length;t\u003ce;t++)if(n[t].test(i))return!0;return!1};function Yi(t,e,i){if(!t.length)return t;if(i\u0026\u0026\"function\"\u003d\u003dtypeof i)return i(t);const n\u003d(new window.DOMParser).parseFromString(t,\"text/html\"),s\u003d[].concat(...n.body.querySelectorAll(\"*\"));for(let t\u003d0,i\u003ds.length;t\u003ci;t++){const i\u003ds[t],n\u003di.nodeName.toLowerCase();if(!Object.keys(e).includes(n)){i.remove();continue}const o\u003d[].concat(...i.attributes),r\u003d[].concat(e[\"*\"]||[],e[n]||[]);o.forEach((t\u003d\u003e{Xi(t,r)||i.removeAttribute(t.nodeName)}))}return n.body.innerHTML}const Qi\u003d\"tooltip\",Gi\u003dnew Set([\"sanitize\",\"allowList\",\"sanitizeFn\"]),Zi\u003d{animation:\"boolean\",template:\"string\",title:\"(string|element|function)\",trigger:\"string\",delay:\"(number|object)\",html:\"boolean\",selector:\"(string|boolean)\",placement:\"(string|function)\",offset:\"(array|string|function)\",container:\"(string|element|boolean)\",fallbackPlacements:\"array\",boundary:\"(string|element)\",customClass:\"(string|function)\",sanitize:\"boolean\",sanitizeFn:\"(null|function)\",allowList:\"object\",popperConfig:\"(null|object|function)\"},Ji\u003d{AUTO:\"auto\",TOP:\"top\",RIGHT:m()?\"left\":\"right\",BOTTOM:\"bottom\",LEFT:m()?\"right\":\"left\"},tn\u003d{animation:!0,template:\u0027\u003cdiv class\u003d\"tooltip\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"tooltip-arrow\"\u003e\u003c/div\u003e\u003cdiv class\u003d\"tooltip-inner\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027,trigger:\"hover focus\",title:\"\",delay:0,html:!1,selector:!1,placement:\"top\",offset:[0,0],container:!1,fallbackPlacements:[\"top\",\"right\",\"bottom\",\"left\"],boundary:\"clippingParents\",customClass:\"\",sanitize:!0,sanitizeFn:null,allowList:{\"*\":[\"class\",\"dir\",\"id\",\"lang\",\"role\",/^aria-[\\w-]*$/i],a:[\"target\",\"href\",\"title\",\"rel\"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:[\"src\",\"srcset\",\"alt\",\"title\",\"width\",\"height\"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},en\u003d{HIDE:\"hide.bs.tooltip\",HIDDEN:\"hidden.bs.tooltip\",SHOW:\"show.bs.tooltip\",SHOWN:\"shown.bs.tooltip\",INSERTED:\"inserted.bs.tooltip\",CLICK:\"click.bs.tooltip\",FOCUSIN:\"focusin.bs.tooltip\",FOCUSOUT:\"focusout.bs.tooltip\",MOUSEENTER:\"mouseenter.bs.tooltip\",MOUSELEAVE:\"mouseleave.bs.tooltip\"},nn\u003d\"fade\",sn\u003d\"show\",on\u003d\"show\",rn\u003d\"out\",an\u003d\".tooltip-inner\",ln\u003d\".modal\",cn\u003d\"hide.bs.modal\",hn\u003d\"hover\",dn\u003d\"focus\";class un extends B{constructor(t,e){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s tooltips require Popper (https://popper.js.org)\");super(t),this._isEnabled\u003d!0,this._timeout\u003d0,this._hoverState\u003d\"\",this._activeTrigger\u003d{},this._popper\u003dnull,this._config\u003dthis._getConfig(e),this.tip\u003dnull,this._setListeners()}static get Default(){return tn}static get NAME(){return Qi}static get Event(){return en}static get DefaultType(){return Zi}enable(){this._isEnabled\u003d!0}disable(){this._isEnabled\u003d!1}toggleEnabled(){this._isEnabled\u003d!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const e\u003dthis._initializeOnDelegatedTarget(t);e._activeTrigger.click\u003d!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains(sn))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),j.off(this._element.closest(ln),cn,this._hideModalHandler),this.tip\u0026\u0026this.tip.remove(),this._disposePopper(),super.dispose()}show(){if(\"none\"\u003d\u003d\u003dthis._element.style.display)throw new Error(\"Please use show on visible elements\");if(!this.isWithContent()||!this._isEnabled)return;const t\u003dj.trigger(this._element,this.constructor.Event.SHOW),e\u003dh(this._element),i\u003dnull\u003d\u003d\u003de?this._element.ownerDocument.documentElement.contains(this._element):e.contains(this._element);if(t.defaultPrevented||!i)return;\"tooltip\"\u003d\u003d\u003dthis.constructor.NAME\u0026\u0026this.tip\u0026\u0026this.getTitle()!\u003d\u003dthis.tip.querySelector(an).innerHTML\u0026\u0026(this._disposePopper(),this.tip.remove(),this.tip\u003dnull);const n\u003dthis.getTipElement(),s\u003d(t\u003d\u003e{do{t+\u003dMath.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME);n.setAttribute(\"id\",s),this._element.setAttribute(\"aria-describedby\",s),this._config.animation\u0026\u0026n.classList.add(nn);const o\u003d\"function\"\u003d\u003dtypeof this._config.placement?this._config.placement.call(this,n,this._element):this._config.placement,r\u003dthis._getAttachment(o);this._addAttachmentClass(r);const{container:a}\u003dthis._config;H.set(n,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(n),j.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper\u003dqe(this._element,n,this._getPopperConfig(r)),n.classList.add(sn);const l\u003dthis._resolvePossibleFunction(this._config.customClass);l\u0026\u0026n.classList.add(...l.split(\" \")),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003e{j.on(t,\"mouseover\",d)}));const c\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{const t\u003dthis._hoverState;this._hoverState\u003dnull,j.trigger(this._element,this.constructor.Event.SHOWN),t\u003d\u003d\u003drn\u0026\u0026this._leave(null,this)}),this.tip,c)}hide(){if(!this._popper)return;const t\u003dthis.getTipElement();if(j.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented)return;t.classList.remove(sn),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._activeTrigger.click\u003d!1,this._activeTrigger.focus\u003d!1,this._activeTrigger.hover\u003d!1;const e\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{this._isWithActiveTrigger()||(this._hoverState!\u003d\u003don\u0026\u0026t.remove(),this._cleanTipClass(),this._element.removeAttribute(\"aria-describedby\"),j.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())}),this.tip,e),this._hoverState\u003d\"\"}update(){null!\u003d\u003dthis._popper\u0026\u0026this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t\u003ddocument.createElement(\"div\");t.innerHTML\u003dthis._config.template;const e\u003dt.children[0];return this.setContent(e),e.classList.remove(nn,sn),this.tip\u003de,this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),an)}_sanitizeAndSetContent(t,e,i){const n\u003dV.findOne(i,t);e||!n?this.setElementContent(n,e):n.remove()}setElementContent(t,e){if(null!\u003d\u003dt)return o(e)?(e\u003dr(e),void(this._config.html?e.parentNode!\u003d\u003dt\u0026\u0026(t.innerHTML\u003d\"\",t.append(e)):t.textContent\u003de.textContent)):void(this._config.html?(this._config.sanitize\u0026\u0026(e\u003dYi(e,this._config.allowList,this._config.sanitizeFn)),t.innerHTML\u003de):t.textContent\u003de)}getTitle(){const t\u003dthis._element.getAttribute(\"data-bs-original-title\")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return\"right\"\u003d\u003d\u003dt?\"end\":\"left\"\u003d\u003d\u003dt?\"start\":t}_initializeOnDelegatedTarget(t,e){return e||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_resolvePossibleFunction(t){return\"function\"\u003d\u003dtypeof t?t.call(this._element):t}_getPopperConfig(t){const e\u003d{placement:t,modifiers:[{name:\"flip\",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:\"offset\",options:{offset:this._getOffset()}},{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"arrow\",options:{element:`.${this.constructor.NAME}-arrow`}},{name:\"onChange\",enabled:!0,phase:\"afterWrite\",fn:t\u003d\u003ethis._handlePopperPlacementChange(t)}],onFirstUpdate:t\u003d\u003e{t.options.placement!\u003d\u003dt.placement\u0026\u0026this._handlePopperPlacementChange(t)}};return{...e,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(t)}`)}_getAttachment(t){return Ji[t.toUpperCase()]}_setListeners(){this._config.trigger.split(\" \").forEach((t\u003d\u003e{if(\"click\"\u003d\u003d\u003dt)j.on(this._element,this.constructor.Event.CLICK,this._config.selector,(t\u003d\u003ethis.toggle(t)));else if(\"manual\"!\u003d\u003dt){const e\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,i\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;j.on(this._element,e,this._config.selector,(t\u003d\u003ethis._enter(t))),j.on(this._element,i,this._config.selector,(t\u003d\u003ethis._leave(t)))}})),this._hideModalHandler\u003d()\u003d\u003e{this._element\u0026\u0026this.hide()},j.on(this._element.closest(ln),cn,this._hideModalHandler),this._config.selector?this._config\u003d{...this._config,trigger:\"manual\",selector:\"\"}:this._fixTitle()}_fixTitle(){const t\u003dthis._element.getAttribute(\"title\"),e\u003dtypeof this._element.getAttribute(\"data-bs-original-title\");(t||\"string\"!\u003d\u003de)\u0026\u0026(this._element.setAttribute(\"data-bs-original-title\",t||\"\"),!t||this._element.getAttribute(\"aria-label\")||this._element.textContent||this._element.setAttribute(\"aria-label\",t),this._element.setAttribute(\"title\",\"\"))}_enter(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusin\"\u003d\u003d\u003dt.type?dn:hn]\u003d!0),e.getTipElement().classList.contains(sn)||e._hoverState\u003d\u003d\u003don?e._hoverState\u003don:(clearTimeout(e._timeout),e._hoverState\u003don,e._config.delay\u0026\u0026e._config.delay.show?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003don\u0026\u0026e.show()}),e._config.delay.show):e.show())}_leave(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusout\"\u003d\u003d\u003dt.type?dn:hn]\u003de._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState\u003drn,e._config.delay\u0026\u0026e._config.delay.hide?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003drn\u0026\u0026e.hide()}),e._config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e\u003dU.getDataAttributes(this._element);return Object.keys(e).forEach((t\u003d\u003e{Gi.has(t)\u0026\u0026delete e[t]})),(t\u003d{...this.constructor.Default,...e,...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).container\u003d!1\u003d\u003d\u003dt.container?document.body:r(t.container),\"number\"\u003d\u003dtypeof t.delay\u0026\u0026(t.delay\u003d{show:t.delay,hide:t.delay}),\"number\"\u003d\u003dtypeof t.title\u0026\u0026(t.title\u003dt.title.toString()),\"number\"\u003d\u003dtypeof t.content\u0026\u0026(t.content\u003dt.content.toString()),a(Qi,t,this.constructor.DefaultType),t.sanitize\u0026\u0026(t.template\u003dYi(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t\u003d{};for(const e in this._config)this.constructor.Default[e]!\u003d\u003dthis._config[e]\u0026\u0026(t[e]\u003dthis._config[e]);return t}_cleanTipClass(){const t\u003dthis.getTipElement(),e\u003dnew RegExp(`(^|\\\\s)${this._getBasicClassPrefix()}\\\\S+`,\"g\"),i\u003dt.getAttribute(\"class\").match(e);null!\u003d\u003di\u0026\u0026i.length\u003e0\u0026\u0026i.map((t\u003d\u003et.trim())).forEach((e\u003d\u003et.classList.remove(e)))}_getBasicClassPrefix(){return\"bs-tooltip\"}_handlePopperPlacementChange(t){const{state:e}\u003dt;e\u0026\u0026(this.tip\u003de.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))}_disposePopper(){this._popper\u0026\u0026(this._popper.destroy(),this._popper\u003dnull)}static jQueryInterface(t){return this.each((function(){const e\u003dun.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(un);const fn\u003d{...un.Default,placement:\"right\",offset:[0,8],trigger:\"click\",content:\"\",template:\u0027\u003cdiv class\u003d\"popover\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"popover-arrow\"\u003e\u003c/div\u003e\u003ch3 class\u003d\"popover-header\"\u003e\u003c/h3\u003e\u003cdiv class\u003d\"popover-body\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027},pn\u003d{...un.DefaultType,content:\"(string|element|function)\"},mn\u003d{HIDE:\"hide.bs.popover\",HIDDEN:\"hidden.bs.popover\",SHOW:\"show.bs.popover\",SHOWN:\"shown.bs.popover\",INSERTED:\"inserted.bs.popover\",CLICK:\"click.bs.popover\",FOCUSIN:\"focusin.bs.popover\",FOCUSOUT:\"focusout.bs.popover\",MOUSEENTER:\"mouseenter.bs.popover\",MOUSELEAVE:\"mouseleave.bs.popover\"};class gn extends un{static get Default(){return fn}static get NAME(){return\"popover\"}static get Event(){return mn}static get DefaultType(){return pn}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),\".popover-header\"),this._sanitizeAndSetContent(t,this._getContent(),\".popover-body\")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return\"bs-popover\"}static jQueryInterface(t){return this.each((function(){const e\u003dgn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(gn);const _n\u003d\"scrollspy\",bn\u003d{offset:10,method:\"auto\",target:\"\"},vn\u003d{offset:\"number\",method:\"string\",target:\"(string|element)\"},yn\u003d\"active\",wn\u003d\".nav-link, .list-group-item, .dropdown-item\",En\u003d\"position\";class An extends B{constructor(t,e){super(t),this._scrollElement\u003d\"BODY\"\u003d\u003d\u003dthis._element.tagName?window:this._element,this._config\u003dthis._getConfig(e),this._offsets\u003d[],this._targets\u003d[],this._activeTarget\u003dnull,this._scrollHeight\u003d0,j.on(this._scrollElement,\"scroll.bs.scrollspy\",(()\u003d\u003ethis._process())),this.refresh(),this._process()}static get Default(){return bn}static get NAME(){return _n}refresh(){const t\u003dthis._scrollElement\u003d\u003d\u003dthis._scrollElement.window?\"offset\":En,e\u003d\"auto\"\u003d\u003d\u003dthis._config.method?t:this._config.method,n\u003de\u003d\u003d\u003dEn?this._getScrollTop():0;this._offsets\u003d[],this._targets\u003d[],this._scrollHeight\u003dthis._getScrollHeight(),V.find(wn,this._config.target).map((t\u003d\u003e{const s\u003di(t),o\u003ds?V.findOne(s):null;if(o){const t\u003do.getBoundingClientRect();if(t.width||t.height)return[U[e](o).top+n,s]}return null})).filter((t\u003d\u003et)).sort(((t,e)\u003d\u003et[0]-e[0])).forEach((t\u003d\u003e{this._offsets.push(t[0]),this._targets.push(t[1])}))}dispose(){j.off(this._scrollElement,\".bs.scrollspy\"),super.dispose()}_getConfig(t){return(t\u003d{...bn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).target\u003dr(t.target)||document.documentElement,a(_n,t,vn),t}_getScrollTop(){return this._scrollElement\u003d\u003d\u003dwindow?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement\u003d\u003d\u003dwindow?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t\u003dthis._getScrollTop()+this._config.offset,e\u003dthis._getScrollHeight(),i\u003dthis._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!\u003d\u003de\u0026\u0026this.refresh(),t\u003e\u003di){const t\u003dthis._targets[this._targets.length-1];this._activeTarget!\u003d\u003dt\u0026\u0026this._activate(t)}else{if(this._activeTarget\u0026\u0026t\u003cthis._offsets[0]\u0026\u0026this._offsets[0]\u003e0)return this._activeTarget\u003dnull,void this._clear();for(let e\u003dthis._offsets.length;e--;)this._activeTarget!\u003d\u003dthis._targets[e]\u0026\u0026t\u003e\u003dthis._offsets[e]\u0026\u0026(void 0\u003d\u003d\u003dthis._offsets[e+1]||t\u003cthis._offsets[e+1])\u0026\u0026this._activate(this._targets[e])}}_activate(t){this._activeTarget\u003dt,this._clear();const e\u003dwn.split(\",\").map((e\u003d\u003e`${e}[data-bs-target\u003d\"${t}\"],${e}[href\u003d\"${t}\"]`)),i\u003dV.findOne(e.join(\",\"),this._config.target);i.classList.add(yn),i.classList.contains(\"dropdown-item\")?V.findOne(\".dropdown-toggle\",i.closest(\".dropdown\")).classList.add(yn):V.parents(i,\".nav, .list-group\").forEach((t\u003d\u003e{V.prev(t,\".nav-link, .list-group-item\").forEach((t\u003d\u003et.classList.add(yn))),V.prev(t,\".nav-item\").forEach((t\u003d\u003e{V.children(t,\".nav-link\").forEach((t\u003d\u003et.classList.add(yn)))}))})),j.trigger(this._scrollElement,\"activate.bs.scrollspy\",{relatedTarget:t})}_clear(){V.find(wn,this._config.target).filter((t\u003d\u003et.classList.contains(yn))).forEach((t\u003d\u003et.classList.remove(yn)))}static jQueryInterface(t){return this.each((function(){const e\u003dAn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(window,\"load.bs.scrollspy.data-api\",(()\u003d\u003e{V.find(\u0027[data-bs-spy\u003d\"scroll\"]\u0027).forEach((t\u003d\u003enew An(t)))})),g(An);const Tn\u003d\"active\",On\u003d\"fade\",Cn\u003d\"show\",kn\u003d\".active\",Ln\u003d\":scope \u003e li \u003e .active\";class xn extends B{static get NAME(){return\"tab\"}show(){if(this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u0026this._element.classList.contains(Tn))return;let t;const e\u003dn(this._element),i\u003dthis._element.closest(\".nav, .list-group\");if(i){const e\u003d\"UL\"\u003d\u003d\u003di.nodeName||\"OL\"\u003d\u003d\u003di.nodeName?Ln:kn;t\u003dV.find(e,i),t\u003dt[t.length-1]}const s\u003dt?j.trigger(t,\"hide.bs.tab\",{relatedTarget:this._element}):null;if(j.trigger(this._element,\"show.bs.tab\",{relatedTarget:t}).defaultPrevented||null!\u003d\u003ds\u0026\u0026s.defaultPrevented)return;this._activate(this._element,i);const o\u003d()\u003d\u003e{j.trigger(t,\"hidden.bs.tab\",{relatedTarget:this._element}),j.trigger(this._element,\"shown.bs.tab\",{relatedTarget:t})};e?this._activate(e,e.parentNode,o):o()}_activate(t,e,i){const n\u003d(!e||\"UL\"!\u003d\u003de.nodeName\u0026\u0026\"OL\"!\u003d\u003de.nodeName?V.children(e,kn):V.find(Ln,e))[0],s\u003di\u0026\u0026n\u0026\u0026n.classList.contains(On),o\u003d()\u003d\u003ethis._transitionComplete(t,n,i);n\u0026\u0026s?(n.classList.remove(Cn),this._queueCallback(o,t,!0)):o()}_transitionComplete(t,e,i){if(e){e.classList.remove(Tn);const t\u003dV.findOne(\":scope \u003e .dropdown-menu .active\",e.parentNode);t\u0026\u0026t.classList.remove(Tn),\"tab\"\u003d\u003d\u003de.getAttribute(\"role\")\u0026\u0026e.setAttribute(\"aria-selected\",!1)}t.classList.add(Tn),\"tab\"\u003d\u003d\u003dt.getAttribute(\"role\")\u0026\u0026t.setAttribute(\"aria-selected\",!0),u(t),t.classList.contains(On)\u0026\u0026t.classList.add(Cn);let n\u003dt.parentNode;if(n\u0026\u0026\"LI\"\u003d\u003d\u003dn.nodeName\u0026\u0026(n\u003dn.parentNode),n\u0026\u0026n.classList.contains(\"dropdown-menu\")){const e\u003dt.closest(\".dropdown\");e\u0026\u0026V.find(\".dropdown-toggle\",e).forEach((t\u003d\u003et.classList.add(Tn))),t.setAttribute(\"aria-expanded\",!0)}i\u0026\u0026i()}static jQueryInterface(t){return this.each((function(){const e\u003dxn.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(document,\"click.bs.tab.data-api\",\u0027[data-bs-toggle\u003d\"tab\"], [data-bs-toggle\u003d\"pill\"], [data-bs-toggle\u003d\"list\"]\u0027,(function(t){[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this)||xn.getOrCreateInstance(this).show()})),g(xn);const Dn\u003d\"toast\",Sn\u003d\"hide\",Nn\u003d\"show\",In\u003d\"showing\",Pn\u003d{animation:\"boolean\",autohide:\"boolean\",delay:\"number\"},jn\u003d{animation:!0,autohide:!0,delay:5e3};class Mn extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._timeout\u003dnull,this._hasMouseInteraction\u003d!1,this._hasKeyboardInteraction\u003d!1,this._setListeners()}static get DefaultType(){return Pn}static get Default(){return jn}static get NAME(){return Dn}show(){j.trigger(this._element,\"show.bs.toast\").defaultPrevented||(this._clearTimeout(),this._config.animation\u0026\u0026this._element.classList.add(\"fade\"),this._element.classList.remove(Sn),u(this._element),this._element.classList.add(Nn),this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.remove(In),j.trigger(this._element,\"shown.bs.toast\"),this._maybeScheduleHide()}),this._element,this._config.animation))}hide(){this._element.classList.contains(Nn)\u0026\u0026(j.trigger(this._element,\"hide.bs.toast\").defaultPrevented||(this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.add(Sn),this._element.classList.remove(In),this._element.classList.remove(Nn),j.trigger(this._element,\"hidden.bs.toast\")}),this._element,this._config.animation)))}dispose(){this._clearTimeout(),this._element.classList.contains(Nn)\u0026\u0026this._element.classList.remove(Nn),super.dispose()}_getConfig(t){return t\u003d{...jn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}},a(Dn,t,this.constructor.DefaultType),t}_maybeScheduleHide(){this._config.autohide\u0026\u0026(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout\u003dsetTimeout((()\u003d\u003e{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case\"mouseover\":case\"mouseout\":this._hasMouseInteraction\u003de;break;case\"focusin\":case\"focusout\":this._hasKeyboardInteraction\u003de}if(e)return void this._clearTimeout();const i\u003dt.relatedTarget;this._element\u003d\u003d\u003di||this._element.contains(i)||this._maybeScheduleHide()}_setListeners(){j.on(this._element,\"mouseover.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"mouseout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1))),j.on(this._element,\"focusin.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"focusout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout\u003dnull}static jQueryInterface(t){return this.each((function(){const e\u003dMn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}return R(Mn),g(Mn),{Alert:W,Button:z,Carousel:st,Collapse:pt,Dropdown:hi,Modal:Hi,Offcanvas:Fi,Popover:gn,ScrollSpy:An,Tab:xn,Toast:Mn,Tooltip:un}}));"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"//# sourceMappingURL\u003dbootstrap.bundle.min.js.map"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/markbind.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"object\"\u003d\u003dtypeof module?module.exports\u003de(require(\"Vue\")):\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define([\"Vue\"],e):\"object\"\u003d\u003dtypeof exports?exports.MarkBind\u003de(require(\"Vue\")):t.MarkBind\u003de(t.Vue)}(self,t\u003d\u003e(()\u003d\u003e{var e\u003d{605:()\u003d\u003e{function t(){document.querySelectorAll(\".\".concat(\"page-nav-clone\")).forEach((function(t){t.remove()}))}window.addEventListener(\"beforeprint\",(function(){var e\u003ddocument.querySelector(\"#\".concat(\"mb-page-nav\")),n\u003ddocument.querySelectorAll(\".\".concat(\"page-nav-print\"));e\u0026\u0026n.length\u003e\u003d1\u0026\u0026(t(),n.forEach((function(t){t.appendChild(function(t){var e\u003dt.cloneNode(!0);return e.removeAttribute(\"id\"),e.querySelectorAll(\"a.active\").forEach((function(t){t.classList.remove(\"active\")})),e.classList.add(\"page-nav-clone\"),e}(e))})))})),window.addEventListener(\"afterprint\",(function(){t()}))},3:t\u003d\u003e{t.exports\u003d{bind:function(t){function e(){t.dataset.isShown\u003d\"false\",r.style.display\u003d\"\",o.style.display\u003d\"none\",i.style.display\u003d\"none\"}function n(){t.dataset.isShown\u003d\"true\",r.style.display\u003d\"none\",i.style.display\u003d\"\"}t.dataset.isShown\u003d\"true\",t.style.position\u003d\"relative\";var i\u003ddocument.createElement(\"div\");i.classList.add(\"content\"),Array.from(t.children).forEach((function(t){return i.append(t)})),t.replaceChildren(),t.append(i),t.classList.add(\"closeable-wrapper\");var o\u003dfunction(){var t\u003ddocument.createElement(\"span\");return t.classList.add(\"closeable-button\",\"label\",\"label-default\",\"hidden-print\"),t.style.cssText+\u003d\"display: none; position: absolute; top: 0; left: 0; cursor: pointer;background: #d9534f\",t.innerHTML\u003d\u0027\u003cspan class\u003d\"glyphicon glyphicon-remove\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e\u0027,t.addEventListener(\"click\",e),t}();t.append(o);var r\u003dfunction(t){var e\u003ddocument.createElement(\"a\");return e.classList.add(\"closeable-show\",\"hidden-print\"),e.style.cssText+\u003d\"display: none; cursor: pointer;text-decoration: underline\",e.innerHTML\u003dt,e.addEventListener(\"click\",n),e}(t.getAttribute(\"alt\")||\"Expand Content\");t.append(r),t.addEventListener(\"mouseover\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"\")})),t.addEventListener(\"mouseout\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"none\")}))}}},383:(t,e,n)\u003d\u003e{\"use strict\";var i,o\u003d(i\u003dn(740))\u0026\u0026\"object\"\u003d\u003dtypeof i\u0026\u0026\"default\"in i?i.default:i;function r(t){return(r\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function s(t){return function(t){if(Array.isArray(t)){for(var e\u003d0,n\u003dnew Array(t.length);e\u003ct.length;e++)n[e]\u003dt[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||\"[object Arguments]\"\u003d\u003d\u003dObject.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance\")}()}var a\u003d\"undefined\"!\u003dtypeof window;function l(t,e){return e.reduce((function(e,n){return t.hasOwnProperty(n)\u0026\u0026(e[n]\u003dt[n]),e}),{})}var c\u003d{},u\u003d{},d\u003d{},h\u003dnew(o.extend({data:function(){return{transports:c,targets:u,sources:d,trackInstances:a}},methods:{open:function(t){if(a){var e\u003dt.to,n\u003dt.from,i\u003dt.passengers,s\u003dt.order,l\u003dvoid 0\u003d\u003d\u003ds?1/0:s;if(e\u0026\u0026n\u0026\u0026i){var c,u\u003d{to:e,from:n,passengers:(c\u003di,Array.isArray(c)||\"object\"\u003d\u003d\u003dr(c)?Object.freeze(c):c),order:l};-1\u003d\u003d\u003dObject.keys(this.transports).indexOf(e)\u0026\u0026o.set(this.transports,e,[]);var d,h\u003dthis.$_getTransportIndex(u),p\u003dthis.transports[e].slice(0);-1\u003d\u003d\u003dh?p.push(u):p[h]\u003du,this.transports[e]\u003d(d\u003dfunction(t,e){return t.order-e.order},p.map((function(t,e){return[e,t]})).sort((function(t,e){return d(t[1],e[1])||t[0]-e[0]})).map((function(t){return t[1]})))}}},close:function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]\u0026\u0026arguments[1],n\u003dt.to,i\u003dt.from;if(n\u0026\u0026(i||!1!\u003d\u003de)\u0026\u0026this.transports[n])if(e)this.transports[n]\u003d[];else{var o\u003dthis.$_getTransportIndex(t);if(o\u003e\u003d0){var r\u003dthis.transports[n].slice(0);r.splice(o,1),this.transports[n]\u003dr}}},registerTarget:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.targets[t]\u0026\u0026console.warn(\"[portal-vue]: Target \".concat(t,\" already exists\")),this.$set(this.targets,t,Object.freeze([e])))},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.sources[t]\u0026\u0026console.warn(\"[portal-vue]: source \".concat(t,\" already exists\")),this.$set(this.sources,t,Object.freeze([e])))},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]\u0026\u0026!!this.transports[t].length},$_getTransportIndex:function(t){var e\u003dt.to,n\u003dt.from;for(var i in this.transports[e])if(this.transports[e][i].from\u003d\u003d\u003dn)return+i;return-1}}}))(c),p\u003d1,f\u003do.extend({name:\"portal\",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(p++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerSource(t.name,t)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){h.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e\u0026\u0026e!\u003d\u003dt\u0026\u0026this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e\u003d{from:this.name,to:t||this.to};h.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return\"function\"\u003d\u003dtypeof t?t(this.slotProps):t},sendUpdate:function(){var t\u003dthis.normalizeSlots();if(t){var e\u003d{from:this.name,to:this.to,passengers:s(t),order:this.order};h.open(e)}else this.clear()}},render:function(t){var e\u003dthis.$slots.default||this.$scopedSlots.default||[],n\u003dthis.tag;return e\u0026\u0026this.disabled?e.length\u003c\u003d1\u0026\u0026this.slim?this.normalizeOwnChildren(e)[0]:t(n,[this.normalizeOwnChildren(e)]):this.slim?t():t(n,{class:{\"v-portal\":!0},style:{display:\"none\"},key:\"v-portal-placeholder\"})}}),m\u003do.extend({name:\"portalTarget\",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},data:function(){return{transports:h.transports,firstRender:!0}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerTarget(t.name,t)}))},watch:{ownTransports:function(){this.$emit(\"change\",this.children().length\u003e0)},name:function(t,e){h.unregisterTarget(e),h.registerTarget(t,this)}},mounted:function(){var t\u003dthis;this.transition\u0026\u0026this.$nextTick((function(){t.firstRender\u003d!1}))},beforeDestroy:function(){h.unregisterTarget(this.name)},computed:{ownTransports:function(){var t\u003dthis.transports[this.name]||[];return this.multiple?t:0\u003d\u003d\u003dt.length?[]:[t[t.length-1]]},passengers:function(){return function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{};return t.reduce((function(t,n){var i\u003dn.passengers[0],o\u003d\"function\"\u003d\u003dtypeof i?i(e):n.passengers;return t.concat(o)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!\u003d\u003dthis.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var t\u003dthis.slim\u0026\u0026!this.transition;return t\u0026\u0026this.children().length\u003e1\u0026\u0026console.warn(\"[portal-vue]: PortalTarget with `slim` option received more than one child element.\"),t}},render:function(t){var e\u003dthis.noWrapper(),n\u003dthis.children(),i\u003dthis.transition||this.tag;return e?n[0]:this.slim\u0026\u0026!i?t():t(i,{props:{tag:this.transition\u0026\u0026this.tag?this.tag:void 0},class:{\"vue-portal-target\":!0}},n)}}),v\u003d0,g\u003d[\"disabled\",\"name\",\"order\",\"slim\",\"slotProps\",\"tag\",\"to\"],y\u003d[\"multiple\",\"transition\"],w\u003do.extend({name:\"MountingPortal\",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return\"mounted_\"+String(v++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},created:function(){if(\"undefined\"!\u003dtypeof document){var t\u003ddocument.querySelector(this.mountTo);if(t){var e\u003dthis.$props;if(h.targets[e.name])e.bail?console.warn(\"[portal-vue]: Target \".concat(e.name,\" is already mounted.\\n Aborting because \u0027bail: true\u0027 is set\")):this.portalTarget\u003dh.targets[e.name];else{var n\u003de.append;if(n){var i\u003d\"string\"\u003d\u003dtypeof n?n:\"DIV\",o\u003ddocument.createElement(i);t.appendChild(o),t\u003do}var r\u003dl(this.$props,y);r.slim\u003dthis.targetSlim,r.tag\u003dthis.targetTag,r.slotProps\u003dthis.targetSlotProps,r.name\u003dthis.to,this.portalTarget\u003dnew m({el:t,parent:this.$parent||this,propsData:r})}}else console.error(\"[portal-vue]: Mount Point \u0027\".concat(this.mountTo,\"\u0027 not found in document\"))}},beforeDestroy:function(){var t\u003dthis.portalTarget;if(this.append){var e\u003dt.$el;e.parentNode.removeChild(e)}t.$destroy()},render:function(t){if(!this.portalTarget)return console.warn(\"[portal-vue] Target wasn\u0027t mounted\"),t();if(!this.$scopedSlots.manual){var e\u003dl(this.$props,g);return t(f,{props:e,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n\u003dthis.$scopedSlots.manual({to:this.to});return Array.isArray(n)\u0026\u0026(n\u003dn[0]),n||t()}});e.h_\u003df,e.YC\u003dm},740:e\u003d\u003e{\"use strict\";e.exports\u003dt}},n\u003d{};function i(t){var o\u003dn[t];if(void 0!\u003d\u003do)return o.exports;var r\u003dn[t]\u003d{exports:{}};return e[t](r,r.exports,i),r.exports}i.n\u003dt\u003d\u003e{var e\u003dt\u0026\u0026t.__esModule?()\u003d\u003et.default:()\u003d\u003et;return i.d(e,{a:e}),e},i.d\u003d(t,e)\u003d\u003e{for(var n in e)i.o(e,n)\u0026\u0026!i.o(t,n)\u0026\u0026Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g\u003dfunction(){if(\"object\"\u003d\u003dtypeof globalThis)return globalThis;try{return this||new Function(\"return this\")()}catch(t){if(\"object\"\u003d\u003dtypeof window)return window}}(),i.o\u003d(t,e)\u003d\u003eObject.prototype.hasOwnProperty.call(t,e);var o\u003d{};return(()\u003d\u003e{\"use strict\";function t(e){return(t\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(e)}function e(e){var n\u003dfunction(e,n){if(\"object\"!\u003d\u003dt(e)||null\u003d\u003d\u003de)return e;var i\u003de[Symbol.toPrimitive];if(void 0!\u003d\u003di){var o\u003di.call(e,n||\"default\");if(\"object\"!\u003d\u003dt(o))return o;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"\u003d\u003d\u003dn?String:Number)(e)}(e,\"string\");return\"symbol\"\u003d\u003d\u003dt(n)?n:String(n)}function n(t,n,i){return(n\u003de(n))in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]\u003di,t}function r(t){return t.split(\"-\")[0]}function s(t){return t.split(\"-\")[1]}function a(t){return[\"top\",\"bottom\"].includes(r(t))?\"x\":\"y\"}function l(t){return\"y\"\u003d\u003d\u003dt?\"height\":\"width\"}function c(t){let{reference:e,floating:n,placement:i}\u003dt;const o\u003de.x+e.width/2-n.width/2,c\u003de.y+e.height/2-n.height/2;let u;switch(r(i)){case\"top\":u\u003d{x:o,y:e.y-n.height};break;case\"bottom\":u\u003d{x:o,y:e.y+e.height};break;case\"right\":u\u003d{x:e.x+e.width,y:c};break;case\"left\":u\u003d{x:e.x-n.width,y:c};break;default:u\u003d{x:e.x,y:e.y}}const d\u003da(i),h\u003dl(d);switch(s(i)){case\"start\":u[d]\u003du[d]-(e[h]/2-n[h]/2);break;case\"end\":u[d]\u003du[d]+(e[h]/2-n[h]/2)}return u}i.d(o,{default:()\u003d\u003eMo});function u(t){return\"number\"!\u003dtypeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function d(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}async function h(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});const{x:n,y:i,platform:o,rects:r,elements:s,strategy:a}\u003dt,{boundary:l\u003d\"clippingParents\",rootBoundary:c\u003d\"viewport\",elementContext:h\u003d\"floating\",altBoundary:p\u003d!1,padding:f\u003d0}\u003de,m\u003du(f),v\u003ds[p?\"floating\"\u003d\u003d\u003dh?\"reference\":\"floating\":h],g\u003dawait o.getClippingClientRect({element:await o.isElement(v)?v:v.contextElement||await o.getDocumentElement({element:s.floating}),boundary:l,rootBoundary:c}),y\u003dd(await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:\"floating\"\u003d\u003d\u003dh?{...r.floating,x:n,y:i}:r.reference,offsetParent:await o.getOffsetParent({element:s.floating}),strategy:a}));return{top:g.top-y.top+m.top,bottom:y.bottom-g.bottom+m.bottom,left:g.left-y.left+m.left,right:y.right-g.right+m.right}}const p\u003dMath.min,f\u003dMath.max;function m(t,e,n){return f(t,p(e,n))}const v\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function g(t){return t.replace(/left|right|bottom|top/g,t\u003d\u003ev[t])}function y(t,e){const n\u003d\"start\"\u003d\u003d\u003ds(t),i\u003da(t),o\u003dl(i);let r\u003d\"x\"\u003d\u003d\u003di?n?\"right\":\"left\":n?\"bottom\":\"top\";return e.reference[o]\u003ee.floating[o]\u0026\u0026(r\u003dg(r)),{main:r,cross:g(r)}}const w\u003d{start:\"end\",end:\"start\"};function b(t){return t.replace(/start|end/g,t\u003d\u003ew[t])}const _\u003d[\"top\",\"right\",\"bottom\",\"left\"],S\u003d_.reduce((t,e)\u003d\u003et.concat(e,e+\"-start\",e+\"-end\"),[]);const x\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"autoPlacement\",options:t,async fn(e){var n,i,o,a,l,c;const{x:u,y:d,rects:p,middlewareData:f,placement:m}\u003de,{alignment:v\u003dnull,allowedPlacements:g\u003dS,autoAlignment:w\u003d!0,..._}\u003dt;if(null!\u003d(n\u003df.autoPlacement)\u0026\u0026n.skip)return{};const x\u003dfunction(t,e,n){return(t?[...n.filter(e\u003d\u003es(e)\u003d\u003d\u003dt),...n.filter(e\u003d\u003es(e)!\u003d\u003dt)]:n.filter(t\u003d\u003er(t)\u003d\u003d\u003dt)).filter(n\u003d\u003e!t||(s(n)\u003d\u003d\u003dt||!!e\u0026\u0026b(n)!\u003d\u003dn))}(v,w,g),C\u003dawait h(e,_),$\u003dnull!\u003d(i\u003dnull\u003d\u003d(o\u003df.autoPlacement)?void 0:o.index)?i:0,k\u003dx[$],{main:T,cross:E}\u003dy(k,p);if(m!\u003d\u003dk)return{x:u,y:d,reset:{placement:x[0]}};const O\u003d[C[r(k)],C[T],C[E]],B\u003d[...null!\u003d(a\u003dnull\u003d\u003d(l\u003df.autoPlacement)?void 0:l.overflows)?a:[],{placement:k,overflows:O}],P\u003dx[$+1];if(P)return{data:{index:$+1,overflows:B},reset:{placement:P}};const L\u003dB.slice().sort((t,e)\u003d\u003et.overflows[0]-e.overflows[0]),N\u003dnull\u003d\u003d(c\u003dL.find(t\u003d\u003e{let{overflows:e}\u003dt;return e.every(t\u003d\u003et\u003c\u003d0)}))?void 0:c.placement;return{data:{skip:!0},reset:{placement:null!\u003dN?N:L[0].placement}}}}};const C\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"flip\",options:t,async fn(e){var n,i;const{placement:o,middlewareData:s,rects:a,initialPlacement:l}\u003de;if(null!\u003d(n\u003ds.flip)\u0026\u0026n.skip)return{};const{mainAxis:c\u003d!0,crossAxis:u\u003d!0,fallbackPlacements:d,fallbackStrategy:p\u003d\"bestFit\",flipAlignment:f\u003d!0,...m}\u003dt,v\u003dr(o),w\u003d[l,...d||(v\u003d\u003d\u003dl||!f?[g(l)]:function(t){const e\u003dg(t);return[b(t),e,b(e)]}(l))],_\u003dawait h(e,m),S\u003d[];let x\u003d(null\u003d\u003d(i\u003ds.flip)?void 0:i.overflows)||[];if(c\u0026\u0026S.push(_[v]),u){const{main:t,cross:e}\u003dy(o,a);S.push(_[t],_[e])}if(x\u003d[...x,{placement:o,overflows:S}],!S.every(t\u003d\u003et\u003c\u003d0)){var C,$;const t\u003d(null!\u003d(C\u003dnull\u003d\u003d($\u003ds.flip)?void 0:$.index)?C:0)+1,e\u003dw[t];if(e)return{data:{index:t,overflows:x},reset:{placement:e}};let n\u003d\"bottom\";switch(p){case\"bestFit\":{var k;const t\u003dnull\u003d\u003d(k\u003dx.slice().sort((t,e)\u003d\u003et.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0)-e.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0))[0])?void 0:k.placement;t\u0026\u0026(n\u003dt);break}case\"initialPlacement\":n\u003dl}return{data:{skip:!0},reset:{placement:n}}}return{}}}};const $\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d0),{name:\"offset\",options:t,fn(e){const{x:n,y:i,placement:o,rects:s}\u003de,l\u003dfunction(t){let{placement:e,rects:n,value:i}\u003dt;const o\u003dr(e),s\u003d[\"left\",\"top\"].includes(o)?-1:1,l\u003d\"function\"\u003d\u003dtypeof i?i({...n,placement:e}):i,{mainAxis:c,crossAxis:u}\u003d\"number\"\u003d\u003dtypeof l?{mainAxis:l,crossAxis:0}:{mainAxis:0,crossAxis:0,...l};return\"x\"\u003d\u003d\u003da(o)?{x:u,y:c*s}:{x:c*s,y:u}}({placement:o,rects:s,value:t});return{x:n+l.x,y:i+l.y,data:l}}}};function k(t){return\"x\"\u003d\u003d\u003dt?\"y\":\"x\"}function T(t){return\"[object Window]\"\u003d\u003d\u003d(null\u003d\u003dt?void 0:t.toString())}function E(t){if(null\u003d\u003dt)return window;if(!T(t)){const e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function O(t){return E(t).getComputedStyle(t)}function B(t){return T(t)?\"\":t?(t.nodeName||\"\").toLowerCase():\"\"}function P(t){return t instanceof E(t).HTMLElement}function L(t){return t instanceof E(t).Element}function N(t){return t instanceof E(t).ShadowRoot||t instanceof ShadowRoot}function A(t){const{overflow:e,overflowX:n,overflowY:i}\u003dO(t);return/auto|scroll|overlay|hidden/.test(e+i+n)}function z(t){return[\"table\",\"td\",\"th\"].includes(B(t))}function M(t){const e\u003dnavigator.userAgent.toLowerCase().includes(\"firefox\"),n\u003dO(t);return\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||[\"transform\",\"perspective\"].includes(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026!!n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter}const H\u003dMath.min,D\u003dMath.max,R\u003dMath.round;function j(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d!1);const n\u003dt.getBoundingClientRect();let i\u003d1,o\u003d1;return e\u0026\u0026P(t)\u0026\u0026(i\u003dt.offsetWidth\u003e0\u0026\u0026R(n.width)/t.offsetWidth||1,o\u003dt.offsetHeight\u003e0\u0026\u0026R(n.height)/t.offsetHeight||1),{width:n.width/i,height:n.height/o,top:n.top/o,right:n.right/i,bottom:n.bottom/o,left:n.left/i,x:n.left/i,y:n.top/o}}function I(t){return(e\u003dt,(e instanceof E(e).Node?t.ownerDocument:t.document)||window.document).documentElement;var e}function q(t){return T(t)?{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}:{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function W(t){return j(I(t)).left+q(t).scrollLeft}function F(t,e,n){const i\u003dP(e),o\u003dI(e),r\u003dj(t,i\u0026\u0026function(t){const e\u003dj(t);return R(e.width)!\u003d\u003dt.offsetWidth||R(e.height)!\u003d\u003dt.offsetHeight}(e));let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if(i||!i\u0026\u0026\"fixed\"!\u003d\u003dn)if((\"body\"!\u003d\u003dB(e)||A(o))\u0026\u0026(s\u003dq(e)),P(e)){const t\u003dj(e,!0);a.x\u003dt.x+e.clientLeft,a.y\u003dt.y+e.clientTop}else o\u0026\u0026(a.x\u003dW(o));return{x:r.left+s.scrollLeft-a.x,y:r.top+s.scrollTop-a.y,width:r.width,height:r.height}}function V(t){return\"html\"\u003d\u003d\u003dB(t)?t:t.assignedSlot||t.parentNode||(N(t)?t.host:null)||I(t)}function U(t){return P(t)\u0026\u0026\"fixed\"!\u003d\u003dgetComputedStyle(t).position?t.offsetParent:null}function Q(t){const e\u003dE(t);let n\u003dU(t);for(;n\u0026\u0026z(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position;)n\u003dU(n);return n\u0026\u0026(\"html\"\u003d\u003d\u003dB(n)||\"body\"\u003d\u003d\u003dB(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position\u0026\u0026!M(n))?e:n||function(t){let e\u003dV(t);for(;P(e)\u0026\u0026![\"html\",\"body\"].includes(B(e));){if(M(e))return e;e\u003de.parentNode}return null}(t)||e}function X(t){return{width:t.offsetWidth,height:t.offsetHeight}}function Y(t,e){var n;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);const i\u003dfunction t(e){return[\"html\",\"body\",\"#document\"].includes(B(e))?e.ownerDocument.body:P(e)\u0026\u0026A(e)?e:t(V(e))}(t),o\u003di\u003d\u003d\u003d(null\u003d\u003d(n\u003dt.ownerDocument)?void 0:n.body),r\u003dE(i),s\u003do?[r].concat(r.visualViewport||[],A(i)?i:[]):i,a\u003de.concat(s);return o?a:a.concat(Y(V(s)))}function K(t,e){return\"viewport\"\u003d\u003d\u003de?d(function(t){const e\u003dE(t),n\u003dI(t),i\u003de.visualViewport;let o\u003dn.clientWidth,r\u003dn.clientHeight,s\u003d0,a\u003d0;return i\u0026\u0026(o\u003di.width,r\u003di.height,Math.abs(e.innerWidth/i.scale-i.width)\u003c.01\u0026\u0026(s\u003di.offsetLeft,a\u003di.offsetTop)),{width:o,height:r,x:s,y:a}}(t)):L(e)?function(t){const e\u003dj(t),n\u003de.top+t.clientTop,i\u003de.left+t.clientLeft;return{top:n,left:i,x:i,y:n,right:i+t.clientWidth,bottom:n+t.clientHeight,width:t.clientWidth,height:t.clientHeight}}(e):d(function(t){var e;const n\u003dI(t),i\u003dq(t),o\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,r\u003dD(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s\u003dD(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let a\u003d-i.scrollLeft+W(t);const l\u003d-i.scrollTop;return\"rtl\"\u003d\u003d\u003dO(o||n).direction\u0026\u0026(a+\u003dD(n.clientWidth,o?o.clientWidth:0)-r),{width:r,height:s,x:a,y:l}}(I(t)))}function G(t){const e\u003dY(V(t)),n\u003d[\"absolute\",\"fixed\"].includes(O(t).position)\u0026\u0026P(t)?Q(t):t;return L(n)?e.filter(t\u003d\u003eL(t)\u0026\u0026function(t,e){const n\u003dnull\u003d\u003de.getRootNode?void 0:e.getRootNode();if(t.contains(e))return!0;if(n\u0026\u0026N(n)){let n\u003de;do{if(n\u0026\u0026t\u003d\u003d\u003dn)return!0;n\u003dn.parentNode||n.host}while(n)}return!1}(t,n)\u0026\u0026\"body\"!\u003d\u003dB(t)):[]}const Z\u003d{getElementRects:t\u003d\u003e{let{reference:e,floating:n,strategy:i}\u003dt;return{reference:F(e,Q(n),i),floating:{...X(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:t\u003d\u003efunction(t){let{rect:e,offsetParent:n,strategy:i}\u003dt;const o\u003dP(n),r\u003dI(n);if(n\u003d\u003d\u003dr)return e;let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if((o||!o\u0026\u0026\"fixed\"!\u003d\u003di)\u0026\u0026((\"body\"!\u003d\u003dB(n)||A(r))\u0026\u0026(s\u003dq(n)),P(n))){const t\u003dj(n,!0);a.x\u003dt.x+n.clientLeft,a.y\u003dt.y+n.clientTop}return{...e,x:e.x-s.scrollLeft+a.x,y:e.y-s.scrollTop+a.y}}(t),getOffsetParent:t\u003d\u003e{let{element:e}\u003dt;return Q(e)},isElement:t\u003d\u003eL(t),getDocumentElement:t\u003d\u003e{let{element:e}\u003dt;return I(e)},getClippingClientRect:t\u003d\u003efunction(t){let{element:e,boundary:n,rootBoundary:i}\u003dt;const o\u003d[...\"clippingParents\"\u003d\u003d\u003dn?G(e):[].concat(n),i],r\u003do[0],s\u003do.reduce((t,n)\u003d\u003e{const i\u003dK(e,n);return t.top\u003dD(i.top,t.top),t.right\u003dH(i.right,t.right),t.bottom\u003dH(i.bottom,t.bottom),t.left\u003dD(i.left,t.left),t},K(e,r));return s.width\u003ds.right-s.left,s.height\u003ds.bottom-s.top,s.x\u003ds.left,s.y\u003ds.top,s}(t),getDimensions:t\u003d\u003e{let{element:e}\u003dt;return X(e)},getClientRects:t\u003d\u003e{let{element:e}\u003dt;return e.getClientRects()}},J\u003d(t,e,n)\u003d\u003e(async(t,e,n)\u003d\u003e{const{placement:i\u003d\"bottom\",strategy:o\u003d\"absolute\",middleware:r\u003d[],platform:s}\u003dn;let a\u003dawait s.getElementRects({reference:t,floating:e,strategy:o}),{x:l,y:u}\u003dc({...a,placement:i}),d\u003di,h\u003d{};for(let n\u003d0;n\u003cr.length;n++){0;const{name:p,fn:f}\u003dr[n],{x:m,y:v,data:g,reset:y}\u003dawait f({x:l,y:u,initialPlacement:i,placement:d,strategy:o,middlewareData:h,rects:a,platform:s,elements:{reference:t,floating:e}});l\u003dnull!\u003dm?m:l,u\u003dnull!\u003dv?v:u,h\u003d{...h,[p]:null!\u003dg?g:{}},y\u0026\u0026(\"object\"\u003d\u003dtypeof y\u0026\u0026(y.placement\u0026\u0026(d\u003dy.placement),y.rects\u0026\u0026(a\u003d!0\u003d\u003d\u003dy.rects?await s.getElementRects({reference:t,floating:e,strategy:o}):y.rects),({x:l,y:u}\u003dc({...a,placement:d}))),n\u003d-1)}return{x:l,y:u,placement:d,strategy:o,middlewareData:h}})(t,e,{platform:Z,...n});var tt\u003di(740),et\u003di.n(tt),nt\u003dObject.defineProperty,it\u003dObject.defineProperties,ot\u003dObject.getOwnPropertyDescriptors,rt\u003dObject.getOwnPropertySymbols,st\u003dObject.prototype.hasOwnProperty,at\u003dObject.prototype.propertyIsEnumerable,lt\u003d(t,e,n)\u003d\u003ee in t?nt(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]\u003dn,ct\u003d(t,e)\u003d\u003e{for(var n in e||(e\u003d{}))st.call(e,n)\u0026\u0026lt(t,n,e[n]);if(rt)for(var n of rt(e))at.call(e,n)\u0026\u0026lt(t,n,e[n]);return t},ut\u003d(t,e)\u003d\u003eit(t,ot(e));const dt\u003d{disabled:!1,distance:5,skidding:0,container:\"body\",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:\"absolute\",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:\"top\",triggers:[\"hover\",\"focus\",\"touch\"],hideTriggers:t\u003d\u003e[...t,\"click\"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:\"...\"},dropdown:{placement:\"bottom\",triggers:[\"click\"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:\"dropdown\",triggers:[\"hover\",\"focus\"],popperTriggers:[\"hover\",\"focus\"],delay:{show:0,hide:400}}}};function ht(t,e){let n,i\u003ddt.themes[t]||{};do{n\u003di[e],void 0\u003d\u003d\u003dn?i.$extend?i\u003ddt.themes[i.$extend]||{}:(i\u003dnull,n\u003ddt[e]):i\u003dnull}while(i);return n}let pt\u003d!1;if(\"undefined\"!\u003dtypeof window){pt\u003d!1;try{const t\u003dObject.defineProperty({},\"passive\",{get(){pt\u003d!0}});window.addEventListener(\"test\",null,t)}catch(t){}}let ft\u003d!1;\"undefined\"!\u003dtypeof window\u0026\u0026\"undefined\"!\u003dtypeof navigator\u0026\u0026(ft\u003d/iPad|iPhone|iPod/.test(navigator.userAgent)\u0026\u0026!window.MSStream);const mt\u003d[\"auto\",\"top\",\"bottom\",\"left\",\"right\"].reduce((t,e)\u003d\u003et.concat([e,e+\"-start\",e+\"-end\"]),[]),vt\u003d{hover:\"mouseenter\",focus:\"focus\",click:\"click\",touch:\"touchstart\"},gt\u003d{hover:\"mouseleave\",focus:\"blur\",click:\"click\",touch:\"touchend\"};function yt(){return new Promise(t\u003d\u003erequestAnimationFrame(()\u003d\u003e{requestAnimationFrame(t)}))}const wt\u003d[];let bt\u003dnull,_t\u003dfunction(){};function St(t){return function(){return ht(this.$props.theme,t)}}\"undefined\"!\u003dtypeof window\u0026\u0026(_t\u003dwindow.Element);const xt\u003d\"__floating-vue__popper\";var Ct\u003d()\u003d\u003e({name:\"VPopper\",props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,required:!0},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:St(\"disabled\")},positioningDisabled:{type:Boolean,default:St(\"positioningDisabled\")},placement:{type:String,default:St(\"placement\"),validator:t\u003d\u003emt.includes(t)},delay:{type:[String,Number,Object],default:St(\"delay\")},distance:{type:[Number,String],default:St(\"distance\")},skidding:{type:[Number,String],default:St(\"skidding\")},triggers:{type:Array,default:St(\"triggers\")},showTriggers:{type:[Array,Function],default:St(\"showTriggers\")},hideTriggers:{type:[Array,Function],default:St(\"hideTriggers\")},popperTriggers:{type:Array,default:St(\"popperTriggers\")},popperShowTriggers:{type:[Array,Function],default:St(\"popperShowTriggers\")},popperHideTriggers:{type:[Array,Function],default:St(\"popperHideTriggers\")},container:{type:[String,Object,_t,Boolean],default:St(\"container\")},boundary:{type:[String,_t],default:St(\"boundary\")},strategy:{type:String,validator:t\u003d\u003e[\"absolute\",\"fixed\"].includes(t),default:St(\"strategy\")},autoHide:{type:Boolean,default:St(\"autoHide\")},handleResize:{type:Boolean,default:St(\"handleResize\")},instantMove:{type:Boolean,default:St(\"instantMove\")},eagerMount:{type:Boolean,default:St(\"eagerMount\")},popperClass:{type:[String,Array,Object],default:St(\"popperClass\")},computeTransformOrigin:{type:Boolean,default:St(\"computeTransformOrigin\")},autoMinSize:{type:Boolean,default:St(\"autoMinSize\")},autoSize:{type:[Boolean,String],default:St(\"autoSize\")},autoMaxSize:{type:Boolean,default:St(\"autoMaxSize\")},autoBoundaryMaxSize:{type:Boolean,default:St(\"autoBoundaryMaxSize\")},preventOverflow:{type:Boolean,default:St(\"preventOverflow\")},overflowPadding:{type:[Number,String],default:St(\"overflowPadding\")},arrowPadding:{type:[Number,String],default:St(\"arrowPadding\")},arrowOverflow:{type:Boolean,default:St(\"arrowOverflow\")},flip:{type:Boolean,default:St(\"flip\")},shift:{type:Boolean,default:St(\"shift\")},shiftCrossAxis:{type:Boolean,default:St(\"shiftCrossAxis\")}},provide(){return{[xt]:{parentPopper:this}}},inject:{[xt]:{default:null}},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:\"\",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set}},computed:{popperId(){return null!\u003dthis.ariaId?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:ut(ct({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result}},parentPopper(){var t;return null\u003d\u003d(t\u003dthis[xt])?void 0:t.parentPopper}},watch:ct(ct({shown:\"$_autoShowHide\",disabled(t){t?this.dispose():this.init()},async container(){this.isShown\u0026\u0026(this.$_ensureTeleport(),await this.$_computePosition())}},[\"triggers\",\"positioningDisabled\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_refreshListeners\",t),{})),[\"placement\",\"distance\",\"skidding\",\"boundary\",\"strategy\",\"overflowPadding\",\"arrowPadding\",\"preventOverflow\",\"shift\",\"shiftCrossAxis\",\"flip\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_computePosition\",t),{})),created(){this.$_isDisposed\u003d!0,this.randomId\u003d\"popper_\"+[Math.random(),Date.now()].map(t\u003d\u003et.toString(36).substring(2,10)).join(\"_\"),this.autoMinSize\u0026\u0026console.warn(\u0027[floating-vue] `autoMinSize` option is deprecated. Use `autoSize\u003d\"min\"` instead.\u0027),this.autoMaxSize\u0026\u0026console.warn(\"[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.\")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeDestroy(){this.dispose()},methods:{show({event:t\u003dnull,skipDelay:e\u003d!1,force:n\u003d!1}\u003d{}){var i,o;(null\u003d\u003d(i\u003dthis.parentPopper)?void 0:i.lockedChild)\u0026\u0026this.parentPopper.lockedChild!\u003d\u003dthis||(this.$_pendingHide\u003d!1,!n\u0026\u0026this.disabled||((null\u003d\u003d(o\u003dthis.parentPopper)?void 0:o.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_scheduleShow(t,e),this.$emit(\"show\"),this.$_showFrameLocked\u003d!0,requestAnimationFrame(()\u003d\u003e{this.$_showFrameLocked\u003d!1})),this.$emit(\"update:shown\",!0))},hide({event:t\u003dnull,skipDelay:e\u003d!1}\u003d{}){var n;this.$_hideInProgress||(this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:this.$_isAimingPopper()?this.parentPopper\u0026\u0026(this.parentPopper.lockedChild\u003dthis,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer\u003dsetTimeout(()\u003d\u003e{this.parentPopper.lockedChild\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild.hide({skipDelay:e}),this.parentPopper.lockedChild\u003dnull)},1e3)):((null\u003d\u003d(n\u003dthis.parentPopper)?void 0:n.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_pendingHide\u003d!1,this.$_scheduleHide(t,e),this.$emit(\"hide\"),this.$emit(\"update:shown\",!1)))},init(){this.$_isDisposed\u0026\u0026(this.$_isDisposed\u003d!1,this.isMounted\u003d!1,this.$_events\u003d[],this.$_preventShow\u003d!1,this.$_referenceNode\u003dthis.referenceNode(),this.$_targetNodes\u003dthis.targetNodes().filter(t\u003d\u003et.nodeType\u003d\u003d\u003dt.ELEMENT_NODE),this.$_popperNode\u003dthis.popperNode(),this.$_innerNode\u003dthis.$_popperNode.querySelector(\".v-popper__inner\"),this.$_arrowNode\u003dthis.$_popperNode.querySelector(\".v-popper__arrow-container\"),this.$_swapTargetAttrs(\"title\",\"data-original-title\"),this.$_detachPopperNode(),this.triggers.length\u0026\u0026this.$_addEventListeners(),this.shown\u0026\u0026this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed\u003d!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted\u003d!1,this.isShown\u003d!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs(\"data-original-title\",\"title\"),this.$emit(\"dispose\"))},async onResize(){this.isShown\u0026\u0026(await this.$_computePosition(),this.$emit(\"resize\"))},async $_computePosition(){var t;if(this.$_isDisposed||this.positioningDisabled)return;const e\u003d{strategy:this.strategy,middleware:[]};(this.distance||this.skidding)\u0026\u0026e.middleware.push($({mainAxis:this.distance,crossAxis:this.skidding}));const n\u003dthis.placement.startsWith(\"auto\");if(n?e.middleware.push(x({alignment:null!\u003d(t\u003dthis.placement.split(\"-\")[1])?t:\"\"})):e.placement\u003dthis.placement,this.preventOverflow\u0026\u0026(this.shift\u0026\u0026e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"shift\",options:t,async fn(e){const{x:n,y:i,placement:o}\u003de,{mainAxis:s\u003d!0,crossAxis:l\u003d!1,limiter:c\u003d{fn:t\u003d\u003e{let{x:e,y:n}\u003dt;return{x:e,y:n}}},...u}\u003dt,d\u003d{x:n,y:i},p\u003dawait h(e,u),f\u003da(r(o)),v\u003dk(f);let g\u003dd[f],y\u003dd[v];if(s){const t\u003d\"y\"\u003d\u003d\u003df?\"bottom\":\"right\";g\u003dm(g+p[\"y\"\u003d\u003d\u003df?\"top\":\"left\"],g,g-p[t])}if(l){const t\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\";y\u003dm(y+p[\"y\"\u003d\u003d\u003dv?\"top\":\"left\"],y,y-p[t])}const w\u003dc.fn({...e,[f]:g,[v]:y});return{...w,data:{x:w.x-n,y:w.y-i}}}}}({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n\u0026\u0026this.flip\u0026\u0026e.middleware.push(C({padding:this.overflowPadding,boundary:this.boundary}))),e.middleware.push((t\u003d\u003e({name:\"arrow\",options:t,async fn(e){const{element:n,padding:i\u003d0}\u003dnull!\u003dt?t:{},{x:o,y:s,placement:c,rects:d,platform:h}\u003de;if(null\u003d\u003dn)return{};const p\u003du(i),f\u003d{x:o,y:s},v\u003da(r(c)),g\u003dl(v),y\u003dawait h.getDimensions({element:n}),w\u003d\"y\"\u003d\u003d\u003dv?\"top\":\"left\",b\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\",_\u003dd.reference[g]+d.reference[v]-f[v]-d.floating[g],S\u003df[v]-d.reference[v],x\u003dawait h.getOffsetParent({element:n}),C\u003dx?\"y\"\u003d\u003d\u003dv?x.clientHeight||0:x.clientWidth||0:0,$\u003d_/2-S/2,k\u003dp[w],T\u003dC-y[g]-p[b],E\u003dC/2-y[g]/2+$,O\u003dm(k,E,T);return{data:{[v]:O,centerOffset:E-O}}}}))({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow\u0026\u0026e.middleware.push({name:\"arrowOverflow\",fn:({placement:t,rects:e,middlewareData:n})\u003d\u003e{let i;const{centerOffset:o}\u003dn.arrow;return i\u003dt.startsWith(\"top\")||t.startsWith(\"bottom\")?Math.abs(o)\u003ee.reference.width/2:Math.abs(o)\u003ee.reference.height/2,{data:{overflow:i}}}}),this.autoMinSize||this.autoSize){const t\u003dthis.autoSize?this.autoSize:this.autoMinSize?\"min\":null;e.middleware.push({name:\"autoSize\",fn:({rects:e,placement:n,middlewareData:i})\u003d\u003e{var o;if(null\u003d\u003d(o\u003di.autoSize)?void 0:o.skip)return{};let r,s;return n.startsWith(\"top\")||n.startsWith(\"bottom\")?r\u003de.reference.width:s\u003de.reference.height,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minWidth\":\"max\"\u003d\u003d\u003dt?\"maxWidth\":\"width\"]\u003dnull!\u003dr?r+\"px\":null,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minHeight\":\"max\"\u003d\u003d\u003dt?\"maxHeight\":\"height\"]\u003dnull!\u003ds?s+\"px\":null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)\u0026\u0026(this.$_innerNode.style.maxWidth\u003dnull,this.$_innerNode.style.maxHeight\u003dnull,e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"size\",options:t,async fn(e){var n;const{placement:i,rects:o,middlewareData:a}\u003de,{apply:l,...c}\u003dt;if(null!\u003d(n\u003da.size)\u0026\u0026n.skip)return{};const u\u003dawait h(e,c),d\u003dr(i),p\u003d\"end\"\u003d\u003d\u003ds(i);let m,v;\"top\"\u003d\u003d\u003dd||\"bottom\"\u003d\u003d\u003dd?(m\u003dd,v\u003dp?\"left\":\"right\"):(v\u003dd,m\u003dp?\"top\":\"bottom\");const g\u003df(u.left,0),y\u003df(u.right,0),w\u003df(u.top,0),b\u003df(u.bottom,0),_\u003d{height:o.floating.height-([\"left\",\"right\"].includes(i)?2*(0!\u003d\u003dw||0!\u003d\u003db?w+b:f(u.top,u.bottom)):u[m]),width:o.floating.width-([\"top\",\"bottom\"].includes(i)?2*(0!\u003d\u003dg||0!\u003d\u003dy?g+y:f(u.left,u.right)):u[v])};return null\u003d\u003dl||l({..._,...o}),{data:{skip:!0},reset:{rects:!0}}}}}({boundary:this.boundary,padding:this.overflowPadding,apply:({width:t,height:e})\u003d\u003e{this.$_innerNode.style.maxWidth\u003dnull!\u003dt?t+\"px\":null,this.$_innerNode.style.maxHeight\u003dnull!\u003de?e+\"px\":null}})));const i\u003dawait J(this.$_referenceNode,this.$_popperNode,e);Object.assign(this.result,{x:i.x,y:i.y,placement:i.placement,strategy:i.strategy,arrow:ct(ct({},i.middlewareData.arrow),i.middlewareData.arrowOverflow)})},$_scheduleShow(t\u003dnull,e\u003d!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress\u003d!1,clearTimeout(this.$_scheduleTimer),bt\u0026\u0026this.instantMove\u0026\u0026bt.instantMove\u0026\u0026bt!\u003d\u003dthis.parentPopper)return bt.$_applyHide(!0),void this.$_applyShow(!0);e?this.$_applyShow():this.$_scheduleTimer\u003dsetTimeout(this.$_applyShow.bind(this),this.$_computeDelay(\"show\"))},$_scheduleHide(t\u003dnull,e\u003d!1){this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:(this.$_updateParentShownChildren(!1),this.$_hideInProgress\u003d!0,clearTimeout(this.$_scheduleTimer),this.isShown\u0026\u0026(bt\u003dthis),e?this.$_applyHide():this.$_scheduleTimer\u003dsetTimeout(this.$_applyHide.bind(this),this.$_computeDelay(\"hide\")))},$_computeDelay(t){const e\u003dthis.delay;return parseInt(e\u0026\u0026e[t]||e||0)},async $_applyShow(t\u003d!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition\u003dt,this.isShown||(this.$_ensureTeleport(),await yt(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Y(this.$_referenceNode),...Y(this.$_popperNode)],\"scroll\",()\u003d\u003e{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t\u003dthis.$_referenceNode.getBoundingClientRect(),e\u003dthis.$_popperNode.querySelector(\".v-popper__wrapper\"),n\u003de.parentNode.getBoundingClientRect(),i\u003dt.x+t.width/2-(n.left+e.offsetLeft),o\u003dt.y+t.height/2-(n.top+e.offsetTop);this.result.transformOrigin\u003d`${i}px ${o}px`}this.isShown\u003d!0,this.$_applyAttrsToTarget({\"aria-describedby\":this.popperId,\"data-popper-shown\":\"\"});const t\u003dthis.showGroup;if(t){let e;for(let n\u003d0;n\u003cwt.length;n++)e\u003dwt[n],e.showGroup!\u003d\u003dt\u0026\u0026(e.hide(),e.$emit(\"close-group\"))}wt.push(this),this.$emit(\"apply-show\"),this.classes.showFrom\u003d!0,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!1,await yt(),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!0},async $_applyHide(t\u003d!1){if(this.shownChildren.size\u003e0)return this.$_pendingHide\u003d!0,void(this.$_hideInProgress\u003d!1);if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition\u003dt,function(t,e){const n\u003dt.indexOf(e);-1!\u003d\u003dn\u0026\u0026t.splice(n,1)}(wt,this),bt\u003d\u003d\u003dthis\u0026\u0026(bt\u003dnull),this.isShown\u003d!1,this.$_applyAttrsToTarget({\"aria-describedby\":void 0,\"data-popper-shown\":void 0}),clearTimeout(this.$_disposeTimer);const e\u003dht(this.theme,\"disposeTimeout\");null!\u003d\u003de\u0026\u0026(this.$_disposeTimer\u003dsetTimeout(()\u003d\u003e{this.$_popperNode\u0026\u0026(this.$_detachPopperNode(),this.isMounted\u003d!1)},e)),this.$_removeEventListeners(\"scroll\"),this.$emit(\"apply-hide\"),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!0,this.classes.hideTo\u003d!1,await yt(),this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let t\u003dthis.container;if(\"string\"\u003d\u003dtypeof t?t\u003dwindow.document.querySelector(t):!1\u003d\u003d\u003dt\u0026\u0026(t\u003dthis.$_targetNodes[0].parentNode),!t)throw new Error(\"No container for popover: \"+this.container);t.appendChild(this.$_popperNode),this.isMounted\u003d!0},$_addEventListeners(){const t\u003dt\u003d\u003e{this.isShown\u0026\u0026!this.$_hideInProgress||(t.usedByTooltip\u003d!0,!this.$_preventShow\u0026\u0026this.show({event:t}))};this.$_registerTriggerListeners(this.$_targetNodes,vt,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],vt,this.popperTriggers,this.popperShowTriggers,t);const e\u003dt\u003d\u003e{t.usedByTooltip||this.hide({event:t})};this.$_registerTriggerListeners(this.$_targetNodes,gt,this.triggers,this.hideTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],gt,this.popperTriggers,this.popperHideTriggers,e)},$_registerEventListeners(t,e,n){this.$_events.push({targetNodes:t,eventType:e,handler:n}),t.forEach(t\u003d\u003et.addEventListener(e,n,pt?{passive:!0}:void 0))},$_registerTriggerListeners(t,e,n,i,o){let r\u003dn;null!\u003di\u0026\u0026(r\u003d\"function\"\u003d\u003dtypeof i?i(r):i),r.forEach(n\u003d\u003e{const i\u003de[n];i\u0026\u0026this.$_registerEventListeners(t,i,o)})},$_removeEventListeners(t){const e\u003d[];this.$_events.forEach(n\u003d\u003e{const{targetNodes:i,eventType:o,handler:r}\u003dn;t\u0026\u0026t!\u003d\u003do?e.push(n):i.forEach(t\u003d\u003et.removeEventListener(o,r))}),this.$_events\u003de},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,e\u003d!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit(\"close-directive\"):this.$emit(\"auto-hide\"),e\u0026\u0026(this.$_preventShow\u003d!0,setTimeout(()\u003d\u003e{this.$_preventShow\u003d!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode\u0026\u0026this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,e){for(const n of this.$_targetNodes){const i\u003dn.getAttribute(t);i\u0026\u0026(n.removeAttribute(t),n.setAttribute(e,i))}},$_applyAttrsToTarget(t){for(const e of this.$_targetNodes)for(const n in t){const i\u003dt[n];null\u003d\u003di?e.removeAttribute(n):e.setAttribute(n,i)}},$_updateParentShownChildren(t){let e\u003dthis.parentPopper;for(;e;)t?e.shownChildren.add(this.randomId):(e.shownChildren.delete(this.randomId),e.$_pendingHide\u0026\u0026e.hide()),e\u003de.parentPopper},$_isAimingPopper(){const t\u003dthis.$el.getBoundingClientRect();if(Pt\u003e\u003dt.left\u0026\u0026Pt\u003c\u003dt.right\u0026\u0026Lt\u003e\u003dt.top\u0026\u0026Lt\u003c\u003dt.bottom){const t\u003dthis.$_popperNode.getBoundingClientRect(),e\u003dPt-Ot,n\u003dLt-Bt,i\u003dt.left+t.width/2-Ot+(t.top+t.height/2)-Bt+t.width+t.height,o\u003dOt+e*i,r\u003dBt+n*i;return Nt(Ot,Bt,o,r,t.left,t.top,t.left,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.top,t.right,t.top)||Nt(Ot,Bt,o,r,t.right,t.top,t.right,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$scopedSlots.default(this.slotData)[0]}});function $t(t){for(let e\u003d0;e\u003cwt.length;e++){const n\u003dwt[e];try{const e\u003dn.popperNode();n.$_mouseDownContains\u003de.contains(t.target)}catch(t){}}}function kt(t,e\u003d!1){const n\u003d{};for(let i\u003dwt.length-1;i\u003e\u003d0;i--){const o\u003dwt[i];try{const i\u003do.$_containsGlobalTarget\u003dTt(o,t);o.$_pendingHide\u003d!1,requestAnimationFrame(()\u003d\u003e{if(o.$_pendingHide\u003d!1,!n[o.randomId]\u0026\u0026Et(o,i,t)){if(o.$_handleGlobalClose(t,e),!t.closeAllPopover\u0026\u0026t.closePopover\u0026\u0026i){let t\u003do.parentPopper;for(;t;)n[t.randomId]\u003d!0,t\u003dt.parentPopper;return}let r\u003do.parentPopper;for(;r\u0026\u0026Et(r,r.$_containsGlobalTarget,t);)r.$_handleGlobalClose(t,e),r\u003dr.parentPopper}})}catch(t){}}}function Tt(t,e){const n\u003dt.popperNode();return t.$_mouseDownContains||n.contains(e.target)}function Et(t,e,n){return n.closeAllPopover||n.closePopover\u0026\u0026e||t.autoHide\u0026\u0026!e}\"undefined\"!\u003dtypeof document\u0026\u0026\"undefined\"!\u003dtypeof window\u0026\u0026(ft?(document.addEventListener(\"touchstart\",$t,!pt||{passive:!0,capture:!0}),document.addEventListener(\"touchend\",(function(t){kt(t,!0)}),!pt||{passive:!0,capture:!0})):(window.addEventListener(\"mousedown\",$t,!0),window.addEventListener(\"click\",(function(t){kt(t)}),!0)),window.addEventListener(\"resize\",(function(t){for(let e\u003d0;e\u003cwt.length;e++){wt[e].$_computePosition(t)}})));let Ot\u003d0,Bt\u003d0,Pt\u003d0,Lt\u003d0;function Nt(t,e,n,i,o,r,s,a){const l\u003d((s-o)*(e-r)-(a-r)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e)),c\u003d((n-t)*(e-r)-(i-e)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e));return l\u003e\u003d0\u0026\u0026l\u003c\u003d1\u0026\u0026c\u003e\u003d0\u0026\u0026c\u003c\u003d1}var At;function zt(){zt.init||(zt.init\u003d!0,At\u003d-1!\u003d\u003dfunction(){var t\u003dwindow.navigator.userAgent,e\u003dt.indexOf(\"MSIE \");if(e\u003e0)return parseInt(t.substring(e+5,t.indexOf(\".\",e)),10);if(t.indexOf(\"Trident/\")\u003e0){var n\u003dt.indexOf(\"rv:\");return parseInt(t.substring(n+3,t.indexOf(\".\",n)),10)}var i\u003dt.indexOf(\"Edge/\");return i\u003e0?parseInt(t.substring(i+5,t.indexOf(\".\",i)),10):-1}())}function Mt(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n}\"undefined\"!\u003dtypeof window\u0026\u0026window.addEventListener(\"mousemove\",t\u003d\u003e{Ot\u003dPt,Bt\u003dLt,Pt\u003dt.clientX,Lt\u003dt.clientY},pt?{passive:!0}:void 0);var Ht\u003d{name:\"ResizeObserver\",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted:function(){var t\u003dthis;zt(),this.$nextTick((function(){t._w\u003dt.$el.offsetWidth,t._h\u003dt.$el.offsetHeight,t.emitOnMount\u0026\u0026t.emitSize()}));var e\u003ddocument.createElement(\"object\");this._resizeObject\u003de,e.setAttribute(\"aria-hidden\",\"true\"),e.setAttribute(\"tabindex\",-1),e.onload\u003dthis.addResizeHandlers,e.type\u003d\"text/html\",At\u0026\u0026this.$el.appendChild(e),e.data\u003d\"about:blank\",At||this.$el.appendChild(e)},beforeDestroy:function(){this.removeResizeHandlers()},methods:{compareAndNotify:function(){(!this.ignoreWidth\u0026\u0026this._w!\u003d\u003dthis.$el.offsetWidth||!this.ignoreHeight\u0026\u0026this._h!\u003d\u003dthis.$el.offsetHeight)\u0026\u0026(this._w\u003dthis.$el.offsetWidth,this._h\u003dthis.$el.offsetHeight,this.emitSize())},emitSize:function(){this.$emit(\"notify\",{width:this._w,height:this._h})},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener(\"resize\",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject\u0026\u0026this._resizeObject.onload\u0026\u0026(!At\u0026\u0026this._resizeObject.contentDocument\u0026\u0026this._resizeObject.contentDocument.defaultView.removeEventListener(\"resize\",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload\u003dnull,this._resizeObject\u003dnull)}}},Dt\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"resize-observer\",attrs:{tabindex:\"-1\"}})};Dt._withStripped\u003d!0;var Rt\u003dMt({render:Dt,staticRenderFns:[]},void 0,Ht,\"data-v-8859cc6c\",!1,void 0,!1,void 0,void 0,void 0);var jt\u003d{version:\"1.0.1\",install:function(t){t.component(\"resize-observer\",Rt),t.component(\"ResizeObserver\",Rt)}},It\u003dnull;\"undefined\"!\u003dtypeof window?It\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(It\u003di.g.Vue),It\u0026\u0026It.use(jt);var qt\u003d{computed:{themeClass(){return function(t){const e\u003d[t];let n\u003ddt.themes[t]||{};do{n.$extend\u0026\u0026!n.$resetCss?(e.push(n.$extend),n\u003ddt.themes[n.$extend]||{}):n\u003dnull}while(n);return e.map(t\u003d\u003e\"v-popper--theme-\"+t)}(this.theme)}}},Wt\u003d{name:\"VPopperContent\",components:{ResizeObserver:Rt},mixins:[qt],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},methods:{toPx:t\u003d\u003enull\u003d\u003dt||isNaN(t)?null:t+\"px\"}};function Ft(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const Vt\u003d{};var Ut\u003dFt(Wt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{ref:\"popover\",staticClass:\"v-popper__popper\",class:[t.themeClass,t.classes.popperClass,{\"v-popper__popper--shown\":t.shown,\"v-popper__popper--hidden\":!t.shown,\"v-popper__popper--show-from\":t.classes.showFrom,\"v-popper__popper--show-to\":t.classes.showTo,\"v-popper__popper--hide-from\":t.classes.hideFrom,\"v-popper__popper--hide-to\":t.classes.hideTo,\"v-popper__popper--skip-transition\":t.skipTransition,\"v-popper__popper--arrow-overflow\":t.result\u0026\u0026t.result.arrow.overflow,\"v-popper__popper--no-positioning\":!t.result}],style:t.result?{position:t.result.strategy,transform:\"translate3d(\"+Math.round(t.result.x)+\"px,\"+Math.round(t.result.y)+\"px,0)\"}:void 0,attrs:{id:t.popperId,\"aria-hidden\":t.shown?\"false\":\"true\",tabindex:t.autoHide?0:void 0,\"data-popper-placement\":t.result?t.result.placement:void 0},on:{keyup:function(e){if(!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"]))return null;t.autoHide\u0026\u0026t.$emit(\"hide\")}}},[n(\"div\",{staticClass:\"v-popper__backdrop\",on:{click:function(e){t.autoHide\u0026\u0026t.$emit(\"hide\")}}}),n(\"div\",{staticClass:\"v-popper__wrapper\",style:t.result?{transformOrigin:t.result.transformOrigin}:void 0},[n(\"div\",{ref:\"inner\",staticClass:\"v-popper__inner\"},[t.mounted?[n(\"div\",[t._t(\"default\")],2),t.handleResize?n(\"ResizeObserver\",{on:{notify:function(e){return t.$emit(\"resize\",e)}}}):t._e()]:t._e()],2),n(\"div\",{ref:\"arrow\",staticClass:\"v-popper__arrow-container\",style:t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0},[n(\"div\",{staticClass:\"v-popper__arrow-outer\"}),n(\"div\",{staticClass:\"v-popper__arrow-inner\"})])])])}),[],!1,Qt,null,null,null);function Qt(t){for(let t in Vt)this[t]\u003dVt[t]}var Xt\u003dfunction(){return Ut.exports}(),Yt\u003d{methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}},Kt\u003d{name:\"VPopperWrapper\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt,qt],inheritAttrs:!1,props:{theme:{type:String,default(){return this.$options.vPopperTheme}}},methods:{getTargetNodes(){return Array.from(this.$refs.reference.children).filter(t\u003d\u003et!\u003d\u003dthis.$refs.popperContent.$el)}}};const Gt\u003d{};var Zt\u003dFt(Kt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"target-nodes\":t.getTargetNodes,\"reference-node\":function(){return t.$refs.reference},\"popper-node\":function(){return t.$refs.popperContent.$el}},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.show,c\u003de.hide,u\u003de.handleResize,d\u003de.onResize,h\u003de.classes,p\u003de.result;return[n(\"div\",{ref:\"reference\",staticClass:\"v-popper\",class:[t.themeClass,{\"v-popper--shown\":o}]},[t._t(\"default\",null,{shown:o,show:l,hide:c}),n(\"PopperContent\",{ref:\"popperContent\",attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":u,classes:h,result:p},on:{hide:c,resize:d}},[t._t(\"popper\",null,{shown:o,hide:c})],2)],2)]}}],null,!0)},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,Jt,null,null,null);function Jt(t){for(let t in Gt)this[t]\u003dGt[t]}var te\u003dfunction(){return Zt.exports}(),ee\u003dut(ct({},te),{name:\"VDropdown\",vPopperTheme:\"dropdown\"});const ne\u003d{};var ie\u003dFt(ee,void 0,void 0,!1,oe,null,null,null);function oe(t){for(let t in ne)this[t]\u003dne[t]}var re\u003dfunction(){return ie.exports}(),se\u003dut(ct({},te),{name:\"VMenu\",vPopperTheme:\"menu\"});const ae\u003d{};var le\u003dFt(se,void 0,void 0,!1,ce,null,null,null);function ce(t){for(let t in ae)this[t]\u003dae[t]}var ue\u003dfunction(){return le.exports}(),de\u003dut(ct({},te),{name:\"VTooltip\",vPopperTheme:\"tooltip\"});const he\u003d{};var pe\u003dFt(de,void 0,void 0,!1,fe,null,null,null);function fe(t){for(let t in he)this[t]\u003dhe[t]}var me\u003dfunction(){return pe.exports}(),ve\u003d{name:\"VTooltipDirective\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt],inheritAttrs:!1,props:{theme:{type:String,default:\"tooltip\"},html:{type:Boolean,default(){return ht(this.theme,\"html\")}},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default(){return ht(this.theme,\"loadingContent\")}}},data:()\u003d\u003e({asyncContent:null}),computed:{isContentAsync(){return\"function\"\u003d\u003dtypeof this.content},loading(){return this.isContentAsync\u0026\u0026null\u003d\u003dthis.asyncContent},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(t){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId\u003d0},methods:{fetchContent(t){if(\"function\"\u003d\u003dtypeof this.content\u0026\u0026this.$_isShown\u0026\u0026(t||!this.$_loading\u0026\u0026null\u003d\u003dthis.asyncContent)){this.asyncContent\u003dnull,this.$_loading\u003d!0;const t\u003d++this.$_fetchId,e\u003dthis.content(this);e.then?e.then(e\u003d\u003ethis.onResult(t,e)):this.onResult(t,e)}},onResult(t,e){t\u003d\u003d\u003dthis.$_fetchId\u0026\u0026(this.$_loading\u003d!1,this.asyncContent\u003de)},onShow(){this.$_isShown\u003d!0,this.fetchContent()},onHide(){this.$_isShown\u003d!1}}};const ge\u003d{};var ye\u003dFt(ve,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"popper-node\":function(){return t.$refs.popperContent.$el}},on:{\"apply-show\":t.onShow,\"apply-hide\":t.onHide},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.hide,c\u003de.handleResize,u\u003de.onResize,d\u003de.classes,h\u003de.result;return[n(\"PopperContent\",{ref:\"popperContent\",class:{\"v-popper--tooltip-loading\":t.loading},attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":c,classes:d,result:h},on:{hide:l,resize:u}},[t.html?n(\"div\",{domProps:{innerHTML:t._s(t.finalContent)}}):n(\"div\",{domProps:{textContent:t._s(t.finalContent)}})])]}}])},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,we,null,null,null);function we(t){for(let t in ge)this[t]\u003dge[t]}var be\u003dfunction(){return ye.exports}();function _e(t,e,n){let i;const o\u003dtypeof e;return i\u003d\"string\"\u003d\u003d\u003do?{content:e}:e\u0026\u0026\"object\"\u003d\u003d\u003do?e:{content:!1},i.placement\u003dfunction(t,e){let n\u003dt.placement;if(!n\u0026\u0026e)for(const t of mt)e[t]\u0026\u0026(n\u003dt);return n||(n\u003dht(t.theme||\"tooltip\",\"placement\")),n}(i,n),i.targetNodes\u003d()\u003d\u003e[t],i.referenceNode\u003d()\u003d\u003et,i}function Se(t,e,n){const i\u003d_e(t,e,n),o\u003dt.$_popper\u003dnew(et())({mixins:[Yt],data:()\u003d\u003e({options:i}),render(t){const e\u003dthis.options,{theme:n,html:i,content:o,loadingContent:r}\u003de,s\u003d((t,e)\u003d\u003e{var n\u003d{};for(var i in t)st.call(t,i)\u0026\u0026e.indexOf(i)\u003c0\u0026\u0026(n[i]\u003dt[i]);if(null!\u003dt\u0026\u0026rt)for(var i of rt(t))e.indexOf(i)\u003c0\u0026\u0026at.call(t,i)\u0026\u0026(n[i]\u003dt[i]);return n})(e,[\"theme\",\"html\",\"content\",\"loadingContent\"]);return t(be,{props:{theme:n,html:i,content:o,loadingContent:r},attrs:s,ref:\"popper\"})},devtools:{hide:!0}}),r\u003ddocument.createElement(\"div\");return document.body.appendChild(r),o.$mount(r),t.classList\u0026\u0026t.classList.add(\"v-popper--has-tooltip\"),o}function xe(t){t.$_popper\u0026\u0026(t.$_popper.$destroy(),delete t.$_popper,delete t.$_popperOldShown),t.classList\u0026\u0026t.classList.remove(\"v-popper--has-tooltip\")}function Ce(t,{value:e,oldValue:n,modifiers:i}){const o\u003d_e(t,e,i);if(!o.content||ht(o.theme||\"tooltip\",\"disabled\"))xe(t);else{let n;t.$_popper?(n\u003dt.$_popper,n.options\u003do):n\u003dSe(t,e,i),void 0!\u003d\u003de.shown\u0026\u0026e.shown!\u003d\u003dt.$_popperOldShown\u0026\u0026(t.$_popperOldShown\u003de.shown,e.shown?n.show():n.hide())}}var $e\u003d{bind:Ce,update:Ce,unbind(t){xe(t)}};function ke(t){t.addEventListener(\"click\",Ee),t.addEventListener(\"touchstart\",Oe,!!pt\u0026\u0026{passive:!0})}function Te(t){t.removeEventListener(\"click\",Ee),t.removeEventListener(\"touchstart\",Oe),t.removeEventListener(\"touchend\",Be),t.removeEventListener(\"touchcancel\",Pe)}function Ee(t){const e\u003dt.currentTarget;t.closePopover\u003d!e.$_vclosepopover_touch,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}function Oe(t){if(1\u003d\u003d\u003dt.changedTouches.length){const e\u003dt.currentTarget;e.$_vclosepopover_touch\u003d!0;const n\u003dt.changedTouches[0];e.$_vclosepopover_touchPoint\u003dn,e.addEventListener(\"touchend\",Be),e.addEventListener(\"touchcancel\",Pe)}}function Be(t){const e\u003dt.currentTarget;if(e.$_vclosepopover_touch\u003d!1,1\u003d\u003d\u003dt.changedTouches.length){const n\u003dt.changedTouches[0],i\u003de.$_vclosepopover_touchPoint;t.closePopover\u003dMath.abs(n.screenY-i.screenY)\u003c20\u0026\u0026Math.abs(n.screenX-i.screenX)\u003c20,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}}function Pe(t){t.currentTarget.$_vclosepopover_touch\u003d!1}var Le\u003d{bind(t,{value:e,modifiers:n}){t.$_closePopoverModifiers\u003dn,(void 0\u003d\u003d\u003de||e)\u0026\u0026ke(t)},update(t,{value:e,oldValue:n,modifiers:i}){t.$_closePopoverModifiers\u003di,e!\u003d\u003dn\u0026\u0026(void 0\u003d\u003d\u003de||e?ke(t):Te(t))},unbind(t){Te(t)}};const Ne\u003dre,Ae\u003dme;const ze\u003d{version:\"1.0.0-beta.14\",install:function(t,e\u003d{}){t.$_vTooltipInstalled||(t.$_vTooltipInstalled\u003d!0,function t(e,n){for(const i in n)Object.prototype.hasOwnProperty.call(n,i)\u0026\u0026(\"object\"\u003d\u003dtypeof n[i]\u0026\u0026e[i]?t(e[i],n[i]):e[i]\u003dn[i])}(dt,e),t.directive(\"tooltip\",$e),t.directive(\"close-popper\",Le),t.component(\"v-tooltip\",me),t.component(\"VTooltip\",me),t.component(\"v-dropdown\",re),t.component(\"VDropdown\",re),t.component(\"v-menu\",ue),t.component(\"VMenu\",ue))},options:dt};let Me\u003dnull;\"undefined\"!\u003dtypeof window?Me\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(Me\u003di.g.Vue),Me\u0026\u0026Me.use(ze);var He\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"alert box-container\",t.containerStyle(),t.addClass,{\"d-flex\":t.seamlessHeaderBool()}],style:t.customStyle()},[t.seamlessHeaderBool()?n(\"div\",{staticClass:\"d-flex\"},[t.iconBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"header-and-body\"},[t.headerBool()?n(\"div\",{class:[\"box-header-wrapper\",{\"alert-dismissible\":t.dismissible}]},[t.iconBool()\u0026\u0026!t.seamlessHeaderBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"box-header\"},[t._t(\"header\")],2),t._v(\" \"),t.dismissible?n(\"button\",{staticClass:\"btn-close close-with-heading\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()]):t._e(),t._v(\" \"),n(\"div\",{class:[\"box-body-wrapper\",{\"alert-dismissible\":t.dismissible\u0026\u0026!t.headerBool(),\"box-body-wrapper-with-heading\":t.headerBool()}]},[t.iconBool()\u0026\u0026!t.headerBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),t.seamlessNoHeaderBool()?n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"contents\",style:t.customColorStyle()},[t._t(\"default\")],2),t._v(\" \"),t.dismissible\u0026\u0026!t.headerBool()?n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()])])])};He._withStripped\u003d!0;var De\u003dfunction(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t};function Re(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t}function je(t){return\"number\"\u003d\u003dtypeof t?t:null\u003d\u003dt||isNaN(Number(t))?null:Number(t)}function Ie(t){var e\u003dt.split(\"#\"),n\u003d\"\";return e.length\u003e1\u0026\u0026(n\u003de[1]),n}function qe(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const We\u003dqe({props:{dismissible:{type:Boolean,default:!1},backgroundColor:{type:String,default:null},borderColor:{type:String,default:null},borderLeftColor:{type:String,default:null},color:{type:String,default:null},icon:{type:String,default:null},iconSize:{type:String,default:null},iconColor:{type:String,default:null},type:{type:String,default:\"\"},addClass:{type:String,default:\"\"},light:{type:Boolean,default:!1},seamless:{type:Boolean,default:!1},noIcon:{type:Boolean,default:!1},noBackground:{type:Boolean,default:!1},noBorder:{type:Boolean,default:!1},theme:{type:String,default:\"\"}},computed:{bootStrapStyle:function(){return function(t,e){var n,i,o\u003d[\"warning\",\"info\",\"definition\",\"success\",\"danger\",\"tip\",\"important\",\"wrong\"].includes(t)?t:\"\",r\u003d[\"primary\",\"secondary\",\"success\",\"danger\",\"warning\",\"info\",\"light\",\"dark\"].includes(e)?e:\"\";if(r)n\u003dr;else switch(o){case\"warning\":n\u003d\"warning\";break;case\"info\":n\u003d\"info\";break;case\"definition\":n\u003d\"primary\";break;case\"success\":case\"tip\":n\u003d\"success\";break;case\"important\":case\"wrong\":n\u003d\"danger\";break;default:n\u003d\"default\"}switch(o){case\"wrong\":i\u003d\"fa-times\";break;case\"warning\":i\u003d\"fa-exclamation\";break;case\"info\":i\u003d\"fa-info\";break;case\"success\":i\u003d\"fa-check\";break;case\"important\":i\u003d\"fa-flag\";break;case\"tip\":i\u003d\"fa-lightbulb\";break;case\"definition\":i\u003d\"fa-atlas\";break;default:i\u003d\"\"}return{style:n,icon:i}}(this.type,this.theme)}},methods:{isSeamless:function(){return!this.light\u0026\u0026this.seamless},seamlessNoHeaderBool:function(){return this.isSeamless()\u0026\u0026!this.headerBool()},seamlessHeaderBool:function(){return this.isSeamless()\u0026\u0026this.headerBool()},headerBool:function(){return!!this.$scopedSlots.header},iconBool:function(){var t\u003d!!this.$scopedSlots.icon;return!this.noIcon\u0026\u0026this.type||t},containerStyle:function(){var t;return t\u003dthis.light?\"\".concat(this.getBootstrapBorderStyle(),\" alert-border-left\"):this.seamless?\"seamless\":this.getBootstrapAlertStyle(),this.noBackground\u0026\u0026(t+\u003d\" no-background\"),this.noBorder\u0026\u0026(t+\u003d\" no-border\"),t},customStyle:function(){var t\u003d{};return this.backgroundColor\u0026\u0026(t.backgroundColor\u003dthis.backgroundColor,t.borderColor\u003dthis.backgroundColor),this.borderColor\u0026\u0026(t.border\u003d\"1px solid \".concat(this.borderColor)),this.borderLeftColor\u0026\u0026(t.borderLeft\u003d\"5px solid \".concat(this.borderLeftColor)),t},customColorStyle:function(){return this.color?{color:this.color}:{}},iconStyle:function(){var t\u003d\"\";return this.iconSize\u0026\u0026(t+\u003d\"fa-\".concat(this.iconSize)),(this.light||this.seamless)\u0026\u0026(t+\u003d\" \".concat(this.getBootstrapTextStyle())),t},customIconColorStyle:function(){return this.iconColor?{color:\"\".concat(this.iconColor,\"!important\")}:{}},getBootstrapAlertStyle:function(){return\"alert-\".concat(this.bootStrapStyle.style)},getBootstrapTextStyle:function(){return\"text-\".concat(this.bootStrapStyle.style)},getBootstrapBorderStyle:function(){return\"border-\".concat(this.bootStrapStyle.style)},getFontAwesomeIconStyle:function(){return this.bootStrapStyle.icon}}},He,[],!1,null,\"4d146e2c\",null).exports;var Fe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{staticClass:\"breadcrumb-divider\",attrs:{\"aria-label\":\"breadcrumb\"}},[n(\"ol\",{staticClass:\"breadcrumb\"},[n(\"li\",{staticClass:\"notlink breadcrumb-marker\"},[t._v(\"\\n ››  \\n \")]),t._v(\" \"),t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:[\"breadcrumb-item\",{notlink:null\u003d\u003d\u003de.link}],attrs:{\"aria-current\":{page:t.isLast(i,t.items.length)}}},[null\u003d\u003d\u003de.link?n(\"a\",[t._v(\"\\n \"+t._s(e.title)+\"\\n \")]):n(\"a\",{attrs:{href:e.link}},[t._v(\"\\n \"+t._s(e.title)+\"\\n \")])])}))],2)])])};Fe._withStripped\u003d!0;const Ve\u003dqe({data:function(){return{items:[]}},methods:{isLast:function(t,e){return t\u003d\u003d\u003de-1}},mounted:function(){var t\u003dArray.from(document.querySelectorAll(\"ul\")).find((function(t){return t.classList.contains(\"site-nav-list-root\")}));if(t){var e\u003dt.querySelector(\".current\");if(e){this.items.unshift({title:e.textContent,link:null});for(var n\u003de.parentElement;n!\u003d\u003dt;){if(\"ul\"\u003d\u003d\u003dn.tagName.toLowerCase()){var i\u003dn.parentElement.querySelector(\"div\"),o\u003di.querySelector(\"a[href]\");null\u003d\u003d\u003do?this.items.unshift({title:i.textContent,link:null}):this.items.unshift({title:o.textContent,link:o.getAttribute(\"href\")})}n\u003dn.parentElement}}}}},Fe,[],!1,null,\"ef898034\",null).exports;var Ue\u003di(3),Qe\u003di.n(Ue),Xe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isLi?n(\"li\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"dropdown\",t.addClass]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-toggle nav-link\",class:{disabled:t.disabledBool},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2):t.isSubmenu?n(\"submenu\",{ref:\"submenu\",scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)}):n(\"div\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"btn-group\",t.addClass]},[t._t(\"before\"),t._v(\" \"),t._t(\"button\",(function(){return[n(\"button\",{staticClass:\"btn dropdown-toggle\",class:[t.btnType,t.btnWithBefore,{\"dropdown-toggle-split\":t.hasBefore}],attrs:{type:\"button\",disabled:t.disabledBool,\"data-bs-reference\":\"parent\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2)};Xe._withStripped\u003d!0;var Ye\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"li\",{ref:\"submenu\",class:[t.addClass,\"dropdown-submenu\",{dropend:t.dropright,dropstart:t.dropleft}]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-item submenu-toggle\",class:{disabled:t.disabled},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\"},[t._t(\"default\")],2)]}))],2)};function Ke(t,n){for(var i\u003d0;i\u003cn.length;i++){var o\u003dn[i];o.enumerable\u003do.enumerable||!1,o.configurable\u003d!0,\"value\"in o\u0026\u0026(o.writable\u003d!0),Object.defineProperty(t,e(o.key),o)}}Ye._withStripped\u003d!0;var Ge,Ze\u003dArray.prototype,Je\u003dnew Error(\"Passed arguments must be of Node\"),tn\u003d[],en\u003d[];function nn(t){return t instanceof window.Node}function on(t){return t instanceof window.NodeList||t instanceof sn||t instanceof window.HTMLCollection||t instanceof Array}function rn(t){return(t\u003dt.trim()).length?t.replace(/\\s+/,\" \").split(\" \"):[]}var sn\u003dfunction(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t);var n\u003de;if(e[0]\u003d\u003d\u003dwindow?n\u003d[window]:\"string\"\u003d\u003dtypeof e[0]?(n\u003d(e[1]||document).querySelectorAll(e[0]),e[1]\u0026\u0026(this.owner\u003de[1])):0 in e\u0026\u0026!nn(e[0])\u0026\u0026e[0]\u0026\u0026\"length\"in e[0]\u0026\u0026(n\u003de[0],e[1]\u0026\u0026(this.owner\u003de[1])),n){for(var i in n)this[i]\u003dn[i];this.length\u003dn.length}else this.length\u003d0}var e,n,i;return e\u003dt,(n\u003d[{key:\"concat\",value:function(){var t\u003dZe.slice.call(this);function e(n){Ze.forEach.call(n,(function(n){nn(n)?~t.indexOf(n)||t.push(n):on(n)\u0026\u0026e(n)}))}for(var n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(nn(n))~t.indexOf(n)||t.push(n);else{if(!on(n))throw Error(\"Concat arguments must be of a Node, NodeList, HTMLCollection, or Array of (Node, NodeList, HTMLCollection, Array)\");e(n)}})),hn(t,this)}},{key:\"delete\",value:function(){var t\u003dln(this).filter((function(t){return t.remove?t.remove():t.parentNode\u0026\u0026t.parentNode.removeChild(t),document.body.contains(t)}));return t.length\u0026\u0026console.warn(\"NodeList: Some nodes could not be deleted.\"),t}},{key:\"each\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"filter\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.filter.apply(this,e),this)}},{key:\"find\",value:function(t){var e\u003d[];return ln(this).forEach((function(n){Ze.push.apply(e,n.querySelectorAll(t))})),ln(e,this.owner)}},{key:\"findChildren\",value:function(t){var e\u003dthis;return t?this.find(t).filter((function(t){return e.includes(t.parentElement)})):ln(this.map((function(t){return t.children})))}},{key:\"forEach\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"includes\",value:function(t,e){return~this.indexOf(t,e)}},{key:\"map\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.map.apply(this,e);return i.some((function(t){return nn(t)||on(t)}))?ln(i,this):i}},{key:\"parent\",value:function(){return ln(this.map((function(t){return t.parentNode})),this)}},{key:\"pop\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[],n\u003dZe.pop.bind(this);t--;)e.push(n());return hn(e,this)}},{key:\"push\",value:function(){for(var t\u003dthis,e\u003darguments.length,n\u003dnew Array(e),i\u003d0;i\u003ce;i++)n[i]\u003darguments[i];return Ze.forEach.call(n,(function(e){if(!nn(e))throw Je;~t.indexOf(e)||Ze.push.call(t,e)})),this}},{key:\"shift\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[];t--;)e.push(Ze.shift.call(this));return 1\u003d\u003de.length?e[0]:hn(e,this)}},{key:\"slice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.slice.apply(this,e),this)}},{key:\"splice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];for(var i\u003d2,o\u003de.length;i\u003co;i++)if(!nn(e[i]))throw Je;return Ze.splice.apply(this,e),this}},{key:\"unshift\",value:function(){for(var t\u003dthis,e\u003dZe.unshift.bind(this),n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(!nn(n))throw Je;~t.indexOf(n)||e(n)})),this}},{key:\"addClass\",value:function(t){return this.toggleClass(t,!0)}},{key:\"removeClass\",value:function(t){return this.toggleClass(t,!1)}},{key:\"toggleClass\",value:function(t,e){var n\u003dnull\u003d\u003de?\"toggle\":e?\"add\":\"remove\";return\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),this.each((function(e){var i,o\u003drn(e.className);t.forEach((function(t){var e\u003d~o.indexOf(t);e||\"remove\"\u003d\u003d\u003dn||o.push(t),e\u0026\u0026\"add\"!\u003d\u003dn\u0026\u0026(o\u003do.filter((function(e){return e!\u003d\u003dt})))})),(o\u003d(i\u003do).length?i.join(\" \"):\"\")?e.className\u003do:e.removeAttribute(\"class\")})),this}},{key:\"get\",value:function(t){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)}},{key:\"set\",value:function(t,e){return t.constructor\u003d\u003d\u003dObject?this.each((function(e){if(e)for(var n in t)n in e\u0026\u0026(e[n]\u003dt[n])})):this.each((function(n){t in n\u0026\u0026(n[t]\u003de)})),this}},{key:\"call\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.shift.call(e),o\u003d[],r\u003d!0;return this.each((function(t){t\u0026\u0026t[i]instanceof Function?(t\u003dt[i].apply(t,e),o.push(t),r\u0026\u0026void 0!\u003d\u003dt\u0026\u0026(r\u003d!1)):o.push(void 0)})),r?this:ln(o,this)}},{key:\"item\",value:function(t){return hn([this[t]],this)}},{key:\"asArray\",get:function(){return Ze.slice.call(this)}},{key:\"on\",value:function(t,e,n){if(\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),!this||!this.length)return this;if(void 0\u003d\u003d\u003dn\u0026\u0026(n\u003de,e\u003dnull),!n)return this;var i\u003dn;return n\u003de?function(t){var n\u003dhn(e,this);n.length\u0026\u0026n.some((function(e){var n\u003de.contains(t.target);return n\u0026\u0026i.call(e,t,e),n}))}:function(t){i.apply(this,[t,this])},this.each((function(e){t.forEach((function(t){(e\u003d\u003d\u003dwindow||nn(e))\u0026\u0026(e.addEventListener(t,n,!1),en.push({el:e,event:t,callback:n}))}))})),this}},{key:\"off\",value:function(t,e){return t instanceof Function\u0026\u0026(e\u003dt,t\u003dnull),t\u003dt instanceof Array?t:\"string\"\u003d\u003dtypeof t?rn(t):null,this.each((function(n){en\u003den.filter((function(i){return!!(!i||i.el!\u003d\u003dn||e\u0026\u0026e!\u003d\u003di.callback||t\u0026\u0026!~t.indexOf(i.event))||(i.el.removeEventListener(i.event,i.callback),!1)}))})),this}},{key:\"onBlur\",value:function(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];return this\u0026\u0026this.length\u0026\u0026t?(this.each((function(e){tn.push({el:e,callback:t})})),Ge||(Ge\u003dfunction(t){tn.forEach((function(e){e.el\u0026\u0026(e.el.contains(t.target)||e.el\u003d\u003d\u003dt.target||e.callback.call(e.el,t,e.el))}))},document.addEventListener(\"click\",Ge,!1),e\u0026\u0026document.addEventListener(\"touchstart\",Ge,!1)),this):this}},{key:\"offBlur\",value:function(t){return this.each((function(e){tn\u003dtn.filter((function(n){return!(n\u0026\u0026n.el\u003d\u003d\u003de\u0026\u0026(!t||n.callback\u003d\u003d\u003dt))\u0026\u0026e}))})),this}}])\u0026\u0026Ke(e.prototype,n),i\u0026\u0026Ke(e,i),Object.defineProperty(e,\"prototype\",{writable:!1}),t}(),an\u003dsn.prototype;function ln(t,e){var n\u003d[];return Ze.forEach.call(t,(function(i){if(nn(i))~n.indexOf(i)||n.push(i);else if(on(i))for(var o in i)n.push(i[o]);else if(null!\u003d\u003di)return t.get\u003dan.get,t.set\u003dan.set,t.call\u003dan.call,t.owner\u003de,t})),hn(n,e)}Object.getOwnPropertyNames(Ze).forEach((function(t){\"join\"!\u003d\u003dt\u0026\u0026\"copyWithin\"!\u003d\u003dt\u0026\u0026\"fill\"!\u003d\u003dt\u0026\u0026void 0\u003d\u003d\u003dan[t]\u0026\u0026(an[t]\u003dZe[t])})),window\u0026\u0026window.Symbol\u0026\u0026Symbol.iterator\u0026\u0026(an[Symbol.iterator]\u003dan.values\u003dZe[Symbol.iterator]);var cn\u003ddocument\u0026\u0026document.createElement(\"div\");function un(t){var e\u003dthis;an[t]||(cn[t]instanceof Function?an[t]\u003dfunction(){for(var n\u003d[],i\u003d!0,o\u003darguments.length,r\u003dnew Array(o),s\u003d0;s\u003co;s++)r[s]\u003darguments[s];for(var a in an){var l\u003dan[a];l\u0026\u0026l[t]instanceof Function?(l\u003dl[t].apply(l,r),n.push(l),i\u0026\u0026void 0!\u003d\u003dl\u0026\u0026(i\u003d!1)):n.push(void 0)}return i?e:ln(n,e)}:Object.defineProperty(an,t,{get:function(){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)},set:function(e){this.each((function(n){n\u0026\u0026t in n\u0026\u0026(n[t]\u003de)}))}}))}for(var dn in cn)un(dn);function hn(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return new sn(e)}window\u0026\u0026(window.NL\u003dhn);const pn\u003dhn;const fn\u003d{isRightAlign:function(t){var e\u003d0,n\u003dwindow.innerWidth,i\u003d(window.innerHeight,t.getBoundingClientRect());if(void 0\u003d\u003d\u003di)return!0;i.y;var o\u003di.x,r\u003di.x+t.offsetWidth;return i.y,t.offsetHeight,!(o\u003c0)\u0026\u0026(o\u003ce||!(r\u003en))},preventOverflow:function(t){t.removeAttribute(\"style\");var e\u003d0,n\u003d(window.innerWidth,window.innerHeight),i\u003dt.getBoundingClientRect();if(void 0!\u003d\u003di){var o\u003di.y,r\u003d(i.x,i.x,t.offsetWidth,i.y+t.offsetHeight);r\u003en?t.setAttribute(\"style\",\"bottom: auto; top: \".concat(-(r-n),\"px;\")):o\u003ce\u0026\u0026t.setAttribute(\"style\",\"top: auto; bottom: \".concat(-(e-o),\"px;\"))}}};function mn(t){for(var e\u003dt,n\u003dt;n;)n.classList\u0026\u0026n.classList.contains(\"dropdown-menu\")\u0026\u0026(e\u003dn),n\u003dn.parentNode;if(e.offsetWidth\u003ewindow.innerWidth)e.setAttribute(\"style\",\"left: 0px;\");else{var i\u003de.parentNode.getBoundingClientRect(),o\u003di.left+e.offsetWidth-window.innerWidth,r\u003do\u003c0?i.left:i.left-o;e.setAttribute(\"style\",\"left: \".concat(r,\"px;\"))}}const vn\u003dqe({props:{addClass:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},data:function(){return{show:!1,dropright:!0,dropleft:!1}},inject:{isParentNavbar:{default:!1}},computed:{disabledBool:function(){return Re(this.disabled)}},methods:{hideSubmenu:function(){this.show\u003d!1,pn(this.$refs.submenu).find(\"ul.dropdown-menu\").each((function(t){return t.classList.toggle(\"show\",!1)})),this.alignMenuRight()},showSubmenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.submenu).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar?mn(e):(fn.isRightAlign(e)?t.alignMenuRight():t.alignMenuLeft(),fn.preventOverflow(e))}))},alignMenuRight:function(){this.dropright\u003d!0,this.dropleft\u003d!1},alignMenuLeft:function(){this.dropright\u003d!1,this.dropleft\u003d!0}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.submenu);this.show\u0026\u0026this.showSubmenu(),e.onBlur((function(){t.hideSubmenu()}),!1),e.findChildren(\"a,button\").on(\"click\",(function(e){return e.preventDefault(),e.stopPropagation(),t.disabledBool||(t.show?t.hideSubmenu():t.showSubmenu()),!1})),e.findChildren(\"a,button\").on(\"mouseover\",(function(n){if(n.preventDefault(),window.innerWidth\u003e767){if(e.findChildren(\"ul.show\").length\u003e0||t.disabledBool)return!1;n.currentTarget.click(),t.$parent.$parent.$children.forEach((function(e){e.$el\u003d\u003d\u003dt.$el?e.$refs.submenu.showSubmenu():e.$refs.submenu.hideSubmenu()}))}return!1}))},beforeDestroy:function(){var t\u003dpn(this.$refs.submenu);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Ye,[],!1,null,\"6df16086\",null).exports;const gn\u003dqe({components:{Submenu:vn},props:{disabled:{type:[Boolean,String],default:!1},type:{type:String,default:\"light\"},menuAlignRight:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},provide:{hasParentDropdown:!0},inject:{hasParentDropdown:{default:void 0},isParentNavbar:{default:!1}},data:function(){return{show:!1}},computed:{btnType:function(){return\"btn-\".concat(this.type)},disabledBool:function(){return Re(this.disabled)},isLi:function(){return this.$parent._navbar||this.$parent.menu||this.$parent._tabset},isSubmenu:function(){return this.hasParentDropdown},menu:function(){return!this.$parent||this.$parent.navbar},submenu:function(){return this.$parent\u0026\u0026(this.$parent.menu||this.$parent.submenu)},slots:function(){return this.$scopedSlots.default},hasBefore:function(){return!!this.$scopedSlots.before},btnWithBefore:function(){return this.hasBefore?\"btn-with-before\":\"\"}},methods:{blur:function(){var t\u003dthis;this.unblur(),this._hide\u003dsetTimeout((function(){t._hide\u003dnull,t.hideDropdownMenu()}),100)},unblur:function(){this._hide\u0026\u0026(clearTimeout(this._hide),this._hide\u003dnull)},hideDropdownMenu:function(){var t\u003dthis;this.show\u003d!1,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!1),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026e.style.removeProperty(\"left\")}))},showDropdownMenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026mn(e)}))}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.dropdown);this.$slots.button\u0026\u0026e.findChildren(\".dropdown-toggle\").forEach((function(t){return t.setAttribute(\"data-bs-toggle\",\"dropdown\")})),this.show\u0026\u0026this.showDropdownMenu(),e.onBlur((function(){t.hideDropdownMenu()}),!1),e.findChildren(\"a,button.dropdown-toggle\").on(\"click\",(function(e){return e.preventDefault(),t.disabledBool||(t.show?t.hideDropdownMenu():t.showDropdownMenu()),!1})),e.findChildren(\"ul\").on(\"click\",\"li\u003ea\",(function(e){e.target.classList.contains(\"submenu-toggle\")||t.hideDropdownMenu()}))},beforeDestroy:function(){var t\u003dpn(this.$refs.dropdown);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Xe,[],!1,null,\"12679d7e\",null).exports;var yn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{ref:\"navbar\",class:[\"navbar\",\"navbar-expand-md\",\"d-print-none\",t.themeOptions,t.addClass,t.fixedOptions]},[n(\"div\",{staticClass:\"container-fluid\"},[n(\"div\",{staticClass:\"navbar-left\"},[t._t(\"brand\")],2),t._v(\" \"),n(\"div\",{ref:\"navbarDefault\",staticClass:\"navbar-default\"},[n(\"ul\",{staticClass:\"navbar-nav me-auto mt-2 mt-lg-0\"},[t._t(\"default\")],2)]),t._v(\" \"),t.slots.right?n(\"ul\",{staticClass:\"navbar-nav navbar-right\"},[t._t(\"right\")],2):t._e()])]),t._v(\" \"),n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isLowerNavbarShowing,expression:\"isLowerNavbarShowing\"}],ref:\"lowerNavbar\",staticClass:\"lower-navbar-container\"},[t._t(\"lower-navbar\",(function(){return[n(\"site-nav-button\"),t._v(\" \"),n(\"page-nav-button\")]}))],2)])};function wn(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}function bn(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return wn(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wn(t,e):void 0}}function _n(t){return function(t){if(Array.isArray(t))return wn(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026null!\u003dt[Symbol.iterator]||null!\u003dt[\"@@iterator\"])return Array.from(t)}(t)||bn(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function Sn(t){return t.endsWith(\".html\")?t.toLowerCase():t.endsWith(\"/\")?\"\".concat(t,\"index.html\").toLowerCase():t.endsWith(\"/\")?t.toLowerCase():\"\".concat(t,\".html\").toLowerCase()}yn._withStripped\u003d!0;var xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showSiteNav?n(\"overlay\",{attrs:{type:\"siteNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-site-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,3920804522)}):t._e()};xn._withStripped\u003d!0;const Cn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showSiteNav:function(){return this.show\u0026\u0026this.portalName}},methods:{toggleSiteNavButton:function(){window.innerWidth\u003c992?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#site-nav a\")?this.portalName\u003d\"site-nav\":null!\u003d\u003ddocument.querySelector(\".site-nav-root a\")\u0026\u0026(this.portalName\u003d\"mb-site-nav\"),this.toggleSiteNavButton(),pn(window).on(\"resize\",this.toggleSiteNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.toggleSiteNavButton)}},xn,[],!1,null,\"d6ffaa8e\",null).exports;var $n\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showPageNav?n(\"overlay\",{attrs:{type:\"pageNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-page-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,171840498)}):t._e()};$n._withStripped\u003d!0;const kn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showPageNav:function(){return this.show\u0026\u0026this.portalName}},methods:{togglePageNavButton:function(){window.innerWidth\u003c1300?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#page-nav a\")?this.portalName\u003d\"page-nav\":null!\u003d\u003ddocument.querySelector(\"#mb-page-nav a\")\u0026\u0026(this.portalName\u003d\"mb-page-nav\"),this.togglePageNavButton(),pn(window).on(\"resize\",this.togglePageNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.togglePageNavButton)}},$n,[],!1,null,\"4b08b1df\",null).exports;const Tn\u003dqe({components:{SiteNavButton:Cn,PageNavButton:kn},props:{type:{type:String,default:\"primary\"},addClass:{type:String,default:\"\"},fixed:{type:[Boolean,String],default:!1},defaultHighlightOn:{type:String,default:\"sibling-or-child\"}},provide:function(){return{toggleLowerNavbar:this.toggleLowerNavbar,isParentNavbar:!0}},data:function(){return{id:\"bs-example-navbar-collapse-1\",styles:{},isLowerNavbarShowing:!1}},computed:{fixedBool:function(){return Re(this.fixed)},fixedOptions:function(){return this.fixedBool?\"navbar-fixed\":\"\"},slots:function(){return this.$scopedSlots},themeOptions:function(){switch(this.type){case\"none\":return\"\";case\"light\":return\"navbar-light bg-light\";case\"dark\":return\"navbar-dark bg-dark\";case\"primary\":default:return\"navbar-dark bg-primary\"}}},methods:{splitUrl:function(t){var e\u003dnew URL(Sn(t));return\"\".concat(e.pathname).substr(1).split(\"/\")},isEqualExceptLast:function(t,e){for(var n\u003d0;n\u003ct.length-1;n+\u003d1)if(t[n]!\u003d\u003de[n])return!1;return!0},isSibling:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return n.length\u003d\u003d\u003di.length\u0026\u0026this.isEqualExceptLast(n,i)},isChild:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return!(i.length\u003c\u003dn.length)\u0026\u0026this.isEqualExceptLast(n,i)},isExact:function(t,e){return Sn(t)\u003d\u003d\u003dSn(e)},addClassIfDropdown:function(t,e,n){t.includes(e)\u0026\u0026(e.classList.add(\"dropdown-current\"),this.addClassIfSubmenu(e,n))},addClassIfSubmenu:function(t,e){for(var n\u003dt.parentElement;n!\u003d\u003de;)n.classList.contains(\"dropdown-submenu\")\u0026\u0026pn(n).findChildren(\"a\").each((function(t){return t.classList.add(\"dropdown-current\")})),n\u003dn.parentElement},highlightLink:function(t){var e\u003dthis.defaultHighlightOn,n\u003d[];this.$el.querySelectorAll(\".navbar-nav\").forEach((function(t){return n.push.apply(n,_n(Array.from(t.children)))}));for(var i\u003d0;i\u003cn.length;i+\u003d1)for(var o\u003dn[i],r\u003d[o],s\u003dArray.from(o.querySelectorAll(\"a.nav-link\")),a\u003dArray.from(o.querySelectorAll(\"a.dropdown-item\")),l\u003dr.concat(s).concat(a).filter((function(t){return t.href})),c\u003d0;c\u003cl.length;c+\u003d1){var u\u003dl[c];if(\"none\"!\u003d\u003d(u.getAttribute(\"highlight-on\")||e)\u0026\u0026this.isExact(t,u.href))return o.classList.add(\"current\"),void this.addClassIfDropdown(a,u,o)}for(var d\u003d0;d\u003cn.length;d+\u003d1)for(var h\u003dn[d],p\u003d[h],f\u003dArray.from(h.querySelectorAll(\"a.nav-link\")),m\u003dArray.from(h.querySelectorAll(\"a.dropdown-item\")),v\u003dp.concat(f).concat(m).filter((function(t){return t.href})),g\u003d0;g\u003cv.length;g+\u003d1){var y\u003dv[g],w\u003dy.getAttribute(\"highlight-on\")||e;if(\"none\"!\u003d\u003dw)if(\"sibling-or-child\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href)||this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"sibling\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"child\"\u003d\u003d\u003dw\u0026\u0026this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}},toggleLowerNavbar:function(){this.$refs.lowerNavbar.childElementCount\u003e0?this.isLowerNavbarShowing\u003d!0:this.isLowerNavbarShowing\u003d!1}},created:function(){this._navbar\u003d!0},mounted:function(){var t\u003dthis,e\u003dpn(\u0027.dropdown\u003e[data-bs-toggle\u003d\"dropdown\"]\u0027,this.$el).parent();e.on(\"click\",\".dropdown-toggle\",(function(t){t.preventDefault(),e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.toggle(\"open\")}))})).on(\"click\",\".dropdown-menu\u003eli\u003ea\",(function(t){e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.remove(\"open\")}))})).onBlur((function(t){e.each((function(e){e.contains(t.target)||e.classList.remove(\"open\")}))})),this.highlightLink(window.location.href);var n\u003dpn(this.$refs.navbarDefault).find(\".current\")[0];n\u0026\u0026window.innerWidth\u003c768\u0026\u0026n.offsetLeft+n.offsetWidth\u003ewindow.innerWidth\u0026\u0026(this.$refs.navbarDefault.scrollLeft\u003dn.offsetLeft+n.offsetWidth-window.innerWidth),this.toggleLowerNavbar(),pn(window).on(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).on(\"wheel\",(function(e){window.innerWidth\u003c768\u0026\u0026!function(t){for(var e\u003d0;e\u003ct.length;e+\u003d1)if(t[e].classList\u0026\u0026t[e].classList.contains(\"dropdown-menu\"))return!0;return!1}(e.path)\u0026\u0026(e.preventDefault(),t.$refs.navbarDefault.scrollLeft+\u003de.deltaY)}))},beforeDestroy:function(){pn(\".dropdown\",this.$el).off(\"click\").offBlur(),pn(window).off(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).off(\"wheel\")}},yn,[],!1,null,\"73b4aa16\",null).exports;var En\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMinimal?n(\"minimal-panel\",t._b({attrs:{\"panel-id\":t.panelId},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"minimal-panel\",t.$attrs,!1)):n(\"nested-panel\",t._b({attrs:{\"panel-id\":t.panelId,type:t.type},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"nested-panel\",t.$attrs,!1))};En._withStripped\u003d!0;var On\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"span\",{staticClass:\"morph\"},[n(\"button\",{class:[\"morph-display-wrapper\",\"btn\",t.btnType],on:{click:function(e){return t.open()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{staticClass:\"minimal-caret-wrapper\"},[n(\"span\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]})]),t._v(\" \"),n(\"span\",{staticClass:\"card-title\"},[t._t(\"_alt\",(function(){return[t._t(\"header\")]}))],2)])])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"div\",{class:[\"card\",{\"expandable-card\":t.isExpandableCard},t.borderType]},[n(\"div\",{class:[\"card-header\",{\"header-toggle\":t.isExpandableCard},t.cardType,t.borderType],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.toggle()}}},[n(\"div\",{staticClass:\"caret-wrapper\"},[t.showCaret?n(\"span\",{class:[\"glyphicon\",t.localExpanded?\"glyphicon-chevron-down\":\"glyphicon-chevron-right\"]}):t._e()]),t._v(\" \"),n(\"div\",{ref:\"headerWrapper\",class:[\"header-wrapper card-title\",t.cardType,{\"text-white\":!t.isLightBg,\"header-transparent\":!t.shouldShowHeader}]},[t._t(\"header\")],2),t._v(\" \"),n(\"div\",{staticClass:\"button-wrapper\"},[t._t(\"button\",(function(){return[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026!t.noSwitchBool\u0026\u0026!t.showCaret,expression:\"isExpandableCard \u0026\u0026 !noSwitchBool \u0026\u0026 !showCaret\"}],attrs:{\"is-open\":t.localExpanded,\"is-light-bg\":t.isLightBg}}),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"close-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.close()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.popupUrl,expression:\"popupUrl\"}],staticClass:\"popup-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)]),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"bottom-button-wrapper\"},[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isExpandableCard \u0026\u0026 bottomSwitchBool\"}],attrs:{\"is-open\":t.localExpanded},nativeOn:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggle(!0)}}})],1)],2):t._e(),t._v(\" \"),n(\"hr\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isSeamless,expression:\"isSeamless\"}]})]),t._v(\" \"),n(\"transition\",{attrs:{name:\"peek-read-more-fade\"}},[t.shouldShowPeek?n(\"div\",{staticClass:\"peek-read-more glyphicon glyphicon-chevron-down\",on:{click:function(e){return t.toggle()}}}):t._e()])],1)])};On._withStripped\u003d!0;const Bn\u003d{props:{type:{type:String,default:null},expandable:{type:[Boolean,String],default:!0},isOpen:{type:[Boolean,String],default:null},expanded:{type:[Boolean,String],default:null},minimized:{type:[Boolean,String],default:!1},noMinimizedSwitch:{type:[Boolean,String],default:!1},noSwitch:{type:[Boolean,String],default:!1},noClose:{type:[Boolean,String],default:!1},popupUrl:{type:String,default:null},src:{type:String},bottomSwitch:{type:[Boolean,String],default:!0},preload:{type:[Boolean,String],default:!1},addClass:{type:String,default:\"\"},expandHeaderless:{type:Boolean,default:!1},peek:{type:Boolean,default:!1},panelId:{type:String,default:null}},computed:{expandableBool:function(){return Re(this.expandable)},isOpenBool:function(){return Re(this.isOpen)},expandedBool:function(){return Re(this.expanded)},minimizedBool:function(){return Re(this.minimized)},noSwitchBool:function(){return Re(this.noSwitch)},noCloseBool:function(){return Re(this.noClose)},bottomSwitchBool:function(){return Re(this.bottomSwitch)},preloadBool:function(){return Re(this.preload)},hasHeaderBool:function(){return this.$scopedSlots.header},isExpandableCard:function(){return this.expandableBool},hasId:function(){return this.panelId},hasSrc:function(){return this.src\u0026\u0026this.src.length\u003e0},srcWithoutFragment:function(){return this.src.split(\"#\")[0]},shouldShowHeader:function(){return!this.localExpanded||!this.expandHeaderless},shouldShowPeek:function(){return this.peek\u0026\u0026!this.localExpanded},collapsedPanelHeight:function(){return this.peek?125:0}},data:function(){return{localExpanded:!1,localMinimized:!1,wasRetrieverLoaded:!1,isRetrieverLoadDone:!this.src,fragment:\"\"}},methods:{toggle:function(t){var e\u003dthis;this.wasRetrieverLoaded?(this.localExpanded?(t\u0026\u0026(this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),requestAnimationFrame((function(){if(e.$el.getBoundingClientRect().top\u003c0){var n,i\u003ddocument.querySelector(\"header[sticky]\");if(null\u003d\u003di)n\u003d0;else{var o\u003dwindow.getComputedStyle(i,null);n\u003di.clientHeight-parseFloat(o.paddingTop)-parseFloat(o.paddingBottom)||0}window.scrollTo({top:window.scrollY+e.$el.getBoundingClientRect().top-n-3,left:0,behavior:t?\"smooth\":\"instant\"})}e.$refs.panel.style.maxHeight\u003d\"\".concat(e.collapsedPanelHeight,\"px\")}))):(this.$refs.panel.style.transition\u003d\"max-height 0.5s ease-in-out\",this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),this.localExpanded\u003d!this.localExpanded):this.open()},close:function(){this.localMinimized\u003d!0,this.localExpanded\u003d!1},open:function(){var t\u003dthis;this.localMinimized\u003d!1,this.$nextTick((function(){t.initPanel(),t.localExpanded\u003d!0,t.wasRetrieverLoaded\u003d!0,t.$nextTick((function(){t.$refs.panel.style.maxHeight\u003d\"\".concat(t.$refs.panel.scrollHeight,\"px\")}))}))},openPopup:function(){window.open(this.popupUrl)},retrieverUpdateMaxHeight:function(){this.isRetrieverLoadDone\u003d!0,this.localExpanded\u0026\u0026(this.expandedBool?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\"))},initPanel:function(){var t\u003dthis;this.$refs.panel.addEventListener(\"transitionend\",(function(e){t.localExpanded\u0026\u0026t.isRetrieverLoadDone\u0026\u0026e.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.$refs.panel.style.maxHeight\u003d\"none\")})),this.localExpanded?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.collapsedPanelHeight,\"px\")}},created:function(){if(this.src){var t\u003dIe(this.src);t\u0026\u0026(this.fragment\u003dt)}var e\u003d!this.expandableBool\u0026\u0026\"false\"!\u003d\u003dthis.expanded;this.localExpanded\u003de||this.expandedBool,null\u003d\u003d\u003dthis.localExpanded\u0026\u0026(this.localExpanded\u003d!1),this.wasRetrieverLoaded\u003dthis.localExpanded||this.peek,this.localMinimized\u003dthis.minimizedBool},mounted:function(){this.localMinimized||this.initPanel()}};var Pn\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"button\",{class:[\"collapse-button\",\"btn\",this.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\"],attrs:{type:\"button\"}},[e(\"span\",{class:[\"collapse-icon\",\"glyphicon\",\"glyphicon-menu-down\",{opened:this.isOpenBool}],attrs:{\"aria-hidden\":\"true\"}})])};Pn._withStripped\u003d!0;const Ln\u003dqe({props:{isOpen:{type:[Boolean,String],default:!1},isLightBg:{type:Boolean,default:!0}},computed:{isOpenBool:function(){return Re(this.isOpen)}}},Pn,[],!1,null,null,null).exports;var Nn\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",[this._v(\"\\n Loading...\\n\")])};function An(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}Nn._withStripped\u003d!0;const zn\u003dqe({props:{src:{type:String,default:null},fragment:{type:String,default:null},delay:{type:[Boolean,String],default:!1},hasFetched:{type:Boolean,default:!1}},data:function(){return{hasFetchedCopy:this.hasFetched}},computed:{delayBool:function(){return Re(this.delay)},hash:function(){return Ie(this.src)||this.fragment},srcWithoutHash:function(){return this.src.split(\"#\")[0]}},methods:{fetch:function(t){function e(){return t.apply(this,arguments)}return e.toString\u003dfunction(){return t.toString()},e}((function(){var t\u003dthis;this.srcWithoutHash\u0026\u0026(this.hasFetchedCopy||fetch(this.srcWithoutHash).then((function(t){return t.text()})).then((function(e){var i\u003de;if(t.hash){var o\u003ddocument.implementation.createHTMLDocument(\"\");o.body.innerHTML\u003di,o.querySelectorAll(\"svg \u003e script\").forEach((function(t){return t.remove()})),i\u003do.querySelector(\"#\".concat(t.hash)).innerHTML}if(t.hasFetchedCopy\u003d!0,void 0\u003d\u003d\u003di\u0026\u0026t.hash)t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve page fragment:\"+\" \".concat(t.srcWithoutHash,\"#\").concat(t.hash);else{var r\u003dfunction(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?An(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):An(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}({},t.$root.$data);(new(Vue.extend({template:\"\u003cdiv\u003e\\n\".concat(i,\"\\n\u003c/div\u003e\"),data:function(){return r}}))).$mount(t.$el),t.$emit(\"src-loaded\")}})).catch((function(e){console.error(e),t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve content from source: \"+\"\u003cem\u003e\".concat(t.srcWithoutHash,\"\u003c/em\u003e\"),t.$emit(\"src-loaded\")})))}))},mounted:function(){this.$nextTick((function(){this.srcWithoutHash||(this.$el.innerHTML\u003d\"\"),this.delayBool||this.fetch()}))}},Nn,[],!1,null,null,null).exports;const Mn\u003dqe({mixins:[Bn],components:{panelSwitch:Ln,retriever:zn},computed:{showCaret:function(){return this.isSeamless\u0026\u0026this.expandableBool},isSeamless:function(){return\"seamless\"\u003d\u003d\u003dthis.type},btnType:function(){return this.isSeamless||\"light\"\u003d\u003d\u003dthis.type?\"btn-outline-secondary\":\"btn-outline-\".concat(this.type||\"secondary\")},borderType:function(){return this.isSeamless?\"border-0\":this.type?\"light\"\u003d\u003d\u003dthis.type?\"\":\"border-\".concat(this.type):\"\"},cardType:function(){return this.isSeamless?\"bg-white\":\"bg-\".concat(this.type||\"light\")},isLightBg:function(){return\"bg-light\"\u003d\u003d\u003dthis.cardType||\"bg-white\"\u003d\u003d\u003dthis.cardType||\"bg-warning\"\u003d\u003d\u003dthis.cardType}}},On,[],!1,null,\"1e33c620\",null).exports;var Hn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"span\",{staticClass:\"morph\"},[n(\"button\",{staticClass:\"morph-display-wrapper btn card-title morph-title\",on:{click:function(e){return t.minimalOpen()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]}),t._v(\" \"),t._t(\"_alt\",(function(){return[n(\"span\",{staticClass:\"card-title\"},[t._t(\"header\")],2)]}))],2)])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card card-flex\"},[n(\"div\",{class:[\"header-wrapper\",{\"header-wrapper-bottom\":t.isHeaderAtBottom,\"header-toggle\":t.isExpandableCard}],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.minimalToggle()}}},[n(\"transition\",{attrs:{name:\"header-fade\"}},[n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.isHeaderAtBottom,expression:\"!isHeaderAtBottom\"}],ref:\"headerWrapper\",class:[\"card-title\",{ellipses:!t.hasHeaderBool}]},[n(\"span\",{staticClass:\"card-title-inline\"},[t._t(\"header\")],2),t._v(\" \"),n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.showDownSwitch,expression:\"showDownSwitch\"}],staticClass:\"minimal-button glyphicon glyphicon-menu-down minimal-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])]),t._v(\" \"),n(\"div\",{class:[\"button-wrapper\",{\"button-wrapper-expanded\":t.isHeaderAtBottom}]},[t._t(\"button\",(function(){return[n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.minimalClose()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove minimal-close-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:null!\u003d\u003dt.popupUrl,expression:\"popupUrl !\u003d\u003d null\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window minimal-popup-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isHeaderAtBottom\u0026\u0026t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isHeaderAtBottom \u0026\u0026 isExpandableCard \u0026\u0026 bottomSwitchBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"}},[n(\"span\",{staticClass:\"glyphicon glyphicon-menu-up minimal-menu-up\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)],1),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e()],2):t._e()])])])};Hn._withStripped\u003d!0;var Dn\u003dqe({mixins:[Bn],components:{retriever:zn},data:function(){return{isHeaderAtBottom:!1}},computed:{showDownSwitch:function(){return this.hasHeaderBool\u0026\u0026this.isExpandableCard\u0026\u0026!this.noSwitchBool}},methods:{minimalToggle:function(){var t\u003dthis;if(this.localExpanded){this.$refs.panel.addEventListener(\"transitionend\",(function e(n){n.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.isHeaderAtBottom\u003d!1,t.$refs.panel.removeEventListener(\"transitionend\",e))}))}else this.isHeaderAtBottom\u003d!0;this.toggle(!0)},minimalOpen:function(){this.open(),this.isHeaderAtBottom\u003d!0},minimalClose:function(){this.close(),this.isHeaderAtBottom\u003d!1}},created:function(){this.isHeaderAtBottom\u003dthis.localExpanded}},Hn,[],!1,null,\"5d519034\",null);const Rn\u003dqe({components:{nestedPanel:Mn,minimalPanel:Dn.exports},props:{panelId:{type:String,default:null},type:{type:String,default:null}},computed:{isMinimal:function(){return\"minimal\"\u003d\u003d\u003dthis.type}}},En,[],!1,null,null,null).exports;var jn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"annotate-image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"annotate-image\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth},on:{\"~load\":function(e){return t.getWidth.apply(null,arguments)}}}),t._v(\" \"),n(\"div\",{staticStyle:{top:\"0\",left:\"0\",height:\"0\"}},[t._t(\"default\")],2)])};jn._withStripped\u003d!0;const In\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight}},data:function(){return{widthFromHeight:\"\"}},methods:{getWidth:function(){if(!this.hasWidth\u0026\u0026this.hasHeight){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.widthFromHeight\u003dMath.round(je(this.height)*n)}}},provide:function(){return{width:this.width,height:this.height,src:this.src}}},jn,[],!1,null,null,null).exports;var qn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[t.hasBottomText\u0026\u0026t.hasLabel?n(\"div\",{staticClass:\"legend-wrapper\"},[n(\"div\",{staticClass:\"text-header\"},[t._v(\"\\n \"+t._s(t.computedBottomHeader)+\"\\n \")]),t._v(\" \"),t.hasContent?n(\"div\",[t._t(\"content\")],2):t._e()]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"annotate-point\"},[t.isMounted?n(\"div\",{staticClass:\"popover-annotation\"},[n(\"div\",{style:t.pointPosition},[t.isMounted?n(\"v-popover\",{attrs:{placement:t.placement,delay:0,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,distance:t.computeDistance,disabled:!t.hasPopover,skidding:t.computeSkidding,\"arrow-padding\":t.computeArrowPadding,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t.hasContent||t.hasHeader?n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),t.hasContent?n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2):t._e()]):t._e()]},proxy:!0}],null,!0)},[n(\"div\",{staticClass:\"hover-wrapper\"},[t._t(\"default\",(function(){return[n(\"button\",{staticClass:\"hover-point\",style:t.pointStyle})]})),t._v(\" \"),n(\"div\",{staticClass:\"hover-label\",style:t.labelStyle},[t._t(\"label\")],2)],2)]):t._e()],1)]):t._e()])])};qn._withStripped\u003d!0;const Wn\u003dqe({props:{content:{type:String,default:\"\"},header:{type:String,default:\"\"},placement:{type:String,default:\"top\"},x:{type:String,default:null},y:{type:String,default:null},color:{type:String,default:\"green\"},textColor:{type:String,default:\"black\"},fontSize:{type:String,default:\"14\"},opacity:{type:String,default:\"0.3\"},size:{type:String,default:\"40\"},label:{type:String,default:\"\"},legend:{type:String,default:\"popover\"},trigger:{type:String,default:\"click\"}},data:function(){return{targetEl:{},isMounted:!1,width:this.width,height:this.height,src:this.src}},inject:[\"width\",\"height\",\"src\"],computed:{pointPosition:function(){var t\u003dthis;this.computeImage((function(){t.width\u003dt.parentEl.offsetWidth,t.height\u003dt.parentEl.offsetHeight}));var e\u003d100*(this.toDecimal(this.x)-this.size/2/this.width),n\u003d100*(this.toDecimal(this.y)-this.size/2/this.height);return{left:\"\".concat(e,\"%\"),top:\"\".concat(n,\"%\"),position:\"absolute\",pointerEvents:\"all\"}},pointStyle:function(){var t\u003dthis.hasPopover?\"pointer\":\"default\";return{backgroundColor:this.color,opacity:this.opacity,width:\"\".concat(this.size,\"px\"),height:\"\".concat(this.size,\"px\"),cursor:t}},labelStyle:function(){return{fontSize:\"\".concat(Math.min(this.fontSize,this.size),\"px\"),color:this.textColor}},triggers:function(){return this.trigger.split(\" \")},computeDistance:function(){return\"top\"\u003d\u003d\u003dthis.placement?je(this.size*(2/3)):je(this.size/10)},computeSkidding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?-je(this.size/4):0},computeArrowPadding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?je(this.size/2):0},hasHeader:function(){return!!this.$scopedSlots.header},hasContent:function(){return!!this.$scopedSlots.content},hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},hasLabel:function(){return!!this.$scopedSlots.label},hasBottomText:function(){return\"bottom\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend},hasPopover:function(){return\"popover\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend},computedBottomHeader:function(){return\"\"!\u003d\u003dthis.label\u0026\u0026\"\"\u003d\u003d\u003dthis.header?this.label:\"\"\u003d\u003d\u003dthis.label\u0026\u0026\"\"!\u003d\u003dthis.header?this.header:\"\".concat(this.label,\": \").concat(this.header)}},methods:{computeImage:function(t){var e\u003dnew Image;e.onload\u003dfunction(){t()},e.src\u003dthis.src},toDecimal:function(t){return parseFloat(t)/100}},mounted:function(){this.targetEl\u003dthis.$el,this.isMounted\u003d!0,this.parentEl\u003dthis.$el.parentElement.parentElement.querySelector(\".annotate-image\")}},qn,[],!1,null,null,null).exports;var Fn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"img-fluid rounded\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth},on:{\"~load\":function(e){return t.computeWidth.apply(null,arguments)}}}),t._v(\" \"),n(\"span\",{staticClass:\"image-caption\"},[t._t(\"default\")],2)])};Fn._withStripped\u003d!0;const Vn\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight}},data:function(){return{widthFromHeight:\"\"}},methods:{computeWidth:function(){if(!this.hasWidth\u0026\u0026this.hasHeight){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.widthFromHeight\u003dMath.round(je(this.height)*n).toString()}}}},Fn,[],!1,null,null,null).exports;var Un\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"quiz-container\",t.addClass]},[n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-leave\":t.showFirstQuestion}},[3\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[t._t(\"intro\",(function(){return[n(\"h4\",[t._v(\"\\n Click start to begin\\n \")])]})),t._v(\" \"),n(\"h5\",[t._v(t._s(t.questions.length)+\" questions\")]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-primary d-inline-block\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Start\\n \")])],2)]):t._e()]),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"}},[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:4\u003d\u003d\u003dt.state,expression:\"state \u003d\u003d\u003d 4\"}],staticClass:\"progress intro-outro-card\",staticStyle:{height:\"1px\"}},[n(\"div\",{staticClass:\"progress-bar progress-bar-z\",style:{width:t.currentQuestion/t.questions.length*100+\"%\"},attrs:{role:\"progressbar\",\"aria-valuemin\":\"0\",\"aria-valuemax\":t.questions.length,\"aria-valuenow\":t.currentQuestion}})])]),t._v(\" \"),t._t(\"default\"),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-enter\":t.setScoreCircleStyles,\"after-leave\":t.showFirstQuestion}},[5\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[n(\"h4\",{staticClass:\"mb-3\"},[t._v(\"\\n \"+t._s(t.scoreText)+\"\\n \")]),t._v(\" \"),n(\"svg\",{attrs:{viewBox:\"0 0 100 100\",width:\"120px\",height:\"120px\"}},[n(\"circle\",{staticClass:\"score-background-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\"}}),t._v(\" \"),n(\"circle\",{ref:\"score\",staticClass:\"score-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\",transform:\"rotate(-90, 50, 50)\",\"stroke-dashoffset\":\"264\"}}),t._v(\" \"),n(\"text\",{staticClass:\"score\",attrs:{x:\"22\",y:\"57\",textLength:\"56\"}},[t._v(t._s(t.score)+\" / \"+t._s(t.questions.length))])]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-outline-primary\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Retry\\n \")])])]):t._e()])],2)};Un._withStripped\u003d!0;const Qn\u003dqe({name:\"Quiz\",props:{addClass:{type:String,default:null}},data:function(){return{currentQuestion:0,questions:[],score:0,state:3}},provide:function(){return{questions:this.questions,gotoNextQuestion:this.gotoNextQuestion,showNextQuestion:this.showNextQuestion}},computed:{scoreText:function(){return this.score/this.questions.length\u003e.5?\"Well done!\":\"Try again?\"}},methods:{gotoNextQuestion:function(){this.questions[this.currentQuestion-1].hide(),this.currentQuestion+\u003d1},showNextQuestion:function(){this.currentQuestion\u003c\u003dthis.questions.length?this.questions[this.currentQuestion-1].show():this.complete()},begin:function(){this.currentQuestion\u003d1,this.score\u003d0,this.state\u003d4},showFirstQuestion:function(){this.questions.length\u0026\u0026this.questions[0].show()},reset:function(){this.questions.forEach((function(t){return t.reset()}))},complete:function(){this.score\u003dthis.questions.filter((function(t){return 2\u003d\u003d\u003dt.qState.state})).length,this.state\u003d5,this.reset()},setScoreCircleStyles:function(){var t\u003dthis.score/this.questions.length;this.$refs.score.style.strokeDashoffset\u003d264*(1-t),this.$refs.score.style.stroke\u003d\"#51c2f8\"}}},Un,[],!1,null,\"7a8f322c\",null).exports;var Xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"transition\",{attrs:{name:t.questions?\"question\":null},on:{\"after-leave\":t.showNextQuestion}},[t.active?n(\"div\",{class:[\"card\",\"question\",t.shakeClass,t.addClass]},[t.$scopedSlots.header?n(\"div\",{staticClass:\"card-header alert-light border-bottom border-light text-dark\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.isTextQuestion()?n(\"div\",{staticClass:\"mb-2\"},[n(\"textarea\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.textareaText,expression:\"textareaText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.textareaText},on:{input:function(e){e.target.composing||(t.textareaText\u003de.target.value)}}}),t._v(\" \"),t.qState.answered?n(\"div\",[n(\"hr\"),t._v(\" \"),t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):t._e()]):t._e()]):t._e(),t._v(\" \"),t.qState.answered\u0026\u0026t.isTextQuestion()?n(\"div\",{staticClass:\"answer\"},[t._t(\"answer\")],2):t._e(),t._v(\" \"),t.showHint?n(\"box\",{staticClass:\"mb-0 mt-3\",attrs:{type:\"tip\"}},[t._t(\"hint\")],2):t._e()],2),t._v(\" \"),t.showCardFooter?n(\"div\",{staticClass:\"card-footer alert-light border-top border-light text-dark\"},[1\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-times text-danger border-danger result-icon\"}):2\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-check text-success border-success result-icon\"}):t._e(),t._v(\" \"),n(\"transition-group\",{staticClass:\"float-end\",attrs:{name:\"q-btn\",tag:\"div\"}},[t.$scopedSlots.hint\u0026\u0026!t.showHint?n(\"button\",{key:\"hint\",staticClass:\"btn btn-success q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){t.showHint\u003d!0}}},[t._v(\"\\n Hint\\n \")]):t._e(),t._v(\" \"),0!\u003d\u003dt.qState.state||t.isTextWithoutKeywords()\u0026\u0026!t.$scopedSlots.answer?t._e():n(\"button\",{key:\"check\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!!t.questions)}}},[t._v(\"\\n Check\\n \")]),t._v(\" \"),0!\u003d\u003dt.qState.state\u0026\u0026t.questions?n(\"button\",{key:\"active\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{\"~click\":function(e){return t.gotoNextQuestion.apply(null,arguments)}}},[t._v(\"\\n Next\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"show\",staticClass:\"btn btn-info q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!0)}}},[t._v(\"\\n Show\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"retry\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!1)}}},[t._v(\"\\n Retry\\n \")]):t._e()])],1):t._e()]):t._e()])};Xn._withStripped\u003d!0;function Yn(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Kn(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Yn(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Yn(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}const Gn\u003dqe({name:\"Question\",mixins:[{data:function(){return{active:!0}},inject:{questions:{default:void 0},gotoNextQuestion:{default:void 0},showNextQuestion:{default:\"\"}},methods:{show:function(){this.active\u003d!0},hide:function(){this.active\u003d!1},reset:function(){this.active\u003d!1,this.qState.answered\u003d!1,this.qState.state\u003d0,this.showHint\u003d!1,this.textareaText\u0026\u0026(this.textareaText\u003d\"\"),this.answers\u0026\u0026this.answers.splice(0,this.answers.length)}},created:function(){this.questions\u0026\u0026(this.active\u003d!1,this.questions.push(this))}}],props:{type:{type:String,default:\"\"},addClass:{type:String,default:null},keywords:{type:String,default:\"\"},threshold:{type:[String,Number],default:1},noIntermediateResult:{type:Boolean}},computed:{retryState:function(){return 1\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered\u0026\u0026!this.questions},showCardFooter:function(){var t\u003d!this.$scopedSlots.hint||this.showHint;return!(this.isTextWithoutKeywords()\u0026\u0026t\u0026\u0026this.qState.answered\u0026\u0026!this.questions)}},data:function(){var t\u003d{qState:{state:0,answered:!1},showHint:!1,shakeClass:null};return this.isMcqOrCheckboxQuestion()||this.isBlanksQuestion()?Kn({answers:[]},t):this.isTextQuestion()?Kn({textareaText:\"\"},t):t},provide:function(){return this.isMcqOrCheckboxQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState}:this.isBlanksQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState,noIntermediateResult:this.noIntermediateResult}:void 0},methods:{keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},isMcqOrCheckboxQuestion:function(){return\"mcq\"\u003d\u003d\u003dthis.type||\"checkbox\"\u003d\u003d\u003dthis.type},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},isTextQuestion:function(){return\"text\"\u003d\u003d\u003dthis.type},isTextWithoutKeywords:function(){return this.isTextQuestion()\u0026\u0026!this.keywords},shakeCard:function(){var t\u003dthis;this.shakeClass\u003d\"shake\",setTimeout((function(){t.shakeClass\u003dnull}),800)},markAsCorrect:function(){this.qState.state\u003d2,this.qState.answered\u003d!0},markAsWrong:function(t){this.qState.state\u003d1,t?this.qState.answered\u003d!0:this.shakeCard()},checkMcqAnswer:function(t){var e\u003dthis.answers.find((function(t){return t.selected}));e?e.$props.correct?this.markAsCorrect():this.markAsWrong(t):this.shakeCard()},checkCheckboxAnswer:function(t){this.answers.filter((function(t){return t.answeredCorrectly})).length\u003d\u003d\u003dthis.answers.length?this.markAsCorrect():this.markAsWrong(t)},checkBlanksAnswer:function(t){for(var e\u003d0,n\u003d0;n\u003cthis.answers.length;n+\u003d1)this.answers[n].checkAnswer(),this.answers[n].ansIsCorrect\u0026\u0026(e+\u003d1);e/this.answers.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkTextAnswer:function(t){for(var e\u003dthis.textareaText.toLowerCase(),n\u003dthis.keywordsSplitTrimmed(),i\u003d0,o\u003d0;o\u003cn.length;o+\u003d1)e.includes(n[o].toLowerCase())\u0026\u0026(i+\u003d1);i/n.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkAnswer:function(t){\"mcq\"\u003d\u003d\u003dthis.type?this.checkMcqAnswer(t):\"checkbox\"\u003d\u003d\u003dthis.type?this.checkCheckboxAnswer(t):\"blanks\"\u003d\u003d\u003dthis.type?this.checkBlanksAnswer(t):this.isTextQuestion()?this.checkTextAnswer(t):this.markAsCorrect()}}},Xn,[],!1,null,\"ae369d74\",null).exports;var Zn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return\"mcq\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleRadioOn,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"div\",{class:[\"row\",{disabled:t.qState.answered}]},[n(\"div\",{staticClass:\"col-auto p-0\"},[n(\"svg\",{staticClass:\"radio-svg\",attrs:{viewBox:\"0 0 100 100\"}},[n(\"circle\",{attrs:{cx:\"50\",cy:\"50\",r:\"47\",fill:\"none\",stroke:\"black\",\"stroke-width\":\"4\"}}),t._v(\" \"),n(\"circle\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.selected,expression:\"selected\"}],attrs:{cx:\"50\",cy:\"50\",r:\"25\",fill:\"dodgerblue\"}})])]),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-1\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"checkbox\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleCheckbox,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"label\",{class:[\"row\",\"checkbox-label\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.selected,expression:\"selected\"}],staticClass:\"checkbox\",attrs:{disabled:t.qState.answered,type:\"checkbox\",onclick:\"event.stopPropagation()\"},domProps:{checked:Array.isArray(t.selected)?t._i(t.selected,null)\u003e-1:t.selected},on:{change:function(e){var n\u003dt.selected,i\u003de.target,o\u003d!!i.checked;if(Array.isArray(n)){var r\u003dt._i(n,null);i.checked?r\u003c0\u0026\u0026(t.selected\u003dn.concat([null])):r\u003e-1\u0026\u0026(t.selected\u003dn.slice(0,r).concat(n.slice(r+1)))}else t.selected\u003do}}}),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"blanks\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",\"blanks-form-control\",t.hintClass]},[n(\"label\",{class:[\"row\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.inputText,expression:\"inputText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.inputText},on:{input:function(e){e.target.composing||(t.inputText\u003de.target.value)}}}),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e(),t._v(\" \"),t.isIntermediateResult()?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e()]),t._v(\" \"),t.qState.answered?n(\"div\",{staticClass:\"col-auto blanks-keywords\"},[t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):n(\"strong\",[t._v(\"No answer checking keywords provided\")])]):t._e()]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"div\",{staticClass:\"reason blanks-reason\"},[t._t(\"reason\")],2)]):t._e()]):t._e()};Zn._withStripped\u003d!0;const Jn\u003dqe({name:\"McqOption\",props:{correct:{type:Boolean,default:!1},keywords:{type:String,default:\"\"}},data:function(){return{selected:!1,hover:!1,inputText:\"\",ansIsCorrect:!1}},inject:{answers:{default:void 0},qOptionType:{default:void 0},qState:{default:void 0},noIntermediateResult:{default:void 0}},computed:{hintClass:function(){return this.qState.answered?this.correct?\"success\":\"danger\":this.selected||this.hover?\"alert-light text-dark border border-secondary\":\"\"},answeredCorrectly:function(){return this.correct\u0026\u0026this.selected||!this.correct\u0026\u0026!this.selected}},methods:{checkAnswer:function(){var t\u003d!1,e\u003dthis.inputText.toLowerCase().trim(),n\u003dthis.keywords.toLowerCase().split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}));this.keywords.length||(t\u003d!0);for(var i\u003d0;i\u003cn.length;i+\u003d1)if(e\u003d\u003d\u003dn[i].trim()){t\u003d!0;break}this.ansIsCorrect\u003dt},isIntermediateResult:function(){return!this.noIntermediateResult\u0026\u00261\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},toggleRadioOn:function(){this.qState.answered||this.selected||(this.answers.forEach((function(t){t.selected\u003d!1})),this.selected\u003d!0)},toggleCheckbox:function(){this.qState.answered||(this.selected\u003d!this.selected)}},created:function(){this.answers.push(this)}},Zn,[],!1,null,\"d09dfee8\",null).exports;var ti\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"dropdown\",staticStyle:{position:\"relative\"}},[t.algolia?n(\"div\",{attrs:{id:\"algolia-search-input\"}}):[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.value,expression:\"value\"}],staticClass:\"form-control\",attrs:{\"data-bs-toggle\":\"dropdown\",type:\"text\",placeholder:t.placeholder,autocomplete:\"off\"},domProps:{value:t.value},on:{input:[function(e){e.target.composing||(t.value\u003de.target.value)},t.update],keyup:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"up\",38,e.key,[\"Up\",\"ArrowUp\"])?null:t.up.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"down\",40,e.key,[\"Down\",\"ArrowDown\"])?null:t.down.apply(null,arguments)}],keydown:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"enter\",13,e.key,\"Enter\")?null:t.hit.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.reset.apply(null,arguments)}],blur:function(e){t.showDropdown\u003d!1}}}),t._v(\" \"),n(\"div\",{staticClass:\"form-control placeholder-div-hidden\"},[t._v(\"\\n \"+t._s(t.placeholder)+\"\\n \")])],t._v(\" \"),n(\"ul\",{ref:\"dropdown\",class:t.dropdownMenuClasses},t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:{\"table-active\":t.isActive(i)}},[n(\"a\",{staticClass:\"dropdown-item\",on:{mousedown:function(e){return e.preventDefault(),t.hit.apply(null,arguments)},mousemove:function(e){return t.setActive(i)}}},[n(\"searchbar-page-item\",{attrs:{item:e,value:t.value}})],1)])})),0)],2)};function ei(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n\u003dnull\u003d\u003dt?null:\"undefined\"!\u003dtypeof Symbol\u0026\u0026t[Symbol.iterator]||t[\"@@iterator\"];if(null!\u003dn){var i,o,r,s,a\u003d[],l\u003d!0,c\u003d!1;try{if(r\u003d(n\u003dn.call(t)).next,0\u003d\u003d\u003de){if(Object(n)!\u003d\u003dn)return;l\u003d!1}else for(;!(l\u003d(i\u003dr.call(n)).done)\u0026\u0026(a.push(i.value),a.length!\u003d\u003de);l\u003d!0);}catch(t){c\u003d!0,o\u003dt}finally{try{if(!l\u0026\u0026null!\u003dn.return\u0026\u0026(s\u003dn.return(),Object(s)!\u003d\u003ds))return}finally{if(c)throw o}}return a}}(t,e)||bn(t,e)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}ti._withStripped\u003d!0;var ni\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.item.heading?n(\"div\",{staticClass:\"heading\"},[n(\"i\",{staticClass:\"fa fa-hashtag\"}),t._v(\" \"),n(\"div\",{staticClass:\"heading-text\"},[n(\"span\",{domProps:{innerHTML:t._s(t.highlight(t.item.heading.text,t.value))}}),t._v(\" \"),t._l(t.item.keywords,(function(e,i){return n(\"div\",{key:i,staticClass:\"keyword-text\",domProps:{innerHTML:t._s(t.highlight(e,t.value))}})}))],2)]):n(\"div\",[n(\"span\",{staticClass:\"page-title\",domProps:{innerHTML:t._s(t.highlight(t.item.title,t.value))}}),t._v(\" \"),t.item.keywords?n(\"br\"):t._e(),t._v(\" \"),t.item.keywords?n(\"small\",{domProps:{innerHTML:t._s(t.highlight(t.item.keywords,t.value))}}):t._e(),t._v(\" \"),n(\"hr\",{staticClass:\"page-headings-separator\"})])};ni._withStripped\u003d!0;const ii\u003dqe({props:{item:{type:Object,default:null},value:{type:String,default:\"\"}},methods:{highlight:function(t,e){for(var n,i\u003d(n\u003dfunction(){var n\u003de.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(\"(\".concat(t,\")\"),\"gi\")})),i\u003d[];return n.forEach((function(e){for(var n\u003de.exec(t);null!\u003d\u003dn\u0026\u0026n.index!\u003d\u003de.lastIndex;)i.push({start:n.index,end:e.lastIndex}),n\u003de.exec(t)})),i}()).length\u003c\u003d1?n:n.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){var n\u003dt[t.length-1];return!n||n.end\u003ce.start?t.push(e):n.end\u003ce.end\u0026\u0026(n.end\u003de.end),t}),[]),o\u003dt,r\u003di.length-1;r\u003e\u003d0;r-\u003d1)o\u003d\"\".concat(o.slice(0,i[r].start),\"\u003cmark\u003e\")+\"\".concat(o.slice(i[r].start,i[r].end),\"\u003c/mark\u003e\")+\"\".concat(o.slice(i[r].end));return o}}},ni,[],!1,null,\"98afe086\",null).exports;const oi\u003dqe({created:function(){this.items\u003dthis.primitiveData},props:{data:{type:Array,default:function(){return[]}},limit:{type:Number,default:8},async:{type:String,default:\"\"},keyProp:{type:String,default:null},onHit:{type:Function,default:function(t){this.reset(),this.value\u003dt}},placeholder:{type:String,default:\"Search\"},delay:{type:Number,default:200},menuAlignRight:{type:Boolean,default:!1},algolia:{type:Boolean,default:!1}},data:function(){return{value:\"\",showDropdown:!1,noResults:!0,current:0,items:[]}},computed:{primitiveData:function(){function t(t,e){var n\u003dt.join(\" \");return e.reduce((function(t,e){var i\u003dn.match(e);return t+(i?i.length:0)}),0)}if(this.value.length\u003c2||!this.data)return[];var e\u003d[],n\u003dthis.value.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(t,\"ig\")}));return this.data.forEach((function(i){var o\u003di.headings,r\u003di.src,s\u003di.title,a\u003di.headingKeywords,l\u003di.frontmatterKeywords||\"\",c\u003ds||r.substring(0,r.lastIndexOf(\".\")),u\u003dt([c,l].concat(_n(Object.values(o)),_n(Object.values(a))),n);if(u\u003e0){var d\u003d[];Object.entries(o).forEach((function(e,i){var o\u003dei(e,2),s\u003do[0],u\u003do[1],h\u003dn.some((function(t){return t.test(u)})),p\u003da[s]\u0026\u0026a[s].some((function(t){return n.some((function(e){return e.test(t)}))}));if(h||p){var f\u003dt([u].concat(_n(a[s]||[])),n);(0!\u003d\u003di||u!\u003d\u003dc||l.length)\u0026\u0026d.push({heading:{id:s,text:u},keywords:a[s],src:r,totalMatches:f})}})),d.sort((function(t,e){return e.totalMatches-t.totalMatches})),e.push({headings:d,keywords:l,src:r,title:c,totalMatches:u})}})),e.sort((function(t,e){return e.totalMatches-t.totalMatches})).flatMap((function(t){return t.headings?[t].concat(_n(t.headings)):t}))},dropdownMenuClasses:function(){return[\"dropdown-menu\",\"search-dropdown-menu\",{show:this.showDropdown},{\"d-none\":!this.showDropdown},{\"dropdown-menu-end\":this.menuAlignRight}]}},methods:{update:function(){return this.value?(this.data\u0026\u0026(this.items\u003dthis.primitiveData,this.showDropdown\u003dthis.items.length\u003e0),this.async\u0026\u0026this.query(),!0):(this.reset(),!1)},query:function(t,e){var n,i\u003darguments.length\u003e2\u0026\u0026void 0!\u003d\u003darguments[2]?arguments[2]:100;function o(t){return/^[0-9]+$/.test(t)?Number(t)||1:null}return function(){for(var r\u003dthis,s\u003darguments.length,a\u003dnew Array(s),l\u003d0;l\u003cs;l++)a[l]\u003darguments[l];n\u0026\u0026clearTimeout(n),n\u003dsetTimeout((function(){t.apply(r,a)}),o(e)||o(this[e])||i)}}((function(){var t\u003dthis;(function(t){var e\u003dnew window.XMLHttpRequest,n\u003d{},i\u003d{then:function(t,e){return i.done(t).fail(e)},catch:function(t){return i.fail(t)},always:function(t){return i.done(t).fail(t)}};return[\"done\",\"fail\"].forEach((function(t){n[t]\u003d[],i[t]\u003dfunction(e){return e instanceof Function\u0026\u0026n[t].push(e),i}})),i.done(JSON.parse),e.onreadystatechange\u003dfunction(){if(4\u003d\u003d\u003de.readyState){var t\u003d{status:e.status};if(200\u003d\u003d\u003de.status)try{var i\u003de.responseText;for(var o in n.done){var r\u003dn.done[o](i);void 0!\u003d\u003dr\u0026\u0026(i\u003dr)}}catch(t){n.fail.forEach((function(e){return e(t)}))}else n.fail.forEach((function(e){return e(t)}))}},e.open(\"GET\",t),e.setRequestHeader(\"Accept\",\"application/json\"),e.send(),i})(this.async+this.value).then((function(e){t.items\u003d(t.keyProp?e[t.keyProp]:e).slice(0,t.limit),t.showDropdown\u003dt.items.length}))}),\"delay\",200),reset:function(){this.items\u003d[],this.value\u003d\"\",this.loading\u003d!1,this.showDropdown\u003d!1},setActive:function(t){this.current\u003dt},isActive:function(t){return this.current\u003d\u003d\u003dt},hit:function(t){t.preventDefault(),this.onHit(this.items[this.current],this)},down:function(){this.current\u003cthis.items.length-1\u0026\u0026(this.current+\u003d1,this.scrollListView())},up:function(){this.current\u003e0\u0026\u0026(this.current-\u003d1,this.scrollListView())},scrollListView:function(){var t\u003dthis.$refs.dropdown,e\u003dt.children[this.current],n\u003dt.scrollTop,i\u003dn+t.clientHeight,o\u003de.offsetTop+e.offsetHeight;e.offsetTop\u003cn?t.scrollTop\u003de.offsetTop:o\u003ei\u0026\u0026(t.scrollTop\u003do-t.clientHeight)}},components:{searchbarPageItem:ii}},ti,[],!1,null,\"01e11c9b\",null).exports;var ri\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"tab-pane active printable-tab-pane\",class:{\"tab-pane-hide\":!this.show},attrs:{role:\"tabpanel\"}},[e(\"div\",{staticClass:\"nav-tabs printable-tab-header\"},[e(\"div\",{ref:\"header\",staticClass:\"nav-link active\"},[this._t(\"header\")],2)]),this._v(\" \"),this._t(\"default\"),this._v(\" \"),e(\"hr\")],2)};ri._withStripped\u003d!0;const si\u003dqe({props:{header:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},computed:{headerRendered:function(){return this.$refs.header.innerHTML},active:function(){return this._tabset.show\u003d\u003d\u003dthis},index:function(){return this._tabset.tabs.indexOf(this)},show:function(){return this._tabset\u0026\u0026this._tabset.show\u003d\u003d\u003dthis},disabledBool:function(){return Re(this.disabled)}},created:function(){this._ingroup\u003dthis.$parent\u0026\u0026this.$parent._tabgroup;for(var t\u003dthis;t\u0026\u0026!0!\u003d\u003dt._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?(t.tabs.push(this),this._ingroup?~t.headers.indexOf(this.$parent)||t.headers.push(this.$parent):t.headers.push(this),this._tabset\u003dt):this._tabset\u003d{},this._ingroup\u0026\u0026this.$parent.tabs.push(this)},beforeDestroy:function(){if(this._tabset.activeNumber\u003d\u003d\u003dthis.index\u0026\u0026(this._tabset.activeNumber\u003d0),this._ingroup){var t\u003dthis.$parent.tabs.indexOf(this);this.$parent.tabs.splice(t,1)}this._tabset.tabs.splice(this.index,1)}},ri,[],!1,null,\"661c1b61\",null).exports;var ai\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"printable-tab-group\"},[e(\"div\",{ref:\"header\",staticClass:\"printable-tab-group-header\"},[this._t(\"header\")],2),this._v(\" \"),this._t(\"default\")],2)};ai._withStripped\u003d!0;const li\u003dqe({props:{disabled:{type:[Boolean,String],default:!1},header:{type:String,default:\"\"}},data:function(){return{tabs:[],show:!1}},computed:{active:function(){return~this.tabs.indexOf(this._tabset.show)},headerRendered:function(){return this.$refs.header.innerHTML},disabledBool:function(){return De(this.disabled)}},created:function(){this._tabgroup\u003d!0;for(var t\u003dthis.$parent\u0026\u0026!0\u003d\u003d\u003dthis.$parent._tabset?this.$parent:{};t\u0026\u0026!t._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?this._tabset\u003dt:(this._tabset\u003d{},this.show\u003d!0)},methods:{blur:function(){this.show\u003d!1},toggle:function(){this.show\u003d!this.show}}},ai,[],!1,null,\"a785351c\",null).exports;var ci\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[t.addClass,\"printable-tabs\"]},[n(\"ul\",{staticClass:\"nav nav-tabs d-print-none\",class:t.getNavStyleClass,attrs:{role:\"tablist\"}},[t._l(t.headers,(function(e,i){return[e._tabgroup?n(\"dropdown\",{key:i,staticClass:\"nav-item\",class:{active:e.active},attrs:{header:e.headerRendered,disabled:e.disabled}},t._l(e.tabs,(function(e,i){return n(\"li\",{key:i},[n(\"a\",{staticClass:\"nav-link\",class:{disabled:e.disabled},attrs:{href:\"#\"},domProps:{innerHTML:t._s(e.headerRendered)},on:{click:function(n){return n.preventDefault(),t.select(e)}}})])})),0):n(\"li\",{key:i,staticClass:\"nav-item\",on:{click:function(n){return n.preventDefault(),t.select(e)}}},[n(\"a\",{staticClass:\"nav-link\",class:{active:e.active,disabled:e.disabledBool},attrs:{href:\"#\"}},[n(\"span\",{domProps:{innerHTML:t._s(e.headerRendered)}})])])]}))],2),t._v(\" \"),n(\"div\",{ref:\"tab-content\",staticClass:\"tab-content\"},[t._t(\"default\")],2)])};ci._withStripped\u003d!0;const ui\u003dqe({components:{dropdown:gn},props:{navStyle:{type:String,default:\"tabs\"},active:{type:String,default:\"0\"},addClass:{type:String,default:\"\"}},data:function(){return{show:null,headers:[],activeNumber:je(this.active),tabs:[]}},created:function(){this._tabset\u003d!0},computed:{getNavStyleClass:function(){return\"nav-\".concat(this.navStyle)}},watch:{activeNumber:function(t){this.show\u003dthis.tabs[t]}},mounted:function(){this.show\u003dthis.tabs[this.activeNumber]},methods:{select:function(t){t.disabled||(this.activeNumber\u003dt.index)}}},ci,[],!1,null,\"70a68808\",null).exports;var di\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"thumb-wrapper\",{\"thumb-circle\":t.circle},t.addClass],style:[t.getBorder,t.getFontSize,t.getFontColor,t.getBgColor]},[t.hasSrc?n(\"img\",{ref:\"pic\",staticClass:\"thumb-image\",attrs:{src:t.src,width:t.computedWidth,height:t.computedHeight,alt:t.alt},on:{\"~load\":function(e){return t.computeImgSize.apply(null,arguments)}}}):t._e(),t._v(\" \"),t._t(\"default\")],2)};di._withStripped\u003d!0;const hi\u003dqe({props:{circle:{type:Boolean,default:!1},addClass:{type:String,default:\"\"},alt:{type:String,default:\"\"},background:{type:String,default:\"\"},border:{type:String,default:\"\"},fontColor:{type:String,default:\"\"},fontSize:{type:String,default:\"\"},size:{type:String,default:\"\"},src:{type:String,default:null},text:{type:String,default:\"\"}},computed:{getBorder:function(){return\"\"\u003d\u003d\u003dthis.border?{}:{border:this.border}},getFontSize:function(){var t\u003dthis.imageSize/2,e\u003dthis.fontSize;return{\"font-size\":\"\".concat(void 0\u003d\u003d\u003de||\"\"\u003d\u003d\u003de?t:e,\"px\")}},getFontColor:function(){return\"\"\u003d\u003d\u003dthis.fontColor?{}:{color:this.fontColor}},getBgColor:function(){return\"\"\u003d\u003d\u003dthis.background?{}:{background:this.background}},hasSrc:function(){return void 0!\u003d\u003dthis.src\u0026\u0026\"\"!\u003d\u003dthis.src},imageSize:function(){return this.size||100}},data:function(){return{computedWidth:\"\",computedHeight:\"\"}},mounted:function(){var t\u003dthis.$el;t.style.width\u003d\"\".concat(this.imageSize,\"px\"),t.style.height\u003d\"\".concat(this.imageSize,\"px\"),t.style.lineHeight\u003d\"\".concat(this.imageSize,\"px\")},methods:{computeImgSize:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth,i\u003dMath.min(e,n),o\u003dthis.imageSize/i;this.computedWidth\u003dn*o,this.computedHeight\u003de*o}}},di,[],!1,null,null,null).exports;var pi\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{tabindex:\"0\"},on:t._d({},[t.triggerEventType,function(e){return e.stopPropagation(),t.toggle()}])},[\"popover\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[n(\"portal-target\",{attrs:{name:\"popover:\"+t.target}})],1)]},proxy:!0}],null,!1,1583262462)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):\"tooltip\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,placement:t.placement,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"portal-target\",{attrs:{name:\"tooltip:\"+t.target}})]},proxy:!0}])},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):n(\"span\",[t._t(\"default\")],2)],1)};pi._withStripped\u003d!0;var fi\u003di(383);function mi(t){return(mi\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function vi(t,e){for(var n\u003d0;n\u003ce.length;n++){var i\u003de[n];i.enumerable\u003di.enumerable||!1,i.configurable\u003d!0,\"value\"in i\u0026\u0026(i.writable\u003d!0),Object.defineProperty(t,i.key,i)}}function gi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]\u003dn,t}function yi(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function wi(t){for(var e\u003d1;e\u003carguments.length;e++){var n\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?yi(Object(n),!0).forEach((function(e){gi(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):yi(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function bi(t){return function(t){if(Array.isArray(t))return _i(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return _i(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_i(t,e):void 0}}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function _i(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}var Si\u003dfunction(t){return t\u003d\u003ddocument.activeElement},xi\u003dfunction(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t),this.root\u003dnull,this.elements\u003d[],this.onKeyDown\u003dthis.onKeyDown.bind(this),this.enable\u003dthis.enable.bind(this),this.disable\u003dthis.disable.bind(this),this.firstElement\u003dthis.firstElement.bind(this),this.lastElement\u003dthis.lastElement.bind(this)}var e,n;return e\u003dt,(n\u003d[{key:\"lastElement\",value:function(){return this.elements[this.elements.length-1]||null}},{key:\"firstElement\",value:function(){return this.elements[0]||null}},{key:\"onKeyDown\",value:function(t){if(function(t){return\"Tab\"\u003d\u003d\u003dt.key||9\u003d\u003d\u003dt.keyCode}(t)){if(!t.shiftKey)return!document.activeElement||Si(this.lastElement())?(this.firstElement().focus(),void t.preventDefault()):void 0;Si(this.firstElement())\u0026\u0026(this.lastElement().focus(),t.preventDefault())}}},{key:\"enabled\",value:function(){return!!this.root}},{key:\"enable\",value:function(t){t\u0026\u0026(this.root\u003dt,this.elements\u003dfunction(t){return function(t,e){return bi(t.querySelectorAll(\u0027button:not([disabled]), select:not([disabled]), a[href]:not([disabled]), area[href]:not([disabled]), [contentEditable\u003d\"\"]:not([disabled]), [contentEditable\u003d\"true\"]:not([disabled]), [contentEditable\u003d\"TRUE\"]:not([disabled]), textarea:not([disabled]), iframe:not([disabled]), input:not([disabled]), summary:not([disabled]), [tabindex]:not([tabindex\u003d\"-1\"])\u0027)||[])}(t)}(this.root),this.root.addEventListener(\"keydown\",this.onKeyDown))}},{key:\"disable\",value:function(){this.root.removeEventListener(\"keydown\",this.onKeyDown),this.root\u003dnull}}])\u0026\u0026vi(e.prototype,n),t}(),Ci\u003dfunction(t){var e\u003dt.targetTouches?t.targetTouches[0]:t;return{x:e.clientX,y:e.clientY}},$i\u003dfunction(t,e,n){return\"number\"!\u003dtypeof t\u0026\u0026(t\u003dMath.min(e,n)||e),\"number\"!\u003dtypeof n\u0026\u0026(n\u003dMath.max(e,t)),Math.min(Math.max(e,t),n)},ki\u003dfunction(t){return t\u0026\u0026Number(t.replace(/px$/,\"\"))||0},Ti\u003d{down:{pc:\"mousedown\",m:\"touchstart\"},move:{pc:\"mousemove\",m:\"touchmove\"},up:{pc:\"mouseup\",m:\"touchend\"}},Ei\u003dfunction(t,e,n){e\u0026\u0026e.addEventListener(Ti[t].pc,n),e\u0026\u0026e.addEventListener(Ti[t].m,n,{passive:!1})},Oi\u003dfunction(t,e,n){e\u0026\u0026e.removeEventListener(Ti[t].pc,n),e\u0026\u0026e.removeEventListener(Ti[t].m,n)},Bi\u003d!1;if(\"undefined\"!\u003dtypeof window){var Pi\u003d{get passive(){Bi\u003d!0}};window.addEventListener(\"testPassive\",null,Pi),window.removeEventListener(\"testPassive\",null,Pi)}var Li,Ni,Ai,zi\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.navigator\u0026\u0026window.navigator.platform\u0026\u0026(/iP(ad|hone|od)/.test(window.navigator.platform)||\"MacIntel\"\u003d\u003d\u003dwindow.navigator.platform\u0026\u0026window.navigator.maxTouchPoints\u003e1),Mi\u003d[],Hi\u003d!1,Di\u003d0,Ri\u003d-1,ji\u003dfunction(t){return Mi.some((function(){return function(t,e){var n\u003d!1;return function(t){for(var e\u003d[];t;){if(e.push(t),t.classList.contains(\"vfm\"))return e;t\u003dt.parentElement}return e}(t).forEach((function(t){(function(t){if(!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE)return!1;var e\u003dwindow.getComputedStyle(t);return[\"auto\",\"scroll\"].includes(e.overflowY)\u0026\u0026t.scrollHeight\u003et.clientHeight})(t)\u0026\u0026function(t,e){return!(0\u003d\u003d\u003dt.scrollTop\u0026\u0026e\u003c0||t.scrollTop+t.clientHeight+e\u003e\u003dt.scrollHeight\u0026\u0026e\u003e0)}(t,e)\u0026\u0026(n\u003d!0)})),n}(t,-Di)}))},Ii\u003dfunction(t){var e\u003dt||window.event;return!!ji(e.target)||e.touches.length\u003e1||(e.preventDefault\u0026\u0026e.preventDefault(),!1)},qi\u003dfunction(t){t?(Mi\u003dMi.filter((function(e){return e.targetElement!\u003d\u003dt})),zi?(t.ontouchstart\u003dnull,t.ontouchmove\u003dnull,Hi\u0026\u00260\u003d\u003d\u003dMi.length\u0026\u0026(document.removeEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!1)):Mi.length||(void 0!\u003d\u003dNi\u0026\u0026(document.body.style.paddingRight\u003dNi,Ni\u003dvoid 0),void 0!\u003d\u003dLi\u0026\u0026(document.body.style.overflow\u003dLi,Li\u003dvoid 0))):console.error(\"enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.\")},Wi\u003dfunction(){},Fi\u003d\"enter\",Vi\u003d\"entering\",Ui\u003d\"leave\",Qi\u003d\"leavng\",Xi\u003d{type:[String,Object,Array],default:\"\"},Yi\u003d{type:[Object,Array],default:function(){return{}}},Ki\u003d{t:\"ns-resize\",tr:\"nesw-resize\",r:\"ew-resize\",br:\"nwse-resize\",b:\"ns-resize\",bl:\"nesw-resize\",l:\"ew-resize\",tl:\"nwse-resize\"},Gi\u003d{props:{name:{type:String,default:null},value:{type:Boolean,default:!1},ssr:{type:Boolean,default:!0},classes:Xi,overlayClass:Xi,contentClass:Xi,styles:Yi,overlayStyle:Yi,contentStyle:Yi,lockScroll:{type:Boolean,default:!0},hideOverlay:{type:Boolean,default:!1},clickToClose:{type:Boolean,default:!0},escToClose:{type:Boolean,default:!1},preventClick:{type:Boolean,default:!1},attach:{type:null,default:!1,validator:function(t){var e\u003dmi(t);return\"boolean\"\u003d\u003d\u003de||\"string\"\u003d\u003d\u003de||t.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE}},transition:{type:[String,Object],default:\"vfm\"},overlayTransition:{type:[String,Object],default:\"vfm\"},zIndexAuto:{type:Boolean,default:!0},zIndexBase:{type:[String,Number],default:1e3},zIndex:{type:[Boolean,String,Number],default:!1},focusRetain:{type:Boolean,default:!0},focusTrap:{type:Boolean,default:!1},fitParent:{type:Boolean,default:!0},drag:{type:Boolean,default:!1},dragSelector:{type:String,default:\"\"},keepChangedStyle:{type:Boolean,default:!1},resize:{type:Boolean,default:!1},resizeDirections:{type:Array,default:function(){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"]},validator:function(t){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"].filter((function(e){return-1!\u003d\u003dt.indexOf(e)})).length\u003d\u003d\u003dt.length}},minWidth:{type:Number,default:0},minHeight:{type:Number,default:0},maxWidth:{type:Number,default:1/0},maxHeight:{type:Number,default:1/0}},data:function(){return{modalStackIndex:null,visible:!1,visibility:{modal:!1,overlay:!1,resize:!1},overlayTransitionState:null,modalTransitionState:null,stopEvent:!1,params:{},dragResizeStyle:{},resolveToggle:Wi,rejectToggle:Wi,state:null,lastMousedownEl:null}},computed:{isComponentReadyToBeDestroyed:function(){return(this.hideOverlay||this.overlayTransitionState\u003d\u003d\u003dUi)\u0026\u0026this.modalTransitionState\u003d\u003d\u003dUi},calculateZIndex:function(){return!1\u003d\u003d\u003dthis.zIndex?!!this.zIndexAuto\u0026\u0026+this.zIndexBase+2*(this.modalStackIndex||0):this.zIndex},bindStyle:function(){return wi({},!1!\u003d\u003dthis.calculateZIndex\u0026\u0026{zIndex:this.calculateZIndex})},bindContentStyle:function(){var t\u003d[this.dragResizeStyle];return Array.isArray(this.contentStyle)?t.push.apply(t,bi(this.contentStyle)):t.push(this.contentStyle),t},computedTransition:function(){return\"string\"\u003d\u003dtypeof this.transition?{name:this.transition}:wi({},this.transition)},computedOverlayTransition:function(){return\"string\"\u003d\u003dtypeof this.overlayTransition?{name:this.overlayTransition}:wi({},this.overlayTransition)}},watch:{value:function(t){if(this.stopEvent)this.stopEvent\u003d!1;else if(this.mounted(),!t){if(this.emitEvent(\"before-close\",!0))return void this.rejectToggle(\"hide\");this.close()}},lockScroll:\"handleLockScroll\",hideOverlay:function(t){this.value\u0026\u0026!t\u0026\u0026(this.visibility.overlay\u003d!0)},attach:\"mounted\",isComponentReadyToBeDestroyed:function(t){t\u0026\u0026(this.visible\u003d!1)},drag:function(t){this.visible\u0026\u0026(t?this.addDragDown():this.removeDragDown())},resize:function(t){this.visible\u0026\u0026(t?this.addResizeDown():this.removeResizeDown())},keepChangedStyle:function(t){t||(this.dragResizeStyle\u003d{})}},mounted:function(){this.api.modals.push(this),this.$focusTrap\u003dnew xi,this.mounted()},beforeDestroy:function(){var t,e\u003dthis;this.close(),this.lockScroll\u0026\u0026this.$refs.vfmContainer\u0026\u0026qi(this.$refs.vfmContainer),null\u003d\u003dthis||null\u003d\u003d\u003d(t\u003dthis.$el)||void 0\u003d\u003d\u003dt||t.remove();var n\u003dthis.api.modals.findIndex((function(t){return t\u003d\u003d\u003de}));this.api.modals.splice(n,1)},methods:{mounted:function(){var t\u003dthis;if(this.value){if(this.emitEvent(\"before-open\",!1))return void this.rejectToggle(\"show\");var e\u003dthis.getAttachElement();if(e||!1\u003d\u003d\u003dthis.attach){!1!\u003d\u003dthis.attach\u0026\u0026e.appendChild(this.$el);var n\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));-1!\u003d\u003dn\u0026\u0026this.api.openedModals.splice(n,1),this.api.openedModals.push(this),this.modalStackIndex\u003dthis.api.openedModals.length-1,this.handleLockScroll(),this.api.openedModals.filter((function(e){return e!\u003d\u003dt})).forEach((function(t,n){t.getAttachElement()\u003d\u003d\u003de\u0026\u0026(t.modalStackIndex\u003dn,t.visibility.overlay\u003d!1)})),this.visible\u003d!0,this.$nextTick((function(){t.startTransitionEnter()}))}else!1!\u003d\u003de\u0026\u0026console.warn(\"Unable to locate target \".concat(this.attach))}},close:function(){var t\u003dthis,e\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));if(-1!\u003d\u003de\u0026\u0026this.api.openedModals.splice(e,1),this.api.openedModals.length\u003e0){var n\u003dthis.api.openedModals[this.api.openedModals.length-1];(n.focusRetain||n.focusTrap)\u0026\u0026n.$refs.vfmContainer.focus(),!n.hideOverlay\u0026\u0026(n.visibility.overlay\u003d!0)}this.drag\u0026\u0026this.removeDragDown(),this.resize\u0026\u0026this.removeResizeDown(),this.state\u003dnull,this.startTransitionLeave()},startTransitionEnter:function(){this.visibility.overlay\u003d!0,this.visibility.modal\u003d!0},startTransitionLeave:function(){this.visibility.overlay\u003d!1,this.visibility.modal\u003d!1},handleLockScroll:function(){var t\u003dthis;this.value\u0026\u0026this.$nextTick((function(){t.lockScroll?function(t,e){if(t){if(!Mi.some((function(e){return e.targetElement\u003d\u003d\u003dt}))){var n\u003d{targetElement:t,options:e||{}};Mi\u003d[].concat(bi(Mi),[n]),zi?(t.ontouchstart\u003dfunction(t){1\u003d\u003d\u003dt.targetTouches.length\u0026\u0026(Ri\u003dt.targetTouches[0].clientY)},t.ontouchmove\u003dfunction(e){1\u003d\u003d\u003de.targetTouches.length\u0026\u0026function(t,e){Di\u003dt.targetTouches[0].clientY-Ri,!ji(t.target)\u0026\u0026(e\u0026\u00260\u003d\u003d\u003de.scrollTop\u0026\u0026Di\u003e0||function(t){return!!t\u0026\u0026t.scrollHeight-t.scrollTop\u003c\u003dt.clientHeight}(e)\u0026\u0026Di\u003c0?Ii(t):t.stopPropagation())}(e,t)},Hi||(document.addEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!0)):function(t){if(void 0\u003d\u003d\u003dNi){var e\u003d!!t\u0026\u0026!0\u003d\u003d\u003dt.reserveScrollBarGap,n\u003dwindow.innerWidth-document.documentElement.clientWidth;if(e\u0026\u0026n\u003e0){var i\u003dparseInt(getComputedStyle(document.body).getPropertyValue(\"padding-right\"),10);Ni\u003ddocument.body.style.paddingRight,document.body.style.paddingRight\u003d\"\".concat(i+n,\"px\")}}void 0\u003d\u003d\u003dLi\u0026\u0026(Li\u003ddocument.body.style.overflow,document.body.style.overflow\u003d\"hidden\")}(e)}}else console.error(\"disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.\")}(t.$refs.vfmContainer,{reserveScrollBarGap:!0}):qi(t.$refs.vfmContainer)}))},getAttachElement:function(){return!1!\u003d\u003dthis.attach\u0026\u0026(\"string\"\u003d\u003dtypeof this.attach?!!window\u0026\u0026window.document.querySelector(this.attach):this.attach)},beforeOverlayEnter:function(){this.overlayTransitionState\u003dVi},afterOverlayEnter:function(){this.overlayTransitionState\u003dFi},beforeOverlayLeave:function(){this.overlayTransitionState\u003dQi},afterOverlayLeave:function(){this.overlayTransitionState\u003dUi},beforeModalEnter:function(){this.modalTransitionState\u003dVi},afterModalEnter:function(){this.modalTransitionState\u003dFi,(this.focusRetain||this.focusTrap)\u0026\u0026this.$refs.vfmContainer.focus(),this.focusTrap\u0026\u0026this.$focusTrap.enable(this.$refs.vfmContainer),this.drag\u0026\u0026this.addDragDown(),this.resize\u0026\u0026this.addResizeDown(),this.$emit(\"opened\",this.createModalEvent({type:\"opened\"})),this.resolveToggle(\"show\")},beforeModalLeave:function(){this.modalTransitionState\u003dQi,this.$focusTrap.enabled()\u0026\u0026this.$focusTrap.disable()},afterModalLeave:function(){this.modalTransitionState\u003dUi,this.modalStackIndex\u003dnull,this.lockScroll\u0026\u0026qi(this.$refs.vfmContainer),this.keepChangedStyle||(this.dragResizeStyle\u003d{});var t\u003d!1,e\u003dthis.createModalEvent({type:\"closed\",stop:function(){t\u003d!0}});this.$emit(\"closed\",e),this.resolveToggle(\"hide\"),t||(this.params\u003d{})},onMousedown:function(t){this.lastMousedownEl\u003dnull\u003d\u003dt?void 0:t.target},onMouseupContainer:function(){this.lastMousedownEl\u003d\u003d\u003dthis.$refs.vfmContainer\u0026\u0026\"resize:move\"!\u003d\u003dthis.state\u0026\u0026(this.$emit(\"click-outside\",this.createModalEvent({type:\"click-outside\"})),this.clickToClose\u0026\u0026this.$emit(\"input\",!1))},onEsc:function(){this.visible\u0026\u0026this.escToClose\u0026\u0026this.$emit(\"input\",!1)},createModalEvent:function(){var t\u003darguments.length\u003e0\u0026\u0026void 0!\u003d\u003darguments[0]?arguments[0]:{};return wi({ref:this},t)},emitEvent:function(t,e){var n\u003d!1,i\u003dthis.createModalEvent({type:t,stop:function(){n\u003d!0}});return this.$emit(t,i),!!n\u0026\u0026(this.stopEvent\u003d!0,this.$emit(\"input\",e),!0)},emitState:function(t,e,n){this.state\u003d\"\".concat(e,\":\").concat(n),this.$emit(this.state,t)},toggle:function(t,e){var n\u003darguments,i\u003dthis;return new Promise((function(o,r){i.resolveToggle\u003dfunction(t){o(t),i.resolveToggle\u003dWi},i.rejectToggle\u003dfunction(t){r(t),i.rejectToggle\u003dWi};var s\u003d\"boolean\"\u003d\u003dtypeof t?t:!i.value;s\u0026\u00262\u003d\u003d\u003dn.length\u0026\u0026(i.params\u003de),i.$emit(\"input\",s)}))},pointerDown:function(t){var e\u003dthis;t.stopPropagation();var n,i\u003d\"resize\",o\u003d\"drag\",r\u003dthis.$refs,s\u003dr.vfmContainer,a\u003dr.vfmContent,l\u003dt.target.getAttribute(\"direction\");if(l)n\u003di;else{if(!function(t,e,n){return\"\"\u003d\u003d\u003dn||bi(e.querySelectorAll(n)).includes(t.target)}(t,a,this.dragSelector))return;n\u003do}this.emitState(t,n,\"start\");var c,u,d,h,p\u003dCi(t),f\u003ds.getBoundingClientRect(),m\u003da.getBoundingClientRect(),v\u003d\"absolute\"\u003d\u003d\u003dwindow.getComputedStyle(a).position,g\u003dki(this.dragResizeStyle.top),y\u003dki(this.dragResizeStyle.left),w\u003dfunction(){if(e.fitParent){var t\u003d{absolute:function(){return{minTop:0,minLeft:0,maxTop:f.height-m.height,maxLeft:f.width-m.width}},relative:function(){return{minTop:g+f.top-m.top,minLeft:y+f.left-m.left,maxTop:g+f.bottom-m.bottom,maxLeft:y+f.right-m.right}}};return v?t.absolute():t.relative()}return{}}(),b\u003dn\u003d\u003d\u003di\u0026\u0026(c\u003ddocument.body,u\u003d\"cursor\",d\u003dKi[l],h\u003dc.style[u],c.style[u]\u003dd,function(){c.style[u]\u003dh}),_\u003dfunction(t){t.stopPropagation(),e.emitState(t,n,\"move\");var r,s,a\u003dCi(t),c\u003d{x:a.x-p.x,y:a.y-p.y};n\u003d\u003d\u003di\u0026\u0026(c\u003de.getResizeOffset(l,c,f,m,v)),v?(r\u003dm.top-f.top+c.y,s\u003dm.left-f.left+c.x):(r\u003dg+c.y,s\u003dy+c.x),n\u003d\u003d\u003do\u0026\u0026e.fitParent\u0026\u0026(r\u003d$i(w.minTop,r,w.maxTop),s\u003d$i(w.minLeft,s,w.maxLeft));var u\u003dwi(wi(wi({position:\"relative\",top:r+\"px\",left:s+\"px\",margin:\"unset\",touchAction:\"none\"},v\u0026\u0026{position:\"absolute\",transform:\"unset\",width:m.width+\"px\",height:m.height+\"px\"}),c.width\u0026\u0026{width:c.width+\"px\"}),c.height\u0026\u0026{height:c.height+\"px\"});e.dragResizeStyle\u003dwi(wi({},e.dragResizeStyle),u)};Ei(\"move\",document,_),Ei(\"up\",document,(function t(o){o.stopPropagation(),n\u003d\u003d\u003di\u0026\u0026b\u0026\u0026b(),setTimeout((function(){e.emitState(o,n,\"end\")})),Oi(\"move\",document,_),Oi(\"up\",document,t)}))},addDragDown:function(){Ei(\"down\",this.$refs.vfmContent,this.pointerDown),this.dragResizeStyle.touchAction\u003d\"none\"},removeDragDown:function(){Oi(\"down\",this.$refs.vfmContent,this.pointerDown)},addResizeDown:function(){var t\u003dthis;this.visibility.resize\u003d!0,this.$nextTick((function(){Ei(\"down\",t.$refs.vfmResize,t.pointerDown)}))},removeResizeDown:function(){Oi(\"down\",this.$refs.vfmResize,this.pointerDown),this.visibility.resize\u003d!1},getResizeOffset:function(t,e,n,i,o){var r\u003dthis,s\u003dfunction(t,e,o,s){var a,l\u003di[e],c\u003dn[t]-i[t],u\u003d(a\u003de).charAt(0).toUpperCase()+a.slice(1);return{axis:o,edgeName:e,min:s?c:-l,max:s?l:c,minEdge:r[\"min\".concat(u)],maxEdge:r[\"max\".concat(u)],getEdge:function(t){return i[e]-t*(s?1:-1)},getOffsetAxis:function(t,n){var o\u003di[e]-t;return n?s?o:0:(s?1:-1)*o/2}}},a\u003d{t:[\"top\",\"height\",\"y\",!0],b:[\"bottom\",\"height\",\"y\",!1],l:[\"left\",\"width\",\"x\",!0],r:[\"right\",\"width\",\"x\",!1]},l\u003d{x:0,y:0};return t.split(\"\").forEach((function(t){var n\u003ds.apply(void 0,bi(a[t]));l\u003dwi(wi({},l),function(t){var n,i\u003de[t.axis];i\u003dr.fitParent?$i(t.min,i,t.max):i;var s\u003d$i(t.minEdge,t.getEdge(i),t.maxEdge);return i\u003dt.getOffsetAxis(s,o),gi(n\u003d{},t.edgeName,s),gi(n,t.axis,i),n}(n))})),l}}},Zi\u003dfunction(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n},Ji\u003d\"undefined\"!\u003dtypeof navigator\u0026\u0026/msie [6-9]\\\\b/.test(navigator.userAgent.toLowerCase()),to\u003d{},eo\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.ssr||t.visible?n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.ssr||t.visible,expression:\"!ssr || visible\"}],staticClass:\"vfm vfm--inset\",class:[!1\u003d\u003d\u003dt.attach?\"vfm--fixed\":\"vfm--absolute\",{\"vfm--prevent-none\":t.preventClick}],style:t.bindStyle,on:{keydown:function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.onEsc.apply(null,arguments)}}},[n(\"transition\",t._b({ref:\"vfmOverlayTransition\",on:{\"before-enter\":t.beforeOverlayEnter,\"after-enter\":t.afterOverlayEnter,\"before-leave\":t.beforeOverlayLeave,\"after-leave\":t.afterOverlayLeave}},\"transition\",t.computedOverlayTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.hideOverlay\u0026\u0026t.visibility.overlay,expression:\"!hideOverlay \u0026\u0026 visibility.overlay\"}],staticClass:\"vfm__overlay vfm--overlay vfm--absolute vfm--inset\",class:t.overlayClass,style:t.overlayStyle})]),t._v(\" \"),n(\"transition\",t._b({ref:\"vfmTransition\",on:{\"before-enter\":t.beforeModalEnter,\"after-enter\":t.afterModalEnter,\"before-leave\":t.beforeModalLeave,\"after-leave\":t.afterModalLeave}},\"transition\",t.computedTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.visibility.modal,expression:\"visibility.modal\"}],ref:\"vfmContainer\",staticClass:\"vfm__container vfm--absolute vfm--inset vfm--outline-none\",class:t.classes,style:t.styles,attrs:{\"aria-expanded\":t.visibility.modal.toString(),role:\"dialog\",\"aria-modal\":\"true\",tabindex:\"-1\"},on:{mouseup:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMouseupContainer.apply(null,arguments)},mousedown:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMousedown.apply(null,arguments)}}},[n(\"div\",{ref:\"vfmContent\",staticClass:\"vfm__content\",class:[t.contentClass,{\"vfm--prevent-auto\":t.preventClick}],style:t.bindContentStyle,on:{mousedown:function(e){return t.onMousedown(null)}}},[t._t(\"default\",null,{params:t.params,close:function(){return t.$emit(\"input\",!1)}}),t._v(\" \"),t.visibility.resize\u0026\u0026t.visibility.modal?n(\"div\",{ref:\"vfmResize\",staticClass:\"vfm__resize vfm--absolute vfm--inset vfm--prevent-none vfm--select-none vfm--touch-none\"},t._l(t.resizeDirections,(function(t){return n(\"div\",{key:t,staticClass:\"vfm--absolute vfm--prevent-auto\",class:\"vfm--resize-\"+t,attrs:{direction:t}})})),0):t._e()],2)])])],1):t._e()},staticRenderFns:[]},(function(t){t\u0026\u0026t(\"data-v-1cd72822_0\",{source:\".vfm--fixed[data-v-1cd72822]{position:fixed}.vfm--absolute[data-v-1cd72822]{position:absolute}.vfm--inset[data-v-1cd72822]{top:0;right:0;bottom:0;left:0}.vfm--overlay[data-v-1cd72822]{background-color:rgba(0,0,0,.5)}.vfm--prevent-none[data-v-1cd72822]{pointer-events:none}.vfm--prevent-auto[data-v-1cd72822]{pointer-events:auto}.vfm--outline-none[data-v-1cd72822]:focus{outline:0}.vfm-enter-active[data-v-1cd72822],.vfm-leave-active[data-v-1cd72822]{transition:opacity .2s}.vfm-enter[data-v-1cd72822],.vfm-leave-to[data-v-1cd72822]{opacity:0}.vfm--touch-none[data-v-1cd72822]{touch-action:none}.vfm--select-none[data-v-1cd72822]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vfm--resize-bl[data-v-1cd72822],.vfm--resize-br[data-v-1cd72822],.vfm--resize-tl[data-v-1cd72822],.vfm--resize-tr[data-v-1cd72822]{width:12px;height:12px;z-index:10}.vfm--resize-t[data-v-1cd72822]{top:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-tr[data-v-1cd72822]{top:-6px;right:-6px;cursor:nesw-resize}.vfm--resize-r[data-v-1cd72822]{top:0;right:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-br[data-v-1cd72822]{bottom:-6px;right:-6px;cursor:nwse-resize}.vfm--resize-b[data-v-1cd72822]{bottom:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-bl[data-v-1cd72822]{bottom:-6px;left:-6px;cursor:nesw-resize}.vfm--resize-l[data-v-1cd72822]{top:0;left:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-tl[data-v-1cd72822]{top:-6px;left:-6px;cursor:nwse-resize}\",map:void 0,media:void 0})}),Gi,\"data-v-1cd72822\",!1,void 0,!1,(function(t){return function(t,e){return function(t,e){var n\u003dJi?e.media||\"default\":t,i\u003dto[n]||(to[n]\u003d{ids:new Set,styles:[]});if(!i.ids.has(t)){i.ids.add(t);var o\u003de.source;if(e.map\u0026\u0026(o+\u003d\"\\n/*# sourceURL\u003d\"+e.map.sources[0]+\" */\",o+\u003d\"\\n/*# sourceMappingURL\u003ddata:application/json;base64,\"+btoa(unescape(encodeURIComponent(JSON.stringify(e.map))))+\" */\"),i.element||(i.element\u003ddocument.createElement(\"style\"),i.element.type\u003d\"text/css\",e.media\u0026\u0026i.element.setAttribute(\"media\",e.media),void 0\u003d\u003d\u003dAi\u0026\u0026(Ai\u003ddocument.head||document.getElementsByTagName(\"head\")[0]),Ai.appendChild(i.element)),\"styleSheet\"in i.element)i.styles.push(o),i.element.styleSheet.cssText\u003di.styles.filter(Boolean).join(\"\\n\");else{var r\u003di.ids.size-1,s\u003ddocument.createTextNode(o),a\u003di.element.childNodes;a[r]\u0026\u0026i.element.removeChild(a[r]),a.length?i.element.insertBefore(s,a[r]):i.element.appendChild(s)}}}(t,e)}}),void 0,void 0),no\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"modals-container\"},t._l(t.api.dynamicModals,(function(e,i){return n(e.component,t._g(t._b({key:e.id,tag:\"component\",on:{closed:function(e){return t.slice(i)},\"before-open\":function(n){return t.beforeOpen(n,e,i)},opened:e.opened},scopedSlots:t._u([t._l(e.slots,(function(e,i){return{key:i,fn:function(){return[t.isString(e)?n(\"div\",{key:i,domProps:{innerHTML:t._s(e)}}):n(e.component,t._g(t._b({key:i,tag:\"component\"},\"component\",e.bind,!1),e.on))]},proxy:!0}}))],null,!0),model:{value:e.value,callback:function(n){t.$set(e,\"value\",n)},expression:\"modal.value\"}},\"component\",e.bind,!1),e.on))})),1)},staticRenderFns:[]},void 0,{props:{},methods:{slice:function(t){this.api.dynamicModals.splice(t,1)},beforeOpen:function(t,e,n){var i\u003dthis;t.ref.params\u003de.params,this.$nextTick((function(){e.value||(i.slice(n),e.reject(\"show\"))}))},isString:function(t){return\"string\"\u003d\u003dtypeof t}}},void 0,!1,void 0,!1,void 0,void 0,void 0);function io(t,e){var n\u003dwi(wi({},t),{},{props:wi({},t.props)});return Object.assign(n.props,{api:{type:Object,default:function(){return e}}}),n}var oo\u003d0,ro\u003dfunction(){var t,e,n\u003d(e\u003dnull,et().observable({show:function(t){for(var n\u003dthis,i\u003darguments.length,o\u003dnew Array(i\u003e1?i-1:0),r\u003d1;r\u003ci;r++)o[r-1]\u003darguments[r];switch(mi(t)){case\"string\":return this.toggle.apply(this,[t,!0].concat(o));case\"object\":return Promise.allSettled([new Promise((function(i,r){var s\u003d{value:!0,id:Symbol(\"dynamicModal\"),component:e,bind:{},slots:{},on:{},params:o[0],reject:r,opened:function(){i(\"show\")}};n.dynamicModals.push(Object.assign(s,t))}))])}},hide:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.toggle(e,!1)},hideAll:function(){return this.hide.apply(this,bi(this.openedModals.map((function(t){return t.name}))))},toggle:function(t){for(var e\u003darguments.length,n\u003dnew Array(e\u003e1?e-1:0),i\u003d1;i\u003ce;i++)n[i-1]\u003darguments[i];var o\u003dArray.isArray(t)?this.get.apply(this,bi(t)):this.get(t);return Promise.allSettled(o.map((function(t){return t.toggle.apply(t,n)})))},get:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.modals.filter((function(t){return e.includes(t.name)}))},dynamicModals:[],openedModals:[],modals:[],_setDefaultModal:function(t){e\u003dt}}));return gi(t\u003d{},\"$vfm\",n),gi(t,\"VueFinalModal\",function(t){var e\u003dio(eo,t);return t._setDefaultModal(e),e}(n)),gi(t,\"ModalsContainer\",io(no,n)),t},so\u003dro(),ao\u003dso.$vfm,lo\u003dso.VueFinalModal,co\u003d(so.ModalsContainer,function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{},n\u003d0\u003d\u003d\u003doo?so:ro(),i\u003dn.$vfm,o\u003dn.VueFinalModal,r\u003dn.ModalsContainer;oo+\u003d1;var s\u003de.key||\"$vfm\",a\u003de.componentName||\"VueFinalModal\",l\u003de.dynamicContainerName||\"ModalsContainer\";t.prototype[s]\u003di,t.component(a,o),t.component(l,r)}),uo\u003dfunction(t){return{install:function(e,n){var i\u003dObject.assign({},t,n);co(e,i)}}};uo.install\u003dco;const ho\u003dqe({name:\"Trigger\",components:{PortalTarget:fi.YC},props:{for:{type:String,default:\"\"},trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{popoverOrTooltipType:void 0,isInput:!1}},methods:{toggle:function(){this.for\u0026\u0026ao.show(this.for)}},computed:{triggerEventType:function(){return\"click\"\u003d\u003d\u003dthis.trigger||\"focus\"\u003d\u003d\u003dthis.trigger?this.trigger:\"mouseenter\"},triggers:function(){return this.trigger.split(\" \")},target:function(){return this.for}},mounted:function(){if(this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.for\u0026\u0026void 0\u003d\u003d\u003dthis.popoverOrTooltipType){var t\u003ddocument.getElementById(this.for);if(!t)return;this.popoverOrTooltipType\u003dt.dataset.mbComponentType}}},pi,[],!1,null,null,null).exports;var po\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"site-nav-root\"},[this._t(\"default\")],2)};po._withStripped\u003d!0;const fo\u003dqe({name:\"SiteNav\",mounted:function(){var t\u003dthis,e\u003dSn(new URL(window.location.href).pathname);this.$el.querySelectorAll(\"a[href]\").forEach((function(n){var i\u003dSn(n.getAttribute(\"href\"));if(e\u003d\u003d\u003di){n.classList.add(\"current\");for(var o\u003dn.parentElement;o\u0026\u0026o!\u003d\u003dt.$el;)\"ul\"\u003d\u003d\u003do.tagName.toLowerCase()\u0026\u0026o.classList.contains(\"site-nav-dropdown-container\")\u0026\u0026o.classList.add(\"site-nav-dropdown-container-open\"),o\u003do.parentElement}}))}},po,[],!1,null,null,null).exports;var mo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"span\",{class:[{\"nav-menu-close-icon\":t.show}],on:{click:function(e){return t.toggleNavMenu(void 0)}}},[t._t(\"navMenuIcon\")],2),t._v(\" \"),n(\"div\",{ref:\"navMenuContainer\",class:[\"nav-menu\",{\"nav-menu-open\":t.show}],style:t.navbarHeight,on:{click:t.toggleNavMenu}},[n(\"portal-target\",{attrs:{name:t.portalName,multiple:\"\"}})],1)])};mo._withStripped\u003d!0;var vo\u003d{};const go\u003dqe({components:{PortalTarget:fi.YC},props:{type:{type:String,default:null},portalName:{type:String,default:null}},inject:{toggleLowerNavbar:{default:void 0}},data:function(){return{show:!1,navbarHeight:\"\"}},methods:{toggleNavMenu:function(t){var e,n\u003dthis;t\u0026\u0026\"a\"\u003d\u003d\u003dt.target.tagName.toLowerCase()||!t\u0026\u0026this.show?(document.body.style.removeProperty(\"overflow\"),this.show\u003d!1):(vo[e\u003d\"closeOverlay\"]\u0026\u0026vo[e].forEach((function(t){return t()})),document.body.style.overflow\u003d\"hidden\",this.show\u003d!0,this.$nextTick((function(){var t\u003dn.$refs.navMenuContainer,e\u003dwindow.innerHeight-t.getBoundingClientRect().top;n.navbarHeight\u003d\"height: \".concat(e,\"px\")})))}},mounted:function(){var t,e,n\u003dthis;this.toggleLowerNavbar\u0026\u0026this.toggleLowerNavbar(),e\u003dfunction(){n.show\u003d!1},vo[t\u003d\"closeOverlay\"]||(vo[t]\u003d[]),vo[t].push(e)}},mo,[],!1,null,\"1a3e7aee\",null).exports;var yo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(t.tagName,t._b({tag:\"component\"},\"component\",t.$attrs,!1),[t._t(\"default\"),t._v(\" \"),t.enablePortal?n(\"portal\",{attrs:{to:t.to}},[n(t.tagName,t._b({tag:\"component\",class:[t.$vnode.data.staticClass||\"\",\"mb-mobile-nav\"],style:t.$vnode.data.staticStyle},\"component\",t.$attrs,!1),[t._t(\"default\")],2)],1):t._e()],2)};yo._withStripped\u003d!0;const wo\u003dqe({name:\"OverlaySource\",components:{Portal:fi.h_},props:{to:{type:String,default:void 0},tagName:{type:String,default:void 0}},data:function(){return{enablePortal:!1}},mounted:function(){this.enablePortal\u003d!0}},yo,[],!1,null,\"e6005420\",null).exports;var bo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"popover\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"popover:\"+t.targetEl.id}},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)]):t._e(),t._v(\" \"),t.isMounted?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)])]},proxy:!0}],null,!0)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};bo._withStripped\u003d!0;const _o\u003dqe({name:\"Popover\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")},hasHeader:function(){return!!this.$slots.header}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},bo,[],!1,null,null,null).exports;var So\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"tooltip\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"tooltip:\"+t.targetEl.id}},[t._t(\"content\")],2):t._e(),t._v(\" \"),t.isMounted?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t._t(\"content\")]},proxy:!0}],null,!0)},[t._v(\" \"),t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};So._withStripped\u003d!0;const xo\u003dqe({name:\"Tooltip\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isInput:!1,isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},So,[],!1,null,null,null).exports;var Co\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMounted?n(\"vue-final-modal\",{attrs:{ssr:\"\",name:t.id,classes:[\"modal\"],\"content-class\":[\"modal-dialog\",\"modal-dialog-scrollable\",t.optionalModalSize,t.optionalCentering],\"overlay-transition\":\"none\",transition:t.effectClass,\"click-to-close\":\"false\"!\u003d\u003dt.backdrop,\"esc-to-close\":\"\",\"z-index-base\":\"2000\"},model:{value:t.show,callback:function(e){t.show\u003de},expression:\"show\"}},[n(\"div\",{staticClass:\"modal-content\"},[t.hasHeader?n(\"div\",{staticClass:\"modal-header\"},[n(\"h5\",{staticClass:\"modal-title\"},[t._t(\"header\")],2),t._v(\" \"),n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"aria-label\":\"Close\"},on:{click:function(e){return t.close()}}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"modal-body\"},[t._t(\"default\")],2),t._v(\" \"),t.hasFooter||t.hasOk?n(\"div\",{staticClass:\"modal-footer\"},[t.hasFooter?t._t(\"footer\"):n(\"button\",{staticClass:\"btn btn-primary\",on:{click:function(e){return t.close()}}},[t._v(\"\\n \"+t._s(t.okText)+\"\\n \")])],2):t._e()])]):t._e()};Co._withStripped\u003d!0;const $o\u003dqe({name:\"Modal\",components:{VueFinalModal:lo},data:function(){return{show:!1,isMounted:!1,zoomEffect:{\"enter-class\":\"modal-zoom\",\"enter-to-class\":\"modal-zoom-show\",\"leave-to-class\":\"modal-zoom\",\"leave-class\":\"modal-zoom-show\"}}},props:{okText:{type:String,default:\"\"},effect:{type:String,default:\"zoom\"},id:{type:String,default:\"\"},small:{type:Boolean,default:!1},large:{type:Boolean,default:!1},center:{type:Boolean,default:!1},backdrop:{type:String,default:\"\"}},computed:{hasHeader:function(){return!!this.$slots.header},hasFooter:function(){return!!this.$slots.footer},hasOk:function(){return\"\"!\u003d\u003dthis.okText},optionalModalSize:function(){return this.small||this.large?this.small?\"modal-sm\":\"modal-lg\":\"\"},optionalCentering:function(){return this.center?\"modal-dialog-centered\":\"\"},effectClass:function(){return\"zoom\"\u003d\u003d\u003dthis.effect?this.zoomEffect:\"vfm\"}},methods:{close:function(){this.show\u003d!1}},mounted:function(){this.isMounted\u003d!0}},Co,[],!1,null,null,null).exports;var ko\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"scroll-top-button\",t.getIconSize(),\"d-print-none\",{lighten:t.$data.isLighten}],style:t.iconStyle(),attrs:{\"aria-hidden\":\"true\"},on:{click:function(e){return t.handleScrollTop()}}},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas fa-arrow-circle-up\"]})]}))],2)};ko._withStripped\u003d!0;var To\u003d{box:We,breadcrumb:Ve,dropdown:gn,navbar:Tn,panel:Rn,annotate:In,aPoint:Wn,pic:Vn,quiz:Qn,question:Gn,qOption:Jn,retriever:zn,searchbar:oi,tab:si,tabGroup:li,tabs:ui,thumbnail:hi,trigger:ho,siteNav:fo,submenu:vn,siteNavButton:Cn,pageNavButton:kn,overlay:go,overlaySource:wo,popover:_o,tooltip:xo,modal:$o,VPopover:Ne,VTooltip:Ae,scrollTopButton:qe({name:\"ScrollTopButton\",props:{icon:{type:String,default:null},iconSize:{type:String,default:\"lg\"},iconColor:{type:String,default:null},bottom:{type:String,default:null},right:{type:String,default:null}},data:function(){return{isVisible:!1,isLighten:!1,timers:{showOrHideButtonTimer:0,lightenButtonTimer:0}}},methods:{initScrollTopButton:function(){window.addEventListener(\"scroll\",this.promptScrollTopButton)},destroyScrollTopButton:function(){window.removeEventListener(\"scroll\",this.promptScrollTopButton)},promptScrollTopButton:function(){this.resetScrollTopButton(),this.showOrHideScrollTopButton()},resetScrollTopButton:function(){clearTimeout(this.timers.showOrHideButtonTimer),clearTimeout(this.timers.lightenButtonTimer),this.isLighten\u003d!1},showOrHideScrollTopButton:function(){var t\u003dthis;this.timers.showOrHideButtonTimer\u003dsetTimeout((function(){document.body.scrollTop\u003e20||document.documentElement.scrollTop\u003e20?(t.isVisible\u003d!0,t.lightenScrollTopButton()):t.isVisible\u003d!1}),100)},lightenScrollTopButton:function(){var t\u003dthis;this.timers.lightenButtonTimer\u003dsetTimeout((function(){t.isLighten||(t.isLighten\u003d!0)}),1e3)},iconStyle:function(){var t\u003d{};return t.display\u003dthis.isVisible?\"block\":\"none\",this.iconColor\u0026\u0026(t.color\u003dthis.iconColor),t.bottom\u003dthis.bottom?this.bottom:\"2%\",t.right\u003dthis.right?this.right:\"2%\",t.position\u003d\"fixed\",t},handleScrollTop:function(){document.body.scrollIntoView({block:\"start\",behavior:\"smooth\"})},getIconSize:function(){return this.iconSize?\"fa-\".concat(this.iconSize):\"\"}},mounted:function(){this.initScrollTopButton()},beforeDestroy:function(){this.destroyScrollTopButton()}},ko,[],!1,null,null,null).exports},Eo\u003d{closeable:Qe()};const Oo\u003d{MarkBindVue:{plugin:{install:function(t){Object.keys(Eo).forEach((function(e){t.directive(e,Eo[e])})),Object.keys(To).forEach((function(e){t.component(e,To[e])}))}},components:To,directives:Eo},appFactory:function(){return{data:function(){return{searchData:[]}},methods:{searchCallback:function(t){var e\u003d\"\".concat(baseUrl,\"/\").concat(t.src.replace(/.md$/,\".html\")),n\u003dt.heading?\"#\".concat(t.heading.id):\"\";window.location\u003d\"\".concat(e).concat(n)}}}}};i(605);function Bo(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Po(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Bo(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Bo(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var Lo\u003dOo.MarkBindVue,No\u003dOo.appFactory;function Ao(){var t\u003ddocument.querySelector(\"header[sticky]\");if(null!\u003d\u003dt){var e\u003da(),n\u003d!1;t.addEventListener(\"transitionend\",(function(){n||(t.style.overflow\u003d\"\")})),new ResizeObserver((function(){e\u003da(),document.documentElement.style.setProperty(\"--sticky-header-height\",\"\".concat(e,\"px\")),window.innerWidth\u003e767\u0026\u0026n\u0026\u0026l()})).observe(t);var i,o\u003d0,r\u003dwindow.location.hash,s\u003dfunction(){if(!(window.innerWidth\u003e767)){if(r!\u003d\u003dwindow.location.hash)return r\u003dwindow.location.hash,void l();r\u003dwindow.location.hash;var i\u003dwindow.pageYOffset;if(!(window.innerHeight+i\u003e\u003ddocument.body.offsetHeight)){if(i\u003eo){t.style.position\u003d\"static\";var s\u003dt.getBoundingClientRect().top+e;if(t.style.position\u003d\"sticky\",s\u003e0)return;n\u003d!0,t.style.overflow\u003d\"hidden\",t.classList.add(\"hide-header\")}else l();o\u003di}}};window.addEventListener(\"scroll\",(function(){i\u0026\u0026clearTimeout(i),i\u003dsetTimeout(s,20)}))}function a(){var e\u003dwindow.getComputedStyle(t,null);return t.clientHeight-parseFloat(e.paddingTop)-parseFloat(e.paddingBottom)}function l(){n\u003d!1,t.classList.remove(\"hide-header\")}}function zo(){document.querySelectorAll(\"script[style-bypass-vue-compilation]\").forEach((function(t){var e\u003ddocument.createElement(\"style\");e.innerHTML\u003dt.innerHTML,t.parentNode.replaceChild(e,t)})),Ao()}Vue.use(Lo.plugin),window.onload\u003dfunction(){if(window.location.hash){var t\u003ddocument.getElementById(window.location.hash.slice(1));t\u0026\u0026t.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}},window.handleSiteNavClick\u003dfunction(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];if(e){var n\u003dt.getElementsByTagName(\"a\");if(n.length)return void(window.location.href\u003dn[0].href)}var i\u003dt.nextElementSibling,o\u003dt.lastElementChild.lastElementChild;i.classList.toggle(\"site-nav-dropdown-container-open\"),o.classList.toggle(\"site-nav-rotate-icon\")};const Mo\u003d{setup:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo()}})).$mount(\"#app\",!0)},setupWithSearch:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo(),function(t){fetch(\"\".concat(baseUrl,\"/siteData.json\")).then((function(t){return t.json()})).then((function(e){t.searchData\u003de.pages}))}(this)}})).$mount(\"#app\",!0)}}})(),o\u003do.default})());"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/polyfill.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var c\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require;if(!u\u0026\u0026c)return c(o,!0);if(i)return i(o,!0);var a\u003dnew Error(\"Cannot find module \u0027\"+o+\"\u0027\");throw a.code\u003d\"MODULE_NOT_FOUND\",a}var f\u003dn[o]\u003d{exports:{}};t[o][0].call(f.exports,function(n){var r\u003dt[o][1][n];return s(r||n)},f,f.exports,e,t,n,r)}return n[o].exports}for(var i\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require,o\u003d0;o\u003cr.length;o++)s(r[o]);return s}({1:[function(t,n,r){(function(n){\"use strict\";function define(t,n,e){t[n]||Object[r](t,n,{writable:!0,configurable:!0,value:e})}if(t(327),t(328),t(2),n._babelPolyfill)throw new Error(\"only one instance of babel-polyfill is allowed\");n._babelPolyfill\u003d!0;var r\u003d\"defineProperty\";define(String.prototype,\"padLeft\",\"\".padStart),define(String.prototype,\"padRight\",\"\".padEnd),\"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill\".split(\",\").forEach(function(t){[][t]\u0026\u0026define(Array,t,Function.call.bind([][t]))})}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{2:2,327:327,328:328}],2:[function(t,n,r){t(130),n.exports\u003dt(23).RegExp.escape},{130:130,23:23}],3:[function(t,n,r){n.exports\u003dfunction(t){if(\"function\"!\u003dtypeof t)throw TypeError(t+\" is not a function!\");return t}},{}],4:[function(t,n,r){var e\u003dt(18);n.exports\u003dfunction(t,n){if(\"number\"!\u003dtypeof t\u0026\u0026\"Number\"!\u003de(t))throw TypeError(n);return+t}},{18:18}],5:[function(t,n,r){var e\u003dt(128)(\"unscopables\"),i\u003dArray.prototype;void 0\u003d\u003di[e]\u0026\u0026t(42)(i,e,{}),n.exports\u003dfunction(t){i[e][t]\u003d!0}},{128:128,42:42}],6:[function(t,n,r){n.exports\u003dfunction(t,n,r,e){if(!(t instanceof n)||void 0!\u003d\u003de\u0026\u0026e in t)throw TypeError(r+\": incorrect invocation!\");return t}},{}],7:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t){if(!e(t))throw TypeError(t+\" is not an object!\");return t}},{51:51}],8:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003d[].copyWithin||function copyWithin(t,n){var r\u003de(this),u\u003do(r.length),c\u003di(t,u),a\u003di(n,u),f\u003darguments.length\u003e2?arguments[2]:void 0,s\u003dMath.min((void 0\u003d\u003d\u003df?u:i(f,u))-a,u-c),l\u003d1;for(a\u003cc\u0026\u0026c\u003ca+s\u0026\u0026(l\u003d-1,a+\u003ds-1,c+\u003ds-1);s-- \u003e0;)a in r?r[c]\u003dr[a]:delete r[c],c+\u003dl,a+\u003dl;return r}},{114:114,118:118,119:119}],9:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003dfunction fill(t){for(var n\u003de(this),r\u003do(n.length),u\u003darguments.length,c\u003di(u\u003e1?arguments[1]:void 0,r),a\u003du\u003e2?arguments[2]:void 0,f\u003dvoid 0\u003d\u003d\u003da?r:i(a,r);f\u003ec;)n[c++]\u003dt;return n}},{114:114,118:118,119:119}],10:[function(t,n,r){var e\u003dt(39);n.exports\u003dfunction(t,n){var r\u003d[];return e(t,!1,r.push,r,n),r}},{39:39}],11:[function(t,n,r){var e\u003dt(117),i\u003dt(118),o\u003dt(114);n.exports\u003dfunction(t){return function(n,r,u){var c,a\u003de(n),f\u003di(a.length),s\u003do(u,f);if(t\u0026\u0026r!\u003dr){for(;f\u003es;)if((c\u003da[s++])!\u003dc)return!0}else for(;f\u003es;s++)if((t||s in a)\u0026\u0026a[s]\u003d\u003d\u003dr)return t||s||0;return!t\u0026\u0026-1}}},{114:114,117:117,118:118}],12:[function(t,n,r){var e\u003dt(25),i\u003dt(47),o\u003dt(119),u\u003dt(118),c\u003dt(15);n.exports\u003dfunction(t,n){var r\u003d1\u003d\u003dt,a\u003d2\u003d\u003dt,f\u003d3\u003d\u003dt,s\u003d4\u003d\u003dt,l\u003d6\u003d\u003dt,h\u003d5\u003d\u003dt||l,v\u003dn||c;return function(n,c,p){for(var d,y,g\u003do(n),m\u003di(g),b\u003de(c,p,3),x\u003du(m.length),S\u003d0,w\u003dr?v(n,x):a?v(n,0):void 0;x\u003eS;S++)if((h||S in m)\u0026\u0026(d\u003dm[S],y\u003db(d,S,g),t))if(r)w[S]\u003dy;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return S;case 2:w.push(d)}else if(s)return!1;return l?-1:f||s?s:w}}},{118:118,119:119,15:15,25:25,47:47}],13:[function(t,n,r){var e\u003dt(3),i\u003dt(119),o\u003dt(47),u\u003dt(118);n.exports\u003dfunction(t,n,r,c,a){e(n);var f\u003di(t),s\u003do(f),l\u003du(f.length),h\u003da?l-1:0,v\u003da?-1:1;if(r\u003c2)for(;;){if(h in s){c\u003ds[h],h+\u003dv;break}if(h+\u003dv,a?h\u003c0:l\u003c\u003dh)throw TypeError(\"Reduce of empty array with no initial value\")}for(;a?h\u003e\u003d0:l\u003eh;h+\u003dv)h in s\u0026\u0026(c\u003dn(c,s[h],h,f));return c}},{118:118,119:119,3:3,47:47}],14:[function(t,n,r){var e\u003dt(51),i\u003dt(49),o\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n;return i(t)\u0026\u0026(n\u003dt.constructor,\"function\"!\u003dtypeof n||n!\u003d\u003dArray\u0026\u0026!i(n.prototype)||(n\u003dvoid 0),e(n)\u0026\u0026null\u003d\u003d\u003d(n\u003dn[o])\u0026\u0026(n\u003dvoid 0)),void 0\u003d\u003d\u003dn?Array:n}},{128:128,49:49,51:51}],15:[function(t,n,r){var e\u003dt(14);n.exports\u003dfunction(t,n){return new(e(t))(n)}},{14:14}],16:[function(t,n,r){\"use strict\";var e\u003dt(3),i\u003dt(51),o\u003dt(46),u\u003d[].slice,c\u003d{},a\u003dfunction(t,n,r){if(!(n in c)){for(var e\u003d[],i\u003d0;i\u003cn;i++)e[i]\u003d\"a[\"+i+\"]\";c[n]\u003dFunction(\"F,a\",\"return new F(\"+e.join(\",\")+\")\")}return c[n](t,r)};n.exports\u003dFunction.bind||function bind(t){var n\u003de(this),r\u003du.call(arguments,1),c\u003dfunction(){var e\u003dr.concat(u.call(arguments));return this instanceof c?a(n,e.length,e):o(n,e,t)};return i(n.prototype)\u0026\u0026(c.prototype\u003dn.prototype),c}},{3:3,46:46,51:51}],17:[function(t,n,r){var e\u003dt(18),i\u003dt(128)(\"toStringTag\"),o\u003d\"Arguments\"\u003d\u003de(function(){return arguments}()),u\u003dfunction(t,n){try{return t[n]}catch(t){}};n.exports\u003dfunction(t){var n,r,c;return void 0\u003d\u003d\u003dt?\"Undefined\":null\u003d\u003d\u003dt?\"Null\":\"string\"\u003d\u003dtypeof(r\u003du(n\u003dObject(t),i))?r:o?e(n):\"Object\"\u003d\u003d(c\u003de(n))\u0026\u0026\"function\"\u003d\u003dtypeof n.callee?\"Arguments\":c}},{128:128,18:18}],18:[function(t,n,r){var e\u003d{}.toString;n.exports\u003dfunction(t){return e.call(t).slice(8,-1)}},{}],19:[function(t,n,r){\"use strict\";var e\u003dt(72).f,i\u003dt(71),o\u003dt(93),u\u003dt(25),c\u003dt(6),a\u003dt(39),f\u003dt(55),s\u003dt(57),l\u003dt(100),h\u003dt(29),v\u003dt(66).fastKey,p\u003dt(125),d\u003dh?\"_s\":\"size\",y\u003dfunction(t,n){var r,e\u003dv(n);if(\"F\"!\u003d\u003de)return t._i[e];for(r\u003dt._f;r;r\u003dr.n)if(r.k\u003d\u003dn)return r};n.exports\u003d{getConstructor:function(t,n,r,f){var s\u003dt(function(t,e){c(t,s,n,\"_i\"),t._t\u003dn,t._i\u003di(null),t._f\u003dvoid 0,t._l\u003dvoid 0,t[d]\u003d0,void 0!\u003de\u0026\u0026a(e,r,t[f],t)});return o(s.prototype,{clear:function clear(){for(var t\u003dp(this,n),r\u003dt._i,e\u003dt._f;e;e\u003de.n)e.r\u003d!0,e.p\u0026\u0026(e.p\u003de.p.n\u003dvoid 0),delete r[e.i];t._f\u003dt._l\u003dvoid 0,t[d]\u003d0},delete:function(t){var r\u003dp(this,n),e\u003dy(r,t);if(e){var i\u003de.n,o\u003de.p;delete r._i[e.i],e.r\u003d!0,o\u0026\u0026(o.n\u003di),i\u0026\u0026(i.p\u003do),r._f\u003d\u003de\u0026\u0026(r._f\u003di),r._l\u003d\u003de\u0026\u0026(r._l\u003do),r[d]--}return!!e},forEach:function forEach(t){p(this,n);for(var r,e\u003du(t,arguments.length\u003e1?arguments[1]:void 0,3);r\u003dr?r.n:this._f;)for(e(r.v,r.k,this);r\u0026\u0026r.r;)r\u003dr.p},has:function has(t){return!!y(p(this,n),t)}}),h\u0026\u0026e(s.prototype,\"size\",{get:function(){return p(this,n)[d]}}),s},def:function(t,n,r){var e,i,o\u003dy(t,n);return o?o.v\u003dr:(t._l\u003do\u003d{i:i\u003dv(n,!0),k:n,v:r,p:e\u003dt._l,n:void 0,r:!1},t._f||(t._f\u003do),e\u0026\u0026(e.n\u003do),t[d]++,\"F\"!\u003d\u003di\u0026\u0026(t._i[i]\u003do)),t},getEntry:y,setStrong:function(t,n,r){f(t,n,function(t,r){this._t\u003dp(t,n),this._k\u003dr,this._l\u003dvoid 0},function(){for(var t\u003dthis,n\u003dt._k,r\u003dt._l;r\u0026\u0026r.r;)r\u003dr.p;return t._t\u0026\u0026(t._l\u003dr\u003dr?r.n:t._t._f)?\"keys\"\u003d\u003dn?s(0,r.k):\"values\"\u003d\u003dn?s(0,r.v):s(0,[r.k,r.v]):(t._t\u003dvoid 0,s(1))},r?\"entries\":\"values\",!r,!0),l(n)}}},{100:100,125:125,25:25,29:29,39:39,55:55,57:57,6:6,66:66,71:71,72:72,93:93}],20:[function(t,n,r){var e\u003dt(17),i\u003dt(10);n.exports\u003dfunction(t){return function toJSON(){if(e(this)!\u003dt)throw TypeError(t+\"#toJSON isn\u0027t generic\");return i(this)}}},{10:10,17:17}],21:[function(t,n,r){\"use strict\";var e\u003dt(93),i\u003dt(66).getWeak,o\u003dt(7),u\u003dt(51),c\u003dt(6),a\u003dt(39),f\u003dt(12),s\u003dt(41),l\u003dt(125),h\u003df(5),v\u003df(6),p\u003d0,d\u003dfunction(t){return t._l||(t._l\u003dnew y)},y\u003dfunction(){this.a\u003d[]},g\u003dfunction(t,n){return h(t.a,function(t){return t[0]\u003d\u003d\u003dn})};y.prototype\u003d{get:function(t){var n\u003dg(this,t);if(n)return n[1]},has:function(t){return!!g(this,t)},set:function(t,n){var r\u003dg(this,t);r?r[1]\u003dn:this.a.push([t,n])},delete:function(t){var n\u003dv(this.a,function(n){return n[0]\u003d\u003d\u003dt});return~n\u0026\u0026this.a.splice(n,1),!!~n}},n.exports\u003d{getConstructor:function(t,n,r,o){var f\u003dt(function(t,e){c(t,f,n,\"_i\"),t._t\u003dn,t._i\u003dp++,t._l\u003dvoid 0,void 0!\u003de\u0026\u0026a(e,r,t[o],t)});return e(f.prototype,{delete:function(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).delete(t):r\u0026\u0026s(r,this._i)\u0026\u0026delete r[this._i]},has:function has(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).has(t):r\u0026\u0026s(r,this._i)}}),f},def:function(t,n,r){var e\u003di(o(n),!0);return!0\u003d\u003d\u003de?d(t).set(n,r):e[t._i]\u003dr,t},ufstore:d}},{12:12,125:125,39:39,41:41,51:51,6:6,66:66,7:7,93:93}],22:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(33),o\u003dt(94),u\u003dt(93),c\u003dt(66),a\u003dt(39),f\u003dt(6),s\u003dt(51),l\u003dt(35),h\u003dt(56),v\u003dt(101),p\u003dt(45);n.exports\u003dfunction(t,n,r,d,y,g){var m\u003de[t],b\u003dm,x\u003dy?\"set\":\"add\",S\u003db\u0026\u0026b.prototype,w\u003d{},_\u003dfunction(t){var n\u003dS[t];o(S,t,\"delete\"\u003d\u003dt?function(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"has\"\u003d\u003dt?function has(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"get\"\u003d\u003dt?function get(t){return g\u0026\u0026!s(t)?void 0:n.call(this,0\u003d\u003d\u003dt?0:t)}:\"add\"\u003d\u003dt?function add(t){return n.call(this,0\u003d\u003d\u003dt?0:t),this}:function set(t,r){return n.call(this,0\u003d\u003d\u003dt?0:t,r),this})};if(\"function\"\u003d\u003dtypeof b\u0026\u0026(g||S.forEach\u0026\u0026!l(function(){(new b).entries().next()}))){var E\u003dnew b,O\u003dE[x](g?{}:-0,1)!\u003dE,P\u003dl(function(){E.has(1)}),M\u003dh(function(t){new b(t)}),F\u003d!g\u0026\u0026l(function(){for(var t\u003dnew b,n\u003d5;n--;)t[x](n,n);return!t.has(-0)});M||(b\u003dn(function(n,r){f(n,b,t);var e\u003dp(new m,n,b);return void 0!\u003dr\u0026\u0026a(r,y,e[x],e),e}),b.prototype\u003dS,S.constructor\u003db),(P||F)\u0026\u0026(_(\"delete\"),_(\"has\"),y\u0026\u0026_(\"get\")),(F||O)\u0026\u0026_(x),g\u0026\u0026S.clear\u0026\u0026delete S.clear}else b\u003dd.getConstructor(n,t,y,x),u(b.prototype,r),c.NEED\u003d!0;return v(b,t),w[t]\u003db,i(i.G+i.W+i.F*(b!\u003dm),w),g||d.setStrong(b,t,y),b}},{101:101,33:33,35:35,39:39,40:40,45:45,51:51,56:56,6:6,66:66,93:93,94:94}],23:[function(t,n,r){var e\u003dn.exports\u003d{version:\"2.5.0\"};\"number\"\u003d\u003dtypeof __e\u0026\u0026(__e\u003de)},{}],24:[function(t,n,r){\"use strict\";var e\u003dt(72),i\u003dt(92);n.exports\u003dfunction(t,n,r){n in t?e.f(t,n,i(0,r)):t[n]\u003dr}},{72:72,92:92}],25:[function(t,n,r){var e\u003dt(3);n.exports\u003dfunction(t,n,r){if(e(t),void 0\u003d\u003d\u003dn)return t;switch(r){case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,i){return t.call(n,r,e,i)}}return function(){return t.apply(n,arguments)}}},{3:3}],26:[function(t,n,r){\"use strict\";var e\u003dt(35),i\u003dDate.prototype.getTime,o\u003dDate.prototype.toISOString,u\u003dfunction(t){return t\u003e9?t:\"0\"+t};n.exports\u003de(function(){return\"0385-07-25T07:06:39.999Z\"!\u003do.call(new Date(-5e13-1))})||!e(function(){o.call(new Date(NaN))})?function toISOString(){if(!isFinite(i.call(this)))throw RangeError(\"Invalid time value\");var t\u003dthis,n\u003dt.getUTCFullYear(),r\u003dt.getUTCMilliseconds(),e\u003dn\u003c0?\"-\":n\u003e9999?\"+\":\"\";return e+(\"00000\"+Math.abs(n)).slice(e?-6:-4)+\"-\"+u(t.getUTCMonth()+1)+\"-\"+u(t.getUTCDate())+\"T\"+u(t.getUTCHours())+\":\"+u(t.getUTCMinutes())+\":\"+u(t.getUTCSeconds())+\".\"+(r\u003e99?r:\"0\"+u(r))+\"Z\"}:o},{35:35}],27:[function(t,n,r){\"use strict\";var e\u003dt(7),i\u003dt(120);n.exports\u003dfunction(t){if(\"string\"!\u003d\u003dt\u0026\u0026\"number\"!\u003d\u003dt\u0026\u0026\"default\"!\u003d\u003dt)throw TypeError(\"Incorrect hint\");return i(e(this),\"number\"!\u003dt)}},{120:120,7:7}],28:[function(t,n,r){n.exports\u003dfunction(t){if(void 0\u003d\u003dt)throw TypeError(\"Can\u0027t call method on \"+t);return t}},{}],29:[function(t,n,r){n.exports\u003d!t(35)(function(){return 7!\u003dObject.defineProperty({},\"a\",{get:function(){return 7}}).a})},{35:35}],30:[function(t,n,r){var e\u003dt(51),i\u003dt(40).document,o\u003de(i)\u0026\u0026e(i.createElement);n.exports\u003dfunction(t){return o?i.createElement(t):{}}},{40:40,51:51}],31:[function(t,n,r){n.exports\u003d\"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf\".split(\",\")},{}],32:[function(t,n,r){var e\u003dt(81),i\u003dt(78),o\u003dt(82);n.exports\u003dfunction(t){var n\u003de(t),r\u003di.f;if(r)for(var u,c\u003dr(t),a\u003do.f,f\u003d0;c.length\u003ef;)a.call(t,u\u003dc[f++])\u0026\u0026n.push(u);return n}},{78:78,81:81,82:82}],33:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(42),u\u003dt(94),c\u003dt(25),a\u003dfunction(t,n,r){var f,s,l,h,v\u003dt\u0026a.F,p\u003dt\u0026a.G,d\u003dt\u0026a.S,y\u003dt\u0026a.P,g\u003dt\u0026a.B,m\u003dp?e:d?e[n]||(e[n]\u003d{}):(e[n]||{}).prototype,b\u003dp?i:i[n]||(i[n]\u003d{}),x\u003db.prototype||(b.prototype\u003d{});p\u0026\u0026(r\u003dn);for(f in r)s\u003d!v\u0026\u0026m\u0026\u0026void 0!\u003d\u003dm[f],l\u003d(s?m:r)[f],h\u003dg\u0026\u0026s?c(l,e):y\u0026\u0026\"function\"\u003d\u003dtypeof l?c(Function.call,l):l,m\u0026\u0026u(m,f,l,t\u0026a.U),b[f]!\u003dl\u0026\u0026o(b,f,h),y\u0026\u0026x[f]!\u003dl\u0026\u0026(x[f]\u003dl)};e.core\u003di,a.F\u003d1,a.G\u003d2,a.S\u003d4,a.P\u003d8,a.B\u003d16,a.W\u003d32,a.U\u003d64,a.R\u003d128,n.exports\u003da},{23:23,25:25,40:40,42:42,94:94}],34:[function(t,n,r){var e\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n\u003d/./;try{\"/./\"[t](n)}catch(r){try{return n[e]\u003d!1,!\"/./\"[t](n)}catch(t){}}return!0}},{128:128}],35:[function(t,n,r){n.exports\u003dfunction(t){try{return!!t()}catch(t){return!0}}},{}],36:[function(t,n,r){\"use strict\";var e\u003dt(42),i\u003dt(94),o\u003dt(35),u\u003dt(28),c\u003dt(128);n.exports\u003dfunction(t,n,r){var a\u003dc(t),f\u003dr(u,a,\"\"[t]),s\u003df[0],l\u003df[1];o(function(){var n\u003d{};return n[a]\u003dfunction(){return 7},7!\u003d\"\"[t](n)})\u0026\u0026(i(String.prototype,t,s),e(RegExp.prototype,a,2\u003d\u003dn?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},{128:128,28:28,35:35,42:42,94:94}],37:[function(t,n,r){\"use strict\";var e\u003dt(7);n.exports\u003dfunction(){var t\u003de(this),n\u003d\"\";return t.global\u0026\u0026(n+\u003d\"g\"),t.ignoreCase\u0026\u0026(n+\u003d\"i\"),t.multiline\u0026\u0026(n+\u003d\"m\"),t.unicode\u0026\u0026(n+\u003d\"u\"),t.sticky\u0026\u0026(n+\u003d\"y\"),n}},{7:7}],38:[function(t,n,r){\"use strict\";function flattenIntoArray(t,n,r,a,f,s,l,h){for(var v,p,d\u003df,y\u003d0,g\u003d!!l\u0026\u0026u(l,h,3);y\u003ca;){if(y in r){if(v\u003dg?g(r[y],y,n):r[y],p\u003d!1,i(v)\u0026\u0026(p\u003dv[c],p\u003dvoid 0!\u003d\u003dp?!!p:e(v)),p\u0026\u0026s\u003e0)d\u003dflattenIntoArray(t,n,v,o(v.length),d,s-1)-1;else{if(d\u003e\u003d9007199254740991)throw TypeError();t[d]\u003dv}d++}y++}return d}var e\u003dt(49),i\u003dt(51),o\u003dt(118),u\u003dt(25),c\u003dt(128)(\"isConcatSpreadable\");n.exports\u003dflattenIntoArray},{118:118,128:128,25:25,49:49,51:51}],39:[function(t,n,r){var e\u003dt(25),i\u003dt(53),o\u003dt(48),u\u003dt(7),c\u003dt(118),a\u003dt(129),f\u003d{},s\u003d{},r\u003dn.exports\u003dfunction(t,n,r,l,h){var v,p,d,y,g\u003dh?function(){return t}:a(t),m\u003de(r,l,n?2:1),b\u003d0;if(\"function\"!\u003dtypeof g)throw TypeError(t+\" is not iterable!\");if(o(g)){for(v\u003dc(t.length);v\u003eb;b++)if((y\u003dn?m(u(p\u003dt[b])[0],p[1]):m(t[b]))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y}else for(d\u003dg.call(t);!(p\u003dd.next()).done;)if((y\u003di(d,m,p.value,n))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y};r.BREAK\u003df,r.RETURN\u003ds},{118:118,129:129,25:25,48:48,53:53,7:7}],40:[function(t,n,r){var e\u003dn.exports\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.Math\u003d\u003dMath?window:\"undefined\"!\u003dtypeof self\u0026\u0026self.Math\u003d\u003dMath?self:Function(\"return this\")();\"number\"\u003d\u003dtypeof __g\u0026\u0026(__g\u003de)},{}],41:[function(t,n,r){var e\u003d{}.hasOwnProperty;n.exports\u003dfunction(t,n){return e.call(t,n)}},{}],42:[function(t,n,r){var e\u003dt(72),i\u003dt(92);n.exports\u003dt(29)?function(t,n,r){return e.f(t,n,i(1,r))}:function(t,n,r){return t[n]\u003dr,t}},{29:29,72:72,92:92}],43:[function(t,n,r){var e\u003dt(40).document;n.exports\u003de\u0026\u0026e.documentElement},{40:40}],44:[function(t,n,r){n.exports\u003d!t(29)\u0026\u0026!t(35)(function(){return 7!\u003dObject.defineProperty(t(30)(\"div\"),\"a\",{get:function(){return 7}}).a})},{29:29,30:30,35:35}],45:[function(t,n,r){var e\u003dt(51),i\u003dt(99).set;n.exports\u003dfunction(t,n,r){var o,u\u003dn.constructor;return u!\u003d\u003dr\u0026\u0026\"function\"\u003d\u003dtypeof u\u0026\u0026(o\u003du.prototype)!\u003d\u003dr.prototype\u0026\u0026e(o)\u0026\u0026i\u0026\u0026i(t,o),t}},{51:51,99:99}],46:[function(t,n,r){n.exports\u003dfunction(t,n,r){var e\u003dvoid 0\u003d\u003d\u003dr;switch(n.length){case 0:return e?t():t.call(r);case 1:return e?t(n[0]):t.call(r,n[0]);case 2:return e?t(n[0],n[1]):t.call(r,n[0],n[1]);case 3:return e?t(n[0],n[1],n[2]):t.call(r,n[0],n[1],n[2]);case 4:return e?t(n[0],n[1],n[2],n[3]):t.call(r,n[0],n[1],n[2],n[3])}return t.apply(r,n)}},{}],47:[function(t,n,r){var e\u003dt(18);n.exports\u003dObject(\"z\").propertyIsEnumerable(0)?Object:function(t){return\"String\"\u003d\u003de(t)?t.split(\"\"):Object(t)}},{18:18}],48:[function(t,n,r){var e\u003dt(58),i\u003dt(128)(\"iterator\"),o\u003dArray.prototype;n.exports\u003dfunction(t){return void 0!\u003d\u003dt\u0026\u0026(e.Array\u003d\u003d\u003dt||o[i]\u003d\u003d\u003dt)}},{128:128,58:58}],49:[function(t,n,r){var e\u003dt(18);n.exports\u003dArray.isArray||function isArray(t){return\"Array\"\u003d\u003de(t)}},{18:18}],50:[function(t,n,r){var e\u003dt(51),i\u003dMath.floor;n.exports\u003dfunction isInteger(t){return!e(t)\u0026\u0026isFinite(t)\u0026\u0026i(t)\u003d\u003d\u003dt}},{51:51}],51:[function(t,n,r){n.exports\u003dfunction(t){return\"object\"\u003d\u003dtypeof t?null!\u003d\u003dt:\"function\"\u003d\u003dtypeof t}},{}],52:[function(t,n,r){var e\u003dt(51),i\u003dt(18),o\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n;return e(t)\u0026\u0026(void 0!\u003d\u003d(n\u003dt[o])?!!n:\"RegExp\"\u003d\u003di(t))}},{128:128,18:18,51:51}],53:[function(t,n,r){var e\u003dt(7);n.exports\u003dfunction(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){var o\u003dt.return;throw void 0!\u003d\u003do\u0026\u0026e(o.call(t)),n}}},{7:7}],54:[function(t,n,r){\"use strict\";var e\u003dt(71),i\u003dt(92),o\u003dt(101),u\u003d{};t(42)(u,t(128)(\"iterator\"),function(){return this}),n.exports\u003dfunction(t,n,r){t.prototype\u003de(u,{next:i(1,r)}),o(t,n+\" Iterator\")}},{101:101,128:128,42:42,71:71,92:92}],55:[function(t,n,r){\"use strict\";var e\u003dt(60),i\u003dt(33),o\u003dt(94),u\u003dt(42),c\u003dt(41),a\u003dt(58),f\u003dt(54),s\u003dt(101),l\u003dt(79),h\u003dt(128)(\"iterator\"),v\u003d!([].keys\u0026\u0026\"next\"in[].keys()),p\u003dfunction(){return this};n.exports\u003dfunction(t,n,r,d,y,g,m){f(r,n,d);var b,x,S,w\u003dfunction(t){if(!v\u0026\u0026t in P)return P[t];switch(t){case\"keys\":return function keys(){return new r(this,t)};case\"values\":return function values(){return new r(this,t)}}return function entries(){return new r(this,t)}},_\u003dn+\" Iterator\",E\u003d\"values\"\u003d\u003dy,O\u003d!1,P\u003dt.prototype,M\u003dP[h]||P[\"@@iterator\"]||y\u0026\u0026P[y],F\u003dM||w(y),I\u003dy?E?w(\"entries\"):F:void 0,A\u003d\"Array\"\u003d\u003dn?P.entries||M:M;if(A\u0026\u0026(S\u003dl(A.call(new t)))!\u003d\u003dObject.prototype\u0026\u0026S.next\u0026\u0026(s(S,_,!0),e||c(S,h)||u(S,h,p)),E\u0026\u0026M\u0026\u0026\"values\"!\u003d\u003dM.name\u0026\u0026(O\u003d!0,F\u003dfunction values(){return M.call(this)}),e\u0026\u0026!m||!v\u0026\u0026!O\u0026\u0026P[h]||u(P,h,F),a[n]\u003dF,a[_]\u003dp,y)if(b\u003d{values:E?F:w(\"values\"),keys:g?F:w(\"keys\"),entries:I},m)for(x in b)x in P||o(P,x,b[x]);else i(i.P+i.F*(v||O),n,b);return b}},{101:101,128:128,33:33,41:41,42:42,54:54,58:58,60:60,79:79,94:94}],56:[function(t,n,r){var e\u003dt(128)(\"iterator\"),i\u003d!1;try{var o\u003d[7][e]();o.return\u003dfunction(){i\u003d!0},Array.from(o,function(){throw 2})}catch(t){}n.exports\u003dfunction(t,n){if(!n\u0026\u0026!i)return!1;var r\u003d!1;try{var o\u003d[7],u\u003do[e]();u.next\u003dfunction(){return{done:r\u003d!0}},o[e]\u003dfunction(){return u},t(o)}catch(t){}return r}},{128:128}],57:[function(t,n,r){n.exports\u003dfunction(t,n){return{value:n,done:!!t}}},{}],58:[function(t,n,r){n.exports\u003d{}},{}],59:[function(t,n,r){var e\u003dt(81),i\u003dt(117);n.exports\u003dfunction(t,n){for(var r,o\u003di(t),u\u003de(o),c\u003du.length,a\u003d0;c\u003ea;)if(o[r\u003du[a++]]\u003d\u003d\u003dn)return r}},{117:117,81:81}],60:[function(t,n,r){n.exports\u003d!1},{}],61:[function(t,n,r){var e\u003dMath.expm1;n.exports\u003d!e||e(10)\u003e22025.465794806718||e(10)\u003c22025.465794806718||-2e-17!\u003de(-2e-17)?function expm1(t){return 0\u003d\u003d(t\u003d+t)?t:t\u003e-1e-6\u0026\u0026t\u003c1e-6?t+t*t/2:Math.exp(t)-1}:e},{}],62:[function(t,n,r){var e\u003dt(65),i\u003dMath.pow,o\u003di(2,-52),u\u003di(2,-23),c\u003di(2,127)*(2-u),a\u003di(2,-126),f\u003dfunction(t){return t+1/o-1/o};n.exports\u003dMath.fround||function fround(t){var n,r,i\u003dMath.abs(t),s\u003de(t);return i\u003ca?s*f(i/a/u)*a*u:(n\u003d(1+u/o)*i,r\u003dn-(n-i),r\u003ec||r!\u003dr?s*(1/0):s*r)}},{65:65}],63:[function(t,n,r){n.exports\u003dMath.log1p||function log1p(t){return(t\u003d+t)\u003e-1e-8\u0026\u0026t\u003c1e-8?t-t*t/2:Math.log(1+t)}},{}],64:[function(t,n,r){n.exports\u003dMath.scale||function scale(t,n,r,e,i){return 0\u003d\u003d\u003darguments.length||t!\u003dt||n!\u003dn||r!\u003dr||e!\u003de||i!\u003di?NaN:t\u003d\u003d\u003d1/0||t\u003d\u003d\u003d-1/0?t:(t-n)*(i-e)/(r-n)+e}},{}],65:[function(t,n,r){n.exports\u003dMath.sign||function sign(t){return 0\u003d\u003d(t\u003d+t)||t!\u003dt?t:t\u003c0?-1:1}},{}],66:[function(t,n,r){var e\u003dt(124)(\"meta\"),i\u003dt(51),o\u003dt(41),u\u003dt(72).f,c\u003d0,a\u003dObject.isExtensible||function(){return!0},f\u003d!t(35)(function(){return a(Object.preventExtensions({}))}),s\u003dfunction(t){u(t,e,{value:{i:\"O\"+ ++c,w:{}}})},l\u003dfunction(t,n){if(!i(t))return\"symbol\"\u003d\u003dtypeof t?t:(\"string\"\u003d\u003dtypeof t?\"S\":\"P\")+t;if(!o(t,e)){if(!a(t))return\"F\";if(!n)return\"E\";s(t)}return t[e].i},h\u003dfunction(t,n){if(!o(t,e)){if(!a(t))return!0;if(!n)return!1;s(t)}return t[e].w},v\u003dfunction(t){return f\u0026\u0026p.NEED\u0026\u0026a(t)\u0026\u0026!o(t,e)\u0026\u0026s(t),t},p\u003dn.exports\u003d{KEY:e,NEED:!1,fastKey:l,getWeak:h,onFreeze:v}},{124:124,35:35,41:41,51:51,72:72}],67:[function(t,n,r){var e\u003dt(160),i\u003dt(33),o\u003dt(103)(\"metadata\"),u\u003do.store||(o.store\u003dnew(t(266))),c\u003dfunction(t,n,r){var i\u003du.get(t);if(!i){if(!r)return;u.set(t,i\u003dnew e)}var o\u003di.get(n);if(!o){if(!r)return;i.set(n,o\u003dnew e)}return o},a\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0!\u003d\u003de\u0026\u0026e.has(t)},f\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0\u003d\u003d\u003de?void 0:e.get(t)},s\u003dfunction(t,n,r,e){c(r,e,!0).set(t,n)},l\u003dfunction(t,n){var r\u003dc(t,n,!1),e\u003d[];return r\u0026\u0026r.forEach(function(t,n){e.push(n)}),e},h\u003dfunction(t){return void 0\u003d\u003d\u003dt||\"symbol\"\u003d\u003dtypeof t?t:String(t)},v\u003dfunction(t){i(i.S,\"Reflect\",t)};n.exports\u003d{store:u,map:c,has:a,get:f,set:s,keys:l,key:h,exp:v}},{103:103,160:160,266:266,33:33}],68:[function(t,n,r){var e\u003dt(40),i\u003dt(113).set,o\u003de.MutationObserver||e.WebKitMutationObserver,u\u003de.process,c\u003de.Promise,a\u003d\"process\"\u003d\u003dt(18)(u);n.exports\u003dfunction(){var t,n,r,f\u003dfunction(){var e,i;for(a\u0026\u0026(e\u003du.domain)\u0026\u0026e.exit();t;){i\u003dt.fn,t\u003dt.next;try{i()}catch(e){throw t?r():n\u003dvoid 0,e}}n\u003dvoid 0,e\u0026\u0026e.enter()};if(a)r\u003dfunction(){u.nextTick(f)};else if(o){var s\u003d!0,l\u003ddocument.createTextNode(\"\");new o(f).observe(l,{characterData:!0}),r\u003dfunction(){l.data\u003ds\u003d!s}}else if(c\u0026\u0026c.resolve){var h\u003dc.resolve();r\u003dfunction(){h.then(f)}}else r\u003dfunction(){i.call(e,f)};return function(e){var i\u003d{fn:e,next:void 0};n\u0026\u0026(n.next\u003di),t||(t\u003di,r()),n\u003di}}},{113:113,18:18,40:40}],69:[function(t,n,r){\"use strict\";function PromiseCapability(t){var n,r;this.promise\u003dnew t(function(t,e){if(void 0!\u003d\u003dn||void 0!\u003d\u003dr)throw TypeError(\"Bad Promise constructor\");n\u003dt,r\u003de}),this.resolve\u003de(n),this.reject\u003de(r)}var e\u003dt(3);n.exports.f\u003dfunction(t){return new PromiseCapability(t)}},{3:3}],70:[function(t,n,r){\"use strict\";var e\u003dt(81),i\u003dt(78),o\u003dt(82),u\u003dt(119),c\u003dt(47),a\u003dObject.assign;n.exports\u003d!a||t(35)(function(){var t\u003d{},n\u003d{},r\u003dSymbol(),e\u003d\"abcdefghijklmnopqrst\";return t[r]\u003d7,e.split(\"\").forEach(function(t){n[t]\u003dt}),7!\u003da({},t)[r]||Object.keys(a({},n)).join(\"\")!\u003de})?function assign(t,n){for(var r\u003du(t),a\u003darguments.length,f\u003d1,s\u003di.f,l\u003do.f;a\u003ef;)for(var h,v\u003dc(arguments[f++]),p\u003ds?e(v).concat(s(v)):e(v),d\u003dp.length,y\u003d0;d\u003ey;)l.call(v,h\u003dp[y++])\u0026\u0026(r[h]\u003dv[h]);return r}:a},{119:119,35:35,47:47,78:78,81:81,82:82}],71:[function(t,n,r){var e\u003dt(7),i\u003dt(73),o\u003dt(31),u\u003dt(102)(\"IE_PROTO\"),c\u003dfunction(){},a\u003dfunction(){var n,r\u003dt(30)(\"iframe\"),e\u003do.length;for(r.style.display\u003d\"none\",t(43).appendChild(r),r.src\u003d\"javascript:\",n\u003dr.contentWindow.document,n.open(),n.write(\"\u003cscript\u003edocument.F\u003dObject\u003c\\/script\u003e\"),n.close(),a\u003dn.F;e--;)delete a.prototype[o[e]];return a()};n.exports\u003dObject.create||function create(t,n){var r;return null!\u003d\u003dt?(c.prototype\u003de(t),r\u003dnew c,c.prototype\u003dnull,r[u]\u003dt):r\u003da(),void 0\u003d\u003d\u003dn?r:i(r,n)}},{102:102,30:30,31:31,43:43,7:7,73:73}],72:[function(t,n,r){var e\u003dt(7),i\u003dt(44),o\u003dt(120),u\u003dObject.defineProperty;r.f\u003dt(29)?Object.defineProperty:function defineProperty(t,n,r){if(e(t),n\u003do(n,!0),e(r),i)try{return u(t,n,r)}catch(t){}if(\"get\"in r||\"set\"in r)throw TypeError(\"Accessors not supported!\");return\"value\"in r\u0026\u0026(t[n]\u003dr.value),t}},{120:120,29:29,44:44,7:7}],73:[function(t,n,r){var e\u003dt(72),i\u003dt(7),o\u003dt(81);n.exports\u003dt(29)?Object.defineProperties:function defineProperties(t,n){i(t);for(var r,u\u003do(n),c\u003du.length,a\u003d0;c\u003ea;)e.f(t,r\u003du[a++],n[r]);return t}},{29:29,7:7,72:72,81:81}],74:[function(t,n,r){\"use strict\";n.exports\u003dt(60)||!t(35)(function(){var n\u003dMath.random();__defineSetter__.call(null,n,function(){}),delete t(40)[n]})},{35:35,40:40,60:60}],75:[function(t,n,r){var e\u003dt(82),i\u003dt(92),o\u003dt(117),u\u003dt(120),c\u003dt(41),a\u003dt(44),f\u003dObject.getOwnPropertyDescriptor;r.f\u003dt(29)?f:function getOwnPropertyDescriptor(t,n){if(t\u003do(t),n\u003du(n,!0),a)try{return f(t,n)}catch(t){}if(c(t,n))return i(!e.f.call(t,n),t[n])}},{117:117,120:120,29:29,41:41,44:44,82:82,92:92}],76:[function(t,n,r){var e\u003dt(117),i\u003dt(77).f,o\u003d{}.toString,u\u003d\"object\"\u003d\u003dtypeof window\u0026\u0026window\u0026\u0026Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c\u003dfunction(t){try{return i(t)}catch(t){return u.slice()}};n.exports.f\u003dfunction getOwnPropertyNames(t){return u\u0026\u0026\"[object Window]\"\u003d\u003do.call(t)?c(t):i(e(t))}},{117:117,77:77}],77:[function(t,n,r){var e\u003dt(80),i\u003dt(31).concat(\"length\",\"prototype\");r.f\u003dObject.getOwnPropertyNames||function getOwnPropertyNames(t){return e(t,i)}},{31:31,80:80}],78:[function(t,n,r){r.f\u003dObject.getOwnPropertySymbols},{}],79:[function(t,n,r){var e\u003dt(41),i\u003dt(119),o\u003dt(102)(\"IE_PROTO\"),u\u003dObject.prototype;n.exports\u003dObject.getPrototypeOf||function(t){return t\u003di(t),e(t,o)?t[o]:\"function\"\u003d\u003dtypeof t.constructor\u0026\u0026t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},{102:102,119:119,41:41}],80:[function(t,n,r){var e\u003dt(41),i\u003dt(117),o\u003dt(11)(!1),u\u003dt(102)(\"IE_PROTO\");n.exports\u003dfunction(t,n){var r,c\u003di(t),a\u003d0,f\u003d[];for(r in c)r!\u003du\u0026\u0026e(c,r)\u0026\u0026f.push(r);for(;n.length\u003ea;)e(c,r\u003dn[a++])\u0026\u0026(~o(f,r)||f.push(r));return f}},{102:102,11:11,117:117,41:41}],81:[function(t,n,r){var e\u003dt(80),i\u003dt(31);n.exports\u003dObject.keys||function keys(t){return e(t,i)}},{31:31,80:80}],82:[function(t,n,r){r.f\u003d{}.propertyIsEnumerable},{}],83:[function(t,n,r){var e\u003dt(33),i\u003dt(23),o\u003dt(35);n.exports\u003dfunction(t,n){var r\u003d(i.Object||{})[t]||Object[t],u\u003d{};u[t]\u003dn(r),e(e.S+e.F*o(function(){r(1)}),\"Object\",u)}},{23:23,33:33,35:35}],84:[function(t,n,r){var e\u003dt(81),i\u003dt(117),o\u003dt(82).f;n.exports\u003dfunction(t){return function(n){for(var r,u\u003di(n),c\u003de(u),a\u003dc.length,f\u003d0,s\u003d[];a\u003ef;)o.call(u,r\u003dc[f++])\u0026\u0026s.push(t?[r,u[r]]:u[r]);return s}}},{117:117,81:81,82:82}],85:[function(t,n,r){var e\u003dt(77),i\u003dt(78),o\u003dt(7),u\u003dt(40).Reflect;n.exports\u003du\u0026\u0026u.ownKeys||function ownKeys(t){var n\u003de.f(o(t)),r\u003di.f;return r?n.concat(r(t)):n}},{40:40,7:7,77:77,78:78}],86:[function(t,n,r){var e\u003dt(40).parseFloat,i\u003dt(111).trim;n.exports\u003d1/e(t(112)+\"-0\")!\u003d-1/0?function parseFloat(t){var n\u003di(String(t),3),r\u003de(n);return 0\u003d\u003d\u003dr\u0026\u0026\"-\"\u003d\u003dn.charAt(0)?-0:r}:e},{111:111,112:112,40:40}],87:[function(t,n,r){var e\u003dt(40).parseInt,i\u003dt(111).trim,o\u003dt(112),u\u003d/^[-+]?0[xX]/;n.exports\u003d8!\u003d\u003de(o+\"08\")||22!\u003d\u003de(o+\"0x16\")?function parseInt(t,n){var r\u003di(String(t),3);return e(r,n\u003e\u003e\u003e0||(u.test(r)?16:10))}:e},{111:111,112:112,40:40}],88:[function(t,n,r){\"use strict\";var e\u003dt(89),i\u003dt(46),o\u003dt(3);n.exports\u003dfunction(){for(var t\u003do(this),n\u003darguments.length,r\u003dArray(n),u\u003d0,c\u003de._,a\u003d!1;n\u003eu;)(r[u]\u003darguments[u++])\u003d\u003d\u003dc\u0026\u0026(a\u003d!0);return function(){var e,o\u003dthis,u\u003darguments.length,f\u003d0,s\u003d0;if(!a\u0026\u0026!u)return i(t,r,o);if(e\u003dr.slice(),a)for(;n\u003ef;f++)e[f]\u003d\u003d\u003dc\u0026\u0026(e[f]\u003darguments[s++]);for(;u\u003es;)e.push(arguments[s++]);return i(t,e,o)}}},{3:3,46:46,89:89}],89:[function(t,n,r){n.exports\u003dt(40)},{40:40}],90:[function(t,n,r){n.exports\u003dfunction(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},{}],91:[function(t,n,r){var e\u003dt(69);n.exports\u003dfunction(t,n){var r\u003de.f(t);return(0,r.resolve)(n),r.promise}},{69:69}],92:[function(t,n,r){n.exports\u003dfunction(t,n){return{enumerable:!(1\u0026t),configurable:!(2\u0026t),writable:!(4\u0026t),value:n}}},{}],93:[function(t,n,r){var e\u003dt(94);n.exports\u003dfunction(t,n,r){for(var i in n)e(t,i,n[i],r);return t}},{94:94}],94:[function(t,n,r){var e\u003dt(40),i\u003dt(42),o\u003dt(41),u\u003dt(124)(\"src\"),c\u003dFunction.toString,a\u003d(\"\"+c).split(\"toString\");t(23).inspectSource\u003dfunction(t){return c.call(t)},(n.exports\u003dfunction(t,n,r,c){var f\u003d\"function\"\u003d\u003dtypeof r;f\u0026\u0026(o(r,\"name\")||i(r,\"name\",n)),t[n]!\u003d\u003dr\u0026\u0026(f\u0026\u0026(o(r,u)||i(r,u,t[n]?\"\"+t[n]:a.join(String(n)))),t\u003d\u003d\u003de?t[n]\u003dr:c?t[n]?t[n]\u003dr:i(t,n,r):(delete t[n],i(t,n,r)))})(Function.prototype,\"toString\",function toString(){return\"function\"\u003d\u003dtypeof this\u0026\u0026this[u]||c.call(this)})},{124:124,23:23,40:40,41:41,42:42}],95:[function(t,n,r){n.exports\u003dfunction(t,n){var r\u003dn\u003d\u003d\u003dObject(n)?function(t){return n[t]}:n;return function(n){return String(n).replace(t,r)}}},{}],96:[function(t,n,r){n.exports\u003dObject.is||function is(t,n){return t\u003d\u003d\u003dn?0!\u003d\u003dt||1/t\u003d\u003d1/n:t!\u003dt\u0026\u0026n!\u003dn}},{}],97:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(25),u\u003dt(39);n.exports\u003dfunction(t){e(e.S,t,{from:function from(t){var n,r,e,c,a\u003darguments[1];return i(this),n\u003dvoid 0!\u003d\u003da,n\u0026\u0026i(a),void 0\u003d\u003dt?new this:(r\u003d[],n?(e\u003d0,c\u003do(a,arguments[2],2),u(t,!1,function(t){r.push(c(t,e++))})):u(t,!1,r.push,r),new this(r))}})}},{25:25,3:3,33:33,39:39}],98:[function(t,n,r){\"use strict\";var e\u003dt(33);n.exports\u003dfunction(t){e(e.S,t,{of:function of(){for(var t\u003darguments.length,n\u003dArray(t);t--;)n[t]\u003darguments[t];return new this(n)}})}},{33:33}],99:[function(t,n,r){var e\u003dt(51),i\u003dt(7),o\u003dfunction(t,n){if(i(t),!e(n)\u0026\u0026null!\u003d\u003dn)throw TypeError(n+\": can\u0027t set as prototype!\")};n.exports\u003d{set:Object.setPrototypeOf||(\"__proto__\"in{}?function(n,r,e){try{e\u003dt(25)(Function.call,t(75).f(Object.prototype,\"__proto__\").set,2),e(n,[]),r\u003d!(n instanceof Array)}catch(t){r\u003d!0}return function setPrototypeOf(t,n){return o(t,n),r?t.__proto__\u003dn:e(t,n),t}}({},!1):void 0),check:o}},{25:25,51:51,7:7,75:75}],100:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(72),o\u003dt(29),u\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n\u003de[t];o\u0026\u0026n\u0026\u0026!n[u]\u0026\u0026i.f(n,u,{configurable:!0,get:function(){return this}})}},{128:128,29:29,40:40,72:72}],101:[function(t,n,r){var e\u003dt(72).f,i\u003dt(41),o\u003dt(128)(\"toStringTag\");n.exports\u003dfunction(t,n,r){t\u0026\u0026!i(t\u003dr?t:t.prototype,o)\u0026\u0026e(t,o,{configurable:!0,value:n})}},{128:128,41:41,72:72}],102:[function(t,n,r){var e\u003dt(103)(\"keys\"),i\u003dt(124);n.exports\u003dfunction(t){return e[t]||(e[t]\u003di(t))}},{103:103,124:124}],103:[function(t,n,r){var e\u003dt(40),i\u003de[\"__core-js_shared__\"]||(e[\"__core-js_shared__\"]\u003d{});n.exports\u003dfunction(t){return i[t]||(i[t]\u003d{})}},{40:40}],104:[function(t,n,r){var e\u003dt(7),i\u003dt(3),o\u003dt(128)(\"species\");n.exports\u003dfunction(t,n){var r,u\u003de(t).constructor;return void 0\u003d\u003d\u003du||void 0\u003d\u003d(r\u003de(u)[o])?n:i(r)}},{128:128,3:3,7:7}],105:[function(t,n,r){\"use strict\";var e\u003dt(35);n.exports\u003dfunction(t,n){return!!t\u0026\u0026e(function(){n?t.call(null,function(){},1):t.call(null)})}},{35:35}],106:[function(t,n,r){var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction(t){return function(n,r){var o,u,c\u003dString(i(n)),a\u003de(r),f\u003dc.length;return a\u003c0||a\u003e\u003df?t?\"\":void 0:(o\u003dc.charCodeAt(a),o\u003c55296||o\u003e56319||a+1\u003d\u003d\u003df||(u\u003dc.charCodeAt(a+1))\u003c56320||u\u003e57343?t?c.charAt(a):o:t?c.slice(a,a+2):u-56320+(o-55296\u003c\u003c10)+65536)}}},{116:116,28:28}],107:[function(t,n,r){var e\u003dt(52),i\u003dt(28);n.exports\u003dfunction(t,n,r){if(e(n))throw TypeError(\"String#\"+r+\" doesn\u0027t accept regex!\");return String(i(t))}},{28:28,52:52}],108:[function(t,n,r){var e\u003dt(33),i\u003dt(35),o\u003dt(28),u\u003d/\"/g,c\u003dfunction(t,n,r,e){var i\u003dString(o(t)),c\u003d\"\u003c\"+n;return\"\"!\u003d\u003dr\u0026\u0026(c+\u003d\" \"+r+\u0027\u003d\"\u0027+String(e).replace(u,\"\u0026quot;\")+\u0027\"\u0027),c+\"\u003e\"+i+\"\u003c/\"+n+\"\u003e\"};n.exports\u003dfunction(t,n){var r\u003d{};r[t]\u003dn(c),e(e.P+e.F*i(function(){var n\u003d\"\"[t](\u0027\"\u0027);return n!\u003d\u003dn.toLowerCase()||n.split(\u0027\"\u0027).length\u003e3}),\"String\",r)}},{28:28,33:33,35:35}],109:[function(t,n,r){var e\u003dt(118),i\u003dt(110),o\u003dt(28);n.exports\u003dfunction(t,n,r,u){var c\u003dString(o(t)),a\u003dc.length,f\u003dvoid 0\u003d\u003d\u003dr?\" \":String(r),s\u003de(n);if(s\u003c\u003da||\"\"\u003d\u003df)return c;var l\u003ds-a,h\u003di.call(f,Math.ceil(l/f.length));return h.length\u003el\u0026\u0026(h\u003dh.slice(0,l)),u?h+c:c+h}},{110:110,118:118,28:28}],110:[function(t,n,r){\"use strict\";var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction repeat(t){var n\u003dString(i(this)),r\u003d\"\",o\u003de(t);if(o\u003c0||o\u003d\u003d1/0)throw RangeError(\"Count can\u0027t be negative\");for(;o\u003e0;(o\u003e\u003e\u003e\u003d1)\u0026\u0026(n+\u003dn))1\u0026o\u0026\u0026(r+\u003dn);return r}},{116:116,28:28}],111:[function(t,n,r){var e\u003dt(33),i\u003dt(28),o\u003dt(35),u\u003dt(112),c\u003d\"[\"+u+\"]\",a\u003d\"​…\",f\u003dRegExp(\"^\"+c+c+\"*\"),s\u003dRegExp(c+c+\"*$\"),l\u003dfunction(t,n,r){var i\u003d{},c\u003do(function(){return!!u[t]()||a[t]()!\u003da}),f\u003di[t]\u003dc?n(h):u[t];r\u0026\u0026(i[r]\u003df),e(e.P+e.F*c,\"String\",i)},h\u003dl.trim\u003dfunction(t,n){return t\u003dString(i(t)),1\u0026n\u0026\u0026(t\u003dt.replace(f,\"\")),2\u0026n\u0026\u0026(t\u003dt.replace(s,\"\")),t};n.exports\u003dl},{112:112,28:28,33:33,35:35}],112:[function(t,n,r){n.exports\u003d\"\\t\\n\\v\\f\\r   ᠎              \\u2028\\u2029\\ufeff\"},{}],113:[function(t,n,r){var e,i,o,u\u003dt(25),c\u003dt(46),a\u003dt(43),f\u003dt(30),s\u003dt(40),l\u003ds.process,h\u003ds.setImmediate,v\u003ds.clearImmediate,p\u003ds.MessageChannel,d\u003ds.Dispatch,y\u003d0,g\u003d{},m\u003dfunction(){var t\u003d+this;if(g.hasOwnProperty(t)){var n\u003dg[t];delete g[t],n()}},b\u003dfunction(t){m.call(t.data)};h\u0026\u0026v||(h\u003dfunction setImmediate(t){for(var n\u003d[],r\u003d1;arguments.length\u003er;)n.push(arguments[r++]);return g[++y]\u003dfunction(){c(\"function\"\u003d\u003dtypeof t?t:Function(t),n)},e(y),y},v\u003dfunction clearImmediate(t){delete g[t]},\"process\"\u003d\u003dt(18)(l)?e\u003dfunction(t){l.nextTick(u(m,t,1))}:d\u0026\u0026d.now?e\u003dfunction(t){d.now(u(m,t,1))}:p?(i\u003dnew p,o\u003di.port2,i.port1.onmessage\u003db,e\u003du(o.postMessage,o,1)):s.addEventListener\u0026\u0026\"function\"\u003d\u003dtypeof postMessage\u0026\u0026!s.importScripts?(e\u003dfunction(t){s.postMessage(t+\"\",\"*\")},s.addEventListener(\"message\",b,!1)):e\u003d\"onreadystatechange\"in f(\"script\")?function(t){a.appendChild(f(\"script\")).onreadystatechange\u003dfunction(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),n.exports\u003d{set:h,clear:v}},{18:18,25:25,30:30,40:40,43:43,46:46}],114:[function(t,n,r){var e\u003dt(116),i\u003dMath.max,o\u003dMath.min;n.exports\u003dfunction(t,n){return t\u003de(t),t\u003c0?i(t+n,0):o(t,n)}},{116:116}],115:[function(t,n,r){var e\u003dt(116),i\u003dt(118);n.exports\u003dfunction(t){if(void 0\u003d\u003d\u003dt)return 0;var n\u003de(t),r\u003di(n);if(n!\u003d\u003dr)throw RangeError(\"Wrong length!\");return r}},{116:116,118:118}],116:[function(t,n,r){var e\u003dMath.ceil,i\u003dMath.floor;n.exports\u003dfunction(t){return isNaN(t\u003d+t)?0:(t\u003e0?i:e)(t)}},{}],117:[function(t,n,r){var e\u003dt(47),i\u003dt(28);n.exports\u003dfunction(t){return e(i(t))}},{28:28,47:47}],118:[function(t,n,r){var e\u003dt(116),i\u003dMath.min;n.exports\u003dfunction(t){return t\u003e0?i(e(t),9007199254740991):0}},{116:116}],"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"119:[function(t,n,r){var e\u003dt(28);n.exports\u003dfunction(t){return Object(e(t))}},{28:28}],120:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t))return t;var r,i;if(n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;if(\"function\"\u003d\u003dtypeof(r\u003dt.valueOf)\u0026\u0026!e(i\u003dr.call(t)))return i;if(!n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;throw TypeError(\"Can\u0027t convert object to primitive value\")}},{51:51}],121:[function(t,n,r){\"use strict\";if(t(29)){var e\u003dt(60),i\u003dt(40),o\u003dt(35),u\u003dt(33),c\u003dt(123),a\u003dt(122),f\u003dt(25),s\u003dt(6),l\u003dt(92),h\u003dt(42),v\u003dt(93),p\u003dt(116),d\u003dt(118),y\u003dt(115),g\u003dt(114),m\u003dt(120),b\u003dt(41),x\u003dt(17),S\u003dt(51),w\u003dt(119),_\u003dt(48),E\u003dt(71),O\u003dt(79),P\u003dt(77).f,M\u003dt(129),F\u003dt(124),I\u003dt(128),A\u003dt(12),k\u003dt(11),N\u003dt(104),j\u003dt(141),T\u003dt(58),R\u003dt(56),L\u003dt(100),G\u003dt(9),D\u003dt(8),C\u003dt(72),W\u003dt(75),U\u003dC.f,B\u003dW.f,V\u003di.RangeError,z\u003di.TypeError,q\u003di.Uint8Array,K\u003dArray.prototype,Y\u003da.ArrayBuffer,J\u003da.DataView,H\u003dA(0),X\u003dA(2),$\u003dA(3),Z\u003dA(4),Q\u003dA(5),tt\u003dA(6),nt\u003dk(!0),rt\u003dk(!1),et\u003dj.values,it\u003dj.keys,ot\u003dj.entries,ut\u003dK.lastIndexOf,ct\u003dK.reduce,at\u003dK.reduceRight,ft\u003dK.join,st\u003dK.sort,lt\u003dK.slice,ht\u003dK.toString,vt\u003dK.toLocaleString,pt\u003dI(\"iterator\"),dt\u003dI(\"toStringTag\"),yt\u003dF(\"typed_constructor\"),gt\u003dF(\"def_constructor\"),mt\u003dc.CONSTR,bt\u003dc.TYPED,xt\u003dc.VIEW,St\u003dA(1,function(t,n){return Pt(N(t,t[gt]),n)}),wt\u003do(function(){return 1\u003d\u003d\u003dnew q(new Uint16Array([1]).buffer)[0]}),_t\u003d!!q\u0026\u0026!!q.prototype.set\u0026\u0026o(function(){new q(1).set({})}),Et\u003dfunction(t,n){var r\u003dp(t);if(r\u003c0||r%n)throw V(\"Wrong offset!\");return r},Ot\u003dfunction(t){if(S(t)\u0026\u0026bt in t)return t;throw z(t+\" is not a typed array!\")},Pt\u003dfunction(t,n){if(!(S(t)\u0026\u0026yt in t))throw z(\"It is not a typed array constructor!\");return new t(n)},Mt\u003dfunction(t,n){return Ft(N(t,t[gt]),n)},Ft\u003dfunction(t,n){for(var r\u003d0,e\u003dn.length,i\u003dPt(t,e);e\u003er;)i[r]\u003dn[r++];return i},It\u003dfunction(t,n,r){U(t,n,{get:function(){return this._d[r]}})},At\u003dfunction from(t){var n,r,e,i,o,u,c\u003dw(t),a\u003darguments.length,s\u003da\u003e1?arguments[1]:void 0,l\u003dvoid 0!\u003d\u003ds,h\u003dM(c);if(void 0!\u003dh\u0026\u0026!_(h)){for(u\u003dh.call(c),e\u003d[],n\u003d0;!(o\u003du.next()).done;n++)e.push(o.value);c\u003de}for(l\u0026\u0026a\u003e2\u0026\u0026(s\u003df(s,arguments[2],2)),n\u003d0,r\u003dd(c.length),i\u003dPt(this,r);r\u003en;n++)i[n]\u003dl?s(c[n],n):c[n];return i},kt\u003dfunction of(){for(var t\u003d0,n\u003darguments.length,r\u003dPt(this,n);n\u003et;)r[t]\u003darguments[t++];return r},Nt\u003d!!q\u0026\u0026o(function(){vt.call(new q(1))}),jt\u003dfunction toLocaleString(){return vt.apply(Nt?lt.call(Ot(this)):Ot(this),arguments)},Tt\u003d{copyWithin:function copyWithin(t,n){return D.call(Ot(this),t,n,arguments.length\u003e2?arguments[2]:void 0)},every:function every(t){return Z(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},fill:function fill(t){return G.apply(Ot(this),arguments)},filter:function filter(t){return Mt(this,X(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0))},find:function find(t){return Q(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},findIndex:function findIndex(t){return tt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},forEach:function forEach(t){H(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},indexOf:function indexOf(t){return rt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},includes:function includes(t){return nt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},join:function join(t){return ft.apply(Ot(this),arguments)},lastIndexOf:function lastIndexOf(t){return ut.apply(Ot(this),arguments)},map:function map(t){return St(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},reduce:function reduce(t){return ct.apply(Ot(this),arguments)},reduceRight:function reduceRight(t){return at.apply(Ot(this),arguments)},reverse:function reverse(){for(var t,n\u003dthis,r\u003dOt(n).length,e\u003dMath.floor(r/2),i\u003d0;i\u003ce;)t\u003dn[i],n[i++]\u003dn[--r],n[r]\u003dt;return n},some:function some(t){return $(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},sort:function sort(t){return st.call(Ot(this),t)},subarray:function subarray(t,n){var r\u003dOt(this),e\u003dr.length,i\u003dg(t,e);return new(N(r,r[gt]))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,d((void 0\u003d\u003d\u003dn?e:g(n,e))-i))}},Rt\u003dfunction slice(t,n){return Mt(this,lt.call(Ot(this),t,n))},Lt\u003dfunction set(t){Ot(this);var n\u003dEt(arguments[1],1),r\u003dthis.length,e\u003dw(t),i\u003dd(e.length),o\u003d0;if(i+n\u003er)throw V(\"Wrong length!\");for(;o\u003ci;)this[n+o]\u003de[o++]},Gt\u003d{entries:function entries(){return ot.call(Ot(this))},keys:function keys(){return it.call(Ot(this))},values:function values(){return et.call(Ot(this))}},Dt\u003dfunction(t,n){return S(t)\u0026\u0026t[bt]\u0026\u0026\"symbol\"!\u003dtypeof n\u0026\u0026n in t\u0026\u0026String(+n)\u003d\u003dString(n)},Ct\u003dfunction getOwnPropertyDescriptor(t,n){return Dt(t,n\u003dm(n,!0))?l(2,t[n]):B(t,n)},Wt\u003dfunction defineProperty(t,n,r){return!(Dt(t,n\u003dm(n,!0))\u0026\u0026S(r)\u0026\u0026b(r,\"value\"))||b(r,\"get\")||b(r,\"set\")||r.configurable||b(r,\"writable\")\u0026\u0026!r.writable||b(r,\"enumerable\")\u0026\u0026!r.enumerable?U(t,n,r):(t[n]\u003dr.value,t)};mt||(W.f\u003dCt,C.f\u003dWt),u(u.S+u.F*!mt,\"Object\",{getOwnPropertyDescriptor:Ct,defineProperty:Wt}),o(function(){ht.call({})})\u0026\u0026(ht\u003dvt\u003dfunction toString(){return ft.call(this)});var Ut\u003dv({},Tt);v(Ut,Gt),h(Ut,pt,Gt.values),v(Ut,{slice:Rt,set:Lt,constructor:function(){},toString:ht,toLocaleString:jt}),It(Ut,\"buffer\",\"b\"),It(Ut,\"byteOffset\",\"o\"),It(Ut,\"byteLength\",\"l\"),It(Ut,\"length\",\"e\"),U(Ut,dt,{get:function(){return this[bt]}}),n.exports\u003dfunction(t,n,r,a){a\u003d!!a;var f\u003dt+(a?\"Clamped\":\"\")+\"Array\",l\u003d\"get\"+t,v\u003d\"set\"+t,p\u003di[f],g\u003dp||{},m\u003dp\u0026\u0026O(p),b\u003d!p||!c.ABV,w\u003d{},_\u003dp\u0026\u0026p.prototype,M\u003dfunction(t,r){var e\u003dt._d;return e.v[l](r*n+e.o,wt)},F\u003dfunction(t,r,e){var i\u003dt._d;a\u0026\u0026(e\u003d(e\u003dMath.round(e))\u003c0?0:e\u003e255?255:255\u0026e),i.v[v](r*n+i.o,e,wt)},I\u003dfunction(t,n){U(t,n,{get:function(){return M(this,n)},set:function(t){return F(this,n,t)},enumerable:!0})};b?(p\u003dr(function(t,r,e,i){s(t,p,f,\"_d\");var o,u,c,a,l\u003d0,v\u003d0;if(S(r)){if(!(r instanceof Y||\"ArrayBuffer\"\u003d\u003d(a\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003da))return bt in r?Ft(p,r):At.call(p,r);o\u003dr,v\u003dEt(e,n);var g\u003dr.byteLength;if(void 0\u003d\u003d\u003di){if(g%n)throw V(\"Wrong length!\");if((u\u003dg-v)\u003c0)throw V(\"Wrong length!\")}else if((u\u003dd(i)*n)+v\u003eg)throw V(\"Wrong length!\");c\u003du/n}else c\u003dy(r),u\u003dc*n,o\u003dnew Y(u);for(h(t,\"_d\",{b:o,o:v,l:u,e:c,v:new J(o)});l\u003cc;)I(t,l++)}),_\u003dp.prototype\u003dE(Ut),h(_,\"constructor\",p)):o(function(){p(1)})\u0026\u0026o(function(){new p(-1)})\u0026\u0026R(function(t){new p,new p(null),new p(1.5),new p(t)},!0)||(p\u003dr(function(t,r,e,i){s(t,p,f);var o;return S(r)?r instanceof Y||\"ArrayBuffer\"\u003d\u003d(o\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003do?void 0!\u003d\u003di?new g(r,Et(e,n),i):void 0!\u003d\u003de?new g(r,Et(e,n)):new g(r):bt in r?Ft(p,r):At.call(p,r):new g(y(r))}),H(m!\u003d\u003dFunction.prototype?P(g).concat(P(m)):P(g),function(t){t in p||h(p,t,g[t])}),p.prototype\u003d_,e||(_.constructor\u003dp));var A\u003d_[pt],k\u003d!!A\u0026\u0026(\"values\"\u003d\u003dA.name||void 0\u003d\u003dA.name),N\u003dGt.values;h(p,yt,!0),h(_,bt,f),h(_,xt,!0),h(_,gt,p),(a?new p(1)[dt]\u003d\u003df:dt in _)||U(_,dt,{get:function(){return f}}),w[f]\u003dp,u(u.G+u.W+u.F*(p!\u003dg),w),u(u.S,f,{BYTES_PER_ELEMENT:n}),u(u.S+u.F*o(function(){g.of.call(p,1)}),f,{from:At,of:kt}),\"BYTES_PER_ELEMENT\"in _||h(_,\"BYTES_PER_ELEMENT\",n),u(u.P,f,Tt),L(f),u(u.P+u.F*_t,f,{set:Lt}),u(u.P+u.F*!k,f,Gt),e||_.toString\u003d\u003dht||(_.toString\u003dht),u(u.P+u.F*o(function(){new p(1).slice()}),f,{slice:Rt}),u(u.P+u.F*(o(function(){return[1,2].toLocaleString()!\u003dnew p([1,2]).toLocaleString()})||!o(function(){_.toLocaleString.call([1,2])})),f,{toLocaleString:jt}),T[f]\u003dk?A:N,e||k||h(_,pt,N)}}else n.exports\u003dfunction(){}},{100:100,104:104,11:11,114:114,115:115,116:116,118:118,119:119,12:12,120:120,122:122,123:123,124:124,128:128,129:129,141:141,17:17,25:25,29:29,33:33,35:35,40:40,41:41,42:42,48:48,51:51,56:56,58:58,6:6,60:60,71:71,72:72,75:75,77:77,79:79,8:8,9:9,92:92,93:93}],122:[function(t,n,r){\"use strict\";function packIEEE754(t,n,r){var e,i,o,u\u003dArray(r),c\u003d8*r-n-1,a\u003d(1\u003c\u003cc)-1,f\u003da\u003e\u003e1,s\u003d23\u003d\u003d\u003dn?M(2,-24)-M(2,-77):0,l\u003d0,h\u003dt\u003c0||0\u003d\u003d\u003dt\u0026\u00261/t\u003c0?1:0;for(t\u003dP(t),t!\u003dt||t\u003d\u003d\u003dE?(i\u003dt!\u003dt?1:0,e\u003da):(e\u003dF(I(t)/A),t*(o\u003dM(2,-e))\u003c1\u0026\u0026(e--,o*\u003d2),t+\u003de+f\u003e\u003d1?s/o:s*M(2,1-f),t*o\u003e\u003d2\u0026\u0026(e++,o/\u003d2),e+f\u003e\u003da?(i\u003d0,e\u003da):e+f\u003e\u003d1?(i\u003d(t*o-1)*M(2,n),e+\u003df):(i\u003dt*M(2,f-1)*M(2,n),e\u003d0));n\u003e\u003d8;u[l++]\u003d255\u0026i,i/\u003d256,n-\u003d8);for(e\u003de\u003c\u003cn|i,c+\u003dn;c\u003e0;u[l++]\u003d255\u0026e,e/\u003d256,c-\u003d8);return u[--l]|\u003d128*h,u}function unpackIEEE754(t,n,r){var e,i\u003d8*r-n-1,o\u003d(1\u003c\u003ci)-1,u\u003do\u003e\u003e1,c\u003di-7,a\u003dr-1,f\u003dt[a--],s\u003d127\u0026f;for(f\u003e\u003e\u003d7;c\u003e0;s\u003d256*s+t[a],a--,c-\u003d8);for(e\u003ds\u0026(1\u003c\u003c-c)-1,s\u003e\u003e\u003d-c,c+\u003dn;c\u003e0;e\u003d256*e+t[a],a--,c-\u003d8);if(0\u003d\u003d\u003ds)s\u003d1-u;else{if(s\u003d\u003d\u003do)return e?NaN:f?-E:E;e+\u003dM(2,n),s-\u003du}return(f?-1:1)*e*M(2,s-n)}function unpackI32(t){return t[3]\u003c\u003c24|t[2]\u003c\u003c16|t[1]\u003c\u003c8|t[0]}function packI8(t){return[255\u0026t]}function packI16(t){return[255\u0026t,t\u003e\u003e8\u0026255]}function packI32(t){return[255\u0026t,t\u003e\u003e8\u0026255,t\u003e\u003e16\u0026255,t\u003e\u003e24\u0026255]}function packF64(t){return packIEEE754(t,52,8)}function packF32(t){return packIEEE754(t,23,4)}function addGetter(t,n,r){d(t[m],n,{get:function(){return this[r]}})}function get(t,n,r,e){var i\u003d+r,o\u003dv(i);if(o+n\u003et[N])throw _(b);var u\u003dt[k]._b,c\u003do+t[j],a\u003du.slice(c,c+n);return e?a:a.reverse()}function set(t,n,r,e,i,o){var u\u003d+r,c\u003dv(u);if(c+n\u003et[N])throw _(b);for(var a\u003dt[k]._b,f\u003dc+t[j],s\u003de(+i),l\u003d0;l\u003cn;l++)a[f+l]\u003ds[o?l:n-l-1]}var e\u003dt(40),i\u003dt(29),o\u003dt(60),u\u003dt(123),c\u003dt(42),a\u003dt(93),f\u003dt(35),s\u003dt(6),l\u003dt(116),h\u003dt(118),v\u003dt(115),p\u003dt(77).f,d\u003dt(72).f,y\u003dt(9),g\u003dt(101),m\u003d\"prototype\",b\u003d\"Wrong index!\",x\u003de.ArrayBuffer,S\u003de.DataView,w\u003de.Math,_\u003de.RangeError,E\u003de.Infinity,O\u003dx,P\u003dw.abs,M\u003dw.pow,F\u003dw.floor,I\u003dw.log,A\u003dw.LN2,k\u003di?\"_b\":\"buffer\",N\u003di?\"_l\":\"byteLength\",j\u003di?\"_o\":\"byteOffset\";if(u.ABV){if(!f(function(){x(1)})||!f(function(){new x(-1)})||f(function(){return new x,new x(1.5),new x(NaN),\"ArrayBuffer\"!\u003dx.name})){x\u003dfunction ArrayBuffer(t){return s(this,x),new O(v(t))};for(var T,R\u003dx[m]\u003dO[m],L\u003dp(O),G\u003d0;L.length\u003eG;)(T\u003dL[G++])in x||c(x,T,O[T]);o||(R.constructor\u003dx)}var D\u003dnew S(new x(2)),C\u003dS[m].setInt8;D.setInt8(0,2147483648),D.setInt8(1,2147483649),!D.getInt8(0)\u0026\u0026D.getInt8(1)||a(S[m],{setInt8:function setInt8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)},setUint8:function setUint8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)}},!0)}else x\u003dfunction ArrayBuffer(t){s(this,x,\"ArrayBuffer\");var n\u003dv(t);this._b\u003dy.call(Array(n),0),this[N]\u003dn},S\u003dfunction DataView(t,n,r){s(this,S,\"DataView\"),s(t,x,\"DataView\");var e\u003dt[N],i\u003dl(n);if(i\u003c0||i\u003ee)throw _(\"Wrong offset!\");if(r\u003dvoid 0\u003d\u003d\u003dr?e-i:h(r),i+r\u003ee)throw _(\"Wrong length!\");this[k]\u003dt,this[j]\u003di,this[N]\u003dr},i\u0026\u0026(addGetter(x,\"byteLength\",\"_l\"),addGetter(S,\"buffer\",\"_b\"),addGetter(S,\"byteLength\",\"_l\"),addGetter(S,\"byteOffset\",\"_o\")),a(S[m],{getInt8:function getInt8(t){return get(this,1,t)[0]\u003c\u003c24\u003e\u003e24},getUint8:function getUint8(t){return get(this,1,t)[0]},getInt16:function getInt16(t){var n\u003dget(this,2,t,arguments[1]);return(n[1]\u003c\u003c8|n[0])\u003c\u003c16\u003e\u003e16},getUint16:function getUint16(t){var n\u003dget(this,2,t,arguments[1]);return n[1]\u003c\u003c8|n[0]},getInt32:function getInt32(t){return unpackI32(get(this,4,t,arguments[1]))},getUint32:function getUint32(t){return unpackI32(get(this,4,t,arguments[1]))\u003e\u003e\u003e0},getFloat32:function getFloat32(t){return unpackIEEE754(get(this,4,t,arguments[1]),23,4)},getFloat64:function getFloat64(t){return unpackIEEE754(get(this,8,t,arguments[1]),52,8)},setInt8:function setInt8(t,n){set(this,1,t,packI8,n)},setUint8:function setUint8(t,n){set(this,1,t,packI8,n)},setInt16:function setInt16(t,n){set(this,2,t,packI16,n,arguments[2])},setUint16:function setUint16(t,n){set(this,2,t,packI16,n,arguments[2])},setInt32:function setInt32(t,n){set(this,4,t,packI32,n,arguments[2])},setUint32:function setUint32(t,n){set(this,4,t,packI32,n,arguments[2])},setFloat32:function setFloat32(t,n){set(this,4,t,packF32,n,arguments[2])},setFloat64:function setFloat64(t,n){set(this,8,t,packF64,n,arguments[2])}});g(x,\"ArrayBuffer\"),g(S,\"DataView\"),c(S[m],u.VIEW,!0),r.ArrayBuffer\u003dx,r.DataView\u003dS},{101:101,115:115,116:116,118:118,123:123,29:29,35:35,40:40,42:42,6:6,60:60,72:72,77:77,9:9,93:93}],123:[function(t,n,r){for(var e,i\u003dt(40),o\u003dt(42),u\u003dt(124),c\u003du(\"typed_array\"),a\u003du(\"view\"),f\u003d!(!i.ArrayBuffer||!i.DataView),s\u003df,l\u003d0,h\u003d\"Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array\".split(\",\");l\u003c9;)(e\u003di[h[l++]])?(o(e.prototype,c,!0),o(e.prototype,a,!0)):s\u003d!1;n.exports\u003d{ABV:f,CONSTR:s,TYPED:c,VIEW:a}},{124:124,40:40,42:42}],124:[function(t,n,r){var e\u003d0,i\u003dMath.random();n.exports\u003dfunction(t){return\"Symbol(\".concat(void 0\u003d\u003d\u003dt?\"\":t,\")_\",(++e+i).toString(36))}},{}],125:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t)||t._t!\u003d\u003dn)throw TypeError(\"Incompatible receiver, \"+n+\" required!\");return t}},{51:51}],126:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(60),u\u003dt(127),c\u003dt(72).f;n.exports\u003dfunction(t){var n\u003di.Symbol||(i.Symbol\u003do?{}:e.Symbol||{});\"_\"\u003d\u003dt.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},{127:127,23:23,40:40,60:60,72:72}],127:[function(t,n,r){r.f\u003dt(128)},{128:128}],128:[function(t,n,r){var e\u003dt(103)(\"wks\"),i\u003dt(124),o\u003dt(40).Symbol,u\u003d\"function\"\u003d\u003dtypeof o;(n.exports\u003dfunction(t){return e[t]||(e[t]\u003du\u0026\u0026o[t]||(u?o:i)(\"Symbol.\"+t))}).store\u003de},{103:103,124:124,40:40}],129:[function(t,n,r){var e\u003dt(17),i\u003dt(128)(\"iterator\"),o\u003dt(58);n.exports\u003dt(23).getIteratorMethod\u003dfunction(t){if(void 0!\u003dt)return t[i]||t[\"@@iterator\"]||o[e(t)]}},{128:128,17:17,23:23,58:58}],130:[function(t,n,r){var e\u003dt(33),i\u003dt(95)(/[\\\\^$*+?.()|[\\]{}]/g,\"\\\\$\u0026\");e(e.S,\"RegExp\",{escape:function escape(t){return i(t)}})},{33:33,95:95}],131:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{copyWithin:t(8)}),t(5)(\"copyWithin\")},{33:33,5:5,8:8}],132:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(4);e(e.P+e.F*!t(105)([].every,!0),\"Array\",{every:function every(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],133:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{fill:t(9)}),t(5)(\"fill\")},{33:33,5:5,9:9}],134:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(2);e(e.P+e.F*!t(105)([].filter,!0),\"Array\",{filter:function filter(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],135:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(6),o\u003d\"findIndex\",u\u003d!0;o in[]\u0026\u0026Array(1)[o](function(){u\u003d!1}),e(e.P+e.F*u,\"Array\",{findIndex:function findIndex(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(o)},{12:12,33:33,5:5}],136:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(5),o\u003d!0;\"find\"in[]\u0026\u0026Array(1).find(function(){o\u003d!1}),e(e.P+e.F*o,\"Array\",{find:function find(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"find\")},{12:12,33:33,5:5}],137:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(0),o\u003dt(105)([].forEach,!0);e(e.P+e.F*!o,\"Array\",{forEach:function forEach(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],138:[function(t,n,r){\"use strict\";var e\u003dt(25),i\u003dt(33),o\u003dt(119),u\u003dt(53),c\u003dt(48),a\u003dt(118),f\u003dt(24),s\u003dt(129);i(i.S+i.F*!t(56)(function(t){Array.from(t)}),\"Array\",{from:function from(t){var n,r,i,l,h\u003do(t),v\u003d\"function\"\u003d\u003dtypeof this?this:Array,p\u003darguments.length,d\u003dp\u003e1?arguments[1]:void 0,y\u003dvoid 0!\u003d\u003dd,g\u003d0,m\u003ds(h);if(y\u0026\u0026(d\u003de(d,p\u003e2?arguments[2]:void 0,2)),void 0\u003d\u003dm||v\u003d\u003dArray\u0026\u0026c(m))for(n\u003da(h.length),r\u003dnew v(n);n\u003eg;g++)f(r,g,y?d(h[g],g):h[g]);else for(l\u003dm.call(h),r\u003dnew v;!(i\u003dl.next()).done;g++)f(r,g,y?u(l,d,[i.value,g],!0):i.value);return r.length\u003dg,r}})},{118:118,119:119,129:129,24:24,25:25,33:33,48:48,53:53,56:56}],139:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!1),o\u003d[].indexOf,u\u003d!!o\u0026\u00261/[1].indexOf(1,-0)\u003c0;e(e.P+e.F*(u||!t(105)(o)),\"Array\",{indexOf:function indexOf(t){return u?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},{105:105,11:11,33:33}],140:[function(t,n,r){var e\u003dt(33);e(e.S,\"Array\",{isArray:t(49)})},{33:33,49:49}],141:[function(t,n,r){\"use strict\";var e\u003dt(5),i\u003dt(57),o\u003dt(58),u\u003dt(117);n.exports\u003dt(55)(Array,\"Array\",function(t,n){this._t\u003du(t),this._i\u003d0,this._k\u003dn},function(){var t\u003dthis._t,n\u003dthis._k,r\u003dthis._i++;return!t||r\u003e\u003dt.length?(this._t\u003dvoid 0,i(1)):\"keys\"\u003d\u003dn?i(0,r):\"values\"\u003d\u003dn?i(0,t[r]):i(0,[r,t[r]])},\"values\"),o.Arguments\u003do.Array,e(\"keys\"),e(\"values\"),e(\"entries\")},{117:117,5:5,55:55,57:57,58:58}],142:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003d[].join;e(e.P+e.F*(t(47)!\u003dObject||!t(105)(o)),\"Array\",{join:function join(t){return o.call(i(this),void 0\u003d\u003d\u003dt?\",\":t)}})},{105:105,117:117,33:33,47:47}],143:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003dt(116),u\u003dt(118),c\u003d[].lastIndexOf,a\u003d!!c\u0026\u00261/[1].lastIndexOf(1,-0)\u003c0;e(e.P+e.F*(a||!t(105)(c)),\"Array\",{lastIndexOf:function lastIndexOf(t){if(a)return c.apply(this,arguments)||0;var n\u003di(this),r\u003du(n.length),e\u003dr-1;for(arguments.length\u003e1\u0026\u0026(e\u003dMath.min(e,o(arguments[1]))),e\u003c0\u0026\u0026(e\u003dr+e);e\u003e\u003d0;e--)if(e in n\u0026\u0026n[e]\u003d\u003d\u003dt)return e||0;return-1}})},{105:105,116:116,117:117,118:118,33:33}],144:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(1);e(e.P+e.F*!t(105)([].map,!0),\"Array\",{map:function map(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],145:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(24);e(e.S+e.F*t(35)(function(){function F(){}return!(Array.of.call(F)instanceof F)}),\"Array\",{of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dnew(\"function\"\u003d\u003dtypeof this?this:Array)(n);n\u003et;)i(r,t,arguments[t++]);return r.length\u003dn,r}})},{24:24,33:33,35:35}],146:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduceRight,!0),\"Array\",{reduceRight:function reduceRight(t){return i(this,t,arguments.length,arguments[1],!0)}})},{105:105,13:13,33:33}],147:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduce,!0),\"Array\",{reduce:function reduce(t){return i(this,t,arguments.length,arguments[1],!1)}})},{105:105,13:13,33:33}],148:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(43),o\u003dt(18),u\u003dt(114),c\u003dt(118),a\u003d[].slice;e(e.P+e.F*t(35)(function(){i\u0026\u0026a.call(i)}),\"Array\",{slice:function slice(t,n){var r\u003dc(this.length),e\u003do(this);if(n\u003dvoid 0\u003d\u003d\u003dn?r:n,\"Array\"\u003d\u003de)return a.call(this,t,n);for(var i\u003du(t,r),f\u003du(n,r),s\u003dc(f-i),l\u003dArray(s),h\u003d0;h\u003cs;h++)l[h]\u003d\"String\"\u003d\u003de?this.charAt(i+h):this[i+h];return l}})},{114:114,118:118,18:18,33:33,35:35,43:43}],149:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(3);e(e.P+e.F*!t(105)([].some,!0),\"Array\",{some:function some(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],150:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(119),u\u003dt(35),c\u003d[].sort,a\u003d[1,2,3];e(e.P+e.F*(u(function(){a.sort(void 0)})||!u(function(){a.sort(null)})||!t(105)(c)),\"Array\",{sort:function sort(t){return void 0\u003d\u003d\u003dt?c.call(o(this)):c.call(o(this),i(t))}})},{105:105,119:119,3:3,33:33,35:35}],151:[function(t,n,r){t(100)(\"Array\")},{100:100}],152:[function(t,n,r){var e\u003dt(33);e(e.S,\"Date\",{now:function(){return(new Date).getTime()}})},{33:33}],153:[function(t,n,r){var e\u003dt(33),i\u003dt(26);e(e.P+e.F*(Date.prototype.toISOString!\u003d\u003di),\"Date\",{toISOString:i})},{26:26,33:33}],154:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120);e(e.P+e.F*t(35)(function(){return null!\u003d\u003dnew Date(NaN).toJSON()||1!\u003d\u003dDate.prototype.toJSON.call({toISOString:function(){return 1}})}),\"Date\",{toJSON:function toJSON(t){var n\u003di(this),r\u003do(n);return\"number\"!\u003dtypeof r||isFinite(r)?n.toISOString():null}})},{119:119,120:120,33:33,35:35}],155:[function(t,n,r){var e\u003dt(128)(\"toPrimitive\"),i\u003dDate.prototype;e in i||t(42)(i,e,t(27))},{128:128,27:27,42:42}],156:[function(t,n,r){var e\u003dDate.prototype,i\u003de.toString,o\u003de.getTime;new Date(NaN)+\"\"!\u003d\"Invalid Date\"\u0026\u0026t(94)(e,\"toString\",function toString(){var t\u003do.call(this);return t\u003d\u003d\u003dt?i.call(this):\"Invalid Date\"})},{94:94}],157:[function(t,n,r){var e\u003dt(33);e(e.P,\"Function\",{bind:t(16)})},{16:16,33:33}],158:[function(t,n,r){\"use strict\";var e\u003dt(51),i\u003dt(79),o\u003dt(128)(\"hasInstance\"),u\u003dFunction.prototype;o in u||t(72).f(u,o,{value:function(t){if(\"function\"!\u003dtypeof this||!e(t))return!1;if(!e(this.prototype))return t instanceof this;for(;t\u003di(t);)if(this.prototype\u003d\u003d\u003dt)return!0;return!1}})},{128:128,51:51,72:72,79:79}],159:[function(t,n,r){var e\u003dt(72).f,i\u003dFunction.prototype,o\u003d/^\\s*function ([^ (]*)/;\"name\"in i||t(29)\u0026\u0026e(i,\"name\",{configurable:!0,get:function(){try{return(\"\"+this).match(o)[1]}catch(t){return\"\"}}})},{29:29,72:72}],160:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Map\",function(t){return function Map(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{get:function get(t){var n\u003de.getEntry(i(this,\"Map\"),t);return n\u0026\u0026n.v},set:function set(t,n){return e.def(i(this,\"Map\"),0\u003d\u003d\u003dt?0:t,n)}},e,!0)},{125:125,19:19,22:22}],161:[function(t,n,r){var e\u003dt(33),i\u003dt(63),o\u003dMath.sqrt,u\u003dMath.acosh;e(e.S+e.F*!(u\u0026\u0026710\u003d\u003dMath.floor(u(Number.MAX_VALUE))\u0026\u0026u(1/0)\u003d\u003d1/0),\"Math\",{acosh:function acosh(t){return(t\u003d+t)\u003c1?NaN:t\u003e94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},{33:33,63:63}],162:[function(t,n,r){function asinh(t){return isFinite(t\u003d+t)\u0026\u00260!\u003dt?t\u003c0?-asinh(-t):Math.log(t+Math.sqrt(t*t+1)):t}var e\u003dt(33),i\u003dMath.asinh;e(e.S+e.F*!(i\u0026\u00261/i(0)\u003e0),\"Math\",{asinh:asinh})},{33:33}],163:[function(t,n,r){var e\u003dt(33),i\u003dMath.atanh;e(e.S+e.F*!(i\u0026\u00261/i(-0)\u003c0),\"Math\",{atanh:function atanh(t){return 0\u003d\u003d(t\u003d+t)?t:Math.log((1+t)/(1-t))/2}})},{33:33}],164:[function(t,n,r){var e\u003dt(33),i\u003dt(65);e(e.S,\"Math\",{cbrt:function cbrt(t){return i(t\u003d+t)*Math.pow(Math.abs(t),1/3)}})},{33:33,65:65}],165:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clz32:function clz32(t){return(t\u003e\u003e\u003e\u003d0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},{33:33}],166:[function(t,n,r){var e\u003dt(33),i\u003dMath.exp;e(e.S,\"Math\",{cosh:function cosh(t){return(i(t\u003d+t)+i(-t))/2}})},{33:33}],167:[function(t,n,r){var e\u003dt(33),i\u003dt(61);e(e.S+e.F*(i!\u003dMath.expm1),\"Math\",{expm1:i})},{33:33,61:61}],168:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{fround:t(62)})},{33:33,62:62}],169:[function(t,n,r){var e\u003dt(33),i\u003dMath.abs;e(e.S,\"Math\",{hypot:function hypot(t,n){for(var r,e,o\u003d0,u\u003d0,c\u003darguments.length,a\u003d0;u\u003cc;)r\u003di(arguments[u++]),a\u003cr?(e\u003da/r,o\u003do*e*e+1,a\u003dr):r\u003e0?(e\u003dr/a,o+\u003de*e):o+\u003dr;return a\u003d\u003d\u003d1/0?1/0:a*Math.sqrt(o)}})},{33:33}],170:[function(t,n,r){var e\u003dt(33),i\u003dMath.imul;e(e.S+e.F*t(35)(function(){return-5!\u003di(4294967295,5)||2!\u003di.length}),\"Math\",{imul:function imul(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e;return 0|i*o+((65535\u0026r\u003e\u003e\u003e16)*o+i*(65535\u0026e\u003e\u003e\u003e16)\u003c\u003c16\u003e\u003e\u003e0)}})},{33:33,35:35}],171:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log10:function log10(t){return Math.log(t)*Math.LOG10E}})},{33:33}],172:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log1p:t(63)})},{33:33,63:63}],173:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log2:function log2(t){return Math.log(t)/Math.LN2}})},{33:33}],174:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{sign:t(65)})},{33:33,65:65}],175:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S+e.F*t(35)(function(){return-2e-17!\u003d!Math.sinh(-2e-17)}),\"Math\",{sinh:function sinh(t){return Math.abs(t\u003d+t)\u003c1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},{33:33,35:35,61:61}],176:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S,\"Math\",{tanh:function tanh(t){var n\u003di(t\u003d+t),r\u003di(-t);return n\u003d\u003d1/0?1:r\u003d\u003d1/0?-1:(n-r)/(o(t)+o(-t))}})},{33:33,61:61}],177:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{trunc:function trunc(t){return(t\u003e0?Math.floor:Math.ceil)(t)}})},{33:33}],178:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(18),u\u003dt(45),c\u003dt(120),a\u003dt(35),f\u003dt(77).f,s\u003dt(75).f,l\u003dt(72).f,h\u003dt(111).trim,v\u003de.Number,p\u003dv,d\u003dv.prototype,y\u003d\"Number\"\u003d\u003do(t(71)(d)),g\u003d\"trim\"in String.prototype,m\u003dfunction(t){var n\u003dc(t,!1);if(\"string\"\u003d\u003dtypeof n\u0026\u0026n.length\u003e2){n\u003dg?n.trim():h(n,3);var r,e,i,o\u003dn.charCodeAt(0);if(43\u003d\u003d\u003do||45\u003d\u003d\u003do){if(88\u003d\u003d\u003d(r\u003dn.charCodeAt(2))||120\u003d\u003d\u003dr)return NaN}else if(48\u003d\u003d\u003do){switch(n.charCodeAt(1)){case 66:case 98:e\u003d2,i\u003d49;break;case 79:case 111:e\u003d8,i\u003d55;break;default:return+n}for(var u,a\u003dn.slice(2),f\u003d0,s\u003da.length;f\u003cs;f++)if((u\u003da.charCodeAt(f))\u003c48||u\u003ei)return NaN;return parseInt(a,e)}}return+n};if(!v(\" 0o1\")||!v(\"0b1\")||v(\"+0x1\")){v\u003dfunction Number(t){var n\u003darguments.length\u003c1?0:t,r\u003dthis;return r instanceof v\u0026\u0026(y?a(function(){d.valueOf.call(r)}):\"Number\"!\u003do(r))?u(new p(m(n)),r,v):m(n)};for(var b,x\u003dt(29)?f(p):\"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger\".split(\",\"),S\u003d0;x.length\u003eS;S++)i(p,b\u003dx[S])\u0026\u0026!i(v,b)\u0026\u0026l(v,b,s(p,b));v.prototype\u003dd,d.constructor\u003dv,t(94)(e,\"Number\",v)}},{111:111,120:120,18:18,29:29,35:35,40:40,41:41,45:45,71:71,72:72,75:75,77:77,94:94}],179:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{EPSILON:Math.pow(2,-52)})},{33:33}],180:[function(t,n,r){var e\u003dt(33),i\u003dt(40).isFinite;e(e.S,\"Number\",{isFinite:function isFinite(t){return\"number\"\u003d\u003dtypeof t\u0026\u0026i(t)}})},{33:33,40:40}],181:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isInteger:t(50)})},{33:33,50:50}],182:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isNaN:function isNaN(t){return t!\u003dt}})},{33:33}],183:[function(t,n,r){var e\u003dt(33),i\u003dt(50),o\u003dMath.abs;e(e.S,\"Number\",{isSafeInteger:function isSafeInteger(t){return i(t)\u0026\u0026o(t)\u003c\u003d9007199254740991}})},{33:33,50:50}],184:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MAX_SAFE_INTEGER:9007199254740991})},{33:33}],185:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MIN_SAFE_INTEGER:-9007199254740991})},{33:33}],186:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.S+e.F*(Number.parseFloat!\u003di),\"Number\",{parseFloat:i})},{33:33,86:86}],187:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.S+e.F*(Number.parseInt!\u003di),\"Number\",{parseInt:i})},{33:33,87:87}],188:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(116),o\u003dt(4),u\u003dt(110),c\u003d1..toFixed,a\u003dMath.floor,f\u003d[0,0,0,0,0,0],s\u003d\"Number.toFixed: incorrect invocation!\",l\u003dfunction(t,n){for(var r\u003d-1,e\u003dn;++r\u003c6;)e+\u003dt*f[r],f[r]\u003de%1e7,e\u003da(e/1e7)},h\u003dfunction(t){for(var n\u003d6,r\u003d0;--n\u003e\u003d0;)r+\u003df[n],f[n]\u003da(r/t),r\u003dr%t*1e7},v\u003dfunction(){for(var t\u003d6,n\u003d\"\";--t\u003e\u003d0;)if(\"\"!\u003d\u003dn||0\u003d\u003d\u003dt||0!\u003d\u003df[t]){var r\u003dString(f[t]);n\u003d\"\"\u003d\u003d\u003dn?r:n+u.call(\"0\",7-r.length)+r}return n},p\u003dfunction(t,n,r){return 0\u003d\u003d\u003dn?r:n%2\u003d\u003d1?p(t,n-1,r*t):p(t*t,n/2,r)},d\u003dfunction(t){for(var n\u003d0,r\u003dt;r\u003e\u003d4096;)n+\u003d12,r/\u003d4096;for(;r\u003e\u003d2;)n+\u003d1,r/\u003d2;return n};e(e.P+e.F*(!!c\u0026\u0026(\"0.000\"!\u003d\u003d8e-5.toFixed(3)||\"1\"!\u003d\u003d.9.toFixed(0)||\"1.25\"!\u003d\u003d1.255.toFixed(2)||\"1000000000000000128\"!\u003d\u003d(0xde0b6b3a7640080).toFixed(0))||!t(35)(function(){c.call({})})),\"Number\",{toFixed:function toFixed(t){var n,r,e,c,a\u003do(this,s),f\u003di(t),y\u003d\"\",g\u003d\"0\";if(f\u003c0||f\u003e20)throw RangeError(s);if(a!\u003da)return\"NaN\";if(a\u003c\u003d-1e21||a\u003e\u003d1e21)return String(a);if(a\u003c0\u0026\u0026(y\u003d\"-\",a\u003d-a),a\u003e1e-21)if(n\u003dd(a*p(2,69,1))-69,r\u003dn\u003c0?a*p(2,-n,1):a/p(2,n,1),r*\u003d4503599627370496,(n\u003d52-n)\u003e0){for(l(0,r),e\u003df;e\u003e\u003d7;)l(1e7,0),e-\u003d7;for(l(p(10,e,1),0),e\u003dn-1;e\u003e\u003d23;)h(1\u003c\u003c23),e-\u003d23;h(1\u003c\u003ce),l(1,1),h(2),g\u003dv()}else l(0,r),l(1\u003c\u003c-n,0),g\u003dv()+u.call(\"0\",f);return f\u003e0?(c\u003dg.length,g\u003dy+(c\u003c\u003df?\"0.\"+u.call(\"0\",f-c)+g:g.slice(0,c-f)+\".\"+g.slice(c-f))):g\u003dy+g,g}})},{110:110,116:116,33:33,35:35,4:4}],189:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(35),o\u003dt(4),u\u003d1..toPrecision;e(e.P+e.F*(i(function(){return\"1\"!\u003d\u003du.call(1,void 0)})||!i(function(){u.call({})})),\"Number\",{toPrecision:function toPrecision(t){var n\u003do(this,\"Number#toPrecision: incorrect invocation!\");return void 0\u003d\u003d\u003dt?u.call(n):u.call(n,t)}})},{33:33,35:35,4:4}],190:[function(t,n,r){var e\u003dt(33);e(e.S+e.F,\"Object\",{assign:t(70)})},{33:33,70:70}],191:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{create:t(71)})},{33:33,71:71}],192:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperties:t(73)})},{29:29,33:33,73:73}],193:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperty:t(72).f})},{29:29,33:33,72:72}],194:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"freeze\",function(t){return function freeze(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],195:[function(t,n,r){var e\u003dt(117),i\u003dt(75).f;t(83)(\"getOwnPropertyDescriptor\",function(){return function getOwnPropertyDescriptor(t,n){return i(e(t),n)}})},{117:117,75:75,83:83}],196:[function(t,n,r){t(83)(\"getOwnPropertyNames\",function(){return t(76).f})},{76:76,83:83}],197:[function(t,n,r){var e\u003dt(119),i\u003dt(79);t(83)(\"getPrototypeOf\",function(){return function getPrototypeOf(t){return i(e(t))}})},{119:119,79:79,83:83}],198:[function(t,n,r){var e\u003dt(51);t(83)(\"isExtensible\",function(t){return function isExtensible(n){return!!e(n)\u0026\u0026(!t||t(n))}})},{51:51,83:83}],199:[function(t,n,r){var e\u003dt(51);t(83)(\"isFrozen\",function(t){return function isFrozen(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],200:[function(t,n,r){var e\u003dt(51);t(83)(\"isSealed\",function(t){return function isSealed(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],201:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{is:t(96)})},{33:33,96:96}],202:[function(t,n,r){var e\u003dt(119),i\u003dt(81);t(83)(\"keys\",function(){return function keys(t){return i(e(t))}})},{119:119,81:81,83:83}],203:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"preventExtensions\",function(t){return function preventExtensions(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],204:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"seal\",function(t){return function seal(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],205:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{setPrototypeOf:t(99).set})},{33:33,99:99}],206:[function(t,n,r){\"use strict\";var e\u003dt(17),i\u003d{};i[t(128)(\"toStringTag\")]\u003d\"z\",i+\"\"!\u003d\"[object z]\"\u0026\u0026t(94)(Object.prototype,\"toString\",function toString(){return\"[object \"+e(this)+\"]\"},!0)},{128:128,17:17,94:94}],207:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.G+e.F*(parseFloat!\u003di),{parseFloat:i})},{33:33,86:86}],208:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.G+e.F*(parseInt!\u003di),{parseInt:i})},{33:33,87:87}],209:[function(t,n,r){\"use strict\";var e,i,o,u,c\u003dt(60),a\u003dt(40),f\u003dt(25),s\u003dt(17),l\u003dt(33),h\u003dt(51),v\u003dt(3),p\u003dt(6),d\u003dt(39),y\u003dt(104),g\u003dt(113).set,m\u003dt(68)(),b\u003dt(69),x\u003dt(90),S\u003dt(91),w\u003da.TypeError,_\u003da.process,E\u003da.Promise,O\u003d\"process\"\u003d\u003ds(_),P\u003dfunction(){},M\u003di\u003db.f,F\u003d!!function(){try{var n\u003dE.resolve(1),r\u003d(n.constructor\u003d{})[t(128)(\"species\")]\u003dfunction(t){t(P,P)};return(O||\"function\"\u003d\u003dtypeof PromiseRejectionEvent)\u0026\u0026n.then(P)instanceof r}catch(t){}}(),I\u003dc?function(t,n){return t\u003d\u003d\u003dn||t\u003d\u003d\u003dE\u0026\u0026n\u003d\u003d\u003du}:function(t,n){return t\u003d\u003d\u003dn},A\u003dfunction(t){var n;return!(!h(t)||\"function\"!\u003dtypeof(n\u003dt.then))\u0026\u0026n},k\u003dfunction(t,n){if(!t._n){t._n\u003d!0;var r\u003dt._c;m(function(){for(var e\u003dt._v,i\u003d1\u003d\u003dt._s,o\u003d0;r.length\u003eo;)!function(n){var r,o,u\u003di?n.ok:n.fail,c\u003dn.resolve,a\u003dn.reject,f\u003dn.domain;try{u?(i||(2\u003d\u003dt._h\u0026\u0026T(t),t._h\u003d1),!0\u003d\u003d\u003du?r\u003de:(f\u0026\u0026f.enter(),r\u003du(e),f\u0026\u0026f.exit()),r\u003d\u003d\u003dn.promise?a(w(\"Promise-chain cycle\")):(o\u003dA(r))?o.call(r,c,a):c(r)):a(e)}catch(t){a(t)}}(r[o++]);t._c\u003d[],t._n\u003d!1,n\u0026\u0026!t._h\u0026\u0026N(t)})}},N\u003dfunction(t){g.call(a,function(){var n,r,e,i\u003dt._v,o\u003dj(t);if(o\u0026\u0026(n\u003dx(function(){O?_.emit(\"unhandledRejection\",i,t):(r\u003da.onunhandledrejection)?r({promise:t,reason:i}):(e\u003da.console)\u0026\u0026e.error\u0026\u0026e.error(\"Unhandled promise rejection\",i)}),t._h\u003dO||j(t)?2:1),t._a\u003dvoid 0,o\u0026\u0026n.e)throw n.v})},j\u003dfunction(t){if(1\u003d\u003dt._h)return!1;for(var n,r\u003dt._a||t._c,e\u003d0;r.length\u003ee;)if(n\u003dr[e++],n.fail||!j(n.promise))return!1;return!0},T\u003dfunction(t){g.call(a,function(){var n;O?_.emit(\"rejectionHandled\",t):(n\u003da.onrejectionhandled)\u0026\u0026n({promise:t,reason:t._v})})},R\u003dfunction(t){var n\u003dthis;n._d||(n._d\u003d!0,n\u003dn._w||n,n._v\u003dt,n._s\u003d2,n._a||(n._a\u003dn._c.slice()),k(n,!0))},L\u003dfunction(t){var n,r\u003dthis;if(!r._d){r._d\u003d!0,r\u003dr._w||r;try{if(r\u003d\u003d\u003dt)throw w(\"Promise can\u0027t be resolved itself\");(n\u003dA(t))?m(function(){var e\u003d{_w:r,_d:!1};try{n.call(t,f(L,e,1),f(R,e,1))}catch(t){R.call(e,t)}}):(r._v\u003dt,r._s\u003d1,k(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};F||(E\u003dfunction Promise(t){p(this,E,\"Promise\",\"_h\"),v(t),e.call(this);try{t(f(L,this,1),f(R,this,1))}catch(t){R.call(this,t)}},e\u003dfunction Promise(t){this._c\u003d[],this._a\u003dvoid 0,this._s\u003d0,this._d\u003d!1,this._v\u003dvoid 0,this._h\u003d0,this._n\u003d!1},e.prototype\u003dt(93)(E.prototype,{then:function then(t,n){var r\u003dM(y(this,E));return r.ok\u003d\"function\"!\u003dtypeof t||t,r.fail\u003d\"function\"\u003d\u003dtypeof n\u0026\u0026n,r.domain\u003dO?_.domain:void 0,this._c.push(r),this._a\u0026\u0026this._a.push(r),this._s\u0026\u0026k(this,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o\u003dfunction(){var t\u003dnew e;this.promise\u003dt,this.resolve\u003df(L,t,1),this.reject\u003df(R,t,1)},b.f\u003dM\u003dfunction(t){return I(E,t)?new o(t):i(t)}),l(l.G+l.W+l.F*!F,{Promise:E}),t(101)(E,\"Promise\"),t(100)(\"Promise\"),u\u003dt(23).Promise,l(l.S+l.F*!F,\"Promise\",{reject:function reject(t){var n\u003dM(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!F),\"Promise\",{resolve:function resolve(t){return t instanceof E\u0026\u0026I(t.constructor,this)?t:S(this,t)}}),l(l.S+l.F*!(F\u0026\u0026t(56)(function(t){E.all(t).catch(P)})),\"Promise\",{all:function all(t){var n\u003dthis,r\u003dM(n),e\u003dr.resolve,i\u003dr.reject,o\u003dx(function(){var r\u003d[],o\u003d0,u\u003d1;d(t,!1,function(t){var c\u003do++,a\u003d!1;r.push(void 0),u++,n.resolve(t).then(function(t){a||(a\u003d!0,r[c]\u003dt,--u||e(r))},i)}),--u||e(r)});return o.e\u0026\u0026i(o.v),r.promise},race:function race(t){var n\u003dthis,r\u003dM(n),e\u003dr.reject,i\u003dx(function(){d(t,!1,function(t){n.resolve(t).then(r.resolve,e)})});return i.e\u0026\u0026e(i.v),r.promise}})},{100:100,101:101,104:104,113:113,128:128,17:17,23:23,25:25,"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"3:3,33:33,39:39,40:40,51:51,56:56,6:6,60:60,68:68,69:69,90:90,91:91,93:93}],210:[function(t,n,r){var e\u003dt(33),i\u003dt(3),o\u003dt(7),u\u003d(t(40).Reflect||{}).apply,c\u003dFunction.apply;e(e.S+e.F*!t(35)(function(){u(function(){})}),\"Reflect\",{apply:function apply(t,n,r){var e\u003di(t),a\u003do(r);return u?u(e,n,a):c.call(e,n,a)}})},{3:3,33:33,35:35,40:40,7:7}],211:[function(t,n,r){var e\u003dt(33),i\u003dt(71),o\u003dt(3),u\u003dt(7),c\u003dt(51),a\u003dt(35),f\u003dt(16),s\u003d(t(40).Reflect||{}).construct,l\u003da(function(){function F(){}return!(s(function(){},[],F)instanceof F)}),h\u003d!a(function(){s(function(){})});e(e.S+e.F*(l||h),\"Reflect\",{construct:function construct(t,n){o(t),u(n);var r\u003darguments.length\u003c3?t:o(arguments[2]);if(h\u0026\u0026!l)return s(t,n,r);if(t\u003d\u003dr){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var e\u003d[null];return e.push.apply(e,n),new(f.apply(t,e))}var a\u003dr.prototype,v\u003di(c(a)?a:Object.prototype),p\u003dFunction.apply.call(t,v,n);return c(p)?p:v}})},{16:16,3:3,33:33,35:35,40:40,51:51,7:7,71:71}],212:[function(t,n,r){var e\u003dt(72),i\u003dt(33),o\u003dt(7),u\u003dt(120);i(i.S+i.F*t(35)(function(){Reflect.defineProperty(e.f({},1,{value:1}),1,{value:2})}),\"Reflect\",{defineProperty:function defineProperty(t,n,r){o(t),n\u003du(n,!0),o(r);try{return e.f(t,n,r),!0}catch(t){return!1}}})},{120:120,33:33,35:35,7:7,72:72}],213:[function(t,n,r){var e\u003dt(33),i\u003dt(75).f,o\u003dt(7);e(e.S,\"Reflect\",{deleteProperty:function deleteProperty(t,n){var r\u003di(o(t),n);return!(r\u0026\u0026!r.configurable)\u0026\u0026delete t[n]}})},{33:33,7:7,75:75}],214:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(7),o\u003dfunction(t){this._t\u003di(t),this._i\u003d0;var n,r\u003dthis._k\u003d[];for(n in t)r.push(n)};t(54)(o,\"Object\",function(){var t,n\u003dthis,r\u003dn._k;do{if(n._i\u003e\u003dr.length)return{value:void 0,done:!0}}while(!((t\u003dr[n._i++])in n._t));return{value:t,done:!1}}),e(e.S,\"Reflect\",{enumerate:function enumerate(t){return new o(t)}})},{33:33,54:54,7:7}],215:[function(t,n,r){var e\u003dt(75),i\u003dt(33),o\u003dt(7);i(i.S,\"Reflect\",{getOwnPropertyDescriptor:function getOwnPropertyDescriptor(t,n){return e.f(o(t),n)}})},{33:33,7:7,75:75}],216:[function(t,n,r){var e\u003dt(33),i\u003dt(79),o\u003dt(7);e(e.S,\"Reflect\",{getPrototypeOf:function getPrototypeOf(t){return i(o(t))}})},{33:33,7:7,79:79}],217:[function(t,n,r){function get(t,n){var r,u,f\u003darguments.length\u003c3?t:arguments[2];return a(t)\u003d\u003d\u003df?t[n]:(r\u003de.f(t,n))?o(r,\"value\")?r.value:void 0!\u003d\u003dr.get?r.get.call(f):void 0:c(u\u003di(t))?get(u,n,f):void 0}var e\u003dt(75),i\u003dt(79),o\u003dt(41),u\u003dt(33),c\u003dt(51),a\u003dt(7);u(u.S,\"Reflect\",{get:get})},{33:33,41:41,51:51,7:7,75:75,79:79}],218:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{has:function has(t,n){return n in t}})},{33:33}],219:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.isExtensible;e(e.S,\"Reflect\",{isExtensible:function isExtensible(t){return i(t),!o||o(t)}})},{33:33,7:7}],220:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{ownKeys:t(85)})},{33:33,85:85}],221:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.preventExtensions;e(e.S,\"Reflect\",{preventExtensions:function preventExtensions(t){i(t);try{return o\u0026\u0026o(t),!0}catch(t){return!1}}})},{33:33,7:7}],222:[function(t,n,r){var e\u003dt(33),i\u003dt(99);i\u0026\u0026e(e.S,\"Reflect\",{setPrototypeOf:function setPrototypeOf(t,n){i.check(t,n);try{return i.set(t,n),!0}catch(t){return!1}}})},{33:33,99:99}],223:[function(t,n,r){function set(t,n,r){var c,l,h\u003darguments.length\u003c4?t:arguments[3],v\u003di.f(f(t),n);if(!v){if(s(l\u003do(t)))return set(l,n,r,h);v\u003da(0)}return u(v,\"value\")?!(!1\u003d\u003d\u003dv.writable||!s(h))\u0026\u0026(c\u003di.f(h,n)||a(0),c.value\u003dr,e.f(h,n,c),!0):void 0!\u003d\u003dv.set\u0026\u0026(v.set.call(h,r),!0)}var e\u003dt(72),i\u003dt(75),o\u003dt(79),u\u003dt(41),c\u003dt(33),a\u003dt(92),f\u003dt(7),s\u003dt(51);c(c.S,\"Reflect\",{set:set})},{33:33,41:41,51:51,7:7,72:72,75:75,79:79,92:92}],224:[function(t,n,r){var e\u003dt(40),i\u003dt(45),o\u003dt(72).f,u\u003dt(77).f,c\u003dt(52),a\u003dt(37),f\u003de.RegExp,s\u003df,l\u003df.prototype,h\u003d/a/g,v\u003d/a/g,p\u003dnew f(h)!\u003d\u003dh;if(t(29)\u0026\u0026(!p||t(35)(function(){return v[t(128)(\"match\")]\u003d!1,f(h)!\u003dh||f(v)\u003d\u003dv||\"/a/i\"!\u003df(h,\"i\")}))){f\u003dfunction RegExp(t,n){var r\u003dthis instanceof f,e\u003dc(t),o\u003dvoid 0\u003d\u003d\u003dn;return!r\u0026\u0026e\u0026\u0026t.constructor\u003d\u003d\u003df\u0026\u0026o?t:i(p?new s(e\u0026\u0026!o?t.source:t,n):s((e\u003dt instanceof f)?t.source:t,e\u0026\u0026o?a.call(t):n),r?this:l,f)};for(var d\u003du(s),y\u003d0;d.length\u003ey;)!function(t){t in f||o(f,t,{configurable:!0,get:function(){return s[t]},set:function(n){s[t]\u003dn}})}(d[y++]);l.constructor\u003df,f.prototype\u003dl,t(94)(e,\"RegExp\",f)}t(100)(\"RegExp\")},{100:100,128:128,29:29,35:35,37:37,40:40,45:45,52:52,72:72,77:77,94:94}],225:[function(t,n,r){t(29)\u0026\u0026\"g\"!\u003d/./g.flags\u0026\u0026t(72).f(RegExp.prototype,\"flags\",{configurable:!0,get:t(37)})},{29:29,37:37,72:72}],226:[function(t,n,r){t(36)(\"match\",1,function(t,n,r){return[function match(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],227:[function(t,n,r){t(36)(\"replace\",2,function(t,n,r){return[function replace(e,i){\"use strict\";var o\u003dt(this),u\u003dvoid 0\u003d\u003de?void 0:e[n];return void 0!\u003d\u003du?u.call(e,o,i):r.call(String(o),e,i)},r]})},{36:36}],228:[function(t,n,r){t(36)(\"search\",1,function(t,n,r){return[function search(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],229:[function(t,n,r){t(36)(\"split\",2,function(n,r,e){\"use strict\";var i\u003dt(52),o\u003de,u\u003d[].push,c\u003d\"length\";if(\"c\"\u003d\u003d\"abbc\".split(/(b)*/)[1]||4!\u003d\"test\".split(/(?:)/,-1)[c]||2!\u003d\"ab\".split(/(?:ab)*/)[c]||4!\u003d\".\".split(/(.?)(.?)/)[c]||\".\".split(/()()/)[c]\u003e1||\"\".split(/.?/)[c]){var a\u003dvoid 0\u003d\u003d\u003d/()??/.exec(\"\")[1];e\u003dfunction(t,n){var r\u003dString(this);if(void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn)return[];if(!i(t))return o.call(r,t,n);var e,f,s,l,h,v\u003d[],p\u003d(t.ignoreCase?\"i\":\"\")+(t.multiline?\"m\":\"\")+(t.unicode?\"u\":\"\")+(t.sticky?\"y\":\"\"),d\u003d0,y\u003dvoid 0\u003d\u003d\u003dn?4294967295:n\u003e\u003e\u003e0,g\u003dnew RegExp(t.source,p+\"g\");for(a||(e\u003dnew RegExp(\"^\"+g.source+\"$(?!\\\\s)\",p));(f\u003dg.exec(r))\u0026\u0026!((s\u003df.index+f[0][c])\u003ed\u0026\u0026(v.push(r.slice(d,f.index)),!a\u0026\u0026f[c]\u003e1\u0026\u0026f[0].replace(e,function(){for(h\u003d1;h\u003carguments[c]-2;h++)void 0\u003d\u003d\u003darguments[h]\u0026\u0026(f[h]\u003dvoid 0)}),f[c]\u003e1\u0026\u0026f.index\u003cr[c]\u0026\u0026u.apply(v,f.slice(1)),l\u003df[0][c],d\u003ds,v[c]\u003e\u003dy));)g.lastIndex\u003d\u003d\u003df.index\u0026\u0026g.lastIndex++;return d\u003d\u003d\u003dr[c]?!l\u0026\u0026g.test(\"\")||v.push(\"\"):v.push(r.slice(d)),v[c]\u003ey?v.slice(0,y):v}}else\"0\".split(void 0,0)[c]\u0026\u0026(e\u003dfunction(t,n){return void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn?[]:o.call(this,t,n)});return[function split(t,i){var o\u003dn(this),u\u003dvoid 0\u003d\u003dt?void 0:t[r];return void 0!\u003d\u003du?u.call(t,o,i):e.call(String(o),t,i)},e]})},{36:36,52:52}],230:[function(t,n,r){\"use strict\";t(225);var e\u003dt(7),i\u003dt(37),o\u003dt(29),u\u003d/./.toString,c\u003dfunction(n){t(94)(RegExp.prototype,\"toString\",n,!0)};t(35)(function(){return\"/a/b\"!\u003du.call({source:\"a\",flags:\"b\"})})?c(function toString(){var t\u003de(this);return\"/\".concat(t.source,\"/\",\"flags\"in t?t.flags:!o\u0026\u0026t instanceof RegExp?i.call(t):void 0)}):\"toString\"!\u003du.name\u0026\u0026c(function toString(){return u.call(this)})},{225:225,29:29,35:35,37:37,7:7,94:94}],231:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Set\",function(t){return function Set(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"Set\"),t\u003d0\u003d\u003d\u003dt?0:t,t)}},e)},{125:125,19:19,22:22}],232:[function(t,n,r){\"use strict\";t(108)(\"anchor\",function(t){return function anchor(n){return t(this,\"a\",\"name\",n)}})},{108:108}],233:[function(t,n,r){\"use strict\";t(108)(\"big\",function(t){return function big(){return t(this,\"big\",\"\",\"\")}})},{108:108}],234:[function(t,n,r){\"use strict\";t(108)(\"blink\",function(t){return function blink(){return t(this,\"blink\",\"\",\"\")}})},{108:108}],235:[function(t,n,r){\"use strict\";t(108)(\"bold\",function(t){return function bold(){return t(this,\"b\",\"\",\"\")}})},{108:108}],236:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!1);e(e.P,\"String\",{codePointAt:function codePointAt(t){return i(this,t)}})},{106:106,33:33}],237:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".endsWith;e(e.P+e.F*t(34)(\"endsWith\"),\"String\",{endsWith:function endsWith(t){var n\u003do(this,t,\"endsWith\"),r\u003darguments.length\u003e1?arguments[1]:void 0,e\u003di(n.length),c\u003dvoid 0\u003d\u003d\u003dr?e:Math.min(i(r),e),a\u003dString(t);return u?u.call(n,a,c):n.slice(c-a.length,c)\u003d\u003d\u003da}})},{107:107,118:118,33:33,34:34}],238:[function(t,n,r){\"use strict\";t(108)(\"fixed\",function(t){return function fixed(){return t(this,\"tt\",\"\",\"\")}})},{108:108}],239:[function(t,n,r){\"use strict\";t(108)(\"fontcolor\",function(t){return function fontcolor(n){return t(this,\"font\",\"color\",n)}})},{108:108}],240:[function(t,n,r){\"use strict\";t(108)(\"fontsize\",function(t){return function fontsize(n){return t(this,\"font\",\"size\",n)}})},{108:108}],241:[function(t,n,r){var e\u003dt(33),i\u003dt(114),o\u003dString.fromCharCode,u\u003dString.fromCodePoint;e(e.S+e.F*(!!u\u0026\u00261!\u003du.length),\"String\",{fromCodePoint:function fromCodePoint(t){for(var n,r\u003d[],e\u003darguments.length,u\u003d0;e\u003eu;){if(n\u003d+arguments[u++],i(n,1114111)!\u003d\u003dn)throw RangeError(n+\" is not a valid code point\");r.push(n\u003c65536?o(n):o(55296+((n-\u003d65536)\u003e\u003e10),n%1024+56320))}return r.join(\"\")}})},{114:114,33:33}],242:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(107);e(e.P+e.F*t(34)(\"includes\"),\"String\",{includes:function includes(t){return!!~i(this,t,\"includes\").indexOf(t,arguments.length\u003e1?arguments[1]:void 0)}})},{107:107,33:33,34:34}],243:[function(t,n,r){\"use strict\";t(108)(\"italics\",function(t){return function italics(){return t(this,\"i\",\"\",\"\")}})},{108:108}],244:[function(t,n,r){\"use strict\";var e\u003dt(106)(!0);t(55)(String,\"String\",function(t){this._t\u003dString(t),this._i\u003d0},function(){var t,n\u003dthis._t,r\u003dthis._i;return r\u003e\u003dn.length?{value:void 0,done:!0}:(t\u003de(n,r),this._i+\u003dt.length,{value:t,done:!1})})},{106:106,55:55}],245:[function(t,n,r){\"use strict\";t(108)(\"link\",function(t){return function link(n){return t(this,\"a\",\"href\",n)}})},{108:108}],246:[function(t,n,r){var e\u003dt(33),i\u003dt(117),o\u003dt(118);e(e.S,\"String\",{raw:function raw(t){for(var n\u003di(t.raw),r\u003do(n.length),e\u003darguments.length,u\u003d[],c\u003d0;r\u003ec;)u.push(String(n[c++])),c\u003ce\u0026\u0026u.push(String(arguments[c]));return u.join(\"\")}})},{117:117,118:118,33:33}],247:[function(t,n,r){var e\u003dt(33);e(e.P,\"String\",{repeat:t(110)})},{110:110,33:33}],248:[function(t,n,r){\"use strict\";t(108)(\"small\",function(t){return function small(){return t(this,\"small\",\"\",\"\")}})},{108:108}],249:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".startsWith;e(e.P+e.F*t(34)(\"startsWith\"),\"String\",{startsWith:function startsWith(t){var n\u003do(this,t,\"startsWith\"),r\u003di(Math.min(arguments.length\u003e1?arguments[1]:void 0,n.length)),e\u003dString(t);return u?u.call(n,e,r):n.slice(r,r+e.length)\u003d\u003d\u003de}})},{107:107,118:118,33:33,34:34}],250:[function(t,n,r){\"use strict\";t(108)(\"strike\",function(t){return function strike(){return t(this,\"strike\",\"\",\"\")}})},{108:108}],251:[function(t,n,r){\"use strict\";t(108)(\"sub\",function(t){return function sub(){return t(this,\"sub\",\"\",\"\")}})},{108:108}],252:[function(t,n,r){\"use strict\";t(108)(\"sup\",function(t){return function sup(){return t(this,\"sup\",\"\",\"\")}})},{108:108}],253:[function(t,n,r){\"use strict\";t(111)(\"trim\",function(t){return function trim(){return t(this,3)}})},{111:111}],254:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(29),u\u003dt(33),c\u003dt(94),a\u003dt(66).KEY,f\u003dt(35),s\u003dt(103),l\u003dt(101),h\u003dt(124),v\u003dt(128),p\u003dt(127),d\u003dt(126),y\u003dt(59),g\u003dt(32),m\u003dt(49),b\u003dt(7),x\u003dt(117),S\u003dt(120),w\u003dt(92),_\u003dt(71),E\u003dt(76),O\u003dt(75),P\u003dt(72),M\u003dt(81),F\u003dO.f,I\u003dP.f,A\u003dE.f,k\u003de.Symbol,N\u003de.JSON,j\u003dN\u0026\u0026N.stringify,T\u003dv(\"_hidden\"),R\u003dv(\"toPrimitive\"),L\u003d{}.propertyIsEnumerable,G\u003ds(\"symbol-registry\"),D\u003ds(\"symbols\"),C\u003ds(\"op-symbols\"),W\u003dObject.prototype,U\u003d\"function\"\u003d\u003dtypeof k,B\u003de.QObject,V\u003d!B||!B.prototype||!B.prototype.findChild,z\u003do\u0026\u0026f(function(){return 7!\u003d_(I({},\"a\",{get:function(){return I(this,\"a\",{value:7}).a}})).a})?function(t,n,r){var e\u003dF(W,n);e\u0026\u0026delete W[n],I(t,n,r),e\u0026\u0026t!\u003d\u003dW\u0026\u0026I(W,n,e)}:I,q\u003dfunction(t){var n\u003dD[t]\u003d_(k.prototype);return n._k\u003dt,n},K\u003dU\u0026\u0026\"symbol\"\u003d\u003dtypeof k.iterator?function(t){return\"symbol\"\u003d\u003dtypeof t}:function(t){return t instanceof k},Y\u003dfunction defineProperty(t,n,r){return t\u003d\u003d\u003dW\u0026\u0026Y(C,n,r),b(t),n\u003dS(n,!0),b(r),i(D,n)?(r.enumerable?(i(t,T)\u0026\u0026t[T][n]\u0026\u0026(t[T][n]\u003d!1),r\u003d_(r,{enumerable:w(0,!1)})):(i(t,T)||I(t,T,w(1,{})),t[T][n]\u003d!0),z(t,n,r)):I(t,n,r)},J\u003dfunction defineProperties(t,n){b(t);for(var r,e\u003dg(n\u003dx(n)),i\u003d0,o\u003de.length;o\u003ei;)Y(t,r\u003de[i++],n[r]);return t},H\u003dfunction create(t,n){return void 0\u003d\u003d\u003dn?_(t):J(_(t),n)},X\u003dfunction propertyIsEnumerable(t){var n\u003dL.call(this,t\u003dS(t,!0));return!(this\u003d\u003d\u003dW\u0026\u0026i(D,t)\u0026\u0026!i(C,t))\u0026\u0026(!(n||!i(this,t)||!i(D,t)||i(this,T)\u0026\u0026this[T][t])||n)},$\u003dfunction getOwnPropertyDescriptor(t,n){if(t\u003dx(t),n\u003dS(n,!0),t!\u003d\u003dW||!i(D,n)||i(C,n)){var r\u003dF(t,n);return!r||!i(D,n)||i(t,T)\u0026\u0026t[T][n]||(r.enumerable\u003d!0),r}},Z\u003dfunction getOwnPropertyNames(t){for(var n,r\u003dA(x(t)),e\u003d[],o\u003d0;r.length\u003eo;)i(D,n\u003dr[o++])||n\u003d\u003dT||n\u003d\u003da||e.push(n);return e},Q\u003dfunction getOwnPropertySymbols(t){for(var n,r\u003dt\u003d\u003d\u003dW,e\u003dA(r?C:x(t)),o\u003d[],u\u003d0;e.length\u003eu;)!i(D,n\u003de[u++])||r\u0026\u0026!i(W,n)||o.push(D[n]);return o};U||(k\u003dfunction Symbol(){if(this instanceof k)throw TypeError(\"Symbol is not a constructor!\");var t\u003dh(arguments.length\u003e0?arguments[0]:void 0),n\u003dfunction(r){this\u003d\u003d\u003dW\u0026\u0026n.call(C,r),i(this,T)\u0026\u0026i(this[T],t)\u0026\u0026(this[T][t]\u003d!1),z(this,t,w(1,r))};return o\u0026\u0026V\u0026\u0026z(W,t,{configurable:!0,set:n}),q(t)},c(k.prototype,\"toString\",function toString(){return this._k}),O.f\u003d$,P.f\u003dY,t(77).f\u003dE.f\u003dZ,t(82).f\u003dX,t(78).f\u003dQ,o\u0026\u0026!t(60)\u0026\u0026c(W,\"propertyIsEnumerable\",X,!0),p.f\u003dfunction(t){return q(v(t))}),u(u.G+u.W+u.F*!U,{Symbol:k});for(var tt\u003d\"hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables\".split(\",\"),nt\u003d0;tt.length\u003ent;)v(tt[nt++]);for(var rt\u003dM(v.store),et\u003d0;rt.length\u003eet;)d(rt[et++]);u(u.S+u.F*!U,\"Symbol\",{for:function(t){return i(G,t+\u003d\"\")?G[t]:G[t]\u003dk(t)},keyFor:function keyFor(t){if(K(t))return y(G,t);throw TypeError(t+\" is not a symbol!\")},useSetter:function(){V\u003d!0},useSimple:function(){V\u003d!1}}),u(u.S+u.F*!U,\"Object\",{create:H,defineProperty:Y,defineProperties:J,getOwnPropertyDescriptor:$,getOwnPropertyNames:Z,getOwnPropertySymbols:Q}),N\u0026\u0026u(u.S+u.F*(!U||f(function(){var t\u003dk();return\"[null]\"!\u003dj([t])||\"{}\"!\u003dj({a:t})||\"{}\"!\u003dj(Object(t))})),\"JSON\",{stringify:function stringify(t){if(void 0!\u003d\u003dt\u0026\u0026!K(t)){for(var n,r,e\u003d[t],i\u003d1;arguments.length\u003ei;)e.push(arguments[i++]);return n\u003de[1],\"function\"\u003d\u003dtypeof n\u0026\u0026(r\u003dn),!r\u0026\u0026m(n)||(n\u003dfunction(t,n){if(r\u0026\u0026(n\u003dr.call(this,t,n)),!K(n))return n}),e[1]\u003dn,j.apply(N,e)}}}),k.prototype[R]||t(42)(k.prototype,R,k.prototype.valueOf),l(k,\"Symbol\"),l(Math,\"Math\",!0),l(e.JSON,\"JSON\",!0)},{101:101,103:103,117:117,120:120,124:124,126:126,127:127,128:128,29:29,32:32,33:33,35:35,40:40,41:41,42:42,49:49,59:59,60:60,66:66,7:7,71:71,72:72,75:75,76:76,77:77,78:78,81:81,82:82,92:92,94:94}],255:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(123),o\u003dt(122),u\u003dt(7),c\u003dt(114),a\u003dt(118),f\u003dt(51),s\u003dt(40).ArrayBuffer,l\u003dt(104),h\u003do.ArrayBuffer,v\u003do.DataView,p\u003di.ABV\u0026\u0026s.isView,d\u003dh.prototype.slice,y\u003di.VIEW;e(e.G+e.W+e.F*(s!\u003d\u003dh),{ArrayBuffer:h}),e(e.S+e.F*!i.CONSTR,\"ArrayBuffer\",{isView:function isView(t){return p\u0026\u0026p(t)||f(t)\u0026\u0026y in t}}),e(e.P+e.U+e.F*t(35)(function(){return!new h(2).slice(1,void 0).byteLength}),\"ArrayBuffer\",{slice:function slice(t,n){if(void 0!\u003d\u003dd\u0026\u0026void 0\u003d\u003d\u003dn)return d.call(u(this),t);for(var r\u003du(this).byteLength,e\u003dc(t,r),i\u003dc(void 0\u003d\u003d\u003dn?r:n,r),o\u003dnew(l(this,h))(a(i-e)),f\u003dnew v(this),s\u003dnew v(o),p\u003d0;e\u003ci;)s.setUint8(p++,f.getUint8(e++));return o}}),t(100)(\"ArrayBuffer\")},{100:100,104:104,114:114,118:118,122:122,123:123,33:33,35:35,40:40,51:51,7:7}],256:[function(t,n,r){var e\u003dt(33);e(e.G+e.W+e.F*!t(123).ABV,{DataView:t(122).DataView})},{122:122,123:123,33:33}],257:[function(t,n,r){t(121)(\"Float32\",4,function(t){return function Float32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],258:[function(t,n,r){t(121)(\"Float64\",8,function(t){return function Float64Array(n,r,e){return t(this,n,r,e)}})},{121:121}],259:[function(t,n,r){t(121)(\"Int16\",2,function(t){return function Int16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],260:[function(t,n,r){t(121)(\"Int32\",4,function(t){return function Int32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],261:[function(t,n,r){t(121)(\"Int8\",1,function(t){return function Int8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],262:[function(t,n,r){t(121)(\"Uint16\",2,function(t){return function Uint16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],263:[function(t,n,r){t(121)(\"Uint32\",4,function(t){return function Uint32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],264:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],265:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8ClampedArray(n,r,e){return t(this,n,r,e)}},!0)},{121:121}],266:[function(t,n,r){\"use strict\";var e,i\u003dt(12)(0),o\u003dt(94),u\u003dt(66),c\u003dt(70),a\u003dt(21),f\u003dt(51),s\u003dt(35),l\u003dt(125),h\u003du.getWeak,v\u003dObject.isExtensible,p\u003da.ufstore,d\u003d{},y\u003dfunction(t){return function WeakMap(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},g\u003d{get:function get(t){if(f(t)){var n\u003dh(t);return!0\u003d\u003d\u003dn?p(l(this,\"WeakMap\")).get(t):n?n[this._i]:void 0}},set:function set(t,n){return a.def(l(this,\"WeakMap\"),t,n)}},m\u003dn.exports\u003dt(22)(\"WeakMap\",y,g,a,!0,!0);s(function(){return 7!\u003d(new m).set((Object.freeze||Object)(d),7).get(d)})\u0026\u0026(e\u003da.getConstructor(y,\"WeakMap\"),c(e.prototype,g),u.NEED\u003d!0,i([\"delete\",\"has\",\"get\",\"set\"],function(t){var n\u003dm.prototype,r\u003dn[t];o(n,t,function(n,i){if(f(n)\u0026\u0026!v(n)){this._f||(this._f\u003dnew e);var o\u003dthis._f[t](n,i);return\"set\"\u003d\u003dt?this:o}return r.call(this,n,i)})}))},{12:12,125:125,21:21,22:22,35:35,51:51,66:66,70:70,94:94}],267:[function(t,n,r){\"use strict\";var e\u003dt(21),i\u003dt(125);t(22)(\"WeakSet\",function(t){return function WeakSet(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"WeakSet\"),t,!0)}},e,!1,!0)},{125:125,21:21,22:22}],268:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(3),a\u003dt(15);e(e.P,\"Array\",{flatMap:function flatMap(t){var n,r,e\u003do(this);return c(t),n\u003du(e.length),r\u003da(e,0),i(r,e,e,n,0,1,t,arguments[1]),r}}),t(5)(\"flatMap\")},{118:118,119:119,15:15,3:3,33:33,38:38,5:5}],269:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(116),a\u003dt(15);e(e.P,\"Array\",{flatten:function flatten(){var t\u003darguments[0],n\u003do(this),r\u003du(n.length),e\u003da(n,0);return i(e,n,n,r,0,void 0\u003d\u003d\u003dt?1:c(t)),e}}),t(5)(\"flatten\")},{116:116,118:118,119:119,15:15,33:33,38:38,5:5}],270:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!0);e(e.P,\"Array\",{includes:function includes(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"includes\")},{11:11,33:33,5:5}],271:[function(t,n,r){var e\u003dt(33),i\u003dt(68)(),o\u003dt(40).process,u\u003d\"process\"\u003d\u003dt(18)(o);e(e.G,{asap:function asap(t){var n\u003du\u0026\u0026o.domain;i(n?n.bind(t):t)}})},{18:18,33:33,40:40,68:68}],272:[function(t,n,r){var e\u003dt(33),i\u003dt(18);e(e.S,\"Error\",{isError:function isError(t){return\"Error\"\u003d\u003d\u003di(t)}})},{18:18,33:33}],273:[function(t,n,r){var e\u003dt(33);e(e.G,{global:t(40)})},{33:33,40:40}],274:[function(t,n,r){t(97)(\"Map\")},{97:97}],275:[function(t,n,r){t(98)(\"Map\")},{98:98}],276:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Map\",{toJSON:t(20)(\"Map\")})},{20:20,33:33}],277:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clamp:function clamp(t,n,r){return Math.min(r,Math.max(n,t))}})},{33:33}],278:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{DEG_PER_RAD:Math.PI/180})},{33:33}],279:[function(t,n,r){var e\u003dt(33),i\u003d180/Math.PI;e(e.S,\"Math\",{degrees:function degrees(t){return t*i}})},{33:33}],280:[function(t,n,r){var e\u003dt(33),i\u003dt(64),o\u003dt(62);e(e.S,\"Math\",{fscale:function fscale(t,n,r,e,u){return o(i(t,n,r,e,u))}})},{33:33,62:62,64:64}],281:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{iaddh:function iaddh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o+(e\u003e\u003e\u003e0)+((i\u0026u|(i|u)\u0026~(i+u\u003e\u003e\u003e0))\u003e\u003e\u003e31)|0}})},{33:33}],282:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{imulh:function imulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e16,c\u003de\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e16)}})},{33:33}],283:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{isubh:function isubh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o-(e\u003e\u003e\u003e0)-((~i\u0026u|~(i^u)\u0026i-u\u003e\u003e\u003e0)\u003e\u003e\u003e31)|0}})},{33:33}],284:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{RAD_PER_DEG:180/Math.PI})},{33:33}],285:[function(t,n,r){var e\u003dt(33),i\u003dMath.PI/180;e(e.S,\"Math\",{radians:function radians(t){return t*i}})},{33:33}],286:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{scale:t(64)})},{33:33,64:64}],287:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{signbit:function signbit(t){return(t\u003d+t)!\u003dt?t:0\u003d\u003dt?1/t\u003d\u003d1/0:t\u003e0}})},{33:33}],288:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{umulh:function umulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e\u003e16,c\u003de\u003e\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e\u003e16)}})},{33:33}],289:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineGetter__:function __defineGetter__(t,n){u.f(i(this),t,{get:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],290:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineSetter__:function __defineSetter__(t,n){u.f(i(this),t,{set:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],291:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!0);e(e.S,\"Object\",{entries:function entries(t){return i(t)}})},{33:33,84:84}],292:[function(t,n,r){var e\u003dt(33),i\u003dt(85),o\u003dt(117),u\u003dt(75),c\u003dt(24);e(e.S,\"Object\",{getOwnPropertyDescriptors:function getOwnPropertyDescriptors(t){for(var n,r,e\u003do(t),a\u003du.f,f\u003di(e),s\u003d{},l\u003d0;f.length\u003el;)void 0!\u003d\u003d(r\u003da(e,n\u003df[l++]))\u0026\u0026c(s,n,r);return s}})},{117:117,24:24,33:33,75:75,85:85}],293:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupGetter__:function __lookupGetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.get}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],294:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupSetter__:function __lookupSetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.set}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],295:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!1);e(e.S,\"Object\",{values:function values(t){return i(t)}})},{33:33,84:84}],296:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(40),o\u003dt(23),u\u003dt(68)(),c\u003dt(128)(\"observable\"),a\u003dt(3),f\u003dt(7),s\u003dt(6),l\u003dt(93),h\u003dt(42),v\u003dt(39),p\u003dv.RETURN,d\u003dfunction(t){return null\u003d\u003dt?void 0:a(t)},y\u003dfunction(t){var n\u003dt._c;n\u0026\u0026(t._c\u003dvoid 0,n())},g\u003dfunction(t){return void 0\u003d\u003d\u003dt._o},m\u003dfunction(t){g(t)||(t._o\u003dvoid 0,y(t))},b\u003dfunction(t,n){f(t),this._c\u003dvoid 0,this._o\u003dt,t\u003dnew x(this);try{var r\u003dn(t),e\u003dr;null!\u003dr\u0026\u0026(\"function\"\u003d\u003dtypeof r.unsubscribe?r\u003dfunction(){e.unsubscribe()}:a(r),this._c\u003dr)}catch(n){return void t.error(n)}g(this)\u0026\u0026y(this)};b.prototype\u003dl({},{unsubscribe:function unsubscribe(){m(this)}});var x\u003dfunction(t){this._s\u003dt};x.prototype\u003dl({},{next:function next(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;try{var e\u003dd(r.next);if(e)return e.call(r,t)}catch(t){try{m(n)}finally{throw t}}}},error:function error(t){var n\u003dthis._s;if(g(n))throw t;var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.error);if(!e)throw t;t\u003de.call(r,t)}catch(t){try{y(n)}finally{throw t}}return y(n),t},complete:function complete(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.complete);t\u003de?e.call(r,t):void 0}catch(t){try{y(n)}finally{throw t}}return y(n),t}}});var S\u003dfunction Observable(t){s(this,S,\"Observable\",\"_f\")._f\u003da(t)};l(S.prototype,{subscribe:function subscribe(t){return new b(t,this._f)},forEach:function forEach(t){var n\u003dthis;return new(o.Promise||i.Promise)(function(r,e){a(t);var i\u003dn.subscribe({next:function(n){try{return t(n)}catch(t){e(t),i.unsubscribe()}},error:e,complete:r})})}}),l(S,{from:function from(t){var n\u003d\"function\"\u003d\u003dtypeof this?this:S,r\u003dd(f(t)[c]);if(r){var e\u003df(r.call(t));return e.constructor\u003d\u003d\u003dn?e:new n(function(t){return e.subscribe(t)})}return new n(function(n){var r\u003d!1;return u(function(){if(!r){try{if(v(t,!1,function(t){if(n.next(t),r)return p})\u003d\u003d\u003dp)return}catch(t){if(r)throw t;return void n.error(t)}n.complete()}}),function(){r\u003d!0}})},of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dArray(n);t\u003cn;)r[t]\u003darguments[t++];return new(\"function\"\u003d\u003dtypeof this?this:S)(function(t){var n\u003d!1;return u(function(){if(!n){for(var e\u003d0;e\u003cr.length;++e)if(t.next(r[e]),n)return;t.complete()}}),function(){n\u003d!0}})}}),h(S.prototype,c,function(){return this}),e(e.G,{Observable:S}),t(100)(\"Observable\")},{100:100,128:128,23:23,3:3,33:33,39:39,40:40,42:42,6:6,68:68,7:7,93:93}],297:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(23),o\u003dt(40),u\u003dt(104),c\u003dt(91);e(e.P+e.R,\"Promise\",{finally:function(t){var n\u003du(this,i.Promise||o.Promise),r\u003d\"function\"\u003d\u003dtypeof t;return this.then(r?function(r){return c(n,t()).then(function(){return r})}:t,r?function(r){return c(n,t()).then(function(){throw r})}:t)}})},{104:104,23:23,33:33,40:40,91:91}],298:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(69),o\u003dt(90);e(e.S,\"Promise\",{try:function(t){var n\u003di.f(this),r\u003do(t);return(r.e?n.reject:n.resolve)(r.v),n.promise}})},{33:33,69:69,90:90}],299:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.set;e.exp({defineMetadata:function defineMetadata(t,n,r,e){u(t,n,i(r),o(e))}})},{67:67,7:7}],300:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.map,c\u003de.store;e.exp({deleteMetadata:function deleteMetadata(t,n){var r\u003darguments.length\u003c3?void 0:o(arguments[2]),e\u003du(i(n),r,!1);if(void 0\u003d\u003d\u003de||!e.delete(t))return!1;if(e.size)return!0;var a\u003dc.get(n);return a.delete(r),!!a.size||c.delete(n)}})},{67:67,7:7}],301:[function(t,n,r){var e\u003dt(231),i\u003dt(10),o\u003dt(67),u\u003dt(7),c\u003dt(79),a\u003do.keys,f\u003do.key,s\u003dfunction(t,n){var r\u003da(t,n),o\u003dc(t);if(null\u003d\u003d\u003do)return r;var u\u003ds(o,n);return u.length?r.length?i(new e(r.concat(u))):u:r};o.exp({getMetadataKeys:function getMetadataKeys(t){return s(u(t),arguments.length\u003c2?void 0:f(arguments[1]))}})},{10:10,231:231,67:67,7:7,79:79}],302:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.get,a\u003de.key,f\u003dfunction(t,n,r){if(u(t,n,r))return c(t,n,r);var e\u003do(n);return null!\u003d\u003de?f(t,e,r):void 0};e.exp({getMetadata:function getMetadata(t,n){return f(t,i(n),arguments.length\u003c3?void 0:a(arguments[2]))}})},{67:67,7:7,79:79}],303:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.keys,u\u003de.key;e.exp({getOwnMetadataKeys:function getOwnMetadataKeys(t){return o(i(t),arguments.length\u003c2?void 0:u(arguments[1]))}})},{67:67,7:7}],304:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.get,u\u003de.key;e.exp({getOwnMetadata:function getOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],305:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.key,a\u003dfunction(t,n,r){if(u(t,n,r))return!0;var e\u003do(n);return null!\u003d\u003de\u0026\u0026a(t,e,r)};e.exp({hasMetadata:function hasMetadata(t,n){return a(t,i(n),arguments.length\u003c3?void 0:c(arguments[2]))}})},{67:67,7:7,79:79}],306:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.has,u\u003de.key;e.exp({hasOwnMetadata:function hasOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],307:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(3),u\u003de.key,c\u003de.set;e.exp({metadata:function metadata(t,n){return function decorator(r,e){c(t,n,(void 0!\u003d\u003de?i:o)(r),u(e))}}})},{3:3,67:67,7:7}],308:[function(t,n,r){t(97)(\"Set\")},{97:97}],309:[function(t,n,r){t(98)(\"Set\")},{98:98}],310:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Set\",{toJSON:t(20)(\"Set\")})},{20:20,33:33}],311:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!0);e(e.P,\"String\",{at:function at(t){return i(this,t)}})},{106:106,33:33}],312:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(28),o\u003dt(118),u\u003dt(52),c\u003dt(37),a\u003dRegExp.prototype,f\u003dfunction(t,n){this._r\u003dt,this._s\u003dn};t(54)(f,\"RegExp String\",function next(){var t\u003dthis._r.exec(this._s);return{value:t,done:null\u003d\u003d\u003dt}}),e(e.P,\"String\",{matchAll:function matchAll(t){if(i(this),!u(t))throw TypeError(t+\" is not a regexp!\");var n\u003dString(this),r\u003d\"flags\"in a?String(t.flags):c.call(t),e\u003dnew RegExp(t.source,~r.indexOf(\"g\")?r:\"g\"+r);return e.lastIndex\u003do(t.lastIndex),new f(e,n)}})},{118:118,28:28,33:33,37:37,52:52,54:54}],313:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padEnd:function padEnd(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!1)}})},{109:109,33:33}],314:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padStart:function padStart(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!0)}})},{109:109,33:33}],315:[function(t,n,r){\"use strict\";t(111)(\"trimLeft\",function(t){return function trimLeft(){return t(this,1)}},\"trimStart\")},{111:111}],316:[function(t,n,r){\"use strict\";t(111)(\"trimRight\",function(t){return function trimRight(){return t(this,2)}},\"trimEnd\")},{111:111}],317:[function(t,n,r){t(126)(\"asyncIterator\")},{126:126}],318:[function(t,n,r){t(126)(\"observable\")},{126:126}],319:[function(t,n,r){var e\u003dt(33);e(e.S,\"System\",{global:t(40)})},{33:33,40:40}],320:[function(t,n,r){t(97)(\"WeakMap\")},{97:97}],321:[function(t,n,r){t(98)(\"WeakMap\")},{98:98}],322:[function(t,n,r){t(97)(\"WeakSet\")},{97:97}],323:[function(t,n,r){t(98)(\"WeakSet\")},{98:98}],324:[function(t,n,r){for(var e\u003dt(141),i\u003dt(81),o\u003dt(94),u\u003dt(40),c\u003dt(42),a\u003dt(58),f\u003dt(128),s\u003df(\"iterator\"),l\u003df(\"toStringTag\"),h\u003da.Array,v\u003d{CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p\u003di(v),d\u003d0;d\u003cp.length;d++){var y,g\u003dp[d],m\u003dv[g],b\u003du[g],x\u003db\u0026\u0026b.prototype;if(x\u0026\u0026(x[s]||c(x,s,h),x[l]||c(x,l,g),a[g]\u003dh,m))for(y in e)x[y]||o(x,y,e[y],!0)}},{128:128,141:141,40:40,42:42,58:58,81:81,94:94}],325:[function(t,n,r){var e\u003dt(33),i\u003dt(113);e(e.G+e.B,{setImmediate:i.set,clearImmediate:i.clear})},{113:113,33:33}],326:[function(t,n,r){var e\u003dt(40),i\u003dt(33),o\u003dt(46),u\u003dt(88),c\u003de.navigator,a\u003d!!c\u0026\u0026/MSIE .\\./.test(c.userAgent),f\u003dfunction(t){return a?function(n,r){return t(o(u,[].slice.call(arguments,2),\"function\"\u003d\u003dtypeof n?n:Function(n)),r)}:t};i(i.G+i.B+i.F*a,{setTimeout:f(e.setTimeout),setInterval:f(e.setInterval)})},{33:33,40:40,46:46,88:88}],327:[function(t,n,r){t(254),t(191),t(193),t(192),t(195),t(197),t(202),t(196),t(194),t(204),t(203),t(199),t(200),t(198),t(190),t(201),t(205),t(206),t(157),t(159),t(158),t(208),t(207),t(178),t(188),t(189),t(179),t(180),t(181),t(182),t(183),t(184),t(185),t(186),t(187),t(161),t(162),t(163),t(164),t(165),t(166),t(167),t(168),t(169),t(170),t(171),t(172),t(173),t(174),t(175),t(176),t(177),t(241),t(246),t(253),t(244),t(236),t(237),t(242),t(247),t(249),t(232),t(233),t(234),t(235),t(238),t(239),t(240),t(243),t(245),t(248),t(250),t(251),t(252),t(152),t(154),t(153),t(156),t(155),t(140),t(138),t(145),t(142),t(148),t(150),t(137),t(144),t(134),t(149),t(132),t(147),t(146),t(139),t(143),t(131),t(133),t(136),t(135),t(151),t(141),t(224),t(230),t(225),t(226),t(227),t(228),t(229),t(209),t(160),t(231),t(266),t(267),t(255),t(256),t(261),t(264),t(265),t(259),t(262),t(260),t(263),t(257),t(258),t(210),t(211),t(212),t(213),t(214),t(217),t(215),t(216),t(218),t(219),t(220),t(221),t(223),t(222),t(270),t(268),t(269),t(311),t(314),t(313),t(315),t(316),t(312),t(317),t(318),t(292),t(295),t(291),t(289),t(290),t(293),t(294),t(276),t(310),t(275),t(309),t(321),t(323),t(274),t(308),t(320),t(322),t(273),t(319),t(272),t(277),t(278),t(279),t(280),t(281),t(283),t(282),t(284),t(285),t(286),t(288),t(287),t(297),t(298),t(299),t(300),t(302),t(301),t(304),t(303),t(305),t(306),t(307),t(271),t(296),t(326),t(325),t(324),n.exports\u003dt(23)},{131:131,132:132,133:133,134:134,135:135,136:136,137:137,138:138,139:139,140:140,141:141,142:142,143:143,144:144,145:145,146:146,147:147,148:148,149:149,150:150,151:151,152:152,153:153,154:154,155:155,156:156,157:157,158:158,159:159,160:160,161:161,162:162,163:163,164:164,165:165,166:166,167:167,168:168,169:169,170:170,171:171,172:172,173:173,174:174,175:175,176:176,177:177,178:178,179:179,180:180,181:181,182:182,183:183,184:184,185:185,"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"186:186,187:187,188:188,189:189,190:190,191:191,192:192,193:193,194:194,195:195,196:196,197:197,198:198,199:199,200:200,201:201,202:202,203:203,204:204,205:205,206:206,207:207,208:208,209:209,210:210,211:211,212:212,213:213,214:214,215:215,216:216,217:217,218:218,219:219,220:220,221:221,222:222,223:223,224:224,225:225,226:226,227:227,228:228,229:229,23:23,230:230,231:231,232:232,233:233,234:234,235:235,236:236,237:237,238:238,239:239,240:240,241:241,242:242,243:243,244:244,245:245,246:246,247:247,248:248,249:249,250:250,251:251,252:252,253:253,254:254,255:255,256:256,257:257,258:258,259:259,260:260,261:261,262:262,263:263,264:264,265:265,266:266,267:267,268:268,269:269,270:270,271:271,272:272,273:273,274:274,275:275,276:276,277:277,278:278,279:279,280:280,281:281,282:282,283:283,284:284,285:285,286:286,287:287,288:288,289:289,290:290,291:291,292:292,293:293,294:294,295:295,296:296,297:297,298:298,299:299,300:300,301:301,302:302,303:303,304:304,305:305,306:306,307:307,308:308,309:309,310:310,311:311,312:312,313:313,314:314,315:315,316:316,317:317,318:318,319:319,320:320,321:321,322:322,323:323,324:324,325:325,326:326}],328:[function(t,n,r){(function(t){!function(t){\"use strict\";function wrap(t,n,r,e){var i\u003dn\u0026\u0026n.prototype instanceof Generator?n:Generator,o\u003dObject.create(i.prototype),u\u003dnew Context(e||[]);return o._invoke\u003dmakeInvokeMethod(t,r,u),o}function tryCatch(t,n,r){try{return{type:\"normal\",arg:t.call(n,r)}}catch(t){return{type:\"throw\",arg:t}}}function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}function defineIteratorMethods(t){[\"next\",\"throw\",\"return\"].forEach(function(n){t[n]\u003dfunction(t){return this._invoke(n,t)}})}function AsyncIterator(n){function invoke(t,r,e,o){var u\u003dtryCatch(n[t],n,r);if(\"throw\"!\u003d\u003du.type){var c\u003du.arg,a\u003dc.value;return a\u0026\u0026\"object\"\u003d\u003dtypeof a\u0026\u0026i.call(a,\"__await\")?Promise.resolve(a.__await).then(function(t){invoke(\"next\",t,e,o)},function(t){invoke(\"throw\",t,e,o)}):Promise.resolve(a).then(function(t){c.value\u003dt,e(c)},o)}o(u.arg)}function enqueue(t,n){function callInvokeWithMethodAndArg(){return new Promise(function(r,e){invoke(t,n,r,e)})}return r\u003dr?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}\"object\"\u003d\u003dtypeof t.process\u0026\u0026t.process.domain\u0026\u0026(invoke\u003dt.process.domain.bind(invoke));var r;this._invoke\u003denqueue}function makeInvokeMethod(t,n,r){var e\u003dl;return function invoke(i,o){if(e\u003d\u003d\u003dv)throw new Error(\"Generator is already running\");if(e\u003d\u003d\u003dp){if(\"throw\"\u003d\u003d\u003di)throw o;return doneResult()}for(r.method\u003di,r.arg\u003do;;){var u\u003dr.delegate;if(u){var c\u003dmaybeInvokeDelegate(u,r);if(c){if(c\u003d\u003d\u003dd)continue;return c}}if(\"next\"\u003d\u003d\u003dr.method)r.sent\u003dr._sent\u003dr.arg;else if(\"throw\"\u003d\u003d\u003dr.method){if(e\u003d\u003d\u003dl)throw e\u003dp,r.arg;r.dispatchException(r.arg)}else\"return\"\u003d\u003d\u003dr.method\u0026\u0026r.abrupt(\"return\",r.arg);e\u003dv;var a\u003dtryCatch(t,n,r);if(\"normal\"\u003d\u003d\u003da.type){if(e\u003dr.done?p:h,a.arg\u003d\u003d\u003dd)continue;return{value:a.arg,done:r.done}}\"throw\"\u003d\u003d\u003da.type\u0026\u0026(e\u003dp,r.method\u003d\"throw\",r.arg\u003da.arg)}}}function maybeInvokeDelegate(t,n){var e\u003dt.iterator[n.method];if(e\u003d\u003d\u003dr){if(n.delegate\u003dnull,\"throw\"\u003d\u003d\u003dn.method){if(t.iterator.return\u0026\u0026(n.method\u003d\"return\",n.arg\u003dr,maybeInvokeDelegate(t,n),\"throw\"\u003d\u003d\u003dn.method))return d;n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"The iterator does not provide a \u0027throw\u0027 method\")}return d}var i\u003dtryCatch(e,t.iterator,n.arg);if(\"throw\"\u003d\u003d\u003di.type)return n.method\u003d\"throw\",n.arg\u003di.arg,n.delegate\u003dnull,d;var o\u003di.arg;return o?o.done?(n[t.resultName]\u003do.value,n.next\u003dt.nextLoc,\"return\"!\u003d\u003dn.method\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),n.delegate\u003dnull,d):o:(n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"iterator result is not an object\"),n.delegate\u003dnull,d)}function pushTryEntry(t){var n\u003d{tryLoc:t[0]};1 in t\u0026\u0026(n.catchLoc\u003dt[1]),2 in t\u0026\u0026(n.finallyLoc\u003dt[2],n.afterLoc\u003dt[3]),this.tryEntries.push(n)}function resetTryEntry(t){var n\u003dt.completion||{};n.type\u003d\"normal\",delete n.arg,t.completion\u003dn}function Context(t){this.tryEntries\u003d[{tryLoc:\"root\"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(t){if(t){var n\u003dt[u];if(n)return n.call(t);if(\"function\"\u003d\u003dtypeof t.next)return t;if(!isNaN(t.length)){var e\u003d-1,o\u003dfunction next(){for(;++e\u003ct.length;)if(i.call(t,e))return next.value\u003dt[e],next.done\u003d!1,next;return next.value\u003dr,next.done\u003d!0,next};return o.next\u003do}}return{next:doneResult}}function doneResult(){return{value:r,done:!0}}var r,e\u003dObject.prototype,i\u003de.hasOwnProperty,o\u003d\"function\"\u003d\u003dtypeof Symbol?Symbol:{},u\u003do.iterator||\"@@iterator\",c\u003do.asyncIterator||\"@@asyncIterator\",a\u003do.toStringTag||\"@@toStringTag\",f\u003d\"object\"\u003d\u003dtypeof n,s\u003dt.regeneratorRuntime;if(s)return void(f\u0026\u0026(n.exports\u003ds));s\u003dt.regeneratorRuntime\u003df?n.exports:{},s.wrap\u003dwrap;var l\u003d\"suspendedStart\",h\u003d\"suspendedYield\",v\u003d\"executing\",p\u003d\"completed\",d\u003d{},y\u003d{};y[u]\u003dfunction(){return this};var g\u003dObject.getPrototypeOf,m\u003dg\u0026\u0026g(g(values([])));m\u0026\u0026m!\u003d\u003de\u0026\u0026i.call(m,u)\u0026\u0026(y\u003dm);var b\u003dGeneratorFunctionPrototype.prototype\u003dGenerator.prototype\u003dObject.create(y);GeneratorFunction.prototype\u003db.constructor\u003dGeneratorFunctionPrototype,GeneratorFunctionPrototype.constructor\u003dGeneratorFunction,GeneratorFunctionPrototype[a]\u003dGeneratorFunction.displayName\u003d\"GeneratorFunction\",s.isGeneratorFunction\u003dfunction(t){var n\u003d\"function\"\u003d\u003dtypeof t\u0026\u0026t.constructor;return!!n\u0026\u0026(n\u003d\u003d\u003dGeneratorFunction||\"GeneratorFunction\"\u003d\u003d\u003d(n.displayName||n.name))},s.mark\u003dfunction(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__\u003dGeneratorFunctionPrototype,a in t||(t[a]\u003d\"GeneratorFunction\")),t.prototype\u003dObject.create(b),t},s.awrap\u003dfunction(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),AsyncIterator.prototype[c]\u003dfunction(){return this},s.AsyncIterator\u003dAsyncIterator,s.async\u003dfunction(t,n,r,e){var i\u003dnew AsyncIterator(wrap(t,n,r,e));return s.isGeneratorFunction(n)?i:i.next().then(function(t){return t.done?t.value:i.next()})},defineIteratorMethods(b),b[a]\u003d\"Generator\",b[u]\u003dfunction(){return this},b.toString\u003dfunction(){return\"[object Generator]\"},s.keys\u003dfunction(t){var n\u003d[];for(var r in t)n.push(r);return n.reverse(),function next(){for(;n.length;){var r\u003dn.pop();if(r in t)return next.value\u003dr,next.done\u003d!1,next}return next.done\u003d!0,next}},s.values\u003dvalues,Context.prototype\u003d{constructor:Context,reset:function(t){if(this.prev\u003d0,this.next\u003d0,this.sent\u003dthis._sent\u003dr,this.done\u003d!1,this.delegate\u003dnull,this.method\u003d\"next\",this.arg\u003dr,this.tryEntries.forEach(resetTryEntry),!t)for(var n in this)\"t\"\u003d\u003d\u003dn.charAt(0)\u0026\u0026i.call(this,n)\u0026\u0026!isNaN(+n.slice(1))\u0026\u0026(this[n]\u003dr)},stop:function(){this.done\u003d!0;var t\u003dthis.tryEntries[0],n\u003dt.completion;if(\"throw\"\u003d\u003d\u003dn.type)throw n.arg;return this.rval},dispatchException:function(t){function handle(e,i){return u.type\u003d\"throw\",u.arg\u003dt,n.next\u003de,i\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),!!i}if(this.done)throw t;for(var n\u003dthis,e\u003dthis.tryEntries.length-1;e\u003e\u003d0;--e){var o\u003dthis.tryEntries[e],u\u003do.completion;if(\"root\"\u003d\u003d\u003do.tryLoc)return handle(\"end\");if(o.tryLoc\u003c\u003dthis.prev){var c\u003di.call(o,\"catchLoc\"),a\u003di.call(o,\"finallyLoc\");if(c\u0026\u0026a){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0);if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}else if(c){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0)}else{if(!a)throw new Error(\"try statement without catch or finally\");if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}}}},abrupt:function(t,n){for(var r\u003dthis.tryEntries.length-1;r\u003e\u003d0;--r){var e\u003dthis.tryEntries[r];if(e.tryLoc\u003c\u003dthis.prev\u0026\u0026i.call(e,\"finallyLoc\")\u0026\u0026this.prev\u003ce.finallyLoc){var o\u003de;break}}o\u0026\u0026(\"break\"\u003d\u003d\u003dt||\"continue\"\u003d\u003d\u003dt)\u0026\u0026o.tryLoc\u003c\u003dn\u0026\u0026n\u003c\u003do.finallyLoc\u0026\u0026(o\u003dnull);var u\u003do?o.completion:{};return u.type\u003dt,u.arg\u003dn,o?(this.method\u003d\"next\",this.next\u003do.finallyLoc,d):this.complete(u)},complete:function(t,n){if(\"throw\"\u003d\u003d\u003dt.type)throw t.arg;return\"break\"\u003d\u003d\u003dt.type||\"continue\"\u003d\u003d\u003dt.type?this.next\u003dt.arg:\"return\"\u003d\u003d\u003dt.type?(this.rval\u003dthis.arg\u003dt.arg,this.method\u003d\"return\",this.next\u003d\"end\"):\"normal\"\u003d\u003d\u003dt.type\u0026\u0026n\u0026\u0026(this.next\u003dn),d},finish:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.finallyLoc\u003d\u003d\u003dt)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),d}},catch:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.tryLoc\u003d\u003d\u003dt){var e\u003dr.completion;if(\"throw\"\u003d\u003d\u003de.type){var i\u003de.arg;resetTryEntry(r)}return i}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,n,e){return this.delegate\u003d{iterator:values(t),resultName:n,nextLoc:e},\"next\"\u003d\u003d\u003dthis.method\u0026\u0026(this.arg\u003dr),d}}}(\"object\"\u003d\u003dtypeof t?t:\"object\"\u003d\u003dtypeof window?window:\"object\"\u003d\u003dtypeof self?self:this)}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{}]},{},[1]);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/vue.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Vue.js v2.6.14"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * (c) 2014-2021 Evan You"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Released under the MIT License."},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"!function(e,t){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003dt():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(t):(e\u003de||self).Vue\u003dt()}(this,function(){\"use strict\";var e\u003dObject.freeze({});function t(e){return null\u003d\u003de}function n(e){return null!\u003de}function r(e){return!0\u003d\u003d\u003de}function i(e){return\"string\"\u003d\u003dtypeof e||\"number\"\u003d\u003dtypeof e||\"symbol\"\u003d\u003dtypeof e||\"boolean\"\u003d\u003dtypeof e}function o(e){return null!\u003d\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e}var a\u003dObject.prototype.toString;function s(e){return\"[object Object]\"\u003d\u003d\u003da.call(e)}function c(e){var t\u003dparseFloat(String(e));return t\u003e\u003d0\u0026\u0026Math.floor(t)\u003d\u003d\u003dt\u0026\u0026isFinite(e)}function u(e){return n(e)\u0026\u0026\"function\"\u003d\u003dtypeof e.then\u0026\u0026\"function\"\u003d\u003dtypeof e.catch}function l(e){return null\u003d\u003de?\"\":Array.isArray(e)||s(e)\u0026\u0026e.toString\u003d\u003d\u003da?JSON.stringify(e,null,2):String(e)}function f(e){var t\u003dparseFloat(e);return isNaN(t)?e:t}function p(e,t){for(var n\u003dObject.create(null),r\u003de.split(\",\"),i\u003d0;i\u003cr.length;i++)n[r[i]]\u003d!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}var d\u003dp(\"slot,component\",!0),v\u003dp(\"key,ref,slot,slot-scope,is\");function h(e,t){if(e.length){var n\u003de.indexOf(t);if(n\u003e-1)return e.splice(n,1)}}var m\u003dObject.prototype.hasOwnProperty;function y(e,t){return m.call(e,t)}function g(e){var t\u003dObject.create(null);return function(n){return t[n]||(t[n]\u003de(n))}}var _\u003d/-(\\w)/g,b\u003dg(function(e){return e.replace(_,function(e,t){return t?t.toUpperCase():\"\"})}),$\u003dg(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),w\u003d/\\B([A-Z])/g,C\u003dg(function(e){return e.replace(w,\"-$1\").toLowerCase()});var x\u003dFunction.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r\u003darguments.length;return r?r\u003e1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length\u003de.length,n};function k(e,t){t\u003dt||0;for(var n\u003de.length-t,r\u003dnew Array(n);n--;)r[n]\u003de[n+t];return r}function A(e,t){for(var n in t)e[n]\u003dt[n];return e}function O(e){for(var t\u003d{},n\u003d0;n\u003ce.length;n++)e[n]\u0026\u0026A(t,e[n]);return t}function S(e,t,n){}var T\u003dfunction(e,t,n){return!1},N\u003dfunction(e){return e};function E(e,t){if(e\u003d\u003d\u003dt)return!0;var n\u003do(e),r\u003do(t);if(!n||!r)return!n\u0026\u0026!r\u0026\u0026String(e)\u003d\u003d\u003dString(t);try{var i\u003dArray.isArray(e),a\u003dArray.isArray(t);if(i\u0026\u0026a)return e.length\u003d\u003d\u003dt.length\u0026\u0026e.every(function(e,n){return E(e,t[n])});if(e instanceof Date\u0026\u0026t instanceof Date)return e.getTime()\u003d\u003d\u003dt.getTime();if(i||a)return!1;var s\u003dObject.keys(e),c\u003dObject.keys(t);return s.length\u003d\u003d\u003dc.length\u0026\u0026s.every(function(n){return E(e[n],t[n])})}catch(e){return!1}}function j(e,t){for(var n\u003d0;n\u003ce.length;n++)if(E(e[n],t))return n;return-1}function D(e){var t\u003d!1;return function(){t||(t\u003d!0,e.apply(this,arguments))}}var L\u003d\"data-server-rendered\",I\u003d[\"component\",\"directive\",\"filter\"],M\u003d[\"beforeCreate\",\"created\",\"beforeMount\",\"mounted\",\"beforeUpdate\",\"updated\",\"beforeDestroy\",\"destroyed\",\"activated\",\"deactivated\",\"errorCaptured\",\"serverPrefetch\"],F\u003d{optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:T,isReservedAttr:T,isUnknownElement:T,getTagNamespace:S,parsePlatformTagName:N,mustUseProp:T,async:!0,_lifecycleHooks:M},P\u003d/a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;function R(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var H\u003dnew RegExp(\"[^\"+P.source+\".$_\\\\d]\");var B,U\u003d\"__proto__\"in{},V\u003d\"undefined\"!\u003dtypeof window,z\u003d\"undefined\"!\u003dtypeof WXEnvironment\u0026\u0026!!WXEnvironment.platform,K\u003dz\u0026\u0026WXEnvironment.platform.toLowerCase(),J\u003dV\u0026\u0026window.navigator.userAgent.toLowerCase(),q\u003dJ\u0026\u0026/msie|trident/.test(J),W\u003dJ\u0026\u0026J.indexOf(\"msie 9.0\")\u003e0,Z\u003dJ\u0026\u0026J.indexOf(\"edge/\")\u003e0,G\u003d(J\u0026\u0026J.indexOf(\"android\"),J\u0026\u0026/iphone|ipad|ipod|ios/.test(J)||\"ios\"\u003d\u003d\u003dK),X\u003d(J\u0026\u0026/chrome\\/\\d+/.test(J),J\u0026\u0026/phantomjs/.test(J),J\u0026\u0026J.match(/firefox\\/(\\d+)/)),Y\u003d{}.watch,Q\u003d!1;if(V)try{var ee\u003d{};Object.defineProperty(ee,\"passive\",{get:function(){Q\u003d!0}}),window.addEventListener(\"test-passive\",null,ee)}catch(e){}var te\u003dfunction(){return void 0\u003d\u003d\u003dB\u0026\u0026(B\u003d!V\u0026\u0026!z\u0026\u0026\"undefined\"!\u003dtypeof global\u0026\u0026(global.process\u0026\u0026\"server\"\u003d\u003d\u003dglobal.process.env.VUE_ENV)),B},ne\u003dV\u0026\u0026window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return\"function\"\u003d\u003dtypeof e\u0026\u0026/native code/.test(e.toString())}var ie,oe\u003d\"undefined\"!\u003dtypeof Symbol\u0026\u0026re(Symbol)\u0026\u0026\"undefined\"!\u003dtypeof Reflect\u0026\u0026re(Reflect.ownKeys);ie\u003d\"undefined\"!\u003dtypeof Set\u0026\u0026re(Set)?Set:function(){function e(){this.set\u003dObject.create(null)}return e.prototype.has\u003dfunction(e){return!0\u003d\u003d\u003dthis.set[e]},e.prototype.add\u003dfunction(e){this.set[e]\u003d!0},e.prototype.clear\u003dfunction(){this.set\u003dObject.create(null)},e}();var ae\u003dS,se\u003d0,ce\u003dfunction(){this.id\u003dse++,this.subs\u003d[]};ce.prototype.addSub\u003dfunction(e){this.subs.push(e)},ce.prototype.removeSub\u003dfunction(e){h(this.subs,e)},ce.prototype.depend\u003dfunction(){ce.target\u0026\u0026ce.target.addDep(this)},ce.prototype.notify\u003dfunction(){for(var e\u003dthis.subs.slice(),t\u003d0,n\u003de.length;t\u003cn;t++)e[t].update()},ce.target\u003dnull;var ue\u003d[];function le(e){ue.push(e),ce.target\u003de}function fe(){ue.pop(),ce.target\u003due[ue.length-1]}var pe\u003dfunction(e,t,n,r,i,o,a,s){this.tag\u003de,this.data\u003dt,this.children\u003dn,this.text\u003dr,this.elm\u003di,this.ns\u003dvoid 0,this.context\u003do,this.fnContext\u003dvoid 0,this.fnOptions\u003dvoid 0,this.fnScopeId\u003dvoid 0,this.key\u003dt\u0026\u0026t.key,this.componentOptions\u003da,this.componentInstance\u003dvoid 0,this.parent\u003dvoid 0,this.raw\u003d!1,this.isStatic\u003d!1,this.isRootInsert\u003d!0,this.isComment\u003d!1,this.isCloned\u003d!1,this.isOnce\u003d!1,this.asyncFactory\u003ds,this.asyncMeta\u003dvoid 0,this.isAsyncPlaceholder\u003d!1},de\u003d{child:{configurable:!0}};de.child.get\u003dfunction(){return this.componentInstance},Object.defineProperties(pe.prototype,de);var ve\u003dfunction(e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d\"\");var t\u003dnew pe;return t.text\u003de,t.isComment\u003d!0,t};function he(e){return new pe(void 0,void 0,void 0,String(e))}function me(e){var t\u003dnew pe(e.tag,e.data,e.children\u0026\u0026e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns\u003de.ns,t.isStatic\u003de.isStatic,t.key\u003de.key,t.isComment\u003de.isComment,t.fnContext\u003de.fnContext,t.fnOptions\u003de.fnOptions,t.fnScopeId\u003de.fnScopeId,t.asyncMeta\u003de.asyncMeta,t.isCloned\u003d!0,t}var ye\u003dArray.prototype,ge\u003dObject.create(ye);[\"push\",\"pop\",\"shift\",\"unshift\",\"splice\",\"sort\",\"reverse\"].forEach(function(e){var t\u003dye[e];R(ge,e,function(){for(var n\u003d[],r\u003darguments.length;r--;)n[r]\u003darguments[r];var i,o\u003dt.apply(this,n),a\u003dthis.__ob__;switch(e){case\"push\":case\"unshift\":i\u003dn;break;case\"splice\":i\u003dn.slice(2)}return i\u0026\u0026a.observeArray(i),a.dep.notify(),o})});var _e\u003dObject.getOwnPropertyNames(ge),be\u003d!0;function $e(e){be\u003de}var we\u003dfunction(e){var t;this.value\u003de,this.dep\u003dnew ce,this.vmCount\u003d0,R(e,\"__ob__\",this),Array.isArray(e)?(U?(t\u003dge,e.__proto__\u003dt):function(e,t,n){for(var r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];R(e,o,t[o])}}(e,ge,_e),this.observeArray(e)):this.walk(e)};function Ce(e,t){var n;if(o(e)\u0026\u0026!(e instanceof pe))return y(e,\"__ob__\")\u0026\u0026e.__ob__ instanceof we?n\u003de.__ob__:be\u0026\u0026!te()\u0026\u0026(Array.isArray(e)||s(e))\u0026\u0026Object.isExtensible(e)\u0026\u0026!e._isVue\u0026\u0026(n\u003dnew we(e)),t\u0026\u0026n\u0026\u0026n.vmCount++,n}function xe(e,t,n,r,i){var o\u003dnew ce,a\u003dObject.getOwnPropertyDescriptor(e,t);if(!a||!1!\u003d\u003da.configurable){var s\u003da\u0026\u0026a.get,c\u003da\u0026\u0026a.set;s\u0026\u0026!c||2!\u003d\u003darguments.length||(n\u003de[t]);var u\u003d!i\u0026\u0026Ce(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t\u003ds?s.call(e):n;return ce.target\u0026\u0026(o.depend(),u\u0026\u0026(u.dep.depend(),Array.isArray(t)\u0026\u0026function e(t){for(var n\u003dvoid 0,r\u003d0,i\u003dt.length;r\u003ci;r++)(n\u003dt[r])\u0026\u0026n.__ob__\u0026\u0026n.__ob__.dep.depend(),Array.isArray(n)\u0026\u0026e(n)}(t))),t},set:function(t){var r\u003ds?s.call(e):n;t\u003d\u003d\u003dr||t!\u003dt\u0026\u0026r!\u003dr||s\u0026\u0026!c||(c?c.call(e,t):n\u003dt,u\u003d!i\u0026\u0026Ce(t),o.notify())}})}}function ke(e,t,n){if(Array.isArray(e)\u0026\u0026c(t))return e.length\u003dMath.max(e.length,t),e.splice(t,1,n),n;if(t in e\u0026\u0026!(t in Object.prototype))return e[t]\u003dn,n;var r\u003de.__ob__;return e._isVue||r\u0026\u0026r.vmCount?n:r?(xe(r.value,t,n),r.dep.notify(),n):(e[t]\u003dn,n)}function Ae(e,t){if(Array.isArray(e)\u0026\u0026c(t))e.splice(t,1);else{var n\u003de.__ob__;e._isVue||n\u0026\u0026n.vmCount||y(e,t)\u0026\u0026(delete e[t],n\u0026\u0026n.dep.notify())}}we.prototype.walk\u003dfunction(e){for(var t\u003dObject.keys(e),n\u003d0;n\u003ct.length;n++)xe(e,t[n])},we.prototype.observeArray\u003dfunction(e){for(var t\u003d0,n\u003de.length;t\u003cn;t++)Ce(e[t])};var Oe\u003dF.optionMergeStrategies;function Se(e,t){if(!t)return e;for(var n,r,i,o\u003doe?Reflect.ownKeys(t):Object.keys(t),a\u003d0;a\u003co.length;a++)\"__ob__\"!\u003d\u003d(n\u003do[a])\u0026\u0026(r\u003de[n],i\u003dt[n],y(e,n)?r!\u003d\u003di\u0026\u0026s(r)\u0026\u0026s(i)\u0026\u0026Se(r,i):ke(e,n,i));return e}function Te(e,t,n){return n?function(){var r\u003d\"function\"\u003d\u003dtypeof t?t.call(n,n):t,i\u003d\"function\"\u003d\u003dtypeof e?e.call(n,n):e;return r?Se(r,i):i}:t?e?function(){return Se(\"function\"\u003d\u003dtypeof t?t.call(this,this):t,\"function\"\u003d\u003dtypeof e?e.call(this,this):e)}:t:e}function Ne(e,t){var n\u003dt?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++)-1\u003d\u003d\u003dt.indexOf(e[n])\u0026\u0026t.push(e[n]);return t}(n):n}function Ee(e,t,n,r){var i\u003dObject.create(e||null);return t?A(i,t):i}Oe.data\u003dfunction(e,t,n){return n?Te(e,t,n):t\u0026\u0026\"function\"!\u003dtypeof t?e:Te(e,t)},M.forEach(function(e){Oe[e]\u003dNe}),I.forEach(function(e){Oe[e+\"s\"]\u003dEe}),Oe.watch\u003dfunction(e,t,n,r){if(e\u003d\u003d\u003dY\u0026\u0026(e\u003dvoid 0),t\u003d\u003d\u003dY\u0026\u0026(t\u003dvoid 0),!t)return Object.create(e||null);if(!e)return t;var i\u003d{};for(var o in A(i,e),t){var a\u003di[o],s\u003dt[o];a\u0026\u0026!Array.isArray(a)\u0026\u0026(a\u003d[a]),i[o]\u003da?a.concat(s):Array.isArray(s)?s:[s]}return i},Oe.props\u003dOe.methods\u003dOe.inject\u003dOe.computed\u003dfunction(e,t,n,r){if(!e)return t;var i\u003dObject.create(null);return A(i,e),t\u0026\u0026A(i,t),i},Oe.provide\u003dTe;var je\u003dfunction(e,t){return void 0\u003d\u003d\u003dt?e:t};function De(e,t,n){if(\"function\"\u003d\u003dtypeof t\u0026\u0026(t\u003dt.options),function(e,t){var n\u003de.props;if(n){var r,i,o\u003d{};if(Array.isArray(n))for(r\u003dn.length;r--;)\"string\"\u003d\u003dtypeof(i\u003dn[r])\u0026\u0026(o[b(i)]\u003d{type:null});else if(s(n))for(var a in n)i\u003dn[a],o[b(a)]\u003ds(i)?i:{type:i};e.props\u003do}}(t),function(e,t){var n\u003de.inject;if(n){var r\u003de.inject\u003d{};if(Array.isArray(n))for(var i\u003d0;i\u003cn.length;i++)r[n[i]]\u003d{from:n[i]};else if(s(n))for(var o in n){var a\u003dn[o];r[o]\u003ds(a)?A({from:o},a):{from:a}}}}(t),function(e){var t\u003de.directives;if(t)for(var n in t){var r\u003dt[n];\"function\"\u003d\u003dtypeof r\u0026\u0026(t[n]\u003d{bind:r,update:r})}}(t),!t._base\u0026\u0026(t.extends\u0026\u0026(e\u003dDe(e,t.extends,n)),t.mixins))for(var r\u003d0,i\u003dt.mixins.length;r\u003ci;r++)e\u003dDe(e,t.mixins[r],n);var o,a\u003d{};for(o in e)c(o);for(o in t)y(e,o)||c(o);function c(r){var i\u003dOe[r]||je;a[r]\u003di(e[r],t[r],n,r)}return a}function Le(e,t,n,r){if(\"string\"\u003d\u003dtypeof n){var i\u003de[t];if(y(i,n))return i[n];var o\u003db(n);if(y(i,o))return i[o];var a\u003d$(o);return y(i,a)?i[a]:i[n]||i[o]||i[a]}}function Ie(e,t,n,r){var i\u003dt[e],o\u003d!y(n,e),a\u003dn[e],s\u003dRe(Boolean,i.type);if(s\u003e-1)if(o\u0026\u0026!y(i,\"default\"))a\u003d!1;else if(\"\"\u003d\u003d\u003da||a\u003d\u003d\u003dC(e)){var c\u003dRe(String,i.type);(c\u003c0||s\u003cc)\u0026\u0026(a\u003d!0)}if(void 0\u003d\u003d\u003da){a\u003dfunction(e,t,n){if(!y(t,\"default\"))return;var r\u003dt.default;if(e\u0026\u0026e.$options.propsData\u0026\u0026void 0\u003d\u003d\u003de.$options.propsData[n]\u0026\u0026void 0!\u003d\u003de._props[n])return e._props[n];return\"function\"\u003d\u003dtypeof r\u0026\u0026\"Function\"!\u003d\u003dFe(t.type)?r.call(e):r}(r,i,e);var u\u003dbe;$e(!0),Ce(a),$e(u)}return a}var Me\u003d/^\\s*function (\\w+)/;function Fe(e){var t\u003de\u0026\u0026e.toString().match(Me);return t?t[1]:\"\"}function Pe(e,t){return Fe(e)\u003d\u003d\u003dFe(t)}function Re(e,t){if(!Array.isArray(t))return Pe(t,e)?0:-1;for(var n\u003d0,r\u003dt.length;n\u003cr;n++)if(Pe(t[n],e))return n;return-1}function He(e,t,n){le();try{if(t)for(var r\u003dt;r\u003dr.$parent;){var i\u003dr.$options.errorCaptured;if(i)for(var o\u003d0;o\u003ci.length;o++)try{if(!1\u003d\u003d\u003di[o].call(r,e,t,n))return}catch(e){Ue(e,r,\"errorCaptured hook\")}}Ue(e,t,n)}finally{fe()}}function Be(e,t,n,r,i){var o;try{(o\u003dn?e.apply(t,n):e.call(t))\u0026\u0026!o._isVue\u0026\u0026u(o)\u0026\u0026!o._handled\u0026\u0026(o.catch(function(e){return He(e,r,i+\" (Promise/async)\")}),o._handled\u003d!0)}catch(e){He(e,r,i)}return o}function Ue(e,t,n){if(F.errorHandler)try{return F.errorHandler.call(null,e,t,n)}catch(t){t!\u003d\u003de\u0026\u0026Ve(t,null,\"config.errorHandler\")}Ve(e,t,n)}function Ve(e,t,n){if(!V\u0026\u0026!z||\"undefined\"\u003d\u003dtypeof console)throw e;console.error(e)}var ze,Ke\u003d!1,Je\u003d[],qe\u003d!1;function We(){qe\u003d!1;var e\u003dJe.slice(0);Je.length\u003d0;for(var t\u003d0;t\u003ce.length;t++)e[t]()}if(\"undefined\"!\u003dtypeof Promise\u0026\u0026re(Promise)){var Ze\u003dPromise.resolve();ze\u003dfunction(){Ze.then(We),G\u0026\u0026setTimeout(S)},Ke\u003d!0}else if(q||\"undefined\"\u003d\u003dtypeof MutationObserver||!re(MutationObserver)\u0026\u0026\"[object MutationObserverConstructor]\"!\u003d\u003dMutationObserver.toString())ze\u003d\"undefined\"!\u003dtypeof setImmediate\u0026\u0026re(setImmediate)?function(){setImmediate(We)}:function(){setTimeout(We,0)};else{var Ge\u003d1,Xe\u003dnew MutationObserver(We),Ye\u003ddocument.createTextNode(String(Ge));Xe.observe(Ye,{characterData:!0}),ze\u003dfunction(){Ge\u003d(Ge+1)%2,Ye.data\u003dString(Ge)},Ke\u003d!0}function Qe(e,t){var n;if(Je.push(function(){if(e)try{e.call(t)}catch(e){He(e,t,\"nextTick\")}else n\u0026\u0026n(t)}),qe||(qe\u003d!0,ze()),!e\u0026\u0026\"undefined\"!\u003dtypeof Promise)return new Promise(function(e){n\u003de})}var et\u003dnew ie;function tt(e){!function e(t,n){var r,i;var a\u003dArray.isArray(t);if(!a\u0026\u0026!o(t)||Object.isFrozen(t)||t instanceof pe)return;if(t.__ob__){var s\u003dt.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(a)for(r\u003dt.length;r--;)e(t[r],n);else for(i\u003dObject.keys(t),r\u003di.length;r--;)e(t[i[r]],n)}(e,et),et.clear()}var nt\u003dg(function(e){var t\u003d\"\u0026\"\u003d\u003d\u003de.charAt(0),n\u003d\"~\"\u003d\u003d\u003d(e\u003dt?e.slice(1):e).charAt(0),r\u003d\"!\"\u003d\u003d\u003d(e\u003dn?e.slice(1):e).charAt(0);return{name:e\u003dr?e.slice(1):e,once:n,capture:r,passive:t}});function rt(e,t){function n(){var e\u003darguments,r\u003dn.fns;if(!Array.isArray(r))return Be(r,null,arguments,t,\"v-on handler\");for(var i\u003dr.slice(),o\u003d0;o\u003ci.length;o++)Be(i[o],null,e,t,\"v-on handler\")}return n.fns\u003de,n}function it(e,n,i,o,a,s){var c,u,l,f;for(c in e)u\u003de[c],l\u003dn[c],f\u003dnt(c),t(u)||(t(l)?(t(u.fns)\u0026\u0026(u\u003de[c]\u003drt(u,s)),r(f.once)\u0026\u0026(u\u003de[c]\u003da(f.name,u,f.capture)),i(f.name,u,f.capture,f.passive,f.params)):u!\u003d\u003dl\u0026\u0026(l.fns\u003du,e[c]\u003dl));for(c in n)t(e[c])\u0026\u0026o((f\u003dnt(c)).name,n[c],f.capture)}function ot(e,i,o){var a;e instanceof pe\u0026\u0026(e\u003de.data.hook||(e.data.hook\u003d{}));var s\u003de[i];function c(){o.apply(this,arguments),h(a.fns,c)}t(s)?a\u003drt([c]):n(s.fns)\u0026\u0026r(s.merged)?(a\u003ds).fns.push(c):a\u003drt([s,c]),a.merged\u003d!0,e[i]\u003da}function at(e,t,r,i,o){if(n(t)){if(y(t,r))return e[r]\u003dt[r],o||delete t[r],!0;if(y(t,i))return e[r]\u003dt[i],o||delete t[i],!0}return!1}function st(e){return i(e)?[he(e)]:Array.isArray(e)?function e(o,a){var s\u003d[];var c,u,l,f;for(c\u003d0;c\u003co.length;c++)t(u\u003do[c])||\"boolean\"\u003d\u003dtypeof u||(l\u003ds.length-1,f\u003ds[l],Array.isArray(u)?u.length\u003e0\u0026\u0026(ct((u\u003de(u,(a||\"\")+\"_\"+c))[0])\u0026\u0026ct(f)\u0026\u0026(s[l]\u003dhe(f.text+u[0].text),u.shift()),s.push.apply(s,u)):i(u)?ct(f)?s[l]\u003dhe(f.text+u):\"\"!\u003d\u003du\u0026\u0026s.push(he(u)):ct(u)\u0026\u0026ct(f)?s[l]\u003dhe(f.text+u.text):(r(o._isVList)\u0026\u0026n(u.tag)\u0026\u0026t(u.key)\u0026\u0026n(a)\u0026\u0026(u.key\u003d\"__vlist\"+a+\"_\"+c+\"__\"),s.push(u)));return s}(e):void 0}function ct(e){return n(e)\u0026\u0026n(e.text)\u0026\u0026!1\u003d\u003d\u003de.isComment}function ut(e,t){if(e){for(var n\u003dObject.create(null),r\u003doe?Reflect.ownKeys(e):Object.keys(e),i\u003d0;i\u003cr.length;i++){var o\u003dr[i];if(\"__ob__\"!\u003d\u003do){for(var a\u003de[o].from,s\u003dt;s;){if(s._provided\u0026\u0026y(s._provided,a)){n[o]\u003ds._provided[a];break}s\u003ds.$parent}if(!s\u0026\u0026\"default\"in e[o]){var c\u003de[o].default;n[o]\u003d\"function\"\u003d\u003dtypeof c?c.call(t):c}}}return n}}function lt(e,t){if(!e||!e.length)return{};for(var n\u003d{},r\u003d0,i\u003de.length;r\u003ci;r++){var o\u003de[r],a\u003do.data;if(a\u0026\u0026a.attrs\u0026\u0026a.attrs.slot\u0026\u0026delete a.attrs.slot,o.context!\u003d\u003dt\u0026\u0026o.fnContext!\u003d\u003dt||!a||null\u003d\u003da.slot)(n.default||(n.default\u003d[])).push(o);else{var s\u003da.slot,c\u003dn[s]||(n[s]\u003d[]);\"template\"\u003d\u003d\u003do.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(ft)\u0026\u0026delete n[u];return n}function ft(e){return e.isComment\u0026\u0026!e.asyncFactory||\" \"\u003d\u003d\u003de.text}function pt(e){return e.isComment\u0026\u0026e.asyncFactory}function dt(t,n,r){var i,o\u003dObject.keys(n).length\u003e0,a\u003dt?!!t.$stable:!o,s\u003dt\u0026\u0026t.$key;if(t){if(t._normalized)return t._normalized;if(a\u0026\u0026r\u0026\u0026r!\u003d\u003de\u0026\u0026s\u003d\u003d\u003dr.$key\u0026\u0026!o\u0026\u0026!r.$hasNormal)return r;for(var c in i\u003d{},t)t[c]\u0026\u0026\"$\"!\u003d\u003dc[0]\u0026\u0026(i[c]\u003dvt(n,c,t[c]))}else i\u003d{};for(var u in n)u in i||(i[u]\u003dht(n,u));return t\u0026\u0026Object.isExtensible(t)\u0026\u0026(t._normalized\u003di),R(i,\"$stable\",a),R(i,\"$key\",s),R(i,\"$hasNormal\",o),i}function vt(e,t,n){var r\u003dfunction(){var e\u003darguments.length?n.apply(null,arguments):n({}),t\u003d(e\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e\u0026\u0026!Array.isArray(e)?[e]:st(e))\u0026\u0026e[0];return e\u0026\u0026(!t||1\u003d\u003d\u003de.length\u0026\u0026t.isComment\u0026\u0026!pt(t))?void 0:e};return n.proxy\u0026\u0026Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function ht(e,t){return function(){return e[t]}}function mt(e,t){var r,i,a,s,c;if(Array.isArray(e)||\"string\"\u003d\u003dtypeof e)for(r\u003dnew Array(e.length),i\u003d0,a\u003de.length;i\u003ca;i++)r[i]\u003dt(e[i],i);else if(\"number\"\u003d\u003dtypeof e)for(r\u003dnew Array(e),i\u003d0;i\u003ce;i++)r[i]\u003dt(i+1,i);else if(o(e))if(oe\u0026\u0026e[Symbol.iterator]){r\u003d[];for(var u\u003de[Symbol.iterator](),l\u003du.next();!l.done;)r.push(t(l.value,r.length)),l\u003du.next()}else for(s\u003dObject.keys(e),r\u003dnew Array(s.length),i\u003d0,a\u003ds.length;i\u003ca;i++)c\u003ds[i],r[i]\u003dt(e[c],c,i);return n(r)||(r\u003d[]),r._isVList\u003d!0,r}function yt(e,t,n,r){var i,o\u003dthis.$scopedSlots[e];o?(n\u003dn||{},r\u0026\u0026(n\u003dA(A({},r),n)),i\u003do(n)||(\"function\"\u003d\u003dtypeof t?t():t)):i\u003dthis.$slots[e]||(\"function\"\u003d\u003dtypeof t?t():t);var a\u003dn\u0026\u0026n.slot;return a?this.$createElement(\"template\",{slot:a},i):i}function gt(e){return Le(this.$options,\"filters\",e)||N}function _t(e,t){return Array.isArray(e)?-1\u003d\u003d\u003de.indexOf(t):e!\u003d\u003dt}function bt(e,t,n,r,i){var o\u003dF.keyCodes[t]||n;return i\u0026\u0026r\u0026\u0026!F.keyCodes[t]?_t(i,r):o?_t(o,e):r?C(r)!\u003d\u003dt:void 0\u003d\u003d\u003de}function $t(e,t,n,r,i){if(n)if(o(n)){var a;Array.isArray(n)\u0026\u0026(n\u003dO(n));var s\u003dfunction(o){if(\"class\"\u003d\u003d\u003do||\"style\"\u003d\u003d\u003do||v(o))a\u003de;else{var s\u003de.attrs\u0026\u0026e.attrs.type;a\u003dr||F.mustUseProp(t,s,o)?e.domProps||(e.domProps\u003d{}):e.attrs||(e.attrs\u003d{})}var c\u003db(o),u\u003dC(o);c in a||u in a||(a[o]\u003dn[o],i\u0026\u0026((e.on||(e.on\u003d{}))[\"update:\"+o]\u003dfunction(e){n[o]\u003de}))};for(var c in n)s(c)}else;return e}function wt(e,t){var n\u003dthis._staticTrees||(this._staticTrees\u003d[]),r\u003dn[e];return r\u0026\u0026!t?r:(xt(r\u003dn[e]\u003dthis.$options.staticRenderFns[e].call(this._renderProxy,null,this),\"__static__\"+e,!1),r)}function Ct(e,t,n){return xt(e,\"__once__\"+t+(n?\"_\"+n:\"\"),!0),e}function xt(e,t,n){if(Array.isArray(e))for(var r\u003d0;r\u003ce.length;r++)e[r]\u0026\u0026\"string\"!\u003dtypeof e[r]\u0026\u0026kt(e[r],t+\"_\"+r,n);else kt(e,t,n)}function kt(e,t,n){e.isStatic\u003d!0,e.key\u003dt,e.isOnce\u003dn}function At(e,t){if(t)if(s(t)){var n\u003de.on\u003de.on?A({},e.on):{};for(var r in t){var i\u003dn[r],o\u003dt[r];n[r]\u003di?[].concat(i,o):o}}else;return e}function Ot(e,t,n,r){t\u003dt||{$stable:!n};for(var i\u003d0;i\u003ce.length;i++){var o\u003de[i];Array.isArray(o)?Ot(o,t,n):o\u0026\u0026(o.proxy\u0026\u0026(o.fn.proxy\u003d!0),t[o.key]\u003do.fn)}return r\u0026\u0026(t.$key\u003dr),t}function St(e,t){for(var n\u003d0;n\u003ct.length;n+\u003d2){var r\u003dt[n];\"string\"\u003d\u003dtypeof r\u0026\u0026r\u0026\u0026(e[t[n]]\u003dt[n+1])}return e}function Tt(e,t){return\"string\"\u003d\u003dtypeof e?t+e:e}function Nt(e){e._o\u003dCt,e._n\u003df,e._s\u003dl,e._l\u003dmt,e._t\u003dyt,e._q\u003dE,e._i\u003dj,e._m\u003dwt,e._f\u003dgt,e._k\u003dbt,e._b\u003d$t,e._v\u003dhe,e._e\u003dve,e._u\u003dOt,e._g\u003dAt,e._d\u003dSt,e._p\u003dTt}function Et(t,n,i,o,a){var s,c\u003dthis,u\u003da.options;y(o,\"_uid\")?(s\u003dObject.create(o))._original\u003do:(s\u003do,o\u003do._original);var l\u003dr(u._compiled),f\u003d!l;this.data\u003dt,this.props\u003dn,this.children\u003di,this.parent\u003do,this.listeners\u003dt.on||e,this.injections\u003dut(u.inject,o),this.slots\u003dfunction(){return c.$slots||dt(t.scopedSlots,c.$slots\u003dlt(i,o)),c.$slots},Object.defineProperty(this,\"scopedSlots\",{enumerable:!0,get:function(){return dt(t.scopedSlots,this.slots())}}),l\u0026\u0026(this.$options\u003du,this.$slots\u003dthis.slots(),this.$scopedSlots\u003ddt(t.scopedSlots,this.$slots)),u._scopeId?this._c\u003dfunction(e,t,n,r){var i\u003dHt(s,e,t,n,r,f);return i\u0026\u0026!Array.isArray(i)\u0026\u0026(i.fnScopeId\u003du._scopeId,i.fnContext\u003do),i}:this._c\u003dfunction(e,t,n,r){return Ht(s,e,t,n,r,f)}}function jt(e,t,n,r,i){var o\u003dme(e);return o.fnContext\u003dn,o.fnOptions\u003dr,t.slot\u0026\u0026((o.data||(o.data\u003d{})).slot\u003dt.slot),o}function Dt(e,t){for(var n in t)e[b(n)]\u003dt[n]}Nt(Et.prototype);var Lt\u003d{init:function(e,t){if(e.componentInstance\u0026\u0026!e.componentInstance._isDestroyed\u0026\u0026e.data.keepAlive){var r\u003de;Lt.prepatch(r,r)}else{(e.componentInstance\u003dfunction(e,t){var r\u003d{_isComponent:!0,_parentVnode:e,parent:t},i\u003de.data.inlineTemplate;n(i)\u0026\u0026(r.render\u003di.render,r.staticRenderFns\u003di.staticRenderFns);return new e.componentOptions.Ctor(r)}(e,Zt)).$mount(t?e.elm:void 0,t)}},prepatch:function(t,n){var r\u003dn.componentOptions;!function(t,n,r,i,o){var a\u003di.data.scopedSlots,s\u003dt.$scopedSlots,c\u003d!!(a\u0026\u0026!a.$stable||s!\u003d\u003de\u0026\u0026!s.$stable||a\u0026\u0026t.$scopedSlots.$key!\u003d\u003da.$key||!a\u0026\u0026t.$scopedSlots.$key),u\u003d!!(o||t.$options._renderChildren||c);t.$options._parentVnode\u003di,t.$vnode\u003di,t._vnode\u0026\u0026(t._vnode.parent\u003di);if(t.$options._renderChildren\u003do,t.$attrs\u003di.data.attrs||e,t.$listeners\u003dr||e,n\u0026\u0026t.$options.props){$e(!1);for(var l\u003dt._props,f\u003dt.$options._propKeys||[],p\u003d0;p\u003cf.length;p++){var d\u003df[p],v\u003dt.$options.props;l[d]\u003dIe(d,v,n,t)}$e(!0),t.$options.propsData\u003dn}r\u003dr||e;var h\u003dt.$options._parentListeners;t.$options._parentListeners\u003dr,Wt(t,r,h),u\u0026\u0026(t.$slots\u003dlt(o,i.context),t.$forceUpdate())}(n.componentInstance\u003dt.componentInstance,r.propsData,r.listeners,n,r.children)},insert:function(e){var t,n\u003de.context,r\u003de.componentInstance;r._isMounted||(r._isMounted\u003d!0,Qt(r,\"mounted\")),e.data.keepAlive\u0026\u0026(n._isMounted?((t\u003dr)._inactive\u003d!1,tn.push(t)):Yt(r,!0))},destroy:function(e){var t\u003de.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n\u0026\u0026(t._directInactive\u003d!0,Xt(t)))return;if(!t._inactive){t._inactive\u003d!0;for(var r\u003d0;r\u003ct.$children.length;r++)e(t.$children[r]);Qt(t,\"deactivated\")}}(t,!0):t.$destroy())}},It\u003dObject.keys(Lt);function Mt(i,a,s,c,l){if(!t(i)){var f\u003ds.$options._base;if(o(i)\u0026\u0026(i\u003df.extend(i)),\"function\"\u003d\u003dtypeof i){var p;if(t(i.cid)\u0026\u0026void 0\u003d\u003d\u003d(i\u003dfunction(e,i){if(r(e.error)\u0026\u0026n(e.errorComp))return e.errorComp;if(n(e.resolved))return e.resolved;var a\u003dUt;a\u0026\u0026n(e.owners)\u0026\u0026-1\u003d\u003d\u003de.owners.indexOf(a)\u0026\u0026e.owners.push(a);if(r(e.loading)\u0026\u0026n(e.loadingComp))return e.loadingComp;if(a\u0026\u0026!n(e.owners)){var s\u003de.owners\u003d[a],c\u003d!0,l\u003dnull,f\u003dnull;a.$on(\"hook:destroyed\",function(){return h(s,a)});var p\u003dfunction(e){for(var t\u003d0,n\u003ds.length;t\u003cn;t++)s[t].$forceUpdate();e\u0026\u0026(s.length\u003d0,null!\u003d\u003dl\u0026\u0026(clearTimeout(l),l\u003dnull),null!\u003d\u003df\u0026\u0026(clearTimeout(f),f\u003dnull))},d\u003dD(function(t){e.resolved\u003dVt(t,i),c?s.length\u003d0:p(!0)}),v\u003dD(function(t){n(e.errorComp)\u0026\u0026(e.error\u003d!0,p(!0))}),m\u003de(d,v);return o(m)\u0026\u0026(u(m)?t(e.resolved)\u0026\u0026m.then(d,v):u(m.component)\u0026\u0026(m.component.then(d,v),n(m.error)\u0026\u0026(e.errorComp\u003dVt(m.error,i)),n(m.loading)\u0026\u0026(e.loadingComp\u003dVt(m.loading,i),0\u003d\u003d\u003dm.delay?e.loading\u003d!0:l\u003dsetTimeout(function(){l\u003dnull,t(e.resolved)\u0026\u0026t(e.error)\u0026\u0026(e.loading\u003d!0,p(!1))},m.delay||200)),n(m.timeout)\u0026\u0026(f\u003dsetTimeout(function(){f\u003dnull,t(e.resolved)\u0026\u0026v(null)},m.timeout)))),c\u003d!1,e.loading?e.loadingComp:e.resolved}}(p\u003di,f)))return function(e,t,n,r,i){var o\u003dve();return o.asyncFactory\u003de,o.asyncMeta\u003d{data:t,context:n,children:r,tag:i},o}(p,a,s,c,l);a\u003da||{},wn(i),n(a.model)\u0026\u0026function(e,t){var r\u003de.model\u0026\u0026e.model.prop||\"value\",i\u003de.model\u0026\u0026e.model.event||\"input\";(t.attrs||(t.attrs\u003d{}))[r]\u003dt.model.value;var o\u003dt.on||(t.on\u003d{}),a\u003do[i],s\u003dt.model.callback;n(a)?(Array.isArray(a)?-1\u003d\u003d\u003da.indexOf(s):a!\u003d\u003ds)\u0026\u0026(o[i]\u003d[s].concat(a)):o[i]\u003ds}(i.options,a);var d\u003dfunction(e,r,i){var o\u003dr.options.props;if(!t(o)){var a\u003d{},s\u003de.attrs,c\u003de.props;if(n(s)||n(c))for(var u in o){var l\u003dC(u);at(a,c,u,l,!0)||at(a,s,u,l,!1)}return a}}(a,i);if(r(i.options.functional))return function(t,r,i,o,a){var s\u003dt.options,c\u003d{},u\u003ds.props;if(n(u))for(var l in u)c[l]\u003dIe(l,u,r||e);else n(i.attrs)\u0026\u0026Dt(c,i.attrs),n(i.props)\u0026\u0026Dt(c,i.props);var f\u003dnew Et(i,c,a,o,t),p\u003ds.render.call(null,f._c,f);if(p instanceof pe)return jt(p,i,f.parent,s);if(Array.isArray(p)){for(var d\u003dst(p)||[],v\u003dnew Array(d.length),h\u003d0;h\u003cd.length;h++)v[h]\u003djt(d[h],i,f.parent,s);return v}}(i,d,a,s,c);var v\u003da.on;if(a.on\u003da.nativeOn,r(i.options.abstract)){var m\u003da.slot;a\u003d{},m\u0026\u0026(a.slot\u003dm)}!function(e){for(var t\u003de.hook||(e.hook\u003d{}),n\u003d0;n\u003cIt.length;n++){var r\u003dIt[n],i\u003dt[r],o\u003dLt[r];i\u003d\u003d\u003do||i\u0026\u0026i._merged||(t[r]\u003di?Ft(o,i):o)}}(a);var y\u003di.options.name||l;return new pe(\"vue-component-\"+i.cid+(y?\"-\"+y:\"\"),a,void 0,void 0,void 0,s,{Ctor:i,propsData:d,listeners:v,tag:l,children:c},p)}}}function Ft(e,t){var n\u003dfunction(n,r){e(n,r),t(n,r)};return n._merged\u003d!0,n}var Pt\u003d1,Rt\u003d2;function Ht(e,a,s,c,u,l){return(Array.isArray(s)||i(s))\u0026\u0026(u\u003dc,c\u003ds,s\u003dvoid 0),r(l)\u0026\u0026(u\u003dRt),function(e,i,a,s,c){if(n(a)\u0026\u0026n(a.__ob__))return ve();n(a)\u0026\u0026n(a.is)\u0026\u0026(i\u003da.is);if(!i)return ve();Array.isArray(s)\u0026\u0026\"function\"\u003d\u003dtypeof s[0]\u0026\u0026((a\u003da||{}).scopedSlots\u003d{default:s[0]},s.length\u003d0);c\u003d\u003d\u003dRt?s\u003dst(s):c\u003d\u003d\u003dPt\u0026\u0026(s\u003dfunction(e){for(var t\u003d0;t\u003ce.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(s));var u,l;if(\"string\"\u003d\u003dtypeof i){var f;l\u003de.$vnode\u0026\u0026e.$vnode.ns||F.getTagNamespace(i),u\u003dF.isReservedTag(i)?new pe(F.parsePlatformTagName(i),a,s,void 0,void 0,e):a\u0026\u0026a.pre||!n(f\u003dLe(e.$options,\"components\",i))?new pe(i,a,s,void 0,void 0,e):Mt(f,a,e,s,i)}else u\u003dMt(i,a,e,s);return Array.isArray(u)?u:n(u)?(n(l)\u0026\u0026function e(i,o,a){i.ns\u003do;\"foreignObject\"\u003d\u003d\u003di.tag\u0026\u0026(o\u003dvoid 0,a\u003d!0);if(n(i.children))for(var s\u003d0,c\u003di.children.length;s\u003cc;s++){var u\u003di.children[s];n(u.tag)\u0026\u0026(t(u.ns)||r(a)\u0026\u0026\"svg\"!\u003d\u003du.tag)\u0026\u0026e(u,o,a)}}(u,l),n(a)\u0026\u0026function(e){o(e.style)\u0026\u0026tt(e.style);o(e.class)\u0026\u0026tt(e.class)}(a),u):ve()}(e,a,s,c,u)}var Bt,Ut\u003dnull;function Vt(e,t){return(e.__esModule||oe\u0026\u0026\"Module\"\u003d\u003d\u003de[Symbol.toStringTag])\u0026\u0026(e\u003de.default),o(e)?t.extend(e):e}function zt(e){if(Array.isArray(e))for(var t\u003d0;t\u003ce.length;t++){var r\u003de[t];if(n(r)\u0026\u0026(n(r.componentOptions)||pt(r)))return r}}function Kt(e,t){Bt.$on(e,t)}function Jt(e,t){Bt.$off(e,t)}function qt(e,t){var n\u003dBt;return function r(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026n.$off(e,r)}}function Wt(e,t,n){Bt\u003de,it(t,n||{},Kt,Jt,qt,e),Bt\u003dvoid 0}var Zt\u003dnull;function Gt(e){var t\u003dZt;return Zt\u003de,function(){Zt\u003dt}}function Xt(e){for(;e\u0026\u0026(e\u003de.$parent);)if(e._inactive)return!0;return!1}function Yt(e,t){if(t){if(e._directInactive\u003d!1,Xt(e))return}else if(e._directInactive)return;if(e._inactive||null\u003d\u003d\u003de._inactive){e._inactive\u003d!1;for(var n\u003d0;n\u003ce.$children.length;n++)Yt(e.$children[n]);Qt(e,\"activated\")}}function Qt(e,t){le();var n\u003de.$options[t],r\u003dt+\" hook\";if(n)for(var i\u003d0,o\u003dn.length;i\u003co;i++)Be(n[i],e,null,e,r);e._hasHookEvent\u0026\u0026e.$emit(\"hook:\"+t),fe()}var en\u003d[],tn\u003d[],nn\u003d{},rn\u003d!1,on\u003d!1,an\u003d0;var sn\u003d0,cn\u003dDate.now;if(V\u0026\u0026!q){var un\u003dwindow.performance;un\u0026\u0026\"function\"\u003d\u003dtypeof un.now\u0026\u0026cn()\u003edocument.createEvent(\"Event\").timeStamp\u0026\u0026(cn\u003dfunction(){return un.now()})}function ln(){var e,t;for(sn\u003dcn(),on\u003d!0,en.sort(function(e,t){return e.id-t.id}),an\u003d0;an\u003cen.length;an++)(e\u003den[an]).before\u0026\u0026e.before(),t\u003de.id,nn[t]\u003dnull,e.run();var n\u003dtn.slice(),r\u003den.slice();an\u003den.length\u003dtn.length\u003d0,nn\u003d{},rn\u003don\u003d!1,function(e){for(var t\u003d0;t\u003ce.length;t++)e[t]._inactive\u003d!0,Yt(e[t],!0)}(n),function(e){var t\u003de.length;for(;t--;){var n\u003de[t],r\u003dn.vm;r._watcher\u003d\u003d\u003dn\u0026\u0026r._isMounted\u0026\u0026!r._isDestroyed\u0026\u0026Qt(r,\"updated\")}}(r),ne\u0026\u0026F.devtools\u0026\u0026ne.emit(\"flush\")}var fn\u003d0,pn\u003dfunction(e,t,n,r,i){this.vm\u003de,i\u0026\u0026(e._watcher\u003dthis),e._watchers.push(this),r?(this.deep\u003d!!r.deep,this.user\u003d!!r.user,this.lazy\u003d!!r.lazy,this.sync\u003d!!r.sync,this.before\u003dr.before):this.deep\u003dthis.user\u003dthis.lazy\u003dthis.sync\u003d!1,this.cb\u003dn,this.id\u003d++fn,this.active\u003d!0,this.dirty\u003dthis.lazy,this.deps\u003d[],this.newDeps\u003d[],this.depIds\u003dnew ie,this.newDepIds\u003dnew ie,this.expression\u003d\"\",\"function\"\u003d\u003dtypeof t?this.getter\u003dt:(this.getter\u003dfunction(e){if(!H.test(e)){var t\u003de.split(\".\");return function(e){for(var n\u003d0;n\u003ct.length;n++){if(!e)return;e\u003de[t[n]]}return e}}}(t),this.getter||(this.getter\u003dS)),this.value\u003dthis.lazy?void 0:this.get()};pn.prototype.get\u003dfunction(){var e;le(this);var t\u003dthis.vm;try{e\u003dthis.getter.call(t,t)}catch(e){if(!this.user)throw e;He(e,t,\u0027getter for watcher \"\u0027+this.expression+\u0027\"\u0027)}finally{this.deep\u0026\u0026tt(e),fe(),this.cleanupDeps()}return e},pn.prototype.addDep\u003dfunction(e){var t\u003de.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},pn.prototype.cleanupDeps\u003dfunction(){for(var e\u003dthis.deps.length;e--;){var t\u003dthis.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n\u003dthis.depIds;this.depIds\u003dthis.newDepIds,this.newDepIds\u003dn,this.newDepIds.clear(),n\u003dthis.deps,this.deps\u003dthis.newDeps,this.newDeps\u003dn,this.newDeps.length\u003d0},pn.prototype.update\u003dfunction(){this.lazy?this.dirty\u003d!0:this.sync?this.run():function(e){var t\u003de.id;if(null\u003d\u003dnn[t]){if(nn[t]\u003d!0,on){for(var n\u003den.length-1;n\u003ean\u0026\u0026en[n].id\u003ee.id;)n--;en.splice(n+1,0,e)}else en.push(e);rn||(rn\u003d!0,Qe(ln))}}(this)},pn.prototype.run\u003dfunction(){if(this.active){var e\u003dthis.get();if(e!\u003d\u003dthis.value||o(e)||this.deep){var t\u003dthis.value;if(this.value\u003de,this.user){var n\u003d\u0027callback for watcher \"\u0027+this.expression+\u0027\"\u0027;Be(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},pn.prototype.evaluate\u003dfunction(){this.value\u003dthis.get(),this.dirty\u003d!1},pn.prototype.depend\u003dfunction(){for(var e\u003dthis.deps.length;e--;)this.deps[e].depend()},pn.prototype.teardown\u003dfunction(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e\u003dthis.deps.length;e--;)this.deps[e].removeSub(this);this.active\u003d!1}};var dn\u003d{enumerable:!0,configurable:!0,get:S,set:S};function vn(e,t,n){dn.get\u003dfunction(){return this[t][n]},dn.set\u003dfunction(e){this[t][n]\u003de},Object.defineProperty(e,n,dn)}function hn(e){e._watchers\u003d[];var t\u003de.$options;t.props\u0026\u0026function(e,t){var n\u003de.$options.propsData||{},r\u003de._props\u003d{},i\u003de.$options._propKeys\u003d[];e.$parent\u0026\u0026$e(!1);var o\u003dfunction(o){i.push(o);var a\u003dIe(o,t,n,e);xe(r,o,a),o in e||vn(e,\"_props\",o)};for(var a in t)o(a);$e(!0)}(e,t.props),t.methods\u0026\u0026function(e,t){e.$options.props;for(var n in t)e[n]\u003d\"function\"!\u003dtypeof t[n]?S:x(t[n],e)}(e,t.methods),t.data?function(e){var t\u003de.$options.data;s(t\u003de._data\u003d\"function\"\u003d\u003dtypeof t?function(e,t){le();try{return e.call(t,t)}catch(e){return He(e,t,\"data()\"),{}}finally{fe()}}(t,e):t||{})||(t\u003d{});var n\u003dObject.keys(t),r\u003de.$options.props,i\u003d(e.$options.methods,n.length);for(;i--;){var o\u003dn[i];r\u0026\u0026y(r,o)||(a\u003dvoid 0,36!\u003d\u003d(a\u003d(o+\"\").charCodeAt(0))\u0026\u002695!\u003d\u003da\u0026\u0026vn(e,\"_data\",o))}var a;Ce(t,!0)}(e):Ce(e._data\u003d{},!0),t.computed\u0026\u0026function(e,t){var n\u003de._computedWatchers\u003dObject.create(null),r\u003dte();for(var i in t){var o\u003dt[i],a\u003d\"function\"\u003d\u003dtypeof o?o:o.get;r||(n[i]\u003dnew pn(e,a||S,S,mn)),i in e||yn(e,i,o)}}(e,t.computed),t.watch\u0026\u0026t.watch!\u003d\u003dY\u0026\u0026function(e,t){for(var n in t){var r\u003dt[n];if(Array.isArray(r))for(var i\u003d0;i\u003cr.length;i++)bn(e,n,r[i]);else bn(e,n,r)}}(e,t.watch)}var mn\u003d{lazy:!0};function yn(e,t,n){var r\u003d!te();\"function\"\u003d\u003dtypeof n?(dn.get\u003dr?gn(t):_n(n),dn.set\u003dS):(dn.get\u003dn.get?r\u0026\u0026!1!\u003d\u003dn.cache?gn(t):_n(n.get):S,dn.set\u003dn.set||S),Object.defineProperty(e,t,dn)}function gn(e){return function(){var t\u003dthis._computedWatchers\u0026\u0026this._computedWatchers[e];if(t)return t.dirty\u0026\u0026t.evaluate(),ce.target\u0026\u0026t.depend(),t.value}}function _n(e){return function(){return e.call(this,this)}}function bn(e,t,n,r){return s(n)\u0026\u0026(r\u003dn,n\u003dn.handler),\"string\"\u003d\u003dtypeof n\u0026\u0026(n\u003de[n]),e.$watch(t,n,r)}var $n\u003d0;function wn(e){var t\u003de.options;if(e.super){var n\u003dwn(e.super);if(n!\u003d\u003de.superOptions){e.superOptions\u003dn;var r\u003dfunction(e){var t,n\u003de.options,r\u003de.sealedOptions;for(var i in n)n[i]!\u003d\u003dr[i]\u0026\u0026(t||(t\u003d{}),t[i]\u003dn[i]);return t}(e);r\u0026\u0026A(e.extendOptions,r),(t\u003de.options\u003dDe(n,e.extendOptions)).name\u0026\u0026(t.components[t.name]\u003de)}}return t}function Cn(e){this._init(e)}function xn(e){e.cid\u003d0;var t\u003d1;e.extend\u003dfunction(e){e\u003de||{};var n\u003dthis,r\u003dn.cid,i\u003de._Ctor||(e._Ctor\u003d{});if(i[r])return i[r];var o\u003de.name||n.options.name,a\u003dfunction(e){this._init(e)};return(a.prototype\u003dObject.create(n.prototype)).constructor\u003da,a.cid\u003dt++,a.options\u003dDe(n.options,e),a.super\u003dn,a.options.props\u0026\u0026function(e){var t\u003de.options.props;for(var n in t)vn(e.prototype,\"_props\",n)}(a),a.options.computed\u0026\u0026function(e){var t\u003de.options.computed;for(var n in t)yn(e.prototype,n,t[n])}(a),a.extend\u003dn.extend,a.mixin\u003dn.mixin,a.use\u003dn.use,I.forEach(function(e){a[e]\u003dn[e]}),o\u0026\u0026(a.options.components[o]\u003da),a.superOptions\u003dn.options,a.extendOptions\u003de,a.sealedOptions\u003dA({},a.options),i[r]\u003da,a}}function kn(e){return e\u0026\u0026(e.Ctor.options.name||e.tag)}function An(e,t){return Array.isArray(e)?e.indexOf(t)\u003e-1:\"string\"\u003d\u003dtypeof e?e.split(\",\").indexOf(t)\u003e-1:(n\u003de,\"[object RegExp]\"\u003d\u003d\u003da.call(n)\u0026\u0026e.test(t));var n}function On(e,t){var n\u003de.cache,r\u003de.keys,i\u003de._vnode;for(var o in n){var a\u003dn[o];if(a){var s\u003da.name;s\u0026\u0026!t(s)\u0026\u0026Sn(n,o,r,i)}}}function Sn(e,t,n,r){var i\u003de[t];!i||r\u0026\u0026i.tag\u003d\u003d\u003dr.tag||i.componentInstance.$destroy(),e[t]\u003dnull,h(n,t)}!function(t){t.prototype._init\u003dfunction(t){var n\u003dthis;n._uid\u003d$n++,n._isVue\u003d!0,t\u0026\u0026t._isComponent?function(e,t){var n\u003de.$options\u003dObject.create(e.constructor.options),r\u003dt._parentVnode;n.parent\u003dt.parent,n._parentVnode\u003dr;var i\u003dr.componentOptions;n.propsData\u003di.propsData,n._parentListeners\u003di.listeners,n._renderChildren\u003di.children,n._componentTag\u003di.tag,t.render\u0026\u0026(n.render\u003dt.render,n.staticRenderFns\u003dt.staticRenderFns)}(n,t):n.$options\u003dDe(wn(n.constructor),t||{},n),n._renderProxy\u003dn,n._self\u003dn,function(e){var t\u003de.$options,n\u003dt.parent;if(n\u0026\u0026!t.abstract){for(;n.$options.abstract\u0026\u0026n.$parent;)n\u003dn.$parent;n.$children.push(e)}e.$parent\u003dn,e.$root\u003dn?n.$root:e,e.$children\u003d[],e.$refs\u003d{},e._watcher\u003dnull,e._inactive\u003dnull,e._directInactive\u003d!1,e._isMounted\u003d!1,e._isDestroyed\u003d!1,e._isBeingDestroyed\u003d!1}(n),function(e){e._events\u003dObject.create(null),e._hasHookEvent\u003d!1;var t\u003de.$options._parentListeners;t\u0026\u0026Wt(e,t)}(n),function(t){t._vnode\u003dnull,t._staticTrees\u003dnull;var n\u003dt.$options,r\u003dt.$vnode\u003dn._parentVnode,i\u003dr\u0026\u0026r.context;t.$slots\u003dlt(n._renderChildren,i),t.$scopedSlots\u003de,t._c\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!1)},t.$createElement\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!0)};var o\u003dr\u0026\u0026r.data;xe(t,\"$attrs\",o\u0026\u0026o.attrs||e,null,!0),xe(t,\"$listeners\",n._parentListeners||e,null,!0)}(n),Qt(n,\"beforeCreate\"),function(e){var t\u003dut(e.$options.inject,e);t\u0026\u0026($e(!1),Object.keys(t).forEach(function(n){xe(e,n,t[n])}),$e(!0))}(n),hn(n),function(e){var t\u003de.$options.provide;t\u0026\u0026(e._provided\u003d\"function\"\u003d\u003dtypeof t?t.call(e):t)}(n),Qt(n,\"created\"),n.$options.el\u0026\u0026n.$mount(n.$options.el)}}(Cn),function(e){var t\u003d{get:function(){return this._data}},n\u003d{get:function(){return this._props}};Object.defineProperty(e.prototype,\"$data\",t),Object.defineProperty(e.prototype,\"$props\",n),e.prototype.$set\u003dke,e.prototype.$delete\u003dAe,e.prototype.$watch\u003dfunction(e,t,n){if(s(t))return bn(this,e,t,n);(n\u003dn||{}).user\u003d!0;var r\u003dnew pn(this,e,t,n);if(n.immediate){var i\u003d\u0027callback for immediate watcher \"\u0027+r.expression+\u0027\"\u0027;le(),Be(t,this,[r.value],this,i),fe()}return function(){r.teardown()}}}(Cn),function(e){var t\u003d/^hook:/;e.prototype.$on\u003dfunction(e,n){var r\u003dthis;if(Array.isArray(e))for(var i\u003d0,o\u003de.length;i\u003co;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]\u003d[])).push(n),t.test(e)\u0026\u0026(r._hasHookEvent\u003d!0);return r},e.prototype.$once\u003dfunction(e,t){var n\u003dthis;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn\u003dt,n.$on(e,r),n},e.prototype.$off\u003dfunction(e,t){var n\u003dthis;if(!arguments.length)return n._events\u003dObject.create(null),n;if(Array.isArray(e)){for(var r\u003d0,i\u003de.length;r\u003ci;r++)n.$off(e[r],t);return n}var o,a\u003dn._events[e];if(!a)return n;if(!t)return n._events[e]\u003dnull,n;for(var s\u003da.length;s--;)if((o\u003da[s])\u003d\u003d\u003dt||o.fn\u003d\u003d\u003dt){a.splice(s,1);break}return n},e.prototype.$emit\u003dfunction(e){var t\u003dthis._events[e];if(t){t\u003dt.length\u003e1?k(t):t;for(var n\u003dk(arguments,1),r\u003d\u0027event handler for \"\u0027+e+\u0027\"\u0027,i\u003d0,o\u003dt.length;i\u003co;i++)Be(t[i],this,n,this,r)}return this}}(Cn),function(e){e.prototype._update\u003dfunction(e,t){var n\u003dthis,r\u003dn.$el,i\u003dn._vnode,o\u003dGt(n);n._vnode\u003de,n.$el\u003di?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),o(),r\u0026\u0026(r.__vue__\u003dnull),n.$el\u0026\u0026(n.$el.__vue__\u003dn),n.$vnode\u0026\u0026n.$parent\u0026\u0026n.$vnode\u003d\u003d\u003dn.$parent._vnode\u0026\u0026(n.$parent.$el\u003dn.$el)},e.prototype.$forceUpdate\u003dfunction(){this._watcher\u0026\u0026this._watcher.update()},e.prototype.$destroy\u003dfunction(){var e\u003dthis;if(!e._isBeingDestroyed){Qt(e,\"beforeDestroy\"),e._isBeingDestroyed\u003d!0;var t\u003de.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher\u0026\u0026e._watcher.teardown();for(var n\u003de._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__\u0026\u0026e._data.__ob__.vmCount--,e._isDestroyed\u003d!0,e.__patch__(e._vnode,null),Qt(e,\"destroyed\"),e.$off(),e.$el\u0026\u0026(e.$el.__vue__\u003dnull),e.$vnode\u0026\u0026(e.$vnode.parent\u003dnull)}}}(Cn),function(e){Nt(e.prototype),e.prototype.$nextTick\u003dfunction(e){return Qe(e,this)},e.prototype._render\u003dfunction(){var e,t\u003dthis,n\u003dt.$options,r\u003dn.render,i\u003dn._parentVnode;i\u0026\u0026(t.$scopedSlots\u003ddt(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode\u003di;try{Ut\u003dt,e\u003dr.call(t._renderProxy,t.$createElement)}catch(n){He(n,t,\"render\"),e\u003dt._vnode}finally{Ut\u003dnull}return Array.isArray(e)\u0026\u00261\u003d\u003d\u003de.length\u0026\u0026(e\u003de[0]),e instanceof pe||(e\u003dve()),e.parent\u003di,e}}(Cn);var Tn\u003d[String,RegExp,Array],Nn\u003d{KeepAlive:{name:\"keep-alive\",abstract:!0,props:{include:Tn,exclude:Tn,max:[String,Number]},methods:{cacheVNode:function(){var e\u003dthis.cache,t\u003dthis.keys,n\u003dthis.vnodeToCache,r\u003dthis.keyToCache;if(n){var i\u003dn.tag,o\u003dn.componentInstance,a\u003dn.componentOptions;e[r]\u003d{name:kn(a),tag:i,componentInstance:o},t.push(r),this.max\u0026\u0026t.length\u003eparseInt(this.max)\u0026\u0026Sn(e,t[0],t,this._vnode),this.vnodeToCache\u003dnull}}},created:function(){this.cache\u003dObject.create(null),this.keys\u003d[]},destroyed:function(){for(var e in this.cache)Sn(this.cache,e,this.keys)},mounted:function(){var e\u003dthis;this.cacheVNode(),this.$watch(\"include\",function(t){On(e,function(e){return An(t,e)})}),this.$watch(\"exclude\",function(t){On(e,function(e){return!An(t,e)})})},updated:function(){this.cacheVNode()},render:function(){var e\u003dthis.$slots.default,t\u003dzt(e),n\u003dt\u0026\u0026t.componentOptions;if(n){var r\u003dkn(n),i\u003dthis.include,o\u003dthis.exclude;if(i\u0026\u0026(!r||!An(i,r))||o\u0026\u0026r\u0026\u0026An(o,r))return t;var a\u003dthis.cache,s\u003dthis.keys,c\u003dnull\u003d\u003dt.key?n.Ctor.cid+(n.tag?\"::\"+n.tag:\"\"):t.key;a[c]?(t.componentInstance\u003da[c].componentInstance,h(s,c),s.push(c)):(this.vnodeToCache\u003dt,this.keyToCache\u003dc),t.data.keepAlive\u003d!0}return t||e\u0026\u0026e[0]}}};!function(e){var t\u003d{get:function(){return F}};Object.defineProperty(e,\"config\",t),e.util\u003d{warn:ae,extend:A,mergeOptions:De,defineReactive:xe},e.set\u003dke,e.delete\u003dAe,e.nextTick\u003dQe,e.observable\u003dfunction(e){return Ce(e),e},e.options\u003dObject.create(null),I.forEach(function(t){e.options[t+\"s\"]\u003dObject.create(null)}),e.options._base\u003de,A(e.options.components,Nn),function(e){e.use\u003dfunction(e){var t\u003dthis._installedPlugins||(this._installedPlugins\u003d[]);if(t.indexOf(e)\u003e-1)return this;var n\u003dk(arguments,1);return n.unshift(this),\"function\"\u003d\u003dtypeof e.install?e.install.apply(e,n):\"function\"\u003d\u003dtypeof e\u0026\u0026e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin\u003dfunction(e){return this.options\u003dDe(this.options,e),this}}(e),xn(e),function(e){I.forEach(function(t){e[t]\u003dfunction(e,n){return n?(\"component\"\u003d\u003d\u003dt\u0026\u0026s(n)\u0026\u0026(n.name\u003dn.name||e,n\u003dthis.options._base.extend(n)),\"directive\"\u003d\u003d\u003dt\u0026\u0026\"function\"\u003d\u003dtypeof n\u0026\u0026(n\u003d{bind:n,update:n}),this.options[t+\"s\"][e]\u003dn,n):this.options[t+\"s\"][e]}})}(e)}(Cn),Object.defineProperty(Cn.prototype,\"$isServer\",{get:te}),Object.defineProperty(Cn.prototype,\"$ssrContext\",{get:function(){return this.$vnode\u0026\u0026this.$vnode.ssrContext}}),Object.defineProperty(Cn,\"FunctionalRenderContext\",{value:Et}),Cn.version\u003d\"2.6.14\";var En\u003dp(\"style,class\"),jn\u003dp(\"input,textarea,option,select,progress\"),Dn\u003dfunction(e,t,n){return\"value\"\u003d\u003d\u003dn\u0026\u0026jn(e)\u0026\u0026\"button\"!\u003d\u003dt||\"selected\"\u003d\u003d\u003dn\u0026\u0026\"option\"\u003d\u003d\u003de||\"checked\"\u003d\u003d\u003dn\u0026\u0026\"input\"\u003d\u003d\u003de||\"muted\"\u003d\u003d\u003dn\u0026\u0026\"video\"\u003d\u003d\u003de},Ln\u003dp(\"contenteditable,draggable,spellcheck\"),In\u003dp(\"events,caret,typing,plaintext-only\"),Mn\u003dfunction(e,t){return Bn(t)||\"false\"\u003d\u003d\u003dt?\"false\":\"contenteditable\"\u003d\u003d\u003de\u0026\u0026In(t)?t:\"true\"},Fn\u003dp(\"allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible\"),Pn\u003d\"http://www.w3.org/1999/xlink\",Rn\u003dfunction(e){return\":\"\u003d\u003d\u003de.charAt(5)\u0026\u0026\"xlink\"\u003d\u003d\u003de.slice(0,5)},Hn\u003dfunction(e){return Rn(e)?e.slice(6,e.length):\"\"},Bn\u003dfunction(e){return null\u003d\u003de||!1\u003d\u003d\u003de};function Un(e){for(var t\u003de.data,r\u003de,i\u003de;n(i.componentInstance);)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(t\u003dVn(i.data,t));for(;n(r\u003dr.parent);)r\u0026\u0026r.data\u0026\u0026(t\u003dVn(t,r.data));return function(e,t){if(n(e)||n(t))return zn(e,Kn(t));return\"\"}(t.staticClass,t.class)}function Vn(e,t){return{staticClass:zn(e.staticClass,t.staticClass),class:n(e.class)?[e.class,t.class]:t.class}}function zn(e,t){return e?t?e+\" \"+t:e:t||\"\"}function Kn(e){return Array.isArray(e)?function(e){for(var t,r\u003d\"\",i\u003d0,o\u003de.length;i\u003co;i++)n(t\u003dKn(e[i]))\u0026\u0026\"\"!\u003d\u003dt\u0026\u0026(r\u0026\u0026(r+\u003d\" \"),r+\u003dt);return r}(e):o(e)?function(e){var t\u003d\"\";for(var n in e)e[n]\u0026\u0026(t\u0026\u0026(t+\u003d\" \"),t+\u003dn);return t}(e):\"string\"\u003d\u003dtypeof e?e:\"\"}var Jn\u003d{svg:\"http://www.w3.org/2000/svg\",math:\"http://www.w3.org/1998/Math/MathML\"},qn\u003dp(\"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot\"),Wn\u003dp(\"svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view\",!0),Zn\u003dfunction(e){return qn(e)||Wn(e)};function Gn(e){return Wn(e)?\"svg\":\"math\"\u003d\u003d\u003de?\"math\":void 0}var Xn\u003dObject.create(null);var Yn\u003dp(\"text,number,password,search,email,tel,url\");function Qn(e){if(\"string\"\u003d\u003dtypeof e){var t\u003ddocument.querySelector(e);return t||document.createElement(\"div\")}return e}var er\u003dObject.freeze({createElement:function(e,t){var n\u003ddocument.createElement(e);return\"select\"!\u003d\u003de?n:(t.data\u0026\u0026t.data.attrs\u0026\u0026void 0!\u003d\u003dt.data.attrs.multiple\u0026\u0026n.setAttribute(\"multiple\",\"multiple\"),n)},createElementNS:function(e,t){return document.createElementNS(Jn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent\u003dt},setStyleScope:function(e,t){e.setAttribute(t,\"\")}}),tr\u003d{create:function(e,t){nr(t)},update:function(e,t){e.data.ref!\u003d\u003dt.data.ref\u0026\u0026(nr(e,!0),nr(t))},destroy:function(e){nr(e,!0)}};function nr(e,t){var r\u003de.data.ref;if(n(r)){var i\u003de.context,o\u003de.componentInstance||e.elm,a\u003di.$refs;t?Array.isArray(a[r])?h(a[r],o):a[r]\u003d\u003d\u003do\u0026\u0026(a[r]\u003dvoid 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)\u003c0\u0026\u0026a[r].push(o):a[r]\u003d[o]:a[r]\u003do}}var rr\u003dnew pe(\"\",{},[]),ir\u003d[\"create\",\"activate\",\"update\",\"remove\",\"destroy\"];function or(e,i){return e.key\u003d\u003d\u003di.key\u0026\u0026e.asyncFactory\u003d\u003d\u003di.asyncFactory\u0026\u0026(e.tag\u003d\u003d\u003di.tag\u0026\u0026e.isComment\u003d\u003d\u003di.isComment\u0026\u0026n(e.data)\u003d\u003d\u003dn(i.data)\u0026\u0026function(e,t){if(\"input\"!\u003d\u003de.tag)return!0;var r,i\u003dn(r\u003de.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type,o\u003dn(r\u003dt.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type;return i\u003d\u003d\u003do||Yn(i)\u0026\u0026Yn(o)}(e,i)||r(e.isAsyncPlaceholder)\u0026\u0026t(i.asyncFactory.error))}function ar(e,t,r){var i,o,a\u003d{};for(i\u003dt;i\u003c\u003dr;++i)n(o\u003de[i].key)\u0026\u0026(a[o]\u003di);return a}var sr\u003d{create:cr,update:cr,destroy:function(e){cr(e,rr)}};function cr(e,t){(e.data.directives||t.data.directives)\u0026\u0026function(e,t){var n,r,i,o\u003de\u003d\u003d\u003drr,a\u003dt\u003d\u003d\u003drr,s\u003dlr(e.data.directives,e.context),c\u003dlr(t.data.directives,t.context),u\u003d[],l\u003d[];for(n in c)r\u003ds[n],i\u003dc[n],r?(i.oldValue\u003dr.value,i.oldArg\u003dr.arg,pr(i,\"update\",t,e),i.def\u0026\u0026i.def.componentUpdated\u0026\u0026l.push(i)):(pr(i,\"bind\",t,e),i.def\u0026\u0026i.def.inserted\u0026\u0026u.push(i));if(u.length){var f\u003dfunction(){for(var n\u003d0;n\u003cu.length;n++)pr(u[n],\"inserted\",t,e)};o?ot(t,\"insert\",f):f()}l.length\u0026\u0026ot(t,\"postpatch\",function(){for(var n\u003d0;n\u003cl.length;n++)pr(l[n],\"componentUpdated\",t,e)});if(!o)for(n in s)c[n]||pr(s[n],\"unbind\",e,e,a)}(e,t)}var ur\u003dObject.create(null);function lr(e,t){var n,r,i\u003dObject.create(null);if(!e)return i;for(n\u003d0;n\u003ce.length;n++)(r\u003de[n]).modifiers||(r.modifiers\u003dur),i[fr(r)]\u003dr,r.def\u003dLe(t.$options,\"directives\",r.name);return i}function fr(e){return e.rawName||e.name+\".\"+Object.keys(e.modifiers||{}).join(\".\")}function pr(e,t,n,r,i){var o\u003de.def\u0026\u0026e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(r){He(r,n.context,\"directive \"+e.name+\" \"+t+\" hook\")}}var dr\u003d[tr,sr];function vr(e,r){var i\u003dr.componentOptions;if(!(n(i)\u0026\u0026!1\u003d\u003d\u003di.Ctor.options.inheritAttrs||t(e.data.attrs)\u0026\u0026t(r.data.attrs))){var o,a,s\u003dr.elm,c\u003de.data.attrs||{},u\u003dr.data.attrs||{};for(o in n(u.__ob__)\u0026\u0026(u\u003dr.data.attrs\u003dA({},u)),u)a\u003du[o],c[o]!\u003d\u003da\u0026\u0026hr(s,o,a,r.data.pre);for(o in(q||Z)\u0026\u0026u.value!\u003d\u003dc.value\u0026\u0026hr(s,\"value\",u.value),c)t(u[o])\u0026\u0026(Rn(o)?s.removeAttributeNS(Pn,Hn(o)):Ln(o)||s.removeAttribute(o))}}function hr(e,t,n,r){r||e.tagName.indexOf(\"-\")\u003e-1?mr(e,t,n):Fn(t)?Bn(n)?e.removeAttribute(t):(n\u003d\"allowfullscreen\"\u003d\u003d\u003dt\u0026\u0026\"EMBED\"\u003d\u003d\u003de.tagName?\"true\":t,e.setAttribute(t,n)):Ln(t)?e.setAttribute(t,Mn(t,n)):Rn(t)?Bn(n)?e.removeAttributeNS(Pn,Hn(t)):e.setAttributeNS(Pn,t,n):mr(e,t,n)}function mr(e,t,n){if(Bn(n))e.removeAttribute(t);else{if(q\u0026\u0026!W\u0026\u0026\"TEXTAREA\"\u003d\u003d\u003de.tagName\u0026\u0026\"placeholder\"\u003d\u003d\u003dt\u0026\u0026\"\"!\u003d\u003dn\u0026\u0026!e.__ieph){var r\u003dfunction(t){t.stopImmediatePropagation(),e.removeEventListener(\"input\",r)};e.addEventListener(\"input\",r),e.__ieph\u003d!0}e.setAttribute(t,n)}}var yr\u003d{create:vr,update:vr};function gr(e,r){var i\u003dr.elm,o\u003dr.data,a\u003de.data;if(!(t(o.staticClass)\u0026\u0026t(o.class)\u0026\u0026(t(a)||t(a.staticClass)\u0026\u0026t(a.class)))){var s\u003dUn(r),c\u003di._transitionClasses;n(c)\u0026\u0026(s\u003dzn(s,Kn(c))),s!\u003d\u003di._prevClass\u0026\u0026(i.setAttribute(\"class\",s),i._prevClass\u003ds)}}var _r,br,$r,wr,Cr,xr,kr\u003d{create:gr,update:gr},Ar\u003d/[\\w).+\\-_$\\]]/;function Or(e){var t,n,r,i,o,a\u003d!1,s\u003d!1,c\u003d!1,u\u003d!1,l\u003d0,f\u003d0,p\u003d0,d\u003d0;for(r\u003d0;r\u003ce.length;r++)if(n\u003dt,t\u003de.charCodeAt(r),a)39\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(a\u003d!1);else if(s)34\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(s\u003d!1);else if(c)96\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(c\u003d!1);else if(u)47\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(u\u003d!1);else if(124!\u003d\u003dt||124\u003d\u003d\u003de.charCodeAt(r+1)||124\u003d\u003d\u003de.charCodeAt(r-1)||l||f||p){switch(t){case 34:s\u003d!0;break;case 39:a\u003d!0;break;case 96:c\u003d!0;break;case 40:p++;break;case 41:p--;break;case 91:f++;break;case 93:f--;break;case 123:l++;break;case 125:l--}if(47\u003d\u003d\u003dt){for(var v\u003dr-1,h\u003dvoid 0;v\u003e\u003d0\u0026\u0026\" \"\u003d\u003d\u003d(h\u003de.charAt(v));v--);h\u0026\u0026Ar.test(h)||(u\u003d!0)}}else void 0\u003d\u003d\u003di?(d\u003dr+1,i\u003de.slice(0,r).trim()):m();function m(){(o||(o\u003d[])).push(e.slice(d,r).trim()),d\u003dr+1}if(void 0\u003d\u003d\u003di?i\u003de.slice(0,r).trim():0!\u003d\u003dd\u0026\u0026m(),o)for(r\u003d0;r\u003co.length;r++)i\u003dSr(i,o[r]);return i}function Sr(e,t){var n\u003dt.indexOf(\"(\");if(n\u003c0)return\u0027_f(\"\u0027+t+\u0027\")(\u0027+e+\")\";var r\u003dt.slice(0,n),i\u003dt.slice(n+1);return\u0027_f(\"\u0027+r+\u0027\")(\u0027+e+(\")\"!\u003d\u003di?\",\"+i:i)}function Tr(e,t){console.error(\"[Vue compiler]: \"+e)}function Nr(e,t){return e?e.map(function(e){return e[t]}).filter(function(e){return e}):[]}function Er(e,t,n,r,i){(e.props||(e.props\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function jr(e,t,n,r,i){(i?e.dynamicAttrs||(e.dynamicAttrs\u003d[]):e.attrs||(e.attrs\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function Dr(e,t,n,r){e.attrsMap[t]\u003dn,e.attrsList.push(Hr({name:t,value:n},r))}function Lr(e,t,n,r,i,o,a,s){(e.directives||(e.directives\u003d[])).push(Hr({name:t,rawName:n,value:r,arg:i,isDynamicArg:o,modifiers:a},s)),e.plain\u003d!1}function Ir(e,t,n){return n?\"_p(\"+t+\u0027,\"\u0027+e+\u0027\")\u0027:e+t}function Mr(t,n,r,i,o,a,s,c){var u;(i\u003di||e).right?c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027contextmenu\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"contextmenu\",delete i.right):i.middle\u0026\u0026(c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027mouseup\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"mouseup\")),i.capture\u0026\u0026(delete i.capture,n\u003dIr(\"!\",n,c)),i.once\u0026\u0026(delete i.once,n\u003dIr(\"~\",n,c)),i.passive\u0026\u0026(delete i.passive,n\u003dIr(\"\u0026\",n,c)),i.native?(delete i.native,u\u003dt.nativeEvents||(t.nativeEvents\u003d{})):u\u003dt.events||(t.events\u003d{});var l\u003dHr({value:r.trim(),dynamic:c},s);i!\u003d\u003de\u0026\u0026(l.modifiers\u003di);var f\u003du[n];Array.isArray(f)?o?f.unshift(l):f.push(l):u[n]\u003df?o?[l,f]:[f,l]:l,t.plain\u003d!1}function Fr(e,t,n){var r\u003dPr(e,\":\"+t)||Pr(e,\"v-bind:\"+t);if(null!\u003dr)return Or(r);if(!1!\u003d\u003dn){var i\u003dPr(e,t);if(null!\u003di)return JSON.stringify(i)}}function Pr(e,t,n){var r;if(null!\u003d(r\u003de.attrsMap[t]))for(var i\u003de.attrsList,o\u003d0,a\u003di.length;o\u003ca;o++)if(i[o].name\u003d\u003d\u003dt){i.splice(o,1);break}return n\u0026\u0026delete e.attrsMap[t],r}function Rr(e,t){for(var n\u003de.attrsList,r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];if(t.test(o.name))return n.splice(r,1),o}}function Hr(e,t){return t\u0026\u0026(null!\u003dt.start\u0026\u0026(e.start\u003dt.start),null!\u003dt.end\u0026\u0026(e.end\u003dt.end)),e}function Br(e,t,n){var r\u003dn||{},i\u003dr.number,o\u003d\"$$v\";r.trim\u0026\u0026(o\u003d\"(typeof $$v \u003d\u003d\u003d \u0027string\u0027? $$v.trim(): $$v)\"),i\u0026\u0026(o\u003d\"_n(\"+o+\")\");var a\u003dUr(t,o);e.model\u003d{value:\"(\"+t+\")\",expression:JSON.stringify(t),callback:\"function ($$v) {\"+a+\"}\"}}function Ur(e,t){var n\u003dfunction(e){if(e\u003de.trim(),_r\u003de.length,e.indexOf(\"[\")\u003c0||e.lastIndexOf(\"]\")\u003c_r-1)return(wr\u003de.lastIndexOf(\".\"))\u003e-1?{exp:e.slice(0,wr),key:\u0027\"\u0027+e.slice(wr+1)+\u0027\"\u0027}:{exp:e,key:null};br\u003de,wr\u003dCr\u003dxr\u003d0;for(;!zr();)Kr($r\u003dVr())?qr($r):91\u003d\u003d\u003d$r\u0026\u0026Jr($r);return{exp:e.slice(0,Cr),key:e.slice(Cr+1,xr)}}(e);return null\u003d\u003d\u003dn.key?e+\"\u003d\"+t:\"$set(\"+n.exp+\", \"+n.key+\", \"+t+\")\"}function Vr(){return br.charCodeAt(++wr)}function zr(){return wr\u003e\u003d_r}function Kr(e){return 34\u003d\u003d\u003de||39\u003d\u003d\u003de}function Jr(e){var t\u003d1;for(Cr\u003dwr;!zr();)if(Kr(e\u003dVr()))qr(e);else if(91\u003d\u003d\u003de\u0026\u0026t++,93\u003d\u003d\u003de\u0026\u0026t--,0\u003d\u003d\u003dt){xr\u003dwr;break}}function qr(e){for(var t\u003de;!zr()\u0026\u0026(e\u003dVr())!\u003d\u003dt;);}var Wr,Zr\u003d\"__r\",Gr\u003d\"__c\";function Xr(e,t,n){var r\u003dWr;return function i(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026ei(e,i,n,r)}}var Yr\u003dKe\u0026\u0026!(X\u0026\u0026Number(X[1])\u003c\u003d53);function Qr(e,t,n,r){if(Yr){var i\u003dsn,o\u003dt;t\u003do._wrapper\u003dfunction(e){if(e.target\u003d\u003d\u003de.currentTarget||e.timeStamp\u003e\u003di||e.timeStamp\u003c\u003d0||e.target.ownerDocument!\u003d\u003ddocument)return o.apply(this,arguments)}}Wr.addEventListener(e,t,Q?{capture:n,passive:r}:n)}function ei(e,t,n,r){(r||Wr).removeEventListener(e,t._wrapper||t,n)}function ti(e,r){if(!t(e.data.on)||!t(r.data.on)){var i\u003dr.data.on||{},o\u003de.data.on||{};Wr\u003dr.elm,function(e){if(n(e[Zr])){var t\u003dq?\"change\":\"input\";e[t]\u003d[].concat(e[Zr],e[t]||[]),delete e[Zr]}n(e[Gr])\u0026\u0026(e.change\u003d[].concat(e[Gr],e.change||[]),delete e[Gr])}(i),it(i,o,Qr,ei,Xr,r.context),Wr\u003dvoid 0}}var ni,ri\u003d{create:ti,update:ti};function ii(e,r){if(!t(e.data.domProps)||!t(r.data.domProps)){var i,o,a\u003dr.elm,s\u003de.data.domProps||{},c\u003dr.data.domProps||{};for(i in n(c.__ob__)\u0026\u0026(c\u003dr.data.domProps\u003dA({},c)),s)i in c||(a[i]\u003d\"\");for(i in c){if(o\u003dc[i],\"textContent\"\u003d\u003d\u003di||\"innerHTML\"\u003d\u003d\u003di){if(r.children\u0026\u0026(r.children.length\u003d0),o\u003d\u003d\u003ds[i])continue;1\u003d\u003d\u003da.childNodes.length\u0026\u0026a.removeChild(a.childNodes[0])}if(\"value\"\u003d\u003d\u003di\u0026\u0026\"PROGRESS\"!\u003d\u003da.tagName){a._value\u003do;var u\u003dt(o)?\"\":String(o);oi(a,u)\u0026\u0026(a.value\u003du)}else if(\"innerHTML\"\u003d\u003d\u003di\u0026\u0026Wn(a.tagName)\u0026\u0026t(a.innerHTML)){(ni\u003dni||document.createElement(\"div\")).innerHTML\u003d\"\u003csvg\u003e\"+o+\"\u003c/svg\u003e\";for(var l\u003dni.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(o!\u003d\u003ds[i])try{a[i]\u003do}catch(e){}}}}function oi(e,t){return!e.composing\u0026\u0026(\"OPTION\"\u003d\u003d\u003de.tagName||function(e,t){var n\u003d!0;try{n\u003ddocument.activeElement!\u003d\u003de}catch(e){}return n\u0026\u0026e.value!\u003d\u003dt}(e,t)||function(e,t){var r\u003de.value,i\u003de._vModifiers;if(n(i)){if(i.number)return f(r)!\u003d\u003df(t);if(i.trim)return r.trim()!\u003d\u003dt.trim()}return r!\u003d\u003dt}(e,t))}var ai\u003d{create:ii,update:ii},si\u003dg(function(e){var t\u003d{},n\u003d/:(.+)/;return e.split(/;(?![^(]*\\))/g).forEach(function(e){if(e){var r\u003de.split(n);r.length\u003e1\u0026\u0026(t[r[0].trim()]\u003dr[1].trim())}}),t});function ci(e){var t\u003dui(e.style);return e.staticStyle?A(e.staticStyle,t):t}function ui(e){return Array.isArray(e)?O(e):\"string\"\u003d\u003dtypeof e?si(e):e}var li,fi\u003d/^--/,pi\u003d/\\s*!important$/,di\u003dfunction(e,t,n){if(fi.test(t))e.style.setProperty(t,n);else if(pi.test(n))e.style.setProperty(C(t),n.replace(pi,\"\"),\"important\");else{var r\u003dhi(t);if(Array.isArray(n))for(var i\u003d0,o\u003dn.length;i\u003co;i++)e.style[r]\u003dn[i];else e.style[r]\u003dn}},vi\u003d[\"Webkit\",\"Moz\",\"ms\"],hi\u003dg(function(e){if(li\u003dli||document.createElement(\"div\").style,\"filter\"!\u003d\u003d(e\u003db(e))\u0026\u0026e in li)return e;for(var t\u003de.charAt(0).toUpperCase()+e.slice(1),n\u003d0;n\u003cvi.length;n++){var r\u003dvi[n]+t;if(r in li)return r}});function mi(e,r){var i\u003dr.data,o\u003de.data;if(!(t(i.staticStyle)\u0026\u0026t(i.style)\u0026\u0026t(o.staticStyle)\u0026\u0026t(o.style))){var a,s,c\u003dr.elm,u\u003do.staticStyle,l\u003do.normalizedStyle||o.style||{},f\u003du||l,p\u003dui(r.data.style)||{};r.data.normalizedStyle\u003dn(p.__ob__)?A({},p):p;var d\u003dfunction(e,t){var n,r\u003d{};if(t)for(var i\u003de;i.componentInstance;)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(n\u003dci(i.data))\u0026\u0026A(r,n);(n\u003dci(e.data))\u0026\u0026A(r,n);for(var o\u003de;o\u003do.parent;)o.data\u0026\u0026(n\u003dci(o.data))\u0026\u0026A(r,n);return r}(r,!0);for(s in f)t(d[s])\u0026\u0026di(c,s,\"\");for(s in d)(a\u003dd[s])!\u003d\u003df[s]\u0026\u0026di(c,s,null\u003d\u003da?\"\":a)}}var yi\u003d{create:mi,update:mi},gi\u003d/\\s+/;function _i(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \";n.indexOf(\" \"+t+\" \")\u003c0\u0026\u0026e.setAttribute(\"class\",(n+t).trim())}}function bi(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute(\"class\");else{for(var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \",r\u003d\" \"+t+\" \";n.indexOf(r)\u003e\u003d0;)n\u003dn.replace(r,\" \");(n\u003dn.trim())?e.setAttribute(\"class\",n):e.removeAttribute(\"class\")}}function $i(e){if(e){if(\"object\"\u003d\u003dtypeof e){var t\u003d{};return!1!\u003d\u003de.css\u0026\u0026A(t,wi(e.name||\"v\")),A(t,e),t}return\"string\"\u003d\u003dtypeof e?wi(e):void 0}}var wi\u003dg(function(e){return{enterClass:e+\"-enter\",enterToClass:e+\"-enter-to\",enterActiveClass:e+\"-enter-active\",leaveClass:e+\"-leave\",leaveToClass:e+\"-leave-to\",leaveActiveClass:e+\"-leave-active\"}}),Ci\u003dV\u0026\u0026!W,xi\u003d\"transition\",ki\u003d\"animation\",Ai\u003d\"transition\",Oi\u003d\"transitionend\",Si\u003d\"animation\",Ti\u003d\"animationend\";Ci\u0026\u0026(void 0\u003d\u003d\u003dwindow.ontransitionend\u0026\u0026void 0!\u003d\u003dwindow.onwebkittransitionend\u0026\u0026(Ai\u003d\"WebkitTransition\",Oi\u003d\"webkitTransitionEnd\"),void 0\u003d\u003d\u003dwindow.onanimationend\u0026\u0026void 0!\u003d\u003dwindow.onwebkitanimationend\u0026\u0026(Si\u003d\"WebkitAnimation\",Ti\u003d\"webkitAnimationEnd\"));var Ni\u003dV?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ei(e){Ni(function(){Ni(e)})}function ji(e,t){var n\u003de._transitionClasses||(e._transitionClasses\u003d[]);n.indexOf(t)\u003c0\u0026\u0026(n.push(t),_i(e,t))}function Di(e,t){e._transitionClasses\u0026\u0026h(e._transitionClasses,t),bi(e,t)}function Li(e,t,n){var r\u003dMi(e,t),i\u003dr.type,o\u003dr.timeout,a\u003dr.propCount;if(!i)return n();var s\u003di\u003d\u003d\u003dxi?Oi:Ti,c\u003d0,u\u003dfunction(){e.removeEventListener(s,l),n()},l\u003dfunction(t){t.target\u003d\u003d\u003de\u0026\u0026++c\u003e\u003da\u0026\u0026u()};setTimeout(function(){c\u003ca\u0026\u0026u()},o+1),e.addEventListener(s,l)}var Ii\u003d/\\b(transform|all)(,|$)/;function Mi(e,t){var n,r\u003dwindow.getComputedStyle(e),i\u003d(r[Ai+\"Delay\"]||\"\").split(\", \"),o\u003d(r[Ai+\"Duration\"]||\"\").split(\", \"),a\u003dFi(i,o),s\u003d(r[Si+\"Delay\"]||\"\").split(\", \"),c\u003d(r[Si+\"Duration\"]||\"\").split(\", \"),u\u003dFi(s,c),l\u003d0,f\u003d0;return t\u003d\u003d\u003dxi?a\u003e0\u0026\u0026(n\u003dxi,l\u003da,f\u003do.length):t\u003d\u003d\u003dki?u\u003e0\u0026\u0026(n\u003dki,l\u003du,f\u003dc.length):f\u003d(n\u003d(l\u003dMath.max(a,u))\u003e0?a\u003eu?xi:ki:null)?n\u003d\u003d\u003dxi?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n\u003d\u003d\u003dxi\u0026\u0026Ii.test(r[Ai+\"Property\"])}}function Fi(e,t){for(;e.length\u003ct.length;)e\u003de.concat(e);return Math.max.apply(null,t.map(function(t,n){return Pi(t)+Pi(e[n])}))}function Pi(e){return 1e3*Number(e.slice(0,-1).replace(\",\",\".\"))}function Ri(e,r){var i\u003de.elm;n(i._leaveCb)\u0026\u0026(i._leaveCb.cancelled\u003d!0,i._leaveCb());var a\u003d$i(e.data.transition);if(!t(a)\u0026\u0026!n(i._enterCb)\u0026\u00261\u003d\u003d\u003di.nodeType){for(var s\u003da.css,c\u003da.type,u\u003da.enterClass,l\u003da.enterToClass,p\u003da.enterActiveClass,d\u003da.appearClass,v\u003da.appearToClass,h\u003da.appearActiveClass,m\u003da.beforeEnter,y\u003da.enter,g\u003da.afterEnter,_\u003da.enterCancelled,b\u003da.beforeAppear,$\u003da.appear,w\u003da.afterAppear,C\u003da.appearCancelled,x\u003da.duration,k\u003dZt,A\u003dZt.$vnode;A\u0026\u0026A.parent;)k\u003dA.context,A\u003dA.parent;var O\u003d!k._isMounted||!e.isRootInsert;if(!O||$||\"\"\u003d\u003d\u003d$){var S\u003dO\u0026\u0026d?d:u,T\u003dO\u0026\u0026h?h:p,N\u003dO\u0026\u0026v?v:l,E\u003dO\u0026\u0026b||m,j\u003dO\u0026\u0026\"function\"\u003d\u003dtypeof $?$:y,L\u003dO\u0026\u0026w||g,I\u003dO\u0026\u0026C||_,M\u003df(o(x)?x.enter:x),F\u003d!1!\u003d\u003ds\u0026\u0026!W,P\u003dUi(j),R\u003di._enterCb\u003dD(function(){F\u0026\u0026(Di(i,N),Di(i,T)),R.cancelled?(F\u0026\u0026Di(i,S),I\u0026\u0026I(i)):L\u0026\u0026L(i),i._enterCb\u003dnull});e.data.show||ot(e,\"insert\",function(){var t\u003di.parentNode,n\u003dt\u0026\u0026t._pending\u0026\u0026t._pending[e.key];n\u0026\u0026n.tag\u003d\u003d\u003de.tag\u0026\u0026n.elm._leaveCb\u0026\u0026n.elm._leaveCb(),j\u0026\u0026j(i,R)}),E\u0026\u0026E(i),F\u0026\u0026(ji(i,S),ji(i,T),Ei(function(){Di(i,S),R.cancelled||(ji(i,N),P||(Bi(M)?setTimeout(R,M):Li(i,c,R)))})),e.data.show\u0026\u0026(r\u0026\u0026r(),j\u0026\u0026j(i,R)),F||P||R()}}}function Hi(e,r){var i\u003de.elm;n(i._enterCb)\u0026\u0026(i._enterCb.cancelled\u003d!0,i._enterCb());var a\u003d$i(e.data.transition);if(t(a)||1!\u003d\u003di.nodeType)return r();if(!n(i._leaveCb)){var s\u003da.css,c\u003da.type,u\u003da.leaveClass,l\u003da.leaveToClass,p\u003da.leaveActiveClass,d\u003da.beforeLeave,v\u003da.leave,h\u003da.afterLeave,m\u003da.leaveCancelled,y\u003da.delayLeave,g\u003da.duration,_\u003d!1!\u003d\u003ds\u0026\u0026!W,b\u003dUi(v),$\u003df(o(g)?g.leave:g),w\u003di._leaveCb\u003dD(function(){i.parentNode\u0026\u0026i.parentNode._pending\u0026\u0026(i.parentNode._pending[e.key]\u003dnull),_\u0026\u0026(Di(i,l),Di(i,p)),w.cancelled?(_\u0026\u0026Di(i,u),m\u0026\u0026m(i)):(r(),h\u0026\u0026h(i)),i._leaveCb\u003dnull});y?y(C):C()}function C(){w.cancelled||(!e.data.show\u0026\u0026i.parentNode\u0026\u0026((i.parentNode._pending||(i.parentNode._pending\u003d{}))[e.key]\u003de),d\u0026\u0026d(i),_\u0026\u0026(ji(i,u),ji(i,p),Ei(function(){Di(i,u),w.cancelled||(ji(i,l),b||(Bi($)?setTimeout(w,$):Li(i,c,w)))})),v\u0026\u0026v(i,w),_||b||w())}}function Bi(e){return\"number\"\u003d\u003dtypeof e\u0026\u0026!isNaN(e)}function Ui(e){if(t(e))return!1;var r\u003de.fns;return n(r)?Ui(Array.isArray(r)?r[0]:r):(e._length||e.length)\u003e1}function Vi(e,t){!0!\u003d\u003dt.data.show\u0026\u0026Ri(t)}var zi\u003dfunction(e){var o,a,s\u003d{},c\u003de.modules,u\u003de.nodeOps;for(o\u003d0;o\u003cir.length;++o)for(s[ir[o]]\u003d[],a\u003d0;a\u003cc.length;++a)n(c[a][ir[o]])\u0026\u0026s[ir[o]].push(c[a][ir[o]]);function l(e){var t\u003du.parentNode(e);n(t)\u0026\u0026u.removeChild(t,e)}function f(e,t,i,o,a,c,l){if(n(e.elm)\u0026\u0026n(c)\u0026\u0026(e\u003dc[l]\u003dme(e)),e.isRootInsert\u003d!a,!function(e,t,i,o){var a\u003de.data;if(n(a)){var c\u003dn(e.componentInstance)\u0026\u0026a.keepAlive;if(n(a\u003da.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(e,!1),n(e.componentInstance))return d(e,t),v(i,e.elm,o),r(c)\u0026\u0026function(e,t,r,i){for(var o,a\u003de;a.componentInstance;)if(a\u003da.componentInstance._vnode,n(o\u003da.data)\u0026\u0026n(o\u003do.transition)){for(o\u003d0;o\u003cs.activate.length;++o)s.activate[o](rr,a);t.push(a);break}v(r,e.elm,i)}(e,t,i,o),!0}}(e,t,i,o)){var f\u003de.data,p\u003de.children,m\u003de.tag;n(m)?(e.elm\u003de.ns?u.createElementNS(e.ns,m):u.createElement(m,e),g(e),h(e,p,t),n(f)\u0026\u0026y(e,t),v(i,e.elm,o)):r(e.isComment)?(e.elm\u003du.createComment(e.text),v(i,e.elm,o)):(e.elm\u003du.createTextNode(e.text),v(i,e.elm,o))}}function d(e,t){n(e.data.pendingInsert)\u0026\u0026(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert\u003dnull),e.elm\u003de.componentInstance.$el,m(e)?(y(e,t),g(e)):(nr(e),t.push(e))}function v(e,t,r){n(e)\u0026\u0026(n(r)?u.parentNode(r)\u003d\u003d\u003de\u0026\u0026u.insertBefore(e,t,r):u.appendChild(e,t))}function h(e,t,n){if(Array.isArray(t))for(var r\u003d0;r\u003ct.length;++r)f(t[r],n,e.elm,null,!0,t,r);else i(e.text)\u0026\u0026u.appendChild(e.elm,u.createTextNode(String(e.text)))}function m(e){for(;e.componentInstance;)e\u003de.componentInstance._vnode;return n(e.tag)}function y(e,t){for(var r\u003d0;r\u003cs.create.length;++r)s.create[r](rr,e);n(o\u003de.data.hook)\u0026\u0026(n(o.create)\u0026\u0026o.create(rr,e),n(o.insert)\u0026\u0026t.push(e))}function g(e){var t;if(n(t\u003de.fnScopeId))u.setStyleScope(e.elm,t);else for(var r\u003de;r;)n(t\u003dr.context)\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t),r\u003dr.parent;n(t\u003dZt)\u0026\u0026t!\u003d\u003de.context\u0026\u0026t!\u003d\u003de.fnContext\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t)}function _(e,t,n,r,i,o){for(;r\u003c\u003di;++r)f(n[r],o,e,t,!1,n,r)}function b(e){var t,r,i\u003de.data;if(n(i))for(n(t\u003di.hook)\u0026\u0026n(t\u003dt.destroy)\u0026\u0026t(e),t\u003d0;t\u003cs.destroy.length;++t)s.destroy[t](e);if(n(t\u003de.children))for(r\u003d0;r\u003ce.children.length;++r)b(e.children[r])}function $(e,t,r){for(;t\u003c\u003dr;++t){var i\u003de[t];n(i)\u0026\u0026(n(i.tag)?(w(i),b(i)):l(i.elm))}}function w(e,t){if(n(t)||n(e.data)){var r,i\u003ds.remove.length+1;for(n(t)?t.listeners+\u003di:t\u003dfunction(e,t){function n(){0\u003d\u003d--n.listeners\u0026\u0026l(e)}return n.listeners\u003dt,n}(e.elm,i),n(r\u003de.componentInstance)\u0026\u0026n(r\u003dr._vnode)\u0026\u0026n(r.data)\u0026\u0026w(r,t),r\u003d0;r\u003cs.remove.length;++r)s.remove[r](e,t);n(r\u003de.data.hook)\u0026\u0026n(r\u003dr.remove)?r(e,t):t()}else l(e.elm)}function C(e,t,r,i){for(var o\u003dr;o\u003ci;o++){var a\u003dt[o];if(n(a)\u0026\u0026or(e,a))return o}}function x(e,i,o,a,c,l){if(e!\u003d\u003di){n(i.elm)\u0026\u0026n(a)\u0026\u0026(i\u003da[c]\u003dme(i));var p\u003di.elm\u003de.elm;if(r(e.isAsyncPlaceholder))n(i.asyncFactory.resolved)?O(e.elm,i,o):i.isAsyncPlaceholder\u003d!0;else if(r(i.isStatic)\u0026\u0026r(e.isStatic)\u0026\u0026i.key\u003d\u003d\u003de.key\u0026\u0026(r(i.isCloned)||r(i.isOnce)))i.componentInstance\u003de.componentInstance;else{var d,v\u003di.data;n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.prepatch)\u0026\u0026d(e,i);var h\u003de.children,y\u003di.children;if(n(v)\u0026\u0026m(i)){for(d\u003d0;d\u003cs.update.length;++d)s.update[d](e,i);n(d\u003dv.hook)\u0026\u0026n(d\u003dd.update)\u0026\u0026d(e,i)}t(i.text)?n(h)\u0026\u0026n(y)?h!\u003d\u003dy\u0026\u0026function(e,r,i,o,a){for(var s,c,l,p\u003d0,d\u003d0,v\u003dr.length-1,h\u003dr[0],m\u003dr[v],y\u003di.length-1,g\u003di[0],b\u003di[y],w\u003d!a;p\u003c\u003dv\u0026\u0026d\u003c\u003dy;)t(h)?h\u003dr[++p]:t(m)?m\u003dr[--v]:or(h,g)?(x(h,g,o,i,d),h\u003dr[++p],g\u003di[++d]):or(m,b)?(x(m,b,o,i,y),m\u003dr[--v],b\u003di[--y]):or(h,b)?(x(h,b,o,i,y),w\u0026\u0026u.insertBefore(e,h.elm,u.nextSibling(m.elm)),h\u003dr[++p],b\u003di[--y]):or(m,g)?(x(m,g,o,i,d),w\u0026\u0026u.insertBefore(e,m.elm,h.elm),m\u003dr[--v],g\u003di[++d]):(t(s)\u0026\u0026(s\u003dar(r,p,v)),t(c\u003dn(g.key)?s[g.key]:C(g,r,p,v))?f(g,o,e,h.elm,!1,i,d):or(l\u003dr[c],g)?(x(l,g,o,i,d),r[c]\u003dvoid 0,w\u0026\u0026u.insertBefore(e,l.elm,h.elm)):f(g,o,e,h.elm,!1,i,d),g\u003di[++d]);p\u003ev?_(e,t(i[y+1])?null:i[y+1].elm,i,d,y,o):d\u003ey\u0026\u0026$(r,p,v)}(p,h,y,o,l):n(y)?(n(e.text)\u0026\u0026u.setTextContent(p,\"\"),_(p,null,y,0,y.length-1,o)):n(h)?$(h,0,h.length-1):n(e.text)\u0026\u0026u.setTextContent(p,\"\"):e.text!\u003d\u003di.text\u0026\u0026u.setTextContent(p,i.text),n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.postpatch)\u0026\u0026d(e,i)}}}function k(e,t,i){if(r(i)\u0026\u0026n(e.parent))e.parent.data.pendingInsert\u003dt;else for(var o\u003d0;o\u003ct.length;++o)t[o].data.hook.insert(t[o])}var A\u003dp(\"attrs,class,staticClass,staticStyle,key\");function O(e,t,i,o){var a,s\u003dt.tag,c\u003dt.data,u\u003dt.children;if(o\u003do||c\u0026\u0026c.pre,t.elm\u003de,r(t.isComment)\u0026\u0026n(t.asyncFactory))return t.isAsyncPlaceholder\u003d!0,!0;if(n(c)\u0026\u0026(n(a\u003dc.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(t,!0),n(a\u003dt.componentInstance)))return d(t,i),!0;if(n(s)){if(n(u))if(e.hasChildNodes())if(n(a\u003dc)\u0026\u0026n(a\u003da.domProps)\u0026\u0026n(a\u003da.innerHTML)){if(a!\u003d\u003de.innerHTML)return!1}else{for(var l\u003d!0,f\u003de.firstChild,p\u003d0;p\u003cu.length;p++){if(!f||!O(f,u[p],i,o)){l\u003d!1;break}f\u003df.nextSibling}if(!l||f)return!1}else h(t,u,i);if(n(c)){var v\u003d!1;for(var m in c)if(!A(m)){v\u003d!0,y(t,i);break}!v\u0026\u0026c.class\u0026\u0026tt(c.class)}}else e.data!\u003d\u003dt.text\u0026\u0026(e.data\u003dt.text);return!0}return function(e,i,o,a){if(!t(i)){var c,l\u003d!1,p\u003d[];if(t(e))l\u003d!0,f(i,p);else{var d\u003dn(e.nodeType);if(!d\u0026\u0026or(e,i))x(e,i,p,null,null,a);else{if(d){if(1\u003d\u003d\u003de.nodeType\u0026\u0026e.hasAttribute(L)\u0026\u0026(e.removeAttribute(L),o\u003d!0),r(o)\u0026\u0026O(e,i,p))return k(i,p,!0),e;c\u003de,e\u003dnew pe(u.tagName(c).toLowerCase(),{},[],void 0,c)}var v\u003de.elm,h\u003du.parentNode(v);if(f(i,p,v._leaveCb?null:h,u.nextSibling(v)),n(i.parent))for(var y\u003di.parent,g\u003dm(i);y;){for(var _\u003d0;_\u003cs.destroy.length;++_)s.destroy[_](y);if(y.elm\u003di.elm,g){for(var w\u003d0;w\u003cs.create.length;++w)s.create[w](rr,y);var C\u003dy.data.hook.insert;if(C.merged)for(var A\u003d1;A\u003cC.fns.length;A++)C.fns[A]()}else nr(y);y\u003dy.parent}n(h)?$([e],0,0):n(e.tag)\u0026\u0026b(e)}}return k(i,p,l),i.elm}n(e)\u0026\u0026b(e)}}({nodeOps:er,modules:[yr,kr,ri,ai,yi,V?{create:Vi,activate:Vi,remove:function(e,t){!0!\u003d\u003de.data.show?Hi(e,t):t()}}:{}].concat(dr)});W\u0026\u0026document.addEventListener(\"selectionchange\",function(){var e\u003ddocument.activeElement;e\u0026\u0026e.vmodel\u0026\u0026Yi(e,\"input\")});var Ki\u003d{inserted:function(e,t,n,r){\"select\"\u003d\u003d\u003dn.tag?(r.elm\u0026\u0026!r.elm._vOptions?ot(n,\"postpatch\",function(){Ki.componentUpdated(e,t,n)}):Ji(e,t,n.context),e._vOptions\u003d[].map.call(e.options,Zi)):(\"textarea\"\u003d\u003d\u003dn.tag||Yn(e.type))\u0026\u0026(e._vModifiers\u003dt.modifiers,t.modifiers.lazy||(e.addEventListener(\"compositionstart\",Gi),e.addEventListener(\"compositionend\",Xi),e.addEventListener(\"change\",Xi),W\u0026\u0026(e.vmodel\u003d!0)))},componentUpdated:function(e,t,n){if(\"select\"\u003d\u003d\u003dn.tag){Ji(e,t,n.context);var r\u003de._vOptions,i\u003de._vOptions\u003d[].map.call(e.options,Zi);if(i.some(function(e,t){return!E(e,r[t])}))(e.multiple?t.value.some(function(e){return Wi(e,i)}):t.value!\u003d\u003dt.oldValue\u0026\u0026Wi(t.value,i))\u0026\u0026Yi(e,\"change\")}}};function Ji(e,t,n){qi(e,t,n),(q||Z)\u0026\u0026setTimeout(function(){qi(e,t,n)},0)}function qi(e,t,n){var r\u003dt.value,i\u003de.multiple;if(!i||Array.isArray(r)){for(var o,a,s\u003d0,c\u003de.options.length;s\u003cc;s++)if(a\u003de.options[s],i)o\u003dj(r,Zi(a))\u003e-1,a.selected!\u003d\u003do\u0026\u0026(a.selected\u003do);else if(E(Zi(a),r))return void(e.selectedIndex!\u003d\u003ds\u0026\u0026(e.selectedIndex\u003ds));i||(e.selectedIndex\u003d-1)}}function Wi(e,t){return t.every(function(t){return!E(t,e)})}function Zi(e){return\"_value\"in e?e._value:e.value}function Gi(e){e.target.composing\u003d!0}function Xi(e){e.target.composing\u0026\u0026(e.target.composing\u003d!1,Yi(e.target,\"input\"))}function Yi(e,t){var n\u003ddocument.createEvent(\"HTMLEvents\");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Qi(e){return!e.componentInstance||e.data\u0026\u0026e.data.transition?e:Qi(e.componentInstance._vnode)}var eo\u003d{model:Ki,show:{bind:function(e,t,n){var r\u003dt.value,i\u003d(n\u003dQi(n)).data\u0026\u0026n.data.transition,o\u003de.__vOriginalDisplay\u003d\"none\"\u003d\u003d\u003de.style.display?\"\":e.style.display;r\u0026\u0026i?(n.data.show\u003d!0,Ri(n,function(){e.style.display\u003do})):e.style.display\u003dr?o:\"none\"},update:function(e,t,n){var r\u003dt.value;!r!\u003d!t.oldValue\u0026\u0026((n\u003dQi(n)).data\u0026\u0026n.data.transition?(n.data.show\u003d!0,r?Ri(n,function(){e.style.display\u003de.__vOriginalDisplay}):Hi(n,function(){e.style.display\u003d\"none\"})):e.style.display\u003dr?e.__vOriginalDisplay:\"none\")},unbind:function(e,t,n,r,i){i||(e.style.display\u003de.__vOriginalDisplay)}}},to\u003d{name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function no(e){var t\u003de\u0026\u0026e.componentOptions;return t\u0026\u0026t.Ctor.options.abstract?no(zt(t.children)):e}function ro(e){var t\u003d{},n\u003de.$options;for(var r in n.propsData)t[r]\u003de[r];var i\u003dn._parentListeners;for(var o in i)t[b(o)]\u003di[o];return t}function io(e,t){if(/\\d-keep-alive$/.test(t.tag))return e(\"keep-alive\",{props:t.componentOptions.propsData})}var oo\u003dfunction(e){return e.tag||pt(e)},ao\u003dfunction(e){return\"show\"\u003d\u003d\u003de.name},so\u003d{name:\"transition\",props:to,abstract:!0,render:function(e){var t\u003dthis,n\u003dthis.$slots.default;if(n\u0026\u0026(n\u003dn.filter(oo)).length){var r\u003dthis.mode,o\u003dn[0];if(function(e){for(;e\u003de.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var a\u003dno(o);if(!a)return o;if(this._leaving)return io(e,o);var s\u003d\"__transition-\"+this._uid+\"-\";a.key\u003dnull\u003d\u003da.key?a.isComment?s+\"comment\":s+a.tag:i(a.key)?0\u003d\u003d\u003dString(a.key).indexOf(s)?a.key:s+a.key:a.key;var c\u003d(a.data||(a.data\u003d{})).transition\u003dro(this),u\u003dthis._vnode,l\u003dno(u);if(a.data.directives\u0026\u0026a.data.directives.some(ao)\u0026\u0026(a.data.show\u003d!0),l\u0026\u0026l.data\u0026\u0026!function(e,t){return t.key\u003d\u003d\u003de.key\u0026\u0026t.tag\u003d\u003d\u003de.tag}(a,l)\u0026\u0026!pt(l)\u0026\u0026(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f\u003dl.data.transition\u003dA({},c);if(\"out-in\"\u003d\u003d\u003dr)return this._leaving\u003d!0,ot(f,\"afterLeave\",function(){t._leaving\u003d!1,t.$forceUpdate()}),io(e,o);if(\"in-out\"\u003d\u003d\u003dr){if(pt(a))return u;var p,d\u003dfunction(){p()};ot(c,\"afterEnter\",d),ot(c,\"enterCancelled\",d),ot(f,\"delayLeave\",function(e){p\u003de})}}return o}}},co\u003dA({tag:String,moveClass:String},to);function uo(e){e.elm._moveCb\u0026\u0026e.elm._moveCb(),e.elm._enterCb\u0026\u0026e.elm._enterCb()}function lo(e){e.data.newPos\u003de.elm.getBoundingClientRect()}function fo(e){var t\u003de.data.pos,n\u003de.data.newPos,r\u003dt.left-n.left,i\u003dt.top-n.top;if(r||i){e.data.moved\u003d!0;var o\u003de.elm.style;o.transform\u003do.WebkitTransform\u003d\"translate(\"+r+\"px,\"+i+\"px)\",o.transitionDuration\u003d\"0s\"}}delete co.mode;var po\u003d{Transition:so,TransitionGroup:{props:co,beforeMount:function(){var e\u003dthis,t\u003dthis._update;this._update\u003dfunction(n,r){var i\u003dGt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode\u003de.kept,i(),t.call(e,n,r)}},render:function(e){for(var t\u003dthis.tag||this.$vnode.data.tag||\"span\",n\u003dObject.create(null),r\u003dthis.prevChildren\u003dthis.children,i\u003dthis.$slots.default||[],o\u003dthis.children\u003d[],a\u003dro(this),s\u003d0;s\u003ci.length;s++){var c\u003di[s];c.tag\u0026\u0026null!\u003dc.key\u0026\u00260!\u003d\u003dString(c.key).indexOf(\"__vlist\")\u0026\u0026(o.push(c),n[c.key]\u003dc,(c.data||(c.data\u003d{})).transition\u003da)}if(r){for(var u\u003d[],l\u003d[],f\u003d0;f\u003cr.length;f++){var p\u003dr[f];p.data.transition\u003da,p.data.pos\u003dp.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept\u003de(t,null,u),this.removed\u003dl}return e(t,null,o)},updated:function(){var e\u003dthis.prevChildren,t\u003dthis.moveClass||(this.name||\"v\")+\"-move\";e.length\u0026\u0026this.hasMove(e[0].elm,t)\u0026\u0026(e.forEach(uo),e.forEach(lo),e.forEach(fo),this._reflow\u003ddocument.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n\u003de.elm,r\u003dn.style;ji(n,t),r.transform\u003dr.WebkitTransform\u003dr.transitionDuration\u003d\"\",n.addEventListener(Oi,n._moveCb\u003dfunction e(r){r\u0026\u0026r.target!\u003d\u003dn||r\u0026\u0026!/transform$/.test(r.propertyName)||(n.removeEventListener(Oi,e),n._moveCb\u003dnull,Di(n,t))})}}))},methods:{hasMove:function(e,t){if(!Ci)return!1;if(this._hasMove)return this._hasMove;var n\u003de.cloneNode();e._transitionClasses\u0026\u0026e._transitionClasses.forEach(function(e){bi(n,e)}),_i(n,t),n.style.display\u003d\"none\",this.$el.appendChild(n);var r\u003dMi(n);return this.$el.removeChild(n),this._hasMove\u003dr.hasTransform}}}};Cn.config.mustUseProp\u003dDn,Cn.config.isReservedTag\u003dZn,Cn.config.isReservedAttr\u003dEn,Cn.config.getTagNamespace\u003dGn,Cn.config.isUnknownElement\u003dfunction(e){if(!V)return!0;if(Zn(e))return!1;if(e\u003de.toLowerCase(),null!\u003dXn[e])return Xn[e];var t\u003ddocument.createElement(e);return e.indexOf(\"-\")\u003e-1?Xn[e]\u003dt.constructor\u003d\u003d\u003dwindow.HTMLUnknownElement||t.constructor\u003d\u003d\u003dwindow.HTMLElement:Xn[e]\u003d/HTMLUnknownElement/.test(t.toString())},A(Cn.options.directives,eo),A(Cn.options.components,po),Cn.prototype.__patch__\u003dV?zi:S,Cn.prototype.$mount\u003dfunction(e,t){return function(e,t,n){var r;return e.$el\u003dt,e.$options.render||(e.$options.render\u003dve),Qt(e,\"beforeMount\"),r\u003dfunction(){e._update(e._render(),n)},new pn(e,r,S,{before:function(){e._isMounted\u0026\u0026!e._isDestroyed\u0026\u0026Qt(e,\"beforeUpdate\")}},!0),n\u003d!1,null\u003d\u003de.$vnode\u0026\u0026(e._isMounted\u003d!0,Qt(e,\"mounted\")),e}(this,e\u003de\u0026\u0026V?Qn(e):void 0,t)},V\u0026\u0026setTimeout(function(){F.devtools\u0026\u0026ne\u0026\u0026ne.emit(\"init\",Cn)},0);var vo\u003d/\\{\\{((?:.|\\r?\\n)+?)\\}\\}/g,ho\u003d/[-.*+?^${}()|[\\]\\/\\\\]/g,mo\u003dg(function(e){var t\u003de[0].replace(ho,\"\\\\$\u0026\"),n\u003de[1].replace(ho,\"\\\\$\u0026\");return new RegExp(t+\"((?:.|\\\\n)+?)\"+n,\"g\")});var yo\u003d{staticKeys:[\"staticClass\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"class\");n\u0026\u0026(e.staticClass\u003dJSON.stringify(n));var r\u003dFr(e,\"class\",!1);r\u0026\u0026(e.classBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticClass\u0026\u0026(t+\u003d\"staticClass:\"+e.staticClass+\",\"),e.classBinding\u0026\u0026(t+\u003d\"class:\"+e.classBinding+\",\"),t}};var go,_o\u003d{staticKeys:[\"staticStyle\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"style\");n\u0026\u0026(e.staticStyle\u003dJSON.stringify(si(n)));var r\u003dFr(e,\"style\",!1);r\u0026\u0026(e.styleBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticStyle\u0026\u0026(t+\u003d\"staticStyle:\"+e.staticStyle+\",\"),e.styleBinding\u0026\u0026(t+\u003d\"style:(\"+e.styleBinding+\"),\"),t}},bo\u003dfunction(e){return(go\u003dgo||document.createElement(\"div\")).innerHTML\u003de,go.textContent},$o\u003dp(\"area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr\"),wo\u003dp(\"colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source\"),Co\u003dp(\"address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track\"),xo\u003d/^\\s*([^\\s\"\u0027\u003c\u003e\\/\u003d]+)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,ko\u003d/^\\s*((?:v-[\\w-]+:|@|:|#)\\[[^\u003d]+?\\][^\\s\"\u0027\u003c\u003e\\/\u003d]*)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,Ao\u003d\"[a-zA-Z_][\\\\-\\\\.0-9_a-zA-Z\"+P.source+\"]*\",Oo\u003d\"((?:\"+Ao+\"\\\\:)?\"+Ao+\")\",So\u003dnew RegExp(\"^\u003c\"+Oo),To\u003d/^\\s*(\\/?)\u003e/,No\u003dnew RegExp(\"^\u003c\\\\/\"+Oo+\"[^\u003e]*\u003e\"),Eo\u003d/^\u003c!DOCTYPE [^\u003e]+\u003e/i,jo\u003d/^\u003c!\\--/,Do\u003d/^\u003c!\\[/,Lo\u003dp(\"script,style,textarea\",!0),Io\u003d{},Mo\u003d{\"\u0026lt;\":\"\u003c\",\"\u0026gt;\":\"\u003e\",\"\u0026quot;\":\u0027\"\u0027,\"\u0026amp;\":\"\u0026\",\"\u0026#10;\":\"\\n\",\"\u0026#9;\":\"\\t\",\"\u0026#39;\":\"\u0027\"},Fo\u003d/\u0026(?:lt|gt|quot|amp|#39);/g,Po\u003d/\u0026(?:lt|gt|quot|amp|#39|#10|#9);/g,Ro\u003dp(\"pre,textarea\",!0),Ho\u003dfunction(e,t){return e\u0026\u0026Ro(e)\u0026\u0026\"\\n\"\u003d\u003d\u003dt[0]};function Bo(e,t){var n\u003dt?Po:Fo;return e.replace(n,function(e){return Mo[e]})}var Uo,Vo,zo,Ko,Jo,qo,Wo,Zo,Go\u003d/^@|^v-on:/,Xo\u003d/^v-|^@|^:|^#/,Yo\u003d/([\\s\\S]*?)\\s+(?:in|of)\\s+([\\s\\S]*)/,Qo\u003d/,([^,\\}\\]]*)(?:,([^,\\}\\]]*))?$/,ea\u003d/^\\(|\\)$/g,ta\u003d/^\\[.*\\]$/,na\u003d/:(.*)$/,ra\u003d/^:|^\\.|^v-bind:/,ia\u003d/\\.[^.\\]]+(?\u003d[^\\]]*$)/g,oa\u003d/^v-slot(:|$)|^#/,aa\u003d/[\\r\\n]/,sa\u003d/[ \\f\\t\\r\\n]+/g,ca\u003dg(bo),ua\u003d\"_empty_\";function la(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:ya(t),rawAttrsMap:{},parent:n,children:[]}}function fa(e,t){Uo\u003dt.warn||Tr,qo\u003dt.isPreTag||T,Wo\u003dt.mustUseProp||T,Zo\u003dt.getTagNamespace||T;t.isReservedTag;zo\u003dNr(t.modules,\"transformNode\"),Ko\u003dNr(t.modules,\"preTransformNode\"),Jo\u003dNr(t.modules,\"postTransformNode\"),Vo\u003dt.delimiters;var n,r,i\u003d[],o\u003d!1!\u003d\u003dt.preserveWhitespace,a\u003dt.whitespace,s\u003d!1,c\u003d!1;function u(e){if(l(e),s||e.processed||(e\u003dpa(e,t)),i.length||e\u003d\u003d\u003dn||n.if\u0026\u0026(e.elseif||e.else)\u0026\u0026va(n,{exp:e.elseif,block:e}),r\u0026\u0026!e.forbidden)if(e.elseif||e.else)a\u003de,(u\u003dfunction(e){var t\u003de.length;for(;t--;){if(1\u003d\u003d\u003de[t].type)return e[t];e.pop()}}(r.children))\u0026\u0026u.if\u0026\u0026va(u,{exp:a.elseif,block:a});else{if(e.slotScope){var o\u003de.slotTarget||\u0027\"default\"\u0027;(r.scopedSlots||(r.scopedSlots\u003d{}))[o]\u003de}r.children.push(e),e.parent\u003dr}var a,u;e.children\u003de.children.filter(function(e){return!e.slotScope}),l(e),e.pre\u0026\u0026(s\u003d!1),qo(e.tag)\u0026\u0026(c\u003d!1);for(var f\u003d0;f\u003cJo.length;f++)Jo[f](e,t)}function l(e){if(!c)for(var t;(t\u003de.children[e.children.length-1])\u0026\u00263\u003d\u003d\u003dt.type\u0026\u0026\" \"\u003d\u003d\u003dt.text;)e.children.pop()}return function(e,t){for(var n,r,i\u003d[],o\u003dt.expectHTML,a\u003dt.isUnaryTag||T,s\u003dt.canBeLeftOpenTag||T,c\u003d0;e;){if(n\u003de,r\u0026\u0026Lo(r)){var u\u003d0,l\u003dr.toLowerCase(),f\u003dIo[l]||(Io[l]\u003dnew RegExp(\"([\\\\s\\\\S]*?)(\u003c/\"+l+\"[^\u003e]*\u003e)\",\"i\")),p\u003de.replace(f,function(e,n,r){return u\u003dr.length,Lo(l)||\"noscript\"\u003d\u003d\u003dl||(n\u003dn.replace(/\u003c!\\--([\\s\\S]*?)--\u003e/g,\"$1\").replace(/\u003c!\\[CDATA\\[([\\s\\S]*?)]]\u003e/g,\"$1\")),Ho(l,n)\u0026\u0026(n\u003dn.slice(1)),t.chars\u0026\u0026t.chars(n),\"\"});c+\u003de.length-p.length,e\u003dp,A(l,c-u,c)}else{var d\u003de.indexOf(\"\u003c\");if(0\u003d\u003d\u003dd){if(jo.test(e)){var v\u003de.indexOf(\"--\\x3e\");if(v\u003e\u003d0){t.shouldKeepComment\u0026\u0026t.comment(e.substring(4,v),c,c+v+3),C(v+3);continue}}if(Do.test(e)){var h\u003de.indexOf(\"]\u003e\");if(h\u003e\u003d0){C(h+2);continue}}var m\u003de.match(Eo);if(m){C(m[0].length);continue}var y\u003de.match(No);if(y){var g\u003dc;C(y[0].length),A(y[1],g,c);continue}var _\u003dx();if(_){k(_),Ho(_.tagName,e)\u0026\u0026C(1);continue}}var b\u003dvoid 0,$\u003dvoid 0,w\u003dvoid 0;if(d\u003e\u003d0){for($\u003de.slice(d);!(No.test($)||So.test($)||jo.test($)||Do.test($)||(w\u003d$.indexOf(\"\u003c\",1))\u003c0);)d+\u003dw,$\u003de.slice(d);b\u003de.substring(0,d)}d\u003c0\u0026\u0026(b\u003de),b\u0026\u0026C(b.length),t.chars\u0026\u0026b\u0026\u0026t.chars(b,c-b.length,c)}if(e\u003d\u003d\u003dn){t.chars\u0026\u0026t.chars(e);break}}function C(t){c+\u003dt,e\u003de.substring(t)}function x(){var t\u003de.match(So);if(t){var n,r,i\u003d{tagName:t[1],attrs:[],start:c};for(C(t[0].length);!(n\u003de.match(To))\u0026\u0026(r\u003de.match(ko)||e.match(xo));)r.start\u003dc,C(r[0].length),r.end\u003dc,i.attrs.push(r);if(n)return i.unarySlash\u003dn[1],C(n[0].length),i.end\u003dc,i}}function k(e){var n\u003de.tagName,c\u003de.unarySlash;o\u0026\u0026(\"p\"\u003d\u003d\u003dr\u0026\u0026Co(n)\u0026\u0026A(r),s(n)\u0026\u0026r\u003d\u003d\u003dn\u0026\u0026A(n));for(var u\u003da(n)||!!c,l\u003de.attrs.length,f\u003dnew Array(l),p\u003d0;p\u003cl;p++){var d\u003de.attrs[p],v\u003dd[3]||d[4]||d[5]||\"\",h\u003d\"a\"\u003d\u003d\u003dn\u0026\u0026\"href\"\u003d\u003d\u003dd[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;f[p]\u003d{name:d[1],value:Bo(v,h)}}u||(i.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:f,start:e.start,end:e.end}),r\u003dn),t.start\u0026\u0026t.start(n,f,u,e.start,e.end)}function A(e,n,o){var a,s;if(null\u003d\u003dn\u0026\u0026(n\u003dc),null\u003d\u003do\u0026\u0026(o\u003dc),e)for(s\u003de.toLowerCase(),a\u003di.length-1;a\u003e\u003d0\u0026\u0026i[a].lowerCasedTag!\u003d\u003ds;a--);else a\u003d0;if(a\u003e\u003d0){for(var u\u003di.length-1;u\u003e\u003da;u--)t.end\u0026\u0026t.end(i[u].tag,n,o);i.length\u003da,r\u003da\u0026\u0026i[a-1].tag}else\"br\"\u003d\u003d\u003ds?t.start\u0026\u0026t.start(e,[],!0,n,o):\"p\"\u003d\u003d\u003ds\u0026\u0026(t.start\u0026\u0026t.start(e,[],!1,n,o),t.end\u0026\u0026t.end(e,n,o))}A()}(e,{warn:Uo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,o,a,l,f){var p\u003dr\u0026\u0026r.ns||Zo(e);q\u0026\u0026\"svg\"\u003d\u003d\u003dp\u0026\u0026(o\u003dfunction(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++){var r\u003de[n];ga.test(r.name)||(r.name\u003dr.name.replace(_a,\"\"),t.push(r))}return t}(o));var d,v\u003dla(e,o,r);p\u0026\u0026(v.ns\u003dp),\"style\"!\u003d\u003d(d\u003dv).tag\u0026\u0026(\"script\"!\u003d\u003dd.tag||d.attrsMap.type\u0026\u0026\"text/javascript\"!\u003d\u003dd.attrsMap.type)||te()||(v.forbidden\u003d!0);for(var h\u003d0;h\u003cKo.length;h++)v\u003dKo[h](v,t)||v;s||(!function(e){null!\u003dPr(e,\"v-pre\")\u0026\u0026(e.pre\u003d!0)}(v),v.pre\u0026\u0026(s\u003d!0)),qo(v.tag)\u0026\u0026(c\u003d!0),s?function(e){var t\u003de.attrsList,n\u003dt.length;if(n)for(var r\u003de.attrs\u003dnew Array(n),i\u003d0;i\u003cn;i++)r[i]\u003d{name:t[i].name,value:JSON.stringify(t[i].value)},null!\u003dt[i].start\u0026\u0026(r[i].start\u003dt[i].start,r[i].end\u003dt[i].end);else e.pre||(e.plain\u003d!0)}(v):v.processed||(da(v),function(e){var t\u003dPr(e,\"v-if\");if(t)e.if\u003dt,va(e,{exp:t,block:e});else{null!\u003dPr(e,\"v-else\")\u0026\u0026(e.else\u003d!0);var n\u003dPr(e,\"v-else-if\");n\u0026\u0026(e.elseif\u003dn)}}(v),function(e){null!\u003dPr(e,\"v-once\")\u0026\u0026(e.once\u003d!0)}(v)),n||(n\u003dv),a?u(v):(r\u003dv,i.push(v))},end:function(e,t,n){var o\u003di[i.length-1];i.length-\u003d1,r\u003di[i.length-1],u(o)},chars:function(e,t,n){if(r\u0026\u0026(!q||\"textarea\"!\u003d\u003dr.tag||r.attrsMap.placeholder!\u003d\u003de)){var i,u,l,f\u003dr.children;if(e\u003dc||e.trim()?\"script\"\u003d\u003d\u003d(i\u003dr).tag||\"style\"\u003d\u003d\u003di.tag?e:ca(e):f.length?a?\"condense\"\u003d\u003d\u003da\u0026\u0026aa.test(e)?\"\":\" \":o?\" \":\"\":\"\")c||\"condense\"!\u003d\u003da||(e\u003de.replace(sa,\" \")),!s\u0026\u0026\" \"!\u003d\u003de\u0026\u0026(u\u003dfunction(e,t){var n\u003dt?mo(t):vo;if(n.test(e)){for(var r,i,o,a\u003d[],s\u003d[],c\u003dn.lastIndex\u003d0;r\u003dn.exec(e);){(i\u003dr.index)\u003ec\u0026\u0026(s.push(o\u003de.slice(c,i)),a.push(JSON.stringify(o)));var u\u003dOr(r[1].trim());a.push(\"_s(\"+u+\")\"),s.push({\"@binding\":u}),c\u003di+r[0].length}return c\u003ce.length\u0026\u0026(s.push(o\u003de.slice(c)),a.push(JSON.stringify(o))),{expression:a.join(\"+\"),tokens:s}}}(e,Vo))?l\u003d{type:2,expression:u.expression,tokens:u.tokens,text:e}:\" \"\u003d\u003d\u003de\u0026\u0026f.length\u0026\u0026\" \"\u003d\u003d\u003df[f.length-1].text||(l\u003d{type:3,text:e}),l\u0026\u0026f.push(l)}},comment:function(e,t,n){if(r){var i\u003d{type:3,text:e,isComment:!0};r.children.push(i)}}}),n}function pa(e,t){var n,r;(r\u003dFr(n\u003de,\"key\"))\u0026\u0026(n.key\u003dr),e.plain\u003d!e.key\u0026\u0026!e.scopedSlots\u0026\u0026!e.attrsList.length,function(e){var t\u003dFr(e,\"ref\");t\u0026\u0026(e.ref\u003dt,e.refInFor\u003dfunction(e){var t\u003de;for(;t;){if(void 0!\u003d\u003dt.for)return!0;t\u003dt.parent}return!1}(e))}(e),function(e){var t;\"template\"\u003d\u003d\u003de.tag?(t\u003dPr(e,\"scope\"),e.slotScope\u003dt||Pr(e,\"slot-scope\")):(t\u003dPr(e,\"slot-scope\"))\u0026\u0026(e.slotScope\u003dt);var n\u003dFr(e,\"slot\");n\u0026\u0026(e.slotTarget\u003d\u0027\"\"\u0027\u003d\u003d\u003dn?\u0027\"default\"\u0027:n,e.slotTargetDynamic\u003d!(!e.attrsMap[\":slot\"]\u0026\u0026!e.attrsMap[\"v-bind:slot\"]),\"template\"\u003d\u003d\u003de.tag||e.slotScope||jr(e,\"slot\",n,function(e,t){return e.rawAttrsMap[\":\"+t]||e.rawAttrsMap[\"v-bind:\"+t]||e.rawAttrsMap[t]}(e,\"slot\")));if(\"template\"\u003d\u003d\u003de.tag){var r\u003dRr(e,oa);if(r){var i\u003dha(r),o\u003di.name,a\u003di.dynamic;e.slotTarget\u003do,e.slotTargetDynamic\u003da,e.slotScope\u003dr.value||ua}}else{var s\u003dRr(e,oa);if(s){var c\u003de.scopedSlots||(e.scopedSlots\u003d{}),u\u003dha(s),l\u003du.name,f\u003du.dynamic,p\u003dc[l]\u003dla(\"template\",[],e);p.slotTarget\u003dl,p.slotTargetDynamic\u003df,p.children\u003de.children.filter(function(e){if(!e.slotScope)return e.parent\u003dp,!0}),p.slotScope\u003ds.value||ua,e.children\u003d[],e.plain\u003d!1}}}(e),function(e){\"slot\"\u003d\u003d\u003de.tag\u0026\u0026(e.slotName\u003dFr(e,\"name\"))}(e),function(e){var t;(t\u003dFr(e,\"is\"))\u0026\u0026(e.component\u003dt);null!\u003dPr(e,\"inline-template\")\u0026\u0026(e.inlineTemplate\u003d!0)}(e);for(var i\u003d0;i\u003czo.length;i++)e\u003dzo[i](e,t)||e;return function(e){var t,n,r,i,o,a,s,c,u\u003de.attrsList;for(t\u003d0,n\u003du.length;t\u003cn;t++)if(r\u003di\u003du[t].name,o\u003du[t].value,Xo.test(r))if(e.hasBindings\u003d!0,(a\u003dma(r.replace(Xo,\"\")))\u0026\u0026(r\u003dr.replace(ia,\"\")),ra.test(r))r\u003dr.replace(ra,\"\"),o\u003dOr(o),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),a\u0026\u0026(a.prop\u0026\u0026!c\u0026\u0026\"innerHtml\"\u003d\u003d\u003d(r\u003db(r))\u0026\u0026(r\u003d\"innerHTML\"),a.camel\u0026\u0026!c\u0026\u0026(r\u003db(r)),a.sync\u0026\u0026(s\u003dUr(o,\"$event\"),c?Mr(e,\u0027\"update:\"+(\u0027+r+\")\",s,null,!1,0,u[t],!0):(Mr(e,\"update:\"+b(r),s,null,!1,0,u[t]),C(r)!\u003d\u003db(r)\u0026\u0026Mr(e,\"update:\"+C(r),s,null,!1,0,u[t])))),a\u0026\u0026a.prop||!e.component\u0026\u0026Wo(e.tag,e.attrsMap.type,r)?Er(e,r,o,u[t],c):jr(e,r,o,u[t],c);else if(Go.test(r))r\u003dr.replace(Go,\"\"),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),Mr(e,r,o,a,!1,0,u[t],c);else{var l\u003d(r\u003dr.replace(Xo,\"\")).match(na),f\u003dl\u0026\u0026l[1];c\u003d!1,f\u0026\u0026(r\u003dr.slice(0,-(f.length+1)),ta.test(f)\u0026\u0026(f\u003df.slice(1,-1),c\u003d!0)),Lr(e,r,i,o,f,c,a,u[t])}else jr(e,r,JSON.stringify(o),u[t]),!e.component\u0026\u0026\"muted\"\u003d\u003d\u003dr\u0026\u0026Wo(e.tag,e.attrsMap.type,r)\u0026\u0026Er(e,r,\"true\",u[t])}(e),e}function da(e){var t;if(t\u003dPr(e,\"v-for\")){var n\u003dfunction(e){var t\u003de.match(Yo);if(!t)return;var n\u003d{};n.for\u003dt[2].trim();var r\u003dt[1].trim().replace(ea,\"\"),i\u003dr.match(Qo);i?(n.alias\u003dr.replace(Qo,\"\").trim(),n.iterator1\u003di[1].trim(),i[2]\u0026\u0026(n.iterator2\u003di[2].trim())):n.alias\u003dr;return n}(t);n\u0026\u0026A(e,n)}}function va(e,t){e.ifConditions||(e.ifConditions\u003d[]),e.ifConditions.push(t)}function ha(e){var t\u003de.name.replace(oa,\"\");return t||\"#\"!\u003d\u003de.name[0]\u0026\u0026(t\u003d\"default\"),ta.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:\u0027\"\u0027+t+\u0027\"\u0027,dynamic:!1}}function ma(e){var t\u003de.match(ia);if(t){var n\u003d{};return t.forEach(function(e){n[e.slice(1)]\u003d!0}),n}}function ya(e){for(var t\u003d{},n\u003d0,r\u003de.length;n\u003cr;n++)t[e[n].name]\u003de[n].value;return t}var ga\u003d/^xmlns:NS\\d+/,_a\u003d/^NS\\d+:/;function ba(e){return la(e.tag,e.attrsList.slice(),e.parent)}var $a\u003d[yo,_o,{preTransformNode:function(e,t){if(\"input\"\u003d\u003d\u003de.tag){var n,r\u003de.attrsMap;if(!r[\"v-model\"])return;if((r[\":type\"]||r[\"v-bind:type\"])\u0026\u0026(n\u003dFr(e,\"type\")),r.type||n||!r[\"v-bind\"]||(n\u003d\"(\"+r[\"v-bind\"]+\").type\"),n){var i\u003dPr(e,\"v-if\",!0),o\u003di?\"\u0026\u0026(\"+i+\")\":\"\",a\u003dnull!\u003dPr(e,\"v-else\",!0),s\u003dPr(e,\"v-else-if\",!0),c\u003dba(e);da(c),Dr(c,\"type\",\"checkbox\"),pa(c,t),c.processed\u003d!0,c.if\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027checkbox\u0027\"+o,va(c,{exp:c.if,block:c});var u\u003dba(e);Pr(u,\"v-for\",!0),Dr(u,\"type\",\"radio\"),pa(u,t),va(c,{exp:\"(\"+n+\")\u003d\u003d\u003d\u0027radio\u0027\"+o,block:u});var l\u003dba(e);return Pr(l,\"v-for\",!0),Dr(l,\":type\",n),pa(l,t),va(c,{exp:i,block:l}),a?c.else\u003d!0:s\u0026\u0026(c.elseif\u003ds),c}}}}];var wa,Ca,xa\u003d{expectHTML:!0,modules:$a,directives:{model:function(e,t,n){var r\u003dt.value,i\u003dt.modifiers,o\u003de.tag,a\u003de.attrsMap.type;if(e.component)return Br(e,r,i),!1;if(\"select\"\u003d\u003d\u003do)!function(e,t,n){var r\u003d\u0027var $$selectedVal \u003d Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val \u003d \"_value\" in o ? o._value : o.value;return \u0027+(n\u0026\u0026n.number?\"_n(val)\":\"val\")+\"});\";r\u003dr+\" \"+Ur(t,\"$event.target.multiple ? $$selectedVal : $$selectedVal[0]\"),Mr(e,\"change\",r,null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"checkbox\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\",o\u003dFr(e,\"true-value\")||\"true\",a\u003dFr(e,\"false-value\")||\"false\";Er(e,\"checked\",\"Array.isArray(\"+t+\")?_i(\"+t+\",\"+i+\")\u003e-1\"+(\"true\"\u003d\u003d\u003do?\":(\"+t+\")\":\":_q(\"+t+\",\"+o+\")\")),Mr(e,\"change\",\"var $$a\u003d\"+t+\",$$el\u003d$event.target,$$c\u003d$$el.checked?(\"+o+\"):(\"+a+\");if(Array.isArray($$a)){var $$v\u003d\"+(r?\"_n(\"+i+\")\":i)+\",$$i\u003d_i($$a,$$v);if($$el.checked){$$i\u003c0\u0026\u0026(\"+Ur(t,\"$$a.concat([$$v])\")+\")}else{$$i\u003e-1\u0026\u0026(\"+Ur(t,\"$$a.slice(0,$$i).concat($$a.slice($$i+1))\")+\")}}else{\"+Ur(t,\"$$c\")+\"}\",null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"radio\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\";Er(e,\"checked\",\"_q(\"+t+\",\"+(i\u003dr?\"_n(\"+i+\")\":i)+\")\"),Mr(e,\"change\",Ur(t,i),null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do||\"textarea\"\u003d\u003d\u003do)!function(e,t,n){var r\u003de.attrsMap.type,i\u003dn||{},o\u003di.lazy,a\u003di.number,s\u003di.trim,c\u003d!o\u0026\u0026\"range\"!\u003d\u003dr,u\u003do?\"change\":\"range\"\u003d\u003d\u003dr?Zr:\"input\",l\u003d\"$event.target.value\";s\u0026\u0026(l\u003d\"$event.target.value.trim()\"),a\u0026\u0026(l\u003d\"_n(\"+l+\")\");var f\u003dUr(t,l);c\u0026\u0026(f\u003d\"if($event.target.composing)return;\"+f),Er(e,\"value\",\"(\"+t+\")\"),Mr(e,u,f,null,!0),(s||a)\u0026\u0026Mr(e,\"blur\",\"$forceUpdate()\")}(e,r,i);else if(!F.isReservedTag(o))return Br(e,r,i),!1;return!0},text:function(e,t){t.value\u0026\u0026Er(e,\"textContent\",\"_s(\"+t.value+\")\",t)},html:function(e,t){t.value\u0026\u0026Er(e,\"innerHTML\",\"_s(\"+t.value+\")\",t)}},isPreTag:function(e){return\"pre\"\u003d\u003d\u003de},isUnaryTag:$o,mustUseProp:Dn,canBeLeftOpenTag:wo,isReservedTag:Zn,getTagNamespace:Gn,staticKeys:function(e){return e.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(\",\")}($a)},ka\u003dg(function(e){return p(\"type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap\"+(e?\",\"+e:\"\"))});function Aa(e,t){e\u0026\u0026(wa\u003dka(t.staticKeys||\"\"),Ca\u003dt.isReservedTag||T,function e(t){t.static\u003dfunction(e){if(2\u003d\u003d\u003de.type)return!1;if(3\u003d\u003d\u003de.type)return!0;return!(!e.pre\u0026\u0026(e.hasBindings||e.if||e.for||d(e.tag)||!Ca(e.tag)||function(e){for(;e.parent;){if(\"template\"!\u003d\u003d(e\u003de.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every(wa)))}(t);if(1\u003d\u003d\u003dt.type){if(!Ca(t.tag)\u0026\u0026\"slot\"!\u003d\u003dt.tag\u0026\u0026null\u003d\u003dt.attrsMap[\"inline-template\"])return;for(var n\u003d0,r\u003dt.children.length;n\u003cr;n++){var i\u003dt.children[n];e(i),i.static||(t.static\u003d!1)}if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++){var s\u003dt.ifConditions[o].block;e(s),s.static||(t.static\u003d!1)}}}(e),function e(t,n){if(1\u003d\u003d\u003dt.type){if((t.static||t.once)\u0026\u0026(t.staticInFor\u003dn),t.static\u0026\u0026t.children.length\u0026\u0026(1!\u003d\u003dt.children.length||3!\u003d\u003dt.children[0].type))return void(t.staticRoot\u003d!0);if(t.staticRoot\u003d!1,t.children)for(var r\u003d0,i\u003dt.children.length;r\u003ci;r++)e(t.children[r],n||!!t.for);if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++)e(t.ifConditions[o].block,n)}}(e,!1))}var Oa\u003d/^([\\w$_]+|\\([^)]*?\\))\\s*\u003d\u003e|^function(?:\\s+[\\w$]+)?\\s*\\(/,Sa\u003d/\\([^)]*?\\);*$/,Ta\u003d/^[A-Za-z_$][\\w$]*(?:\\.[A-Za-z_$][\\w$]*|\\[\u0027[^\u0027]*?\u0027]|\\[\"[^\"]*?\"]|\\[\\d+]|\\[[A-Za-z_$][\\w$]*])*$/,Na\u003d{esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ea\u003d{esc:[\"Esc\",\"Escape\"],tab:\"Tab\",enter:\"Enter\",space:[\" \",\"Spacebar\"],up:[\"Up\",\"ArrowUp\"],left:[\"Left\",\"ArrowLeft\"],right:[\"Right\",\"ArrowRight\"],down:[\"Down\",\"ArrowDown\"],delete:[\"Backspace\",\"Delete\",\"Del\"]},ja\u003dfunction(e){return\"if(\"+e+\")return null;\"},Da\u003d{stop:\"$event.stopPropagation();\",prevent:\"$event.preventDefault();\",self:ja(\"$event.target !\u003d\u003d $event.currentTarget\"),ctrl:ja(\"!$event.ctrlKey\"),shift:ja(\"!$event.shiftKey\"),alt:ja(\"!$event.altKey\"),meta:ja(\"!$event.metaKey\"),left:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 0\"),middle:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 1\"),right:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 2\")};function La(e,t){var n\u003dt?\"nativeOn:\":\"on:\",r\u003d\"\",i\u003d\"\";for(var o in e){var a\u003dIa(e[o]);e[o]\u0026\u0026e[o].dynamic?i+\u003do+\",\"+a+\",\":r+\u003d\u0027\"\u0027+o+\u0027\":\u0027+a+\",\"}return r\u003d\"{\"+r.slice(0,-1)+\"}\",i?n+\"_d(\"+r+\",[\"+i.slice(0,-1)+\"])\":n+r}function Ia(e){if(!e)return\"function(){}\";if(Array.isArray(e))return\"[\"+e.map(function(e){return Ia(e)}).join(\",\")+\"]\";var t\u003dTa.test(e.value),n\u003dOa.test(e.value),r\u003dTa.test(e.value.replace(Sa,\"\"));if(e.modifiers){var i\u003d\"\",o\u003d\"\",a\u003d[];for(var s in e.modifiers)if(Da[s])o+\u003dDa[s],Na[s]\u0026\u0026a.push(s);else if(\"exact\"\u003d\u003d\u003ds){var c\u003de.modifiers;o+\u003dja([\"ctrl\",\"shift\",\"alt\",\"meta\"].filter(function(e){return!c[e]}).map(function(e){return\"$event.\"+e+\"Key\"}).join(\"||\"))}else a.push(s);return a.length\u0026\u0026(i+\u003dfunction(e){return\"if(!$event.type.indexOf(\u0027key\u0027)\u0026\u0026\"+e.map(Ma).join(\"\u0026\u0026\")+\")return null;\"}(a)),o\u0026\u0026(i+\u003do),\"function($event){\"+i+(t?\"return \"+e.value+\".apply(null, arguments)\":n?\"return (\"+e.value+\").apply(null, arguments)\":r?\"return \"+e.value:e.value)+\"}\"}return t||n?e.value:\"function($event){\"+(r?\"return \"+e.value:e.value)+\"}\"}function Ma(e){var t\u003dparseInt(e,10);if(t)return\"$event.keyCode!\u003d\u003d\"+t;var n\u003dNa[e],r\u003dEa[e];return\"_k($event.keyCode,\"+JSON.stringify(e)+\",\"+JSON.stringify(n)+\",$event.key,\"+JSON.stringify(r)+\")\"}var Fa\u003d{on:function(e,t){e.wrapListeners\u003dfunction(e){return\"_g(\"+e+\",\"+t.value+\")\"}},bind:function(e,t){e.wrapData\u003dfunction(n){return\"_b(\"+n+\",\u0027\"+e.tag+\"\u0027,\"+t.value+\",\"+(t.modifiers\u0026\u0026t.modifiers.prop?\"true\":\"false\")+(t.modifiers\u0026\u0026t.modifiers.sync?\",true\":\"\")+\")\"}},cloak:S},Pa\u003dfunction(e){this.options\u003de,this.warn\u003de.warn||Tr,this.transforms\u003dNr(e.modules,\"transformCode\"),this.dataGenFns\u003dNr(e.modules,\"genData\"),this.directives\u003dA(A({},Fa),e.directives);var t\u003de.isReservedTag||T;this.maybeComponent\u003dfunction(e){return!!e.component||!t(e.tag)},this.onceId\u003d0,this.staticRenderFns\u003d[],this.pre\u003d!1};function Ra(e,t){var n\u003dnew Pa(t);return{render:\"with(this){return \"+(e?\"script\"\u003d\u003d\u003de.tag?\"null\":Ha(e,n):\u0027_c(\"div\")\u0027)+\"}\",staticRenderFns:n.staticRenderFns}}function Ha(e,t){if(e.parent\u0026\u0026(e.pre\u003de.pre||e.parent.pre),e.staticRoot\u0026\u0026!e.staticProcessed)return Ba(e,t);if(e.once\u0026\u0026!e.onceProcessed)return Ua(e,t);if(e.for\u0026\u0026!e.forProcessed)return za(e,t);if(e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(\"template\"!\u003d\u003de.tag||e.slotTarget||t.pre){if(\"slot\"\u003d\u003d\u003de.tag)return function(e,t){var n\u003de.slotName||\u0027\"default\"\u0027,r\u003dWa(e,t),i\u003d\"_t(\"+n+(r?\",function(){return \"+r+\"}\":\"\"),o\u003de.attrs||e.dynamicAttrs?Xa((e.attrs||[]).concat(e.dynamicAttrs||[]).map(function(e){return{name:b(e.name),value:e.value,dynamic:e.dynamic}})):null,a\u003de.attrsMap[\"v-bind\"];!o\u0026\u0026!a||r||(i+\u003d\",null\");o\u0026\u0026(i+\u003d\",\"+o);a\u0026\u0026(i+\u003d(o?\"\":\",null\")+\",\"+a);return i+\")\"}(e,t);var n;if(e.component)n\u003dfunction(e,t,n){var r\u003dt.inlineTemplate?null:Wa(t,n,!0);return\"_c(\"+e+\",\"+Ka(t,n)+(r?\",\"+r:\"\")+\")\"}(e.component,e,t);else{var r;(!e.plain||e.pre\u0026\u0026t.maybeComponent(e))\u0026\u0026(r\u003dKa(e,t));var i\u003de.inlineTemplate?null:Wa(e,t,!0);n\u003d\"_c(\u0027\"+e.tag+\"\u0027\"+(r?\",\"+r:\"\")+(i?\",\"+i:\"\")+\")\"}for(var o\u003d0;o\u003ct.transforms.length;o++)n\u003dt.transforms[o](e,n);return n}return Wa(e,t)||\"void 0\"}function Ba(e,t){e.staticProcessed\u003d!0;var n\u003dt.pre;return e.pre\u0026\u0026(t.pre\u003de.pre),t.staticRenderFns.push(\"with(this){return \"+Ha(e,t)+\"}\"),t.pre\u003dn,\"_m(\"+(t.staticRenderFns.length-1)+(e.staticInFor?\",true\":\"\")+\")\"}function Ua(e,t){if(e.onceProcessed\u003d!0,e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(e.staticInFor){for(var n\u003d\"\",r\u003de.parent;r;){if(r.for){n\u003dr.key;break}r\u003dr.parent}return n?\"_o(\"+Ha(e,t)+\",\"+t.onceId+++\",\"+n+\")\":Ha(e,t)}return Ba(e,t)}function Va(e,t,n,r){return e.ifProcessed\u003d!0,function e(t,n,r,i){if(!t.length)return i||\"_e()\";var o\u003dt.shift();return o.exp?\"(\"+o.exp+\")?\"+a(o.block)+\":\"+e(t,n,r,i):\"\"+a(o.block);function a(e){return r?r(e,n):e.once?Ua(e,n):Ha(e,n)}}(e.ifConditions.slice(),t,n,r)}function za(e,t,n,r){var i\u003de.for,o\u003de.alias,a\u003de.iterator1?\",\"+e.iterator1:\"\",s\u003de.iterator2?\",\"+e.iterator2:\"\";return e.forProcessed\u003d!0,(r||\"_l\")+\"((\"+i+\"),function(\"+o+a+s+\"){return \"+(n||Ha)(e,t)+\"})\"}function Ka(e,t){var n\u003d\"{\",r\u003dfunction(e,t){var n\u003de.directives;if(!n)return;var r,i,o,a,s\u003d\"directives:[\",c\u003d!1;for(r\u003d0,i\u003dn.length;r\u003ci;r++){o\u003dn[r],a\u003d!0;var u\u003dt.directives[o.name];u\u0026\u0026(a\u003d!!u(e,o,t.warn)),a\u0026\u0026(c\u003d!0,s+\u003d\u0027{name:\"\u0027+o.name+\u0027\",rawName:\"\u0027+o.rawName+\u0027\"\u0027+(o.value?\",value:(\"+o.value+\"),expression:\"+JSON.stringify(o.value):\"\")+(o.arg?\",arg:\"+(o.isDynamicArg?o.arg:\u0027\"\u0027+o.arg+\u0027\"\u0027):\"\")+(o.modifiers?\",modifiers:\"+JSON.stringify(o.modifiers):\"\")+\"},\")}if(c)return s.slice(0,-1)+\"]\"}(e,t);r\u0026\u0026(n+\u003dr+\",\"),e.key\u0026\u0026(n+\u003d\"key:\"+e.key+\",\"),e.ref\u0026\u0026(n+\u003d\"ref:\"+e.ref+\",\"),e.refInFor\u0026\u0026(n+\u003d\"refInFor:true,\"),e.pre\u0026\u0026(n+\u003d\"pre:true,\"),e.component\u0026\u0026(n+\u003d\u0027tag:\"\u0027+e.tag+\u0027\",\u0027);for(var i\u003d0;i\u003ct.dataGenFns.length;i++)n+\u003dt.dataGenFns[i](e);if(e.attrs\u0026\u0026(n+\u003d\"attrs:\"+Xa(e.attrs)+\",\"),e.props\u0026\u0026(n+\u003d\"domProps:\"+Xa(e.props)+\",\"),e.events\u0026\u0026(n+\u003dLa(e.events,!1)+\",\"),e.nativeEvents\u0026\u0026(n+\u003dLa(e.nativeEvents,!0)+\",\"),e.slotTarget\u0026\u0026!e.slotScope\u0026\u0026(n+\u003d\"slot:\"+e.slotTarget+\",\"),e.scopedSlots\u0026\u0026(n+\u003dfunction(e,t,n){var r\u003de.for||Object.keys(t).some(function(e){var n\u003dt[e];return n.slotTargetDynamic||n.if||n.for||Ja(n)}),i\u003d!!e.if;if(!r)for(var o\u003de.parent;o;){if(o.slotScope\u0026\u0026o.slotScope!\u003d\u003dua||o.for){r\u003d!0;break}o.if\u0026\u0026(i\u003d!0),o\u003do.parent}var a\u003dObject.keys(t).map(function(e){return qa(t[e],n)}).join(\",\");return\"scopedSlots:_u([\"+a+\"]\"+(r?\",null,true\":\"\")+(!r\u0026\u0026i?\",null,false,\"+function(e){var t\u003d5381,n\u003de.length;for(;n;)t\u003d33*t^e.charCodeAt(--n);return t\u003e\u003e\u003e0}(a):\"\")+\")\"}(e,e.scopedSlots,t)+\",\"),e.model\u0026\u0026(n+\u003d\"model:{value:\"+e.model.value+\",callback:\"+e.model.callback+\",expression:\"+e.model.expression+\"},\"),e.inlineTemplate){var o\u003dfunction(e,t){var n\u003de.children[0];if(n\u0026\u00261\u003d\u003d\u003dn.type){var r\u003dRa(n,t.options);return\"inlineTemplate:{render:function(){\"+r.render+\"},staticRenderFns:[\"+r.staticRenderFns.map(function(e){return\"function(){\"+e+\"}\"}).join(\",\")+\"]}\"}}(e,t);o\u0026\u0026(n+\u003do+\",\")}return n\u003dn.replace(/,$/,\"\")+\"}\",e.dynamicAttrs\u0026\u0026(n\u003d\"_b(\"+n+\u0027,\"\u0027+e.tag+\u0027\",\u0027+Xa(e.dynamicAttrs)+\")\"),e.wrapData\u0026\u0026(n\u003de.wrapData(n)),e.wrapListeners\u0026\u0026(n\u003de.wrapListeners(n)),n}function Ja(e){return 1\u003d\u003d\u003de.type\u0026\u0026(\"slot\"\u003d\u003d\u003de.tag||e.children.some(Ja))}function qa(e,t){var n\u003de.attrsMap[\"slot-scope\"];if(e.if\u0026\u0026!e.ifProcessed\u0026\u0026!n)return Va(e,t,qa,\"null\");if(e.for\u0026\u0026!e.forProcessed)return za(e,t,qa);var r\u003de.slotScope\u003d\u003d\u003dua?\"\":String(e.slotScope),i\u003d\"function(\"+r+\"){return \"+(\"template\"\u003d\u003d\u003de.tag?e.if\u0026\u0026n?\"(\"+e.if+\")?\"+(Wa(e,t)||\"undefined\")+\":undefined\":Wa(e,t)||\"undefined\":Ha(e,t))+\"}\",o\u003dr?\"\":\",proxy:true\";return\"{key:\"+(e.slotTarget||\u0027\"default\"\u0027)+\",fn:\"+i+o+\"}\"}function Wa(e,t,n,r,i){var o\u003de.children;if(o.length){var a\u003do[0];if(1\u003d\u003d\u003do.length\u0026\u0026a.for\u0026\u0026\"template\"!\u003d\u003da.tag\u0026\u0026\"slot\"!\u003d\u003da.tag){var s\u003dn?t.maybeComponent(a)?\",1\":\",0\":\"\";return\"\"+(r||Ha)(a,t)+s}var c\u003dn?function(e,t){for(var n\u003d0,r\u003d0;r\u003ce.length;r++){var i\u003de[r];if(1\u003d\u003d\u003di.type){if(Za(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return Za(e.block)})){n\u003d2;break}(t(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return t(e.block)}))\u0026\u0026(n\u003d1)}}return n}(o,t.maybeComponent):0,u\u003di||Ga;return\"[\"+o.map(function(e){return u(e,t)}).join(\",\")+\"]\"+(c?\",\"+c:\"\")}}function Za(e){return void 0!\u003d\u003de.for||\"template\"\u003d\u003d\u003de.tag||\"slot\"\u003d\u003d\u003de.tag}function Ga(e,t){return 1\u003d\u003d\u003de.type?Ha(e,t):3\u003d\u003d\u003de.type\u0026\u0026e.isComment?(r\u003de,\"_e(\"+JSON.stringify(r.text)+\")\"):\"_v(\"+(2\u003d\u003d\u003d(n\u003de).type?n.expression:Ya(JSON.stringify(n.text)))+\")\";var n,r}function Xa(e){for(var t\u003d\"\",n\u003d\"\",r\u003d0;r\u003ce.length;r++){var i\u003de[r],o\u003dYa(i.value);i.dynamic?n+\u003di.name+\",\"+o+\",\":t+\u003d\u0027\"\u0027+i.name+\u0027\":\u0027+o+\",\"}return t\u003d\"{\"+t.slice(0,-1)+\"}\",n?\"_d(\"+t+\",[\"+n.slice(0,-1)+\"])\":t}function Ya(e){return e.replace(/\\u2028/g,\"\\\\u2028\").replace(/\\u2029/g,\"\\\\u2029\")}new RegExp(\"\\\\b\"+\"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments\".split(\",\").join(\"\\\\b|\\\\b\")+\"\\\\b\");function Qa(e,t){try{return new Function(e)}catch(n){return t.push({err:n,code:e}),S}}function es(e){var t\u003dObject.create(null);return function(n,r,i){(r\u003dA({},r)).warn;delete r.warn;var o\u003dr.delimiters?String(r.delimiters)+n:n;if(t[o])return t[o];var a\u003de(n,r),s\u003d{},c\u003d[];return s.render\u003dQa(a.render,c),s.staticRenderFns\u003da.staticRenderFns.map(function(e){return Qa(e,c)}),t[o]\u003ds}}var ts,ns,rs\u003d(ts\u003dfunction(e,t){var n\u003dfa(e.trim(),t);!1!\u003d\u003dt.optimize\u0026\u0026Aa(n,t);var r\u003dRa(n,t);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}},function(e){function t(t,n){var r\u003dObject.create(e),i\u003d[],o\u003d[];if(n)for(var a in n.modules\u0026\u0026(r.modules\u003d(e.modules||[]).concat(n.modules)),n.directives\u0026\u0026(r.directives\u003dA(Object.create(e.directives||null),n.directives)),n)\"modules\"!\u003d\u003da\u0026\u0026\"directives\"!\u003d\u003da\u0026\u0026(r[a]\u003dn[a]);r.warn\u003dfunction(e,t,n){(n?o:i).push(e)};var s\u003dts(t.trim(),r);return s.errors\u003di,s.tips\u003do,s}return{compile:t,compileToFunctions:es(t)}})(xa),is\u003d(rs.compile,rs.compileToFunctions);function os(e){return(ns\u003dns||document.createElement(\"div\")).innerHTML\u003de?\u0027\u003ca href\u003d\"\\n\"/\u003e\u0027:\u0027\u003cdiv a\u003d\"\\n\"/\u003e\u0027,ns.innerHTML.indexOf(\"\u0026#10;\")\u003e0}var as\u003d!!V\u0026\u0026os(!1),ss\u003d!!V\u0026\u0026os(!0),cs\u003dg(function(e){var t\u003dQn(e);return t\u0026\u0026t.innerHTML}),us\u003dCn.prototype.$mount;return Cn.prototype.$mount\u003dfunction(e,t){if((e\u003de\u0026\u0026Qn(e))\u003d\u003d\u003ddocument.body||e\u003d\u003d\u003ddocument.documentElement)return this;var n\u003dthis.$options;if(!n.render){var r\u003dn.template;if(r)if(\"string\"\u003d\u003dtypeof r)\"#\"\u003d\u003d\u003dr.charAt(0)\u0026\u0026(r\u003dcs(r));else{if(!r.nodeType)return this;r\u003dr.innerHTML}else e\u0026\u0026(r\u003dfunction(e){if(e.outerHTML)return e.outerHTML;var t\u003ddocument.createElement(\"div\");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){var i\u003dis(r,{outputSourceRange:!1,shouldDecodeNewlines:as,shouldDecodeNewlinesForHref:ss,delimiters:n.delimiters,comments:n.comments},this),o\u003di.render,a\u003di.staticRenderFns;n.render\u003do,n.staticRenderFns\u003da}}return us.call(this,e,t)},Cn.compile\u003dis,Cn});"}],"authorContributionMap":{"jingting1412":6}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/_mixins.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"// @see https://github.com/twbs/bootstrap/blob/main/scss/_functions.scss"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@function material-icons-str-replace($string, $search, $replace: \u0027\u0027) {"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" $index: str-index($string, $search);"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" @if $index {"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" @return str-slice($string, 1, $index - 1) + $replace +"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" material-icons-str-replace("},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" str-slice($string, $index + str-length($search)),"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" $search,"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" $replace"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" );"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" @return $string;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"@mixin material-icons-font-class($font-family) {"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" font-family: $font-family;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" font-size: $material-icons-font-size;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased; // Support for all WebKit browsers"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale; // Support for Firefox"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility; // Support for Safari and Chrome"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \u0027liga\u0027; // Support for IE"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"@mixin material-icons-font($font-family) {"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" $class-name: to-lower-case($font-family);"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" $class-name: material-icons-str-replace($class-name, \u0027 \u0027, \u0027-\u0027);"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" $font-file: $material-icons-font-path + $class-name;"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" @font-face {"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" font-family: $font-family;"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" font-display: $material-icons-font-display;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" src: url(\u0027#{$font-file}.woff2\u0027) format(\u0027woff2\u0027),"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" url(\u0027#{$font-file}.woff\u0027) format(\u0027woff\u0027);"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" .#{$class-name} {"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" @include material-icons-font-class($font-family);"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"@mixin material-icons() {"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" @warn \"material-icons() Sass mixin has been deprecated as of 1.0. Use \u0027@extend .material-icons;\u0027 instead of \u0027@include material-icons();\u0027.\";"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" @include material-icons-font-class(\u0027Material Icons\u0027);"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":55}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/_variables.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"$material-icons-font-path: \u0027./\u0027 !default;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"$material-icons-font-size: 24px !default;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"$material-icons-font-display: block !default;"}],"authorContributionMap":{"jingting1412":3}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/filled.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/filled.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/material-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":".material-icons-outlined {"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":".material-icons-round {"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":74,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":75,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":76,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":77,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":78,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":79,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":80,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":81,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":82,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":83,"author":{"gitId":"jingting1412"},"content":".material-icons-sharp {"},{"lineNumber":84,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":85,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":86,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":87,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":88,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":89,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":90,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":91,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":92,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":93,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":94,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":95,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":96,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":97,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":98,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":99,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":100,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":101,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":103,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":104,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":105,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":106,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":107,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":108,"author":{"gitId":"jingting1412"},"content":".material-icons-two-tone {"},{"lineNumber":109,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":110,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":111,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":112,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":113,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":114,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":115,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":116,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":117,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":118,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":119,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":120,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":121,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":122,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":123,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":124,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":124}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/material-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027filled\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027outlined\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"@import \u0027round\u0027;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@import \u0027sharp\u0027;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"@import \u0027two-tone\u0027;"}],"authorContributionMap":{"jingting1412":5}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/outlined.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-outlined {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/outlined.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Outlined\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/round.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-round {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/round.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Round\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/sharp.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-sharp {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/sharp.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Sharp\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/two-tone.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-two-tone {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/two-tone.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Two Tone\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/plugins/markbind-plugin-anchors/markbind-plugin-anchors.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".fa.fa-anchor {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" color: #ccc;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" display: inline;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-size: 14px;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" margin-left: 10px;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" padding: 3px;"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" text-decoration: none;"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" visibility: hidden;"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":".fa.fa-anchor:hover {"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" color: #555;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"h1:hover \u003e .fa.fa-anchor,"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"h2:hover \u003e .fa.fa-anchor,"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"h3:hover \u003e .fa.fa-anchor,"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":"h4:hover \u003e .fa.fa-anchor,"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":"h5:hover \u003e .fa.fa-anchor,"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"h6:hover \u003e .fa.fa-anchor,"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":".header-wrapper:hover \u003e .fa.fa-anchor {"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" visibility: visible;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":23}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/plugins/markbind-plugin-tree/markbind-plugin-tree.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".tree {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" white-space: pre;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-family: \"Fira Code\", \"Fira Mono\", monospace;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-size: 0.9375rem;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" line-height: 1.5;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" overflow-x: auto;"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \"titlePrefix\": \"\","},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \"titleSuffix\": \"\","},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \"ignore\": ["},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \"_markbind/layouts/*\","},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \"_markbind/logs/*\","},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \"_site/*\","},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \"site.json\","},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \"*.md\","},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \"*.njk\","},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \".git/*\","},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \".gitignore\","},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \"node_modules/*\""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"pagesExclude\": [\"node_modules/*\"],"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \"pages\": ["},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \"src\": \"index.md\","},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \"title\": \"Portfolio\""},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \"glob\": [\"**/index.md\"]"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \"deploy\": {"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \"message\": \"Site Update.\""},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \"style\": {"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \"bootstrapTheme\": \"bootswatch-flatly\""},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":32}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/siteData.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \"enableSearch\": true,"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \"pages\": ["},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \"src\": \"index.md\","},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \"title\": \"Portfolio\","},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \"headings\": {"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \"about-me\": \"About me\","},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \"skills\": \"Skills\","},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \"experience\": \"Experience\","},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \"projects\": \"Projects\","},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \"example-project-ip-for-cs2103\": \"Example project: iP for CS2103\","},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \"project-2\": \"Project 2\","},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \"other-projects\": \"Other projects\""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"headingKeywords\": {}"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" ]"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":19}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":75,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":76,"author":{"gitId":"jingting1412"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"jingting1412"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"jingting1412"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":81,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":82,"author":{"gitId":"jingting1412"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"jingting1412"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"jingting1412"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":86,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":87,"author":{"gitId":"jingting1412"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"jingting1412"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":90,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":91,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"jingting1412"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":94,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":95,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":99,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":100,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":101,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":106,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":107,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":108,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"jingting1412"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"jingting1412"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"jingting1412"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":113,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":114,"author":{"gitId":"jingting1412"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"jingting1412"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":117,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":118,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":119,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":124,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":125,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":126,"author":{"gitId":"jingting1412"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"jingting1412"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":131,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":132,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":135,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":135}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Configuration.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand how to configure the application such as descriptions of the config file and how to change the configuration.\\n\")]),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"configuration-guide\"}},[_v(\"Configuration guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#configuration-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"config.json\")]),_v(\").\")])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":16}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Design.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section describes the architecture of your app, explaining how the main components work and interact with each other. Using architecture diagrams is recommended.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/diagrams/example.png\",\"width\":\"300\"}}),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_c(\u0027p\u0027,[_v(\"Replace the above example diagram with an Architecture Diagram of your project created using \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"puml\")]),_v(\" feature\")]),_v(\".\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Given below is a quick overview of main components and how they interact with each other.\")]),_v(\" \"),_m(3),_v(\" \"),_c(\u0027p\u0027,[_v(\"The bulk of the app\u0027s work is done by the following components:\")]),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_c(\u0027annotate\u0027,{attrs:{\"src\":\"../images/johndoe.png\",\"width\":\"300\",\"alt\":\"Sample Image\"}},[_c(\u0027a-point\u0027,{attrs:{\"x\":\"25%\",\"y\":\"25%\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 25% from the left and 25% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"50%\",\"y\":\"25%\",\"size\":\"60\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 50% from the left and 25% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"75%\",\"y\":\"25%\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This has a header\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 75% from the left and 25% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"33%\",\"y\":\"50%\",\"color\":\"red\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 33% from the left and 50% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"66%\",\"y\":\"50%\",\"opacity\":\"0.7\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 66% from the left and 50% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"25%\",\"y\":\"75%\"},scopedSlots:_u([{key:\"label\",fn:function(){return [_c(\u0027p\u0027,[_v(\"1\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 25% from the left and 75% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"50%\",\"y\":\"75%\",\"textColor\":\"white\",\"color\":\"black\",\"opacity\":\"1\"},scopedSlots:_u([{key:\"label\",fn:function(){return [_c(\u0027p\u0027,[_v(\"2\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 50% from the left and 75% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"75%\",\"y\":\"75%\",\"fontSize\":\"30\"},scopedSlots:_u([{key:\"label\",fn:function(){return [_c(\u0027p\u0027,[_v(\"3\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 75% from the left and 75% from the top\")])]},proxy:true}])})],1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_c(\u0027p\u0027,[_v(\"For diagrams like your Sequence Diagram, it can also be created using \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#annotations\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"annotate\")]),_v(\" feature\")]),_v(\", that will allow you to annotate specific parts of your diagram.\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The sections below give more details of each component.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" Describe in each section how each component works in detail, including its classes, methods, and how it interacts with other components.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"You can use a combination of Markbind\u0027s \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams\"}},[_c(\u0027strong\u0027,[_v(\"Diagrams\")]),_v(\" feature\")]),_v(\" to provide a visual representation of each component, such as architecture and sequence diagrams.\")])]),_v(\" \"),_m(7),_v(\" \"),_m(8),_v(\" \"),_c(\u0027pic\u0027,{staticStyle:{\"margin-bottom\":\"20px\"},attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}},[_v(\"\\nDiagram: Component 1\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Component 1,\")]),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Note:\")]),_v(\" You can use boxes to include details that you want to draw the reader\u0027s attention to. See \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/presentation.html#boxes\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"Boxes\")]),_v(\" feature\")]),_v(\".\")])]),_v(\" \"),_c(\u0027pic\u0027,{staticStyle:{\"margin-bottom\":\"20px\"},attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}},[_v(\"\\nDiagram: Component 2\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Component 2,\")]),_v(\" \"),_m(11)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#design\"}},[_v(\"Design‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#architecture\"}},[_v(\"Architecture‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#component-1\"}},[_v(\"Component 1‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#component-2\"}},[_v(\"Component 2‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(12)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"design\"}},[_v(\"Design\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#design\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"architecture\"}},[_v(\"Architecture\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#architecture\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"The \"),_c(\u0027em\u0027,[_c(\u0027strong\u0027,[_v(\"Architecture Diagram\")])]),_v(\" given below explains the high-level design of the ProjectEx App.\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Main components of the architecture\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"#component-1\"}},[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"Component 1\")])])]),_v(\": Does something.\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"#component-2\"}},[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"Component 2\")])])]),_v(\": Does something.\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Interactions between architecture components\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"The \"),_c(\u0027em\u0027,[_v(\"Sequence Diagram\")]),_v(\" below shows how the components interact with each other for a certain scenario.\")])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"component-1\"}},[_v(\"Component 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#component-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Component 1 is made up of parts e.g.\"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"A\")]),_v(\", \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"B\")]),_v(\", \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"C\")]),_v(\" etc.\")])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"works with Component 2 in this way.\")])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"component-2\"}},[_v(\"Component 2\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#component-2\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"works with Component 1 in this way.\")])])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":46}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/DevOps.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand the DevOps practices adopted by the project.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Example Commands for Typical Projects\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_v(\"\\nThe following commands are examples. You can customize them according to your project\u0027s needs.\\n\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"clean\")])]),_v(\": Deletes the files created during the previous build tasks.\"),_c(\u0027br\u0027),_v(\"\\ne.g. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run clean\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"run\")])]),_v(\": Builds and runs the application.\"),_c(\u0027br\u0027)])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"test\")])]),_v(\": Runs all tests.\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run test\")]),_v(\" — Runs all tests\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run cleantest\")]),_v(\" — Cleans the project and runs tests\")])])])])],1),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_c(\u0027p\u0027,[_v(\"As part of CI, this project tracks code coverage as well.\")]),_v(\" \"),_m(6),_v(\" \"),_c(\u0027p\u0027,[_v(\"Your CI can include some repository-wide checks. These repository-wide checks cover all files in the repository. They check for repository rules which are hard to enforce on development machines such as line ending requirements.\")]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(7),_v(\" \"),_c(\u0027p\u0027,[_v(\"Here are the steps to create a new release.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\"}},[_v(\"\\nMake sure you have the necessary permissions to create a release.\\n\")]),_v(\" \"),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:trigger_id\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"e.g. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v0.1\")])]},proxy:true}])}),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Update the version number.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Tag the repo with the \"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:trigger_id\"}},[_v(\"version number\")]),_v(\".\")],1),_v(\" \"),_m(8)])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#devops-guide\"}},[_v(\"DevOps guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#build-automation\"}},[_v(\"Build automation‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#continuous-integration-ci\"}},[_v(\"Continuous integration (CI)‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#code-coverage\"}},[_v(\"Code coverage‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#repository-wide-checks\"}},[_v(\"Repository-wide checks‎\")])]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#making-a-release\"}},[_v(\"Making a release‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(9)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"devops-guide\"}},[_v(\"DevOps guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#devops-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"build-automation\"}},[_v(\"Build automation\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#build-automation\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This example project includes features for \"),_c(\u0027strong\u0027,[_v(\"build automation and dependency management\")]),_v(\". You can walkthrough command scripts you have in your project, such as how to clean, test, and run the project.\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"continuous-integration-ci\"}},[_v(\"Continuous integration (CI)\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#continuous-integration-ci\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This project uses \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/features/actions\"}},[_v(\"GitHub Actions\")]),_v(\" for CI. The project comes with the necessary GitHub Actions configurations files (in the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\".github/workflows\")]),_v(\" folder). No further setting up required.\")])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"code-coverage\"}},[_v(\"Code coverage\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#code-coverage\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"repository-wide-checks\"}},[_v(\"Repository-wide checks\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#repository-wide-checks\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"making-a-release\"}},[_v(\"Making a release\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#making-a-release\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"https://help.github.com/articles/creating-releases/\"}},[_v(\"Create a new release using GitHub\")]),_v(\".\")])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":37}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/DeveloperGuide.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_m(0),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#projectex-developer-guide\"}},[_v(\"ProjectEx Developer Guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#introduction\"}},[_v(\"Introduction‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#purpose-of-this-guide\"}},[_v(\"Purpose of this Guide‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#acknowledgements\"}},[_v(\"Acknowledgements‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027h1\u0027,{attrs:{\"id\":\"projectex-developer-guide\"}},[_v(\"ProjectEx Developer Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projectex-developer-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"introduction\"}},[_v(\"Introduction\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#introduction\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the Developer Guide. This guide helps developers understand the architecture, setup, and development workflows of our software, serving as your starting point and companion.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"purpose-of-this-guide\"}},[_v(\"Purpose of this Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#purpose-of-this-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The main objectives of this guide are to:\")]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Orient new developers to the software\u0027s architecture and codebase structure.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Provide a comprehensive reference for the development practices, coding standards, and tools used.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Detail the setup process for a development environment.\")])]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"acknowledgements\"}},[_c(\u0027strong\u0027,[_v(\"Acknowledgements\")]),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#acknowledgements\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ List and link sources of all reused/adapted ideas, code, documentation, and third-party libraries }\")])])])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":13}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Documentation.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand the documentation practices and link to relevant sources to help developers contribute to documentation.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"success\",\"seamless\":\"\"}},[_v(\"\\nUpdating documentation as changes are made to the project is ideal for any project.\\n\")]),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#documentation-guide\"}},[_v(\"Documentation Guide‎\")])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"documentation-guide\"}},[_v(\"Documentation Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#documentation-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"We use \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_c(\u0027strong\u0027,[_v(\"MarkBind\")])]),_v(\" to manage documentation.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"The \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"docs/\")]),_v(\" folder contains the source files for the documentation website.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"To learn how set it up and maintain the project website, follow the guide \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://se-education.org/guides/tutorials/markbind-forked-sites.html\"}},[_v(\"[se-edu/guides] Working with Forked MarkBind sites\")]),_v(\" for project documentation.\")])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Style guidance:\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Follow the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://developers.google.com/style\"}},[_c(\u0027strong\u0027,[_c(\u0027em\u0027,[_v(\"Google developer documentation style guide\")])])]),_v(\".\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Also relevant is the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://se-education.org/guides/conventions/markdown.html\"}},[_c(\u0027em\u0027,[_v(\"se-edu/guides \"),_c(\u0027strong\u0027,[_v(\"Markdown coding standard\")])])]),_v(\".\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Converting to PDF\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"See the guide \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://se-education.org/guides/tutorials/savingPdf.html\"}},[_c(\u0027em\u0027,[_v(\"se-edu/guides \"),_c(\u0027strong\u0027,[_v(\"Saving web documents as PDF files\")])])]),_v(\".\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":28}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Implementation.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section can be used to describe some noteworthy details on how certain features are implemented.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027p\u0027,[_v(\"Given below is an example usage scenario and how FeatureX behaves at each step.\")]),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Alternative 1 (current choice):\")]),_v(\" Implementation 1\")])]},proxy:true}])},[_v(\"\\nPros: Easy to implement.\"),_c(\u0027br\u0027),_v(\"\\nCons: May have performance issues in terms of memory usage.\\n\")]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Alternative 2:\")]),_v(\" Implementation 2\")])]},proxy:true}])},[_v(\"\\nPros: Will use less memory.\"),_c(\u0027br\u0027),_v(\"\\nCons: We must add addtional test cases.\\n\")]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#implementation\"}},[_v(\"Implementation‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#proposed-featurex-implementation\"}},[_v(\"[Proposed] FeatureX Implementation‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#proposed-data-archiving\"}},[_v(\"[Proposed] Data archiving‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(8)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"implementation\"}},[_v(\"Implementation\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#implementation\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"proposed-featurex-implementation\"}},[_v(\"[Proposed] FeatureX Implementation\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#proposed-featurex-implementation\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Step 1\")]),_v(\": User does something\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Expected\")]),_v(\": FeatureX does something in response\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Step 2\")]),_v(\": User does something else\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Expected\")]),_v(\": FeatureX does something else in response\")])])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"design-considerations\"}},[_v(\"Design considerations:\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#design-considerations\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Aspect: How FeatureX executes:\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ More aspects and alternatives to be added }\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"proposed-data-archiving\"}},[_v(\"[Proposed] Data archiving\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#proposed-data-archiving\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ Explain here how the data archiving feature will be implemented }\")])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":34}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Requirements.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section can be used to describe the requirements of the app, through the use of user stories, use cases.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_m(8),_v(\" \"),_m(9),_m(10),_v(\" \"),_m(11),_v(\" \"),_m(12),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Use case 1: Do something\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"MSS\")])]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"User requests ProjectEx\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"ProjectEx provides response\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Use case ends.\")])])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Extensions\")])]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"2a. Requests fails.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Use case ends.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"2b. User request is invalid.\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"2b1. ProjectEx shows an error message.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Use case resumes at step 2.\")])])])])])]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(13),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#requirements\"}},[_v(\"Requirements‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#product-scope\"}},[_v(\"Product scope‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#user-stories\"}},[_v(\"User stories‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#use-cases\"}},[_v(\"Use cases‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#non-functional-requirements\"}},[_v(\"Non-Functional Requirements‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(17)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"requirements\"}},[_v(\"Requirements\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#requirements\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"product-scope\"}},[_v(\"Product scope\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#product-scope\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Target user profile\")]),_v(\":\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"user needs\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"user preferences\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"user information\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Value proposition\")]),_v(\": Benefit compared to other similar products\")])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Non-Functional Requirements\")]),_v(\":\")])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"OS requirements\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Peformance\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Security\")])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"user-stories\"}},[_v(\"User stories\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#user-stories\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Priorities: High (must have) - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* * *\")]),_v(\", Medium (nice to have) - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* *\")]),_v(\", Low (unlikely to have) - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"*\")])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"table-responsive\"},[_c(\u0027table\u0027,{staticClass:\"markbind-table table table-bordered table-striped\"},[_c(\u0027thead\u0027,[_c(\u0027tr\u0027,[_c(\u0027th\u0027,[_v(\"Priority\")]),_v(\" \"),_c(\u0027th\u0027,[_v(\"As a …​\")]),_v(\" \"),_c(\u0027th\u0027,[_v(\"I want to …​\")]),_v(\" \"),_c(\u0027th\u0027,[_v(\"So that I can…​\")])])]),_v(\" \"),_c(\u0027tbody\u0027,[_c(\u0027tr\u0027,[_c(\u0027td\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* * *\")])]),_v(\" \"),_c(\u0027td\u0027,[_v(\"new user\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"see something\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"visualise something\")])]),_v(\" \"),_c(\u0027tr\u0027,[_c(\u0027td\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* *\")])]),_v(\" \"),_c(\u0027td\u0027,[_v(\"user\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"do something\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"complete something\")])]),_v(\" \"),_c(\u0027tr\u0027,[_c(\u0027td\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"*\")])]),_v(\" \"),_c(\u0027td\u0027,[_v(\"user with specific information\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"sort something\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"find something\")])])])])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{More to be added}\")])])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"use-cases\"}},[_v(\"Use cases\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#use-cases\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"(For all use cases below, the \"),_c(\u0027strong\u0027,[_v(\"System\")]),_v(\" is the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"ProjectEx\")]),_v(\" and the \"),_c(\u0027strong\u0027,[_v(\"Actor\")]),_v(\" is the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"User\")]),_v(\", unless specified otherwise)\")])}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{More to be added}\")])])}"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"non-functional-requirements\"}},[_v(\"Non-Functional Requirements\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#non-functional-requirements\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Should work on any \"),_c(\u0027em\u0027,[_v(\"mainstream OS\")]),_v(\" as long as it has Java \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"11\")]),_v(\" or above installed.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Should be able to hold up to 1000 persons without a noticeable sluggishness in performance for typical usage.\")])])}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{More to be added}\")])])}"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":61}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/SettingUp.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to help developers with setting up the project in their local environment.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Caution:\")]),_v(\"\\nFollow the steps in the following guide precisely. Things will not work out if you deviate in some steps.\")])]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:trigger_id\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"eg. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"init\")]),_v(\" or \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"build\")]),_v(\" commands\")]},proxy:true}])}),_v(\"\\n(Example) Steps to setup the project environment:\")],1),_v(\" \"),_c(\u0027ol\u0027,[_m(3),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Run setup commands\")]),_v(\": Run \"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:trigger_id\"}},[_v(\"commands\")]),_v(\" needed to setup the project.\"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\",\"seamless\":\"\"}},[_v(\"\\nNote: Remember to run commands from the appropriate directory.\\n\")])],1),_v(\" \"),_m(4),_v(\" \"),_m(5)]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(6),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_m(7),_v(\" \"),_c(\u0027p\u0027,[_v(\"Configure your VSCode or IDEA checkstyle to allign with the project\u0027s coding style.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\"\\nYou can easily customize your IDE\u0027s coding style through settings.\")])])],1),_v(\" \"),_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10)])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#setting-up-and-getting-started\"}},[_v(\"Setting up and getting started‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#setting-up-the-project-in-your-computer\"}},[_v(\"Setting up the project in your computer‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#before-writing-code\"}},[_v(\"Before writing code‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(11)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"setting-up-and-getting-started\"}},[_v(\"Setting up and getting started\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#setting-up-and-getting-started\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"setting-up-the-project-in-your-computer\"}},[_v(\"Setting up the project in your computer\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#setting-up-the-project-in-your-computer\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"First, \"),_c(\u0027strong\u0027,[_v(\"fork\")]),_v(\" the project repo, and \"),_c(\u0027strong\u0027,[_v(\"clone\")]),_v(\" the fork into your computer.\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Download packages\")]),_v(\": Run \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm install\")]),_v(\" to download the required packages.\")])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Configure files\")]),_v(\": Edit config files according to your needs. For example, changing the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"appTitle\")]),_v(\" in \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"config.js\")]),_v(\" to match your project name.\")])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Verify the setup (optional)\")]),_v(\":\\n\"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Run the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"build\")]),_v(\" and \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"serve\")]),_v(\" commands, ensuring that the site properly deploys on your local host.\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Run the tests\")]),_v(\" to ensure they all pass.\")])])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"before-writing-code\"}},[_v(\"Before writing code\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#before-writing-code\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Configure the coding style\")])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Set up CI\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"This project comes with a GitHub Actions config files (in \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\".github/workflows\")]),_v(\" folder). When GitHub detects those files, it will run the CI for your project automatically at each push to the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"master\")]),_v(\" branch or to any PR. No set up required.\")])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Learn the design\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"When you are ready to start coding, we recommend that you get some sense of the overall design by reading about \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html#Architecture\"}},[_v(\"ProjectEx’s architecture\")]),_v(\".\")])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Do the tutorial\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tracing Code tutorial\")]),_v(\" can help you get acquainted with the codebase.\")])])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":43}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Testing.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand the testing processes.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(3),_v(\" \"),_c(\u0027p\u0027,[_v(\"This project has two types of tests:\")]),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"1. Unit tests\")])])]},proxy:true}])},[_v(\"\\nThese tests target the lowest level methods/classes.\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Example command (replace with your own): \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run test\")])])]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"2. Integration tests\")])])]},proxy:true}])},[_v(\"\\nThese tests are checking the integration of multiple code units (those code units are assumed to be working).\\n\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#testing-guide\"}},[_v(\"Testing guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#running-tests\"}},[_v(\"Running tests‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#types-of-tests\"}},[_v(\"Types of tests‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(4)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"testing-guide\"}},[_v(\"Testing guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"running-tests\"}},[_v(\"Running tests\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#running-tests\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Method 1: Using script\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Create script for running tests in package.json\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Open a console and run the command for the script, like \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run test\")])])])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"types-of-tests\"}},[_v(\"Types of tests\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#types-of-tests\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":22}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/TracingCode.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_m(1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be taken as a reference on a tutorial on how to trace the execution path of a user command through the codebase of the App.\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"To understand an unfamiliar codebase, one strategy is to trace some representative execution path through the codebase using a debugger.\")]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027p\u0027,[_v(\"Before we jump into the code, it is useful to get an idea of the overall structure and the high-level behavior of the application.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_v(\"Architecture diagrams can be easily utilised with the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"puml\")])]),_v(\" tag. The \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"src\")]),_v(\" attribute specifies the path to the PlantUML file.\")])]),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/diagrams/example.png\",\"width\":\"300\"}}),_v(\" \"),_c(\u0027p\u0027,[_v(\"Before we proceed, ensure that you have done the following:\")]),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027p\u0027,[_v(\"As you know, the first step of debugging is to put in a breakpoint where you want the debugger to pause the execution.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" You can use a combination of Markbind\u0027s \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html\"}},[_c(\u0027strong\u0027,[_v(\"Images and Diagrams\")]),_v(\" features\")]),_v(\" such as \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"puml\")]),_v(\" and \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"pic\")]),_v(\" tags to provide a visual representation of the steps to be taken. \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#code\"}},[_c(\u0027strong\u0027,[_v(\"Code blocks\")])]),_v(\" can also be used as shown below.\")])]),_v(\" \"),_m(5),_m(6),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" You can use a list of steps to guide the reader through the process of tracing the execution path. This can be done using Markbind\u0027s \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#lists\"}},[_c(\u0027strong\u0027,[_v(\"Lists\")]),_v(\" feature\")]),_v(\".\")])]),_v(\" \"),_m(7)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#tutorial-tracing-code\"}},[_v(\"Tutorial: Tracing code‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#before-we-start\"}},[_v(\"Before we start‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#setting-a-breakpoint\"}},[_v(\"Setting a breakpoint‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#tracing-the-execution-path\"}},[_v(\"Tracing the execution path‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(8)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"tutorial-tracing-code\"}},[_v(\"Tutorial: Tracing code\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#tutorial-tracing-code\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027blockquote\u0027,[_c(\u0027p\u0027,[_v(\"Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. …​[Therefore,] making it easy to read makes it easier to write.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"— Robert C. Martin Clean Code: A Handbook of Agile Software Craftsmanship\")])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"before-we-start\"}},[_v(\"Before we start\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#before-we-start\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Read the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html#architecture\"}},[_c(\u0027em\u0027,[_v(\"Architecture\")]),_v(\" section of the DG\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Set up the project in your preferred IDE\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"setting-a-breakpoint\"}},[_v(\"Setting a breakpoint\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#setting-a-breakpoint\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027pre\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs java\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-keyword\"}},[_v(\"public\")]),_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-class\"}},[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-keyword\"}},[_v(\"interface\")]),_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-title\"}},[_v(\"Example\")]),_v(\" \")]),_v(\"{\\n\")]),_c(\u0027span\u0027,[_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\"/**\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * Executes returns the output.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-doctag\"}},[_v(\"@param\")]),_v(\" exampleInput The input as entered by the user.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-doctag\"}},[_v(\"@return\")]),_v(\" The example output.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-doctag\"}},[_v(\"@throws\")]),_v(\" ExampleException If an error occurs.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" */\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-function\"}},[_v(\"ExampleOutput \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-title\"}},[_v(\"execute\")]),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-params\"}},[_v(\"(String exampleInput)\")]),_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-keyword\"}},[_v(\"throws\")]),_v(\" ExampleException\")]),_v(\";\\n\")]),_c(\u0027span\u0027,[_v(\"...\\n\")]),_c(\u0027span\u0027,[_v(\"}\\n\")])])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"tracing-the-execution-path\"}},[_v(\"Tracing the execution path\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#tracing-the-execution-path\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Firstly, do this.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Next, do that.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Finally, do this.\")])])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":34}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_m(1),_v(\" \"),_c(\u0027pic\u0027,{staticStyle:{\"margin-bottom\":\"20px\"},attrs:{\"src\":\"/images/SeEduLogo.png\",\"width\":\"200px\"}},[_v(\"\\nProject Onboarding Screen\\n\")]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_c(\u0027p\u0027,[_v(\"Take this template as a \"),_c(\u0027em\u0027,[_v(\"starting point\")]),_v(\" for your project documentation, taking reference of what would be in a typical project documentation site, replacing the content with your own.\")])]),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nRemember to replace the following with your own acknowledgements.\\n\")]),_v(\" \"),_m(5)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"projectex\"}},[_v(\"ProjectEx\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projectex\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/MarkBind/markbind/actions\"}},[_c(\u0027img\u0027,{staticClass:\"img-fluid\",attrs:{\"src\":\"https://github.com/MarkBind/markbind/workflows/CI/badge.svg\",\"alt\":\"CI Status\"}})]),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://codecov.io/gh/MarkBind/markbind\"}},[_c(\u0027img\u0027,{staticClass:\"img-fluid\",attrs:{\"src\":\"https://codecov.io/gh/MarkBind/markbind/branch/master/graph/badge.svg\",\"alt\":\"codecov\"}})])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation.\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"If you are interested in using ProjectEx, head over to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_c(\u0027em\u0027,[_v(\"Quick Start\")]),_v(\" section of the \"),_c(\u0027strong\u0027,[_v(\"User Guide\")])]),_v(\".\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"If you are interested about contributing to developing ProjectEx, the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_c(\u0027strong\u0027,[_v(\"Developer Guide\")])]),_v(\" is a good place to start.\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Acknowledgements\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Libraries used: \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://openjfx.io/\"}},[_v(\"JavaFX\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/FasterXML/jackson\"}},[_v(\"Jackson\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/junit-team/junit5\"}},[_v(\"JUnit5\")])])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":28}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/bootstrap.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@charset \"UTF-8\";/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2021 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2021 Twitter, Inc."},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",\"Liberation Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a\u003ecode{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role\u003dbutton]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type\u003dbutton],[type\u003dreset],[type\u003dsubmit],button{-webkit-appearance:button}[type\u003dbutton]:not(:disabled),[type\u003dreset]:not(:disabled),[type\u003dsubmit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type\u003dsearch]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote\u003e:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:\"— \"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row\u003e*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-1\u003e*{flex:0 0 auto;width:100%}.row-cols-2\u003e*{flex:0 0 auto;width:50%}.row-cols-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-4\u003e*{flex:0 0 auto;width:25%}.row-cols-5\u003e*{flex:0 0 auto;width:20%}.row-cols-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-sm-1\u003e*{flex:0 0 auto;width:100%}.row-cols-sm-2\u003e*{flex:0 0 auto;width:50%}.row-cols-sm-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4\u003e*{flex:0 0 auto;width:25%}.row-cols-sm-5\u003e*{flex:0 0 auto;width:20%}.row-cols-sm-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-md-1\u003e*{flex:0 0 auto;width:100%}.row-cols-md-2\u003e*{flex:0 0 auto;width:50%}.row-cols-md-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4\u003e*{flex:0 0 auto;width:25%}.row-cols-md-5\u003e*{flex:0 0 auto;width:20%}.row-cols-md-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-lg-1\u003e*{flex:0 0 auto;width:100%}.row-cols-lg-2\u003e*{flex:0 0 auto;width:50%}.row-cols-lg-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4\u003e*{flex:0 0 auto;width:25%}.row-cols-lg-5\u003e*{flex:0 0 auto;width:20%}.row-cols-lg-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-xl-1\u003e*{flex:0 0 auto;width:100%}.row-cols-xl-2\u003e*{flex:0 0 auto;width:50%}.row-cols-xl-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4\u003e*{flex:0 0 auto;width:25%}.row-cols-xl-5\u003e*{flex:0 0 auto;width:20%}.row-cols-xl-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-xxl-1\u003e*{flex:0 0 auto;width:100%}.row-cols-xxl-2\u003e*{flex:0 0 auto;width:50%}.row-cols-xxl-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4\u003e*{flex:0 0 auto;width:25%}.row-cols-xxl-5\u003e*{flex:0 0 auto;width:20%}.row-cols-xxl-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table\u003e:not(caption)\u003e*\u003e*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table\u003etbody{vertical-align:inherit}.table\u003ethead{vertical-align:bottom}.table\u003e:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm\u003e:not(caption)\u003e*\u003e*{padding:.25rem .25rem}.table-bordered\u003e:not(caption)\u003e*{border-width:1px 0}.table-bordered\u003e:not(caption)\u003e*\u003e*{border-width:0 1px}.table-borderless\u003e:not(caption)\u003e*\u003e*{border-bottom-width:0}.table-borderless\u003e:not(:first-child){border-top-width:0}.table-striped\u003etbody\u003etr:nth-of-type(odd)\u003e*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover\u003etbody\u003etr:hover\u003e*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type\u003dfile]{overflow:hidden}.form-control[type\u003dfile]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size\u003d\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type\u003dcheckbox]{border-radius:.25em}.form-check-input[type\u003dradio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type\u003dcheckbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10l3 3l6-6\u0027/%3e%3c/svg%3e\")}.form-check-input:checked[type\u003dradio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00272\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-input[type\u003dcheckbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10h8\u0027/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027rgba%280, 0, 0, 0.25%29\u0027/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%2386b7fe\u0027/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating\u003e.form-control,.form-floating\u003e.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating\u003elabel{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating\u003elabel{transition:none}}.form-floating\u003e.form-control{padding:1rem .75rem}.form-floating\u003e.form-control::-moz-placeholder{color:transparent}.form-floating\u003e.form-control::placeholder{color:transparent}.form-floating\u003e.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:focus,.form-floating\u003e.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:focus~label,.form-floating\u003e.form-control:not(:placeholder-shown)~label,.form-floating\u003e.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group\u003e.form-control,.input-group\u003e.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group\u003e.form-control:focus,.input-group\u003e.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg\u003e.btn,.input-group-lg\u003e.form-control,.input-group-lg\u003e.form-select,.input-group-lg\u003e.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm\u003e.btn,.input-group-sm\u003e.form-control,.input-group-sm\u003e.form-select,.input-group-sm\u003e.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg\u003e.form-select,.input-group-sm\u003e.form-select{padding-right:3rem}.input-group:not(.has-validation)\u003e.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)\u003e:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation\u003e.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation\u003e:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group\u003e:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%23198754\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%23198754\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23dc3545\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23dc3545\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23dc3545\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23dc3545\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show\u003e.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show\u003e.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show\u003e.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show\u003e.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show\u003e.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show\u003e.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show\u003e.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show\u003e.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show\u003e.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show\u003e.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show\u003e.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show\u003e.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show\u003e.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show\u003e.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show\u003e.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show\u003e.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg\u003e.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm\u003e.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\"}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical\u003e.btn,.btn-group\u003e.btn{position:relative;flex:1 1 auto}.btn-group-vertical\u003e.btn-check:checked+.btn,.btn-group-vertical\u003e.btn-check:focus+.btn,.btn-group-vertical\u003e.btn.active,.btn-group-vertical\u003e.btn:active,.btn-group-vertical\u003e.btn:focus,.btn-group-vertical\u003e.btn:hover,.btn-group\u003e.btn-check:checked+.btn,.btn-group\u003e.btn-check:focus+.btn,.btn-group\u003e.btn.active,.btn-group\u003e.btn:active,.btn-group\u003e.btn:focus,.btn-group\u003e.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group\u003e.btn-group:not(:first-child),.btn-group\u003e.btn:not(:first-child){margin-left:-1px}.btn-group\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group\u003e.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group\u003e.btn:nth-child(n+3),.btn-group\u003e:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm\u003e.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg\u003e.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical\u003e.btn,.btn-group-vertical\u003e.btn-group{width:100%}.btn-group-vertical\u003e.btn-group:not(:first-child),.btn-group-vertical\u003e.btn:not(:first-child){margin-top:-1px}.btn-group-vertical\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group-vertical\u003e.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group-vertical\u003e.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show\u003e.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill\u003e.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified\u003e.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content\u003e.tab-pane{display:none}.tab-content\u003e.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar\u003e.container,.navbar\u003e.container-fluid,.navbar\u003e.container-lg,.navbar\u003e.container-md,.navbar\u003e.container-sm,.navbar\u003e.container-xl,.navbar\u003e.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show\u003e.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027rgba%280, 0, 0, 0.55%29\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show\u003e.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027rgba%28255, 255, 255, 0.55%29\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card\u003ehr{margin-right:0;margin-left:0}.card\u003e.list-group{border-top:inherit;border-bottom:inherit}.card\u003e.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card\u003e.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card\u003e.card-header+.list-group,.card\u003e.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group\u003e.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group\u003e.card{flex:1 0 0%;margin-bottom:0}.card-group\u003e.card+.card{margin-left:0;border-left:0}.card-group\u003e.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group\u003e.card:not(:last-child) .card-header,.card-group\u003e.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group\u003e.card:not(:last-child) .card-footer,.card-group\u003e.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group\u003e.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group\u003e.card:not(:first-child) .card-header,.card-group\u003e.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group\u003e.card:not(:first-child) .card-footer,.card-group\u003e.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%230c63e4\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:\"\";background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23212529\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, \"/\")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered\u003eli::before{content:counters(section, \".\") \". \";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal\u003e.list-group-item.active{margin-top:0}.list-group-horizontal\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush\u003e.list-group-item{border-width:0 0 1px}.list-group-flush\u003e.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23000\u0027%3e%3cpath d\u003d\u0027M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\u0027/%3e%3c/svg%3e\") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container\u003e:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer\u003e*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:\"\";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^\u003dtop],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dright],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dbottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dleft],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:\"\";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow,.bs-popover-top\u003e.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::before,.bs-popover-top\u003e.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::after,.bs-popover-top\u003e.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow,.bs-popover-end\u003e.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::before,.bs-popover-end\u003e.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::after,.bs-popover-end\u003e.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow,.bs-popover-bottom\u003e.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::before,.bs-popover-bottom\u003e.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::after,.bs-popover-bottom\u003e.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:\"\";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow,.bs-popover-start\u003e.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::before,.bs-popover-start\u003e.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::after,.bs-popover-start\u003e.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:\"\"}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\u0027/%3e%3c/svg%3e\")}.carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:\"\"}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:\"\"}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio\u003e*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"/*# sourceMappingURL\u003dbootstrap.min.css.map */"}],"authorContributionMap":{"KevinEyo1":7}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"KevinEyo1":2}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/codeblock-light.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8ff}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#e6e6fa}.hljs.inline{background:#f8f8f8}.hljs.inline.no-lang{color:#e83e8c}.hljs:not(.inline){border:1px solid #c8c8c8;border:1px solid rgba(200,200,200,.3)}.code-block-heading{background:#f2f2ff;color:#8787a5}button.function-btn{background-color: #f8f8ff}"}],"authorContributionMap":{"KevinEyo1":2}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/markbind.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".resize-observer[data-v-8859cc6c]{background-color:transparent;border:none;opacity:0}.resize-observer[data-v-8859cc6c],.resize-observer[data-v-8859cc6c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.v-popper__popper{left:0;top:0;z-index:10000}.v-popper__popper.v-popper__popper--hidden{opacity:0;pointer-events:none;transition:opacity .15s,visibility .15s;visibility:hidden}.v-popper__popper.v-popper__popper--shown{opacity:1;transition:opacity .15s;visibility:visible}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition\u003e.v-popper__wrapper{transition:none!important}.v-popper__backdrop{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.v-popper__inner{box-sizing:border-box;overflow-y:auto;position:relative}.v-popper__inner\u003ediv{max-height:inherit;max-width:inherit;position:relative;z-index:1}.v-popper__arrow-container{height:10px;position:absolute;width:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;height:0;left:0;position:absolute;top:0;width:0}.v-popper__arrow-inner{border-width:7px;visibility:hidden}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-top-width:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-left-color:transparent!important;border-left-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-right-color:transparent!important;border-right-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 30px #0000001a;color:#000}.v-popper--theme-dropdown .v-popper__arrow-inner{border-color:#fff;visibility:visible}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);border-radius:6px;color:#fff;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.box-container[data-v-0eabf1c4]{border-radius:6px;padding:0}.box-header-wrapper[data-v-0eabf1c4]{align-items:center;border-radius:6px 6px 0 0;display:flex;flex-direction:row;padding:.4rem 1.25rem .28rem;width:100%}.box-body-wrapper[data-v-0eabf1c4]{display:flex;flex-direction:row;padding:.75rem 1.25rem;width:100%}.box-container.seamless\u003e.header-and-body\u003e.box-body-wrapper[data-v-0eabf1c4]{padding:.75rem .5rem}.contents[data-v-0eabf1c4]{min-width:0;padding:0 6px;width:100%}.box-container.seamless\u003e.header-and-body\u003ediv.box-body-wrapper\u003e.contents[data-v-0eabf1c4]{padding-left:12px}.heading[data-v-0eabf1c4]{background-color:hsla(0,0%,94%,.6);border-radius:0 6px;border-width:0;color:inherit;display:inline;float:right;font-weight:400;margin:-13px -27px 0 15px;padding:3px 5px 4px;width:auto}.box-body-wrapper-with-heading[data-v-0eabf1c4]{padding-top:.5rem}.alert-dismissible[data-v-0eabf1c4]{padding-right:4rem}.box-header[data-v-0eabf1c4]{font-weight:500}.icon-wrapper[data-v-0eabf1c4]{display:inline;margin-right:.5em;min-width:1em;text-align:center}.close-with-heading[data-v-0eabf1c4]{padding:1rem;position:absolute;right:0;top:0}.close-with-heading\u003espan[data-v-0eabf1c4]{vertical-align:text-top}.alert-dismissible .btn-close[data-v-0eabf1c4]{padding:1rem}.contents[data-v-0eabf1c4]\u003e:last-child{margin-bottom:0}.alert-default[data-v-0eabf1c4]{background-color:#f6f8fa;border-color:#e8ebef;color:#24292e}.alert-border-left[data-v-0eabf1c4]{background-color:#f9f8f8;border-left:solid;border-width:0 0 0 5px}.vertical-divider[data-v-0eabf1c4]{width:4px}.horizontal-divider[data-v-0eabf1c4]{height:3px;margin:0 auto;width:calc(100% - 2.5rem)}.no-background[data-v-0eabf1c4]{background:none}.no-border[data-v-0eabf1c4]{border:none}@media screen and (width \u003c\u003d 768px){.box-header-wrapper[data-v-0eabf1c4]{padding:.75rem .75rem .1rem}.box-body-wrapper[data-v-0eabf1c4]{padding:.75rem}.contents[data-v-0eabf1c4]{padding:0}}div.box-header\u003e*{margin-bottom:0}.notlink[data-v-ef898034]{color:#6d757d}.breadcrumb-divider[data-v-ef898034]{--bs-breadcrumb-divider:\"›\"}.breadcrumb-item[data-v-ef898034]:before,.breadcrumb-marker[data-v-ef898034]{font-size:15px}.dropdown-submenu[data-v-3c82541c]{color:#212529!important;padding:0!important;position:relative}.dropdown-submenu ul.dropdown-menu[data-v-3c82541c]{margin-left:0}.btn-group\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-3c82541c],.dropdown\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-3c82541c]{margin-bottom:-.5rem}@media (width \u003e\u003d 768px){.submenu-toggle[data-v-3c82541c]:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:\"\";display:inline-block;float:right;height:0;margin-top:.5em;vertical-align:.255em;width:0}}@media (width \u003c\u003d 767px){.dropdown-submenu\u003eul[data-v-3c82541c]{border-radius:0;float:none;margin:-.05rem;padding-bottom:0;position:static}.submenu-toggle[data-v-3c82541c]:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:\"\";display:inline-block;float:right;height:0;margin-left:.255em;margin-top:.5em;vertical-align:.255em;width:0}.navbar-default .dropdown[data-v-ccda25c0]{position:static}.navbar-default .dropdown-menu[data-v-ccda25c0]{max-height:75vh;max-width:100%;overflow-y:auto;overscroll-behavior:contain;position:absolute}.navbar-default .dropdown-menu-end[data-v-ccda25c0]{right:auto}}.secret[data-v-ccda25c0]{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.btn-with-before[data-v-ccda25c0]{padding-left:.2rem;padding-right:.4rem}.dropdown-toggle[data-v-ccda25c0]{cursor:pointer;display:block;width:max-content}.navbar .dropdown-toggle[data-v-ccda25c0]{text-decoration:none}.nav-link\u003e.nav-link[data-v-ccda25c0]{padding:0}.toggle-site-nav-button[data-v-d6ffaa8e]{cursor:pointer;height:53px;left:0;padding:15px;position:absolute;transform:rotate(0deg);transition:all .25s ease-in-out;width:52px}.toggle-site-nav-button span[data-v-d6ffaa8e]{background-color:#000;display:block;height:3px;left:15px;position:absolute;top:50%;transition:all .25s ease-in-out;width:21px}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:translateY(-8px)}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){transform-origin:100% 50%}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:rotate(135deg)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){left:-60px;opacity:0}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:rotate(-135deg)}.toggle-page-nav-button[data-v-4b08b1df]{cursor:pointer;padding:15px;position:absolute;right:0;top:6px}.toggle-page-nav-button span[data-v-4b08b1df]{background-color:#000;border-radius:50%;display:block;height:5px;margin-top:2px;position:absolute;right:15px;transform:rotate(0deg);transition:all .25s ease-in-out;width:5px}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{transform:translateY(-8px)}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform-origin:100% 50%}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{border-radius:0;height:3px;transform:rotate(135deg);width:21px}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform:scale(0)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){border-radius:0;height:3px;transform:rotate(-135deg);width:21px}@media (width \u003c\u003d 767px){.navbar[data-v-7c0fd418]{padding-bottom:0;padding-left:0;padding-right:0}.navbar-left[data-v-7c0fd418]{max-width:50%;order:1;padding-left:1rem}.navbar-left [data-v-7c0fd418]{white-space:normal}.navbar-right[data-v-7c0fd418]{max-width:50%;order:1;padding:0 16px}.navbar-default[data-v-7c0fd418]{-ms-overflow-style:none;display:block;margin-top:.3125rem;order:2;overflow-x:scroll;scrollbar-width:none;width:100%}.navbar-default[data-v-7c0fd418]::-webkit-scrollbar{display:none}.navbar-default ul[data-v-7c0fd418]{flex-direction:row;margin-top:0!important;width:100%}.navbar-default\u003eul\u003e[data-v-7c0fd418]{background:rgba(0,0,0,.2);flex-grow:1;padding:.3125rem .625rem}.navbar-light .navbar-default\u003eul\u003e[data-v-7c0fd418]{background:rgb(0 0 0/5%)}.navbar-default\u003eul\u003e.current[data-v-7c0fd418]{background:transparent}.navbar-default a[data-v-7c0fd418],[data-v-7c0fd418] .dropdown-toggle{margin:0 auto;width:max-content}[data-v-7c0fd418] .dropdown{align-items:center;display:flex}.container-fluid[data-v-7c0fd418]{padding:0}}.navbar-brand[data-v-7c0fd418]{display:inline-block}.navbar-brand\u003eimg[data-v-7c0fd418],.navbar-brand\u003esvg[data-v-7c0fd418]{display:block}.navbar-right[data-v-7c0fd418]{padding-right:1rem}.navbar-left[data-v-7c0fd418]{align-items:center;display:flex;font-size:1.25rem;line-height:inherit;padding:.3125rem 1rem;white-space:nowrap}.navbar-fixed[data-v-7c0fd418]{position:fixed;width:100%;z-index:1000}.navbar-default[data-v-7c0fd418]{align-items:center;display:flex;flex-basis:auto;flex-grow:1}[data-v-7c0fd418] .dropdown-current{background:#007bff;color:#fff!important}.lower-navbar-container[data-v-7c0fd418]{background-color:#fff;border-bottom:1px solid #c1c1c1;height:50px;position:relative;width:100%}.navbar.navbar-dark .navbar-nav[data-v-7c0fd418] .current:not(.dropdown) a,.navbar.navbar-dark .navbar-nav[data-v-7c0fd418] .dropdown.current\u003ea{color:#fff}.navbar.navbar-light .navbar-nav[data-v-7c0fd418] .current:not(.dropdown) a,.navbar.navbar-light .navbar-nav[data-v-7c0fd418] .dropdown.current\u003ea{color:#000}.collapse-button{float:right;font-size:10px!important;margin-left:3px;margin-top:2px;padding:3px 8px!important}.collapse-icon{transition:transform .4s ease-in-out}.collapse-icon.opened{transform:rotate(-180deg)}.card-container[data-v-3602e6fc]{scroll-margin-top:var(--sticky-header-height)}.card-collapse[data-v-3602e6fc]{overflow:hidden;transition:max-height .5s ease-in-out}.seamless-button[data-v-3602e6fc]{opacity:0;transition:opacity .3s}.card-header:hover .seamless-button[data-v-3602e6fc]{opacity:1}.card-peek-collapsed[data-v-3602e6fc]{position:relative}.card-peek-collapsed[data-v-3602e6fc]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.peek-read-more[data-v-3602e6fc]{opacity:.2;transition:opacity .5s;z-index:1}.peek-read-more[data-v-3602e6fc]:before{bottom:10px;position:absolute;text-align:center;width:100%}.peek-read-more[data-v-3602e6fc]:hover{cursor:pointer;opacity:.4}.peek-read-more-fade-enter[data-v-3602e6fc],.peek-read-more-fade-leave-to[data-v-3602e6fc]{opacity:0}.card-heading{width:100%}.card-title{display:inline-block;font-size:1em;line-height:1.2em;margin:0;text-align:left;white-space:normal}.card-title *{margin-bottom:0!important}.caret-wrapper{float:left;width:32px}.minimal-caret-wrapper{display:inline-block;font-size:13px;margin-right:5px}.header-wrapper{display:inline-block;transition:opacity .5s;width:calc(100% - 128px)}.header-transparent{opacity:0}.button-wrapper{float:right;width:96px}.header-toggle{cursor:pointer}.expandable-card{margin-bottom:0!important;margin-top:5px}.card-collapse\u003ehr{margin-top:0}.card-group\u003e.card-container\u003e.expandable-card{margin-top:0!important}.bottom-button-wrapper{margin-bottom:13px;padding-bottom:13px}.bottom-button-wrapper\u003e.collapse-button{margin-top:5px;opacity:.2}.bottom-button-wrapper\u003e.collapse-button:hover{opacity:1}.close-button{margin-left:3px}.close-button,.popup-button{float:right;font-size:10px!important;margin-top:2px;padding:3px 8px!important}.morph{display:inline-block}.morph-display-wrapper{align-items:center;display:flex;margin-top:5px}@media (width \u003c\u003d 575.98px){.header-wrapper{display:inline-block;width:calc(100% - 64px)}.button-wrapper{float:right;width:32px}.card-body{padding:.5rem}.card-collapse\u003ehr{margin-top:.5rem}.card-header{padding:.5rem}}.card-peek-collapsed[data-v-6cec1f15]{position:relative}.card-peek-collapsed[data-v-6cec1f15]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.morph-title[data-v-6cec1f15]{background-color:transparent;border-color:#000;padding:0 .3em;vertical-align:top}.morph-title[data-v-6cec1f15]:active,.morph-title[data-v-6cec1f15]:focus,.morph-title[data-v-6cec1f15]:hover{background-color:#343a40;border-color:#343a40;color:#fff}.card-collapse[data-v-6cec1f15]{overflow:hidden;transition:max-height .5s ease-in-out}.card-flex[data-v-6cec1f15]{border:0;display:flex;flex-direction:column;margin:0}.header-fade-enter[data-v-6cec1f15]{opacity:0}.header-fade-leave-active[data-v-6cec1f15]{position:absolute}.header-fade-leave-to[data-v-6cec1f15]{opacity:0!important}.card-title-inline[data-v-6cec1f15]{display:inline-block}.card-body[data-v-6cec1f15]{padding:0}.header-wrapper[data-v-6cec1f15]{background-color:#fff;display:inline-block;width:100%}.header-wrapper-bottom[data-v-6cec1f15]{order:1}.ellipses[data-v-6cec1f15]:before{bottom:3px;content:\"...\";font-weight:900;margin-right:4px;position:relative}.button-wrapper[data-v-6cec1f15]{border:solid hsla(0,0%,59%,.2);border-width:0 0 0 1px;display:inline-block;float:none;margin-left:2px;opacity:0;padding-left:2px;transition:opacity .5s;vertical-align:text-top;width:auto}.button-wrapper-expanded[data-v-6cec1f15]{border:0;margin-left:0;padding-left:0}.card:hover .button-wrapper[data-v-6cec1f15]{opacity:1}.header-toggle[data-v-6cec1f15]{cursor:pointer}.glyphicon[data-v-6cec1f15]{font-size:12px}.minimal-button[data-v-6cec1f15]{background-color:transparent;border:0;color:#969696;cursor:pointer;padding:0 3px}.minimal-button[data-v-6cec1f15]:active,.minimal-button[data-v-6cec1f15]:focus,.minimal-button[data-v-6cec1f15]:hover{color:#1e1e1e}.minimal-popup-button[data-v-6cec1f15]{font-size:9px;top:1px}.minimal-menu-up[data-v-6cec1f15]{font-size:13px;top:2px}.minimal-menu-down[data-v-6cec1f15]{font-size:13px;top:1px}.minimal-close-button[data-v-6cec1f15]{font-size:11px;top:0}@media (width \u003c\u003d 575.98px){.button-wrapper-expanded[data-v-6cec1f15]{border:0;margin-left:0;opacity:.15;padding-left:0}.button-wrapper-visible[data-v-6cec1f15]{opacity:1}}.annotate-image-wrapper{display:inline-block;position:relative;text-align:left}.annotate-image{height:auto;max-width:100%}.annotate-point{bottom:0;left:0;pointer-events:none;top:0}.annotate-point,.popover-annotation{height:100%;position:absolute;width:100%}.hover-point{border-radius:50%;border-style:solid;border-width:1px;z-index:1}.hover-label{pointer-events:none;position:absolute;text-align:center;z-index:2}.hover-wrapper{align-items:center;background:transparent;display:inline-flex;justify-content:center;z-index:0}.legend-wrapper{height:100%;position:relative}.text-header{font-size:1.1em;font-weight:500;margin-top:1em}.image-wrapper{display:inline-block;padding:4px;text-align:center}.image-caption{display:block}.quiz-container[data-v-2b2275c0]{isolation:isolate;overflow:hidden}.intro-outro-card[data-v-2b2275c0]{transition:transform .35s ease-out,opacity .35s linear}.intro-outro-card-enter-active[data-v-2b2275c0],.intro-outro-card-leave-to[data-v-2b2275c0]{opacity:0}.intro-outro-card\u003e.card-body[data-v-2b2275c0]{align-items:center;display:flex;flex-direction:column;justify-content:center}.score[data-v-2b2275c0]{font-size:1.4rem;font-weight:700}.score-circle[data-v-2b2275c0]{stroke-dasharray:264;fill:none;stroke:rgba(132,215,255,.8);stroke-width:8;transition:stroke-dashoffset 1.5s ease-out,stroke 1.5s linear}.score-background-circle[data-v-2b2275c0]{fill:none;stroke:hsla(0,2%,89%,.5);stroke-width:8}.btn[data-v-2b2275c0]{border-radius:2em}.progress-bar-z[data-v-2b2275c0]{z-index:1}.result-icon[data-v-ae369d74]{align-items:center;border-radius:2em;border-style:solid;border-width:2px;display:inline-flex;height:2em;justify-content:center;width:2em}.question[data-v-ae369d74]{margin-bottom:1rem;transition:transform .35s ease-out,opacity .35s linear}.question-enter-active[data-v-ae369d74]{opacity:0;transform:translateY(-2%)}.question-leave-to[data-v-ae369d74]{opacity:0;transform:translateY(2%)}.q-btn[data-v-ae369d74]{border-radius:2.5em;transition:opacity .5s,transform .7s}.q-btn-enter[data-v-ae369d74]{opacity:0;transform:translateY(30px)}.q-btn-leave-to[data-v-ae369d74]{opacity:0;transform:translateX(calc(-100% - .25rem))}.q-btn-leave-active[data-v-ae369d74]{position:absolute}.card-header[data-v-ae369d74]{font-size:1.05em;font-weight:400}.answer[data-v-ae369d74]\u003e:last-child,.card-header[data-v-ae369d74]\u003e:last-child{margin-bottom:0}@keyframes shake-data-v-ae369d74{50%{transform:translate(-2px)}to{transform:translate(2px)}}.shake[data-v-ae369d74]{animation:shake-data-v-ae369d74 .15s;animation-iteration-count:1}textarea.form-control[data-v-ae369d74]{height:auto;margin-bottom:10px;min-height:75px}.fa-check[data-v-1074287c],.fa-times[data-v-1074287c]{font-size:1.2em}.content[data-v-1074287c] :last-child,.reason[data-v-1074287c] :last-child{margin-bottom:0}.reason[data-v-1074287c]{padding:0 .5rem}.checkbox-label[data-v-1074287c]{cursor:pointer}.form-control[data-v-1074287c]{cursor:pointer;height:auto;margin-bottom:10px}.form-control.danger\u003e.checkbox-label[data-v-1074287c],.form-control.danger[data-v-1074287c],.form-control.success\u003e.checkbox-label[data-v-1074287c],.form-control.success[data-v-1074287c]{cursor:default}.disabled[data-v-1074287c]{opacity:.9}.radio-svg[data-v-1074287c]{height:1em;vertical-align:text-top;width:1em}.checkbox[data-v-1074287c]{height:1em;margin-right:5px;vertical-align:middle;width:1em}.row[data-v-1074287c]{align-items:center;margin:.2rem 0 0}input.form-control[data-v-1074287c]{cursor:text;height:auto;margin-bottom:0;min-height:20px;width:50%}.blanks-keywords[data-v-1074287c],input.form-control[data-v-1074287c]:disabled{margin-bottom:.5rem}.blanks-form-control[data-v-1074287c]{border:none;cursor:default}.blanks-cross[data-v-1074287c]{margin-left:3px;margin-right:3px}.fa-hashtag[data-v-98afe086],.fa-key[data-v-98afe086]{padding-right:.2em}.mark[data-v-98afe086]{padding:0!important}.heading[data-v-98afe086]{padding:0 0 .1rem .2rem}.heading-text[data-v-98afe086]{display:inline-block;vertical-align:top;white-space:normal;width:92%;word-break:break-word}.keyword-text[data-v-98afe086]{font-size:smaller}.page-title[data-v-98afe086]{font-size:1.05rem;font-weight:700}.page-headings-separator[data-v-98afe086]{margin:.2rem 0}.dropdown[data-v-cea1a814]{display:block}.form-control[data-v-cea1a814]{max-width:25.4em;min-width:12.7em}@media screen and (width \u003c\u003d 878px) and (orientation:portrait){.form-control[data-v-cea1a814]{max-width:16em;min-width:8em}}@media screen and (width \u003e\u003d 768px) and (width \u003c\u003d 878px) and (orientation:landscape){.form-control[data-v-cea1a814]{max-width:18em;min-width:9em}}.table-active[data-v-cea1a814]{background-color:rgba(0,0,0,.075)}.dropdown-menu-end[data-v-cea1a814]{left:auto;right:0}.placeholder-div-hidden[data-v-cea1a814]{border-bottom:0;border-top:0;height:0;overflow:hidden;padding-bottom:0;padding-top:0;visibility:hidden}.search-dropdown-menu{max-height:30em;min-width:30em;overflow-y:scroll}.dropdown-menu\u003eli\u003ea{cursor:pointer}@media screen and (width \u003c\u003d 768px){.search-dropdown-menu{max-height:30em;min-width:90vw;overflow-y:scroll}.dropdown-menu.search-dropdown-menu{position:absolute}}.tab-pane\u003ehr[data-v-661c1b61]{margin:0}.printable-tab-header[data-v-661c1b61],.tab-pane-hide[data-v-661c1b61]{display:none}@media print{.printable-tab-header[data-v-661c1b61]{border-bottom:1px solid #dee2e6;display:flex;margin-bottom:15px}.printable-tab-header\u003ediv[data-v-661c1b61]{margin-bottom:-2px}.printable-tab-pane[data-v-661c1b61]{display:block;padding:10px}}.nav-tabs[data-v-a785351c]{margin-bottom:15px}.printable-tab-group-header[data-v-a785351c]{display:none}@media print{.printable-tab-group[data-v-a785351c]{border:1px solid #dee2e6;border-radius:5px;margin:10px 0;padding:10px}.printable-tab-group-header[data-v-a785351c]{display:block;margin-bottom:10px;text-decoration:underline}}.nav-tabs[data-v-70a68808]{margin-bottom:15px}.tab-content[data-v-70a68808]{margin-bottom:1.5rem}@media print{.printable-tabs[data-v-70a68808]{border:1px solid #dee2e6;border-radius:5px;padding:20px}}.thumb-wrapper{display:inline-block;overflow:hidden;position:relative;text-align:center;vertical-align:middle}.thumb-circle{border-radius:50%}.thumb-image{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.site-nav-root a.current{color:#0072ec}.site-nav-list{list-style-type:none;padding-left:0}.site-nav-default-list-item{cursor:pointer;display:flex;transition:background-color .08s}.site-nav-custom-list-item,.site-nav-default-list-item{color:#454545;padding:.5rem 0 0 2.8rem}.site-nav-list-item-0{font-size:1.2em;font-weight:500;padding:.5rem 0 .5rem .8rem}.site-nav-list-item-1{font-size:1.03em;padding:.4rem 0 .4rem 1.3rem}.site-nav-list-item-2{font-size:.89em;padding:.3rem 0 .3rem 1.8rem}.site-nav-list-item-3{font-size:.76em;padding:.2rem 0 .2rem 2.4rem}.site-nav-default-list-item:hover{background-color:rgba(214,233,255,.35)}.site-nav-default-list-item a{color:#454545;display:inline-block;height:100%}.site-nav-default-list-item:hover a{color:#000;text-decoration:none}.site-nav-dropdown-btn-container{display:flex;height:1.5em;margin:0 .75rem 0 auto;place-content:center center;width:2rem}.site-nav-dropdown-btn-icon{align-self:center;border-radius:1rem;display:inline-block;height:1.5em;padding:0;text-align:center;transform:rotate(0deg);transition:.4s;vertical-align:baseline;width:1.5em}.site-nav-dropdown-btn-icon:hover{background-color:#d8e3fb}.site-nav-rotate-icon{color:#4c7ff1;transform:rotate(-180deg)}.site-nav-dropdown-container{background:transparent;max-height:0;overflow:hidden;transition:max-height .15s ease-out}.site-nav-dropdown-container-open{max-height:1000px;transition:max-height .25s ease-in}.nav-menu[data-v-1a3e7aee]{display:none;overflow-y:auto;padding:0 10px 20px;position:absolute;top:100%}.nav-menu-open[data-v-1a3e7aee]{background:#fff;clear:both;display:block!important;width:100%!important}.mb-mobile-nav[data-v-e6005420]{border:none!important;display:block!important;margin:0!important;max-width:100%!important;padding:10px!important;width:100%!important}.popover-container{max-height:50vh;max-width:276px;overflow:auto}.popover-body{font-size:.875rem}.v-popper{display:inline}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.9);font-size:.875rem;max-width:200px;padding:4px 8px;text-align:center}.modal{display:block}.modal-zoom{opacity:0;transform:scale(.1);transition:all .3s}.modal-zoom-show{opacity:1;transform:scale(1);transition:all .3s}.scroll-top-button{bottom:20px;cursor:pointer;display:none;opacity:.4;position:fixed;right:30px;transition-duration:.25s;transition-property:opacity;z-index:99}.scroll-top-button.lighten{opacity:.15}@media (hover:hover){.scroll-top-button:hover{opacity:.7}}.scroll-top-button:active{opacity:1}@media print{.hljs{background:#f8f8ff;color:#333;display:block;overflow-x:auto;padding:.5em}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs span.highlighted{background:#e6e6fa}.hljs.inline{background:#f8f8f8}.hljs.inline.no-lang{color:#e83e8c}.hljs:not(.inline){border:1px solid #c8c8c8;border:1px solid hsla(0,0%,78%,.3)}.code-block-heading{background:#f2f2ff;color:#8787a5}button.function-btn{background-color:#f8f8ff}}:root{--sticky-header-height:0}a{text-decoration:none}blockquote{border-left:.25em solid #dfe2e5;color:#6a737d;padding:0 1rem}code{background:#f8f8f8;border-radius:3px;padding:.2em .4em;word-break:normal}mark code{background:#ffffffd4}pre.hljs\u003ecode{background:none}pre\u003ecode.hljs{background-clip:padding-box;border-radius:5px;counter-reset:line;width:100%}pre\u003ecode.hljs[heading]{border-top-right-radius:0}.code-block{position:relative}.code-block-heading{border-radius:6px 6px 0 0;float:right;font-size:85%;line-height:1;margin-top:5px;max-width:85%;overflow-wrap:break-word;padding:.25em .4em;text-align:right}.inline-markdown-heading{line-height:1.5}.code-block-content{clear:both;display:block}@media print{pre\u003ecode.hljs{word-wrap:break-word;white-space:pre-wrap;word-break:break-all}.hljs:not(.inline).line-numbers-print\u003espan{padding:0 .5em 0 3.5em;position:relative}.hljs:not(.inline).line-numbers-print\u003espan:before{border-right:1px solid #ddd;color:#888;content:counter(line);counter-increment:line;display:inline-block;height:100%;left:0;margin-right:.5em;padding-right:.5em;position:absolute;text-align:right;top:0;width:3em}.hljs span.highlighted{background:#e6e6fa!important;-webkit-print-color-adjust:exact}}kbd{background-color:#fafbfc;border:1px solid #c6cbd1;border-bottom-color:#959da5;box-shadow:inset 0 -1px 0 #959da5;color:#444d56}.btn:active,.btn:focus{box-shadow:none!important;outline:none!important}code.hljs.inline{display:initial;padding:.2em .4em}.markbind-table{width:auto}.radio-list-item,.task-list-item{list-style-type:none;margin:0 0 0 -1.2em}.radio-list-item label{font-weight:inherit}.table-striped\u003etbody\u003etr:nth-of-type(2n),.table-striped\u003ethead{background-color:#fff}header[sticky]{position:sticky;top:0;transition:transform .3s ease-in-out;width:100%;z-index:1001}header[sticky].hide-header{transform:translateY(calc(var(--sticky-header-height)*-1))}span.anchor{position:relative;top:calc(var(--sticky-header-height)*-1 - 1rem)}#app{display:flex;flex-direction:column;min-height:100vh}footer{background-color:#f5f5f5;color:dimgrey;padding:10px 0}.dimmed{color:#777}.large{font-size:125%}.small{font-size:80%}.underline{text-decoration:underline}.mkb-text-red{color:red!important}.mkb-text-green{color:green!important}.mkb-text-blue{color:blue!important}.mkb-text-cyan{color:cyan!important}.mkb-text-magenta{color:#f0f!important}.mkb-text-yellow{color:#ff0!important}.mkb-text-black{color:#000!important}.mkb-text-white{color:#fff!important}@media (width \u003c\u003d 767.98px){.dropdown-menu\u003eli\u003ea{white-space:normal}.navbar-nav .open .dropdown-menu{background-color:#fff}}li.footnote-item:target{background-color:#eee}.hljs:not(.inline)\u003espan{display:block}.hljs:not(.inline).line-numbers\u003espan{padding:0 .5em 0 3.5em;position:relative}.hljs:not(.inline).line-numbers\u003espan:before{border-right:1px solid #ddd;color:#888;content:counter(line);counter-increment:line;display:inline-block;height:100%;left:0;margin-right:.5em;padding-right:.5em;position:absolute;text-align:right;top:0;width:3em}.trigger{border-bottom:1px dotted}.trigger-click{border-bottom:1px dashed;cursor:pointer}.trigger-click:focus{outline:none}pre{display:flex;position:relative}button.function-btn{border:1px solid #d7dadc;border-radius:5px;color:#a9a9a9;cursor:pointer;display:none;margin:.17rem;padding:.35rem;position:absolute;right:0;text-align:center;white-space:nowrap}button.function-btn+button.function-btn{right:36px}pre:hover\u003e.function-btn-container\u003ebutton.function-btn{display:block}.function-btn:hover{color:gray;transition:all .5s ease}.function-btn-body{align-items:center;display:flex}.function-btn svg{fill:currentcolor}code.wrap{word-wrap:break-word;white-space:pre-wrap;word-break:break-all}.octicon{height:1em;width:1em}hr{background-color:transparent;border-top:1px solid rgba(0,0,0,.1);opacity:1}hr.dotted{border-top-style:dotted;border-top-width:.1rem}hr.double{border-top-style:double;border-top-width:.2rem}hr.dashed{border-top-style:dashed;border-top-width:.1rem}hr.thick{border-top-width:.15rem}hr.thick-1{border-top-width:.25rem}hr.thick-2{border-top-width:.5rem}hr.thick-3{border-top-width:.75rem}ol,ul{padding-left:1.5rem}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;scroll-margin-top:var(--sticky-header-height)}.block-embed{overflow-x:auto;position:relative;width:100%}.block-embed iframe{height:100%;left:0;position:absolute;top:0;width:100%}#mb-page-nav{padding:.8rem 12px 0}#mb-page-nav a:link,#mb-page-nav a:visited{color:#9b9b9b;text-decoration:none}#mb-page-nav a:hover{color:#000}#mb-page-nav a.active{background-color:transparent;color:#000}.page-nav-title{color:#000;display:block;padding-left:.5rem;white-space:inherit}.nested{margin-left:5%}.no-flex-wrap{flex-wrap:nowrap}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_AMS-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_AMS-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_AMS-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Caligraphic-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Caligraphic-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Fraktur-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Fraktur-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Main-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Main-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Main-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Italic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Main-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Math-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Math-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:700;src:url(../fonts/KaTeX_SansSerif-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Bold.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:italic;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Script-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Script-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Script-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size1-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size1-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size1-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size2-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size2-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size2-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size3-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size3-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size3-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size4-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size4-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size4-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Typewriter-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Typewriter-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Typewriter-Regular.ttf) format(\"truetype\")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:\"0.15.6\"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html\u003e.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist\u003espan{display:block;height:0;position:relative}.katex .vlist\u003espan\u003espan{display:inline-block}.katex .vlist\u003espan\u003e.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac\u003espan\u003espan{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap\u003e.inner,.katex .llap\u003e.inner,.katex .rlap\u003e.inner{position:absolute}.katex .clap\u003e.fix,.katex .llap\u003e.fix,.katex .rlap\u003e.fix{display:inline-block}.katex .llap\u003e.inner{right:0}.katex .clap\u003e.inner,.katex .rlap\u003e.inner{left:0}.katex .clap\u003e.inner\u003espan{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt\u003e.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1\u003espan{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4\u003espan{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent\u003e.vlist-t,.katex .op-limits\u003e.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c\u003e.vlist-t{text-align:center}.katex .mtable .col-align-l\u003e.vlist-t{text-align:left}.katex .mtable .col-align-r\u003e.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:\"\"}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:\"(\" counter(katexEqnNo) \")\";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:\"(\" counter(mmlEqnNo) \")\";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display\u003e.katex{display:block;text-align:center;white-space:nowrap}.katex-display\u003e.katex\u003e.katex-html{display:block;position:relative}.katex-display\u003e.katex\u003e.katex-html\u003e.tag{position:absolute;right:0}.katex-display.leqno\u003e.katex\u003e.katex-html\u003e.tag{left:0;right:auto}.katex-display.fleqn\u003e.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.katex{font-size:1em!important}eq{display:inline-block}eqn{display:block}section.eqno{align-content:space-between;align-items:center;display:flex;flex-direction:row}section.eqno\u003eeqn{margin-left:3em;width:100%}section.eqno\u003espan{text-align:right;width:3em}"}],"authorContributionMap":{"KevinEyo1":1}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/octicons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".octicon {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" vertical-align: text-top;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" fill: currentColor;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" overflow: visible;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":6}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/fontawesome/css/all.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2023 Fonticons, Inc."},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":".fa{font-family:var(--fa-style-family,\"Font Awesome 6 Free\");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:\"Font Awesome 6 Free\"}.fa-brands,.fab{font-family:\"Font Awesome 6 Brands\"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul\u003eli{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".fa-0:before{content:\"\\30\"}.fa-1:before{content:\"\\31\"}.fa-2:before{content:\"\\32\"}.fa-3:before{content:\"\\33\"}.fa-4:before{content:\"\\34\"}.fa-5:before{content:\"\\35\"}.fa-6:before{content:\"\\36\"}.fa-7:before{content:\"\\37\"}.fa-8:before{content:\"\\38\"}.fa-9:before{content:\"\\39\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-arrows-to-circle:before{content:\"\\e4bd\"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:\"\\f138\"}.fa-at:before{content:\"\\40\"}.fa-trash-alt:before,.fa-trash-can:before{content:\"\\f2ed\"}.fa-text-height:before{content:\"\\f034\"}.fa-user-times:before,.fa-user-xmark:before{content:\"\\f235\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-comment-alt:before,.fa-message:before{content:\"\\f27a\"}.fa-info:before{content:\"\\f129\"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:\"\\f422\"}.fa-explosion:before{content:\"\\e4e9\"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:\"\\f15c\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-ring:before{content:\"\\f70b\"}.fa-building-un:before{content:\"\\e4d9\"}.fa-dice-three:before{content:\"\\f527\"}.fa-calendar-alt:before,.fa-calendar-days:before{content:\"\\f073\"}.fa-anchor-circle-check:before{content:\"\\e4aa\"}.fa-building-circle-arrow-right:before{content:\"\\e4d1\"}.fa-volleyball-ball:before,.fa-volleyball:before{content:\"\\f45f\"}.fa-arrows-up-to-line:before{content:\"\\e4c2\"}.fa-sort-desc:before,.fa-sort-down:before{content:\"\\f0dd\"}.fa-circle-minus:before,.fa-minus-circle:before{content:\"\\f056\"}.fa-door-open:before{content:\"\\f52b\"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-atom:before{content:\"\\f5d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:\"\\f86d\"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:\"\\f539\"}.fa-bridge-circle-check:before{content:\"\\e4c9\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:\"\\f689\"}.fa-forward-step:before,.fa-step-forward:before{content:\"\\f051\"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:\"\\f5b8\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-football-ball:before,.fa-football:before{content:\"\\f44e\"}.fa-school-circle-exclamation:before{content:\"\\e56c\"}.fa-crop:before{content:\"\\f125\"}.fa-angle-double-down:before,.fa-angles-down:before{content:\"\\f103\"}.fa-users-rectangle:before{content:\"\\e594\"}.fa-people-roof:before{content:\"\\e537\"}.fa-people-line:before{content:\"\\e534\"}.fa-beer-mug-empty:before,.fa-beer:before{content:\"\\f0fc\"}.fa-diagram-predecessor:before{content:\"\\e477\"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:\"\\f176\"}.fa-burn:before,.fa-fire-flame-simple:before{content:\"\\f46a\"}.fa-male:before,.fa-person:before{content:\"\\f183\"}.fa-laptop:before{content:\"\\f109\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-menorah:before{content:\"\\f676\"}.fa-truck-plane:before{content:\"\\e58f\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:\"\\f587\"}.fa-bong:before{content:\"\\f55c\"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:\"\\f67b\"}.fa-arrow-down-up-across-line:before{content:\"\\e4af\"}.fa-spoon:before,.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-jar-wheat:before{content:\"\\e517\"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:\"\\f674\"}.fa-file-circle-exclamation:before{content:\"\\e4eb\"}.fa-circle-h:before,.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-pager:before{content:\"\\f815\"}.fa-address-book:before,.fa-contact-book:before{content:\"\\f2b9\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-k:before{content:\"\\4b\"}.fa-landmark-flag:before{content:\"\\e51c\"}.fa-pencil-alt:before,.fa-pencil:before{content:\"\\f303\"}.fa-backward:before{content:\"\\f04a\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-comments:before{content:\"\\f086\"}.fa-file-clipboard:before,.fa-paste:before{content:\"\\f0ea\"}.fa-code-pull-request:before{content:\"\\e13c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:\"\\f4de\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-vial-virus:before{content:\"\\e597\"}.fa-sheet-plastic:before{content:\"\\e571\"}.fa-blog:before{content:\"\\f781\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-person-arrow-up-from-line:before{content:\"\\e539\"}.fa-scroll-torah:before,.fa-torah:before{content:\"\\f6a0\"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:\"\\f458\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-archive:before,.fa-box-archive:before{content:\"\\f187\"}.fa-person-drowning:before{content:\"\\e545\"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-w:before{content:\"\\57\"}.fa-earth-africa:before,.fa-globe-africa:before{content:\"\\f57c\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:\"\\f3fa\"}.fa-paw:before{content:\"\\f1b0\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-trowel-bricks:before{content:\"\\e58a\"}.fa-face-flushed:before,.fa-flushed:before{content:\"\\f579\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-tent-arrow-left-right:before{content:\"\\e57f\"}.fa-gavel:before,.fa-legal:before{content:\"\\f0e3\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:\"\\f562\"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:\"\\e068\"}.fa-mars-and-venus-burst:before{content:\"\\e523\"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:\"\\f152\"}.fa-cut:before,.fa-scissors:before{content:\"\\f0c4\"}.fa-sun-plant-wilt:before{content:\"\\e57a\"}.fa-toilets-portable:before{content:\"\\e584\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-table:before{content:\"\\f0ce\"}.fa-magnifying-glass-arrow-right:before{content:\"\\e521\"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:\"\\f566\"}.fa-users-slash:before{content:\"\\e073\"}.fa-clover:before{content:\"\\e139\"}.fa-mail-reply:before,.fa-reply:before{content:\"\\f3e5\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-house-fire:before{content:\"\\e50c\"}.fa-minus-square:before,.fa-square-minus:before{content:\"\\f146\"}.fa-helicopter:before{content:\"\\f533\"}.fa-compass:before{content:\"\\f14e\"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:\"\\f150\"}.fa-file-circle-question:before{content:\"\\e4ef\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-bars:before,.fa-navicon:before{content:\"\\f0c9\"}.fa-people-group:before{content:\"\\e533\"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:\"\\f253\"}.fa-heart-broken:before,.fa-heart-crack:before{content:\"\\f7a9\"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:\"\\f360\"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:\"\\f597\"}.fa-film:before{content:\"\\f008\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-people-robbery:before{content:\"\\e536\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-school-circle-xmark:before{content:\"\\e56d\"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:\"\\f08b\"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:\"\\f13a\"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:\"\\f13e\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:\"\\f58f\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:\"\\f4b9\"}.fa-memory:before{content:\"\\f538\"}.fa-road-spikes:before{content:\"\\e568\"}.fa-fire-burner:before{content:\"\\e4f1\"}.fa-flag:before{content:\"\\f024\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-feather:before{content:\"\\f52d\"}.fa-volume-down:before,.fa-volume-low:before{content:\"\\f027\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-compress:before{content:\"\\f066\"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:\"\\e2cd\"}.fa-ankh:before{content:\"\\f644\"}.fa-hands-holding-child:before{content:\"\\e4fa\"}.fa-asterisk:before{content:\"\\2a\"}.fa-check-square:before,.fa-square-check:before{content:\"\\f14a\"}.fa-peseta-sign:before{content:\"\\e221\"}.fa-header:before,.fa-heading:before{content:\"\\f1dc\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-list-squares:before,.fa-list:before{content:\"\\f03a\"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:\"\\f87b\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-circle-dot:before,.fa-dot-circle:before{content:\"\\f192\"}.fa-dizzy:before,.fa-face-dizzy:before{content:\"\\f567\"}.fa-egg:before{content:\"\\f7fb\"}.fa-house-medical-circle-xmark:before{content:\"\\e513\"}.fa-campground:before{content:\"\\f6bb\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:\"\\f1e3\"}.fa-paint-brush:before,.fa-paintbrush:before{content:\"\\f1fc\"}.fa-lock:before{content:\"\\f023\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:\"\\f593\"}.fa-map-location:before,.fa-map-marked:before{content:\"\\f59f\"}.fa-house-flood-water:before{content:\"\\e50e\"}.fa-tree:before{content:\"\\f1bb\"}.fa-bridge-lock:before{content:\"\\e4cc\"}.fa-sack-dollar:before{content:\"\\f81d\"}.fa-edit:before,.fa-pen-to-square:before{content:\"\\f044\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-share-alt:before,.fa-share-nodes:before{content:\"\\f1e0\"}.fa-heart-circle-minus:before{content:\"\\e4ff\"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:\"\\f252\"}.fa-microscope:before{content:\"\\f610\"}.fa-sink:before{content:\"\\e06d\"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:\"\\f290\"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-person-rays:before{content:\"\\e54d\"}.fa-users:before{content:\"\\f0c0\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-flask-vial:before{content:\"\\e4f3\"}.fa-hand-paper:before,.fa-hand:before{content:\"\\f256\"}.fa-om:before{content:\"\\f679\"}.fa-worm:before{content:\"\\e599\"}.fa-house-circle-xmark:before{content:\"\\e50b\"}.fa-plug:before{content:\"\\f1e6\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-face-kiss:before,.fa-kiss:before{content:\"\\f596\"}.fa-bridge-circle-xmark:before{content:\"\\e4cb\"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:\"\\f589\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:\"\\f58c\"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa-road-circle-check:before{content:\"\\e564\"}.fa-dice-five:before{content:\"\\f523\"}.fa-rss-square:before,.fa-square-rss:before{content:\"\\f143\"}.fa-land-mine-on:before{content:\"\\e51b\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-stairs:before{content:\"\\e289\"}.fa-i:before{content:\"\\49\"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:\"\\f6f2\"}.fa-pills:before{content:\"\\f484\"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:\"\\f581\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-v:before{content:\"\\56\"}.fa-bangladeshi-taka-sign:before{content:\"\\e2e6\"}.fa-bicycle:before{content:\"\\f206\"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:\"\\e579\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-ambulance:before,.fa-truck-medical:before{content:\"\\f0f9\"}.fa-wheat-awn-circle-exclamation:before{content:\"\\e598\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-road-barrier:before{content:\"\\e562\"}.fa-school:before{content:\"\\f549\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-joint:before{content:\"\\f595\"}.fa-angle-right:before{content:\"\\f105\"}.fa-horse:before{content:\"\\f6f0\"}.fa-q:before{content:\"\\51\"}.fa-g:before{content:\"\\47\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-dong-sign:before{content:\"\\e169\"}.fa-capsules:before{content:\"\\f46b\"}.fa-poo-bolt:before,.fa-poo-storm:before{content:\"\\f75a\"}.fa-face-frown-open:before,.fa-frown-open:before{content:\"\\f57a\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-align-justify:before{content:\"\\f039\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-helmet-un:before{content:\"\\e503\"}.fa-bullseye:before{content:\"\\f140\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-arrow-up-from-bracket:before{content:\"\\e09a\"}.fa-folder-blank:before,.fa-folder:before{content:\"\\f07b\"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:\"\\f478\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-chart-simple:before{content:\"\\e473\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-vial:before{content:\"\\f492\"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:\"\\f624\"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:\"\\e2ca\"}.fa-e:before{content:\"\\45\"}.fa-pen-alt:before,.fa-pen-clip:before{content:\"\\f305\"}.fa-bridge-circle-exclamation:before{content:\"\\e4ca\"}.fa-user:before{content:\"\\f007\"}.fa-school-circle-check:before{content:\"\\e56b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:\"\\f5b6\"}.fa-building-user:before{content:\"\\e4da\"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:\"\\f191\"}.fa-highlighter:before{content:\"\\f591\"}.fa-key:before{content:\"\\f084\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-globe:before{content:\"\\f0ac\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-person-half-dress:before{content:\"\\e548\"}.fa-road-bridge:before{content:\"\\e563\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-c:before{content:\"\\43\"}.fa-tablet-button:before{content:\"\\f10a\"}.fa-building-lock:before{content:\"\\e4d6\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-area-chart:before,.fa-chart-area:before{content:\"\\f1fe\"}.fa-house-flag:before{content:\"\\e50d\"}.fa-person-circle-minus:before{content:\"\\e540\"}.fa-ban:before,.fa-cancel:before{content:\"\\f05e\"}.fa-camera-rotate:before{content:\"\\e0d8\"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:\"\\f5d0\"}.fa-star:before{content:\"\\f005\"}.fa-repeat:before{content:\"\\f363\"}.fa-cross:before{content:\"\\f654\"}.fa-box:before{content:\"\\f466\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:\"\\f245\"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:\"\\f31e\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-shapes:before,.fa-triangle-circle-square:before{content:\"\\f61f\"}.fa-random:before,.fa-shuffle:before{content:\"\\f074\"}.fa-person-running:before,.fa-running:before{content:\"\\f70c\"}.fa-mobile-retro:before{content:\"\\e527\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-spider:before{content:\"\\f717\"}.fa-hands-bound:before{content:\"\\e4f9\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-plane-circle-exclamation:before{content:\"\\e556\"}.fa-x-ray:before{content:\"\\f497\"}.fa-spell-check:before{content:\"\\f891\"}.fa-slash:before{content:\"\\f715\"}.fa-computer-mouse:before,.fa-mouse:before{content:\"\\f8cc\"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:\"\\f090\"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:\"\\e070\"}.fa-server:before{content:\"\\f233\"}.fa-virus-covid-slash:before{content:\"\\e4a9\"}.fa-shop-lock:before{content:\"\\e4a5\"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:\"\\f251\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-building-wheat:before{content:\"\\e4db\"}.fa-person-breastfeeding:before{content:\"\\e53a\"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-venus:before{content:\"\\f221\"}.fa-passport:before{content:\"\\f5ab\"}.fa-heart-pulse:before,.fa-heartbeat:before{content:\"\\f21e\"}.fa-people-carry-box:before,.fa-people-carry:before{content:\"\\f4ce\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-microchip:before{content:\"\\f2db\"}.fa-crown:before{content:\"\\f521\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-xmarks-lines:before{content:\"\\e59a\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-weight-scale:before,.fa-weight:before{content:\"\\f496\"}.fa-user-friends:before,.fa-user-group:before{content:\"\\f500\"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:\"\\f59b\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:\"\\f0aa\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-person-walking:before,.fa-walking:before{content:\"\\f554\"}.fa-l:before{content:\"\\4c\"}.fa-fire:before{content:\"\\f06d\"}.fa-bed-pulse:before,.fa-procedures:before{content:\"\\f487\"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:\"\\f197\"}.fa-face-laugh:before,.fa-laugh:before{content:\"\\f599\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-heart-circle-plus:before{content:\"\\e500\"}.fa-code-fork:before{content:\"\\e13b\"}.fa-city:before{content:\"\\f64f\"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:\"\\f3c9\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-unlock:before{content:\"\\f09c\"}.fa-colon-sign:before{content:\"\\e140\"}.fa-headset:before{content:\"\\f590\"}.fa-store-slash:before{content:\"\\e071\"}.fa-road-circle-xmark:before{content:\"\\e566\"}.fa-user-minus:before{content:\"\\f503\"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:\"\\f79f\"}.fa-clipboard:before{content:\"\\f328\"}.fa-house-circle-exclamation:before{content:\"\\e50a\"}.fa-file-arrow-up:before,.fa-file-upload:before{content:\"\\f574\"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:\"\\f1eb\"}.fa-bath:before,.fa-bathtub:before{content:\"\\f2cd\"}.fa-underline:before{content:\"\\f0cd\"}.fa-user-edit:before,.fa-user-pen:before{content:\"\\f4ff\"}.fa-signature:before{content:\"\\f5b7\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-bold:before{content:\"\\f032\"}.fa-anchor-lock:before{content:\"\\e4ad\"}.fa-building-ngo:before{content:\"\\e4d7\"}.fa-manat-sign:before{content:\"\\e1d5\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-border-style:before,.fa-border-top-left:before{content:\"\\f853\"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-jedi:before{content:\"\\f669\"}.fa-poll:before,.fa-square-poll-vertical:before{content:\"\\f681\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-battery-car:before,.fa-car-battery:before{content:\"\\f5df\"}.fa-gift:before{content:\"\\f06b\"}.fa-dice-two:before{content:\"\\f528\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-glasses:before{content:\"\\f530\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-building-circle-check:before{content:\"\\e4d2\"}.fa-person-chalkboard:before{content:\"\\e53d\"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:\"\\f22b\"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:\"\\f255\"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:\"\\f151\"}.fa-cloud-showers-water:before{content:\"\\e4e4\"}.fa-bar-chart:before,.fa-chart-bar:before{content:\"\\f080\"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:\"\\e05e\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-train:before{content:\"\\f238\"}.fa-eye-low-vision:before,.fa-low-vision:before{content:\"\\f2a8\"}.fa-crow:before{content:\"\\f520\"}.fa-sailboat:before{content:\"\\e445\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-plus-square:before,.fa-square-plus:before{content:\"\\f0fe\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-frog:before{content:\"\\f52e\"}.fa-bucket:before{content:\"\\e4cf\"}.fa-image:before{content:\"\\f03e\"}.fa-microphone:before{content:\"\\f130\"}.fa-cow:before{content:\"\\f6c8\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-folder-closed:before{content:\"\\e185\"}.fa-house-tsunami:before{content:\"\\e515\"}.fa-square-nfi:before{content:\"\\e576\"}.fa-arrow-up-from-ground-water:before{content:\"\\e4b5\"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:\"\\f57b\"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:\"\\f2ea\"}.fa-columns:before,.fa-table-columns:before{content:\"\\f0db\"}.fa-lemon:before{content:\"\\f094\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-gem:before{content:\"\\f3a5\"}.fa-dolly-box:before,.fa-dolly:before{content:\"\\f472\"}.fa-smoking:before{content:\"\\f48d\"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:\"\\f78c\"}.fa-monument:before{content:\"\\f5a6\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-angle-double-right:before,.fa-angles-right:before{content:\"\\f101\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-circle-play:before,.fa-play-circle:before{content:\"\\f144\"}.fa-tablets:before{content:\"\\f490\"}.fa-ethernet:before{content:\"\\f796\"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:\"\\f153\"}.fa-chair:before{content:\"\\f6c0\"}.fa-check-circle:before,.fa-circle-check:before{content:\"\\f058\"}.fa-circle-stop:before,.fa-stop-circle:before{content:\"\\f28d\"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:\"\\f568\"}.fa-plate-wheat:before{content:\"\\e55a\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-person-shelter:before{content:\"\\e54f\"}.fa-neuter:before{content:\"\\f22c\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-marker:before{content:\"\\f5a1\"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:\"\\f59a\"}.fa-helicopter-symbol:before{content:\"\\e502\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:\"\\f139\"}.fa-lari-sign:before{content:\"\\e1c8\"}.fa-volcano:before{content:\"\\f770\"}.fa-person-walking-dashed-line-arrow-right:before{content:\"\\e553\"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:\"\\f154\"}.fa-viruses:before{content:\"\\e076\"}.fa-square-person-confined:before{content:\"\\e577\"}.fa-user-tie:before{content:\"\\f508\"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:\"\\f175\"}.fa-tent-arrow-down-to-line:before{content:\"\\e57e\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-mail-reply-all:before,.fa-reply-all:before{content:\"\\f122\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-person-skating:before,.fa-skating:before{content:\"\\f7c5\"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:\"\\f662\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:\"\\f0ab\"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:\"\\f56f\"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:\"\\f14c\"}.fa-box-open:before{content:\"\\f49e\"}.fa-scroll:before{content:\"\\f70e\"}.fa-spa:before{content:\"\\f5bb\"}.fa-location-pin-lock:before{content:\"\\e51f\"}.fa-pause:before{content:\"\\f04c\"}.fa-hill-avalanche:before{content:\"\\e507\"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-registered:before{content:\"\\f25d\"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:\"\\f2bb\"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:\"\\f516\"}.fa-subscript:before{content:\"\\f12c\"}.fa-diamond-turn-right:before,.fa-directions:before{content:\"\\f5eb\"}.fa-burst:before{content:\"\\e4dc\"}.fa-house-laptop:before,.fa-laptop-house:before{content:\"\\e066\"}.fa-face-tired:before,.fa-tired:before{content:\"\\f5c8\"}.fa-money-bills:before{content:\"\\e1f3\"}.fa-smog:before{content:\"\\f75f\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:\"\\f0ee\"}.fa-palette:before{content:\"\\f53f\"}.fa-arrows-turn-right:before{content:\"\\e4c0\"}.fa-vest:before{content:\"\\e085\"}.fa-ferry:before{content:\"\\e4ea\"}.fa-arrows-down-to-people:before{content:\"\\e4b9\"}.fa-seedling:before,.fa-sprout:before{content:\"\\f4d8\"}.fa-arrows-alt-h:before,.fa-left-right:before{content:\"\\f337\"}.fa-boxes-packing:before{content:\"\\e4c7\"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:\"\\f0a8\"}.fa-group-arrows-rotate:before{content:\"\\e4f6\"}.fa-bowl-food:before{content:\"\\e4c6\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:\"\\f160\"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:\"\\f76c\"}.fa-remove-format:before,.fa-text-slash:before{content:\"\\f87d\"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:\"\\f4da\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:\"\\f07e\"}.fa-house-lock:before{content:\"\\e510\"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:\"\\f0ed\"}.fa-children:before{content:\"\\e4e1\"}.fa-blackboard:before,.fa-chalkboard:before{content:\"\\f51b\"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:\"\\f4fa\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:\"\\e05f\"}.fa-mattress-pillow:before{content:\"\\e525\"}.fa-guarani-sign:before{content:\"\\e19a\"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:\"\\f021\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-cruzeiro-sign:before{content:\"\\e152\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-shield-alt:before,.fa-shield-halved:before{content:\"\\f3ed\"}.fa-atlas:before,.fa-book-atlas:before{content:\"\\f558\"}.fa-virus:before{content:\"\\e074\"}.fa-envelope-circle-check:before{content:\"\\e4e8\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-arrows-to-dot:before{content:\"\\e4be\"}.fa-archway:before{content:\"\\f557\"}.fa-heart-circle-check:before{content:\"\\e4fd\"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:\"\\f6f1\"}.fa-file-archive:before,.fa-file-zipper:before{content:\"\\f1c6\"}.fa-square:before{content:\"\\f0c8\"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:\"\\f000\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cedi-sign:before{content:\"\\e0df\"}.fa-italic:before{content:\"\\f033\"}.fa-church:before{content:\"\\f51d\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-democrat:before{content:\"\\f747\"}.fa-z:before{content:\"\\5a\"}.fa-person-skiing:before,.fa-skiing:before{content:\"\\f7c9\"}.fa-road-lock:before{content:\"\\e567\"}.fa-a:before{content:\"\\41\"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:\"\\e03f\"}.fa-feather-alt:before,.fa-feather-pointed:before{content:\"\\f56b\"}.fa-p:before{content:\"\\50\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-ad:before,.fa-rectangle-ad:before{content:\"\\f641\"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:\"\\f0a9\"}.fa-filter-circle-xmark:before{content:\"\\e17b\"}.fa-locust:before{content:\"\\e520\"}.fa-sort:before,.fa-unsorted:before{content:\"\\f0dc\"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:\"\\f0cb\"}.fa-person-dress-burst:before{content:\"\\e544\"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:\"\\f53d\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-language:before{content:\"\\f1ab\"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-filter:before{content:\"\\f0b0\"}.fa-question:before{content:\"\\3f\"}.fa-file-signature:before{content:\"\\f573\"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:\"\\f0b2\"}.fa-house-chimney-user:before{content:\"\\e065\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-money-check:before{content:\"\\f53c\"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:\"\\f5c0\"}.fa-code:before{content:\"\\f121\"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:\"\\f7a0\"}.fa-building-circle-exclamation:before{content:\"\\e4d3\"}.fa-magnifying-glass-chart:before{content:\"\\e522\"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:\"\\f08e\"}.fa-cubes-stacked:before{content:\"\\e4e6\"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:\"\\f159\"}.fa-virus-covid:before{content:\"\\e4a8\"}.fa-austral-sign:before{content:\"\\e0a9\"}.fa-f:before{content:\"\\46\"}.fa-leaf:before{content:\"\\f06c\"}.fa-road:before{content:\"\\f018\"}.fa-cab:before,.fa-taxi:before{content:\"\\f1ba\"}.fa-person-circle-plus:before{content:\"\\e541\"}.fa-chart-pie:before,.fa-pie-chart:before{content:\"\\f200\"}.fa-bolt-lightning:before{content:\"\\e0b7\"}.fa-sack-xmark:before{content:\"\\e56a\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-fish-fins:before{content:\"\\e4f2\"}.fa-building-flag:before{content:\"\\e4d5\"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:\"\\f582\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-poop:before{content:\"\\f619\"}.fa-location-pin:before,.fa-map-marker:before{content:\"\\f041\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:\"\\f807\"}.fa-eject:before{content:\"\\f052\"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:\"\\f35a\"}.fa-plane-circle-check:before{content:\"\\e555\"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-object-group:before{content:\"\\f247\"}.fa-chart-line:before,.fa-line-chart:before{content:\"\\f201\"}.fa-mask-ventilator:before{content:\"\\e524\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-map-signs:before,.fa-signs-post:before{content:\"\\f277\"}.fa-cash-register:before{content:\"\\f788\"}.fa-person-circle-question:before{content:\"\\e542\"}.fa-h:before{content:\"\\48\"}.fa-tarp:before{content:\"\\e57b\"}.fa-screwdriver-wrench:before,.fa-tools:before{content:\"\\f7d9\"}.fa-arrows-to-eye:before{content:\"\\e4bf\"}.fa-plug-circle-bolt:before{content:\"\\e55b\"}.fa-heart:before{content:\"\\f004\"}.fa-mars-and-venus:before{content:\"\\f224\"}.fa-home-user:before,.fa-house-user:before{content:\"\\e1b0\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-house-crack:before{content:\"\\e3b1\"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:\"\\f561\"}.fa-face-surprise:before,.fa-surprise:before{content:\"\\f5c2\"}.fa-bottle-water:before{content:\"\\e4c5\"}.fa-circle-pause:before,.fa-pause-circle:before{content:\"\\f28b\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-apple-alt:before,.fa-apple-whole:before{content:\"\\f5d1\"}.fa-kitchen-set:before{content:\"\\e51a\"}.fa-r:before{content:\"\\52\"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-cube:before{content:\"\\f1b2\"}.fa-bitcoin-sign:before{content:\"\\e0b4\"}.fa-shield-dog:before{content:\"\\e573\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-elevator:before{content:\"\\e16d\"}.fa-money-bill-transfer:before{content:\"\\e528\"}.fa-money-bill-trend-up:before{content:\"\\e529\"}.fa-house-flood-water-circle-arrow-right:before{content:\"\\e50f\"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:\"\\f682\"}.fa-circle:before{content:\"\\f111\"}.fa-backward-fast:before,.fa-fast-backward:before{content:\"\\f049\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-trademark:before{content:\"\\f25c\"}.fa-basketball-ball:before,.fa-basketball:before{content:\"\\f434\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:\"\\f35b\"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:\"\\f3cd\"}.fa-volume-high:before,.fa-volume-up:before{content:\"\\f028\"}.fa-users-rays:before{content:\"\\e593\"}.fa-wallet:before{content:\"\\f555\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-burger:before,.fa-hamburger:before{content:\"\\f805\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-bugs:before{content:\"\\e4d0\"}.fa-rupee-sign:before,.fa-rupee:before{content:\"\\f156\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-circle-question:before,.fa-question-circle:before{content:\"\\f059\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-book-bookmark:before{content:\"\\e0bb\"}.fa-code-branch:before{content:\"\\f126\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-bridge:before{content:\"\\e4c8\"}.fa-phone-alt:before,.fa-phone-flip:before{content:\"\\f879\"}.fa-truck-front:before{content:\"\\e2b7\"}.fa-cat:before{content:\"\\f6be\"}.fa-anchor-circle-exclamation:before{content:\"\\e4ab\"}.fa-truck-field:before{content:\"\\e58d\"}.fa-route:before{content:\"\\f4d7\"}.fa-clipboard-question:before{content:\"\\e4e3\"}.fa-panorama:before{content:\"\\e209\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-file-circle-minus:before{content:\"\\e4ed\"}.fa-tags:before{content:\"\\f02c\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-fast-forward:before,.fa-forward-fast:before{content:\"\\f050\"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:\"\\f5a4\"}.fa-parking:before,.fa-square-parking:before{content:\"\\f540\"}.fa-house-signal:before{content:\"\\e012\"}.fa-bars-progress:before,.fa-tasks-alt:before{content:\"\\f828\"}.fa-faucet-drip:before{content:\"\\e006\"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:\"\\f54d\"}.fa-terminal:before{content:\"\\f120\"}.fa-mobile-button:before{content:\"\\f10b\"}.fa-house-medical-flag:before{content:\"\\e514\"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:\"\\f291\"}.fa-tape:before{content:\"\\f4db\"}.fa-bus-alt:before,.fa-bus-simple:before{content:\"\\f55e\"}.fa-eye:before{content:\"\\f06e\"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:\"\\f5b3\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-person-military-to-person:before{content:\"\\e54c\"}.fa-file-shield:before{content:\"\\e4f0\"}.fa-user-slash:before{content:\"\\f506\"}.fa-pen:before{content:\"\\f304\"}.fa-tower-observation:before{content:\"\\e586\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:\"\\f012\"}.fa-bus:before{content:\"\\f207\"}.fa-heart-circle-xmark:before{content:\"\\e501\"}.fa-home-lg:before,.fa-house-chimney:before{content:\"\\e3af\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-face-frown:before,.fa-frown:before{content:\"\\f119\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-shop:before,.fa-store-alt:before{content:\"\\f54f\"}.fa-floppy-disk:before,.fa-save:before{content:\"\\f0c7\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:\"\\f515\"}.fa-sort-asc:before,.fa-sort-up:before{content:\"\\f0de\"}.fa-comment-dots:before,.fa-commenting:before{content:\"\\f4ad\"}.fa-plant-wilt:before{content:\"\\e5aa\"}.fa-diamond:before{content:\"\\f219\"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:\"\\f585\"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hands-praying:before,.fa-praying-hands:before{content:\"\\f684\"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:\"\\f01e\"}.fa-biohazard:before{content:\"\\f780\"}.fa-location-crosshairs:before,.fa-location:before{content:\"\\f601\"}.fa-mars-double:before{content:\"\\f227\"}.fa-child-dress:before{content:\"\\e59c\"}.fa-users-between-lines:before{content:\"\\e591\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:\"\\f588\"}.fa-phone:before{content:\"\\f095\"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:\"\\f273\"}.fa-child-reaching:before{content:\"\\e59d\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-user-cog:before,.fa-user-gear:before{content:\"\\f4fe\"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-dice-six:before{content:\"\\f526\"}.fa-mosquito-net:before{content:\"\\e52c\"}.fa-bridge-water:before{content:\"\\e4ce\"}.fa-person-booth:before{content:\"\\f756\"}.fa-text-width:before{content:\"\\f035\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-digging:before,.fa-person-digging:before{content:\"\\f85e\"}.fa-trash:before{content:\"\\f1f8\"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:\"\\f629\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-poo:before{content:\"\\f2fe\"}.fa-quote-right-alt:before,.fa-quote-right:before{content:\"\\f10e\"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:\"\\f553\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-divide:before{content:\"\\f529\"}.fa-tenge-sign:before,.fa-tenge:before{content:\"\\f7d7\"}.fa-headphones:before{content:\"\\f025\"}.fa-hands-holding:before{content:\"\\f4c2\"}.fa-hands-clapping:before{content:\"\\e1a8\"}.fa-republican:before{content:\"\\f75e\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-person-circle-xmark:before{content:\"\\e543\"}.fa-ruler:before{content:\"\\f545\"}.fa-align-left:before{content:\"\\f036\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-j:before{content:\"\\4a\"}.fa-users-viewfinder:before{content:\"\\e595\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:\"\\f35d\"}.fa-table-cells:before,.fa-th:before{content:\"\\f00a\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-bible:before,.fa-book-bible:before{content:\"\\f647\"}.fa-o:before{content:\"\\4f\"}.fa-medkit:before,.fa-suitcase-medical:before{content:\"\\f0fa\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-otter:before{content:\"\\f700\"}.fa-female:before,.fa-person-dress:before{content:\"\\f182\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-briefcase-clock:before,.fa-business-time:before{content:\"\\f64a\"}.fa-table-cells-large:before,.fa-th-large:before{content:\"\\f009\"}.fa-book-tanakh:before,.fa-tanakh:before{content:\"\\f827\"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-clipboard-user:before{content:\"\\f7f3\"}.fa-child:before{content:\"\\f1ae\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-plane-lock:before{content:\"\\e558\"}.fa-tag:before{content:\"\\f02b\"}.fa-comment:before{content:\"\\f075\"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:\"\\f1fd\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-angle-double-up:before,.fa-angles-up:before{content:\"\\f102\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-arrow-right-to-city:before{content:\"\\e4b3\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-lungs:before{content:\"\\f604\"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-litecoin-sign:before{content:\"\\e1d3\"}.fa-border-none:before{content:\"\\f850\"}.fa-circle-nodes:before{content:\"\\e4e2\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-indent:before{content:\"\\f03c\"}.fa-truck-field-un:before{content:\"\\e58e\"}.fa-hourglass-empty:before,.fa-hourglass:before{content:\"\\f254\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-user-doctor:before,.fa-user-md:before{content:\"\\f0f0\"}.fa-circle-info:before,.fa-info-circle:before{content:\"\\f05a\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-camera-alt:before,.fa-camera:before{content:\"\\f030\"}.fa-square-virus:before{content:\"\\e578\"}.fa-meteor:before{content:\"\\f753\"}.fa-car-on:before{content:\"\\e4dd\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-water:before{content:\"\\f773\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-braille:before{content:\"\\f2a1\"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:\"\\f486\"}.fa-landmark:before{content:\"\\f66f\"}.fa-truck:before{content:\"\\f0d1\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-person-cane:before{content:\"\\e53c\"}.fa-tent:before{content:\"\\e57d\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-check-double:before{content:\"\\f560\"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-money-bill-wheat:before{content:\"\\e52a\"}.fa-cookie:before{content:\"\\f563\"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:\"\\f0e2\"}.fa-hard-drive:before,.fa-hdd:before{content:\"\\f0a0\"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-list-alt:before,.fa-rectangle-list:before{content:\"\\f022\"}.fa-tarp-droplet:before{content:\"\\e57c\"}.fa-house-medical-circle-check:before{content:\"\\e511\"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:\"\\f359\"}.fa-subway:before,.fa-train-subway:before{content:\"\\f239\"}.fa-chart-gantt:before{content:\"\\e0e4\"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:\"\\e1bc\"}.fa-crop-alt:before,.fa-crop-simple:before{content:\"\\f565\"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-dna:before{content:\"\\f471\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-minus:before,.fa-subtract:before{content:\"\\f068\"}.fa-chess:before{content:\"\\f439\"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:\"\\f177\"}.fa-plug-circle-check:before{content:\"\\e55c\"}.fa-street-view:before{content:\"\\f21d\"}.fa-franc-sign:before{content:\"\\e18f\"}.fa-volume-off:before{content:\"\\f026\"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:\"\\f2a3\"}.fa-cog:before,.fa-gear:before{content:\"\\f013\"}.fa-droplet-slash:before,.fa-tint-slash:before{content:\"\\f5c7\"}.fa-mosque:before{content:\"\\f678\"}.fa-mosquito:before{content:\"\\e52b\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-person-military-rifle:before{content:\"\\e54b\"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:\"\\f07a\"}.fa-vials:before{content:\"\\f493\"}.fa-plug-circle-plus:before{content:\"\\e55f\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-arrow-turn-up:before,.fa-level-up:before{content:\"\\f148\"}.fa-u:before{content:\"\\55\"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:\"\\f698\"}.fa-clock-four:before,.fa-clock:before{content:\"\\f017\"}.fa-backward-step:before,.fa-step-backward:before{content:\"\\f048\"}.fa-pallet:before{content:\"\\f482\"}.fa-faucet:before{content:\"\\e005\"}.fa-baseball-bat-ball:before{content:\"\\f432\"}.fa-s:before{content:\"\\53\"}.fa-timeline:before{content:\"\\e29c\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:\"\\f7f2\"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:\"\\f3cf\"}.fa-plane-up:before{content:\"\\e22d\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-battery-3:before,.fa-battery-half:before{content:\"\\f242\"}.fa-mountain-city:before{content:\"\\e52e\"}.fa-coins:before{content:\"\\f51e\"}.fa-khanda:before{content:\"\\f66d\"}.fa-sliders-h:before,.fa-sliders:before{content:\"\\f1de\"}.fa-folder-tree:before{content:\"\\f802\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-map-pin:before{content:\"\\f276\"}.fa-hamsa:before{content:\"\\f665\"}.fa-cent-sign:before{content:\"\\e3f5\"}.fa-flask:before{content:\"\\f0c3\"}.fa-person-pregnant:before{content:\"\\e31e\"}.fa-wand-sparkles:before{content:\"\\f72b\"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:\"\\f142\"}.fa-ticket:before{content:\"\\f145\"}.fa-power-off:before{content:\"\\f011\"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:\"\\f30b\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-laptop-file:before{content:\"\\e51d\"}.fa-teletype:before,.fa-tty:before{content:\"\\f1e4\"}.fa-diagram-next:before{content:\"\\e476\"}.fa-person-rifle:before{content:\"\\e54e\"}.fa-house-medical-circle-exclamation:before{content:\"\\e512\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-hiking:before,.fa-person-hiking:before{content:\"\\f6ec\"}.fa-venus-double:before{content:\"\\f226\"}.fa-images:before{content:\"\\f302\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-people-pulling:before{content:\"\\e535\"}.fa-n:before{content:\"\\4e\"}.fa-cable-car:before,.fa-tram:before{content:\"\\f7da\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-building-circle-xmark:before{content:\"\\e4d4\"}.fa-ship:before{content:\"\\f21a\"}.fa-arrows-down-to-line:before{content:\"\\e4b8\"}.fa-download:before{content:\"\\f019\"}.fa-face-grin:before,.fa-grin:before{content:\"\\f580\"}.fa-backspace:before,.fa-delete-left:before{content:\"\\f55a\"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:\"\\f1fb\"}.fa-file-circle-check:before{content:\"\\e5a0\"}.fa-forward:before{content:\"\\f04e\"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:\"\\f3ce\"}.fa-face-meh:before,.fa-meh:before{content:\"\\f11a\"}.fa-align-center:before{content:\"\\f037\"}.fa-book-dead:before,.fa-book-skull:before{content:\"\\f6b7\"}.fa-drivers-license:before,.fa-id-card:before{content:\"\\f2c2\"}.fa-dedent:before,.fa-outdent:before{content:\"\\f03b\"}.fa-heart-circle-exclamation:before{content:\"\\e4fe\"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:\"\\f015\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-b:before{content:\"\\42\"}.fa-file-medical:before{content:\"\\f477\"}.fa-dice-one:before{content:\"\\f525\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:\"\\f0ec\"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:\"\\f2f9\"}.fa-cutlery:before,.fa-utensils:before{content:\"\\f2e7\"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:\"\\f161\"}.fa-mill-sign:before{content:\"\\e1ed\"}.fa-bowl-rice:before{content:\"\\e2eb\"}.fa-skull:before{content:\"\\f54c\"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:\"\\f519\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:\"\\f30c\"}.fa-stop:before{content:\"\\f04d\"}.fa-code-merge:before{content:\"\\f387\"}.fa-upload:before{content:\"\\f093\"}.fa-hurricane:before{content:\"\\f751\"}.fa-mound:before{content:\"\\e52d\"}.fa-toilet-portable:before{content:\"\\e583\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-file-arrow-down:before,.fa-file-download:before{content:\"\\f56d\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-shield-cat:before{content:\"\\e572\"}.fa-bolt:before,.fa-zap:before{content:\"\\f0e7\"}.fa-glass-water:before{content:\"\\e4f4\"}.fa-oil-well:before{content:\"\\e532\"}.fa-vault:before{content:\"\\e2c5\"}.fa-mars:before{content:\"\\f222\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-plane-circle-xmark:before{content:\"\\e557\"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:\"\\f157\"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:\"\\f158\"}.fa-sun:before{content:\"\\f185\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:\"\\f59c\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-bore-hole:before{content:\"\\e4c3\"}.fa-industry:before{content:\"\\f275\"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:\"\\f358\"}.fa-arrows-turn-to-dots:before{content:\"\\e4c1\"}.fa-florin-sign:before{content:\"\\e184\"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-less-than:before{content:\"\\3c\"}.fa-angle-down:before{content:\"\\f107\"}.fa-car-tunnel:before{content:\"\\e4de\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-user-lock:before{content:\"\\f502\"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:\"\\f178\"}.fa-anchor-circle-xmark:before{content:\"\\e4ac\"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:\"\\f141\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-first-aid:before,.fa-kit-medical:before{content:\"\\f479\"}.fa-person-through-window:before{content:\"\\e5a9\"}.fa-toolbox:before{content:\"\\f552\"}.fa-hands-holding-circle:before{content:\"\\e4fb\"}.fa-bug:before{content:\"\\f188\"}.fa-credit-card-alt:before,.fa-credit-card:before{content:\"\\f09d\"}.fa-automobile:before,.fa-car:before{content:\"\\f1b9\"}.fa-hand-holding-hand:before{content:\"\\e4f7\"}.fa-book-open-reader:before,.fa-book-reader:before{content:\"\\f5da\"}.fa-mountain-sun:before{content:\"\\e52f\"}.fa-arrows-left-right-to-line:before{content:\"\\e4ba\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-truck-droplet:before{content:\"\\e58c\"}.fa-file-circle-xmark:before{content:\"\\e5a1\"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:\"\\e040\"}.fa-medal:before{content:\"\\f5a2\"}.fa-bed:before{content:\"\\f236\"}.fa-h-square:before,.fa-square-h:before{content:\"\\f0fd\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-bell:before{content:\"\\f0f3\"}.fa-superscript:before{content:\"\\f12b\"}.fa-plug-circle-xmark:before{content:\"\\e560\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-hands-helping:before,.fa-handshake-angle:before{content:\"\\f4c4\"}.fa-location-dot:before,.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-file:before{content:\"\\f15b\"}.fa-greater-than:before{content:\"\\3e\"}.fa-person-swimming:before,.fa-swimmer:before{content:\"\\f5c4\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-droplet:before,.fa-tint:before{content:\"\\f043\"}.fa-eraser:before{content:\"\\f12d\"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:\"\\f57d\"}.fa-person-burst:before{content:\"\\e53b\"}.fa-dove:before{content:\"\\f4ba\"}.fa-battery-0:before,.fa-battery-empty:before{content:\"\\f244\"}.fa-socks:before{content:\"\\f696\"}.fa-inbox:before{content:\"\\f01c\"}.fa-section:before{content:\"\\e447\"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:\"\\f625\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:\"\\f0f8\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:\"\\f550\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-blind:before,.fa-person-walking-with-cane:before{content:\"\\f29d\"}.fa-drum:before{content:\"\\f569\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-heart-circle-bolt:before{content:\"\\e4fc\"}.fa-fax:before{content:\"\\f1ac\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-check-to-slot:before,.fa-vote-yea:before{content:\"\\f772\"}.fa-star-half:before{content:\"\\f089\"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:\"\\f468\"}.fa-chain:before,.fa-link:before{content:\"\\f0c1\"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:\"\\f2a2\"}.fa-tree-city:before{content:\"\\e587\"}.fa-play:before{content:\"\\f04b\"}.fa-font:before{content:\"\\f031\"}.fa-rupiah-sign:before{content:\"\\e23d\"}.fa-magnifying-glass:before,.fa-search:before{content:\"\\f002\"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:\"\\f45d\"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:\"\\f470\"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-naira-sign:before{content:\"\\e1f6\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-walkie-talkie:before{content:\"\\f8ef\"}.fa-file-edit:before,.fa-file-pen:before{content:\"\\f31c\"}.fa-receipt:before{content:\"\\f543\"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:\"\\f14b\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-person-circle-exclamation:before{content:\"\\e53f\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:\"\\f240\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-code-compare:before{content:\"\\e13a\"}.fa-list-dots:before,.fa-list-ul:before{content:\"\\f0ca\"}.fa-school-lock:before{content:\"\\e56f\"}.fa-tower-cell:before{content:\"\\e585\"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-ranking-star:before{content:\"\\e561\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-person-harassing:before{content:\"\\e549\"}.fa-brazilian-real-sign:before{content:\"\\e46c\"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:\"\\f752\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:\"\\f26c\"}.fa-shrimp:before{content:\"\\e448\"}.fa-list-check:before,.fa-tasks:before{content:\"\\f0ae\"}.fa-jug-detergent:before{content:\"\\e519\"}.fa-circle-user:before,.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-shield:before{content:\"\\f505\"}.fa-wind:before{content:\"\\f72e\"}.fa-car-burst:before,.fa-car-crash:before{content:\"\\f5e1\"}.fa-y:before{content:\"\\59\"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:\"\\f7ce\"}.fa-shipping-fast:before,.fa-truck-fast:before{content:\"\\f48b\"}.fa-fish:before{content:\"\\f578\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-adjust:before,.fa-circle-half-stroke:before{content:\"\\f042\"}.fa-clapperboard:before{content:\"\\e131\"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-baseball-ball:before,.fa-baseball:before{content:\"\\f433\"}.fa-jet-fighter-up:before{content:\"\\e518\"}.fa-diagram-project:before,.fa-project-diagram:before{content:\"\\f542\"}.fa-copy:before{content:\"\\f0c5\"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:\"\\f6a9\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-grip-horizontal:before,.fa-grip:before{content:\"\\f58d\"}.fa-share-from-square:before,.fa-share-square:before{content:\"\\f14d\"}.fa-child-combatant:before,.fa-child-rifle:before{content:\"\\e4e0\"}.fa-gun:before{content:\"\\e19b\"}.fa-phone-square:before,.fa-square-phone:before{content:\"\\f098\"}.fa-add:before,.fa-plus:before{content:\"\\2b\"}.fa-expand:before{content:\"\\f065\"}.fa-computer:before{content:\"\\e4e5\"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:\"\\f00d\"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:\"\\f047\"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:\"\\f51c\"}.fa-peso-sign:before{content:\"\\e222\"}.fa-building-shield:before{content:\"\\e4d8\"}.fa-baby:before{content:\"\\f77c\"}.fa-users-line:before{content:\"\\e592\"}.fa-quote-left-alt:before,.fa-quote-left:before{content:\"\\f10d\"}.fa-tractor:before{content:\"\\f722\"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:\"\\f829\"}.fa-arrow-down-up-lock:before{content:\"\\e4b0\"}.fa-lines-leaning:before{content:\"\\e51e\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-equals:before{content:\"\\3d\"}.fa-blender:before{content:\"\\f517\"}.fa-teeth:before{content:\"\\f62e\"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:\"\\f20b\"}.fa-map:before{content:\"\\f279\"}.fa-rocket:before{content:\"\\f135\"}.fa-photo-film:before,.fa-photo-video:before{content:\"\\f87c\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-store:before{content:\"\\f54e\"}.fa-arrow-trend-up:before{content:\"\\e098\"}.fa-plug-circle-minus:before{content:\"\\e55e\"}.fa-sign-hanging:before,.fa-sign:before{content:\"\\f4d9\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-tablet-android:before,.fa-tablet:before{content:\"\\f3fb\"}.fa-school-flag:before{content:\"\\e56e\"}.fa-fill:before{content:\"\\f575\"}.fa-angle-up:before{content:\"\\f106\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-bacteria:before{content:\"\\e059\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-notdef:before{content:\"\\e1fe\"}.fa-disease:before{content:\"\\f7fa\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-genderless:before{content:\"\\f22d\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-retweet:before{content:\"\\f079\"}.fa-car-alt:before,.fa-car-rear:before{content:\"\\f5de\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-battery-2:before,.fa-battery-quarter:before{content:\"\\f243\"}.fa-radio:before{content:\"\\f8d7\"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:\"\\f77d\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-thermometer:before{content:\"\\f491\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-percent:before,.fa-percentage:before{content:\"\\25\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-glass-water-droplet:before{content:\"\\e4f5\"}.fa-display:before{content:\"\\e163\"}.fa-face-smile:before,.fa-smile:before{content:\"\\f118\"}.fa-thumb-tack:before,.fa-thumbtack:before{content:\"\\f08d\"}.fa-trophy:before{content:\"\\f091\"}.fa-person-praying:before,.fa-pray:before{content:\"\\f683\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-rotate:before,.fa-sync-alt:before{content:\"\\f2f1\"}.fa-spinner:before{content:\"\\f110\"}.fa-robot:before{content:\"\\f544\"}.fa-peace:before{content:\"\\f67c\"}.fa-cogs:before,.fa-gears:before{content:\"\\f085\"}.fa-warehouse:before{content:\"\\f494\"}.fa-arrow-up-right-dots:before{content:\"\\e4b7\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:\"\\f584\"}.fa-dice-four:before{content:\"\\f524\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-transgender-alt:before,.fa-transgender:before{content:\"\\f225\"}.fa-mercury:before{content:\"\\f223\"}.fa-arrow-turn-down:before,.fa-level-down:before{content:\"\\f149\"}.fa-person-falling-burst:before{content:\"\\e547\"}.fa-award:before{content:\"\\f559\"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:\"\\f3ff\"}.fa-building:before{content:\"\\f1ad\"}.fa-angle-double-left:before,.fa-angles-left:before{content:\"\\f100\"}.fa-qrcode:before{content:\"\\f029\"}.fa-clock-rotate-left:before,.fa-history:before{content:\"\\f1da\"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:\"\\f56e\"}.fa-shield-blank:before,.fa-shield:before{content:\"\\f132\"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-house-medical:before{content:\"\\e3b2\"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:\"\\f450\"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:\"\\f137\"}.fa-house-chimney-window:before{content:\"\\e00d\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-tent-arrow-turn-left:before{content:\"\\e580\"}.fa-tents:before{content:\"\\e582\"}.fa-magic:before,.fa-wand-magic:before{content:\"\\f0d0\"}.fa-dog:before{content:\"\\f6d3\"}.fa-carrot:before{content:\"\\f787\"}.fa-moon:before{content:\"\\f186\"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:\"\\f5ce\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-music:before{content:\"\\f001\"}.fa-code-commit:before{content:\"\\f386\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-biking:before,.fa-person-biking:before{content:\"\\f84a\"}.fa-broom:before{content:\"\\f51a\"}.fa-shield-heart:before{content:\"\\e574\"}.fa-gopuram:before{content:\"\\f664\"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:\"\\e47b\"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:\"\\f2d3\"}.fa-hashtag:before{content:\"\\23\"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:\"\\f424\"}.fa-oil-can:before{content:\"\\f613\"}.fa-t:before{content:\"\\54\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-chart-column:before{content:\"\\e0e3\"}.fa-infinity:before{content:\"\\f534\"}.fa-vial-circle-check:before{content:\"\\e596\"}.fa-person-arrow-down-to-line:before{content:\"\\e538\"}.fa-voicemail:before{content:\"\\f897\"}.fa-fan:before{content:\"\\f863\"}.fa-person-walking-luggage:before{content:\"\\e554\"}.fa-arrows-alt-v:before,.fa-up-down:before{content:\"\\f338\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-calendar:before{content:\"\\f133\"}.fa-trailer:before{content:\"\\e041\"}.fa-bahai:before,.fa-haykal:before{content:\"\\f666\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-circle-plus:before,.fa-plus-circle:before{content:\"\\f055\"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-plug-circle-exclamation:before{content:\"\\e55d\"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:\"\\f127\"}.fa-clone:before{content:\"\\f24d\"}.fa-person-walking-arrow-loop-left:before{content:\"\\e551\"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:\"\\f7e4\"}.fa-tornado:before{content:\"\\f76f\"}.fa-file-circle-plus:before{content:\"\\e494\"}.fa-book-quran:before,.fa-quran:before{content:\"\\f687\"}.fa-anchor:before{content:\"\\f13d\"}.fa-border-all:before{content:\"\\f84c\"}.fa-angry:before,.fa-face-angry:before{content:\"\\f556\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-arrow-trend-down:before{content:\"\\e097\"}.fa-feed:before,.fa-rss:before{content:\"\\f09e\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-balance-scale:before,.fa-scale-balanced:before{content:\"\\f24e\"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:\"\\f62a\"}.fa-shower:before{content:\"\\f2cc\"}.fa-desktop-alt:before,.fa-desktop:before{content:\"\\f390\"}.fa-m:before{content:\"\\4d\"}.fa-table-list:before,.fa-th-list:before{content:\"\\f00b\"}.fa-comment-sms:before,.fa-sms:before{content:\"\\f7cd\"}.fa-book:before{content:\"\\f02d\"}.fa-user-plus:before{content:\"\\f234\"}.fa-check:before{content:\"\\f00c\"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-house-circle-check:before{content:\"\\e509\"}.fa-angle-left:before{content:\"\\f104\"}.fa-diagram-successor:before{content:\"\\e47a\"}.fa-truck-arrow-right:before{content:\"\\e58b\"}.fa-arrows-split-up-and-left:before{content:\"\\e4bc\"}.fa-fist-raised:before,.fa-hand-fist:before{content:\"\\f6de\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-person-falling:before{content:\"\\e546\"}.fa-image-portrait:before,.fa-portrait:before{content:\"\\f3e0\"}.fa-user-tag:before{content:\"\\f507\"}.fa-rug:before{content:\"\\e569\"}.fa-earth-europe:before,.fa-globe-europe:before{content:\"\\f7a2\"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:\"\\f59d\"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:\"\\f410\"}.fa-baht-sign:before{content:\"\\e0ac\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:\"\\f66a\"}.fa-handcuffs:before{content:\"\\e4f8\"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:\"\\f071\"}.fa-database:before{content:\"\\f1c0\"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:\"\\f064\"}.fa-bottle-droplet:before{content:\"\\e4c4\"}.fa-mask-face:before{content:\"\\e1d7\"}.fa-hill-rockslide:before{content:\"\\e508\"}.fa-exchange-alt:before,.fa-right-left:before{content:\"\\f362\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-road-circle-exclamation:before{content:\"\\e565\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-align-right:before{content:\"\\f038\"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:\"\\f2a7\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:\"\\f5c5\"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:\"\\f07d\"}.fa-face-grimace:before,.fa-grimace:before{content:\"\\f57f\"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:\"\\e2ce\"}.fa-level-down-alt:before,.fa-turn-down:before{content:\"\\f3be\"}.fa-person-walking-arrow-right:before{content:\"\\e552\"}.fa-envelope-square:before,.fa-square-envelope:before{content:\"\\f199\"}.fa-dice:before{content:\"\\f522\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-brain:before{content:\"\\f5dc\"}.fa-band-aid:before,.fa-bandage:before{content:\"\\f462\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:\"\\f057\"}.fa-gifts:before{content:\"\\f79c\"}.fa-hotel:before{content:\"\\f594\"}.fa-earth-asia:before,.fa-globe-asia:before{content:\"\\f57e\"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:\"\\f47f\"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:\"\\f00e\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-allergies:before,.fa-hand-dots:before{content:\"\\f461\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-coffee:before,.fa-mug-saucer:before{content:\"\\f0f4\"}.fa-brush:before{content:\"\\f55d\"}.fa-mask:before{content:\"\\f6fa\"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:\"\\f010\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-user-alt:before,.fa-user-large:before{content:\"\\f406\"}.fa-train-tram:before{content:\"\\e5b4\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-syringe:before{content:\"\\f48e\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-square-full:before{content:\"\\f45c\"}.fa-magnet:before{content:\"\\f076\"}.fa-jar:before{content:\"\\e516\"}.fa-note-sticky:before,.fa-sticky-note:before{content:\"\\f249\"}.fa-bug-slash:before{content:\"\\e490\"}.fa-arrow-up-from-water-pump:before{content:\"\\e4b6\"}.fa-bone:before{content:\"\\f5d7\"}.fa-user-injured:before{content:\"\\f728\"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:\"\\f5b4\"}.fa-plane:before{content:\"\\f072\"}.fa-tent-arrows-down:before{content:\"\\e581\"}.fa-exclamation:before{content:\"\\21\"}.fa-arrows-spin:before{content:\"\\e4bb\"}.fa-print:before{content:\"\\f02f\"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:\"\\e2bb\"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:\"\\24\"}.fa-x:before{content:\"\\58\"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:\"\\f688\"}.fa-users-cog:before,.fa-users-gear:before{content:\"\\f509\"}.fa-person-military-pointing:before{content:\"\\e54a\"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:\"\\f19c\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-trowel:before{content:\"\\e589\"}.fa-d:before{content:\"\\44\"}.fa-stapler:before{content:\"\\e5af\"}.fa-masks-theater:before,.fa-theater-masks:before{content:\"\\f630\"}.fa-kip-sign:before{content:\"\\e1c4\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:\"\\f4c6\"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:\"\\f0fb\"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:\"\\f1e1\"}.fa-barcode:before{content:\"\\f02a\"}.fa-plus-minus:before{content:\"\\e43c\"}.fa-video-camera:before,.fa-video:before{content:\"\\f03d\"}.fa-graduation-cap:before,.fa-mortar-board:before{content:\"\\f19d\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-person-circle-check:before{content:\"\\e53e\"}.fa-level-up-alt:before,.fa-turn-up:before{content:\"\\f3bf\"}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":".fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:\"Font Awesome 6 Brands\";--fa-font-brands:normal 400 1em/1 \"Font Awesome 6 Brands\"}@font-face{font-family:\"Font Awesome 6 Brands\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:\"\\f3d0\"}.fa-hooli:before{content:\"\\f427\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-lastfm:before{content:\"\\f202\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-aws:before{content:\"\\f375\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-ups:before{content:\"\\f7e0\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-dyalog:before{content:\"\\f399\"}.fa-bity:before{content:\"\\f37a\"}.fa-stackpath:before{content:\"\\f842\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-modx:before{content:\"\\f285\"}.fa-guilded:before{content:\"\\e07e\"}.fa-vnv:before{content:\"\\f40b\"}.fa-js-square:before,.fa-square-js:before{content:\"\\f3b9\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-qq:before{content:\"\\f1d6\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-java:before{content:\"\\f4e4\"}.fa-invision:before{content:\"\\f7b0\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-centercode:before{content:\"\\f380\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-unity:before{content:\"\\e049\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-vk:before{content:\"\\f189\"}.fa-untappd:before{content:\"\\f405\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-reddit-square:before,.fa-square-reddit:before{content:\"\\f1a2\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-contao:before{content:\"\\f26d\"}.fa-square-font-awesome:before{content:\"\\e5ad\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-instagram-square:before,.fa-square-instagram:before{content:\"\\e055\"}.fa-battle-net:before{content:\"\\f835\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:\"\\f3af\"}.fa-edge:before{content:\"\\f282\"}.fa-napster:before{content:\"\\f3d2\"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:\"\\f2ad\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-artstation:before{content:\"\\f77a\"}.fa-markdown:before{content:\"\\f60f\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-diaspora:before{content:\"\\f791\"}.fa-foursquare:before{content:\"\\f180\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-github-alt:before{content:\"\\f113\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-algolia:before{content:\"\\f36c\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-safari:before{content:\"\\f267\"}.fa-google:before{content:\"\\f1a0\"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:\"\\f35c\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-chromecast:before{content:\"\\f838\"}.fa-evernote:before{content:\"\\f839\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-adversal:before{content:\"\\f36a\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-fonticons:before{content:\"\\f280\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-git-alt:before{content:\"\\f841\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-rev:before{content:\"\\f5b2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-centos:before{content:\"\\f789\"}.fa-adn:before{content:\"\\f170\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:\"\\f397\"}.fa-codiepie:before{content:\"\\f284\"}.fa-node:before{content:\"\\f419\"}.fa-mix:before{content:\"\\f3cb\"}.fa-steam:before{content:\"\\f1b6\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-scribd:before{content:\"\\f28a\"}.fa-openid:before{content:\"\\f19b\"}.fa-instalod:before{content:\"\\e081\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-square-twitter:before,.fa-twitter-square:before{content:\"\\f081\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-accusoft:before{content:\"\\f369\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-app-store:before{content:\"\\f36f\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-golang:before{content:\"\\e40f\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-grav:before{content:\"\\f2d6\"}.fa-weibo:before{content:\"\\f18a\"}.fa-uncharted:before{content:\"\\e084\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-square-youtube:before,.fa-youtube-square:before{content:\"\\f431\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-rendact:before,.fa-wpressr:before{content:\"\\f3e4\"}.fa-angellist:before{content:\"\\f209\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-nfc-directional:before{content:\"\\e530\"}.fa-skype:before{content:\"\\f17e\"}.fa-joget:before{content:\"\\f3b7\"}.fa-fedora:before{content:\"\\f798\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-meta:before{content:\"\\e49b\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-hips:before{content:\"\\f452\"}.fa-behance:before{content:\"\\f1b4\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-discord:before{content:\"\\f392\"}.fa-chrome:before{content:\"\\f268\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-confluence:before{content:\"\\f78d\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-dochub:before{content:\"\\f394\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-amazon:before{content:\"\\f270\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-square-steam:before,.fa-steam-square:before{content:\"\\f1b7\"}.fa-500px:before{content:\"\\f26e\"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:\"\\f194\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:\"\\f2b4\"}.fa-gratipay:before{content:\"\\f184\"}.fa-apple:before{content:\"\\f179\"}.fa-hive:before{content:\"\\e07f\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-padlet:before{content:\"\\e4a0\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-github-square:before,.fa-square-github:before{content:\"\\f092\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-fedex:before{content:\"\\f797\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-shopify:before{content:\"\\e057\"}.fa-neos:before{content:\"\\f612\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-swift:before{content:\"\\f8e1\"}.fa-angular:before{content:\"\\f420\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envira:before{content:\"\\f299\"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:\"\\e5ae\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-firefox:before{content:\"\\f269\"}.fa-linode:before{content:\"\\f2b8\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:\"\\f264\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-sith:before{content:\"\\f512\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-page4:before{content:\"\\f3d7\"}.fa-hashnode:before{content:\"\\e499\"}.fa-react:before{content:\"\\f41b\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-opera:before{content:\"\\f26a\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-stripe:before{content:\"\\f429\"}.fa-houzz:before{content:\"\\f27c\"}.fa-gg:before{content:\"\\f260\"}.fa-dhl:before{content:\"\\f790\"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:\"\\f0d3\"}.fa-xing:before{content:\"\\f168\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-playstation:before{content:\"\\f3df\"}.fa-quinscape:before{content:\"\\f459\"}.fa-less:before{content:\"\\f41d\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-opencart:before{content:\"\\f23d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-gitlab:before{content:\"\\f296\"}.fa-typo3:before{content:\"\\f42b\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-nfc-symbol:before{content:\"\\e531\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-avianex:before{content:\"\\f374\"}.fa-ello:before{content:\"\\f5f1\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-bimobject:before{content:\"\\f378\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:\"\\f0d4\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-osi:before{content:\"\\f41a\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-periscope:before{content:\"\\f3da\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-forumbee:before{content:\"\\f211\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-square-xing:before,.fa-xing-square:before{content:\"\\f169\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-wpforms:before{content:\"\\f298\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-usps:before{content:\"\\f7e1\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-fly:before{content:\"\\f417\"}.fa-aviato:before{content:\"\\f421\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-blogger:before{content:\"\\f37c\"}.fa-flickr:before{content:\"\\f16e\"}.fa-viber:before{content:\"\\f409\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-digg:before{content:\"\\f1a6\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-audible:before{content:\"\\f373\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-bilibili:before{content:\"\\e3d9\"}.fa-erlang:before{content:\"\\f39d\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-dashcube:before{content:\"\\f210\"}.fa-42-group:before,.fa-innosoft:before{content:\"\\e080\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-elementor:before{content:\"\\f430\"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:\"\\e01e\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-xbox:before{content:\"\\f412\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-facebook-square:before,.fa-square-facebook:before{content:\"\\f082\"}.fa-renren:before{content:\"\\f18b\"}.fa-linux:before{content:\"\\f17c\"}.fa-glide:before{content:\"\\f2a5\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-mixer:before{content:\"\\e056\"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:\"\\f203\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-figma:before{content:\"\\f799\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-instagram:before{content:\"\\f16d\"}.fa-cmplid:before{content:\"\\e360\"}.fa-facebook:before{content:\"\\f09a\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-uikit:before{content:\"\\f403\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-line:before{content:\"\\f3c0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-deezer:before{content:\"\\e077\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-jira:before{content:\"\\f7b1\"}.fa-docker:before{content:\"\\f395\"}.fa-screenpal:before{content:\"\\e570\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-gitter:before{content:\"\\f426\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-microblog:before{content:\"\\e01a\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-yandex:before{content:\"\\f413\"}.fa-readme:before{content:\"\\f4d5\"}.fa-html5:before{content:\"\\f13b\"}.fa-sellsy:before{content:\"\\f213\"}.fa-sass:before{content:\"\\f41e\"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:\"\\e2d0\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-apper:before{content:\"\\f371\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-waze:before{content:\"\\f83f\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:\"\\f2ab\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-rust:before{content:\"\\e07a\"}.fa-wix:before{content:\"\\f5cf\"}.fa-behance-square:before,.fa-square-behance:before{content:\"\\f1b5\"}.fa-supple:before{content:\"\\f3f9\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-css3:before{content:\"\\f13c\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-space-awesome:before{content:\"\\e5ac\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-cpanel:before{content:\"\\f388\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-git-square:before,.fa-square-git:before{content:\"\\f1d2\"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:\"\\f174\"}.fa-trello:before{content:\"\\f181\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-perbyte:before{content:\"\\e083\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-leanpub:before{content:\"\\f212\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-python:before{content:\"\\f3e2\"}.fa-android:before{content:\"\\f17b\"}.fa-bots:before{content:\"\\e340\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-hornbill:before{content:\"\\f592\"}.fa-js:before{content:\"\\f3b8\"}.fa-ideal:before{content:\"\\e013\"}.fa-git:before{content:\"\\f1d3\"}.fa-dev:before{content:\"\\f6cc\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-uber:before{content:\"\\f402\"}.fa-github:before{content:\"\\f09b\"}.fa-php:before{content:\"\\f457\"}.fa-alipay:before{content:\"\\f642\"}.fa-youtube:before{content:\"\\f167\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-suse:before{content:\"\\f7d6\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-twitter:before{content:\"\\f099\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-buffer:before{content:\"\\f837\"}.fa-npm:before{content:\"\\f3d4\"}.fa-yammer:before{content:\"\\f840\"}.fa-btc:before{content:\"\\f15a\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-stubber:before{content:\"\\e5c7\"}.fa-telegram-plane:before,.fa-telegram:before{content:\"\\f2c6\"}.fa-old-republic:before{content:\"\\f510\"}.fa-odysee:before{content:\"\\e5c6\"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-slack-hash:before,.fa-slack:before{content:\"\\f198\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-usb:before{content:\"\\f287\"}.fa-tumblr:before{content:\"\\f173\"}.fa-vaadin:before{content:\"\\f408\"}.fa-quora:before{content:\"\\f2c4\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-medium-m:before,.fa-medium:before{content:\"\\f23a\"}.fa-amilia:before{content:\"\\f36d\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-viacoin:before{content:\"\\f237\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-sitrox:before{content:\"\\e44a\"}.fa-discourse:before{content:\"\\f393\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-airbnb:before{content:\"\\f834\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-strava:before{content:\"\\f428\"}.fa-ember:before{content:\"\\f423\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-wodu:before{content:\"\\e088\"}.fa-google-pay:before{content:\"\\e079\"}.fa-intercom:before{content:\"\\f7af\"}.fa-zhihu:before{content:\"\\f63f\"}.fa-korvue:before{content:\"\\f42f\"}.fa-pix:before{content:\"\\e43a\"}.fa-steam-symbol:before{content:\"\\f3f6\"}:host,:root{--fa-font-regular:normal 400 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:\"Font Awesome 6 Free\";--fa-font-solid:normal 900 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}.fa-solid,.fas{font-weight:900}@font-face{font-family:\"Font Awesome 5 Brands\";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format(\"woff2\"),url(../webfonts/fa-v4compatibility.ttf) format(\"truetype\");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}"}],"authorContributionMap":{"KevinEyo1":9}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/glyphicons/css/bootstrap-glyphicons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id\u003d76290a4e23bf2c3f61a4e17625be4627)"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" * Config saved to config.json and https://gist.github.com/76290a4e23bf2c3f61a4e17625be4627"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"@font-face{font-family:\u0027Glyphicons Halflings\u0027;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(\u0027../fonts/glyphicons-halflings-regular.eot?#iefix\u0027) format(\u0027embedded-opentype\u0027),url(../fonts/glyphicons-halflings-regular.woff2) format(\u0027woff2\u0027),url(../fonts/glyphicons-halflings-regular.woff) format(\u0027woff\u0027),url(../fonts/glyphicons-halflings-regular.ttf) format(\u0027truetype\u0027),url(\u0027../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular\u0027) format(\u0027svg\u0027)}.glyphicon{position:relative;top:1px;display:inline-block;font-family:\u0027Glyphicons Halflings\u0027;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:\"\\002a\"}.glyphicon-plus:before{content:\"\\002b\"}.glyphicon-euro:before,.glyphicon-eur:before{content:\"\\20ac\"}.glyphicon-minus:before{content:\"\\2212\"}.glyphicon-cloud:before{content:\"\\2601\"}.glyphicon-envelope:before{content:\"\\2709\"}.glyphicon-pencil:before{content:\"\\270f\"}.glyphicon-glass:before{content:\"\\e001\"}.glyphicon-music:before{content:\"\\e002\"}.glyphicon-search:before{content:\"\\e003\"}.glyphicon-heart:before{content:\"\\e005\"}.glyphicon-star:before{content:\"\\e006\"}.glyphicon-star-empty:before{content:\"\\e007\"}.glyphicon-user:before{content:\"\\e008\"}.glyphicon-film:before{content:\"\\e009\"}.glyphicon-th-large:before{content:\"\\e010\"}.glyphicon-th:before{content:\"\\e011\"}.glyphicon-th-list:before{content:\"\\e012\"}.glyphicon-ok:before{content:\"\\e013\"}.glyphicon-remove:before{content:\"\\e014\"}.glyphicon-zoom-in:before{content:\"\\e015\"}.glyphicon-zoom-out:before{content:\"\\e016\"}.glyphicon-off:before{content:\"\\e017\"}.glyphicon-signal:before{content:\"\\e018\"}.glyphicon-cog:before{content:\"\\e019\"}.glyphicon-trash:before{content:\"\\e020\"}.glyphicon-home:before{content:\"\\e021\"}.glyphicon-file:before{content:\"\\e022\"}.glyphicon-time:before{content:\"\\e023\"}.glyphicon-road:before{content:\"\\e024\"}.glyphicon-download-alt:before{content:\"\\e025\"}.glyphicon-download:before{content:\"\\e026\"}.glyphicon-upload:before{content:\"\\e027\"}.glyphicon-inbox:before{content:\"\\e028\"}.glyphicon-play-circle:before{content:\"\\e029\"}.glyphicon-repeat:before{content:\"\\e030\"}.glyphicon-refresh:before{content:\"\\e031\"}.glyphicon-list-alt:before{content:\"\\e032\"}.glyphicon-lock:before{content:\"\\e033\"}.glyphicon-flag:before{content:\"\\e034\"}.glyphicon-headphones:before{content:\"\\e035\"}.glyphicon-volume-off:before{content:\"\\e036\"}.glyphicon-volume-down:before{content:\"\\e037\"}.glyphicon-volume-up:before{content:\"\\e038\"}.glyphicon-qrcode:before{content:\"\\e039\"}.glyphicon-barcode:before{content:\"\\e040\"}.glyphicon-tag:before{content:\"\\e041\"}.glyphicon-tags:before{content:\"\\e042\"}.glyphicon-book:before{content:\"\\e043\"}.glyphicon-bookmark:before{content:\"\\e044\"}.glyphicon-print:before{content:\"\\e045\"}.glyphicon-camera:before{content:\"\\e046\"}.glyphicon-font:before{content:\"\\e047\"}.glyphicon-bold:before{content:\"\\e048\"}.glyphicon-italic:before{content:\"\\e049\"}.glyphicon-text-height:before{content:\"\\e050\"}.glyphicon-text-width:before{content:\"\\e051\"}.glyphicon-align-left:before{content:\"\\e052\"}.glyphicon-align-center:before{content:\"\\e053\"}.glyphicon-align-right:before{content:\"\\e054\"}.glyphicon-align-justify:before{content:\"\\e055\"}.glyphicon-list:before{content:\"\\e056\"}.glyphicon-indent-left:before{content:\"\\e057\"}.glyphicon-indent-right:before{content:\"\\e058\"}.glyphicon-facetime-video:before{content:\"\\e059\"}.glyphicon-picture:before{content:\"\\e060\"}.glyphicon-map-marker:before{content:\"\\e062\"}.glyphicon-adjust:before{content:\"\\e063\"}.glyphicon-tint:before{content:\"\\e064\"}.glyphicon-edit:before{content:\"\\e065\"}.glyphicon-share:before{content:\"\\e066\"}.glyphicon-check:before{content:\"\\e067\"}.glyphicon-move:before{content:\"\\e068\"}.glyphicon-step-backward:before{content:\"\\e069\"}.glyphicon-fast-backward:before{content:\"\\e070\"}.glyphicon-backward:before{content:\"\\e071\"}.glyphicon-play:before{content:\"\\e072\"}.glyphicon-pause:before{content:\"\\e073\"}.glyphicon-stop:before{content:\"\\e074\"}.glyphicon-forward:before{content:\"\\e075\"}.glyphicon-fast-forward:before{content:\"\\e076\"}.glyphicon-step-forward:before{content:\"\\e077\"}.glyphicon-eject:before{content:\"\\e078\"}.glyphicon-chevron-left:before{content:\"\\e079\"}.glyphicon-chevron-right:before{content:\"\\e080\"}.glyphicon-plus-sign:before{content:\"\\e081\"}.glyphicon-minus-sign:before{content:\"\\e082\"}.glyphicon-remove-sign:before{content:\"\\e083\"}.glyphicon-ok-sign:before{content:\"\\e084\"}.glyphicon-question-sign:before{content:\"\\e085\"}.glyphicon-info-sign:before{content:\"\\e086\"}.glyphicon-screenshot:before{content:\"\\e087\"}.glyphicon-remove-circle:before{content:\"\\e088\"}.glyphicon-ok-circle:before{content:\"\\e089\"}.glyphicon-ban-circle:before{content:\"\\e090\"}.glyphicon-arrow-left:before{content:\"\\e091\"}.glyphicon-arrow-right:before{content:\"\\e092\"}.glyphicon-arrow-up:before{content:\"\\e093\"}.glyphicon-arrow-down:before{content:\"\\e094\"}.glyphicon-share-alt:before{content:\"\\e095\"}.glyphicon-resize-full:before{content:\"\\e096\"}.glyphicon-resize-small:before{content:\"\\e097\"}.glyphicon-exclamation-sign:before{content:\"\\e101\"}.glyphicon-gift:before{content:\"\\e102\"}.glyphicon-leaf:before{content:\"\\e103\"}.glyphicon-fire:before{content:\"\\e104\"}.glyphicon-eye-open:before{content:\"\\e105\"}.glyphicon-eye-close:before{content:\"\\e106\"}.glyphicon-warning-sign:before{content:\"\\e107\"}.glyphicon-plane:before{content:\"\\e108\"}.glyphicon-calendar:before{content:\"\\e109\"}.glyphicon-random:before{content:\"\\e110\"}.glyphicon-comment:before{content:\"\\e111\"}.glyphicon-magnet:before{content:\"\\e112\"}.glyphicon-chevron-up:before{content:\"\\e113\"}.glyphicon-chevron-down:before{content:\"\\e114\"}.glyphicon-retweet:before{content:\"\\e115\"}.glyphicon-shopping-cart:before{content:\"\\e116\"}.glyphicon-folder-close:before{content:\"\\e117\"}.glyphicon-folder-open:before{content:\"\\e118\"}.glyphicon-resize-vertical:before{content:\"\\e119\"}.glyphicon-resize-horizontal:before{content:\"\\e120\"}.glyphicon-hdd:before{content:\"\\e121\"}.glyphicon-bullhorn:before{content:\"\\e122\"}.glyphicon-bell:before{content:\"\\e123\"}.glyphicon-certificate:before{content:\"\\e124\"}.glyphicon-thumbs-up:before{content:\"\\e125\"}.glyphicon-thumbs-down:before{content:\"\\e126\"}.glyphicon-hand-right:before{content:\"\\e127\"}.glyphicon-hand-left:before{content:\"\\e128\"}.glyphicon-hand-up:before{content:\"\\e129\"}.glyphicon-hand-down:before{content:\"\\e130\"}.glyphicon-circle-arrow-right:before{content:\"\\e131\"}.glyphicon-circle-arrow-left:before{content:\"\\e132\"}.glyphicon-circle-arrow-up:before{content:\"\\e133\"}.glyphicon-circle-arrow-down:before{content:\"\\e134\"}.glyphicon-globe:before{content:\"\\e135\"}.glyphicon-wrench:before{content:\"\\e136\"}.glyphicon-tasks:before{content:\"\\e137\"}.glyphicon-filter:before{content:\"\\e138\"}.glyphicon-briefcase:before{content:\"\\e139\"}.glyphicon-fullscreen:before{content:\"\\e140\"}.glyphicon-dashboard:before{content:\"\\e141\"}.glyphicon-paperclip:before{content:\"\\e142\"}.glyphicon-heart-empty:before{content:\"\\e143\"}.glyphicon-link:before{content:\"\\e144\"}.glyphicon-phone:before{content:\"\\e145\"}.glyphicon-pushpin:before{content:\"\\e146\"}.glyphicon-usd:before{content:\"\\e148\"}.glyphicon-gbp:before{content:\"\\e149\"}.glyphicon-sort:before{content:\"\\e150\"}.glyphicon-sort-by-alphabet:before{content:\"\\e151\"}.glyphicon-sort-by-alphabet-alt:before{content:\"\\e152\"}.glyphicon-sort-by-order:before{content:\"\\e153\"}.glyphicon-sort-by-order-alt:before{content:\"\\e154\"}.glyphicon-sort-by-attributes:before{content:\"\\e155\"}.glyphicon-sort-by-attributes-alt:before{content:\"\\e156\"}.glyphicon-unchecked:before{content:\"\\e157\"}.glyphicon-expand:before{content:\"\\e158\"}.glyphicon-collapse-down:before{content:\"\\e159\"}.glyphicon-collapse-up:before{content:\"\\e160\"}.glyphicon-log-in:before{content:\"\\e161\"}.glyphicon-flash:before{content:\"\\e162\"}.glyphicon-log-out:before{content:\"\\e163\"}.glyphicon-new-window:before{content:\"\\e164\"}.glyphicon-record:before{content:\"\\e165\"}.glyphicon-save:before{content:\"\\e166\"}.glyphicon-open:before{content:\"\\e167\"}.glyphicon-saved:before{content:\"\\e168\"}.glyphicon-import:before{content:\"\\e169\"}.glyphicon-export:before{content:\"\\e170\"}.glyphicon-send:before{content:\"\\e171\"}.glyphicon-floppy-disk:before{content:\"\\e172\"}.glyphicon-floppy-saved:before{content:\"\\e173\"}.glyphicon-floppy-remove:before{content:\"\\e174\"}.glyphicon-floppy-save:before{content:\"\\e175\"}.glyphicon-floppy-open:before{content:\"\\e176\"}.glyphicon-credit-card:before{content:\"\\e177\"}.glyphicon-transfer:before{content:\"\\e178\"}.glyphicon-cutlery:before{content:\"\\e179\"}.glyphicon-header:before{content:\"\\e180\"}.glyphicon-compressed:before{content:\"\\e181\"}.glyphicon-earphone:before{content:\"\\e182\"}.glyphicon-phone-alt:before{content:\"\\e183\"}.glyphicon-tower:before{content:\"\\e184\"}.glyphicon-stats:before{content:\"\\e185\"}.glyphicon-sd-video:before{content:\"\\e186\"}.glyphicon-hd-video:before{content:\"\\e187\"}.glyphicon-subtitles:before{content:\"\\e188\"}.glyphicon-sound-stereo:before{content:\"\\e189\"}.glyphicon-sound-dolby:before{content:\"\\e190\"}.glyphicon-sound-5-1:before{content:\"\\e191\"}.glyphicon-sound-6-1:before{content:\"\\e192\"}.glyphicon-sound-7-1:before{content:\"\\e193\"}.glyphicon-copyright-mark:before{content:\"\\e194\"}.glyphicon-registration-mark:before{content:\"\\e195\"}.glyphicon-cloud-download:before{content:\"\\e197\"}.glyphicon-cloud-upload:before{content:\"\\e198\"}.glyphicon-tree-conifer:before{content:\"\\e199\"}.glyphicon-tree-deciduous:before{content:\"\\e200\"}.glyphicon-cd:before{content:\"\\e201\"}.glyphicon-save-file:before{content:\"\\e202\"}.glyphicon-open-file:before{content:\"\\e203\"}.glyphicon-level-up:before{content:\"\\e204\"}.glyphicon-copy:before{content:\"\\e205\"}.glyphicon-paste:before{content:\"\\e206\"}.glyphicon-alert:before{content:\"\\e209\"}.glyphicon-equalizer:before{content:\"\\e210\"}.glyphicon-king:before{content:\"\\e211\"}.glyphicon-queen:before{content:\"\\e212\"}.glyphicon-pawn:before{content:\"\\e213\"}.glyphicon-bishop:before{content:\"\\e214\"}.glyphicon-knight:before{content:\"\\e215\"}.glyphicon-baby-formula:before{content:\"\\e216\"}.glyphicon-tent:before{content:\"\\26fa\"}.glyphicon-blackboard:before{content:\"\\e218\"}.glyphicon-bed:before{content:\"\\e219\"}.glyphicon-apple:before{content:\"\\f8ff\"}.glyphicon-erase:before{content:\"\\e221\"}.glyphicon-hourglass:before{content:\"\\231b\"}.glyphicon-lamp:before{content:\"\\e223\"}.glyphicon-duplicate:before{content:\"\\e224\"}.glyphicon-piggy-bank:before{content:\"\\e225\"}.glyphicon-scissors:before{content:\"\\e226\"}.glyphicon-bitcoin:before{content:\"\\e227\"}.glyphicon-btc:before{content:\"\\e227\"}.glyphicon-xbt:before{content:\"\\e227\"}.glyphicon-yen:before{content:\"\\00a5\"}.glyphicon-jpy:before{content:\"\\00a5\"}.glyphicon-ruble:before{content:\"\\20bd\"}.glyphicon-rub:before{content:\"\\20bd\"}.glyphicon-scale:before{content:\"\\e230\"}.glyphicon-ice-lolly:before{content:\"\\e231\"}.glyphicon-ice-lolly-tasted:before{content:\"\\e232\"}.glyphicon-education:before{content:\"\\e233\"}.glyphicon-option-horizontal:before{content:\"\\e234\"}.glyphicon-option-vertical:before{content:\"\\e235\"}.glyphicon-menu-hamburger:before{content:\"\\e236\"}.glyphicon-modal-window:before{content:\"\\e237\"}.glyphicon-oil:before{content:\"\\e238\"}.glyphicon-grain:before{content:\"\\e239\"}.glyphicon-sunglasses:before{content:\"\\e240\"}.glyphicon-text-size:before{content:\"\\e241\"}.glyphicon-text-color:before{content:\"\\e242\"}.glyphicon-text-background:before{content:\"\\e243\"}.glyphicon-object-align-top:before{content:\"\\e244\"}.glyphicon-object-align-bottom:before{content:\"\\e245\"}.glyphicon-object-align-horizontal:before{content:\"\\e246\"}.glyphicon-object-align-left:before{content:\"\\e247\"}.glyphicon-object-align-vertical:before{content:\"\\e248\"}.glyphicon-object-align-right:before{content:\"\\e249\"}.glyphicon-triangle-right:before{content:\"\\e250\"}.glyphicon-triangle-left:before{content:\"\\e251\"}.glyphicon-triangle-bottom:before{content:\"\\e252\"}.glyphicon-triangle-top:before{content:\"\\e253\"}.glyphicon-console:before{content:\"\\e254\"}.glyphicon-superscript:before{content:\"\\e255\"}.glyphicon-subscript:before{content:\"\\e256\"}.glyphicon-menu-left:before{content:\"\\e257\"}.glyphicon-menu-right:before{content:\"\\e258\"}.glyphicon-menu-down:before{content:\"\\e259\"}.glyphicon-menu-up:before{content:\"\\e260\"}"}],"authorContributionMap":{"KevinEyo1":17}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/bootstrap-utility.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003de():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(e):(t\u003d\"undefined\"!\u003dtypeof globalThis?globalThis:t||self).bootstrap\u003de()}(this,(function(){\"use strict\";const t\u003d\"transitionend\",e\u003dt\u003d\u003e{let e\u003dt.getAttribute(\"data-bs-target\");if(!e||\"#\"\u003d\u003d\u003de){let i\u003dt.getAttribute(\"href\");if(!i||!i.includes(\"#\")\u0026\u0026!i.startsWith(\".\"))return null;i.includes(\"#\")\u0026\u0026!i.startsWith(\"#\")\u0026\u0026(i\u003d`#${i.split(\"#\")[1]}`),e\u003di\u0026\u0026\"#\"!\u003d\u003di?i.trim():null}return e},i\u003dt\u003d\u003e{const i\u003de(t);return i\u0026\u0026document.querySelector(i)?i:null},n\u003dt\u003d\u003e{const i\u003de(t);return i?document.querySelector(i):null},s\u003de\u003d\u003e{e.dispatchEvent(new Event(t))},o\u003dt\u003d\u003e!(!t||\"object\"!\u003dtypeof t)\u0026\u0026(void 0!\u003d\u003dt.jquery\u0026\u0026(t\u003dt[0]),void 0!\u003d\u003dt.nodeType),r\u003dt\u003d\u003eo(t)?t.jquery?t[0]:t:\"string\"\u003d\u003dtypeof t\u0026\u0026t.length\u003e0?document.querySelector(t):null,a\u003d(t,e,i)\u003d\u003e{Object.keys(i).forEach((n\u003d\u003e{const s\u003di[n],r\u003de[n],a\u003dr\u0026\u0026o(r)?\"element\":null\u003d\u003d(l\u003dr)?`${l}`:{}.toString.call(l).match(/\\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(s).test(a))throw new TypeError(`${t.toUpperCase()}: Option \"${n}\" provided type \"${a}\" but expected type \"${s}\".`)}))},l\u003dt\u003d\u003e!(!o(t)||0\u003d\u003d\u003dt.getClientRects().length)\u0026\u0026\"visible\"\u003d\u003d\u003dgetComputedStyle(t).getPropertyValue(\"visibility\"),c\u003dt\u003d\u003e!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE||!!t.classList.contains(\"disabled\")||(void 0!\u003d\u003dt.disabled?t.disabled:t.hasAttribute(\"disabled\")\u0026\u0026\"false\"!\u003d\u003dt.getAttribute(\"disabled\")),h\u003dt\u003d\u003e{if(!document.documentElement.attachShadow)return null;if(\"function\"\u003d\u003dtypeof t.getRootNode){const e\u003dt.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?h(t.parentNode):null},d\u003d()\u003d\u003e{},u\u003dt\u003d\u003e{t.offsetHeight},f\u003d()\u003d\u003e{const{jQuery:t}\u003dwindow;return t\u0026\u0026!document.body.hasAttribute(\"data-bs-no-jquery\")?t:null},p\u003d[],m\u003d()\u003d\u003e\"rtl\"\u003d\u003d\u003ddocument.documentElement.dir,g\u003dt\u003d\u003e{var e;e\u003d()\u003d\u003e{const e\u003df();if(e){const i\u003dt.NAME,n\u003de.fn[i];e.fn[i]\u003dt.jQueryInterface,e.fn[i].Constructor\u003dt,e.fn[i].noConflict\u003d()\u003d\u003e(e.fn[i]\u003dn,t.jQueryInterface)}},\"loading\"\u003d\u003d\u003ddocument.readyState?(p.length||document.addEventListener(\"DOMContentLoaded\",(()\u003d\u003e{p.forEach((t\u003d\u003et()))})),p.push(e)):e()},_\u003dt\u003d\u003e{\"function\"\u003d\u003dtypeof t\u0026\u0026t()},b\u003d(e,i,n\u003d!0)\u003d\u003e{if(!n)return void _(e);const o\u003d(t\u003d\u003e{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}\u003dwindow.getComputedStyle(t);const n\u003dNumber.parseFloat(e),s\u003dNumber.parseFloat(i);return n||s?(e\u003de.split(\",\")[0],i\u003di.split(\",\")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0})(i)+5;let r\u003d!1;const a\u003d({target:n})\u003d\u003e{n\u003d\u003d\u003di\u0026\u0026(r\u003d!0,i.removeEventListener(t,a),_(e))};i.addEventListener(t,a),setTimeout((()\u003d\u003e{r||s(i)}),o)},v\u003d(t,e,i,n)\u003d\u003e{let s\u003dt.indexOf(e);if(-1\u003d\u003d\u003ds)return t[!i\u0026\u0026n?t.length-1:0];const o\u003dt.length;return s+\u003di?1:-1,n\u0026\u0026(s\u003d(s+o)%o),t[Math.max(0,Math.min(s,o-1))]},y\u003d/[^.]*(?\u003d\\..*)\\.|.*/,w\u003d/\\..*/,E\u003d/::\\d+$/,A\u003d{};let T\u003d1;const O\u003d{mouseenter:\"mouseover\",mouseleave:\"mouseout\"},C\u003d/^(mouseenter|mouseleave)/i,k\u003dnew Set([\"click\",\"dblclick\",\"mouseup\",\"mousedown\",\"contextmenu\",\"mousewheel\",\"DOMMouseScroll\",\"mouseover\",\"mouseout\",\"mousemove\",\"selectstart\",\"selectend\",\"keydown\",\"keypress\",\"keyup\",\"orientationchange\",\"touchstart\",\"touchmove\",\"touchend\",\"touchcancel\",\"pointerdown\",\"pointermove\",\"pointerup\",\"pointerleave\",\"pointercancel\",\"gesturestart\",\"gesturechange\",\"gestureend\",\"focus\",\"blur\",\"change\",\"reset\",\"select\",\"submit\",\"focusin\",\"focusout\",\"load\",\"unload\",\"beforeunload\",\"resize\",\"move\",\"DOMContentLoaded\",\"readystatechange\",\"error\",\"abort\",\"scroll\"]);function L(t,e){return e\u0026\u0026`${e}::${T++}`||t.uidEvent||T++}function x(t){const e\u003dL(t);return t.uidEvent\u003de,A[e]\u003dA[e]||{},A[e]}function D(t,e,i\u003dnull){const n\u003dObject.keys(t);for(let s\u003d0,o\u003dn.length;s\u003co;s++){const o\u003dt[n[s]];if(o.originalHandler\u003d\u003d\u003de\u0026\u0026o.delegationSelector\u003d\u003d\u003di)return o}return null}function S(t,e,i){const n\u003d\"string\"\u003d\u003dtypeof e,s\u003dn?i:e;let o\u003dP(t);return k.has(o)||(o\u003dt),[n,s,o]}function N(t,e,i,n,s){if(\"string\"!\u003dtypeof e||!t)return;if(i||(i\u003dn,n\u003dnull),C.test(e)){const t\u003dt\u003d\u003efunction(e){if(!e.relatedTarget||e.relatedTarget!\u003d\u003de.delegateTarget\u0026\u0026!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};n?n\u003dt(n):i\u003dt(i)}const[o,r,a]\u003dS(e,i,n),l\u003dx(t),c\u003dl[a]||(l[a]\u003d{}),h\u003dD(c,r,o?i:null);if(h)return void(h.oneOff\u003dh.oneOff\u0026\u0026s);const d\u003dL(r,e.replace(y,\"\")),u\u003do?function(t,e,i){return function n(s){const o\u003dt.querySelectorAll(e);for(let{target:r}\u003ds;r\u0026\u0026r!\u003d\u003dthis;r\u003dr.parentNode)for(let a\u003do.length;a--;)if(o[a]\u003d\u003d\u003dr)return s.delegateTarget\u003dr,n.oneOff\u0026\u0026j.off(t,s.type,e,i),i.apply(r,[s]);return null}}(t,i,n):function(t,e){return function i(n){return n.delegateTarget\u003dt,i.oneOff\u0026\u0026j.off(t,n.type,e),e.apply(t,[n])}}(t,i);u.delegationSelector\u003do?i:null,u.originalHandler\u003dr,u.oneOff\u003ds,u.uidEvent\u003dd,c[d]\u003du,t.addEventListener(a,u,o)}function I(t,e,i,n,s){const o\u003dD(e[i],n,s);o\u0026\u0026(t.removeEventListener(i,o,Boolean(s)),delete e[i][o.uidEvent])}function P(t){return t\u003dt.replace(w,\"\"),O[t]||t}const j\u003d{on(t,e,i,n){N(t,e,i,n,!1)},one(t,e,i,n){N(t,e,i,n,!0)},off(t,e,i,n){if(\"string\"!\u003dtypeof e||!t)return;const[s,o,r]\u003dS(e,i,n),a\u003dr!\u003d\u003de,l\u003dx(t),c\u003de.startsWith(\".\");if(void 0!\u003d\u003do){if(!l||!l[r])return;return void I(t,l,r,o,s?i:null)}c\u0026\u0026Object.keys(l).forEach((i\u003d\u003e{!function(t,e,i,n){const s\u003de[i]||{};Object.keys(s).forEach((o\u003d\u003e{if(o.includes(n)){const n\u003ds[o];I(t,e,i,n.originalHandler,n.delegationSelector)}}))}(t,l,i,e.slice(1))}));const h\u003dl[r]||{};Object.keys(h).forEach((i\u003d\u003e{const n\u003di.replace(E,\"\");if(!a||e.includes(n)){const e\u003dh[i];I(t,l,r,e.originalHandler,e.delegationSelector)}}))},trigger(t,e,i){if(\"string\"!\u003dtypeof e||!t)return null;const n\u003df(),s\u003dP(e),o\u003de!\u003d\u003ds,r\u003dk.has(s);let a,l\u003d!0,c\u003d!0,h\u003d!1,d\u003dnull;return o\u0026\u0026n\u0026\u0026(a\u003dn.Event(e,i),n(t).trigger(a),l\u003d!a.isPropagationStopped(),c\u003d!a.isImmediatePropagationStopped(),h\u003da.isDefaultPrevented()),r?(d\u003ddocument.createEvent(\"HTMLEvents\"),d.initEvent(s,l,!0)):d\u003dnew CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!\u003d\u003di\u0026\u0026Object.keys(i).forEach((t\u003d\u003e{Object.defineProperty(d,t,{get:()\u003d\u003ei[t]})})),h\u0026\u0026d.preventDefault(),c\u0026\u0026t.dispatchEvent(d),d.defaultPrevented\u0026\u0026void 0!\u003d\u003da\u0026\u0026a.preventDefault(),d}},M\u003dnew Map,H\u003d{set(t,e,i){M.has(t)||M.set(t,new Map);const n\u003dM.get(t);n.has(e)||0\u003d\u003d\u003dn.size?n.set(e,i):console.error(`Bootstrap doesn\u0027t allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get:(t,e)\u003d\u003eM.has(t)\u0026\u0026M.get(t).get(e)||null,remove(t,e){if(!M.has(t))return;const i\u003dM.get(t);i.delete(e),0\u003d\u003d\u003di.size\u0026\u0026M.delete(t)}};class B{constructor(t){(t\u003dr(t))\u0026\u0026(this._element\u003dt,H.set(this._element,this.constructor.DATA_KEY,this))}dispose(){H.remove(this._element,this.constructor.DATA_KEY),j.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((t\u003d\u003e{this[t]\u003dnull}))}_queueCallback(t,e,i\u003d!0){b(t,e,i)}static getInstance(t){return H.get(r(t),this.DATA_KEY)}static getOrCreateInstance(t,e\u003d{}){return this.getInstance(t)||new this(t,\"object\"\u003d\u003dtypeof e?e:null)}static get VERSION(){return\"5.1.3\"}static get NAME(){throw new Error(\u0027You have to implement the static method \"NAME\", for each component!\u0027)}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}const R\u003d(t,e\u003d\"hide\")\u003d\u003e{const i\u003d`click.dismiss${t.EVENT_KEY}`,s\u003dt.NAME;j.on(document,i,`[data-bs-dismiss\u003d\"${s}\"]`,(function(i){if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026i.preventDefault(),c(this))return;const o\u003dn(this)||this.closest(`.${s}`);t.getOrCreateInstance(o)[e]()}))};class W extends B{static get NAME(){return\"alert\"}close(){if(j.trigger(this._element,\"close.bs.alert\").defaultPrevented)return;this._element.classList.remove(\"show\");const t\u003dthis._element.classList.contains(\"fade\");this._queueCallback((()\u003d\u003ethis._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),j.trigger(this._element,\"closed.bs.alert\"),this.dispose()}static jQueryInterface(t){return this.each((function(){const e\u003dW.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}R(W,\"close\"),g(W);const $\u003d\u0027[data-bs-toggle\u003d\"button\"]\u0027;class z extends B{static get NAME(){return\"button\"}toggle(){this._element.setAttribute(\"aria-pressed\",this._element.classList.toggle(\"active\"))}static jQueryInterface(t){return this.each((function(){const e\u003dz.getOrCreateInstance(this);\"toggle\"\u003d\u003d\u003dt\u0026\u0026e[t]()}))}}function q(t){return\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026(t\u003d\u003d\u003dNumber(t).toString()?Number(t):\"\"\u003d\u003d\u003dt||\"null\"\u003d\u003d\u003dt?null:t)}function F(t){return t.replace(/[A-Z]/g,(t\u003d\u003e`-${t.toLowerCase()}`))}j.on(document,\"click.bs.button.data-api\",$,(t\u003d\u003e{t.preventDefault();const e\u003dt.target.closest($);z.getOrCreateInstance(e).toggle()})),g(z);const U\u003d{setDataAttribute(t,e,i){t.setAttribute(`data-bs-${F(e)}`,i)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${F(e)}`)},getDataAttributes(t){if(!t)return{};const e\u003d{};return Object.keys(t.dataset).filter((t\u003d\u003et.startsWith(\"bs\"))).forEach((i\u003d\u003e{let n\u003di.replace(/^bs/,\"\");n\u003dn.charAt(0).toLowerCase()+n.slice(1,n.length),e[n]\u003dq(t.dataset[i])})),e},getDataAttribute:(t,e)\u003d\u003eq(t.getAttribute(`data-bs-${F(e)}`)),offset(t){const e\u003dt.getBoundingClientRect();return{top:e.top+window.pageYOffset,left:e.left+window.pageXOffset}},position:t\u003d\u003e({top:t.offsetTop,left:t.offsetLeft})},V\u003d{find:(t,e\u003ddocument.documentElement)\u003d\u003e[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e\u003ddocument.documentElement)\u003d\u003eElement.prototype.querySelector.call(e,t),children:(t,e)\u003d\u003e[].concat(...t.children).filter((t\u003d\u003et.matches(e))),parents(t,e){const i\u003d[];let n\u003dt.parentNode;for(;n\u0026\u0026n.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u00263!\u003d\u003dn.nodeType;)n.matches(e)\u0026\u0026i.push(n),n\u003dn.parentNode;return i},prev(t,e){let i\u003dt.previousElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.previousElementSibling}return[]},next(t,e){let i\u003dt.nextElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.nextElementSibling}return[]},focusableChildren(t){const e\u003d[\"a\",\"button\",\"input\",\"textarea\",\"select\",\"details\",\"[tabindex]\",\u0027[contenteditable\u003d\"true\"]\u0027].map((t\u003d\u003e`${t}:not([tabindex^\u003d\"-\"])`)).join(\", \");return this.find(e,t).filter((t\u003d\u003e!c(t)\u0026\u0026l(t)))}},K\u003d\"carousel\",X\u003d{interval:5e3,keyboard:!0,slide:!1,pause:\"hover\",wrap:!0,touch:!0},Y\u003d{interval:\"(number|boolean)\",keyboard:\"boolean\",slide:\"(boolean|string)\",pause:\"(string|boolean)\",wrap:\"boolean\",touch:\"boolean\"},Q\u003d\"next\",G\u003d\"prev\",Z\u003d\"left\",J\u003d\"right\",tt\u003d{ArrowLeft:J,ArrowRight:Z},et\u003d\"slid.bs.carousel\",it\u003d\"active\",nt\u003d\".active.carousel-item\";class st extends B{constructor(t,e){super(t),this._items\u003dnull,this._interval\u003dnull,this._activeElement\u003dnull,this._isPaused\u003d!1,this._isSliding\u003d!1,this.touchTimeout\u003dnull,this.touchStartX\u003d0,this.touchDeltaX\u003d0,this._config\u003dthis._getConfig(e),this._indicatorsElement\u003dV.findOne(\".carousel-indicators\",this._element),this._touchSupported\u003d\"ontouchstart\"in document.documentElement||navigator.maxTouchPoints\u003e0,this._pointerEvent\u003dBoolean(window.PointerEvent),this._addEventListeners()}static get Default(){return X}static get NAME(){return K}next(){this._slide(Q)}nextWhenVisible(){!document.hidden\u0026\u0026l(this._element)\u0026\u0026this.next()}prev(){this._slide(G)}pause(t){t||(this._isPaused\u003d!0),V.findOne(\".carousel-item-next, .carousel-item-prev\",this._element)\u0026\u0026(s(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval\u003dnull}cycle(t){t||(this._isPaused\u003d!1),this._interval\u0026\u0026(clearInterval(this._interval),this._interval\u003dnull),this._config\u0026\u0026this._config.interval\u0026\u0026!this._isPaused\u0026\u0026(this._updateInterval(),this._interval\u003dsetInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement\u003dV.findOne(nt,this._element);const e\u003dthis._getItemIndex(this._activeElement);if(t\u003ethis._items.length-1||t\u003c0)return;if(this._isSliding)return void j.one(this._element,et,(()\u003d\u003ethis.to(t)));if(e\u003d\u003d\u003dt)return this.pause(),void this.cycle();const i\u003dt\u003ee?Q:G;this._slide(i,this._items[t])}_getConfig(t){return t\u003d{...X,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(K,t,Y),t}_handleSwipe(){const t\u003dMath.abs(this.touchDeltaX);if(t\u003c\u003d40)return;const e\u003dt/this.touchDeltaX;this.touchDeltaX\u003d0,e\u0026\u0026this._slide(e\u003e0?J:Z)}_addEventListeners(){this._config.keyboard\u0026\u0026j.on(this._element,\"keydown.bs.carousel\",(t\u003d\u003ethis._keydown(t))),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(j.on(this._element,\"mouseenter.bs.carousel\",(t\u003d\u003ethis.pause(t))),j.on(this._element,\"mouseleave.bs.carousel\",(t\u003d\u003ethis.cycle(t)))),this._config.touch\u0026\u0026this._touchSupported\u0026\u0026this._addTouchEventListeners()}_addTouchEventListeners(){const t\u003dt\u003d\u003ethis._pointerEvent\u0026\u0026(\"pen\"\u003d\u003d\u003dt.pointerType||\"touch\"\u003d\u003d\u003dt.pointerType),e\u003de\u003d\u003e{t(e)?this.touchStartX\u003de.clientX:this._pointerEvent||(this.touchStartX\u003de.touches[0].clientX)},i\u003dt\u003d\u003e{this.touchDeltaX\u003dt.touches\u0026\u0026t.touches.length\u003e1?0:t.touches[0].clientX-this.touchStartX},n\u003de\u003d\u003e{t(e)\u0026\u0026(this.touchDeltaX\u003de.clientX-this.touchStartX),this._handleSwipe(),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(this.pause(),this.touchTimeout\u0026\u0026clearTimeout(this.touchTimeout),this.touchTimeout\u003dsetTimeout((t\u003d\u003ethis.cycle(t)),500+this._config.interval))};V.find(\".carousel-item img\",this._element).forEach((t\u003d\u003e{j.on(t,\"dragstart.bs.carousel\",(t\u003d\u003et.preventDefault()))})),this._pointerEvent?(j.on(this._element,\"pointerdown.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"pointerup.bs.carousel\",(t\u003d\u003en(t))),this._element.classList.add(\"pointer-event\")):(j.on(this._element,\"touchstart.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"touchmove.bs.carousel\",(t\u003d\u003ei(t))),j.on(this._element,\"touchend.bs.carousel\",(t\u003d\u003en(t))))}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e\u003dtt[t.key];e\u0026\u0026(t.preventDefault(),this._slide(e))}_getItemIndex(t){return this._items\u003dt\u0026\u0026t.parentNode?V.find(\".carousel-item\",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){const i\u003dt\u003d\u003d\u003dQ;return v(this._items,e,i,this._config.wrap)}_triggerSlideEvent(t,e){const i\u003dthis._getItemIndex(t),n\u003dthis._getItemIndex(V.findOne(nt,this._element));return j.trigger(this._element,\"slide.bs.carousel\",{relatedTarget:t,direction:e,from:n,to:i})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const e\u003dV.findOne(\".active\",this._indicatorsElement);e.classList.remove(it),e.removeAttribute(\"aria-current\");const i\u003dV.find(\"[data-bs-target]\",this._indicatorsElement);for(let e\u003d0;e\u003ci.length;e++)if(Number.parseInt(i[e].getAttribute(\"data-bs-slide-to\"),10)\u003d\u003d\u003dthis._getItemIndex(t)){i[e].classList.add(it),i[e].setAttribute(\"aria-current\",\"true\");break}}}_updateInterval(){const t\u003dthis._activeElement||V.findOne(nt,this._element);if(!t)return;const e\u003dNumber.parseInt(t.getAttribute(\"data-bs-interval\"),10);e?(this._config.defaultInterval\u003dthis._config.defaultInterval||this._config.interval,this._config.interval\u003de):this._config.interval\u003dthis._config.defaultInterval||this._config.interval}_slide(t,e){const i\u003dthis._directionToOrder(t),n\u003dV.findOne(nt,this._element),s\u003dthis._getItemIndex(n),o\u003de||this._getItemByOrder(i,n),r\u003dthis._getItemIndex(o),a\u003dBoolean(this._interval),l\u003di\u003d\u003d\u003dQ,c\u003dl?\"carousel-item-start\":\"carousel-item-end\",h\u003dl?\"carousel-item-next\":\"carousel-item-prev\",d\u003dthis._orderToDirection(i);if(o\u0026\u0026o.classList.contains(it))return void(this._isSliding\u003d!1);if(this._isSliding)return;if(this._triggerSlideEvent(o,d).defaultPrevented)return;if(!n||!o)return;this._isSliding\u003d!0,a\u0026\u0026this.pause(),this._setActiveIndicatorElement(o),this._activeElement\u003do;const f\u003d()\u003d\u003e{j.trigger(this._element,et,{relatedTarget:o,direction:d,from:s,to:r})};if(this._element.classList.contains(\"slide\")){o.classList.add(h),u(o),n.classList.add(c),o.classList.add(c);const t\u003d()\u003d\u003e{o.classList.remove(c,h),o.classList.add(it),n.classList.remove(it,h,c),this._isSliding\u003d!1,setTimeout(f,0)};this._queueCallback(t,n,!0)}else n.classList.remove(it),o.classList.add(it),this._isSliding\u003d!1,f();a\u0026\u0026this.cycle()}_directionToOrder(t){return[J,Z].includes(t)?m()?t\u003d\u003d\u003dZ?G:Q:t\u003d\u003d\u003dZ?Q:G:t}_orderToDirection(t){return[Q,G].includes(t)?m()?t\u003d\u003d\u003dG?Z:J:t\u003d\u003d\u003dG?J:Z:t}static carouselInterface(t,e){const i\u003dst.getOrCreateInstance(t,e);let{_config:n}\u003di;\"object\"\u003d\u003dtypeof e\u0026\u0026(n\u003d{...n,...e});const s\u003d\"string\"\u003d\u003dtypeof e?e:n.slide;if(\"number\"\u003d\u003dtypeof e)i.to(e);else if(\"string\"\u003d\u003dtypeof s){if(void 0\u003d\u003d\u003di[s])throw new TypeError(`No method named \"${s}\"`);i[s]()}else n.interval\u0026\u0026n.ride\u0026\u0026(i.pause(),i.cycle())}static jQueryInterface(t){return this.each((function(){st.carouselInterface(this,t)}))}static dataApiClickHandler(t){const e\u003dn(this);if(!e||!e.classList.contains(\"carousel\"))return;const i\u003d{...U.getDataAttributes(e),...U.getDataAttributes(this)},s\u003dthis.getAttribute(\"data-bs-slide-to\");s\u0026\u0026(i.interval\u003d!1),st.carouselInterface(e,i),s\u0026\u0026st.getInstance(e).to(s),t.preventDefault()}}j.on(document,\"click.bs.carousel.data-api\",\"[data-bs-slide], [data-bs-slide-to]\",st.dataApiClickHandler),j.on(window,\"load.bs.carousel.data-api\",(()\u003d\u003e{const t\u003dV.find(\u0027[data-bs-ride\u003d\"carousel\"]\u0027);for(let e\u003d0,i\u003dt.length;e\u003ci;e++)st.carouselInterface(t[e],st.getInstance(t[e]))})),g(st);const ot\u003d\"collapse\",rt\u003d{toggle:!0,parent:null},at\u003d{toggle:\"boolean\",parent:\"(null|element)\"},lt\u003d\"show\",ct\u003d\"collapse\",ht\u003d\"collapsing\",dt\u003d\"collapsed\",ut\u003d\":scope .collapse .collapse\",ft\u003d\u0027[data-bs-toggle\u003d\"collapse\"]\u0027;class pt extends B{constructor(t,e){super(t),this._isTransitioning\u003d!1,this._config\u003dthis._getConfig(e),this._triggerArray\u003d[];const n\u003dV.find(ft);for(let t\u003d0,e\u003dn.length;t\u003ce;t++){const e\u003dn[t],s\u003di(e),o\u003dV.find(s).filter((t\u003d\u003et\u003d\u003d\u003dthis._element));null!\u003d\u003ds\u0026\u0026o.length\u0026\u0026(this._selector\u003ds,this._triggerArray.push(e))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle\u0026\u0026this.toggle()}static get Default(){return rt}static get NAME(){return ot}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t,e\u003d[];if(this._config.parent){const t\u003dV.find(ut,this._config.parent);e\u003dV.find(\".collapse.show, .collapse.collapsing\",this._config.parent).filter((e\u003d\u003e!t.includes(e)))}const i\u003dV.findOne(this._selector);if(e.length){const n\u003de.find((t\u003d\u003ei!\u003d\u003dt));if(t\u003dn?pt.getInstance(n):null,t\u0026\u0026t._isTransitioning)return}if(j.trigger(this._element,\"show.bs.collapse\").defaultPrevented)return;e.forEach((e\u003d\u003e{i!\u003d\u003de\u0026\u0026pt.getOrCreateInstance(e,{toggle:!1}).hide(),t||H.set(e,\"bs.collapse\",null)}));const n\u003dthis._getDimension();this._element.classList.remove(ct),this._element.classList.add(ht),this._element.style[n]\u003d0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning\u003d!0;const s\u003d`scroll${n[0].toUpperCase()+n.slice(1)}`;this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct,lt),this._element.style[n]\u003d\"\",j.trigger(this._element,\"shown.bs.collapse\")}),this._element,!0),this._element.style[n]\u003d`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(j.trigger(this._element,\"hide.bs.collapse\").defaultPrevented)return;const t\u003dthis._getDimension();this._element.style[t]\u003d`${this._element.getBoundingClientRect()[t]}px`,u(this._element),this._element.classList.add(ht),this._element.classList.remove(ct,lt);const e\u003dthis._triggerArray.length;for(let t\u003d0;t\u003ce;t++){const e\u003dthis._triggerArray[t],i\u003dn(e);i\u0026\u0026!this._isShown(i)\u0026\u0026this._addAriaAndCollapsedClass([e],!1)}this._isTransitioning\u003d!0,this._element.style[t]\u003d\"\",this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct),j.trigger(this._element,\"hidden.bs.collapse\")}),this._element,!0)}_isShown(t\u003dthis._element){return t.classList.contains(lt)}_getConfig(t){return(t\u003d{...rt,...U.getDataAttributes(this._element),...t}).toggle\u003dBoolean(t.toggle),t.parent\u003dr(t.parent),a(ot,t,at),t}_getDimension(){return this._element.classList.contains(\"collapse-horizontal\")?\"width\":\"height\"}_initializeChildren(){if(!this._config.parent)return;const t\u003dV.find(ut,this._config.parent);V.find(ft,this._config.parent).filter((e\u003d\u003e!t.includes(e))).forEach((t\u003d\u003e{const e\u003dn(t);e\u0026\u0026this._addAriaAndCollapsedClass([t],this._isShown(e))}))}_addAriaAndCollapsedClass(t,e){t.length\u0026\u0026t.forEach((t\u003d\u003e{e?t.classList.remove(dt):t.classList.add(dt),t.setAttribute(\"aria-expanded\",e)}))}static jQueryInterface(t){return this.each((function(){const e\u003d{};\"string\"\u003d\u003dtypeof t\u0026\u0026/show|hide/.test(t)\u0026\u0026(e.toggle\u003d!1);const i\u003dpt.getOrCreateInstance(this,e);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t]()}}))}}j.on(document,\"click.bs.collapse.data-api\",ft,(function(t){(\"A\"\u003d\u003d\u003dt.target.tagName||t.delegateTarget\u0026\u0026\"A\"\u003d\u003d\u003dt.delegateTarget.tagName)\u0026\u0026t.preventDefault();const e\u003di(this);V.find(e).forEach((t\u003d\u003e{pt.getOrCreateInstance(t,{toggle:!1}).toggle()}))})),g(pt);var mt\u003d\"top\",gt\u003d\"bottom\",_t\u003d\"right\",bt\u003d\"left\",vt\u003d\"auto\",yt\u003d[mt,gt,_t,bt],wt\u003d\"start\",Et\u003d\"end\",At\u003d\"clippingParents\",Tt\u003d\"viewport\",Ot\u003d\"popper\",Ct\u003d\"reference\",kt\u003dyt.reduce((function(t,e){return t.concat([e+\"-\"+wt,e+\"-\"+Et])}),[]),Lt\u003d[].concat(yt,[vt]).reduce((function(t,e){return t.concat([e,e+\"-\"+wt,e+\"-\"+Et])}),[]),xt\u003d\"beforeRead\",Dt\u003d\"read\",St\u003d\"afterRead\",Nt\u003d\"beforeMain\",It\u003d\"main\",Pt\u003d\"afterMain\",jt\u003d\"beforeWrite\",Mt\u003d\"write\",Ht\u003d\"afterWrite\",Bt\u003d[xt,Dt,St,Nt,It,Pt,jt,Mt,Ht];function Rt(t){return t?(t.nodeName||\"\").toLowerCase():null}function Wt(t){if(null\u003d\u003dt)return window;if(\"[object Window]\"!\u003d\u003dt.toString()){var e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function $t(t){return t instanceof Wt(t).Element||t instanceof Element}function zt(t){return t instanceof Wt(t).HTMLElement||t instanceof HTMLElement}function qt(t){return\"undefined\"!\u003dtypeof ShadowRoot\u0026\u0026(t instanceof Wt(t).ShadowRoot||t instanceof ShadowRoot)}const Ft\u003d{name:\"applyStyles\",enabled:!0,phase:\"write\",fn:function(t){var e\u003dt.state;Object.keys(e.elements).forEach((function(t){var i\u003de.styles[t]||{},n\u003de.attributes[t]||{},s\u003de.elements[t];zt(s)\u0026\u0026Rt(s)\u0026\u0026(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e\u003dn[t];!1\u003d\u003d\u003de?s.removeAttribute(t):s.setAttribute(t,!0\u003d\u003d\u003de?\"\":e)})))}))},effect:function(t){var e\u003dt.state,i\u003d{popper:{position:e.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles\u003di,e.elements.arrow\u0026\u0026Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n\u003de.elements[t],s\u003de.attributes[t]||{},o\u003dObject.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]\u003d\"\",t}),{});zt(n)\u0026\u0026Rt(n)\u0026\u0026(Object.assign(n.style,o),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:[\"computeStyles\"]};function Ut(t){return t.split(\"-\")[0]}function Vt(t,e){var i\u003dt.getBoundingClientRect();return{width:i.width/1,height:i.height/1,top:i.top/1,right:i.right/1,bottom:i.bottom/1,left:i.left/1,x:i.left/1,y:i.top/1}}function Kt(t){var e\u003dVt(t),i\u003dt.offsetWidth,n\u003dt.offsetHeight;return Math.abs(e.width-i)\u003c\u003d1\u0026\u0026(i\u003de.width),Math.abs(e.height-n)\u003c\u003d1\u0026\u0026(n\u003de.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Xt(t,e){var i\u003de.getRootNode\u0026\u0026e.getRootNode();if(t.contains(e))return!0;if(i\u0026\u0026qt(i)){var n\u003de;do{if(n\u0026\u0026t.isSameNode(n))return!0;n\u003dn.parentNode||n.host}while(n)}return!1}function Yt(t){return Wt(t).getComputedStyle(t)}function Qt(t){return[\"table\",\"td\",\"th\"].indexOf(Rt(t))\u003e\u003d0}function Gt(t){return(($t(t)?t.ownerDocument:t.document)||window.document).documentElement}function Zt(t){return\"html\"\u003d\u003d\u003dRt(t)?t:t.assignedSlot||t.parentNode||(qt(t)?t.host:null)||Gt(t)}function Jt(t){return zt(t)\u0026\u0026\"fixed\"!\u003d\u003dYt(t).position?t.offsetParent:null}function te(t){for(var e\u003dWt(t),i\u003dJt(t);i\u0026\u0026Qt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position;)i\u003dJt(i);return i\u0026\u0026(\"html\"\u003d\u003d\u003dRt(i)||\"body\"\u003d\u003d\u003dRt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position)?e:i||function(t){var e\u003d-1!\u003d\u003dnavigator.userAgent.toLowerCase().indexOf(\"firefox\");if(-1!\u003d\u003dnavigator.userAgent.indexOf(\"Trident\")\u0026\u0026zt(t)\u0026\u0026\"fixed\"\u003d\u003d\u003dYt(t).position)return null;for(var i\u003dZt(t);zt(i)\u0026\u0026[\"html\",\"body\"].indexOf(Rt(i))\u003c0;){var n\u003dYt(i);if(\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||-1!\u003d\u003d[\"transform\",\"perspective\"].indexOf(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter)return i;i\u003di.parentNode}return null}(t)||e}function ee(t){return[\"top\",\"bottom\"].indexOf(t)\u003e\u003d0?\"x\":\"y\"}var ie\u003dMath.max,ne\u003dMath.min,se\u003dMath.round;function oe(t,e,i){return ie(t,ne(e,i))}function re(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function ae(t,e){return e.reduce((function(e,i){return e[i]\u003dt,e}),{})}const le\u003d{name:\"arrow\",enabled:!0,phase:\"main\",fn:function(t){var e,i\u003dt.state,n\u003dt.name,s\u003dt.options,o\u003di.elements.arrow,r\u003di.modifiersData.popperOffsets,a\u003dUt(i.placement),l\u003dee(a),c\u003d[bt,_t].indexOf(a)\u003e\u003d0?\"height\":\"width\";if(o\u0026\u0026r){var h\u003dfunction(t,e){return re(\"number\"!\u003dtypeof(t\u003d\"function\"\u003d\u003dtypeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:ae(t,yt))}(s.padding,i),d\u003dKt(o),u\u003d\"y\"\u003d\u003d\u003dl?mt:bt,f\u003d\"y\"\u003d\u003d\u003dl?gt:_t,p\u003di.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],m\u003dr[l]-i.rects.reference[l],g\u003dte(o),_\u003dg?\"y\"\u003d\u003d\u003dl?g.clientHeight||0:g.clientWidth||0:0,b\u003dp/2-m/2,v\u003dh[u],y\u003d_-d[c]-h[f],w\u003d_/2-d[c]/2+b,E\u003doe(v,w,y),A\u003dl;i.modifiersData[n]\u003d((e\u003d{})[A]\u003dE,e.centerOffset\u003dE-w,e)}},effect:function(t){var e\u003dt.state,i\u003dt.options.element,n\u003dvoid 0\u003d\u003d\u003di?\"[data-popper-arrow]\":i;null!\u003dn\u0026\u0026(\"string\"!\u003dtypeof n||(n\u003de.elements.popper.querySelector(n)))\u0026\u0026Xt(e.elements.popper,n)\u0026\u0026(e.elements.arrow\u003dn)},requires:[\"popperOffsets\"],requiresIfExists:[\"preventOverflow\"]};function ce(t){return t.split(\"-\")[1]}var he\u003d{top:\"auto\",right:\"auto\",bottom:\"auto\",left:\"auto\"};function de(t){var e,i\u003dt.popper,n\u003dt.popperRect,s\u003dt.placement,o\u003dt.variation,r\u003dt.offsets,a\u003dt.position,l\u003dt.gpuAcceleration,c\u003dt.adaptive,h\u003dt.roundOffsets,d\u003d!0\u003d\u003d\u003dh?function(t){var e\u003dt.x,i\u003dt.y,n\u003dwindow.devicePixelRatio||1;return{x:se(se(e*n)/n)||0,y:se(se(i*n)/n)||0}}(r):\"function\"\u003d\u003dtypeof h?h(r):r,u\u003dd.x,f\u003dvoid 0\u003d\u003d\u003du?0:u,p\u003dd.y,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dr.hasOwnProperty(\"x\"),_\u003dr.hasOwnProperty(\"y\"),b\u003dbt,v\u003dmt,y\u003dwindow;if(c){var w\u003dte(i),E\u003d\"clientHeight\",A\u003d\"clientWidth\";w\u003d\u003d\u003dWt(i)\u0026\u0026\"static\"!\u003d\u003dYt(w\u003dGt(i)).position\u0026\u0026\"absolute\"\u003d\u003d\u003da\u0026\u0026(E\u003d\"scrollHeight\",A\u003d\"scrollWidth\"),w\u003dw,s!\u003d\u003dmt\u0026\u0026(s!\u003d\u003dbt\u0026\u0026s!\u003d\u003d_t||o!\u003d\u003dEt)||(v\u003dgt,m-\u003dw[E]-n.height,m*\u003dl?1:-1),s!\u003d\u003dbt\u0026\u0026(s!\u003d\u003dmt\u0026\u0026s!\u003d\u003dgt||o!\u003d\u003dEt)||(b\u003d_t,f-\u003dw[A]-n.width,f*\u003dl?1:-1)}var T,O\u003dObject.assign({position:a},c\u0026\u0026he);return l?Object.assign({},O,((T\u003d{})[v]\u003d_?\"0\":\"\",T[b]\u003dg?\"0\":\"\",T.transform\u003d(y.devicePixelRatio||1)\u003c\u003d1?\"translate(\"+f+\"px, \"+m+\"px)\":\"translate3d(\"+f+\"px, \"+m+\"px, 0)\",T)):Object.assign({},O,((e\u003d{})[v]\u003d_?m+\"px\":\"\",e[b]\u003dg?f+\"px\":\"\",e.transform\u003d\"\",e))}const ue\u003d{name:\"computeStyles\",enabled:!0,phase:\"beforeWrite\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003di.gpuAcceleration,s\u003dvoid 0\u003d\u003d\u003dn||n,o\u003di.adaptive,r\u003dvoid 0\u003d\u003d\u003do||o,a\u003di.roundOffsets,l\u003dvoid 0\u003d\u003d\u003da||a,c\u003d{placement:Ut(e.placement),variation:ce(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s};null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.styles.popper\u003dObject.assign({},e.styles.popper,de(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!\u003de.modifiersData.arrow\u0026\u0026(e.styles.arrow\u003dObject.assign({},e.styles.arrow,de(Object.assign({},c,{offsets:e.modifiersData.arrow,position:\"absolute\",adaptive:!1,roundOffsets:l})))),e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-placement\":e.placement})},data:{}};var fe\u003d{passive:!0};const pe\u003d{name:\"eventListeners\",enabled:!0,phase:\"write\",fn:function(){},effect:function(t){var e\u003dt.state,i\u003dt.instance,n\u003dt.options,s\u003dn.scroll,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003dn.resize,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003dWt(e.elements.popper),c\u003d[].concat(e.scrollParents.reference,e.scrollParents.popper);return o\u0026\u0026c.forEach((function(t){t.addEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.addEventListener(\"resize\",i.update,fe),function(){o\u0026\u0026c.forEach((function(t){t.removeEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.removeEventListener(\"resize\",i.update,fe)}},data:{}};var me\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function ge(t){return t.replace(/left|right|bottom|top/g,(function(t){return me[t]}))}var _e\u003d{start:\"end\",end:\"start\"};function be(t){return t.replace(/start|end/g,(function(t){return _e[t]}))}function ve(t){var e\u003dWt(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ye(t){return Vt(Gt(t)).left+ve(t).scrollLeft}function we(t){var e\u003dYt(t),i\u003de.overflow,n\u003de.overflowX,s\u003de.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function Ee(t){return[\"html\",\"body\",\"#document\"].indexOf(Rt(t))\u003e\u003d0?t.ownerDocument.body:zt(t)\u0026\u0026we(t)?t:Ee(Zt(t))}function Ae(t,e){var i;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);var n\u003dEe(t),s\u003dn\u003d\u003d\u003d(null\u003d\u003d(i\u003dt.ownerDocument)?void 0:i.body),o\u003dWt(n),r\u003ds?[o].concat(o.visualViewport||[],we(n)?n:[]):n,a\u003de.concat(r);return s?a:a.concat(Ae(Zt(r)))}function Te(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Oe(t,e){return e\u003d\u003d\u003dTt?Te(function(t){var e\u003dWt(t),i\u003dGt(t),n\u003de.visualViewport,s\u003di.clientWidth,o\u003di.clientHeight,r\u003d0,a\u003d0;return n\u0026\u0026(s\u003dn.width,o\u003dn.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(r\u003dn.offsetLeft,a\u003dn.offsetTop)),{width:s,height:o,x:r+ye(t),y:a}}(t)):zt(e)?function(t){var e\u003dVt(t);return e.top\u003de.top+t.clientTop,e.left\u003de.left+t.clientLeft,e.bottom\u003de.top+t.clientHeight,e.right\u003de.left+t.clientWidth,e.width\u003dt.clientWidth,e.height\u003dt.clientHeight,e.x\u003de.left,e.y\u003de.top,e}(e):Te(function(t){var e,i\u003dGt(t),n\u003dve(t),s\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,o\u003die(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),r\u003die(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),a\u003d-n.scrollLeft+ye(t),l\u003d-n.scrollTop;return\"rtl\"\u003d\u003d\u003dYt(s||i).direction\u0026\u0026(a+\u003die(i.clientWidth,s?s.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(Gt(t)))}function Ce(t){var e,i\u003dt.reference,n\u003dt.element,s\u003dt.placement,o\u003ds?Ut(s):null,r\u003ds?ce(s):null,a\u003di.x+i.width/2-n.width/2,l\u003di.y+i.height/2-n.height/2;switch(o){case mt:e\u003d{x:a,y:i.y-n.height};break;case gt:e\u003d{x:a,y:i.y+i.height};break;case _t:e\u003d{x:i.x+i.width,y:l};break;case bt:e\u003d{x:i.x-n.width,y:l};break;default:e\u003d{x:i.x,y:i.y}}var c\u003do?ee(o):null;if(null!\u003dc){var h\u003d\"y\"\u003d\u003d\u003dc?\"height\":\"width\";switch(r){case wt:e[c]\u003de[c]-(i[h]/2-n[h]/2);break;case Et:e[c]\u003de[c]+(i[h]/2-n[h]/2)}}return e}function ke(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003dvoid 0\u003d\u003d\u003dn?t.placement:n,o\u003di.boundary,r\u003dvoid 0\u003d\u003d\u003do?At:o,a\u003di.rootBoundary,l\u003dvoid 0\u003d\u003d\u003da?Tt:a,c\u003di.elementContext,h\u003dvoid 0\u003d\u003d\u003dc?Ot:c,d\u003di.altBoundary,u\u003dvoid 0!\u003d\u003dd\u0026\u0026d,f\u003di.padding,p\u003dvoid 0\u003d\u003d\u003df?0:f,m\u003dre(\"number\"!\u003dtypeof p?p:ae(p,yt)),g\u003dh\u003d\u003d\u003dOt?Ct:Ot,_\u003dt.rects.popper,b\u003dt.elements[u?g:h],v\u003dfunction(t,e,i){var n\u003d\"clippingParents\"\u003d\u003d\u003de?function(t){var e\u003dAe(Zt(t)),i\u003d[\"absolute\",\"fixed\"].indexOf(Yt(t).position)\u003e\u003d0\u0026\u0026zt(t)?te(t):t;return $t(i)?e.filter((function(t){return $t(t)\u0026\u0026Xt(t,i)\u0026\u0026\"body\"!\u003d\u003dRt(t)})):[]}(t):[].concat(e),s\u003d[].concat(n,[i]),o\u003ds[0],r\u003ds.reduce((function(e,i){var n\u003dOe(t,i);return e.top\u003die(n.top,e.top),e.right\u003dne(n.right,e.right),e.bottom\u003dne(n.bottom,e.bottom),e.left\u003die(n.left,e.left),e}),Oe(t,o));return r.width\u003dr.right-r.left,r.height\u003dr.bottom-r.top,r.x\u003dr.left,r.y\u003dr.top,r}($t(b)?b:b.contextElement||Gt(t.elements.popper),r,l),y\u003dVt(t.elements.reference),w\u003dCe({reference:y,element:_,strategy:\"absolute\",placement:s}),E\u003dTe(Object.assign({},_,w)),A\u003dh\u003d\u003d\u003dOt?E:y,T\u003d{top:v.top-A.top+m.top,bottom:A.bottom-v.bottom+m.bottom,left:v.left-A.left+m.left,right:A.right-v.right+m.right},O\u003dt.modifiersData.offset;if(h\u003d\u003d\u003dOt\u0026\u0026O){var C\u003dO[s];Object.keys(T).forEach((function(t){var e\u003d[_t,gt].indexOf(t)\u003e\u003d0?1:-1,i\u003d[mt,gt].indexOf(t)\u003e\u003d0?\"y\":\"x\";T[t]+\u003dC[i]*e}))}return T}function Le(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003di.boundary,o\u003di.rootBoundary,r\u003di.padding,a\u003di.flipVariations,l\u003di.allowedAutoPlacements,c\u003dvoid 0\u003d\u003d\u003dl?Lt:l,h\u003dce(n),d\u003dh?a?kt:kt.filter((function(t){return ce(t)\u003d\u003d\u003dh})):yt,u\u003dd.filter((function(t){return c.indexOf(t)\u003e\u003d0}));0\u003d\u003d\u003du.length\u0026\u0026(u\u003dd);var f\u003du.reduce((function(e,i){return e[i]\u003dke(t,{placement:i,boundary:s,rootBoundary:o,padding:r})[Ut(i)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}const xe\u003d{name:\"flip\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name;if(!e.modifiersData[n]._skip){for(var s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003di.fallbackPlacements,c\u003di.padding,h\u003di.boundary,d\u003di.rootBoundary,u\u003di.altBoundary,f\u003di.flipVariations,p\u003dvoid 0\u003d\u003d\u003df||f,m\u003di.allowedAutoPlacements,g\u003de.options.placement,_\u003dUt(g),b\u003dl||(_!\u003d\u003dg\u0026\u0026p?function(t){if(Ut(t)\u003d\u003d\u003dvt)return[];var e\u003dge(t);return[be(t),e,be(e)]}(g):[ge(g)]),v\u003d[g].concat(b).reduce((function(t,i){return t.concat(Ut(i)\u003d\u003d\u003dvt?Le(e,{placement:i,boundary:h,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:m}):i)}),[]),y\u003de.rects.reference,w\u003de.rects.popper,E\u003dnew Map,A\u003d!0,T\u003dv[0],O\u003d0;O\u003cv.length;O++){var C\u003dv[O],k\u003dUt(C),L\u003dce(C)\u003d\u003d\u003dwt,x\u003d[mt,gt].indexOf(k)\u003e\u003d0,D\u003dx?\"width\":\"height\",S\u003dke(e,{placement:C,boundary:h,rootBoundary:d,altBoundary:u,padding:c}),N\u003dx?L?_t:bt:L?gt:mt;y[D]\u003ew[D]\u0026\u0026(N\u003dge(N));var I\u003dge(N),P\u003d[];if(o\u0026\u0026P.push(S[k]\u003c\u003d0),a\u0026\u0026P.push(S[N]\u003c\u003d0,S[I]\u003c\u003d0),P.every((function(t){return t}))){T\u003dC,A\u003d!1;break}E.set(C,P)}if(A)for(var j\u003dfunction(t){var e\u003dv.find((function(e){var i\u003dE.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return T\u003de,\"break\"},M\u003dp?3:1;M\u003e0\u0026\u0026\"break\"!\u003d\u003dj(M);M--);e.placement!\u003d\u003dT\u0026\u0026(e.modifiersData[n]._skip\u003d!0,e.placement\u003dT,e.reset\u003d!0)}},requiresIfExists:[\"offset\"],data:{_skip:!1}};function De(t,e,i){return void 0\u003d\u003d\u003di\u0026\u0026(i\u003d{x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function Se(t){return[mt,_t,gt,bt].some((function(e){return t[e]\u003e\u003d0}))}const Ne\u003d{name:\"hide\",enabled:!0,phase:\"main\",requiresIfExists:[\"preventOverflow\"],fn:function(t){var e\u003dt.state,i\u003dt.name,n\u003de.rects.reference,s\u003de.rects.popper,o\u003de.modifiersData.preventOverflow,r\u003dke(e,{elementContext:\"reference\"}),a\u003dke(e,{altBoundary:!0}),l\u003dDe(r,n),c\u003dDe(a,s,o),h\u003dSe(l),d\u003dSe(c);e.modifiersData[i]\u003d{referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:h,hasPopperEscaped:d},e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-reference-hidden\":h,\"data-popper-escaped\":d})}},Ie\u003d{name:\"offset\",enabled:!0,phase:\"main\",requires:[\"popperOffsets\"],fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.offset,o\u003dvoid 0\u003d\u003d\u003ds?[0,0]:s,r\u003dLt.reduce((function(t,i){return t[i]\u003dfunction(t,e,i){var n\u003dUt(t),s\u003d[bt,mt].indexOf(n)\u003e\u003d0?-1:1,o\u003d\"function\"\u003d\u003dtypeof i?i(Object.assign({},e,{placement:t})):i,r\u003do[0],a\u003do[1];return r\u003dr||0,a\u003d(a||0)*s,[bt,_t].indexOf(n)\u003e\u003d0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a\u003dr[e.placement],l\u003da.x,c\u003da.y;null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.modifiersData.popperOffsets.x+\u003dl,e.modifiersData.popperOffsets.y+\u003dc),e.modifiersData[n]\u003dr}},Pe\u003d{name:\"popperOffsets\",enabled:!0,phase:\"read\",fn:function(t){var e\u003dt.state,i\u003dt.name;e.modifiersData[i]\u003dCe({reference:e.rects.reference,element:e.rects.popper,strategy:\"absolute\",placement:e.placement})},data:{}},je\u003d{name:\"preventOverflow\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0!\u003d\u003dr\u0026\u0026r,l\u003di.boundary,c\u003di.rootBoundary,h\u003di.altBoundary,d\u003di.padding,u\u003di.tether,f\u003dvoid 0\u003d\u003d\u003du||u,p\u003di.tetherOffset,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dke(e,{boundary:l,rootBoundary:c,padding:d,altBoundary:h}),_\u003dUt(e.placement),b\u003dce(e.placement),v\u003d!b,y\u003dee(_),w\u003d\"x\"\u003d\u003d\u003dy?\"y\":\"x\",E\u003de.modifiersData.popperOffsets,A\u003de.rects.reference,T\u003de.rects.popper,O\u003d\"function\"\u003d\u003dtypeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,C\u003d{x:0,y:0};if(E){if(o||a){var k\u003d\"y\"\u003d\u003d\u003dy?mt:bt,L\u003d\"y\"\u003d\u003d\u003dy?gt:_t,x\u003d\"y\"\u003d\u003d\u003dy?\"height\":\"width\",D\u003dE[y],S\u003dE[y]+g[k],N\u003dE[y]-g[L],I\u003df?-T[x]/2:0,P\u003db\u003d\u003d\u003dwt?A[x]:T[x],j\u003db\u003d\u003d\u003dwt?-T[x]:-A[x],M\u003de.elements.arrow,H\u003df\u0026\u0026M?Kt(M):{width:0,height:0},B\u003de.modifiersData[\"arrow#persistent\"]?e.modifiersData[\"arrow#persistent\"].padding:{top:0,right:0,bottom:0,left:0},R\u003dB[k],W\u003dB[L],$\u003doe(0,A[x],H[x]),z\u003dv?A[x]/2-I-$-R-O:P-$-R-O,q\u003dv?-A[x]/2+I+$+W+O:j+$+W+O,F\u003de.elements.arrow\u0026\u0026te(e.elements.arrow),U\u003dF?\"y\"\u003d\u003d\u003dy?F.clientTop||0:F.clientLeft||0:0,V\u003de.modifiersData.offset?e.modifiersData.offset[e.placement][y]:0,K\u003dE[y]+z-V-U,X\u003dE[y]+q-V;if(o){var Y\u003doe(f?ne(S,K):S,D,f?ie(N,X):N);E[y]\u003dY,C[y]\u003dY-D}if(a){var Q\u003d\"x\"\u003d\u003d\u003dy?mt:bt,G\u003d\"x\"\u003d\u003d\u003dy?gt:_t,Z\u003dE[w],J\u003dZ+g[Q],tt\u003dZ-g[G],et\u003doe(f?ne(J,K):J,Z,f?ie(tt,X):tt);E[w]\u003det,C[w]\u003det-Z}}e.modifiersData[n]\u003dC}},requiresIfExists:[\"offset\"]};function Me(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003d!1);var n\u003dzt(e);zt(e)\u0026\u0026function(t){var e\u003dt.getBoundingClientRect();e.width,t.offsetWidth,e.height,t.offsetHeight}(e);var s,o,r\u003dGt(e),a\u003dVt(t),l\u003d{scrollLeft:0,scrollTop:0},c\u003d{x:0,y:0};return(n||!n\u0026\u0026!i)\u0026\u0026((\"body\"!\u003d\u003dRt(e)||we(r))\u0026\u0026(l\u003d(s\u003de)!\u003d\u003dWt(s)\u0026\u0026zt(s)?{scrollLeft:(o\u003ds).scrollLeft,scrollTop:o.scrollTop}:ve(s)),zt(e)?((c\u003dVt(e)).x+\u003de.clientLeft,c.y+\u003de.clientTop):r\u0026\u0026(c.x\u003dye(r))),{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function He(t){var e\u003dnew Map,i\u003dnew Set,n\u003d[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n\u003de.get(t);n\u0026\u0026s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var Be\u003d{placement:\"bottom\",modifiers:[],strategy:\"absolute\"};function Re(){for(var t\u003darguments.length,e\u003dnew Array(t),i\u003d0;i\u003ct;i++)e[i]\u003darguments[i];return!e.some((function(t){return!(t\u0026\u0026\"function\"\u003d\u003dtypeof t.getBoundingClientRect)}))}function We(t){void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{});var e\u003dt,i\u003de.defaultModifiers,n\u003dvoid 0\u003d\u003d\u003di?[]:i,s\u003de.defaultOptions,o\u003dvoid 0\u003d\u003d\u003ds?Be:s;return function(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003do);var s,r,a\u003d{placement:\"bottom\",orderedModifiers:[],options:Object.assign({},Be,o),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},l\u003d[],c\u003d!1,h\u003d{state:a,setOptions:function(i){var s\u003d\"function\"\u003d\u003dtypeof i?i(a.options):i;d(),a.options\u003dObject.assign({},o,a.options,s),a.scrollParents\u003d{reference:$t(t)?Ae(t):t.contextElement?Ae(t.contextElement):[],popper:Ae(e)};var r,c,u\u003dfunction(t){var e\u003dHe(t);return Bt.reduce((function(t,i){return t.concat(e.filter((function(t){return t.phase\u003d\u003d\u003di})))}),[])}((r\u003d[].concat(n,a.options.modifiers),c\u003dr.reduce((function(t,e){var i\u003dt[e.name];return t[e.name]\u003di?Object.assign({},i,e,{options:Object.assign({},i.options,e.options),data:Object.assign({},i.data,e.data)}):e,t}),{}),Object.keys(c).map((function(t){return c[t]}))));return a.orderedModifiers\u003du.filter((function(t){return t.enabled})),a.orderedModifiers.forEach((function(t){var e\u003dt.name,i\u003dt.options,n\u003dvoid 0\u003d\u003d\u003di?{}:i,s\u003dt.effect;if(\"function\"\u003d\u003dtypeof s){var o\u003ds({state:a,name:e,instance:h,options:n});l.push(o||function(){})}})),h.update()},forceUpdate:function(){if(!c){var t\u003da.elements,e\u003dt.reference,i\u003dt.popper;if(Re(e,i)){a.rects\u003d{reference:Me(e,te(i),\"fixed\"\u003d\u003d\u003da.options.strategy),popper:Kt(i)},a.reset\u003d!1,a.placement\u003da.options.placement,a.orderedModifiers.forEach((function(t){return a.modifiersData[t.name]\u003dObject.assign({},t.data)}));for(var n\u003d0;n\u003ca.orderedModifiers.length;n++)if(!0!\u003d\u003da.reset){var s\u003da.orderedModifiers[n],o\u003ds.fn,r\u003ds.options,l\u003dvoid 0\u003d\u003d\u003dr?{}:r,d\u003ds.name;\"function\"\u003d\u003dtypeof o\u0026\u0026(a\u003do({state:a,options:l,name:d,instance:h})||a)}else a.reset\u003d!1,n\u003d-1}}},update:(s\u003dfunction(){return new Promise((function(t){h.forceUpdate(),t(a)}))},function(){return r||(r\u003dnew Promise((function(t){Promise.resolve().then((function(){r\u003dvoid 0,t(s())}))}))),r}),destroy:function(){d(),c\u003d!0}};if(!Re(t,e))return h;function d(){l.forEach((function(t){return t()})),l\u003d[]}return h.setOptions(i).then((function(t){!c\u0026\u0026i.onFirstUpdate\u0026\u0026i.onFirstUpdate(t)})),h}}var $e\u003dWe(),ze\u003dWe({defaultModifiers:[pe,Pe,ue,Ft]}),qe\u003dWe({defaultModifiers:[pe,Pe,ue,Ft,Ie,xe,je,le,Ne]});const Fe\u003dObject.freeze({__proto__:null,popperGenerator:We,detectOverflow:ke,createPopperBase:$e,createPopper:qe,createPopperLite:ze,top:mt,bottom:gt,right:_t,left:bt,auto:vt,basePlacements:yt,start:wt,end:Et,clippingParents:At,viewport:Tt,popper:Ot,reference:Ct,variationPlacements:kt,placements:Lt,beforeRead:xt,read:Dt,afterRead:St,beforeMain:Nt,main:It,afterMain:Pt,beforeWrite:jt,write:Mt,afterWrite:Ht,modifierPhases:Bt,applyStyles:Ft,arrow:le,computeStyles:ue,eventListeners:pe,flip:xe,hide:Ne,offset:Ie,popperOffsets:Pe,preventOverflow:je}),Ue\u003d\"dropdown\",Ve\u003d\"Escape\",Ke\u003d\"Space\",Xe\u003d\"ArrowUp\",Ye\u003d\"ArrowDown\",Qe\u003dnew RegExp(\"ArrowUp|ArrowDown|Escape\"),Ge\u003d\"click.bs.dropdown.data-api\",Ze\u003d\"keydown.bs.dropdown.data-api\",Je\u003d\"show\",ti\u003d\u0027[data-bs-toggle\u003d\"dropdown\"]\u0027,ei\u003d\".dropdown-menu\",ii\u003dm()?\"top-end\":\"top-start\",ni\u003dm()?\"top-start\":\"top-end\",si\u003dm()?\"bottom-end\":\"bottom-start\",oi\u003dm()?\"bottom-start\":\"bottom-end\",ri\u003dm()?\"left-start\":\"right-start\",ai\u003dm()?\"right-start\":\"left-start\",li\u003d{offset:[0,2],boundary:\"clippingParents\",reference:\"toggle\",display:\"dynamic\",popperConfig:null,autoClose:!0},ci\u003d{offset:\"(array|string|function)\",boundary:\"(string|element)\",reference:\"(string|element|object)\",display:\"string\",popperConfig:\"(null|object|function)\",autoClose:\"(boolean|string)\"};class hi extends B{constructor(t,e){super(t),this._popper\u003dnull,this._config\u003dthis._getConfig(e),this._menu\u003dthis._getMenuElement(),this._inNavbar\u003dthis._detectNavbar()}static get Default(){return li}static get DefaultType(){return ci}static get NAME(){return Ue}toggle(){return this._isShown()?this.hide():this.show()}show(){if(c(this._element)||this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};if(j.trigger(this._element,\"show.bs.dropdown\",t).defaultPrevented)return;const e\u003dhi.getParentFromElement(this._element);this._inNavbar?U.setDataAttribute(this._menu,\"popper\",\"none\"):this._createPopper(e),\"ontouchstart\"in document.documentElement\u0026\u0026!e.closest(\".navbar-nav\")\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.on(t,\"mouseover\",d))),this._element.focus(),this._element.setAttribute(\"aria-expanded\",!0),this._menu.classList.add(Je),this._element.classList.add(Je),j.trigger(this._element,\"shown.bs.dropdown\",t)}hide(){if(c(this._element)||!this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper\u0026\u0026this._popper.destroy(),super.dispose()}update(){this._inNavbar\u003dthis._detectNavbar(),this._popper\u0026\u0026this._popper.update()}_completeHide(t){j.trigger(this._element,\"hide.bs.dropdown\",t).defaultPrevented||(\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._popper\u0026\u0026this._popper.destroy(),this._menu.classList.remove(Je),this._element.classList.remove(Je),this._element.setAttribute(\"aria-expanded\",\"false\"),U.removeDataAttribute(this._menu,\"popper\"),j.trigger(this._element,\"hidden.bs.dropdown\",t))}_getConfig(t){if(t\u003d{...this.constructor.Default,...U.getDataAttributes(this._element),...t},a(Ue,t,this.constructor.DefaultType),\"object\"\u003d\u003dtypeof t.reference\u0026\u0026!o(t.reference)\u0026\u0026\"function\"!\u003dtypeof t.reference.getBoundingClientRect)throw new TypeError(`${Ue.toUpperCase()}: Option \"reference\" provided type \"object\" without a required \"getBoundingClientRect\" method.`);return t}_createPopper(t){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s dropdowns require Popper (https://popper.js.org)\");let e\u003dthis._element;\"parent\"\u003d\u003d\u003dthis._config.reference?e\u003dt:o(this._config.reference)?e\u003dr(this._config.reference):\"object\"\u003d\u003dtypeof this._config.reference\u0026\u0026(e\u003dthis._config.reference);const i\u003dthis._getPopperConfig(),n\u003di.modifiers.find((t\u003d\u003e\"applyStyles\"\u003d\u003d\u003dt.name\u0026\u0026!1\u003d\u003d\u003dt.enabled));this._popper\u003dqe(e,this._menu,i),n\u0026\u0026U.setDataAttribute(this._menu,\"popper\",\"static\")}_isShown(t\u003dthis._element){return t.classList.contains(Je)}_getMenuElement(){return V.next(this._element,ei)[0]}_getPlacement(){const t\u003dthis._element.parentNode;if(t.classList.contains(\"dropend\"))return ri;if(t.classList.contains(\"dropstart\"))return ai;const e\u003d\"end\"\u003d\u003d\u003dgetComputedStyle(this._menu).getPropertyValue(\"--bs-position\").trim();return t.classList.contains(\"dropup\")?e?ni:ii:e?oi:si}_detectNavbar(){return null!\u003d\u003dthis._element.closest(\".navbar\")}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_getPopperConfig(){const t\u003d{placement:this._getPlacement(),modifiers:[{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"offset\",options:{offset:this._getOffset()}}]};return\"static\"\u003d\u003d\u003dthis._config.display\u0026\u0026(t.modifiers\u003d[{name:\"applyStyles\",enabled:!1}]),{...t,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:e}){const i\u003dV.find(\".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)\",this._menu).filter(l);i.length\u0026\u0026v(i,e,t\u003d\u003d\u003dYe,!i.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e\u003dhi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}static clearMenus(t){if(t\u0026\u0026(2\u003d\u003d\u003dt.button||\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"!\u003d\u003dt.key))return;const e\u003dV.find(ti);for(let i\u003d0,n\u003de.length;i\u003cn;i++){const n\u003dhi.getInstance(e[i]);if(!n||!1\u003d\u003d\u003dn._config.autoClose)continue;if(!n._isShown())continue;const s\u003d{relatedTarget:n._element};if(t){const e\u003dt.composedPath(),i\u003de.includes(n._menu);if(e.includes(n._element)||\"inside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026!i||\"outside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026i)continue;if(n._menu.contains(t.target)\u0026\u0026(\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"\u003d\u003d\u003dt.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;\"click\"\u003d\u003d\u003dt.type\u0026\u0026(s.clickEvent\u003dt)}n._completeHide(s)}}static getParentFromElement(t){return n(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?t.key\u003d\u003d\u003dKe||t.key!\u003d\u003dVe\u0026\u0026(t.key!\u003d\u003dYe\u0026\u0026t.key!\u003d\u003dXe||t.target.closest(ei)):!Qe.test(t.key))return;const e\u003dthis.classList.contains(Je);if(!e\u0026\u0026t.key\u003d\u003d\u003dVe)return;if(t.preventDefault(),t.stopPropagation(),c(this))return;const i\u003dthis.matches(ti)?this:V.prev(this,ti)[0],n\u003dhi.getOrCreateInstance(i);if(t.key!\u003d\u003dVe)return t.key\u003d\u003d\u003dXe||t.key\u003d\u003d\u003dYe?(e||n.show(),void n._selectMenuItem(t)):void(e\u0026\u0026t.key!\u003d\u003dKe||hi.clearMenus());n.hide()}}j.on(document,Ze,ti,hi.dataApiKeydownHandler),j.on(document,Ze,ei,hi.dataApiKeydownHandler),j.on(document,Ge,hi.clearMenus),j.on(document,\"keyup.bs.dropdown.data-api\",hi.clearMenus),j.on(document,Ge,ti,(function(t){t.preventDefault(),hi.getOrCreateInstance(this).toggle()})),g(hi);const di\u003d\".fixed-top, .fixed-bottom, .is-fixed, .sticky-top\",ui\u003d\".sticky-top\";class fi{constructor(){this._element\u003ddocument.body}getWidth(){const t\u003ddocument.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t\u003dthis.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(di,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(ui,\"marginRight\",(e\u003d\u003ee-t))}_disableOverFlow(){this._saveInitialAttribute(this._element,\"overflow\"),this._element.style.overflow\u003d\"hidden\"}_setElementAttributes(t,e,i){const n\u003dthis.getWidth();this._applyManipulationCallback(t,(t\u003d\u003e{if(t!\u003d\u003dthis._element\u0026\u0026window.innerWidth\u003et.clientWidth+n)return;this._saveInitialAttribute(t,e);const s\u003dwindow.getComputedStyle(t)[e];t.style[e]\u003d`${i(Number.parseFloat(s))}px`}))}reset(){this._resetElementAttributes(this._element,\"overflow\"),this._resetElementAttributes(this._element,\"paddingRight\"),this._resetElementAttributes(di,\"paddingRight\"),this._resetElementAttributes(ui,\"marginRight\")}_saveInitialAttribute(t,e){const i\u003dt.style[e];i\u0026\u0026U.setDataAttribute(t,e,i)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t\u003d\u003e{const i\u003dU.getDataAttribute(t,e);void 0\u003d\u003d\u003di?t.style.removeProperty(e):(U.removeDataAttribute(t,e),t.style[e]\u003di)}))}_applyManipulationCallback(t,e){o(t)?e(t):V.find(t,this._element).forEach(e)}isOverflowing(){return this.getWidth()\u003e0}}const pi\u003d{className:\"modal-backdrop\",isVisible:!0,isAnimated:!1,rootElement:\"body\",clickCallback:null},mi\u003d{className:\"string\",isVisible:\"boolean\",isAnimated:\"boolean\",rootElement:\"(element|string)\",clickCallback:\"(function|null)\"},gi\u003d\"show\",_i\u003d\"mousedown.bs.backdrop\";class bi{constructor(t){this._config\u003dthis._getConfig(t),this._isAppended\u003d!1,this._element\u003dnull}show(t){this._config.isVisible?(this._append(),this._config.isAnimated\u0026\u0026u(this._getElement()),this._getElement().classList.add(gi),this._emulateAnimation((()\u003d\u003e{_(t)}))):_(t)}hide(t){this._config.isVisible?(this._getElement().classList.remove(gi),this._emulateAnimation((()\u003d\u003e{this.dispose(),_(t)}))):_(t)}_getElement(){if(!this._element){const t\u003ddocument.createElement(\"div\");t.className\u003dthis._config.className,this._config.isAnimated\u0026\u0026t.classList.add(\"fade\"),this._element\u003dt}return this._element}_getConfig(t){return(t\u003d{...pi,...\"object\"\u003d\u003dtypeof t?t:{}}).rootElement\u003dr(t.rootElement),a(\"backdrop\",t,mi),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),j.on(this._getElement(),_i,(()\u003d\u003e{_(this._config.clickCallback)})),this._isAppended\u003d!0)}dispose(){this._isAppended\u0026\u0026(j.off(this._element,_i),this._element.remove(),this._isAppended\u003d!1)}_emulateAnimation(t){b(t,this._getElement(),this._config.isAnimated)}}const vi\u003d{trapElement:null,autofocus:!0},yi\u003d{trapElement:\"element\",autofocus:\"boolean\"},wi\u003d\".bs.focustrap\",Ei\u003d\"backward\";class Ai{constructor(t){this._config\u003dthis._getConfig(t),this._isActive\u003d!1,this._lastTabNavDirection\u003dnull}activate(){const{trapElement:t,autofocus:e}\u003dthis._config;this._isActive||(e\u0026\u0026t.focus(),j.off(document,wi),j.on(document,\"focusin.bs.focustrap\",(t\u003d\u003ethis._handleFocusin(t))),j.on(document,\"keydown.tab.bs.focustrap\",(t\u003d\u003ethis._handleKeydown(t))),this._isActive\u003d!0)}deactivate(){this._isActive\u0026\u0026(this._isActive\u003d!1,j.off(document,wi))}_handleFocusin(t){const{target:e}\u003dt,{trapElement:i}\u003dthis._config;if(e\u003d\u003d\u003ddocument||e\u003d\u003d\u003di||i.contains(e))return;const n\u003dV.focusableChildren(i);0\u003d\u003d\u003dn.length?i.focus():this._lastTabNavDirection\u003d\u003d\u003dEi?n[n.length-1].focus():n[0].focus()}_handleKeydown(t){\"Tab\"\u003d\u003d\u003dt.key\u0026\u0026(this._lastTabNavDirection\u003dt.shiftKey?Ei:\"forward\")}_getConfig(t){return t\u003d{...vi,...\"object\"\u003d\u003dtypeof t?t:{}},a(\"focustrap\",t,yi),t}}const Ti\u003d\"modal\",Oi\u003d\"Escape\",Ci\u003d{backdrop:!0,keyboard:!0,focus:!0},ki\u003d{backdrop:\"(boolean|string)\",keyboard:\"boolean\",focus:\"boolean\"},Li\u003d\"hidden.bs.modal\",xi\u003d\"show.bs.modal\",Di\u003d\"resize.bs.modal\",Si\u003d\"click.dismiss.bs.modal\",Ni\u003d\"keydown.dismiss.bs.modal\",Ii\u003d\"mousedown.dismiss.bs.modal\",Pi\u003d\"modal-open\",ji\u003d\"show\",Mi\u003d\"modal-static\";class Hi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._dialog\u003dV.findOne(\".modal-dialog\",this._element),this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._isShown\u003d!1,this._ignoreBackdropClick\u003d!1,this._isTransitioning\u003d!1,this._scrollBar\u003dnew fi}static get Default(){return Ci}static get NAME(){return Ti}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||j.trigger(this._element,xi,{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._isAnimated()\u0026\u0026(this._isTransitioning\u003d!0),this._scrollBar.hide(),document.body.classList.add(Pi),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),j.on(this._dialog,Ii,(()\u003d\u003e{j.one(this._element,\"mouseup.dismiss.bs.modal\",(t\u003d\u003e{t.target\u003d\u003d\u003dthis._element\u0026\u0026(this._ignoreBackdropClick\u003d!0)}))})),this._showBackdrop((()\u003d\u003ethis._showElement(t))))}hide(){if(!this._isShown||this._isTransitioning)return;if(j.trigger(this._element,\"hide.bs.modal\").defaultPrevented)return;this._isShown\u003d!1;const t\u003dthis._isAnimated();t\u0026\u0026(this._isTransitioning\u003d!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove(ji),j.off(this._element,Si),j.off(this._dialog,Ii),this._queueCallback((()\u003d\u003ethis._hideModal()),this._element,t)}dispose(){[window,this._dialog].forEach((t\u003d\u003ej.off(t,\".bs.modal\"))),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new bi({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_getConfig(t){return t\u003d{...Ci,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Ti,t,ki),t}_showElement(t){const e\u003dthis._isAnimated(),i\u003dV.findOne(\".modal-body\",this._dialog);this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE||document.body.append(this._element),this._element.style.display\u003d\"block\",this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.scrollTop\u003d0,i\u0026\u0026(i.scrollTop\u003d0),e\u0026\u0026u(this._element),this._element.classList.add(ji),this._queueCallback((()\u003d\u003e{this._config.focus\u0026\u0026this._focustrap.activate(),this._isTransitioning\u003d!1,j.trigger(this._element,\"shown.bs.modal\",{relatedTarget:t})}),this._dialog,e)}_setEscapeEvent(){this._isShown?j.on(this._element,Ni,(t\u003d\u003e{this._config.keyboard\u0026\u0026t.key\u003d\u003d\u003dOi?(t.preventDefault(),this.hide()):this._config.keyboard||t.key!\u003d\u003dOi||this._triggerBackdropTransition()})):j.off(this._element,Ni)}_setResizeEvent(){this._isShown?j.on(window,Di,(()\u003d\u003ethis._adjustDialog())):j.off(window,Di)}_hideModal(){this._element.style.display\u003d\"none\",this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._isTransitioning\u003d!1,this._backdrop.hide((()\u003d\u003e{document.body.classList.remove(Pi),this._resetAdjustments(),this._scrollBar.reset(),j.trigger(this._element,Li)}))}_showBackdrop(t){j.on(this._element,Si,(t\u003d\u003e{this._ignoreBackdropClick?this._ignoreBackdropClick\u003d!1:t.target\u003d\u003d\u003dt.currentTarget\u0026\u0026(!0\u003d\u003d\u003dthis._config.backdrop?this.hide():\"static\"\u003d\u003d\u003dthis._config.backdrop\u0026\u0026this._triggerBackdropTransition())})),this._backdrop.show(t)}_isAnimated(){return this._element.classList.contains(\"fade\")}_triggerBackdropTransition(){if(j.trigger(this._element,\"hidePrevented.bs.modal\").defaultPrevented)return;const{classList:t,scrollHeight:e,style:i}\u003dthis._element,n\u003de\u003edocument.documentElement.clientHeight;!n\u0026\u0026\"hidden\"\u003d\u003d\u003di.overflowY||t.contains(Mi)||(n||(i.overflowY\u003d\"hidden\"),t.add(Mi),this._queueCallback((()\u003d\u003e{t.remove(Mi),n||this._queueCallback((()\u003d\u003e{i.overflowY\u003d\"\"}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t\u003dthis._element.scrollHeight\u003edocument.documentElement.clientHeight,e\u003dthis._scrollBar.getWidth(),i\u003de\u003e0;(!i\u0026\u0026t\u0026\u0026!m()||i\u0026\u0026!t\u0026\u0026m())\u0026\u0026(this._element.style.paddingLeft\u003d`${e}px`),(i\u0026\u0026!t\u0026\u0026!m()||!i\u0026\u0026t\u0026\u0026m())\u0026\u0026(this._element.style.paddingRight\u003d`${e}px`)}_resetAdjustments(){this._element.style.paddingLeft\u003d\"\",this._element.style.paddingRight\u003d\"\"}static jQueryInterface(t,e){return this.each((function(){const i\u003dHi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t](e)}}))}}j.on(document,\"click.bs.modal.data-api\",\u0027[data-bs-toggle\u003d\"modal\"]\u0027,(function(t){const e\u003dn(this);[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),j.one(e,xi,(t\u003d\u003e{t.defaultPrevented||j.one(e,Li,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}))}));const i\u003dV.findOne(\".modal.show\");i\u0026\u0026Hi.getInstance(i).hide(),Hi.getOrCreateInstance(e).toggle(this)})),R(Hi),g(Hi);const Bi\u003d\"offcanvas\",Ri\u003d{backdrop:!0,keyboard:!0,scroll:!1},Wi\u003d{backdrop:\"boolean\",keyboard:\"boolean\",scroll:\"boolean\"},$i\u003d\"show\",zi\u003d\".offcanvas.show\",qi\u003d\"hidden.bs.offcanvas\";class Fi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._isShown\u003d!1,this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return Bi}static get Default(){return Ri}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||j.trigger(this._element,\"show.bs.offcanvas\",{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._element.style.visibility\u003d\"visible\",this._backdrop.show(),this._config.scroll||(new fi).hide(),this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.classList.add($i),this._queueCallback((()\u003d\u003e{this._config.scroll||this._focustrap.activate(),j.trigger(this._element,\"shown.bs.offcanvas\",{relatedTarget:t})}),this._element,!0))}hide(){this._isShown\u0026\u0026(j.trigger(this._element,\"hide.bs.offcanvas\").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown\u003d!1,this._element.classList.remove($i),this._backdrop.hide(),this._queueCallback((()\u003d\u003e{this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._element.style.visibility\u003d\"hidden\",this._config.scroll||(new fi).reset(),j.trigger(this._element,qi)}),this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_getConfig(t){return t\u003d{...Ri,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Bi,t,Wi),t}_initializeBackDrop(){return new bi({className:\"offcanvas-backdrop\",isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()\u003d\u003ethis.hide()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_addEventListeners(){j.on(this._element,\"keydown.dismiss.bs.offcanvas\",(t\u003d\u003e{this._config.keyboard\u0026\u0026\"Escape\"\u003d\u003d\u003dt.key\u0026\u0026this.hide()}))}static jQueryInterface(t){return this.each((function(){const e\u003dFi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}j.on(document,\"click.bs.offcanvas.data-api\",\u0027[data-bs-toggle\u003d\"offcanvas\"]\u0027,(function(t){const e\u003dn(this);if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this))return;j.one(e,qi,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}));const i\u003dV.findOne(zi);i\u0026\u0026i!\u003d\u003de\u0026\u0026Fi.getInstance(i).hide(),Fi.getOrCreateInstance(e).toggle(this)})),j.on(window,\"load.bs.offcanvas.data-api\",(()\u003d\u003eV.find(zi).forEach((t\u003d\u003eFi.getOrCreateInstance(t).show())))),R(Fi),g(Fi);const Ui\u003dnew Set([\"background\",\"cite\",\"href\",\"itemtype\",\"longdesc\",\"poster\",\"src\",\"xlink:href\"]),Vi\u003d/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#\u0026/:?]*(?:[#/?]|$))/i,Ki\u003d/^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+\u003d*$/i,Xi\u003d(t,e)\u003d\u003e{const i\u003dt.nodeName.toLowerCase();if(e.includes(i))return!Ui.has(i)||Boolean(Vi.test(t.nodeValue)||Ki.test(t.nodeValue));const n\u003de.filter((t\u003d\u003et instanceof RegExp));for(let t\u003d0,e\u003dn.length;t\u003ce;t++)if(n[t].test(i))return!0;return!1};function Yi(t,e,i){if(!t.length)return t;if(i\u0026\u0026\"function\"\u003d\u003dtypeof i)return i(t);const n\u003d(new window.DOMParser).parseFromString(t,\"text/html\"),s\u003d[].concat(...n.body.querySelectorAll(\"*\"));for(let t\u003d0,i\u003ds.length;t\u003ci;t++){const i\u003ds[t],n\u003di.nodeName.toLowerCase();if(!Object.keys(e).includes(n)){i.remove();continue}const o\u003d[].concat(...i.attributes),r\u003d[].concat(e[\"*\"]||[],e[n]||[]);o.forEach((t\u003d\u003e{Xi(t,r)||i.removeAttribute(t.nodeName)}))}return n.body.innerHTML}const Qi\u003d\"tooltip\",Gi\u003dnew Set([\"sanitize\",\"allowList\",\"sanitizeFn\"]),Zi\u003d{animation:\"boolean\",template:\"string\",title:\"(string|element|function)\",trigger:\"string\",delay:\"(number|object)\",html:\"boolean\",selector:\"(string|boolean)\",placement:\"(string|function)\",offset:\"(array|string|function)\",container:\"(string|element|boolean)\",fallbackPlacements:\"array\",boundary:\"(string|element)\",customClass:\"(string|function)\",sanitize:\"boolean\",sanitizeFn:\"(null|function)\",allowList:\"object\",popperConfig:\"(null|object|function)\"},Ji\u003d{AUTO:\"auto\",TOP:\"top\",RIGHT:m()?\"left\":\"right\",BOTTOM:\"bottom\",LEFT:m()?\"right\":\"left\"},tn\u003d{animation:!0,template:\u0027\u003cdiv class\u003d\"tooltip\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"tooltip-arrow\"\u003e\u003c/div\u003e\u003cdiv class\u003d\"tooltip-inner\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027,trigger:\"hover focus\",title:\"\",delay:0,html:!1,selector:!1,placement:\"top\",offset:[0,0],container:!1,fallbackPlacements:[\"top\",\"right\",\"bottom\",\"left\"],boundary:\"clippingParents\",customClass:\"\",sanitize:!0,sanitizeFn:null,allowList:{\"*\":[\"class\",\"dir\",\"id\",\"lang\",\"role\",/^aria-[\\w-]*$/i],a:[\"target\",\"href\",\"title\",\"rel\"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:[\"src\",\"srcset\",\"alt\",\"title\",\"width\",\"height\"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},en\u003d{HIDE:\"hide.bs.tooltip\",HIDDEN:\"hidden.bs.tooltip\",SHOW:\"show.bs.tooltip\",SHOWN:\"shown.bs.tooltip\",INSERTED:\"inserted.bs.tooltip\",CLICK:\"click.bs.tooltip\",FOCUSIN:\"focusin.bs.tooltip\",FOCUSOUT:\"focusout.bs.tooltip\",MOUSEENTER:\"mouseenter.bs.tooltip\",MOUSELEAVE:\"mouseleave.bs.tooltip\"},nn\u003d\"fade\",sn\u003d\"show\",on\u003d\"show\",rn\u003d\"out\",an\u003d\".tooltip-inner\",ln\u003d\".modal\",cn\u003d\"hide.bs.modal\",hn\u003d\"hover\",dn\u003d\"focus\";class un extends B{constructor(t,e){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s tooltips require Popper (https://popper.js.org)\");super(t),this._isEnabled\u003d!0,this._timeout\u003d0,this._hoverState\u003d\"\",this._activeTrigger\u003d{},this._popper\u003dnull,this._config\u003dthis._getConfig(e),this.tip\u003dnull,this._setListeners()}static get Default(){return tn}static get NAME(){return Qi}static get Event(){return en}static get DefaultType(){return Zi}enable(){this._isEnabled\u003d!0}disable(){this._isEnabled\u003d!1}toggleEnabled(){this._isEnabled\u003d!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const e\u003dthis._initializeOnDelegatedTarget(t);e._activeTrigger.click\u003d!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains(sn))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),j.off(this._element.closest(ln),cn,this._hideModalHandler),this.tip\u0026\u0026this.tip.remove(),this._disposePopper(),super.dispose()}show(){if(\"none\"\u003d\u003d\u003dthis._element.style.display)throw new Error(\"Please use show on visible elements\");if(!this.isWithContent()||!this._isEnabled)return;const t\u003dj.trigger(this._element,this.constructor.Event.SHOW),e\u003dh(this._element),i\u003dnull\u003d\u003d\u003de?this._element.ownerDocument.documentElement.contains(this._element):e.contains(this._element);if(t.defaultPrevented||!i)return;\"tooltip\"\u003d\u003d\u003dthis.constructor.NAME\u0026\u0026this.tip\u0026\u0026this.getTitle()!\u003d\u003dthis.tip.querySelector(an).innerHTML\u0026\u0026(this._disposePopper(),this.tip.remove(),this.tip\u003dnull);const n\u003dthis.getTipElement(),s\u003d(t\u003d\u003e{do{t+\u003dMath.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME);n.setAttribute(\"id\",s),this._element.setAttribute(\"aria-describedby\",s),this._config.animation\u0026\u0026n.classList.add(nn);const o\u003d\"function\"\u003d\u003dtypeof this._config.placement?this._config.placement.call(this,n,this._element):this._config.placement,r\u003dthis._getAttachment(o);this._addAttachmentClass(r);const{container:a}\u003dthis._config;H.set(n,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(n),j.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper\u003dqe(this._element,n,this._getPopperConfig(r)),n.classList.add(sn);const l\u003dthis._resolvePossibleFunction(this._config.customClass);l\u0026\u0026n.classList.add(...l.split(\" \")),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003e{j.on(t,\"mouseover\",d)}));const c\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{const t\u003dthis._hoverState;this._hoverState\u003dnull,j.trigger(this._element,this.constructor.Event.SHOWN),t\u003d\u003d\u003drn\u0026\u0026this._leave(null,this)}),this.tip,c)}hide(){if(!this._popper)return;const t\u003dthis.getTipElement();if(j.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented)return;t.classList.remove(sn),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._activeTrigger.click\u003d!1,this._activeTrigger.focus\u003d!1,this._activeTrigger.hover\u003d!1;const e\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{this._isWithActiveTrigger()||(this._hoverState!\u003d\u003don\u0026\u0026t.remove(),this._cleanTipClass(),this._element.removeAttribute(\"aria-describedby\"),j.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())}),this.tip,e),this._hoverState\u003d\"\"}update(){null!\u003d\u003dthis._popper\u0026\u0026this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t\u003ddocument.createElement(\"div\");t.innerHTML\u003dthis._config.template;const e\u003dt.children[0];return this.setContent(e),e.classList.remove(nn,sn),this.tip\u003de,this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),an)}_sanitizeAndSetContent(t,e,i){const n\u003dV.findOne(i,t);e||!n?this.setElementContent(n,e):n.remove()}setElementContent(t,e){if(null!\u003d\u003dt)return o(e)?(e\u003dr(e),void(this._config.html?e.parentNode!\u003d\u003dt\u0026\u0026(t.innerHTML\u003d\"\",t.append(e)):t.textContent\u003de.textContent)):void(this._config.html?(this._config.sanitize\u0026\u0026(e\u003dYi(e,this._config.allowList,this._config.sanitizeFn)),t.innerHTML\u003de):t.textContent\u003de)}getTitle(){const t\u003dthis._element.getAttribute(\"data-bs-original-title\")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return\"right\"\u003d\u003d\u003dt?\"end\":\"left\"\u003d\u003d\u003dt?\"start\":t}_initializeOnDelegatedTarget(t,e){return e||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_resolvePossibleFunction(t){return\"function\"\u003d\u003dtypeof t?t.call(this._element):t}_getPopperConfig(t){const e\u003d{placement:t,modifiers:[{name:\"flip\",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:\"offset\",options:{offset:this._getOffset()}},{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"arrow\",options:{element:`.${this.constructor.NAME}-arrow`}},{name:\"onChange\",enabled:!0,phase:\"afterWrite\",fn:t\u003d\u003ethis._handlePopperPlacementChange(t)}],onFirstUpdate:t\u003d\u003e{t.options.placement!\u003d\u003dt.placement\u0026\u0026this._handlePopperPlacementChange(t)}};return{...e,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(t)}`)}_getAttachment(t){return Ji[t.toUpperCase()]}_setListeners(){this._config.trigger.split(\" \").forEach((t\u003d\u003e{if(\"click\"\u003d\u003d\u003dt)j.on(this._element,this.constructor.Event.CLICK,this._config.selector,(t\u003d\u003ethis.toggle(t)));else if(\"manual\"!\u003d\u003dt){const e\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,i\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;j.on(this._element,e,this._config.selector,(t\u003d\u003ethis._enter(t))),j.on(this._element,i,this._config.selector,(t\u003d\u003ethis._leave(t)))}})),this._hideModalHandler\u003d()\u003d\u003e{this._element\u0026\u0026this.hide()},j.on(this._element.closest(ln),cn,this._hideModalHandler),this._config.selector?this._config\u003d{...this._config,trigger:\"manual\",selector:\"\"}:this._fixTitle()}_fixTitle(){const t\u003dthis._element.getAttribute(\"title\"),e\u003dtypeof this._element.getAttribute(\"data-bs-original-title\");(t||\"string\"!\u003d\u003de)\u0026\u0026(this._element.setAttribute(\"data-bs-original-title\",t||\"\"),!t||this._element.getAttribute(\"aria-label\")||this._element.textContent||this._element.setAttribute(\"aria-label\",t),this._element.setAttribute(\"title\",\"\"))}_enter(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusin\"\u003d\u003d\u003dt.type?dn:hn]\u003d!0),e.getTipElement().classList.contains(sn)||e._hoverState\u003d\u003d\u003don?e._hoverState\u003don:(clearTimeout(e._timeout),e._hoverState\u003don,e._config.delay\u0026\u0026e._config.delay.show?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003don\u0026\u0026e.show()}),e._config.delay.show):e.show())}_leave(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusout\"\u003d\u003d\u003dt.type?dn:hn]\u003de._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState\u003drn,e._config.delay\u0026\u0026e._config.delay.hide?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003drn\u0026\u0026e.hide()}),e._config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e\u003dU.getDataAttributes(this._element);return Object.keys(e).forEach((t\u003d\u003e{Gi.has(t)\u0026\u0026delete e[t]})),(t\u003d{...this.constructor.Default,...e,...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).container\u003d!1\u003d\u003d\u003dt.container?document.body:r(t.container),\"number\"\u003d\u003dtypeof t.delay\u0026\u0026(t.delay\u003d{show:t.delay,hide:t.delay}),\"number\"\u003d\u003dtypeof t.title\u0026\u0026(t.title\u003dt.title.toString()),\"number\"\u003d\u003dtypeof t.content\u0026\u0026(t.content\u003dt.content.toString()),a(Qi,t,this.constructor.DefaultType),t.sanitize\u0026\u0026(t.template\u003dYi(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t\u003d{};for(const e in this._config)this.constructor.Default[e]!\u003d\u003dthis._config[e]\u0026\u0026(t[e]\u003dthis._config[e]);return t}_cleanTipClass(){const t\u003dthis.getTipElement(),e\u003dnew RegExp(`(^|\\\\s)${this._getBasicClassPrefix()}\\\\S+`,\"g\"),i\u003dt.getAttribute(\"class\").match(e);null!\u003d\u003di\u0026\u0026i.length\u003e0\u0026\u0026i.map((t\u003d\u003et.trim())).forEach((e\u003d\u003et.classList.remove(e)))}_getBasicClassPrefix(){return\"bs-tooltip\"}_handlePopperPlacementChange(t){const{state:e}\u003dt;e\u0026\u0026(this.tip\u003de.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))}_disposePopper(){this._popper\u0026\u0026(this._popper.destroy(),this._popper\u003dnull)}static jQueryInterface(t){return this.each((function(){const e\u003dun.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(un);const fn\u003d{...un.Default,placement:\"right\",offset:[0,8],trigger:\"click\",content:\"\",template:\u0027\u003cdiv class\u003d\"popover\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"popover-arrow\"\u003e\u003c/div\u003e\u003ch3 class\u003d\"popover-header\"\u003e\u003c/h3\u003e\u003cdiv class\u003d\"popover-body\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027},pn\u003d{...un.DefaultType,content:\"(string|element|function)\"},mn\u003d{HIDE:\"hide.bs.popover\",HIDDEN:\"hidden.bs.popover\",SHOW:\"show.bs.popover\",SHOWN:\"shown.bs.popover\",INSERTED:\"inserted.bs.popover\",CLICK:\"click.bs.popover\",FOCUSIN:\"focusin.bs.popover\",FOCUSOUT:\"focusout.bs.popover\",MOUSEENTER:\"mouseenter.bs.popover\",MOUSELEAVE:\"mouseleave.bs.popover\"};class gn extends un{static get Default(){return fn}static get NAME(){return\"popover\"}static get Event(){return mn}static get DefaultType(){return pn}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),\".popover-header\"),this._sanitizeAndSetContent(t,this._getContent(),\".popover-body\")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return\"bs-popover\"}static jQueryInterface(t){return this.each((function(){const e\u003dgn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(gn);const _n\u003d\"scrollspy\",bn\u003d{offset:10,method:\"auto\",target:\"\"},vn\u003d{offset:\"number\",method:\"string\",target:\"(string|element)\"},yn\u003d\"active\",wn\u003d\".nav-link, .list-group-item, .dropdown-item\",En\u003d\"position\";class An extends B{constructor(t,e){super(t),this._scrollElement\u003d\"BODY\"\u003d\u003d\u003dthis._element.tagName?window:this._element,this._config\u003dthis._getConfig(e),this._offsets\u003d[],this._targets\u003d[],this._activeTarget\u003dnull,this._scrollHeight\u003d0,j.on(this._scrollElement,\"scroll.bs.scrollspy\",(()\u003d\u003ethis._process())),this.refresh(),this._process()}static get Default(){return bn}static get NAME(){return _n}refresh(){const t\u003dthis._scrollElement\u003d\u003d\u003dthis._scrollElement.window?\"offset\":En,e\u003d\"auto\"\u003d\u003d\u003dthis._config.method?t:this._config.method,n\u003de\u003d\u003d\u003dEn?this._getScrollTop():0;this._offsets\u003d[],this._targets\u003d[],this._scrollHeight\u003dthis._getScrollHeight(),V.find(wn,this._config.target).map((t\u003d\u003e{const s\u003di(t),o\u003ds?V.findOne(s):null;if(o){const t\u003do.getBoundingClientRect();if(t.width||t.height)return[U[e](o).top+n,s]}return null})).filter((t\u003d\u003et)).sort(((t,e)\u003d\u003et[0]-e[0])).forEach((t\u003d\u003e{this._offsets.push(t[0]),this._targets.push(t[1])}))}dispose(){j.off(this._scrollElement,\".bs.scrollspy\"),super.dispose()}_getConfig(t){return(t\u003d{...bn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).target\u003dr(t.target)||document.documentElement,a(_n,t,vn),t}_getScrollTop(){return this._scrollElement\u003d\u003d\u003dwindow?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement\u003d\u003d\u003dwindow?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t\u003dthis._getScrollTop()+this._config.offset,e\u003dthis._getScrollHeight(),i\u003dthis._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!\u003d\u003de\u0026\u0026this.refresh(),t\u003e\u003di){const t\u003dthis._targets[this._targets.length-1];this._activeTarget!\u003d\u003dt\u0026\u0026this._activate(t)}else{if(this._activeTarget\u0026\u0026t\u003cthis._offsets[0]\u0026\u0026this._offsets[0]\u003e0)return this._activeTarget\u003dnull,void this._clear();for(let e\u003dthis._offsets.length;e--;)this._activeTarget!\u003d\u003dthis._targets[e]\u0026\u0026t\u003e\u003dthis._offsets[e]\u0026\u0026(void 0\u003d\u003d\u003dthis._offsets[e+1]||t\u003cthis._offsets[e+1])\u0026\u0026this._activate(this._targets[e])}}_activate(t){this._activeTarget\u003dt,this._clear();const e\u003dwn.split(\",\").map((e\u003d\u003e`${e}[data-bs-target\u003d\"${t}\"],${e}[href\u003d\"${t}\"]`)),i\u003dV.findOne(e.join(\",\"),this._config.target);i.classList.add(yn),i.classList.contains(\"dropdown-item\")?V.findOne(\".dropdown-toggle\",i.closest(\".dropdown\")).classList.add(yn):V.parents(i,\".nav, .list-group\").forEach((t\u003d\u003e{V.prev(t,\".nav-link, .list-group-item\").forEach((t\u003d\u003et.classList.add(yn))),V.prev(t,\".nav-item\").forEach((t\u003d\u003e{V.children(t,\".nav-link\").forEach((t\u003d\u003et.classList.add(yn)))}))})),j.trigger(this._scrollElement,\"activate.bs.scrollspy\",{relatedTarget:t})}_clear(){V.find(wn,this._config.target).filter((t\u003d\u003et.classList.contains(yn))).forEach((t\u003d\u003et.classList.remove(yn)))}static jQueryInterface(t){return this.each((function(){const e\u003dAn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(window,\"load.bs.scrollspy.data-api\",(()\u003d\u003e{V.find(\u0027[data-bs-spy\u003d\"scroll\"]\u0027).forEach((t\u003d\u003enew An(t)))})),g(An);const Tn\u003d\"active\",On\u003d\"fade\",Cn\u003d\"show\",kn\u003d\".active\",Ln\u003d\":scope \u003e li \u003e .active\";class xn extends B{static get NAME(){return\"tab\"}show(){if(this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u0026this._element.classList.contains(Tn))return;let t;const e\u003dn(this._element),i\u003dthis._element.closest(\".nav, .list-group\");if(i){const e\u003d\"UL\"\u003d\u003d\u003di.nodeName||\"OL\"\u003d\u003d\u003di.nodeName?Ln:kn;t\u003dV.find(e,i),t\u003dt[t.length-1]}const s\u003dt?j.trigger(t,\"hide.bs.tab\",{relatedTarget:this._element}):null;if(j.trigger(this._element,\"show.bs.tab\",{relatedTarget:t}).defaultPrevented||null!\u003d\u003ds\u0026\u0026s.defaultPrevented)return;this._activate(this._element,i);const o\u003d()\u003d\u003e{j.trigger(t,\"hidden.bs.tab\",{relatedTarget:this._element}),j.trigger(this._element,\"shown.bs.tab\",{relatedTarget:t})};e?this._activate(e,e.parentNode,o):o()}_activate(t,e,i){const n\u003d(!e||\"UL\"!\u003d\u003de.nodeName\u0026\u0026\"OL\"!\u003d\u003de.nodeName?V.children(e,kn):V.find(Ln,e))[0],s\u003di\u0026\u0026n\u0026\u0026n.classList.contains(On),o\u003d()\u003d\u003ethis._transitionComplete(t,n,i);n\u0026\u0026s?(n.classList.remove(Cn),this._queueCallback(o,t,!0)):o()}_transitionComplete(t,e,i){if(e){e.classList.remove(Tn);const t\u003dV.findOne(\":scope \u003e .dropdown-menu .active\",e.parentNode);t\u0026\u0026t.classList.remove(Tn),\"tab\"\u003d\u003d\u003de.getAttribute(\"role\")\u0026\u0026e.setAttribute(\"aria-selected\",!1)}t.classList.add(Tn),\"tab\"\u003d\u003d\u003dt.getAttribute(\"role\")\u0026\u0026t.setAttribute(\"aria-selected\",!0),u(t),t.classList.contains(On)\u0026\u0026t.classList.add(Cn);let n\u003dt.parentNode;if(n\u0026\u0026\"LI\"\u003d\u003d\u003dn.nodeName\u0026\u0026(n\u003dn.parentNode),n\u0026\u0026n.classList.contains(\"dropdown-menu\")){const e\u003dt.closest(\".dropdown\");e\u0026\u0026V.find(\".dropdown-toggle\",e).forEach((t\u003d\u003et.classList.add(Tn))),t.setAttribute(\"aria-expanded\",!0)}i\u0026\u0026i()}static jQueryInterface(t){return this.each((function(){const e\u003dxn.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(document,\"click.bs.tab.data-api\",\u0027[data-bs-toggle\u003d\"tab\"], [data-bs-toggle\u003d\"pill\"], [data-bs-toggle\u003d\"list\"]\u0027,(function(t){[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this)||xn.getOrCreateInstance(this).show()})),g(xn);const Dn\u003d\"toast\",Sn\u003d\"hide\",Nn\u003d\"show\",In\u003d\"showing\",Pn\u003d{animation:\"boolean\",autohide:\"boolean\",delay:\"number\"},jn\u003d{animation:!0,autohide:!0,delay:5e3};class Mn extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._timeout\u003dnull,this._hasMouseInteraction\u003d!1,this._hasKeyboardInteraction\u003d!1,this._setListeners()}static get DefaultType(){return Pn}static get Default(){return jn}static get NAME(){return Dn}show(){j.trigger(this._element,\"show.bs.toast\").defaultPrevented||(this._clearTimeout(),this._config.animation\u0026\u0026this._element.classList.add(\"fade\"),this._element.classList.remove(Sn),u(this._element),this._element.classList.add(Nn),this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.remove(In),j.trigger(this._element,\"shown.bs.toast\"),this._maybeScheduleHide()}),this._element,this._config.animation))}hide(){this._element.classList.contains(Nn)\u0026\u0026(j.trigger(this._element,\"hide.bs.toast\").defaultPrevented||(this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.add(Sn),this._element.classList.remove(In),this._element.classList.remove(Nn),j.trigger(this._element,\"hidden.bs.toast\")}),this._element,this._config.animation)))}dispose(){this._clearTimeout(),this._element.classList.contains(Nn)\u0026\u0026this._element.classList.remove(Nn),super.dispose()}_getConfig(t){return t\u003d{...jn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}},a(Dn,t,this.constructor.DefaultType),t}_maybeScheduleHide(){this._config.autohide\u0026\u0026(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout\u003dsetTimeout((()\u003d\u003e{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case\"mouseover\":case\"mouseout\":this._hasMouseInteraction\u003de;break;case\"focusin\":case\"focusout\":this._hasKeyboardInteraction\u003de}if(e)return void this._clearTimeout();const i\u003dt.relatedTarget;this._element\u003d\u003d\u003di||this._element.contains(i)||this._maybeScheduleHide()}_setListeners(){j.on(this._element,\"mouseover.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"mouseout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1))),j.on(this._element,\"focusin.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"focusout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout\u003dnull}static jQueryInterface(t){return this.each((function(){const e\u003dMn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}return R(Mn),g(Mn),{Alert:W,Button:z,Carousel:st,Collapse:pt,Dropdown:hi,Modal:Hi,Offcanvas:Fi,Popover:gn,ScrollSpy:An,Tab:xn,Toast:Mn,Tooltip:un}}));"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"//# sourceMappingURL\u003dbootstrap.bundle.min.js.map"}],"authorContributionMap":{"KevinEyo1":7}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/markbind.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"object\"\u003d\u003dtypeof module?module.exports\u003de(require(\"Vue\")):\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define([\"Vue\"],e):\"object\"\u003d\u003dtypeof exports?exports.MarkBind\u003de(require(\"Vue\")):t.MarkBind\u003de(t.Vue)}(self,t\u003d\u003e(()\u003d\u003e{var e\u003d{605:()\u003d\u003e{function t(){document.querySelectorAll(\".\".concat(\"page-nav-clone\")).forEach((function(t){t.remove()}))}window.addEventListener(\"beforeprint\",(function(){var e\u003ddocument.querySelector(\"#\".concat(\"mb-page-nav\")),n\u003ddocument.querySelectorAll(\".\".concat(\"page-nav-print\"));e\u0026\u0026n.length\u003e\u003d1\u0026\u0026(t(),n.forEach((function(t){t.appendChild(function(t){var e\u003dt.cloneNode(!0);return e.removeAttribute(\"id\"),e.querySelectorAll(\"a.active\").forEach((function(t){t.classList.remove(\"active\")})),e.classList.add(\"page-nav-clone\"),e}(e))})))})),window.addEventListener(\"afterprint\",(function(){t()})),window.addEventListener(\"beforeprint\",(function(){document.querySelectorAll(\"pre \u003e code.hljs\").forEach((function(t){Array.from(t.querySelectorAll(\"span\")).some((function(t){return t.scrollWidth\u003et.clientWidth}))\u0026\u0026t.classList.add(\"line-numbers-print\")}))}))},3:t\u003d\u003e{t.exports\u003d{bind:function(t){function e(){t.dataset.isShown\u003d\"false\",r.style.display\u003d\"\",o.style.display\u003d\"none\",i.style.display\u003d\"none\"}function n(){t.dataset.isShown\u003d\"true\",r.style.display\u003d\"none\",i.style.display\u003d\"\"}t.dataset.isShown\u003d\"true\",t.style.position\u003d\"relative\";var i\u003ddocument.createElement(\"div\");i.classList.add(\"content\"),Array.from(t.children).forEach((function(t){return i.append(t)})),t.replaceChildren(),t.append(i),t.classList.add(\"closeable-wrapper\");var o\u003dfunction(){var t\u003ddocument.createElement(\"span\");return t.classList.add(\"closeable-button\",\"label\",\"label-default\",\"hidden-print\"),t.style.cssText+\u003d\"display: none; position: absolute; top: 0; left: 0; cursor: pointer;background: #d9534f\",t.innerHTML\u003d\u0027\u003cspan class\u003d\"glyphicon glyphicon-remove\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e\u0027,t.addEventListener(\"click\",e),t}();t.append(o);var r\u003dfunction(t){var e\u003ddocument.createElement(\"a\");return e.classList.add(\"closeable-show\",\"hidden-print\"),e.style.cssText+\u003d\"display: none; cursor: pointer;text-decoration: underline\",e.innerHTML\u003dt,e.addEventListener(\"click\",n),e}(t.getAttribute(\"alt\")||\"Expand Content\");t.append(r),t.addEventListener(\"mouseover\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"\")})),t.addEventListener(\"mouseout\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"none\")}))}}},383:(t,e,n)\u003d\u003e{\"use strict\";var i,o\u003d(i\u003dn(740))\u0026\u0026\"object\"\u003d\u003dtypeof i\u0026\u0026\"default\"in i?i.default:i;function r(t){return(r\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function s(t){return function(t){if(Array.isArray(t)){for(var e\u003d0,n\u003dnew Array(t.length);e\u003ct.length;e++)n[e]\u003dt[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||\"[object Arguments]\"\u003d\u003d\u003dObject.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance\")}()}var a\u003d\"undefined\"!\u003dtypeof window;function l(t,e){return e.reduce((function(e,n){return t.hasOwnProperty(n)\u0026\u0026(e[n]\u003dt[n]),e}),{})}var c\u003d{},u\u003d{},d\u003d{},h\u003dnew(o.extend({data:function(){return{transports:c,targets:u,sources:d,trackInstances:a}},methods:{open:function(t){if(a){var e\u003dt.to,n\u003dt.from,i\u003dt.passengers,s\u003dt.order,l\u003dvoid 0\u003d\u003d\u003ds?1/0:s;if(e\u0026\u0026n\u0026\u0026i){var c,u\u003d{to:e,from:n,passengers:(c\u003di,Array.isArray(c)||\"object\"\u003d\u003d\u003dr(c)?Object.freeze(c):c),order:l};-1\u003d\u003d\u003dObject.keys(this.transports).indexOf(e)\u0026\u0026o.set(this.transports,e,[]);var d,h\u003dthis.$_getTransportIndex(u),p\u003dthis.transports[e].slice(0);-1\u003d\u003d\u003dh?p.push(u):p[h]\u003du,this.transports[e]\u003d(d\u003dfunction(t,e){return t.order-e.order},p.map((function(t,e){return[e,t]})).sort((function(t,e){return d(t[1],e[1])||t[0]-e[0]})).map((function(t){return t[1]})))}}},close:function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]\u0026\u0026arguments[1],n\u003dt.to,i\u003dt.from;if(n\u0026\u0026(i||!1!\u003d\u003de)\u0026\u0026this.transports[n])if(e)this.transports[n]\u003d[];else{var o\u003dthis.$_getTransportIndex(t);if(o\u003e\u003d0){var r\u003dthis.transports[n].slice(0);r.splice(o,1),this.transports[n]\u003dr}}},registerTarget:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.targets[t]\u0026\u0026console.warn(\"[portal-vue]: Target \".concat(t,\" already exists\")),this.$set(this.targets,t,Object.freeze([e])))},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.sources[t]\u0026\u0026console.warn(\"[portal-vue]: source \".concat(t,\" already exists\")),this.$set(this.sources,t,Object.freeze([e])))},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]\u0026\u0026!!this.transports[t].length},$_getTransportIndex:function(t){var e\u003dt.to,n\u003dt.from;for(var i in this.transports[e])if(this.transports[e][i].from\u003d\u003d\u003dn)return+i;return-1}}}))(c),p\u003d1,f\u003do.extend({name:\"portal\",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(p++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerSource(t.name,t)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){h.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e\u0026\u0026e!\u003d\u003dt\u0026\u0026this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e\u003d{from:this.name,to:t||this.to};h.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return\"function\"\u003d\u003dtypeof t?t(this.slotProps):t},sendUpdate:function(){var t\u003dthis.normalizeSlots();if(t){var e\u003d{from:this.name,to:this.to,passengers:s(t),order:this.order};h.open(e)}else this.clear()}},render:function(t){var e\u003dthis.$slots.default||this.$scopedSlots.default||[],n\u003dthis.tag;return e\u0026\u0026this.disabled?e.length\u003c\u003d1\u0026\u0026this.slim?this.normalizeOwnChildren(e)[0]:t(n,[this.normalizeOwnChildren(e)]):this.slim?t():t(n,{class:{\"v-portal\":!0},style:{display:\"none\"},key:\"v-portal-placeholder\"})}}),m\u003do.extend({name:\"portalTarget\",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},data:function(){return{transports:h.transports,firstRender:!0}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerTarget(t.name,t)}))},watch:{ownTransports:function(){this.$emit(\"change\",this.children().length\u003e0)},name:function(t,e){h.unregisterTarget(e),h.registerTarget(t,this)}},mounted:function(){var t\u003dthis;this.transition\u0026\u0026this.$nextTick((function(){t.firstRender\u003d!1}))},beforeDestroy:function(){h.unregisterTarget(this.name)},computed:{ownTransports:function(){var t\u003dthis.transports[this.name]||[];return this.multiple?t:0\u003d\u003d\u003dt.length?[]:[t[t.length-1]]},passengers:function(){return function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{};return t.reduce((function(t,n){var i\u003dn.passengers[0],o\u003d\"function\"\u003d\u003dtypeof i?i(e):n.passengers;return t.concat(o)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!\u003d\u003dthis.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var t\u003dthis.slim\u0026\u0026!this.transition;return t\u0026\u0026this.children().length\u003e1\u0026\u0026console.warn(\"[portal-vue]: PortalTarget with `slim` option received more than one child element.\"),t}},render:function(t){var e\u003dthis.noWrapper(),n\u003dthis.children(),i\u003dthis.transition||this.tag;return e?n[0]:this.slim\u0026\u0026!i?t():t(i,{props:{tag:this.transition\u0026\u0026this.tag?this.tag:void 0},class:{\"vue-portal-target\":!0}},n)}}),v\u003d0,g\u003d[\"disabled\",\"name\",\"order\",\"slim\",\"slotProps\",\"tag\",\"to\"],y\u003d[\"multiple\",\"transition\"],w\u003do.extend({name:\"MountingPortal\",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return\"mounted_\"+String(v++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},created:function(){if(\"undefined\"!\u003dtypeof document){var t\u003ddocument.querySelector(this.mountTo);if(t){var e\u003dthis.$props;if(h.targets[e.name])e.bail?console.warn(\"[portal-vue]: Target \".concat(e.name,\" is already mounted.\\n Aborting because \u0027bail: true\u0027 is set\")):this.portalTarget\u003dh.targets[e.name];else{var n\u003de.append;if(n){var i\u003d\"string\"\u003d\u003dtypeof n?n:\"DIV\",o\u003ddocument.createElement(i);t.appendChild(o),t\u003do}var r\u003dl(this.$props,y);r.slim\u003dthis.targetSlim,r.tag\u003dthis.targetTag,r.slotProps\u003dthis.targetSlotProps,r.name\u003dthis.to,this.portalTarget\u003dnew m({el:t,parent:this.$parent||this,propsData:r})}}else console.error(\"[portal-vue]: Mount Point \u0027\".concat(this.mountTo,\"\u0027 not found in document\"))}},beforeDestroy:function(){var t\u003dthis.portalTarget;if(this.append){var e\u003dt.$el;e.parentNode.removeChild(e)}t.$destroy()},render:function(t){if(!this.portalTarget)return console.warn(\"[portal-vue] Target wasn\u0027t mounted\"),t();if(!this.$scopedSlots.manual){var e\u003dl(this.$props,g);return t(f,{props:e,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n\u003dthis.$scopedSlots.manual({to:this.to});return Array.isArray(n)\u0026\u0026(n\u003dn[0]),n||t()}});e.h_\u003df,e.YC\u003dm},740:e\u003d\u003e{\"use strict\";e.exports\u003dt}},n\u003d{};function i(t){var o\u003dn[t];if(void 0!\u003d\u003do)return o.exports;var r\u003dn[t]\u003d{exports:{}};return e[t](r,r.exports,i),r.exports}i.n\u003dt\u003d\u003e{var e\u003dt\u0026\u0026t.__esModule?()\u003d\u003et.default:()\u003d\u003et;return i.d(e,{a:e}),e},i.d\u003d(t,e)\u003d\u003e{for(var n in e)i.o(e,n)\u0026\u0026!i.o(t,n)\u0026\u0026Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g\u003dfunction(){if(\"object\"\u003d\u003dtypeof globalThis)return globalThis;try{return this||new Function(\"return this\")()}catch(t){if(\"object\"\u003d\u003dtypeof window)return window}}(),i.o\u003d(t,e)\u003d\u003eObject.prototype.hasOwnProperty.call(t,e);var o\u003d{};return(()\u003d\u003e{\"use strict\";function t(e){return(t\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(e)}function e(e){var n\u003dfunction(e,n){if(\"object\"!\u003d\u003dt(e)||null\u003d\u003d\u003de)return e;var i\u003de[Symbol.toPrimitive];if(void 0!\u003d\u003di){var o\u003di.call(e,n||\"default\");if(\"object\"!\u003d\u003dt(o))return o;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"\u003d\u003d\u003dn?String:Number)(e)}(e,\"string\");return\"symbol\"\u003d\u003d\u003dt(n)?n:String(n)}function n(t,n,i){return(n\u003de(n))in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]\u003di,t}function r(t){return t.split(\"-\")[0]}function s(t){return t.split(\"-\")[1]}function a(t){return[\"top\",\"bottom\"].includes(r(t))?\"x\":\"y\"}function l(t){return\"y\"\u003d\u003d\u003dt?\"height\":\"width\"}function c(t){let{reference:e,floating:n,placement:i}\u003dt;const o\u003de.x+e.width/2-n.width/2,c\u003de.y+e.height/2-n.height/2;let u;switch(r(i)){case\"top\":u\u003d{x:o,y:e.y-n.height};break;case\"bottom\":u\u003d{x:o,y:e.y+e.height};break;case\"right\":u\u003d{x:e.x+e.width,y:c};break;case\"left\":u\u003d{x:e.x-n.width,y:c};break;default:u\u003d{x:e.x,y:e.y}}const d\u003da(i),h\u003dl(d);switch(s(i)){case\"start\":u[d]\u003du[d]-(e[h]/2-n[h]/2);break;case\"end\":u[d]\u003du[d]+(e[h]/2-n[h]/2)}return u}i.d(o,{default:()\u003d\u003eMo});function u(t){return\"number\"!\u003dtypeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function d(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}async function h(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});const{x:n,y:i,platform:o,rects:r,elements:s,strategy:a}\u003dt,{boundary:l\u003d\"clippingParents\",rootBoundary:c\u003d\"viewport\",elementContext:h\u003d\"floating\",altBoundary:p\u003d!1,padding:f\u003d0}\u003de,m\u003du(f),v\u003ds[p?\"floating\"\u003d\u003d\u003dh?\"reference\":\"floating\":h],g\u003dawait o.getClippingClientRect({element:await o.isElement(v)?v:v.contextElement||await o.getDocumentElement({element:s.floating}),boundary:l,rootBoundary:c}),y\u003dd(await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:\"floating\"\u003d\u003d\u003dh?{...r.floating,x:n,y:i}:r.reference,offsetParent:await o.getOffsetParent({element:s.floating}),strategy:a}));return{top:g.top-y.top+m.top,bottom:y.bottom-g.bottom+m.bottom,left:g.left-y.left+m.left,right:y.right-g.right+m.right}}const p\u003dMath.min,f\u003dMath.max;function m(t,e,n){return f(t,p(e,n))}const v\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function g(t){return t.replace(/left|right|bottom|top/g,t\u003d\u003ev[t])}function y(t,e){const n\u003d\"start\"\u003d\u003d\u003ds(t),i\u003da(t),o\u003dl(i);let r\u003d\"x\"\u003d\u003d\u003di?n?\"right\":\"left\":n?\"bottom\":\"top\";return e.reference[o]\u003ee.floating[o]\u0026\u0026(r\u003dg(r)),{main:r,cross:g(r)}}const w\u003d{start:\"end\",end:\"start\"};function b(t){return t.replace(/start|end/g,t\u003d\u003ew[t])}const _\u003d[\"top\",\"right\",\"bottom\",\"left\"],S\u003d_.reduce((t,e)\u003d\u003et.concat(e,e+\"-start\",e+\"-end\"),[]);const x\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"autoPlacement\",options:t,async fn(e){var n,i,o,a,l,c;const{x:u,y:d,rects:p,middlewareData:f,placement:m}\u003de,{alignment:v\u003dnull,allowedPlacements:g\u003dS,autoAlignment:w\u003d!0,..._}\u003dt;if(null!\u003d(n\u003df.autoPlacement)\u0026\u0026n.skip)return{};const x\u003dfunction(t,e,n){return(t?[...n.filter(e\u003d\u003es(e)\u003d\u003d\u003dt),...n.filter(e\u003d\u003es(e)!\u003d\u003dt)]:n.filter(t\u003d\u003er(t)\u003d\u003d\u003dt)).filter(n\u003d\u003e!t||(s(n)\u003d\u003d\u003dt||!!e\u0026\u0026b(n)!\u003d\u003dn))}(v,w,g),C\u003dawait h(e,_),$\u003dnull!\u003d(i\u003dnull\u003d\u003d(o\u003df.autoPlacement)?void 0:o.index)?i:0,k\u003dx[$],{main:T,cross:E}\u003dy(k,p);if(m!\u003d\u003dk)return{x:u,y:d,reset:{placement:x[0]}};const O\u003d[C[r(k)],C[T],C[E]],B\u003d[...null!\u003d(a\u003dnull\u003d\u003d(l\u003df.autoPlacement)?void 0:l.overflows)?a:[],{placement:k,overflows:O}],P\u003dx[$+1];if(P)return{data:{index:$+1,overflows:B},reset:{placement:P}};const L\u003dB.slice().sort((t,e)\u003d\u003et.overflows[0]-e.overflows[0]),N\u003dnull\u003d\u003d(c\u003dL.find(t\u003d\u003e{let{overflows:e}\u003dt;return e.every(t\u003d\u003et\u003c\u003d0)}))?void 0:c.placement;return{data:{skip:!0},reset:{placement:null!\u003dN?N:L[0].placement}}}}};const C\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"flip\",options:t,async fn(e){var n,i;const{placement:o,middlewareData:s,rects:a,initialPlacement:l}\u003de;if(null!\u003d(n\u003ds.flip)\u0026\u0026n.skip)return{};const{mainAxis:c\u003d!0,crossAxis:u\u003d!0,fallbackPlacements:d,fallbackStrategy:p\u003d\"bestFit\",flipAlignment:f\u003d!0,...m}\u003dt,v\u003dr(o),w\u003d[l,...d||(v\u003d\u003d\u003dl||!f?[g(l)]:function(t){const e\u003dg(t);return[b(t),e,b(e)]}(l))],_\u003dawait h(e,m),S\u003d[];let x\u003d(null\u003d\u003d(i\u003ds.flip)?void 0:i.overflows)||[];if(c\u0026\u0026S.push(_[v]),u){const{main:t,cross:e}\u003dy(o,a);S.push(_[t],_[e])}if(x\u003d[...x,{placement:o,overflows:S}],!S.every(t\u003d\u003et\u003c\u003d0)){var C,$;const t\u003d(null!\u003d(C\u003dnull\u003d\u003d($\u003ds.flip)?void 0:$.index)?C:0)+1,e\u003dw[t];if(e)return{data:{index:t,overflows:x},reset:{placement:e}};let n\u003d\"bottom\";switch(p){case\"bestFit\":{var k;const t\u003dnull\u003d\u003d(k\u003dx.slice().sort((t,e)\u003d\u003et.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0)-e.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0))[0])?void 0:k.placement;t\u0026\u0026(n\u003dt);break}case\"initialPlacement\":n\u003dl}return{data:{skip:!0},reset:{placement:n}}}return{}}}};const $\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d0),{name:\"offset\",options:t,fn(e){const{x:n,y:i,placement:o,rects:s}\u003de,l\u003dfunction(t){let{placement:e,rects:n,value:i}\u003dt;const o\u003dr(e),s\u003d[\"left\",\"top\"].includes(o)?-1:1,l\u003d\"function\"\u003d\u003dtypeof i?i({...n,placement:e}):i,{mainAxis:c,crossAxis:u}\u003d\"number\"\u003d\u003dtypeof l?{mainAxis:l,crossAxis:0}:{mainAxis:0,crossAxis:0,...l};return\"x\"\u003d\u003d\u003da(o)?{x:u,y:c*s}:{x:c*s,y:u}}({placement:o,rects:s,value:t});return{x:n+l.x,y:i+l.y,data:l}}}};function k(t){return\"x\"\u003d\u003d\u003dt?\"y\":\"x\"}function T(t){return\"[object Window]\"\u003d\u003d\u003d(null\u003d\u003dt?void 0:t.toString())}function E(t){if(null\u003d\u003dt)return window;if(!T(t)){const e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function O(t){return E(t).getComputedStyle(t)}function B(t){return T(t)?\"\":t?(t.nodeName||\"\").toLowerCase():\"\"}function P(t){return t instanceof E(t).HTMLElement}function L(t){return t instanceof E(t).Element}function N(t){return t instanceof E(t).ShadowRoot||t instanceof ShadowRoot}function A(t){const{overflow:e,overflowX:n,overflowY:i}\u003dO(t);return/auto|scroll|overlay|hidden/.test(e+i+n)}function z(t){return[\"table\",\"td\",\"th\"].includes(B(t))}function M(t){const e\u003dnavigator.userAgent.toLowerCase().includes(\"firefox\"),n\u003dO(t);return\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||[\"transform\",\"perspective\"].includes(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026!!n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter}const H\u003dMath.min,D\u003dMath.max,R\u003dMath.round;function j(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d!1);const n\u003dt.getBoundingClientRect();let i\u003d1,o\u003d1;return e\u0026\u0026P(t)\u0026\u0026(i\u003dt.offsetWidth\u003e0\u0026\u0026R(n.width)/t.offsetWidth||1,o\u003dt.offsetHeight\u003e0\u0026\u0026R(n.height)/t.offsetHeight||1),{width:n.width/i,height:n.height/o,top:n.top/o,right:n.right/i,bottom:n.bottom/o,left:n.left/i,x:n.left/i,y:n.top/o}}function I(t){return(e\u003dt,(e instanceof E(e).Node?t.ownerDocument:t.document)||window.document).documentElement;var e}function q(t){return T(t)?{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}:{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function W(t){return j(I(t)).left+q(t).scrollLeft}function F(t,e,n){const i\u003dP(e),o\u003dI(e),r\u003dj(t,i\u0026\u0026function(t){const e\u003dj(t);return R(e.width)!\u003d\u003dt.offsetWidth||R(e.height)!\u003d\u003dt.offsetHeight}(e));let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if(i||!i\u0026\u0026\"fixed\"!\u003d\u003dn)if((\"body\"!\u003d\u003dB(e)||A(o))\u0026\u0026(s\u003dq(e)),P(e)){const t\u003dj(e,!0);a.x\u003dt.x+e.clientLeft,a.y\u003dt.y+e.clientTop}else o\u0026\u0026(a.x\u003dW(o));return{x:r.left+s.scrollLeft-a.x,y:r.top+s.scrollTop-a.y,width:r.width,height:r.height}}function V(t){return\"html\"\u003d\u003d\u003dB(t)?t:t.assignedSlot||t.parentNode||(N(t)?t.host:null)||I(t)}function U(t){return P(t)\u0026\u0026\"fixed\"!\u003d\u003dgetComputedStyle(t).position?t.offsetParent:null}function Q(t){const e\u003dE(t);let n\u003dU(t);for(;n\u0026\u0026z(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position;)n\u003dU(n);return n\u0026\u0026(\"html\"\u003d\u003d\u003dB(n)||\"body\"\u003d\u003d\u003dB(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position\u0026\u0026!M(n))?e:n||function(t){let e\u003dV(t);for(;P(e)\u0026\u0026![\"html\",\"body\"].includes(B(e));){if(M(e))return e;e\u003de.parentNode}return null}(t)||e}function X(t){return{width:t.offsetWidth,height:t.offsetHeight}}function Y(t,e){var n;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);const i\u003dfunction t(e){return[\"html\",\"body\",\"#document\"].includes(B(e))?e.ownerDocument.body:P(e)\u0026\u0026A(e)?e:t(V(e))}(t),o\u003di\u003d\u003d\u003d(null\u003d\u003d(n\u003dt.ownerDocument)?void 0:n.body),r\u003dE(i),s\u003do?[r].concat(r.visualViewport||[],A(i)?i:[]):i,a\u003de.concat(s);return o?a:a.concat(Y(V(s)))}function K(t,e){return\"viewport\"\u003d\u003d\u003de?d(function(t){const e\u003dE(t),n\u003dI(t),i\u003de.visualViewport;let o\u003dn.clientWidth,r\u003dn.clientHeight,s\u003d0,a\u003d0;return i\u0026\u0026(o\u003di.width,r\u003di.height,Math.abs(e.innerWidth/i.scale-i.width)\u003c.01\u0026\u0026(s\u003di.offsetLeft,a\u003di.offsetTop)),{width:o,height:r,x:s,y:a}}(t)):L(e)?function(t){const e\u003dj(t),n\u003de.top+t.clientTop,i\u003de.left+t.clientLeft;return{top:n,left:i,x:i,y:n,right:i+t.clientWidth,bottom:n+t.clientHeight,width:t.clientWidth,height:t.clientHeight}}(e):d(function(t){var e;const n\u003dI(t),i\u003dq(t),o\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,r\u003dD(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s\u003dD(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let a\u003d-i.scrollLeft+W(t);const l\u003d-i.scrollTop;return\"rtl\"\u003d\u003d\u003dO(o||n).direction\u0026\u0026(a+\u003dD(n.clientWidth,o?o.clientWidth:0)-r),{width:r,height:s,x:a,y:l}}(I(t)))}function G(t){const e\u003dY(V(t)),n\u003d[\"absolute\",\"fixed\"].includes(O(t).position)\u0026\u0026P(t)?Q(t):t;return L(n)?e.filter(t\u003d\u003eL(t)\u0026\u0026function(t,e){const n\u003dnull\u003d\u003de.getRootNode?void 0:e.getRootNode();if(t.contains(e))return!0;if(n\u0026\u0026N(n)){let n\u003de;do{if(n\u0026\u0026t\u003d\u003d\u003dn)return!0;n\u003dn.parentNode||n.host}while(n)}return!1}(t,n)\u0026\u0026\"body\"!\u003d\u003dB(t)):[]}const Z\u003d{getElementRects:t\u003d\u003e{let{reference:e,floating:n,strategy:i}\u003dt;return{reference:F(e,Q(n),i),floating:{...X(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:t\u003d\u003efunction(t){let{rect:e,offsetParent:n,strategy:i}\u003dt;const o\u003dP(n),r\u003dI(n);if(n\u003d\u003d\u003dr)return e;let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if((o||!o\u0026\u0026\"fixed\"!\u003d\u003di)\u0026\u0026((\"body\"!\u003d\u003dB(n)||A(r))\u0026\u0026(s\u003dq(n)),P(n))){const t\u003dj(n,!0);a.x\u003dt.x+n.clientLeft,a.y\u003dt.y+n.clientTop}return{...e,x:e.x-s.scrollLeft+a.x,y:e.y-s.scrollTop+a.y}}(t),getOffsetParent:t\u003d\u003e{let{element:e}\u003dt;return Q(e)},isElement:t\u003d\u003eL(t),getDocumentElement:t\u003d\u003e{let{element:e}\u003dt;return I(e)},getClippingClientRect:t\u003d\u003efunction(t){let{element:e,boundary:n,rootBoundary:i}\u003dt;const o\u003d[...\"clippingParents\"\u003d\u003d\u003dn?G(e):[].concat(n),i],r\u003do[0],s\u003do.reduce((t,n)\u003d\u003e{const i\u003dK(e,n);return t.top\u003dD(i.top,t.top),t.right\u003dH(i.right,t.right),t.bottom\u003dH(i.bottom,t.bottom),t.left\u003dD(i.left,t.left),t},K(e,r));return s.width\u003ds.right-s.left,s.height\u003ds.bottom-s.top,s.x\u003ds.left,s.y\u003ds.top,s}(t),getDimensions:t\u003d\u003e{let{element:e}\u003dt;return X(e)},getClientRects:t\u003d\u003e{let{element:e}\u003dt;return e.getClientRects()}},J\u003d(t,e,n)\u003d\u003e(async(t,e,n)\u003d\u003e{const{placement:i\u003d\"bottom\",strategy:o\u003d\"absolute\",middleware:r\u003d[],platform:s}\u003dn;let a\u003dawait s.getElementRects({reference:t,floating:e,strategy:o}),{x:l,y:u}\u003dc({...a,placement:i}),d\u003di,h\u003d{};for(let n\u003d0;n\u003cr.length;n++){0;const{name:p,fn:f}\u003dr[n],{x:m,y:v,data:g,reset:y}\u003dawait f({x:l,y:u,initialPlacement:i,placement:d,strategy:o,middlewareData:h,rects:a,platform:s,elements:{reference:t,floating:e}});l\u003dnull!\u003dm?m:l,u\u003dnull!\u003dv?v:u,h\u003d{...h,[p]:null!\u003dg?g:{}},y\u0026\u0026(\"object\"\u003d\u003dtypeof y\u0026\u0026(y.placement\u0026\u0026(d\u003dy.placement),y.rects\u0026\u0026(a\u003d!0\u003d\u003d\u003dy.rects?await s.getElementRects({reference:t,floating:e,strategy:o}):y.rects),({x:l,y:u}\u003dc({...a,placement:d}))),n\u003d-1)}return{x:l,y:u,placement:d,strategy:o,middlewareData:h}})(t,e,{platform:Z,...n});var tt\u003di(740),et\u003di.n(tt),nt\u003dObject.defineProperty,it\u003dObject.defineProperties,ot\u003dObject.getOwnPropertyDescriptors,rt\u003dObject.getOwnPropertySymbols,st\u003dObject.prototype.hasOwnProperty,at\u003dObject.prototype.propertyIsEnumerable,lt\u003d(t,e,n)\u003d\u003ee in t?nt(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]\u003dn,ct\u003d(t,e)\u003d\u003e{for(var n in e||(e\u003d{}))st.call(e,n)\u0026\u0026lt(t,n,e[n]);if(rt)for(var n of rt(e))at.call(e,n)\u0026\u0026lt(t,n,e[n]);return t},ut\u003d(t,e)\u003d\u003eit(t,ot(e));const dt\u003d{disabled:!1,distance:5,skidding:0,container:\"body\",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:\"absolute\",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:\"top\",triggers:[\"hover\",\"focus\",\"touch\"],hideTriggers:t\u003d\u003e[...t,\"click\"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:\"...\"},dropdown:{placement:\"bottom\",triggers:[\"click\"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:\"dropdown\",triggers:[\"hover\",\"focus\"],popperTriggers:[\"hover\",\"focus\"],delay:{show:0,hide:400}}}};function ht(t,e){let n,i\u003ddt.themes[t]||{};do{n\u003di[e],void 0\u003d\u003d\u003dn?i.$extend?i\u003ddt.themes[i.$extend]||{}:(i\u003dnull,n\u003ddt[e]):i\u003dnull}while(i);return n}let pt\u003d!1;if(\"undefined\"!\u003dtypeof window){pt\u003d!1;try{const t\u003dObject.defineProperty({},\"passive\",{get(){pt\u003d!0}});window.addEventListener(\"test\",null,t)}catch(t){}}let ft\u003d!1;\"undefined\"!\u003dtypeof window\u0026\u0026\"undefined\"!\u003dtypeof navigator\u0026\u0026(ft\u003d/iPad|iPhone|iPod/.test(navigator.userAgent)\u0026\u0026!window.MSStream);const mt\u003d[\"auto\",\"top\",\"bottom\",\"left\",\"right\"].reduce((t,e)\u003d\u003et.concat([e,e+\"-start\",e+\"-end\"]),[]),vt\u003d{hover:\"mouseenter\",focus:\"focus\",click:\"click\",touch:\"touchstart\"},gt\u003d{hover:\"mouseleave\",focus:\"blur\",click:\"click\",touch:\"touchend\"};function yt(){return new Promise(t\u003d\u003erequestAnimationFrame(()\u003d\u003e{requestAnimationFrame(t)}))}const wt\u003d[];let bt\u003dnull,_t\u003dfunction(){};function St(t){return function(){return ht(this.$props.theme,t)}}\"undefined\"!\u003dtypeof window\u0026\u0026(_t\u003dwindow.Element);const xt\u003d\"__floating-vue__popper\";var Ct\u003d()\u003d\u003e({name:\"VPopper\",props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,required:!0},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:St(\"disabled\")},positioningDisabled:{type:Boolean,default:St(\"positioningDisabled\")},placement:{type:String,default:St(\"placement\"),validator:t\u003d\u003emt.includes(t)},delay:{type:[String,Number,Object],default:St(\"delay\")},distance:{type:[Number,String],default:St(\"distance\")},skidding:{type:[Number,String],default:St(\"skidding\")},triggers:{type:Array,default:St(\"triggers\")},showTriggers:{type:[Array,Function],default:St(\"showTriggers\")},hideTriggers:{type:[Array,Function],default:St(\"hideTriggers\")},popperTriggers:{type:Array,default:St(\"popperTriggers\")},popperShowTriggers:{type:[Array,Function],default:St(\"popperShowTriggers\")},popperHideTriggers:{type:[Array,Function],default:St(\"popperHideTriggers\")},container:{type:[String,Object,_t,Boolean],default:St(\"container\")},boundary:{type:[String,_t],default:St(\"boundary\")},strategy:{type:String,validator:t\u003d\u003e[\"absolute\",\"fixed\"].includes(t),default:St(\"strategy\")},autoHide:{type:Boolean,default:St(\"autoHide\")},handleResize:{type:Boolean,default:St(\"handleResize\")},instantMove:{type:Boolean,default:St(\"instantMove\")},eagerMount:{type:Boolean,default:St(\"eagerMount\")},popperClass:{type:[String,Array,Object],default:St(\"popperClass\")},computeTransformOrigin:{type:Boolean,default:St(\"computeTransformOrigin\")},autoMinSize:{type:Boolean,default:St(\"autoMinSize\")},autoSize:{type:[Boolean,String],default:St(\"autoSize\")},autoMaxSize:{type:Boolean,default:St(\"autoMaxSize\")},autoBoundaryMaxSize:{type:Boolean,default:St(\"autoBoundaryMaxSize\")},preventOverflow:{type:Boolean,default:St(\"preventOverflow\")},overflowPadding:{type:[Number,String],default:St(\"overflowPadding\")},arrowPadding:{type:[Number,String],default:St(\"arrowPadding\")},arrowOverflow:{type:Boolean,default:St(\"arrowOverflow\")},flip:{type:Boolean,default:St(\"flip\")},shift:{type:Boolean,default:St(\"shift\")},shiftCrossAxis:{type:Boolean,default:St(\"shiftCrossAxis\")}},provide(){return{[xt]:{parentPopper:this}}},inject:{[xt]:{default:null}},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:\"\",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set}},computed:{popperId(){return null!\u003dthis.ariaId?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:ut(ct({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result}},parentPopper(){var t;return null\u003d\u003d(t\u003dthis[xt])?void 0:t.parentPopper}},watch:ct(ct({shown:\"$_autoShowHide\",disabled(t){t?this.dispose():this.init()},async container(){this.isShown\u0026\u0026(this.$_ensureTeleport(),await this.$_computePosition())}},[\"triggers\",\"positioningDisabled\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_refreshListeners\",t),{})),[\"placement\",\"distance\",\"skidding\",\"boundary\",\"strategy\",\"overflowPadding\",\"arrowPadding\",\"preventOverflow\",\"shift\",\"shiftCrossAxis\",\"flip\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_computePosition\",t),{})),created(){this.$_isDisposed\u003d!0,this.randomId\u003d\"popper_\"+[Math.random(),Date.now()].map(t\u003d\u003et.toString(36).substring(2,10)).join(\"_\"),this.autoMinSize\u0026\u0026console.warn(\u0027[floating-vue] `autoMinSize` option is deprecated. Use `autoSize\u003d\"min\"` instead.\u0027),this.autoMaxSize\u0026\u0026console.warn(\"[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.\")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeDestroy(){this.dispose()},methods:{show({event:t\u003dnull,skipDelay:e\u003d!1,force:n\u003d!1}\u003d{}){var i,o;(null\u003d\u003d(i\u003dthis.parentPopper)?void 0:i.lockedChild)\u0026\u0026this.parentPopper.lockedChild!\u003d\u003dthis||(this.$_pendingHide\u003d!1,!n\u0026\u0026this.disabled||((null\u003d\u003d(o\u003dthis.parentPopper)?void 0:o.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_scheduleShow(t,e),this.$emit(\"show\"),this.$_showFrameLocked\u003d!0,requestAnimationFrame(()\u003d\u003e{this.$_showFrameLocked\u003d!1})),this.$emit(\"update:shown\",!0))},hide({event:t\u003dnull,skipDelay:e\u003d!1}\u003d{}){var n;this.$_hideInProgress||(this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:this.$_isAimingPopper()?this.parentPopper\u0026\u0026(this.parentPopper.lockedChild\u003dthis,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer\u003dsetTimeout(()\u003d\u003e{this.parentPopper.lockedChild\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild.hide({skipDelay:e}),this.parentPopper.lockedChild\u003dnull)},1e3)):((null\u003d\u003d(n\u003dthis.parentPopper)?void 0:n.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_pendingHide\u003d!1,this.$_scheduleHide(t,e),this.$emit(\"hide\"),this.$emit(\"update:shown\",!1)))},init(){this.$_isDisposed\u0026\u0026(this.$_isDisposed\u003d!1,this.isMounted\u003d!1,this.$_events\u003d[],this.$_preventShow\u003d!1,this.$_referenceNode\u003dthis.referenceNode(),this.$_targetNodes\u003dthis.targetNodes().filter(t\u003d\u003et.nodeType\u003d\u003d\u003dt.ELEMENT_NODE),this.$_popperNode\u003dthis.popperNode(),this.$_innerNode\u003dthis.$_popperNode.querySelector(\".v-popper__inner\"),this.$_arrowNode\u003dthis.$_popperNode.querySelector(\".v-popper__arrow-container\"),this.$_swapTargetAttrs(\"title\",\"data-original-title\"),this.$_detachPopperNode(),this.triggers.length\u0026\u0026this.$_addEventListeners(),this.shown\u0026\u0026this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed\u003d!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted\u003d!1,this.isShown\u003d!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs(\"data-original-title\",\"title\"),this.$emit(\"dispose\"))},async onResize(){this.isShown\u0026\u0026(await this.$_computePosition(),this.$emit(\"resize\"))},async $_computePosition(){var t;if(this.$_isDisposed||this.positioningDisabled)return;const e\u003d{strategy:this.strategy,middleware:[]};(this.distance||this.skidding)\u0026\u0026e.middleware.push($({mainAxis:this.distance,crossAxis:this.skidding}));const n\u003dthis.placement.startsWith(\"auto\");if(n?e.middleware.push(x({alignment:null!\u003d(t\u003dthis.placement.split(\"-\")[1])?t:\"\"})):e.placement\u003dthis.placement,this.preventOverflow\u0026\u0026(this.shift\u0026\u0026e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"shift\",options:t,async fn(e){const{x:n,y:i,placement:o}\u003de,{mainAxis:s\u003d!0,crossAxis:l\u003d!1,limiter:c\u003d{fn:t\u003d\u003e{let{x:e,y:n}\u003dt;return{x:e,y:n}}},...u}\u003dt,d\u003d{x:n,y:i},p\u003dawait h(e,u),f\u003da(r(o)),v\u003dk(f);let g\u003dd[f],y\u003dd[v];if(s){const t\u003d\"y\"\u003d\u003d\u003df?\"bottom\":\"right\";g\u003dm(g+p[\"y\"\u003d\u003d\u003df?\"top\":\"left\"],g,g-p[t])}if(l){const t\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\";y\u003dm(y+p[\"y\"\u003d\u003d\u003dv?\"top\":\"left\"],y,y-p[t])}const w\u003dc.fn({...e,[f]:g,[v]:y});return{...w,data:{x:w.x-n,y:w.y-i}}}}}({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n\u0026\u0026this.flip\u0026\u0026e.middleware.push(C({padding:this.overflowPadding,boundary:this.boundary}))),e.middleware.push((t\u003d\u003e({name:\"arrow\",options:t,async fn(e){const{element:n,padding:i\u003d0}\u003dnull!\u003dt?t:{},{x:o,y:s,placement:c,rects:d,platform:h}\u003de;if(null\u003d\u003dn)return{};const p\u003du(i),f\u003d{x:o,y:s},v\u003da(r(c)),g\u003dl(v),y\u003dawait h.getDimensions({element:n}),w\u003d\"y\"\u003d\u003d\u003dv?\"top\":\"left\",b\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\",_\u003dd.reference[g]+d.reference[v]-f[v]-d.floating[g],S\u003df[v]-d.reference[v],x\u003dawait h.getOffsetParent({element:n}),C\u003dx?\"y\"\u003d\u003d\u003dv?x.clientHeight||0:x.clientWidth||0:0,$\u003d_/2-S/2,k\u003dp[w],T\u003dC-y[g]-p[b],E\u003dC/2-y[g]/2+$,O\u003dm(k,E,T);return{data:{[v]:O,centerOffset:E-O}}}}))({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow\u0026\u0026e.middleware.push({name:\"arrowOverflow\",fn:({placement:t,rects:e,middlewareData:n})\u003d\u003e{let i;const{centerOffset:o}\u003dn.arrow;return i\u003dt.startsWith(\"top\")||t.startsWith(\"bottom\")?Math.abs(o)\u003ee.reference.width/2:Math.abs(o)\u003ee.reference.height/2,{data:{overflow:i}}}}),this.autoMinSize||this.autoSize){const t\u003dthis.autoSize?this.autoSize:this.autoMinSize?\"min\":null;e.middleware.push({name:\"autoSize\",fn:({rects:e,placement:n,middlewareData:i})\u003d\u003e{var o;if(null\u003d\u003d(o\u003di.autoSize)?void 0:o.skip)return{};let r,s;return n.startsWith(\"top\")||n.startsWith(\"bottom\")?r\u003de.reference.width:s\u003de.reference.height,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minWidth\":\"max\"\u003d\u003d\u003dt?\"maxWidth\":\"width\"]\u003dnull!\u003dr?r+\"px\":null,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minHeight\":\"max\"\u003d\u003d\u003dt?\"maxHeight\":\"height\"]\u003dnull!\u003ds?s+\"px\":null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)\u0026\u0026(this.$_innerNode.style.maxWidth\u003dnull,this.$_innerNode.style.maxHeight\u003dnull,e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"size\",options:t,async fn(e){var n;const{placement:i,rects:o,middlewareData:a}\u003de,{apply:l,...c}\u003dt;if(null!\u003d(n\u003da.size)\u0026\u0026n.skip)return{};const u\u003dawait h(e,c),d\u003dr(i),p\u003d\"end\"\u003d\u003d\u003ds(i);let m,v;\"top\"\u003d\u003d\u003dd||\"bottom\"\u003d\u003d\u003dd?(m\u003dd,v\u003dp?\"left\":\"right\"):(v\u003dd,m\u003dp?\"top\":\"bottom\");const g\u003df(u.left,0),y\u003df(u.right,0),w\u003df(u.top,0),b\u003df(u.bottom,0),_\u003d{height:o.floating.height-([\"left\",\"right\"].includes(i)?2*(0!\u003d\u003dw||0!\u003d\u003db?w+b:f(u.top,u.bottom)):u[m]),width:o.floating.width-([\"top\",\"bottom\"].includes(i)?2*(0!\u003d\u003dg||0!\u003d\u003dy?g+y:f(u.left,u.right)):u[v])};return null\u003d\u003dl||l({..._,...o}),{data:{skip:!0},reset:{rects:!0}}}}}({boundary:this.boundary,padding:this.overflowPadding,apply:({width:t,height:e})\u003d\u003e{this.$_innerNode.style.maxWidth\u003dnull!\u003dt?t+\"px\":null,this.$_innerNode.style.maxHeight\u003dnull!\u003de?e+\"px\":null}})));const i\u003dawait J(this.$_referenceNode,this.$_popperNode,e);Object.assign(this.result,{x:i.x,y:i.y,placement:i.placement,strategy:i.strategy,arrow:ct(ct({},i.middlewareData.arrow),i.middlewareData.arrowOverflow)})},$_scheduleShow(t\u003dnull,e\u003d!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress\u003d!1,clearTimeout(this.$_scheduleTimer),bt\u0026\u0026this.instantMove\u0026\u0026bt.instantMove\u0026\u0026bt!\u003d\u003dthis.parentPopper)return bt.$_applyHide(!0),void this.$_applyShow(!0);e?this.$_applyShow():this.$_scheduleTimer\u003dsetTimeout(this.$_applyShow.bind(this),this.$_computeDelay(\"show\"))},$_scheduleHide(t\u003dnull,e\u003d!1){this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:(this.$_updateParentShownChildren(!1),this.$_hideInProgress\u003d!0,clearTimeout(this.$_scheduleTimer),this.isShown\u0026\u0026(bt\u003dthis),e?this.$_applyHide():this.$_scheduleTimer\u003dsetTimeout(this.$_applyHide.bind(this),this.$_computeDelay(\"hide\")))},$_computeDelay(t){const e\u003dthis.delay;return parseInt(e\u0026\u0026e[t]||e||0)},async $_applyShow(t\u003d!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition\u003dt,this.isShown||(this.$_ensureTeleport(),await yt(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Y(this.$_referenceNode),...Y(this.$_popperNode)],\"scroll\",()\u003d\u003e{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t\u003dthis.$_referenceNode.getBoundingClientRect(),e\u003dthis.$_popperNode.querySelector(\".v-popper__wrapper\"),n\u003de.parentNode.getBoundingClientRect(),i\u003dt.x+t.width/2-(n.left+e.offsetLeft),o\u003dt.y+t.height/2-(n.top+e.offsetTop);this.result.transformOrigin\u003d`${i}px ${o}px`}this.isShown\u003d!0,this.$_applyAttrsToTarget({\"aria-describedby\":this.popperId,\"data-popper-shown\":\"\"});const t\u003dthis.showGroup;if(t){let e;for(let n\u003d0;n\u003cwt.length;n++)e\u003dwt[n],e.showGroup!\u003d\u003dt\u0026\u0026(e.hide(),e.$emit(\"close-group\"))}wt.push(this),this.$emit(\"apply-show\"),this.classes.showFrom\u003d!0,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!1,await yt(),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!0},async $_applyHide(t\u003d!1){if(this.shownChildren.size\u003e0)return this.$_pendingHide\u003d!0,void(this.$_hideInProgress\u003d!1);if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition\u003dt,function(t,e){const n\u003dt.indexOf(e);-1!\u003d\u003dn\u0026\u0026t.splice(n,1)}(wt,this),bt\u003d\u003d\u003dthis\u0026\u0026(bt\u003dnull),this.isShown\u003d!1,this.$_applyAttrsToTarget({\"aria-describedby\":void 0,\"data-popper-shown\":void 0}),clearTimeout(this.$_disposeTimer);const e\u003dht(this.theme,\"disposeTimeout\");null!\u003d\u003de\u0026\u0026(this.$_disposeTimer\u003dsetTimeout(()\u003d\u003e{this.$_popperNode\u0026\u0026(this.$_detachPopperNode(),this.isMounted\u003d!1)},e)),this.$_removeEventListeners(\"scroll\"),this.$emit(\"apply-hide\"),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!0,this.classes.hideTo\u003d!1,await yt(),this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let t\u003dthis.container;if(\"string\"\u003d\u003dtypeof t?t\u003dwindow.document.querySelector(t):!1\u003d\u003d\u003dt\u0026\u0026(t\u003dthis.$_targetNodes[0].parentNode),!t)throw new Error(\"No container for popover: \"+this.container);t.appendChild(this.$_popperNode),this.isMounted\u003d!0},$_addEventListeners(){const t\u003dt\u003d\u003e{this.isShown\u0026\u0026!this.$_hideInProgress||(t.usedByTooltip\u003d!0,!this.$_preventShow\u0026\u0026this.show({event:t}))};this.$_registerTriggerListeners(this.$_targetNodes,vt,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],vt,this.popperTriggers,this.popperShowTriggers,t);const e\u003dt\u003d\u003e{t.usedByTooltip||this.hide({event:t})};this.$_registerTriggerListeners(this.$_targetNodes,gt,this.triggers,this.hideTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],gt,this.popperTriggers,this.popperHideTriggers,e)},$_registerEventListeners(t,e,n){this.$_events.push({targetNodes:t,eventType:e,handler:n}),t.forEach(t\u003d\u003et.addEventListener(e,n,pt?{passive:!0}:void 0))},$_registerTriggerListeners(t,e,n,i,o){let r\u003dn;null!\u003di\u0026\u0026(r\u003d\"function\"\u003d\u003dtypeof i?i(r):i),r.forEach(n\u003d\u003e{const i\u003de[n];i\u0026\u0026this.$_registerEventListeners(t,i,o)})},$_removeEventListeners(t){const e\u003d[];this.$_events.forEach(n\u003d\u003e{const{targetNodes:i,eventType:o,handler:r}\u003dn;t\u0026\u0026t!\u003d\u003do?e.push(n):i.forEach(t\u003d\u003et.removeEventListener(o,r))}),this.$_events\u003de},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,e\u003d!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit(\"close-directive\"):this.$emit(\"auto-hide\"),e\u0026\u0026(this.$_preventShow\u003d!0,setTimeout(()\u003d\u003e{this.$_preventShow\u003d!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode\u0026\u0026this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,e){for(const n of this.$_targetNodes){const i\u003dn.getAttribute(t);i\u0026\u0026(n.removeAttribute(t),n.setAttribute(e,i))}},$_applyAttrsToTarget(t){for(const e of this.$_targetNodes)for(const n in t){const i\u003dt[n];null\u003d\u003di?e.removeAttribute(n):e.setAttribute(n,i)}},$_updateParentShownChildren(t){let e\u003dthis.parentPopper;for(;e;)t?e.shownChildren.add(this.randomId):(e.shownChildren.delete(this.randomId),e.$_pendingHide\u0026\u0026e.hide()),e\u003de.parentPopper},$_isAimingPopper(){const t\u003dthis.$el.getBoundingClientRect();if(Pt\u003e\u003dt.left\u0026\u0026Pt\u003c\u003dt.right\u0026\u0026Lt\u003e\u003dt.top\u0026\u0026Lt\u003c\u003dt.bottom){const t\u003dthis.$_popperNode.getBoundingClientRect(),e\u003dPt-Ot,n\u003dLt-Bt,i\u003dt.left+t.width/2-Ot+(t.top+t.height/2)-Bt+t.width+t.height,o\u003dOt+e*i,r\u003dBt+n*i;return Nt(Ot,Bt,o,r,t.left,t.top,t.left,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.top,t.right,t.top)||Nt(Ot,Bt,o,r,t.right,t.top,t.right,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$scopedSlots.default(this.slotData)[0]}});function $t(t){for(let e\u003d0;e\u003cwt.length;e++){const n\u003dwt[e];try{const e\u003dn.popperNode();n.$_mouseDownContains\u003de.contains(t.target)}catch(t){}}}function kt(t,e\u003d!1){const n\u003d{};for(let i\u003dwt.length-1;i\u003e\u003d0;i--){const o\u003dwt[i];try{const i\u003do.$_containsGlobalTarget\u003dTt(o,t);o.$_pendingHide\u003d!1,requestAnimationFrame(()\u003d\u003e{if(o.$_pendingHide\u003d!1,!n[o.randomId]\u0026\u0026Et(o,i,t)){if(o.$_handleGlobalClose(t,e),!t.closeAllPopover\u0026\u0026t.closePopover\u0026\u0026i){let t\u003do.parentPopper;for(;t;)n[t.randomId]\u003d!0,t\u003dt.parentPopper;return}let r\u003do.parentPopper;for(;r\u0026\u0026Et(r,r.$_containsGlobalTarget,t);)r.$_handleGlobalClose(t,e),r\u003dr.parentPopper}})}catch(t){}}}function Tt(t,e){const n\u003dt.popperNode();return t.$_mouseDownContains||n.contains(e.target)}function Et(t,e,n){return n.closeAllPopover||n.closePopover\u0026\u0026e||t.autoHide\u0026\u0026!e}\"undefined\"!\u003dtypeof document\u0026\u0026\"undefined\"!\u003dtypeof window\u0026\u0026(ft?(document.addEventListener(\"touchstart\",$t,!pt||{passive:!0,capture:!0}),document.addEventListener(\"touchend\",(function(t){kt(t,!0)}),!pt||{passive:!0,capture:!0})):(window.addEventListener(\"mousedown\",$t,!0),window.addEventListener(\"click\",(function(t){kt(t)}),!0)),window.addEventListener(\"resize\",(function(t){for(let e\u003d0;e\u003cwt.length;e++){wt[e].$_computePosition(t)}})));let Ot\u003d0,Bt\u003d0,Pt\u003d0,Lt\u003d0;function Nt(t,e,n,i,o,r,s,a){const l\u003d((s-o)*(e-r)-(a-r)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e)),c\u003d((n-t)*(e-r)-(i-e)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e));return l\u003e\u003d0\u0026\u0026l\u003c\u003d1\u0026\u0026c\u003e\u003d0\u0026\u0026c\u003c\u003d1}var At;function zt(){zt.init||(zt.init\u003d!0,At\u003d-1!\u003d\u003dfunction(){var t\u003dwindow.navigator.userAgent,e\u003dt.indexOf(\"MSIE \");if(e\u003e0)return parseInt(t.substring(e+5,t.indexOf(\".\",e)),10);if(t.indexOf(\"Trident/\")\u003e0){var n\u003dt.indexOf(\"rv:\");return parseInt(t.substring(n+3,t.indexOf(\".\",n)),10)}var i\u003dt.indexOf(\"Edge/\");return i\u003e0?parseInt(t.substring(i+5,t.indexOf(\".\",i)),10):-1}())}function Mt(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n}\"undefined\"!\u003dtypeof window\u0026\u0026window.addEventListener(\"mousemove\",t\u003d\u003e{Ot\u003dPt,Bt\u003dLt,Pt\u003dt.clientX,Lt\u003dt.clientY},pt?{passive:!0}:void 0);var Ht\u003d{name:\"ResizeObserver\",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted:function(){var t\u003dthis;zt(),this.$nextTick((function(){t._w\u003dt.$el.offsetWidth,t._h\u003dt.$el.offsetHeight,t.emitOnMount\u0026\u0026t.emitSize()}));var e\u003ddocument.createElement(\"object\");this._resizeObject\u003de,e.setAttribute(\"aria-hidden\",\"true\"),e.setAttribute(\"tabindex\",-1),e.onload\u003dthis.addResizeHandlers,e.type\u003d\"text/html\",At\u0026\u0026this.$el.appendChild(e),e.data\u003d\"about:blank\",At||this.$el.appendChild(e)},beforeDestroy:function(){this.removeResizeHandlers()},methods:{compareAndNotify:function(){(!this.ignoreWidth\u0026\u0026this._w!\u003d\u003dthis.$el.offsetWidth||!this.ignoreHeight\u0026\u0026this._h!\u003d\u003dthis.$el.offsetHeight)\u0026\u0026(this._w\u003dthis.$el.offsetWidth,this._h\u003dthis.$el.offsetHeight,this.emitSize())},emitSize:function(){this.$emit(\"notify\",{width:this._w,height:this._h})},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener(\"resize\",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject\u0026\u0026this._resizeObject.onload\u0026\u0026(!At\u0026\u0026this._resizeObject.contentDocument\u0026\u0026this._resizeObject.contentDocument.defaultView.removeEventListener(\"resize\",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload\u003dnull,this._resizeObject\u003dnull)}}},Dt\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"resize-observer\",attrs:{tabindex:\"-1\"}})};Dt._withStripped\u003d!0;var Rt\u003dMt({render:Dt,staticRenderFns:[]},void 0,Ht,\"data-v-8859cc6c\",!1,void 0,!1,void 0,void 0,void 0);var jt\u003d{version:\"1.0.1\",install:function(t){t.component(\"resize-observer\",Rt),t.component(\"ResizeObserver\",Rt)}},It\u003dnull;\"undefined\"!\u003dtypeof window?It\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(It\u003di.g.Vue),It\u0026\u0026It.use(jt);var qt\u003d{computed:{themeClass(){return function(t){const e\u003d[t];let n\u003ddt.themes[t]||{};do{n.$extend\u0026\u0026!n.$resetCss?(e.push(n.$extend),n\u003ddt.themes[n.$extend]||{}):n\u003dnull}while(n);return e.map(t\u003d\u003e\"v-popper--theme-\"+t)}(this.theme)}}},Wt\u003d{name:\"VPopperContent\",components:{ResizeObserver:Rt},mixins:[qt],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},methods:{toPx:t\u003d\u003enull\u003d\u003dt||isNaN(t)?null:t+\"px\"}};function Ft(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const Vt\u003d{};var Ut\u003dFt(Wt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{ref:\"popover\",staticClass:\"v-popper__popper\",class:[t.themeClass,t.classes.popperClass,{\"v-popper__popper--shown\":t.shown,\"v-popper__popper--hidden\":!t.shown,\"v-popper__popper--show-from\":t.classes.showFrom,\"v-popper__popper--show-to\":t.classes.showTo,\"v-popper__popper--hide-from\":t.classes.hideFrom,\"v-popper__popper--hide-to\":t.classes.hideTo,\"v-popper__popper--skip-transition\":t.skipTransition,\"v-popper__popper--arrow-overflow\":t.result\u0026\u0026t.result.arrow.overflow,\"v-popper__popper--no-positioning\":!t.result}],style:t.result?{position:t.result.strategy,transform:\"translate3d(\"+Math.round(t.result.x)+\"px,\"+Math.round(t.result.y)+\"px,0)\"}:void 0,attrs:{id:t.popperId,\"aria-hidden\":t.shown?\"false\":\"true\",tabindex:t.autoHide?0:void 0,\"data-popper-placement\":t.result?t.result.placement:void 0},on:{keyup:function(e){if(!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"]))return null;t.autoHide\u0026\u0026t.$emit(\"hide\")}}},[n(\"div\",{staticClass:\"v-popper__backdrop\",on:{click:function(e){t.autoHide\u0026\u0026t.$emit(\"hide\")}}}),n(\"div\",{staticClass:\"v-popper__wrapper\",style:t.result?{transformOrigin:t.result.transformOrigin}:void 0},[n(\"div\",{ref:\"inner\",staticClass:\"v-popper__inner\"},[t.mounted?[n(\"div\",[t._t(\"default\")],2),t.handleResize?n(\"ResizeObserver\",{on:{notify:function(e){return t.$emit(\"resize\",e)}}}):t._e()]:t._e()],2),n(\"div\",{ref:\"arrow\",staticClass:\"v-popper__arrow-container\",style:t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0},[n(\"div\",{staticClass:\"v-popper__arrow-outer\"}),n(\"div\",{staticClass:\"v-popper__arrow-inner\"})])])])}),[],!1,Qt,null,null,null);function Qt(t){for(let t in Vt)this[t]\u003dVt[t]}var Xt\u003dfunction(){return Ut.exports}(),Yt\u003d{methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}},Kt\u003d{name:\"VPopperWrapper\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt,qt],inheritAttrs:!1,props:{theme:{type:String,default(){return this.$options.vPopperTheme}}},methods:{getTargetNodes(){return Array.from(this.$refs.reference.children).filter(t\u003d\u003et!\u003d\u003dthis.$refs.popperContent.$el)}}};const Gt\u003d{};var Zt\u003dFt(Kt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"target-nodes\":t.getTargetNodes,\"reference-node\":function(){return t.$refs.reference},\"popper-node\":function(){return t.$refs.popperContent.$el}},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.show,c\u003de.hide,u\u003de.handleResize,d\u003de.onResize,h\u003de.classes,p\u003de.result;return[n(\"div\",{ref:\"reference\",staticClass:\"v-popper\",class:[t.themeClass,{\"v-popper--shown\":o}]},[t._t(\"default\",null,{shown:o,show:l,hide:c}),n(\"PopperContent\",{ref:\"popperContent\",attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":u,classes:h,result:p},on:{hide:c,resize:d}},[t._t(\"popper\",null,{shown:o,hide:c})],2)],2)]}}],null,!0)},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,Jt,null,null,null);function Jt(t){for(let t in Gt)this[t]\u003dGt[t]}var te\u003dfunction(){return Zt.exports}(),ee\u003dut(ct({},te),{name:\"VDropdown\",vPopperTheme:\"dropdown\"});const ne\u003d{};var ie\u003dFt(ee,void 0,void 0,!1,oe,null,null,null);function oe(t){for(let t in ne)this[t]\u003dne[t]}var re\u003dfunction(){return ie.exports}(),se\u003dut(ct({},te),{name:\"VMenu\",vPopperTheme:\"menu\"});const ae\u003d{};var le\u003dFt(se,void 0,void 0,!1,ce,null,null,null);function ce(t){for(let t in ae)this[t]\u003dae[t]}var ue\u003dfunction(){return le.exports}(),de\u003dut(ct({},te),{name:\"VTooltip\",vPopperTheme:\"tooltip\"});const he\u003d{};var pe\u003dFt(de,void 0,void 0,!1,fe,null,null,null);function fe(t){for(let t in he)this[t]\u003dhe[t]}var me\u003dfunction(){return pe.exports}(),ve\u003d{name:\"VTooltipDirective\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt],inheritAttrs:!1,props:{theme:{type:String,default:\"tooltip\"},html:{type:Boolean,default(){return ht(this.theme,\"html\")}},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default(){return ht(this.theme,\"loadingContent\")}}},data:()\u003d\u003e({asyncContent:null}),computed:{isContentAsync(){return\"function\"\u003d\u003dtypeof this.content},loading(){return this.isContentAsync\u0026\u0026null\u003d\u003dthis.asyncContent},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(t){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId\u003d0},methods:{fetchContent(t){if(\"function\"\u003d\u003dtypeof this.content\u0026\u0026this.$_isShown\u0026\u0026(t||!this.$_loading\u0026\u0026null\u003d\u003dthis.asyncContent)){this.asyncContent\u003dnull,this.$_loading\u003d!0;const t\u003d++this.$_fetchId,e\u003dthis.content(this);e.then?e.then(e\u003d\u003ethis.onResult(t,e)):this.onResult(t,e)}},onResult(t,e){t\u003d\u003d\u003dthis.$_fetchId\u0026\u0026(this.$_loading\u003d!1,this.asyncContent\u003de)},onShow(){this.$_isShown\u003d!0,this.fetchContent()},onHide(){this.$_isShown\u003d!1}}};const ge\u003d{};var ye\u003dFt(ve,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"popper-node\":function(){return t.$refs.popperContent.$el}},on:{\"apply-show\":t.onShow,\"apply-hide\":t.onHide},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.hide,c\u003de.handleResize,u\u003de.onResize,d\u003de.classes,h\u003de.result;return[n(\"PopperContent\",{ref:\"popperContent\",class:{\"v-popper--tooltip-loading\":t.loading},attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":c,classes:d,result:h},on:{hide:l,resize:u}},[t.html?n(\"div\",{domProps:{innerHTML:t._s(t.finalContent)}}):n(\"div\",{domProps:{textContent:t._s(t.finalContent)}})])]}}])},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,we,null,null,null);function we(t){for(let t in ge)this[t]\u003dge[t]}var be\u003dfunction(){return ye.exports}();function _e(t,e,n){let i;const o\u003dtypeof e;return i\u003d\"string\"\u003d\u003d\u003do?{content:e}:e\u0026\u0026\"object\"\u003d\u003d\u003do?e:{content:!1},i.placement\u003dfunction(t,e){let n\u003dt.placement;if(!n\u0026\u0026e)for(const t of mt)e[t]\u0026\u0026(n\u003dt);return n||(n\u003dht(t.theme||\"tooltip\",\"placement\")),n}(i,n),i.targetNodes\u003d()\u003d\u003e[t],i.referenceNode\u003d()\u003d\u003et,i}function Se(t,e,n){const i\u003d_e(t,e,n),o\u003dt.$_popper\u003dnew(et())({mixins:[Yt],data:()\u003d\u003e({options:i}),render(t){const e\u003dthis.options,{theme:n,html:i,content:o,loadingContent:r}\u003de,s\u003d((t,e)\u003d\u003e{var n\u003d{};for(var i in t)st.call(t,i)\u0026\u0026e.indexOf(i)\u003c0\u0026\u0026(n[i]\u003dt[i]);if(null!\u003dt\u0026\u0026rt)for(var i of rt(t))e.indexOf(i)\u003c0\u0026\u0026at.call(t,i)\u0026\u0026(n[i]\u003dt[i]);return n})(e,[\"theme\",\"html\",\"content\",\"loadingContent\"]);return t(be,{props:{theme:n,html:i,content:o,loadingContent:r},attrs:s,ref:\"popper\"})},devtools:{hide:!0}}),r\u003ddocument.createElement(\"div\");return document.body.appendChild(r),o.$mount(r),t.classList\u0026\u0026t.classList.add(\"v-popper--has-tooltip\"),o}function xe(t){t.$_popper\u0026\u0026(t.$_popper.$destroy(),delete t.$_popper,delete t.$_popperOldShown),t.classList\u0026\u0026t.classList.remove(\"v-popper--has-tooltip\")}function Ce(t,{value:e,oldValue:n,modifiers:i}){const o\u003d_e(t,e,i);if(!o.content||ht(o.theme||\"tooltip\",\"disabled\"))xe(t);else{let n;t.$_popper?(n\u003dt.$_popper,n.options\u003do):n\u003dSe(t,e,i),void 0!\u003d\u003de.shown\u0026\u0026e.shown!\u003d\u003dt.$_popperOldShown\u0026\u0026(t.$_popperOldShown\u003de.shown,e.shown?n.show():n.hide())}}var $e\u003d{bind:Ce,update:Ce,unbind(t){xe(t)}};function ke(t){t.addEventListener(\"click\",Ee),t.addEventListener(\"touchstart\",Oe,!!pt\u0026\u0026{passive:!0})}function Te(t){t.removeEventListener(\"click\",Ee),t.removeEventListener(\"touchstart\",Oe),t.removeEventListener(\"touchend\",Be),t.removeEventListener(\"touchcancel\",Pe)}function Ee(t){const e\u003dt.currentTarget;t.closePopover\u003d!e.$_vclosepopover_touch,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}function Oe(t){if(1\u003d\u003d\u003dt.changedTouches.length){const e\u003dt.currentTarget;e.$_vclosepopover_touch\u003d!0;const n\u003dt.changedTouches[0];e.$_vclosepopover_touchPoint\u003dn,e.addEventListener(\"touchend\",Be),e.addEventListener(\"touchcancel\",Pe)}}function Be(t){const e\u003dt.currentTarget;if(e.$_vclosepopover_touch\u003d!1,1\u003d\u003d\u003dt.changedTouches.length){const n\u003dt.changedTouches[0],i\u003de.$_vclosepopover_touchPoint;t.closePopover\u003dMath.abs(n.screenY-i.screenY)\u003c20\u0026\u0026Math.abs(n.screenX-i.screenX)\u003c20,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}}function Pe(t){t.currentTarget.$_vclosepopover_touch\u003d!1}var Le\u003d{bind(t,{value:e,modifiers:n}){t.$_closePopoverModifiers\u003dn,(void 0\u003d\u003d\u003de||e)\u0026\u0026ke(t)},update(t,{value:e,oldValue:n,modifiers:i}){t.$_closePopoverModifiers\u003di,e!\u003d\u003dn\u0026\u0026(void 0\u003d\u003d\u003de||e?ke(t):Te(t))},unbind(t){Te(t)}};const Ne\u003dre,Ae\u003dme;const ze\u003d{version:\"1.0.0-beta.14\",install:function(t,e\u003d{}){t.$_vTooltipInstalled||(t.$_vTooltipInstalled\u003d!0,function t(e,n){for(const i in n)Object.prototype.hasOwnProperty.call(n,i)\u0026\u0026(\"object\"\u003d\u003dtypeof n[i]\u0026\u0026e[i]?t(e[i],n[i]):e[i]\u003dn[i])}(dt,e),t.directive(\"tooltip\",$e),t.directive(\"close-popper\",Le),t.component(\"v-tooltip\",me),t.component(\"VTooltip\",me),t.component(\"v-dropdown\",re),t.component(\"VDropdown\",re),t.component(\"v-menu\",ue),t.component(\"VMenu\",ue))},options:dt};let Me\u003dnull;\"undefined\"!\u003dtypeof window?Me\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(Me\u003di.g.Vue),Me\u0026\u0026Me.use(ze);var He\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"alert box-container\",t.containerStyle(),t.addClass,{\"d-flex\":t.seamlessHeaderBool()}],style:t.customStyle()},[t.seamlessHeaderBool()?n(\"div\",{staticClass:\"d-flex\"},[t.iconBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"header-and-body\"},[t.headerBool()?n(\"div\",{class:[\"box-header-wrapper\",{\"alert-dismissible\":t.dismissible}]},[t.iconBool()\u0026\u0026!t.seamlessHeaderBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"box-header\"},[t._t(\"header\")],2),t._v(\" \"),t.dismissible?n(\"button\",{staticClass:\"btn-close close-with-heading\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()]):t._e(),t._v(\" \"),n(\"div\",{class:[\"box-body-wrapper\",{\"alert-dismissible\":t.dismissible\u0026\u0026!t.headerBool(),\"box-body-wrapper-with-heading\":t.headerBool()}]},[t.iconBool()\u0026\u0026!t.headerBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),t.seamlessNoHeaderBool()?n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"contents\",style:t.customColorStyle()},[t._t(\"default\")],2),t._v(\" \"),t.dismissible\u0026\u0026!t.headerBool()?n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()])])])};He._withStripped\u003d!0;var De\u003dfunction(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t};function Re(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t}function je(t){return\"number\"\u003d\u003dtypeof t?t:null\u003d\u003dt||isNaN(Number(t))?null:Number(t)}function Ie(t){var e\u003dt.split(\"#\"),n\u003d\"\";return e.length\u003e1\u0026\u0026(n\u003de[1]),n}function qe(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const We\u003dqe({props:{dismissible:{type:Boolean,default:!1},backgroundColor:{type:String,default:null},borderColor:{type:String,default:null},borderLeftColor:{type:String,default:null},color:{type:String,default:null},icon:{type:String,default:null},iconSize:{type:String,default:null},iconColor:{type:String,default:null},type:{type:String,default:\"\"},addClass:{type:String,default:\"\"},light:{type:Boolean,default:!1},seamless:{type:Boolean,default:!1},noIcon:{type:Boolean,default:!1},noBackground:{type:Boolean,default:!1},noBorder:{type:Boolean,default:!1},theme:{type:String,default:\"\"}},computed:{bootStrapStyle:function(){return function(t,e){var n,i,o\u003d[\"warning\",\"info\",\"definition\",\"success\",\"danger\",\"tip\",\"important\",\"wrong\"].includes(t)?t:\"\",r\u003d[\"primary\",\"secondary\",\"success\",\"danger\",\"warning\",\"info\",\"light\",\"dark\"].includes(e)?e:\"\";if(r)n\u003dr;else switch(o){case\"warning\":n\u003d\"warning\";break;case\"info\":n\u003d\"info\";break;case\"definition\":n\u003d\"primary\";break;case\"success\":case\"tip\":n\u003d\"success\";break;case\"important\":case\"wrong\":n\u003d\"danger\";break;default:n\u003d\"default\"}switch(o){case\"wrong\":i\u003d\"fa-times\";break;case\"warning\":i\u003d\"fa-exclamation\";break;case\"info\":i\u003d\"fa-info\";break;case\"success\":i\u003d\"fa-check\";break;case\"important\":i\u003d\"fa-flag\";break;case\"tip\":i\u003d\"fa-lightbulb\";break;case\"definition\":i\u003d\"fa-atlas\";break;default:i\u003d\"\"}return{style:n,icon:i}}(this.type,this.theme)}},methods:{isSeamless:function(){return!this.light\u0026\u0026this.seamless},seamlessNoHeaderBool:function(){return this.isSeamless()\u0026\u0026!this.headerBool()},seamlessHeaderBool:function(){return this.isSeamless()\u0026\u0026this.headerBool()},headerBool:function(){return!!this.$scopedSlots.header},iconBool:function(){var t\u003d!!this.$scopedSlots.icon;return!this.noIcon\u0026\u0026this.type||t},containerStyle:function(){var t;return t\u003dthis.light?\"\".concat(this.getBootstrapBorderStyle(),\" alert-border-left\"):this.seamless?\"seamless\":this.getBootstrapAlertStyle(),this.noBackground\u0026\u0026(t+\u003d\" no-background\"),this.noBorder\u0026\u0026(t+\u003d\" no-border\"),t},customStyle:function(){var t\u003d{};return this.backgroundColor\u0026\u0026(t.backgroundColor\u003dthis.backgroundColor,t.borderColor\u003dthis.backgroundColor),this.borderColor\u0026\u0026(t.border\u003d\"1px solid \".concat(this.borderColor)),this.borderLeftColor\u0026\u0026(t.borderLeft\u003d\"5px solid \".concat(this.borderLeftColor)),t},customColorStyle:function(){return this.color?{color:this.color}:{}},iconStyle:function(){var t\u003d\"\";return this.iconSize\u0026\u0026(t+\u003d\"fa-\".concat(this.iconSize)),(this.light||this.seamless)\u0026\u0026(t+\u003d\" \".concat(this.getBootstrapTextStyle())),t},customIconColorStyle:function(){return this.iconColor?{color:\"\".concat(this.iconColor,\"!important\")}:{}},getBootstrapAlertStyle:function(){return\"alert-\".concat(this.bootStrapStyle.style)},getBootstrapTextStyle:function(){return\"text-\".concat(this.bootStrapStyle.style)},getBootstrapBorderStyle:function(){return\"border-\".concat(this.bootStrapStyle.style)},getFontAwesomeIconStyle:function(){return this.bootStrapStyle.icon}}},He,[],!1,null,\"0eabf1c4\",null).exports;var Fe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{staticClass:\"breadcrumb-divider\",attrs:{\"aria-label\":\"breadcrumb\"}},[n(\"ol\",{staticClass:\"breadcrumb\"},[n(\"li\",{staticClass:\"notlink breadcrumb-marker\"},[t._v(\"\\n ››  \\n \")]),t._v(\" \"),t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:[\"breadcrumb-item\",{notlink:null\u003d\u003d\u003de.link}],attrs:{\"aria-current\":{page:t.isLast(i,t.items.length)}}},[null\u003d\u003d\u003de.link?n(\"a\",[t._v(\"\\n \"+t._s(e.title)+\"\\n \")]):n(\"a\",{attrs:{href:e.link}},[t._v(\"\\n \"+t._s(e.title)+\"\\n \")])])}))],2)])])};Fe._withStripped\u003d!0;const Ve\u003dqe({data:function(){return{items:[]}},methods:{isLast:function(t,e){return t\u003d\u003d\u003de-1}},mounted:function(){var t\u003dArray.from(document.querySelectorAll(\"ul\")).find((function(t){return t.classList.contains(\"site-nav-list-root\")}));if(t){var e\u003dt.querySelector(\".current\");if(e){this.items.unshift({title:e.textContent,link:null});for(var n\u003de.parentElement;n!\u003d\u003dt;){if(\"ul\"\u003d\u003d\u003dn.tagName.toLowerCase()){var i\u003dn.parentElement.querySelector(\"div\"),o\u003di.querySelector(\"a[href]\");null\u003d\u003d\u003do?this.items.unshift({title:i.textContent,link:null}):this.items.unshift({title:o.textContent,link:o.getAttribute(\"href\")})}n\u003dn.parentElement}}}}},Fe,[],!1,null,\"ef898034\",null).exports;var Ue\u003di(3),Qe\u003di.n(Ue),Xe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isLi?n(\"li\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"dropdown\",t.addClass]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-toggle nav-link\",class:{disabled:t.disabledBool},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2):t.isSubmenu?n(\"submenu\",{ref:\"submenu\",scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)}):n(\"div\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"btn-group\",t.addClass]},[t._t(\"before\"),t._v(\" \"),t._t(\"button\",(function(){return[n(\"button\",{staticClass:\"btn dropdown-toggle\",class:[t.btnType,t.btnWithBefore,{\"dropdown-toggle-split\":t.hasBefore}],attrs:{type:\"button\",disabled:t.disabledBool,\"data-bs-reference\":\"parent\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2)};Xe._withStripped\u003d!0;var Ye\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"li\",{ref:\"submenu\",class:[t.addClass,\"dropdown-submenu\",{dropend:t.dropright,dropstart:t.dropleft}]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-item submenu-toggle\",class:{disabled:t.disabled},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\"},[t._t(\"default\")],2)]}))],2)};function Ke(t,n){for(var i\u003d0;i\u003cn.length;i++){var o\u003dn[i];o.enumerable\u003do.enumerable||!1,o.configurable\u003d!0,\"value\"in o\u0026\u0026(o.writable\u003d!0),Object.defineProperty(t,e(o.key),o)}}Ye._withStripped\u003d!0;var Ge,Ze\u003dArray.prototype,Je\u003dnew Error(\"Passed arguments must be of Node\"),tn\u003d[],en\u003d[];function nn(t){return t instanceof window.Node}function on(t){return t instanceof window.NodeList||t instanceof sn||t instanceof window.HTMLCollection||t instanceof Array}function rn(t){return(t\u003dt.trim()).length?t.replace(/\\s+/,\" \").split(\" \"):[]}var sn\u003dfunction(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t);var n\u003de;if(e[0]\u003d\u003d\u003dwindow?n\u003d[window]:\"string\"\u003d\u003dtypeof e[0]?(n\u003d(e[1]||document).querySelectorAll(e[0]),e[1]\u0026\u0026(this.owner\u003de[1])):0 in e\u0026\u0026!nn(e[0])\u0026\u0026e[0]\u0026\u0026\"length\"in e[0]\u0026\u0026(n\u003de[0],e[1]\u0026\u0026(this.owner\u003de[1])),n){for(var i in n)this[i]\u003dn[i];this.length\u003dn.length}else this.length\u003d0}var e,n,i;return e\u003dt,(n\u003d[{key:\"concat\",value:function(){var t\u003dZe.slice.call(this);function e(n){Ze.forEach.call(n,(function(n){nn(n)?~t.indexOf(n)||t.push(n):on(n)\u0026\u0026e(n)}))}for(var n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(nn(n))~t.indexOf(n)||t.push(n);else{if(!on(n))throw Error(\"Concat arguments must be of a Node, NodeList, HTMLCollection, or Array of (Node, NodeList, HTMLCollection, Array)\");e(n)}})),hn(t,this)}},{key:\"delete\",value:function(){var t\u003dln(this).filter((function(t){return t.remove?t.remove():t.parentNode\u0026\u0026t.parentNode.removeChild(t),document.body.contains(t)}));return t.length\u0026\u0026console.warn(\"NodeList: Some nodes could not be deleted.\"),t}},{key:\"each\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"filter\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.filter.apply(this,e),this)}},{key:\"find\",value:function(t){var e\u003d[];return ln(this).forEach((function(n){Ze.push.apply(e,n.querySelectorAll(t))})),ln(e,this.owner)}},{key:\"findChildren\",value:function(t){var e\u003dthis;return t?this.find(t).filter((function(t){return e.includes(t.parentElement)})):ln(this.map((function(t){return t.children})))}},{key:\"forEach\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"includes\",value:function(t,e){return~this.indexOf(t,e)}},{key:\"map\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.map.apply(this,e);return i.some((function(t){return nn(t)||on(t)}))?ln(i,this):i}},{key:\"parent\",value:function(){return ln(this.map((function(t){return t.parentNode})),this)}},{key:\"pop\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[],n\u003dZe.pop.bind(this);t--;)e.push(n());return hn(e,this)}},{key:\"push\",value:function(){for(var t\u003dthis,e\u003darguments.length,n\u003dnew Array(e),i\u003d0;i\u003ce;i++)n[i]\u003darguments[i];return Ze.forEach.call(n,(function(e){if(!nn(e))throw Je;~t.indexOf(e)||Ze.push.call(t,e)})),this}},{key:\"shift\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[];t--;)e.push(Ze.shift.call(this));return 1\u003d\u003de.length?e[0]:hn(e,this)}},{key:\"slice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.slice.apply(this,e),this)}},{key:\"splice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];for(var i\u003d2,o\u003de.length;i\u003co;i++)if(!nn(e[i]))throw Je;return Ze.splice.apply(this,e),this}},{key:\"unshift\",value:function(){for(var t\u003dthis,e\u003dZe.unshift.bind(this),n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(!nn(n))throw Je;~t.indexOf(n)||e(n)})),this}},{key:\"addClass\",value:function(t){return this.toggleClass(t,!0)}},{key:\"removeClass\",value:function(t){return this.toggleClass(t,!1)}},{key:\"toggleClass\",value:function(t,e){var n\u003dnull\u003d\u003de?\"toggle\":e?\"add\":\"remove\";return\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),this.each((function(e){var i,o\u003drn(e.className);t.forEach((function(t){var e\u003d~o.indexOf(t);e||\"remove\"\u003d\u003d\u003dn||o.push(t),e\u0026\u0026\"add\"!\u003d\u003dn\u0026\u0026(o\u003do.filter((function(e){return e!\u003d\u003dt})))})),(o\u003d(i\u003do).length?i.join(\" \"):\"\")?e.className\u003do:e.removeAttribute(\"class\")})),this}},{key:\"get\",value:function(t){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)}},{key:\"set\",value:function(t,e){return t.constructor\u003d\u003d\u003dObject?this.each((function(e){if(e)for(var n in t)n in e\u0026\u0026(e[n]\u003dt[n])})):this.each((function(n){t in n\u0026\u0026(n[t]\u003de)})),this}},{key:\"call\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.shift.call(e),o\u003d[],r\u003d!0;return this.each((function(t){t\u0026\u0026t[i]instanceof Function?(t\u003dt[i].apply(t,e),o.push(t),r\u0026\u0026void 0!\u003d\u003dt\u0026\u0026(r\u003d!1)):o.push(void 0)})),r?this:ln(o,this)}},{key:\"item\",value:function(t){return hn([this[t]],this)}},{key:\"asArray\",get:function(){return Ze.slice.call(this)}},{key:\"on\",value:function(t,e,n){if(\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),!this||!this.length)return this;if(void 0\u003d\u003d\u003dn\u0026\u0026(n\u003de,e\u003dnull),!n)return this;var i\u003dn;return n\u003de?function(t){var n\u003dhn(e,this);n.length\u0026\u0026n.some((function(e){var n\u003de.contains(t.target);return n\u0026\u0026i.call(e,t,e),n}))}:function(t){i.apply(this,[t,this])},this.each((function(e){t.forEach((function(t){(e\u003d\u003d\u003dwindow||nn(e))\u0026\u0026(e.addEventListener(t,n,!1),en.push({el:e,event:t,callback:n}))}))})),this}},{key:\"off\",value:function(t,e){return t instanceof Function\u0026\u0026(e\u003dt,t\u003dnull),t\u003dt instanceof Array?t:\"string\"\u003d\u003dtypeof t?rn(t):null,this.each((function(n){en\u003den.filter((function(i){return!!(!i||i.el!\u003d\u003dn||e\u0026\u0026e!\u003d\u003di.callback||t\u0026\u0026!~t.indexOf(i.event))||(i.el.removeEventListener(i.event,i.callback),!1)}))})),this}},{key:\"onBlur\",value:function(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];return this\u0026\u0026this.length\u0026\u0026t?(this.each((function(e){tn.push({el:e,callback:t})})),Ge||(Ge\u003dfunction(t){tn.forEach((function(e){e.el\u0026\u0026(e.el.contains(t.target)||e.el\u003d\u003d\u003dt.target||e.callback.call(e.el,t,e.el))}))},document.addEventListener(\"click\",Ge,!1),e\u0026\u0026document.addEventListener(\"touchstart\",Ge,!1)),this):this}},{key:\"offBlur\",value:function(t){return this.each((function(e){tn\u003dtn.filter((function(n){return!(n\u0026\u0026n.el\u003d\u003d\u003de\u0026\u0026(!t||n.callback\u003d\u003d\u003dt))\u0026\u0026e}))})),this}}])\u0026\u0026Ke(e.prototype,n),i\u0026\u0026Ke(e,i),Object.defineProperty(e,\"prototype\",{writable:!1}),t}(),an\u003dsn.prototype;function ln(t,e){var n\u003d[];return Ze.forEach.call(t,(function(i){if(nn(i))~n.indexOf(i)||n.push(i);else if(on(i))for(var o in i)n.push(i[o]);else if(null!\u003d\u003di)return t.get\u003dan.get,t.set\u003dan.set,t.call\u003dan.call,t.owner\u003de,t})),hn(n,e)}Object.getOwnPropertyNames(Ze).forEach((function(t){\"join\"!\u003d\u003dt\u0026\u0026\"copyWithin\"!\u003d\u003dt\u0026\u0026\"fill\"!\u003d\u003dt\u0026\u0026void 0\u003d\u003d\u003dan[t]\u0026\u0026(an[t]\u003dZe[t])})),window\u0026\u0026window.Symbol\u0026\u0026Symbol.iterator\u0026\u0026(an[Symbol.iterator]\u003dan.values\u003dZe[Symbol.iterator]);var cn\u003ddocument\u0026\u0026document.createElement(\"div\");function un(t){var e\u003dthis;an[t]||(cn[t]instanceof Function?an[t]\u003dfunction(){for(var n\u003d[],i\u003d!0,o\u003darguments.length,r\u003dnew Array(o),s\u003d0;s\u003co;s++)r[s]\u003darguments[s];for(var a in an){var l\u003dan[a];l\u0026\u0026l[t]instanceof Function?(l\u003dl[t].apply(l,r),n.push(l),i\u0026\u0026void 0!\u003d\u003dl\u0026\u0026(i\u003d!1)):n.push(void 0)}return i?e:ln(n,e)}:Object.defineProperty(an,t,{get:function(){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)},set:function(e){this.each((function(n){n\u0026\u0026t in n\u0026\u0026(n[t]\u003de)}))}}))}for(var dn in cn)un(dn);function hn(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return new sn(e)}window\u0026\u0026(window.NL\u003dhn);const pn\u003dhn;const fn\u003d{isRightAlign:function(t){var e\u003d0,n\u003dwindow.innerWidth,i\u003d(window.innerHeight,t.getBoundingClientRect());if(void 0\u003d\u003d\u003di)return!0;i.y;var o\u003di.x,r\u003di.x+t.offsetWidth;return i.y,t.offsetHeight,!(o\u003c0)\u0026\u0026(o\u003ce||!(r\u003en))},preventOverflow:function(t){t.removeAttribute(\"style\");var e\u003d0,n\u003d(window.innerWidth,window.innerHeight),i\u003dt.getBoundingClientRect();if(void 0!\u003d\u003di){var o\u003di.y,r\u003d(i.x,i.x,t.offsetWidth,i.y+t.offsetHeight);r\u003en?t.setAttribute(\"style\",\"bottom: auto; top: \".concat(-(r-n),\"px;\")):o\u003ce\u0026\u0026t.setAttribute(\"style\",\"top: auto; bottom: \".concat(-(e-o),\"px;\"))}}};function mn(t){for(var e\u003dt,n\u003dt;n;)n.classList\u0026\u0026n.classList.contains(\"dropdown-menu\")\u0026\u0026(e\u003dn),n\u003dn.parentNode;if(e.offsetWidth\u003ewindow.innerWidth)e.setAttribute(\"style\",\"left: 0px;\");else{var i\u003de.parentNode.getBoundingClientRect(),o\u003di.left+e.offsetWidth-window.innerWidth,r\u003do\u003c0?i.left:i.left-o;e.setAttribute(\"style\",\"left: \".concat(r,\"px;\"))}}const vn\u003dqe({props:{addClass:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},data:function(){return{show:!1,dropright:!0,dropleft:!1}},inject:{isParentNavbar:{default:!1}},computed:{disabledBool:function(){return Re(this.disabled)}},methods:{hideSubmenu:function(){this.show\u003d!1,pn(this.$refs.submenu).find(\"ul.dropdown-menu\").each((function(t){return t.classList.toggle(\"show\",!1)})),this.alignMenuRight()},showSubmenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.submenu).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar?mn(e):(fn.isRightAlign(e)?t.alignMenuRight():t.alignMenuLeft(),fn.preventOverflow(e))}))},alignMenuRight:function(){this.dropright\u003d!0,this.dropleft\u003d!1},alignMenuLeft:function(){this.dropright\u003d!1,this.dropleft\u003d!0}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.submenu);this.show\u0026\u0026this.showSubmenu(),e.onBlur((function(){t.hideSubmenu()}),!1),e.findChildren(\"a,button\").on(\"click\",(function(e){return e.preventDefault(),e.stopPropagation(),t.disabledBool||(t.show?t.hideSubmenu():t.showSubmenu()),!1})),e.findChildren(\"a,button\").on(\"mouseover\",(function(n){if(n.preventDefault(),window.innerWidth\u003e767){if(e.findChildren(\"ul.show\").length\u003e0||t.disabledBool)return!1;n.currentTarget.click(),t.$parent.$parent.$children.forEach((function(e){e.$el\u003d\u003d\u003dt.$el?e.$refs.submenu.showSubmenu():e.$refs.submenu.hideSubmenu()}))}return!1}))},beforeDestroy:function(){var t\u003dpn(this.$refs.submenu);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Ye,[],!1,null,\"3c82541c\",null).exports;const gn\u003dqe({components:{Submenu:vn},props:{disabled:{type:[Boolean,String],default:!1},type:{type:String,default:\"light\"},menuAlignRight:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},provide:{hasParentDropdown:!0},inject:{hasParentDropdown:{default:void 0},isParentNavbar:{default:!1}},data:function(){return{show:!1}},computed:{btnType:function(){return\"btn-\".concat(this.type)},disabledBool:function(){return Re(this.disabled)},isLi:function(){return this.$parent._navbar||this.$parent.menu||this.$parent._tabset},isSubmenu:function(){return this.hasParentDropdown},menu:function(){return!this.$parent||this.$parent.navbar},submenu:function(){return this.$parent\u0026\u0026(this.$parent.menu||this.$parent.submenu)},slots:function(){return this.$scopedSlots.default},hasBefore:function(){return!!this.$scopedSlots.before},btnWithBefore:function(){return this.hasBefore?\"btn-with-before\":\"\"}},methods:{blur:function(){var t\u003dthis;this.unblur(),this._hide\u003dsetTimeout((function(){t._hide\u003dnull,t.hideDropdownMenu()}),100)},unblur:function(){this._hide\u0026\u0026(clearTimeout(this._hide),this._hide\u003dnull)},hideDropdownMenu:function(){var t\u003dthis;this.show\u003d!1,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!1),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026e.style.removeProperty(\"left\")}))},showDropdownMenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026mn(e)}))}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.dropdown);this.$slots.button\u0026\u0026e.findChildren(\".dropdown-toggle\").forEach((function(t){return t.setAttribute(\"data-bs-toggle\",\"dropdown\")})),this.show\u0026\u0026this.showDropdownMenu(),e.onBlur((function(){t.hideDropdownMenu()}),!1),e.findChildren(\"a,button.dropdown-toggle\").on(\"click\",(function(e){return e.preventDefault(),t.disabledBool||(t.show?t.hideDropdownMenu():t.showDropdownMenu()),!1})),e.findChildren(\"ul\").on(\"click\",\"li\u003ea\",(function(e){e.target.classList.contains(\"submenu-toggle\")||t.hideDropdownMenu()}))},beforeDestroy:function(){var t\u003dpn(this.$refs.dropdown);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Xe,[],!1,null,\"ccda25c0\",null).exports;var yn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{ref:\"navbar\",class:[\"navbar\",\"navbar-expand-md\",\"d-print-none\",t.themeOptions,t.addClass,t.fixedOptions]},[n(\"div\",{staticClass:\"container-fluid\"},[n(\"div\",{staticClass:\"navbar-left\"},[t._t(\"brand\")],2),t._v(\" \"),n(\"div\",{ref:\"navbarDefault\",staticClass:\"navbar-default\"},[n(\"ul\",{staticClass:\"navbar-nav me-auto mt-2 mt-lg-0\"},[t._t(\"default\")],2)]),t._v(\" \"),t.slots.right?n(\"ul\",{staticClass:\"navbar-nav navbar-right\"},[t._t(\"right\")],2):t._e()])]),t._v(\" \"),n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isLowerNavbarShowing,expression:\"isLowerNavbarShowing\"}],ref:\"lowerNavbar\",staticClass:\"lower-navbar-container\"},[t._t(\"lower-navbar\",(function(){return[n(\"site-nav-button\"),t._v(\" \"),n(\"page-nav-button\")]}))],2)])};function wn(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}function bn(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return wn(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wn(t,e):void 0}}function _n(t){return function(t){if(Array.isArray(t))return wn(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026null!\u003dt[Symbol.iterator]||null!\u003dt[\"@@iterator\"])return Array.from(t)}(t)||bn(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function Sn(t){return t.endsWith(\".html\")?t.toLowerCase():t.endsWith(\"/\")?\"\".concat(t,\"index.html\").toLowerCase():t.endsWith(\"/\")?t.toLowerCase():\"\".concat(t,\".html\").toLowerCase()}yn._withStripped\u003d!0;var xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showSiteNav?n(\"overlay\",{attrs:{type:\"siteNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-site-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,3920804522)}):t._e()};xn._withStripped\u003d!0;const Cn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showSiteNav:function(){return this.show\u0026\u0026this.portalName}},methods:{toggleSiteNavButton:function(){window.innerWidth\u003c992?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#site-nav a\")?this.portalName\u003d\"site-nav\":null!\u003d\u003ddocument.querySelector(\".site-nav-root a\")\u0026\u0026(this.portalName\u003d\"mb-site-nav\"),this.toggleSiteNavButton(),pn(window).on(\"resize\",this.toggleSiteNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.toggleSiteNavButton)}},xn,[],!1,null,\"d6ffaa8e\",null).exports;var $n\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showPageNav?n(\"overlay\",{attrs:{type:\"pageNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-page-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,171840498)}):t._e()};$n._withStripped\u003d!0;const kn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showPageNav:function(){return this.show\u0026\u0026this.portalName}},methods:{togglePageNavButton:function(){window.innerWidth\u003c1300?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#page-nav a\")?this.portalName\u003d\"page-nav\":null!\u003d\u003ddocument.querySelector(\"#mb-page-nav a\")\u0026\u0026(this.portalName\u003d\"mb-page-nav\"),this.togglePageNavButton(),pn(window).on(\"resize\",this.togglePageNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.togglePageNavButton)}},$n,[],!1,null,\"4b08b1df\",null).exports;const Tn\u003dqe({components:{SiteNavButton:Cn,PageNavButton:kn},props:{type:{type:String,default:\"primary\"},addClass:{type:String,default:\"\"},fixed:{type:[Boolean,String],default:!1},defaultHighlightOn:{type:String,default:\"sibling-or-child\"}},provide:function(){return{toggleLowerNavbar:this.toggleLowerNavbar,isParentNavbar:!0}},data:function(){return{id:\"bs-example-navbar-collapse-1\",styles:{},isLowerNavbarShowing:!1}},computed:{fixedBool:function(){return Re(this.fixed)},fixedOptions:function(){return this.fixedBool?\"navbar-fixed\":\"\"},slots:function(){return this.$scopedSlots},themeOptions:function(){switch(this.type){case\"none\":return\"\";case\"light\":return\"navbar-light bg-light\";case\"dark\":return\"navbar-dark bg-dark\";case\"primary\":default:return\"navbar-dark bg-primary\"}}},methods:{splitUrl:function(t){var e\u003dnew URL(Sn(t));return\"\".concat(e.pathname).substr(1).split(\"/\")},isEqualExceptLast:function(t,e){for(var n\u003d0;n\u003ct.length-1;n+\u003d1)if(t[n]!\u003d\u003de[n])return!1;return!0},isSibling:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return n.length\u003d\u003d\u003di.length\u0026\u0026this.isEqualExceptLast(n,i)},isChild:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return!(i.length\u003c\u003dn.length)\u0026\u0026this.isEqualExceptLast(n,i)},isExact:function(t,e){return Sn(t)\u003d\u003d\u003dSn(e)},addClassIfDropdown:function(t,e,n){t.includes(e)\u0026\u0026(e.classList.add(\"dropdown-current\"),this.addClassIfSubmenu(e,n))},addClassIfSubmenu:function(t,e){for(var n\u003dt.parentElement;n!\u003d\u003de;)n.classList.contains(\"dropdown-submenu\")\u0026\u0026pn(n).findChildren(\"a\").each((function(t){return t.classList.add(\"dropdown-current\")})),n\u003dn.parentElement},highlightLink:function(t){var e\u003dthis.defaultHighlightOn,n\u003d[];this.$el.querySelectorAll(\".navbar-nav\").forEach((function(t){return n.push.apply(n,_n(Array.from(t.children)))}));for(var i\u003d0;i\u003cn.length;i+\u003d1)for(var o\u003dn[i],r\u003d[o],s\u003dArray.from(o.querySelectorAll(\"a.nav-link\")),a\u003dArray.from(o.querySelectorAll(\"a.dropdown-item\")),l\u003dr.concat(s).concat(a).filter((function(t){return t.href})),c\u003d0;c\u003cl.length;c+\u003d1){var u\u003dl[c];if(\"none\"!\u003d\u003d(u.getAttribute(\"highlight-on\")||e)\u0026\u0026this.isExact(t,u.href))return o.classList.add(\"current\"),void this.addClassIfDropdown(a,u,o)}for(var d\u003d0;d\u003cn.length;d+\u003d1)for(var h\u003dn[d],p\u003d[h],f\u003dArray.from(h.querySelectorAll(\"a.nav-link\")),m\u003dArray.from(h.querySelectorAll(\"a.dropdown-item\")),v\u003dp.concat(f).concat(m).filter((function(t){return t.href})),g\u003d0;g\u003cv.length;g+\u003d1){var y\u003dv[g],w\u003dy.getAttribute(\"highlight-on\")||e;if(\"none\"!\u003d\u003dw)if(\"sibling-or-child\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href)||this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"sibling\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"child\"\u003d\u003d\u003dw\u0026\u0026this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}},toggleLowerNavbar:function(){this.$refs.lowerNavbar.childElementCount\u003e0?this.isLowerNavbarShowing\u003d!0:this.isLowerNavbarShowing\u003d!1}},created:function(){this._navbar\u003d!0},mounted:function(){var t\u003dthis,e\u003dpn(\u0027.dropdown\u003e[data-bs-toggle\u003d\"dropdown\"]\u0027,this.$el).parent();e.on(\"click\",\".dropdown-toggle\",(function(t){t.preventDefault(),e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.toggle(\"open\")}))})).on(\"click\",\".dropdown-menu\u003eli\u003ea\",(function(t){e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.remove(\"open\")}))})).onBlur((function(t){e.each((function(e){e.contains(t.target)||e.classList.remove(\"open\")}))})),this.highlightLink(window.location.href);var n\u003dpn(this.$refs.navbarDefault).find(\".current\")[0];n\u0026\u0026window.innerWidth\u003c768\u0026\u0026n.offsetLeft+n.offsetWidth\u003ewindow.innerWidth\u0026\u0026(this.$refs.navbarDefault.scrollLeft\u003dn.offsetLeft+n.offsetWidth-window.innerWidth),this.toggleLowerNavbar(),pn(window).on(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).on(\"wheel\",(function(e){window.innerWidth\u003c768\u0026\u0026!function(t){for(var e\u003d0;e\u003ct.length;e+\u003d1)if(t[e].classList\u0026\u0026t[e].classList.contains(\"dropdown-menu\"))return!0;return!1}(e.path)\u0026\u0026(e.preventDefault(),t.$refs.navbarDefault.scrollLeft+\u003de.deltaY)}))},beforeDestroy:function(){pn(\".dropdown\",this.$el).off(\"click\").offBlur(),pn(window).off(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).off(\"wheel\")}},yn,[],!1,null,\"7c0fd418\",null).exports;var En\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMinimal?n(\"minimal-panel\",t._b({attrs:{\"panel-id\":t.panelId},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"minimal-panel\",t.$attrs,!1)):n(\"nested-panel\",t._b({attrs:{\"panel-id\":t.panelId,type:t.type},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"nested-panel\",t.$attrs,!1))};En._withStripped\u003d!0;var On\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"span\",{staticClass:\"morph\"},[n(\"button\",{class:[\"morph-display-wrapper\",\"btn\",t.btnType],on:{click:function(e){return t.open()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{staticClass:\"minimal-caret-wrapper\"},[n(\"span\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]})]),t._v(\" \"),n(\"span\",{staticClass:\"card-title\"},[t._t(\"_alt\",(function(){return[t._t(\"header\")]}))],2)])])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"div\",{class:[\"card\",{\"expandable-card\":t.isExpandableCard},t.borderType]},[n(\"div\",{class:[\"card-header\",{\"header-toggle\":t.isExpandableCard},t.cardType,t.borderType],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.toggle()}}},[n(\"div\",{staticClass:\"caret-wrapper\"},[t.showCaret?n(\"span\",{class:[\"glyphicon\",t.localExpanded?\"glyphicon-chevron-down\":\"glyphicon-chevron-right\"]}):t._e()]),t._v(\" \"),n(\"div\",{ref:\"headerWrapper\",class:[\"header-wrapper card-title\",t.cardType,{\"text-white\":!t.isLightBg,\"header-transparent\":!t.shouldShowHeader}]},[t._t(\"header\")],2),t._v(\" \"),n(\"div\",{staticClass:\"button-wrapper\"},[t._t(\"button\",(function(){return[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026!t.noSwitchBool\u0026\u0026!t.showCaret,expression:\"isExpandableCard \u0026\u0026 !noSwitchBool \u0026\u0026 !showCaret\"}],attrs:{\"is-open\":t.localExpanded,\"is-light-bg\":t.isLightBg}}),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"close-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.close()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.popupUrl,expression:\"popupUrl\"}],staticClass:\"popup-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)]),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"bottom-button-wrapper\"},[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isExpandableCard \u0026\u0026 bottomSwitchBool\"}],attrs:{\"is-open\":t.localExpanded},nativeOn:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggle(!0)}}})],1)],2):t._e(),t._v(\" \"),n(\"hr\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isSeamless,expression:\"isSeamless\"}]})]),t._v(\" \"),n(\"transition\",{attrs:{name:\"peek-read-more-fade\"}},[t.shouldShowPeek?n(\"div\",{staticClass:\"peek-read-more glyphicon glyphicon-chevron-down\",on:{click:function(e){return t.toggle()}}}):t._e()])],1)])};On._withStripped\u003d!0;const Bn\u003d{props:{type:{type:String,default:null},expandable:{type:[Boolean,String],default:!0},isOpen:{type:[Boolean,String],default:null},expanded:{type:[Boolean,String],default:null},minimized:{type:[Boolean,String],default:!1},noMinimizedSwitch:{type:[Boolean,String],default:!1},noSwitch:{type:[Boolean,String],default:!1},noClose:{type:[Boolean,String],default:!1},popupUrl:{type:String,default:null},src:{type:String},bottomSwitch:{type:[Boolean,String],default:!0},preload:{type:[Boolean,String],default:!1},addClass:{type:String,default:\"\"},expandHeaderless:{type:Boolean,default:!1},peek:{type:Boolean,default:!1},panelId:{type:String,default:null}},computed:{expandableBool:function(){return Re(this.expandable)},isOpenBool:function(){return Re(this.isOpen)},expandedBool:function(){return Re(this.expanded)},minimizedBool:function(){return Re(this.minimized)},noSwitchBool:function(){return Re(this.noSwitch)},noCloseBool:function(){return Re(this.noClose)},bottomSwitchBool:function(){return Re(this.bottomSwitch)},preloadBool:function(){return Re(this.preload)},hasHeaderBool:function(){return this.$scopedSlots.header},isExpandableCard:function(){return this.expandableBool},hasId:function(){return this.panelId},hasSrc:function(){return this.src\u0026\u0026this.src.length\u003e0},srcWithoutFragment:function(){return this.src.split(\"#\")[0]},shouldShowHeader:function(){return!this.localExpanded||!this.expandHeaderless},shouldShowPeek:function(){return this.peek\u0026\u0026!this.localExpanded},collapsedPanelHeight:function(){return this.peek?125:0}},data:function(){return{localExpanded:!1,localMinimized:!1,wasRetrieverLoaded:!1,isRetrieverLoadDone:!this.src,fragment:\"\"}},methods:{toggle:function(t){var e\u003dthis;this.wasRetrieverLoaded?(this.localExpanded?(t\u0026\u0026(this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),requestAnimationFrame((function(){if(e.$el.getBoundingClientRect().top\u003c0){var n,i\u003ddocument.querySelector(\"header[sticky]\");if(null\u003d\u003di)n\u003d0;else{var o\u003dwindow.getComputedStyle(i,null);n\u003di.clientHeight-parseFloat(o.paddingTop)-parseFloat(o.paddingBottom)||0}window.scrollTo({top:window.scrollY+e.$el.getBoundingClientRect().top-n-3,left:0,behavior:t?\"smooth\":\"instant\"})}e.$refs.panel.style.maxHeight\u003d\"\".concat(e.collapsedPanelHeight,\"px\")}))):(this.$refs.panel.style.transition\u003d\"max-height 0.5s ease-in-out\",this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),this.localExpanded\u003d!this.localExpanded):this.open()},close:function(){this.localMinimized\u003d!0,this.localExpanded\u003d!1},open:function(){var t\u003dthis;this.localMinimized\u003d!1,this.$nextTick((function(){t.initPanel(),t.localExpanded\u003d!0,t.wasRetrieverLoaded\u003d!0,t.$nextTick((function(){t.$refs.panel.style.maxHeight\u003d\"\".concat(t.$refs.panel.scrollHeight,\"px\")}))}))},openPopup:function(){window.open(this.popupUrl)},retrieverUpdateMaxHeight:function(){this.isRetrieverLoadDone\u003d!0,this.localExpanded\u0026\u0026(this.expandedBool?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\"))},initPanel:function(){var t\u003dthis;this.$refs.panel.addEventListener(\"transitionend\",(function(e){t.localExpanded\u0026\u0026t.isRetrieverLoadDone\u0026\u0026e.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.$refs.panel.style.maxHeight\u003d\"none\")})),this.localExpanded?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.collapsedPanelHeight,\"px\")}},created:function(){if(this.src){var t\u003dIe(this.src);t\u0026\u0026(this.fragment\u003dt)}var e\u003d!this.expandableBool\u0026\u0026\"false\"!\u003d\u003dthis.expanded;this.localExpanded\u003de||this.expandedBool,null\u003d\u003d\u003dthis.localExpanded\u0026\u0026(this.localExpanded\u003d!1),this.wasRetrieverLoaded\u003dthis.localExpanded||this.peek,this.localMinimized\u003dthis.minimizedBool},mounted:function(){this.localMinimized||this.initPanel()}};var Pn\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"button\",{class:[\"collapse-button\",\"btn\",this.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\"],attrs:{type:\"button\"}},[e(\"span\",{class:[\"collapse-icon\",\"glyphicon\",\"glyphicon-menu-down\",{opened:this.isOpenBool}],attrs:{\"aria-hidden\":\"true\"}})])};Pn._withStripped\u003d!0;const Ln\u003dqe({props:{isOpen:{type:[Boolean,String],default:!1},isLightBg:{type:Boolean,default:!0}},computed:{isOpenBool:function(){return Re(this.isOpen)}}},Pn,[],!1,null,null,null).exports;var Nn\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",[this._v(\"\\n Loading...\\n\")])};function An(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}Nn._withStripped\u003d!0;const zn\u003dqe({props:{src:{type:String,default:null},fragment:{type:String,default:null},delay:{type:[Boolean,String],default:!1},hasFetched:{type:Boolean,default:!1}},data:function(){return{hasFetchedCopy:this.hasFetched}},computed:{delayBool:function(){return Re(this.delay)},hash:function(){return Ie(this.src)||this.fragment},srcWithoutHash:function(){return this.src.split(\"#\")[0]}},methods:{fetch:function(t){function e(){return t.apply(this,arguments)}return e.toString\u003dfunction(){return t.toString()},e}((function(){var t\u003dthis;this.srcWithoutHash\u0026\u0026(this.hasFetchedCopy||fetch(this.srcWithoutHash).then((function(t){return t.text()})).then((function(e){var i\u003de;if(t.hash){var o\u003ddocument.implementation.createHTMLDocument(\"\");o.body.innerHTML\u003di,o.querySelectorAll(\"svg \u003e script\").forEach((function(t){return t.remove()})),i\u003do.querySelector(\"#\".concat(t.hash)).innerHTML}if(t.hasFetchedCopy\u003d!0,void 0\u003d\u003d\u003di\u0026\u0026t.hash)t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve page fragment:\"+\" \".concat(t.srcWithoutHash,\"#\").concat(t.hash);else{var r\u003dfunction(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?An(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):An(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}({},t.$root.$data);(new(Vue.extend({template:\"\u003cdiv\u003e\\n\".concat(i,\"\\n\u003c/div\u003e\"),data:function(){return r}}))).$mount(t.$el),t.$emit(\"src-loaded\")}})).catch((function(e){console.error(e),t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve content from source: \"+\"\u003cem\u003e\".concat(t.srcWithoutHash,\"\u003c/em\u003e\"),t.$emit(\"src-loaded\")})))}))},mounted:function(){this.$nextTick((function(){this.srcWithoutHash||(this.$el.innerHTML\u003d\"\"),this.delayBool||this.fetch()}))}},Nn,[],!1,null,null,null).exports;const Mn\u003dqe({mixins:[Bn],components:{panelSwitch:Ln,retriever:zn},computed:{showCaret:function(){return this.isSeamless\u0026\u0026this.expandableBool},isSeamless:function(){return\"seamless\"\u003d\u003d\u003dthis.type},btnType:function(){return this.isSeamless||\"light\"\u003d\u003d\u003dthis.type?\"btn-outline-secondary\":\"btn-outline-\".concat(this.type||\"secondary\")},borderType:function(){return this.isSeamless?\"border-0\":this.type?\"light\"\u003d\u003d\u003dthis.type?\"\":\"border-\".concat(this.type):\"\"},cardType:function(){return this.isSeamless?\"bg-white\":\"bg-\".concat(this.type||\"light\")},isLightBg:function(){return\"bg-light\"\u003d\u003d\u003dthis.cardType||\"bg-white\"\u003d\u003d\u003dthis.cardType||\"bg-warning\"\u003d\u003d\u003dthis.cardType}}},On,[],!1,null,\"3602e6fc\",null).exports;var Hn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"span\",{staticClass:\"morph\"},[n(\"button\",{staticClass:\"morph-display-wrapper btn card-title morph-title\",on:{click:function(e){return t.minimalOpen()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]}),t._v(\" \"),t._t(\"_alt\",(function(){return[n(\"span\",{staticClass:\"card-title\"},[t._t(\"header\")],2)]}))],2)])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card card-flex\"},[n(\"div\",{class:[\"header-wrapper\",{\"header-wrapper-bottom\":t.isHeaderAtBottom,\"header-toggle\":t.isExpandableCard}],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.minimalToggle()}}},[n(\"transition\",{attrs:{name:\"header-fade\"}},[n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.isHeaderAtBottom,expression:\"!isHeaderAtBottom\"}],ref:\"headerWrapper\",class:[\"card-title\",{ellipses:!t.hasHeaderBool}]},[n(\"span\",{staticClass:\"card-title-inline\"},[t._t(\"header\")],2),t._v(\" \"),n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.showDownSwitch,expression:\"showDownSwitch\"}],staticClass:\"minimal-button glyphicon glyphicon-menu-down minimal-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])]),t._v(\" \"),n(\"div\",{class:[\"button-wrapper\",{\"button-wrapper-expanded\":t.isHeaderAtBottom}]},[t._t(\"button\",(function(){return[n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.minimalClose()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove minimal-close-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:null!\u003d\u003dt.popupUrl,expression:\"popupUrl !\u003d\u003d null\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window minimal-popup-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isHeaderAtBottom\u0026\u0026t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isHeaderAtBottom \u0026\u0026 isExpandableCard \u0026\u0026 bottomSwitchBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"}},[n(\"span\",{staticClass:\"glyphicon glyphicon-menu-up minimal-menu-up\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)],1),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e()],2):t._e()])])])};Hn._withStripped\u003d!0;var Dn\u003dqe({mixins:[Bn],components:{retriever:zn},data:function(){return{isHeaderAtBottom:!1}},computed:{showDownSwitch:function(){return this.hasHeaderBool\u0026\u0026this.isExpandableCard\u0026\u0026!this.noSwitchBool}},methods:{minimalToggle:function(){var t\u003dthis;if(this.localExpanded){this.$refs.panel.addEventListener(\"transitionend\",(function e(n){n.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.isHeaderAtBottom\u003d!1,t.$refs.panel.removeEventListener(\"transitionend\",e))}))}else this.isHeaderAtBottom\u003d!0;this.toggle(!0)},minimalOpen:function(){this.open(),this.isHeaderAtBottom\u003d!0},minimalClose:function(){this.close(),this.isHeaderAtBottom\u003d!1}},created:function(){this.isHeaderAtBottom\u003dthis.localExpanded}},Hn,[],!1,null,\"6cec1f15\",null);const Rn\u003dqe({components:{nestedPanel:Mn,minimalPanel:Dn.exports},props:{panelId:{type:String,default:null},type:{type:String,default:null}},computed:{isMinimal:function(){return\"minimal\"\u003d\u003d\u003dthis.type}}},En,[],!1,null,null,null).exports;var jn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"annotate-image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"annotate-image\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth,height:t.computedHeight,loading:t.computedLoadType},on:{\"~load\":function(e){return t.computeWidthAndHeight.apply(null,arguments)}}}),t._v(\" \"),n(\"div\",{staticStyle:{top:\"0\",left:\"0\",height:\"0\"}},[t._t(\"default\")],2)])};jn._withStripped\u003d!0;const In\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},lazy:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight},computedHeight:function(){return this.heightFromWidth},computedLoadType:function(){return this.lazy?\"lazy\":\"eager\"}},data:function(){return{widthFromHeight:\"\",heightFromWidth:\"\"}},methods:{computeWidthAndHeight:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.hasWidth?this.heightFromWidth\u003dMath.round(je(this.width)/n).toString():this.hasHeight\u0026\u0026(this.widthFromHeight\u003dMath.round(je(this.height)*n).toString(),this.heightFromWidth\u003dthis.height)}},provide:function(){return{width:this.width,height:this.height,src:this.src}}},jn,[],!1,null,null,null).exports;var qn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[t.hasBottomText\u0026\u0026t.hasLabel?n(\"div\",{staticClass:\"legend-wrapper\"},[n(\"div\",{staticClass:\"text-header\"},[t._v(\"\\n \"+t._s(t.computedBottomHeader)+\"\\n \")]),t._v(\" \"),t.hasContent?n(\"div\",[t._t(\"content\")],2):t._e()]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"annotate-point\"},[t.isMounted?n(\"div\",{staticClass:\"popover-annotation\"},[n(\"div\",{style:t.pointPosition},[t.isMounted?n(\"v-popover\",{attrs:{placement:t.placement,delay:0,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,distance:t.computeDistance,disabled:!t.hasPopover,skidding:t.computeSkidding,\"arrow-padding\":t.computeArrowPadding,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t.hasContent||t.hasHeader?n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),t.hasContent?n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2):t._e()]):t._e()]},proxy:!0}],null,!0)},[n(\"div\",{staticClass:\"hover-wrapper\"},[t._t(\"default\",(function(){return[n(\"button\",{staticClass:\"hover-point\",style:t.pointStyle})]})),t._v(\" \"),n(\"div\",{staticClass:\"hover-label\",style:t.labelStyle},[t._t(\"label\")],2)],2)]):t._e()],1)]):t._e()])])};qn._withStripped\u003d!0;const Wn\u003dqe({props:{content:{type:String,default:\"\"},header:{type:String,default:\"\"},placement:{type:String,default:\"top\"},x:{type:String,default:null},y:{type:String,default:null},color:{type:String,default:\"green\"},textColor:{type:String,default:\"black\"},fontSize:{type:String,default:\"14\"},opacity:{type:String,default:\"0.3\"},size:{type:String,default:\"40\"},label:{type:String,default:\"\"},legend:{type:String,default:\"popover\"},trigger:{type:String,default:\"click\"}},data:function(){return{targetEl:{},isMounted:!1,width:this.width,height:this.height,src:this.src}},inject:[\"width\",\"height\",\"src\"],computed:{pointPosition:function(){var t\u003dthis;this.computeImage((function(){t.width\u003dt.parentEl.offsetWidth,t.height\u003dt.parentEl.offsetHeight}));var e\u003d100*(this.toDecimal(this.x)-this.size/2/this.width),n\u003d100*(this.toDecimal(this.y)-this.size/2/this.height);return{left:\"\".concat(e,\"%\"),top:\"\".concat(n,\"%\"),position:\"absolute\",pointerEvents:\"all\"}},pointStyle:function(){var t\u003dthis.hasPopover?\"pointer\":\"default\";return{backgroundColor:this.color,opacity:this.opacity,width:\"\".concat(this.size,\"px\"),height:\"\".concat(this.size,\"px\"),cursor:t}},labelStyle:function(){return{fontSize:\"\".concat(Math.min(this.fontSize,this.size),\"px\"),color:this.textColor}},triggers:function(){return this.trigger.split(\" \")},computeDistance:function(){return\"top\"\u003d\u003d\u003dthis.placement?je(this.size*(2/3)):je(this.size/10)},computeSkidding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?-je(this.size/4):0},computeArrowPadding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?je(this.size/2):0},hasHeader:function(){return!!this.$scopedSlots.header},hasContent:function(){return!!this.$scopedSlots.content},hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},hasLabel:function(){return!!this.$scopedSlots.label},hasBottomText:function(){return\"bottom\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend},hasPopover:function(){return(this.hasContent||this.hasHeader)\u0026\u0026(\"popover\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend)},computedBottomHeader:function(){return\"\"!\u003d\u003dthis.label\u0026\u0026\"\"\u003d\u003d\u003dthis.header?this.label:\"\"\u003d\u003d\u003dthis.label\u0026\u0026\"\"!\u003d\u003dthis.header?this.header:\"\".concat(this.label,\": \").concat(this.header)}},methods:{computeImage:function(t){var e\u003dnew Image;e.onload\u003dfunction(){t()},e.src\u003dthis.src},toDecimal:function(t){return parseFloat(t)/100}},mounted:function(){this.targetEl\u003dthis.$el,this.isMounted\u003d!0,this.parentEl\u003dthis.$el.parentElement.parentElement.querySelector(\".annotate-image\")}},qn,[],!1,null,null,null).exports;var Fn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"img-fluid rounded\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth,height:t.computedHeight,loading:t.computedLoadType},on:{\"~load\":function(e){return t.computeWidthAndHeight.apply(null,arguments)}}}),t._v(\" \"),n(\"span\",{staticClass:\"image-caption\"},[t._t(\"default\")],2)])};Fn._withStripped\u003d!0;const Vn\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},lazy:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight},computedHeight:function(){return this.heightFromWidth},computedLoadType:function(){return this.lazy?\"lazy\":\"eager\"}},data:function(){return{widthFromHeight:\"\",heightFromWidth:\"\"}},methods:{computeWidthAndHeight:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.hasWidth?this.heightFromWidth\u003dMath.round(je(this.width)/n).toString():this.hasHeight\u0026\u0026(this.widthFromHeight\u003dMath.round(je(this.height)*n).toString(),this.heightFromWidth\u003dthis.height)}}},Fn,[],!1,null,null,null).exports;var Un\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"quiz-container\",t.addClass]},[n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-leave\":t.showFirstQuestion}},[3\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[t._t(\"intro\",(function(){return[n(\"h4\",[t._v(\"\\n Click start to begin\\n \")])]})),t._v(\" \"),n(\"h5\",[t._v(t._s(t.questions.length)+\" questions\")]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-primary d-inline-block\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Start\\n \")])],2)]):t._e()]),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"}},[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:4\u003d\u003d\u003dt.state,expression:\"state \u003d\u003d\u003d 4\"}],staticClass:\"progress intro-outro-card\",staticStyle:{height:\"1px\"}},[n(\"div\",{staticClass:\"progress-bar progress-bar-z\",style:{width:t.currentQuestion/t.questions.length*100+\"%\"},attrs:{role:\"progressbar\",\"aria-valuemin\":\"0\",\"aria-valuemax\":t.questions.length,\"aria-valuenow\":t.currentQuestion}})])]),t._v(\" \"),t._t(\"default\"),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-enter\":t.setScoreCircleStyles,\"after-leave\":t.showFirstQuestion}},[5\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[n(\"h4\",{staticClass:\"mb-3\"},[t._v(\"\\n \"+t._s(t.scoreText)+\"\\n \")]),t._v(\" \"),n(\"svg\",{attrs:{viewBox:\"0 0 100 100\",width:\"120px\",height:\"120px\"}},[n(\"circle\",{staticClass:\"score-background-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\"}}),t._v(\" \"),n(\"circle\",{ref:\"score\",staticClass:\"score-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\",transform:\"rotate(-90, 50, 50)\",\"stroke-dashoffset\":\"264\"}}),t._v(\" \"),n(\"text\",{staticClass:\"score\",attrs:{x:\"22\",y:\"57\",textLength:\"56\"}},[t._v(t._s(t.score)+\" / \"+t._s(t.questions.length))])]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-outline-primary\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Retry\\n \")])])]):t._e()])],2)};Un._withStripped\u003d!0;const Qn\u003dqe({name:\"Quiz\",props:{addClass:{type:String,default:null}},data:function(){return{currentQuestion:0,questions:[],score:0,state:3}},provide:function(){return{questions:this.questions,gotoNextQuestion:this.gotoNextQuestion,showNextQuestion:this.showNextQuestion}},computed:{scoreText:function(){return this.score/this.questions.length\u003e.5?\"Well done!\":\"Try again?\"}},methods:{gotoNextQuestion:function(){this.questions[this.currentQuestion-1].hide(),this.currentQuestion+\u003d1},showNextQuestion:function(){this.currentQuestion\u003c\u003dthis.questions.length?this.questions[this.currentQuestion-1].show():this.complete()},begin:function(){this.currentQuestion\u003d1,this.score\u003d0,this.state\u003d4},showFirstQuestion:function(){this.questions.length\u0026\u0026this.questions[0].show()},reset:function(){this.questions.forEach((function(t){return t.reset()}))},complete:function(){this.score\u003dthis.questions.filter((function(t){return 2\u003d\u003d\u003dt.qState.state})).length,this.state\u003d5,this.reset()},setScoreCircleStyles:function(){var t\u003dthis.score/this.questions.length;this.$refs.score.style.strokeDashoffset\u003d264*(1-t),this.$refs.score.style.stroke\u003d\"#51c2f8\"}}},Un,[],!1,null,\"2b2275c0\",null).exports;var Xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"transition\",{attrs:{name:t.questions?\"question\":null},on:{\"after-leave\":t.showNextQuestion}},[t.active?n(\"div\",{class:[\"card\",\"question\",t.shakeClass,t.addClass]},[t.$scopedSlots.header?n(\"div\",{staticClass:\"card-header alert-light border-bottom border-light text-dark\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.isTextQuestion()?n(\"div\",{staticClass:\"mb-2\"},[n(\"textarea\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.textareaText,expression:\"textareaText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.textareaText},on:{input:function(e){e.target.composing||(t.textareaText\u003de.target.value)}}}),t._v(\" \"),t.qState.answered?n(\"div\",[n(\"hr\"),t._v(\" \"),t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):t._e()]):t._e()]):t._e(),t._v(\" \"),t.qState.answered\u0026\u0026t.isTextQuestion()?n(\"div\",{staticClass:\"answer\"},[t._t(\"answer\")],2):t._e(),t._v(\" \"),t.showHint?n(\"box\",{staticClass:\"mb-0 mt-3\",attrs:{type:\"tip\"}},[t._t(\"hint\")],2):t._e()],2),t._v(\" \"),t.showCardFooter?n(\"div\",{staticClass:\"card-footer alert-light border-top border-light text-dark\"},[1\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-times text-danger border-danger result-icon\"}):2\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-check text-success border-success result-icon\"}):t._e(),t._v(\" \"),n(\"transition-group\",{staticClass:\"float-end\",attrs:{name:\"q-btn\",tag:\"div\"}},[t.$scopedSlots.hint\u0026\u0026!t.showHint?n(\"button\",{key:\"hint\",staticClass:\"btn btn-success q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){t.showHint\u003d!0}}},[t._v(\"\\n Hint\\n \")]):t._e(),t._v(\" \"),0!\u003d\u003dt.qState.state||t.isTextWithoutKeywords()\u0026\u0026!t.$scopedSlots.answer?t._e():n(\"button\",{key:\"check\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!!t.questions)}}},[t._v(\"\\n Check\\n \")]),t._v(\" \"),0!\u003d\u003dt.qState.state\u0026\u0026t.questions?n(\"button\",{key:\"active\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{\"~click\":function(e){return t.gotoNextQuestion.apply(null,arguments)}}},[t._v(\"\\n Next\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"show\",staticClass:\"btn btn-info q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!0)}}},[t._v(\"\\n Show\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"retry\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!1)}}},[t._v(\"\\n Retry\\n \")]):t._e()])],1):t._e()]):t._e()])};Xn._withStripped\u003d!0;function Yn(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Kn(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Yn(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Yn(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}const Gn\u003dqe({name:\"Question\",mixins:[{data:function(){return{active:!0}},inject:{questions:{default:void 0},gotoNextQuestion:{default:void 0},showNextQuestion:{default:\"\"}},methods:{show:function(){this.active\u003d!0},hide:function(){this.active\u003d!1},reset:function(){this.active\u003d!1,this.qState.answered\u003d!1,this.qState.state\u003d0,this.showHint\u003d!1,this.textareaText\u0026\u0026(this.textareaText\u003d\"\"),this.answers\u0026\u0026this.answers.splice(0,this.answers.length)}},created:function(){this.questions\u0026\u0026(this.active\u003d!1,this.questions.push(this))}}],props:{type:{type:String,default:\"\"},addClass:{type:String,default:null},keywords:{type:String,default:\"\"},threshold:{type:[String,Number],default:1},noIntermediateResult:{type:Boolean}},computed:{retryState:function(){return 1\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered\u0026\u0026!this.questions},showCardFooter:function(){var t\u003d!this.$scopedSlots.hint||this.showHint;return!(this.isTextWithoutKeywords()\u0026\u0026t\u0026\u0026this.qState.answered\u0026\u0026!this.questions)}},data:function(){var t\u003d{qState:{state:0,answered:!1},showHint:!1,shakeClass:null};return this.isMcqOrCheckboxQuestion()||this.isBlanksQuestion()?Kn({answers:[]},t):this.isTextQuestion()?Kn({textareaText:\"\"},t):t},provide:function(){return this.isMcqOrCheckboxQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState}:this.isBlanksQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState,noIntermediateResult:this.noIntermediateResult}:void 0},methods:{keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},isMcqOrCheckboxQuestion:function(){return\"mcq\"\u003d\u003d\u003dthis.type||\"checkbox\"\u003d\u003d\u003dthis.type},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},isTextQuestion:function(){return\"text\"\u003d\u003d\u003dthis.type},isTextWithoutKeywords:function(){return this.isTextQuestion()\u0026\u0026!this.keywords},shakeCard:function(){var t\u003dthis;this.shakeClass\u003d\"shake\",setTimeout((function(){t.shakeClass\u003dnull}),800)},markAsCorrect:function(){this.qState.state\u003d2,this.qState.answered\u003d!0},markAsWrong:function(t){this.qState.state\u003d1,t?this.qState.answered\u003d!0:this.shakeCard()},checkMcqAnswer:function(t){var e\u003dthis.answers.find((function(t){return t.selected}));e?e.$props.correct?this.markAsCorrect():this.markAsWrong(t):this.shakeCard()},checkCheckboxAnswer:function(t){this.answers.filter((function(t){return t.answeredCorrectly})).length\u003d\u003d\u003dthis.answers.length?this.markAsCorrect():this.markAsWrong(t)},checkBlanksAnswer:function(t){for(var e\u003d0,n\u003d0;n\u003cthis.answers.length;n+\u003d1)this.answers[n].checkAnswer(),this.answers[n].ansIsCorrect\u0026\u0026(e+\u003d1);e/this.answers.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkTextAnswer:function(t){for(var e\u003dthis.textareaText.toLowerCase(),n\u003dthis.keywordsSplitTrimmed(),i\u003d0,o\u003d0;o\u003cn.length;o+\u003d1)e.includes(n[o].toLowerCase())\u0026\u0026(i+\u003d1);i/n.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkAnswer:function(t){\"mcq\"\u003d\u003d\u003dthis.type?this.checkMcqAnswer(t):\"checkbox\"\u003d\u003d\u003dthis.type?this.checkCheckboxAnswer(t):\"blanks\"\u003d\u003d\u003dthis.type?this.checkBlanksAnswer(t):this.isTextQuestion()?this.checkTextAnswer(t):this.markAsCorrect()}}},Xn,[],!1,null,\"ae369d74\",null).exports;var Zn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return\"mcq\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleRadioOn,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"div\",{class:[\"row\",{disabled:t.qState.answered}]},[n(\"div\",{staticClass:\"col-auto p-0\"},[n(\"svg\",{staticClass:\"radio-svg\",attrs:{viewBox:\"0 0 100 100\"}},[n(\"circle\",{attrs:{cx:\"50\",cy:\"50\",r:\"47\",fill:\"none\",stroke:\"black\",\"stroke-width\":\"4\"}}),t._v(\" \"),n(\"circle\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.selected,expression:\"selected\"}],attrs:{cx:\"50\",cy:\"50\",r:\"25\",fill:\"dodgerblue\"}})])]),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-1\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"checkbox\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleCheckbox,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"label\",{class:[\"row\",\"checkbox-label\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.selected,expression:\"selected\"}],staticClass:\"checkbox\",attrs:{disabled:t.qState.answered,type:\"checkbox\",onclick:\"event.stopPropagation()\"},domProps:{checked:Array.isArray(t.selected)?t._i(t.selected,null)\u003e-1:t.selected},on:{change:function(e){var n\u003dt.selected,i\u003de.target,o\u003d!!i.checked;if(Array.isArray(n)){var r\u003dt._i(n,null);i.checked?r\u003c0\u0026\u0026(t.selected\u003dn.concat([null])):r\u003e-1\u0026\u0026(t.selected\u003dn.slice(0,r).concat(n.slice(r+1)))}else t.selected\u003do}}}),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"blanks\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",\"blanks-form-control\",t.hintClass]},[n(\"label\",{class:[\"row\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.inputText,expression:\"inputText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.inputText},on:{input:function(e){e.target.composing||(t.inputText\u003de.target.value)}}}),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e(),t._v(\" \"),t.isIntermediateResult()?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e()]),t._v(\" \"),t.qState.answered?n(\"div\",{staticClass:\"col-auto blanks-keywords\"},[t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):n(\"strong\",[t._v(\"No answer checking keywords provided\")])]):t._e()]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"div\",{staticClass:\"reason blanks-reason\"},[t._t(\"reason\")],2)]):t._e()]):t._e()};Zn._withStripped\u003d!0;const Jn\u003dqe({name:\"McqOption\",props:{correct:{type:Boolean,default:!1},keywords:{type:String,default:\"\"}},data:function(){return{selected:!1,hover:!1,inputText:\"\",ansIsCorrect:!1}},inject:{answers:{default:void 0},qOptionType:{default:void 0},qState:{default:void 0},noIntermediateResult:{default:void 0}},computed:{hintClass:function(){return this.qState.answered?this.correct?\"success\":\"danger\":this.selected||this.hover?\"alert-light text-dark border border-secondary\":\"\"},answeredCorrectly:function(){return this.correct\u0026\u0026this.selected||!this.correct\u0026\u0026!this.selected}},methods:{checkAnswer:function(){var t\u003d!1,e\u003dthis.inputText.toLowerCase().trim(),n\u003dthis.keywords.toLowerCase().split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}));this.keywords.length||(t\u003d!0);for(var i\u003d0;i\u003cn.length;i+\u003d1)if(e\u003d\u003d\u003dn[i].trim()){t\u003d!0;break}this.ansIsCorrect\u003dt},isIntermediateResult:function(){return!this.noIntermediateResult\u0026\u00261\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},toggleRadioOn:function(){this.qState.answered||this.selected||(this.answers.forEach((function(t){t.selected\u003d!1})),this.selected\u003d!0)},toggleCheckbox:function(){this.qState.answered||(this.selected\u003d!this.selected)}},created:function(){this.answers.push(this)}},Zn,[],!1,null,\"1074287c\",null).exports;var ti\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"dropdown\",staticStyle:{position:\"relative\"}},[t.algolia?n(\"div\",{attrs:{id:\"algolia-search-input\"}}):[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.value,expression:\"value\"}],staticClass:\"form-control\",attrs:{\"data-bs-toggle\":\"dropdown\",type:\"text\",placeholder:t.placeholder,autocomplete:\"off\"},domProps:{value:t.value},on:{input:[function(e){e.target.composing||(t.value\u003de.target.value)},t.update],keyup:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"up\",38,e.key,[\"Up\",\"ArrowUp\"])?null:t.up.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"down\",40,e.key,[\"Down\",\"ArrowDown\"])?null:t.down.apply(null,arguments)}],keydown:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"enter\",13,e.key,\"Enter\")?null:t.hit.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.reset.apply(null,arguments)}],blur:function(e){t.showDropdown\u003d!1}}}),t._v(\" \"),n(\"div\",{staticClass:\"form-control placeholder-div-hidden\"},[t._v(\"\\n \"+t._s(t.placeholder)+\"\\n \")])],t._v(\" \"),n(\"ul\",{ref:\"dropdown\",class:t.dropdownMenuClasses},t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:{\"table-active\":t.isActive(i)}},[n(\"a\",{staticClass:\"dropdown-item\",on:{mousedown:function(e){return e.preventDefault(),t.hit.apply(null,arguments)},mousemove:function(e){return t.setActive(i)}}},[n(\"searchbar-page-item\",{attrs:{item:e,value:t.value}})],1)])})),0)],2)};function ei(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n\u003dnull\u003d\u003dt?null:\"undefined\"!\u003dtypeof Symbol\u0026\u0026t[Symbol.iterator]||t[\"@@iterator\"];if(null!\u003dn){var i,o,r,s,a\u003d[],l\u003d!0,c\u003d!1;try{if(r\u003d(n\u003dn.call(t)).next,0\u003d\u003d\u003de){if(Object(n)!\u003d\u003dn)return;l\u003d!1}else for(;!(l\u003d(i\u003dr.call(n)).done)\u0026\u0026(a.push(i.value),a.length!\u003d\u003de);l\u003d!0);}catch(t){c\u003d!0,o\u003dt}finally{try{if(!l\u0026\u0026null!\u003dn.return\u0026\u0026(s\u003dn.return(),Object(s)!\u003d\u003ds))return}finally{if(c)throw o}}return a}}(t,e)||bn(t,e)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}ti._withStripped\u003d!0;var ni\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.item.heading?n(\"div\",{staticClass:\"heading\"},[n(\"i\",{staticClass:\"fa fa-hashtag\"}),t._v(\" \"),n(\"div\",{staticClass:\"heading-text\"},[n(\"span\",{domProps:{innerHTML:t._s(t.highlight(t.item.heading.text,t.value))}}),t._v(\" \"),t._l(t.item.keywords,(function(e,i){return n(\"div\",{key:i,staticClass:\"keyword-text\",domProps:{innerHTML:t._s(t.highlight(e,t.value))}})}))],2)]):n(\"div\",[n(\"span\",{staticClass:\"page-title\",domProps:{innerHTML:t._s(t.highlight(t.item.title,t.value))}}),t._v(\" \"),t.item.keywords?n(\"br\"):t._e(),t._v(\" \"),t.item.keywords?n(\"small\",{domProps:{innerHTML:t._s(t.highlight(t.item.keywords,t.value))}}):t._e(),t._v(\" \"),n(\"hr\",{staticClass:\"page-headings-separator\"})])};ni._withStripped\u003d!0;const ii\u003dqe({props:{item:{type:Object,default:null},value:{type:String,default:\"\"}},methods:{highlight:function(t,e){for(var n,i\u003d(n\u003dfunction(){var n\u003de.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(\"(\".concat(t,\")\"),\"gi\")})),i\u003d[];return n.forEach((function(e){for(var n\u003de.exec(t);null!\u003d\u003dn\u0026\u0026n.index!\u003d\u003de.lastIndex;)i.push({start:n.index,end:e.lastIndex}),n\u003de.exec(t)})),i}()).length\u003c\u003d1?n:n.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){var n\u003dt[t.length-1];return!n||n.end\u003ce.start?t.push(e):n.end\u003ce.end\u0026\u0026(n.end\u003de.end),t}),[]),o\u003dt,r\u003di.length-1;r\u003e\u003d0;r-\u003d1)o\u003d\"\".concat(o.slice(0,i[r].start),\"\u003cmark\u003e\")+\"\".concat(o.slice(i[r].start,i[r].end),\"\u003c/mark\u003e\")+\"\".concat(o.slice(i[r].end));return o}}},ni,[],!1,null,\"98afe086\",null).exports;const oi\u003dqe({created:function(){this.items\u003dthis.primitiveData},props:{data:{type:Array,default:function(){return[]}},limit:{type:Number,default:8},async:{type:String,default:\"\"},keyProp:{type:String,default:null},onHit:{type:Function,default:function(t){this.reset(),this.value\u003dt}},placeholder:{type:String,default:\"Search\"},delay:{type:Number,default:200},menuAlignRight:{type:Boolean,default:!1},algolia:{type:Boolean,default:!1}},data:function(){return{value:\"\",showDropdown:!1,noResults:!0,current:0,items:[]}},computed:{primitiveData:function(){function t(t,e){var n\u003dt.join(\" \");return e.reduce((function(t,e){var i\u003dn.match(e);return t+(i?i.length:0)}),0)}if(this.value.length\u003c2||!this.data)return[];var e\u003d[],n\u003dthis.value.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(t,\"ig\")}));return this.data.forEach((function(i){var o\u003di.headings,r\u003di.src,s\u003di.title,a\u003di.headingKeywords,l\u003di.frontmatterKeywords||\"\",c\u003ds||r.substring(0,r.lastIndexOf(\".\")),u\u003dt([c,l].concat(_n(Object.values(o)),_n(Object.values(a))),n);if(u\u003e0){var d\u003d[];Object.entries(o).forEach((function(e,i){var o\u003dei(e,2),s\u003do[0],u\u003do[1],h\u003dn.some((function(t){return t.test(u)})),p\u003da[s]\u0026\u0026a[s].some((function(t){return n.some((function(e){return e.test(t)}))}));if(h||p){var f\u003dt([u].concat(_n(a[s]||[])),n);(0!\u003d\u003di||u!\u003d\u003dc||l.length)\u0026\u0026d.push({heading:{id:s,text:u},keywords:a[s],src:r,totalMatches:f})}})),d.sort((function(t,e){return e.totalMatches-t.totalMatches})),e.push({headings:d,keywords:l,src:r,title:c,totalMatches:u})}})),e.sort((function(t,e){return e.totalMatches-t.totalMatches})).flatMap((function(t){return t.headings?[t].concat(_n(t.headings)):t}))},dropdownMenuClasses:function(){return[\"dropdown-menu\",\"search-dropdown-menu\",{show:this.showDropdown},{\"d-none\":!this.showDropdown},{\"dropdown-menu-end\":this.menuAlignRight}]}},methods:{update:function(){return this.value?(this.data\u0026\u0026(this.items\u003dthis.primitiveData,this.showDropdown\u003dthis.items.length\u003e0),this.async\u0026\u0026this.query(),!0):(this.reset(),!1)},query:function(t,e){var n,i\u003darguments.length\u003e2\u0026\u0026void 0!\u003d\u003darguments[2]?arguments[2]:100;function o(t){return/^[0-9]+$/.test(t)?Number(t)||1:null}return function(){for(var r\u003dthis,s\u003darguments.length,a\u003dnew Array(s),l\u003d0;l\u003cs;l++)a[l]\u003darguments[l];n\u0026\u0026clearTimeout(n),n\u003dsetTimeout((function(){t.apply(r,a)}),o(e)||o(this[e])||i)}}((function(){var t\u003dthis;(function(t){var e\u003dnew window.XMLHttpRequest,n\u003d{},i\u003d{then:function(t,e){return i.done(t).fail(e)},catch:function(t){return i.fail(t)},always:function(t){return i.done(t).fail(t)}};return[\"done\",\"fail\"].forEach((function(t){n[t]\u003d[],i[t]\u003dfunction(e){return e instanceof Function\u0026\u0026n[t].push(e),i}})),i.done(JSON.parse),e.onreadystatechange\u003dfunction(){if(4\u003d\u003d\u003de.readyState){var t\u003d{status:e.status};if(200\u003d\u003d\u003de.status)try{var i\u003de.responseText;for(var o in n.done){var r\u003dn.done[o](i);void 0!\u003d\u003dr\u0026\u0026(i\u003dr)}}catch(t){n.fail.forEach((function(e){return e(t)}))}else n.fail.forEach((function(e){return e(t)}))}},e.open(\"GET\",t),e.setRequestHeader(\"Accept\",\"application/json\"),e.send(),i})(this.async+this.value).then((function(e){t.items\u003d(t.keyProp?e[t.keyProp]:e).slice(0,t.limit),t.showDropdown\u003dt.items.length}))}),\"delay\",200),reset:function(){this.items\u003d[],this.value\u003d\"\",this.loading\u003d!1,this.showDropdown\u003d!1},setActive:function(t){this.current\u003dt},isActive:function(t){return this.current\u003d\u003d\u003dt},hit:function(t){t.preventDefault(),this.onHit(this.items[this.current],this)},down:function(){this.current\u003cthis.items.length-1\u0026\u0026(this.current+\u003d1,this.scrollListView())},up:function(){this.current\u003e0\u0026\u0026(this.current-\u003d1,this.scrollListView())},scrollListView:function(){var t\u003dthis.$refs.dropdown,e\u003dt.children[this.current],n\u003dt.scrollTop,i\u003dn+t.clientHeight,o\u003de.offsetTop+e.offsetHeight;e.offsetTop\u003cn?t.scrollTop\u003de.offsetTop:o\u003ei\u0026\u0026(t.scrollTop\u003do-t.clientHeight)}},components:{searchbarPageItem:ii}},ti,[],!1,null,\"cea1a814\",null).exports;var ri\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"tab-pane active printable-tab-pane\",class:{\"tab-pane-hide\":!this.show},attrs:{role:\"tabpanel\"}},[e(\"div\",{staticClass:\"nav-tabs printable-tab-header\"},[e(\"div\",{ref:\"header\",staticClass:\"nav-link active\"},[this._t(\"header\")],2)]),this._v(\" \"),this._t(\"default\"),this._v(\" \"),e(\"hr\")],2)};ri._withStripped\u003d!0;const si\u003dqe({props:{header:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},computed:{headerRendered:function(){return this.$refs.header.innerHTML},active:function(){return this._tabset.show\u003d\u003d\u003dthis},index:function(){return this._tabset.tabs.indexOf(this)},show:function(){return this._tabset\u0026\u0026this._tabset.show\u003d\u003d\u003dthis},disabledBool:function(){return Re(this.disabled)}},created:function(){this._ingroup\u003dthis.$parent\u0026\u0026this.$parent._tabgroup;for(var t\u003dthis;t\u0026\u0026!0!\u003d\u003dt._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?(t.tabs.push(this),this._ingroup?~t.headers.indexOf(this.$parent)||t.headers.push(this.$parent):t.headers.push(this),this._tabset\u003dt):this._tabset\u003d{},this._ingroup\u0026\u0026this.$parent.tabs.push(this)},beforeDestroy:function(){if(this._tabset.activeNumber\u003d\u003d\u003dthis.index\u0026\u0026(this._tabset.activeNumber\u003d0),this._ingroup){var t\u003dthis.$parent.tabs.indexOf(this);this.$parent.tabs.splice(t,1)}this._tabset.tabs.splice(this.index,1)}},ri,[],!1,null,\"661c1b61\",null).exports;var ai\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"printable-tab-group\"},[e(\"div\",{ref:\"header\",staticClass:\"printable-tab-group-header\"},[this._t(\"header\")],2),this._v(\" \"),this._t(\"default\")],2)};ai._withStripped\u003d!0;const li\u003dqe({props:{disabled:{type:[Boolean,String],default:!1},header:{type:String,default:\"\"}},data:function(){return{tabs:[],show:!1}},computed:{active:function(){return~this.tabs.indexOf(this._tabset.show)},headerRendered:function(){return this.$refs.header.innerHTML},disabledBool:function(){return De(this.disabled)}},created:function(){this._tabgroup\u003d!0;for(var t\u003dthis.$parent\u0026\u0026!0\u003d\u003d\u003dthis.$parent._tabset?this.$parent:{};t\u0026\u0026!t._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?this._tabset\u003dt:(this._tabset\u003d{},this.show\u003d!0)},methods:{blur:function(){this.show\u003d!1},toggle:function(){this.show\u003d!this.show}}},ai,[],!1,null,\"a785351c\",null).exports;var ci\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[t.addClass,\"printable-tabs\"]},[n(\"ul\",{staticClass:\"nav nav-tabs d-print-none\",class:t.getNavStyleClass,attrs:{role:\"tablist\"}},[t._l(t.headers,(function(e,i){return[e._tabgroup?n(\"dropdown\",{key:i,staticClass:\"nav-item\",class:{active:e.active},attrs:{header:e.headerRendered,disabled:e.disabled}},t._l(e.tabs,(function(e,i){return n(\"li\",{key:i},[n(\"a\",{staticClass:\"nav-link\",class:{disabled:e.disabled},attrs:{href:\"#\"},domProps:{innerHTML:t._s(e.headerRendered)},on:{click:function(n){return n.preventDefault(),t.select(e)}}})])})),0):n(\"li\",{key:i,staticClass:\"nav-item\",on:{click:function(n){return n.preventDefault(),t.select(e)}}},[n(\"a\",{staticClass:\"nav-link\",class:{active:e.active,disabled:e.disabledBool},attrs:{href:\"#\"}},[n(\"span\",{domProps:{innerHTML:t._s(e.headerRendered)}})])])]}))],2),t._v(\" \"),n(\"div\",{ref:\"tab-content\",staticClass:\"tab-content\"},[t._t(\"default\")],2)])};ci._withStripped\u003d!0;const ui\u003dqe({components:{dropdown:gn},props:{navStyle:{type:String,default:\"tabs\"},active:{type:String,default:\"0\"},addClass:{type:String,default:\"\"}},data:function(){return{show:null,headers:[],activeNumber:je(this.active),tabs:[]}},created:function(){this._tabset\u003d!0},computed:{getNavStyleClass:function(){return\"nav-\".concat(this.navStyle)}},watch:{activeNumber:function(t){this.show\u003dthis.tabs[t]}},mounted:function(){this.show\u003dthis.tabs[this.activeNumber]},methods:{select:function(t){t.disabled||(this.activeNumber\u003dt.index)}}},ci,[],!1,null,\"70a68808\",null).exports;var di\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"thumb-wrapper\",{\"thumb-circle\":t.circle},t.addClass],style:[t.getBorder,t.getFontSize,t.getFontColor,t.getBgColor]},[t.hasSrc?n(\"img\",{ref:\"pic\",staticClass:\"thumb-image\",attrs:{src:t.src,width:t.computedWidth,height:t.computedHeight,alt:t.alt},on:{\"~load\":function(e){return t.computeImgSize.apply(null,arguments)}}}):t._e(),t._v(\" \"),t._t(\"default\")],2)};di._withStripped\u003d!0;const hi\u003dqe({props:{circle:{type:Boolean,default:!1},addClass:{type:String,default:\"\"},alt:{type:String,default:\"\"},background:{type:String,default:\"\"},border:{type:String,default:\"\"},fontColor:{type:String,default:\"\"},fontSize:{type:String,default:\"\"},size:{type:String,default:\"\"},src:{type:String,default:null},text:{type:String,default:\"\"}},computed:{getBorder:function(){return\"\"\u003d\u003d\u003dthis.border?{}:{border:this.border}},getFontSize:function(){var t\u003dthis.imageSize/2,e\u003dthis.fontSize;return{\"font-size\":\"\".concat(void 0\u003d\u003d\u003de||\"\"\u003d\u003d\u003de?t:e,\"px\")}},getFontColor:function(){return\"\"\u003d\u003d\u003dthis.fontColor?{}:{color:this.fontColor}},getBgColor:function(){return\"\"\u003d\u003d\u003dthis.background?{}:{background:this.background}},hasSrc:function(){return void 0!\u003d\u003dthis.src\u0026\u0026\"\"!\u003d\u003dthis.src},imageSize:function(){return this.size||100}},data:function(){return{computedWidth:\"\",computedHeight:\"\"}},mounted:function(){var t\u003dthis.$el;t.style.width\u003d\"\".concat(this.imageSize,\"px\"),t.style.height\u003d\"\".concat(this.imageSize,\"px\"),t.style.lineHeight\u003d\"\".concat(this.imageSize,\"px\")},methods:{computeImgSize:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth,i\u003dMath.min(e,n),o\u003dthis.imageSize/i;this.computedWidth\u003dn*o,this.computedHeight\u003de*o}}},di,[],!1,null,null,null).exports;var pi\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{tabindex:\"0\"},on:t._d({},[t.triggerEventType,function(e){return e.stopPropagation(),t.toggle()}])},[\"popover\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[n(\"portal-target\",{attrs:{name:\"popover:\"+t.target}})],1)]},proxy:!0}],null,!1,1583262462)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):\"tooltip\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,placement:t.placement,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"portal-target\",{attrs:{name:\"tooltip:\"+t.target}})]},proxy:!0}])},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):n(\"span\",[t._t(\"default\")],2)],1)};pi._withStripped\u003d!0;var fi\u003di(383);function mi(t){return(mi\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function vi(t,e){for(var n\u003d0;n\u003ce.length;n++){var i\u003de[n];i.enumerable\u003di.enumerable||!1,i.configurable\u003d!0,\"value\"in i\u0026\u0026(i.writable\u003d!0),Object.defineProperty(t,i.key,i)}}function gi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]\u003dn,t}function yi(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function wi(t){for(var e\u003d1;e\u003carguments.length;e++){var n\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?yi(Object(n),!0).forEach((function(e){gi(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):yi(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function bi(t){return function(t){if(Array.isArray(t))return _i(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return _i(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_i(t,e):void 0}}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function _i(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}var Si\u003dfunction(t){return t\u003d\u003ddocument.activeElement},xi\u003dfunction(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t),this.root\u003dnull,this.elements\u003d[],this.onKeyDown\u003dthis.onKeyDown.bind(this),this.enable\u003dthis.enable.bind(this),this.disable\u003dthis.disable.bind(this),this.firstElement\u003dthis.firstElement.bind(this),this.lastElement\u003dthis.lastElement.bind(this)}var e,n;return e\u003dt,(n\u003d[{key:\"lastElement\",value:function(){return this.elements[this.elements.length-1]||null}},{key:\"firstElement\",value:function(){return this.elements[0]||null}},{key:\"onKeyDown\",value:function(t){if(function(t){return\"Tab\"\u003d\u003d\u003dt.key||9\u003d\u003d\u003dt.keyCode}(t)){if(!t.shiftKey)return!document.activeElement||Si(this.lastElement())?(this.firstElement().focus(),void t.preventDefault()):void 0;Si(this.firstElement())\u0026\u0026(this.lastElement().focus(),t.preventDefault())}}},{key:\"enabled\",value:function(){return!!this.root}},{key:\"enable\",value:function(t){t\u0026\u0026(this.root\u003dt,this.elements\u003dfunction(t){return function(t,e){return bi(t.querySelectorAll(\u0027button:not([disabled]), select:not([disabled]), a[href]:not([disabled]), area[href]:not([disabled]), [contentEditable\u003d\"\"]:not([disabled]), [contentEditable\u003d\"true\"]:not([disabled]), [contentEditable\u003d\"TRUE\"]:not([disabled]), textarea:not([disabled]), iframe:not([disabled]), input:not([disabled]), summary:not([disabled]), [tabindex]:not([tabindex\u003d\"-1\"])\u0027)||[])}(t)}(this.root),this.root.addEventListener(\"keydown\",this.onKeyDown))}},{key:\"disable\",value:function(){this.root.removeEventListener(\"keydown\",this.onKeyDown),this.root\u003dnull}}])\u0026\u0026vi(e.prototype,n),t}(),Ci\u003dfunction(t){var e\u003dt.targetTouches?t.targetTouches[0]:t;return{x:e.clientX,y:e.clientY}},$i\u003dfunction(t,e,n){return\"number\"!\u003dtypeof t\u0026\u0026(t\u003dMath.min(e,n)||e),\"number\"!\u003dtypeof n\u0026\u0026(n\u003dMath.max(e,t)),Math.min(Math.max(e,t),n)},ki\u003dfunction(t){return t\u0026\u0026Number(t.replace(/px$/,\"\"))||0},Ti\u003d{down:{pc:\"mousedown\",m:\"touchstart\"},move:{pc:\"mousemove\",m:\"touchmove\"},up:{pc:\"mouseup\",m:\"touchend\"}},Ei\u003dfunction(t,e,n){e\u0026\u0026e.addEventListener(Ti[t].pc,n),e\u0026\u0026e.addEventListener(Ti[t].m,n,{passive:!1})},Oi\u003dfunction(t,e,n){e\u0026\u0026e.removeEventListener(Ti[t].pc,n),e\u0026\u0026e.removeEventListener(Ti[t].m,n)},Bi\u003d!1;if(\"undefined\"!\u003dtypeof window){var Pi\u003d{get passive(){Bi\u003d!0}};window.addEventListener(\"testPassive\",null,Pi),window.removeEventListener(\"testPassive\",null,Pi)}var Li,Ni,Ai,zi\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.navigator\u0026\u0026window.navigator.platform\u0026\u0026(/iP(ad|hone|od)/.test(window.navigator.platform)||\"MacIntel\"\u003d\u003d\u003dwindow.navigator.platform\u0026\u0026window.navigator.maxTouchPoints\u003e1),Mi\u003d[],Hi\u003d!1,Di\u003d0,Ri\u003d-1,ji\u003dfunction(t){return Mi.some((function(){return function(t,e){var n\u003d!1;return function(t){for(var e\u003d[];t;){if(e.push(t),t.classList.contains(\"vfm\"))return e;t\u003dt.parentElement}return e}(t).forEach((function(t){(function(t){if(!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE)return!1;var e\u003dwindow.getComputedStyle(t);return[\"auto\",\"scroll\"].includes(e.overflowY)\u0026\u0026t.scrollHeight\u003et.clientHeight})(t)\u0026\u0026function(t,e){return!(0\u003d\u003d\u003dt.scrollTop\u0026\u0026e\u003c0||t.scrollTop+t.clientHeight+e\u003e\u003dt.scrollHeight\u0026\u0026e\u003e0)}(t,e)\u0026\u0026(n\u003d!0)})),n}(t,-Di)}))},Ii\u003dfunction(t){var e\u003dt||window.event;return!!ji(e.target)||e.touches.length\u003e1||(e.preventDefault\u0026\u0026e.preventDefault(),!1)},qi\u003dfunction(t){t?(Mi\u003dMi.filter((function(e){return e.targetElement!\u003d\u003dt})),zi?(t.ontouchstart\u003dnull,t.ontouchmove\u003dnull,Hi\u0026\u00260\u003d\u003d\u003dMi.length\u0026\u0026(document.removeEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!1)):Mi.length||(void 0!\u003d\u003dNi\u0026\u0026(document.body.style.paddingRight\u003dNi,Ni\u003dvoid 0),void 0!\u003d\u003dLi\u0026\u0026(document.body.style.overflow\u003dLi,Li\u003dvoid 0))):console.error(\"enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.\")},Wi\u003dfunction(){},Fi\u003d\"enter\",Vi\u003d\"entering\",Ui\u003d\"leave\",Qi\u003d\"leavng\",Xi\u003d{type:[String,Object,Array],default:\"\"},Yi\u003d{type:[Object,Array],default:function(){return{}}},Ki\u003d{t:\"ns-resize\",tr:\"nesw-resize\",r:\"ew-resize\",br:\"nwse-resize\",b:\"ns-resize\",bl:\"nesw-resize\",l:\"ew-resize\",tl:\"nwse-resize\"},Gi\u003d{props:{name:{type:String,default:null},value:{type:Boolean,default:!1},ssr:{type:Boolean,default:!0},classes:Xi,overlayClass:Xi,contentClass:Xi,styles:Yi,overlayStyle:Yi,contentStyle:Yi,lockScroll:{type:Boolean,default:!0},hideOverlay:{type:Boolean,default:!1},clickToClose:{type:Boolean,default:!0},escToClose:{type:Boolean,default:!1},preventClick:{type:Boolean,default:!1},attach:{type:null,default:!1,validator:function(t){var e\u003dmi(t);return\"boolean\"\u003d\u003d\u003de||\"string\"\u003d\u003d\u003de||t.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE}},transition:{type:[String,Object],default:\"vfm\"},overlayTransition:{type:[String,Object],default:\"vfm\"},zIndexAuto:{type:Boolean,default:!0},zIndexBase:{type:[String,Number],default:1e3},zIndex:{type:[Boolean,String,Number],default:!1},focusRetain:{type:Boolean,default:!0},focusTrap:{type:Boolean,default:!1},fitParent:{type:Boolean,default:!0},drag:{type:Boolean,default:!1},dragSelector:{type:String,default:\"\"},keepChangedStyle:{type:Boolean,default:!1},resize:{type:Boolean,default:!1},resizeDirections:{type:Array,default:function(){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"]},validator:function(t){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"].filter((function(e){return-1!\u003d\u003dt.indexOf(e)})).length\u003d\u003d\u003dt.length}},minWidth:{type:Number,default:0},minHeight:{type:Number,default:0},maxWidth:{type:Number,default:1/0},maxHeight:{type:Number,default:1/0}},data:function(){return{modalStackIndex:null,visible:!1,visibility:{modal:!1,overlay:!1,resize:!1},overlayTransitionState:null,modalTransitionState:null,stopEvent:!1,params:{},dragResizeStyle:{},resolveToggle:Wi,rejectToggle:Wi,state:null,lastMousedownEl:null}},computed:{isComponentReadyToBeDestroyed:function(){return(this.hideOverlay||this.overlayTransitionState\u003d\u003d\u003dUi)\u0026\u0026this.modalTransitionState\u003d\u003d\u003dUi},calculateZIndex:function(){return!1\u003d\u003d\u003dthis.zIndex?!!this.zIndexAuto\u0026\u0026+this.zIndexBase+2*(this.modalStackIndex||0):this.zIndex},bindStyle:function(){return wi({},!1!\u003d\u003dthis.calculateZIndex\u0026\u0026{zIndex:this.calculateZIndex})},bindContentStyle:function(){var t\u003d[this.dragResizeStyle];return Array.isArray(this.contentStyle)?t.push.apply(t,bi(this.contentStyle)):t.push(this.contentStyle),t},computedTransition:function(){return\"string\"\u003d\u003dtypeof this.transition?{name:this.transition}:wi({},this.transition)},computedOverlayTransition:function(){return\"string\"\u003d\u003dtypeof this.overlayTransition?{name:this.overlayTransition}:wi({},this.overlayTransition)}},watch:{value:function(t){if(this.stopEvent)this.stopEvent\u003d!1;else if(this.mounted(),!t){if(this.emitEvent(\"before-close\",!0))return void this.rejectToggle(\"hide\");this.close()}},lockScroll:\"handleLockScroll\",hideOverlay:function(t){this.value\u0026\u0026!t\u0026\u0026(this.visibility.overlay\u003d!0)},attach:\"mounted\",isComponentReadyToBeDestroyed:function(t){t\u0026\u0026(this.visible\u003d!1)},drag:function(t){this.visible\u0026\u0026(t?this.addDragDown():this.removeDragDown())},resize:function(t){this.visible\u0026\u0026(t?this.addResizeDown():this.removeResizeDown())},keepChangedStyle:function(t){t||(this.dragResizeStyle\u003d{})}},mounted:function(){this.api.modals.push(this),this.$focusTrap\u003dnew xi,this.mounted()},beforeDestroy:function(){var t,e\u003dthis;this.close(),this.lockScroll\u0026\u0026this.$refs.vfmContainer\u0026\u0026qi(this.$refs.vfmContainer),null\u003d\u003dthis||null\u003d\u003d\u003d(t\u003dthis.$el)||void 0\u003d\u003d\u003dt||t.remove();var n\u003dthis.api.modals.findIndex((function(t){return t\u003d\u003d\u003de}));this.api.modals.splice(n,1)},methods:{mounted:function(){var t\u003dthis;if(this.value){if(this.emitEvent(\"before-open\",!1))return void this.rejectToggle(\"show\");var e\u003dthis.getAttachElement();if(e||!1\u003d\u003d\u003dthis.attach){!1!\u003d\u003dthis.attach\u0026\u0026e.appendChild(this.$el);var n\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));-1!\u003d\u003dn\u0026\u0026this.api.openedModals.splice(n,1),this.api.openedModals.push(this),this.modalStackIndex\u003dthis.api.openedModals.length-1,this.handleLockScroll(),this.api.openedModals.filter((function(e){return e!\u003d\u003dt})).forEach((function(t,n){t.getAttachElement()\u003d\u003d\u003de\u0026\u0026(t.modalStackIndex\u003dn,t.visibility.overlay\u003d!1)})),this.visible\u003d!0,this.$nextTick((function(){t.startTransitionEnter()}))}else!1!\u003d\u003de\u0026\u0026console.warn(\"Unable to locate target \".concat(this.attach))}},close:function(){var t\u003dthis,e\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));if(-1!\u003d\u003de\u0026\u0026this.api.openedModals.splice(e,1),this.api.openedModals.length\u003e0){var n\u003dthis.api.openedModals[this.api.openedModals.length-1];(n.focusRetain||n.focusTrap)\u0026\u0026n.$refs.vfmContainer.focus(),!n.hideOverlay\u0026\u0026(n.visibility.overlay\u003d!0)}this.drag\u0026\u0026this.removeDragDown(),this.resize\u0026\u0026this.removeResizeDown(),this.state\u003dnull,this.startTransitionLeave()},startTransitionEnter:function(){this.visibility.overlay\u003d!0,this.visibility.modal\u003d!0},startTransitionLeave:function(){this.visibility.overlay\u003d!1,this.visibility.modal\u003d!1},handleLockScroll:function(){var t\u003dthis;this.value\u0026\u0026this.$nextTick((function(){t.lockScroll?function(t,e){if(t){if(!Mi.some((function(e){return e.targetElement\u003d\u003d\u003dt}))){var n\u003d{targetElement:t,options:e||{}};Mi\u003d[].concat(bi(Mi),[n]),zi?(t.ontouchstart\u003dfunction(t){1\u003d\u003d\u003dt.targetTouches.length\u0026\u0026(Ri\u003dt.targetTouches[0].clientY)},t.ontouchmove\u003dfunction(e){1\u003d\u003d\u003de.targetTouches.length\u0026\u0026function(t,e){Di\u003dt.targetTouches[0].clientY-Ri,!ji(t.target)\u0026\u0026(e\u0026\u00260\u003d\u003d\u003de.scrollTop\u0026\u0026Di\u003e0||function(t){return!!t\u0026\u0026t.scrollHeight-t.scrollTop\u003c\u003dt.clientHeight}(e)\u0026\u0026Di\u003c0?Ii(t):t.stopPropagation())}(e,t)},Hi||(document.addEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!0)):function(t){if(void 0\u003d\u003d\u003dNi){var e\u003d!!t\u0026\u0026!0\u003d\u003d\u003dt.reserveScrollBarGap,n\u003dwindow.innerWidth-document.documentElement.clientWidth;if(e\u0026\u0026n\u003e0){var i\u003dparseInt(getComputedStyle(document.body).getPropertyValue(\"padding-right\"),10);Ni\u003ddocument.body.style.paddingRight,document.body.style.paddingRight\u003d\"\".concat(i+n,\"px\")}}void 0\u003d\u003d\u003dLi\u0026\u0026(Li\u003ddocument.body.style.overflow,document.body.style.overflow\u003d\"hidden\")}(e)}}else console.error(\"disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.\")}(t.$refs.vfmContainer,{reserveScrollBarGap:!0}):qi(t.$refs.vfmContainer)}))},getAttachElement:function(){return!1!\u003d\u003dthis.attach\u0026\u0026(\"string\"\u003d\u003dtypeof this.attach?!!window\u0026\u0026window.document.querySelector(this.attach):this.attach)},beforeOverlayEnter:function(){this.overlayTransitionState\u003dVi},afterOverlayEnter:function(){this.overlayTransitionState\u003dFi},beforeOverlayLeave:function(){this.overlayTransitionState\u003dQi},afterOverlayLeave:function(){this.overlayTransitionState\u003dUi},beforeModalEnter:function(){this.modalTransitionState\u003dVi},afterModalEnter:function(){this.modalTransitionState\u003dFi,(this.focusRetain||this.focusTrap)\u0026\u0026this.$refs.vfmContainer.focus(),this.focusTrap\u0026\u0026this.$focusTrap.enable(this.$refs.vfmContainer),this.drag\u0026\u0026this.addDragDown(),this.resize\u0026\u0026this.addResizeDown(),this.$emit(\"opened\",this.createModalEvent({type:\"opened\"})),this.resolveToggle(\"show\")},beforeModalLeave:function(){this.modalTransitionState\u003dQi,this.$focusTrap.enabled()\u0026\u0026this.$focusTrap.disable()},afterModalLeave:function(){this.modalTransitionState\u003dUi,this.modalStackIndex\u003dnull,this.lockScroll\u0026\u0026qi(this.$refs.vfmContainer),this.keepChangedStyle||(this.dragResizeStyle\u003d{});var t\u003d!1,e\u003dthis.createModalEvent({type:\"closed\",stop:function(){t\u003d!0}});this.$emit(\"closed\",e),this.resolveToggle(\"hide\"),t||(this.params\u003d{})},onMousedown:function(t){this.lastMousedownEl\u003dnull\u003d\u003dt?void 0:t.target},onMouseupContainer:function(){this.lastMousedownEl\u003d\u003d\u003dthis.$refs.vfmContainer\u0026\u0026\"resize:move\"!\u003d\u003dthis.state\u0026\u0026(this.$emit(\"click-outside\",this.createModalEvent({type:\"click-outside\"})),this.clickToClose\u0026\u0026this.$emit(\"input\",!1))},onEsc:function(){this.visible\u0026\u0026this.escToClose\u0026\u0026this.$emit(\"input\",!1)},createModalEvent:function(){var t\u003darguments.length\u003e0\u0026\u0026void 0!\u003d\u003darguments[0]?arguments[0]:{};return wi({ref:this},t)},emitEvent:function(t,e){var n\u003d!1,i\u003dthis.createModalEvent({type:t,stop:function(){n\u003d!0}});return this.$emit(t,i),!!n\u0026\u0026(this.stopEvent\u003d!0,this.$emit(\"input\",e),!0)},emitState:function(t,e,n){this.state\u003d\"\".concat(e,\":\").concat(n),this.$emit(this.state,t)},toggle:function(t,e){var n\u003darguments,i\u003dthis;return new Promise((function(o,r){i.resolveToggle\u003dfunction(t){o(t),i.resolveToggle\u003dWi},i.rejectToggle\u003dfunction(t){r(t),i.rejectToggle\u003dWi};var s\u003d\"boolean\"\u003d\u003dtypeof t?t:!i.value;s\u0026\u00262\u003d\u003d\u003dn.length\u0026\u0026(i.params\u003de),i.$emit(\"input\",s)}))},pointerDown:function(t){var e\u003dthis;t.stopPropagation();var n,i\u003d\"resize\",o\u003d\"drag\",r\u003dthis.$refs,s\u003dr.vfmContainer,a\u003dr.vfmContent,l\u003dt.target.getAttribute(\"direction\");if(l)n\u003di;else{if(!function(t,e,n){return\"\"\u003d\u003d\u003dn||bi(e.querySelectorAll(n)).includes(t.target)}(t,a,this.dragSelector))return;n\u003do}this.emitState(t,n,\"start\");var c,u,d,h,p\u003dCi(t),f\u003ds.getBoundingClientRect(),m\u003da.getBoundingClientRect(),v\u003d\"absolute\"\u003d\u003d\u003dwindow.getComputedStyle(a).position,g\u003dki(this.dragResizeStyle.top),y\u003dki(this.dragResizeStyle.left),w\u003dfunction(){if(e.fitParent){var t\u003d{absolute:function(){return{minTop:0,minLeft:0,maxTop:f.height-m.height,maxLeft:f.width-m.width}},relative:function(){return{minTop:g+f.top-m.top,minLeft:y+f.left-m.left,maxTop:g+f.bottom-m.bottom,maxLeft:y+f.right-m.right}}};return v?t.absolute():t.relative()}return{}}(),b\u003dn\u003d\u003d\u003di\u0026\u0026(c\u003ddocument.body,u\u003d\"cursor\",d\u003dKi[l],h\u003dc.style[u],c.style[u]\u003dd,function(){c.style[u]\u003dh}),_\u003dfunction(t){t.stopPropagation(),e.emitState(t,n,\"move\");var r,s,a\u003dCi(t),c\u003d{x:a.x-p.x,y:a.y-p.y};n\u003d\u003d\u003di\u0026\u0026(c\u003de.getResizeOffset(l,c,f,m,v)),v?(r\u003dm.top-f.top+c.y,s\u003dm.left-f.left+c.x):(r\u003dg+c.y,s\u003dy+c.x),n\u003d\u003d\u003do\u0026\u0026e.fitParent\u0026\u0026(r\u003d$i(w.minTop,r,w.maxTop),s\u003d$i(w.minLeft,s,w.maxLeft));var u\u003dwi(wi(wi({position:\"relative\",top:r+\"px\",left:s+\"px\",margin:\"unset\",touchAction:\"none\"},v\u0026\u0026{position:\"absolute\",transform:\"unset\",width:m.width+\"px\",height:m.height+\"px\"}),c.width\u0026\u0026{width:c.width+\"px\"}),c.height\u0026\u0026{height:c.height+\"px\"});e.dragResizeStyle\u003dwi(wi({},e.dragResizeStyle),u)};Ei(\"move\",document,_),Ei(\"up\",document,(function t(o){o.stopPropagation(),n\u003d\u003d\u003di\u0026\u0026b\u0026\u0026b(),setTimeout((function(){e.emitState(o,n,\"end\")})),Oi(\"move\",document,_),Oi(\"up\",document,t)}))},addDragDown:function(){Ei(\"down\",this.$refs.vfmContent,this.pointerDown),this.dragResizeStyle.touchAction\u003d\"none\"},removeDragDown:function(){Oi(\"down\",this.$refs.vfmContent,this.pointerDown)},addResizeDown:function(){var t\u003dthis;this.visibility.resize\u003d!0,this.$nextTick((function(){Ei(\"down\",t.$refs.vfmResize,t.pointerDown)}))},removeResizeDown:function(){Oi(\"down\",this.$refs.vfmResize,this.pointerDown),this.visibility.resize\u003d!1},getResizeOffset:function(t,e,n,i,o){var r\u003dthis,s\u003dfunction(t,e,o,s){var a,l\u003di[e],c\u003dn[t]-i[t],u\u003d(a\u003de).charAt(0).toUpperCase()+a.slice(1);return{axis:o,edgeName:e,min:s?c:-l,max:s?l:c,minEdge:r[\"min\".concat(u)],maxEdge:r[\"max\".concat(u)],getEdge:function(t){return i[e]-t*(s?1:-1)},getOffsetAxis:function(t,n){var o\u003di[e]-t;return n?s?o:0:(s?1:-1)*o/2}}},a\u003d{t:[\"top\",\"height\",\"y\",!0],b:[\"bottom\",\"height\",\"y\",!1],l:[\"left\",\"width\",\"x\",!0],r:[\"right\",\"width\",\"x\",!1]},l\u003d{x:0,y:0};return t.split(\"\").forEach((function(t){var n\u003ds.apply(void 0,bi(a[t]));l\u003dwi(wi({},l),function(t){var n,i\u003de[t.axis];i\u003dr.fitParent?$i(t.min,i,t.max):i;var s\u003d$i(t.minEdge,t.getEdge(i),t.maxEdge);return i\u003dt.getOffsetAxis(s,o),gi(n\u003d{},t.edgeName,s),gi(n,t.axis,i),n}(n))})),l}}},Zi\u003dfunction(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n},Ji\u003d\"undefined\"!\u003dtypeof navigator\u0026\u0026/msie [6-9]\\\\b/.test(navigator.userAgent.toLowerCase()),to\u003d{},eo\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.ssr||t.visible?n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.ssr||t.visible,expression:\"!ssr || visible\"}],staticClass:\"vfm vfm--inset\",class:[!1\u003d\u003d\u003dt.attach?\"vfm--fixed\":\"vfm--absolute\",{\"vfm--prevent-none\":t.preventClick}],style:t.bindStyle,on:{keydown:function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.onEsc.apply(null,arguments)}}},[n(\"transition\",t._b({ref:\"vfmOverlayTransition\",on:{\"before-enter\":t.beforeOverlayEnter,\"after-enter\":t.afterOverlayEnter,\"before-leave\":t.beforeOverlayLeave,\"after-leave\":t.afterOverlayLeave}},\"transition\",t.computedOverlayTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.hideOverlay\u0026\u0026t.visibility.overlay,expression:\"!hideOverlay \u0026\u0026 visibility.overlay\"}],staticClass:\"vfm__overlay vfm--overlay vfm--absolute vfm--inset\",class:t.overlayClass,style:t.overlayStyle})]),t._v(\" \"),n(\"transition\",t._b({ref:\"vfmTransition\",on:{\"before-enter\":t.beforeModalEnter,\"after-enter\":t.afterModalEnter,\"before-leave\":t.beforeModalLeave,\"after-leave\":t.afterModalLeave}},\"transition\",t.computedTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.visibility.modal,expression:\"visibility.modal\"}],ref:\"vfmContainer\",staticClass:\"vfm__container vfm--absolute vfm--inset vfm--outline-none\",class:t.classes,style:t.styles,attrs:{\"aria-expanded\":t.visibility.modal.toString(),role:\"dialog\",\"aria-modal\":\"true\",tabindex:\"-1\"},on:{mouseup:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMouseupContainer.apply(null,arguments)},mousedown:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMousedown.apply(null,arguments)}}},[n(\"div\",{ref:\"vfmContent\",staticClass:\"vfm__content\",class:[t.contentClass,{\"vfm--prevent-auto\":t.preventClick}],style:t.bindContentStyle,on:{mousedown:function(e){return t.onMousedown(null)}}},[t._t(\"default\",null,{params:t.params,close:function(){return t.$emit(\"input\",!1)}}),t._v(\" \"),t.visibility.resize\u0026\u0026t.visibility.modal?n(\"div\",{ref:\"vfmResize\",staticClass:\"vfm__resize vfm--absolute vfm--inset vfm--prevent-none vfm--select-none vfm--touch-none\"},t._l(t.resizeDirections,(function(t){return n(\"div\",{key:t,staticClass:\"vfm--absolute vfm--prevent-auto\",class:\"vfm--resize-\"+t,attrs:{direction:t}})})),0):t._e()],2)])])],1):t._e()},staticRenderFns:[]},(function(t){t\u0026\u0026t(\"data-v-1cd72822_0\",{source:\".vfm--fixed[data-v-1cd72822]{position:fixed}.vfm--absolute[data-v-1cd72822]{position:absolute}.vfm--inset[data-v-1cd72822]{top:0;right:0;bottom:0;left:0}.vfm--overlay[data-v-1cd72822]{background-color:rgba(0,0,0,.5)}.vfm--prevent-none[data-v-1cd72822]{pointer-events:none}.vfm--prevent-auto[data-v-1cd72822]{pointer-events:auto}.vfm--outline-none[data-v-1cd72822]:focus{outline:0}.vfm-enter-active[data-v-1cd72822],.vfm-leave-active[data-v-1cd72822]{transition:opacity .2s}.vfm-enter[data-v-1cd72822],.vfm-leave-to[data-v-1cd72822]{opacity:0}.vfm--touch-none[data-v-1cd72822]{touch-action:none}.vfm--select-none[data-v-1cd72822]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vfm--resize-bl[data-v-1cd72822],.vfm--resize-br[data-v-1cd72822],.vfm--resize-tl[data-v-1cd72822],.vfm--resize-tr[data-v-1cd72822]{width:12px;height:12px;z-index:10}.vfm--resize-t[data-v-1cd72822]{top:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-tr[data-v-1cd72822]{top:-6px;right:-6px;cursor:nesw-resize}.vfm--resize-r[data-v-1cd72822]{top:0;right:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-br[data-v-1cd72822]{bottom:-6px;right:-6px;cursor:nwse-resize}.vfm--resize-b[data-v-1cd72822]{bottom:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-bl[data-v-1cd72822]{bottom:-6px;left:-6px;cursor:nesw-resize}.vfm--resize-l[data-v-1cd72822]{top:0;left:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-tl[data-v-1cd72822]{top:-6px;left:-6px;cursor:nwse-resize}\",map:void 0,media:void 0})}),Gi,\"data-v-1cd72822\",!1,void 0,!1,(function(t){return function(t,e){return function(t,e){var n\u003dJi?e.media||\"default\":t,i\u003dto[n]||(to[n]\u003d{ids:new Set,styles:[]});if(!i.ids.has(t)){i.ids.add(t);var o\u003de.source;if(e.map\u0026\u0026(o+\u003d\"\\n/*# sourceURL\u003d\"+e.map.sources[0]+\" */\",o+\u003d\"\\n/*# sourceMappingURL\u003ddata:application/json;base64,\"+btoa(unescape(encodeURIComponent(JSON.stringify(e.map))))+\" */\"),i.element||(i.element\u003ddocument.createElement(\"style\"),i.element.type\u003d\"text/css\",e.media\u0026\u0026i.element.setAttribute(\"media\",e.media),void 0\u003d\u003d\u003dAi\u0026\u0026(Ai\u003ddocument.head||document.getElementsByTagName(\"head\")[0]),Ai.appendChild(i.element)),\"styleSheet\"in i.element)i.styles.push(o),i.element.styleSheet.cssText\u003di.styles.filter(Boolean).join(\"\\n\");else{var r\u003di.ids.size-1,s\u003ddocument.createTextNode(o),a\u003di.element.childNodes;a[r]\u0026\u0026i.element.removeChild(a[r]),a.length?i.element.insertBefore(s,a[r]):i.element.appendChild(s)}}}(t,e)}}),void 0,void 0),no\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"modals-container\"},t._l(t.api.dynamicModals,(function(e,i){return n(e.component,t._g(t._b({key:e.id,tag:\"component\",on:{closed:function(e){return t.slice(i)},\"before-open\":function(n){return t.beforeOpen(n,e,i)},opened:e.opened},scopedSlots:t._u([t._l(e.slots,(function(e,i){return{key:i,fn:function(){return[t.isString(e)?n(\"div\",{key:i,domProps:{innerHTML:t._s(e)}}):n(e.component,t._g(t._b({key:i,tag:\"component\"},\"component\",e.bind,!1),e.on))]},proxy:!0}}))],null,!0),model:{value:e.value,callback:function(n){t.$set(e,\"value\",n)},expression:\"modal.value\"}},\"component\",e.bind,!1),e.on))})),1)},staticRenderFns:[]},void 0,{props:{},methods:{slice:function(t){this.api.dynamicModals.splice(t,1)},beforeOpen:function(t,e,n){var i\u003dthis;t.ref.params\u003de.params,this.$nextTick((function(){e.value||(i.slice(n),e.reject(\"show\"))}))},isString:function(t){return\"string\"\u003d\u003dtypeof t}}},void 0,!1,void 0,!1,void 0,void 0,void 0);function io(t,e){var n\u003dwi(wi({},t),{},{props:wi({},t.props)});return Object.assign(n.props,{api:{type:Object,default:function(){return e}}}),n}var oo\u003d0,ro\u003dfunction(){var t,e,n\u003d(e\u003dnull,et().observable({show:function(t){for(var n\u003dthis,i\u003darguments.length,o\u003dnew Array(i\u003e1?i-1:0),r\u003d1;r\u003ci;r++)o[r-1]\u003darguments[r];switch(mi(t)){case\"string\":return this.toggle.apply(this,[t,!0].concat(o));case\"object\":return Promise.allSettled([new Promise((function(i,r){var s\u003d{value:!0,id:Symbol(\"dynamicModal\"),component:e,bind:{},slots:{},on:{},params:o[0],reject:r,opened:function(){i(\"show\")}};n.dynamicModals.push(Object.assign(s,t))}))])}},hide:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.toggle(e,!1)},hideAll:function(){return this.hide.apply(this,bi(this.openedModals.map((function(t){return t.name}))))},toggle:function(t){for(var e\u003darguments.length,n\u003dnew Array(e\u003e1?e-1:0),i\u003d1;i\u003ce;i++)n[i-1]\u003darguments[i];var o\u003dArray.isArray(t)?this.get.apply(this,bi(t)):this.get(t);return Promise.allSettled(o.map((function(t){return t.toggle.apply(t,n)})))},get:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.modals.filter((function(t){return e.includes(t.name)}))},dynamicModals:[],openedModals:[],modals:[],_setDefaultModal:function(t){e\u003dt}}));return gi(t\u003d{},\"$vfm\",n),gi(t,\"VueFinalModal\",function(t){var e\u003dio(eo,t);return t._setDefaultModal(e),e}(n)),gi(t,\"ModalsContainer\",io(no,n)),t},so\u003dro(),ao\u003dso.$vfm,lo\u003dso.VueFinalModal,co\u003d(so.ModalsContainer,function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{},n\u003d0\u003d\u003d\u003doo?so:ro(),i\u003dn.$vfm,o\u003dn.VueFinalModal,r\u003dn.ModalsContainer;oo+\u003d1;var s\u003de.key||\"$vfm\",a\u003de.componentName||\"VueFinalModal\",l\u003de.dynamicContainerName||\"ModalsContainer\";t.prototype[s]\u003di,t.component(a,o),t.component(l,r)}),uo\u003dfunction(t){return{install:function(e,n){var i\u003dObject.assign({},t,n);co(e,i)}}};uo.install\u003dco;const ho\u003dqe({name:\"Trigger\",components:{PortalTarget:fi.YC},props:{for:{type:String,default:\"\"},trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{popoverOrTooltipType:void 0,isInput:!1}},methods:{toggle:function(){this.for\u0026\u0026ao.show(this.for)}},computed:{triggerEventType:function(){return\"click\"\u003d\u003d\u003dthis.trigger||\"focus\"\u003d\u003d\u003dthis.trigger?this.trigger:\"mouseenter\"},triggers:function(){return this.trigger.split(\" \")},target:function(){return this.for}},mounted:function(){if(this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.for\u0026\u0026void 0\u003d\u003d\u003dthis.popoverOrTooltipType){var t\u003ddocument.getElementById(this.for);if(!t)return;this.popoverOrTooltipType\u003dt.dataset.mbComponentType}}},pi,[],!1,null,null,null).exports;var po\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"site-nav-root\"},[this._t(\"default\")],2)};po._withStripped\u003d!0;const fo\u003dqe({name:\"SiteNav\",mounted:function(){var t\u003dthis,e\u003dSn(new URL(window.location.href).pathname);this.$el.querySelectorAll(\"a[href]\").forEach((function(n){var i\u003dSn(n.getAttribute(\"href\"));if(e\u003d\u003d\u003di){n.classList.add(\"current\");for(var o\u003dn.parentElement;o\u0026\u0026o!\u003d\u003dt.$el;)\"ul\"\u003d\u003d\u003do.tagName.toLowerCase()\u0026\u0026o.classList.contains(\"site-nav-dropdown-container\")\u0026\u0026o.classList.add(\"site-nav-dropdown-container-open\"),o\u003do.parentElement}}))}},po,[],!1,null,null,null).exports;var mo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"span\",{class:[{\"nav-menu-close-icon\":t.show}],on:{click:function(e){return t.toggleNavMenu(void 0)}}},[t._t(\"navMenuIcon\")],2),t._v(\" \"),n(\"div\",{ref:\"navMenuContainer\",class:[\"nav-menu\",{\"nav-menu-open\":t.show}],style:t.navbarHeight,on:{click:t.toggleNavMenu}},[n(\"portal-target\",{attrs:{name:t.portalName,multiple:\"\"}})],1)])};mo._withStripped\u003d!0;var vo\u003d{};const go\u003dqe({components:{PortalTarget:fi.YC},props:{type:{type:String,default:null},portalName:{type:String,default:null}},inject:{toggleLowerNavbar:{default:void 0}},data:function(){return{show:!1,navbarHeight:\"\"}},methods:{toggleNavMenu:function(t){var e,n\u003dthis;t\u0026\u0026\"a\"\u003d\u003d\u003dt.target.tagName.toLowerCase()||!t\u0026\u0026this.show?(document.body.style.removeProperty(\"overflow\"),this.show\u003d!1):(vo[e\u003d\"closeOverlay\"]\u0026\u0026vo[e].forEach((function(t){return t()})),document.body.style.overflow\u003d\"hidden\",this.show\u003d!0,this.$nextTick((function(){var t\u003dn.$refs.navMenuContainer,e\u003dwindow.innerHeight-t.getBoundingClientRect().top;n.navbarHeight\u003d\"height: \".concat(e,\"px\")})))}},mounted:function(){var t,e,n\u003dthis;this.toggleLowerNavbar\u0026\u0026this.toggleLowerNavbar(),e\u003dfunction(){n.show\u003d!1},vo[t\u003d\"closeOverlay\"]||(vo[t]\u003d[]),vo[t].push(e)}},mo,[],!1,null,\"1a3e7aee\",null).exports;var yo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(t.tagName,t._b({tag:\"component\"},\"component\",t.$attrs,!1),[t._t(\"default\"),t._v(\" \"),t.enablePortal?n(\"portal\",{attrs:{to:t.to}},[n(t.tagName,t._b({tag:\"component\",class:[t.$vnode.data.staticClass||\"\",\"mb-mobile-nav\"],style:t.$vnode.data.staticStyle},\"component\",t.$attrs,!1),[t._t(\"default\")],2)],1):t._e()],2)};yo._withStripped\u003d!0;const wo\u003dqe({name:\"OverlaySource\",components:{Portal:fi.h_},props:{to:{type:String,default:void 0},tagName:{type:String,default:void 0}},data:function(){return{enablePortal:!1}},mounted:function(){this.enablePortal\u003d!0}},yo,[],!1,null,\"e6005420\",null).exports;var bo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"popover\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"popover:\"+t.targetEl.id}},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)]):t._e(),t._v(\" \"),t.isMounted?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)])]},proxy:!0}],null,!0)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};bo._withStripped\u003d!0;const _o\u003dqe({name:\"Popover\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")},hasHeader:function(){return!!this.$slots.header}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},bo,[],!1,null,null,null).exports;var So\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"tooltip\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"tooltip:\"+t.targetEl.id}},[t._t(\"content\")],2):t._e(),t._v(\" \"),t.isMounted?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t._t(\"content\")]},proxy:!0}],null,!0)},[t._v(\" \"),t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};So._withStripped\u003d!0;const xo\u003dqe({name:\"Tooltip\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isInput:!1,isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},So,[],!1,null,null,null).exports;var Co\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMounted?n(\"vue-final-modal\",{attrs:{ssr:\"\",name:t.id,classes:[\"modal\"],\"content-class\":[\"modal-dialog\",\"modal-dialog-scrollable\",t.optionalModalSize,t.optionalCentering],\"overlay-transition\":\"none\",transition:t.effectClass,\"click-to-close\":\"false\"!\u003d\u003dt.backdrop,\"esc-to-close\":\"\",\"z-index-base\":\"2000\"},model:{value:t.show,callback:function(e){t.show\u003de},expression:\"show\"}},[n(\"div\",{staticClass:\"modal-content\"},[t.hasHeader?n(\"div\",{staticClass:\"modal-header\"},[n(\"h5\",{staticClass:\"modal-title\"},[t._t(\"header\")],2),t._v(\" \"),n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"aria-label\":\"Close\"},on:{click:function(e){return t.close()}}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"modal-body\"},[t._t(\"default\")],2),t._v(\" \"),t.hasFooter||t.hasOk?n(\"div\",{staticClass:\"modal-footer\"},[t.hasFooter?t._t(\"footer\"):n(\"button\",{staticClass:\"btn btn-primary\",on:{click:function(e){return t.close()}}},[t._v(\"\\n \"+t._s(t.okText)+\"\\n \")])],2):t._e()])]):t._e()};Co._withStripped\u003d!0;const $o\u003dqe({name:\"Modal\",components:{VueFinalModal:lo},data:function(){return{show:!1,isMounted:!1,zoomEffect:{\"enter-class\":\"modal-zoom\",\"enter-to-class\":\"modal-zoom-show\",\"leave-to-class\":\"modal-zoom\",\"leave-class\":\"modal-zoom-show\"}}},props:{okText:{type:String,default:\"\"},effect:{type:String,default:\"zoom\"},id:{type:String,default:\"\"},small:{type:Boolean,default:!1},large:{type:Boolean,default:!1},center:{type:Boolean,default:!1},backdrop:{type:String,default:\"\"}},computed:{hasHeader:function(){return!!this.$slots.header},hasFooter:function(){return!!this.$slots.footer},hasOk:function(){return\"\"!\u003d\u003dthis.okText},optionalModalSize:function(){return this.small||this.large?this.small?\"modal-sm\":\"modal-lg\":\"\"},optionalCentering:function(){return this.center?\"modal-dialog-centered\":\"\"},effectClass:function(){return\"zoom\"\u003d\u003d\u003dthis.effect?this.zoomEffect:\"vfm\"}},methods:{close:function(){this.show\u003d!1}},mounted:function(){this.isMounted\u003d!0}},Co,[],!1,null,null,null).exports;var ko\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"scroll-top-button\",t.getIconSize(),\"d-print-none\",{lighten:t.$data.isLighten}],style:t.iconStyle(),attrs:{\"aria-hidden\":\"true\"},on:{click:function(e){return t.handleScrollTop()}}},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas fa-arrow-circle-up\"]})]}))],2)};ko._withStripped\u003d!0;var To\u003d{box:We,breadcrumb:Ve,dropdown:gn,navbar:Tn,panel:Rn,annotate:In,aPoint:Wn,pic:Vn,quiz:Qn,question:Gn,qOption:Jn,retriever:zn,searchbar:oi,tab:si,tabGroup:li,tabs:ui,thumbnail:hi,trigger:ho,siteNav:fo,submenu:vn,siteNavButton:Cn,pageNavButton:kn,overlay:go,overlaySource:wo,popover:_o,tooltip:xo,modal:$o,VPopover:Ne,VTooltip:Ae,scrollTopButton:qe({name:\"ScrollTopButton\",props:{icon:{type:String,default:null},iconSize:{type:String,default:\"lg\"},iconColor:{type:String,default:null},bottom:{type:String,default:null},right:{type:String,default:null}},data:function(){return{isVisible:!1,isLighten:!1,timers:{showOrHideButtonTimer:0,lightenButtonTimer:0}}},methods:{initScrollTopButton:function(){window.addEventListener(\"scroll\",this.promptScrollTopButton)},destroyScrollTopButton:function(){window.removeEventListener(\"scroll\",this.promptScrollTopButton)},promptScrollTopButton:function(){this.resetScrollTopButton(),this.showOrHideScrollTopButton()},resetScrollTopButton:function(){clearTimeout(this.timers.showOrHideButtonTimer),clearTimeout(this.timers.lightenButtonTimer),this.isLighten\u003d!1},showOrHideScrollTopButton:function(){var t\u003dthis;this.timers.showOrHideButtonTimer\u003dsetTimeout((function(){document.body.scrollTop\u003e20||document.documentElement.scrollTop\u003e20?(t.isVisible\u003d!0,t.lightenScrollTopButton()):t.isVisible\u003d!1}),100)},lightenScrollTopButton:function(){var t\u003dthis;this.timers.lightenButtonTimer\u003dsetTimeout((function(){t.isLighten||(t.isLighten\u003d!0)}),1e3)},iconStyle:function(){var t\u003d{};return t.display\u003dthis.isVisible?\"block\":\"none\",this.iconColor\u0026\u0026(t.color\u003dthis.iconColor),t.bottom\u003dthis.bottom?this.bottom:\"2%\",t.right\u003dthis.right?this.right:\"2%\",t.position\u003d\"fixed\",t},handleScrollTop:function(){document.body.scrollIntoView({block:\"start\",behavior:\"smooth\"})},getIconSize:function(){return this.iconSize?\"fa-\".concat(this.iconSize):\"\"}},mounted:function(){this.initScrollTopButton()},beforeDestroy:function(){this.destroyScrollTopButton()}},ko,[],!1,null,null,null).exports},Eo\u003d{closeable:Qe()};const Oo\u003d{MarkBindVue:{plugin:{install:function(t){Object.keys(Eo).forEach((function(e){t.directive(e,Eo[e])})),Object.keys(To).forEach((function(e){t.component(e,To[e])}))}},components:To,directives:Eo},appFactory:function(){return{data:function(){return{searchData:[]}},methods:{searchCallback:function(t){var e\u003d\"\".concat(baseUrl,\"/\").concat(t.src.replace(/.md$/,\".html\")),n\u003dt.heading?\"#\".concat(t.heading.id):\"\";window.location\u003d\"\".concat(e).concat(n)}}}}};i(605);function Bo(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Po(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Bo(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Bo(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var Lo\u003dOo.MarkBindVue,No\u003dOo.appFactory;function Ao(){var t\u003ddocument.querySelector(\"header[sticky]\");if(null!\u003d\u003dt){var e\u003da(),n\u003d!1;t.addEventListener(\"transitionend\",(function(){n||(t.style.overflow\u003d\"\")})),new ResizeObserver((function(){e\u003da(),document.documentElement.style.setProperty(\"--sticky-header-height\",\"\".concat(e,\"px\")),window.innerWidth\u003e767\u0026\u0026n\u0026\u0026l()})).observe(t);var i,o\u003d0,r\u003dwindow.location.hash,s\u003dfunction(){if(!(window.innerWidth\u003e767)){if(r!\u003d\u003dwindow.location.hash)return r\u003dwindow.location.hash,void l();r\u003dwindow.location.hash;var i\u003dwindow.pageYOffset;if(!(window.innerHeight+i\u003e\u003ddocument.body.offsetHeight)){if(i\u003eo){t.style.position\u003d\"static\";var s\u003dt.getBoundingClientRect().top+e;if(t.style.position\u003d\"sticky\",s\u003e0)return;n\u003d!0,t.style.overflow\u003d\"hidden\",t.classList.add(\"hide-header\")}else l();o\u003di}}};window.addEventListener(\"scroll\",(function(){i\u0026\u0026clearTimeout(i),i\u003dsetTimeout(s,20)}))}function a(){var e\u003dwindow.getComputedStyle(t,null);return t.clientHeight-parseFloat(e.paddingTop)-parseFloat(e.paddingBottom)}function l(){n\u003d!1,t.classList.remove(\"hide-header\")}}function zo(){document.querySelectorAll(\"script[style-bypass-vue-compilation]\").forEach((function(t){var e\u003ddocument.createElement(\"style\");e.innerHTML\u003dt.innerHTML,t.parentNode.replaceChild(e,t)})),Ao()}Vue.use(Lo.plugin),window.onload\u003dfunction(){if(window.location.hash){var t\u003ddocument.getElementById(window.location.hash.slice(1));t\u0026\u0026t.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}},window.handleSiteNavClick\u003dfunction(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];if(e){var n\u003dt.getElementsByTagName(\"a\");if(n.length)return void(window.location.href\u003dn[0].href)}var i\u003dt.nextElementSibling,o\u003dt.lastElementChild.lastElementChild;i.classList.toggle(\"site-nav-dropdown-container-open\"),o.classList.toggle(\"site-nav-rotate-icon\")};const Mo\u003d{setup:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo()}})).$mount(\"#app\",!0)},setupWithSearch:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo(),function(t){fetch(\"\".concat(baseUrl,\"/siteData.json\")).then((function(t){return t.json()})).then((function(e){t.searchData\u003de.pages}))}(this)}})).$mount(\"#app\",!0)}}})(),o\u003do.default})());"}],"authorContributionMap":{"KevinEyo1":1}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/polyfill.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var c\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require;if(!u\u0026\u0026c)return c(o,!0);if(i)return i(o,!0);var a\u003dnew Error(\"Cannot find module \u0027\"+o+\"\u0027\");throw a.code\u003d\"MODULE_NOT_FOUND\",a}var f\u003dn[o]\u003d{exports:{}};t[o][0].call(f.exports,function(n){var r\u003dt[o][1][n];return s(r||n)},f,f.exports,e,t,n,r)}return n[o].exports}for(var i\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require,o\u003d0;o\u003cr.length;o++)s(r[o]);return s}({1:[function(t,n,r){(function(n){\"use strict\";function define(t,n,e){t[n]||Object[r](t,n,{writable:!0,configurable:!0,value:e})}if(t(327),t(328),t(2),n._babelPolyfill)throw new Error(\"only one instance of babel-polyfill is allowed\");n._babelPolyfill\u003d!0;var r\u003d\"defineProperty\";define(String.prototype,\"padLeft\",\"\".padStart),define(String.prototype,\"padRight\",\"\".padEnd),\"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill\".split(\",\").forEach(function(t){[][t]\u0026\u0026define(Array,t,Function.call.bind([][t]))})}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{2:2,327:327,328:328}],2:[function(t,n,r){t(130),n.exports\u003dt(23).RegExp.escape},{130:130,23:23}],3:[function(t,n,r){n.exports\u003dfunction(t){if(\"function\"!\u003dtypeof t)throw TypeError(t+\" is not a function!\");return t}},{}],4:[function(t,n,r){var e\u003dt(18);n.exports\u003dfunction(t,n){if(\"number\"!\u003dtypeof t\u0026\u0026\"Number\"!\u003de(t))throw TypeError(n);return+t}},{18:18}],5:[function(t,n,r){var e\u003dt(128)(\"unscopables\"),i\u003dArray.prototype;void 0\u003d\u003di[e]\u0026\u0026t(42)(i,e,{}),n.exports\u003dfunction(t){i[e][t]\u003d!0}},{128:128,42:42}],6:[function(t,n,r){n.exports\u003dfunction(t,n,r,e){if(!(t instanceof n)||void 0!\u003d\u003de\u0026\u0026e in t)throw TypeError(r+\": incorrect invocation!\");return t}},{}],7:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t){if(!e(t))throw TypeError(t+\" is not an object!\");return t}},{51:51}],8:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003d[].copyWithin||function copyWithin(t,n){var r\u003de(this),u\u003do(r.length),c\u003di(t,u),a\u003di(n,u),f\u003darguments.length\u003e2?arguments[2]:void 0,s\u003dMath.min((void 0\u003d\u003d\u003df?u:i(f,u))-a,u-c),l\u003d1;for(a\u003cc\u0026\u0026c\u003ca+s\u0026\u0026(l\u003d-1,a+\u003ds-1,c+\u003ds-1);s-- \u003e0;)a in r?r[c]\u003dr[a]:delete r[c],c+\u003dl,a+\u003dl;return r}},{114:114,118:118,119:119}],9:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003dfunction fill(t){for(var n\u003de(this),r\u003do(n.length),u\u003darguments.length,c\u003di(u\u003e1?arguments[1]:void 0,r),a\u003du\u003e2?arguments[2]:void 0,f\u003dvoid 0\u003d\u003d\u003da?r:i(a,r);f\u003ec;)n[c++]\u003dt;return n}},{114:114,118:118,119:119}],10:[function(t,n,r){var e\u003dt(39);n.exports\u003dfunction(t,n){var r\u003d[];return e(t,!1,r.push,r,n),r}},{39:39}],11:[function(t,n,r){var e\u003dt(117),i\u003dt(118),o\u003dt(114);n.exports\u003dfunction(t){return function(n,r,u){var c,a\u003de(n),f\u003di(a.length),s\u003do(u,f);if(t\u0026\u0026r!\u003dr){for(;f\u003es;)if((c\u003da[s++])!\u003dc)return!0}else for(;f\u003es;s++)if((t||s in a)\u0026\u0026a[s]\u003d\u003d\u003dr)return t||s||0;return!t\u0026\u0026-1}}},{114:114,117:117,118:118}],12:[function(t,n,r){var e\u003dt(25),i\u003dt(47),o\u003dt(119),u\u003dt(118),c\u003dt(15);n.exports\u003dfunction(t,n){var r\u003d1\u003d\u003dt,a\u003d2\u003d\u003dt,f\u003d3\u003d\u003dt,s\u003d4\u003d\u003dt,l\u003d6\u003d\u003dt,h\u003d5\u003d\u003dt||l,v\u003dn||c;return function(n,c,p){for(var d,y,g\u003do(n),m\u003di(g),b\u003de(c,p,3),x\u003du(m.length),S\u003d0,w\u003dr?v(n,x):a?v(n,0):void 0;x\u003eS;S++)if((h||S in m)\u0026\u0026(d\u003dm[S],y\u003db(d,S,g),t))if(r)w[S]\u003dy;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return S;case 2:w.push(d)}else if(s)return!1;return l?-1:f||s?s:w}}},{118:118,119:119,15:15,25:25,47:47}],13:[function(t,n,r){var e\u003dt(3),i\u003dt(119),o\u003dt(47),u\u003dt(118);n.exports\u003dfunction(t,n,r,c,a){e(n);var f\u003di(t),s\u003do(f),l\u003du(f.length),h\u003da?l-1:0,v\u003da?-1:1;if(r\u003c2)for(;;){if(h in s){c\u003ds[h],h+\u003dv;break}if(h+\u003dv,a?h\u003c0:l\u003c\u003dh)throw TypeError(\"Reduce of empty array with no initial value\")}for(;a?h\u003e\u003d0:l\u003eh;h+\u003dv)h in s\u0026\u0026(c\u003dn(c,s[h],h,f));return c}},{118:118,119:119,3:3,47:47}],14:[function(t,n,r){var e\u003dt(51),i\u003dt(49),o\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n;return i(t)\u0026\u0026(n\u003dt.constructor,\"function\"!\u003dtypeof n||n!\u003d\u003dArray\u0026\u0026!i(n.prototype)||(n\u003dvoid 0),e(n)\u0026\u0026null\u003d\u003d\u003d(n\u003dn[o])\u0026\u0026(n\u003dvoid 0)),void 0\u003d\u003d\u003dn?Array:n}},{128:128,49:49,51:51}],15:[function(t,n,r){var e\u003dt(14);n.exports\u003dfunction(t,n){return new(e(t))(n)}},{14:14}],16:[function(t,n,r){\"use strict\";var e\u003dt(3),i\u003dt(51),o\u003dt(46),u\u003d[].slice,c\u003d{},a\u003dfunction(t,n,r){if(!(n in c)){for(var e\u003d[],i\u003d0;i\u003cn;i++)e[i]\u003d\"a[\"+i+\"]\";c[n]\u003dFunction(\"F,a\",\"return new F(\"+e.join(\",\")+\")\")}return c[n](t,r)};n.exports\u003dFunction.bind||function bind(t){var n\u003de(this),r\u003du.call(arguments,1),c\u003dfunction(){var e\u003dr.concat(u.call(arguments));return this instanceof c?a(n,e.length,e):o(n,e,t)};return i(n.prototype)\u0026\u0026(c.prototype\u003dn.prototype),c}},{3:3,46:46,51:51}],17:[function(t,n,r){var e\u003dt(18),i\u003dt(128)(\"toStringTag\"),o\u003d\"Arguments\"\u003d\u003de(function(){return arguments}()),u\u003dfunction(t,n){try{return t[n]}catch(t){}};n.exports\u003dfunction(t){var n,r,c;return void 0\u003d\u003d\u003dt?\"Undefined\":null\u003d\u003d\u003dt?\"Null\":\"string\"\u003d\u003dtypeof(r\u003du(n\u003dObject(t),i))?r:o?e(n):\"Object\"\u003d\u003d(c\u003de(n))\u0026\u0026\"function\"\u003d\u003dtypeof n.callee?\"Arguments\":c}},{128:128,18:18}],18:[function(t,n,r){var e\u003d{}.toString;n.exports\u003dfunction(t){return e.call(t).slice(8,-1)}},{}],19:[function(t,n,r){\"use strict\";var e\u003dt(72).f,i\u003dt(71),o\u003dt(93),u\u003dt(25),c\u003dt(6),a\u003dt(39),f\u003dt(55),s\u003dt(57),l\u003dt(100),h\u003dt(29),v\u003dt(66).fastKey,p\u003dt(125),d\u003dh?\"_s\":\"size\",y\u003dfunction(t,n){var r,e\u003dv(n);if(\"F\"!\u003d\u003de)return t._i[e];for(r\u003dt._f;r;r\u003dr.n)if(r.k\u003d\u003dn)return r};n.exports\u003d{getConstructor:function(t,n,r,f){var s\u003dt(function(t,e){c(t,s,n,\"_i\"),t._t\u003dn,t._i\u003di(null),t._f\u003dvoid 0,t._l\u003dvoid 0,t[d]\u003d0,void 0!\u003de\u0026\u0026a(e,r,t[f],t)});return o(s.prototype,{clear:function clear(){for(var t\u003dp(this,n),r\u003dt._i,e\u003dt._f;e;e\u003de.n)e.r\u003d!0,e.p\u0026\u0026(e.p\u003de.p.n\u003dvoid 0),delete r[e.i];t._f\u003dt._l\u003dvoid 0,t[d]\u003d0},delete:function(t){var r\u003dp(this,n),e\u003dy(r,t);if(e){var i\u003de.n,o\u003de.p;delete r._i[e.i],e.r\u003d!0,o\u0026\u0026(o.n\u003di),i\u0026\u0026(i.p\u003do),r._f\u003d\u003de\u0026\u0026(r._f\u003di),r._l\u003d\u003de\u0026\u0026(r._l\u003do),r[d]--}return!!e},forEach:function forEach(t){p(this,n);for(var r,e\u003du(t,arguments.length\u003e1?arguments[1]:void 0,3);r\u003dr?r.n:this._f;)for(e(r.v,r.k,this);r\u0026\u0026r.r;)r\u003dr.p},has:function has(t){return!!y(p(this,n),t)}}),h\u0026\u0026e(s.prototype,\"size\",{get:function(){return p(this,n)[d]}}),s},def:function(t,n,r){var e,i,o\u003dy(t,n);return o?o.v\u003dr:(t._l\u003do\u003d{i:i\u003dv(n,!0),k:n,v:r,p:e\u003dt._l,n:void 0,r:!1},t._f||(t._f\u003do),e\u0026\u0026(e.n\u003do),t[d]++,\"F\"!\u003d\u003di\u0026\u0026(t._i[i]\u003do)),t},getEntry:y,setStrong:function(t,n,r){f(t,n,function(t,r){this._t\u003dp(t,n),this._k\u003dr,this._l\u003dvoid 0},function(){for(var t\u003dthis,n\u003dt._k,r\u003dt._l;r\u0026\u0026r.r;)r\u003dr.p;return t._t\u0026\u0026(t._l\u003dr\u003dr?r.n:t._t._f)?\"keys\"\u003d\u003dn?s(0,r.k):\"values\"\u003d\u003dn?s(0,r.v):s(0,[r.k,r.v]):(t._t\u003dvoid 0,s(1))},r?\"entries\":\"values\",!r,!0),l(n)}}},{100:100,125:125,25:25,29:29,39:39,55:55,57:57,6:6,66:66,71:71,72:72,93:93}],20:[function(t,n,r){var e\u003dt(17),i\u003dt(10);n.exports\u003dfunction(t){return function toJSON(){if(e(this)!\u003dt)throw TypeError(t+\"#toJSON isn\u0027t generic\");return i(this)}}},{10:10,17:17}],21:[function(t,n,r){\"use strict\";var e\u003dt(93),i\u003dt(66).getWeak,o\u003dt(7),u\u003dt(51),c\u003dt(6),a\u003dt(39),f\u003dt(12),s\u003dt(41),l\u003dt(125),h\u003df(5),v\u003df(6),p\u003d0,d\u003dfunction(t){return t._l||(t._l\u003dnew y)},y\u003dfunction(){this.a\u003d[]},g\u003dfunction(t,n){return h(t.a,function(t){return t[0]\u003d\u003d\u003dn})};y.prototype\u003d{get:function(t){var n\u003dg(this,t);if(n)return n[1]},has:function(t){return!!g(this,t)},set:function(t,n){var r\u003dg(this,t);r?r[1]\u003dn:this.a.push([t,n])},delete:function(t){var n\u003dv(this.a,function(n){return n[0]\u003d\u003d\u003dt});return~n\u0026\u0026this.a.splice(n,1),!!~n}},n.exports\u003d{getConstructor:function(t,n,r,o){var f\u003dt(function(t,e){c(t,f,n,\"_i\"),t._t\u003dn,t._i\u003dp++,t._l\u003dvoid 0,void 0!\u003de\u0026\u0026a(e,r,t[o],t)});return e(f.prototype,{delete:function(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).delete(t):r\u0026\u0026s(r,this._i)\u0026\u0026delete r[this._i]},has:function has(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).has(t):r\u0026\u0026s(r,this._i)}}),f},def:function(t,n,r){var e\u003di(o(n),!0);return!0\u003d\u003d\u003de?d(t).set(n,r):e[t._i]\u003dr,t},ufstore:d}},{12:12,125:125,39:39,41:41,51:51,6:6,66:66,7:7,93:93}],22:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(33),o\u003dt(94),u\u003dt(93),c\u003dt(66),a\u003dt(39),f\u003dt(6),s\u003dt(51),l\u003dt(35),h\u003dt(56),v\u003dt(101),p\u003dt(45);n.exports\u003dfunction(t,n,r,d,y,g){var m\u003de[t],b\u003dm,x\u003dy?\"set\":\"add\",S\u003db\u0026\u0026b.prototype,w\u003d{},_\u003dfunction(t){var n\u003dS[t];o(S,t,\"delete\"\u003d\u003dt?function(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"has\"\u003d\u003dt?function has(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"get\"\u003d\u003dt?function get(t){return g\u0026\u0026!s(t)?void 0:n.call(this,0\u003d\u003d\u003dt?0:t)}:\"add\"\u003d\u003dt?function add(t){return n.call(this,0\u003d\u003d\u003dt?0:t),this}:function set(t,r){return n.call(this,0\u003d\u003d\u003dt?0:t,r),this})};if(\"function\"\u003d\u003dtypeof b\u0026\u0026(g||S.forEach\u0026\u0026!l(function(){(new b).entries().next()}))){var E\u003dnew b,O\u003dE[x](g?{}:-0,1)!\u003dE,P\u003dl(function(){E.has(1)}),M\u003dh(function(t){new b(t)}),F\u003d!g\u0026\u0026l(function(){for(var t\u003dnew b,n\u003d5;n--;)t[x](n,n);return!t.has(-0)});M||(b\u003dn(function(n,r){f(n,b,t);var e\u003dp(new m,n,b);return void 0!\u003dr\u0026\u0026a(r,y,e[x],e),e}),b.prototype\u003dS,S.constructor\u003db),(P||F)\u0026\u0026(_(\"delete\"),_(\"has\"),y\u0026\u0026_(\"get\")),(F||O)\u0026\u0026_(x),g\u0026\u0026S.clear\u0026\u0026delete S.clear}else b\u003dd.getConstructor(n,t,y,x),u(b.prototype,r),c.NEED\u003d!0;return v(b,t),w[t]\u003db,i(i.G+i.W+i.F*(b!\u003dm),w),g||d.setStrong(b,t,y),b}},{101:101,33:33,35:35,39:39,40:40,45:45,51:51,56:56,6:6,66:66,93:93,94:94}],23:[function(t,n,r){var e\u003dn.exports\u003d{version:\"2.5.0\"};\"number\"\u003d\u003dtypeof __e\u0026\u0026(__e\u003de)},{}],24:[function(t,n,r){\"use strict\";var e\u003dt(72),i\u003dt(92);n.exports\u003dfunction(t,n,r){n in t?e.f(t,n,i(0,r)):t[n]\u003dr}},{72:72,92:92}],25:[function(t,n,r){var e\u003dt(3);n.exports\u003dfunction(t,n,r){if(e(t),void 0\u003d\u003d\u003dn)return t;switch(r){case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,i){return t.call(n,r,e,i)}}return function(){return t.apply(n,arguments)}}},{3:3}],26:[function(t,n,r){\"use strict\";var e\u003dt(35),i\u003dDate.prototype.getTime,o\u003dDate.prototype.toISOString,u\u003dfunction(t){return t\u003e9?t:\"0\"+t};n.exports\u003de(function(){return\"0385-07-25T07:06:39.999Z\"!\u003do.call(new Date(-5e13-1))})||!e(function(){o.call(new Date(NaN))})?function toISOString(){if(!isFinite(i.call(this)))throw RangeError(\"Invalid time value\");var t\u003dthis,n\u003dt.getUTCFullYear(),r\u003dt.getUTCMilliseconds(),e\u003dn\u003c0?\"-\":n\u003e9999?\"+\":\"\";return e+(\"00000\"+Math.abs(n)).slice(e?-6:-4)+\"-\"+u(t.getUTCMonth()+1)+\"-\"+u(t.getUTCDate())+\"T\"+u(t.getUTCHours())+\":\"+u(t.getUTCMinutes())+\":\"+u(t.getUTCSeconds())+\".\"+(r\u003e99?r:\"0\"+u(r))+\"Z\"}:o},{35:35}],27:[function(t,n,r){\"use strict\";var e\u003dt(7),i\u003dt(120);n.exports\u003dfunction(t){if(\"string\"!\u003d\u003dt\u0026\u0026\"number\"!\u003d\u003dt\u0026\u0026\"default\"!\u003d\u003dt)throw TypeError(\"Incorrect hint\");return i(e(this),\"number\"!\u003dt)}},{120:120,7:7}],28:[function(t,n,r){n.exports\u003dfunction(t){if(void 0\u003d\u003dt)throw TypeError(\"Can\u0027t call method on \"+t);return t}},{}],29:[function(t,n,r){n.exports\u003d!t(35)(function(){return 7!\u003dObject.defineProperty({},\"a\",{get:function(){return 7}}).a})},{35:35}],30:[function(t,n,r){var e\u003dt(51),i\u003dt(40).document,o\u003de(i)\u0026\u0026e(i.createElement);n.exports\u003dfunction(t){return o?i.createElement(t):{}}},{40:40,51:51}],31:[function(t,n,r){n.exports\u003d\"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf\".split(\",\")},{}],32:[function(t,n,r){var e\u003dt(81),i\u003dt(78),o\u003dt(82);n.exports\u003dfunction(t){var n\u003de(t),r\u003di.f;if(r)for(var u,c\u003dr(t),a\u003do.f,f\u003d0;c.length\u003ef;)a.call(t,u\u003dc[f++])\u0026\u0026n.push(u);return n}},{78:78,81:81,82:82}],33:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(42),u\u003dt(94),c\u003dt(25),a\u003dfunction(t,n,r){var f,s,l,h,v\u003dt\u0026a.F,p\u003dt\u0026a.G,d\u003dt\u0026a.S,y\u003dt\u0026a.P,g\u003dt\u0026a.B,m\u003dp?e:d?e[n]||(e[n]\u003d{}):(e[n]||{}).prototype,b\u003dp?i:i[n]||(i[n]\u003d{}),x\u003db.prototype||(b.prototype\u003d{});p\u0026\u0026(r\u003dn);for(f in r)s\u003d!v\u0026\u0026m\u0026\u0026void 0!\u003d\u003dm[f],l\u003d(s?m:r)[f],h\u003dg\u0026\u0026s?c(l,e):y\u0026\u0026\"function\"\u003d\u003dtypeof l?c(Function.call,l):l,m\u0026\u0026u(m,f,l,t\u0026a.U),b[f]!\u003dl\u0026\u0026o(b,f,h),y\u0026\u0026x[f]!\u003dl\u0026\u0026(x[f]\u003dl)};e.core\u003di,a.F\u003d1,a.G\u003d2,a.S\u003d4,a.P\u003d8,a.B\u003d16,a.W\u003d32,a.U\u003d64,a.R\u003d128,n.exports\u003da},{23:23,25:25,40:40,42:42,94:94}],34:[function(t,n,r){var e\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n\u003d/./;try{\"/./\"[t](n)}catch(r){try{return n[e]\u003d!1,!\"/./\"[t](n)}catch(t){}}return!0}},{128:128}],35:[function(t,n,r){n.exports\u003dfunction(t){try{return!!t()}catch(t){return!0}}},{}],36:[function(t,n,r){\"use strict\";var e\u003dt(42),i\u003dt(94),o\u003dt(35),u\u003dt(28),c\u003dt(128);n.exports\u003dfunction(t,n,r){var a\u003dc(t),f\u003dr(u,a,\"\"[t]),s\u003df[0],l\u003df[1];o(function(){var n\u003d{};return n[a]\u003dfunction(){return 7},7!\u003d\"\"[t](n)})\u0026\u0026(i(String.prototype,t,s),e(RegExp.prototype,a,2\u003d\u003dn?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},{128:128,28:28,35:35,42:42,94:94}],37:[function(t,n,r){\"use strict\";var e\u003dt(7);n.exports\u003dfunction(){var t\u003de(this),n\u003d\"\";return t.global\u0026\u0026(n+\u003d\"g\"),t.ignoreCase\u0026\u0026(n+\u003d\"i\"),t.multiline\u0026\u0026(n+\u003d\"m\"),t.unicode\u0026\u0026(n+\u003d\"u\"),t.sticky\u0026\u0026(n+\u003d\"y\"),n}},{7:7}],38:[function(t,n,r){\"use strict\";function flattenIntoArray(t,n,r,a,f,s,l,h){for(var v,p,d\u003df,y\u003d0,g\u003d!!l\u0026\u0026u(l,h,3);y\u003ca;){if(y in r){if(v\u003dg?g(r[y],y,n):r[y],p\u003d!1,i(v)\u0026\u0026(p\u003dv[c],p\u003dvoid 0!\u003d\u003dp?!!p:e(v)),p\u0026\u0026s\u003e0)d\u003dflattenIntoArray(t,n,v,o(v.length),d,s-1)-1;else{if(d\u003e\u003d9007199254740991)throw TypeError();t[d]\u003dv}d++}y++}return d}var e\u003dt(49),i\u003dt(51),o\u003dt(118),u\u003dt(25),c\u003dt(128)(\"isConcatSpreadable\");n.exports\u003dflattenIntoArray},{118:118,128:128,25:25,49:49,51:51}],39:[function(t,n,r){var e\u003dt(25),i\u003dt(53),o\u003dt(48),u\u003dt(7),c\u003dt(118),a\u003dt(129),f\u003d{},s\u003d{},r\u003dn.exports\u003dfunction(t,n,r,l,h){var v,p,d,y,g\u003dh?function(){return t}:a(t),m\u003de(r,l,n?2:1),b\u003d0;if(\"function\"!\u003dtypeof g)throw TypeError(t+\" is not iterable!\");if(o(g)){for(v\u003dc(t.length);v\u003eb;b++)if((y\u003dn?m(u(p\u003dt[b])[0],p[1]):m(t[b]))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y}else for(d\u003dg.call(t);!(p\u003dd.next()).done;)if((y\u003di(d,m,p.value,n))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y};r.BREAK\u003df,r.RETURN\u003ds},{118:118,129:129,25:25,48:48,53:53,7:7}],40:[function(t,n,r){var e\u003dn.exports\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.Math\u003d\u003dMath?window:\"undefined\"!\u003dtypeof self\u0026\u0026self.Math\u003d\u003dMath?self:Function(\"return this\")();\"number\"\u003d\u003dtypeof __g\u0026\u0026(__g\u003de)},{}],41:[function(t,n,r){var e\u003d{}.hasOwnProperty;n.exports\u003dfunction(t,n){return e.call(t,n)}},{}],42:[function(t,n,r){var e\u003dt(72),i\u003dt(92);n.exports\u003dt(29)?function(t,n,r){return e.f(t,n,i(1,r))}:function(t,n,r){return t[n]\u003dr,t}},{29:29,72:72,92:92}],43:[function(t,n,r){var e\u003dt(40).document;n.exports\u003de\u0026\u0026e.documentElement},{40:40}],44:[function(t,n,r){n.exports\u003d!t(29)\u0026\u0026!t(35)(function(){return 7!\u003dObject.defineProperty(t(30)(\"div\"),\"a\",{get:function(){return 7}}).a})},{29:29,30:30,35:35}],45:[function(t,n,r){var e\u003dt(51),i\u003dt(99).set;n.exports\u003dfunction(t,n,r){var o,u\u003dn.constructor;return u!\u003d\u003dr\u0026\u0026\"function\"\u003d\u003dtypeof u\u0026\u0026(o\u003du.prototype)!\u003d\u003dr.prototype\u0026\u0026e(o)\u0026\u0026i\u0026\u0026i(t,o),t}},{51:51,99:99}],46:[function(t,n,r){n.exports\u003dfunction(t,n,r){var e\u003dvoid 0\u003d\u003d\u003dr;switch(n.length){case 0:return e?t():t.call(r);case 1:return e?t(n[0]):t.call(r,n[0]);case 2:return e?t(n[0],n[1]):t.call(r,n[0],n[1]);case 3:return e?t(n[0],n[1],n[2]):t.call(r,n[0],n[1],n[2]);case 4:return e?t(n[0],n[1],n[2],n[3]):t.call(r,n[0],n[1],n[2],n[3])}return t.apply(r,n)}},{}],47:[function(t,n,r){var e\u003dt(18);n.exports\u003dObject(\"z\").propertyIsEnumerable(0)?Object:function(t){return\"String\"\u003d\u003de(t)?t.split(\"\"):Object(t)}},{18:18}],48:[function(t,n,r){var e\u003dt(58),i\u003dt(128)(\"iterator\"),o\u003dArray.prototype;n.exports\u003dfunction(t){return void 0!\u003d\u003dt\u0026\u0026(e.Array\u003d\u003d\u003dt||o[i]\u003d\u003d\u003dt)}},{128:128,58:58}],49:[function(t,n,r){var e\u003dt(18);n.exports\u003dArray.isArray||function isArray(t){return\"Array\"\u003d\u003de(t)}},{18:18}],50:[function(t,n,r){var e\u003dt(51),i\u003dMath.floor;n.exports\u003dfunction isInteger(t){return!e(t)\u0026\u0026isFinite(t)\u0026\u0026i(t)\u003d\u003d\u003dt}},{51:51}],51:[function(t,n,r){n.exports\u003dfunction(t){return\"object\"\u003d\u003dtypeof t?null!\u003d\u003dt:\"function\"\u003d\u003dtypeof t}},{}],52:[function(t,n,r){var e\u003dt(51),i\u003dt(18),o\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n;return e(t)\u0026\u0026(void 0!\u003d\u003d(n\u003dt[o])?!!n:\"RegExp\"\u003d\u003di(t))}},{128:128,18:18,51:51}],53:[function(t,n,r){var e\u003dt(7);n.exports\u003dfunction(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){var o\u003dt.return;throw void 0!\u003d\u003do\u0026\u0026e(o.call(t)),n}}},{7:7}],54:[function(t,n,r){\"use strict\";var e\u003dt(71),i\u003dt(92),o\u003dt(101),u\u003d{};t(42)(u,t(128)(\"iterator\"),function(){return this}),n.exports\u003dfunction(t,n,r){t.prototype\u003de(u,{next:i(1,r)}),o(t,n+\" Iterator\")}},{101:101,128:128,42:42,71:71,92:92}],55:[function(t,n,r){\"use strict\";var e\u003dt(60),i\u003dt(33),o\u003dt(94),u\u003dt(42),c\u003dt(41),a\u003dt(58),f\u003dt(54),s\u003dt(101),l\u003dt(79),h\u003dt(128)(\"iterator\"),v\u003d!([].keys\u0026\u0026\"next\"in[].keys()),p\u003dfunction(){return this};n.exports\u003dfunction(t,n,r,d,y,g,m){f(r,n,d);var b,x,S,w\u003dfunction(t){if(!v\u0026\u0026t in P)return P[t];switch(t){case\"keys\":return function keys(){return new r(this,t)};case\"values\":return function values(){return new r(this,t)}}return function entries(){return new r(this,t)}},_\u003dn+\" Iterator\",E\u003d\"values\"\u003d\u003dy,O\u003d!1,P\u003dt.prototype,M\u003dP[h]||P[\"@@iterator\"]||y\u0026\u0026P[y],F\u003dM||w(y),I\u003dy?E?w(\"entries\"):F:void 0,A\u003d\"Array\"\u003d\u003dn?P.entries||M:M;if(A\u0026\u0026(S\u003dl(A.call(new t)))!\u003d\u003dObject.prototype\u0026\u0026S.next\u0026\u0026(s(S,_,!0),e||c(S,h)||u(S,h,p)),E\u0026\u0026M\u0026\u0026\"values\"!\u003d\u003dM.name\u0026\u0026(O\u003d!0,F\u003dfunction values(){return M.call(this)}),e\u0026\u0026!m||!v\u0026\u0026!O\u0026\u0026P[h]||u(P,h,F),a[n]\u003dF,a[_]\u003dp,y)if(b\u003d{values:E?F:w(\"values\"),keys:g?F:w(\"keys\"),entries:I},m)for(x in b)x in P||o(P,x,b[x]);else i(i.P+i.F*(v||O),n,b);return b}},{101:101,128:128,33:33,41:41,42:42,54:54,58:58,60:60,79:79,94:94}],56:[function(t,n,r){var e\u003dt(128)(\"iterator\"),i\u003d!1;try{var o\u003d[7][e]();o.return\u003dfunction(){i\u003d!0},Array.from(o,function(){throw 2})}catch(t){}n.exports\u003dfunction(t,n){if(!n\u0026\u0026!i)return!1;var r\u003d!1;try{var o\u003d[7],u\u003do[e]();u.next\u003dfunction(){return{done:r\u003d!0}},o[e]\u003dfunction(){return u},t(o)}catch(t){}return r}},{128:128}],57:[function(t,n,r){n.exports\u003dfunction(t,n){return{value:n,done:!!t}}},{}],58:[function(t,n,r){n.exports\u003d{}},{}],59:[function(t,n,r){var e\u003dt(81),i\u003dt(117);n.exports\u003dfunction(t,n){for(var r,o\u003di(t),u\u003de(o),c\u003du.length,a\u003d0;c\u003ea;)if(o[r\u003du[a++]]\u003d\u003d\u003dn)return r}},{117:117,81:81}],60:[function(t,n,r){n.exports\u003d!1},{}],61:[function(t,n,r){var e\u003dMath.expm1;n.exports\u003d!e||e(10)\u003e22025.465794806718||e(10)\u003c22025.465794806718||-2e-17!\u003de(-2e-17)?function expm1(t){return 0\u003d\u003d(t\u003d+t)?t:t\u003e-1e-6\u0026\u0026t\u003c1e-6?t+t*t/2:Math.exp(t)-1}:e},{}],62:[function(t,n,r){var e\u003dt(65),i\u003dMath.pow,o\u003di(2,-52),u\u003di(2,-23),c\u003di(2,127)*(2-u),a\u003di(2,-126),f\u003dfunction(t){return t+1/o-1/o};n.exports\u003dMath.fround||function fround(t){var n,r,i\u003dMath.abs(t),s\u003de(t);return i\u003ca?s*f(i/a/u)*a*u:(n\u003d(1+u/o)*i,r\u003dn-(n-i),r\u003ec||r!\u003dr?s*(1/0):s*r)}},{65:65}],63:[function(t,n,r){n.exports\u003dMath.log1p||function log1p(t){return(t\u003d+t)\u003e-1e-8\u0026\u0026t\u003c1e-8?t-t*t/2:Math.log(1+t)}},{}],64:[function(t,n,r){n.exports\u003dMath.scale||function scale(t,n,r,e,i){return 0\u003d\u003d\u003darguments.length||t!\u003dt||n!\u003dn||r!\u003dr||e!\u003de||i!\u003di?NaN:t\u003d\u003d\u003d1/0||t\u003d\u003d\u003d-1/0?t:(t-n)*(i-e)/(r-n)+e}},{}],65:[function(t,n,r){n.exports\u003dMath.sign||function sign(t){return 0\u003d\u003d(t\u003d+t)||t!\u003dt?t:t\u003c0?-1:1}},{}],66:[function(t,n,r){var e\u003dt(124)(\"meta\"),i\u003dt(51),o\u003dt(41),u\u003dt(72).f,c\u003d0,a\u003dObject.isExtensible||function(){return!0},f\u003d!t(35)(function(){return a(Object.preventExtensions({}))}),s\u003dfunction(t){u(t,e,{value:{i:\"O\"+ ++c,w:{}}})},l\u003dfunction(t,n){if(!i(t))return\"symbol\"\u003d\u003dtypeof t?t:(\"string\"\u003d\u003dtypeof t?\"S\":\"P\")+t;if(!o(t,e)){if(!a(t))return\"F\";if(!n)return\"E\";s(t)}return t[e].i},h\u003dfunction(t,n){if(!o(t,e)){if(!a(t))return!0;if(!n)return!1;s(t)}return t[e].w},v\u003dfunction(t){return f\u0026\u0026p.NEED\u0026\u0026a(t)\u0026\u0026!o(t,e)\u0026\u0026s(t),t},p\u003dn.exports\u003d{KEY:e,NEED:!1,fastKey:l,getWeak:h,onFreeze:v}},{124:124,35:35,41:41,51:51,72:72}],67:[function(t,n,r){var e\u003dt(160),i\u003dt(33),o\u003dt(103)(\"metadata\"),u\u003do.store||(o.store\u003dnew(t(266))),c\u003dfunction(t,n,r){var i\u003du.get(t);if(!i){if(!r)return;u.set(t,i\u003dnew e)}var o\u003di.get(n);if(!o){if(!r)return;i.set(n,o\u003dnew e)}return o},a\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0!\u003d\u003de\u0026\u0026e.has(t)},f\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0\u003d\u003d\u003de?void 0:e.get(t)},s\u003dfunction(t,n,r,e){c(r,e,!0).set(t,n)},l\u003dfunction(t,n){var r\u003dc(t,n,!1),e\u003d[];return r\u0026\u0026r.forEach(function(t,n){e.push(n)}),e},h\u003dfunction(t){return void 0\u003d\u003d\u003dt||\"symbol\"\u003d\u003dtypeof t?t:String(t)},v\u003dfunction(t){i(i.S,\"Reflect\",t)};n.exports\u003d{store:u,map:c,has:a,get:f,set:s,keys:l,key:h,exp:v}},{103:103,160:160,266:266,33:33}],68:[function(t,n,r){var e\u003dt(40),i\u003dt(113).set,o\u003de.MutationObserver||e.WebKitMutationObserver,u\u003de.process,c\u003de.Promise,a\u003d\"process\"\u003d\u003dt(18)(u);n.exports\u003dfunction(){var t,n,r,f\u003dfunction(){var e,i;for(a\u0026\u0026(e\u003du.domain)\u0026\u0026e.exit();t;){i\u003dt.fn,t\u003dt.next;try{i()}catch(e){throw t?r():n\u003dvoid 0,e}}n\u003dvoid 0,e\u0026\u0026e.enter()};if(a)r\u003dfunction(){u.nextTick(f)};else if(o){var s\u003d!0,l\u003ddocument.createTextNode(\"\");new o(f).observe(l,{characterData:!0}),r\u003dfunction(){l.data\u003ds\u003d!s}}else if(c\u0026\u0026c.resolve){var h\u003dc.resolve();r\u003dfunction(){h.then(f)}}else r\u003dfunction(){i.call(e,f)};return function(e){var i\u003d{fn:e,next:void 0};n\u0026\u0026(n.next\u003di),t||(t\u003di,r()),n\u003di}}},{113:113,18:18,40:40}],69:[function(t,n,r){\"use strict\";function PromiseCapability(t){var n,r;this.promise\u003dnew t(function(t,e){if(void 0!\u003d\u003dn||void 0!\u003d\u003dr)throw TypeError(\"Bad Promise constructor\");n\u003dt,r\u003de}),this.resolve\u003de(n),this.reject\u003de(r)}var e\u003dt(3);n.exports.f\u003dfunction(t){return new PromiseCapability(t)}},{3:3}],70:[function(t,n,r){\"use strict\";var e\u003dt(81),i\u003dt(78),o\u003dt(82),u\u003dt(119),c\u003dt(47),a\u003dObject.assign;n.exports\u003d!a||t(35)(function(){var t\u003d{},n\u003d{},r\u003dSymbol(),e\u003d\"abcdefghijklmnopqrst\";return t[r]\u003d7,e.split(\"\").forEach(function(t){n[t]\u003dt}),7!\u003da({},t)[r]||Object.keys(a({},n)).join(\"\")!\u003de})?function assign(t,n){for(var r\u003du(t),a\u003darguments.length,f\u003d1,s\u003di.f,l\u003do.f;a\u003ef;)for(var h,v\u003dc(arguments[f++]),p\u003ds?e(v).concat(s(v)):e(v),d\u003dp.length,y\u003d0;d\u003ey;)l.call(v,h\u003dp[y++])\u0026\u0026(r[h]\u003dv[h]);return r}:a},{119:119,35:35,47:47,78:78,81:81,82:82}],71:[function(t,n,r){var e\u003dt(7),i\u003dt(73),o\u003dt(31),u\u003dt(102)(\"IE_PROTO\"),c\u003dfunction(){},a\u003dfunction(){var n,r\u003dt(30)(\"iframe\"),e\u003do.length;for(r.style.display\u003d\"none\",t(43).appendChild(r),r.src\u003d\"javascript:\",n\u003dr.contentWindow.document,n.open(),n.write(\"\u003cscript\u003edocument.F\u003dObject\u003c\\/script\u003e\"),n.close(),a\u003dn.F;e--;)delete a.prototype[o[e]];return a()};n.exports\u003dObject.create||function create(t,n){var r;return null!\u003d\u003dt?(c.prototype\u003de(t),r\u003dnew c,c.prototype\u003dnull,r[u]\u003dt):r\u003da(),void 0\u003d\u003d\u003dn?r:i(r,n)}},{102:102,30:30,31:31,43:43,7:7,73:73}],72:[function(t,n,r){var e\u003dt(7),i\u003dt(44),o\u003dt(120),u\u003dObject.defineProperty;r.f\u003dt(29)?Object.defineProperty:function defineProperty(t,n,r){if(e(t),n\u003do(n,!0),e(r),i)try{return u(t,n,r)}catch(t){}if(\"get\"in r||\"set\"in r)throw TypeError(\"Accessors not supported!\");return\"value\"in r\u0026\u0026(t[n]\u003dr.value),t}},{120:120,29:29,44:44,7:7}],73:[function(t,n,r){var e\u003dt(72),i\u003dt(7),o\u003dt(81);n.exports\u003dt(29)?Object.defineProperties:function defineProperties(t,n){i(t);for(var r,u\u003do(n),c\u003du.length,a\u003d0;c\u003ea;)e.f(t,r\u003du[a++],n[r]);return t}},{29:29,7:7,72:72,81:81}],74:[function(t,n,r){\"use strict\";n.exports\u003dt(60)||!t(35)(function(){var n\u003dMath.random();__defineSetter__.call(null,n,function(){}),delete t(40)[n]})},{35:35,40:40,60:60}],75:[function(t,n,r){var e\u003dt(82),i\u003dt(92),o\u003dt(117),u\u003dt(120),c\u003dt(41),a\u003dt(44),f\u003dObject.getOwnPropertyDescriptor;r.f\u003dt(29)?f:function getOwnPropertyDescriptor(t,n){if(t\u003do(t),n\u003du(n,!0),a)try{return f(t,n)}catch(t){}if(c(t,n))return i(!e.f.call(t,n),t[n])}},{117:117,120:120,29:29,41:41,44:44,82:82,92:92}],76:[function(t,n,r){var e\u003dt(117),i\u003dt(77).f,o\u003d{}.toString,u\u003d\"object\"\u003d\u003dtypeof window\u0026\u0026window\u0026\u0026Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c\u003dfunction(t){try{return i(t)}catch(t){return u.slice()}};n.exports.f\u003dfunction getOwnPropertyNames(t){return u\u0026\u0026\"[object Window]\"\u003d\u003do.call(t)?c(t):i(e(t))}},{117:117,77:77}],77:[function(t,n,r){var e\u003dt(80),i\u003dt(31).concat(\"length\",\"prototype\");r.f\u003dObject.getOwnPropertyNames||function getOwnPropertyNames(t){return e(t,i)}},{31:31,80:80}],78:[function(t,n,r){r.f\u003dObject.getOwnPropertySymbols},{}],79:[function(t,n,r){var e\u003dt(41),i\u003dt(119),o\u003dt(102)(\"IE_PROTO\"),u\u003dObject.prototype;n.exports\u003dObject.getPrototypeOf||function(t){return t\u003di(t),e(t,o)?t[o]:\"function\"\u003d\u003dtypeof t.constructor\u0026\u0026t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},{102:102,119:119,41:41}],80:[function(t,n,r){var e\u003dt(41),i\u003dt(117),o\u003dt(11)(!1),u\u003dt(102)(\"IE_PROTO\");n.exports\u003dfunction(t,n){var r,c\u003di(t),a\u003d0,f\u003d[];for(r in c)r!\u003du\u0026\u0026e(c,r)\u0026\u0026f.push(r);for(;n.length\u003ea;)e(c,r\u003dn[a++])\u0026\u0026(~o(f,r)||f.push(r));return f}},{102:102,11:11,117:117,41:41}],81:[function(t,n,r){var e\u003dt(80),i\u003dt(31);n.exports\u003dObject.keys||function keys(t){return e(t,i)}},{31:31,80:80}],82:[function(t,n,r){r.f\u003d{}.propertyIsEnumerable},{}],83:[function(t,n,r){var e\u003dt(33),i\u003dt(23),o\u003dt(35);n.exports\u003dfunction(t,n){var r\u003d(i.Object||{})[t]||Object[t],u\u003d{};u[t]\u003dn(r),e(e.S+e.F*o(function(){r(1)}),\"Object\",u)}},{23:23,33:33,35:35}],84:[function(t,n,r){var e\u003dt(81),i\u003dt(117),o\u003dt(82).f;n.exports\u003dfunction(t){return function(n){for(var r,u\u003di(n),c\u003de(u),a\u003dc.length,f\u003d0,s\u003d[];a\u003ef;)o.call(u,r\u003dc[f++])\u0026\u0026s.push(t?[r,u[r]]:u[r]);return s}}},{117:117,81:81,82:82}],85:[function(t,n,r){var e\u003dt(77),i\u003dt(78),o\u003dt(7),u\u003dt(40).Reflect;n.exports\u003du\u0026\u0026u.ownKeys||function ownKeys(t){var n\u003de.f(o(t)),r\u003di.f;return r?n.concat(r(t)):n}},{40:40,7:7,77:77,78:78}],86:[function(t,n,r){var e\u003dt(40).parseFloat,i\u003dt(111).trim;n.exports\u003d1/e(t(112)+\"-0\")!\u003d-1/0?function parseFloat(t){var n\u003di(String(t),3),r\u003de(n);return 0\u003d\u003d\u003dr\u0026\u0026\"-\"\u003d\u003dn.charAt(0)?-0:r}:e},{111:111,112:112,40:40}],87:[function(t,n,r){var e\u003dt(40).parseInt,i\u003dt(111).trim,o\u003dt(112),u\u003d/^[-+]?0[xX]/;n.exports\u003d8!\u003d\u003de(o+\"08\")||22!\u003d\u003de(o+\"0x16\")?function parseInt(t,n){var r\u003di(String(t),3);return e(r,n\u003e\u003e\u003e0||(u.test(r)?16:10))}:e},{111:111,112:112,40:40}],88:[function(t,n,r){\"use strict\";var e\u003dt(89),i\u003dt(46),o\u003dt(3);n.exports\u003dfunction(){for(var t\u003do(this),n\u003darguments.length,r\u003dArray(n),u\u003d0,c\u003de._,a\u003d!1;n\u003eu;)(r[u]\u003darguments[u++])\u003d\u003d\u003dc\u0026\u0026(a\u003d!0);return function(){var e,o\u003dthis,u\u003darguments.length,f\u003d0,s\u003d0;if(!a\u0026\u0026!u)return i(t,r,o);if(e\u003dr.slice(),a)for(;n\u003ef;f++)e[f]\u003d\u003d\u003dc\u0026\u0026(e[f]\u003darguments[s++]);for(;u\u003es;)e.push(arguments[s++]);return i(t,e,o)}}},{3:3,46:46,89:89}],89:[function(t,n,r){n.exports\u003dt(40)},{40:40}],90:[function(t,n,r){n.exports\u003dfunction(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},{}],91:[function(t,n,r){var e\u003dt(69);n.exports\u003dfunction(t,n){var r\u003de.f(t);return(0,r.resolve)(n),r.promise}},{69:69}],92:[function(t,n,r){n.exports\u003dfunction(t,n){return{enumerable:!(1\u0026t),configurable:!(2\u0026t),writable:!(4\u0026t),value:n}}},{}],93:[function(t,n,r){var e\u003dt(94);n.exports\u003dfunction(t,n,r){for(var i in n)e(t,i,n[i],r);return t}},{94:94}],94:[function(t,n,r){var e\u003dt(40),i\u003dt(42),o\u003dt(41),u\u003dt(124)(\"src\"),c\u003dFunction.toString,a\u003d(\"\"+c).split(\"toString\");t(23).inspectSource\u003dfunction(t){return c.call(t)},(n.exports\u003dfunction(t,n,r,c){var f\u003d\"function\"\u003d\u003dtypeof r;f\u0026\u0026(o(r,\"name\")||i(r,\"name\",n)),t[n]!\u003d\u003dr\u0026\u0026(f\u0026\u0026(o(r,u)||i(r,u,t[n]?\"\"+t[n]:a.join(String(n)))),t\u003d\u003d\u003de?t[n]\u003dr:c?t[n]?t[n]\u003dr:i(t,n,r):(delete t[n],i(t,n,r)))})(Function.prototype,\"toString\",function toString(){return\"function\"\u003d\u003dtypeof this\u0026\u0026this[u]||c.call(this)})},{124:124,23:23,40:40,41:41,42:42}],95:[function(t,n,r){n.exports\u003dfunction(t,n){var r\u003dn\u003d\u003d\u003dObject(n)?function(t){return n[t]}:n;return function(n){return String(n).replace(t,r)}}},{}],96:[function(t,n,r){n.exports\u003dObject.is||function is(t,n){return t\u003d\u003d\u003dn?0!\u003d\u003dt||1/t\u003d\u003d1/n:t!\u003dt\u0026\u0026n!\u003dn}},{}],97:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(25),u\u003dt(39);n.exports\u003dfunction(t){e(e.S,t,{from:function from(t){var n,r,e,c,a\u003darguments[1];return i(this),n\u003dvoid 0!\u003d\u003da,n\u0026\u0026i(a),void 0\u003d\u003dt?new this:(r\u003d[],n?(e\u003d0,c\u003do(a,arguments[2],2),u(t,!1,function(t){r.push(c(t,e++))})):u(t,!1,r.push,r),new this(r))}})}},{25:25,3:3,33:33,39:39}],98:[function(t,n,r){\"use strict\";var e\u003dt(33);n.exports\u003dfunction(t){e(e.S,t,{of:function of(){for(var t\u003darguments.length,n\u003dArray(t);t--;)n[t]\u003darguments[t];return new this(n)}})}},{33:33}],99:[function(t,n,r){var e\u003dt(51),i\u003dt(7),o\u003dfunction(t,n){if(i(t),!e(n)\u0026\u0026null!\u003d\u003dn)throw TypeError(n+\": can\u0027t set as prototype!\")};n.exports\u003d{set:Object.setPrototypeOf||(\"__proto__\"in{}?function(n,r,e){try{e\u003dt(25)(Function.call,t(75).f(Object.prototype,\"__proto__\").set,2),e(n,[]),r\u003d!(n instanceof Array)}catch(t){r\u003d!0}return function setPrototypeOf(t,n){return o(t,n),r?t.__proto__\u003dn:e(t,n),t}}({},!1):void 0),check:o}},{25:25,51:51,7:7,75:75}],100:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(72),o\u003dt(29),u\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n\u003de[t];o\u0026\u0026n\u0026\u0026!n[u]\u0026\u0026i.f(n,u,{configurable:!0,get:function(){return this}})}},{128:128,29:29,40:40,72:72}],101:[function(t,n,r){var e\u003dt(72).f,i\u003dt(41),o\u003dt(128)(\"toStringTag\");n.exports\u003dfunction(t,n,r){t\u0026\u0026!i(t\u003dr?t:t.prototype,o)\u0026\u0026e(t,o,{configurable:!0,value:n})}},{128:128,41:41,72:72}],102:[function(t,n,r){var e\u003dt(103)(\"keys\"),i\u003dt(124);n.exports\u003dfunction(t){return e[t]||(e[t]\u003di(t))}},{103:103,124:124}],103:[function(t,n,r){var e\u003dt(40),i\u003de[\"__core-js_shared__\"]||(e[\"__core-js_shared__\"]\u003d{});n.exports\u003dfunction(t){return i[t]||(i[t]\u003d{})}},{40:40}],104:[function(t,n,r){var e\u003dt(7),i\u003dt(3),o\u003dt(128)(\"species\");n.exports\u003dfunction(t,n){var r,u\u003de(t).constructor;return void 0\u003d\u003d\u003du||void 0\u003d\u003d(r\u003de(u)[o])?n:i(r)}},{128:128,3:3,7:7}],105:[function(t,n,r){\"use strict\";var e\u003dt(35);n.exports\u003dfunction(t,n){return!!t\u0026\u0026e(function(){n?t.call(null,function(){},1):t.call(null)})}},{35:35}],106:[function(t,n,r){var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction(t){return function(n,r){var o,u,c\u003dString(i(n)),a\u003de(r),f\u003dc.length;return a\u003c0||a\u003e\u003df?t?\"\":void 0:(o\u003dc.charCodeAt(a),o\u003c55296||o\u003e56319||a+1\u003d\u003d\u003df||(u\u003dc.charCodeAt(a+1))\u003c56320||u\u003e57343?t?c.charAt(a):o:t?c.slice(a,a+2):u-56320+(o-55296\u003c\u003c10)+65536)}}},{116:116,28:28}],107:[function(t,n,r){var e\u003dt(52),i\u003dt(28);n.exports\u003dfunction(t,n,r){if(e(n))throw TypeError(\"String#\"+r+\" doesn\u0027t accept regex!\");return String(i(t))}},{28:28,52:52}],108:[function(t,n,r){var e\u003dt(33),i\u003dt(35),o\u003dt(28),u\u003d/\"/g,c\u003dfunction(t,n,r,e){var i\u003dString(o(t)),c\u003d\"\u003c\"+n;return\"\"!\u003d\u003dr\u0026\u0026(c+\u003d\" \"+r+\u0027\u003d\"\u0027+String(e).replace(u,\"\u0026quot;\")+\u0027\"\u0027),c+\"\u003e\"+i+\"\u003c/\"+n+\"\u003e\"};n.exports\u003dfunction(t,n){var r\u003d{};r[t]\u003dn(c),e(e.P+e.F*i(function(){var n\u003d\"\"[t](\u0027\"\u0027);return n!\u003d\u003dn.toLowerCase()||n.split(\u0027\"\u0027).length\u003e3}),\"String\",r)}},{28:28,33:33,35:35}],109:[function(t,n,r){var e\u003dt(118),i\u003dt(110),o\u003dt(28);n.exports\u003dfunction(t,n,r,u){var c\u003dString(o(t)),a\u003dc.length,f\u003dvoid 0\u003d\u003d\u003dr?\" \":String(r),s\u003de(n);if(s\u003c\u003da||\"\"\u003d\u003df)return c;var l\u003ds-a,h\u003di.call(f,Math.ceil(l/f.length));return h.length\u003el\u0026\u0026(h\u003dh.slice(0,l)),u?h+c:c+h}},{110:110,118:118,28:28}],110:[function(t,n,r){\"use strict\";var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction repeat(t){var n\u003dString(i(this)),r\u003d\"\",o\u003de(t);if(o\u003c0||o\u003d\u003d1/0)throw RangeError(\"Count can\u0027t be negative\");for(;o\u003e0;(o\u003e\u003e\u003e\u003d1)\u0026\u0026(n+\u003dn))1\u0026o\u0026\u0026(r+\u003dn);return r}},{116:116,28:28}],111:[function(t,n,r){var e\u003dt(33),i\u003dt(28),o\u003dt(35),u\u003dt(112),c\u003d\"[\"+u+\"]\",a\u003d\"​…\",f\u003dRegExp(\"^\"+c+c+\"*\"),s\u003dRegExp(c+c+\"*$\"),l\u003dfunction(t,n,r){var i\u003d{},c\u003do(function(){return!!u[t]()||a[t]()!\u003da}),f\u003di[t]\u003dc?n(h):u[t];r\u0026\u0026(i[r]\u003df),e(e.P+e.F*c,\"String\",i)},h\u003dl.trim\u003dfunction(t,n){return t\u003dString(i(t)),1\u0026n\u0026\u0026(t\u003dt.replace(f,\"\")),2\u0026n\u0026\u0026(t\u003dt.replace(s,\"\")),t};n.exports\u003dl},{112:112,28:28,33:33,35:35}],112:[function(t,n,r){n.exports\u003d\"\\t\\n\\v\\f\\r   ᠎              \\u2028\\u2029\\ufeff\"},{}],113:[function(t,n,r){var e,i,o,u\u003dt(25),c\u003dt(46),a\u003dt(43),f\u003dt(30),s\u003dt(40),l\u003ds.process,h\u003ds.setImmediate,v\u003ds.clearImmediate,p\u003ds.MessageChannel,d\u003ds.Dispatch,y\u003d0,g\u003d{},m\u003dfunction(){var t\u003d+this;if(g.hasOwnProperty(t)){var n\u003dg[t];delete g[t],n()}},b\u003dfunction(t){m.call(t.data)};h\u0026\u0026v||(h\u003dfunction setImmediate(t){for(var n\u003d[],r\u003d1;arguments.length\u003er;)n.push(arguments[r++]);return g[++y]\u003dfunction(){c(\"function\"\u003d\u003dtypeof t?t:Function(t),n)},e(y),y},v\u003dfunction clearImmediate(t){delete g[t]},\"process\"\u003d\u003dt(18)(l)?e\u003dfunction(t){l.nextTick(u(m,t,1))}:d\u0026\u0026d.now?e\u003dfunction(t){d.now(u(m,t,1))}:p?(i\u003dnew p,o\u003di.port2,i.port1.onmessage\u003db,e\u003du(o.postMessage,o,1)):s.addEventListener\u0026\u0026\"function\"\u003d\u003dtypeof postMessage\u0026\u0026!s.importScripts?(e\u003dfunction(t){s.postMessage(t+\"\",\"*\")},s.addEventListener(\"message\",b,!1)):e\u003d\"onreadystatechange\"in f(\"script\")?function(t){a.appendChild(f(\"script\")).onreadystatechange\u003dfunction(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),n.exports\u003d{set:h,clear:v}},{18:18,25:25,30:30,40:40,43:43,46:46}],114:[function(t,n,r){var e\u003dt(116),i\u003dMath.max,o\u003dMath.min;n.exports\u003dfunction(t,n){return t\u003de(t),t\u003c0?i(t+n,0):o(t,n)}},{116:116}],115:[function(t,n,r){var e\u003dt(116),i\u003dt(118);n.exports\u003dfunction(t){if(void 0\u003d\u003d\u003dt)return 0;var n\u003de(t),r\u003di(n);if(n!\u003d\u003dr)throw RangeError(\"Wrong length!\");return r}},{116:116,118:118}],116:[function(t,n,r){var e\u003dMath.ceil,i\u003dMath.floor;n.exports\u003dfunction(t){return isNaN(t\u003d+t)?0:(t\u003e0?i:e)(t)}},{}],117:[function(t,n,r){var e\u003dt(47),i\u003dt(28);n.exports\u003dfunction(t){return e(i(t))}},{28:28,47:47}],118:[function(t,n,r){var e\u003dt(116),i\u003dMath.min;n.exports\u003dfunction(t){return t\u003e0?i(e(t),9007199254740991):0}},{116:116}],"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"119:[function(t,n,r){var e\u003dt(28);n.exports\u003dfunction(t){return Object(e(t))}},{28:28}],120:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t))return t;var r,i;if(n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;if(\"function\"\u003d\u003dtypeof(r\u003dt.valueOf)\u0026\u0026!e(i\u003dr.call(t)))return i;if(!n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;throw TypeError(\"Can\u0027t convert object to primitive value\")}},{51:51}],121:[function(t,n,r){\"use strict\";if(t(29)){var e\u003dt(60),i\u003dt(40),o\u003dt(35),u\u003dt(33),c\u003dt(123),a\u003dt(122),f\u003dt(25),s\u003dt(6),l\u003dt(92),h\u003dt(42),v\u003dt(93),p\u003dt(116),d\u003dt(118),y\u003dt(115),g\u003dt(114),m\u003dt(120),b\u003dt(41),x\u003dt(17),S\u003dt(51),w\u003dt(119),_\u003dt(48),E\u003dt(71),O\u003dt(79),P\u003dt(77).f,M\u003dt(129),F\u003dt(124),I\u003dt(128),A\u003dt(12),k\u003dt(11),N\u003dt(104),j\u003dt(141),T\u003dt(58),R\u003dt(56),L\u003dt(100),G\u003dt(9),D\u003dt(8),C\u003dt(72),W\u003dt(75),U\u003dC.f,B\u003dW.f,V\u003di.RangeError,z\u003di.TypeError,q\u003di.Uint8Array,K\u003dArray.prototype,Y\u003da.ArrayBuffer,J\u003da.DataView,H\u003dA(0),X\u003dA(2),$\u003dA(3),Z\u003dA(4),Q\u003dA(5),tt\u003dA(6),nt\u003dk(!0),rt\u003dk(!1),et\u003dj.values,it\u003dj.keys,ot\u003dj.entries,ut\u003dK.lastIndexOf,ct\u003dK.reduce,at\u003dK.reduceRight,ft\u003dK.join,st\u003dK.sort,lt\u003dK.slice,ht\u003dK.toString,vt\u003dK.toLocaleString,pt\u003dI(\"iterator\"),dt\u003dI(\"toStringTag\"),yt\u003dF(\"typed_constructor\"),gt\u003dF(\"def_constructor\"),mt\u003dc.CONSTR,bt\u003dc.TYPED,xt\u003dc.VIEW,St\u003dA(1,function(t,n){return Pt(N(t,t[gt]),n)}),wt\u003do(function(){return 1\u003d\u003d\u003dnew q(new Uint16Array([1]).buffer)[0]}),_t\u003d!!q\u0026\u0026!!q.prototype.set\u0026\u0026o(function(){new q(1).set({})}),Et\u003dfunction(t,n){var r\u003dp(t);if(r\u003c0||r%n)throw V(\"Wrong offset!\");return r},Ot\u003dfunction(t){if(S(t)\u0026\u0026bt in t)return t;throw z(t+\" is not a typed array!\")},Pt\u003dfunction(t,n){if(!(S(t)\u0026\u0026yt in t))throw z(\"It is not a typed array constructor!\");return new t(n)},Mt\u003dfunction(t,n){return Ft(N(t,t[gt]),n)},Ft\u003dfunction(t,n){for(var r\u003d0,e\u003dn.length,i\u003dPt(t,e);e\u003er;)i[r]\u003dn[r++];return i},It\u003dfunction(t,n,r){U(t,n,{get:function(){return this._d[r]}})},At\u003dfunction from(t){var n,r,e,i,o,u,c\u003dw(t),a\u003darguments.length,s\u003da\u003e1?arguments[1]:void 0,l\u003dvoid 0!\u003d\u003ds,h\u003dM(c);if(void 0!\u003dh\u0026\u0026!_(h)){for(u\u003dh.call(c),e\u003d[],n\u003d0;!(o\u003du.next()).done;n++)e.push(o.value);c\u003de}for(l\u0026\u0026a\u003e2\u0026\u0026(s\u003df(s,arguments[2],2)),n\u003d0,r\u003dd(c.length),i\u003dPt(this,r);r\u003en;n++)i[n]\u003dl?s(c[n],n):c[n];return i},kt\u003dfunction of(){for(var t\u003d0,n\u003darguments.length,r\u003dPt(this,n);n\u003et;)r[t]\u003darguments[t++];return r},Nt\u003d!!q\u0026\u0026o(function(){vt.call(new q(1))}),jt\u003dfunction toLocaleString(){return vt.apply(Nt?lt.call(Ot(this)):Ot(this),arguments)},Tt\u003d{copyWithin:function copyWithin(t,n){return D.call(Ot(this),t,n,arguments.length\u003e2?arguments[2]:void 0)},every:function every(t){return Z(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},fill:function fill(t){return G.apply(Ot(this),arguments)},filter:function filter(t){return Mt(this,X(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0))},find:function find(t){return Q(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},findIndex:function findIndex(t){return tt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},forEach:function forEach(t){H(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},indexOf:function indexOf(t){return rt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},includes:function includes(t){return nt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},join:function join(t){return ft.apply(Ot(this),arguments)},lastIndexOf:function lastIndexOf(t){return ut.apply(Ot(this),arguments)},map:function map(t){return St(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},reduce:function reduce(t){return ct.apply(Ot(this),arguments)},reduceRight:function reduceRight(t){return at.apply(Ot(this),arguments)},reverse:function reverse(){for(var t,n\u003dthis,r\u003dOt(n).length,e\u003dMath.floor(r/2),i\u003d0;i\u003ce;)t\u003dn[i],n[i++]\u003dn[--r],n[r]\u003dt;return n},some:function some(t){return $(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},sort:function sort(t){return st.call(Ot(this),t)},subarray:function subarray(t,n){var r\u003dOt(this),e\u003dr.length,i\u003dg(t,e);return new(N(r,r[gt]))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,d((void 0\u003d\u003d\u003dn?e:g(n,e))-i))}},Rt\u003dfunction slice(t,n){return Mt(this,lt.call(Ot(this),t,n))},Lt\u003dfunction set(t){Ot(this);var n\u003dEt(arguments[1],1),r\u003dthis.length,e\u003dw(t),i\u003dd(e.length),o\u003d0;if(i+n\u003er)throw V(\"Wrong length!\");for(;o\u003ci;)this[n+o]\u003de[o++]},Gt\u003d{entries:function entries(){return ot.call(Ot(this))},keys:function keys(){return it.call(Ot(this))},values:function values(){return et.call(Ot(this))}},Dt\u003dfunction(t,n){return S(t)\u0026\u0026t[bt]\u0026\u0026\"symbol\"!\u003dtypeof n\u0026\u0026n in t\u0026\u0026String(+n)\u003d\u003dString(n)},Ct\u003dfunction getOwnPropertyDescriptor(t,n){return Dt(t,n\u003dm(n,!0))?l(2,t[n]):B(t,n)},Wt\u003dfunction defineProperty(t,n,r){return!(Dt(t,n\u003dm(n,!0))\u0026\u0026S(r)\u0026\u0026b(r,\"value\"))||b(r,\"get\")||b(r,\"set\")||r.configurable||b(r,\"writable\")\u0026\u0026!r.writable||b(r,\"enumerable\")\u0026\u0026!r.enumerable?U(t,n,r):(t[n]\u003dr.value,t)};mt||(W.f\u003dCt,C.f\u003dWt),u(u.S+u.F*!mt,\"Object\",{getOwnPropertyDescriptor:Ct,defineProperty:Wt}),o(function(){ht.call({})})\u0026\u0026(ht\u003dvt\u003dfunction toString(){return ft.call(this)});var Ut\u003dv({},Tt);v(Ut,Gt),h(Ut,pt,Gt.values),v(Ut,{slice:Rt,set:Lt,constructor:function(){},toString:ht,toLocaleString:jt}),It(Ut,\"buffer\",\"b\"),It(Ut,\"byteOffset\",\"o\"),It(Ut,\"byteLength\",\"l\"),It(Ut,\"length\",\"e\"),U(Ut,dt,{get:function(){return this[bt]}}),n.exports\u003dfunction(t,n,r,a){a\u003d!!a;var f\u003dt+(a?\"Clamped\":\"\")+\"Array\",l\u003d\"get\"+t,v\u003d\"set\"+t,p\u003di[f],g\u003dp||{},m\u003dp\u0026\u0026O(p),b\u003d!p||!c.ABV,w\u003d{},_\u003dp\u0026\u0026p.prototype,M\u003dfunction(t,r){var e\u003dt._d;return e.v[l](r*n+e.o,wt)},F\u003dfunction(t,r,e){var i\u003dt._d;a\u0026\u0026(e\u003d(e\u003dMath.round(e))\u003c0?0:e\u003e255?255:255\u0026e),i.v[v](r*n+i.o,e,wt)},I\u003dfunction(t,n){U(t,n,{get:function(){return M(this,n)},set:function(t){return F(this,n,t)},enumerable:!0})};b?(p\u003dr(function(t,r,e,i){s(t,p,f,\"_d\");var o,u,c,a,l\u003d0,v\u003d0;if(S(r)){if(!(r instanceof Y||\"ArrayBuffer\"\u003d\u003d(a\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003da))return bt in r?Ft(p,r):At.call(p,r);o\u003dr,v\u003dEt(e,n);var g\u003dr.byteLength;if(void 0\u003d\u003d\u003di){if(g%n)throw V(\"Wrong length!\");if((u\u003dg-v)\u003c0)throw V(\"Wrong length!\")}else if((u\u003dd(i)*n)+v\u003eg)throw V(\"Wrong length!\");c\u003du/n}else c\u003dy(r),u\u003dc*n,o\u003dnew Y(u);for(h(t,\"_d\",{b:o,o:v,l:u,e:c,v:new J(o)});l\u003cc;)I(t,l++)}),_\u003dp.prototype\u003dE(Ut),h(_,\"constructor\",p)):o(function(){p(1)})\u0026\u0026o(function(){new p(-1)})\u0026\u0026R(function(t){new p,new p(null),new p(1.5),new p(t)},!0)||(p\u003dr(function(t,r,e,i){s(t,p,f);var o;return S(r)?r instanceof Y||\"ArrayBuffer\"\u003d\u003d(o\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003do?void 0!\u003d\u003di?new g(r,Et(e,n),i):void 0!\u003d\u003de?new g(r,Et(e,n)):new g(r):bt in r?Ft(p,r):At.call(p,r):new g(y(r))}),H(m!\u003d\u003dFunction.prototype?P(g).concat(P(m)):P(g),function(t){t in p||h(p,t,g[t])}),p.prototype\u003d_,e||(_.constructor\u003dp));var A\u003d_[pt],k\u003d!!A\u0026\u0026(\"values\"\u003d\u003dA.name||void 0\u003d\u003dA.name),N\u003dGt.values;h(p,yt,!0),h(_,bt,f),h(_,xt,!0),h(_,gt,p),(a?new p(1)[dt]\u003d\u003df:dt in _)||U(_,dt,{get:function(){return f}}),w[f]\u003dp,u(u.G+u.W+u.F*(p!\u003dg),w),u(u.S,f,{BYTES_PER_ELEMENT:n}),u(u.S+u.F*o(function(){g.of.call(p,1)}),f,{from:At,of:kt}),\"BYTES_PER_ELEMENT\"in _||h(_,\"BYTES_PER_ELEMENT\",n),u(u.P,f,Tt),L(f),u(u.P+u.F*_t,f,{set:Lt}),u(u.P+u.F*!k,f,Gt),e||_.toString\u003d\u003dht||(_.toString\u003dht),u(u.P+u.F*o(function(){new p(1).slice()}),f,{slice:Rt}),u(u.P+u.F*(o(function(){return[1,2].toLocaleString()!\u003dnew p([1,2]).toLocaleString()})||!o(function(){_.toLocaleString.call([1,2])})),f,{toLocaleString:jt}),T[f]\u003dk?A:N,e||k||h(_,pt,N)}}else n.exports\u003dfunction(){}},{100:100,104:104,11:11,114:114,115:115,116:116,118:118,119:119,12:12,120:120,122:122,123:123,124:124,128:128,129:129,141:141,17:17,25:25,29:29,33:33,35:35,40:40,41:41,42:42,48:48,51:51,56:56,58:58,6:6,60:60,71:71,72:72,75:75,77:77,79:79,8:8,9:9,92:92,93:93}],122:[function(t,n,r){\"use strict\";function packIEEE754(t,n,r){var e,i,o,u\u003dArray(r),c\u003d8*r-n-1,a\u003d(1\u003c\u003cc)-1,f\u003da\u003e\u003e1,s\u003d23\u003d\u003d\u003dn?M(2,-24)-M(2,-77):0,l\u003d0,h\u003dt\u003c0||0\u003d\u003d\u003dt\u0026\u00261/t\u003c0?1:0;for(t\u003dP(t),t!\u003dt||t\u003d\u003d\u003dE?(i\u003dt!\u003dt?1:0,e\u003da):(e\u003dF(I(t)/A),t*(o\u003dM(2,-e))\u003c1\u0026\u0026(e--,o*\u003d2),t+\u003de+f\u003e\u003d1?s/o:s*M(2,1-f),t*o\u003e\u003d2\u0026\u0026(e++,o/\u003d2),e+f\u003e\u003da?(i\u003d0,e\u003da):e+f\u003e\u003d1?(i\u003d(t*o-1)*M(2,n),e+\u003df):(i\u003dt*M(2,f-1)*M(2,n),e\u003d0));n\u003e\u003d8;u[l++]\u003d255\u0026i,i/\u003d256,n-\u003d8);for(e\u003de\u003c\u003cn|i,c+\u003dn;c\u003e0;u[l++]\u003d255\u0026e,e/\u003d256,c-\u003d8);return u[--l]|\u003d128*h,u}function unpackIEEE754(t,n,r){var e,i\u003d8*r-n-1,o\u003d(1\u003c\u003ci)-1,u\u003do\u003e\u003e1,c\u003di-7,a\u003dr-1,f\u003dt[a--],s\u003d127\u0026f;for(f\u003e\u003e\u003d7;c\u003e0;s\u003d256*s+t[a],a--,c-\u003d8);for(e\u003ds\u0026(1\u003c\u003c-c)-1,s\u003e\u003e\u003d-c,c+\u003dn;c\u003e0;e\u003d256*e+t[a],a--,c-\u003d8);if(0\u003d\u003d\u003ds)s\u003d1-u;else{if(s\u003d\u003d\u003do)return e?NaN:f?-E:E;e+\u003dM(2,n),s-\u003du}return(f?-1:1)*e*M(2,s-n)}function unpackI32(t){return t[3]\u003c\u003c24|t[2]\u003c\u003c16|t[1]\u003c\u003c8|t[0]}function packI8(t){return[255\u0026t]}function packI16(t){return[255\u0026t,t\u003e\u003e8\u0026255]}function packI32(t){return[255\u0026t,t\u003e\u003e8\u0026255,t\u003e\u003e16\u0026255,t\u003e\u003e24\u0026255]}function packF64(t){return packIEEE754(t,52,8)}function packF32(t){return packIEEE754(t,23,4)}function addGetter(t,n,r){d(t[m],n,{get:function(){return this[r]}})}function get(t,n,r,e){var i\u003d+r,o\u003dv(i);if(o+n\u003et[N])throw _(b);var u\u003dt[k]._b,c\u003do+t[j],a\u003du.slice(c,c+n);return e?a:a.reverse()}function set(t,n,r,e,i,o){var u\u003d+r,c\u003dv(u);if(c+n\u003et[N])throw _(b);for(var a\u003dt[k]._b,f\u003dc+t[j],s\u003de(+i),l\u003d0;l\u003cn;l++)a[f+l]\u003ds[o?l:n-l-1]}var e\u003dt(40),i\u003dt(29),o\u003dt(60),u\u003dt(123),c\u003dt(42),a\u003dt(93),f\u003dt(35),s\u003dt(6),l\u003dt(116),h\u003dt(118),v\u003dt(115),p\u003dt(77).f,d\u003dt(72).f,y\u003dt(9),g\u003dt(101),m\u003d\"prototype\",b\u003d\"Wrong index!\",x\u003de.ArrayBuffer,S\u003de.DataView,w\u003de.Math,_\u003de.RangeError,E\u003de.Infinity,O\u003dx,P\u003dw.abs,M\u003dw.pow,F\u003dw.floor,I\u003dw.log,A\u003dw.LN2,k\u003di?\"_b\":\"buffer\",N\u003di?\"_l\":\"byteLength\",j\u003di?\"_o\":\"byteOffset\";if(u.ABV){if(!f(function(){x(1)})||!f(function(){new x(-1)})||f(function(){return new x,new x(1.5),new x(NaN),\"ArrayBuffer\"!\u003dx.name})){x\u003dfunction ArrayBuffer(t){return s(this,x),new O(v(t))};for(var T,R\u003dx[m]\u003dO[m],L\u003dp(O),G\u003d0;L.length\u003eG;)(T\u003dL[G++])in x||c(x,T,O[T]);o||(R.constructor\u003dx)}var D\u003dnew S(new x(2)),C\u003dS[m].setInt8;D.setInt8(0,2147483648),D.setInt8(1,2147483649),!D.getInt8(0)\u0026\u0026D.getInt8(1)||a(S[m],{setInt8:function setInt8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)},setUint8:function setUint8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)}},!0)}else x\u003dfunction ArrayBuffer(t){s(this,x,\"ArrayBuffer\");var n\u003dv(t);this._b\u003dy.call(Array(n),0),this[N]\u003dn},S\u003dfunction DataView(t,n,r){s(this,S,\"DataView\"),s(t,x,\"DataView\");var e\u003dt[N],i\u003dl(n);if(i\u003c0||i\u003ee)throw _(\"Wrong offset!\");if(r\u003dvoid 0\u003d\u003d\u003dr?e-i:h(r),i+r\u003ee)throw _(\"Wrong length!\");this[k]\u003dt,this[j]\u003di,this[N]\u003dr},i\u0026\u0026(addGetter(x,\"byteLength\",\"_l\"),addGetter(S,\"buffer\",\"_b\"),addGetter(S,\"byteLength\",\"_l\"),addGetter(S,\"byteOffset\",\"_o\")),a(S[m],{getInt8:function getInt8(t){return get(this,1,t)[0]\u003c\u003c24\u003e\u003e24},getUint8:function getUint8(t){return get(this,1,t)[0]},getInt16:function getInt16(t){var n\u003dget(this,2,t,arguments[1]);return(n[1]\u003c\u003c8|n[0])\u003c\u003c16\u003e\u003e16},getUint16:function getUint16(t){var n\u003dget(this,2,t,arguments[1]);return n[1]\u003c\u003c8|n[0]},getInt32:function getInt32(t){return unpackI32(get(this,4,t,arguments[1]))},getUint32:function getUint32(t){return unpackI32(get(this,4,t,arguments[1]))\u003e\u003e\u003e0},getFloat32:function getFloat32(t){return unpackIEEE754(get(this,4,t,arguments[1]),23,4)},getFloat64:function getFloat64(t){return unpackIEEE754(get(this,8,t,arguments[1]),52,8)},setInt8:function setInt8(t,n){set(this,1,t,packI8,n)},setUint8:function setUint8(t,n){set(this,1,t,packI8,n)},setInt16:function setInt16(t,n){set(this,2,t,packI16,n,arguments[2])},setUint16:function setUint16(t,n){set(this,2,t,packI16,n,arguments[2])},setInt32:function setInt32(t,n){set(this,4,t,packI32,n,arguments[2])},setUint32:function setUint32(t,n){set(this,4,t,packI32,n,arguments[2])},setFloat32:function setFloat32(t,n){set(this,4,t,packF32,n,arguments[2])},setFloat64:function setFloat64(t,n){set(this,8,t,packF64,n,arguments[2])}});g(x,\"ArrayBuffer\"),g(S,\"DataView\"),c(S[m],u.VIEW,!0),r.ArrayBuffer\u003dx,r.DataView\u003dS},{101:101,115:115,116:116,118:118,123:123,29:29,35:35,40:40,42:42,6:6,60:60,72:72,77:77,9:9,93:93}],123:[function(t,n,r){for(var e,i\u003dt(40),o\u003dt(42),u\u003dt(124),c\u003du(\"typed_array\"),a\u003du(\"view\"),f\u003d!(!i.ArrayBuffer||!i.DataView),s\u003df,l\u003d0,h\u003d\"Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array\".split(\",\");l\u003c9;)(e\u003di[h[l++]])?(o(e.prototype,c,!0),o(e.prototype,a,!0)):s\u003d!1;n.exports\u003d{ABV:f,CONSTR:s,TYPED:c,VIEW:a}},{124:124,40:40,42:42}],124:[function(t,n,r){var e\u003d0,i\u003dMath.random();n.exports\u003dfunction(t){return\"Symbol(\".concat(void 0\u003d\u003d\u003dt?\"\":t,\")_\",(++e+i).toString(36))}},{}],125:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t)||t._t!\u003d\u003dn)throw TypeError(\"Incompatible receiver, \"+n+\" required!\");return t}},{51:51}],126:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(60),u\u003dt(127),c\u003dt(72).f;n.exports\u003dfunction(t){var n\u003di.Symbol||(i.Symbol\u003do?{}:e.Symbol||{});\"_\"\u003d\u003dt.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},{127:127,23:23,40:40,60:60,72:72}],127:[function(t,n,r){r.f\u003dt(128)},{128:128}],128:[function(t,n,r){var e\u003dt(103)(\"wks\"),i\u003dt(124),o\u003dt(40).Symbol,u\u003d\"function\"\u003d\u003dtypeof o;(n.exports\u003dfunction(t){return e[t]||(e[t]\u003du\u0026\u0026o[t]||(u?o:i)(\"Symbol.\"+t))}).store\u003de},{103:103,124:124,40:40}],129:[function(t,n,r){var e\u003dt(17),i\u003dt(128)(\"iterator\"),o\u003dt(58);n.exports\u003dt(23).getIteratorMethod\u003dfunction(t){if(void 0!\u003dt)return t[i]||t[\"@@iterator\"]||o[e(t)]}},{128:128,17:17,23:23,58:58}],130:[function(t,n,r){var e\u003dt(33),i\u003dt(95)(/[\\\\^$*+?.()|[\\]{}]/g,\"\\\\$\u0026\");e(e.S,\"RegExp\",{escape:function escape(t){return i(t)}})},{33:33,95:95}],131:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{copyWithin:t(8)}),t(5)(\"copyWithin\")},{33:33,5:5,8:8}],132:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(4);e(e.P+e.F*!t(105)([].every,!0),\"Array\",{every:function every(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],133:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{fill:t(9)}),t(5)(\"fill\")},{33:33,5:5,9:9}],134:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(2);e(e.P+e.F*!t(105)([].filter,!0),\"Array\",{filter:function filter(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],135:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(6),o\u003d\"findIndex\",u\u003d!0;o in[]\u0026\u0026Array(1)[o](function(){u\u003d!1}),e(e.P+e.F*u,\"Array\",{findIndex:function findIndex(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(o)},{12:12,33:33,5:5}],136:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(5),o\u003d!0;\"find\"in[]\u0026\u0026Array(1).find(function(){o\u003d!1}),e(e.P+e.F*o,\"Array\",{find:function find(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"find\")},{12:12,33:33,5:5}],137:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(0),o\u003dt(105)([].forEach,!0);e(e.P+e.F*!o,\"Array\",{forEach:function forEach(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],138:[function(t,n,r){\"use strict\";var e\u003dt(25),i\u003dt(33),o\u003dt(119),u\u003dt(53),c\u003dt(48),a\u003dt(118),f\u003dt(24),s\u003dt(129);i(i.S+i.F*!t(56)(function(t){Array.from(t)}),\"Array\",{from:function from(t){var n,r,i,l,h\u003do(t),v\u003d\"function\"\u003d\u003dtypeof this?this:Array,p\u003darguments.length,d\u003dp\u003e1?arguments[1]:void 0,y\u003dvoid 0!\u003d\u003dd,g\u003d0,m\u003ds(h);if(y\u0026\u0026(d\u003de(d,p\u003e2?arguments[2]:void 0,2)),void 0\u003d\u003dm||v\u003d\u003dArray\u0026\u0026c(m))for(n\u003da(h.length),r\u003dnew v(n);n\u003eg;g++)f(r,g,y?d(h[g],g):h[g]);else for(l\u003dm.call(h),r\u003dnew v;!(i\u003dl.next()).done;g++)f(r,g,y?u(l,d,[i.value,g],!0):i.value);return r.length\u003dg,r}})},{118:118,119:119,129:129,24:24,25:25,33:33,48:48,53:53,56:56}],139:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!1),o\u003d[].indexOf,u\u003d!!o\u0026\u00261/[1].indexOf(1,-0)\u003c0;e(e.P+e.F*(u||!t(105)(o)),\"Array\",{indexOf:function indexOf(t){return u?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},{105:105,11:11,33:33}],140:[function(t,n,r){var e\u003dt(33);e(e.S,\"Array\",{isArray:t(49)})},{33:33,49:49}],141:[function(t,n,r){\"use strict\";var e\u003dt(5),i\u003dt(57),o\u003dt(58),u\u003dt(117);n.exports\u003dt(55)(Array,\"Array\",function(t,n){this._t\u003du(t),this._i\u003d0,this._k\u003dn},function(){var t\u003dthis._t,n\u003dthis._k,r\u003dthis._i++;return!t||r\u003e\u003dt.length?(this._t\u003dvoid 0,i(1)):\"keys\"\u003d\u003dn?i(0,r):\"values\"\u003d\u003dn?i(0,t[r]):i(0,[r,t[r]])},\"values\"),o.Arguments\u003do.Array,e(\"keys\"),e(\"values\"),e(\"entries\")},{117:117,5:5,55:55,57:57,58:58}],142:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003d[].join;e(e.P+e.F*(t(47)!\u003dObject||!t(105)(o)),\"Array\",{join:function join(t){return o.call(i(this),void 0\u003d\u003d\u003dt?\",\":t)}})},{105:105,117:117,33:33,47:47}],143:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003dt(116),u\u003dt(118),c\u003d[].lastIndexOf,a\u003d!!c\u0026\u00261/[1].lastIndexOf(1,-0)\u003c0;e(e.P+e.F*(a||!t(105)(c)),\"Array\",{lastIndexOf:function lastIndexOf(t){if(a)return c.apply(this,arguments)||0;var n\u003di(this),r\u003du(n.length),e\u003dr-1;for(arguments.length\u003e1\u0026\u0026(e\u003dMath.min(e,o(arguments[1]))),e\u003c0\u0026\u0026(e\u003dr+e);e\u003e\u003d0;e--)if(e in n\u0026\u0026n[e]\u003d\u003d\u003dt)return e||0;return-1}})},{105:105,116:116,117:117,118:118,33:33}],144:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(1);e(e.P+e.F*!t(105)([].map,!0),\"Array\",{map:function map(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],145:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(24);e(e.S+e.F*t(35)(function(){function F(){}return!(Array.of.call(F)instanceof F)}),\"Array\",{of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dnew(\"function\"\u003d\u003dtypeof this?this:Array)(n);n\u003et;)i(r,t,arguments[t++]);return r.length\u003dn,r}})},{24:24,33:33,35:35}],146:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduceRight,!0),\"Array\",{reduceRight:function reduceRight(t){return i(this,t,arguments.length,arguments[1],!0)}})},{105:105,13:13,33:33}],147:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduce,!0),\"Array\",{reduce:function reduce(t){return i(this,t,arguments.length,arguments[1],!1)}})},{105:105,13:13,33:33}],148:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(43),o\u003dt(18),u\u003dt(114),c\u003dt(118),a\u003d[].slice;e(e.P+e.F*t(35)(function(){i\u0026\u0026a.call(i)}),\"Array\",{slice:function slice(t,n){var r\u003dc(this.length),e\u003do(this);if(n\u003dvoid 0\u003d\u003d\u003dn?r:n,\"Array\"\u003d\u003de)return a.call(this,t,n);for(var i\u003du(t,r),f\u003du(n,r),s\u003dc(f-i),l\u003dArray(s),h\u003d0;h\u003cs;h++)l[h]\u003d\"String\"\u003d\u003de?this.charAt(i+h):this[i+h];return l}})},{114:114,118:118,18:18,33:33,35:35,43:43}],149:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(3);e(e.P+e.F*!t(105)([].some,!0),\"Array\",{some:function some(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],150:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(119),u\u003dt(35),c\u003d[].sort,a\u003d[1,2,3];e(e.P+e.F*(u(function(){a.sort(void 0)})||!u(function(){a.sort(null)})||!t(105)(c)),\"Array\",{sort:function sort(t){return void 0\u003d\u003d\u003dt?c.call(o(this)):c.call(o(this),i(t))}})},{105:105,119:119,3:3,33:33,35:35}],151:[function(t,n,r){t(100)(\"Array\")},{100:100}],152:[function(t,n,r){var e\u003dt(33);e(e.S,\"Date\",{now:function(){return(new Date).getTime()}})},{33:33}],153:[function(t,n,r){var e\u003dt(33),i\u003dt(26);e(e.P+e.F*(Date.prototype.toISOString!\u003d\u003di),\"Date\",{toISOString:i})},{26:26,33:33}],154:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120);e(e.P+e.F*t(35)(function(){return null!\u003d\u003dnew Date(NaN).toJSON()||1!\u003d\u003dDate.prototype.toJSON.call({toISOString:function(){return 1}})}),\"Date\",{toJSON:function toJSON(t){var n\u003di(this),r\u003do(n);return\"number\"!\u003dtypeof r||isFinite(r)?n.toISOString():null}})},{119:119,120:120,33:33,35:35}],155:[function(t,n,r){var e\u003dt(128)(\"toPrimitive\"),i\u003dDate.prototype;e in i||t(42)(i,e,t(27))},{128:128,27:27,42:42}],156:[function(t,n,r){var e\u003dDate.prototype,i\u003de.toString,o\u003de.getTime;new Date(NaN)+\"\"!\u003d\"Invalid Date\"\u0026\u0026t(94)(e,\"toString\",function toString(){var t\u003do.call(this);return t\u003d\u003d\u003dt?i.call(this):\"Invalid Date\"})},{94:94}],157:[function(t,n,r){var e\u003dt(33);e(e.P,\"Function\",{bind:t(16)})},{16:16,33:33}],158:[function(t,n,r){\"use strict\";var e\u003dt(51),i\u003dt(79),o\u003dt(128)(\"hasInstance\"),u\u003dFunction.prototype;o in u||t(72).f(u,o,{value:function(t){if(\"function\"!\u003dtypeof this||!e(t))return!1;if(!e(this.prototype))return t instanceof this;for(;t\u003di(t);)if(this.prototype\u003d\u003d\u003dt)return!0;return!1}})},{128:128,51:51,72:72,79:79}],159:[function(t,n,r){var e\u003dt(72).f,i\u003dFunction.prototype,o\u003d/^\\s*function ([^ (]*)/;\"name\"in i||t(29)\u0026\u0026e(i,\"name\",{configurable:!0,get:function(){try{return(\"\"+this).match(o)[1]}catch(t){return\"\"}}})},{29:29,72:72}],160:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Map\",function(t){return function Map(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{get:function get(t){var n\u003de.getEntry(i(this,\"Map\"),t);return n\u0026\u0026n.v},set:function set(t,n){return e.def(i(this,\"Map\"),0\u003d\u003d\u003dt?0:t,n)}},e,!0)},{125:125,19:19,22:22}],161:[function(t,n,r){var e\u003dt(33),i\u003dt(63),o\u003dMath.sqrt,u\u003dMath.acosh;e(e.S+e.F*!(u\u0026\u0026710\u003d\u003dMath.floor(u(Number.MAX_VALUE))\u0026\u0026u(1/0)\u003d\u003d1/0),\"Math\",{acosh:function acosh(t){return(t\u003d+t)\u003c1?NaN:t\u003e94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},{33:33,63:63}],162:[function(t,n,r){function asinh(t){return isFinite(t\u003d+t)\u0026\u00260!\u003dt?t\u003c0?-asinh(-t):Math.log(t+Math.sqrt(t*t+1)):t}var e\u003dt(33),i\u003dMath.asinh;e(e.S+e.F*!(i\u0026\u00261/i(0)\u003e0),\"Math\",{asinh:asinh})},{33:33}],163:[function(t,n,r){var e\u003dt(33),i\u003dMath.atanh;e(e.S+e.F*!(i\u0026\u00261/i(-0)\u003c0),\"Math\",{atanh:function atanh(t){return 0\u003d\u003d(t\u003d+t)?t:Math.log((1+t)/(1-t))/2}})},{33:33}],164:[function(t,n,r){var e\u003dt(33),i\u003dt(65);e(e.S,\"Math\",{cbrt:function cbrt(t){return i(t\u003d+t)*Math.pow(Math.abs(t),1/3)}})},{33:33,65:65}],165:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clz32:function clz32(t){return(t\u003e\u003e\u003e\u003d0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},{33:33}],166:[function(t,n,r){var e\u003dt(33),i\u003dMath.exp;e(e.S,\"Math\",{cosh:function cosh(t){return(i(t\u003d+t)+i(-t))/2}})},{33:33}],167:[function(t,n,r){var e\u003dt(33),i\u003dt(61);e(e.S+e.F*(i!\u003dMath.expm1),\"Math\",{expm1:i})},{33:33,61:61}],168:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{fround:t(62)})},{33:33,62:62}],169:[function(t,n,r){var e\u003dt(33),i\u003dMath.abs;e(e.S,\"Math\",{hypot:function hypot(t,n){for(var r,e,o\u003d0,u\u003d0,c\u003darguments.length,a\u003d0;u\u003cc;)r\u003di(arguments[u++]),a\u003cr?(e\u003da/r,o\u003do*e*e+1,a\u003dr):r\u003e0?(e\u003dr/a,o+\u003de*e):o+\u003dr;return a\u003d\u003d\u003d1/0?1/0:a*Math.sqrt(o)}})},{33:33}],170:[function(t,n,r){var e\u003dt(33),i\u003dMath.imul;e(e.S+e.F*t(35)(function(){return-5!\u003di(4294967295,5)||2!\u003di.length}),\"Math\",{imul:function imul(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e;return 0|i*o+((65535\u0026r\u003e\u003e\u003e16)*o+i*(65535\u0026e\u003e\u003e\u003e16)\u003c\u003c16\u003e\u003e\u003e0)}})},{33:33,35:35}],171:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log10:function log10(t){return Math.log(t)*Math.LOG10E}})},{33:33}],172:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log1p:t(63)})},{33:33,63:63}],173:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log2:function log2(t){return Math.log(t)/Math.LN2}})},{33:33}],174:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{sign:t(65)})},{33:33,65:65}],175:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S+e.F*t(35)(function(){return-2e-17!\u003d!Math.sinh(-2e-17)}),\"Math\",{sinh:function sinh(t){return Math.abs(t\u003d+t)\u003c1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},{33:33,35:35,61:61}],176:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S,\"Math\",{tanh:function tanh(t){var n\u003di(t\u003d+t),r\u003di(-t);return n\u003d\u003d1/0?1:r\u003d\u003d1/0?-1:(n-r)/(o(t)+o(-t))}})},{33:33,61:61}],177:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{trunc:function trunc(t){return(t\u003e0?Math.floor:Math.ceil)(t)}})},{33:33}],178:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(18),u\u003dt(45),c\u003dt(120),a\u003dt(35),f\u003dt(77).f,s\u003dt(75).f,l\u003dt(72).f,h\u003dt(111).trim,v\u003de.Number,p\u003dv,d\u003dv.prototype,y\u003d\"Number\"\u003d\u003do(t(71)(d)),g\u003d\"trim\"in String.prototype,m\u003dfunction(t){var n\u003dc(t,!1);if(\"string\"\u003d\u003dtypeof n\u0026\u0026n.length\u003e2){n\u003dg?n.trim():h(n,3);var r,e,i,o\u003dn.charCodeAt(0);if(43\u003d\u003d\u003do||45\u003d\u003d\u003do){if(88\u003d\u003d\u003d(r\u003dn.charCodeAt(2))||120\u003d\u003d\u003dr)return NaN}else if(48\u003d\u003d\u003do){switch(n.charCodeAt(1)){case 66:case 98:e\u003d2,i\u003d49;break;case 79:case 111:e\u003d8,i\u003d55;break;default:return+n}for(var u,a\u003dn.slice(2),f\u003d0,s\u003da.length;f\u003cs;f++)if((u\u003da.charCodeAt(f))\u003c48||u\u003ei)return NaN;return parseInt(a,e)}}return+n};if(!v(\" 0o1\")||!v(\"0b1\")||v(\"+0x1\")){v\u003dfunction Number(t){var n\u003darguments.length\u003c1?0:t,r\u003dthis;return r instanceof v\u0026\u0026(y?a(function(){d.valueOf.call(r)}):\"Number\"!\u003do(r))?u(new p(m(n)),r,v):m(n)};for(var b,x\u003dt(29)?f(p):\"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger\".split(\",\"),S\u003d0;x.length\u003eS;S++)i(p,b\u003dx[S])\u0026\u0026!i(v,b)\u0026\u0026l(v,b,s(p,b));v.prototype\u003dd,d.constructor\u003dv,t(94)(e,\"Number\",v)}},{111:111,120:120,18:18,29:29,35:35,40:40,41:41,45:45,71:71,72:72,75:75,77:77,94:94}],179:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{EPSILON:Math.pow(2,-52)})},{33:33}],180:[function(t,n,r){var e\u003dt(33),i\u003dt(40).isFinite;e(e.S,\"Number\",{isFinite:function isFinite(t){return\"number\"\u003d\u003dtypeof t\u0026\u0026i(t)}})},{33:33,40:40}],181:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isInteger:t(50)})},{33:33,50:50}],182:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isNaN:function isNaN(t){return t!\u003dt}})},{33:33}],183:[function(t,n,r){var e\u003dt(33),i\u003dt(50),o\u003dMath.abs;e(e.S,\"Number\",{isSafeInteger:function isSafeInteger(t){return i(t)\u0026\u0026o(t)\u003c\u003d9007199254740991}})},{33:33,50:50}],184:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MAX_SAFE_INTEGER:9007199254740991})},{33:33}],185:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MIN_SAFE_INTEGER:-9007199254740991})},{33:33}],186:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.S+e.F*(Number.parseFloat!\u003di),\"Number\",{parseFloat:i})},{33:33,86:86}],187:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.S+e.F*(Number.parseInt!\u003di),\"Number\",{parseInt:i})},{33:33,87:87}],188:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(116),o\u003dt(4),u\u003dt(110),c\u003d1..toFixed,a\u003dMath.floor,f\u003d[0,0,0,0,0,0],s\u003d\"Number.toFixed: incorrect invocation!\",l\u003dfunction(t,n){for(var r\u003d-1,e\u003dn;++r\u003c6;)e+\u003dt*f[r],f[r]\u003de%1e7,e\u003da(e/1e7)},h\u003dfunction(t){for(var n\u003d6,r\u003d0;--n\u003e\u003d0;)r+\u003df[n],f[n]\u003da(r/t),r\u003dr%t*1e7},v\u003dfunction(){for(var t\u003d6,n\u003d\"\";--t\u003e\u003d0;)if(\"\"!\u003d\u003dn||0\u003d\u003d\u003dt||0!\u003d\u003df[t]){var r\u003dString(f[t]);n\u003d\"\"\u003d\u003d\u003dn?r:n+u.call(\"0\",7-r.length)+r}return n},p\u003dfunction(t,n,r){return 0\u003d\u003d\u003dn?r:n%2\u003d\u003d1?p(t,n-1,r*t):p(t*t,n/2,r)},d\u003dfunction(t){for(var n\u003d0,r\u003dt;r\u003e\u003d4096;)n+\u003d12,r/\u003d4096;for(;r\u003e\u003d2;)n+\u003d1,r/\u003d2;return n};e(e.P+e.F*(!!c\u0026\u0026(\"0.000\"!\u003d\u003d8e-5.toFixed(3)||\"1\"!\u003d\u003d.9.toFixed(0)||\"1.25\"!\u003d\u003d1.255.toFixed(2)||\"1000000000000000128\"!\u003d\u003d(0xde0b6b3a7640080).toFixed(0))||!t(35)(function(){c.call({})})),\"Number\",{toFixed:function toFixed(t){var n,r,e,c,a\u003do(this,s),f\u003di(t),y\u003d\"\",g\u003d\"0\";if(f\u003c0||f\u003e20)throw RangeError(s);if(a!\u003da)return\"NaN\";if(a\u003c\u003d-1e21||a\u003e\u003d1e21)return String(a);if(a\u003c0\u0026\u0026(y\u003d\"-\",a\u003d-a),a\u003e1e-21)if(n\u003dd(a*p(2,69,1))-69,r\u003dn\u003c0?a*p(2,-n,1):a/p(2,n,1),r*\u003d4503599627370496,(n\u003d52-n)\u003e0){for(l(0,r),e\u003df;e\u003e\u003d7;)l(1e7,0),e-\u003d7;for(l(p(10,e,1),0),e\u003dn-1;e\u003e\u003d23;)h(1\u003c\u003c23),e-\u003d23;h(1\u003c\u003ce),l(1,1),h(2),g\u003dv()}else l(0,r),l(1\u003c\u003c-n,0),g\u003dv()+u.call(\"0\",f);return f\u003e0?(c\u003dg.length,g\u003dy+(c\u003c\u003df?\"0.\"+u.call(\"0\",f-c)+g:g.slice(0,c-f)+\".\"+g.slice(c-f))):g\u003dy+g,g}})},{110:110,116:116,33:33,35:35,4:4}],189:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(35),o\u003dt(4),u\u003d1..toPrecision;e(e.P+e.F*(i(function(){return\"1\"!\u003d\u003du.call(1,void 0)})||!i(function(){u.call({})})),\"Number\",{toPrecision:function toPrecision(t){var n\u003do(this,\"Number#toPrecision: incorrect invocation!\");return void 0\u003d\u003d\u003dt?u.call(n):u.call(n,t)}})},{33:33,35:35,4:4}],190:[function(t,n,r){var e\u003dt(33);e(e.S+e.F,\"Object\",{assign:t(70)})},{33:33,70:70}],191:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{create:t(71)})},{33:33,71:71}],192:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperties:t(73)})},{29:29,33:33,73:73}],193:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperty:t(72).f})},{29:29,33:33,72:72}],194:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"freeze\",function(t){return function freeze(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],195:[function(t,n,r){var e\u003dt(117),i\u003dt(75).f;t(83)(\"getOwnPropertyDescriptor\",function(){return function getOwnPropertyDescriptor(t,n){return i(e(t),n)}})},{117:117,75:75,83:83}],196:[function(t,n,r){t(83)(\"getOwnPropertyNames\",function(){return t(76).f})},{76:76,83:83}],197:[function(t,n,r){var e\u003dt(119),i\u003dt(79);t(83)(\"getPrototypeOf\",function(){return function getPrototypeOf(t){return i(e(t))}})},{119:119,79:79,83:83}],198:[function(t,n,r){var e\u003dt(51);t(83)(\"isExtensible\",function(t){return function isExtensible(n){return!!e(n)\u0026\u0026(!t||t(n))}})},{51:51,83:83}],199:[function(t,n,r){var e\u003dt(51);t(83)(\"isFrozen\",function(t){return function isFrozen(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],200:[function(t,n,r){var e\u003dt(51);t(83)(\"isSealed\",function(t){return function isSealed(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],201:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{is:t(96)})},{33:33,96:96}],202:[function(t,n,r){var e\u003dt(119),i\u003dt(81);t(83)(\"keys\",function(){return function keys(t){return i(e(t))}})},{119:119,81:81,83:83}],203:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"preventExtensions\",function(t){return function preventExtensions(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],204:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"seal\",function(t){return function seal(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],205:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{setPrototypeOf:t(99).set})},{33:33,99:99}],206:[function(t,n,r){\"use strict\";var e\u003dt(17),i\u003d{};i[t(128)(\"toStringTag\")]\u003d\"z\",i+\"\"!\u003d\"[object z]\"\u0026\u0026t(94)(Object.prototype,\"toString\",function toString(){return\"[object \"+e(this)+\"]\"},!0)},{128:128,17:17,94:94}],207:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.G+e.F*(parseFloat!\u003di),{parseFloat:i})},{33:33,86:86}],208:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.G+e.F*(parseInt!\u003di),{parseInt:i})},{33:33,87:87}],209:[function(t,n,r){\"use strict\";var e,i,o,u,c\u003dt(60),a\u003dt(40),f\u003dt(25),s\u003dt(17),l\u003dt(33),h\u003dt(51),v\u003dt(3),p\u003dt(6),d\u003dt(39),y\u003dt(104),g\u003dt(113).set,m\u003dt(68)(),b\u003dt(69),x\u003dt(90),S\u003dt(91),w\u003da.TypeError,_\u003da.process,E\u003da.Promise,O\u003d\"process\"\u003d\u003ds(_),P\u003dfunction(){},M\u003di\u003db.f,F\u003d!!function(){try{var n\u003dE.resolve(1),r\u003d(n.constructor\u003d{})[t(128)(\"species\")]\u003dfunction(t){t(P,P)};return(O||\"function\"\u003d\u003dtypeof PromiseRejectionEvent)\u0026\u0026n.then(P)instanceof r}catch(t){}}(),I\u003dc?function(t,n){return t\u003d\u003d\u003dn||t\u003d\u003d\u003dE\u0026\u0026n\u003d\u003d\u003du}:function(t,n){return t\u003d\u003d\u003dn},A\u003dfunction(t){var n;return!(!h(t)||\"function\"!\u003dtypeof(n\u003dt.then))\u0026\u0026n},k\u003dfunction(t,n){if(!t._n){t._n\u003d!0;var r\u003dt._c;m(function(){for(var e\u003dt._v,i\u003d1\u003d\u003dt._s,o\u003d0;r.length\u003eo;)!function(n){var r,o,u\u003di?n.ok:n.fail,c\u003dn.resolve,a\u003dn.reject,f\u003dn.domain;try{u?(i||(2\u003d\u003dt._h\u0026\u0026T(t),t._h\u003d1),!0\u003d\u003d\u003du?r\u003de:(f\u0026\u0026f.enter(),r\u003du(e),f\u0026\u0026f.exit()),r\u003d\u003d\u003dn.promise?a(w(\"Promise-chain cycle\")):(o\u003dA(r))?o.call(r,c,a):c(r)):a(e)}catch(t){a(t)}}(r[o++]);t._c\u003d[],t._n\u003d!1,n\u0026\u0026!t._h\u0026\u0026N(t)})}},N\u003dfunction(t){g.call(a,function(){var n,r,e,i\u003dt._v,o\u003dj(t);if(o\u0026\u0026(n\u003dx(function(){O?_.emit(\"unhandledRejection\",i,t):(r\u003da.onunhandledrejection)?r({promise:t,reason:i}):(e\u003da.console)\u0026\u0026e.error\u0026\u0026e.error(\"Unhandled promise rejection\",i)}),t._h\u003dO||j(t)?2:1),t._a\u003dvoid 0,o\u0026\u0026n.e)throw n.v})},j\u003dfunction(t){if(1\u003d\u003dt._h)return!1;for(var n,r\u003dt._a||t._c,e\u003d0;r.length\u003ee;)if(n\u003dr[e++],n.fail||!j(n.promise))return!1;return!0},T\u003dfunction(t){g.call(a,function(){var n;O?_.emit(\"rejectionHandled\",t):(n\u003da.onrejectionhandled)\u0026\u0026n({promise:t,reason:t._v})})},R\u003dfunction(t){var n\u003dthis;n._d||(n._d\u003d!0,n\u003dn._w||n,n._v\u003dt,n._s\u003d2,n._a||(n._a\u003dn._c.slice()),k(n,!0))},L\u003dfunction(t){var n,r\u003dthis;if(!r._d){r._d\u003d!0,r\u003dr._w||r;try{if(r\u003d\u003d\u003dt)throw w(\"Promise can\u0027t be resolved itself\");(n\u003dA(t))?m(function(){var e\u003d{_w:r,_d:!1};try{n.call(t,f(L,e,1),f(R,e,1))}catch(t){R.call(e,t)}}):(r._v\u003dt,r._s\u003d1,k(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};F||(E\u003dfunction Promise(t){p(this,E,\"Promise\",\"_h\"),v(t),e.call(this);try{t(f(L,this,1),f(R,this,1))}catch(t){R.call(this,t)}},e\u003dfunction Promise(t){this._c\u003d[],this._a\u003dvoid 0,this._s\u003d0,this._d\u003d!1,this._v\u003dvoid 0,this._h\u003d0,this._n\u003d!1},e.prototype\u003dt(93)(E.prototype,{then:function then(t,n){var r\u003dM(y(this,E));return r.ok\u003d\"function\"!\u003dtypeof t||t,r.fail\u003d\"function\"\u003d\u003dtypeof n\u0026\u0026n,r.domain\u003dO?_.domain:void 0,this._c.push(r),this._a\u0026\u0026this._a.push(r),this._s\u0026\u0026k(this,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o\u003dfunction(){var t\u003dnew e;this.promise\u003dt,this.resolve\u003df(L,t,1),this.reject\u003df(R,t,1)},b.f\u003dM\u003dfunction(t){return I(E,t)?new o(t):i(t)}),l(l.G+l.W+l.F*!F,{Promise:E}),t(101)(E,\"Promise\"),t(100)(\"Promise\"),u\u003dt(23).Promise,l(l.S+l.F*!F,\"Promise\",{reject:function reject(t){var n\u003dM(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!F),\"Promise\",{resolve:function resolve(t){return t instanceof E\u0026\u0026I(t.constructor,this)?t:S(this,t)}}),l(l.S+l.F*!(F\u0026\u0026t(56)(function(t){E.all(t).catch(P)})),\"Promise\",{all:function all(t){var n\u003dthis,r\u003dM(n),e\u003dr.resolve,i\u003dr.reject,o\u003dx(function(){var r\u003d[],o\u003d0,u\u003d1;d(t,!1,function(t){var c\u003do++,a\u003d!1;r.push(void 0),u++,n.resolve(t).then(function(t){a||(a\u003d!0,r[c]\u003dt,--u||e(r))},i)}),--u||e(r)});return o.e\u0026\u0026i(o.v),r.promise},race:function race(t){var n\u003dthis,r\u003dM(n),e\u003dr.reject,i\u003dx(function(){d(t,!1,function(t){n.resolve(t).then(r.resolve,e)})});return i.e\u0026\u0026e(i.v),r.promise}})},{100:100,101:101,104:104,113:113,128:128,17:17,23:23,25:25,"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"3:3,33:33,39:39,40:40,51:51,56:56,6:6,60:60,68:68,69:69,90:90,91:91,93:93}],210:[function(t,n,r){var e\u003dt(33),i\u003dt(3),o\u003dt(7),u\u003d(t(40).Reflect||{}).apply,c\u003dFunction.apply;e(e.S+e.F*!t(35)(function(){u(function(){})}),\"Reflect\",{apply:function apply(t,n,r){var e\u003di(t),a\u003do(r);return u?u(e,n,a):c.call(e,n,a)}})},{3:3,33:33,35:35,40:40,7:7}],211:[function(t,n,r){var e\u003dt(33),i\u003dt(71),o\u003dt(3),u\u003dt(7),c\u003dt(51),a\u003dt(35),f\u003dt(16),s\u003d(t(40).Reflect||{}).construct,l\u003da(function(){function F(){}return!(s(function(){},[],F)instanceof F)}),h\u003d!a(function(){s(function(){})});e(e.S+e.F*(l||h),\"Reflect\",{construct:function construct(t,n){o(t),u(n);var r\u003darguments.length\u003c3?t:o(arguments[2]);if(h\u0026\u0026!l)return s(t,n,r);if(t\u003d\u003dr){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var e\u003d[null];return e.push.apply(e,n),new(f.apply(t,e))}var a\u003dr.prototype,v\u003di(c(a)?a:Object.prototype),p\u003dFunction.apply.call(t,v,n);return c(p)?p:v}})},{16:16,3:3,33:33,35:35,40:40,51:51,7:7,71:71}],212:[function(t,n,r){var e\u003dt(72),i\u003dt(33),o\u003dt(7),u\u003dt(120);i(i.S+i.F*t(35)(function(){Reflect.defineProperty(e.f({},1,{value:1}),1,{value:2})}),\"Reflect\",{defineProperty:function defineProperty(t,n,r){o(t),n\u003du(n,!0),o(r);try{return e.f(t,n,r),!0}catch(t){return!1}}})},{120:120,33:33,35:35,7:7,72:72}],213:[function(t,n,r){var e\u003dt(33),i\u003dt(75).f,o\u003dt(7);e(e.S,\"Reflect\",{deleteProperty:function deleteProperty(t,n){var r\u003di(o(t),n);return!(r\u0026\u0026!r.configurable)\u0026\u0026delete t[n]}})},{33:33,7:7,75:75}],214:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(7),o\u003dfunction(t){this._t\u003di(t),this._i\u003d0;var n,r\u003dthis._k\u003d[];for(n in t)r.push(n)};t(54)(o,\"Object\",function(){var t,n\u003dthis,r\u003dn._k;do{if(n._i\u003e\u003dr.length)return{value:void 0,done:!0}}while(!((t\u003dr[n._i++])in n._t));return{value:t,done:!1}}),e(e.S,\"Reflect\",{enumerate:function enumerate(t){return new o(t)}})},{33:33,54:54,7:7}],215:[function(t,n,r){var e\u003dt(75),i\u003dt(33),o\u003dt(7);i(i.S,\"Reflect\",{getOwnPropertyDescriptor:function getOwnPropertyDescriptor(t,n){return e.f(o(t),n)}})},{33:33,7:7,75:75}],216:[function(t,n,r){var e\u003dt(33),i\u003dt(79),o\u003dt(7);e(e.S,\"Reflect\",{getPrototypeOf:function getPrototypeOf(t){return i(o(t))}})},{33:33,7:7,79:79}],217:[function(t,n,r){function get(t,n){var r,u,f\u003darguments.length\u003c3?t:arguments[2];return a(t)\u003d\u003d\u003df?t[n]:(r\u003de.f(t,n))?o(r,\"value\")?r.value:void 0!\u003d\u003dr.get?r.get.call(f):void 0:c(u\u003di(t))?get(u,n,f):void 0}var e\u003dt(75),i\u003dt(79),o\u003dt(41),u\u003dt(33),c\u003dt(51),a\u003dt(7);u(u.S,\"Reflect\",{get:get})},{33:33,41:41,51:51,7:7,75:75,79:79}],218:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{has:function has(t,n){return n in t}})},{33:33}],219:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.isExtensible;e(e.S,\"Reflect\",{isExtensible:function isExtensible(t){return i(t),!o||o(t)}})},{33:33,7:7}],220:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{ownKeys:t(85)})},{33:33,85:85}],221:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.preventExtensions;e(e.S,\"Reflect\",{preventExtensions:function preventExtensions(t){i(t);try{return o\u0026\u0026o(t),!0}catch(t){return!1}}})},{33:33,7:7}],222:[function(t,n,r){var e\u003dt(33),i\u003dt(99);i\u0026\u0026e(e.S,\"Reflect\",{setPrototypeOf:function setPrototypeOf(t,n){i.check(t,n);try{return i.set(t,n),!0}catch(t){return!1}}})},{33:33,99:99}],223:[function(t,n,r){function set(t,n,r){var c,l,h\u003darguments.length\u003c4?t:arguments[3],v\u003di.f(f(t),n);if(!v){if(s(l\u003do(t)))return set(l,n,r,h);v\u003da(0)}return u(v,\"value\")?!(!1\u003d\u003d\u003dv.writable||!s(h))\u0026\u0026(c\u003di.f(h,n)||a(0),c.value\u003dr,e.f(h,n,c),!0):void 0!\u003d\u003dv.set\u0026\u0026(v.set.call(h,r),!0)}var e\u003dt(72),i\u003dt(75),o\u003dt(79),u\u003dt(41),c\u003dt(33),a\u003dt(92),f\u003dt(7),s\u003dt(51);c(c.S,\"Reflect\",{set:set})},{33:33,41:41,51:51,7:7,72:72,75:75,79:79,92:92}],224:[function(t,n,r){var e\u003dt(40),i\u003dt(45),o\u003dt(72).f,u\u003dt(77).f,c\u003dt(52),a\u003dt(37),f\u003de.RegExp,s\u003df,l\u003df.prototype,h\u003d/a/g,v\u003d/a/g,p\u003dnew f(h)!\u003d\u003dh;if(t(29)\u0026\u0026(!p||t(35)(function(){return v[t(128)(\"match\")]\u003d!1,f(h)!\u003dh||f(v)\u003d\u003dv||\"/a/i\"!\u003df(h,\"i\")}))){f\u003dfunction RegExp(t,n){var r\u003dthis instanceof f,e\u003dc(t),o\u003dvoid 0\u003d\u003d\u003dn;return!r\u0026\u0026e\u0026\u0026t.constructor\u003d\u003d\u003df\u0026\u0026o?t:i(p?new s(e\u0026\u0026!o?t.source:t,n):s((e\u003dt instanceof f)?t.source:t,e\u0026\u0026o?a.call(t):n),r?this:l,f)};for(var d\u003du(s),y\u003d0;d.length\u003ey;)!function(t){t in f||o(f,t,{configurable:!0,get:function(){return s[t]},set:function(n){s[t]\u003dn}})}(d[y++]);l.constructor\u003df,f.prototype\u003dl,t(94)(e,\"RegExp\",f)}t(100)(\"RegExp\")},{100:100,128:128,29:29,35:35,37:37,40:40,45:45,52:52,72:72,77:77,94:94}],225:[function(t,n,r){t(29)\u0026\u0026\"g\"!\u003d/./g.flags\u0026\u0026t(72).f(RegExp.prototype,\"flags\",{configurable:!0,get:t(37)})},{29:29,37:37,72:72}],226:[function(t,n,r){t(36)(\"match\",1,function(t,n,r){return[function match(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],227:[function(t,n,r){t(36)(\"replace\",2,function(t,n,r){return[function replace(e,i){\"use strict\";var o\u003dt(this),u\u003dvoid 0\u003d\u003de?void 0:e[n];return void 0!\u003d\u003du?u.call(e,o,i):r.call(String(o),e,i)},r]})},{36:36}],228:[function(t,n,r){t(36)(\"search\",1,function(t,n,r){return[function search(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],229:[function(t,n,r){t(36)(\"split\",2,function(n,r,e){\"use strict\";var i\u003dt(52),o\u003de,u\u003d[].push,c\u003d\"length\";if(\"c\"\u003d\u003d\"abbc\".split(/(b)*/)[1]||4!\u003d\"test\".split(/(?:)/,-1)[c]||2!\u003d\"ab\".split(/(?:ab)*/)[c]||4!\u003d\".\".split(/(.?)(.?)/)[c]||\".\".split(/()()/)[c]\u003e1||\"\".split(/.?/)[c]){var a\u003dvoid 0\u003d\u003d\u003d/()??/.exec(\"\")[1];e\u003dfunction(t,n){var r\u003dString(this);if(void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn)return[];if(!i(t))return o.call(r,t,n);var e,f,s,l,h,v\u003d[],p\u003d(t.ignoreCase?\"i\":\"\")+(t.multiline?\"m\":\"\")+(t.unicode?\"u\":\"\")+(t.sticky?\"y\":\"\"),d\u003d0,y\u003dvoid 0\u003d\u003d\u003dn?4294967295:n\u003e\u003e\u003e0,g\u003dnew RegExp(t.source,p+\"g\");for(a||(e\u003dnew RegExp(\"^\"+g.source+\"$(?!\\\\s)\",p));(f\u003dg.exec(r))\u0026\u0026!((s\u003df.index+f[0][c])\u003ed\u0026\u0026(v.push(r.slice(d,f.index)),!a\u0026\u0026f[c]\u003e1\u0026\u0026f[0].replace(e,function(){for(h\u003d1;h\u003carguments[c]-2;h++)void 0\u003d\u003d\u003darguments[h]\u0026\u0026(f[h]\u003dvoid 0)}),f[c]\u003e1\u0026\u0026f.index\u003cr[c]\u0026\u0026u.apply(v,f.slice(1)),l\u003df[0][c],d\u003ds,v[c]\u003e\u003dy));)g.lastIndex\u003d\u003d\u003df.index\u0026\u0026g.lastIndex++;return d\u003d\u003d\u003dr[c]?!l\u0026\u0026g.test(\"\")||v.push(\"\"):v.push(r.slice(d)),v[c]\u003ey?v.slice(0,y):v}}else\"0\".split(void 0,0)[c]\u0026\u0026(e\u003dfunction(t,n){return void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn?[]:o.call(this,t,n)});return[function split(t,i){var o\u003dn(this),u\u003dvoid 0\u003d\u003dt?void 0:t[r];return void 0!\u003d\u003du?u.call(t,o,i):e.call(String(o),t,i)},e]})},{36:36,52:52}],230:[function(t,n,r){\"use strict\";t(225);var e\u003dt(7),i\u003dt(37),o\u003dt(29),u\u003d/./.toString,c\u003dfunction(n){t(94)(RegExp.prototype,\"toString\",n,!0)};t(35)(function(){return\"/a/b\"!\u003du.call({source:\"a\",flags:\"b\"})})?c(function toString(){var t\u003de(this);return\"/\".concat(t.source,\"/\",\"flags\"in t?t.flags:!o\u0026\u0026t instanceof RegExp?i.call(t):void 0)}):\"toString\"!\u003du.name\u0026\u0026c(function toString(){return u.call(this)})},{225:225,29:29,35:35,37:37,7:7,94:94}],231:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Set\",function(t){return function Set(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"Set\"),t\u003d0\u003d\u003d\u003dt?0:t,t)}},e)},{125:125,19:19,22:22}],232:[function(t,n,r){\"use strict\";t(108)(\"anchor\",function(t){return function anchor(n){return t(this,\"a\",\"name\",n)}})},{108:108}],233:[function(t,n,r){\"use strict\";t(108)(\"big\",function(t){return function big(){return t(this,\"big\",\"\",\"\")}})},{108:108}],234:[function(t,n,r){\"use strict\";t(108)(\"blink\",function(t){return function blink(){return t(this,\"blink\",\"\",\"\")}})},{108:108}],235:[function(t,n,r){\"use strict\";t(108)(\"bold\",function(t){return function bold(){return t(this,\"b\",\"\",\"\")}})},{108:108}],236:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!1);e(e.P,\"String\",{codePointAt:function codePointAt(t){return i(this,t)}})},{106:106,33:33}],237:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".endsWith;e(e.P+e.F*t(34)(\"endsWith\"),\"String\",{endsWith:function endsWith(t){var n\u003do(this,t,\"endsWith\"),r\u003darguments.length\u003e1?arguments[1]:void 0,e\u003di(n.length),c\u003dvoid 0\u003d\u003d\u003dr?e:Math.min(i(r),e),a\u003dString(t);return u?u.call(n,a,c):n.slice(c-a.length,c)\u003d\u003d\u003da}})},{107:107,118:118,33:33,34:34}],238:[function(t,n,r){\"use strict\";t(108)(\"fixed\",function(t){return function fixed(){return t(this,\"tt\",\"\",\"\")}})},{108:108}],239:[function(t,n,r){\"use strict\";t(108)(\"fontcolor\",function(t){return function fontcolor(n){return t(this,\"font\",\"color\",n)}})},{108:108}],240:[function(t,n,r){\"use strict\";t(108)(\"fontsize\",function(t){return function fontsize(n){return t(this,\"font\",\"size\",n)}})},{108:108}],241:[function(t,n,r){var e\u003dt(33),i\u003dt(114),o\u003dString.fromCharCode,u\u003dString.fromCodePoint;e(e.S+e.F*(!!u\u0026\u00261!\u003du.length),\"String\",{fromCodePoint:function fromCodePoint(t){for(var n,r\u003d[],e\u003darguments.length,u\u003d0;e\u003eu;){if(n\u003d+arguments[u++],i(n,1114111)!\u003d\u003dn)throw RangeError(n+\" is not a valid code point\");r.push(n\u003c65536?o(n):o(55296+((n-\u003d65536)\u003e\u003e10),n%1024+56320))}return r.join(\"\")}})},{114:114,33:33}],242:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(107);e(e.P+e.F*t(34)(\"includes\"),\"String\",{includes:function includes(t){return!!~i(this,t,\"includes\").indexOf(t,arguments.length\u003e1?arguments[1]:void 0)}})},{107:107,33:33,34:34}],243:[function(t,n,r){\"use strict\";t(108)(\"italics\",function(t){return function italics(){return t(this,\"i\",\"\",\"\")}})},{108:108}],244:[function(t,n,r){\"use strict\";var e\u003dt(106)(!0);t(55)(String,\"String\",function(t){this._t\u003dString(t),this._i\u003d0},function(){var t,n\u003dthis._t,r\u003dthis._i;return r\u003e\u003dn.length?{value:void 0,done:!0}:(t\u003de(n,r),this._i+\u003dt.length,{value:t,done:!1})})},{106:106,55:55}],245:[function(t,n,r){\"use strict\";t(108)(\"link\",function(t){return function link(n){return t(this,\"a\",\"href\",n)}})},{108:108}],246:[function(t,n,r){var e\u003dt(33),i\u003dt(117),o\u003dt(118);e(e.S,\"String\",{raw:function raw(t){for(var n\u003di(t.raw),r\u003do(n.length),e\u003darguments.length,u\u003d[],c\u003d0;r\u003ec;)u.push(String(n[c++])),c\u003ce\u0026\u0026u.push(String(arguments[c]));return u.join(\"\")}})},{117:117,118:118,33:33}],247:[function(t,n,r){var e\u003dt(33);e(e.P,\"String\",{repeat:t(110)})},{110:110,33:33}],248:[function(t,n,r){\"use strict\";t(108)(\"small\",function(t){return function small(){return t(this,\"small\",\"\",\"\")}})},{108:108}],249:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".startsWith;e(e.P+e.F*t(34)(\"startsWith\"),\"String\",{startsWith:function startsWith(t){var n\u003do(this,t,\"startsWith\"),r\u003di(Math.min(arguments.length\u003e1?arguments[1]:void 0,n.length)),e\u003dString(t);return u?u.call(n,e,r):n.slice(r,r+e.length)\u003d\u003d\u003de}})},{107:107,118:118,33:33,34:34}],250:[function(t,n,r){\"use strict\";t(108)(\"strike\",function(t){return function strike(){return t(this,\"strike\",\"\",\"\")}})},{108:108}],251:[function(t,n,r){\"use strict\";t(108)(\"sub\",function(t){return function sub(){return t(this,\"sub\",\"\",\"\")}})},{108:108}],252:[function(t,n,r){\"use strict\";t(108)(\"sup\",function(t){return function sup(){return t(this,\"sup\",\"\",\"\")}})},{108:108}],253:[function(t,n,r){\"use strict\";t(111)(\"trim\",function(t){return function trim(){return t(this,3)}})},{111:111}],254:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(29),u\u003dt(33),c\u003dt(94),a\u003dt(66).KEY,f\u003dt(35),s\u003dt(103),l\u003dt(101),h\u003dt(124),v\u003dt(128),p\u003dt(127),d\u003dt(126),y\u003dt(59),g\u003dt(32),m\u003dt(49),b\u003dt(7),x\u003dt(117),S\u003dt(120),w\u003dt(92),_\u003dt(71),E\u003dt(76),O\u003dt(75),P\u003dt(72),M\u003dt(81),F\u003dO.f,I\u003dP.f,A\u003dE.f,k\u003de.Symbol,N\u003de.JSON,j\u003dN\u0026\u0026N.stringify,T\u003dv(\"_hidden\"),R\u003dv(\"toPrimitive\"),L\u003d{}.propertyIsEnumerable,G\u003ds(\"symbol-registry\"),D\u003ds(\"symbols\"),C\u003ds(\"op-symbols\"),W\u003dObject.prototype,U\u003d\"function\"\u003d\u003dtypeof k,B\u003de.QObject,V\u003d!B||!B.prototype||!B.prototype.findChild,z\u003do\u0026\u0026f(function(){return 7!\u003d_(I({},\"a\",{get:function(){return I(this,\"a\",{value:7}).a}})).a})?function(t,n,r){var e\u003dF(W,n);e\u0026\u0026delete W[n],I(t,n,r),e\u0026\u0026t!\u003d\u003dW\u0026\u0026I(W,n,e)}:I,q\u003dfunction(t){var n\u003dD[t]\u003d_(k.prototype);return n._k\u003dt,n},K\u003dU\u0026\u0026\"symbol\"\u003d\u003dtypeof k.iterator?function(t){return\"symbol\"\u003d\u003dtypeof t}:function(t){return t instanceof k},Y\u003dfunction defineProperty(t,n,r){return t\u003d\u003d\u003dW\u0026\u0026Y(C,n,r),b(t),n\u003dS(n,!0),b(r),i(D,n)?(r.enumerable?(i(t,T)\u0026\u0026t[T][n]\u0026\u0026(t[T][n]\u003d!1),r\u003d_(r,{enumerable:w(0,!1)})):(i(t,T)||I(t,T,w(1,{})),t[T][n]\u003d!0),z(t,n,r)):I(t,n,r)},J\u003dfunction defineProperties(t,n){b(t);for(var r,e\u003dg(n\u003dx(n)),i\u003d0,o\u003de.length;o\u003ei;)Y(t,r\u003de[i++],n[r]);return t},H\u003dfunction create(t,n){return void 0\u003d\u003d\u003dn?_(t):J(_(t),n)},X\u003dfunction propertyIsEnumerable(t){var n\u003dL.call(this,t\u003dS(t,!0));return!(this\u003d\u003d\u003dW\u0026\u0026i(D,t)\u0026\u0026!i(C,t))\u0026\u0026(!(n||!i(this,t)||!i(D,t)||i(this,T)\u0026\u0026this[T][t])||n)},$\u003dfunction getOwnPropertyDescriptor(t,n){if(t\u003dx(t),n\u003dS(n,!0),t!\u003d\u003dW||!i(D,n)||i(C,n)){var r\u003dF(t,n);return!r||!i(D,n)||i(t,T)\u0026\u0026t[T][n]||(r.enumerable\u003d!0),r}},Z\u003dfunction getOwnPropertyNames(t){for(var n,r\u003dA(x(t)),e\u003d[],o\u003d0;r.length\u003eo;)i(D,n\u003dr[o++])||n\u003d\u003dT||n\u003d\u003da||e.push(n);return e},Q\u003dfunction getOwnPropertySymbols(t){for(var n,r\u003dt\u003d\u003d\u003dW,e\u003dA(r?C:x(t)),o\u003d[],u\u003d0;e.length\u003eu;)!i(D,n\u003de[u++])||r\u0026\u0026!i(W,n)||o.push(D[n]);return o};U||(k\u003dfunction Symbol(){if(this instanceof k)throw TypeError(\"Symbol is not a constructor!\");var t\u003dh(arguments.length\u003e0?arguments[0]:void 0),n\u003dfunction(r){this\u003d\u003d\u003dW\u0026\u0026n.call(C,r),i(this,T)\u0026\u0026i(this[T],t)\u0026\u0026(this[T][t]\u003d!1),z(this,t,w(1,r))};return o\u0026\u0026V\u0026\u0026z(W,t,{configurable:!0,set:n}),q(t)},c(k.prototype,\"toString\",function toString(){return this._k}),O.f\u003d$,P.f\u003dY,t(77).f\u003dE.f\u003dZ,t(82).f\u003dX,t(78).f\u003dQ,o\u0026\u0026!t(60)\u0026\u0026c(W,\"propertyIsEnumerable\",X,!0),p.f\u003dfunction(t){return q(v(t))}),u(u.G+u.W+u.F*!U,{Symbol:k});for(var tt\u003d\"hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables\".split(\",\"),nt\u003d0;tt.length\u003ent;)v(tt[nt++]);for(var rt\u003dM(v.store),et\u003d0;rt.length\u003eet;)d(rt[et++]);u(u.S+u.F*!U,\"Symbol\",{for:function(t){return i(G,t+\u003d\"\")?G[t]:G[t]\u003dk(t)},keyFor:function keyFor(t){if(K(t))return y(G,t);throw TypeError(t+\" is not a symbol!\")},useSetter:function(){V\u003d!0},useSimple:function(){V\u003d!1}}),u(u.S+u.F*!U,\"Object\",{create:H,defineProperty:Y,defineProperties:J,getOwnPropertyDescriptor:$,getOwnPropertyNames:Z,getOwnPropertySymbols:Q}),N\u0026\u0026u(u.S+u.F*(!U||f(function(){var t\u003dk();return\"[null]\"!\u003dj([t])||\"{}\"!\u003dj({a:t})||\"{}\"!\u003dj(Object(t))})),\"JSON\",{stringify:function stringify(t){if(void 0!\u003d\u003dt\u0026\u0026!K(t)){for(var n,r,e\u003d[t],i\u003d1;arguments.length\u003ei;)e.push(arguments[i++]);return n\u003de[1],\"function\"\u003d\u003dtypeof n\u0026\u0026(r\u003dn),!r\u0026\u0026m(n)||(n\u003dfunction(t,n){if(r\u0026\u0026(n\u003dr.call(this,t,n)),!K(n))return n}),e[1]\u003dn,j.apply(N,e)}}}),k.prototype[R]||t(42)(k.prototype,R,k.prototype.valueOf),l(k,\"Symbol\"),l(Math,\"Math\",!0),l(e.JSON,\"JSON\",!0)},{101:101,103:103,117:117,120:120,124:124,126:126,127:127,128:128,29:29,32:32,33:33,35:35,40:40,41:41,42:42,49:49,59:59,60:60,66:66,7:7,71:71,72:72,75:75,76:76,77:77,78:78,81:81,82:82,92:92,94:94}],255:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(123),o\u003dt(122),u\u003dt(7),c\u003dt(114),a\u003dt(118),f\u003dt(51),s\u003dt(40).ArrayBuffer,l\u003dt(104),h\u003do.ArrayBuffer,v\u003do.DataView,p\u003di.ABV\u0026\u0026s.isView,d\u003dh.prototype.slice,y\u003di.VIEW;e(e.G+e.W+e.F*(s!\u003d\u003dh),{ArrayBuffer:h}),e(e.S+e.F*!i.CONSTR,\"ArrayBuffer\",{isView:function isView(t){return p\u0026\u0026p(t)||f(t)\u0026\u0026y in t}}),e(e.P+e.U+e.F*t(35)(function(){return!new h(2).slice(1,void 0).byteLength}),\"ArrayBuffer\",{slice:function slice(t,n){if(void 0!\u003d\u003dd\u0026\u0026void 0\u003d\u003d\u003dn)return d.call(u(this),t);for(var r\u003du(this).byteLength,e\u003dc(t,r),i\u003dc(void 0\u003d\u003d\u003dn?r:n,r),o\u003dnew(l(this,h))(a(i-e)),f\u003dnew v(this),s\u003dnew v(o),p\u003d0;e\u003ci;)s.setUint8(p++,f.getUint8(e++));return o}}),t(100)(\"ArrayBuffer\")},{100:100,104:104,114:114,118:118,122:122,123:123,33:33,35:35,40:40,51:51,7:7}],256:[function(t,n,r){var e\u003dt(33);e(e.G+e.W+e.F*!t(123).ABV,{DataView:t(122).DataView})},{122:122,123:123,33:33}],257:[function(t,n,r){t(121)(\"Float32\",4,function(t){return function Float32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],258:[function(t,n,r){t(121)(\"Float64\",8,function(t){return function Float64Array(n,r,e){return t(this,n,r,e)}})},{121:121}],259:[function(t,n,r){t(121)(\"Int16\",2,function(t){return function Int16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],260:[function(t,n,r){t(121)(\"Int32\",4,function(t){return function Int32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],261:[function(t,n,r){t(121)(\"Int8\",1,function(t){return function Int8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],262:[function(t,n,r){t(121)(\"Uint16\",2,function(t){return function Uint16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],263:[function(t,n,r){t(121)(\"Uint32\",4,function(t){return function Uint32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],264:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],265:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8ClampedArray(n,r,e){return t(this,n,r,e)}},!0)},{121:121}],266:[function(t,n,r){\"use strict\";var e,i\u003dt(12)(0),o\u003dt(94),u\u003dt(66),c\u003dt(70),a\u003dt(21),f\u003dt(51),s\u003dt(35),l\u003dt(125),h\u003du.getWeak,v\u003dObject.isExtensible,p\u003da.ufstore,d\u003d{},y\u003dfunction(t){return function WeakMap(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},g\u003d{get:function get(t){if(f(t)){var n\u003dh(t);return!0\u003d\u003d\u003dn?p(l(this,\"WeakMap\")).get(t):n?n[this._i]:void 0}},set:function set(t,n){return a.def(l(this,\"WeakMap\"),t,n)}},m\u003dn.exports\u003dt(22)(\"WeakMap\",y,g,a,!0,!0);s(function(){return 7!\u003d(new m).set((Object.freeze||Object)(d),7).get(d)})\u0026\u0026(e\u003da.getConstructor(y,\"WeakMap\"),c(e.prototype,g),u.NEED\u003d!0,i([\"delete\",\"has\",\"get\",\"set\"],function(t){var n\u003dm.prototype,r\u003dn[t];o(n,t,function(n,i){if(f(n)\u0026\u0026!v(n)){this._f||(this._f\u003dnew e);var o\u003dthis._f[t](n,i);return\"set\"\u003d\u003dt?this:o}return r.call(this,n,i)})}))},{12:12,125:125,21:21,22:22,35:35,51:51,66:66,70:70,94:94}],267:[function(t,n,r){\"use strict\";var e\u003dt(21),i\u003dt(125);t(22)(\"WeakSet\",function(t){return function WeakSet(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"WeakSet\"),t,!0)}},e,!1,!0)},{125:125,21:21,22:22}],268:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(3),a\u003dt(15);e(e.P,\"Array\",{flatMap:function flatMap(t){var n,r,e\u003do(this);return c(t),n\u003du(e.length),r\u003da(e,0),i(r,e,e,n,0,1,t,arguments[1]),r}}),t(5)(\"flatMap\")},{118:118,119:119,15:15,3:3,33:33,38:38,5:5}],269:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(116),a\u003dt(15);e(e.P,\"Array\",{flatten:function flatten(){var t\u003darguments[0],n\u003do(this),r\u003du(n.length),e\u003da(n,0);return i(e,n,n,r,0,void 0\u003d\u003d\u003dt?1:c(t)),e}}),t(5)(\"flatten\")},{116:116,118:118,119:119,15:15,33:33,38:38,5:5}],270:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!0);e(e.P,\"Array\",{includes:function includes(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"includes\")},{11:11,33:33,5:5}],271:[function(t,n,r){var e\u003dt(33),i\u003dt(68)(),o\u003dt(40).process,u\u003d\"process\"\u003d\u003dt(18)(o);e(e.G,{asap:function asap(t){var n\u003du\u0026\u0026o.domain;i(n?n.bind(t):t)}})},{18:18,33:33,40:40,68:68}],272:[function(t,n,r){var e\u003dt(33),i\u003dt(18);e(e.S,\"Error\",{isError:function isError(t){return\"Error\"\u003d\u003d\u003di(t)}})},{18:18,33:33}],273:[function(t,n,r){var e\u003dt(33);e(e.G,{global:t(40)})},{33:33,40:40}],274:[function(t,n,r){t(97)(\"Map\")},{97:97}],275:[function(t,n,r){t(98)(\"Map\")},{98:98}],276:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Map\",{toJSON:t(20)(\"Map\")})},{20:20,33:33}],277:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clamp:function clamp(t,n,r){return Math.min(r,Math.max(n,t))}})},{33:33}],278:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{DEG_PER_RAD:Math.PI/180})},{33:33}],279:[function(t,n,r){var e\u003dt(33),i\u003d180/Math.PI;e(e.S,\"Math\",{degrees:function degrees(t){return t*i}})},{33:33}],280:[function(t,n,r){var e\u003dt(33),i\u003dt(64),o\u003dt(62);e(e.S,\"Math\",{fscale:function fscale(t,n,r,e,u){return o(i(t,n,r,e,u))}})},{33:33,62:62,64:64}],281:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{iaddh:function iaddh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o+(e\u003e\u003e\u003e0)+((i\u0026u|(i|u)\u0026~(i+u\u003e\u003e\u003e0))\u003e\u003e\u003e31)|0}})},{33:33}],282:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{imulh:function imulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e16,c\u003de\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e16)}})},{33:33}],283:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{isubh:function isubh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o-(e\u003e\u003e\u003e0)-((~i\u0026u|~(i^u)\u0026i-u\u003e\u003e\u003e0)\u003e\u003e\u003e31)|0}})},{33:33}],284:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{RAD_PER_DEG:180/Math.PI})},{33:33}],285:[function(t,n,r){var e\u003dt(33),i\u003dMath.PI/180;e(e.S,\"Math\",{radians:function radians(t){return t*i}})},{33:33}],286:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{scale:t(64)})},{33:33,64:64}],287:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{signbit:function signbit(t){return(t\u003d+t)!\u003dt?t:0\u003d\u003dt?1/t\u003d\u003d1/0:t\u003e0}})},{33:33}],288:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{umulh:function umulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e\u003e16,c\u003de\u003e\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e\u003e16)}})},{33:33}],289:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineGetter__:function __defineGetter__(t,n){u.f(i(this),t,{get:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],290:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineSetter__:function __defineSetter__(t,n){u.f(i(this),t,{set:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],291:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!0);e(e.S,\"Object\",{entries:function entries(t){return i(t)}})},{33:33,84:84}],292:[function(t,n,r){var e\u003dt(33),i\u003dt(85),o\u003dt(117),u\u003dt(75),c\u003dt(24);e(e.S,\"Object\",{getOwnPropertyDescriptors:function getOwnPropertyDescriptors(t){for(var n,r,e\u003do(t),a\u003du.f,f\u003di(e),s\u003d{},l\u003d0;f.length\u003el;)void 0!\u003d\u003d(r\u003da(e,n\u003df[l++]))\u0026\u0026c(s,n,r);return s}})},{117:117,24:24,33:33,75:75,85:85}],293:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupGetter__:function __lookupGetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.get}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],294:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupSetter__:function __lookupSetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.set}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],295:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!1);e(e.S,\"Object\",{values:function values(t){return i(t)}})},{33:33,84:84}],296:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(40),o\u003dt(23),u\u003dt(68)(),c\u003dt(128)(\"observable\"),a\u003dt(3),f\u003dt(7),s\u003dt(6),l\u003dt(93),h\u003dt(42),v\u003dt(39),p\u003dv.RETURN,d\u003dfunction(t){return null\u003d\u003dt?void 0:a(t)},y\u003dfunction(t){var n\u003dt._c;n\u0026\u0026(t._c\u003dvoid 0,n())},g\u003dfunction(t){return void 0\u003d\u003d\u003dt._o},m\u003dfunction(t){g(t)||(t._o\u003dvoid 0,y(t))},b\u003dfunction(t,n){f(t),this._c\u003dvoid 0,this._o\u003dt,t\u003dnew x(this);try{var r\u003dn(t),e\u003dr;null!\u003dr\u0026\u0026(\"function\"\u003d\u003dtypeof r.unsubscribe?r\u003dfunction(){e.unsubscribe()}:a(r),this._c\u003dr)}catch(n){return void t.error(n)}g(this)\u0026\u0026y(this)};b.prototype\u003dl({},{unsubscribe:function unsubscribe(){m(this)}});var x\u003dfunction(t){this._s\u003dt};x.prototype\u003dl({},{next:function next(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;try{var e\u003dd(r.next);if(e)return e.call(r,t)}catch(t){try{m(n)}finally{throw t}}}},error:function error(t){var n\u003dthis._s;if(g(n))throw t;var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.error);if(!e)throw t;t\u003de.call(r,t)}catch(t){try{y(n)}finally{throw t}}return y(n),t},complete:function complete(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.complete);t\u003de?e.call(r,t):void 0}catch(t){try{y(n)}finally{throw t}}return y(n),t}}});var S\u003dfunction Observable(t){s(this,S,\"Observable\",\"_f\")._f\u003da(t)};l(S.prototype,{subscribe:function subscribe(t){return new b(t,this._f)},forEach:function forEach(t){var n\u003dthis;return new(o.Promise||i.Promise)(function(r,e){a(t);var i\u003dn.subscribe({next:function(n){try{return t(n)}catch(t){e(t),i.unsubscribe()}},error:e,complete:r})})}}),l(S,{from:function from(t){var n\u003d\"function\"\u003d\u003dtypeof this?this:S,r\u003dd(f(t)[c]);if(r){var e\u003df(r.call(t));return e.constructor\u003d\u003d\u003dn?e:new n(function(t){return e.subscribe(t)})}return new n(function(n){var r\u003d!1;return u(function(){if(!r){try{if(v(t,!1,function(t){if(n.next(t),r)return p})\u003d\u003d\u003dp)return}catch(t){if(r)throw t;return void n.error(t)}n.complete()}}),function(){r\u003d!0}})},of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dArray(n);t\u003cn;)r[t]\u003darguments[t++];return new(\"function\"\u003d\u003dtypeof this?this:S)(function(t){var n\u003d!1;return u(function(){if(!n){for(var e\u003d0;e\u003cr.length;++e)if(t.next(r[e]),n)return;t.complete()}}),function(){n\u003d!0}})}}),h(S.prototype,c,function(){return this}),e(e.G,{Observable:S}),t(100)(\"Observable\")},{100:100,128:128,23:23,3:3,33:33,39:39,40:40,42:42,6:6,68:68,7:7,93:93}],297:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(23),o\u003dt(40),u\u003dt(104),c\u003dt(91);e(e.P+e.R,\"Promise\",{finally:function(t){var n\u003du(this,i.Promise||o.Promise),r\u003d\"function\"\u003d\u003dtypeof t;return this.then(r?function(r){return c(n,t()).then(function(){return r})}:t,r?function(r){return c(n,t()).then(function(){throw r})}:t)}})},{104:104,23:23,33:33,40:40,91:91}],298:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(69),o\u003dt(90);e(e.S,\"Promise\",{try:function(t){var n\u003di.f(this),r\u003do(t);return(r.e?n.reject:n.resolve)(r.v),n.promise}})},{33:33,69:69,90:90}],299:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.set;e.exp({defineMetadata:function defineMetadata(t,n,r,e){u(t,n,i(r),o(e))}})},{67:67,7:7}],300:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.map,c\u003de.store;e.exp({deleteMetadata:function deleteMetadata(t,n){var r\u003darguments.length\u003c3?void 0:o(arguments[2]),e\u003du(i(n),r,!1);if(void 0\u003d\u003d\u003de||!e.delete(t))return!1;if(e.size)return!0;var a\u003dc.get(n);return a.delete(r),!!a.size||c.delete(n)}})},{67:67,7:7}],301:[function(t,n,r){var e\u003dt(231),i\u003dt(10),o\u003dt(67),u\u003dt(7),c\u003dt(79),a\u003do.keys,f\u003do.key,s\u003dfunction(t,n){var r\u003da(t,n),o\u003dc(t);if(null\u003d\u003d\u003do)return r;var u\u003ds(o,n);return u.length?r.length?i(new e(r.concat(u))):u:r};o.exp({getMetadataKeys:function getMetadataKeys(t){return s(u(t),arguments.length\u003c2?void 0:f(arguments[1]))}})},{10:10,231:231,67:67,7:7,79:79}],302:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.get,a\u003de.key,f\u003dfunction(t,n,r){if(u(t,n,r))return c(t,n,r);var e\u003do(n);return null!\u003d\u003de?f(t,e,r):void 0};e.exp({getMetadata:function getMetadata(t,n){return f(t,i(n),arguments.length\u003c3?void 0:a(arguments[2]))}})},{67:67,7:7,79:79}],303:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.keys,u\u003de.key;e.exp({getOwnMetadataKeys:function getOwnMetadataKeys(t){return o(i(t),arguments.length\u003c2?void 0:u(arguments[1]))}})},{67:67,7:7}],304:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.get,u\u003de.key;e.exp({getOwnMetadata:function getOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],305:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.key,a\u003dfunction(t,n,r){if(u(t,n,r))return!0;var e\u003do(n);return null!\u003d\u003de\u0026\u0026a(t,e,r)};e.exp({hasMetadata:function hasMetadata(t,n){return a(t,i(n),arguments.length\u003c3?void 0:c(arguments[2]))}})},{67:67,7:7,79:79}],306:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.has,u\u003de.key;e.exp({hasOwnMetadata:function hasOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],307:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(3),u\u003de.key,c\u003de.set;e.exp({metadata:function metadata(t,n){return function decorator(r,e){c(t,n,(void 0!\u003d\u003de?i:o)(r),u(e))}}})},{3:3,67:67,7:7}],308:[function(t,n,r){t(97)(\"Set\")},{97:97}],309:[function(t,n,r){t(98)(\"Set\")},{98:98}],310:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Set\",{toJSON:t(20)(\"Set\")})},{20:20,33:33}],311:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!0);e(e.P,\"String\",{at:function at(t){return i(this,t)}})},{106:106,33:33}],312:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(28),o\u003dt(118),u\u003dt(52),c\u003dt(37),a\u003dRegExp.prototype,f\u003dfunction(t,n){this._r\u003dt,this._s\u003dn};t(54)(f,\"RegExp String\",function next(){var t\u003dthis._r.exec(this._s);return{value:t,done:null\u003d\u003d\u003dt}}),e(e.P,\"String\",{matchAll:function matchAll(t){if(i(this),!u(t))throw TypeError(t+\" is not a regexp!\");var n\u003dString(this),r\u003d\"flags\"in a?String(t.flags):c.call(t),e\u003dnew RegExp(t.source,~r.indexOf(\"g\")?r:\"g\"+r);return e.lastIndex\u003do(t.lastIndex),new f(e,n)}})},{118:118,28:28,33:33,37:37,52:52,54:54}],313:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padEnd:function padEnd(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!1)}})},{109:109,33:33}],314:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padStart:function padStart(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!0)}})},{109:109,33:33}],315:[function(t,n,r){\"use strict\";t(111)(\"trimLeft\",function(t){return function trimLeft(){return t(this,1)}},\"trimStart\")},{111:111}],316:[function(t,n,r){\"use strict\";t(111)(\"trimRight\",function(t){return function trimRight(){return t(this,2)}},\"trimEnd\")},{111:111}],317:[function(t,n,r){t(126)(\"asyncIterator\")},{126:126}],318:[function(t,n,r){t(126)(\"observable\")},{126:126}],319:[function(t,n,r){var e\u003dt(33);e(e.S,\"System\",{global:t(40)})},{33:33,40:40}],320:[function(t,n,r){t(97)(\"WeakMap\")},{97:97}],321:[function(t,n,r){t(98)(\"WeakMap\")},{98:98}],322:[function(t,n,r){t(97)(\"WeakSet\")},{97:97}],323:[function(t,n,r){t(98)(\"WeakSet\")},{98:98}],324:[function(t,n,r){for(var e\u003dt(141),i\u003dt(81),o\u003dt(94),u\u003dt(40),c\u003dt(42),a\u003dt(58),f\u003dt(128),s\u003df(\"iterator\"),l\u003df(\"toStringTag\"),h\u003da.Array,v\u003d{CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p\u003di(v),d\u003d0;d\u003cp.length;d++){var y,g\u003dp[d],m\u003dv[g],b\u003du[g],x\u003db\u0026\u0026b.prototype;if(x\u0026\u0026(x[s]||c(x,s,h),x[l]||c(x,l,g),a[g]\u003dh,m))for(y in e)x[y]||o(x,y,e[y],!0)}},{128:128,141:141,40:40,42:42,58:58,81:81,94:94}],325:[function(t,n,r){var e\u003dt(33),i\u003dt(113);e(e.G+e.B,{setImmediate:i.set,clearImmediate:i.clear})},{113:113,33:33}],326:[function(t,n,r){var e\u003dt(40),i\u003dt(33),o\u003dt(46),u\u003dt(88),c\u003de.navigator,a\u003d!!c\u0026\u0026/MSIE .\\./.test(c.userAgent),f\u003dfunction(t){return a?function(n,r){return t(o(u,[].slice.call(arguments,2),\"function\"\u003d\u003dtypeof n?n:Function(n)),r)}:t};i(i.G+i.B+i.F*a,{setTimeout:f(e.setTimeout),setInterval:f(e.setInterval)})},{33:33,40:40,46:46,88:88}],327:[function(t,n,r){t(254),t(191),t(193),t(192),t(195),t(197),t(202),t(196),t(194),t(204),t(203),t(199),t(200),t(198),t(190),t(201),t(205),t(206),t(157),t(159),t(158),t(208),t(207),t(178),t(188),t(189),t(179),t(180),t(181),t(182),t(183),t(184),t(185),t(186),t(187),t(161),t(162),t(163),t(164),t(165),t(166),t(167),t(168),t(169),t(170),t(171),t(172),t(173),t(174),t(175),t(176),t(177),t(241),t(246),t(253),t(244),t(236),t(237),t(242),t(247),t(249),t(232),t(233),t(234),t(235),t(238),t(239),t(240),t(243),t(245),t(248),t(250),t(251),t(252),t(152),t(154),t(153),t(156),t(155),t(140),t(138),t(145),t(142),t(148),t(150),t(137),t(144),t(134),t(149),t(132),t(147),t(146),t(139),t(143),t(131),t(133),t(136),t(135),t(151),t(141),t(224),t(230),t(225),t(226),t(227),t(228),t(229),t(209),t(160),t(231),t(266),t(267),t(255),t(256),t(261),t(264),t(265),t(259),t(262),t(260),t(263),t(257),t(258),t(210),t(211),t(212),t(213),t(214),t(217),t(215),t(216),t(218),t(219),t(220),t(221),t(223),t(222),t(270),t(268),t(269),t(311),t(314),t(313),t(315),t(316),t(312),t(317),t(318),t(292),t(295),t(291),t(289),t(290),t(293),t(294),t(276),t(310),t(275),t(309),t(321),t(323),t(274),t(308),t(320),t(322),t(273),t(319),t(272),t(277),t(278),t(279),t(280),t(281),t(283),t(282),t(284),t(285),t(286),t(288),t(287),t(297),t(298),t(299),t(300),t(302),t(301),t(304),t(303),t(305),t(306),t(307),t(271),t(296),t(326),t(325),t(324),n.exports\u003dt(23)},{131:131,132:132,133:133,134:134,135:135,136:136,137:137,138:138,139:139,140:140,141:141,142:142,143:143,144:144,145:145,146:146,147:147,148:148,149:149,150:150,151:151,152:152,153:153,154:154,155:155,156:156,157:157,158:158,159:159,160:160,161:161,162:162,163:163,164:164,165:165,166:166,167:167,168:168,169:169,170:170,171:171,172:172,173:173,174:174,175:175,176:176,177:177,178:178,179:179,180:180,181:181,182:182,183:183,184:184,185:185,"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"186:186,187:187,188:188,189:189,190:190,191:191,192:192,193:193,194:194,195:195,196:196,197:197,198:198,199:199,200:200,201:201,202:202,203:203,204:204,205:205,206:206,207:207,208:208,209:209,210:210,211:211,212:212,213:213,214:214,215:215,216:216,217:217,218:218,219:219,220:220,221:221,222:222,223:223,224:224,225:225,226:226,227:227,228:228,229:229,23:23,230:230,231:231,232:232,233:233,234:234,235:235,236:236,237:237,238:238,239:239,240:240,241:241,242:242,243:243,244:244,245:245,246:246,247:247,248:248,249:249,250:250,251:251,252:252,253:253,254:254,255:255,256:256,257:257,258:258,259:259,260:260,261:261,262:262,263:263,264:264,265:265,266:266,267:267,268:268,269:269,270:270,271:271,272:272,273:273,274:274,275:275,276:276,277:277,278:278,279:279,280:280,281:281,282:282,283:283,284:284,285:285,286:286,287:287,288:288,289:289,290:290,291:291,292:292,293:293,294:294,295:295,296:296,297:297,298:298,299:299,300:300,301:301,302:302,303:303,304:304,305:305,306:306,307:307,308:308,309:309,310:310,311:311,312:312,313:313,314:314,315:315,316:316,317:317,318:318,319:319,320:320,321:321,322:322,323:323,324:324,325:325,326:326}],328:[function(t,n,r){(function(t){!function(t){\"use strict\";function wrap(t,n,r,e){var i\u003dn\u0026\u0026n.prototype instanceof Generator?n:Generator,o\u003dObject.create(i.prototype),u\u003dnew Context(e||[]);return o._invoke\u003dmakeInvokeMethod(t,r,u),o}function tryCatch(t,n,r){try{return{type:\"normal\",arg:t.call(n,r)}}catch(t){return{type:\"throw\",arg:t}}}function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}function defineIteratorMethods(t){[\"next\",\"throw\",\"return\"].forEach(function(n){t[n]\u003dfunction(t){return this._invoke(n,t)}})}function AsyncIterator(n){function invoke(t,r,e,o){var u\u003dtryCatch(n[t],n,r);if(\"throw\"!\u003d\u003du.type){var c\u003du.arg,a\u003dc.value;return a\u0026\u0026\"object\"\u003d\u003dtypeof a\u0026\u0026i.call(a,\"__await\")?Promise.resolve(a.__await).then(function(t){invoke(\"next\",t,e,o)},function(t){invoke(\"throw\",t,e,o)}):Promise.resolve(a).then(function(t){c.value\u003dt,e(c)},o)}o(u.arg)}function enqueue(t,n){function callInvokeWithMethodAndArg(){return new Promise(function(r,e){invoke(t,n,r,e)})}return r\u003dr?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}\"object\"\u003d\u003dtypeof t.process\u0026\u0026t.process.domain\u0026\u0026(invoke\u003dt.process.domain.bind(invoke));var r;this._invoke\u003denqueue}function makeInvokeMethod(t,n,r){var e\u003dl;return function invoke(i,o){if(e\u003d\u003d\u003dv)throw new Error(\"Generator is already running\");if(e\u003d\u003d\u003dp){if(\"throw\"\u003d\u003d\u003di)throw o;return doneResult()}for(r.method\u003di,r.arg\u003do;;){var u\u003dr.delegate;if(u){var c\u003dmaybeInvokeDelegate(u,r);if(c){if(c\u003d\u003d\u003dd)continue;return c}}if(\"next\"\u003d\u003d\u003dr.method)r.sent\u003dr._sent\u003dr.arg;else if(\"throw\"\u003d\u003d\u003dr.method){if(e\u003d\u003d\u003dl)throw e\u003dp,r.arg;r.dispatchException(r.arg)}else\"return\"\u003d\u003d\u003dr.method\u0026\u0026r.abrupt(\"return\",r.arg);e\u003dv;var a\u003dtryCatch(t,n,r);if(\"normal\"\u003d\u003d\u003da.type){if(e\u003dr.done?p:h,a.arg\u003d\u003d\u003dd)continue;return{value:a.arg,done:r.done}}\"throw\"\u003d\u003d\u003da.type\u0026\u0026(e\u003dp,r.method\u003d\"throw\",r.arg\u003da.arg)}}}function maybeInvokeDelegate(t,n){var e\u003dt.iterator[n.method];if(e\u003d\u003d\u003dr){if(n.delegate\u003dnull,\"throw\"\u003d\u003d\u003dn.method){if(t.iterator.return\u0026\u0026(n.method\u003d\"return\",n.arg\u003dr,maybeInvokeDelegate(t,n),\"throw\"\u003d\u003d\u003dn.method))return d;n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"The iterator does not provide a \u0027throw\u0027 method\")}return d}var i\u003dtryCatch(e,t.iterator,n.arg);if(\"throw\"\u003d\u003d\u003di.type)return n.method\u003d\"throw\",n.arg\u003di.arg,n.delegate\u003dnull,d;var o\u003di.arg;return o?o.done?(n[t.resultName]\u003do.value,n.next\u003dt.nextLoc,\"return\"!\u003d\u003dn.method\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),n.delegate\u003dnull,d):o:(n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"iterator result is not an object\"),n.delegate\u003dnull,d)}function pushTryEntry(t){var n\u003d{tryLoc:t[0]};1 in t\u0026\u0026(n.catchLoc\u003dt[1]),2 in t\u0026\u0026(n.finallyLoc\u003dt[2],n.afterLoc\u003dt[3]),this.tryEntries.push(n)}function resetTryEntry(t){var n\u003dt.completion||{};n.type\u003d\"normal\",delete n.arg,t.completion\u003dn}function Context(t){this.tryEntries\u003d[{tryLoc:\"root\"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(t){if(t){var n\u003dt[u];if(n)return n.call(t);if(\"function\"\u003d\u003dtypeof t.next)return t;if(!isNaN(t.length)){var e\u003d-1,o\u003dfunction next(){for(;++e\u003ct.length;)if(i.call(t,e))return next.value\u003dt[e],next.done\u003d!1,next;return next.value\u003dr,next.done\u003d!0,next};return o.next\u003do}}return{next:doneResult}}function doneResult(){return{value:r,done:!0}}var r,e\u003dObject.prototype,i\u003de.hasOwnProperty,o\u003d\"function\"\u003d\u003dtypeof Symbol?Symbol:{},u\u003do.iterator||\"@@iterator\",c\u003do.asyncIterator||\"@@asyncIterator\",a\u003do.toStringTag||\"@@toStringTag\",f\u003d\"object\"\u003d\u003dtypeof n,s\u003dt.regeneratorRuntime;if(s)return void(f\u0026\u0026(n.exports\u003ds));s\u003dt.regeneratorRuntime\u003df?n.exports:{},s.wrap\u003dwrap;var l\u003d\"suspendedStart\",h\u003d\"suspendedYield\",v\u003d\"executing\",p\u003d\"completed\",d\u003d{},y\u003d{};y[u]\u003dfunction(){return this};var g\u003dObject.getPrototypeOf,m\u003dg\u0026\u0026g(g(values([])));m\u0026\u0026m!\u003d\u003de\u0026\u0026i.call(m,u)\u0026\u0026(y\u003dm);var b\u003dGeneratorFunctionPrototype.prototype\u003dGenerator.prototype\u003dObject.create(y);GeneratorFunction.prototype\u003db.constructor\u003dGeneratorFunctionPrototype,GeneratorFunctionPrototype.constructor\u003dGeneratorFunction,GeneratorFunctionPrototype[a]\u003dGeneratorFunction.displayName\u003d\"GeneratorFunction\",s.isGeneratorFunction\u003dfunction(t){var n\u003d\"function\"\u003d\u003dtypeof t\u0026\u0026t.constructor;return!!n\u0026\u0026(n\u003d\u003d\u003dGeneratorFunction||\"GeneratorFunction\"\u003d\u003d\u003d(n.displayName||n.name))},s.mark\u003dfunction(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__\u003dGeneratorFunctionPrototype,a in t||(t[a]\u003d\"GeneratorFunction\")),t.prototype\u003dObject.create(b),t},s.awrap\u003dfunction(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),AsyncIterator.prototype[c]\u003dfunction(){return this},s.AsyncIterator\u003dAsyncIterator,s.async\u003dfunction(t,n,r,e){var i\u003dnew AsyncIterator(wrap(t,n,r,e));return s.isGeneratorFunction(n)?i:i.next().then(function(t){return t.done?t.value:i.next()})},defineIteratorMethods(b),b[a]\u003d\"Generator\",b[u]\u003dfunction(){return this},b.toString\u003dfunction(){return\"[object Generator]\"},s.keys\u003dfunction(t){var n\u003d[];for(var r in t)n.push(r);return n.reverse(),function next(){for(;n.length;){var r\u003dn.pop();if(r in t)return next.value\u003dr,next.done\u003d!1,next}return next.done\u003d!0,next}},s.values\u003dvalues,Context.prototype\u003d{constructor:Context,reset:function(t){if(this.prev\u003d0,this.next\u003d0,this.sent\u003dthis._sent\u003dr,this.done\u003d!1,this.delegate\u003dnull,this.method\u003d\"next\",this.arg\u003dr,this.tryEntries.forEach(resetTryEntry),!t)for(var n in this)\"t\"\u003d\u003d\u003dn.charAt(0)\u0026\u0026i.call(this,n)\u0026\u0026!isNaN(+n.slice(1))\u0026\u0026(this[n]\u003dr)},stop:function(){this.done\u003d!0;var t\u003dthis.tryEntries[0],n\u003dt.completion;if(\"throw\"\u003d\u003d\u003dn.type)throw n.arg;return this.rval},dispatchException:function(t){function handle(e,i){return u.type\u003d\"throw\",u.arg\u003dt,n.next\u003de,i\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),!!i}if(this.done)throw t;for(var n\u003dthis,e\u003dthis.tryEntries.length-1;e\u003e\u003d0;--e){var o\u003dthis.tryEntries[e],u\u003do.completion;if(\"root\"\u003d\u003d\u003do.tryLoc)return handle(\"end\");if(o.tryLoc\u003c\u003dthis.prev){var c\u003di.call(o,\"catchLoc\"),a\u003di.call(o,\"finallyLoc\");if(c\u0026\u0026a){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0);if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}else if(c){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0)}else{if(!a)throw new Error(\"try statement without catch or finally\");if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}}}},abrupt:function(t,n){for(var r\u003dthis.tryEntries.length-1;r\u003e\u003d0;--r){var e\u003dthis.tryEntries[r];if(e.tryLoc\u003c\u003dthis.prev\u0026\u0026i.call(e,\"finallyLoc\")\u0026\u0026this.prev\u003ce.finallyLoc){var o\u003de;break}}o\u0026\u0026(\"break\"\u003d\u003d\u003dt||\"continue\"\u003d\u003d\u003dt)\u0026\u0026o.tryLoc\u003c\u003dn\u0026\u0026n\u003c\u003do.finallyLoc\u0026\u0026(o\u003dnull);var u\u003do?o.completion:{};return u.type\u003dt,u.arg\u003dn,o?(this.method\u003d\"next\",this.next\u003do.finallyLoc,d):this.complete(u)},complete:function(t,n){if(\"throw\"\u003d\u003d\u003dt.type)throw t.arg;return\"break\"\u003d\u003d\u003dt.type||\"continue\"\u003d\u003d\u003dt.type?this.next\u003dt.arg:\"return\"\u003d\u003d\u003dt.type?(this.rval\u003dthis.arg\u003dt.arg,this.method\u003d\"return\",this.next\u003d\"end\"):\"normal\"\u003d\u003d\u003dt.type\u0026\u0026n\u0026\u0026(this.next\u003dn),d},finish:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.finallyLoc\u003d\u003d\u003dt)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),d}},catch:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.tryLoc\u003d\u003d\u003dt){var e\u003dr.completion;if(\"throw\"\u003d\u003d\u003de.type){var i\u003de.arg;resetTryEntry(r)}return i}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,n,e){return this.delegate\u003d{iterator:values(t),resultName:n,nextLoc:e},\"next\"\u003d\u003d\u003dthis.method\u0026\u0026(this.arg\u003dr),d}}}(\"object\"\u003d\u003dtypeof t?t:\"object\"\u003d\u003dtypeof window?window:\"object\"\u003d\u003dtypeof self?self:this)}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{}]},{},[1]);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/vue.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Vue.js v2.6.14"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * (c) 2014-2021 Evan You"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Released under the MIT License."},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"!function(e,t){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003dt():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(t):(e\u003de||self).Vue\u003dt()}(this,function(){\"use strict\";var e\u003dObject.freeze({});function t(e){return null\u003d\u003de}function n(e){return null!\u003de}function r(e){return!0\u003d\u003d\u003de}function i(e){return\"string\"\u003d\u003dtypeof e||\"number\"\u003d\u003dtypeof e||\"symbol\"\u003d\u003dtypeof e||\"boolean\"\u003d\u003dtypeof e}function o(e){return null!\u003d\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e}var a\u003dObject.prototype.toString;function s(e){return\"[object Object]\"\u003d\u003d\u003da.call(e)}function c(e){var t\u003dparseFloat(String(e));return t\u003e\u003d0\u0026\u0026Math.floor(t)\u003d\u003d\u003dt\u0026\u0026isFinite(e)}function u(e){return n(e)\u0026\u0026\"function\"\u003d\u003dtypeof e.then\u0026\u0026\"function\"\u003d\u003dtypeof e.catch}function l(e){return null\u003d\u003de?\"\":Array.isArray(e)||s(e)\u0026\u0026e.toString\u003d\u003d\u003da?JSON.stringify(e,null,2):String(e)}function f(e){var t\u003dparseFloat(e);return isNaN(t)?e:t}function p(e,t){for(var n\u003dObject.create(null),r\u003de.split(\",\"),i\u003d0;i\u003cr.length;i++)n[r[i]]\u003d!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}var d\u003dp(\"slot,component\",!0),v\u003dp(\"key,ref,slot,slot-scope,is\");function h(e,t){if(e.length){var n\u003de.indexOf(t);if(n\u003e-1)return e.splice(n,1)}}var m\u003dObject.prototype.hasOwnProperty;function y(e,t){return m.call(e,t)}function g(e){var t\u003dObject.create(null);return function(n){return t[n]||(t[n]\u003de(n))}}var _\u003d/-(\\w)/g,b\u003dg(function(e){return e.replace(_,function(e,t){return t?t.toUpperCase():\"\"})}),$\u003dg(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),w\u003d/\\B([A-Z])/g,C\u003dg(function(e){return e.replace(w,\"-$1\").toLowerCase()});var x\u003dFunction.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r\u003darguments.length;return r?r\u003e1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length\u003de.length,n};function k(e,t){t\u003dt||0;for(var n\u003de.length-t,r\u003dnew Array(n);n--;)r[n]\u003de[n+t];return r}function A(e,t){for(var n in t)e[n]\u003dt[n];return e}function O(e){for(var t\u003d{},n\u003d0;n\u003ce.length;n++)e[n]\u0026\u0026A(t,e[n]);return t}function S(e,t,n){}var T\u003dfunction(e,t,n){return!1},N\u003dfunction(e){return e};function E(e,t){if(e\u003d\u003d\u003dt)return!0;var n\u003do(e),r\u003do(t);if(!n||!r)return!n\u0026\u0026!r\u0026\u0026String(e)\u003d\u003d\u003dString(t);try{var i\u003dArray.isArray(e),a\u003dArray.isArray(t);if(i\u0026\u0026a)return e.length\u003d\u003d\u003dt.length\u0026\u0026e.every(function(e,n){return E(e,t[n])});if(e instanceof Date\u0026\u0026t instanceof Date)return e.getTime()\u003d\u003d\u003dt.getTime();if(i||a)return!1;var s\u003dObject.keys(e),c\u003dObject.keys(t);return s.length\u003d\u003d\u003dc.length\u0026\u0026s.every(function(n){return E(e[n],t[n])})}catch(e){return!1}}function j(e,t){for(var n\u003d0;n\u003ce.length;n++)if(E(e[n],t))return n;return-1}function D(e){var t\u003d!1;return function(){t||(t\u003d!0,e.apply(this,arguments))}}var L\u003d\"data-server-rendered\",I\u003d[\"component\",\"directive\",\"filter\"],M\u003d[\"beforeCreate\",\"created\",\"beforeMount\",\"mounted\",\"beforeUpdate\",\"updated\",\"beforeDestroy\",\"destroyed\",\"activated\",\"deactivated\",\"errorCaptured\",\"serverPrefetch\"],F\u003d{optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:T,isReservedAttr:T,isUnknownElement:T,getTagNamespace:S,parsePlatformTagName:N,mustUseProp:T,async:!0,_lifecycleHooks:M},P\u003d/a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;function R(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var H\u003dnew RegExp(\"[^\"+P.source+\".$_\\\\d]\");var B,U\u003d\"__proto__\"in{},V\u003d\"undefined\"!\u003dtypeof window,z\u003d\"undefined\"!\u003dtypeof WXEnvironment\u0026\u0026!!WXEnvironment.platform,K\u003dz\u0026\u0026WXEnvironment.platform.toLowerCase(),J\u003dV\u0026\u0026window.navigator.userAgent.toLowerCase(),q\u003dJ\u0026\u0026/msie|trident/.test(J),W\u003dJ\u0026\u0026J.indexOf(\"msie 9.0\")\u003e0,Z\u003dJ\u0026\u0026J.indexOf(\"edge/\")\u003e0,G\u003d(J\u0026\u0026J.indexOf(\"android\"),J\u0026\u0026/iphone|ipad|ipod|ios/.test(J)||\"ios\"\u003d\u003d\u003dK),X\u003d(J\u0026\u0026/chrome\\/\\d+/.test(J),J\u0026\u0026/phantomjs/.test(J),J\u0026\u0026J.match(/firefox\\/(\\d+)/)),Y\u003d{}.watch,Q\u003d!1;if(V)try{var ee\u003d{};Object.defineProperty(ee,\"passive\",{get:function(){Q\u003d!0}}),window.addEventListener(\"test-passive\",null,ee)}catch(e){}var te\u003dfunction(){return void 0\u003d\u003d\u003dB\u0026\u0026(B\u003d!V\u0026\u0026!z\u0026\u0026\"undefined\"!\u003dtypeof global\u0026\u0026(global.process\u0026\u0026\"server\"\u003d\u003d\u003dglobal.process.env.VUE_ENV)),B},ne\u003dV\u0026\u0026window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return\"function\"\u003d\u003dtypeof e\u0026\u0026/native code/.test(e.toString())}var ie,oe\u003d\"undefined\"!\u003dtypeof Symbol\u0026\u0026re(Symbol)\u0026\u0026\"undefined\"!\u003dtypeof Reflect\u0026\u0026re(Reflect.ownKeys);ie\u003d\"undefined\"!\u003dtypeof Set\u0026\u0026re(Set)?Set:function(){function e(){this.set\u003dObject.create(null)}return e.prototype.has\u003dfunction(e){return!0\u003d\u003d\u003dthis.set[e]},e.prototype.add\u003dfunction(e){this.set[e]\u003d!0},e.prototype.clear\u003dfunction(){this.set\u003dObject.create(null)},e}();var ae\u003dS,se\u003d0,ce\u003dfunction(){this.id\u003dse++,this.subs\u003d[]};ce.prototype.addSub\u003dfunction(e){this.subs.push(e)},ce.prototype.removeSub\u003dfunction(e){h(this.subs,e)},ce.prototype.depend\u003dfunction(){ce.target\u0026\u0026ce.target.addDep(this)},ce.prototype.notify\u003dfunction(){for(var e\u003dthis.subs.slice(),t\u003d0,n\u003de.length;t\u003cn;t++)e[t].update()},ce.target\u003dnull;var ue\u003d[];function le(e){ue.push(e),ce.target\u003de}function fe(){ue.pop(),ce.target\u003due[ue.length-1]}var pe\u003dfunction(e,t,n,r,i,o,a,s){this.tag\u003de,this.data\u003dt,this.children\u003dn,this.text\u003dr,this.elm\u003di,this.ns\u003dvoid 0,this.context\u003do,this.fnContext\u003dvoid 0,this.fnOptions\u003dvoid 0,this.fnScopeId\u003dvoid 0,this.key\u003dt\u0026\u0026t.key,this.componentOptions\u003da,this.componentInstance\u003dvoid 0,this.parent\u003dvoid 0,this.raw\u003d!1,this.isStatic\u003d!1,this.isRootInsert\u003d!0,this.isComment\u003d!1,this.isCloned\u003d!1,this.isOnce\u003d!1,this.asyncFactory\u003ds,this.asyncMeta\u003dvoid 0,this.isAsyncPlaceholder\u003d!1},de\u003d{child:{configurable:!0}};de.child.get\u003dfunction(){return this.componentInstance},Object.defineProperties(pe.prototype,de);var ve\u003dfunction(e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d\"\");var t\u003dnew pe;return t.text\u003de,t.isComment\u003d!0,t};function he(e){return new pe(void 0,void 0,void 0,String(e))}function me(e){var t\u003dnew pe(e.tag,e.data,e.children\u0026\u0026e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns\u003de.ns,t.isStatic\u003de.isStatic,t.key\u003de.key,t.isComment\u003de.isComment,t.fnContext\u003de.fnContext,t.fnOptions\u003de.fnOptions,t.fnScopeId\u003de.fnScopeId,t.asyncMeta\u003de.asyncMeta,t.isCloned\u003d!0,t}var ye\u003dArray.prototype,ge\u003dObject.create(ye);[\"push\",\"pop\",\"shift\",\"unshift\",\"splice\",\"sort\",\"reverse\"].forEach(function(e){var t\u003dye[e];R(ge,e,function(){for(var n\u003d[],r\u003darguments.length;r--;)n[r]\u003darguments[r];var i,o\u003dt.apply(this,n),a\u003dthis.__ob__;switch(e){case\"push\":case\"unshift\":i\u003dn;break;case\"splice\":i\u003dn.slice(2)}return i\u0026\u0026a.observeArray(i),a.dep.notify(),o})});var _e\u003dObject.getOwnPropertyNames(ge),be\u003d!0;function $e(e){be\u003de}var we\u003dfunction(e){var t;this.value\u003de,this.dep\u003dnew ce,this.vmCount\u003d0,R(e,\"__ob__\",this),Array.isArray(e)?(U?(t\u003dge,e.__proto__\u003dt):function(e,t,n){for(var r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];R(e,o,t[o])}}(e,ge,_e),this.observeArray(e)):this.walk(e)};function Ce(e,t){var n;if(o(e)\u0026\u0026!(e instanceof pe))return y(e,\"__ob__\")\u0026\u0026e.__ob__ instanceof we?n\u003de.__ob__:be\u0026\u0026!te()\u0026\u0026(Array.isArray(e)||s(e))\u0026\u0026Object.isExtensible(e)\u0026\u0026!e._isVue\u0026\u0026(n\u003dnew we(e)),t\u0026\u0026n\u0026\u0026n.vmCount++,n}function xe(e,t,n,r,i){var o\u003dnew ce,a\u003dObject.getOwnPropertyDescriptor(e,t);if(!a||!1!\u003d\u003da.configurable){var s\u003da\u0026\u0026a.get,c\u003da\u0026\u0026a.set;s\u0026\u0026!c||2!\u003d\u003darguments.length||(n\u003de[t]);var u\u003d!i\u0026\u0026Ce(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t\u003ds?s.call(e):n;return ce.target\u0026\u0026(o.depend(),u\u0026\u0026(u.dep.depend(),Array.isArray(t)\u0026\u0026function e(t){for(var n\u003dvoid 0,r\u003d0,i\u003dt.length;r\u003ci;r++)(n\u003dt[r])\u0026\u0026n.__ob__\u0026\u0026n.__ob__.dep.depend(),Array.isArray(n)\u0026\u0026e(n)}(t))),t},set:function(t){var r\u003ds?s.call(e):n;t\u003d\u003d\u003dr||t!\u003dt\u0026\u0026r!\u003dr||s\u0026\u0026!c||(c?c.call(e,t):n\u003dt,u\u003d!i\u0026\u0026Ce(t),o.notify())}})}}function ke(e,t,n){if(Array.isArray(e)\u0026\u0026c(t))return e.length\u003dMath.max(e.length,t),e.splice(t,1,n),n;if(t in e\u0026\u0026!(t in Object.prototype))return e[t]\u003dn,n;var r\u003de.__ob__;return e._isVue||r\u0026\u0026r.vmCount?n:r?(xe(r.value,t,n),r.dep.notify(),n):(e[t]\u003dn,n)}function Ae(e,t){if(Array.isArray(e)\u0026\u0026c(t))e.splice(t,1);else{var n\u003de.__ob__;e._isVue||n\u0026\u0026n.vmCount||y(e,t)\u0026\u0026(delete e[t],n\u0026\u0026n.dep.notify())}}we.prototype.walk\u003dfunction(e){for(var t\u003dObject.keys(e),n\u003d0;n\u003ct.length;n++)xe(e,t[n])},we.prototype.observeArray\u003dfunction(e){for(var t\u003d0,n\u003de.length;t\u003cn;t++)Ce(e[t])};var Oe\u003dF.optionMergeStrategies;function Se(e,t){if(!t)return e;for(var n,r,i,o\u003doe?Reflect.ownKeys(t):Object.keys(t),a\u003d0;a\u003co.length;a++)\"__ob__\"!\u003d\u003d(n\u003do[a])\u0026\u0026(r\u003de[n],i\u003dt[n],y(e,n)?r!\u003d\u003di\u0026\u0026s(r)\u0026\u0026s(i)\u0026\u0026Se(r,i):ke(e,n,i));return e}function Te(e,t,n){return n?function(){var r\u003d\"function\"\u003d\u003dtypeof t?t.call(n,n):t,i\u003d\"function\"\u003d\u003dtypeof e?e.call(n,n):e;return r?Se(r,i):i}:t?e?function(){return Se(\"function\"\u003d\u003dtypeof t?t.call(this,this):t,\"function\"\u003d\u003dtypeof e?e.call(this,this):e)}:t:e}function Ne(e,t){var n\u003dt?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++)-1\u003d\u003d\u003dt.indexOf(e[n])\u0026\u0026t.push(e[n]);return t}(n):n}function Ee(e,t,n,r){var i\u003dObject.create(e||null);return t?A(i,t):i}Oe.data\u003dfunction(e,t,n){return n?Te(e,t,n):t\u0026\u0026\"function\"!\u003dtypeof t?e:Te(e,t)},M.forEach(function(e){Oe[e]\u003dNe}),I.forEach(function(e){Oe[e+\"s\"]\u003dEe}),Oe.watch\u003dfunction(e,t,n,r){if(e\u003d\u003d\u003dY\u0026\u0026(e\u003dvoid 0),t\u003d\u003d\u003dY\u0026\u0026(t\u003dvoid 0),!t)return Object.create(e||null);if(!e)return t;var i\u003d{};for(var o in A(i,e),t){var a\u003di[o],s\u003dt[o];a\u0026\u0026!Array.isArray(a)\u0026\u0026(a\u003d[a]),i[o]\u003da?a.concat(s):Array.isArray(s)?s:[s]}return i},Oe.props\u003dOe.methods\u003dOe.inject\u003dOe.computed\u003dfunction(e,t,n,r){if(!e)return t;var i\u003dObject.create(null);return A(i,e),t\u0026\u0026A(i,t),i},Oe.provide\u003dTe;var je\u003dfunction(e,t){return void 0\u003d\u003d\u003dt?e:t};function De(e,t,n){if(\"function\"\u003d\u003dtypeof t\u0026\u0026(t\u003dt.options),function(e,t){var n\u003de.props;if(n){var r,i,o\u003d{};if(Array.isArray(n))for(r\u003dn.length;r--;)\"string\"\u003d\u003dtypeof(i\u003dn[r])\u0026\u0026(o[b(i)]\u003d{type:null});else if(s(n))for(var a in n)i\u003dn[a],o[b(a)]\u003ds(i)?i:{type:i};e.props\u003do}}(t),function(e,t){var n\u003de.inject;if(n){var r\u003de.inject\u003d{};if(Array.isArray(n))for(var i\u003d0;i\u003cn.length;i++)r[n[i]]\u003d{from:n[i]};else if(s(n))for(var o in n){var a\u003dn[o];r[o]\u003ds(a)?A({from:o},a):{from:a}}}}(t),function(e){var t\u003de.directives;if(t)for(var n in t){var r\u003dt[n];\"function\"\u003d\u003dtypeof r\u0026\u0026(t[n]\u003d{bind:r,update:r})}}(t),!t._base\u0026\u0026(t.extends\u0026\u0026(e\u003dDe(e,t.extends,n)),t.mixins))for(var r\u003d0,i\u003dt.mixins.length;r\u003ci;r++)e\u003dDe(e,t.mixins[r],n);var o,a\u003d{};for(o in e)c(o);for(o in t)y(e,o)||c(o);function c(r){var i\u003dOe[r]||je;a[r]\u003di(e[r],t[r],n,r)}return a}function Le(e,t,n,r){if(\"string\"\u003d\u003dtypeof n){var i\u003de[t];if(y(i,n))return i[n];var o\u003db(n);if(y(i,o))return i[o];var a\u003d$(o);return y(i,a)?i[a]:i[n]||i[o]||i[a]}}function Ie(e,t,n,r){var i\u003dt[e],o\u003d!y(n,e),a\u003dn[e],s\u003dRe(Boolean,i.type);if(s\u003e-1)if(o\u0026\u0026!y(i,\"default\"))a\u003d!1;else if(\"\"\u003d\u003d\u003da||a\u003d\u003d\u003dC(e)){var c\u003dRe(String,i.type);(c\u003c0||s\u003cc)\u0026\u0026(a\u003d!0)}if(void 0\u003d\u003d\u003da){a\u003dfunction(e,t,n){if(!y(t,\"default\"))return;var r\u003dt.default;if(e\u0026\u0026e.$options.propsData\u0026\u0026void 0\u003d\u003d\u003de.$options.propsData[n]\u0026\u0026void 0!\u003d\u003de._props[n])return e._props[n];return\"function\"\u003d\u003dtypeof r\u0026\u0026\"Function\"!\u003d\u003dFe(t.type)?r.call(e):r}(r,i,e);var u\u003dbe;$e(!0),Ce(a),$e(u)}return a}var Me\u003d/^\\s*function (\\w+)/;function Fe(e){var t\u003de\u0026\u0026e.toString().match(Me);return t?t[1]:\"\"}function Pe(e,t){return Fe(e)\u003d\u003d\u003dFe(t)}function Re(e,t){if(!Array.isArray(t))return Pe(t,e)?0:-1;for(var n\u003d0,r\u003dt.length;n\u003cr;n++)if(Pe(t[n],e))return n;return-1}function He(e,t,n){le();try{if(t)for(var r\u003dt;r\u003dr.$parent;){var i\u003dr.$options.errorCaptured;if(i)for(var o\u003d0;o\u003ci.length;o++)try{if(!1\u003d\u003d\u003di[o].call(r,e,t,n))return}catch(e){Ue(e,r,\"errorCaptured hook\")}}Ue(e,t,n)}finally{fe()}}function Be(e,t,n,r,i){var o;try{(o\u003dn?e.apply(t,n):e.call(t))\u0026\u0026!o._isVue\u0026\u0026u(o)\u0026\u0026!o._handled\u0026\u0026(o.catch(function(e){return He(e,r,i+\" (Promise/async)\")}),o._handled\u003d!0)}catch(e){He(e,r,i)}return o}function Ue(e,t,n){if(F.errorHandler)try{return F.errorHandler.call(null,e,t,n)}catch(t){t!\u003d\u003de\u0026\u0026Ve(t,null,\"config.errorHandler\")}Ve(e,t,n)}function Ve(e,t,n){if(!V\u0026\u0026!z||\"undefined\"\u003d\u003dtypeof console)throw e;console.error(e)}var ze,Ke\u003d!1,Je\u003d[],qe\u003d!1;function We(){qe\u003d!1;var e\u003dJe.slice(0);Je.length\u003d0;for(var t\u003d0;t\u003ce.length;t++)e[t]()}if(\"undefined\"!\u003dtypeof Promise\u0026\u0026re(Promise)){var Ze\u003dPromise.resolve();ze\u003dfunction(){Ze.then(We),G\u0026\u0026setTimeout(S)},Ke\u003d!0}else if(q||\"undefined\"\u003d\u003dtypeof MutationObserver||!re(MutationObserver)\u0026\u0026\"[object MutationObserverConstructor]\"!\u003d\u003dMutationObserver.toString())ze\u003d\"undefined\"!\u003dtypeof setImmediate\u0026\u0026re(setImmediate)?function(){setImmediate(We)}:function(){setTimeout(We,0)};else{var Ge\u003d1,Xe\u003dnew MutationObserver(We),Ye\u003ddocument.createTextNode(String(Ge));Xe.observe(Ye,{characterData:!0}),ze\u003dfunction(){Ge\u003d(Ge+1)%2,Ye.data\u003dString(Ge)},Ke\u003d!0}function Qe(e,t){var n;if(Je.push(function(){if(e)try{e.call(t)}catch(e){He(e,t,\"nextTick\")}else n\u0026\u0026n(t)}),qe||(qe\u003d!0,ze()),!e\u0026\u0026\"undefined\"!\u003dtypeof Promise)return new Promise(function(e){n\u003de})}var et\u003dnew ie;function tt(e){!function e(t,n){var r,i;var a\u003dArray.isArray(t);if(!a\u0026\u0026!o(t)||Object.isFrozen(t)||t instanceof pe)return;if(t.__ob__){var s\u003dt.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(a)for(r\u003dt.length;r--;)e(t[r],n);else for(i\u003dObject.keys(t),r\u003di.length;r--;)e(t[i[r]],n)}(e,et),et.clear()}var nt\u003dg(function(e){var t\u003d\"\u0026\"\u003d\u003d\u003de.charAt(0),n\u003d\"~\"\u003d\u003d\u003d(e\u003dt?e.slice(1):e).charAt(0),r\u003d\"!\"\u003d\u003d\u003d(e\u003dn?e.slice(1):e).charAt(0);return{name:e\u003dr?e.slice(1):e,once:n,capture:r,passive:t}});function rt(e,t){function n(){var e\u003darguments,r\u003dn.fns;if(!Array.isArray(r))return Be(r,null,arguments,t,\"v-on handler\");for(var i\u003dr.slice(),o\u003d0;o\u003ci.length;o++)Be(i[o],null,e,t,\"v-on handler\")}return n.fns\u003de,n}function it(e,n,i,o,a,s){var c,u,l,f;for(c in e)u\u003de[c],l\u003dn[c],f\u003dnt(c),t(u)||(t(l)?(t(u.fns)\u0026\u0026(u\u003de[c]\u003drt(u,s)),r(f.once)\u0026\u0026(u\u003de[c]\u003da(f.name,u,f.capture)),i(f.name,u,f.capture,f.passive,f.params)):u!\u003d\u003dl\u0026\u0026(l.fns\u003du,e[c]\u003dl));for(c in n)t(e[c])\u0026\u0026o((f\u003dnt(c)).name,n[c],f.capture)}function ot(e,i,o){var a;e instanceof pe\u0026\u0026(e\u003de.data.hook||(e.data.hook\u003d{}));var s\u003de[i];function c(){o.apply(this,arguments),h(a.fns,c)}t(s)?a\u003drt([c]):n(s.fns)\u0026\u0026r(s.merged)?(a\u003ds).fns.push(c):a\u003drt([s,c]),a.merged\u003d!0,e[i]\u003da}function at(e,t,r,i,o){if(n(t)){if(y(t,r))return e[r]\u003dt[r],o||delete t[r],!0;if(y(t,i))return e[r]\u003dt[i],o||delete t[i],!0}return!1}function st(e){return i(e)?[he(e)]:Array.isArray(e)?function e(o,a){var s\u003d[];var c,u,l,f;for(c\u003d0;c\u003co.length;c++)t(u\u003do[c])||\"boolean\"\u003d\u003dtypeof u||(l\u003ds.length-1,f\u003ds[l],Array.isArray(u)?u.length\u003e0\u0026\u0026(ct((u\u003de(u,(a||\"\")+\"_\"+c))[0])\u0026\u0026ct(f)\u0026\u0026(s[l]\u003dhe(f.text+u[0].text),u.shift()),s.push.apply(s,u)):i(u)?ct(f)?s[l]\u003dhe(f.text+u):\"\"!\u003d\u003du\u0026\u0026s.push(he(u)):ct(u)\u0026\u0026ct(f)?s[l]\u003dhe(f.text+u.text):(r(o._isVList)\u0026\u0026n(u.tag)\u0026\u0026t(u.key)\u0026\u0026n(a)\u0026\u0026(u.key\u003d\"__vlist\"+a+\"_\"+c+\"__\"),s.push(u)));return s}(e):void 0}function ct(e){return n(e)\u0026\u0026n(e.text)\u0026\u0026!1\u003d\u003d\u003de.isComment}function ut(e,t){if(e){for(var n\u003dObject.create(null),r\u003doe?Reflect.ownKeys(e):Object.keys(e),i\u003d0;i\u003cr.length;i++){var o\u003dr[i];if(\"__ob__\"!\u003d\u003do){for(var a\u003de[o].from,s\u003dt;s;){if(s._provided\u0026\u0026y(s._provided,a)){n[o]\u003ds._provided[a];break}s\u003ds.$parent}if(!s\u0026\u0026\"default\"in e[o]){var c\u003de[o].default;n[o]\u003d\"function\"\u003d\u003dtypeof c?c.call(t):c}}}return n}}function lt(e,t){if(!e||!e.length)return{};for(var n\u003d{},r\u003d0,i\u003de.length;r\u003ci;r++){var o\u003de[r],a\u003do.data;if(a\u0026\u0026a.attrs\u0026\u0026a.attrs.slot\u0026\u0026delete a.attrs.slot,o.context!\u003d\u003dt\u0026\u0026o.fnContext!\u003d\u003dt||!a||null\u003d\u003da.slot)(n.default||(n.default\u003d[])).push(o);else{var s\u003da.slot,c\u003dn[s]||(n[s]\u003d[]);\"template\"\u003d\u003d\u003do.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(ft)\u0026\u0026delete n[u];return n}function ft(e){return e.isComment\u0026\u0026!e.asyncFactory||\" \"\u003d\u003d\u003de.text}function pt(e){return e.isComment\u0026\u0026e.asyncFactory}function dt(t,n,r){var i,o\u003dObject.keys(n).length\u003e0,a\u003dt?!!t.$stable:!o,s\u003dt\u0026\u0026t.$key;if(t){if(t._normalized)return t._normalized;if(a\u0026\u0026r\u0026\u0026r!\u003d\u003de\u0026\u0026s\u003d\u003d\u003dr.$key\u0026\u0026!o\u0026\u0026!r.$hasNormal)return r;for(var c in i\u003d{},t)t[c]\u0026\u0026\"$\"!\u003d\u003dc[0]\u0026\u0026(i[c]\u003dvt(n,c,t[c]))}else i\u003d{};for(var u in n)u in i||(i[u]\u003dht(n,u));return t\u0026\u0026Object.isExtensible(t)\u0026\u0026(t._normalized\u003di),R(i,\"$stable\",a),R(i,\"$key\",s),R(i,\"$hasNormal\",o),i}function vt(e,t,n){var r\u003dfunction(){var e\u003darguments.length?n.apply(null,arguments):n({}),t\u003d(e\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e\u0026\u0026!Array.isArray(e)?[e]:st(e))\u0026\u0026e[0];return e\u0026\u0026(!t||1\u003d\u003d\u003de.length\u0026\u0026t.isComment\u0026\u0026!pt(t))?void 0:e};return n.proxy\u0026\u0026Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function ht(e,t){return function(){return e[t]}}function mt(e,t){var r,i,a,s,c;if(Array.isArray(e)||\"string\"\u003d\u003dtypeof e)for(r\u003dnew Array(e.length),i\u003d0,a\u003de.length;i\u003ca;i++)r[i]\u003dt(e[i],i);else if(\"number\"\u003d\u003dtypeof e)for(r\u003dnew Array(e),i\u003d0;i\u003ce;i++)r[i]\u003dt(i+1,i);else if(o(e))if(oe\u0026\u0026e[Symbol.iterator]){r\u003d[];for(var u\u003de[Symbol.iterator](),l\u003du.next();!l.done;)r.push(t(l.value,r.length)),l\u003du.next()}else for(s\u003dObject.keys(e),r\u003dnew Array(s.length),i\u003d0,a\u003ds.length;i\u003ca;i++)c\u003ds[i],r[i]\u003dt(e[c],c,i);return n(r)||(r\u003d[]),r._isVList\u003d!0,r}function yt(e,t,n,r){var i,o\u003dthis.$scopedSlots[e];o?(n\u003dn||{},r\u0026\u0026(n\u003dA(A({},r),n)),i\u003do(n)||(\"function\"\u003d\u003dtypeof t?t():t)):i\u003dthis.$slots[e]||(\"function\"\u003d\u003dtypeof t?t():t);var a\u003dn\u0026\u0026n.slot;return a?this.$createElement(\"template\",{slot:a},i):i}function gt(e){return Le(this.$options,\"filters\",e)||N}function _t(e,t){return Array.isArray(e)?-1\u003d\u003d\u003de.indexOf(t):e!\u003d\u003dt}function bt(e,t,n,r,i){var o\u003dF.keyCodes[t]||n;return i\u0026\u0026r\u0026\u0026!F.keyCodes[t]?_t(i,r):o?_t(o,e):r?C(r)!\u003d\u003dt:void 0\u003d\u003d\u003de}function $t(e,t,n,r,i){if(n)if(o(n)){var a;Array.isArray(n)\u0026\u0026(n\u003dO(n));var s\u003dfunction(o){if(\"class\"\u003d\u003d\u003do||\"style\"\u003d\u003d\u003do||v(o))a\u003de;else{var s\u003de.attrs\u0026\u0026e.attrs.type;a\u003dr||F.mustUseProp(t,s,o)?e.domProps||(e.domProps\u003d{}):e.attrs||(e.attrs\u003d{})}var c\u003db(o),u\u003dC(o);c in a||u in a||(a[o]\u003dn[o],i\u0026\u0026((e.on||(e.on\u003d{}))[\"update:\"+o]\u003dfunction(e){n[o]\u003de}))};for(var c in n)s(c)}else;return e}function wt(e,t){var n\u003dthis._staticTrees||(this._staticTrees\u003d[]),r\u003dn[e];return r\u0026\u0026!t?r:(xt(r\u003dn[e]\u003dthis.$options.staticRenderFns[e].call(this._renderProxy,null,this),\"__static__\"+e,!1),r)}function Ct(e,t,n){return xt(e,\"__once__\"+t+(n?\"_\"+n:\"\"),!0),e}function xt(e,t,n){if(Array.isArray(e))for(var r\u003d0;r\u003ce.length;r++)e[r]\u0026\u0026\"string\"!\u003dtypeof e[r]\u0026\u0026kt(e[r],t+\"_\"+r,n);else kt(e,t,n)}function kt(e,t,n){e.isStatic\u003d!0,e.key\u003dt,e.isOnce\u003dn}function At(e,t){if(t)if(s(t)){var n\u003de.on\u003de.on?A({},e.on):{};for(var r in t){var i\u003dn[r],o\u003dt[r];n[r]\u003di?[].concat(i,o):o}}else;return e}function Ot(e,t,n,r){t\u003dt||{$stable:!n};for(var i\u003d0;i\u003ce.length;i++){var o\u003de[i];Array.isArray(o)?Ot(o,t,n):o\u0026\u0026(o.proxy\u0026\u0026(o.fn.proxy\u003d!0),t[o.key]\u003do.fn)}return r\u0026\u0026(t.$key\u003dr),t}function St(e,t){for(var n\u003d0;n\u003ct.length;n+\u003d2){var r\u003dt[n];\"string\"\u003d\u003dtypeof r\u0026\u0026r\u0026\u0026(e[t[n]]\u003dt[n+1])}return e}function Tt(e,t){return\"string\"\u003d\u003dtypeof e?t+e:e}function Nt(e){e._o\u003dCt,e._n\u003df,e._s\u003dl,e._l\u003dmt,e._t\u003dyt,e._q\u003dE,e._i\u003dj,e._m\u003dwt,e._f\u003dgt,e._k\u003dbt,e._b\u003d$t,e._v\u003dhe,e._e\u003dve,e._u\u003dOt,e._g\u003dAt,e._d\u003dSt,e._p\u003dTt}function Et(t,n,i,o,a){var s,c\u003dthis,u\u003da.options;y(o,\"_uid\")?(s\u003dObject.create(o))._original\u003do:(s\u003do,o\u003do._original);var l\u003dr(u._compiled),f\u003d!l;this.data\u003dt,this.props\u003dn,this.children\u003di,this.parent\u003do,this.listeners\u003dt.on||e,this.injections\u003dut(u.inject,o),this.slots\u003dfunction(){return c.$slots||dt(t.scopedSlots,c.$slots\u003dlt(i,o)),c.$slots},Object.defineProperty(this,\"scopedSlots\",{enumerable:!0,get:function(){return dt(t.scopedSlots,this.slots())}}),l\u0026\u0026(this.$options\u003du,this.$slots\u003dthis.slots(),this.$scopedSlots\u003ddt(t.scopedSlots,this.$slots)),u._scopeId?this._c\u003dfunction(e,t,n,r){var i\u003dHt(s,e,t,n,r,f);return i\u0026\u0026!Array.isArray(i)\u0026\u0026(i.fnScopeId\u003du._scopeId,i.fnContext\u003do),i}:this._c\u003dfunction(e,t,n,r){return Ht(s,e,t,n,r,f)}}function jt(e,t,n,r,i){var o\u003dme(e);return o.fnContext\u003dn,o.fnOptions\u003dr,t.slot\u0026\u0026((o.data||(o.data\u003d{})).slot\u003dt.slot),o}function Dt(e,t){for(var n in t)e[b(n)]\u003dt[n]}Nt(Et.prototype);var Lt\u003d{init:function(e,t){if(e.componentInstance\u0026\u0026!e.componentInstance._isDestroyed\u0026\u0026e.data.keepAlive){var r\u003de;Lt.prepatch(r,r)}else{(e.componentInstance\u003dfunction(e,t){var r\u003d{_isComponent:!0,_parentVnode:e,parent:t},i\u003de.data.inlineTemplate;n(i)\u0026\u0026(r.render\u003di.render,r.staticRenderFns\u003di.staticRenderFns);return new e.componentOptions.Ctor(r)}(e,Zt)).$mount(t?e.elm:void 0,t)}},prepatch:function(t,n){var r\u003dn.componentOptions;!function(t,n,r,i,o){var a\u003di.data.scopedSlots,s\u003dt.$scopedSlots,c\u003d!!(a\u0026\u0026!a.$stable||s!\u003d\u003de\u0026\u0026!s.$stable||a\u0026\u0026t.$scopedSlots.$key!\u003d\u003da.$key||!a\u0026\u0026t.$scopedSlots.$key),u\u003d!!(o||t.$options._renderChildren||c);t.$options._parentVnode\u003di,t.$vnode\u003di,t._vnode\u0026\u0026(t._vnode.parent\u003di);if(t.$options._renderChildren\u003do,t.$attrs\u003di.data.attrs||e,t.$listeners\u003dr||e,n\u0026\u0026t.$options.props){$e(!1);for(var l\u003dt._props,f\u003dt.$options._propKeys||[],p\u003d0;p\u003cf.length;p++){var d\u003df[p],v\u003dt.$options.props;l[d]\u003dIe(d,v,n,t)}$e(!0),t.$options.propsData\u003dn}r\u003dr||e;var h\u003dt.$options._parentListeners;t.$options._parentListeners\u003dr,Wt(t,r,h),u\u0026\u0026(t.$slots\u003dlt(o,i.context),t.$forceUpdate())}(n.componentInstance\u003dt.componentInstance,r.propsData,r.listeners,n,r.children)},insert:function(e){var t,n\u003de.context,r\u003de.componentInstance;r._isMounted||(r._isMounted\u003d!0,Qt(r,\"mounted\")),e.data.keepAlive\u0026\u0026(n._isMounted?((t\u003dr)._inactive\u003d!1,tn.push(t)):Yt(r,!0))},destroy:function(e){var t\u003de.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n\u0026\u0026(t._directInactive\u003d!0,Xt(t)))return;if(!t._inactive){t._inactive\u003d!0;for(var r\u003d0;r\u003ct.$children.length;r++)e(t.$children[r]);Qt(t,\"deactivated\")}}(t,!0):t.$destroy())}},It\u003dObject.keys(Lt);function Mt(i,a,s,c,l){if(!t(i)){var f\u003ds.$options._base;if(o(i)\u0026\u0026(i\u003df.extend(i)),\"function\"\u003d\u003dtypeof i){var p;if(t(i.cid)\u0026\u0026void 0\u003d\u003d\u003d(i\u003dfunction(e,i){if(r(e.error)\u0026\u0026n(e.errorComp))return e.errorComp;if(n(e.resolved))return e.resolved;var a\u003dUt;a\u0026\u0026n(e.owners)\u0026\u0026-1\u003d\u003d\u003de.owners.indexOf(a)\u0026\u0026e.owners.push(a);if(r(e.loading)\u0026\u0026n(e.loadingComp))return e.loadingComp;if(a\u0026\u0026!n(e.owners)){var s\u003de.owners\u003d[a],c\u003d!0,l\u003dnull,f\u003dnull;a.$on(\"hook:destroyed\",function(){return h(s,a)});var p\u003dfunction(e){for(var t\u003d0,n\u003ds.length;t\u003cn;t++)s[t].$forceUpdate();e\u0026\u0026(s.length\u003d0,null!\u003d\u003dl\u0026\u0026(clearTimeout(l),l\u003dnull),null!\u003d\u003df\u0026\u0026(clearTimeout(f),f\u003dnull))},d\u003dD(function(t){e.resolved\u003dVt(t,i),c?s.length\u003d0:p(!0)}),v\u003dD(function(t){n(e.errorComp)\u0026\u0026(e.error\u003d!0,p(!0))}),m\u003de(d,v);return o(m)\u0026\u0026(u(m)?t(e.resolved)\u0026\u0026m.then(d,v):u(m.component)\u0026\u0026(m.component.then(d,v),n(m.error)\u0026\u0026(e.errorComp\u003dVt(m.error,i)),n(m.loading)\u0026\u0026(e.loadingComp\u003dVt(m.loading,i),0\u003d\u003d\u003dm.delay?e.loading\u003d!0:l\u003dsetTimeout(function(){l\u003dnull,t(e.resolved)\u0026\u0026t(e.error)\u0026\u0026(e.loading\u003d!0,p(!1))},m.delay||200)),n(m.timeout)\u0026\u0026(f\u003dsetTimeout(function(){f\u003dnull,t(e.resolved)\u0026\u0026v(null)},m.timeout)))),c\u003d!1,e.loading?e.loadingComp:e.resolved}}(p\u003di,f)))return function(e,t,n,r,i){var o\u003dve();return o.asyncFactory\u003de,o.asyncMeta\u003d{data:t,context:n,children:r,tag:i},o}(p,a,s,c,l);a\u003da||{},wn(i),n(a.model)\u0026\u0026function(e,t){var r\u003de.model\u0026\u0026e.model.prop||\"value\",i\u003de.model\u0026\u0026e.model.event||\"input\";(t.attrs||(t.attrs\u003d{}))[r]\u003dt.model.value;var o\u003dt.on||(t.on\u003d{}),a\u003do[i],s\u003dt.model.callback;n(a)?(Array.isArray(a)?-1\u003d\u003d\u003da.indexOf(s):a!\u003d\u003ds)\u0026\u0026(o[i]\u003d[s].concat(a)):o[i]\u003ds}(i.options,a);var d\u003dfunction(e,r,i){var o\u003dr.options.props;if(!t(o)){var a\u003d{},s\u003de.attrs,c\u003de.props;if(n(s)||n(c))for(var u in o){var l\u003dC(u);at(a,c,u,l,!0)||at(a,s,u,l,!1)}return a}}(a,i);if(r(i.options.functional))return function(t,r,i,o,a){var s\u003dt.options,c\u003d{},u\u003ds.props;if(n(u))for(var l in u)c[l]\u003dIe(l,u,r||e);else n(i.attrs)\u0026\u0026Dt(c,i.attrs),n(i.props)\u0026\u0026Dt(c,i.props);var f\u003dnew Et(i,c,a,o,t),p\u003ds.render.call(null,f._c,f);if(p instanceof pe)return jt(p,i,f.parent,s);if(Array.isArray(p)){for(var d\u003dst(p)||[],v\u003dnew Array(d.length),h\u003d0;h\u003cd.length;h++)v[h]\u003djt(d[h],i,f.parent,s);return v}}(i,d,a,s,c);var v\u003da.on;if(a.on\u003da.nativeOn,r(i.options.abstract)){var m\u003da.slot;a\u003d{},m\u0026\u0026(a.slot\u003dm)}!function(e){for(var t\u003de.hook||(e.hook\u003d{}),n\u003d0;n\u003cIt.length;n++){var r\u003dIt[n],i\u003dt[r],o\u003dLt[r];i\u003d\u003d\u003do||i\u0026\u0026i._merged||(t[r]\u003di?Ft(o,i):o)}}(a);var y\u003di.options.name||l;return new pe(\"vue-component-\"+i.cid+(y?\"-\"+y:\"\"),a,void 0,void 0,void 0,s,{Ctor:i,propsData:d,listeners:v,tag:l,children:c},p)}}}function Ft(e,t){var n\u003dfunction(n,r){e(n,r),t(n,r)};return n._merged\u003d!0,n}var Pt\u003d1,Rt\u003d2;function Ht(e,a,s,c,u,l){return(Array.isArray(s)||i(s))\u0026\u0026(u\u003dc,c\u003ds,s\u003dvoid 0),r(l)\u0026\u0026(u\u003dRt),function(e,i,a,s,c){if(n(a)\u0026\u0026n(a.__ob__))return ve();n(a)\u0026\u0026n(a.is)\u0026\u0026(i\u003da.is);if(!i)return ve();Array.isArray(s)\u0026\u0026\"function\"\u003d\u003dtypeof s[0]\u0026\u0026((a\u003da||{}).scopedSlots\u003d{default:s[0]},s.length\u003d0);c\u003d\u003d\u003dRt?s\u003dst(s):c\u003d\u003d\u003dPt\u0026\u0026(s\u003dfunction(e){for(var t\u003d0;t\u003ce.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(s));var u,l;if(\"string\"\u003d\u003dtypeof i){var f;l\u003de.$vnode\u0026\u0026e.$vnode.ns||F.getTagNamespace(i),u\u003dF.isReservedTag(i)?new pe(F.parsePlatformTagName(i),a,s,void 0,void 0,e):a\u0026\u0026a.pre||!n(f\u003dLe(e.$options,\"components\",i))?new pe(i,a,s,void 0,void 0,e):Mt(f,a,e,s,i)}else u\u003dMt(i,a,e,s);return Array.isArray(u)?u:n(u)?(n(l)\u0026\u0026function e(i,o,a){i.ns\u003do;\"foreignObject\"\u003d\u003d\u003di.tag\u0026\u0026(o\u003dvoid 0,a\u003d!0);if(n(i.children))for(var s\u003d0,c\u003di.children.length;s\u003cc;s++){var u\u003di.children[s];n(u.tag)\u0026\u0026(t(u.ns)||r(a)\u0026\u0026\"svg\"!\u003d\u003du.tag)\u0026\u0026e(u,o,a)}}(u,l),n(a)\u0026\u0026function(e){o(e.style)\u0026\u0026tt(e.style);o(e.class)\u0026\u0026tt(e.class)}(a),u):ve()}(e,a,s,c,u)}var Bt,Ut\u003dnull;function Vt(e,t){return(e.__esModule||oe\u0026\u0026\"Module\"\u003d\u003d\u003de[Symbol.toStringTag])\u0026\u0026(e\u003de.default),o(e)?t.extend(e):e}function zt(e){if(Array.isArray(e))for(var t\u003d0;t\u003ce.length;t++){var r\u003de[t];if(n(r)\u0026\u0026(n(r.componentOptions)||pt(r)))return r}}function Kt(e,t){Bt.$on(e,t)}function Jt(e,t){Bt.$off(e,t)}function qt(e,t){var n\u003dBt;return function r(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026n.$off(e,r)}}function Wt(e,t,n){Bt\u003de,it(t,n||{},Kt,Jt,qt,e),Bt\u003dvoid 0}var Zt\u003dnull;function Gt(e){var t\u003dZt;return Zt\u003de,function(){Zt\u003dt}}function Xt(e){for(;e\u0026\u0026(e\u003de.$parent);)if(e._inactive)return!0;return!1}function Yt(e,t){if(t){if(e._directInactive\u003d!1,Xt(e))return}else if(e._directInactive)return;if(e._inactive||null\u003d\u003d\u003de._inactive){e._inactive\u003d!1;for(var n\u003d0;n\u003ce.$children.length;n++)Yt(e.$children[n]);Qt(e,\"activated\")}}function Qt(e,t){le();var n\u003de.$options[t],r\u003dt+\" hook\";if(n)for(var i\u003d0,o\u003dn.length;i\u003co;i++)Be(n[i],e,null,e,r);e._hasHookEvent\u0026\u0026e.$emit(\"hook:\"+t),fe()}var en\u003d[],tn\u003d[],nn\u003d{},rn\u003d!1,on\u003d!1,an\u003d0;var sn\u003d0,cn\u003dDate.now;if(V\u0026\u0026!q){var un\u003dwindow.performance;un\u0026\u0026\"function\"\u003d\u003dtypeof un.now\u0026\u0026cn()\u003edocument.createEvent(\"Event\").timeStamp\u0026\u0026(cn\u003dfunction(){return un.now()})}function ln(){var e,t;for(sn\u003dcn(),on\u003d!0,en.sort(function(e,t){return e.id-t.id}),an\u003d0;an\u003cen.length;an++)(e\u003den[an]).before\u0026\u0026e.before(),t\u003de.id,nn[t]\u003dnull,e.run();var n\u003dtn.slice(),r\u003den.slice();an\u003den.length\u003dtn.length\u003d0,nn\u003d{},rn\u003don\u003d!1,function(e){for(var t\u003d0;t\u003ce.length;t++)e[t]._inactive\u003d!0,Yt(e[t],!0)}(n),function(e){var t\u003de.length;for(;t--;){var n\u003de[t],r\u003dn.vm;r._watcher\u003d\u003d\u003dn\u0026\u0026r._isMounted\u0026\u0026!r._isDestroyed\u0026\u0026Qt(r,\"updated\")}}(r),ne\u0026\u0026F.devtools\u0026\u0026ne.emit(\"flush\")}var fn\u003d0,pn\u003dfunction(e,t,n,r,i){this.vm\u003de,i\u0026\u0026(e._watcher\u003dthis),e._watchers.push(this),r?(this.deep\u003d!!r.deep,this.user\u003d!!r.user,this.lazy\u003d!!r.lazy,this.sync\u003d!!r.sync,this.before\u003dr.before):this.deep\u003dthis.user\u003dthis.lazy\u003dthis.sync\u003d!1,this.cb\u003dn,this.id\u003d++fn,this.active\u003d!0,this.dirty\u003dthis.lazy,this.deps\u003d[],this.newDeps\u003d[],this.depIds\u003dnew ie,this.newDepIds\u003dnew ie,this.expression\u003d\"\",\"function\"\u003d\u003dtypeof t?this.getter\u003dt:(this.getter\u003dfunction(e){if(!H.test(e)){var t\u003de.split(\".\");return function(e){for(var n\u003d0;n\u003ct.length;n++){if(!e)return;e\u003de[t[n]]}return e}}}(t),this.getter||(this.getter\u003dS)),this.value\u003dthis.lazy?void 0:this.get()};pn.prototype.get\u003dfunction(){var e;le(this);var t\u003dthis.vm;try{e\u003dthis.getter.call(t,t)}catch(e){if(!this.user)throw e;He(e,t,\u0027getter for watcher \"\u0027+this.expression+\u0027\"\u0027)}finally{this.deep\u0026\u0026tt(e),fe(),this.cleanupDeps()}return e},pn.prototype.addDep\u003dfunction(e){var t\u003de.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},pn.prototype.cleanupDeps\u003dfunction(){for(var e\u003dthis.deps.length;e--;){var t\u003dthis.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n\u003dthis.depIds;this.depIds\u003dthis.newDepIds,this.newDepIds\u003dn,this.newDepIds.clear(),n\u003dthis.deps,this.deps\u003dthis.newDeps,this.newDeps\u003dn,this.newDeps.length\u003d0},pn.prototype.update\u003dfunction(){this.lazy?this.dirty\u003d!0:this.sync?this.run():function(e){var t\u003de.id;if(null\u003d\u003dnn[t]){if(nn[t]\u003d!0,on){for(var n\u003den.length-1;n\u003ean\u0026\u0026en[n].id\u003ee.id;)n--;en.splice(n+1,0,e)}else en.push(e);rn||(rn\u003d!0,Qe(ln))}}(this)},pn.prototype.run\u003dfunction(){if(this.active){var e\u003dthis.get();if(e!\u003d\u003dthis.value||o(e)||this.deep){var t\u003dthis.value;if(this.value\u003de,this.user){var n\u003d\u0027callback for watcher \"\u0027+this.expression+\u0027\"\u0027;Be(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},pn.prototype.evaluate\u003dfunction(){this.value\u003dthis.get(),this.dirty\u003d!1},pn.prototype.depend\u003dfunction(){for(var e\u003dthis.deps.length;e--;)this.deps[e].depend()},pn.prototype.teardown\u003dfunction(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e\u003dthis.deps.length;e--;)this.deps[e].removeSub(this);this.active\u003d!1}};var dn\u003d{enumerable:!0,configurable:!0,get:S,set:S};function vn(e,t,n){dn.get\u003dfunction(){return this[t][n]},dn.set\u003dfunction(e){this[t][n]\u003de},Object.defineProperty(e,n,dn)}function hn(e){e._watchers\u003d[];var t\u003de.$options;t.props\u0026\u0026function(e,t){var n\u003de.$options.propsData||{},r\u003de._props\u003d{},i\u003de.$options._propKeys\u003d[];e.$parent\u0026\u0026$e(!1);var o\u003dfunction(o){i.push(o);var a\u003dIe(o,t,n,e);xe(r,o,a),o in e||vn(e,\"_props\",o)};for(var a in t)o(a);$e(!0)}(e,t.props),t.methods\u0026\u0026function(e,t){e.$options.props;for(var n in t)e[n]\u003d\"function\"!\u003dtypeof t[n]?S:x(t[n],e)}(e,t.methods),t.data?function(e){var t\u003de.$options.data;s(t\u003de._data\u003d\"function\"\u003d\u003dtypeof t?function(e,t){le();try{return e.call(t,t)}catch(e){return He(e,t,\"data()\"),{}}finally{fe()}}(t,e):t||{})||(t\u003d{});var n\u003dObject.keys(t),r\u003de.$options.props,i\u003d(e.$options.methods,n.length);for(;i--;){var o\u003dn[i];r\u0026\u0026y(r,o)||(a\u003dvoid 0,36!\u003d\u003d(a\u003d(o+\"\").charCodeAt(0))\u0026\u002695!\u003d\u003da\u0026\u0026vn(e,\"_data\",o))}var a;Ce(t,!0)}(e):Ce(e._data\u003d{},!0),t.computed\u0026\u0026function(e,t){var n\u003de._computedWatchers\u003dObject.create(null),r\u003dte();for(var i in t){var o\u003dt[i],a\u003d\"function\"\u003d\u003dtypeof o?o:o.get;r||(n[i]\u003dnew pn(e,a||S,S,mn)),i in e||yn(e,i,o)}}(e,t.computed),t.watch\u0026\u0026t.watch!\u003d\u003dY\u0026\u0026function(e,t){for(var n in t){var r\u003dt[n];if(Array.isArray(r))for(var i\u003d0;i\u003cr.length;i++)bn(e,n,r[i]);else bn(e,n,r)}}(e,t.watch)}var mn\u003d{lazy:!0};function yn(e,t,n){var r\u003d!te();\"function\"\u003d\u003dtypeof n?(dn.get\u003dr?gn(t):_n(n),dn.set\u003dS):(dn.get\u003dn.get?r\u0026\u0026!1!\u003d\u003dn.cache?gn(t):_n(n.get):S,dn.set\u003dn.set||S),Object.defineProperty(e,t,dn)}function gn(e){return function(){var t\u003dthis._computedWatchers\u0026\u0026this._computedWatchers[e];if(t)return t.dirty\u0026\u0026t.evaluate(),ce.target\u0026\u0026t.depend(),t.value}}function _n(e){return function(){return e.call(this,this)}}function bn(e,t,n,r){return s(n)\u0026\u0026(r\u003dn,n\u003dn.handler),\"string\"\u003d\u003dtypeof n\u0026\u0026(n\u003de[n]),e.$watch(t,n,r)}var $n\u003d0;function wn(e){var t\u003de.options;if(e.super){var n\u003dwn(e.super);if(n!\u003d\u003de.superOptions){e.superOptions\u003dn;var r\u003dfunction(e){var t,n\u003de.options,r\u003de.sealedOptions;for(var i in n)n[i]!\u003d\u003dr[i]\u0026\u0026(t||(t\u003d{}),t[i]\u003dn[i]);return t}(e);r\u0026\u0026A(e.extendOptions,r),(t\u003de.options\u003dDe(n,e.extendOptions)).name\u0026\u0026(t.components[t.name]\u003de)}}return t}function Cn(e){this._init(e)}function xn(e){e.cid\u003d0;var t\u003d1;e.extend\u003dfunction(e){e\u003de||{};var n\u003dthis,r\u003dn.cid,i\u003de._Ctor||(e._Ctor\u003d{});if(i[r])return i[r];var o\u003de.name||n.options.name,a\u003dfunction(e){this._init(e)};return(a.prototype\u003dObject.create(n.prototype)).constructor\u003da,a.cid\u003dt++,a.options\u003dDe(n.options,e),a.super\u003dn,a.options.props\u0026\u0026function(e){var t\u003de.options.props;for(var n in t)vn(e.prototype,\"_props\",n)}(a),a.options.computed\u0026\u0026function(e){var t\u003de.options.computed;for(var n in t)yn(e.prototype,n,t[n])}(a),a.extend\u003dn.extend,a.mixin\u003dn.mixin,a.use\u003dn.use,I.forEach(function(e){a[e]\u003dn[e]}),o\u0026\u0026(a.options.components[o]\u003da),a.superOptions\u003dn.options,a.extendOptions\u003de,a.sealedOptions\u003dA({},a.options),i[r]\u003da,a}}function kn(e){return e\u0026\u0026(e.Ctor.options.name||e.tag)}function An(e,t){return Array.isArray(e)?e.indexOf(t)\u003e-1:\"string\"\u003d\u003dtypeof e?e.split(\",\").indexOf(t)\u003e-1:(n\u003de,\"[object RegExp]\"\u003d\u003d\u003da.call(n)\u0026\u0026e.test(t));var n}function On(e,t){var n\u003de.cache,r\u003de.keys,i\u003de._vnode;for(var o in n){var a\u003dn[o];if(a){var s\u003da.name;s\u0026\u0026!t(s)\u0026\u0026Sn(n,o,r,i)}}}function Sn(e,t,n,r){var i\u003de[t];!i||r\u0026\u0026i.tag\u003d\u003d\u003dr.tag||i.componentInstance.$destroy(),e[t]\u003dnull,h(n,t)}!function(t){t.prototype._init\u003dfunction(t){var n\u003dthis;n._uid\u003d$n++,n._isVue\u003d!0,t\u0026\u0026t._isComponent?function(e,t){var n\u003de.$options\u003dObject.create(e.constructor.options),r\u003dt._parentVnode;n.parent\u003dt.parent,n._parentVnode\u003dr;var i\u003dr.componentOptions;n.propsData\u003di.propsData,n._parentListeners\u003di.listeners,n._renderChildren\u003di.children,n._componentTag\u003di.tag,t.render\u0026\u0026(n.render\u003dt.render,n.staticRenderFns\u003dt.staticRenderFns)}(n,t):n.$options\u003dDe(wn(n.constructor),t||{},n),n._renderProxy\u003dn,n._self\u003dn,function(e){var t\u003de.$options,n\u003dt.parent;if(n\u0026\u0026!t.abstract){for(;n.$options.abstract\u0026\u0026n.$parent;)n\u003dn.$parent;n.$children.push(e)}e.$parent\u003dn,e.$root\u003dn?n.$root:e,e.$children\u003d[],e.$refs\u003d{},e._watcher\u003dnull,e._inactive\u003dnull,e._directInactive\u003d!1,e._isMounted\u003d!1,e._isDestroyed\u003d!1,e._isBeingDestroyed\u003d!1}(n),function(e){e._events\u003dObject.create(null),e._hasHookEvent\u003d!1;var t\u003de.$options._parentListeners;t\u0026\u0026Wt(e,t)}(n),function(t){t._vnode\u003dnull,t._staticTrees\u003dnull;var n\u003dt.$options,r\u003dt.$vnode\u003dn._parentVnode,i\u003dr\u0026\u0026r.context;t.$slots\u003dlt(n._renderChildren,i),t.$scopedSlots\u003de,t._c\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!1)},t.$createElement\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!0)};var o\u003dr\u0026\u0026r.data;xe(t,\"$attrs\",o\u0026\u0026o.attrs||e,null,!0),xe(t,\"$listeners\",n._parentListeners||e,null,!0)}(n),Qt(n,\"beforeCreate\"),function(e){var t\u003dut(e.$options.inject,e);t\u0026\u0026($e(!1),Object.keys(t).forEach(function(n){xe(e,n,t[n])}),$e(!0))}(n),hn(n),function(e){var t\u003de.$options.provide;t\u0026\u0026(e._provided\u003d\"function\"\u003d\u003dtypeof t?t.call(e):t)}(n),Qt(n,\"created\"),n.$options.el\u0026\u0026n.$mount(n.$options.el)}}(Cn),function(e){var t\u003d{get:function(){return this._data}},n\u003d{get:function(){return this._props}};Object.defineProperty(e.prototype,\"$data\",t),Object.defineProperty(e.prototype,\"$props\",n),e.prototype.$set\u003dke,e.prototype.$delete\u003dAe,e.prototype.$watch\u003dfunction(e,t,n){if(s(t))return bn(this,e,t,n);(n\u003dn||{}).user\u003d!0;var r\u003dnew pn(this,e,t,n);if(n.immediate){var i\u003d\u0027callback for immediate watcher \"\u0027+r.expression+\u0027\"\u0027;le(),Be(t,this,[r.value],this,i),fe()}return function(){r.teardown()}}}(Cn),function(e){var t\u003d/^hook:/;e.prototype.$on\u003dfunction(e,n){var r\u003dthis;if(Array.isArray(e))for(var i\u003d0,o\u003de.length;i\u003co;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]\u003d[])).push(n),t.test(e)\u0026\u0026(r._hasHookEvent\u003d!0);return r},e.prototype.$once\u003dfunction(e,t){var n\u003dthis;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn\u003dt,n.$on(e,r),n},e.prototype.$off\u003dfunction(e,t){var n\u003dthis;if(!arguments.length)return n._events\u003dObject.create(null),n;if(Array.isArray(e)){for(var r\u003d0,i\u003de.length;r\u003ci;r++)n.$off(e[r],t);return n}var o,a\u003dn._events[e];if(!a)return n;if(!t)return n._events[e]\u003dnull,n;for(var s\u003da.length;s--;)if((o\u003da[s])\u003d\u003d\u003dt||o.fn\u003d\u003d\u003dt){a.splice(s,1);break}return n},e.prototype.$emit\u003dfunction(e){var t\u003dthis._events[e];if(t){t\u003dt.length\u003e1?k(t):t;for(var n\u003dk(arguments,1),r\u003d\u0027event handler for \"\u0027+e+\u0027\"\u0027,i\u003d0,o\u003dt.length;i\u003co;i++)Be(t[i],this,n,this,r)}return this}}(Cn),function(e){e.prototype._update\u003dfunction(e,t){var n\u003dthis,r\u003dn.$el,i\u003dn._vnode,o\u003dGt(n);n._vnode\u003de,n.$el\u003di?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),o(),r\u0026\u0026(r.__vue__\u003dnull),n.$el\u0026\u0026(n.$el.__vue__\u003dn),n.$vnode\u0026\u0026n.$parent\u0026\u0026n.$vnode\u003d\u003d\u003dn.$parent._vnode\u0026\u0026(n.$parent.$el\u003dn.$el)},e.prototype.$forceUpdate\u003dfunction(){this._watcher\u0026\u0026this._watcher.update()},e.prototype.$destroy\u003dfunction(){var e\u003dthis;if(!e._isBeingDestroyed){Qt(e,\"beforeDestroy\"),e._isBeingDestroyed\u003d!0;var t\u003de.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher\u0026\u0026e._watcher.teardown();for(var n\u003de._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__\u0026\u0026e._data.__ob__.vmCount--,e._isDestroyed\u003d!0,e.__patch__(e._vnode,null),Qt(e,\"destroyed\"),e.$off(),e.$el\u0026\u0026(e.$el.__vue__\u003dnull),e.$vnode\u0026\u0026(e.$vnode.parent\u003dnull)}}}(Cn),function(e){Nt(e.prototype),e.prototype.$nextTick\u003dfunction(e){return Qe(e,this)},e.prototype._render\u003dfunction(){var e,t\u003dthis,n\u003dt.$options,r\u003dn.render,i\u003dn._parentVnode;i\u0026\u0026(t.$scopedSlots\u003ddt(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode\u003di;try{Ut\u003dt,e\u003dr.call(t._renderProxy,t.$createElement)}catch(n){He(n,t,\"render\"),e\u003dt._vnode}finally{Ut\u003dnull}return Array.isArray(e)\u0026\u00261\u003d\u003d\u003de.length\u0026\u0026(e\u003de[0]),e instanceof pe||(e\u003dve()),e.parent\u003di,e}}(Cn);var Tn\u003d[String,RegExp,Array],Nn\u003d{KeepAlive:{name:\"keep-alive\",abstract:!0,props:{include:Tn,exclude:Tn,max:[String,Number]},methods:{cacheVNode:function(){var e\u003dthis.cache,t\u003dthis.keys,n\u003dthis.vnodeToCache,r\u003dthis.keyToCache;if(n){var i\u003dn.tag,o\u003dn.componentInstance,a\u003dn.componentOptions;e[r]\u003d{name:kn(a),tag:i,componentInstance:o},t.push(r),this.max\u0026\u0026t.length\u003eparseInt(this.max)\u0026\u0026Sn(e,t[0],t,this._vnode),this.vnodeToCache\u003dnull}}},created:function(){this.cache\u003dObject.create(null),this.keys\u003d[]},destroyed:function(){for(var e in this.cache)Sn(this.cache,e,this.keys)},mounted:function(){var e\u003dthis;this.cacheVNode(),this.$watch(\"include\",function(t){On(e,function(e){return An(t,e)})}),this.$watch(\"exclude\",function(t){On(e,function(e){return!An(t,e)})})},updated:function(){this.cacheVNode()},render:function(){var e\u003dthis.$slots.default,t\u003dzt(e),n\u003dt\u0026\u0026t.componentOptions;if(n){var r\u003dkn(n),i\u003dthis.include,o\u003dthis.exclude;if(i\u0026\u0026(!r||!An(i,r))||o\u0026\u0026r\u0026\u0026An(o,r))return t;var a\u003dthis.cache,s\u003dthis.keys,c\u003dnull\u003d\u003dt.key?n.Ctor.cid+(n.tag?\"::\"+n.tag:\"\"):t.key;a[c]?(t.componentInstance\u003da[c].componentInstance,h(s,c),s.push(c)):(this.vnodeToCache\u003dt,this.keyToCache\u003dc),t.data.keepAlive\u003d!0}return t||e\u0026\u0026e[0]}}};!function(e){var t\u003d{get:function(){return F}};Object.defineProperty(e,\"config\",t),e.util\u003d{warn:ae,extend:A,mergeOptions:De,defineReactive:xe},e.set\u003dke,e.delete\u003dAe,e.nextTick\u003dQe,e.observable\u003dfunction(e){return Ce(e),e},e.options\u003dObject.create(null),I.forEach(function(t){e.options[t+\"s\"]\u003dObject.create(null)}),e.options._base\u003de,A(e.options.components,Nn),function(e){e.use\u003dfunction(e){var t\u003dthis._installedPlugins||(this._installedPlugins\u003d[]);if(t.indexOf(e)\u003e-1)return this;var n\u003dk(arguments,1);return n.unshift(this),\"function\"\u003d\u003dtypeof e.install?e.install.apply(e,n):\"function\"\u003d\u003dtypeof e\u0026\u0026e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin\u003dfunction(e){return this.options\u003dDe(this.options,e),this}}(e),xn(e),function(e){I.forEach(function(t){e[t]\u003dfunction(e,n){return n?(\"component\"\u003d\u003d\u003dt\u0026\u0026s(n)\u0026\u0026(n.name\u003dn.name||e,n\u003dthis.options._base.extend(n)),\"directive\"\u003d\u003d\u003dt\u0026\u0026\"function\"\u003d\u003dtypeof n\u0026\u0026(n\u003d{bind:n,update:n}),this.options[t+\"s\"][e]\u003dn,n):this.options[t+\"s\"][e]}})}(e)}(Cn),Object.defineProperty(Cn.prototype,\"$isServer\",{get:te}),Object.defineProperty(Cn.prototype,\"$ssrContext\",{get:function(){return this.$vnode\u0026\u0026this.$vnode.ssrContext}}),Object.defineProperty(Cn,\"FunctionalRenderContext\",{value:Et}),Cn.version\u003d\"2.6.14\";var En\u003dp(\"style,class\"),jn\u003dp(\"input,textarea,option,select,progress\"),Dn\u003dfunction(e,t,n){return\"value\"\u003d\u003d\u003dn\u0026\u0026jn(e)\u0026\u0026\"button\"!\u003d\u003dt||\"selected\"\u003d\u003d\u003dn\u0026\u0026\"option\"\u003d\u003d\u003de||\"checked\"\u003d\u003d\u003dn\u0026\u0026\"input\"\u003d\u003d\u003de||\"muted\"\u003d\u003d\u003dn\u0026\u0026\"video\"\u003d\u003d\u003de},Ln\u003dp(\"contenteditable,draggable,spellcheck\"),In\u003dp(\"events,caret,typing,plaintext-only\"),Mn\u003dfunction(e,t){return Bn(t)||\"false\"\u003d\u003d\u003dt?\"false\":\"contenteditable\"\u003d\u003d\u003de\u0026\u0026In(t)?t:\"true\"},Fn\u003dp(\"allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible\"),Pn\u003d\"http://www.w3.org/1999/xlink\",Rn\u003dfunction(e){return\":\"\u003d\u003d\u003de.charAt(5)\u0026\u0026\"xlink\"\u003d\u003d\u003de.slice(0,5)},Hn\u003dfunction(e){return Rn(e)?e.slice(6,e.length):\"\"},Bn\u003dfunction(e){return null\u003d\u003de||!1\u003d\u003d\u003de};function Un(e){for(var t\u003de.data,r\u003de,i\u003de;n(i.componentInstance);)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(t\u003dVn(i.data,t));for(;n(r\u003dr.parent);)r\u0026\u0026r.data\u0026\u0026(t\u003dVn(t,r.data));return function(e,t){if(n(e)||n(t))return zn(e,Kn(t));return\"\"}(t.staticClass,t.class)}function Vn(e,t){return{staticClass:zn(e.staticClass,t.staticClass),class:n(e.class)?[e.class,t.class]:t.class}}function zn(e,t){return e?t?e+\" \"+t:e:t||\"\"}function Kn(e){return Array.isArray(e)?function(e){for(var t,r\u003d\"\",i\u003d0,o\u003de.length;i\u003co;i++)n(t\u003dKn(e[i]))\u0026\u0026\"\"!\u003d\u003dt\u0026\u0026(r\u0026\u0026(r+\u003d\" \"),r+\u003dt);return r}(e):o(e)?function(e){var t\u003d\"\";for(var n in e)e[n]\u0026\u0026(t\u0026\u0026(t+\u003d\" \"),t+\u003dn);return t}(e):\"string\"\u003d\u003dtypeof e?e:\"\"}var Jn\u003d{svg:\"http://www.w3.org/2000/svg\",math:\"http://www.w3.org/1998/Math/MathML\"},qn\u003dp(\"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot\"),Wn\u003dp(\"svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view\",!0),Zn\u003dfunction(e){return qn(e)||Wn(e)};function Gn(e){return Wn(e)?\"svg\":\"math\"\u003d\u003d\u003de?\"math\":void 0}var Xn\u003dObject.create(null);var Yn\u003dp(\"text,number,password,search,email,tel,url\");function Qn(e){if(\"string\"\u003d\u003dtypeof e){var t\u003ddocument.querySelector(e);return t||document.createElement(\"div\")}return e}var er\u003dObject.freeze({createElement:function(e,t){var n\u003ddocument.createElement(e);return\"select\"!\u003d\u003de?n:(t.data\u0026\u0026t.data.attrs\u0026\u0026void 0!\u003d\u003dt.data.attrs.multiple\u0026\u0026n.setAttribute(\"multiple\",\"multiple\"),n)},createElementNS:function(e,t){return document.createElementNS(Jn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent\u003dt},setStyleScope:function(e,t){e.setAttribute(t,\"\")}}),tr\u003d{create:function(e,t){nr(t)},update:function(e,t){e.data.ref!\u003d\u003dt.data.ref\u0026\u0026(nr(e,!0),nr(t))},destroy:function(e){nr(e,!0)}};function nr(e,t){var r\u003de.data.ref;if(n(r)){var i\u003de.context,o\u003de.componentInstance||e.elm,a\u003di.$refs;t?Array.isArray(a[r])?h(a[r],o):a[r]\u003d\u003d\u003do\u0026\u0026(a[r]\u003dvoid 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)\u003c0\u0026\u0026a[r].push(o):a[r]\u003d[o]:a[r]\u003do}}var rr\u003dnew pe(\"\",{},[]),ir\u003d[\"create\",\"activate\",\"update\",\"remove\",\"destroy\"];function or(e,i){return e.key\u003d\u003d\u003di.key\u0026\u0026e.asyncFactory\u003d\u003d\u003di.asyncFactory\u0026\u0026(e.tag\u003d\u003d\u003di.tag\u0026\u0026e.isComment\u003d\u003d\u003di.isComment\u0026\u0026n(e.data)\u003d\u003d\u003dn(i.data)\u0026\u0026function(e,t){if(\"input\"!\u003d\u003de.tag)return!0;var r,i\u003dn(r\u003de.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type,o\u003dn(r\u003dt.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type;return i\u003d\u003d\u003do||Yn(i)\u0026\u0026Yn(o)}(e,i)||r(e.isAsyncPlaceholder)\u0026\u0026t(i.asyncFactory.error))}function ar(e,t,r){var i,o,a\u003d{};for(i\u003dt;i\u003c\u003dr;++i)n(o\u003de[i].key)\u0026\u0026(a[o]\u003di);return a}var sr\u003d{create:cr,update:cr,destroy:function(e){cr(e,rr)}};function cr(e,t){(e.data.directives||t.data.directives)\u0026\u0026function(e,t){var n,r,i,o\u003de\u003d\u003d\u003drr,a\u003dt\u003d\u003d\u003drr,s\u003dlr(e.data.directives,e.context),c\u003dlr(t.data.directives,t.context),u\u003d[],l\u003d[];for(n in c)r\u003ds[n],i\u003dc[n],r?(i.oldValue\u003dr.value,i.oldArg\u003dr.arg,pr(i,\"update\",t,e),i.def\u0026\u0026i.def.componentUpdated\u0026\u0026l.push(i)):(pr(i,\"bind\",t,e),i.def\u0026\u0026i.def.inserted\u0026\u0026u.push(i));if(u.length){var f\u003dfunction(){for(var n\u003d0;n\u003cu.length;n++)pr(u[n],\"inserted\",t,e)};o?ot(t,\"insert\",f):f()}l.length\u0026\u0026ot(t,\"postpatch\",function(){for(var n\u003d0;n\u003cl.length;n++)pr(l[n],\"componentUpdated\",t,e)});if(!o)for(n in s)c[n]||pr(s[n],\"unbind\",e,e,a)}(e,t)}var ur\u003dObject.create(null);function lr(e,t){var n,r,i\u003dObject.create(null);if(!e)return i;for(n\u003d0;n\u003ce.length;n++)(r\u003de[n]).modifiers||(r.modifiers\u003dur),i[fr(r)]\u003dr,r.def\u003dLe(t.$options,\"directives\",r.name);return i}function fr(e){return e.rawName||e.name+\".\"+Object.keys(e.modifiers||{}).join(\".\")}function pr(e,t,n,r,i){var o\u003de.def\u0026\u0026e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(r){He(r,n.context,\"directive \"+e.name+\" \"+t+\" hook\")}}var dr\u003d[tr,sr];function vr(e,r){var i\u003dr.componentOptions;if(!(n(i)\u0026\u0026!1\u003d\u003d\u003di.Ctor.options.inheritAttrs||t(e.data.attrs)\u0026\u0026t(r.data.attrs))){var o,a,s\u003dr.elm,c\u003de.data.attrs||{},u\u003dr.data.attrs||{};for(o in n(u.__ob__)\u0026\u0026(u\u003dr.data.attrs\u003dA({},u)),u)a\u003du[o],c[o]!\u003d\u003da\u0026\u0026hr(s,o,a,r.data.pre);for(o in(q||Z)\u0026\u0026u.value!\u003d\u003dc.value\u0026\u0026hr(s,\"value\",u.value),c)t(u[o])\u0026\u0026(Rn(o)?s.removeAttributeNS(Pn,Hn(o)):Ln(o)||s.removeAttribute(o))}}function hr(e,t,n,r){r||e.tagName.indexOf(\"-\")\u003e-1?mr(e,t,n):Fn(t)?Bn(n)?e.removeAttribute(t):(n\u003d\"allowfullscreen\"\u003d\u003d\u003dt\u0026\u0026\"EMBED\"\u003d\u003d\u003de.tagName?\"true\":t,e.setAttribute(t,n)):Ln(t)?e.setAttribute(t,Mn(t,n)):Rn(t)?Bn(n)?e.removeAttributeNS(Pn,Hn(t)):e.setAttributeNS(Pn,t,n):mr(e,t,n)}function mr(e,t,n){if(Bn(n))e.removeAttribute(t);else{if(q\u0026\u0026!W\u0026\u0026\"TEXTAREA\"\u003d\u003d\u003de.tagName\u0026\u0026\"placeholder\"\u003d\u003d\u003dt\u0026\u0026\"\"!\u003d\u003dn\u0026\u0026!e.__ieph){var r\u003dfunction(t){t.stopImmediatePropagation(),e.removeEventListener(\"input\",r)};e.addEventListener(\"input\",r),e.__ieph\u003d!0}e.setAttribute(t,n)}}var yr\u003d{create:vr,update:vr};function gr(e,r){var i\u003dr.elm,o\u003dr.data,a\u003de.data;if(!(t(o.staticClass)\u0026\u0026t(o.class)\u0026\u0026(t(a)||t(a.staticClass)\u0026\u0026t(a.class)))){var s\u003dUn(r),c\u003di._transitionClasses;n(c)\u0026\u0026(s\u003dzn(s,Kn(c))),s!\u003d\u003di._prevClass\u0026\u0026(i.setAttribute(\"class\",s),i._prevClass\u003ds)}}var _r,br,$r,wr,Cr,xr,kr\u003d{create:gr,update:gr},Ar\u003d/[\\w).+\\-_$\\]]/;function Or(e){var t,n,r,i,o,a\u003d!1,s\u003d!1,c\u003d!1,u\u003d!1,l\u003d0,f\u003d0,p\u003d0,d\u003d0;for(r\u003d0;r\u003ce.length;r++)if(n\u003dt,t\u003de.charCodeAt(r),a)39\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(a\u003d!1);else if(s)34\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(s\u003d!1);else if(c)96\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(c\u003d!1);else if(u)47\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(u\u003d!1);else if(124!\u003d\u003dt||124\u003d\u003d\u003de.charCodeAt(r+1)||124\u003d\u003d\u003de.charCodeAt(r-1)||l||f||p){switch(t){case 34:s\u003d!0;break;case 39:a\u003d!0;break;case 96:c\u003d!0;break;case 40:p++;break;case 41:p--;break;case 91:f++;break;case 93:f--;break;case 123:l++;break;case 125:l--}if(47\u003d\u003d\u003dt){for(var v\u003dr-1,h\u003dvoid 0;v\u003e\u003d0\u0026\u0026\" \"\u003d\u003d\u003d(h\u003de.charAt(v));v--);h\u0026\u0026Ar.test(h)||(u\u003d!0)}}else void 0\u003d\u003d\u003di?(d\u003dr+1,i\u003de.slice(0,r).trim()):m();function m(){(o||(o\u003d[])).push(e.slice(d,r).trim()),d\u003dr+1}if(void 0\u003d\u003d\u003di?i\u003de.slice(0,r).trim():0!\u003d\u003dd\u0026\u0026m(),o)for(r\u003d0;r\u003co.length;r++)i\u003dSr(i,o[r]);return i}function Sr(e,t){var n\u003dt.indexOf(\"(\");if(n\u003c0)return\u0027_f(\"\u0027+t+\u0027\")(\u0027+e+\")\";var r\u003dt.slice(0,n),i\u003dt.slice(n+1);return\u0027_f(\"\u0027+r+\u0027\")(\u0027+e+(\")\"!\u003d\u003di?\",\"+i:i)}function Tr(e,t){console.error(\"[Vue compiler]: \"+e)}function Nr(e,t){return e?e.map(function(e){return e[t]}).filter(function(e){return e}):[]}function Er(e,t,n,r,i){(e.props||(e.props\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function jr(e,t,n,r,i){(i?e.dynamicAttrs||(e.dynamicAttrs\u003d[]):e.attrs||(e.attrs\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function Dr(e,t,n,r){e.attrsMap[t]\u003dn,e.attrsList.push(Hr({name:t,value:n},r))}function Lr(e,t,n,r,i,o,a,s){(e.directives||(e.directives\u003d[])).push(Hr({name:t,rawName:n,value:r,arg:i,isDynamicArg:o,modifiers:a},s)),e.plain\u003d!1}function Ir(e,t,n){return n?\"_p(\"+t+\u0027,\"\u0027+e+\u0027\")\u0027:e+t}function Mr(t,n,r,i,o,a,s,c){var u;(i\u003di||e).right?c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027contextmenu\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"contextmenu\",delete i.right):i.middle\u0026\u0026(c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027mouseup\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"mouseup\")),i.capture\u0026\u0026(delete i.capture,n\u003dIr(\"!\",n,c)),i.once\u0026\u0026(delete i.once,n\u003dIr(\"~\",n,c)),i.passive\u0026\u0026(delete i.passive,n\u003dIr(\"\u0026\",n,c)),i.native?(delete i.native,u\u003dt.nativeEvents||(t.nativeEvents\u003d{})):u\u003dt.events||(t.events\u003d{});var l\u003dHr({value:r.trim(),dynamic:c},s);i!\u003d\u003de\u0026\u0026(l.modifiers\u003di);var f\u003du[n];Array.isArray(f)?o?f.unshift(l):f.push(l):u[n]\u003df?o?[l,f]:[f,l]:l,t.plain\u003d!1}function Fr(e,t,n){var r\u003dPr(e,\":\"+t)||Pr(e,\"v-bind:\"+t);if(null!\u003dr)return Or(r);if(!1!\u003d\u003dn){var i\u003dPr(e,t);if(null!\u003di)return JSON.stringify(i)}}function Pr(e,t,n){var r;if(null!\u003d(r\u003de.attrsMap[t]))for(var i\u003de.attrsList,o\u003d0,a\u003di.length;o\u003ca;o++)if(i[o].name\u003d\u003d\u003dt){i.splice(o,1);break}return n\u0026\u0026delete e.attrsMap[t],r}function Rr(e,t){for(var n\u003de.attrsList,r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];if(t.test(o.name))return n.splice(r,1),o}}function Hr(e,t){return t\u0026\u0026(null!\u003dt.start\u0026\u0026(e.start\u003dt.start),null!\u003dt.end\u0026\u0026(e.end\u003dt.end)),e}function Br(e,t,n){var r\u003dn||{},i\u003dr.number,o\u003d\"$$v\";r.trim\u0026\u0026(o\u003d\"(typeof $$v \u003d\u003d\u003d \u0027string\u0027? $$v.trim(): $$v)\"),i\u0026\u0026(o\u003d\"_n(\"+o+\")\");var a\u003dUr(t,o);e.model\u003d{value:\"(\"+t+\")\",expression:JSON.stringify(t),callback:\"function ($$v) {\"+a+\"}\"}}function Ur(e,t){var n\u003dfunction(e){if(e\u003de.trim(),_r\u003de.length,e.indexOf(\"[\")\u003c0||e.lastIndexOf(\"]\")\u003c_r-1)return(wr\u003de.lastIndexOf(\".\"))\u003e-1?{exp:e.slice(0,wr),key:\u0027\"\u0027+e.slice(wr+1)+\u0027\"\u0027}:{exp:e,key:null};br\u003de,wr\u003dCr\u003dxr\u003d0;for(;!zr();)Kr($r\u003dVr())?qr($r):91\u003d\u003d\u003d$r\u0026\u0026Jr($r);return{exp:e.slice(0,Cr),key:e.slice(Cr+1,xr)}}(e);return null\u003d\u003d\u003dn.key?e+\"\u003d\"+t:\"$set(\"+n.exp+\", \"+n.key+\", \"+t+\")\"}function Vr(){return br.charCodeAt(++wr)}function zr(){return wr\u003e\u003d_r}function Kr(e){return 34\u003d\u003d\u003de||39\u003d\u003d\u003de}function Jr(e){var t\u003d1;for(Cr\u003dwr;!zr();)if(Kr(e\u003dVr()))qr(e);else if(91\u003d\u003d\u003de\u0026\u0026t++,93\u003d\u003d\u003de\u0026\u0026t--,0\u003d\u003d\u003dt){xr\u003dwr;break}}function qr(e){for(var t\u003de;!zr()\u0026\u0026(e\u003dVr())!\u003d\u003dt;);}var Wr,Zr\u003d\"__r\",Gr\u003d\"__c\";function Xr(e,t,n){var r\u003dWr;return function i(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026ei(e,i,n,r)}}var Yr\u003dKe\u0026\u0026!(X\u0026\u0026Number(X[1])\u003c\u003d53);function Qr(e,t,n,r){if(Yr){var i\u003dsn,o\u003dt;t\u003do._wrapper\u003dfunction(e){if(e.target\u003d\u003d\u003de.currentTarget||e.timeStamp\u003e\u003di||e.timeStamp\u003c\u003d0||e.target.ownerDocument!\u003d\u003ddocument)return o.apply(this,arguments)}}Wr.addEventListener(e,t,Q?{capture:n,passive:r}:n)}function ei(e,t,n,r){(r||Wr).removeEventListener(e,t._wrapper||t,n)}function ti(e,r){if(!t(e.data.on)||!t(r.data.on)){var i\u003dr.data.on||{},o\u003de.data.on||{};Wr\u003dr.elm,function(e){if(n(e[Zr])){var t\u003dq?\"change\":\"input\";e[t]\u003d[].concat(e[Zr],e[t]||[]),delete e[Zr]}n(e[Gr])\u0026\u0026(e.change\u003d[].concat(e[Gr],e.change||[]),delete e[Gr])}(i),it(i,o,Qr,ei,Xr,r.context),Wr\u003dvoid 0}}var ni,ri\u003d{create:ti,update:ti};function ii(e,r){if(!t(e.data.domProps)||!t(r.data.domProps)){var i,o,a\u003dr.elm,s\u003de.data.domProps||{},c\u003dr.data.domProps||{};for(i in n(c.__ob__)\u0026\u0026(c\u003dr.data.domProps\u003dA({},c)),s)i in c||(a[i]\u003d\"\");for(i in c){if(o\u003dc[i],\"textContent\"\u003d\u003d\u003di||\"innerHTML\"\u003d\u003d\u003di){if(r.children\u0026\u0026(r.children.length\u003d0),o\u003d\u003d\u003ds[i])continue;1\u003d\u003d\u003da.childNodes.length\u0026\u0026a.removeChild(a.childNodes[0])}if(\"value\"\u003d\u003d\u003di\u0026\u0026\"PROGRESS\"!\u003d\u003da.tagName){a._value\u003do;var u\u003dt(o)?\"\":String(o);oi(a,u)\u0026\u0026(a.value\u003du)}else if(\"innerHTML\"\u003d\u003d\u003di\u0026\u0026Wn(a.tagName)\u0026\u0026t(a.innerHTML)){(ni\u003dni||document.createElement(\"div\")).innerHTML\u003d\"\u003csvg\u003e\"+o+\"\u003c/svg\u003e\";for(var l\u003dni.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(o!\u003d\u003ds[i])try{a[i]\u003do}catch(e){}}}}function oi(e,t){return!e.composing\u0026\u0026(\"OPTION\"\u003d\u003d\u003de.tagName||function(e,t){var n\u003d!0;try{n\u003ddocument.activeElement!\u003d\u003de}catch(e){}return n\u0026\u0026e.value!\u003d\u003dt}(e,t)||function(e,t){var r\u003de.value,i\u003de._vModifiers;if(n(i)){if(i.number)return f(r)!\u003d\u003df(t);if(i.trim)return r.trim()!\u003d\u003dt.trim()}return r!\u003d\u003dt}(e,t))}var ai\u003d{create:ii,update:ii},si\u003dg(function(e){var t\u003d{},n\u003d/:(.+)/;return e.split(/;(?![^(]*\\))/g).forEach(function(e){if(e){var r\u003de.split(n);r.length\u003e1\u0026\u0026(t[r[0].trim()]\u003dr[1].trim())}}),t});function ci(e){var t\u003dui(e.style);return e.staticStyle?A(e.staticStyle,t):t}function ui(e){return Array.isArray(e)?O(e):\"string\"\u003d\u003dtypeof e?si(e):e}var li,fi\u003d/^--/,pi\u003d/\\s*!important$/,di\u003dfunction(e,t,n){if(fi.test(t))e.style.setProperty(t,n);else if(pi.test(n))e.style.setProperty(C(t),n.replace(pi,\"\"),\"important\");else{var r\u003dhi(t);if(Array.isArray(n))for(var i\u003d0,o\u003dn.length;i\u003co;i++)e.style[r]\u003dn[i];else e.style[r]\u003dn}},vi\u003d[\"Webkit\",\"Moz\",\"ms\"],hi\u003dg(function(e){if(li\u003dli||document.createElement(\"div\").style,\"filter\"!\u003d\u003d(e\u003db(e))\u0026\u0026e in li)return e;for(var t\u003de.charAt(0).toUpperCase()+e.slice(1),n\u003d0;n\u003cvi.length;n++){var r\u003dvi[n]+t;if(r in li)return r}});function mi(e,r){var i\u003dr.data,o\u003de.data;if(!(t(i.staticStyle)\u0026\u0026t(i.style)\u0026\u0026t(o.staticStyle)\u0026\u0026t(o.style))){var a,s,c\u003dr.elm,u\u003do.staticStyle,l\u003do.normalizedStyle||o.style||{},f\u003du||l,p\u003dui(r.data.style)||{};r.data.normalizedStyle\u003dn(p.__ob__)?A({},p):p;var d\u003dfunction(e,t){var n,r\u003d{};if(t)for(var i\u003de;i.componentInstance;)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(n\u003dci(i.data))\u0026\u0026A(r,n);(n\u003dci(e.data))\u0026\u0026A(r,n);for(var o\u003de;o\u003do.parent;)o.data\u0026\u0026(n\u003dci(o.data))\u0026\u0026A(r,n);return r}(r,!0);for(s in f)t(d[s])\u0026\u0026di(c,s,\"\");for(s in d)(a\u003dd[s])!\u003d\u003df[s]\u0026\u0026di(c,s,null\u003d\u003da?\"\":a)}}var yi\u003d{create:mi,update:mi},gi\u003d/\\s+/;function _i(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \";n.indexOf(\" \"+t+\" \")\u003c0\u0026\u0026e.setAttribute(\"class\",(n+t).trim())}}function bi(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute(\"class\");else{for(var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \",r\u003d\" \"+t+\" \";n.indexOf(r)\u003e\u003d0;)n\u003dn.replace(r,\" \");(n\u003dn.trim())?e.setAttribute(\"class\",n):e.removeAttribute(\"class\")}}function $i(e){if(e){if(\"object\"\u003d\u003dtypeof e){var t\u003d{};return!1!\u003d\u003de.css\u0026\u0026A(t,wi(e.name||\"v\")),A(t,e),t}return\"string\"\u003d\u003dtypeof e?wi(e):void 0}}var wi\u003dg(function(e){return{enterClass:e+\"-enter\",enterToClass:e+\"-enter-to\",enterActiveClass:e+\"-enter-active\",leaveClass:e+\"-leave\",leaveToClass:e+\"-leave-to\",leaveActiveClass:e+\"-leave-active\"}}),Ci\u003dV\u0026\u0026!W,xi\u003d\"transition\",ki\u003d\"animation\",Ai\u003d\"transition\",Oi\u003d\"transitionend\",Si\u003d\"animation\",Ti\u003d\"animationend\";Ci\u0026\u0026(void 0\u003d\u003d\u003dwindow.ontransitionend\u0026\u0026void 0!\u003d\u003dwindow.onwebkittransitionend\u0026\u0026(Ai\u003d\"WebkitTransition\",Oi\u003d\"webkitTransitionEnd\"),void 0\u003d\u003d\u003dwindow.onanimationend\u0026\u0026void 0!\u003d\u003dwindow.onwebkitanimationend\u0026\u0026(Si\u003d\"WebkitAnimation\",Ti\u003d\"webkitAnimationEnd\"));var Ni\u003dV?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ei(e){Ni(function(){Ni(e)})}function ji(e,t){var n\u003de._transitionClasses||(e._transitionClasses\u003d[]);n.indexOf(t)\u003c0\u0026\u0026(n.push(t),_i(e,t))}function Di(e,t){e._transitionClasses\u0026\u0026h(e._transitionClasses,t),bi(e,t)}function Li(e,t,n){var r\u003dMi(e,t),i\u003dr.type,o\u003dr.timeout,a\u003dr.propCount;if(!i)return n();var s\u003di\u003d\u003d\u003dxi?Oi:Ti,c\u003d0,u\u003dfunction(){e.removeEventListener(s,l),n()},l\u003dfunction(t){t.target\u003d\u003d\u003de\u0026\u0026++c\u003e\u003da\u0026\u0026u()};setTimeout(function(){c\u003ca\u0026\u0026u()},o+1),e.addEventListener(s,l)}var Ii\u003d/\\b(transform|all)(,|$)/;function Mi(e,t){var n,r\u003dwindow.getComputedStyle(e),i\u003d(r[Ai+\"Delay\"]||\"\").split(\", \"),o\u003d(r[Ai+\"Duration\"]||\"\").split(\", \"),a\u003dFi(i,o),s\u003d(r[Si+\"Delay\"]||\"\").split(\", \"),c\u003d(r[Si+\"Duration\"]||\"\").split(\", \"),u\u003dFi(s,c),l\u003d0,f\u003d0;return t\u003d\u003d\u003dxi?a\u003e0\u0026\u0026(n\u003dxi,l\u003da,f\u003do.length):t\u003d\u003d\u003dki?u\u003e0\u0026\u0026(n\u003dki,l\u003du,f\u003dc.length):f\u003d(n\u003d(l\u003dMath.max(a,u))\u003e0?a\u003eu?xi:ki:null)?n\u003d\u003d\u003dxi?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n\u003d\u003d\u003dxi\u0026\u0026Ii.test(r[Ai+\"Property\"])}}function Fi(e,t){for(;e.length\u003ct.length;)e\u003de.concat(e);return Math.max.apply(null,t.map(function(t,n){return Pi(t)+Pi(e[n])}))}function Pi(e){return 1e3*Number(e.slice(0,-1).replace(\",\",\".\"))}function Ri(e,r){var i\u003de.elm;n(i._leaveCb)\u0026\u0026(i._leaveCb.cancelled\u003d!0,i._leaveCb());var a\u003d$i(e.data.transition);if(!t(a)\u0026\u0026!n(i._enterCb)\u0026\u00261\u003d\u003d\u003di.nodeType){for(var s\u003da.css,c\u003da.type,u\u003da.enterClass,l\u003da.enterToClass,p\u003da.enterActiveClass,d\u003da.appearClass,v\u003da.appearToClass,h\u003da.appearActiveClass,m\u003da.beforeEnter,y\u003da.enter,g\u003da.afterEnter,_\u003da.enterCancelled,b\u003da.beforeAppear,$\u003da.appear,w\u003da.afterAppear,C\u003da.appearCancelled,x\u003da.duration,k\u003dZt,A\u003dZt.$vnode;A\u0026\u0026A.parent;)k\u003dA.context,A\u003dA.parent;var O\u003d!k._isMounted||!e.isRootInsert;if(!O||$||\"\"\u003d\u003d\u003d$){var S\u003dO\u0026\u0026d?d:u,T\u003dO\u0026\u0026h?h:p,N\u003dO\u0026\u0026v?v:l,E\u003dO\u0026\u0026b||m,j\u003dO\u0026\u0026\"function\"\u003d\u003dtypeof $?$:y,L\u003dO\u0026\u0026w||g,I\u003dO\u0026\u0026C||_,M\u003df(o(x)?x.enter:x),F\u003d!1!\u003d\u003ds\u0026\u0026!W,P\u003dUi(j),R\u003di._enterCb\u003dD(function(){F\u0026\u0026(Di(i,N),Di(i,T)),R.cancelled?(F\u0026\u0026Di(i,S),I\u0026\u0026I(i)):L\u0026\u0026L(i),i._enterCb\u003dnull});e.data.show||ot(e,\"insert\",function(){var t\u003di.parentNode,n\u003dt\u0026\u0026t._pending\u0026\u0026t._pending[e.key];n\u0026\u0026n.tag\u003d\u003d\u003de.tag\u0026\u0026n.elm._leaveCb\u0026\u0026n.elm._leaveCb(),j\u0026\u0026j(i,R)}),E\u0026\u0026E(i),F\u0026\u0026(ji(i,S),ji(i,T),Ei(function(){Di(i,S),R.cancelled||(ji(i,N),P||(Bi(M)?setTimeout(R,M):Li(i,c,R)))})),e.data.show\u0026\u0026(r\u0026\u0026r(),j\u0026\u0026j(i,R)),F||P||R()}}}function Hi(e,r){var i\u003de.elm;n(i._enterCb)\u0026\u0026(i._enterCb.cancelled\u003d!0,i._enterCb());var a\u003d$i(e.data.transition);if(t(a)||1!\u003d\u003di.nodeType)return r();if(!n(i._leaveCb)){var s\u003da.css,c\u003da.type,u\u003da.leaveClass,l\u003da.leaveToClass,p\u003da.leaveActiveClass,d\u003da.beforeLeave,v\u003da.leave,h\u003da.afterLeave,m\u003da.leaveCancelled,y\u003da.delayLeave,g\u003da.duration,_\u003d!1!\u003d\u003ds\u0026\u0026!W,b\u003dUi(v),$\u003df(o(g)?g.leave:g),w\u003di._leaveCb\u003dD(function(){i.parentNode\u0026\u0026i.parentNode._pending\u0026\u0026(i.parentNode._pending[e.key]\u003dnull),_\u0026\u0026(Di(i,l),Di(i,p)),w.cancelled?(_\u0026\u0026Di(i,u),m\u0026\u0026m(i)):(r(),h\u0026\u0026h(i)),i._leaveCb\u003dnull});y?y(C):C()}function C(){w.cancelled||(!e.data.show\u0026\u0026i.parentNode\u0026\u0026((i.parentNode._pending||(i.parentNode._pending\u003d{}))[e.key]\u003de),d\u0026\u0026d(i),_\u0026\u0026(ji(i,u),ji(i,p),Ei(function(){Di(i,u),w.cancelled||(ji(i,l),b||(Bi($)?setTimeout(w,$):Li(i,c,w)))})),v\u0026\u0026v(i,w),_||b||w())}}function Bi(e){return\"number\"\u003d\u003dtypeof e\u0026\u0026!isNaN(e)}function Ui(e){if(t(e))return!1;var r\u003de.fns;return n(r)?Ui(Array.isArray(r)?r[0]:r):(e._length||e.length)\u003e1}function Vi(e,t){!0!\u003d\u003dt.data.show\u0026\u0026Ri(t)}var zi\u003dfunction(e){var o,a,s\u003d{},c\u003de.modules,u\u003de.nodeOps;for(o\u003d0;o\u003cir.length;++o)for(s[ir[o]]\u003d[],a\u003d0;a\u003cc.length;++a)n(c[a][ir[o]])\u0026\u0026s[ir[o]].push(c[a][ir[o]]);function l(e){var t\u003du.parentNode(e);n(t)\u0026\u0026u.removeChild(t,e)}function f(e,t,i,o,a,c,l){if(n(e.elm)\u0026\u0026n(c)\u0026\u0026(e\u003dc[l]\u003dme(e)),e.isRootInsert\u003d!a,!function(e,t,i,o){var a\u003de.data;if(n(a)){var c\u003dn(e.componentInstance)\u0026\u0026a.keepAlive;if(n(a\u003da.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(e,!1),n(e.componentInstance))return d(e,t),v(i,e.elm,o),r(c)\u0026\u0026function(e,t,r,i){for(var o,a\u003de;a.componentInstance;)if(a\u003da.componentInstance._vnode,n(o\u003da.data)\u0026\u0026n(o\u003do.transition)){for(o\u003d0;o\u003cs.activate.length;++o)s.activate[o](rr,a);t.push(a);break}v(r,e.elm,i)}(e,t,i,o),!0}}(e,t,i,o)){var f\u003de.data,p\u003de.children,m\u003de.tag;n(m)?(e.elm\u003de.ns?u.createElementNS(e.ns,m):u.createElement(m,e),g(e),h(e,p,t),n(f)\u0026\u0026y(e,t),v(i,e.elm,o)):r(e.isComment)?(e.elm\u003du.createComment(e.text),v(i,e.elm,o)):(e.elm\u003du.createTextNode(e.text),v(i,e.elm,o))}}function d(e,t){n(e.data.pendingInsert)\u0026\u0026(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert\u003dnull),e.elm\u003de.componentInstance.$el,m(e)?(y(e,t),g(e)):(nr(e),t.push(e))}function v(e,t,r){n(e)\u0026\u0026(n(r)?u.parentNode(r)\u003d\u003d\u003de\u0026\u0026u.insertBefore(e,t,r):u.appendChild(e,t))}function h(e,t,n){if(Array.isArray(t))for(var r\u003d0;r\u003ct.length;++r)f(t[r],n,e.elm,null,!0,t,r);else i(e.text)\u0026\u0026u.appendChild(e.elm,u.createTextNode(String(e.text)))}function m(e){for(;e.componentInstance;)e\u003de.componentInstance._vnode;return n(e.tag)}function y(e,t){for(var r\u003d0;r\u003cs.create.length;++r)s.create[r](rr,e);n(o\u003de.data.hook)\u0026\u0026(n(o.create)\u0026\u0026o.create(rr,e),n(o.insert)\u0026\u0026t.push(e))}function g(e){var t;if(n(t\u003de.fnScopeId))u.setStyleScope(e.elm,t);else for(var r\u003de;r;)n(t\u003dr.context)\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t),r\u003dr.parent;n(t\u003dZt)\u0026\u0026t!\u003d\u003de.context\u0026\u0026t!\u003d\u003de.fnContext\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t)}function _(e,t,n,r,i,o){for(;r\u003c\u003di;++r)f(n[r],o,e,t,!1,n,r)}function b(e){var t,r,i\u003de.data;if(n(i))for(n(t\u003di.hook)\u0026\u0026n(t\u003dt.destroy)\u0026\u0026t(e),t\u003d0;t\u003cs.destroy.length;++t)s.destroy[t](e);if(n(t\u003de.children))for(r\u003d0;r\u003ce.children.length;++r)b(e.children[r])}function $(e,t,r){for(;t\u003c\u003dr;++t){var i\u003de[t];n(i)\u0026\u0026(n(i.tag)?(w(i),b(i)):l(i.elm))}}function w(e,t){if(n(t)||n(e.data)){var r,i\u003ds.remove.length+1;for(n(t)?t.listeners+\u003di:t\u003dfunction(e,t){function n(){0\u003d\u003d--n.listeners\u0026\u0026l(e)}return n.listeners\u003dt,n}(e.elm,i),n(r\u003de.componentInstance)\u0026\u0026n(r\u003dr._vnode)\u0026\u0026n(r.data)\u0026\u0026w(r,t),r\u003d0;r\u003cs.remove.length;++r)s.remove[r](e,t);n(r\u003de.data.hook)\u0026\u0026n(r\u003dr.remove)?r(e,t):t()}else l(e.elm)}function C(e,t,r,i){for(var o\u003dr;o\u003ci;o++){var a\u003dt[o];if(n(a)\u0026\u0026or(e,a))return o}}function x(e,i,o,a,c,l){if(e!\u003d\u003di){n(i.elm)\u0026\u0026n(a)\u0026\u0026(i\u003da[c]\u003dme(i));var p\u003di.elm\u003de.elm;if(r(e.isAsyncPlaceholder))n(i.asyncFactory.resolved)?O(e.elm,i,o):i.isAsyncPlaceholder\u003d!0;else if(r(i.isStatic)\u0026\u0026r(e.isStatic)\u0026\u0026i.key\u003d\u003d\u003de.key\u0026\u0026(r(i.isCloned)||r(i.isOnce)))i.componentInstance\u003de.componentInstance;else{var d,v\u003di.data;n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.prepatch)\u0026\u0026d(e,i);var h\u003de.children,y\u003di.children;if(n(v)\u0026\u0026m(i)){for(d\u003d0;d\u003cs.update.length;++d)s.update[d](e,i);n(d\u003dv.hook)\u0026\u0026n(d\u003dd.update)\u0026\u0026d(e,i)}t(i.text)?n(h)\u0026\u0026n(y)?h!\u003d\u003dy\u0026\u0026function(e,r,i,o,a){for(var s,c,l,p\u003d0,d\u003d0,v\u003dr.length-1,h\u003dr[0],m\u003dr[v],y\u003di.length-1,g\u003di[0],b\u003di[y],w\u003d!a;p\u003c\u003dv\u0026\u0026d\u003c\u003dy;)t(h)?h\u003dr[++p]:t(m)?m\u003dr[--v]:or(h,g)?(x(h,g,o,i,d),h\u003dr[++p],g\u003di[++d]):or(m,b)?(x(m,b,o,i,y),m\u003dr[--v],b\u003di[--y]):or(h,b)?(x(h,b,o,i,y),w\u0026\u0026u.insertBefore(e,h.elm,u.nextSibling(m.elm)),h\u003dr[++p],b\u003di[--y]):or(m,g)?(x(m,g,o,i,d),w\u0026\u0026u.insertBefore(e,m.elm,h.elm),m\u003dr[--v],g\u003di[++d]):(t(s)\u0026\u0026(s\u003dar(r,p,v)),t(c\u003dn(g.key)?s[g.key]:C(g,r,p,v))?f(g,o,e,h.elm,!1,i,d):or(l\u003dr[c],g)?(x(l,g,o,i,d),r[c]\u003dvoid 0,w\u0026\u0026u.insertBefore(e,l.elm,h.elm)):f(g,o,e,h.elm,!1,i,d),g\u003di[++d]);p\u003ev?_(e,t(i[y+1])?null:i[y+1].elm,i,d,y,o):d\u003ey\u0026\u0026$(r,p,v)}(p,h,y,o,l):n(y)?(n(e.text)\u0026\u0026u.setTextContent(p,\"\"),_(p,null,y,0,y.length-1,o)):n(h)?$(h,0,h.length-1):n(e.text)\u0026\u0026u.setTextContent(p,\"\"):e.text!\u003d\u003di.text\u0026\u0026u.setTextContent(p,i.text),n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.postpatch)\u0026\u0026d(e,i)}}}function k(e,t,i){if(r(i)\u0026\u0026n(e.parent))e.parent.data.pendingInsert\u003dt;else for(var o\u003d0;o\u003ct.length;++o)t[o].data.hook.insert(t[o])}var A\u003dp(\"attrs,class,staticClass,staticStyle,key\");function O(e,t,i,o){var a,s\u003dt.tag,c\u003dt.data,u\u003dt.children;if(o\u003do||c\u0026\u0026c.pre,t.elm\u003de,r(t.isComment)\u0026\u0026n(t.asyncFactory))return t.isAsyncPlaceholder\u003d!0,!0;if(n(c)\u0026\u0026(n(a\u003dc.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(t,!0),n(a\u003dt.componentInstance)))return d(t,i),!0;if(n(s)){if(n(u))if(e.hasChildNodes())if(n(a\u003dc)\u0026\u0026n(a\u003da.domProps)\u0026\u0026n(a\u003da.innerHTML)){if(a!\u003d\u003de.innerHTML)return!1}else{for(var l\u003d!0,f\u003de.firstChild,p\u003d0;p\u003cu.length;p++){if(!f||!O(f,u[p],i,o)){l\u003d!1;break}f\u003df.nextSibling}if(!l||f)return!1}else h(t,u,i);if(n(c)){var v\u003d!1;for(var m in c)if(!A(m)){v\u003d!0,y(t,i);break}!v\u0026\u0026c.class\u0026\u0026tt(c.class)}}else e.data!\u003d\u003dt.text\u0026\u0026(e.data\u003dt.text);return!0}return function(e,i,o,a){if(!t(i)){var c,l\u003d!1,p\u003d[];if(t(e))l\u003d!0,f(i,p);else{var d\u003dn(e.nodeType);if(!d\u0026\u0026or(e,i))x(e,i,p,null,null,a);else{if(d){if(1\u003d\u003d\u003de.nodeType\u0026\u0026e.hasAttribute(L)\u0026\u0026(e.removeAttribute(L),o\u003d!0),r(o)\u0026\u0026O(e,i,p))return k(i,p,!0),e;c\u003de,e\u003dnew pe(u.tagName(c).toLowerCase(),{},[],void 0,c)}var v\u003de.elm,h\u003du.parentNode(v);if(f(i,p,v._leaveCb?null:h,u.nextSibling(v)),n(i.parent))for(var y\u003di.parent,g\u003dm(i);y;){for(var _\u003d0;_\u003cs.destroy.length;++_)s.destroy[_](y);if(y.elm\u003di.elm,g){for(var w\u003d0;w\u003cs.create.length;++w)s.create[w](rr,y);var C\u003dy.data.hook.insert;if(C.merged)for(var A\u003d1;A\u003cC.fns.length;A++)C.fns[A]()}else nr(y);y\u003dy.parent}n(h)?$([e],0,0):n(e.tag)\u0026\u0026b(e)}}return k(i,p,l),i.elm}n(e)\u0026\u0026b(e)}}({nodeOps:er,modules:[yr,kr,ri,ai,yi,V?{create:Vi,activate:Vi,remove:function(e,t){!0!\u003d\u003de.data.show?Hi(e,t):t()}}:{}].concat(dr)});W\u0026\u0026document.addEventListener(\"selectionchange\",function(){var e\u003ddocument.activeElement;e\u0026\u0026e.vmodel\u0026\u0026Yi(e,\"input\")});var Ki\u003d{inserted:function(e,t,n,r){\"select\"\u003d\u003d\u003dn.tag?(r.elm\u0026\u0026!r.elm._vOptions?ot(n,\"postpatch\",function(){Ki.componentUpdated(e,t,n)}):Ji(e,t,n.context),e._vOptions\u003d[].map.call(e.options,Zi)):(\"textarea\"\u003d\u003d\u003dn.tag||Yn(e.type))\u0026\u0026(e._vModifiers\u003dt.modifiers,t.modifiers.lazy||(e.addEventListener(\"compositionstart\",Gi),e.addEventListener(\"compositionend\",Xi),e.addEventListener(\"change\",Xi),W\u0026\u0026(e.vmodel\u003d!0)))},componentUpdated:function(e,t,n){if(\"select\"\u003d\u003d\u003dn.tag){Ji(e,t,n.context);var r\u003de._vOptions,i\u003de._vOptions\u003d[].map.call(e.options,Zi);if(i.some(function(e,t){return!E(e,r[t])}))(e.multiple?t.value.some(function(e){return Wi(e,i)}):t.value!\u003d\u003dt.oldValue\u0026\u0026Wi(t.value,i))\u0026\u0026Yi(e,\"change\")}}};function Ji(e,t,n){qi(e,t,n),(q||Z)\u0026\u0026setTimeout(function(){qi(e,t,n)},0)}function qi(e,t,n){var r\u003dt.value,i\u003de.multiple;if(!i||Array.isArray(r)){for(var o,a,s\u003d0,c\u003de.options.length;s\u003cc;s++)if(a\u003de.options[s],i)o\u003dj(r,Zi(a))\u003e-1,a.selected!\u003d\u003do\u0026\u0026(a.selected\u003do);else if(E(Zi(a),r))return void(e.selectedIndex!\u003d\u003ds\u0026\u0026(e.selectedIndex\u003ds));i||(e.selectedIndex\u003d-1)}}function Wi(e,t){return t.every(function(t){return!E(t,e)})}function Zi(e){return\"_value\"in e?e._value:e.value}function Gi(e){e.target.composing\u003d!0}function Xi(e){e.target.composing\u0026\u0026(e.target.composing\u003d!1,Yi(e.target,\"input\"))}function Yi(e,t){var n\u003ddocument.createEvent(\"HTMLEvents\");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Qi(e){return!e.componentInstance||e.data\u0026\u0026e.data.transition?e:Qi(e.componentInstance._vnode)}var eo\u003d{model:Ki,show:{bind:function(e,t,n){var r\u003dt.value,i\u003d(n\u003dQi(n)).data\u0026\u0026n.data.transition,o\u003de.__vOriginalDisplay\u003d\"none\"\u003d\u003d\u003de.style.display?\"\":e.style.display;r\u0026\u0026i?(n.data.show\u003d!0,Ri(n,function(){e.style.display\u003do})):e.style.display\u003dr?o:\"none\"},update:function(e,t,n){var r\u003dt.value;!r!\u003d!t.oldValue\u0026\u0026((n\u003dQi(n)).data\u0026\u0026n.data.transition?(n.data.show\u003d!0,r?Ri(n,function(){e.style.display\u003de.__vOriginalDisplay}):Hi(n,function(){e.style.display\u003d\"none\"})):e.style.display\u003dr?e.__vOriginalDisplay:\"none\")},unbind:function(e,t,n,r,i){i||(e.style.display\u003de.__vOriginalDisplay)}}},to\u003d{name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function no(e){var t\u003de\u0026\u0026e.componentOptions;return t\u0026\u0026t.Ctor.options.abstract?no(zt(t.children)):e}function ro(e){var t\u003d{},n\u003de.$options;for(var r in n.propsData)t[r]\u003de[r];var i\u003dn._parentListeners;for(var o in i)t[b(o)]\u003di[o];return t}function io(e,t){if(/\\d-keep-alive$/.test(t.tag))return e(\"keep-alive\",{props:t.componentOptions.propsData})}var oo\u003dfunction(e){return e.tag||pt(e)},ao\u003dfunction(e){return\"show\"\u003d\u003d\u003de.name},so\u003d{name:\"transition\",props:to,abstract:!0,render:function(e){var t\u003dthis,n\u003dthis.$slots.default;if(n\u0026\u0026(n\u003dn.filter(oo)).length){var r\u003dthis.mode,o\u003dn[0];if(function(e){for(;e\u003de.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var a\u003dno(o);if(!a)return o;if(this._leaving)return io(e,o);var s\u003d\"__transition-\"+this._uid+\"-\";a.key\u003dnull\u003d\u003da.key?a.isComment?s+\"comment\":s+a.tag:i(a.key)?0\u003d\u003d\u003dString(a.key).indexOf(s)?a.key:s+a.key:a.key;var c\u003d(a.data||(a.data\u003d{})).transition\u003dro(this),u\u003dthis._vnode,l\u003dno(u);if(a.data.directives\u0026\u0026a.data.directives.some(ao)\u0026\u0026(a.data.show\u003d!0),l\u0026\u0026l.data\u0026\u0026!function(e,t){return t.key\u003d\u003d\u003de.key\u0026\u0026t.tag\u003d\u003d\u003de.tag}(a,l)\u0026\u0026!pt(l)\u0026\u0026(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f\u003dl.data.transition\u003dA({},c);if(\"out-in\"\u003d\u003d\u003dr)return this._leaving\u003d!0,ot(f,\"afterLeave\",function(){t._leaving\u003d!1,t.$forceUpdate()}),io(e,o);if(\"in-out\"\u003d\u003d\u003dr){if(pt(a))return u;var p,d\u003dfunction(){p()};ot(c,\"afterEnter\",d),ot(c,\"enterCancelled\",d),ot(f,\"delayLeave\",function(e){p\u003de})}}return o}}},co\u003dA({tag:String,moveClass:String},to);function uo(e){e.elm._moveCb\u0026\u0026e.elm._moveCb(),e.elm._enterCb\u0026\u0026e.elm._enterCb()}function lo(e){e.data.newPos\u003de.elm.getBoundingClientRect()}function fo(e){var t\u003de.data.pos,n\u003de.data.newPos,r\u003dt.left-n.left,i\u003dt.top-n.top;if(r||i){e.data.moved\u003d!0;var o\u003de.elm.style;o.transform\u003do.WebkitTransform\u003d\"translate(\"+r+\"px,\"+i+\"px)\",o.transitionDuration\u003d\"0s\"}}delete co.mode;var po\u003d{Transition:so,TransitionGroup:{props:co,beforeMount:function(){var e\u003dthis,t\u003dthis._update;this._update\u003dfunction(n,r){var i\u003dGt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode\u003de.kept,i(),t.call(e,n,r)}},render:function(e){for(var t\u003dthis.tag||this.$vnode.data.tag||\"span\",n\u003dObject.create(null),r\u003dthis.prevChildren\u003dthis.children,i\u003dthis.$slots.default||[],o\u003dthis.children\u003d[],a\u003dro(this),s\u003d0;s\u003ci.length;s++){var c\u003di[s];c.tag\u0026\u0026null!\u003dc.key\u0026\u00260!\u003d\u003dString(c.key).indexOf(\"__vlist\")\u0026\u0026(o.push(c),n[c.key]\u003dc,(c.data||(c.data\u003d{})).transition\u003da)}if(r){for(var u\u003d[],l\u003d[],f\u003d0;f\u003cr.length;f++){var p\u003dr[f];p.data.transition\u003da,p.data.pos\u003dp.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept\u003de(t,null,u),this.removed\u003dl}return e(t,null,o)},updated:function(){var e\u003dthis.prevChildren,t\u003dthis.moveClass||(this.name||\"v\")+\"-move\";e.length\u0026\u0026this.hasMove(e[0].elm,t)\u0026\u0026(e.forEach(uo),e.forEach(lo),e.forEach(fo),this._reflow\u003ddocument.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n\u003de.elm,r\u003dn.style;ji(n,t),r.transform\u003dr.WebkitTransform\u003dr.transitionDuration\u003d\"\",n.addEventListener(Oi,n._moveCb\u003dfunction e(r){r\u0026\u0026r.target!\u003d\u003dn||r\u0026\u0026!/transform$/.test(r.propertyName)||(n.removeEventListener(Oi,e),n._moveCb\u003dnull,Di(n,t))})}}))},methods:{hasMove:function(e,t){if(!Ci)return!1;if(this._hasMove)return this._hasMove;var n\u003de.cloneNode();e._transitionClasses\u0026\u0026e._transitionClasses.forEach(function(e){bi(n,e)}),_i(n,t),n.style.display\u003d\"none\",this.$el.appendChild(n);var r\u003dMi(n);return this.$el.removeChild(n),this._hasMove\u003dr.hasTransform}}}};Cn.config.mustUseProp\u003dDn,Cn.config.isReservedTag\u003dZn,Cn.config.isReservedAttr\u003dEn,Cn.config.getTagNamespace\u003dGn,Cn.config.isUnknownElement\u003dfunction(e){if(!V)return!0;if(Zn(e))return!1;if(e\u003de.toLowerCase(),null!\u003dXn[e])return Xn[e];var t\u003ddocument.createElement(e);return e.indexOf(\"-\")\u003e-1?Xn[e]\u003dt.constructor\u003d\u003d\u003dwindow.HTMLUnknownElement||t.constructor\u003d\u003d\u003dwindow.HTMLElement:Xn[e]\u003d/HTMLUnknownElement/.test(t.toString())},A(Cn.options.directives,eo),A(Cn.options.components,po),Cn.prototype.__patch__\u003dV?zi:S,Cn.prototype.$mount\u003dfunction(e,t){return function(e,t,n){var r;return e.$el\u003dt,e.$options.render||(e.$options.render\u003dve),Qt(e,\"beforeMount\"),r\u003dfunction(){e._update(e._render(),n)},new pn(e,r,S,{before:function(){e._isMounted\u0026\u0026!e._isDestroyed\u0026\u0026Qt(e,\"beforeUpdate\")}},!0),n\u003d!1,null\u003d\u003de.$vnode\u0026\u0026(e._isMounted\u003d!0,Qt(e,\"mounted\")),e}(this,e\u003de\u0026\u0026V?Qn(e):void 0,t)},V\u0026\u0026setTimeout(function(){F.devtools\u0026\u0026ne\u0026\u0026ne.emit(\"init\",Cn)},0);var vo\u003d/\\{\\{((?:.|\\r?\\n)+?)\\}\\}/g,ho\u003d/[-.*+?^${}()|[\\]\\/\\\\]/g,mo\u003dg(function(e){var t\u003de[0].replace(ho,\"\\\\$\u0026\"),n\u003de[1].replace(ho,\"\\\\$\u0026\");return new RegExp(t+\"((?:.|\\\\n)+?)\"+n,\"g\")});var yo\u003d{staticKeys:[\"staticClass\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"class\");n\u0026\u0026(e.staticClass\u003dJSON.stringify(n));var r\u003dFr(e,\"class\",!1);r\u0026\u0026(e.classBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticClass\u0026\u0026(t+\u003d\"staticClass:\"+e.staticClass+\",\"),e.classBinding\u0026\u0026(t+\u003d\"class:\"+e.classBinding+\",\"),t}};var go,_o\u003d{staticKeys:[\"staticStyle\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"style\");n\u0026\u0026(e.staticStyle\u003dJSON.stringify(si(n)));var r\u003dFr(e,\"style\",!1);r\u0026\u0026(e.styleBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticStyle\u0026\u0026(t+\u003d\"staticStyle:\"+e.staticStyle+\",\"),e.styleBinding\u0026\u0026(t+\u003d\"style:(\"+e.styleBinding+\"),\"),t}},bo\u003dfunction(e){return(go\u003dgo||document.createElement(\"div\")).innerHTML\u003de,go.textContent},$o\u003dp(\"area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr\"),wo\u003dp(\"colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source\"),Co\u003dp(\"address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track\"),xo\u003d/^\\s*([^\\s\"\u0027\u003c\u003e\\/\u003d]+)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,ko\u003d/^\\s*((?:v-[\\w-]+:|@|:|#)\\[[^\u003d]+?\\][^\\s\"\u0027\u003c\u003e\\/\u003d]*)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,Ao\u003d\"[a-zA-Z_][\\\\-\\\\.0-9_a-zA-Z\"+P.source+\"]*\",Oo\u003d\"((?:\"+Ao+\"\\\\:)?\"+Ao+\")\",So\u003dnew RegExp(\"^\u003c\"+Oo),To\u003d/^\\s*(\\/?)\u003e/,No\u003dnew RegExp(\"^\u003c\\\\/\"+Oo+\"[^\u003e]*\u003e\"),Eo\u003d/^\u003c!DOCTYPE [^\u003e]+\u003e/i,jo\u003d/^\u003c!\\--/,Do\u003d/^\u003c!\\[/,Lo\u003dp(\"script,style,textarea\",!0),Io\u003d{},Mo\u003d{\"\u0026lt;\":\"\u003c\",\"\u0026gt;\":\"\u003e\",\"\u0026quot;\":\u0027\"\u0027,\"\u0026amp;\":\"\u0026\",\"\u0026#10;\":\"\\n\",\"\u0026#9;\":\"\\t\",\"\u0026#39;\":\"\u0027\"},Fo\u003d/\u0026(?:lt|gt|quot|amp|#39);/g,Po\u003d/\u0026(?:lt|gt|quot|amp|#39|#10|#9);/g,Ro\u003dp(\"pre,textarea\",!0),Ho\u003dfunction(e,t){return e\u0026\u0026Ro(e)\u0026\u0026\"\\n\"\u003d\u003d\u003dt[0]};function Bo(e,t){var n\u003dt?Po:Fo;return e.replace(n,function(e){return Mo[e]})}var Uo,Vo,zo,Ko,Jo,qo,Wo,Zo,Go\u003d/^@|^v-on:/,Xo\u003d/^v-|^@|^:|^#/,Yo\u003d/([\\s\\S]*?)\\s+(?:in|of)\\s+([\\s\\S]*)/,Qo\u003d/,([^,\\}\\]]*)(?:,([^,\\}\\]]*))?$/,ea\u003d/^\\(|\\)$/g,ta\u003d/^\\[.*\\]$/,na\u003d/:(.*)$/,ra\u003d/^:|^\\.|^v-bind:/,ia\u003d/\\.[^.\\]]+(?\u003d[^\\]]*$)/g,oa\u003d/^v-slot(:|$)|^#/,aa\u003d/[\\r\\n]/,sa\u003d/[ \\f\\t\\r\\n]+/g,ca\u003dg(bo),ua\u003d\"_empty_\";function la(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:ya(t),rawAttrsMap:{},parent:n,children:[]}}function fa(e,t){Uo\u003dt.warn||Tr,qo\u003dt.isPreTag||T,Wo\u003dt.mustUseProp||T,Zo\u003dt.getTagNamespace||T;t.isReservedTag;zo\u003dNr(t.modules,\"transformNode\"),Ko\u003dNr(t.modules,\"preTransformNode\"),Jo\u003dNr(t.modules,\"postTransformNode\"),Vo\u003dt.delimiters;var n,r,i\u003d[],o\u003d!1!\u003d\u003dt.preserveWhitespace,a\u003dt.whitespace,s\u003d!1,c\u003d!1;function u(e){if(l(e),s||e.processed||(e\u003dpa(e,t)),i.length||e\u003d\u003d\u003dn||n.if\u0026\u0026(e.elseif||e.else)\u0026\u0026va(n,{exp:e.elseif,block:e}),r\u0026\u0026!e.forbidden)if(e.elseif||e.else)a\u003de,(u\u003dfunction(e){var t\u003de.length;for(;t--;){if(1\u003d\u003d\u003de[t].type)return e[t];e.pop()}}(r.children))\u0026\u0026u.if\u0026\u0026va(u,{exp:a.elseif,block:a});else{if(e.slotScope){var o\u003de.slotTarget||\u0027\"default\"\u0027;(r.scopedSlots||(r.scopedSlots\u003d{}))[o]\u003de}r.children.push(e),e.parent\u003dr}var a,u;e.children\u003de.children.filter(function(e){return!e.slotScope}),l(e),e.pre\u0026\u0026(s\u003d!1),qo(e.tag)\u0026\u0026(c\u003d!1);for(var f\u003d0;f\u003cJo.length;f++)Jo[f](e,t)}function l(e){if(!c)for(var t;(t\u003de.children[e.children.length-1])\u0026\u00263\u003d\u003d\u003dt.type\u0026\u0026\" \"\u003d\u003d\u003dt.text;)e.children.pop()}return function(e,t){for(var n,r,i\u003d[],o\u003dt.expectHTML,a\u003dt.isUnaryTag||T,s\u003dt.canBeLeftOpenTag||T,c\u003d0;e;){if(n\u003de,r\u0026\u0026Lo(r)){var u\u003d0,l\u003dr.toLowerCase(),f\u003dIo[l]||(Io[l]\u003dnew RegExp(\"([\\\\s\\\\S]*?)(\u003c/\"+l+\"[^\u003e]*\u003e)\",\"i\")),p\u003de.replace(f,function(e,n,r){return u\u003dr.length,Lo(l)||\"noscript\"\u003d\u003d\u003dl||(n\u003dn.replace(/\u003c!\\--([\\s\\S]*?)--\u003e/g,\"$1\").replace(/\u003c!\\[CDATA\\[([\\s\\S]*?)]]\u003e/g,\"$1\")),Ho(l,n)\u0026\u0026(n\u003dn.slice(1)),t.chars\u0026\u0026t.chars(n),\"\"});c+\u003de.length-p.length,e\u003dp,A(l,c-u,c)}else{var d\u003de.indexOf(\"\u003c\");if(0\u003d\u003d\u003dd){if(jo.test(e)){var v\u003de.indexOf(\"--\\x3e\");if(v\u003e\u003d0){t.shouldKeepComment\u0026\u0026t.comment(e.substring(4,v),c,c+v+3),C(v+3);continue}}if(Do.test(e)){var h\u003de.indexOf(\"]\u003e\");if(h\u003e\u003d0){C(h+2);continue}}var m\u003de.match(Eo);if(m){C(m[0].length);continue}var y\u003de.match(No);if(y){var g\u003dc;C(y[0].length),A(y[1],g,c);continue}var _\u003dx();if(_){k(_),Ho(_.tagName,e)\u0026\u0026C(1);continue}}var b\u003dvoid 0,$\u003dvoid 0,w\u003dvoid 0;if(d\u003e\u003d0){for($\u003de.slice(d);!(No.test($)||So.test($)||jo.test($)||Do.test($)||(w\u003d$.indexOf(\"\u003c\",1))\u003c0);)d+\u003dw,$\u003de.slice(d);b\u003de.substring(0,d)}d\u003c0\u0026\u0026(b\u003de),b\u0026\u0026C(b.length),t.chars\u0026\u0026b\u0026\u0026t.chars(b,c-b.length,c)}if(e\u003d\u003d\u003dn){t.chars\u0026\u0026t.chars(e);break}}function C(t){c+\u003dt,e\u003de.substring(t)}function x(){var t\u003de.match(So);if(t){var n,r,i\u003d{tagName:t[1],attrs:[],start:c};for(C(t[0].length);!(n\u003de.match(To))\u0026\u0026(r\u003de.match(ko)||e.match(xo));)r.start\u003dc,C(r[0].length),r.end\u003dc,i.attrs.push(r);if(n)return i.unarySlash\u003dn[1],C(n[0].length),i.end\u003dc,i}}function k(e){var n\u003de.tagName,c\u003de.unarySlash;o\u0026\u0026(\"p\"\u003d\u003d\u003dr\u0026\u0026Co(n)\u0026\u0026A(r),s(n)\u0026\u0026r\u003d\u003d\u003dn\u0026\u0026A(n));for(var u\u003da(n)||!!c,l\u003de.attrs.length,f\u003dnew Array(l),p\u003d0;p\u003cl;p++){var d\u003de.attrs[p],v\u003dd[3]||d[4]||d[5]||\"\",h\u003d\"a\"\u003d\u003d\u003dn\u0026\u0026\"href\"\u003d\u003d\u003dd[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;f[p]\u003d{name:d[1],value:Bo(v,h)}}u||(i.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:f,start:e.start,end:e.end}),r\u003dn),t.start\u0026\u0026t.start(n,f,u,e.start,e.end)}function A(e,n,o){var a,s;if(null\u003d\u003dn\u0026\u0026(n\u003dc),null\u003d\u003do\u0026\u0026(o\u003dc),e)for(s\u003de.toLowerCase(),a\u003di.length-1;a\u003e\u003d0\u0026\u0026i[a].lowerCasedTag!\u003d\u003ds;a--);else a\u003d0;if(a\u003e\u003d0){for(var u\u003di.length-1;u\u003e\u003da;u--)t.end\u0026\u0026t.end(i[u].tag,n,o);i.length\u003da,r\u003da\u0026\u0026i[a-1].tag}else\"br\"\u003d\u003d\u003ds?t.start\u0026\u0026t.start(e,[],!0,n,o):\"p\"\u003d\u003d\u003ds\u0026\u0026(t.start\u0026\u0026t.start(e,[],!1,n,o),t.end\u0026\u0026t.end(e,n,o))}A()}(e,{warn:Uo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,o,a,l,f){var p\u003dr\u0026\u0026r.ns||Zo(e);q\u0026\u0026\"svg\"\u003d\u003d\u003dp\u0026\u0026(o\u003dfunction(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++){var r\u003de[n];ga.test(r.name)||(r.name\u003dr.name.replace(_a,\"\"),t.push(r))}return t}(o));var d,v\u003dla(e,o,r);p\u0026\u0026(v.ns\u003dp),\"style\"!\u003d\u003d(d\u003dv).tag\u0026\u0026(\"script\"!\u003d\u003dd.tag||d.attrsMap.type\u0026\u0026\"text/javascript\"!\u003d\u003dd.attrsMap.type)||te()||(v.forbidden\u003d!0);for(var h\u003d0;h\u003cKo.length;h++)v\u003dKo[h](v,t)||v;s||(!function(e){null!\u003dPr(e,\"v-pre\")\u0026\u0026(e.pre\u003d!0)}(v),v.pre\u0026\u0026(s\u003d!0)),qo(v.tag)\u0026\u0026(c\u003d!0),s?function(e){var t\u003de.attrsList,n\u003dt.length;if(n)for(var r\u003de.attrs\u003dnew Array(n),i\u003d0;i\u003cn;i++)r[i]\u003d{name:t[i].name,value:JSON.stringify(t[i].value)},null!\u003dt[i].start\u0026\u0026(r[i].start\u003dt[i].start,r[i].end\u003dt[i].end);else e.pre||(e.plain\u003d!0)}(v):v.processed||(da(v),function(e){var t\u003dPr(e,\"v-if\");if(t)e.if\u003dt,va(e,{exp:t,block:e});else{null!\u003dPr(e,\"v-else\")\u0026\u0026(e.else\u003d!0);var n\u003dPr(e,\"v-else-if\");n\u0026\u0026(e.elseif\u003dn)}}(v),function(e){null!\u003dPr(e,\"v-once\")\u0026\u0026(e.once\u003d!0)}(v)),n||(n\u003dv),a?u(v):(r\u003dv,i.push(v))},end:function(e,t,n){var o\u003di[i.length-1];i.length-\u003d1,r\u003di[i.length-1],u(o)},chars:function(e,t,n){if(r\u0026\u0026(!q||\"textarea\"!\u003d\u003dr.tag||r.attrsMap.placeholder!\u003d\u003de)){var i,u,l,f\u003dr.children;if(e\u003dc||e.trim()?\"script\"\u003d\u003d\u003d(i\u003dr).tag||\"style\"\u003d\u003d\u003di.tag?e:ca(e):f.length?a?\"condense\"\u003d\u003d\u003da\u0026\u0026aa.test(e)?\"\":\" \":o?\" \":\"\":\"\")c||\"condense\"!\u003d\u003da||(e\u003de.replace(sa,\" \")),!s\u0026\u0026\" \"!\u003d\u003de\u0026\u0026(u\u003dfunction(e,t){var n\u003dt?mo(t):vo;if(n.test(e)){for(var r,i,o,a\u003d[],s\u003d[],c\u003dn.lastIndex\u003d0;r\u003dn.exec(e);){(i\u003dr.index)\u003ec\u0026\u0026(s.push(o\u003de.slice(c,i)),a.push(JSON.stringify(o)));var u\u003dOr(r[1].trim());a.push(\"_s(\"+u+\")\"),s.push({\"@binding\":u}),c\u003di+r[0].length}return c\u003ce.length\u0026\u0026(s.push(o\u003de.slice(c)),a.push(JSON.stringify(o))),{expression:a.join(\"+\"),tokens:s}}}(e,Vo))?l\u003d{type:2,expression:u.expression,tokens:u.tokens,text:e}:\" \"\u003d\u003d\u003de\u0026\u0026f.length\u0026\u0026\" \"\u003d\u003d\u003df[f.length-1].text||(l\u003d{type:3,text:e}),l\u0026\u0026f.push(l)}},comment:function(e,t,n){if(r){var i\u003d{type:3,text:e,isComment:!0};r.children.push(i)}}}),n}function pa(e,t){var n,r;(r\u003dFr(n\u003de,\"key\"))\u0026\u0026(n.key\u003dr),e.plain\u003d!e.key\u0026\u0026!e.scopedSlots\u0026\u0026!e.attrsList.length,function(e){var t\u003dFr(e,\"ref\");t\u0026\u0026(e.ref\u003dt,e.refInFor\u003dfunction(e){var t\u003de;for(;t;){if(void 0!\u003d\u003dt.for)return!0;t\u003dt.parent}return!1}(e))}(e),function(e){var t;\"template\"\u003d\u003d\u003de.tag?(t\u003dPr(e,\"scope\"),e.slotScope\u003dt||Pr(e,\"slot-scope\")):(t\u003dPr(e,\"slot-scope\"))\u0026\u0026(e.slotScope\u003dt);var n\u003dFr(e,\"slot\");n\u0026\u0026(e.slotTarget\u003d\u0027\"\"\u0027\u003d\u003d\u003dn?\u0027\"default\"\u0027:n,e.slotTargetDynamic\u003d!(!e.attrsMap[\":slot\"]\u0026\u0026!e.attrsMap[\"v-bind:slot\"]),\"template\"\u003d\u003d\u003de.tag||e.slotScope||jr(e,\"slot\",n,function(e,t){return e.rawAttrsMap[\":\"+t]||e.rawAttrsMap[\"v-bind:\"+t]||e.rawAttrsMap[t]}(e,\"slot\")));if(\"template\"\u003d\u003d\u003de.tag){var r\u003dRr(e,oa);if(r){var i\u003dha(r),o\u003di.name,a\u003di.dynamic;e.slotTarget\u003do,e.slotTargetDynamic\u003da,e.slotScope\u003dr.value||ua}}else{var s\u003dRr(e,oa);if(s){var c\u003de.scopedSlots||(e.scopedSlots\u003d{}),u\u003dha(s),l\u003du.name,f\u003du.dynamic,p\u003dc[l]\u003dla(\"template\",[],e);p.slotTarget\u003dl,p.slotTargetDynamic\u003df,p.children\u003de.children.filter(function(e){if(!e.slotScope)return e.parent\u003dp,!0}),p.slotScope\u003ds.value||ua,e.children\u003d[],e.plain\u003d!1}}}(e),function(e){\"slot\"\u003d\u003d\u003de.tag\u0026\u0026(e.slotName\u003dFr(e,\"name\"))}(e),function(e){var t;(t\u003dFr(e,\"is\"))\u0026\u0026(e.component\u003dt);null!\u003dPr(e,\"inline-template\")\u0026\u0026(e.inlineTemplate\u003d!0)}(e);for(var i\u003d0;i\u003czo.length;i++)e\u003dzo[i](e,t)||e;return function(e){var t,n,r,i,o,a,s,c,u\u003de.attrsList;for(t\u003d0,n\u003du.length;t\u003cn;t++)if(r\u003di\u003du[t].name,o\u003du[t].value,Xo.test(r))if(e.hasBindings\u003d!0,(a\u003dma(r.replace(Xo,\"\")))\u0026\u0026(r\u003dr.replace(ia,\"\")),ra.test(r))r\u003dr.replace(ra,\"\"),o\u003dOr(o),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),a\u0026\u0026(a.prop\u0026\u0026!c\u0026\u0026\"innerHtml\"\u003d\u003d\u003d(r\u003db(r))\u0026\u0026(r\u003d\"innerHTML\"),a.camel\u0026\u0026!c\u0026\u0026(r\u003db(r)),a.sync\u0026\u0026(s\u003dUr(o,\"$event\"),c?Mr(e,\u0027\"update:\"+(\u0027+r+\")\",s,null,!1,0,u[t],!0):(Mr(e,\"update:\"+b(r),s,null,!1,0,u[t]),C(r)!\u003d\u003db(r)\u0026\u0026Mr(e,\"update:\"+C(r),s,null,!1,0,u[t])))),a\u0026\u0026a.prop||!e.component\u0026\u0026Wo(e.tag,e.attrsMap.type,r)?Er(e,r,o,u[t],c):jr(e,r,o,u[t],c);else if(Go.test(r))r\u003dr.replace(Go,\"\"),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),Mr(e,r,o,a,!1,0,u[t],c);else{var l\u003d(r\u003dr.replace(Xo,\"\")).match(na),f\u003dl\u0026\u0026l[1];c\u003d!1,f\u0026\u0026(r\u003dr.slice(0,-(f.length+1)),ta.test(f)\u0026\u0026(f\u003df.slice(1,-1),c\u003d!0)),Lr(e,r,i,o,f,c,a,u[t])}else jr(e,r,JSON.stringify(o),u[t]),!e.component\u0026\u0026\"muted\"\u003d\u003d\u003dr\u0026\u0026Wo(e.tag,e.attrsMap.type,r)\u0026\u0026Er(e,r,\"true\",u[t])}(e),e}function da(e){var t;if(t\u003dPr(e,\"v-for\")){var n\u003dfunction(e){var t\u003de.match(Yo);if(!t)return;var n\u003d{};n.for\u003dt[2].trim();var r\u003dt[1].trim().replace(ea,\"\"),i\u003dr.match(Qo);i?(n.alias\u003dr.replace(Qo,\"\").trim(),n.iterator1\u003di[1].trim(),i[2]\u0026\u0026(n.iterator2\u003di[2].trim())):n.alias\u003dr;return n}(t);n\u0026\u0026A(e,n)}}function va(e,t){e.ifConditions||(e.ifConditions\u003d[]),e.ifConditions.push(t)}function ha(e){var t\u003de.name.replace(oa,\"\");return t||\"#\"!\u003d\u003de.name[0]\u0026\u0026(t\u003d\"default\"),ta.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:\u0027\"\u0027+t+\u0027\"\u0027,dynamic:!1}}function ma(e){var t\u003de.match(ia);if(t){var n\u003d{};return t.forEach(function(e){n[e.slice(1)]\u003d!0}),n}}function ya(e){for(var t\u003d{},n\u003d0,r\u003de.length;n\u003cr;n++)t[e[n].name]\u003de[n].value;return t}var ga\u003d/^xmlns:NS\\d+/,_a\u003d/^NS\\d+:/;function ba(e){return la(e.tag,e.attrsList.slice(),e.parent)}var $a\u003d[yo,_o,{preTransformNode:function(e,t){if(\"input\"\u003d\u003d\u003de.tag){var n,r\u003de.attrsMap;if(!r[\"v-model\"])return;if((r[\":type\"]||r[\"v-bind:type\"])\u0026\u0026(n\u003dFr(e,\"type\")),r.type||n||!r[\"v-bind\"]||(n\u003d\"(\"+r[\"v-bind\"]+\").type\"),n){var i\u003dPr(e,\"v-if\",!0),o\u003di?\"\u0026\u0026(\"+i+\")\":\"\",a\u003dnull!\u003dPr(e,\"v-else\",!0),s\u003dPr(e,\"v-else-if\",!0),c\u003dba(e);da(c),Dr(c,\"type\",\"checkbox\"),pa(c,t),c.processed\u003d!0,c.if\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027checkbox\u0027\"+o,va(c,{exp:c.if,block:c});var u\u003dba(e);Pr(u,\"v-for\",!0),Dr(u,\"type\",\"radio\"),pa(u,t),va(c,{exp:\"(\"+n+\")\u003d\u003d\u003d\u0027radio\u0027\"+o,block:u});var l\u003dba(e);return Pr(l,\"v-for\",!0),Dr(l,\":type\",n),pa(l,t),va(c,{exp:i,block:l}),a?c.else\u003d!0:s\u0026\u0026(c.elseif\u003ds),c}}}}];var wa,Ca,xa\u003d{expectHTML:!0,modules:$a,directives:{model:function(e,t,n){var r\u003dt.value,i\u003dt.modifiers,o\u003de.tag,a\u003de.attrsMap.type;if(e.component)return Br(e,r,i),!1;if(\"select\"\u003d\u003d\u003do)!function(e,t,n){var r\u003d\u0027var $$selectedVal \u003d Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val \u003d \"_value\" in o ? o._value : o.value;return \u0027+(n\u0026\u0026n.number?\"_n(val)\":\"val\")+\"});\";r\u003dr+\" \"+Ur(t,\"$event.target.multiple ? $$selectedVal : $$selectedVal[0]\"),Mr(e,\"change\",r,null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"checkbox\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\",o\u003dFr(e,\"true-value\")||\"true\",a\u003dFr(e,\"false-value\")||\"false\";Er(e,\"checked\",\"Array.isArray(\"+t+\")?_i(\"+t+\",\"+i+\")\u003e-1\"+(\"true\"\u003d\u003d\u003do?\":(\"+t+\")\":\":_q(\"+t+\",\"+o+\")\")),Mr(e,\"change\",\"var $$a\u003d\"+t+\",$$el\u003d$event.target,$$c\u003d$$el.checked?(\"+o+\"):(\"+a+\");if(Array.isArray($$a)){var $$v\u003d\"+(r?\"_n(\"+i+\")\":i)+\",$$i\u003d_i($$a,$$v);if($$el.checked){$$i\u003c0\u0026\u0026(\"+Ur(t,\"$$a.concat([$$v])\")+\")}else{$$i\u003e-1\u0026\u0026(\"+Ur(t,\"$$a.slice(0,$$i).concat($$a.slice($$i+1))\")+\")}}else{\"+Ur(t,\"$$c\")+\"}\",null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"radio\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\";Er(e,\"checked\",\"_q(\"+t+\",\"+(i\u003dr?\"_n(\"+i+\")\":i)+\")\"),Mr(e,\"change\",Ur(t,i),null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do||\"textarea\"\u003d\u003d\u003do)!function(e,t,n){var r\u003de.attrsMap.type,i\u003dn||{},o\u003di.lazy,a\u003di.number,s\u003di.trim,c\u003d!o\u0026\u0026\"range\"!\u003d\u003dr,u\u003do?\"change\":\"range\"\u003d\u003d\u003dr?Zr:\"input\",l\u003d\"$event.target.value\";s\u0026\u0026(l\u003d\"$event.target.value.trim()\"),a\u0026\u0026(l\u003d\"_n(\"+l+\")\");var f\u003dUr(t,l);c\u0026\u0026(f\u003d\"if($event.target.composing)return;\"+f),Er(e,\"value\",\"(\"+t+\")\"),Mr(e,u,f,null,!0),(s||a)\u0026\u0026Mr(e,\"blur\",\"$forceUpdate()\")}(e,r,i);else if(!F.isReservedTag(o))return Br(e,r,i),!1;return!0},text:function(e,t){t.value\u0026\u0026Er(e,\"textContent\",\"_s(\"+t.value+\")\",t)},html:function(e,t){t.value\u0026\u0026Er(e,\"innerHTML\",\"_s(\"+t.value+\")\",t)}},isPreTag:function(e){return\"pre\"\u003d\u003d\u003de},isUnaryTag:$o,mustUseProp:Dn,canBeLeftOpenTag:wo,isReservedTag:Zn,getTagNamespace:Gn,staticKeys:function(e){return e.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(\",\")}($a)},ka\u003dg(function(e){return p(\"type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap\"+(e?\",\"+e:\"\"))});function Aa(e,t){e\u0026\u0026(wa\u003dka(t.staticKeys||\"\"),Ca\u003dt.isReservedTag||T,function e(t){t.static\u003dfunction(e){if(2\u003d\u003d\u003de.type)return!1;if(3\u003d\u003d\u003de.type)return!0;return!(!e.pre\u0026\u0026(e.hasBindings||e.if||e.for||d(e.tag)||!Ca(e.tag)||function(e){for(;e.parent;){if(\"template\"!\u003d\u003d(e\u003de.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every(wa)))}(t);if(1\u003d\u003d\u003dt.type){if(!Ca(t.tag)\u0026\u0026\"slot\"!\u003d\u003dt.tag\u0026\u0026null\u003d\u003dt.attrsMap[\"inline-template\"])return;for(var n\u003d0,r\u003dt.children.length;n\u003cr;n++){var i\u003dt.children[n];e(i),i.static||(t.static\u003d!1)}if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++){var s\u003dt.ifConditions[o].block;e(s),s.static||(t.static\u003d!1)}}}(e),function e(t,n){if(1\u003d\u003d\u003dt.type){if((t.static||t.once)\u0026\u0026(t.staticInFor\u003dn),t.static\u0026\u0026t.children.length\u0026\u0026(1!\u003d\u003dt.children.length||3!\u003d\u003dt.children[0].type))return void(t.staticRoot\u003d!0);if(t.staticRoot\u003d!1,t.children)for(var r\u003d0,i\u003dt.children.length;r\u003ci;r++)e(t.children[r],n||!!t.for);if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++)e(t.ifConditions[o].block,n)}}(e,!1))}var Oa\u003d/^([\\w$_]+|\\([^)]*?\\))\\s*\u003d\u003e|^function(?:\\s+[\\w$]+)?\\s*\\(/,Sa\u003d/\\([^)]*?\\);*$/,Ta\u003d/^[A-Za-z_$][\\w$]*(?:\\.[A-Za-z_$][\\w$]*|\\[\u0027[^\u0027]*?\u0027]|\\[\"[^\"]*?\"]|\\[\\d+]|\\[[A-Za-z_$][\\w$]*])*$/,Na\u003d{esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ea\u003d{esc:[\"Esc\",\"Escape\"],tab:\"Tab\",enter:\"Enter\",space:[\" \",\"Spacebar\"],up:[\"Up\",\"ArrowUp\"],left:[\"Left\",\"ArrowLeft\"],right:[\"Right\",\"ArrowRight\"],down:[\"Down\",\"ArrowDown\"],delete:[\"Backspace\",\"Delete\",\"Del\"]},ja\u003dfunction(e){return\"if(\"+e+\")return null;\"},Da\u003d{stop:\"$event.stopPropagation();\",prevent:\"$event.preventDefault();\",self:ja(\"$event.target !\u003d\u003d $event.currentTarget\"),ctrl:ja(\"!$event.ctrlKey\"),shift:ja(\"!$event.shiftKey\"),alt:ja(\"!$event.altKey\"),meta:ja(\"!$event.metaKey\"),left:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 0\"),middle:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 1\"),right:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 2\")};function La(e,t){var n\u003dt?\"nativeOn:\":\"on:\",r\u003d\"\",i\u003d\"\";for(var o in e){var a\u003dIa(e[o]);e[o]\u0026\u0026e[o].dynamic?i+\u003do+\",\"+a+\",\":r+\u003d\u0027\"\u0027+o+\u0027\":\u0027+a+\",\"}return r\u003d\"{\"+r.slice(0,-1)+\"}\",i?n+\"_d(\"+r+\",[\"+i.slice(0,-1)+\"])\":n+r}function Ia(e){if(!e)return\"function(){}\";if(Array.isArray(e))return\"[\"+e.map(function(e){return Ia(e)}).join(\",\")+\"]\";var t\u003dTa.test(e.value),n\u003dOa.test(e.value),r\u003dTa.test(e.value.replace(Sa,\"\"));if(e.modifiers){var i\u003d\"\",o\u003d\"\",a\u003d[];for(var s in e.modifiers)if(Da[s])o+\u003dDa[s],Na[s]\u0026\u0026a.push(s);else if(\"exact\"\u003d\u003d\u003ds){var c\u003de.modifiers;o+\u003dja([\"ctrl\",\"shift\",\"alt\",\"meta\"].filter(function(e){return!c[e]}).map(function(e){return\"$event.\"+e+\"Key\"}).join(\"||\"))}else a.push(s);return a.length\u0026\u0026(i+\u003dfunction(e){return\"if(!$event.type.indexOf(\u0027key\u0027)\u0026\u0026\"+e.map(Ma).join(\"\u0026\u0026\")+\")return null;\"}(a)),o\u0026\u0026(i+\u003do),\"function($event){\"+i+(t?\"return \"+e.value+\".apply(null, arguments)\":n?\"return (\"+e.value+\").apply(null, arguments)\":r?\"return \"+e.value:e.value)+\"}\"}return t||n?e.value:\"function($event){\"+(r?\"return \"+e.value:e.value)+\"}\"}function Ma(e){var t\u003dparseInt(e,10);if(t)return\"$event.keyCode!\u003d\u003d\"+t;var n\u003dNa[e],r\u003dEa[e];return\"_k($event.keyCode,\"+JSON.stringify(e)+\",\"+JSON.stringify(n)+\",$event.key,\"+JSON.stringify(r)+\")\"}var Fa\u003d{on:function(e,t){e.wrapListeners\u003dfunction(e){return\"_g(\"+e+\",\"+t.value+\")\"}},bind:function(e,t){e.wrapData\u003dfunction(n){return\"_b(\"+n+\",\u0027\"+e.tag+\"\u0027,\"+t.value+\",\"+(t.modifiers\u0026\u0026t.modifiers.prop?\"true\":\"false\")+(t.modifiers\u0026\u0026t.modifiers.sync?\",true\":\"\")+\")\"}},cloak:S},Pa\u003dfunction(e){this.options\u003de,this.warn\u003de.warn||Tr,this.transforms\u003dNr(e.modules,\"transformCode\"),this.dataGenFns\u003dNr(e.modules,\"genData\"),this.directives\u003dA(A({},Fa),e.directives);var t\u003de.isReservedTag||T;this.maybeComponent\u003dfunction(e){return!!e.component||!t(e.tag)},this.onceId\u003d0,this.staticRenderFns\u003d[],this.pre\u003d!1};function Ra(e,t){var n\u003dnew Pa(t);return{render:\"with(this){return \"+(e?\"script\"\u003d\u003d\u003de.tag?\"null\":Ha(e,n):\u0027_c(\"div\")\u0027)+\"}\",staticRenderFns:n.staticRenderFns}}function Ha(e,t){if(e.parent\u0026\u0026(e.pre\u003de.pre||e.parent.pre),e.staticRoot\u0026\u0026!e.staticProcessed)return Ba(e,t);if(e.once\u0026\u0026!e.onceProcessed)return Ua(e,t);if(e.for\u0026\u0026!e.forProcessed)return za(e,t);if(e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(\"template\"!\u003d\u003de.tag||e.slotTarget||t.pre){if(\"slot\"\u003d\u003d\u003de.tag)return function(e,t){var n\u003de.slotName||\u0027\"default\"\u0027,r\u003dWa(e,t),i\u003d\"_t(\"+n+(r?\",function(){return \"+r+\"}\":\"\"),o\u003de.attrs||e.dynamicAttrs?Xa((e.attrs||[]).concat(e.dynamicAttrs||[]).map(function(e){return{name:b(e.name),value:e.value,dynamic:e.dynamic}})):null,a\u003de.attrsMap[\"v-bind\"];!o\u0026\u0026!a||r||(i+\u003d\",null\");o\u0026\u0026(i+\u003d\",\"+o);a\u0026\u0026(i+\u003d(o?\"\":\",null\")+\",\"+a);return i+\")\"}(e,t);var n;if(e.component)n\u003dfunction(e,t,n){var r\u003dt.inlineTemplate?null:Wa(t,n,!0);return\"_c(\"+e+\",\"+Ka(t,n)+(r?\",\"+r:\"\")+\")\"}(e.component,e,t);else{var r;(!e.plain||e.pre\u0026\u0026t.maybeComponent(e))\u0026\u0026(r\u003dKa(e,t));var i\u003de.inlineTemplate?null:Wa(e,t,!0);n\u003d\"_c(\u0027\"+e.tag+\"\u0027\"+(r?\",\"+r:\"\")+(i?\",\"+i:\"\")+\")\"}for(var o\u003d0;o\u003ct.transforms.length;o++)n\u003dt.transforms[o](e,n);return n}return Wa(e,t)||\"void 0\"}function Ba(e,t){e.staticProcessed\u003d!0;var n\u003dt.pre;return e.pre\u0026\u0026(t.pre\u003de.pre),t.staticRenderFns.push(\"with(this){return \"+Ha(e,t)+\"}\"),t.pre\u003dn,\"_m(\"+(t.staticRenderFns.length-1)+(e.staticInFor?\",true\":\"\")+\")\"}function Ua(e,t){if(e.onceProcessed\u003d!0,e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(e.staticInFor){for(var n\u003d\"\",r\u003de.parent;r;){if(r.for){n\u003dr.key;break}r\u003dr.parent}return n?\"_o(\"+Ha(e,t)+\",\"+t.onceId+++\",\"+n+\")\":Ha(e,t)}return Ba(e,t)}function Va(e,t,n,r){return e.ifProcessed\u003d!0,function e(t,n,r,i){if(!t.length)return i||\"_e()\";var o\u003dt.shift();return o.exp?\"(\"+o.exp+\")?\"+a(o.block)+\":\"+e(t,n,r,i):\"\"+a(o.block);function a(e){return r?r(e,n):e.once?Ua(e,n):Ha(e,n)}}(e.ifConditions.slice(),t,n,r)}function za(e,t,n,r){var i\u003de.for,o\u003de.alias,a\u003de.iterator1?\",\"+e.iterator1:\"\",s\u003de.iterator2?\",\"+e.iterator2:\"\";return e.forProcessed\u003d!0,(r||\"_l\")+\"((\"+i+\"),function(\"+o+a+s+\"){return \"+(n||Ha)(e,t)+\"})\"}function Ka(e,t){var n\u003d\"{\",r\u003dfunction(e,t){var n\u003de.directives;if(!n)return;var r,i,o,a,s\u003d\"directives:[\",c\u003d!1;for(r\u003d0,i\u003dn.length;r\u003ci;r++){o\u003dn[r],a\u003d!0;var u\u003dt.directives[o.name];u\u0026\u0026(a\u003d!!u(e,o,t.warn)),a\u0026\u0026(c\u003d!0,s+\u003d\u0027{name:\"\u0027+o.name+\u0027\",rawName:\"\u0027+o.rawName+\u0027\"\u0027+(o.value?\",value:(\"+o.value+\"),expression:\"+JSON.stringify(o.value):\"\")+(o.arg?\",arg:\"+(o.isDynamicArg?o.arg:\u0027\"\u0027+o.arg+\u0027\"\u0027):\"\")+(o.modifiers?\",modifiers:\"+JSON.stringify(o.modifiers):\"\")+\"},\")}if(c)return s.slice(0,-1)+\"]\"}(e,t);r\u0026\u0026(n+\u003dr+\",\"),e.key\u0026\u0026(n+\u003d\"key:\"+e.key+\",\"),e.ref\u0026\u0026(n+\u003d\"ref:\"+e.ref+\",\"),e.refInFor\u0026\u0026(n+\u003d\"refInFor:true,\"),e.pre\u0026\u0026(n+\u003d\"pre:true,\"),e.component\u0026\u0026(n+\u003d\u0027tag:\"\u0027+e.tag+\u0027\",\u0027);for(var i\u003d0;i\u003ct.dataGenFns.length;i++)n+\u003dt.dataGenFns[i](e);if(e.attrs\u0026\u0026(n+\u003d\"attrs:\"+Xa(e.attrs)+\",\"),e.props\u0026\u0026(n+\u003d\"domProps:\"+Xa(e.props)+\",\"),e.events\u0026\u0026(n+\u003dLa(e.events,!1)+\",\"),e.nativeEvents\u0026\u0026(n+\u003dLa(e.nativeEvents,!0)+\",\"),e.slotTarget\u0026\u0026!e.slotScope\u0026\u0026(n+\u003d\"slot:\"+e.slotTarget+\",\"),e.scopedSlots\u0026\u0026(n+\u003dfunction(e,t,n){var r\u003de.for||Object.keys(t).some(function(e){var n\u003dt[e];return n.slotTargetDynamic||n.if||n.for||Ja(n)}),i\u003d!!e.if;if(!r)for(var o\u003de.parent;o;){if(o.slotScope\u0026\u0026o.slotScope!\u003d\u003dua||o.for){r\u003d!0;break}o.if\u0026\u0026(i\u003d!0),o\u003do.parent}var a\u003dObject.keys(t).map(function(e){return qa(t[e],n)}).join(\",\");return\"scopedSlots:_u([\"+a+\"]\"+(r?\",null,true\":\"\")+(!r\u0026\u0026i?\",null,false,\"+function(e){var t\u003d5381,n\u003de.length;for(;n;)t\u003d33*t^e.charCodeAt(--n);return t\u003e\u003e\u003e0}(a):\"\")+\")\"}(e,e.scopedSlots,t)+\",\"),e.model\u0026\u0026(n+\u003d\"model:{value:\"+e.model.value+\",callback:\"+e.model.callback+\",expression:\"+e.model.expression+\"},\"),e.inlineTemplate){var o\u003dfunction(e,t){var n\u003de.children[0];if(n\u0026\u00261\u003d\u003d\u003dn.type){var r\u003dRa(n,t.options);return\"inlineTemplate:{render:function(){\"+r.render+\"},staticRenderFns:[\"+r.staticRenderFns.map(function(e){return\"function(){\"+e+\"}\"}).join(\",\")+\"]}\"}}(e,t);o\u0026\u0026(n+\u003do+\",\")}return n\u003dn.replace(/,$/,\"\")+\"}\",e.dynamicAttrs\u0026\u0026(n\u003d\"_b(\"+n+\u0027,\"\u0027+e.tag+\u0027\",\u0027+Xa(e.dynamicAttrs)+\")\"),e.wrapData\u0026\u0026(n\u003de.wrapData(n)),e.wrapListeners\u0026\u0026(n\u003de.wrapListeners(n)),n}function Ja(e){return 1\u003d\u003d\u003de.type\u0026\u0026(\"slot\"\u003d\u003d\u003de.tag||e.children.some(Ja))}function qa(e,t){var n\u003de.attrsMap[\"slot-scope\"];if(e.if\u0026\u0026!e.ifProcessed\u0026\u0026!n)return Va(e,t,qa,\"null\");if(e.for\u0026\u0026!e.forProcessed)return za(e,t,qa);var r\u003de.slotScope\u003d\u003d\u003dua?\"\":String(e.slotScope),i\u003d\"function(\"+r+\"){return \"+(\"template\"\u003d\u003d\u003de.tag?e.if\u0026\u0026n?\"(\"+e.if+\")?\"+(Wa(e,t)||\"undefined\")+\":undefined\":Wa(e,t)||\"undefined\":Ha(e,t))+\"}\",o\u003dr?\"\":\",proxy:true\";return\"{key:\"+(e.slotTarget||\u0027\"default\"\u0027)+\",fn:\"+i+o+\"}\"}function Wa(e,t,n,r,i){var o\u003de.children;if(o.length){var a\u003do[0];if(1\u003d\u003d\u003do.length\u0026\u0026a.for\u0026\u0026\"template\"!\u003d\u003da.tag\u0026\u0026\"slot\"!\u003d\u003da.tag){var s\u003dn?t.maybeComponent(a)?\",1\":\",0\":\"\";return\"\"+(r||Ha)(a,t)+s}var c\u003dn?function(e,t){for(var n\u003d0,r\u003d0;r\u003ce.length;r++){var i\u003de[r];if(1\u003d\u003d\u003di.type){if(Za(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return Za(e.block)})){n\u003d2;break}(t(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return t(e.block)}))\u0026\u0026(n\u003d1)}}return n}(o,t.maybeComponent):0,u\u003di||Ga;return\"[\"+o.map(function(e){return u(e,t)}).join(\",\")+\"]\"+(c?\",\"+c:\"\")}}function Za(e){return void 0!\u003d\u003de.for||\"template\"\u003d\u003d\u003de.tag||\"slot\"\u003d\u003d\u003de.tag}function Ga(e,t){return 1\u003d\u003d\u003de.type?Ha(e,t):3\u003d\u003d\u003de.type\u0026\u0026e.isComment?(r\u003de,\"_e(\"+JSON.stringify(r.text)+\")\"):\"_v(\"+(2\u003d\u003d\u003d(n\u003de).type?n.expression:Ya(JSON.stringify(n.text)))+\")\";var n,r}function Xa(e){for(var t\u003d\"\",n\u003d\"\",r\u003d0;r\u003ce.length;r++){var i\u003de[r],o\u003dYa(i.value);i.dynamic?n+\u003di.name+\",\"+o+\",\":t+\u003d\u0027\"\u0027+i.name+\u0027\":\u0027+o+\",\"}return t\u003d\"{\"+t.slice(0,-1)+\"}\",n?\"_d(\"+t+\",[\"+n.slice(0,-1)+\"])\":t}function Ya(e){return e.replace(/\\u2028/g,\"\\\\u2028\").replace(/\\u2029/g,\"\\\\u2029\")}new RegExp(\"\\\\b\"+\"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments\".split(\",\").join(\"\\\\b|\\\\b\")+\"\\\\b\");function Qa(e,t){try{return new Function(e)}catch(n){return t.push({err:n,code:e}),S}}function es(e){var t\u003dObject.create(null);return function(n,r,i){(r\u003dA({},r)).warn;delete r.warn;var o\u003dr.delimiters?String(r.delimiters)+n:n;if(t[o])return t[o];var a\u003de(n,r),s\u003d{},c\u003d[];return s.render\u003dQa(a.render,c),s.staticRenderFns\u003da.staticRenderFns.map(function(e){return Qa(e,c)}),t[o]\u003ds}}var ts,ns,rs\u003d(ts\u003dfunction(e,t){var n\u003dfa(e.trim(),t);!1!\u003d\u003dt.optimize\u0026\u0026Aa(n,t);var r\u003dRa(n,t);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}},function(e){function t(t,n){var r\u003dObject.create(e),i\u003d[],o\u003d[];if(n)for(var a in n.modules\u0026\u0026(r.modules\u003d(e.modules||[]).concat(n.modules)),n.directives\u0026\u0026(r.directives\u003dA(Object.create(e.directives||null),n.directives)),n)\"modules\"!\u003d\u003da\u0026\u0026\"directives\"!\u003d\u003da\u0026\u0026(r[a]\u003dn[a]);r.warn\u003dfunction(e,t,n){(n?o:i).push(e)};var s\u003dts(t.trim(),r);return s.errors\u003di,s.tips\u003do,s}return{compile:t,compileToFunctions:es(t)}})(xa),is\u003d(rs.compile,rs.compileToFunctions);function os(e){return(ns\u003dns||document.createElement(\"div\")).innerHTML\u003de?\u0027\u003ca href\u003d\"\\n\"/\u003e\u0027:\u0027\u003cdiv a\u003d\"\\n\"/\u003e\u0027,ns.innerHTML.indexOf(\"\u0026#10;\")\u003e0}var as\u003d!!V\u0026\u0026os(!1),ss\u003d!!V\u0026\u0026os(!0),cs\u003dg(function(e){var t\u003dQn(e);return t\u0026\u0026t.innerHTML}),us\u003dCn.prototype.$mount;return Cn.prototype.$mount\u003dfunction(e,t){if((e\u003de\u0026\u0026Qn(e))\u003d\u003d\u003ddocument.body||e\u003d\u003d\u003ddocument.documentElement)return this;var n\u003dthis.$options;if(!n.render){var r\u003dn.template;if(r)if(\"string\"\u003d\u003dtypeof r)\"#\"\u003d\u003d\u003dr.charAt(0)\u0026\u0026(r\u003dcs(r));else{if(!r.nodeType)return this;r\u003dr.innerHTML}else e\u0026\u0026(r\u003dfunction(e){if(e.outerHTML)return e.outerHTML;var t\u003ddocument.createElement(\"div\");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){var i\u003dis(r,{outputSourceRange:!1,shouldDecodeNewlines:as,shouldDecodeNewlinesForHref:ss,delimiters:n.delimiters,comments:n.comments},this),o\u003di.render,a\u003di.staticRenderFns;n.render\u003do,n.staticRenderFns\u003da}}return us.call(this,e,t)},Cn.compile\u003dis,Cn});"}],"authorContributionMap":{"KevinEyo1":6}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/_mixins.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"// @see https://github.com/twbs/bootstrap/blob/main/scss/_functions.scss"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@function material-icons-str-replace($string, $search, $replace: \u0027\u0027) {"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" $index: str-index($string, $search);"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" @if $index {"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" @return str-slice($string, 1, $index - 1) + $replace +"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" material-icons-str-replace("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" str-slice($string, $index + str-length($search)),"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" $search,"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" $replace"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" );"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" @return $string;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"@mixin material-icons-font-class($font-family) {"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" font-family: $font-family;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" font-size: $material-icons-font-size;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased; // Support for all WebKit browsers"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale; // Support for Firefox"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility; // Support for Safari and Chrome"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \u0027liga\u0027; // Support for IE"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"@mixin material-icons-font($font-family) {"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" $class-name: to-lower-case($font-family);"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" $class-name: material-icons-str-replace($class-name, \u0027 \u0027, \u0027-\u0027);"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" $font-file: $material-icons-font-path + $class-name;"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" @font-face {"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" font-family: $font-family;"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" font-display: $material-icons-font-display;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" src: url(\u0027#{$font-file}.woff2\u0027) format(\u0027woff2\u0027),"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" url(\u0027#{$font-file}.woff\u0027) format(\u0027woff\u0027);"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" .#{$class-name} {"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" @include material-icons-font-class($font-family);"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"@mixin material-icons() {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" @warn \"material-icons() Sass mixin has been deprecated as of 1.0. Use \u0027@extend .material-icons;\u0027 instead of \u0027@include material-icons();\u0027.\";"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" @include material-icons-font-class(\u0027Material Icons\u0027);"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":55}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/_variables.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"$material-icons-font-path: \u0027./\u0027 !default;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"$material-icons-font-size: 24px !default;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"$material-icons-font-display: block !default;"}],"authorContributionMap":{"KevinEyo1":3}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/filled.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/filled.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/material-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":".material-icons-outlined {"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":".material-icons-round {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":".material-icons-sharp {"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":".material-icons-two-tone {"},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":124}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/material-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027filled\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027outlined\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027round\u0027;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027sharp\u0027;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027two-tone\u0027;"}],"authorContributionMap":{"KevinEyo1":5}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/outlined.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-outlined {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/outlined.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Outlined\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/round.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-round {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/round.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Round\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/sharp.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-sharp {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/sharp.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Sharp\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/two-tone.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-two-tone {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/two-tone.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Two Tone\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/plugins/markbind-plugin-anchors/markbind-plugin-anchors.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".fa.fa-anchor {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" color: #ccc;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" display: inline;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-size: 14px;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" margin-left: 10px;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" padding: 3px;"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" text-decoration: none;"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" visibility: hidden;"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":".fa.fa-anchor:hover {"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" color: #555;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"h1:hover \u003e .fa.fa-anchor,"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"h2:hover \u003e .fa.fa-anchor,"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"h3:hover \u003e .fa.fa-anchor,"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"h4:hover \u003e .fa.fa-anchor,"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"h5:hover \u003e .fa.fa-anchor,"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"h6:hover \u003e .fa.fa-anchor,"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":".header-wrapper:hover \u003e .fa.fa-anchor {"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" visibility: visible;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":23}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/plugins/markbind-plugin-tree/markbind-plugin-tree.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".tree {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" white-space: pre;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Fira Code\", \"Fira Mono\", monospace;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-size: 0.9375rem;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1.5;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" overflow-x: auto;"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":7}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/siteData.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"{"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" \"enableSearch\": true,"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" \"pages\": ["},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Configuration.md\","},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Configuration guide\","},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" \"configuration-guide\": \"Configuration guide\""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Design.md\","},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Design\","},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" \"design\": \"Design\","},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" \"architecture\": \"Architecture\","},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" \"component-1\": \"Component 1\","},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" \"component-2\": \"Component 2\""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/DevOps.md\","},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"DevOps guide\","},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" \"devops-guide\": \"DevOps guide\","},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" \"build-automation\": \"Build automation\","},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" \"continuous-integration-ci\": \"Continuous integration (CI)\","},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" \"code-coverage\": \"Code coverage\","},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" \"repository-wide-checks\": \"Repository-wide checks\","},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" \"making-a-release\": \"Making a release\""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/DeveloperGuide.md\","},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Developer Guide\","},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" \"projectex-developer-guide\": \"ProjectEx Developer Guide\","},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" \"introduction\": \"Introduction\","},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" \"purpose-of-this-guide\": \"Purpose of this Guide\","},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" \"acknowledgements\": \"Acknowledgements\""},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Documentation.md\","},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Documentation guide\","},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" \"documentation-guide\": \"Documentation Guide\""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Implementation.md\","},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Implementation\","},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" \"implementation\": \"Implementation\","},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" \"proposed-featurex-implementation\": \"[Proposed] FeatureX Implementation\","},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" \"proposed-data-archiving\": \"[Proposed] Data archiving\""},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Requirements.md\","},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Requirements\","},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" \"requirements\": \"Requirements\","},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" \"product-scope\": \"Product scope\","},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" \"user-stories\": \"User stories\","},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" \"use-cases\": \"Use cases\","},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" \"non-functional-requirements\": \"Non-Functional Requirements\""},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/SettingUp.md\","},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Setting up and getting started\","},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":" \"setting-up-and-getting-started\": \"Setting up and getting started\","},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":" \"setting-up-the-project-in-your-computer\": \"Setting up the project in your computer\","},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":" \"before-writing-code\": \"Before writing code\""},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Testing.md\","},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Testing guide\","},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" \"testing-guide\": \"Testing guide\","},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" \"running-tests\": \"Running tests\","},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" \"types-of-tests\": \"Types of tests\""},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/TracingCode.md\","},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Tutorial: Tracing code\","},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":" \"tutorial-tracing-code\": \"Tutorial: Tracing code\","},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":" \"before-we-start\": \"Before we start\","},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":" \"setting-a-breakpoint\": \"Setting a breakpoint\","},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":" \"tracing-the-execution-path\": \"Tracing the execution path\""},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"index.md\","},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"\","},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":" \"projectex\": \"ProjectEx\""},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"team/AboutUs.md\","},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"About Us\","},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":" \"about-us\": \"About Us\","},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":" \"project-team\": \"Project team\","},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":" \"john-doe\": \"John Doe\","},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" \"jane-doe\": \"Jane Doe\","},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":" \"johnny-doe\": \"Johnny Doe\","},{"lineNumber":125,"author":{"gitId":"KevinEyo1"},"content":" \"jean-doe\": \"Jean Doe\","},{"lineNumber":126,"author":{"gitId":"KevinEyo1"},"content":" \"james-doe\": \"James Doe\""},{"lineNumber":127,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"team/johndoe.md\","},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Portfolio Page\","},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":" \"project-projectex\": \"Project: ProjectEx\""},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":139,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/FAQ.md\","},{"lineNumber":140,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"FAQ\","},{"lineNumber":141,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":142,"author":{"gitId":"KevinEyo1"},"content":" \"faq\": \"FAQ\""},{"lineNumber":143,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":144,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":145,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":146,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":147,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/Features.md\","},{"lineNumber":148,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Features\","},{"lineNumber":149,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":150,"author":{"gitId":"KevinEyo1"},"content":" \"features\": \"Features\","},{"lineNumber":151,"author":{"gitId":"KevinEyo1"},"content":" \"featurex\": \"FeatureX\","},{"lineNumber":152,"author":{"gitId":"KevinEyo1"},"content":" \"y-feature\": \"Y Feature\","},{"lineNumber":153,"author":{"gitId":"KevinEyo1"},"content":" \"future-feature-z-coming-in-v2-0\": \"Future Feature Z [coming in v2.0]\""},{"lineNumber":154,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":155,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":156,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":157,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":158,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/QuickStart.md\","},{"lineNumber":159,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Quick Start\","},{"lineNumber":160,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":161,"author":{"gitId":"KevinEyo1"},"content":" \"quick-start\": \"Quick start\""},{"lineNumber":162,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":163,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":164,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":165,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":166,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/UserGuide.md\","},{"lineNumber":167,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"User Guide\","},{"lineNumber":168,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":169,"author":{"gitId":"KevinEyo1"},"content":" \"projectex-user-guide\": \"ProjectEx User Guide\","},{"lineNumber":170,"author":{"gitId":"KevinEyo1"},"content":" \"introduction\": \"Introduction\","},{"lineNumber":171,"author":{"gitId":"KevinEyo1"},"content":" \"purpose-of-this-guide\": \"Purpose of this Guide\""},{"lineNumber":172,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":173,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":174,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":175,"author":{"gitId":"KevinEyo1"},"content":" ]"},{"lineNumber":176,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":176}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":".nav-component {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" .indented {"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 10px;"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" #content-wrapper {"},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" padding: 0 10px;"},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":"/* Hide site navigation when printing */"},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":"@media print {"},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":125,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":126,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":127,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":"h2,"},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":"h3,"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":"h4,"},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":"h5,"},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":"h6 {"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":" color: #e46c0a;"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":137,"-":1}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/team/AboutUs.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_v(\"\\nThis section describes the contributors of your app.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_v(\"This img uses the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"placeholderImage\")]),_v(\" defined in the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"_markbind/variables.md\")]),_v(\" file.\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(11),_v(\" \"),_m(12),_v(\" \"),_m(13),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(17),_v(\" \"),_m(18)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(19)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"about-us\"}},[_v(\"About Us\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about-us\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"We are a team based in \"),_c(\u0027a\u0027,{attrs:{\"href\":\"#project-team\"}},[_v(\"Organisation A\")]),_v(\".\")])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"You can reach us at the email \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"organisationa@gmail.sg\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"project-team\"}},[_v(\"Project team\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-team\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"john-doe\"}},[_v(\"John Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#john-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://www.comp.nus.edu.sg/~damithch\"}},[_v(\"homepage\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Project Advisor\")])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"jane-doe\"}},[_v(\"Jane Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#jane-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Team Lead\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: UI\")])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"johnny-doe\"}},[_v(\"Johnny Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#johnny-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Developer\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: Data\")])])}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"jean-doe\"}},[_v(\"Jean Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#jean-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Developer\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: Dev Ops + Threading\")])])}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"james-doe\"}},[_v(\"James Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#james-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Developer\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: UI\")])])}"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":67}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/team/johndoe.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027p\u0027,[_v(\"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\n Content can be easily be replaced by the user\u0027s project information and context.\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Given below are my contributions to the project.\")]),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"project-projectex\"}},[_v(\"Project: ProjectEx\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-projectex\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"New Feature\")]),_v(\": Feature X\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"What it does: This feature does a thing\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Justification: This feature is important because...\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Highlights:\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Point 1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Point 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Credits: \"),_c(\u0027em\u0027,[_v(\"{mention here for reused code/ideas or use of a third-party library}\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Code contributed\")]),_v(\": \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"Github Repo\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Project management\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Managed releases \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v1.3\")]),_v(\" - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v1.5rc\")]),_v(\" (3 releases) on GitHub\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Enhancements to existing features\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Wrote additional tests, increasing coverage to 92% (Pull requests \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#36\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#38\")]),_v(\")\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Documentation\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"User Guide:\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Added documentation for feature \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#72\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Developer Guide:\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Added implementation details of feature.\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Community\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"PRs reviewed (with non-trivial review comments): \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#12\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#32\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#19\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#42\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Contributed to forum discussions (examples: \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"1\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"2\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"3\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"4\")]),_v(\")\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tools\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Integrated a third party library (Natty) to the project (\"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#42\")]),_v(\")\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ You can add/remove categories in the list above }\")])])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":16}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/FAQ.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section answers common questions about the app or specific features.\\n\")]),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Question:\")]),_v(\" How do I learn to use this project?\")])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Answer:\")]),_v(\" Refer to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\".\")])]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Question:\")]),_v(\" How do I contribute to this project?\")])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Answer:\")]),_v(\" Refer to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\".\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#faq\"}},[_v(\"FAQ‎\")])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"faq\"}},[_v(\"FAQ\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#faq\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":13}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/Features.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Notes about the app usage\")]),_c(\u0027br\u0027)]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"General information about the app\u0027s features.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"General tips about how to use the app efficiently.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Warnings that may lead to issues and how to avoid them.\")])])])]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027p\u0027,[_v(\"Description of feature.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nA visual representation of the feature can be shown here.\\n\")]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Caution:\")]),_v(\"\\nThings to avoid when using the feature.\")])]),_v(\" \"),_m(3),_v(\" \"),_c(\u0027p\u0027,[_v(\"Description of feature.\")]),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Feature Examples\")])]},proxy:true}])},[_v(\"\\nExamples of how to use the feature.\\n\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" Secondary information about feature usage.\")])]),_v(\" \"),_m(4),_v(\" \"),_m(5)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#features\"}},[_v(\"Features‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#featurex\"}},[_v(\"FeatureX‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#y-feature\"}},[_v(\"Y Feature‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#future-feature-z-coming-in-v2-0\"}},[_v(\"Future Feature Z [coming in v2.0]‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"features\"}},[_v(\"Features\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#features\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"featurex\"}},[_v(\"FeatureX\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#featurex\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"List of primary information about the feature\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"How to use the feature\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"How the feature works\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Limitations of feature\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"y-feature\"}},[_v(\"Y Feature\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#y-feature\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"future-feature-z-coming-in-v2-0\"}},[_v(\"Future Feature Z \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"[coming in v2.0]\")]),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#future-feature-z-coming-in-v2-0\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"Details coming soon ...\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":28}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/QuickStart.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section can be used to help users get started with the application quickly.\\n\")]),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#quick-start\"}},[_v(\"Quick start‎\")])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"quick-start\"}},[_v(\"Quick start\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#quick-start\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Ensure you have Java \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"11\")]),_v(\" and Node.js \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v16\")]),_v(\" and above installed in your Computer.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Open a command terminal and run necessary setup commands like \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run setup\")]),_v(\".\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Refer to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")]),_v(\" section for details of the app\u0027s features.\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":16}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/UserGuide.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_m(0),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#projectex-user-guide\"}},[_v(\"ProjectEx User Guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#introduction\"}},[_v(\"Introduction‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#purpose-of-this-guide\"}},[_v(\"Purpose of this Guide‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027h1\u0027,{attrs:{\"id\":\"projectex-user-guide\"}},[_v(\"ProjectEx User Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projectex-user-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"introduction\"}},[_v(\"Introduction\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#introduction\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the User Guide. This comprehensive resource is designed to assist you in navigating and utilizing our software to its fullest potential.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"purpose-of-this-guide\"}},[_v(\"Purpose of this Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#purpose-of-this-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"This guide aims to:\")]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Equip users with the necessary knowledge.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Offer step-by-step instructions for common tasks and operations.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Provide tips and tricks to streamline the user experience.\")])])])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":13}},{"path":"packages/core-web/asset/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/core-web/src/print.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"// This file manipulates the content of the printed page by defining print event listeners."},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"const PAGE_NAV_ID \u003d \u0027mb-page-nav\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"const PAGE_NAV_CLONE_CLASS \u003d \u0027page-nav-clone\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"const PAGE_NAV_PRINT_CONTAINER \u003d \u0027page-nav-print\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * Remove the active style to prevent item highlighting."},{"lineNumber":9,"author":{"gitId":"-"},"content":" * @param {HTMLElement} node"},{"lineNumber":10,"author":{"gitId":"-"},"content":" */"},{"lineNumber":11,"author":{"gitId":"-"},"content":"function removeActiveStyle(container) {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" const activeElements \u003d container.querySelectorAll(\u0027a.active\u0027);"},{"lineNumber":13,"author":{"gitId":"-"},"content":" activeElements.forEach((activeElement) \u003d\u003e {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" activeElement.classList.remove(\u0027active\u0027);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" });"},{"lineNumber":16,"author":{"gitId":"-"},"content":"}"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * Create deep copies of the page navigation."},{"lineNumber":20,"author":{"gitId":"-"},"content":" * @param {HTMLElement} node"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * @returns {HTMLElement} node"},{"lineNumber":22,"author":{"gitId":"-"},"content":" */"},{"lineNumber":23,"author":{"gitId":"-"},"content":"function clonePageNav(node) {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" const pageNav \u003d node.cloneNode(true);"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" pageNav.removeAttribute(\u0027id\u0027); // avoid duplicate"},{"lineNumber":27,"author":{"gitId":"-"},"content":" removeActiveStyle(pageNav);"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" pageNav.classList.add(PAGE_NAV_CLONE_CLASS);"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" return pageNav;"},{"lineNumber":32,"author":{"gitId":"-"},"content":"}"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"function removePageNavPrint() {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" const tocElements \u003d document.querySelectorAll(`.${PAGE_NAV_CLONE_CLASS}`);"},{"lineNumber":36,"author":{"gitId":"-"},"content":" tocElements.forEach((tocElement) \u003d\u003e {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" tocElement.remove();"},{"lineNumber":38,"author":{"gitId":"-"},"content":" });"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"// Insert page navigation into the \u003cpage-nav-print\u003e containers."},{"lineNumber":42,"author":{"gitId":"-"},"content":"window.addEventListener(\u0027beforeprint\u0027, () \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" const pageNav \u003d document.querySelector(`#${PAGE_NAV_ID}`);"},{"lineNumber":44,"author":{"gitId":"-"},"content":" const pageNavPrintContainers \u003d document.querySelectorAll(`.${PAGE_NAV_PRINT_CONTAINER}`);"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" if (pageNav \u0026\u0026 pageNavPrintContainers.length \u003e\u003d 1) {"},{"lineNumber":47,"author":{"gitId":"-"},"content":" removePageNavPrint(); // remove any existing clones"},{"lineNumber":48,"author":{"gitId":"-"},"content":" pageNavPrintContainers.forEach((container) \u003d\u003e {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" container.appendChild(clonePageNav(pageNav));"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":" }"},{"lineNumber":52,"author":{"gitId":"-"},"content":"});"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"// Remove page navigation clones."},{"lineNumber":55,"author":{"gitId":"-"},"content":"window.addEventListener(\u0027afterprint\u0027, () \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" removePageNavPrint();"},{"lineNumber":57,"author":{"gitId":"-"},"content":"});"},{"lineNumber":58,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":59,"author":{"gitId":"Tim-Siu"},"content":"// Check for wrapping in code blocks and adds line numbers if necessary"},{"lineNumber":60,"author":{"gitId":"Tim-Siu"},"content":"function checkForWrappingAndAddLineNumbers() {"},{"lineNumber":61,"author":{"gitId":"Tim-Siu"},"content":" document.querySelectorAll(\u0027pre \u003e code.hljs\u0027).forEach((block) \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"Tim-Siu"},"content":" // Check if any line within the block is wrapped"},{"lineNumber":63,"author":{"gitId":"Tim-Siu"},"content":" const isWrapped \u003d Array.from(block.querySelectorAll(\u0027span\u0027))"},{"lineNumber":64,"author":{"gitId":"Tim-Siu"},"content":" .some(line \u003d\u003e line.scrollWidth \u003e line.clientWidth);"},{"lineNumber":65,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":66,"author":{"gitId":"Tim-Siu"},"content":" if (isWrapped) {"},{"lineNumber":67,"author":{"gitId":"Tim-Siu"},"content":" // Add .line-numbers class to enable line numbering for wrapped lines"},{"lineNumber":68,"author":{"gitId":"Tim-Siu"},"content":" block.classList.add(\u0027line-numbers-print\u0027);"},{"lineNumber":69,"author":{"gitId":"Tim-Siu"},"content":" }"},{"lineNumber":70,"author":{"gitId":"Tim-Siu"},"content":" });"},{"lineNumber":71,"author":{"gitId":"Tim-Siu"},"content":"}"},{"lineNumber":72,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":73,"author":{"gitId":"Tim-Siu"},"content":"window.addEventListener(\u0027beforeprint\u0027, () \u003d\u003e {"},{"lineNumber":74,"author":{"gitId":"Tim-Siu"},"content":" checkForWrappingAndAddLineNumbers();"},{"lineNumber":75,"author":{"gitId":"Tim-Siu"},"content":"});"}],"authorContributionMap":{"-":57,"Tim-Siu":18}},{"path":"packages/core-web/src/styles/index.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"markbind.css\");"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"page-nav.css\");"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"~katex/dist/katex.css\");"},{"lineNumber":4,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"~markdown-it-texmath/css/texmath.css\");"}],"authorContributionMap":{"LamJiuFong":4}},{"path":"packages/core-web/src/styles/markbind.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"@import url(\"../../asset/css/codeblock-light.min.css\") print;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":":root {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" --sticky-header-height: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"a {"},{"lineNumber":8,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"blockquote {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" border-left: 0.25em solid #dfe2e5;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" color: #6a737d;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" padding: 0 1rem;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"code {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" background: #f8f8f8;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" border-radius: 3px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":" padding: 0.2em 0.4em;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" word-break: normal;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"mark code {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" background: #ffffffd4;"},{"lineNumber":26,"author":{"gitId":"-"},"content":"}"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"pre.hljs \u003e code {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" background: none;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"pre \u003e code.hljs {"},{"lineNumber":33,"author":{"gitId":"LamJiuFong"},"content":" background-clip: padding-box;"},{"lineNumber":34,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" counter-reset: line;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"}"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"pre \u003e code.hljs[heading] {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" border-top-right-radius: 0;"},{"lineNumber":41,"author":{"gitId":"-"},"content":"}"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":".code-block {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":45,"author":{"gitId":"-"},"content":"}"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":".code-block-heading {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" border-radius: 6px 6px 0 0;"},{"lineNumber":49,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" font-size: 85%;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" line-height: 1;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" max-width: 85%;"},{"lineNumber":54,"author":{"gitId":"-"},"content":" overflow-wrap: break-word;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" padding: 0.25em 0.4em;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" text-align: right;"},{"lineNumber":57,"author":{"gitId":"-"},"content":"}"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":".inline-markdown-heading {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" line-height: 1.5;"},{"lineNumber":61,"author":{"gitId":"-"},"content":"}"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":".code-block-content {"},{"lineNumber":64,"author":{"gitId":"-"},"content":" clear: both;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":66,"author":{"gitId":"-"},"content":"}"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":69,"author":{"gitId":"Tim-Siu"},"content":" pre \u003e code.hljs {"},{"lineNumber":70,"author":{"gitId":"Tim-Siu"},"content":" white-space: pre-wrap;"},{"lineNumber":71,"author":{"gitId":"Tim-Siu"},"content":" word-wrap: break-word;"},{"lineNumber":72,"author":{"gitId":"Tim-Siu"},"content":" word-break: break-all;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"Tim-Siu"},"content":" .hljs:not(.inline).line-numbers-print \u003e span {"},{"lineNumber":76,"author":{"gitId":"Tim-Siu"},"content":" padding: 0 0.5em 0 3.5em;"},{"lineNumber":77,"author":{"gitId":"Tim-Siu"},"content":" position: relative;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" }"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"Tim-Siu"},"content":" /* display line numbers beside each span */"},{"lineNumber":81,"author":{"gitId":"Tim-Siu"},"content":" .hljs:not(.inline).line-numbers-print \u003e span::before {"},{"lineNumber":82,"author":{"gitId":"Tim-Siu"},"content":" border-right: 1px solid #ddd;"},{"lineNumber":83,"author":{"gitId":"Tim-Siu"},"content":" display: inline-block;"},{"lineNumber":84,"author":{"gitId":"Tim-Siu"},"content":" color: #888;"},{"lineNumber":85,"author":{"gitId":"Tim-Siu"},"content":" content: counter(line);"},{"lineNumber":86,"author":{"gitId":"Tim-Siu"},"content":" counter-increment: line;"},{"lineNumber":87,"author":{"gitId":"Tim-Siu"},"content":" left: 0;"},{"lineNumber":88,"author":{"gitId":"Tim-Siu"},"content":" margin-right: 0.5em;"},{"lineNumber":89,"author":{"gitId":"Tim-Siu"},"content":" padding-right: 0.5em;"},{"lineNumber":90,"author":{"gitId":"Tim-Siu"},"content":" position: absolute;"},{"lineNumber":91,"author":{"gitId":"Tim-Siu"},"content":" text-align: right;"},{"lineNumber":92,"author":{"gitId":"Tim-Siu"},"content":" top: 0;"},{"lineNumber":93,"author":{"gitId":"Tim-Siu"},"content":" width: 3em;"},{"lineNumber":94,"author":{"gitId":"Tim-Siu"},"content":" height: 100%;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" /* force printing the highlighting colour */"},{"lineNumber":98,"author":{"gitId":"-"},"content":" .hljs span.highlighted{"},{"lineNumber":99,"author":{"gitId":"-"},"content":" -webkit-print-color-adjust:exact;"},{"lineNumber":100,"author":{"gitId":"-"},"content":" background:#e6e6fa !important;"},{"lineNumber":101,"author":{"gitId":"-"},"content":" }"},{"lineNumber":102,"author":{"gitId":"-"},"content":"}"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"kbd {"},{"lineNumber":105,"author":{"gitId":"-"},"content":" background-color: #fafbfc;"},{"lineNumber":106,"author":{"gitId":"-"},"content":" border: 1px solid #c6cbd1;"},{"lineNumber":107,"author":{"gitId":"-"},"content":" border-bottom-color: #959da5;"},{"lineNumber":108,"author":{"gitId":"-"},"content":" box-shadow: inset 0 -1px 0 #959da5;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" color: #444d56;"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":".btn:active,"},{"lineNumber":113,"author":{"gitId":"-"},"content":".btn:focus {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" box-shadow: none !important;"},{"lineNumber":115,"author":{"gitId":"-"},"content":" outline: none !important;"},{"lineNumber":116,"author":{"gitId":"-"},"content":"}"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":"code.hljs.inline {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" display: initial;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" padding: 0.2em 0.4em;"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":".markbind-table {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" width: auto;"},{"lineNumber":125,"author":{"gitId":"-"},"content":"}"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":".radio-list-item,"},{"lineNumber":128,"author":{"gitId":"-"},"content":".task-list-item {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" list-style-type: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin: 0 0 0 -1.2em;"},{"lineNumber":131,"author":{"gitId":"-"},"content":"}"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":".radio-list-item label {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" font-weight: inherit;"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":".table-striped \u003e thead,"},{"lineNumber":138,"author":{"gitId":"-"},"content":".table-striped \u003e tbody \u003e tr:nth-of-type(even) {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" background-color: #fff;"},{"lineNumber":140,"author":{"gitId":"-"},"content":"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":143,"author":{"gitId":"-"},"content":" * Holy Grail Layout"},{"lineNumber":144,"author":{"gitId":"-"},"content":" *"},{"lineNumber":145,"author":{"gitId":"-"},"content":" * This section covers the common styles used within Header, Footer and Side Navigation bars"},{"lineNumber":146,"author":{"gitId":"-"},"content":" */"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":"/* Header */"},{"lineNumber":149,"author":{"gitId":"-"},"content":""},{"lineNumber":150,"author":{"gitId":"-"},"content":"header[sticky] {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":152,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":153,"author":{"gitId":"-"},"content":" transition: transform 0.3s ease-in-out;"},{"lineNumber":154,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":155,"author":{"gitId":"-"},"content":" z-index: 1001;"},{"lineNumber":156,"author":{"gitId":"-"},"content":"}"},{"lineNumber":157,"author":{"gitId":"-"},"content":""},{"lineNumber":158,"author":{"gitId":"-"},"content":"header[sticky].hide-header {"},{"lineNumber":159,"author":{"gitId":"-"},"content":" transform: translateY(calc(-1 * var(--sticky-header-height)));"},{"lineNumber":160,"author":{"gitId":"-"},"content":"}"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"span.anchor {"},{"lineNumber":163,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":164,"author":{"gitId":"-"},"content":" top: calc(-1 * var(--sticky-header-height) - 1rem);"},{"lineNumber":165,"author":{"gitId":"-"},"content":"}"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":"/* #app is treated as the main container */"},{"lineNumber":168,"author":{"gitId":"-"},"content":"#app {"},{"lineNumber":169,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":170,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" min-height: 100vh;"},{"lineNumber":172,"author":{"gitId":"-"},"content":"}"},{"lineNumber":173,"author":{"gitId":"-"},"content":""},{"lineNumber":174,"author":{"gitId":"-"},"content":"/* Footer */"},{"lineNumber":175,"author":{"gitId":"-"},"content":"footer {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" background-color: #f5f5f5;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" color: dimgrey;"},{"lineNumber":178,"author":{"gitId":"-"},"content":" padding: 10px 0;"},{"lineNumber":179,"author":{"gitId":"-"},"content":"}"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"/* TODO move this back to markdown-it-attr if bundling is implemented */"},{"lineNumber":182,"author":{"gitId":"-"},"content":".dimmed {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" color: #777;"},{"lineNumber":184,"author":{"gitId":"-"},"content":"}"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":".large {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" font-size: 125%;"},{"lineNumber":188,"author":{"gitId":"-"},"content":"}"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":".small {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" font-size: 80%;"},{"lineNumber":192,"author":{"gitId":"-"},"content":"}"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":".underline {"},{"lineNumber":195,"author":{"gitId":"-"},"content":" text-decoration: underline;"},{"lineNumber":196,"author":{"gitId":"-"},"content":"}"},{"lineNumber":197,"author":{"gitId":"-"},"content":""},{"lineNumber":198,"author":{"gitId":"-"},"content":".mkb-text-red {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" color: red !important;"},{"lineNumber":200,"author":{"gitId":"-"},"content":"}"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":".mkb-text-green {"},{"lineNumber":203,"author":{"gitId":"-"},"content":" color: green !important;"},{"lineNumber":204,"author":{"gitId":"-"},"content":"}"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":".mkb-text-blue {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" color: blue !important;"},{"lineNumber":208,"author":{"gitId":"-"},"content":"}"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":".mkb-text-cyan {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" color: cyan !important;"},{"lineNumber":212,"author":{"gitId":"-"},"content":"}"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":".mkb-text-magenta {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" color: magenta !important;"},{"lineNumber":216,"author":{"gitId":"-"},"content":"}"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":".mkb-text-yellow {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" color: yellow !important;"},{"lineNumber":220,"author":{"gitId":"-"},"content":"}"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":".mkb-text-black {"},{"lineNumber":223,"author":{"gitId":"-"},"content":" color: black !important;"},{"lineNumber":224,"author":{"gitId":"-"},"content":"}"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":".mkb-text-white {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" color: white !important;"},{"lineNumber":228,"author":{"gitId":"-"},"content":"}"},{"lineNumber":229,"author":{"gitId":"-"},"content":""},{"lineNumber":230,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":231,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":232,"author":{"gitId":"-"},"content":" .dropdown-menu \u003e li \u003e a {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" white-space: normal;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" }"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":" .navbar-nav .open .dropdown-menu {"},{"lineNumber":237,"author":{"gitId":"-"},"content":" background-color: #fff;"},{"lineNumber":238,"author":{"gitId":"-"},"content":" }"},{"lineNumber":239,"author":{"gitId":"-"},"content":"}"},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":"/* Footnote anchor */"},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":"li.footnote-item:target {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" background-color: #eee;"},{"lineNumber":245,"author":{"gitId":"-"},"content":"}"},{"lineNumber":246,"author":{"gitId":"-"},"content":""},{"lineNumber":247,"author":{"gitId":"-"},"content":".hljs:not(.inline) \u003e span {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":249,"author":{"gitId":"-"},"content":"}"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":".hljs:not(.inline).line-numbers \u003e span {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" padding: 0 0.5em 0 3.5em;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":254,"author":{"gitId":"-"},"content":"}"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":"/* display line numbers beside each span */"},{"lineNumber":257,"author":{"gitId":"-"},"content":".hljs:not(.inline).line-numbers \u003e span::before {"},{"lineNumber":258,"author":{"gitId":"-"},"content":" border-right: 1px solid #ddd;"},{"lineNumber":259,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" color: #888;"},{"lineNumber":261,"author":{"gitId":"-"},"content":" content: counter(line);"},{"lineNumber":262,"author":{"gitId":"-"},"content":" counter-increment: line;"},{"lineNumber":263,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" margin-right: 0.5em;"},{"lineNumber":265,"author":{"gitId":"-"},"content":" padding-right: 0.5em;"},{"lineNumber":266,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":267,"author":{"gitId":"-"},"content":" text-align: right;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" width: 3em;"},{"lineNumber":270,"author":{"gitId":"-"},"content":" height: 100%;"},{"lineNumber":271,"author":{"gitId":"-"},"content":"}"},{"lineNumber":272,"author":{"gitId":"-"},"content":""},{"lineNumber":273,"author":{"gitId":"-"},"content":"/* styles for triggers and tooltips */"},{"lineNumber":274,"author":{"gitId":"-"},"content":".trigger {"},{"lineNumber":275,"author":{"gitId":"LamJiuFong"},"content":" border-bottom: 1px dotted currentcolor;"},{"lineNumber":276,"author":{"gitId":"-"},"content":"}"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":".trigger-click {"},{"lineNumber":279,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":280,"author":{"gitId":"LamJiuFong"},"content":" border-bottom: 1px dashed currentcolor;"},{"lineNumber":281,"author":{"gitId":"-"},"content":"}"},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":".trigger-click:focus {"},{"lineNumber":284,"author":{"gitId":"-"},"content":" outline: none;"},{"lineNumber":285,"author":{"gitId":"-"},"content":"}"},{"lineNumber":286,"author":{"gitId":"-"},"content":""},{"lineNumber":287,"author":{"gitId":"-"},"content":"/* \"Copy\" and \"wrap text\" code block buttons */"},{"lineNumber":288,"author":{"gitId":"-"},"content":"pre {"},{"lineNumber":289,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":291,"author":{"gitId":"-"},"content":"}"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":"button.function-btn {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" border: 1px solid #d7dadc;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" color: darkgray;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":298,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":299,"author":{"gitId":"-"},"content":" margin: 0.17rem;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" padding: 0.35rem;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":303,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" white-space: nowrap;"},{"lineNumber":305,"author":{"gitId":"-"},"content":"}"},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":"button.function-btn + button.function-btn {"},{"lineNumber":308,"author":{"gitId":"-"},"content":" right: 36px;"},{"lineNumber":309,"author":{"gitId":"-"},"content":"}"},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":"pre:hover \u003e .function-btn-container \u003e button.function-btn {"},{"lineNumber":312,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":313,"author":{"gitId":"-"},"content":"}"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":".function-btn:hover {"},{"lineNumber":316,"author":{"gitId":"-"},"content":" transition: all 0.5s ease;"},{"lineNumber":317,"author":{"gitId":"-"},"content":" color: gray;"},{"lineNumber":318,"author":{"gitId":"-"},"content":"}"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"-"},"content":".function-btn-body {"},{"lineNumber":321,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":323,"author":{"gitId":"-"},"content":"}"},{"lineNumber":324,"author":{"gitId":"-"},"content":""},{"lineNumber":325,"author":{"gitId":"-"},"content":".function-btn svg {"},{"lineNumber":326,"author":{"gitId":"LamJiuFong"},"content":" fill: currentcolor;"},{"lineNumber":327,"author":{"gitId":"-"},"content":"}"},{"lineNumber":328,"author":{"gitId":"-"},"content":""},{"lineNumber":329,"author":{"gitId":"-"},"content":"/* Wrap class used for \"wrap text\" button. */"},{"lineNumber":330,"author":{"gitId":"-"},"content":"code.wrap {"},{"lineNumber":331,"author":{"gitId":"-"},"content":" white-space: pre-wrap;"},{"lineNumber":332,"author":{"gitId":"-"},"content":" word-wrap: break-word;"},{"lineNumber":333,"author":{"gitId":"Tim-Siu"},"content":" word-break: break-all;"},{"lineNumber":334,"author":{"gitId":"-"},"content":"}"},{"lineNumber":335,"author":{"gitId":"-"},"content":""},{"lineNumber":336,"author":{"gitId":"-"},"content":"/* Octicon sizing */"},{"lineNumber":337,"author":{"gitId":"-"},"content":".octicon {"},{"lineNumber":338,"author":{"gitId":"-"},"content":" height: 1em;"},{"lineNumber":339,"author":{"gitId":"-"},"content":" width: 1em;"},{"lineNumber":340,"author":{"gitId":"-"},"content":"}"},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":"/* styles for \u003chr\u003e */"},{"lineNumber":343,"author":{"gitId":"-"},"content":"hr {"},{"lineNumber":344,"author":{"gitId":"LamJiuFong"},"content":" border-top: solid 1px rgb(0 0 0 / 10%);"},{"lineNumber":345,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":346,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":347,"author":{"gitId":"-"},"content":"}"},{"lineNumber":348,"author":{"gitId":"-"},"content":""},{"lineNumber":349,"author":{"gitId":"-"},"content":"hr.dotted {"},{"lineNumber":350,"author":{"gitId":"-"},"content":" border-top-width: 0.1rem;"},{"lineNumber":351,"author":{"gitId":"-"},"content":" border-top-style: dotted;"},{"lineNumber":352,"author":{"gitId":"-"},"content":"}"},{"lineNumber":353,"author":{"gitId":"-"},"content":""},{"lineNumber":354,"author":{"gitId":"-"},"content":"hr.double {"},{"lineNumber":355,"author":{"gitId":"-"},"content":" border-top-width: 0.2rem;"},{"lineNumber":356,"author":{"gitId":"-"},"content":" border-top-style: double;"},{"lineNumber":357,"author":{"gitId":"-"},"content":"}"},{"lineNumber":358,"author":{"gitId":"-"},"content":""},{"lineNumber":359,"author":{"gitId":"-"},"content":"hr.dashed {"},{"lineNumber":360,"author":{"gitId":"-"},"content":" border-top-width: 0.1rem;"},{"lineNumber":361,"author":{"gitId":"-"},"content":" border-top-style: dashed;"},{"lineNumber":362,"author":{"gitId":"-"},"content":"}"},{"lineNumber":363,"author":{"gitId":"-"},"content":""},{"lineNumber":364,"author":{"gitId":"-"},"content":"hr.thick {"},{"lineNumber":365,"author":{"gitId":"-"},"content":" border-top-width: 0.15rem;"},{"lineNumber":366,"author":{"gitId":"-"},"content":"}"},{"lineNumber":367,"author":{"gitId":"-"},"content":""},{"lineNumber":368,"author":{"gitId":"-"},"content":"hr.thick-1 {"},{"lineNumber":369,"author":{"gitId":"-"},"content":" border-top-width: 0.25rem;"},{"lineNumber":370,"author":{"gitId":"-"},"content":"}"},{"lineNumber":371,"author":{"gitId":"-"},"content":""},{"lineNumber":372,"author":{"gitId":"-"},"content":"hr.thick-2 {"},{"lineNumber":373,"author":{"gitId":"-"},"content":" border-top-width: 0.5rem;"},{"lineNumber":374,"author":{"gitId":"-"},"content":"}"},{"lineNumber":375,"author":{"gitId":"-"},"content":""},{"lineNumber":376,"author":{"gitId":"-"},"content":"hr.thick-3 {"},{"lineNumber":377,"author":{"gitId":"-"},"content":" border-top-width: 0.75rem;"},{"lineNumber":378,"author":{"gitId":"-"},"content":"}"},{"lineNumber":379,"author":{"gitId":"-"},"content":""},{"lineNumber":380,"author":{"gitId":"-"},"content":"ol,"},{"lineNumber":381,"author":{"gitId":"-"},"content":"ul {"},{"lineNumber":382,"author":{"gitId":"-"},"content":" padding-left: 1.5rem;"},{"lineNumber":383,"author":{"gitId":"-"},"content":"}"},{"lineNumber":384,"author":{"gitId":"-"},"content":""},{"lineNumber":385,"author":{"gitId":"-"},"content":"h1,"},{"lineNumber":386,"author":{"gitId":"-"},"content":"h2,"},{"lineNumber":387,"author":{"gitId":"-"},"content":"h3,"},{"lineNumber":388,"author":{"gitId":"-"},"content":"h4,"},{"lineNumber":389,"author":{"gitId":"-"},"content":"h5,"},{"lineNumber":390,"author":{"gitId":"-"},"content":"h6 {"},{"lineNumber":391,"author":{"gitId":"-"},"content":" margin-bottom: 1rem;"},{"lineNumber":392,"author":{"gitId":"-"},"content":" scroll-margin-top: var(--sticky-header-height);"},{"lineNumber":393,"author":{"gitId":"-"},"content":"}"},{"lineNumber":394,"author":{"gitId":"-"},"content":""},{"lineNumber":395,"author":{"gitId":"-"},"content":".block-embed {"},{"lineNumber":396,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":397,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":398,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":399,"author":{"gitId":"-"},"content":"}"},{"lineNumber":400,"author":{"gitId":"-"},"content":""},{"lineNumber":401,"author":{"gitId":"-"},"content":".block-embed iframe {"},{"lineNumber":402,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":403,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":404,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":405,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":406,"author":{"gitId":"-"},"content":" height: 100%;"},{"lineNumber":407,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":378,"Tim-Siu":23}},{"path":"packages/core-web/src/styles/page-nav.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"/* Page navigation */"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"#mb-page-nav {"},{"lineNumber":4,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 12px 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"#mb-page-nav a:link,"},{"lineNumber":8,"author":{"gitId":"-"},"content":"#mb-page-nav a:visited {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" color: #9b9b9b;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"}"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"#mb-page-nav a:hover {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"#mb-page-nav a.active {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".page-nav-title {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" white-space: inherit;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" padding-left: 0.5rem;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":".nested {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" margin-left: 5%;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":".no-flex-wrap {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" flex-wrap: nowrap;"},{"lineNumber":35,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":1,"-":34}},{"path":"packages/core/package.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"name\": \"@markbind/core\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"version\": \"5.4.0\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"description\": \"MarkBind core module\","},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"keywords\": ["},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"mark\","},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"markdown\","},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"markbind\","},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"fragment\","},{"lineNumber":10,"author":{"gitId":"-"},"content":" \"reusable\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"homepage\": \"https://markbind.org\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"license\": \"MIT\","},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"main\": \"index.js\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"types\": \"index.d.ts\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"repository\": {"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"type\": \"git\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"url\": \"https://github.com/MarkBind/markbind.git\","},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"directory\": \"packages/core\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" },"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"publishConfig\": {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"access\": \"public\""},{"lineNumber":23,"author":{"gitId":"-"},"content":" },"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"scripts\": {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"compile\": \"tsc\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"build\": \"tsc --noEmitOnError\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"prepare\": \"npm run build\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"test\": \"jest --colors\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"dependencies\": {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"@fortawesome/fontawesome-free\": \"^6.4.0\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"@markbind/core-web\": \"5.4.0\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"@primer/octicons\": \"^15.0.1\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"@sindresorhus/slugify\": \"^0.9.1\","},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"@tlylt/markdown-it-imsize\": \"^3.0.0\","},{"lineNumber":36,"author":{"gitId":"-"},"content":" \"bluebird\": \"^3.7.2\","},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"bootswatch\": \"5.1.3\","},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"cheerio\": \"^0.22.0\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"crypto-js\": \"^4.0.0\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"csv-parse\": \"^4.14.2\","},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"ensure-posix-path\": \"^1.1.1\","},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"fastmatter\": \"^2.1.1\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"fs-extra\": \"^9.0.1\","},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"gh-pages\": \"^2.1.1\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"highlight.js\": \"^10.4.1\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"htmlparser2\": \"^3.10.1\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"ignore\": \"^5.1.4\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"js-beautify\": \"1.14.3\","},{"lineNumber":49,"author":{"gitId":"-"},"content":" \"katex\": \"^0.15.6\","},{"lineNumber":50,"author":{"gitId":"-"},"content":" \"lodash\": \"^4.17.15\","},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"markdown-it\": \"^12.3.2\","},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"markdown-it-attrs\": \"^4.1.3\","},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"markdown-it-emoji\": \"^1.4.0\","},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"markdown-it-linkify-images\": \"^3.0.0\","},{"lineNumber":55,"author":{"gitId":"-"},"content":" \"markdown-it-mark\": \"^3.0.0\","},{"lineNumber":56,"author":{"gitId":"-"},"content":" \"markdown-it-regexp\": \"^0.4.0\","},{"lineNumber":57,"author":{"gitId":"-"},"content":" \"markdown-it-sub\": \"^1.0.0\","},{"lineNumber":58,"author":{"gitId":"-"},"content":" \"markdown-it-sup\": \"^1.0.0\","},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"markdown-it-table-of-contents\": \"^0.4.4\","},{"lineNumber":60,"author":{"gitId":"-"},"content":" \"markdown-it-task-lists\": \"^2.1.1\","},{"lineNumber":61,"author":{"gitId":"-"},"content":" \"markdown-it-texmath\": \"^1.0.0\","},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"markdown-it-video\": \"^0.6.3\","},{"lineNumber":63,"author":{"gitId":"-"},"content":" \"material-icons\": \"^1.9.1\","},{"lineNumber":64,"author":{"gitId":"-"},"content":" \"moment\": \"^2.29.4\","},{"lineNumber":65,"author":{"gitId":"-"},"content":" \"nunjucks\": \"3.2.4\","},{"lineNumber":66,"author":{"gitId":"-"},"content":" \"path-is-inside\": \"^1.0.2\","},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" \"simple-git\": \"^3.22.0\","},{"lineNumber":68,"author":{"gitId":"-"},"content":" \"url-parse\": \"^1.5.10\","},{"lineNumber":69,"author":{"gitId":"-"},"content":" \"uuid\": \"^8.3.1\","},{"lineNumber":70,"author":{"gitId":"-"},"content":" \"vue\": \"2.6.14\","},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"vue-server-renderer\": \"2.6.14\","},{"lineNumber":72,"author":{"gitId":"-"},"content":" \"vue-template-compiler\": \"2.6.14\","},{"lineNumber":73,"author":{"gitId":"-"},"content":" \"walk-sync\": \"^2.0.2\","},{"lineNumber":74,"author":{"gitId":"-"},"content":" \"winston\": \"^2.4.4\""},{"lineNumber":75,"author":{"gitId":"-"},"content":" },"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \"devDependencies\": {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \"@jest/globals\": \"^29.5.0\","},{"lineNumber":78,"author":{"gitId":"-"},"content":" \"@types/bluebird\": \"^3.5.36\","},{"lineNumber":79,"author":{"gitId":"-"},"content":" \"@types/cheerio\": \"^0.22.31\","},{"lineNumber":80,"author":{"gitId":"-"},"content":" \"@types/crypto-js\": \"^4.1.1\","},{"lineNumber":81,"author":{"gitId":"-"},"content":" \"@types/domhandler\": \"^2.4.2\","},{"lineNumber":82,"author":{"gitId":"-"},"content":" \"@types/fs-extra\": \"^9.0.13\","},{"lineNumber":83,"author":{"gitId":"-"},"content":" \"@types/gh-pages\": \"^3.2.1\","},{"lineNumber":84,"author":{"gitId":"-"},"content":" \"@types/htmlparser2\": \"^3.10.3\","},{"lineNumber":85,"author":{"gitId":"-"},"content":" \"@types/jest\": \"^27.4.1\","},{"lineNumber":86,"author":{"gitId":"-"},"content":" \"@types/js-beautify\": \"^1.13.3\","},{"lineNumber":87,"author":{"gitId":"-"},"content":" \"@types/katex\": \"^0.16.0\","},{"lineNumber":88,"author":{"gitId":"-"},"content":" \"@types/lodash\": \"^4.14.181\","},{"lineNumber":89,"author":{"gitId":"-"},"content":" \"@types/markdown-it\": \"^12.2.3\","},{"lineNumber":90,"author":{"gitId":"-"},"content":" \"@types/node\": \"^18.15.0\","},{"lineNumber":91,"author":{"gitId":"-"},"content":" \"@types/nunjucks\": \"^3.2.1\","},{"lineNumber":92,"author":{"gitId":"-"},"content":" \"@types/path-is-inside\": \"^1.0.0\","},{"lineNumber":93,"author":{"gitId":"-"},"content":" \"@types/primer__octicons\": \"^17.11.0\","},{"lineNumber":94,"author":{"gitId":"-"},"content":" \"@types/url-parse\": \"^1.4.8\","},{"lineNumber":95,"author":{"gitId":"-"},"content":" \"@types/uuid\": \"^9.0.0\","},{"lineNumber":96,"author":{"gitId":"-"},"content":" \"jest\": \"^27.5.1\","},{"lineNumber":97,"author":{"gitId":"-"},"content":" \"memfs\": \"^3.0.1\","},{"lineNumber":98,"author":{"gitId":"-"},"content":" \"ts-jest\": \"^27.1.4\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"KevinEyo1":1,"-":99}},{"path":"packages/core/src/Page/page.njk","fileType":"njk","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003c!DOCTYPE html\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003chtml\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003chead\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" {%- if asset.headTop %}"},{"lineNumber":5,"author":{"gitId":"-"},"content":" {%- for headContent in asset.headTop %}"},{"lineNumber":6,"author":{"gitId":"-"},"content":" {{ headContent }}"},{"lineNumber":7,"author":{"gitId":"-"},"content":" {%- endfor %}"},{"lineNumber":8,"author":{"gitId":"-"},"content":" {%- endif %}"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cmeta charset\u003d\"utf-8\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmeta http-equiv\u003d\"X-UA-Compatible\" content\u003d\"IE\u003dedge\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmeta name\u003d\"generator\" content\u003d\"{{ markBindVersion }}\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cmeta name\u003d\"viewport\" content\u003d\"width\u003ddevice-width, initial-scale\u003d1\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" {%- if title -%} \u003ctitle\u003e{{ title }}\u003c/title\u003e {%- endif -%}"},{"lineNumber":14,"author":{"gitId":"-"},"content":" {% if asset.bootstrap %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.bootstrap }}\"\u003e {%- endif -%}"},{"lineNumber":15,"author":{"gitId":"-"},"content":" {% if asset.fontAwesome %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.fontAwesome }}\"\u003e {%- endif -%}"},{"lineNumber":16,"author":{"gitId":"-"},"content":" {% if asset.glyphicons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.glyphicons }}\"\u003e {%- endif -%}"},{"lineNumber":17,"author":{"gitId":"-"},"content":" {% if asset.octicons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.octicons }}\"\u003e {%- endif -%}"},{"lineNumber":18,"author":{"gitId":"-"},"content":" {% if asset.materialIcons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.materialIcons }}\"\u003e {%- endif -%}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" {% if asset.bootstrapIcons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.bootstrapIcons }}\"\u003e {%- endif -%}"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.highlight }}\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" {%- if not dev -%}\u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.markBindCss }}\"\u003e{%- endif -%}"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.polyfillJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.vue }}\"\u003e\u003c/script\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.markBindJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.pageVueRenderJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" {%- if asset.pluginLinks -%}"},{"lineNumber":27,"author":{"gitId":"-"},"content":" {%- for link in asset.pluginLinks -%}"},{"lineNumber":28,"author":{"gitId":"-"},"content":" {{ link }}"},{"lineNumber":29,"author":{"gitId":"-"},"content":" {%- endfor -%}"},{"lineNumber":30,"author":{"gitId":"-"},"content":" {%- endif -%}"},{"lineNumber":31,"author":{"gitId":"-"},"content":" {%- if asset.headBottom %}"},{"lineNumber":32,"author":{"gitId":"-"},"content":" {%- for headContent in asset.headBottom %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {{ headContent }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":" {%- endfor %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":" {%- endif %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":" {%- if faviconUrl -%} \u003clink rel\u003d\"icon\" href\u003d\"{{ faviconUrl }}\"\u003e {%- endif -%}"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003c/head\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" const baseUrl \u003d \u0027{{ baseUrl }}\u0027"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cbody {% if hasPageNavHeadings %} data-bs-spy\u003d\"scroll\" data-bs-target\u003d\"#mb-page-nav\" data-bs-offset\u003d\"100\" {% endif %}\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"{{ content }}"},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003c/body\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{{- pageUserScriptsAndStyles -}}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"{{- layoutUserScriptsAndStyles -}}"},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cscript src\u003d\"{{ asset.bootstrapUtilityJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" {% if enableSearch %}MarkBind.setupWithSearch(){% else %}MarkBind.setup(){% endif %}"},{"lineNumber":49,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":"{%- if asset.externalScripts %}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"{%- for script in asset.externalScripts %}"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ script }}\"\u003e\u003c/script\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"{%- endfor %}"},{"lineNumber":54,"author":{"gitId":"-"},"content":"{%- endif %}"},{"lineNumber":55,"author":{"gitId":"-"},"content":"{%- if asset.pluginScripts %}"},{"lineNumber":56,"author":{"gitId":"-"},"content":"{%- for script in asset.pluginScripts %}"},{"lineNumber":57,"author":{"gitId":"-"},"content":" {{ script }}"},{"lineNumber":58,"author":{"gitId":"-"},"content":"{%- endfor %}"},{"lineNumber":59,"author":{"gitId":"-"},"content":"{%- endif %}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"{%- if asset.scriptBottom %}"},{"lineNumber":61,"author":{"gitId":"-"},"content":"{%- for scripts in asset.scriptBottom %}"},{"lineNumber":62,"author":{"gitId":"-"},"content":" {{ scripts }}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"{%- endfor %}"},{"lineNumber":64,"author":{"gitId":"-"},"content":"{%- endif %}"},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003c/html\u003e"}],"authorContributionMap":{"-":64,"yiwen101":1}},{"path":"packages/core/src/Site/siteConvertLayout.njk","fileType":"njk","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cnavbar placement\u003d\"top\" type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-solid fa-house\"\u003e\u003c/i\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/index.html\" class\u003d\"nav-link\"\u003eHOME\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/about.html\" class\u003d\"nav-link\"\u003eABOUT\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003c/navbar\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003c/header\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"site-nav\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"site-nav-top\"\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"fw-bold mb-2\" style\u003d\"font-size: 1.25rem;\"\u003eContents\u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003csite-nav\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"{{ siteNav }}"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/site-nav\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cbreadcrumb /\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {% raw %}{{ content }}{% endraw %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"page-nav\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cpage-nav /\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cfooter\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{%- set defaultFooter -%}"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003csmall\u003e[Generated by {% raw %}{{MarkBind}}{% endraw %}]\u003c/small\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":"{%- endset -%}"},{"lineNumber":50,"author":{"gitId":"-"},"content":"{{ footer or defaultFooter }}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"jingting1412":1,"-":50}},{"path":"packages/core/src/plugins/web3FormAssets/web-3-form.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"LamJiuFong"},"content":".web-3-form input,"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":".web-3-form select,"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":".web-3-form textarea {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding: 12px;"},{"lineNumber":6,"author":{"gitId":"-"},"content":" border: 1px solid #ccc;"},{"lineNumber":7,"author":{"gitId":"-"},"content":" border-radius: 4px;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" box-sizing: border-box;"},{"lineNumber":9,"author":{"gitId":"-"},"content":" margin-top: 6px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" margin-bottom: 16px;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" resize: vertical;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":3,"-":9}},{"path":"packages/core/template/default/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/core/template/portfolio/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Page not found"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: 404.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 10rem\"\u003e404\u003c/p\u003e\u003c-"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 1.5rem\"\u003eFile not found\u003cbr\u003eClick \u003ca href\u003d\"/\"\u003ehere\u003c/a\u003e to go back to the home page.\u003c/p\u003e\u003c-"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/core/template/portfolio/_markbind/layouts/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv\u003e{{ content }}\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/core/template/portfolio/_markbind/layouts/default.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{baseUrl}}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{{baseUrl}}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eYour Name\u003c/a\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#skills\" class\u003d\"nav-link\"\u003eSkills\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#experience\" class\u003d\"nav-link\"\u003eExperience\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdropdown header\u003d\"Projects\" class\u003d\"nav-link\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-1\" class\u003d\"dropdown-item\"\u003eProject 1\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-2\" class\u003d\"dropdown-item\"\u003eProject 2\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#other-projects\" class\u003d\"dropdown-item\"\u003eOther projects\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/dropdown\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/form\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/navbar\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":"\u003c/header\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" {{ content }}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"\u003cfooter\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003csmall\u003e[Generated by {{MarkBind}}]\u003c/small\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"jingting1412":35}},{"path":"packages/core/template/portfolio/_markbind/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"name\"\u003e[NAME]\u003c/variable\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"javascript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/JavaScript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"typescript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Typescript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"vue\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Vue.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"java\"\u003e\u003cthumbnail src\u003d\"../contents/assets/java-icon.svg\" size\u003d\"50\"/\u003e\u003c/variable\u003e"}],"authorContributionMap":{"jingting1412":5}},{"path":"packages/core/template/portfolio/contents/experience.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Experience"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cul class\u003d\"nav nav-tabs\" role\u003d\"tablist\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link active\" data-bs-toggle\u003d\"tab\" href\u003d\"#NUS\" aria-selected\u003d\"false\" role\u003d\"tab\" tabindex\u003d\"-1\"\u003eNUS\u003c/a\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link\" data-bs-toggle\u003d\"tab\" href\u003d\"#another-company\" aria-selected\u003d\"true\" role\u003d\"tab\"\u003eAnother Company\u003c/a\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"\u003c/ul\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"myTabContent\" class\u003d\"tab-content\" style\u003d\"margin-top:15px;\"\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade active show\" id\u003d\"NUS\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eSoftware Engineering Intern @ \u003cmd\u003e[NUS](https://nus.edu.sg/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2024 - Aug 2024\u003c/h6\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade\" id\u003d\"another-company\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eAnother role @ \u003cmd\u003e[Another company](https://markbind.org/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2022 - Aug 2022\u003c/h6\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/core/template/portfolio/contents/project1.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-1\"\u003eExample project: iP for CS2103\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eThis would be a good place to add images and embeds showcasing your contributions to a project. In this case, an `\u003ciframe\u003e` containing the [RepoSense](https://reposense.org/index.html) report of a student\u0027s contributions to their iP is embedded. For more information on embeds, refer to our user guide [here.](https://markbind.org/userGuide/formattingContents.html#embeds)\u003c/md\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cdiv\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ciframe src\u003d\"https://nus-cs3281.github.io/2024-dashboard/#/widget/?search\u003dReposense\u0026sort\u003dgroupTitle\u0026sortWithin\u003dtitle\u0026timeframe\u003dcommit\u0026mergegroup\u003d\u0026groupSelect\u003dgroupByAuthors\u0026breakdown\u003dfalse\u0026since\u003d2023-12-01\u0026tabOpen\u003dtrue\u0026tabType\u003dauthorship\u0026tabAuthor\u003dasdfghjkxd\u0026tabRepo\u003dreposense%2Freposense%5Bmaster%5D\u0026authorshipIsMergeGroup\u003dfalse\u0026authorshipFileTypes\u003djava~md\u0026authorshipIsBinaryFileTypeChecked\u003dfalse\u0026authorshipIsIgnoredFilesChecked\u003dfalse\u0026chartGroupIndex\u003d5\u0026chartIndex\u003d0\" width\u003d\"100%\"\u003e\u003c/iframe\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration of the project can be added here\u003c/p\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":17}},{"path":"packages/core/template/portfolio/contents/project2.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-2\"\u003eProject 2\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":16}},{"path":"packages/core/template/portfolio/contents/projects.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Projects"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project1.md\"/\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project2.md\"/\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"### Other projects"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"row row-cols-1 row-cols-md-3 g-3\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":61}},{"path":"packages/core/template/portfolio/contents/skills.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Skills"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cp\u003eThis is where you can give a quick overview of the technologies and frameworks you know using our \u003ca href\u003d\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#thumbnails\" target\u003d\"_blank\"\u003ethumbnail feature\u003c/a\u003e or our \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003eicons\u003c/a\u003e.\u003c/p\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using thumbnails\" expanded\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"info\"\u003eThese thumbnails are available as variables to use anywhere in this page!\u003c/box\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" {{ typescript }}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":"\u003cbr/\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using icons\" expanded\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" Some icons are not available in the libraries that MarkBind supports! Please ensure that "},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" the desired icons are available before choosing this option. For more information regarding"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" icons, please refer to \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003ethis section of our User Guide.\u003c/a\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-square-js fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-vuejs fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-java fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"jingting1412":22}},{"path":"packages/core/template/portfolio/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Portfolio"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: default.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"\u003cbr\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"bg-light text-black px-2 py-5 mb-4\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"container\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003ch1 class\u003d\"display-5 no-index\"\u003e\u003cmd\u003e:wave:\u003c/md\u003e Hello!\u003cbr\u003eI\u0027m {{ name }}\u003c/h1\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"lead\"\u003eWelcome to my portfolio!\u003c/p\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv style\u003d\"margin-bottom:20px;\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-github fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://www.linkedin.com/school/national-university-of-singapore/\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-linkedin fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"mailto:secretary_cs@comp.nus.edu.sg\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-solid fa-envelope fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"btn btn-primary\" href\u003d\"./contents/assets/UG-template-resume.pdf\" target\u003d\"_blank\" rel\u003d\"noopener noreferrer\"\u003eResume\u003c/a\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" Want to change the theme? Explore more themes and other components offered by MarkBind in our \u003ca href\u003d\"https://markbind.org/userGuide/authoringContents.html\" target\u003d\"_blank\"\u003euser guide here\u003c/a\u003e."},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\" header\u003d\"##### Deploying this site\"\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eMarkBind makes it easy to deploy this site to GitHub Pages using the `markbind deploy` command. To allow `http://[username].github.io` to go straight to this portfolio, it is best to set your repository name as `[username].github.io` Read more about [deploying the site here](https://markbind.org/userGuide/deployingTheSite.html#deploying-to-github-pages)\u003c/md\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":"## About me"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"container text-left\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"row\" \u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-3 col-md-push-9\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" \u003cimg src\u003d\u0027./contents/assets/default_profile_pic.png\u0027 class\u003d\"img-fluid\" alt\u003d\u0027default-profile-pic\u0027/\u003e"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-9 col-md-pull-3\"\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" This is where you can add a picture of yourself and a brief introduction. This can be a good place to use \u003ctooltip content\u003d\"Add more information here\" placement\u003d\"top\"\u003etooltips\u003c/tooltip\u003e, or \u003cmd\u003e[add relevant links](https://markbind.org/userGuide/formattingContents.html#links).\u003c/md\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/skills.md\"/\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/experience.md\"/\u003e"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/projects.md\"/\u003e"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":""}],"authorContributionMap":{"jingting1412":70}},{"path":"packages/core/template/portfolio/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \"titlePrefix\": \"\","},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \"titleSuffix\": \"\","},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \"ignore\": ["},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \"_markbind/layouts/*\","},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \"_markbind/logs/*\","},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \"_site/*\","},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \"site.json\","},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \"*.md\","},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \"*.njk\","},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \".git/*\","},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \".gitignore\","},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \"node_modules/*\""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"pagesExclude\": [\"node_modules/*\"],"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \"pages\": ["},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \"src\": \"index.md\","},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \"title\": \"Portfolio\""},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \"glob\": [\"**/index.md\"]"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \"deploy\": {"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \"message\": \"Site Update.\""},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \"style\": {"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \"bootstrapTheme\": \"bootswatch-flatly\""},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":32}},{"path":"packages/core/template/portfolio/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":75,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":76,"author":{"gitId":"jingting1412"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"jingting1412"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"jingting1412"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":81,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":82,"author":{"gitId":"jingting1412"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"jingting1412"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"jingting1412"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":86,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":87,"author":{"gitId":"jingting1412"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"jingting1412"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":90,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":91,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"jingting1412"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":94,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":95,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":99,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":100,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":101,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":106,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":107,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":108,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"jingting1412"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"jingting1412"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"jingting1412"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":113,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":114,"author":{"gitId":"jingting1412"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"jingting1412"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":117,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":118,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":119,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":124,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":125,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":126,"author":{"gitId":"jingting1412"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"jingting1412"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":131,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":132,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":135,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":135}},{"path":"packages/core/template/project/_markbind/layouts/default.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{baseUrl}}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" \u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{{baseUrl}}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eProjectEx\u003c/a\u003e"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca highlight-on\u003d\"sibling-or-child\" href\u003d\"{{baseUrl}}/userGuide/UserGuide.html\" class\u003d\"nav-link\"\u003eUser Guide\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca highlight-on\u003d\"sibling-or-child\" href\u003d\"{{baseUrl}}/developerGuide/DeveloperGuide.html\" class\u003d\"nav-link\"\u003eDeveloper Guide\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca highlight-on\u003d\"sibling-or-child\" href\u003d\"{{baseUrl}}/team/AboutUs.html\" class\u003d\"nav-link\"\u003eAbout Us\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca href\u003d\"https://github.com/se-edu\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003e\u003cmd\u003e:fab-github:\u003c/md\u003e\u003c/a\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" \u003c/li\u003e"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" \u003c/form\u003e"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" \u003c/li\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" \u003c/navbar\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"\u003c/header\u003e"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" \u003cnav id\u003d\"site-nav\"\u003e"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" \u003csite-nav\u003e"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"* [Home]({{ baseUrl }}/index.html)"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"* [User Guide]({{ baseUrl }}/userGuide/UserGuide.html) :expanded:"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" * [Quick Start]({{ baseUrl }}/userGuide/QuickStart.html)"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" * [Features]({{ baseUrl }}/userGuide/Features.html)"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" * [FAQ]({{ baseUrl }}/userGuide/FAQ.html)"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"* [Developer Guide]({{ baseUrl }}/developerGuide/DeveloperGuide.html) :expanded:"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" * [Setting Up]({{ baseUrl }}/developerGuide/SettingUp.html)"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" * [Tutorial: Tracing code]({{ baseUrl }}/developerGuide/TracingCode.html)"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" * [Design]({{ baseUrl }}/developerGuide/Design.html)"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" * [Implementation]({{ baseUrl }}/developerGuide/Implementation.html)"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" * Project Guides"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" * [Documentation]({{ baseUrl }}/developerGuide/Documentation.html)"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" * [Testing]({{ baseUrl }}/developerGuide/Testing.html)"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" * [Configuration]({{ baseUrl }}/developerGuide/Configuration.html)"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" * [DevOps]({{ baseUrl }}/developerGuide/DevOps.html)"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" * Appendix"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" * [Requirements]({{ baseUrl }}/developerGuide/Requirements.html)"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"* [About Us]({{ baseUrl }}/team/AboutUs.html) :expanded:"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" * [Contributor Portfolio Template]({{ baseUrl }}/team/johndoe.html)"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" \u003c/site-nav\u003e"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" \u003c/nav\u003e"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" {{ content }}"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" \u003cnav id\u003d\"page-nav\"\u003e"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" \u003cpage-nav /\u003e"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" \u003c/nav\u003e"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"\u003c/div\u003e"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"\u003cfooter\u003e"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" \u003csmall\u003e[\u003cmd\u003e**Powered by**\u003c/md\u003e \u003cimg src\u003d\"https://markbind.org/favicon.ico\" width\u003d\"30\"\u003e {{MarkBind}}]\u003c/small\u003e"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"KevinEyo1":63}},{"path":"packages/core/template/project/_markbind/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"example\"\u003e"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"To inject this HTML segment in your markbind files, use {{ example }} where you want to place it."},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"More generally, surround the segment\u0027s id with double curly braces."},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"placeholderImage\"\u003e"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"\u003cimg src\u003d\"../images/johndoe.png\" width\u003d\"200px\"\u003e"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"\u003c/variable\u003e"}],"authorContributionMap":{"KevinEyo1":8}},{"path":"packages/core/template/project/developerGuide/Configuration.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Configuration guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"# Configuration guide"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand how to configure the application such as descriptions of the config file and how to change the configuration."},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`)."}],"authorContributionMap":{"KevinEyo1":12}},{"path":"packages/core/template/project/developerGuide/Design.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Design\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Design"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section describes the architecture of your app, explaining how the main components work and interact with each other. Using architecture diagrams is recommended."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"### Architecture"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"The ***Architecture Diagram*** given below explains the high-level design of the ProjectEx App."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cpuml src\u003d\"../diagrams/example.puml\" width\u003d300 /\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"Replace the above example diagram with an Architecture Diagram of your project created using [`puml` feature](https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams)."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"Given below is a quick overview of main components and how they interact with each other."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"**Main components of the architecture**"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"The bulk of the app\u0027s work is done by the following components:"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* [**`Component 1`**](#component-1): Does something."},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"* [**`Component 2`**](#component-2): Does something."},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"**Interactions between architecture components**"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"The *Sequence Diagram* below shows how the components interact with each other for a certain scenario."},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"\u003cannotate src\u003d\"../images/johndoe.png\" width\u003d\"300\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Minimal Point --\u003e"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"This point is 25% from the left and 25% from the top\" /\u003e"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Size (default size is 40px) --\u003e"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"This point is 50% from the left and 25% from the top\" size\u003d\"60\"/\u003e"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Header (default is empty) --\u003e"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"25%\" content\u003d\"This point is 75% from the left and 25% from the top\" header\u003d\"This has a header\"/\u003e"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Color (default color is green) --\u003e"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"33%\" y\u003d\"50%\" content\u003d\"This point is 33% from the left and 50% from the top\" color\u003d\"red\"/\u003e"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Opacity (default opacity is 0.3) --\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"66%\" y\u003d\"50%\" content\u003d\"This point is 66% from the left and 50% from the top\" opacity\u003d\"0.7\"/\u003e"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Label (default is empty) --\u003e"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"75%\" content\u003d\"This point is 25% from the left and 75% from the top\" label\u003d\"1\"/\u003e"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Text Color (default color is black) --\u003e"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"75%\" content\u003d\"This point is 50% from the left and 75% from the top\" textColor\u003d\"white\" color\u003d\"black\" label\u003d\"2\" opacity\u003d\"1\"/\u003e"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Font Size (default font size is 14) --\u003e"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"75%\" content\u003d\"This point is 75% from the left and 75% from the top\" fontSize\u003d\"30\" label\u003d\"3\"/\u003e"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"\u003c/annotate\u003e"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"For diagrams like your Sequence Diagram, it can also be created using [`annotate` feature](https://markbind.org/userGuide/components/imagesAndDiagrams.html#annotations), that will allow you to annotate specific parts of your diagram."},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"The sections below give more details of each component."},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** Describe in each section how each component works in detail, including its classes, methods, and how it interacts with other components."},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"You can use a combination of Markbind\u0027s [**Diagrams** feature](https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams) to provide a visual representation of each component, such as architecture and sequence diagrams."},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":"### Component 1"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":"Component 1 is made up of parts e.g.`A`, `B`, `C` etc."},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":"\u003cpic src\u003d\"../images/johndoe.png\" width\u003d\"200px\" style\u003d\"margin-bottom: 20px;\"\u003e"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":"Diagram: Component 1"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"\u003c/pic\u003e"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"Component 1,"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":"* works with Component 2 in this way."},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"### Component 2"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"**Note:** You can use boxes to include details that you want to draw the reader\u0027s attention to. See [`Boxes` feature](https://markbind.org/userGuide/components/presentation.html#boxes)."},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":"\u003cpic src\u003d\"../images/johndoe.png\" width\u003d\"200px\" style\u003d\"margin-bottom: 20px;\"\u003e"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"Diagram: Component 2"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":"\u003c/pic\u003e"},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":"Component 2,"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":"* works with Component 1 in this way."}],"authorContributionMap":{"KevinEyo1":93}},{"path":"packages/core/template/project/developerGuide/DevOps.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"DevOps guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# DevOps guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand the DevOps practices adopted by the project."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"## Build automation"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"This example project includes features for **build automation and dependency management**. You can walkthrough command scripts you have in your project, such as how to clean, test, and run the project."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Example Commands for Typical Projects**\"\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"The following commands are examples. You can customize them according to your project\u0027s needs."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"* **`clean`**: Deletes the files created during the previous build tasks.\u003cbr\u003e"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" e.g. `npm run clean`"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"* **`run`**: Builds and runs the application.\u003cbr\u003e"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"* **`test`**: Runs all tests."},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" * `npm run test` — Runs all tests"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" * `npm run cleantest` — Cleans the project and runs tests"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"## Continuous integration (CI)"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"This project uses [GitHub Actions](https://github.com/features/actions) for CI. The project comes with the necessary GitHub Actions configurations files (in the `.github/workflows` folder). No further setting up required."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"### Code coverage"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":"As part of CI, this project tracks code coverage as well."},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"### Repository-wide checks"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"Your CI can include some repository-wide checks. These repository-wide checks cover all files in the repository. They check for repository rules which are hard to enforce on development machines such as line ending requirements."},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"## Making a release"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"Here are the steps to create a new release."},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"Make sure you have the necessary permissions to create a release."},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"\u003cpopover id\u003d\"pop:trigger_id\" content\u003d\"e.g. `v0.1`\"\u003e\u003c/popover\u003e"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"1. Update the version number."},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"1. Tag the repo with the \u003ctrigger for\u003d\"pop:trigger_id\"\u003eversion number\u003c/trigger\u003e. "},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"1. [Create a new release using GitHub](https://help.github.com/articles/creating-releases/)."}],"authorContributionMap":{"KevinEyo1":59}},{"path":"packages/core/template/project/developerGuide/DeveloperGuide.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Developer Guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# ProjectEx Developer Guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"## Introduction"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"Welcome to the Developer Guide. This guide helps developers understand the architecture, setup, and development workflows of our software, serving as your starting point and companion."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"## Purpose of this Guide"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"The main objectives of this guide are to:"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"1. Orient new developers to the software\u0027s architecture and codebase structure."},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"1. Provide a comprehensive reference for the development practices, coding standards, and tools used."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"1. Detail the setup process for a development environment."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"## **Acknowledgements**"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"_{ List and link sources of all reused/adapted ideas, code, documentation, and third-party libraries }_"}],"authorContributionMap":{"KevinEyo1":26}},{"path":"packages/core/template/project/developerGuide/Documentation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Documentation guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Documentation Guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand the documentation practices and link to relevant sources to help developers contribute to documentation."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"* We use [**MarkBind**](https://markbind.org/) to manage documentation."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"* The `docs/` folder contains the source files for the documentation website."},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"* To learn how set it up and maintain the project website, follow the guide [[se-edu/guides] Working with Forked MarkBind sites](https://se-education.org/guides/tutorials/markbind-forked-sites.html) for project documentation."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"success\" seamless\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"Updating documentation as changes are made to the project is ideal for any project."},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"**Style guidance:**"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"* Follow the [**_Google developer documentation style guide_**](https://developers.google.com/style)."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"* Also relevant is the [_se-edu/guides **Markdown coding standard**_](https://se-education.org/guides/conventions/markdown.html)."},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"**Converting to PDF**"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* See the guide [_se-edu/guides **Saving web documents as PDF files**_](https://se-education.org/guides/tutorials/savingPdf.html)."}],"authorContributionMap":{"KevinEyo1":29}},{"path":"packages/core/template/project/developerGuide/Implementation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Implementation\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Implementation"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section can be used to describe some noteworthy details on how certain features are implemented."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"### \\[Proposed\\] FeatureX Implementation"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"Given below is an example usage scenario and how FeatureX behaves at each step."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"1. **Step 1**: User does something"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" * **Expected**: FeatureX does something in response"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"1. **Step 2**: User does something else"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" "},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" * **Expected**: FeatureX does something else in response"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"#### Design considerations:"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"**Aspect: How FeatureX executes:**"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Alternative 1 (current choice):** Implementation 1\"\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"Pros: Easy to implement.\u003cbr\u003e"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"Cons: May have performance issues in terms of memory usage."},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Alternative 2:** Implementation 2\"\u003e"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"Pros: Will use less memory.\u003cbr\u003e"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"Cons: We must add addtional test cases."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":"_{ More aspects and alternatives to be added }_"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"### \\[Proposed\\] Data archiving"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"_{ Explain here how the data archiving feature will be implemented }_"}],"authorContributionMap":{"KevinEyo1":44}},{"path":"packages/core/template/project/developerGuide/Requirements.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Requirements\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Requirements"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section can be used to describe the requirements of the app, through the use of user stories, use cases."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"### Product scope"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"**Target user profile**:"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"* user needs"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"* user preferences"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"* user information"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"**Value proposition**: Benefit compared to other similar products"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"**Non-Functional Requirements**:"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"* OS requirements"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"* Peformance"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"* Security"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"### User stories"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unlikely to have) - `*`"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"| Priority | As a …​ | I want to …​ | So that I can…​ |"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"|----------|--------------------------------|----------------|---------------------|"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"| `* * *` | new user | see something | visualise something |"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"| `* *` | user | do something | complete something |"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"| `*` | user with specific information | sort something | find something |"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"*{More to be added}*"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"### Use cases"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"(For all use cases below, the **System** is the `ProjectEx` and the **Actor** is the `User`, unless specified otherwise)"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Use case 1: Do something**\"\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" "},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"**MSS**"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":"1. User requests ProjectEx"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"1. ProjectEx provides response"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" Use case ends."},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"**Extensions**"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"* 2a. Requests fails."},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" Use case ends."},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"* 2b. User request is invalid."},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" * 2b1. ProjectEx shows an error message."},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" Use case resumes at step 2."},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":"*{More to be added}*"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":"### Non-Functional Requirements"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":"1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed."},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":"2. Should be able to hold up to 1000 persons without a noticeable sluggishness in performance for typical usage."},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":"*{More to be added}*"}],"authorContributionMap":{"KevinEyo1":75}},{"path":"packages/core/template/project/developerGuide/SettingUp.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Setting up and getting started\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Setting up and getting started"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to help developers with setting up the project in their local environment."},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"## Setting up the project in your computer"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"**Caution:**"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"Follow the steps in the following guide precisely. Things will not work out if you deviate in some steps."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"First, **fork** the project repo, and **clone** the fork into your computer."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"\u003cpopover id\u003d\"pop:trigger_id\" content\u003d\"eg. `init` or `build` commands\"\u003e\u003c/popover\u003e"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"(Example) Steps to setup the project environment:"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"1. **Download packages**: Run `npm install` to download the required packages."},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"1. **Run setup commands**: Run \u003ctrigger for\u003d\"pop:trigger_id\"\u003ecommands\u003c/trigger\u003e needed to setup the project."},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" \u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" Note: Remember to run commands from the appropriate directory."},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" \u003c/box\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"1. **Configure files**: Edit config files according to your needs. For example, changing the `appTitle` in `config.js` to match your project name."},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"1. **Verify the setup (optional)**:"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" 1. Run the `build` and `serve` commands, ensuring that the site properly deploys on your local host."},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" 1. [Run the tests](Testing.md) to ensure they all pass."},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"## Before writing code"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"1. **Configure the coding style**"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" Configure your VSCode or IDEA checkstyle to allign with the project\u0027s coding style."},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" **Tip:**"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" You can easily customize your IDE\u0027s coding style through settings."},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \u003c/box\u003e"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"1. **Set up CI**"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" This project comes with a GitHub Actions config files (in `.github/workflows` folder). When GitHub detects those files, it will run the CI for your project automatically at each push to the `master` branch or to any PR. No set up required."},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"1. **Learn the design**"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [ProjectEx’s architecture](Design.md#Architecture)."},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"1. **Do the tutorial**"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" The [Tracing Code tutorial](TracingCode.md) can help you get acquainted with the codebase."},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":63}},{"path":"packages/core/template/project/developerGuide/Testing.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Testing guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Testing guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand the testing processes."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"## Running tests"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"* **Method 1: Using script**"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" * Create script for running tests in package.json"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" * Open a console and run the command for the script, like `npm run test`"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"## Types of tests"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"This project has two types of tests:"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**1. Unit tests**\"\u003e"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"These tests target the lowest level methods/classes.\u003cbr\u003e"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"Example command (replace with your own): `npm run test`"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**2. Integration tests**\"\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"These tests are checking the integration of multiple code units (those code units are assumed to be working)."},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"KevinEyo1":33}},{"path":"packages/core/template/project/developerGuide/TracingCode.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Tutorial: Tracing code\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Tutorial: Tracing code"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003e Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. …​\\[Therefore,\\] making it easy to read makes it easier to write."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"\u003e — Robert C. Martin Clean Code: A Handbook of Agile Software Craftsmanship"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"This page can be taken as a reference on a tutorial on how to trace the execution path of a user command through the codebase of the App."},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"To understand an unfamiliar codebase, one strategy is to trace some representative execution path through the codebase using a debugger."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"## Before we start"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"Before we jump into the code, it is useful to get an idea of the overall structure and the high-level behavior of the application."},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"Architecture diagrams can be easily utilised with the [`puml`](https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams) tag. The `src` attribute specifies the path to the PlantUML file."},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"\u003cpuml src\u003d\"../diagrams/example.puml\" width\u003d300 /\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"Before we proceed, ensure that you have done the following:"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"1. Read the [*Architecture* section of the DG](Design.html#architecture)"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"1. Set up the project in your preferred IDE"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"## Setting a breakpoint"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"As you know, the first step of debugging is to put in a breakpoint where you want the debugger to pause the execution."},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** You can use a combination of Markbind\u0027s [**Images and Diagrams** features](https://markbind.org/userGuide/components/imagesAndDiagrams.html) such as `puml` and `pic` tags to provide a visual representation of the steps to be taken. [**Code blocks**](https://markbind.org/userGuide/formattingContents.html#code) can also be used as shown below."},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"```java"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"public interface Example {"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" /**"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" * Executes returns the output."},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" * @param exampleInput The input as entered by the user."},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" * @return The example output."},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" * @throws ExampleException If an error occurs."},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" ExampleOutput execute(String exampleInput) throws ExampleException;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"..."},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"```"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"## Tracing the execution path"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** You can use a list of steps to guide the reader through the process of tracing the execution path. This can be done using Markbind\u0027s [**Lists** feature](https://markbind.org/userGuide/formattingContents.html#lists)."},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":"1. Firstly, do this."},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":"1. Next, do that."},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":"1. Finally, do this."}],"authorContributionMap":{"KevinEyo1":71}},{"path":"packages/core/template/project/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"# ProjectEx"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"[![CI Status](https://github.com/MarkBind/markbind/workflows/CI/badge.svg)](https://github.com/MarkBind/markbind/actions)"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"[![codecov](https://codecov.io/gh/MarkBind/markbind/branch/master/graph/badge.svg)](https://codecov.io/gh/MarkBind/markbind)"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003cpic src\u003d\"images/SeEduLogo.png\" width\u003d\"200px\" style\u003d\"margin-bottom: 20px;\"\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"Project Onboarding Screen"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"\u003c/pic\u003e"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"**ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation.** "},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"Take this template as a _starting point_ for your project documentation, taking reference of what would be in a typical project documentation site, replacing the content with your own."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"* If you are interested in using ProjectEx, head over to the [_Quick Start_ section of the **User Guide**](userGuide/QuickStart.html)."},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"* If you are interested about contributing to developing ProjectEx, the [**Developer Guide**](developerGuide/DeveloperGuide.html) is a good place to start."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"**Acknowledgements**"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"Remember to replace the following with your own acknowledgements."},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)"}],"authorContributionMap":{"KevinEyo1":31}},{"path":"packages/core/template/project/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"{"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" \"titlePrefix\": \"\","},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" \"titleSuffix\": \"ProjectEx\","},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" \"faviconPath\": \"images/SeEduLogo.png\","},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" \"style\": {"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" \"codeTheme\": \"light\""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" \"ignore\": ["},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" \"_markbind/layouts/*\","},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" \"_markbind/logs/*\","},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" \"_site/*\","},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" \"site.json\","},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" \"*.md\","},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \"*.njk\","},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" \".git/*\","},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" \"node_modules/*\""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" ],"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" \"pagesExclude\": [\"node_modules/*\"],"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" \"pages\": ["},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" \"glob\": [\"**/index.md\", \"**/*.md\"]"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" ],"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" \"deploy\": {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" \"message\": \"Site Update.\""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" \"timeZone\": \"Asia/Singapore\""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":29}},{"path":"packages/core/template/project/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":".nav-component {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" .indented {"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 10px;"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" #content-wrapper {"},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" padding: 0 10px;"},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":"/* Hide site navigation when printing */"},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":"@media print {"},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":125,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":126,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":127,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":"h2,"},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":"h3,"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":"h4,"},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":"h5,"},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":"h6 {"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":" color: #e46c0a;"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":137,"-":1}},{"path":"packages/core/template/project/team/AboutUs.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"About Us\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"# About Us"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"This section describes the contributors of your app."},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"We are a team based in [Organisation A](#project-team)."},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"You can reach us at the email `organisationa@gmail.sg`"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"## Project team"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"### John Doe"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"This img uses the `placeholderImage` defined in the `_markbind/variables.md` file."},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"[[homepage](http://www.comp.nus.edu.sg/~damithch)]"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"[[github](https://github.com/johndoe)]"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"* Role: Project Advisor"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"### Jane Doe"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":"* Role: Team Lead"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: UI"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"### Johnny Doe"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"* Role: Developer"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: Data"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"### Jean Doe"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"* Role: Developer"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: Dev Ops + Threading"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"### James Doe"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":"* Role: Developer"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: UI"}],"authorContributionMap":{"KevinEyo1":71}},{"path":"packages/core/template/project/team/johndoe.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Portfolio Page\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"### Project: ProjectEx"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of."},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" Content can be easily be replaced by the user\u0027s project information and context."},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"Given below are my contributions to the project."},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"* **New Feature**: Feature X"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" * What it does: This feature does a thing"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" * Justification: This feature is important because..."},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" * Highlights:"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" * Point 1"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" * Point 2"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" * Credits: *{mention here for reused code/ideas or use of a third-party library}*"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"* **Code contributed**: [Github Repo]()"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"* **Project management**:"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" * Managed releases `v1.3` - `v1.5rc` (3 releases) on GitHub"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* **Enhancements to existing features**:"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" * Wrote additional tests, increasing coverage to 92% (Pull requests [\\#36](), [\\#38]())"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"* **Documentation**:"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" * User Guide:"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" * Added documentation for feature [\\#72]()"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" * Developer Guide:"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" * Added implementation details of feature."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"* **Community**:"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" * PRs reviewed (with non-trivial review comments): [\\#12](), [\\#32](), [\\#19](), [\\#42]()"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" * Contributed to forum discussions (examples: [1](), [2](), [3](), [4]())"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"* **Tools**:"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" * Integrated a third party library (Natty) to the project ([\\#42]())"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"* _{ You can add/remove categories in the list above }_"}],"authorContributionMap":{"KevinEyo1":45}},{"path":"packages/core/template/project/userGuide/FAQ.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"FAQ\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# FAQ"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section answers common questions about the app or specific features."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Question:** How do I learn to use this project?\"\u003e"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"**Answer:** Refer to the [User Guide](../userGuide/UserGuide.md)."},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Question:** How do I contribute to this project?\"\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"**Answer:** Refer to the [Developer Guide](../developerGuide/DeveloperGuide.md)."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"KevinEyo1":20}},{"path":"packages/core/template/project/userGuide/Features.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Features\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Features"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"**Notes about the app usage**\u003cbr\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"* General information about the app\u0027s features."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"* General tips about how to use the app efficiently."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"* Warnings that may lead to issues and how to avoid them."},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"### FeatureX"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"Description of feature."},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"A visual representation of the feature can be shown here."},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"* List of primary information about the feature"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* How to use the feature"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"* How the feature works"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"* Limitations of feature"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"**Caution:**"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"Things to avoid when using the feature."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"### Y Feature"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"Description of feature."},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"Feature Examples\"\u003e"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"Examples of how to use the feature."},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** Secondary information about feature usage."},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"### Future Feature Z `[coming in v2.0]`"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"_Details coming soon ..._"}],"authorContributionMap":{"KevinEyo1":54}},{"path":"packages/core/template/project/userGuide/QuickStart.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Quick Start\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Quick start"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section can be used to help users get started with the application quickly."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"1. Ensure you have Java `11` and Node.js `v16` and above installed in your Computer."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"1. Open a command terminal and run necessary setup commands like `npm run setup`."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"1. Refer to the [Features](Features.html) section for details of the app\u0027s features."}],"authorContributionMap":{"KevinEyo1":17}},{"path":"packages/core/template/project/userGuide/UserGuide.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"User Guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# ProjectEx User Guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of."},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"## Introduction"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"Welcome to the User Guide. This comprehensive resource is designed to assist you in navigating and utilizing our software to its fullest potential."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"## Purpose of this Guide"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"This guide aims to:"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"1. Equip users with the necessary knowledge."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"1. Offer step-by-step instructions for common tasks and operations."},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"1. Provide tips and tricks to streamline the user experience."}],"authorContributionMap":{"KevinEyo1":22}},{"path":"packages/vue-components/src/Box.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":3,"author":{"gitId":"-"},"content":" :class\u003d\"["},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u0027alert box-container\u0027,"},{"lineNumber":5,"author":{"gitId":"-"},"content":" containerStyle(),"},{"lineNumber":6,"author":{"gitId":"-"},"content":" addClass,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" { \u0027d-flex\u0027: seamlessHeaderBool() },"},{"lineNumber":8,"author":{"gitId":"-"},"content":" ]\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" :style\u003d\"customStyle()\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003c!--Icon and vertical divider for seamless header box--\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"seamlessHeaderBool()\" class\u003d\"d-flex\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":14,"author":{"gitId":"-"},"content":" v-if\u003d\"iconBool()\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027icon-wrapper\u0027, iconStyle()]\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" :style\u003d\"customIconColorStyle()\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"icon\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003ci :class\u003d\"[\u0027fas\u0027, getFontAwesomeIconStyle()]\"\u003e\u003c/i\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":23,"author":{"gitId":"-"},"content":" class\u003d\"vertical-divider\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" :class\u003d\"getBootstrapAlertStyle()\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" aria-hidden\u003d\"true\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"header-and-body\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c!-- Header wrapper, not rendered if there is no header attribute --\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":32,"author":{"gitId":"-"},"content":" v-if\u003d\"headerBool()\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027box-header-wrapper\u0027, { \u0027alert-dismissible\u0027: dismissible }]\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c!-- icon on the left of the header --\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":37,"author":{"gitId":"-"},"content":" v-if\u003d\"iconBool() \u0026\u0026 !seamlessHeaderBool()\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027icon-wrapper\u0027, iconStyle()]\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" :style\u003d\"customIconColorStyle()\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"icon\"\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003ci :class\u003d\"[\u0027fas\u0027, getFontAwesomeIconStyle()]\"\u003e\u003c/i\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003c!-- header --\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"box-header\"\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003c!-- dismiss button to the right of the header --\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":53,"author":{"gitId":"-"},"content":" v-if\u003d\"dismissible\""},{"lineNumber":54,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":55,"author":{"gitId":"-"},"content":" class\u003d\"btn-close close-with-heading\""},{"lineNumber":56,"author":{"gitId":"-"},"content":" data-bs-dismiss\u003d\"alert\""},{"lineNumber":57,"author":{"gitId":"-"},"content":" aria-label\u003d\"Close\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c!-- Body wrapper --\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":64,"author":{"gitId":"-"},"content":" :class\u003d\"["},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u0027box-body-wrapper\u0027,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u0027alert-dismissible\u0027: dismissible \u0026\u0026 !headerBool(),"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u0027box-body-wrapper-with-heading\u0027: headerBool(),"},{"lineNumber":69,"author":{"gitId":"-"},"content":" },"},{"lineNumber":70,"author":{"gitId":"-"},"content":" ]\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003c!-- icon on the left, not shown if there is a header --\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":74,"author":{"gitId":"-"},"content":" v-if\u003d\"iconBool() \u0026\u0026 !headerBool()\""},{"lineNumber":75,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027icon-wrapper\u0027, iconStyle()]\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" :style\u003d\"customIconColorStyle()\""},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"icon\"\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003ci :class\u003d\"[\u0027fas\u0027, getFontAwesomeIconStyle()]\"\u003e\u003c/i\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003c!-- Icon -- content divider for seamless boxes without the header attribute --\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":85,"author":{"gitId":"-"},"content":" v-if\u003d\"seamlessNoHeaderBool()\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" class\u003d\"vertical-divider\""},{"lineNumber":87,"author":{"gitId":"-"},"content":" :class\u003d\"getBootstrapAlertStyle()\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" aria-hidden\u003d\"true\""},{"lineNumber":89,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":" \u003c!-- Content wrapper --\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"contents\" :style\u003d\"customColorStyle()\"\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c!-- dismiss button on the right, not shown if there is a header --\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":98,"author":{"gitId":"-"},"content":" v-if\u003d\"dismissible \u0026\u0026 !headerBool()\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" class\u003d\"btn-close\""},{"lineNumber":101,"author":{"gitId":"-"},"content":" data-bs-dismiss\u003d\"alert\""},{"lineNumber":102,"author":{"gitId":"-"},"content":" aria-label\u003d\"Close\""},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"import { classifyBootstrapStyle } from \u0027./utils/utils\u0027;"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" dismissible: {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":117,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":118,"author":{"gitId":"-"},"content":" },"},{"lineNumber":119,"author":{"gitId":"-"},"content":" backgroundColor: {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":121,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":122,"author":{"gitId":"-"},"content":" },"},{"lineNumber":123,"author":{"gitId":"-"},"content":" borderColor: {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":125,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":126,"author":{"gitId":"-"},"content":" },"},{"lineNumber":127,"author":{"gitId":"-"},"content":" borderLeftColor: {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":129,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" color: {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":133,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":134,"author":{"gitId":"-"},"content":" },"},{"lineNumber":135,"author":{"gitId":"-"},"content":" icon: {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":137,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":138,"author":{"gitId":"-"},"content":" },"},{"lineNumber":139,"author":{"gitId":"-"},"content":" iconSize: {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":141,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":142,"author":{"gitId":"-"},"content":" },"},{"lineNumber":143,"author":{"gitId":"-"},"content":" iconColor: {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":145,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":146,"author":{"gitId":"-"},"content":" },"},{"lineNumber":147,"author":{"gitId":"-"},"content":" type: {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":149,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":150,"author":{"gitId":"-"},"content":" },"},{"lineNumber":151,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":152,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":153,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":154,"author":{"gitId":"-"},"content":" },"},{"lineNumber":155,"author":{"gitId":"-"},"content":" light: {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":157,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":158,"author":{"gitId":"-"},"content":" },"},{"lineNumber":159,"author":{"gitId":"-"},"content":" seamless: {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":161,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":162,"author":{"gitId":"-"},"content":" },"},{"lineNumber":163,"author":{"gitId":"-"},"content":" noIcon: {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":165,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":166,"author":{"gitId":"-"},"content":" },"},{"lineNumber":167,"author":{"gitId":"-"},"content":" noBackground: {"},{"lineNumber":168,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":169,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":170,"author":{"gitId":"-"},"content":" },"},{"lineNumber":171,"author":{"gitId":"-"},"content":" noBorder: {"},{"lineNumber":172,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":173,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":174,"author":{"gitId":"-"},"content":" },"},{"lineNumber":175,"author":{"gitId":"-"},"content":" theme: {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":177,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":178,"author":{"gitId":"-"},"content":" },"},{"lineNumber":179,"author":{"gitId":"-"},"content":" },"},{"lineNumber":180,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" bootStrapStyle() {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" return classifyBootstrapStyle(this.type, this.theme);"},{"lineNumber":183,"author":{"gitId":"-"},"content":" },"},{"lineNumber":184,"author":{"gitId":"-"},"content":" },"},{"lineNumber":185,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" isSeamless() {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" return !this.light \u0026\u0026 this.seamless;"},{"lineNumber":188,"author":{"gitId":"-"},"content":" },"},{"lineNumber":189,"author":{"gitId":"-"},"content":" seamlessNoHeaderBool() {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" return this.isSeamless() \u0026\u0026 !this.headerBool();"},{"lineNumber":191,"author":{"gitId":"-"},"content":" },"},{"lineNumber":192,"author":{"gitId":"-"},"content":" seamlessHeaderBool() {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" return this.isSeamless() \u0026\u0026 this.headerBool();"},{"lineNumber":194,"author":{"gitId":"-"},"content":" },"},{"lineNumber":195,"author":{"gitId":"-"},"content":" headerBool() {"},{"lineNumber":196,"author":{"gitId":"-"},"content":" return !!this.$scopedSlots.header;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" },"},{"lineNumber":198,"author":{"gitId":"-"},"content":" iconBool() {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" // this.$scopedSlots.icon is either undefined or an object"},{"lineNumber":200,"author":{"gitId":"-"},"content":" const isIconSlotFilled \u003d !!this.$scopedSlots.icon;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" return (!this.noIcon \u0026\u0026 this.type) || isIconSlotFilled;"},{"lineNumber":202,"author":{"gitId":"-"},"content":" },"},{"lineNumber":203,"author":{"gitId":"-"},"content":" containerStyle() {"},{"lineNumber":204,"author":{"gitId":"-"},"content":" let containerStyle;"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" if (this.light) {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" containerStyle \u003d `${this.getBootstrapBorderStyle()} alert-border-left`;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" } else if (this.seamless) {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" containerStyle \u003d \u0027seamless\u0027;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" containerStyle \u003d this.getBootstrapAlertStyle();"},{"lineNumber":212,"author":{"gitId":"-"},"content":" }"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":" if (this.noBackground) {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" containerStyle +\u003d \u0027 no-background\u0027;"},{"lineNumber":216,"author":{"gitId":"-"},"content":" }"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":" if (this.noBorder) {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" containerStyle +\u003d \u0027 no-border\u0027;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" }"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":" return containerStyle;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" customStyle() {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" const style \u003d {};"},{"lineNumber":226,"author":{"gitId":"-"},"content":" if (this.backgroundColor) {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" style.backgroundColor \u003d this.backgroundColor;"},{"lineNumber":228,"author":{"gitId":"-"},"content":" style.borderColor \u003d this.backgroundColor;"},{"lineNumber":229,"author":{"gitId":"-"},"content":" }"},{"lineNumber":230,"author":{"gitId":"-"},"content":" if (this.borderColor) {"},{"lineNumber":231,"author":{"gitId":"-"},"content":" style.border \u003d `1px solid ${this.borderColor}`;"},{"lineNumber":232,"author":{"gitId":"-"},"content":" }"},{"lineNumber":233,"author":{"gitId":"-"},"content":" if (this.borderLeftColor) {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" style.borderLeft \u003d `5px solid ${this.borderLeftColor}`;"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }"},{"lineNumber":236,"author":{"gitId":"-"},"content":" return style;"},{"lineNumber":237,"author":{"gitId":"-"},"content":" },"},{"lineNumber":238,"author":{"gitId":"-"},"content":" customColorStyle() {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" if (this.color) {"},{"lineNumber":240,"author":{"gitId":"-"},"content":" return { color: this.color };"},{"lineNumber":241,"author":{"gitId":"-"},"content":" }"},{"lineNumber":242,"author":{"gitId":"-"},"content":" return {};"},{"lineNumber":243,"author":{"gitId":"-"},"content":" },"},{"lineNumber":244,"author":{"gitId":"-"},"content":" iconStyle() {"},{"lineNumber":245,"author":{"gitId":"-"},"content":" let iconStyle \u003d \u0027\u0027;"},{"lineNumber":246,"author":{"gitId":"-"},"content":" if (this.iconSize) {"},{"lineNumber":247,"author":{"gitId":"-"},"content":" iconStyle +\u003d `fa-${this.iconSize}`;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" }"},{"lineNumber":249,"author":{"gitId":"-"},"content":""},{"lineNumber":250,"author":{"gitId":"-"},"content":" if (this.light || this.seamless) {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" iconStyle +\u003d ` ${this.getBootstrapTextStyle()}`;"},{"lineNumber":252,"author":{"gitId":"-"},"content":" }"},{"lineNumber":253,"author":{"gitId":"-"},"content":""},{"lineNumber":254,"author":{"gitId":"-"},"content":" return iconStyle;"},{"lineNumber":255,"author":{"gitId":"-"},"content":" },"},{"lineNumber":256,"author":{"gitId":"-"},"content":" customIconColorStyle() {"},{"lineNumber":257,"author":{"gitId":"-"},"content":" if (this.iconColor) {"},{"lineNumber":258,"author":{"gitId":"-"},"content":" return { color: `${this.iconColor}!important` };"},{"lineNumber":259,"author":{"gitId":"-"},"content":" }"},{"lineNumber":260,"author":{"gitId":"-"},"content":" return {};"},{"lineNumber":261,"author":{"gitId":"-"},"content":" },"},{"lineNumber":262,"author":{"gitId":"-"},"content":" getBootstrapAlertStyle() {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" return `alert-${this.bootStrapStyle.style}`;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" },"},{"lineNumber":265,"author":{"gitId":"-"},"content":" getBootstrapTextStyle() {"},{"lineNumber":266,"author":{"gitId":"-"},"content":" return `text-${this.bootStrapStyle.style}`;"},{"lineNumber":267,"author":{"gitId":"-"},"content":" },"},{"lineNumber":268,"author":{"gitId":"-"},"content":" getBootstrapBorderStyle() {"},{"lineNumber":269,"author":{"gitId":"-"},"content":" return `border-${this.bootStrapStyle.style}`;"},{"lineNumber":270,"author":{"gitId":"-"},"content":" },"},{"lineNumber":271,"author":{"gitId":"-"},"content":" getFontAwesomeIconStyle() {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" return this.bootStrapStyle.icon;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" },"},{"lineNumber":274,"author":{"gitId":"-"},"content":" },"},{"lineNumber":275,"author":{"gitId":"-"},"content":"};"},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":279,"author":{"gitId":"-"},"content":" .box-container {"},{"lineNumber":280,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":281,"author":{"gitId":"-"},"content":" border-radius: 6px;"},{"lineNumber":282,"author":{"gitId":"-"},"content":" }"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":" .box-header-wrapper {"},{"lineNumber":285,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":286,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":287,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":288,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":289,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.4rem 1.25rem 0.28rem;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" border-radius: 6px 6px 0 0;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .box-body-wrapper {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" padding: 0.75rem 1.25rem;"},{"lineNumber":298,"author":{"gitId":"-"},"content":" }"},{"lineNumber":299,"author":{"gitId":"-"},"content":""},{"lineNumber":300,"author":{"gitId":"-"},"content":" .box-container.seamless \u003e .header-and-body \u003e .box-body-wrapper {"},{"lineNumber":301,"author":{"gitId":"-"},"content":" padding: 0.75rem 0.5rem;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" }"},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":" .contents {"},{"lineNumber":305,"author":{"gitId":"-"},"content":" padding: 0 6px;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":307,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":308,"author":{"gitId":"-"},"content":" }"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" .box-container.seamless \u003e .header-and-body \u003e div.box-body-wrapper \u003e .contents {"},{"lineNumber":311,"author":{"gitId":"-"},"content":" padding-left: 12px;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" }"},{"lineNumber":313,"author":{"gitId":"-"},"content":""},{"lineNumber":314,"author":{"gitId":"-"},"content":" .heading {"},{"lineNumber":315,"author":{"gitId":"-"},"content":" display: inline;"},{"lineNumber":316,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":317,"author":{"gitId":"-"},"content":" font-weight: normal;"},{"lineNumber":318,"author":{"gitId":"-"},"content":" color: inherit;"},{"lineNumber":319,"author":{"gitId":"LamJiuFong"},"content":" background-color: rgb(240 240 240 / 60%);"},{"lineNumber":320,"author":{"gitId":"-"},"content":" width: auto;"},{"lineNumber":321,"author":{"gitId":"LamJiuFong"},"content":" padding: 3px 5px 4px;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" border-width: 0;"},{"lineNumber":323,"author":{"gitId":"LamJiuFong"},"content":" border-radius: 0 6px;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" margin: -13px -27px 0 15px;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" }"},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":" .box-body-wrapper-with-heading {"},{"lineNumber":328,"author":{"gitId":"-"},"content":" padding-top: 0.5rem;"},{"lineNumber":329,"author":{"gitId":"-"},"content":" }"},{"lineNumber":330,"author":{"gitId":"-"},"content":""},{"lineNumber":331,"author":{"gitId":"-"},"content":" .alert-dismissible {"},{"lineNumber":332,"author":{"gitId":"-"},"content":" padding-right: 4rem;"},{"lineNumber":333,"author":{"gitId":"-"},"content":" }"},{"lineNumber":334,"author":{"gitId":"-"},"content":""},{"lineNumber":335,"author":{"gitId":"-"},"content":" .box-header {"},{"lineNumber":336,"author":{"gitId":"-"},"content":" font-weight: 500;"},{"lineNumber":337,"author":{"gitId":"-"},"content":" }"},{"lineNumber":338,"author":{"gitId":"-"},"content":""},{"lineNumber":339,"author":{"gitId":"-"},"content":" .icon-wrapper {"},{"lineNumber":340,"author":{"gitId":"-"},"content":" display: inline;"},{"lineNumber":341,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":342,"author":{"gitId":"-"},"content":" margin-right: 0.5em;"},{"lineNumber":343,"author":{"gitId":"-"},"content":" min-width: 1em;"},{"lineNumber":344,"author":{"gitId":"-"},"content":" }"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":" .close-with-heading {"},{"lineNumber":347,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":348,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":349,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":350,"author":{"gitId":"-"},"content":" padding: 1rem;"},{"lineNumber":351,"author":{"gitId":"-"},"content":" }"},{"lineNumber":352,"author":{"gitId":"-"},"content":""},{"lineNumber":353,"author":{"gitId":"-"},"content":" .close-with-heading \u003e span {"},{"lineNumber":354,"author":{"gitId":"-"},"content":" vertical-align: text-top;"},{"lineNumber":355,"author":{"gitId":"-"},"content":" }"},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":" .alert-dismissible .btn-close {"},{"lineNumber":358,"author":{"gitId":"-"},"content":" padding: 1rem;"},{"lineNumber":359,"author":{"gitId":"-"},"content":" }"},{"lineNumber":360,"author":{"gitId":"-"},"content":""},{"lineNumber":361,"author":{"gitId":"-"},"content":" .contents \u003e :last-child {"},{"lineNumber":362,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":363,"author":{"gitId":"-"},"content":" }"},{"lineNumber":364,"author":{"gitId":"-"},"content":""},{"lineNumber":365,"author":{"gitId":"-"},"content":" .alert-default {"},{"lineNumber":366,"author":{"gitId":"-"},"content":" color: #24292e;"},{"lineNumber":367,"author":{"gitId":"-"},"content":" background-color: #f6f8fa;"},{"lineNumber":368,"author":{"gitId":"-"},"content":" border-color: #e8ebef;"},{"lineNumber":369,"author":{"gitId":"-"},"content":" }"},{"lineNumber":370,"author":{"gitId":"-"},"content":""},{"lineNumber":371,"author":{"gitId":"-"},"content":" .alert-border-left {"},{"lineNumber":372,"author":{"gitId":"-"},"content":" background-color: #f9f8f8;"},{"lineNumber":373,"author":{"gitId":"-"},"content":" border-left: solid;"},{"lineNumber":374,"author":{"gitId":"-"},"content":" border-width: 0 0 0 5px;"},{"lineNumber":375,"author":{"gitId":"-"},"content":" }"},{"lineNumber":376,"author":{"gitId":"-"},"content":""},{"lineNumber":377,"author":{"gitId":"-"},"content":" .vertical-divider {"},{"lineNumber":378,"author":{"gitId":"-"},"content":" width: 4px;"},{"lineNumber":379,"author":{"gitId":"-"},"content":" }"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":" .horizontal-divider {"},{"lineNumber":382,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":383,"author":{"gitId":"-"},"content":" width: calc(100% - 2.5rem);"},{"lineNumber":384,"author":{"gitId":"-"},"content":" height: 3px;"},{"lineNumber":385,"author":{"gitId":"-"},"content":" }"},{"lineNumber":386,"author":{"gitId":"-"},"content":""},{"lineNumber":387,"author":{"gitId":"-"},"content":" .no-background {"},{"lineNumber":388,"author":{"gitId":"-"},"content":" background: none;"},{"lineNumber":389,"author":{"gitId":"-"},"content":" }"},{"lineNumber":390,"author":{"gitId":"-"},"content":""},{"lineNumber":391,"author":{"gitId":"-"},"content":" .no-border {"},{"lineNumber":392,"author":{"gitId":"-"},"content":" border: none;"},{"lineNumber":393,"author":{"gitId":"-"},"content":" }"},{"lineNumber":394,"author":{"gitId":"-"},"content":""},{"lineNumber":395,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003c\u003d 768px) {"},{"lineNumber":396,"author":{"gitId":"-"},"content":" .box-header-wrapper {"},{"lineNumber":397,"author":{"gitId":"-"},"content":" padding: 0.75rem 0.75rem 0.1rem;"},{"lineNumber":398,"author":{"gitId":"-"},"content":" }"},{"lineNumber":399,"author":{"gitId":"-"},"content":""},{"lineNumber":400,"author":{"gitId":"-"},"content":" .box-body-wrapper {"},{"lineNumber":401,"author":{"gitId":"-"},"content":" padding: 0.75rem;"},{"lineNumber":402,"author":{"gitId":"-"},"content":" }"},{"lineNumber":403,"author":{"gitId":"-"},"content":""},{"lineNumber":404,"author":{"gitId":"-"},"content":" .contents {"},{"lineNumber":405,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":406,"author":{"gitId":"-"},"content":" }"},{"lineNumber":407,"author":{"gitId":"-"},"content":" }"},{"lineNumber":408,"author":{"gitId":"-"},"content":"\u003c/style\u003e"},{"lineNumber":409,"author":{"gitId":"-"},"content":""},{"lineNumber":410,"author":{"gitId":"-"},"content":"\u003c!-- TODO move this once we upgrade vue-loader version for scoped deep selectors --\u003e"},{"lineNumber":411,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":412,"author":{"gitId":"-"},"content":" div.box-header \u003e * {"},{"lineNumber":413,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":414,"author":{"gitId":"-"},"content":" }"},{"lineNumber":415,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":5,"-":410}},{"path":"packages/vue-components/src/Dropdown.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cli"},{"lineNumber":3,"author":{"gitId":"-"},"content":" v-if\u003d\"isLi\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"dropdown\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[{ \u0027disabled\u0027: disabledBool }, \u0027dropdown\u0027, addClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003ca"},{"lineNumber":9,"author":{"gitId":"-"},"content":" class\u003d\"dropdown-toggle nav-link\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" role\u003d\"button\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" :class\u003d\"{\u0027disabled\u0027: disabledBool}\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003csubmenu v-else-if\u003d\"isSubmenu\" ref\u003d\"submenu\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003ctemplate v-for\u003d\"(node, name) in $scopedSlots\" #[name]\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cslot :name\u003d\"name\"\u003e\u003c/slot\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/template\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/submenu\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":29,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":30,"author":{"gitId":"-"},"content":" ref\u003d\"dropdown\""},{"lineNumber":31,"author":{"gitId":"-"},"content":" :class\u003d\"[{ \u0027disabled\u0027: disabledBool }, \u0027btn-group\u0027, addClass]\""},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"before\"\u003e\u003c/slot\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":36,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" class\u003d\"btn dropdown-toggle\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[btnType, btnWithBefore, { \u0027dropdown-toggle-split\u0027: hasBefore }]\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" :disabled\u003d\"disabledBool\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" data-bs-reference\u003d\"parent\""},{"lineNumber":41,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"import Submenu from \u0027./Submenu.vue\u0027;"},{"lineNumber":56,"author":{"gitId":"-"},"content":"import { toBoolean } from \u0027./utils/utils\u0027;"},{"lineNumber":57,"author":{"gitId":"-"},"content":"import $ from \u0027./utils/NodeList\u0027;"},{"lineNumber":58,"author":{"gitId":"-"},"content":"import preventOverflowOnMobile from \u0027./utils/dropdown\u0027;"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" Submenu,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" disabled: {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" type: [Boolean, String],"},{"lineNumber":67,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" type: {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":71,"author":{"gitId":"-"},"content":" default: \u0027light\u0027,"},{"lineNumber":72,"author":{"gitId":"-"},"content":" },"},{"lineNumber":73,"author":{"gitId":"-"},"content":" menuAlignRight: {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":75,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" },"},{"lineNumber":77,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":79,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":80,"author":{"gitId":"-"},"content":" },"},{"lineNumber":81,"author":{"gitId":"-"},"content":" },"},{"lineNumber":82,"author":{"gitId":"-"},"content":" provide: { hasParentDropdown: true },"},{"lineNumber":83,"author":{"gitId":"-"},"content":" inject: {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" hasParentDropdown: {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":86,"author":{"gitId":"-"},"content":" },"},{"lineNumber":87,"author":{"gitId":"-"},"content":" isParentNavbar: {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":89,"author":{"gitId":"-"},"content":" },"},{"lineNumber":90,"author":{"gitId":"-"},"content":" },"},{"lineNumber":91,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":93,"author":{"gitId":"-"},"content":" show: false,"},{"lineNumber":94,"author":{"gitId":"-"},"content":" };"},{"lineNumber":95,"author":{"gitId":"-"},"content":" },"},{"lineNumber":96,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" btnType() {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" return `btn-${this.type}`;"},{"lineNumber":99,"author":{"gitId":"-"},"content":" },"},{"lineNumber":100,"author":{"gitId":"-"},"content":" disabledBool() {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" return toBoolean(this.disabled);"},{"lineNumber":102,"author":{"gitId":"-"},"content":" },"},{"lineNumber":103,"author":{"gitId":"-"},"content":" isLi() { return this.$parent._navbar || this.$parent.menu || this.$parent._tabset; },"},{"lineNumber":104,"author":{"gitId":"-"},"content":" isSubmenu() { return this.hasParentDropdown; },"},{"lineNumber":105,"author":{"gitId":"-"},"content":" menu() {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" return !this.$parent || this.$parent.navbar;"},{"lineNumber":107,"author":{"gitId":"-"},"content":" },"},{"lineNumber":108,"author":{"gitId":"-"},"content":" submenu() {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" return this.$parent \u0026\u0026 (this.$parent.menu || this.$parent.submenu);"},{"lineNumber":110,"author":{"gitId":"-"},"content":" },"},{"lineNumber":111,"author":{"gitId":"-"},"content":" slots() {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" return this.$scopedSlots.default;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" },"},{"lineNumber":114,"author":{"gitId":"-"},"content":" hasBefore() {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" return !!this.$scopedSlots.before;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" },"},{"lineNumber":117,"author":{"gitId":"-"},"content":" btnWithBefore() {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" return this.hasBefore ? \u0027btn-with-before\u0027 : \u0027\u0027;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" },"},{"lineNumber":120,"author":{"gitId":"-"},"content":" },"},{"lineNumber":121,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" blur() {"},{"lineNumber":123,"author":{"gitId":"-"},"content":" this.unblur();"},{"lineNumber":124,"author":{"gitId":"-"},"content":" this._hide \u003d setTimeout(() \u003d\u003e {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" this._hide \u003d null;"},{"lineNumber":126,"author":{"gitId":"-"},"content":" this.hideDropdownMenu();"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }, 100);"},{"lineNumber":128,"author":{"gitId":"-"},"content":" },"},{"lineNumber":129,"author":{"gitId":"-"},"content":" unblur() {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" if (this._hide) {"},{"lineNumber":131,"author":{"gitId":"-"},"content":" clearTimeout(this._hide);"},{"lineNumber":132,"author":{"gitId":"-"},"content":" this._hide \u003d null;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" }"},{"lineNumber":134,"author":{"gitId":"-"},"content":" },"},{"lineNumber":135,"author":{"gitId":"-"},"content":" hideDropdownMenu() {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" this.show \u003d false;"},{"lineNumber":137,"author":{"gitId":"-"},"content":" $(this.$refs.dropdown).findChildren(\u0027ul\u0027).each((ul) \u003d\u003e {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" ul.classList.toggle(\u0027show\u0027, false);"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 this.isParentNavbar) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" ul.style.removeProperty(\u0027left\u0027);"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":" });"},{"lineNumber":144,"author":{"gitId":"-"},"content":" },"},{"lineNumber":145,"author":{"gitId":"-"},"content":" showDropdownMenu() {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" this.show \u003d true;"},{"lineNumber":147,"author":{"gitId":"-"},"content":" $(this.$refs.dropdown).findChildren(\u0027ul\u0027).each((ul) \u003d\u003e {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" ul.classList.toggle(\u0027show\u0027, true);"},{"lineNumber":149,"author":{"gitId":"-"},"content":""},{"lineNumber":150,"author":{"gitId":"-"},"content":" // check if the dropdown is part of the sliding menu on mobile"},{"lineNumber":151,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 this.isParentNavbar) {"},{"lineNumber":152,"author":{"gitId":"-"},"content":" preventOverflowOnMobile(ul);"},{"lineNumber":153,"author":{"gitId":"-"},"content":" }"},{"lineNumber":154,"author":{"gitId":"-"},"content":" });"},{"lineNumber":155,"author":{"gitId":"-"},"content":" },"},{"lineNumber":156,"author":{"gitId":"-"},"content":" },"},{"lineNumber":157,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":158,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.dropdown);"},{"lineNumber":159,"author":{"gitId":"-"},"content":" if (this.$slots.button) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" // If the button is passed via props, manually add a data-bs-toggle"},{"lineNumber":161,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027.dropdown-toggle\u0027).forEach(child \u003d\u003e child.setAttribute(\u0027data-bs-toggle\u0027, \u0027dropdown\u0027));"},{"lineNumber":162,"author":{"gitId":"-"},"content":" }"},{"lineNumber":163,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" this.showDropdownMenu();"},{"lineNumber":165,"author":{"gitId":"-"},"content":" }"},{"lineNumber":166,"author":{"gitId":"-"},"content":" $el.onBlur(() \u003d\u003e { this.hideDropdownMenu(); }, false);"},{"lineNumber":167,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button.dropdown-toggle\u0027).on(\u0027click\u0027, (e) \u003d\u003e {"},{"lineNumber":168,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":169,"author":{"gitId":"-"},"content":" if (this.disabledBool) { return false; }"},{"lineNumber":170,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" this.hideDropdownMenu();"},{"lineNumber":172,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":173,"author":{"gitId":"-"},"content":" this.showDropdownMenu();"},{"lineNumber":174,"author":{"gitId":"-"},"content":" }"},{"lineNumber":175,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" });"},{"lineNumber":177,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027ul\u0027).on(\u0027click\u0027, \u0027li\u003ea\u0027, (e) \u003d\u003e {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" if (e.target.classList.contains(\u0027submenu-toggle\u0027)) { return; }"},{"lineNumber":179,"author":{"gitId":"-"},"content":" this.hideDropdownMenu();"},{"lineNumber":180,"author":{"gitId":"-"},"content":" });"},{"lineNumber":181,"author":{"gitId":"-"},"content":" },"},{"lineNumber":182,"author":{"gitId":"-"},"content":" beforeDestroy() {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.dropdown);"},{"lineNumber":184,"author":{"gitId":"-"},"content":" $el.offBlur();"},{"lineNumber":185,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).off();"},{"lineNumber":186,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027ul\u0027).off();"},{"lineNumber":187,"author":{"gitId":"-"},"content":" },"},{"lineNumber":188,"author":{"gitId":"-"},"content":"};"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":192,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 767px) {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" .navbar-default .dropdown {"},{"lineNumber":194,"author":{"gitId":"-"},"content":" position: static;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" }"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":" .navbar-default .dropdown-menu {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":199,"author":{"gitId":"-"},"content":" max-width: 100%;"},{"lineNumber":200,"author":{"gitId":"-"},"content":" max-height: 75vh;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":202,"author":{"gitId":"-"},"content":" overscroll-behavior: contain;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" }"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":" .navbar-default .dropdown-menu-end {"},{"lineNumber":206,"author":{"gitId":"-"},"content":" right: auto;"},{"lineNumber":207,"author":{"gitId":"-"},"content":" }"},{"lineNumber":208,"author":{"gitId":"-"},"content":" }"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":" .secret {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" clip: rect(0 0 0 0);"},{"lineNumber":213,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":214,"author":{"gitId":"-"},"content":" margin: -1px;"},{"lineNumber":215,"author":{"gitId":"-"},"content":" height: 1px;"},{"lineNumber":216,"author":{"gitId":"-"},"content":" width: 1px;"},{"lineNumber":217,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" }"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":" .btn-with-before {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" padding-left: 0.2rem;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" padding-right: 0.4rem;"},{"lineNumber":224,"author":{"gitId":"-"},"content":" }"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":" .dropdown-toggle {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":228,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":229,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":230,"author":{"gitId":"-"},"content":" }"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":" .navbar .dropdown-toggle {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" }"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":" .nav-link \u003e .nav-link {"},{"lineNumber":237,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":238,"author":{"gitId":"-"},"content":" }"},{"lineNumber":239,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":1,"-":238}},{"path":"packages/vue-components/src/Navbar.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cnav"},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"navbar\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027navbar\u0027, \u0027navbar-expand-md\u0027, \u0027d-print-none\u0027, themeOptions, addClass, fixedOptions]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"container-fluid\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"navbar-left\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"brand\"\u003e\u003c/slot\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cdiv ref\u003d\"navbarDefault\" class\u003d\"navbar-default\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"navbar-nav me-auto mt-2 mt-lg-0\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cul v-if\u003d\"slots.right\" class\u003d\"navbar-nav navbar-right\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"right\"\u003e\u003c/slot\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":23,"author":{"gitId":"-"},"content":" v-show\u003d\"isLowerNavbarShowing\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" ref\u003d\"lowerNavbar\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" class\u003d\"lower-navbar-container\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"lower-navbar\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003csite-nav-button /\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003cpage-nav-button /\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"import $ from \u0027./utils/NodeList\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"import { toBoolean } from \u0027./utils/utils\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":"import normalizeUrl from \u0027./utils/urls\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"import SiteNavButton from \u0027./SiteNavButton.vue\u0027;"},{"lineNumber":40,"author":{"gitId":"-"},"content":"import PageNavButton from \u0027./PageNavButton.vue\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" SiteNavButton,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" PageNavButton,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" },"},{"lineNumber":47,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" type: {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" default: \u0027primary\u0027,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" },"},{"lineNumber":52,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" fixed: {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" type: [Boolean, String],"},{"lineNumber":58,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":59,"author":{"gitId":"-"},"content":" },"},{"lineNumber":60,"author":{"gitId":"-"},"content":" defaultHighlightOn: {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" default: \u0027sibling-or-child\u0027,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" },"},{"lineNumber":65,"author":{"gitId":"-"},"content":" provide() {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" toggleLowerNavbar: this.toggleLowerNavbar,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" isParentNavbar: true,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" };"},{"lineNumber":70,"author":{"gitId":"-"},"content":" },"},{"lineNumber":71,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" id: \u0027bs-example-navbar-collapse-1\u0027,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" styles: {},"},{"lineNumber":75,"author":{"gitId":"-"},"content":" isLowerNavbarShowing: false,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" };"},{"lineNumber":77,"author":{"gitId":"-"},"content":" },"},{"lineNumber":78,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" fixedBool() {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" return toBoolean(this.fixed);"},{"lineNumber":81,"author":{"gitId":"-"},"content":" },"},{"lineNumber":82,"author":{"gitId":"-"},"content":" fixedOptions() {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" if (this.fixedBool) {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" return \u0027navbar-fixed\u0027;"},{"lineNumber":85,"author":{"gitId":"-"},"content":" }"},{"lineNumber":86,"author":{"gitId":"-"},"content":" return \u0027\u0027;"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" slots() {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" return this.$scopedSlots;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" },"},{"lineNumber":91,"author":{"gitId":"-"},"content":" themeOptions() {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" switch (this.type) {"},{"lineNumber":93,"author":{"gitId":"-"},"content":" case \u0027none\u0027:"},{"lineNumber":94,"author":{"gitId":"-"},"content":" return \u0027\u0027;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" case \u0027light\u0027:"},{"lineNumber":96,"author":{"gitId":"-"},"content":" return \u0027navbar-light bg-light\u0027;"},{"lineNumber":97,"author":{"gitId":"-"},"content":" case \u0027dark\u0027:"},{"lineNumber":98,"author":{"gitId":"-"},"content":" return \u0027navbar-dark bg-dark\u0027;"},{"lineNumber":99,"author":{"gitId":"-"},"content":" case \u0027primary\u0027:"},{"lineNumber":100,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":101,"author":{"gitId":"-"},"content":" return \u0027navbar-dark bg-primary\u0027;"},{"lineNumber":102,"author":{"gitId":"-"},"content":" }"},{"lineNumber":103,"author":{"gitId":"-"},"content":" },"},{"lineNumber":104,"author":{"gitId":"-"},"content":" },"},{"lineNumber":105,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" // Splits a normalised URL into its parts,"},{"lineNumber":107,"author":{"gitId":"-"},"content":" // e.g http://site.org/foo/bar/index.html -\u003e [\u0027foo\u0027,\u0027bar\u0027,\u0027index.html\u0027]"},{"lineNumber":108,"author":{"gitId":"-"},"content":" splitUrl(url) {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" const u \u003d new URL(normalizeUrl(url));"},{"lineNumber":110,"author":{"gitId":"-"},"content":" return `${u.pathname}`.substr(1).split(\u0027/\u0027);"},{"lineNumber":111,"author":{"gitId":"-"},"content":" },"},{"lineNumber":112,"author":{"gitId":"-"},"content":" isEqualExceptLast(hParts, uParts) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c hParts.length - 1; i +\u003d 1) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" if (hParts[i] !\u003d\u003d uParts[i]) {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":" }"},{"lineNumber":118,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" },"},{"lineNumber":120,"author":{"gitId":"-"},"content":" isSibling(url, href) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" const hParts \u003d this.splitUrl(href);"},{"lineNumber":122,"author":{"gitId":"-"},"content":" const uParts \u003d this.splitUrl(url);"},{"lineNumber":123,"author":{"gitId":"-"},"content":" if (hParts.length !\u003d\u003d uParts.length) {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":125,"author":{"gitId":"-"},"content":" }"},{"lineNumber":126,"author":{"gitId":"-"},"content":" return this.isEqualExceptLast(hParts, uParts);"},{"lineNumber":127,"author":{"gitId":"-"},"content":" },"},{"lineNumber":128,"author":{"gitId":"-"},"content":" isChild(url, href) {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const hParts \u003d this.splitUrl(href);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" const uParts \u003d this.splitUrl(url);"},{"lineNumber":131,"author":{"gitId":"-"},"content":" if (uParts.length \u003c\u003d hParts.length) {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" }"},{"lineNumber":134,"author":{"gitId":"-"},"content":" return this.isEqualExceptLast(hParts, uParts);"},{"lineNumber":135,"author":{"gitId":"-"},"content":" },"},{"lineNumber":136,"author":{"gitId":"-"},"content":" isExact(url, href) {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" return normalizeUrl(url) \u003d\u003d\u003d normalizeUrl(href);"},{"lineNumber":138,"author":{"gitId":"-"},"content":" },"},{"lineNumber":139,"author":{"gitId":"-"},"content":" addClassIfDropdown(dropdownLinks, a, li) {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (dropdownLinks.includes(a)) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" a.classList.add(\u0027dropdown-current\u0027);"},{"lineNumber":142,"author":{"gitId":"-"},"content":" this.addClassIfSubmenu(a, li);"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":" },"},{"lineNumber":145,"author":{"gitId":"-"},"content":" addClassIfSubmenu(a, li) {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" let el \u003d a.parentElement;"},{"lineNumber":147,"author":{"gitId":"-"},"content":" while (el !\u003d\u003d li) {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" if (el.classList.contains(\u0027dropdown-submenu\u0027)) {"},{"lineNumber":149,"author":{"gitId":"-"},"content":" $(el).findChildren(\u0027a\u0027).each(aChild \u003d\u003e aChild.classList.add(\u0027dropdown-current\u0027));"},{"lineNumber":150,"author":{"gitId":"-"},"content":" }"},{"lineNumber":151,"author":{"gitId":"-"},"content":" el \u003d el.parentElement;"},{"lineNumber":152,"author":{"gitId":"-"},"content":" }"},{"lineNumber":153,"author":{"gitId":"-"},"content":" },"},{"lineNumber":154,"author":{"gitId":"-"},"content":" highlightLink(url) {"},{"lineNumber":155,"author":{"gitId":"-"},"content":" const defHlMode \u003d this.defaultHighlightOn;"},{"lineNumber":156,"author":{"gitId":"-"},"content":" const navLis \u003d [];"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.$el.querySelectorAll(\u0027.navbar-nav\u0027).forEach(nav \u003d\u003e navLis.push(...Array.from(nav.children)));"},{"lineNumber":158,"author":{"gitId":"-"},"content":" // attempt an exact match first"},{"lineNumber":159,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c navLis.length; i +\u003d 1) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" const li \u003d navLis[i];"},{"lineNumber":161,"author":{"gitId":"-"},"content":" const standardLinks \u003d [li];"},{"lineNumber":162,"author":{"gitId":"-"},"content":" const navLinks \u003d Array.from(li.querySelectorAll(\u0027a.nav-link\u0027));"},{"lineNumber":163,"author":{"gitId":"-"},"content":" const dropdownLinks \u003d Array.from(li.querySelectorAll(\u0027a.dropdown-item\u0027));"},{"lineNumber":164,"author":{"gitId":"-"},"content":" const allNavLinks \u003d standardLinks.concat(navLinks).concat(dropdownLinks).filter(a \u003d\u003e a.href);"},{"lineNumber":165,"author":{"gitId":"-"},"content":" for (let j \u003d 0; j \u003c allNavLinks.length; j +\u003d 1) {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" const a \u003d allNavLinks[j];"},{"lineNumber":167,"author":{"gitId":"-"},"content":" const hlMode \u003d a.getAttribute(\u0027highlight-on\u0027) || defHlMode;"},{"lineNumber":168,"author":{"gitId":"-"},"content":" if (hlMode \u003d\u003d\u003d \u0027none\u0027) {"},{"lineNumber":169,"author":{"gitId":"-"},"content":" // eslint-disable-next-line no-continue"},{"lineNumber":170,"author":{"gitId":"-"},"content":" continue;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" }"},{"lineNumber":172,"author":{"gitId":"-"},"content":" // terminate early on an exact match"},{"lineNumber":173,"author":{"gitId":"-"},"content":" if (this.isExact(url, a.href)) {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":175,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":176,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" }"},{"lineNumber":178,"author":{"gitId":"-"},"content":" }"},{"lineNumber":179,"author":{"gitId":"-"},"content":" }"},{"lineNumber":180,"author":{"gitId":"-"},"content":" // fallback to user preference, otherwise"},{"lineNumber":181,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c navLis.length; i +\u003d 1) {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" const li \u003d navLis[i];"},{"lineNumber":183,"author":{"gitId":"-"},"content":" const standardLinks \u003d [li];"},{"lineNumber":184,"author":{"gitId":"-"},"content":" const navLinks \u003d Array.from(li.querySelectorAll(\u0027a.nav-link\u0027));"},{"lineNumber":185,"author":{"gitId":"-"},"content":" const dropdownLinks \u003d Array.from(li.querySelectorAll(\u0027a.dropdown-item\u0027));"},{"lineNumber":186,"author":{"gitId":"-"},"content":" const allNavLinks \u003d standardLinks.concat(navLinks).concat(dropdownLinks).filter(a \u003d\u003e a.href);"},{"lineNumber":187,"author":{"gitId":"-"},"content":" for (let j \u003d 0; j \u003c allNavLinks.length; j +\u003d 1) {"},{"lineNumber":188,"author":{"gitId":"-"},"content":" const a \u003d allNavLinks[j];"},{"lineNumber":189,"author":{"gitId":"-"},"content":" const hlMode \u003d a.getAttribute(\u0027highlight-on\u0027) || defHlMode;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" if (hlMode \u003d\u003d\u003d \u0027none\u0027) {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" // eslint-disable-next-line no-continue"},{"lineNumber":192,"author":{"gitId":"-"},"content":" continue;"},{"lineNumber":193,"author":{"gitId":"-"},"content":" }"},{"lineNumber":194,"author":{"gitId":"-"},"content":" // Ignores invalid navbar highlight rule"},{"lineNumber":195,"author":{"gitId":"-"},"content":" if (hlMode \u003d\u003d\u003d \u0027sibling-or-child\u0027) {"},{"lineNumber":196,"author":{"gitId":"-"},"content":" if (this.isSibling(url, a.href) || this.isChild(url, a.href)) {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":198,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":199,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":200,"author":{"gitId":"-"},"content":" }"},{"lineNumber":201,"author":{"gitId":"-"},"content":" } else if (hlMode \u003d\u003d\u003d \u0027sibling\u0027) {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" if (this.isSibling(url, a.href)) {"},{"lineNumber":203,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":204,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":205,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":206,"author":{"gitId":"-"},"content":" }"},{"lineNumber":207,"author":{"gitId":"-"},"content":" } else if (hlMode \u003d\u003d\u003d \u0027child\u0027) {"},{"lineNumber":208,"author":{"gitId":"-"},"content":" if (this.isChild(url, a.href)) {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":210,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":211,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" }"},{"lineNumber":213,"author":{"gitId":"-"},"content":" }"},{"lineNumber":214,"author":{"gitId":"-"},"content":" }"},{"lineNumber":215,"author":{"gitId":"-"},"content":" }"},{"lineNumber":216,"author":{"gitId":"-"},"content":" },"},{"lineNumber":217,"author":{"gitId":"-"},"content":" toggleLowerNavbar() {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" if (this.$refs.lowerNavbar.childElementCount \u003e 0) {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" this.isLowerNavbarShowing \u003d true;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":221,"author":{"gitId":"-"},"content":" this.isLowerNavbarShowing \u003d false;"},{"lineNumber":222,"author":{"gitId":"-"},"content":" }"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" },"},{"lineNumber":225,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":226,"author":{"gitId":"-"},"content":" this._navbar \u003d true;"},{"lineNumber":227,"author":{"gitId":"-"},"content":" },"},{"lineNumber":228,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":229,"author":{"gitId":"-"},"content":" const $dropdown \u003d $(\u0027.dropdown\u003e[data-bs-toggle\u003d\"dropdown\"]\u0027, this.$el).parent();"},{"lineNumber":230,"author":{"gitId":"-"},"content":" $dropdown.on(\u0027click\u0027, \u0027.dropdown-toggle\u0027, (e) \u003d\u003e {"},{"lineNumber":231,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":232,"author":{"gitId":"-"},"content":" $dropdown.each((content) \u003d\u003e {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" if (content.contains(e.target)) content.classList.toggle(\u0027open\u0027);"},{"lineNumber":234,"author":{"gitId":"-"},"content":" });"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }).on(\u0027click\u0027, \u0027.dropdown-menu\u003eli\u003ea\u0027, (e) \u003d\u003e {"},{"lineNumber":236,"author":{"gitId":"-"},"content":" $dropdown.each((content) \u003d\u003e {"},{"lineNumber":237,"author":{"gitId":"-"},"content":" if (content.contains(e.target)) content.classList.remove(\u0027open\u0027);"},{"lineNumber":238,"author":{"gitId":"-"},"content":" });"},{"lineNumber":239,"author":{"gitId":"-"},"content":" }).onBlur((e) \u003d\u003e {"},{"lineNumber":240,"author":{"gitId":"-"},"content":" $dropdown.each((content) \u003d\u003e {"},{"lineNumber":241,"author":{"gitId":"-"},"content":" if (!content.contains(e.target)) content.classList.remove(\u0027open\u0027);"},{"lineNumber":242,"author":{"gitId":"-"},"content":" });"},{"lineNumber":243,"author":{"gitId":"-"},"content":" });"},{"lineNumber":244,"author":{"gitId":"-"},"content":""},{"lineNumber":245,"author":{"gitId":"-"},"content":" // highlight current nav link"},{"lineNumber":246,"author":{"gitId":"-"},"content":" this.highlightLink(window.location.href);"},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":" // scroll default navbar horizontally to current link if it is beyond the current scroll"},{"lineNumber":249,"author":{"gitId":"-"},"content":" const currentNavlink \u003d $(this.$refs.navbarDefault).find(\u0027.current\u0027)[0];"},{"lineNumber":250,"author":{"gitId":"-"},"content":" if (currentNavlink \u0026\u0026 window.innerWidth \u003c 768"},{"lineNumber":251,"author":{"gitId":"-"},"content":" \u0026\u0026 currentNavlink.offsetLeft + currentNavlink.offsetWidth \u003e window.innerWidth) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" this.$refs.navbarDefault.scrollLeft \u003d currentNavlink.offsetLeft + currentNavlink.offsetWidth"},{"lineNumber":253,"author":{"gitId":"-"},"content":" - window.innerWidth;"},{"lineNumber":254,"author":{"gitId":"-"},"content":" }"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":" this.toggleLowerNavbar();"},{"lineNumber":257,"author":{"gitId":"-"},"content":" $(window).on(\u0027resize\u0027, this.toggleLowerNavbar);"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":" // scroll default navbar horizontally when mousewheel is scrolled"},{"lineNumber":260,"author":{"gitId":"-"},"content":" $(this.$refs.navbarDefault).on(\u0027wheel\u0027, (e) \u003d\u003e {"},{"lineNumber":261,"author":{"gitId":"-"},"content":" const isDropdown \u003d (nodes) \u003d\u003e {"},{"lineNumber":262,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c nodes.length; i +\u003d 1) {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" if (nodes[i].classList \u0026\u0026 nodes[i].classList.contains(\u0027dropdown-menu\u0027)) {"},{"lineNumber":264,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":265,"author":{"gitId":"-"},"content":" }"},{"lineNumber":266,"author":{"gitId":"-"},"content":" }"},{"lineNumber":267,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" };"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":" // prevent horizontal scrolling if the scroll is on dropdown menu"},{"lineNumber":271,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 !isDropdown(e.path)) {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":273,"author":{"gitId":"-"},"content":" this.$refs.navbarDefault.scrollLeft +\u003d e.deltaY;"},{"lineNumber":274,"author":{"gitId":"-"},"content":" }"},{"lineNumber":275,"author":{"gitId":"-"},"content":" });"},{"lineNumber":276,"author":{"gitId":"-"},"content":" },"},{"lineNumber":277,"author":{"gitId":"-"},"content":" beforeDestroy() {"},{"lineNumber":278,"author":{"gitId":"-"},"content":" $(\u0027.dropdown\u0027, this.$el).off(\u0027click\u0027).offBlur();"},{"lineNumber":279,"author":{"gitId":"-"},"content":" $(window).off(\u0027resize\u0027, this.toggleLowerNavbar);"},{"lineNumber":280,"author":{"gitId":"-"},"content":" $(this.$refs.navbarDefault).off(\u0027wheel\u0027);"},{"lineNumber":281,"author":{"gitId":"-"},"content":" },"},{"lineNumber":282,"author":{"gitId":"-"},"content":"};"},{"lineNumber":283,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":""},{"lineNumber":285,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":286,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 767px) {"},{"lineNumber":287,"author":{"gitId":"-"},"content":" .navbar {"},{"lineNumber":288,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":289,"author":{"gitId":"-"},"content":" padding-right: 0;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .navbar-left {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" max-width: 50%;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" order: 1;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" padding-left: 1rem;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" }"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":" .navbar-left * {"},{"lineNumber":300,"author":{"gitId":"-"},"content":" white-space: normal;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" }"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":" .navbar-right {"},{"lineNumber":304,"author":{"gitId":"-"},"content":" order: 1;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" max-width: 50%;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" padding: 0 16px;"},{"lineNumber":307,"author":{"gitId":"-"},"content":" }"},{"lineNumber":308,"author":{"gitId":"-"},"content":""},{"lineNumber":309,"author":{"gitId":"-"},"content":" .navbar-default {"},{"lineNumber":310,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":311,"author":{"gitId":"-"},"content":" margin-top: 0.3125rem;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":313,"author":{"gitId":"-"},"content":" order: 2;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" overflow-x: scroll;"},{"lineNumber":315,"author":{"gitId":"-"},"content":""},{"lineNumber":316,"author":{"gitId":"-"},"content":" /* Hide overflow scroll bar */"},{"lineNumber":317,"author":{"gitId":"-"},"content":" -ms-overflow-style: none; /* IE and Edge */"},{"lineNumber":318,"author":{"gitId":"-"},"content":" scrollbar-width: none; /* Firefox */"},{"lineNumber":319,"author":{"gitId":"-"},"content":" }"},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":" /* Hide overflow scroll bar for Chrome and Safari */"},{"lineNumber":322,"author":{"gitId":"-"},"content":" .navbar-default::-webkit-scrollbar {"},{"lineNumber":323,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" }"},{"lineNumber":325,"author":{"gitId":"-"},"content":""},{"lineNumber":326,"author":{"gitId":"-"},"content":" .navbar-default ul {"},{"lineNumber":327,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":328,"author":{"gitId":"-"},"content":" margin-top: 0 !important;"},{"lineNumber":329,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":330,"author":{"gitId":"-"},"content":" }"},{"lineNumber":331,"author":{"gitId":"-"},"content":""},{"lineNumber":332,"author":{"gitId":"-"},"content":" .navbar-default \u003e ul \u003e * {"},{"lineNumber":333,"author":{"gitId":"LamJiuFong"},"content":" background: rgb(0 0 0 / 20%);"},{"lineNumber":334,"author":{"gitId":"-"},"content":" padding: 0.3125rem 0.625rem;"},{"lineNumber":335,"author":{"gitId":"-"},"content":" flex-grow: 1;"},{"lineNumber":336,"author":{"gitId":"-"},"content":" }"},{"lineNumber":337,"author":{"gitId":"-"},"content":""},{"lineNumber":338,"author":{"gitId":"-"},"content":" .navbar-light .navbar-default \u003e ul \u003e * {"},{"lineNumber":339,"author":{"gitId":"LamJiuFong"},"content":" background: rgb(0 0 0 / 5%);"},{"lineNumber":340,"author":{"gitId":"-"},"content":" }"},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":" .navbar-default \u003e ul \u003e .current {"},{"lineNumber":343,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":344,"author":{"gitId":"-"},"content":" }"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":" .navbar-default a,"},{"lineNumber":347,"author":{"gitId":"-"},"content":" \u003e\u003e\u003e .dropdown-toggle {"},{"lineNumber":348,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":349,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":350,"author":{"gitId":"-"},"content":" }"},{"lineNumber":351,"author":{"gitId":"-"},"content":""},{"lineNumber":352,"author":{"gitId":"-"},"content":" \u003e\u003e\u003e .dropdown {"},{"lineNumber":353,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":354,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":355,"author":{"gitId":"-"},"content":" }"},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":" .container-fluid {"},{"lineNumber":358,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":359,"author":{"gitId":"-"},"content":" }"},{"lineNumber":360,"author":{"gitId":"-"},"content":" }"},{"lineNumber":361,"author":{"gitId":"-"},"content":""},{"lineNumber":362,"author":{"gitId":"-"},"content":" .navbar-brand {"},{"lineNumber":363,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":364,"author":{"gitId":"-"},"content":" }"},{"lineNumber":365,"author":{"gitId":"-"},"content":""},{"lineNumber":366,"author":{"gitId":"-"},"content":" .navbar-brand \u003e img,"},{"lineNumber":367,"author":{"gitId":"-"},"content":" .navbar-brand \u003e svg {"},{"lineNumber":368,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":369,"author":{"gitId":"-"},"content":" }"},{"lineNumber":370,"author":{"gitId":"-"},"content":""},{"lineNumber":371,"author":{"gitId":"-"},"content":" .navbar-right {"},{"lineNumber":372,"author":{"gitId":"-"},"content":" padding-right: 1rem;"},{"lineNumber":373,"author":{"gitId":"-"},"content":" }"},{"lineNumber":374,"author":{"gitId":"-"},"content":""},{"lineNumber":375,"author":{"gitId":"-"},"content":" .navbar-left {"},{"lineNumber":376,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":377,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":378,"author":{"gitId":"-"},"content":" font-size: 1.25rem;"},{"lineNumber":379,"author":{"gitId":"-"},"content":" line-height: inherit;"},{"lineNumber":380,"author":{"gitId":"-"},"content":" padding: 0.3125rem 1rem;"},{"lineNumber":381,"author":{"gitId":"-"},"content":" white-space: nowrap;"},{"lineNumber":382,"author":{"gitId":"-"},"content":" }"},{"lineNumber":383,"author":{"gitId":"-"},"content":""},{"lineNumber":384,"author":{"gitId":"-"},"content":" .navbar-fixed {"},{"lineNumber":385,"author":{"gitId":"-"},"content":" position: fixed;"},{"lineNumber":386,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":387,"author":{"gitId":"-"},"content":" z-index: 1000;"},{"lineNumber":388,"author":{"gitId":"-"},"content":" }"},{"lineNumber":389,"author":{"gitId":"-"},"content":""},{"lineNumber":390,"author":{"gitId":"-"},"content":" .navbar-default {"},{"lineNumber":391,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":392,"author":{"gitId":"-"},"content":" flex-basis: auto;"},{"lineNumber":393,"author":{"gitId":"-"},"content":" flex-grow: 1;"},{"lineNumber":394,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":395,"author":{"gitId":"-"},"content":" }"},{"lineNumber":396,"author":{"gitId":"-"},"content":""},{"lineNumber":397,"author":{"gitId":"-"},"content":" \u003e\u003e\u003e .dropdown-current {"},{"lineNumber":398,"author":{"gitId":"-"},"content":" color: #fff !important;"},{"lineNumber":399,"author":{"gitId":"-"},"content":" background: #007bff;"},{"lineNumber":400,"author":{"gitId":"-"},"content":" }"},{"lineNumber":401,"author":{"gitId":"-"},"content":""},{"lineNumber":402,"author":{"gitId":"-"},"content":" .lower-navbar-container {"},{"lineNumber":403,"author":{"gitId":"-"},"content":" background-color: #fff;"},{"lineNumber":404,"author":{"gitId":"-"},"content":" border-bottom: 1px solid #c1c1c1;"},{"lineNumber":405,"author":{"gitId":"-"},"content":" height: 50px;"},{"lineNumber":406,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":407,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":408,"author":{"gitId":"-"},"content":" }"},{"lineNumber":409,"author":{"gitId":"-"},"content":""},{"lineNumber":410,"author":{"gitId":"-"},"content":" /* Navbar link highlight for current page */"},{"lineNumber":411,"author":{"gitId":"-"},"content":" .navbar.navbar-dark .navbar-nav \u003e\u003e\u003e .current:not(.dropdown) a,"},{"lineNumber":412,"author":{"gitId":"-"},"content":" .navbar.navbar-dark .navbar-nav \u003e\u003e\u003e .dropdown.current \u003e a {"},{"lineNumber":413,"author":{"gitId":"-"},"content":" color: #fff;"},{"lineNumber":414,"author":{"gitId":"-"},"content":" }"},{"lineNumber":415,"author":{"gitId":"-"},"content":""},{"lineNumber":416,"author":{"gitId":"-"},"content":" .navbar.navbar-light .navbar-nav \u003e\u003e\u003e .current:not(.dropdown) a,"},{"lineNumber":417,"author":{"gitId":"-"},"content":" .navbar.navbar-light .navbar-nav \u003e\u003e\u003e .dropdown.current \u003e a {"},{"lineNumber":418,"author":{"gitId":"-"},"content":" color: #000;"},{"lineNumber":419,"author":{"gitId":"-"},"content":" }"},{"lineNumber":420,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":417}},{"path":"packages/vue-components/src/Pic.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan :class\u003d\"[\u0027image-wrapper\u0027, addClass]\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cimg"},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"pic\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :src\u003d\"src\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" :alt\u003d\"alt\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" :width\u003d\"computedWidth\""},{"lineNumber":8,"author":{"gitId":"LamJiuFong"},"content":" :height\u003d\"computedHeight\""},{"lineNumber":9,"author":{"gitId":"LamJiuFong"},"content":" :loading\u003d\"computedLoadType\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" class\u003d\"img-fluid rounded\""},{"lineNumber":11,"author":{"gitId":"LamJiuFong"},"content":" @load.once\u003d\"computeWidthAndHeight\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"image-caption\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { toNumber } from \u0027./utils/utils\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" src: {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" },"},{"lineNumber":28,"author":{"gitId":"-"},"content":" alt: {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" },"},{"lineNumber":32,"author":{"gitId":"-"},"content":" height: {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" },"},{"lineNumber":36,"author":{"gitId":"-"},"content":" width: {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"LamJiuFong"},"content":" lazy: {"},{"lineNumber":41,"author":{"gitId":"LamJiuFong"},"content":" type: Boolean,"},{"lineNumber":42,"author":{"gitId":"LamJiuFong"},"content":" default: false,"},{"lineNumber":43,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":44,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" },"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" hasWidth() {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return this.width !\u003d\u003d \u0027\u0027;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" hasHeight() {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" return this.height !\u003d\u003d \u0027\u0027;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" computedWidth() {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" if (this.hasWidth) {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" return this.width;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":" return this.widthFromHeight;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"LamJiuFong"},"content":" computedHeight() {"},{"lineNumber":63,"author":{"gitId":"LamJiuFong"},"content":" return this.heightFromWidth;"},{"lineNumber":64,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":65,"author":{"gitId":"LamJiuFong"},"content":" computedLoadType() {"},{"lineNumber":66,"author":{"gitId":"LamJiuFong"},"content":" return this.lazy ? \u0027lazy\u0027 : \u0027eager\u0027;"},{"lineNumber":67,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" widthFromHeight: \u0027\u0027,"},{"lineNumber":72,"author":{"gitId":"LamJiuFong"},"content":" heightFromWidth: \u0027\u0027,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" };"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":76,"author":{"gitId":"LamJiuFong"},"content":" computeWidthAndHeight() {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" const renderedImg \u003d this.$refs.pic;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" const imgHeight \u003d renderedImg.naturalHeight;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" const imgWidth \u003d renderedImg.naturalWidth;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" const aspectRatio \u003d imgWidth / imgHeight;"},{"lineNumber":81,"author":{"gitId":"LamJiuFong"},"content":" if (this.hasWidth) { // if width is present, overwrite the height (if any) to maintain aspect ratio"},{"lineNumber":82,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d Math.round(toNumber(this.width) / aspectRatio).toString();"},{"lineNumber":83,"author":{"gitId":"LamJiuFong"},"content":" } else if (this.hasHeight) {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" this.widthFromHeight \u003d Math.round(toNumber(this.height) * aspectRatio).toString();"},{"lineNumber":85,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d this.height;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":"};"},{"lineNumber":90,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" .image-wrapper {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":96,"author":{"gitId":"-"},"content":" padding: 4px;"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":" .image-caption {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":101,"author":{"gitId":"-"},"content":" }"},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":19,"-":83}},{"path":"packages/vue-components/src/Popover.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" :class\u003d\"trigger \u003d\u003d\u003d \u0027click\u0027 ? \u0027trigger-click\u0027 : \u0027trigger\u0027\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" data-mb-component-type\u003d\"popover\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" tabindex\u003d\"0\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cportal v-if\u003d\"targetEl.id\" :to\u003d\"\u0027popover:\u0027 + targetEl.id\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003ch3 v-if\u003d\"hasHeader\" class\u003d\"popover-header\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/h3\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"popover-body\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \u003c/portal\u003e\u003c!-- do not delete this comment, it is for the stray space issue (#2419)"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" --\u003e\u003cv-popover"},{"lineNumber":16,"author":{"gitId":"-"},"content":" v-if\u003d\"isMounted\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" :auto-hide\u003d\"!isInput\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" :triggers\u003d\"triggers\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" :popper-triggers\u003d\"triggers\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" :hide-triggers\u003d\"triggers\""},{"lineNumber":21,"author":{"gitId":"-"},"content":" :placement\u003d\"placement\""},{"lineNumber":22,"author":{"gitId":"-"},"content":" :delay\u003d\"0\""},{"lineNumber":23,"author":{"gitId":"-"},"content":" shift-cross-axis"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c!-- floating-vue triggers must be elements that receive mouse events, hence an empty @click --\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003cspan v-if\u003d\"!isInput\" @click.stop\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c!-- However, input elements are handled separately as they will lose focus when wrapped in a span --\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cslot v-else\u003e\u003c/slot\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003ctemplate #popper\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"popover-container\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003ch3 v-if\u003d\"hasHeader\" class\u003d\"popover-header\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c/h3\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"popover-body\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c/template\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/v-popover\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":"// eslint-disable-next-line import/no-extraneous-dependencies"},{"lineNumber":47,"author":{"gitId":"-"},"content":"import { Portal } from \u0027portal-vue\u0027;"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" name: \u0027Popover\u0027,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" Portal,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" },"},{"lineNumber":54,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" trigger: {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":57,"author":{"gitId":"-"},"content":" default: \u0027hover focus\u0027,"},{"lineNumber":58,"author":{"gitId":"-"},"content":" },"},{"lineNumber":59,"author":{"gitId":"-"},"content":" placement: {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":61,"author":{"gitId":"-"},"content":" default: \u0027top\u0027,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" },"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" targetEl: {},"},{"lineNumber":67,"author":{"gitId":"-"},"content":" isMounted: false,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" };"},{"lineNumber":69,"author":{"gitId":"-"},"content":" },"},{"lineNumber":70,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" triggers() {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return this.trigger.split(\u0027 \u0027);"},{"lineNumber":73,"author":{"gitId":"-"},"content":" },"},{"lineNumber":74,"author":{"gitId":"-"},"content":" hasHeader() {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" return !!this.$slots.header;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" },"},{"lineNumber":77,"author":{"gitId":"-"},"content":" },"},{"lineNumber":78,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" this.targetEl \u003d this.$el;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" // \u003cinput\u003e tags need to be handled separately as they need to retain focus on inputs"},{"lineNumber":81,"author":{"gitId":"-"},"content":" this.isInput \u003d this.$slots.default \u0026\u0026 this.$slots.default.some(node \u003d\u003e node.tag \u003d\u003d\u003d \u0027input\u0027);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" this.isMounted \u003d true;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" },"},{"lineNumber":84,"author":{"gitId":"-"},"content":"};"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" .popover-container {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" max-height: 50vh;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" max-width: 276px; /* following bootstrap */"},{"lineNumber":92,"author":{"gitId":"-"},"content":" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":" .popover-body {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" font-size: 0.875rem; /* following bootstrap */"},{"lineNumber":96,"author":{"gitId":"-"},"content":" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" .v-popper {"},{"lineNumber":99,"author":{"gitId":"-"},"content":" display: inline;"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"-":99,"yiwen101":2}},{"path":"packages/vue-components/src/Searchbar.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv style\u003d\"position: relative;\" class\u003d\"dropdown\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"algolia\" id\u003d\"algolia-search-input\"\u003e\u003c/div\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003ctemplate v-else\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cinput"},{"lineNumber":6,"author":{"gitId":"-"},"content":" v-model\u003d\"value\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" type\u003d\"text\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" class\u003d\"form-control\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" :placeholder\u003d\"placeholder\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" autocomplete\u003d\"off\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" @input\u003d\"update\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" @keyup.up\u003d\"up\""},{"lineNumber":14,"author":{"gitId":"-"},"content":" @keyup.down\u003d\"down\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" @keydown.enter\u003d\"hit\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" @keydown.esc\u003d\"reset\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" @blur\u003d\"showDropdown \u003d false\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"form-control placeholder-div-hidden\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" {{ placeholder }}"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/template\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cul ref\u003d\"dropdown\" :class\u003d\"dropdownMenuClasses\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cli"},{"lineNumber":25,"author":{"gitId":"-"},"content":" v-for\u003d\"(item, index) in items\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" :key\u003d\"index\""},{"lineNumber":27,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027table-active\u0027: isActive(index) }\""},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003ca"},{"lineNumber":30,"author":{"gitId":"-"},"content":" class\u003d\"dropdown-item\""},{"lineNumber":31,"author":{"gitId":"-"},"content":" @mousedown.prevent\u003d\"hit\""},{"lineNumber":32,"author":{"gitId":"-"},"content":" @mousemove\u003d\"setActive(index)\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003csearchbar-page-item :item\u003d\"item\" :value\u003d\"value\" /\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"import searchbarPageItem from \u0027./SearchbarPageItem.vue\u0027;"},{"lineNumber":43,"author":{"gitId":"-"},"content":"import { delayer, getJSON } from \u0027./utils/utils\u0027;"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"const _DELAY_ \u003d 200;"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" this.items \u003d this.primitiveData;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" },"},{"lineNumber":51,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" data: {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" type: Array,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" default: () \u003d\u003e [],"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" limit: {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" type: Number,"},{"lineNumber":58,"author":{"gitId":"-"},"content":" default: 8,"},{"lineNumber":59,"author":{"gitId":"-"},"content":" },"},{"lineNumber":60,"author":{"gitId":"-"},"content":" async: {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" keyProp: {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":67,"author":{"gitId":"-"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":" onHit: {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" type: Function,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" default(items) {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":72,"author":{"gitId":"-"},"content":" this.value \u003d items;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" },"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" placeholder: {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":77,"author":{"gitId":"-"},"content":" default: \u0027Search\u0027,"},{"lineNumber":78,"author":{"gitId":"-"},"content":" },"},{"lineNumber":79,"author":{"gitId":"-"},"content":" delay: {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" type: Number,"},{"lineNumber":81,"author":{"gitId":"-"},"content":" default: _DELAY_,"},{"lineNumber":82,"author":{"gitId":"-"},"content":" },"},{"lineNumber":83,"author":{"gitId":"-"},"content":" menuAlignRight: {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":85,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":86,"author":{"gitId":"-"},"content":" },"},{"lineNumber":87,"author":{"gitId":"-"},"content":" algolia: {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":89,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":90,"author":{"gitId":"-"},"content":" },"},{"lineNumber":91,"author":{"gitId":"-"},"content":" },"},{"lineNumber":92,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":93,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" value: \u0027\u0027,"},{"lineNumber":95,"author":{"gitId":"-"},"content":" showDropdown: false,"},{"lineNumber":96,"author":{"gitId":"-"},"content":" noResults: true,"},{"lineNumber":97,"author":{"gitId":"-"},"content":" current: 0,"},{"lineNumber":98,"author":{"gitId":"-"},"content":" items: [],"},{"lineNumber":99,"author":{"gitId":"-"},"content":" };"},{"lineNumber":100,"author":{"gitId":"-"},"content":" },"},{"lineNumber":101,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" primitiveData() {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" // Returns the total number of matches between an array of regex patterns and string search targets."},{"lineNumber":104,"author":{"gitId":"-"},"content":" function getTotalMatches(searchTargets, regexes) {"},{"lineNumber":105,"author":{"gitId":"-"},"content":" const searchTarget \u003d searchTargets.join(\u0027 \u0027);"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" return regexes.reduce((total, regex) \u003d\u003e {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" const matches \u003d searchTarget.match(regex);"},{"lineNumber":109,"author":{"gitId":"-"},"content":" return total + (matches ? matches.length : 0);"},{"lineNumber":110,"author":{"gitId":"-"},"content":" }, 0);"},{"lineNumber":111,"author":{"gitId":"-"},"content":" }"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":" if (this.value.length \u003c 2 || !this.data) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" return [];"},{"lineNumber":115,"author":{"gitId":"-"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":" const pages \u003d [];"},{"lineNumber":117,"author":{"gitId":"-"},"content":" const regexes \u003d this.value.split(\u0027 \u0027)"},{"lineNumber":118,"author":{"gitId":"-"},"content":" .filter(searchKeyword \u003d\u003e searchKeyword !\u003d\u003d \u0027\u0027)"},{"lineNumber":119,"author":{"gitId":"-"},"content":" .map(searchKeyword \u003d\u003e searchKeyword.replace(/[.*+?^${}()|[\\]\\\\]/g, \u0027\\\\$\u0026\u0027))"},{"lineNumber":120,"author":{"gitId":"-"},"content":" .map(searchKeyword \u003d\u003e new RegExp(searchKeyword, \u0027ig\u0027));"},{"lineNumber":121,"author":{"gitId":"-"},"content":" this.data.forEach((entry) \u003d\u003e {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" const {"},{"lineNumber":123,"author":{"gitId":"-"},"content":" headings,"},{"lineNumber":124,"author":{"gitId":"-"},"content":" src,"},{"lineNumber":125,"author":{"gitId":"-"},"content":" title,"},{"lineNumber":126,"author":{"gitId":"-"},"content":" headingKeywords,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" frontmatterKeywords,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" } \u003d entry;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const keywords \u003d frontmatterKeywords || \u0027\u0027;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" const displayTitle \u003d title || src.substring(0, src.lastIndexOf(\u0027.\u0027));"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" const pageSearchTargets \u003d ["},{"lineNumber":133,"author":{"gitId":"-"},"content":" displayTitle,"},{"lineNumber":134,"author":{"gitId":"-"},"content":" keywords,"},{"lineNumber":135,"author":{"gitId":"-"},"content":" ...Object.values(headings),"},{"lineNumber":136,"author":{"gitId":"-"},"content":" ...Object.values(headingKeywords),"},{"lineNumber":137,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":138,"author":{"gitId":"-"},"content":" const totalPageMatches \u003d getTotalMatches(pageSearchTargets, regexes);"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (totalPageMatches \u003e 0) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" const pageHeadings \u003d [];"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":" Object.entries(headings).forEach(([id, text], idx) \u003d\u003e {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" const matchesHeading \u003d regexes.some(regex \u003d\u003e regex.test(text));"},{"lineNumber":145,"author":{"gitId":"-"},"content":" const matchesKeywords \u003d headingKeywords[id] \u0026\u0026 headingKeywords[id]"},{"lineNumber":146,"author":{"gitId":"-"},"content":" .some(keyword \u003d\u003e regexes.some(regex \u003d\u003e regex.test(keyword)));"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":" if (matchesHeading || matchesKeywords) {"},{"lineNumber":149,"author":{"gitId":"-"},"content":" const headingSearchTargets \u003d ["},{"lineNumber":150,"author":{"gitId":"-"},"content":" text,"},{"lineNumber":151,"author":{"gitId":"-"},"content":" ...(headingKeywords[id] || []),"},{"lineNumber":152,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":153,"author":{"gitId":"-"},"content":" const totalHeadingMatches \u003d getTotalMatches(headingSearchTargets, regexes);"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":" if (!(idx \u003d\u003d\u003d 0 \u0026\u0026 text \u003d\u003d\u003d displayTitle \u0026\u0026 !keywords.length)) {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" pageHeadings.push({"},{"lineNumber":157,"author":{"gitId":"-"},"content":" heading: { id, text },"},{"lineNumber":158,"author":{"gitId":"-"},"content":" keywords: headingKeywords[id],"},{"lineNumber":159,"author":{"gitId":"-"},"content":" src,"},{"lineNumber":160,"author":{"gitId":"-"},"content":" totalMatches: totalHeadingMatches,"},{"lineNumber":161,"author":{"gitId":"-"},"content":" });"},{"lineNumber":162,"author":{"gitId":"-"},"content":" }"},{"lineNumber":163,"author":{"gitId":"-"},"content":" }"},{"lineNumber":164,"author":{"gitId":"-"},"content":" });"},{"lineNumber":165,"author":{"gitId":"-"},"content":" pageHeadings.sort((a, b) \u003d\u003e b.totalMatches - a.totalMatches);"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":" pages.push({"},{"lineNumber":168,"author":{"gitId":"-"},"content":" headings: pageHeadings,"},{"lineNumber":169,"author":{"gitId":"-"},"content":" keywords,"},{"lineNumber":170,"author":{"gitId":"-"},"content":" src,"},{"lineNumber":171,"author":{"gitId":"-"},"content":" title: displayTitle,"},{"lineNumber":172,"author":{"gitId":"-"},"content":" totalMatches: totalPageMatches,"},{"lineNumber":173,"author":{"gitId":"-"},"content":" });"},{"lineNumber":174,"author":{"gitId":"-"},"content":" }"},{"lineNumber":175,"author":{"gitId":"-"},"content":" });"},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":" return pages"},{"lineNumber":178,"author":{"gitId":"-"},"content":" .sort((a, b) \u003d\u003e b.totalMatches - a.totalMatches)"},{"lineNumber":179,"author":{"gitId":"-"},"content":" .flatMap((page) \u003d\u003e {"},{"lineNumber":180,"author":{"gitId":"-"},"content":" if (page.headings) {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" return [page, ...page.headings];"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":" return page;"},{"lineNumber":184,"author":{"gitId":"-"},"content":" });"},{"lineNumber":185,"author":{"gitId":"-"},"content":" },"},{"lineNumber":186,"author":{"gitId":"-"},"content":" dropdownMenuClasses() {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" return ["},{"lineNumber":188,"author":{"gitId":"-"},"content":" \u0027dropdown-menu\u0027,"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \u0027search-dropdown-menu\u0027,"},{"lineNumber":190,"author":{"gitId":"-"},"content":" { show: this.showDropdown },"},{"lineNumber":191,"author":{"gitId":"-"},"content":" { \u0027d-none\u0027: !this.showDropdown },"},{"lineNumber":192,"author":{"gitId":"-"},"content":" { \u0027dropdown-menu-end\u0027: this.menuAlignRight },"},{"lineNumber":193,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":194,"author":{"gitId":"-"},"content":" },"},{"lineNumber":195,"author":{"gitId":"-"},"content":" },"},{"lineNumber":196,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" update() {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (!this.value) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":200,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" }"},{"lineNumber":202,"author":{"gitId":"-"},"content":" if (this.data) {"},{"lineNumber":203,"author":{"gitId":"-"},"content":" this.items \u003d this.primitiveData;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" this.showDropdown \u003d this.items.length \u003e 0;"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":" if (this.async) this.query();"},{"lineNumber":207,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" },"},{"lineNumber":209,"author":{"gitId":"-"},"content":" query: delayer(function () {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" getJSON(this.async + this.value).then((data) \u003d\u003e {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" this.items \u003d (this.keyProp ? data[this.keyProp] : data).slice(0, this.limit);"},{"lineNumber":212,"author":{"gitId":"-"},"content":" this.showDropdown \u003d this.items.length;"},{"lineNumber":213,"author":{"gitId":"-"},"content":" });"},{"lineNumber":214,"author":{"gitId":"-"},"content":" }, \u0027delay\u0027, _DELAY_),"},{"lineNumber":215,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":216,"author":{"gitId":"-"},"content":" this.items \u003d [];"},{"lineNumber":217,"author":{"gitId":"-"},"content":" this.value \u003d \u0027\u0027;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" this.loading \u003d false;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" this.showDropdown \u003d false;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" },"},{"lineNumber":221,"author":{"gitId":"-"},"content":" setActive(index) {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" this.current \u003d index;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" isActive(index) {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" return this.current \u003d\u003d\u003d index;"},{"lineNumber":226,"author":{"gitId":"-"},"content":" },"},{"lineNumber":227,"author":{"gitId":"-"},"content":" hit(e) {"},{"lineNumber":228,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":229,"author":{"gitId":"-"},"content":" this.onHit(this.items[this.current], this);"},{"lineNumber":230,"author":{"gitId":"-"},"content":" },"},{"lineNumber":231,"author":{"gitId":"-"},"content":" down() {"},{"lineNumber":232,"author":{"gitId":"-"},"content":" if (this.current \u003c this.items.length - 1) {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" this.current +\u003d 1;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" this.scrollListView();"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }"},{"lineNumber":236,"author":{"gitId":"-"},"content":" },"},{"lineNumber":237,"author":{"gitId":"-"},"content":" up() {"},{"lineNumber":238,"author":{"gitId":"-"},"content":" if (this.current \u003e 0) {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" this.current -\u003d 1;"},{"lineNumber":240,"author":{"gitId":"-"},"content":" this.scrollListView();"},{"lineNumber":241,"author":{"gitId":"-"},"content":" }"},{"lineNumber":242,"author":{"gitId":"-"},"content":" },"},{"lineNumber":243,"author":{"gitId":"-"},"content":" scrollListView() {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" const { dropdown } \u003d this.$refs;"},{"lineNumber":245,"author":{"gitId":"-"},"content":" const currentEntry \u003d dropdown.children[this.current];"},{"lineNumber":246,"author":{"gitId":"-"},"content":" const upperBound \u003d dropdown.scrollTop;"},{"lineNumber":247,"author":{"gitId":"-"},"content":" const lowerBound \u003d upperBound + dropdown.clientHeight;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" const currentEntryOffsetBottom \u003d currentEntry.offsetTop + currentEntry.offsetHeight;"},{"lineNumber":249,"author":{"gitId":"-"},"content":" if (currentEntry.offsetTop \u003c upperBound) {"},{"lineNumber":250,"author":{"gitId":"-"},"content":" dropdown.scrollTop \u003d currentEntry.offsetTop;"},{"lineNumber":251,"author":{"gitId":"-"},"content":" } else if (currentEntryOffsetBottom \u003e lowerBound) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" dropdown.scrollTop \u003d currentEntryOffsetBottom - dropdown.clientHeight;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" }"},{"lineNumber":254,"author":{"gitId":"-"},"content":" },"},{"lineNumber":255,"author":{"gitId":"-"},"content":" },"},{"lineNumber":256,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":257,"author":{"gitId":"-"},"content":" searchbarPageItem,"},{"lineNumber":258,"author":{"gitId":"-"},"content":" },"},{"lineNumber":259,"author":{"gitId":"-"},"content":"};"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":" .dropdown {"},{"lineNumber":264,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":265,"author":{"gitId":"-"},"content":" }"},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":268,"author":{"gitId":"-"},"content":" min-width: 12.7em;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" max-width: 25.4em; /* twice of min-width, to accommodate a range of lengths */"},{"lineNumber":270,"author":{"gitId":"-"},"content":" }"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":" /* For mobile devices and general tablets in portrait e.g. iPad */"},{"lineNumber":273,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003c\u003d 878px) and (orientation: portrait) {"},{"lineNumber":274,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":275,"author":{"gitId":"-"},"content":" min-width: 8em;"},{"lineNumber":276,"author":{"gitId":"-"},"content":" max-width: 16em; /* twice of min-width, to accommodate a range of lengths */"},{"lineNumber":277,"author":{"gitId":"-"},"content":" }"},{"lineNumber":278,"author":{"gitId":"-"},"content":" }"},{"lineNumber":279,"author":{"gitId":"-"},"content":""},{"lineNumber":280,"author":{"gitId":"-"},"content":" /* For general tablets in landscape e.g. iPad */"},{"lineNumber":281,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003e\u003d 768px) and (width \u003c\u003d 878px) and (orientation: landscape) {"},{"lineNumber":282,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":283,"author":{"gitId":"-"},"content":" min-width: 9em;"},{"lineNumber":284,"author":{"gitId":"-"},"content":" max-width: 18em; /* twice of min-width, to accommodate a range of lengths */"},{"lineNumber":285,"author":{"gitId":"-"},"content":" }"},{"lineNumber":286,"author":{"gitId":"-"},"content":" }"},{"lineNumber":287,"author":{"gitId":"-"},"content":""},{"lineNumber":288,"author":{"gitId":"-"},"content":" .table-active {"},{"lineNumber":289,"author":{"gitId":"LamJiuFong"},"content":" background-color: rgb(0 0 0 / 7.5%); /* follows Bootstrap\u0027s table-active */"},{"lineNumber":290,"author":{"gitId":"-"},"content":" }"},{"lineNumber":291,"author":{"gitId":"-"},"content":""},{"lineNumber":292,"author":{"gitId":"-"},"content":" .dropdown-menu-end {"},{"lineNumber":293,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":294,"author":{"gitId":"-"},"content":" left: auto;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" }"},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":" .placeholder-div-hidden {"},{"lineNumber":298,"author":{"gitId":"-"},"content":" /* prevents placeholderDiv from taking up space on the navbar to resolve FOUC */"},{"lineNumber":299,"author":{"gitId":"-"},"content":" height: 0;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" border-top: 0;"},{"lineNumber":303,"author":{"gitId":"-"},"content":" border-bottom: 0;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" visibility: hidden;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" }"},{"lineNumber":307,"author":{"gitId":"-"},"content":"\u003c/style\u003e"},{"lineNumber":308,"author":{"gitId":"-"},"content":""},{"lineNumber":309,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":" .search-dropdown-menu {"},{"lineNumber":311,"author":{"gitId":"-"},"content":" min-width: 30em;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" max-height: 30em;"},{"lineNumber":313,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" }"},{"lineNumber":315,"author":{"gitId":"-"},"content":""},{"lineNumber":316,"author":{"gitId":"-"},"content":" .dropdown-menu \u003e li \u003e a {"},{"lineNumber":317,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":318,"author":{"gitId":"-"},"content":" }"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003c\u003d 768px) {"},{"lineNumber":321,"author":{"gitId":"-"},"content":" .search-dropdown-menu {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" min-width: 90vw;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" max-height: 30em;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" }"},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":" .dropdown-menu.search-dropdown-menu {"},{"lineNumber":328,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":329,"author":{"gitId":"-"},"content":" }"},{"lineNumber":330,"author":{"gitId":"-"},"content":" }"},{"lineNumber":331,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":4,"-":327}},{"path":"packages/vue-components/src/SiteNav.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"site-nav-root\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import normalizeUrl from \u0027./utils/urls\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" name: \u0027SiteNav\u0027,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" const currentUrl \u003d normalizeUrl(new URL(window.location.href).pathname);"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":" this.$el.querySelectorAll(\u0027a[href]\u0027).forEach((el) \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" const linkUrl \u003d normalizeUrl(el.getAttribute(\u0027href\u0027));"},{"lineNumber":17,"author":{"gitId":"-"},"content":" if (currentUrl !\u003d\u003d linkUrl) {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" }"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":" el.classList.add(\u0027current\u0027);"},{"lineNumber":22,"author":{"gitId":"-"},"content":" let currentEl \u003d el.parentElement;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" while (currentEl \u0026\u0026 currentEl !\u003d\u003d this.$el) {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" if (currentEl.tagName.toLowerCase() \u003d\u003d\u003d \u0027ul\u0027"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u0026\u0026 currentEl.classList.contains(\u0027site-nav-dropdown-container\u0027)) {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" currentEl.classList.add(\u0027site-nav-dropdown-container-open\u0027);"},{"lineNumber":27,"author":{"gitId":"-"},"content":" }"},{"lineNumber":28,"author":{"gitId":"-"},"content":" currentEl \u003d currentEl.parentElement;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":" });"},{"lineNumber":31,"author":{"gitId":"-"},"content":" },"},{"lineNumber":32,"author":{"gitId":"-"},"content":"};"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" /* Site navigation */"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" .site-nav-root a.current {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" color: #0072ec;"},{"lineNumber":40,"author":{"gitId":"-"},"content":" }"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" /* Navigation list */"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":" .site-nav-list {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" list-style-type: none;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" }"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":" .site-nav-default-list-item {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" padding: 0.5rem 0 0 2.8rem;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" transition: background-color 0.08s;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" color: #454545;"},{"lineNumber":54,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" .site-nav-custom-list-item {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" padding: 0.5rem 0 0 2.8rem;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" color: #454545;"},{"lineNumber":60,"author":{"gitId":"-"},"content":" }"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":" .site-nav-list-item-0 {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" padding: 0.5rem 0 0.5rem 0.8rem;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" font-weight: 500;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" font-size: 1.2em;"},{"lineNumber":66,"author":{"gitId":"-"},"content":" }"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":" .site-nav-list-item-1 {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" padding: 0.4rem 0 0.4rem 1.3rem;"},{"lineNumber":70,"author":{"gitId":"-"},"content":" font-size: 1.03em;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":" .site-nav-list-item-2 {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" padding: 0.3rem 0 0.3rem 1.8rem;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" font-size: 0.89em;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":" .site-nav-list-item-3 {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" padding: 0.2rem 0 0.2rem 2.4rem;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" font-size: 0.76em;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" }"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":" .site-nav-default-list-item:hover {"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" background-color: rgb(214 233 255 / 35%);"},{"lineNumber":85,"author":{"gitId":"-"},"content":" }"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":" .site-nav-default-list-item a {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" height: 100%;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" color: #454545;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" }"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":" .site-nav-default-list-item:hover a {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":96,"author":{"gitId":"-"},"content":" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" /* Navigation dropdown menu */"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":" .site-nav-dropdown-btn-container {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":" place-content: center center;"},{"lineNumber":103,"author":{"gitId":"-"},"content":" width: 2rem;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" height: 1.5em;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" margin: 0 0.75rem 0 auto;"},{"lineNumber":106,"author":{"gitId":"-"},"content":" }"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":" .site-nav-dropdown-btn-icon {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":110,"author":{"gitId":"-"},"content":" vertical-align: baseline;"},{"lineNumber":111,"author":{"gitId":"-"},"content":" align-self: center;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" width: 1.5em;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" height: 1.5em;"},{"lineNumber":114,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":115,"author":{"gitId":"-"},"content":" border-radius: 1rem;"},{"lineNumber":116,"author":{"gitId":"LamJiuFong"},"content":" padding: 0;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":118,"author":{"gitId":"-"},"content":" transform: rotate(0deg);"},{"lineNumber":119,"author":{"gitId":"-"},"content":" }"},{"lineNumber":120,"author":{"gitId":"-"},"content":""},{"lineNumber":121,"author":{"gitId":"-"},"content":" .site-nav-dropdown-btn-icon:hover {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" background-color: #d8e3fb;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":" .site-nav-rotate-icon {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" color: #4c7ff1;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" transform: rotate(-180deg);"},{"lineNumber":128,"author":{"gitId":"-"},"content":" }"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":" .site-nav-dropdown-container {"},{"lineNumber":131,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":132,"author":{"gitId":"-"},"content":" max-height: 0;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" transition: max-height 0.15s ease-out;"},{"lineNumber":135,"author":{"gitId":"-"},"content":" }"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":" .site-nav-dropdown-container-open {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" max-height: 1000px;"},{"lineNumber":139,"author":{"gitId":"-"},"content":" transition: max-height 0.25s ease-in;"},{"lineNumber":140,"author":{"gitId":"-"},"content":" }"},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":138}},{"path":"packages/vue-components/src/Submenu.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cli"},{"lineNumber":3,"author":{"gitId":"-"},"content":" ref\u003d\"submenu\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" :class\u003d\"[addClass, \u0027dropdown-submenu\u0027,"},{"lineNumber":5,"author":{"gitId":"-"},"content":" { \u0027dropend\u0027: dropright, \u0027dropstart\u0027: dropleft }]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003ca"},{"lineNumber":9,"author":{"gitId":"-"},"content":" class\u003d\"dropdown-item submenu-toggle\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" role\u003d\"button\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" :class\u003d\"{disabled: disabled}\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"dropdown-menu\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"dropdown-menu\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"import { toBoolean } from \u0027./utils/utils\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"import $ from \u0027./utils/NodeList\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"import positionSubmenu from \u0027./utils/submenu\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"import preventOverflowOnMobile from \u0027./utils/dropdown\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":36,"author":{"gitId":"-"},"content":" },"},{"lineNumber":37,"author":{"gitId":"-"},"content":" disabled: {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" type: [Boolean, String],"},{"lineNumber":39,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":40,"author":{"gitId":"-"},"content":" },"},{"lineNumber":41,"author":{"gitId":"-"},"content":" },"},{"lineNumber":42,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" show: false,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" dropright: true,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" dropleft: false,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" };"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" inject: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" isParentNavbar: {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" },"},{"lineNumber":54,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" disabledBool() {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" return toBoolean(this.disabled);"},{"lineNumber":57,"author":{"gitId":"-"},"content":" },"},{"lineNumber":58,"author":{"gitId":"-"},"content":" },"},{"lineNumber":59,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" hideSubmenu() {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.show \u003d false;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" $(this.$refs.submenu).find(\u0027ul.dropdown-menu\u0027).each(ul \u003d\u003e ul.classList.toggle(\u0027show\u0027, false));"},{"lineNumber":63,"author":{"gitId":"-"},"content":" this.alignMenuRight();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" },"},{"lineNumber":65,"author":{"gitId":"-"},"content":" showSubmenu() {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" this.show \u003d true;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" $(this.$refs.submenu).findChildren(\u0027ul\u0027).each((ul) \u003d\u003e {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" ul.classList.toggle(\u0027show\u0027, true);"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":" // check if submenu is part of the navbar sliding menu on mobile"},{"lineNumber":71,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 this.isParentNavbar) {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" preventOverflowOnMobile(ul);"},{"lineNumber":73,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":74,"author":{"gitId":"-"},"content":" }"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":" if (positionSubmenu.isRightAlign(ul)) {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" this.alignMenuRight();"},{"lineNumber":78,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" this.alignMenuLeft();"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"-"},"content":" positionSubmenu.preventOverflow(ul);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" });"},{"lineNumber":83,"author":{"gitId":"-"},"content":" },"},{"lineNumber":84,"author":{"gitId":"-"},"content":" alignMenuRight() {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.dropright \u003d true;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.dropleft \u003d false;"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" alignMenuLeft() {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" this.dropright \u003d false;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" this.dropleft \u003d true;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" },"},{"lineNumber":92,"author":{"gitId":"-"},"content":" },"},{"lineNumber":93,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.submenu);"},{"lineNumber":95,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.showSubmenu();"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":" $el.onBlur(() \u003d\u003e { this.hideSubmenu(); }, false);"},{"lineNumber":99,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).on(\u0027click\u0027, (e) \u003d\u003e {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":101,"author":{"gitId":"-"},"content":" e.stopPropagation();"},{"lineNumber":102,"author":{"gitId":"-"},"content":" if (this.disabledBool) { return false; }"},{"lineNumber":103,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" this.hideSubmenu();"},{"lineNumber":105,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" this.showSubmenu();"},{"lineNumber":107,"author":{"gitId":"-"},"content":" }"},{"lineNumber":108,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" });"},{"lineNumber":110,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).on(\u0027mouseover\u0027, (e) \u003d\u003e {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":112,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003e 767) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" const isShowing \u003d $el.findChildren(\u0027ul.show\u0027).length \u003e 0;"},{"lineNumber":114,"author":{"gitId":"-"},"content":" if (isShowing || this.disabledBool) { return false; }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" e.currentTarget.click();"},{"lineNumber":116,"author":{"gitId":"-"},"content":" const fullMenu \u003d this.$parent.$parent;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" fullMenu.$children.forEach((menuItem) \u003d\u003e {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" if (menuItem.$el \u003d\u003d\u003d this.$el) {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" menuItem.$refs.submenu.showSubmenu();"},{"lineNumber":120,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" menuItem.$refs.submenu.hideSubmenu();"},{"lineNumber":122,"author":{"gitId":"-"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":" });"},{"lineNumber":124,"author":{"gitId":"-"},"content":" }"},{"lineNumber":125,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":126,"author":{"gitId":"-"},"content":" });"},{"lineNumber":127,"author":{"gitId":"-"},"content":" },"},{"lineNumber":128,"author":{"gitId":"-"},"content":" beforeDestroy() {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.submenu);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" $el.offBlur();"},{"lineNumber":131,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).off();"},{"lineNumber":132,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027ul\u0027).off();"},{"lineNumber":133,"author":{"gitId":"-"},"content":" },"},{"lineNumber":134,"author":{"gitId":"-"},"content":"};"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" .dropdown-submenu {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" color: #212529 !important;"},{"lineNumber":140,"author":{"gitId":"-"},"content":" padding: 0 !important;"},{"lineNumber":141,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":""},{"lineNumber":144,"author":{"gitId":"-"},"content":" .dropdown-submenu ul.dropdown-menu {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":146,"author":{"gitId":"-"},"content":" }"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":" .dropdown \u003e ul \u003e .dropdown-submenu:last-child \u003e ul,"},{"lineNumber":149,"author":{"gitId":"-"},"content":" .btn-group \u003e ul \u003e .dropdown-submenu:last-child \u003e ul {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" margin-bottom: -0.5rem;"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003e\u003d 768px) {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" .submenu-toggle::after {"},{"lineNumber":155,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":156,"author":{"gitId":"-"},"content":" width: 0;"},{"lineNumber":157,"author":{"gitId":"-"},"content":" height: 0;"},{"lineNumber":158,"author":{"gitId":"-"},"content":" vertical-align: 0.255em;"},{"lineNumber":159,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":160,"author":{"gitId":"-"},"content":" border-top: 0.3em solid transparent;"},{"lineNumber":161,"author":{"gitId":"-"},"content":" border-right: 0;"},{"lineNumber":162,"author":{"gitId":"-"},"content":" border-bottom: 0.3em solid transparent;"},{"lineNumber":163,"author":{"gitId":"-"},"content":" border-left: 0.3em solid;"},{"lineNumber":164,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":165,"author":{"gitId":"-"},"content":" margin-top: 0.5em;"},{"lineNumber":166,"author":{"gitId":"-"},"content":" }"},{"lineNumber":167,"author":{"gitId":"-"},"content":" }"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 767px) {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" .dropdown-submenu \u003e ul {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":172,"author":{"gitId":"-"},"content":" border-radius: 0;"},{"lineNumber":173,"author":{"gitId":"-"},"content":" margin: -0.05rem;"},{"lineNumber":174,"author":{"gitId":"-"},"content":" position: static;"},{"lineNumber":175,"author":{"gitId":"-"},"content":" float: none;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" }"},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":" .submenu-toggle::after {"},{"lineNumber":179,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" width: 0;"},{"lineNumber":181,"author":{"gitId":"-"},"content":" height: 0;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" margin-left: 0.255em;"},{"lineNumber":183,"author":{"gitId":"-"},"content":" vertical-align: 0.255em;"},{"lineNumber":184,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":185,"author":{"gitId":"-"},"content":" border-top: 0.3em solid;"},{"lineNumber":186,"author":{"gitId":"-"},"content":" border-right: 0.3em solid transparent;"},{"lineNumber":187,"author":{"gitId":"-"},"content":" border-bottom: 0;"},{"lineNumber":188,"author":{"gitId":"-"},"content":" border-left: 0.3em solid transparent;"},{"lineNumber":189,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" margin-top: 0.5em;"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":" }"},{"lineNumber":193,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":2,"-":191}},{"path":"packages/vue-components/src/Tooltip.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" :class\u003d\"trigger \u003d\u003d\u003d \u0027click\u0027 ? \u0027trigger-click\u0027 : \u0027trigger\u0027\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" data-mb-component-type\u003d\"tooltip\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" tabindex\u003d\"0\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cportal v-if\u003d\"targetEl.id\" :to\u003d\"\u0027tooltip:\u0027 + targetEl.id\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \u003c/portal\u003e\u003c!-- do not delete this comment, it is for the stray space issue (#2419)"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" --\u003e\u003cv-tooltip"},{"lineNumber":11,"author":{"gitId":"-"},"content":" v-if\u003d\"isMounted\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" :auto-hide\u003d\"!isInput\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" :triggers\u003d\"triggers\""},{"lineNumber":14,"author":{"gitId":"-"},"content":" :popper-triggers\u003d\"triggers\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" :hide-triggers\u003d\"triggers\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" :placement\u003d\"placement\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" :delay\u003d\"0\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" shift-cross-axis"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003ctemplate #popper\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \u003c/template\u003e\u003c!-- do not delete this comment, it is for the stray space issue (#2419)"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" --\u003e\u003cspan v-if\u003d\"!isInput\" @click.stop\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003cslot v-else\u003e\u003c/slot\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/v-tooltip\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"// eslint-disable-next-line import/no-extraneous-dependencies"},{"lineNumber":33,"author":{"gitId":"-"},"content":"import { Portal } from \u0027portal-vue\u0027;"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" name: \u0027Tooltip\u0027,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" Portal,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":41,"author":{"gitId":"-"},"content":" trigger: {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":43,"author":{"gitId":"-"},"content":" default: \u0027hover focus\u0027,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" },"},{"lineNumber":45,"author":{"gitId":"-"},"content":" placement: {"},{"lineNumber":46,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" default: \u0027top\u0027,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" },"},{"lineNumber":50,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" targetEl: {},"},{"lineNumber":53,"author":{"gitId":"-"},"content":" isInput: false,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" isMounted: false,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" };"},{"lineNumber":56,"author":{"gitId":"-"},"content":" },"},{"lineNumber":57,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" triggers() {"},{"lineNumber":59,"author":{"gitId":"-"},"content":" return this.trigger.split(\u0027 \u0027);"},{"lineNumber":60,"author":{"gitId":"-"},"content":" },"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" this.targetEl \u003d this.$el;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" // \u003cinput\u003e tags need to be handled separately as they need to retain focus on inputs"},{"lineNumber":65,"author":{"gitId":"-"},"content":" this.isInput \u003d this.$slots.default \u0026\u0026 this.$slots.default.some(node \u003d\u003e node.tag \u003d\u003d\u003d \u0027input\u0027);"},{"lineNumber":66,"author":{"gitId":"-"},"content":" this.isMounted \u003d true;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":"};"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":72,"author":{"gitId":"LamJiuFong"},"content":" /* stylelint-disable selector-class-pattern */"},{"lineNumber":73,"author":{"gitId":"-"},"content":" .v-popper--theme-tooltip .v-popper__inner {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" /* following bootstrap */"},{"lineNumber":75,"author":{"gitId":"LamJiuFong"},"content":" background: rgb(0 0 0 / 90%);"},{"lineNumber":76,"author":{"gitId":"-"},"content":" padding: 4px 8px;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" font-size: 0.875rem;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" max-width: 200px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"LamJiuFong"},"content":" /* stylelint-enable selector-class-pattern */"},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":75,"yiwen101":4}},{"path":"packages/vue-components/src/annotations/Annotate.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027annotate-image-wrapper\u0027, addClass]\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cimg"},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"pic\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :src\u003d\"src\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" :alt\u003d\"alt\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" :width\u003d\"computedWidth\""},{"lineNumber":8,"author":{"gitId":"LamJiuFong"},"content":" :height\u003d\"computedHeight\""},{"lineNumber":9,"author":{"gitId":"LamJiuFong"},"content":" :loading\u003d\"computedLoadType\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" class\u003d\"annotate-image\""},{"lineNumber":11,"author":{"gitId":"LamJiuFong"},"content":" @load.once\u003d\"computeWidthAndHeight\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cdiv style\u003d\"top: 0; left: 0; height: 0;\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { toNumber } from \u0027../utils/utils\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" src: {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" },"},{"lineNumber":28,"author":{"gitId":"-"},"content":" alt: {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" },"},{"lineNumber":32,"author":{"gitId":"-"},"content":" height: {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" },"},{"lineNumber":36,"author":{"gitId":"-"},"content":" width: {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"LamJiuFong"},"content":" lazy: {"},{"lineNumber":41,"author":{"gitId":"LamJiuFong"},"content":" type: Boolean,"},{"lineNumber":42,"author":{"gitId":"LamJiuFong"},"content":" default: false,"},{"lineNumber":43,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":44,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" },"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" hasWidth() {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return this.width !\u003d\u003d \u0027\u0027;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" hasHeight() {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" return this.height !\u003d\u003d \u0027\u0027;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" computedWidth() {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" if (this.hasWidth) {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" return this.width;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":" return this.widthFromHeight;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"LamJiuFong"},"content":" computedHeight() {"},{"lineNumber":63,"author":{"gitId":"LamJiuFong"},"content":" return this.heightFromWidth;"},{"lineNumber":64,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":65,"author":{"gitId":"LamJiuFong"},"content":" computedLoadType() {"},{"lineNumber":66,"author":{"gitId":"LamJiuFong"},"content":" return this.lazy ? \u0027lazy\u0027 : \u0027eager\u0027;"},{"lineNumber":67,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" widthFromHeight: \u0027\u0027,"},{"lineNumber":72,"author":{"gitId":"LamJiuFong"},"content":" heightFromWidth: \u0027\u0027,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" };"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":76,"author":{"gitId":"LamJiuFong"},"content":" computeWidthAndHeight() {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" const renderedImg \u003d this.$refs.pic;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" const imgHeight \u003d renderedImg.naturalHeight;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" const imgWidth \u003d renderedImg.naturalWidth;"},{"lineNumber":80,"author":{"gitId":"LamJiuFong"},"content":" const aspectRatio \u003d imgWidth / imgHeight;"},{"lineNumber":81,"author":{"gitId":"LamJiuFong"},"content":" if (this.hasWidth) { // if width is present, overwrite the height (if any) to maintain aspect ratio"},{"lineNumber":82,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d Math.round(toNumber(this.width) / aspectRatio).toString();"},{"lineNumber":83,"author":{"gitId":"LamJiuFong"},"content":" } else if (this.hasHeight) {"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" this.widthFromHeight \u003d Math.round(toNumber(this.height) * aspectRatio).toString();"},{"lineNumber":85,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d this.height;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":" provide() {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" width: this.width,"},{"lineNumber":92,"author":{"gitId":"-"},"content":" height: this.height,"},{"lineNumber":93,"author":{"gitId":"-"},"content":" src: this.src,"},{"lineNumber":94,"author":{"gitId":"-"},"content":" };"},{"lineNumber":95,"author":{"gitId":"-"},"content":" },"},{"lineNumber":96,"author":{"gitId":"-"},"content":"};"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" .annotate-image-wrapper {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":102,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":103,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" .annotate-image {"},{"lineNumber":107,"author":{"gitId":"-"},"content":" max-width: 100%;"},{"lineNumber":108,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":21,"-":89}},{"path":"packages/vue-components/src/panels/MinimalPanel.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" v-if\u003d\"localMinimized\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":8,"author":{"gitId":"-"},"content":" v-if\u003d\"hasId\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" :id\u003d\"panelId\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" class\u003d\"anchor\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"morph\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cbutton class\u003d\"morph-display-wrapper btn card-title morph-title\" @click\u003d\"minimalOpen()\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":15,"author":{"gitId":"-"},"content":" v-if\u003d\"!noMinimizedSwitch\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027glyphicon\u0027, \u0027glyphicon-chevron-right\u0027]\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"_alt\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"card-title\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":27,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":28,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":32,"author":{"gitId":"-"},"content":" v-if\u003d\"hasId\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" :id\u003d\"panelId\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" class\u003d\"anchor\""},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"card card-flex\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027header-wrapper\u0027,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" { \u0027header-wrapper-bottom\u0027: isHeaderAtBottom, \u0027header-toggle\u0027: isExpandableCard }]\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" @click.prevent.stop\u003d\"isExpandableCard \u0026\u0026 minimalToggle()\""},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"header-fade\"\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":44,"author":{"gitId":"-"},"content":" v-show\u003d\"!isHeaderAtBottom\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" ref\u003d\"headerWrapper\""},{"lineNumber":46,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-title\u0027, { \u0027ellipses\u0027: !hasHeaderBool }]\""},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"card-title-inline\"\u003e\u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e\u003c/span\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":50,"author":{"gitId":"-"},"content":" v-show\u003d\"showDownSwitch\""},{"lineNumber":51,"author":{"gitId":"-"},"content":" aria-hidden\u003d\"true\""},{"lineNumber":52,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button glyphicon glyphicon-menu-down minimal-menu-down\""},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027button-wrapper\u0027, { \u0027button-wrapper-expanded\u0027: isHeaderAtBottom }]\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":59,"author":{"gitId":"-"},"content":" v-show\u003d\"!noCloseBool\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":62,"author":{"gitId":"-"},"content":" @click.stop\u003d\"minimalClose()\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-remove minimal-close-button\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":67,"author":{"gitId":"-"},"content":" v-show\u003d\"popupUrl !\u003d\u003d null\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" @click.stop\u003d\"openPopup()\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-new-window minimal-popup-button\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":75,"author":{"gitId":"-"},"content":" v-show\u003d\"isHeaderAtBottom \u0026\u0026 isExpandableCard \u0026\u0026 bottomSwitchBool\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button\""},{"lineNumber":77,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-menu-up minimal-menu-up\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":85,"author":{"gitId":"-"},"content":" ref\u003d\"panel\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" class\u003d\"card-collapse\""},{"lineNumber":87,"author":{"gitId":"-"},"content":" :class\u003d\"{\u0027card-peek-collapsed\u0027: shouldShowPeek}\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":90,"author":{"gitId":"-"},"content":" v-if\u003d\"wasRetrieverLoaded || preloadBool\""},{"lineNumber":91,"author":{"gitId":"-"},"content":" class\u003d\"card-body\""},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003cretriever"},{"lineNumber":95,"author":{"gitId":"-"},"content":" v-if\u003d\"hasSrc\""},{"lineNumber":96,"author":{"gitId":"-"},"content":" ref\u003d\"retriever\""},{"lineNumber":97,"author":{"gitId":"-"},"content":" :src\u003d\"srcWithoutFragment\""},{"lineNumber":98,"author":{"gitId":"-"},"content":" :fragment\u003d\"fragment\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" @src-loaded\u003d\"retrieverUpdateMaxHeight\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":"import retriever from \u0027../Retriever.vue\u0027;"},{"lineNumber":109,"author":{"gitId":"-"},"content":"import panelBase from \u0027./PanelBase\u0027;"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" mixins: [panelBase],"},{"lineNumber":113,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" retriever,"},{"lineNumber":115,"author":{"gitId":"-"},"content":" },"},{"lineNumber":116,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":117,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":119,"author":{"gitId":"-"},"content":" \u0027Copy\u0027 of localExpanded that is updated on certain animation events."},{"lineNumber":120,"author":{"gitId":"-"},"content":" It is minimal-panel specific due to its design (the header can shift to the bottom)."},{"lineNumber":121,"author":{"gitId":"-"},"content":" Its purpose is to show the header text only once the collapse animation has finished."},{"lineNumber":122,"author":{"gitId":"-"},"content":" */"},{"lineNumber":123,"author":{"gitId":"-"},"content":" isHeaderAtBottom: false,"},{"lineNumber":124,"author":{"gitId":"-"},"content":" };"},{"lineNumber":125,"author":{"gitId":"-"},"content":" },"},{"lineNumber":126,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":127,"author":{"gitId":"-"},"content":" showDownSwitch() {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" return this.hasHeaderBool \u0026\u0026 this.isExpandableCard \u0026\u0026 !this.noSwitchBool;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" },"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" minimalToggle() {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" if (this.localExpanded) {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":135,"author":{"gitId":"-"},"content":" This is a collapse."},{"lineNumber":136,"author":{"gitId":"-"},"content":" Set isHeaderAtBottom to true only at the end of transition."},{"lineNumber":137,"author":{"gitId":"-"},"content":" So that we can achieve the correct collapse transition effect of minimal panel."},{"lineNumber":138,"author":{"gitId":"-"},"content":" */"},{"lineNumber":139,"author":{"gitId":"-"},"content":" const onCollapseDone \u003d (event) \u003d\u003e {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (event.target \u003d\u003d\u003d this.$refs.panel) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d false;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" this.$refs.panel.removeEventListener(\u0027transitionend\u0027, onCollapseDone);"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":" };"},{"lineNumber":145,"author":{"gitId":"-"},"content":" this.$refs.panel.addEventListener(\u0027transitionend\u0027, onCollapseDone);"},{"lineNumber":146,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":147,"author":{"gitId":"-"},"content":" // This is an expansion. Set isHeaderAtBottom to true *immediately*."},{"lineNumber":148,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d true;"},{"lineNumber":149,"author":{"gitId":"-"},"content":" }"},{"lineNumber":150,"author":{"gitId":"-"},"content":" this.toggle(true);"},{"lineNumber":151,"author":{"gitId":"-"},"content":" },"},{"lineNumber":152,"author":{"gitId":"-"},"content":" minimalOpen() {"},{"lineNumber":153,"author":{"gitId":"-"},"content":" this.open();"},{"lineNumber":154,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d true;"},{"lineNumber":155,"author":{"gitId":"-"},"content":" },"},{"lineNumber":156,"author":{"gitId":"-"},"content":" minimalClose() {"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.close();"},{"lineNumber":158,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d false;"},{"lineNumber":159,"author":{"gitId":"-"},"content":" },"},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d this.localExpanded;"},{"lineNumber":163,"author":{"gitId":"-"},"content":" },"},{"lineNumber":164,"author":{"gitId":"-"},"content":"};"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":" .card-peek-collapsed {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" }"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":174,"author":{"gitId":"-"},"content":" * Gives the faded content effect for peek."},{"lineNumber":175,"author":{"gitId":"-"},"content":" * Ensure that height has the same value as collapsedPanelHeight in PanelBase.js."},{"lineNumber":176,"author":{"gitId":"-"},"content":" */"},{"lineNumber":177,"author":{"gitId":"-"},"content":" .card-peek-collapsed::after {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":179,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":181,"author":{"gitId":"-"},"content":" bottom: 0;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" height: 125px;"},{"lineNumber":183,"author":{"gitId":"-"},"content":" background-image: linear-gradient(180deg, transparent, white 90%);"},{"lineNumber":184,"author":{"gitId":"-"},"content":" }"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":" .morph-title {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" padding: 0 0.3em;"},{"lineNumber":188,"author":{"gitId":"-"},"content":" border-color: black;"},{"lineNumber":189,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" vertical-align: top;"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":" .morph-title:hover,"},{"lineNumber":194,"author":{"gitId":"-"},"content":" .morph-title:active,"},{"lineNumber":195,"author":{"gitId":"-"},"content":" .morph-title:focus {"},{"lineNumber":196,"author":{"gitId":"-"},"content":" color: white;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" border-color: #343a40;"},{"lineNumber":198,"author":{"gitId":"-"},"content":" background-color: #343a40;"},{"lineNumber":199,"author":{"gitId":"-"},"content":" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" .card-collapse {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" transition: max-height 0.5s ease-in-out;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" .card-flex {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" }"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":" .header-fade-enter {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":215,"author":{"gitId":"-"},"content":" }"},{"lineNumber":216,"author":{"gitId":"-"},"content":""},{"lineNumber":217,"author":{"gitId":"-"},"content":" .header-fade-leave-active {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" }"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":" .header-fade-leave-to {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" opacity: 0 !important;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" }"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":" .card-title-inline {"},{"lineNumber":226,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":227,"author":{"gitId":"-"},"content":" }"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":" .card-body {"},{"lineNumber":230,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":231,"author":{"gitId":"-"},"content":" }"},{"lineNumber":232,"author":{"gitId":"-"},"content":""},{"lineNumber":233,"author":{"gitId":"-"},"content":" .header-wrapper {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":235,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":236,"author":{"gitId":"-"},"content":" background-color: white;"},{"lineNumber":237,"author":{"gitId":"-"},"content":" }"},{"lineNumber":238,"author":{"gitId":"-"},"content":""},{"lineNumber":239,"author":{"gitId":"-"},"content":" .header-wrapper-bottom {"},{"lineNumber":240,"author":{"gitId":"-"},"content":" order: 1;"},{"lineNumber":241,"author":{"gitId":"-"},"content":" }"},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":" .ellipses::before {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":245,"author":{"gitId":"-"},"content":" bottom: 3px;"},{"lineNumber":246,"author":{"gitId":"-"},"content":" content: \u0027...\u0027;"},{"lineNumber":247,"author":{"gitId":"-"},"content":" font-weight: 900;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" margin-right: 4px;"},{"lineNumber":249,"author":{"gitId":"-"},"content":" }"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":" .button-wrapper {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" padding-left: 2px;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" border-width: 0 0 0 1px;"},{"lineNumber":254,"author":{"gitId":"LamJiuFong"},"content":" border-color: rgb(150 150 150 / 20%);"},{"lineNumber":255,"author":{"gitId":"-"},"content":" border-style: solid;"},{"lineNumber":256,"author":{"gitId":"-"},"content":" margin-left: 2px;"},{"lineNumber":257,"author":{"gitId":"-"},"content":" width: auto;"},{"lineNumber":258,"author":{"gitId":"-"},"content":" float: none;"},{"lineNumber":259,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" transition: opacity 0.5s;"},{"lineNumber":261,"author":{"gitId":"-"},"content":" vertical-align: text-top;"},{"lineNumber":262,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":263,"author":{"gitId":"-"},"content":" }"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":" .button-wrapper-expanded {"},{"lineNumber":266,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":267,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" }"},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"-"},"content":" .card:hover .button-wrapper {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" }"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":" .header-toggle {"},{"lineNumber":276,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":277,"author":{"gitId":"-"},"content":" }"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":" .glyphicon {"},{"lineNumber":280,"author":{"gitId":"-"},"content":" font-size: 12px;"},{"lineNumber":281,"author":{"gitId":"-"},"content":" }"},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":" .minimal-button {"},{"lineNumber":284,"author":{"gitId":"-"},"content":" padding: 0 3px;"},{"lineNumber":285,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":286,"author":{"gitId":"LamJiuFong"},"content":" color: rgb(150 150 150);"},{"lineNumber":287,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":288,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":289,"author":{"gitId":"-"},"content":" }"},{"lineNumber":290,"author":{"gitId":"-"},"content":""},{"lineNumber":291,"author":{"gitId":"-"},"content":" .minimal-button:hover,"},{"lineNumber":292,"author":{"gitId":"-"},"content":" .minimal-button:active,"},{"lineNumber":293,"author":{"gitId":"-"},"content":" .minimal-button:focus {"},{"lineNumber":294,"author":{"gitId":"LamJiuFong"},"content":" color: rgb(30 30 30);"},{"lineNumber":295,"author":{"gitId":"-"},"content":" }"},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":" .minimal-popup-button {"},{"lineNumber":298,"author":{"gitId":"-"},"content":" top: 1px;"},{"lineNumber":299,"author":{"gitId":"-"},"content":" font-size: 9px;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" }"},{"lineNumber":301,"author":{"gitId":"-"},"content":""},{"lineNumber":302,"author":{"gitId":"-"},"content":" .minimal-menu-up {"},{"lineNumber":303,"author":{"gitId":"-"},"content":" top: 2px;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" font-size: 13px;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" }"},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":" .minimal-menu-down {"},{"lineNumber":308,"author":{"gitId":"-"},"content":" top: 1px;"},{"lineNumber":309,"author":{"gitId":"-"},"content":" font-size: 13px;"},{"lineNumber":310,"author":{"gitId":"-"},"content":" }"},{"lineNumber":311,"author":{"gitId":"-"},"content":""},{"lineNumber":312,"author":{"gitId":"-"},"content":" .minimal-close-button {"},{"lineNumber":313,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":315,"author":{"gitId":"-"},"content":" }"},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":" /* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":318,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 575.98px) {"},{"lineNumber":319,"author":{"gitId":"-"},"content":" .button-wrapper-expanded {"},{"lineNumber":320,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":321,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" opacity: 0.15;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" }"},{"lineNumber":325,"author":{"gitId":"-"},"content":""},{"lineNumber":326,"author":{"gitId":"-"},"content":" .button-wrapper-visible {"},{"lineNumber":327,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":328,"author":{"gitId":"-"},"content":" }"},{"lineNumber":329,"author":{"gitId":"-"},"content":" }"},{"lineNumber":330,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":4,"-":326}},{"path":"packages/vue-components/src/panels/NestedPanel.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" v-if\u003d\"localMinimized\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"morph\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cbutton :class\u003d\"[\u0027morph-display-wrapper\u0027, \u0027btn\u0027, btnType]\" @click\u003d\"open()\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":10,"author":{"gitId":"-"},"content":" v-if\u003d\"!noMinimizedSwitch\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" class\u003d\"minimal-caret-wrapper\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":14,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027glyphicon\u0027, \u0027glyphicon-chevron-right\u0027]\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"card-title\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"_alt\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":26,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":27,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":28,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027card\u0027, { \u0027expandable-card\u0027: isExpandableCard }, borderType]\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":32,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-header\u0027,{\u0027header-toggle\u0027:isExpandableCard}, cardType, borderType]\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" @click.prevent.stop\u003d\"isExpandableCard \u0026\u0026 toggle()\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"caret-wrapper\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":37,"author":{"gitId":"-"},"content":" v-if\u003d\"showCaret\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027glyphicon\u0027, localExpanded ? \u0027glyphicon-chevron-down\u0027 : \u0027glyphicon-chevron-right\u0027]\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":42,"author":{"gitId":"-"},"content":" ref\u003d\"headerWrapper\""},{"lineNumber":43,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027header-wrapper card-title\u0027, cardType,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" {\u0027text-white\u0027:!isLightBg, \u0027header-transparent\u0027:!shouldShowHeader}]\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"button-wrapper\"\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003cpanel-switch"},{"lineNumber":51,"author":{"gitId":"-"},"content":" v-show\u003d\"isExpandableCard \u0026\u0026 !noSwitchBool \u0026\u0026 !showCaret\""},{"lineNumber":52,"author":{"gitId":"-"},"content":" :is-open\u003d\"localExpanded\""},{"lineNumber":53,"author":{"gitId":"-"},"content":" :is-light-bg\u003d\"isLightBg\""},{"lineNumber":54,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":56,"author":{"gitId":"-"},"content":" v-show\u003d\"!noCloseBool\""},{"lineNumber":57,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" class\u003d\"close-button btn\""},{"lineNumber":59,"author":{"gitId":"-"},"content":" :class\u003d\"[isLightBg ? \u0027btn-outline-secondary\u0027 : \u0027btn-outline-light\u0027,"},{"lineNumber":60,"author":{"gitId":"-"},"content":" { \u0027seamless-button\u0027: isSeamless }]\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" @click.stop\u003d\"close()\""},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-remove\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":66,"author":{"gitId":"-"},"content":" v-show\u003d\"popupUrl\""},{"lineNumber":67,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" class\u003d\"popup-button btn\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" :class\u003d\"[isLightBg ? \u0027btn-outline-secondary\u0027 : \u0027btn-outline-light\u0027,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" { \u0027seamless-button\u0027: isSeamless }]\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" @click.stop\u003d\"openPopup()\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-new-window\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":79,"author":{"gitId":"-"},"content":" ref\u003d\"panel\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" class\u003d\"card-collapse\""},{"lineNumber":81,"author":{"gitId":"-"},"content":" :class\u003d\"{\u0027card-peek-collapsed\u0027: shouldShowPeek}\""},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":84,"author":{"gitId":"-"},"content":" v-if\u003d\"wasRetrieverLoaded || preloadBool\""},{"lineNumber":85,"author":{"gitId":"-"},"content":" class\u003d\"card-body\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003cretriever"},{"lineNumber":89,"author":{"gitId":"-"},"content":" v-if\u003d\"hasSrc\""},{"lineNumber":90,"author":{"gitId":"-"},"content":" ref\u003d\"retriever\""},{"lineNumber":91,"author":{"gitId":"-"},"content":" :src\u003d\"srcWithoutFragment\""},{"lineNumber":92,"author":{"gitId":"-"},"content":" :fragment\u003d\"fragment\""},{"lineNumber":93,"author":{"gitId":"-"},"content":" @src-loaded\u003d\"retrieverUpdateMaxHeight\""},{"lineNumber":94,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"bottom-button-wrapper\"\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003cpanel-switch"},{"lineNumber":97,"author":{"gitId":"-"},"content":" v-show\u003d\"isExpandableCard \u0026\u0026 bottomSwitchBool\""},{"lineNumber":98,"author":{"gitId":"-"},"content":" :is-open\u003d\"localExpanded\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" @click.native.stop.prevent\u003d\"toggle(true)\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003chr v-show\u003d\"isSeamless\" /\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"peek-read-more-fade\"\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":107,"author":{"gitId":"-"},"content":" v-if\u003d\"shouldShowPeek\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" class\u003d\"peek-read-more glyphicon glyphicon-chevron-down\""},{"lineNumber":109,"author":{"gitId":"-"},"content":" @click\u003d\"toggle()\""},{"lineNumber":110,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":"import panelBase from \u0027./PanelBase\u0027;"},{"lineNumber":119,"author":{"gitId":"-"},"content":"import panelSwitch from \u0027./PanelSwitch.vue\u0027;"},{"lineNumber":120,"author":{"gitId":"-"},"content":"import retriever from \u0027../Retriever.vue\u0027;"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":123,"author":{"gitId":"-"},"content":" mixins: [panelBase],"},{"lineNumber":124,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" panelSwitch,"},{"lineNumber":126,"author":{"gitId":"-"},"content":" retriever,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" },"},{"lineNumber":128,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" showCaret() {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" return this.isSeamless \u0026\u0026 this.expandableBool;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" },"},{"lineNumber":132,"author":{"gitId":"-"},"content":" isSeamless() {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" return this.type \u003d\u003d\u003d \u0027seamless\u0027;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" },"},{"lineNumber":135,"author":{"gitId":"-"},"content":" btnType() {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" if (this.isSeamless || this.type \u003d\u003d\u003d \u0027light\u0027) {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" return \u0027btn-outline-secondary\u0027;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":" return `btn-outline-${this.type || \u0027secondary\u0027}`;"},{"lineNumber":140,"author":{"gitId":"-"},"content":" },"},{"lineNumber":141,"author":{"gitId":"-"},"content":" borderType() {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" if (this.isSeamless) {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" return \u0027border-0\u0027;"},{"lineNumber":144,"author":{"gitId":"-"},"content":" } else if (this.type) {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" if (this.type \u003d\u003d\u003d \u0027light\u0027) {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" return \u0027\u0027; // Bootstrap 4.x light border is almost invisible on a white page"},{"lineNumber":147,"author":{"gitId":"-"},"content":" }"},{"lineNumber":148,"author":{"gitId":"-"},"content":" return `border-${this.type}`;"},{"lineNumber":149,"author":{"gitId":"-"},"content":" }"},{"lineNumber":150,"author":{"gitId":"-"},"content":" return \u0027\u0027;"},{"lineNumber":151,"author":{"gitId":"-"},"content":" },"},{"lineNumber":152,"author":{"gitId":"-"},"content":" cardType() {"},{"lineNumber":153,"author":{"gitId":"-"},"content":" if (this.isSeamless) {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" return \u0027bg-white\u0027;"},{"lineNumber":155,"author":{"gitId":"-"},"content":" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":" return `bg-${this.type || \u0027light\u0027}`;"},{"lineNumber":157,"author":{"gitId":"-"},"content":" },"},{"lineNumber":158,"author":{"gitId":"-"},"content":" isLightBg() {"},{"lineNumber":159,"author":{"gitId":"-"},"content":" return this.cardType \u003d\u003d\u003d \u0027bg-light\u0027 || this.cardType \u003d\u003d\u003d \u0027bg-white\u0027 || this.cardType \u003d\u003d\u003d \u0027bg-warning\u0027;"},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" },"},{"lineNumber":162,"author":{"gitId":"-"},"content":"};"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":""},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":" .card-container {"},{"lineNumber":167,"author":{"gitId":"-"},"content":" scroll-margin-top: var(--sticky-header-height);"},{"lineNumber":168,"author":{"gitId":"-"},"content":" }"},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":" .card-collapse {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":172,"author":{"gitId":"-"},"content":" transition: max-height 0.5s ease-in-out;"},{"lineNumber":173,"author":{"gitId":"-"},"content":" }"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":" .seamless-button {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" transition: 0.3s opacity;"},{"lineNumber":178,"author":{"gitId":"-"},"content":" }"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":" .card-header:hover .seamless-button {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":""},{"lineNumber":184,"author":{"gitId":"-"},"content":" .card-peek-collapsed {"},{"lineNumber":185,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":186,"author":{"gitId":"-"},"content":" }"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":189,"author":{"gitId":"-"},"content":" * Gives the faded content effect for peek."},{"lineNumber":190,"author":{"gitId":"-"},"content":" * Ensure that height has the same value as collapsedPanelHeight in PanelBase.js."},{"lineNumber":191,"author":{"gitId":"-"},"content":" */"},{"lineNumber":192,"author":{"gitId":"-"},"content":" .card-peek-collapsed::after {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":194,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":196,"author":{"gitId":"-"},"content":" bottom: 0;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" height: 125px;"},{"lineNumber":198,"author":{"gitId":"-"},"content":" background-image: linear-gradient(180deg, transparent, white 90%);"},{"lineNumber":199,"author":{"gitId":"-"},"content":" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" .peek-read-more {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" opacity: 0.2;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" transition: opacity 0.5s;"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":""},{"lineNumber":207,"author":{"gitId":"-"},"content":" /* Targets the before pseudoelement of glyphicon-chevron-down. */"},{"lineNumber":208,"author":{"gitId":"-"},"content":" .peek-read-more::before {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" bottom: 10px;"},{"lineNumber":213,"author":{"gitId":"-"},"content":" }"},{"lineNumber":214,"author":{"gitId":"-"},"content":""},{"lineNumber":215,"author":{"gitId":"-"},"content":" .peek-read-more:hover {"},{"lineNumber":216,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":217,"author":{"gitId":"-"},"content":" opacity: 0.4;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" }"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":" .peek-read-more-fade-enter,"},{"lineNumber":221,"author":{"gitId":"-"},"content":" .peek-read-more-fade-leave-to {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" }"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"\u003c/style\u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":" .card-heading {"},{"lineNumber":229,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":230,"author":{"gitId":"-"},"content":" }"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":" .card-title {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" font-size: 1em;"},{"lineNumber":235,"author":{"gitId":"-"},"content":" line-height: 1.2em;"},{"lineNumber":236,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":237,"author":{"gitId":"-"},"content":" white-space: normal;"},{"lineNumber":238,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":239,"author":{"gitId":"-"},"content":" }"},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":" .card-title * {"},{"lineNumber":242,"author":{"gitId":"-"},"content":" margin-bottom: 0 !important;"},{"lineNumber":243,"author":{"gitId":"-"},"content":" }"},{"lineNumber":244,"author":{"gitId":"-"},"content":""},{"lineNumber":245,"author":{"gitId":"-"},"content":" .caret-wrapper {"},{"lineNumber":246,"author":{"gitId":"-"},"content":" float: left;"},{"lineNumber":247,"author":{"gitId":"-"},"content":" width: 32px;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" }"},{"lineNumber":249,"author":{"gitId":"-"},"content":""},{"lineNumber":250,"author":{"gitId":"-"},"content":" .minimal-caret-wrapper {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":252,"author":{"gitId":"-"},"content":" font-size: 13px;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" margin-right: 5px;"},{"lineNumber":254,"author":{"gitId":"-"},"content":" }"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":" .header-wrapper {"},{"lineNumber":257,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":258,"author":{"gitId":"-"},"content":" width: calc(100% - 32px - 96px);"},{"lineNumber":259,"author":{"gitId":"-"},"content":" transition: 0.5s opacity;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" }"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":" .header-transparent {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" }"},{"lineNumber":265,"author":{"gitId":"-"},"content":""},{"lineNumber":266,"author":{"gitId":"-"},"content":" .button-wrapper {"},{"lineNumber":267,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" width: 96px;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" }"},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"-"},"content":" .header-toggle {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" }"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":" .expandable-card {"},{"lineNumber":276,"author":{"gitId":"-"},"content":" margin-bottom: 0 !important;"},{"lineNumber":277,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":278,"author":{"gitId":"-"},"content":" }"},{"lineNumber":279,"author":{"gitId":"-"},"content":""},{"lineNumber":280,"author":{"gitId":"-"},"content":" .card-collapse \u003e hr {"},{"lineNumber":281,"author":{"gitId":"-"},"content":" margin-top: 0;"},{"lineNumber":282,"author":{"gitId":"-"},"content":" }"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":" .card-group \u003e .card-container \u003e .expandable-card {"},{"lineNumber":285,"author":{"gitId":"-"},"content":" margin-top: 0 !important;"},{"lineNumber":286,"author":{"gitId":"-"},"content":" }"},{"lineNumber":287,"author":{"gitId":"-"},"content":""},{"lineNumber":288,"author":{"gitId":"-"},"content":" .bottom-button-wrapper {"},{"lineNumber":289,"author":{"gitId":"-"},"content":" padding-bottom: 13px;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" margin-bottom: 13px;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .bottom-button-wrapper \u003e .collapse-button {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" opacity: 0.2;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" }"},{"lineNumber":297,"author":{"gitId":"-"},"content":""},{"lineNumber":298,"author":{"gitId":"-"},"content":" .bottom-button-wrapper \u003e .collapse-button:hover {"},{"lineNumber":299,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" }"},{"lineNumber":301,"author":{"gitId":"-"},"content":""},{"lineNumber":302,"author":{"gitId":"-"},"content":" .close-button {"},{"lineNumber":303,"author":{"gitId":"-"},"content":" font-size: 10px !important;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" padding: 3px 8px !important;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" margin-left: 3px;"},{"lineNumber":307,"author":{"gitId":"-"},"content":" margin-top: 2px;"},{"lineNumber":308,"author":{"gitId":"-"},"content":" }"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" .popup-button {"},{"lineNumber":311,"author":{"gitId":"-"},"content":" font-size: 10px !important;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":313,"author":{"gitId":"-"},"content":" margin-top: 2px;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" padding: 3px 8px !important;"},{"lineNumber":315,"author":{"gitId":"-"},"content":" }"},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":" .morph {"},{"lineNumber":318,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":319,"author":{"gitId":"-"},"content":" }"},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":" .morph-display-wrapper {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" }"},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":" /* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":328,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 575.98px) {"},{"lineNumber":329,"author":{"gitId":"-"},"content":" .header-wrapper {"},{"lineNumber":330,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":331,"author":{"gitId":"-"},"content":" width: calc(100% - 32px - 32px);"},{"lineNumber":332,"author":{"gitId":"-"},"content":" }"},{"lineNumber":333,"author":{"gitId":"-"},"content":""},{"lineNumber":334,"author":{"gitId":"-"},"content":" .button-wrapper {"},{"lineNumber":335,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":336,"author":{"gitId":"-"},"content":" width: 32px;"},{"lineNumber":337,"author":{"gitId":"-"},"content":" }"},{"lineNumber":338,"author":{"gitId":"-"},"content":""},{"lineNumber":339,"author":{"gitId":"-"},"content":" .card-body {"},{"lineNumber":340,"author":{"gitId":"-"},"content":" padding: 0.5rem;"},{"lineNumber":341,"author":{"gitId":"-"},"content":" }"},{"lineNumber":342,"author":{"gitId":"-"},"content":""},{"lineNumber":343,"author":{"gitId":"-"},"content":" .card-collapse \u003e hr {"},{"lineNumber":344,"author":{"gitId":"-"},"content":" margin-top: 0.5rem;"},{"lineNumber":345,"author":{"gitId":"-"},"content":" }"},{"lineNumber":346,"author":{"gitId":"-"},"content":""},{"lineNumber":347,"author":{"gitId":"-"},"content":" .card-header {"},{"lineNumber":348,"author":{"gitId":"-"},"content":" padding: 0.5rem;"},{"lineNumber":349,"author":{"gitId":"-"},"content":" }"},{"lineNumber":350,"author":{"gitId":"-"},"content":" }"},{"lineNumber":351,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":1,"-":350}},{"path":"packages/vue-components/src/questions/QOption.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003c!-- Mcq (radio) option --\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":4,"author":{"gitId":"-"},"content":" v-if\u003d\"qOptionType \u003d\u003d\u003d \u0027mcq\u0027\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027form-control\u0027, hintClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" @click\u003d\"toggleRadioOn\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" @mouseover\u003d\"hover \u003d true\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" @mouseleave\u003d\"hover \u003d false\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027row\u0027, { \u0027disabled\u0027: qState.answered }]\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-auto p-0\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003csvg viewBox\u003d\"0 0 100 100\" class\u003d\"radio-svg\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":14,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" r\u003d\"47\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" fill\u003d\"none\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" stroke\u003d\"black\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" stroke-width\u003d\"4\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":22,"author":{"gitId":"-"},"content":" v-show\u003d\"selected\""},{"lineNumber":23,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" r\u003d\"25\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" fill\u003d\"dodgerblue\""},{"lineNumber":27,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/svg\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col content\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-1\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":36,"author":{"gitId":"-"},"content":" v-if\u003d\"correct\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":41,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":42,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger\""},{"lineNumber":43,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered \u0026\u0026 $scopedSlots.reason\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"reason\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"reason\"\u003e\u003c/slot\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003c!-- Checkbox option --\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":59,"author":{"gitId":"-"},"content":" v-else-if\u003d\"qOptionType \u003d\u003d\u003d \u0027checkbox\u0027\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027form-control\u0027, hintClass]\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" @click\u003d\"toggleCheckbox\""},{"lineNumber":62,"author":{"gitId":"-"},"content":" @mouseover\u003d\"hover \u003d true\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" @mouseleave\u003d\"hover \u003d false\""},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003clabel :class\u003d\"[\u0027row\u0027, \u0027checkbox-label\u0027, \u0027m-0\u0027, { \u0027disabled\u0027: qState.answered }]\" @click.stop\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cinput"},{"lineNumber":67,"author":{"gitId":"-"},"content":" v-model\u003d\"selected\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" class\u003d\"checkbox\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" :disabled\u003d\"qState.answered\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" type\u003d\"checkbox\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" onclick\u003d\"event.stopPropagation()\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col content\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-auto\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\"\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":79,"author":{"gitId":"-"},"content":" v-if\u003d\"correct\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":81,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":84,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":85,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":87,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003c/label\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered \u0026\u0026 $scopedSlots.reason\"\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"reason\"\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"reason\"\u003e\u003c/slot\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003c!-- blanks option --\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":102,"author":{"gitId":"-"},"content":" v-else-if\u003d\"qOptionType \u003d\u003d\u003d \u0027blanks\u0027\""},{"lineNumber":103,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027form-control\u0027, \u0027blanks-form-control\u0027, hintClass]\""},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003clabel :class\u003d\"[\u0027row\u0027, \u0027m-0\u0027, { \u0027disabled\u0027: qState.answered }]\" @click.stop\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003cinput"},{"lineNumber":107,"author":{"gitId":"-"},"content":" v-model\u003d\"inputText\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" class\u003d\"form-control\""},{"lineNumber":109,"author":{"gitId":"-"},"content":" :disabled\u003d\"qState.answered\""},{"lineNumber":110,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-auto\"\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003c!-- for when question is answered --\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\"\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":115,"author":{"gitId":"-"},"content":" v-if\u003d\"ansIsCorrect\""},{"lineNumber":116,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":117,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":119,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":120,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger blanks-cross\""},{"lineNumber":121,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":" \u003c!-- for when question is not answered and intermediate result is enabled --\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"isIntermediateResult()\"\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":127,"author":{"gitId":"-"},"content":" v-if\u003d\"ansIsCorrect\""},{"lineNumber":128,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":131,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":132,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger blanks-cross\""},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\" class\u003d\"col-auto blanks-keywords\"\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" \u003cstrong v-if\u003d\"keywordsSplitTrimmed().length\"\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" Keywords:\u0026nbsp;"},{"lineNumber":139,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":140,"author":{"gitId":"-"},"content":" v-for\u003d\"keyword in keywordsSplitTrimmed()\""},{"lineNumber":141,"author":{"gitId":"-"},"content":" :key\u003d\"keyword\""},{"lineNumber":142,"author":{"gitId":"-"},"content":" class\u003d\"badge rounded-pill bg-light text-dark fw-normal\""},{"lineNumber":143,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":" {{ keyword }}"},{"lineNumber":145,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":" \u003c/strong\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \u003cstrong v-else\u003eNo answer checking keywords provided\u003c/strong\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" \u003c/label\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered \u0026\u0026 $scopedSlots.reason\"\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"reason blanks-reason\"\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"reason\"\u003e\u003c/slot\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"import { STATE_WRONG } from \u0027./QuestionConstants\u0027;"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":163,"author":{"gitId":"-"},"content":" name: \u0027McqOption\u0027,"},{"lineNumber":164,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":165,"author":{"gitId":"-"},"content":" correct: {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":167,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":168,"author":{"gitId":"-"},"content":" },"},{"lineNumber":169,"author":{"gitId":"-"},"content":" keywords: {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":171,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" },"},{"lineNumber":174,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":175,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" selected: false,"},{"lineNumber":177,"author":{"gitId":"-"},"content":" hover: false,"},{"lineNumber":178,"author":{"gitId":"-"},"content":" inputText: \u0027\u0027,"},{"lineNumber":179,"author":{"gitId":"-"},"content":" ansIsCorrect: false,"},{"lineNumber":180,"author":{"gitId":"-"},"content":" };"},{"lineNumber":181,"author":{"gitId":"-"},"content":" },"},{"lineNumber":182,"author":{"gitId":"-"},"content":" inject: {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" answers: {"},{"lineNumber":184,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":185,"author":{"gitId":"-"},"content":" },"},{"lineNumber":186,"author":{"gitId":"-"},"content":" qOptionType: {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":188,"author":{"gitId":"-"},"content":" },"},{"lineNumber":189,"author":{"gitId":"-"},"content":" qState: {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":191,"author":{"gitId":"-"},"content":" },"},{"lineNumber":192,"author":{"gitId":"-"},"content":" noIntermediateResult: {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":194,"author":{"gitId":"-"},"content":" },"},{"lineNumber":195,"author":{"gitId":"-"},"content":" },"},{"lineNumber":196,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" hintClass() {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (this.qState.answered) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" return this.correct ? \u0027success\u0027 : \u0027danger\u0027;"},{"lineNumber":200,"author":{"gitId":"-"},"content":" }"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":" return (this.selected || this.hover) ? \u0027alert-light text-dark border border-secondary\u0027 : \u0027\u0027;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" },"},{"lineNumber":204,"author":{"gitId":"-"},"content":" answeredCorrectly() {"},{"lineNumber":205,"author":{"gitId":"-"},"content":" return (this.correct \u0026\u0026 this.selected) || (!this.correct \u0026\u0026 !this.selected);"},{"lineNumber":206,"author":{"gitId":"-"},"content":" },"},{"lineNumber":207,"author":{"gitId":"-"},"content":" },"},{"lineNumber":208,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" checkAnswer() {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" let ansIsCorrect \u003d false;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" const lowerCasedText \u003d this.inputText.toLowerCase().trim();"},{"lineNumber":212,"author":{"gitId":"-"},"content":" const keywords \u003d this.keywords.toLowerCase().split(\u0027,\u0027).filter(keyword \u003d\u003e keyword.trim() !\u003d\u003d \u0027\u0027);"},{"lineNumber":213,"author":{"gitId":"-"},"content":" if (!this.keywords.length) {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" ansIsCorrect \u003d true;"},{"lineNumber":215,"author":{"gitId":"-"},"content":" }"},{"lineNumber":216,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c keywords.length; i +\u003d 1) {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" if (lowerCasedText \u003d\u003d\u003d keywords[i].trim()) {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" ansIsCorrect \u003d true;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" }"},{"lineNumber":221,"author":{"gitId":"-"},"content":" }"},{"lineNumber":222,"author":{"gitId":"-"},"content":" this.ansIsCorrect \u003d ansIsCorrect;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" isIntermediateResult() {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" return !this.noIntermediateResult \u0026\u0026 this.qState.state \u003d\u003d\u003d STATE_WRONG \u0026\u0026 !this.qState.answered;"},{"lineNumber":226,"author":{"gitId":"-"},"content":" },"},{"lineNumber":227,"author":{"gitId":"-"},"content":" isBlanksQuestion() {"},{"lineNumber":228,"author":{"gitId":"-"},"content":" return this.type \u003d\u003d\u003d \u0027blanks\u0027;"},{"lineNumber":229,"author":{"gitId":"-"},"content":" },"},{"lineNumber":230,"author":{"gitId":"-"},"content":" keywordsSplitTrimmed() {"},{"lineNumber":231,"author":{"gitId":"-"},"content":" return this.keywords.split(\u0027,\u0027).filter(keyword \u003d\u003e keyword.trim() !\u003d\u003d \u0027\u0027);"},{"lineNumber":232,"author":{"gitId":"-"},"content":" },"},{"lineNumber":233,"author":{"gitId":"-"},"content":" toggleRadioOn() {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" if (this.qState.answered || this.selected) {"},{"lineNumber":235,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":236,"author":{"gitId":"-"},"content":" }"},{"lineNumber":237,"author":{"gitId":"-"},"content":""},{"lineNumber":238,"author":{"gitId":"-"},"content":" this.answers.forEach((answer) \u003d\u003e {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" answer.selected \u003d false;"},{"lineNumber":240,"author":{"gitId":"-"},"content":" });"},{"lineNumber":241,"author":{"gitId":"-"},"content":" this.selected \u003d true;"},{"lineNumber":242,"author":{"gitId":"-"},"content":" },"},{"lineNumber":243,"author":{"gitId":"-"},"content":" toggleCheckbox() {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" if (this.qState.answered) {"},{"lineNumber":245,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":246,"author":{"gitId":"-"},"content":" }"},{"lineNumber":247,"author":{"gitId":"-"},"content":" this.selected \u003d !this.selected;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" },"},{"lineNumber":249,"author":{"gitId":"-"},"content":" },"},{"lineNumber":250,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" this.answers.push(this);"},{"lineNumber":252,"author":{"gitId":"-"},"content":" },"},{"lineNumber":253,"author":{"gitId":"-"},"content":"};"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":" .fa-check,"},{"lineNumber":258,"author":{"gitId":"-"},"content":" .fa-times {"},{"lineNumber":259,"author":{"gitId":"-"},"content":" font-size: 1.2em;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" }"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":" /* For accomodating block markdown nicely */"},{"lineNumber":263,"author":{"gitId":"-"},"content":" .reason :last-child,"},{"lineNumber":264,"author":{"gitId":"-"},"content":" .content :last-child {"},{"lineNumber":265,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":266,"author":{"gitId":"-"},"content":" }"},{"lineNumber":267,"author":{"gitId":"-"},"content":""},{"lineNumber":268,"author":{"gitId":"-"},"content":" .reason {"},{"lineNumber":269,"author":{"gitId":"-"},"content":" padding: 0 0.5rem;"},{"lineNumber":270,"author":{"gitId":"-"},"content":" }"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":" .checkbox-label {"},{"lineNumber":273,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":274,"author":{"gitId":"-"},"content":" }"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":277,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":278,"author":{"gitId":"-"},"content":" margin-bottom: 10px;"},{"lineNumber":279,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":280,"author":{"gitId":"-"},"content":" }"},{"lineNumber":281,"author":{"gitId":"-"},"content":""},{"lineNumber":282,"author":{"gitId":"-"},"content":" .form-control.success,"},{"lineNumber":283,"author":{"gitId":"-"},"content":" .form-control.success \u003e .checkbox-label,"},{"lineNumber":284,"author":{"gitId":"-"},"content":" .form-control.danger,"},{"lineNumber":285,"author":{"gitId":"-"},"content":" .form-control.danger \u003e .checkbox-label {"},{"lineNumber":286,"author":{"gitId":"-"},"content":" cursor: default;"},{"lineNumber":287,"author":{"gitId":"-"},"content":" }"},{"lineNumber":288,"author":{"gitId":"-"},"content":""},{"lineNumber":289,"author":{"gitId":"-"},"content":" .disabled {"},{"lineNumber":290,"author":{"gitId":"-"},"content":" opacity: 0.9;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .radio-svg {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" width: 1em;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" height: 1em;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" vertical-align: text-top;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" }"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":" .checkbox {"},{"lineNumber":300,"author":{"gitId":"-"},"content":" width: 1em;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" height: 1em;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" margin-right: 5px;"},{"lineNumber":303,"author":{"gitId":"-"},"content":" vertical-align: middle;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" }"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":" .row {"},{"lineNumber":307,"author":{"gitId":"LamJiuFong"},"content":" margin: 0.2rem 0 0;"},{"lineNumber":308,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":309,"author":{"gitId":"-"},"content":" }"},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":" /* for blanks question type */"},{"lineNumber":312,"author":{"gitId":"-"},"content":" input.form-control {"},{"lineNumber":313,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" min-height: 20px;"},{"lineNumber":315,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":316,"author":{"gitId":"-"},"content":" width: 50%;"},{"lineNumber":317,"author":{"gitId":"-"},"content":" cursor: text;"},{"lineNumber":318,"author":{"gitId":"-"},"content":" }"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"-"},"content":" input.form-control:disabled,"},{"lineNumber":321,"author":{"gitId":"-"},"content":" .blanks-keywords {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" margin-bottom: 0.5rem;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" }"},{"lineNumber":324,"author":{"gitId":"-"},"content":""},{"lineNumber":325,"author":{"gitId":"-"},"content":" .blanks-form-control {"},{"lineNumber":326,"author":{"gitId":"-"},"content":" border: none;"},{"lineNumber":327,"author":{"gitId":"-"},"content":" cursor: default;"},{"lineNumber":328,"author":{"gitId":"-"},"content":" }"},{"lineNumber":329,"author":{"gitId":"-"},"content":""},{"lineNumber":330,"author":{"gitId":"-"},"content":" .blanks-cross {"},{"lineNumber":331,"author":{"gitId":"-"},"content":" margin-right: 3px;"},{"lineNumber":332,"author":{"gitId":"-"},"content":" margin-left: 3px;"},{"lineNumber":333,"author":{"gitId":"-"},"content":" }"},{"lineNumber":334,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":1,"-":333}},{"path":"packages/vue-components/src/questions/Quiz.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027quiz-container\u0027, addClass]\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"intro-outro-card\" @after-leave\u003d\"showFirstQuestion\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"state \u003d\u003d\u003d 3\" class\u003d\"card intro-outro-card\"\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"intro\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003ch4\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" Click start to begin"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003c/h4\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003ch5\u003e{{ questions.length }} questions\u003c/h5\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":17,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" class\u003d\"btn btn-primary d-inline-block\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" @click\u003d\"begin\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" Start"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"intro-outro-card\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":29,"author":{"gitId":"-"},"content":" v-show\u003d\"state \u003d\u003d\u003d 4\""},{"lineNumber":30,"author":{"gitId":"-"},"content":" class\u003d\"progress intro-outro-card\""},{"lineNumber":31,"author":{"gitId":"-"},"content":" style\u003d\"height: 1px;\""},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":34,"author":{"gitId":"-"},"content":" class\u003d\"progress-bar progress-bar-z\""},{"lineNumber":35,"author":{"gitId":"-"},"content":" role\u003d\"progressbar\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" :style\u003d\"{ width: `${currentQuestion / questions.length * 100}%` }\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" aria-valuemin\u003d\"0\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :aria-valuemax\u003d\"questions.length\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" :aria-valuenow\u003d\"currentQuestion\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003ctransition"},{"lineNumber":47,"author":{"gitId":"-"},"content":" name\u003d\"intro-outro-card\""},{"lineNumber":48,"author":{"gitId":"-"},"content":" @after-enter\u003d\"setScoreCircleStyles\""},{"lineNumber":49,"author":{"gitId":"-"},"content":" @after-leave\u003d\"showFirstQuestion\""},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"state \u003d\u003d\u003d 5\" class\u003d\"card intro-outro-card\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003ch4 class\u003d\"mb-3\"\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" {{ scoreText }}"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/h4\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003csvg"},{"lineNumber":57,"author":{"gitId":"-"},"content":" viewBox\u003d\"0 0 100 100\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" width\u003d\"120px\""},{"lineNumber":59,"author":{"gitId":"-"},"content":" height\u003d\"120px\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":62,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":64,"author":{"gitId":"-"},"content":" r\u003d\"42\""},{"lineNumber":65,"author":{"gitId":"-"},"content":" class\u003d\"score-background-circle\""},{"lineNumber":66,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":68,"author":{"gitId":"-"},"content":" ref\u003d\"score\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" r\u003d\"42\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" transform\u003d\"rotate(-90, 50, 50)\""},{"lineNumber":73,"author":{"gitId":"-"},"content":" class\u003d\"score-circle\""},{"lineNumber":74,"author":{"gitId":"-"},"content":" stroke-dashoffset\u003d\"264\""},{"lineNumber":75,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003ctext"},{"lineNumber":77,"author":{"gitId":"-"},"content":" class\u003d\"score\""},{"lineNumber":78,"author":{"gitId":"-"},"content":" x\u003d\"22\""},{"lineNumber":79,"author":{"gitId":"-"},"content":" y\u003d\"57\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" textLength\u003d\"56\""},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003e{{ score }} / {{ questions.length }}\u003c/text\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003c/svg\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":87,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" class\u003d\"btn btn-outline-primary\""},{"lineNumber":89,"author":{"gitId":"-"},"content":" @click\u003d\"begin\""},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":" Retry"},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" STATE_CORRECT,"},{"lineNumber":102,"author":{"gitId":"-"},"content":"} from \u0027./QuestionConstants\u0027;"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"const STATE_QUIZ_FRESH \u003d 3;"},{"lineNumber":105,"author":{"gitId":"-"},"content":"const STATE_QUIZ_IN_PROGRESS \u003d 4;"},{"lineNumber":106,"author":{"gitId":"-"},"content":"const STATE_QUIZ_DONE \u003d 5;"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" name: \u0027Quiz\u0027,"},{"lineNumber":110,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":113,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":114,"author":{"gitId":"-"},"content":" },"},{"lineNumber":115,"author":{"gitId":"-"},"content":" },"},{"lineNumber":116,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":117,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" currentQuestion: 0,"},{"lineNumber":119,"author":{"gitId":"-"},"content":" questions: [],"},{"lineNumber":120,"author":{"gitId":"-"},"content":" score: 0,"},{"lineNumber":121,"author":{"gitId":"-"},"content":" state: STATE_QUIZ_FRESH,"},{"lineNumber":122,"author":{"gitId":"-"},"content":" };"},{"lineNumber":123,"author":{"gitId":"-"},"content":" },"},{"lineNumber":124,"author":{"gitId":"-"},"content":" provide() {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" questions: this.questions,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" gotoNextQuestion: this.gotoNextQuestion,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" showNextQuestion: this.showNextQuestion,"},{"lineNumber":129,"author":{"gitId":"-"},"content":" };"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" scoreText() {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" return (this.score / this.questions.length) \u003e 0.5"},{"lineNumber":134,"author":{"gitId":"-"},"content":" ? \u0027Well done!\u0027"},{"lineNumber":135,"author":{"gitId":"-"},"content":" : \u0027Try again?\u0027;"},{"lineNumber":136,"author":{"gitId":"-"},"content":" },"},{"lineNumber":137,"author":{"gitId":"-"},"content":" },"},{"lineNumber":138,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" gotoNextQuestion() {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" this.questions[this.currentQuestion - 1].hide();"},{"lineNumber":141,"author":{"gitId":"-"},"content":" this.currentQuestion +\u003d 1;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" },"},{"lineNumber":143,"author":{"gitId":"-"},"content":" showNextQuestion() {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" if (this.currentQuestion \u003c\u003d this.questions.length) {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" this.questions[this.currentQuestion - 1].show();"},{"lineNumber":146,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":147,"author":{"gitId":"-"},"content":" this.complete();"},{"lineNumber":148,"author":{"gitId":"-"},"content":" }"},{"lineNumber":149,"author":{"gitId":"-"},"content":" },"},{"lineNumber":150,"author":{"gitId":"-"},"content":" begin() {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" this.currentQuestion \u003d 1;"},{"lineNumber":152,"author":{"gitId":"-"},"content":" this.score \u003d 0;"},{"lineNumber":153,"author":{"gitId":"-"},"content":" this.state \u003d STATE_QUIZ_IN_PROGRESS;"},{"lineNumber":154,"author":{"gitId":"-"},"content":" },"},{"lineNumber":155,"author":{"gitId":"-"},"content":" showFirstQuestion() {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" if (this.questions.length) {"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.questions[0].show();"},{"lineNumber":158,"author":{"gitId":"-"},"content":" }"},{"lineNumber":159,"author":{"gitId":"-"},"content":" },"},{"lineNumber":160,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":161,"author":{"gitId":"-"},"content":" this.questions.forEach(question \u003d\u003e question.reset());"},{"lineNumber":162,"author":{"gitId":"-"},"content":" },"},{"lineNumber":163,"author":{"gitId":"-"},"content":" complete() {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" this.score \u003d this.questions.filter(q \u003d\u003e q.qState.state \u003d\u003d\u003d STATE_CORRECT).length;"},{"lineNumber":165,"author":{"gitId":"-"},"content":" this.state \u003d STATE_QUIZ_DONE;"},{"lineNumber":166,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":167,"author":{"gitId":"-"},"content":" },"},{"lineNumber":168,"author":{"gitId":"-"},"content":" setScoreCircleStyles() {"},{"lineNumber":169,"author":{"gitId":"-"},"content":" const scoreFactor \u003d this.score / this.questions.length;"},{"lineNumber":170,"author":{"gitId":"-"},"content":" this.$refs.score.style.strokeDashoffset \u003d (1 - scoreFactor) * 264;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" this.$refs.score.style.stroke \u003d \u0027#51c2f8\u0027;"},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" },"},{"lineNumber":174,"author":{"gitId":"-"},"content":"};"},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":" .quiz-container {"},{"lineNumber":179,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" isolation: isolate;"},{"lineNumber":181,"author":{"gitId":"-"},"content":" }"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":" .intro-outro-card {"},{"lineNumber":184,"author":{"gitId":"-"},"content":" transition: transform 0.35s ease-out, opacity 0.35s linear;"},{"lineNumber":185,"author":{"gitId":"-"},"content":" }"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":" .intro-outro-card-enter-active,"},{"lineNumber":188,"author":{"gitId":"-"},"content":" .intro-outro-card-leave-to {"},{"lineNumber":189,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" }"},{"lineNumber":191,"author":{"gitId":"-"},"content":""},{"lineNumber":192,"author":{"gitId":"-"},"content":" .intro-outro-card \u003e .card-body {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":194,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":196,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" }"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":" .score {"},{"lineNumber":200,"author":{"gitId":"-"},"content":" font-size: 1.4rem;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" font-weight: bold;"},{"lineNumber":202,"author":{"gitId":"-"},"content":" }"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":" .score-circle {"},{"lineNumber":205,"author":{"gitId":"-"},"content":" stroke-dasharray: 264;"},{"lineNumber":206,"author":{"gitId":"-"},"content":" fill: none;"},{"lineNumber":207,"author":{"gitId":"LamJiuFong"},"content":" stroke: rgb(132 215 255 / 80%);"},{"lineNumber":208,"author":{"gitId":"-"},"content":" stroke-width: 8;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" transition: stroke-dashoffset 1.5s ease-out, stroke 1.5s linear;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" }"},{"lineNumber":211,"author":{"gitId":"-"},"content":""},{"lineNumber":212,"author":{"gitId":"-"},"content":" .score-background-circle {"},{"lineNumber":213,"author":{"gitId":"-"},"content":" fill: none;"},{"lineNumber":214,"author":{"gitId":"LamJiuFong"},"content":" stroke: rgb(227 226 226 / 50%);"},{"lineNumber":215,"author":{"gitId":"-"},"content":" stroke-width: 8;"},{"lineNumber":216,"author":{"gitId":"-"},"content":" }"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":" .btn {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" border-radius: 2em;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" }"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":" .progress-bar-z {"},{"lineNumber":223,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":224,"author":{"gitId":"-"},"content":" }"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":2,"-":224}},{"path":"scripts/process_message.py","fileType":"py","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"import json"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"import re"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"import sys"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d sys.argv[1]"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Preprocessing the markdown content"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d markdown_content.replace(\u0027`\u0027, \u0027\\\\`\u0027)"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d markdown_content.replace(\u0027(\u0027, \u0027\\\\(\u0027).replace(\u0027)\u0027, \u0027\\\\)\u0027)"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d re.sub(r\u0027\u003c!--.*?--\u003e\u0027, \u0027\u0027, markdown_content, flags\u003dre.DOTALL) # Remove HTML comments"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"print(markdown_content)"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""}],"authorContributionMap":{"KevinEyo1":15}}] +[{"path":".github/workflows/new-contributor.yml","fileType":"yml","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"name: New Contributor Action"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"on: "},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" pull_request_target:"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" types: [closed]"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"concurrency:"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" cancel-in-progress: true"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"jobs:"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" check-new-contributor:"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" if: ${{ github.event.pull_request.merged }}"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" runs-on: ubuntu-latest"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" permissions:"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" pull-requests: write"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" steps:"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" - name: Check new contributor"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" uses: actions/github-script@v7"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" with:"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" script: |"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" const prAuthor \u003d context.payload.pull_request.user.login;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" const prMerger \u003d context.payload.pull_request.merged_by.login;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" const repoOwner \u003d context.repo.owner;"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" const repoName \u003d context.repo.repo;"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" const currentPR \u003d context.payload.pull_request.number;"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" const previouslyMergedPRsByAuthor \u003d await github.paginate("},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" github.rest.pulls.list,"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" owner: repoOwner,"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" repo: repoName,"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" state: \u0027closed\u0027,"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" per_page: 100"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" (response) \u003d\u003e response.data.filter(pr \u003d\u003e pr.merged_at !\u003d null \u0026\u0026 pr.user.login \u003d\u003d\u003d prAuthor \u0026\u0026 pr.number !\u003d\u003d currentPR)"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" );"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" if (previouslyMergedPRsByAuthor.length \u003d\u003d 0) {"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" const welcomeMessage \u003d `**Welcome**, @${prAuthor}! 🎉 Thank you for your contribution to the MarkBind project!\\n\\n@${prMerger}, please remember to add @${prAuthor} as an official contributor to our repository.\\n\\nSee the full list of contributors [here](https://markbind.org/about.html). ✨`;"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" github.rest.issues.createComment({"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" issue_number: currentPR,"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" owner: repoOwner,"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" repo: repoName,"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" body: welcomeMessage"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" });"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":45}},{"path":".github/workflows/pr-merge.yml","fileType":"yml","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"name: Pull Request Review Action"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"on:"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" pull_request_target:"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" types:"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" - closed"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"concurrency:"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" cancel-in-progress: true"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"jobs:"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" check-pr-label:"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" if: ${{ github.event.pull_request.merged }}"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" runs-on: ubuntu-latest"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" steps:"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" - uses: actions/checkout@v3"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" - name: Check for PR description label"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" id: check_pr_description_label"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" run: |"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" python scripts/process_message.py \"${TEXT_BODY}\" \u003e processed_body.txt"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" processed_body\u003d$(cat processed_body.txt)"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" proposed_version_impact\u003d$(echo \"$processed_body\" | awk \u0027/Major \\\\\\(when you make incompatible API changes\\\\\\)/,/Patch \\\\\\(when you make backward compatible bug fixes\\\\\\)/\u0027)"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" is_major\u003d$(echo \"$proposed_version_impact\" | grep -qi \u0027\\[X\\] Major\u0027; echo $((1-$?)))"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" is_minor\u003d$(echo \"$proposed_version_impact\" | grep -qi \u0027\\[X\\] Minor\u0027; echo $((1-$?)))"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" is_patch\u003d$(echo \"$proposed_version_impact\" | grep -qi \u0027\\[X\\] Patch\u0027; echo $((1-$?)))"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" num_labels_chosen\u003d$(($is_major + $is_minor + $is_patch))"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" echo \"num_labels_chosen\u003d$num_labels_chosen\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" if [[ \"$num_labels_chosen\" -eq 0 ]]; then"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" echo \"message\u003d$(echo \"@${MERGE_AUTHOR} Each PR must have a SEMVER impact label, please remember to label the PR properly.\")\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" elif [[ \"$num_labels_chosen\" -ge 2 ]]; then"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" echo \"message\u003d$(echo \"@${MERGE_AUTHOR} Each PR can only have one SEMVER impact label, please remember to label the PR properly.\")\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" else"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" echo \"message\u003d$(echo \"SEMVER impact selected.\")\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" echo \"chosen_label\u003d$("},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" if [ \"$is_major\" -eq 1 ]; then"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" echo \"r.Major\""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" elif [ \"$is_minor\" -eq 1 ]; then"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" echo \"r.Minor\""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" elif [ \"$is_patch\" -eq 1 ]; then"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" echo \"r.Patch\""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" fi"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" )\" \u003e\u003e $GITHUB_OUTPUT"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" fi"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" env:"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" TEXT_BODY: ${{ github.event.pull_request.body }}"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" MERGE_AUTHOR: ${{ github.event.sender.login }}"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" - name: Assign label based on version impact"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" uses: actions/github-script@v7"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" with:"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" script: |"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" if (process.env.NUM_LABELS_CHOSEN !\u003d 1) {"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" github.rest.issues.createComment({"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" issue_number: context.payload.pull_request.number,"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" owner: context.repo.owner,"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" repo: context.repo.repo,"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" body: process.env.MESSAGE,"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" });"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" } else {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" github.rest.issues.addLabels({"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" issue_number: context.payload.pull_request.number,"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" owner: context.repo.owner,"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" repo: context.repo.repo,"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" labels: [process.env.CHOSEN_LABEL]"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" });"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" env:"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" NUM_LABELS_CHOSEN: ${{ steps.check_pr_description_label.outputs.num_labels_chosen }}"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" MESSAGE: ${{ steps.check_pr_description_label.outputs.message }}"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" CHOSEN_LABEL: ${{ steps.check_pr_description_label.outputs.chosen_label }}"}],"authorContributionMap":{"KevinEyo1":69}},{"path":".github/workflows/pr-message-reminder.yml","fileType":"yml","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"name: PR Message Reminder"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"on:"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" push:"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" branches:"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" - master"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" tags:"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" - \u0027v[0-9]+.[0-9]+.[0-9]+\u0027"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" pull_request:"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" types:"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" - opened"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" - synchronize"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" - reopened"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" - edited"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"concurrency:"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" cancel-in-progress: true"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"jobs:"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" remind-pr-author:"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" if: github.event_name \u003d\u003d \u0027pull_request\u0027"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" runs-on: ubuntu-latest"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" "},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" steps:"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" - uses: actions/checkout@v3"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" - name: Extract Proposed Commit Message"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" run: |"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" python scripts/process_message.py \"${TEXT_BODY}\" \u003e processed_body.txt"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" processed_body\u003d$(cat processed_body.txt)"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" proposed_commit_message\u003d$(echo \"$processed_body\" | awk \u0027/\\\\*\\\\*Proposed commit message: \\\\\\(wrap lines at 72 characters\\\\\\)\\\\*\\\\*/,/\\\\*\\\\*Checklist:\\\\*\\\\*/\u0027 | tail -n +2 | head -n -3)"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" echo \"Proposed commit message:\""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" echo \"$proposed_commit_message\""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" if ! grep -q \u0027[^[:space:]]\u0027 \u003c\u003c\u003c \"$proposed_commit_message\"; then"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" echo \"Please fill in the proposed commit message section in the pull request description.\""},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" exit 1"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" fi"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" env:"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" TEXT_BODY: ${{ github.event.pull_request.body }}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":39}},{"path":".stylelintrc.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"module.exports \u003d {"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":" \"extends\": [\"stylelint-config-standard\", \"stylelint-config-recommended-vue\"],"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":" \"plugins\": [\"@stylistic/stylelint-plugin\"],"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"rules\": {"},{"lineNumber":5,"author":{"gitId":"LamJiuFong"},"content":" \"@stylistic/indentation\": [4, { baseIndentLevel: 1 } ],"},{"lineNumber":6,"author":{"gitId":"-"},"content":" // MarkBind generates some blank CSS files when initialising a site,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" // which violates the no-empty-source rule"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"no-empty-source\": null"},{"lineNumber":9,"author":{"gitId":"-"},"content":" }"},{"lineNumber":10,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"LamJiuFong":3,"-":7}},{"path":"docs/_markbind/layouts/userGuide.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% include \"_markbind/layouts/headers/header.md\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"site-nav\"\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"site-nav-top\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"fw-bold mb-2\" style\u003d\"font-size: 1.25rem;\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" User Guide"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003csite-nav\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"* [Getting Started]({{baseUrl}}/userGuide/gettingStarted.html)"},{"lineNumber":13,"author":{"gitId":"-"},"content":"* Authoring Contents :expanded:"},{"lineNumber":14,"author":{"gitId":"-"},"content":" * [Overview]({{baseUrl}}/userGuide/authoringContents.html)"},{"lineNumber":15,"author":{"gitId":"-"},"content":" * [Adding Pages]({{baseUrl}}/userGuide/addingPages.html)"},{"lineNumber":16,"author":{"gitId":"-"},"content":" * [MarkBind Syntax Overview]({{baseUrl}}/userGuide/markBindSyntaxOverview.html)"},{"lineNumber":17,"author":{"gitId":"-"},"content":" * [Formatting Contents]({{baseUrl}}/userGuide/formattingContents.html)"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * [Using Components]({{baseUrl}}/userGuide/usingComponents.html) :expanded:"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * [Presentation]({{baseUrl}}/userGuide/components/presentation.html)"},{"lineNumber":20,"author":{"gitId":"-"},"content":" * [Images \u0026 Diagrams]({{baseUrl}}/userGuide/components/imagesAndDiagrams.html)"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * [Pop-Ups]({{baseUrl}}/userGuide/components/popups.html)"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * [Navigation]({{baseUrl}}/userGuide/components/navigation.html)"},{"lineNumber":23,"author":{"gitId":"-"},"content":" * [Others]({{baseUrl}}/userGuide/components/others.html)"},{"lineNumber":24,"author":{"gitId":"-"},"content":" * [Advanced]({{baseUrl}}/userGuide/components/advanced.html)"},{"lineNumber":25,"author":{"gitId":"-"},"content":" * [Using HTML, JavaScript, CSS]({{baseUrl}}/userGuide/usingHtmlJavaScriptCss.html)"},{"lineNumber":26,"author":{"gitId":"-"},"content":" * [Tweaking the Page Structure]({{baseUrl}}/userGuide/tweakingThePageStructure.html)"},{"lineNumber":27,"author":{"gitId":"-"},"content":" * [Reusing Contents]({{baseUrl}}/userGuide/reusingContents.html)"},{"lineNumber":28,"author":{"gitId":"-"},"content":"* Working with Sites :expanded:"},{"lineNumber":29,"author":{"gitId":"-"},"content":" * [Overview]({{baseUrl}}/userGuide/workingWithSites.html)"},{"lineNumber":30,"author":{"gitId":"-"},"content":" * [Setting Site Properties]({{baseUrl}}/userGuide/settingSiteProperties.html)"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * [Using Plugins]({{baseUrl}}/userGuide/usingPlugins.html)"},{"lineNumber":32,"author":{"gitId":"-"},"content":" * [Making the Site Searchable]({{baseUrl}}/userGuide/makingTheSiteSearchable.html)"},{"lineNumber":33,"author":{"gitId":"-"},"content":" * [Applying Themes]({{baseUrl}}/userGuide/themes.html)"},{"lineNumber":34,"author":{"gitId":"-"},"content":" * [Deploying the Site]({{baseUrl}}/userGuide/deployingTheSite.html)"},{"lineNumber":35,"author":{"gitId":"-"},"content":" * [MarkBind in the Project Workflow]({{baseUrl}}/userGuide/markBindInTheProjectWorkflow.html)"},{"lineNumber":36,"author":{"gitId":"-"},"content":" * [Redirecting to a Custom 404 Page]({{baseUrl}}/userGuide/redirectingToACustom404Page.html)"},{"lineNumber":37,"author":{"gitId":"-"},"content":" * [Adding Navigation Buttons]({{baseUrl}}/userGuide/addingNavigationButtons.html)"},{"lineNumber":38,"author":{"gitId":"-"},"content":" * [Templates]({{baseUrl}}/userGuide/templates.html)"},{"lineNumber":39,"author":{"gitId":"-"},"content":"* References :expanded:"},{"lineNumber":40,"author":{"gitId":"-"},"content":" * [CLI Commands]({{baseUrl}}/userGuide/cliCommands.html)"},{"lineNumber":41,"author":{"gitId":"-"},"content":" * [Reader-Facing Features]({{baseUrl}}/userGuide/readerFacingFeatures.html)"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" * [Syntax Reference]({{baseUrl}}/userGuide/syntaxReference.html)"},{"lineNumber":43,"author":{"gitId":"-"},"content":" * [`site.json` File]({{baseUrl}}/userGuide/siteJsonFile.html)"},{"lineNumber":44,"author":{"gitId":"-"},"content":" * [`.gitignore` File]({{baseUrl}}/userGuide/gitignoreFile.html)"},{"lineNumber":45,"author":{"gitId":"-"},"content":" * [Tips \u0026 Tricks]({{baseUrl}}/userGuide/tipsAndTricks.html)"},{"lineNumber":46,"author":{"gitId":"-"},"content":" * [Troubleshooting]({{baseUrl}}/userGuide/troubleshooting.html)"},{"lineNumber":47,"author":{"gitId":"-"},"content":" * [Glossary]({{baseUrl}}/userGuide/glossary.html)"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003c/site-nav\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cbreadcrumb /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" {{ content }}"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"page-nav\"\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cpage-nav /\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"footers/footer.md\" /\u003e"}],"authorContributionMap":{"jingting1412":1,"-":62}},{"path":"docs/css/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"docs/devGuide/bootcamp/exploreMarkBind.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Explore MarkBind as a User\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" title: \"{{ title }}\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" layout: devGuide.md"},{"lineNumber":7,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"Getting to know MarkBind as a user will help you understand what MarkBind offers and how it can be used to create static websites. This will also help you understand the different components and syntax available in MarkBind, which will be useful when you want to debug issues or create similar features in the future."},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"## TLDR"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"- [ ] Setup the master branch MarkBind"},{"lineNumber":21,"author":{"gitId":"-"},"content":"- [ ] Create a MarkBind site"},{"lineNumber":22,"author":{"gitId":"-"},"content":"- [ ] Create content with MarkBind"},{"lineNumber":23,"author":{"gitId":"-"},"content":"- [ ] Modify site structure and configuration"},{"lineNumber":24,"author":{"gitId":"-"},"content":"- [ ] Deploy your MarkBind site"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"## Setup the master branch of MarkBind"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"As mentioned in our \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/gettingStarted.html\"\u003euser guide\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/gettingStarted.html\"\u003euser guide\u003c/a\u003e, we can either install MarkBind via npm or create a new MarkBind site with npx."},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"In this bootcamp, we want to set up the master branch MarkBind so that we can test out any changes we make to the codebase on our local machine."},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" light\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"You can also switch between the master branch MarkBind and check out other branches if you are working on multiple issues. This is also useful when you want to test out a PR submitted by another developer."},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/devGuide/development/settingUp.md\" header\u003d\"**Setting up MarkBind**\" type\u003d\"info\" minimized\u003e\u003c/panel\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"After setting up MarkBind, try running from the root directory of your MarkBind repository:"},{"lineNumber":45,"author":{"gitId":"-"},"content":"- [ ] `markbind -v` to check that you have the correct version of MarkBind installed"},{"lineNumber":46,"author":{"gitId":"-"},"content":"- [ ] `cd docs \u0026\u0026 markbind serve -d` to check that you can serve the MarkBind documentation site in development mode"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"If you can browse the MarkBind documentation site that should have automatically been up in your browser at http://localhost:8080, you have successfully set up MarkBind!"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"port-info\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":"If port 8080 is in use, another port will be chosen. Refer to the console output for the exact URL address."},{"lineNumber":53,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Sample Console Output\" type\u003d\"info\" minimized\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"```"},{"lineNumber":59,"author":{"gitId":"-"},"content":"$ markbind -v"},{"lineNumber":60,"author":{"gitId":"-"},"content":" __ __ _ ____ _ _ "},{"lineNumber":61,"author":{"gitId":"-"},"content":" | \\/ | __ _ _ __ | | __ | __ ) (_) _ __ __| |"},{"lineNumber":62,"author":{"gitId":"-"},"content":" | |\\/| | / _` | | \u0027__| | |/ / | _ \\ | | | \u0027_ \\ / _` |"},{"lineNumber":63,"author":{"gitId":"-"},"content":" | | | | | (_| | | | | \u003c | |_) | | | | | | | | (_| |"},{"lineNumber":64,"author":{"gitId":"-"},"content":" |_| |_| \\__,_| |_| |_|\\_\\ |____/ |_| |_| |_| \\__,_|"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" v4.0.2"},{"lineNumber":67,"author":{"gitId":"-"},"content":"Usage: markbind \u003ccommand\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"Options:"},{"lineNumber":70,"author":{"gitId":"-"},"content":" -V, --version output the version number "},{"lineNumber":71,"author":{"gitId":"-"},"content":" -h, --help display help for command "},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"Commands:"},{"lineNumber":74,"author":{"gitId":"-"},"content":" init|i [options] [root] init a markbind website project"},{"lineNumber":75,"author":{"gitId":"-"},"content":" serve|s [options] [root] build then serve a website from a directory"},{"lineNumber":76,"author":{"gitId":"-"},"content":" build|b [options] [root] [output] build a website"},{"lineNumber":77,"author":{"gitId":"-"},"content":" deploy|d [options] [root] deploy the latest build of the site to the repo\u0027s Github pages"},{"lineNumber":78,"author":{"gitId":"-"},"content":" help [command] display help for command"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"$ cd docs \u0026\u0026 markbind serve -d"},{"lineNumber":81,"author":{"gitId":"-"},"content":" __ __ _ ____ _ _"},{"lineNumber":82,"author":{"gitId":"-"},"content":" | \\/ | __ _ _ __ | | __ | __ ) (_) _ __ __| |"},{"lineNumber":83,"author":{"gitId":"-"},"content":" | |\\/| | / _` | | \u0027__| | |/ / | _ \\ | | | \u0027_ \\ / _` |"},{"lineNumber":84,"author":{"gitId":"-"},"content":" | | | | | (_| | | | | \u003c | |_) | | | | | | | | (_| |"},{"lineNumber":85,"author":{"gitId":"-"},"content":" |_| |_| \\__,_| |_| |_|\\_\\ |____/ |_| |_| |_| \\__,_|"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":" v4.0.2"},{"lineNumber":88,"author":{"gitId":"-"},"content":"info: Changes detected in MarkBind Vue Source Files:"},{"lineNumber":89,"author":{"gitId":"-"},"content":"Bundle is regenerated by webpack and built pages are re-rendered with the latest bundle."},{"lineNumber":90,"author":{"gitId":"-"},"content":"info: Website generation started at 4:16:47 pm"},{"lineNumber":91,"author":{"gitId":"-"},"content":"info: Building assets..."},{"lineNumber":92,"author":{"gitId":"-"},"content":"info: Assets built"},{"lineNumber":93,"author":{"gitId":"-"},"content":"info: Generating pages..."},{"lineNumber":94,"author":{"gitId":"-"},"content":"[\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d------------------------------------] 23 / 59 pages [\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d-------[\u003d\u003d\u003d\u003d\u003d\u003d[\u003d\u003d\u003d[\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d] 59 / 59 pages built"},{"lineNumber":95,"author":{"gitId":"-"},"content":"info: Pages built"},{"lineNumber":96,"author":{"gitId":"-"},"content":"webpack built 6d52f45b1910f9f545a2 in 11017ms"},{"lineNumber":97,"author":{"gitId":"-"},"content":"i 「wdm」: Hash: 6d52f45b1910f9f545a2"},{"lineNumber":98,"author":{"gitId":"-"},"content":"Version: webpack 4.46.0"},{"lineNumber":99,"author":{"gitId":"-"},"content":"Time: 11017ms"},{"lineNumber":100,"author":{"gitId":"-"},"content":"Built at: 01/01/2023 4:16:58 pm"},{"lineNumber":101,"author":{"gitId":"-"},"content":" Asset Size Chunks Chunk Names"},{"lineNumber":102,"author":{"gitId":"-"},"content":" fonts/KaTeX_AMS-Regular.ttf 62.1 KiB [emitted]"},{"lineNumber":103,"author":{"gitId":"-"},"content":" fonts/KaTeX_AMS-Regular.woff 32.7 KiB [emitted]"},{"lineNumber":104,"author":{"gitId":"-"},"content":" fonts/KaTeX_AMS-Regular.woff2 27.4 KiB [emitted]"},{"lineNumber":105,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Bold.ttf 12.1 KiB [emitted]"},{"lineNumber":106,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Bold.woff 7.54 KiB [emitted]"},{"lineNumber":107,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Bold.woff2 6.75 KiB [emitted]"},{"lineNumber":108,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Regular.ttf 12.1 KiB [emitted]"},{"lineNumber":109,"author":{"gitId":"-"},"content":" fonts/KaTeX_Caligraphic-Regular.woff 7.48 KiB [emitted]"},{"lineNumber":110,"author":{"gitId":"-"},"content":"fonts/KaTeX_Caligraphic-Regular.woff2 6.75 KiB [emitted]"},{"lineNumber":111,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Bold.ttf 19.1 KiB [emitted]"},{"lineNumber":112,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Bold.woff 13 KiB [emitted]"},{"lineNumber":113,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Bold.woff2 11.1 KiB [emitted]"},{"lineNumber":114,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Regular.ttf 19.1 KiB [emitted]"},{"lineNumber":115,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Regular.woff 12.9 KiB [emitted]"},{"lineNumber":116,"author":{"gitId":"-"},"content":" fonts/KaTeX_Fraktur-Regular.woff2 11.1 KiB [emitted]"},{"lineNumber":117,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Bold.ttf 50.1 KiB [emitted]"},{"lineNumber":118,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Bold.woff 29.2 KiB [emitted]"},{"lineNumber":119,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Bold.woff2 24.7 KiB [emitted]"},{"lineNumber":120,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-BoldItalic.ttf 32.2 KiB [emitted]"},{"lineNumber":121,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-BoldItalic.woff 19 KiB [emitted]"},{"lineNumber":122,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-BoldItalic.woff2 16.4 KiB [emitted]"},{"lineNumber":123,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Italic.ttf 32.8 KiB [emitted]"},{"lineNumber":124,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Italic.woff 19.2 KiB [emitted]"},{"lineNumber":125,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Italic.woff2 16.6 KiB [emitted]"},{"lineNumber":126,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Regular.ttf 52.3 KiB [emitted]"},{"lineNumber":127,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Regular.woff 30.1 KiB [emitted]"},{"lineNumber":128,"author":{"gitId":"-"},"content":" fonts/KaTeX_Main-Regular.woff2 25.7 KiB [emitted]"},{"lineNumber":129,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-BoldItalic.ttf 30.5 KiB [emitted]"},{"lineNumber":130,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-BoldItalic.woff 18.2 KiB [emitted]"},{"lineNumber":131,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-BoldItalic.woff2 16 KiB [emitted]"},{"lineNumber":132,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-Italic.ttf 30.6 KiB [emitted]"},{"lineNumber":133,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-Italic.woff 18.3 KiB [emitted]"},{"lineNumber":134,"author":{"gitId":"-"},"content":" fonts/KaTeX_Math-Italic.woff2 16.1 KiB [emitted]"},{"lineNumber":135,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Bold.ttf 23.9 KiB [emitted]"},{"lineNumber":136,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Bold.woff 14.1 KiB [emitted]"},{"lineNumber":137,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Bold.woff2 11.9 KiB [emitted]"},{"lineNumber":138,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Italic.ttf 21.8 KiB [emitted]"},{"lineNumber":139,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Italic.woff 13.8 KiB [emitted]"},{"lineNumber":140,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Italic.woff2 11.7 KiB [emitted]"},{"lineNumber":141,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Regular.ttf 19 KiB [emitted]"},{"lineNumber":142,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Regular.woff 12 KiB [emitted]"},{"lineNumber":143,"author":{"gitId":"-"},"content":" fonts/KaTeX_SansSerif-Regular.woff2 10.1 KiB [emitted]"},{"lineNumber":144,"author":{"gitId":"-"},"content":" fonts/KaTeX_Script-Regular.ttf 16.3 KiB [emitted]"},{"lineNumber":145,"author":{"gitId":"-"},"content":" fonts/KaTeX_Script-Regular.woff 10.3 KiB [emitted]"},{"lineNumber":146,"author":{"gitId":"-"},"content":" fonts/KaTeX_Script-Regular.woff2 9.42 KiB [emitted]"},{"lineNumber":147,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size1-Regular.ttf 11.9 KiB [emitted]"},{"lineNumber":148,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size1-Regular.woff 6.34 KiB [emitted]"},{"lineNumber":149,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size1-Regular.woff2 5.34 KiB [emitted]"},{"lineNumber":150,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size2-Regular.ttf 11.2 KiB [emitted]"},{"lineNumber":151,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size2-Regular.woff 6.04 KiB [emitted]"},{"lineNumber":152,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size2-Regular.woff2 5.09 KiB [emitted]"},{"lineNumber":153,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size3-Regular.ttf 7.41 KiB [emitted]"},{"lineNumber":154,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size3-Regular.woff 4.32 KiB [emitted]"},{"lineNumber":155,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size3-Regular.woff2 3.54 KiB [emitted]"},{"lineNumber":156,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size4-Regular.ttf 10.1 KiB [emitted]"},{"lineNumber":157,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size4-Regular.woff 5.84 KiB [emitted]"},{"lineNumber":158,"author":{"gitId":"-"},"content":" fonts/KaTeX_Size4-Regular.woff2 4.81 KiB [emitted]"},{"lineNumber":159,"author":{"gitId":"-"},"content":" fonts/KaTeX_Typewriter-Regular.ttf 26.9 KiB [emitted]"},{"lineNumber":160,"author":{"gitId":"-"},"content":" fonts/KaTeX_Typewriter-Regular.woff 15.7 KiB [emitted]"},{"lineNumber":161,"author":{"gitId":"-"},"content":" fonts/KaTeX_Typewriter-Regular.woff2 13.3 KiB [emitted]"},{"lineNumber":162,"author":{"gitId":"-"},"content":" js/markbind.min.js 1.3 MiB markbind [emitted] markbind"},{"lineNumber":163,"author":{"gitId":"-"},"content":"Entrypoint markbind \u003d js/markbind.min.js"},{"lineNumber":164,"author":{"gitId":"-"},"content":"[0] multi webpack-hot-middleware/client ../packages/core-web/src/index.js 40 bytes {markbind} [built]"},{"lineNumber":165,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/arrayWithHoles.js] ../node_modules/@babel/runtime/helpers/arrayWithHoles.js "},{"lineNumber":166,"author":{"gitId":"-"},"content":"184 bytes {markbind} [built]"},{"lineNumber":167,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/defineProperty.js] ../node_modules/@babel/runtime/helpers/defineProperty.js "},{"lineNumber":168,"author":{"gitId":"-"},"content":"367 bytes {markbind} [built]"},{"lineNumber":169,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js] ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js 711 bytes {markbind} [built]"},{"lineNumber":170,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/nonIterableRest.js] ../node_modules/@babel/runtime/helpers/nonIterableRest.js 309 bytes {markbind} [built]"},{"lineNumber":171,"author":{"gitId":"-"},"content":"[../../node_modules/@babel/runtime/helpers/slicedToArray.js] ../node_modules/@babel/runtime/helpers/slicedToArray.js 522 bytes {markbind} [built]"},{"lineNumber":172,"author":{"gitId":"-"},"content":"[../../node_modules/strip-ansi/index.js] ../node_modules/strip-ansi/index.js 154 bytes {markbind} [built]"},{"lineNumber":173,"author":{"gitId":"-"},"content":"[../../node_modules/webpack-hot-middleware/client-overlay.js] ../node_modules/webpack-hot-middleware/client-overlay.js 2.14 KiB {markbind} [built] "},{"lineNumber":174,"author":{"gitId":"-"},"content":"[../../node_modules/webpack-hot-middleware/client.js] ../node_modules/webpack-hot-middleware/client.js 7.69 KiB {markbind} [built]"},{"lineNumber":175,"author":{"gitId":"-"},"content":"[../../node_modules/webpack-hot-middleware/process-update.js] ../node_modules/webpack-hot-middleware/process-update.js 4.36 KiB {markbind} [built] "},{"lineNumber":176,"author":{"gitId":"-"},"content":"[../../node_modules/webpack/buildin/module.js] ../node_modules/webpack/buildin/module.js 497 bytes {markbind} [built]"},{"lineNumber":177,"author":{"gitId":"-"},"content":"[./src/VueCommonAppFactory.js] ../packages/core-web/src/VueCommonAppFactory.js 1.09 KiB {markbind} [built]"},{"lineNumber":178,"author":{"gitId":"-"},"content":"[./src/index.js] ../packages/core-web/src/index.js 8.17 KiB {markbind} [built]"},{"lineNumber":179,"author":{"gitId":"-"},"content":"[./src/scrollTopButton.js] ../packages/core-web/src/scrollTopButton.js 1.49 KiB {markbind} [built]"},{"lineNumber":180,"author":{"gitId":"-"},"content":"[./src/styles/index.css] ../packages/core-web/src/styles/index.css 1.09 KiB {markbind} [built]"},{"lineNumber":181,"author":{"gitId":"-"},"content":" + 346 hidden modules"},{"lineNumber":182,"author":{"gitId":"-"},"content":"i 「wdm」: Compiled successfully."},{"lineNumber":183,"author":{"gitId":"-"},"content":"info: Site data built"},{"lineNumber":184,"author":{"gitId":"-"},"content":"info: Website generation complete! Total build time: 11.242s"},{"lineNumber":185,"author":{"gitId":"-"},"content":"info: Serving \"C:\\Users\\User\\Documents\\GitHub\\markbind\\docs\\_site\" at http://127.0.0.1:8080"},{"lineNumber":186,"author":{"gitId":"-"},"content":"info: Press CTRL+C to stop ..."},{"lineNumber":187,"author":{"gitId":"-"},"content":"```"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"## Create a MarkBind site"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":"With MarkBind installed, we can now create a new MarkBind site."},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"We recommend that you set up a new repository for this MarkBind site so that you can push your site to GitHub pages later. This MarkBind site can be used to test out any changes you make to the codebase."},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":"As an example, let\u0027s create a test site together!"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"You can refer to the example repository [here](https://github.com/tlylt/mb-dev-tlylt) for the code and [here](https://tlylt.github.io/mb-dev-tlylt/) for the deployed site if you get stuck."},{"lineNumber":202,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"1. Create a new folder called \u003ctooltip content\u003d\"replace \u0027xxx\u0027 with your GitHub username\"\u003e\"mb-dev-xxx\"\u003c/tooltip\u003e at a location outside of the MarkBind source code directory."},{"lineNumber":205,"author":{"gitId":"-"},"content":"1. Go to the folder and run `markbind init` to create a new MarkBind site with the default template."},{"lineNumber":206,"author":{"gitId":"-"},"content":"1. Initialize a new git repository in the folder by running `git init`. You can also create a new public repository on GitHub first and clone it to your local machine."},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":"You should see the following output:"},{"lineNumber":209,"author":{"gitId":"-"},"content":"```"},{"lineNumber":210,"author":{"gitId":"-"},"content":"$ markbind init"},{"lineNumber":211,"author":{"gitId":"-"},"content":" __ __ _ ____ _ _"},{"lineNumber":212,"author":{"gitId":"-"},"content":" | \\/ | __ _ _ __ | | __ | __ ) (_) _ __ __| |"},{"lineNumber":213,"author":{"gitId":"-"},"content":" | |\\/| | / _` | | \u0027__| | |/ / | _ \\ | | | \u0027_ \\ / _` |"},{"lineNumber":214,"author":{"gitId":"-"},"content":" | | | | | (_| | | | | \u003c | |_) | | | | | | | | (_| |"},{"lineNumber":215,"author":{"gitId":"-"},"content":" |_| |_| \\__,_| |_| |_|\\_\\ |____/ |_| |_| |_| \\__,_|"},{"lineNumber":216,"author":{"gitId":"-"},"content":""},{"lineNumber":217,"author":{"gitId":"-"},"content":" v4.0.2"},{"lineNumber":218,"author":{"gitId":"-"},"content":"info: Initialization success."},{"lineNumber":219,"author":{"gitId":"-"},"content":"```"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"After setting up the MarkBind test site, try running the following common operations from the root directory of your test site:"},{"lineNumber":226,"author":{"gitId":"-"},"content":"- [ ] Build the site by running `markbind build`"},{"lineNumber":227,"author":{"gitId":"-"},"content":"- [ ] Serve the site by running `markbind serve`"},{"lineNumber":228,"author":{"gitId":"-"},"content":"- [ ] Serve the site in development mode by running `markbind serve -d`"},{"lineNumber":229,"author":{"gitId":"-"},"content":""},{"lineNumber":230,"author":{"gitId":"-"},"content":"You now have the test site up and running!"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":""},{"lineNumber":234,"author":{"gitId":"-"},"content":"## Create Content with MarkBind"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":"MarkBind contains a range of additional syntax on top of Markdown. It also comes with a set of components that can be used to create content."},{"lineNumber":237,"author":{"gitId":"-"},"content":""},{"lineNumber":238,"author":{"gitId":"-"},"content":"Two essential sections of the user guide to get started with are:"},{"lineNumber":239,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html\"\u003eFormatting Contents\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html\"\u003eFormatting Contents\u003c/a\u003e - Covering Markdown \u0026 Markdown-like syntax."},{"lineNumber":240,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/usingComponents.html\"\u003eUsing Components\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/usingComponents.html\"\u003eUsing Components\u003c/a\u003e - Covering MarkBind components (Built with Vue.js or Native HTML)."},{"lineNumber":241,"author":{"gitId":"-"},"content":""},{"lineNumber":242,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/userGuide/authoringContents.md\" header\u003d\"**Creating Content**\" type\u003d\"info\" minimized\u003e\u003c/panel\u003e"},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":"The generated MarkBind site from the above step also includes a few sample usage in the `index.md` file."},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":"Now, let\u0027s try editing the `index.md` file to add some content of our own!"},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":"1. Open the `index.md` file in your `mb-dev-xxx` folder."},{"lineNumber":249,"author":{"gitId":"-"},"content":"1. Replace the wording `Landing Page Title` with `MarkBind Developer Test Site`."},{"lineNumber":250,"author":{"gitId":"-"},"content":"1. Modify or add some content utilizing one or more of the following syntaxes:"},{"lineNumber":251,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html#text-styles\"\u003eText Styles\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html#text-styles\"\u003eText Styles\u003c/a\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html#code\"\u003eCode Block\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html#code\"\u003eCode Block\u003c/a\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/formattingContents.html#emoji\"\u003eEmoji\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/formattingContents.html#emoji\"\u003eEmoji\u003c/a\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":" - etc."},{"lineNumber":255,"author":{"gitId":"-"},"content":"1. Modify or add some content utilizing one or more of the following components:"},{"lineNumber":256,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/components/presentation.html#boxes\"\u003eBox\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/components/presentation.html#boxes\"\u003eBox\u003c/a\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/components/presentation.html#panels\"\u003ePanel\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/components/presentation.html#panels\"\u003ePanel\u003c/a\u003e"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/components/popups.html#tooltips\"\u003eTooltip\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/components/popups.html#tooltips\"\u003eTooltip\u003c/a\u003e"},{"lineNumber":259,"author":{"gitId":"-"},"content":" - etc."},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"With live preview, you should be able to see the changes you have made to the site after saving. Check that the following are true:"},{"lineNumber":266,"author":{"gitId":"-"},"content":"- [ ] Serve the site by running `markbind serve -d`"},{"lineNumber":267,"author":{"gitId":"-"},"content":"- [ ] Make changes to the `index.md` file and save"},{"lineNumber":268,"author":{"gitId":"-"},"content":"- [ ] See the changes reflected in the live preview, with the correct rendering of the syntax and components"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"You now have created content with MarkBind!"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":""},{"lineNumber":274,"author":{"gitId":"-"},"content":"## Modify Site Structure and Configuration"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":"There are a few ways to modify the site\u0027s (as well as the page\u0027s) structure and configuration. We will cover the following:"},{"lineNumber":277,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/tweakingThePageStructure.html#frontmatter\"\u003eFrontmatter\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/tweakingThePageStructure.html#frontmatter\"\u003eFrontmatter\u003c/a\u003e"},{"lineNumber":278,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/tweakingThePageStructure.html#layouts\"\u003eLayouts\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/tweakingThePageStructure.html#layouts\"\u003eLayouts\u003c/a\u003e"},{"lineNumber":279,"author":{"gitId":"-"},"content":"- \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/siteJsonFile.html\"\u003esite.json\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/siteJsonFile.html\"\u003esite.json\u003c/a\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":""},{"lineNumber":281,"author":{"gitId":"-"},"content":"Let\u0027s continue with the test site we created earlier and modify the `index.md` file via frontmatter."},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":"1. Open the `index.md` file in your `mb-dev-xxx` folder."},{"lineNumber":284,"author":{"gitId":"-"},"content":"1. Change the `pageNavTitle` in the frontmatter from `Topics` to `Index Page`."},{"lineNumber":285,"author":{"gitId":"-"},"content":"1. Change the `pageNav` in the frontmatter from `4` to `5`."},{"lineNumber":286,"author":{"gitId":"-"},"content":""},{"lineNumber":287,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":288,"author":{"gitId":"-"},"content":""},{"lineNumber":289,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":290,"author":{"gitId":"-"},"content":""},{"lineNumber":291,"author":{"gitId":"-"},"content":"Ensure that you are still serving the site with `markbind serve -d`. Check that the following are true:"},{"lineNumber":292,"author":{"gitId":"-"},"content":"- [ ] The rendered page navigation title is changed to `Index Page`"},{"lineNumber":293,"author":{"gitId":"-"},"content":"- [ ] The rendered page navigation content now shows `H5` headings as well"},{"lineNumber":294,"author":{"gitId":"-"},"content":""},{"lineNumber":295,"author":{"gitId":"-"},"content":"Screenshot before the changes:"},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/page_nav_before.png\" alt\u003d\"Page navigation title and content before changes\"\u003e\u003c/pic\u003e"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":"Screenshot after the changes:"},{"lineNumber":300,"author":{"gitId":"-"},"content":""},{"lineNumber":301,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/page_nav_after.png\" alt\u003d\"Page navigation title and content after changes\"\u003e\u003c/pic\u003e"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":304,"author":{"gitId":"-"},"content":""},{"lineNumber":305,"author":{"gitId":"-"},"content":"Another commonly adjusted structure is the layout of the site (especially, the site\u0027s top header and the left-hand-side navigation)."},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":"1. Open the `_markbind/layouts/default.md` file in your `mb-dev-xxx` folder."},{"lineNumber":308,"author":{"gitId":"-"},"content":"1. Change `Your Logo` to `MarkBind Developer Test Site`."},{"lineNumber":309,"author":{"gitId":"-"},"content":"1. Change `Home :house:` to `My Test Playground :computer:`."},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":312,"author":{"gitId":"-"},"content":""},{"lineNumber":313,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":"Ensure that you are still serving the site with `markbind serve -d`. Check that the following are true:"},{"lineNumber":316,"author":{"gitId":"-"},"content":"- [ ] The rendered page logo in the header is changed to `MarkBind Developer Test Site`"},{"lineNumber":317,"author":{"gitId":"-"},"content":"- [ ] The rendered site navigation title is changed to `My Test Playground` :computer:"},{"lineNumber":318,"author":{"gitId":"-"},"content":""},{"lineNumber":319,"author":{"gitId":"-"},"content":"Screenshot after the changes:"},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/logo_and_nav.png\" alt\u003d\"Logo and Nav changes\"\u003e\u003c/pic\u003e"},{"lineNumber":322,"author":{"gitId":"-"},"content":""},{"lineNumber":323,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":324,"author":{"gitId":"-"},"content":""},{"lineNumber":325,"author":{"gitId":"-"},"content":"Lastly, let\u0027s modify the site configuration to change the site title and more."},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":"The `site.json` file is autogenerated and located in the root directory of the site. Refer to the User Guide - \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/siteJsonFile.html\"\u003e`site.json`\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/siteJsonFile.html\"\u003e`site.json`\u003c/a\u003e section for more details."},{"lineNumber":328,"author":{"gitId":"-"},"content":""},{"lineNumber":329,"author":{"gitId":"-"},"content":"1. Open the `site.json` file in your `mb-dev-xxx` folder."},{"lineNumber":330,"author":{"gitId":"-"},"content":"1. Change `\"titlePrefix\": \"\",` to `\"titlePrefix\": \"mb-dev-xxx\",`."},{"lineNumber":331,"author":{"gitId":"-"},"content":"1. Under `pages`, add `\"title\": \"Home\"`."},{"lineNumber":332,"author":{"gitId":"-"},"content":""},{"lineNumber":333,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":334,"author":{"gitId":"-"},"content":""},{"lineNumber":335,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":336,"author":{"gitId":"-"},"content":""},{"lineNumber":337,"author":{"gitId":"-"},"content":"Ensure that you are still serving the site with `markbind serve -d`. Check that the following are true:"},{"lineNumber":338,"author":{"gitId":"-"},"content":"- [ ] The page title in the browser tab is changed to `mb-dev-xxx - Home`"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":"Screenshot after the changes:"},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"{{baseUrl}}/images/bootcamp/page_title.png\" alt\u003d\"Page title changes\"\u003e\u003c/pic\u003e"},{"lineNumber":343,"author":{"gitId":"-"},"content":""},{"lineNumber":344,"author":{"gitId":"-"},"content":"You now have modified some of the commonly adjusted site structure and configuration!"},{"lineNumber":345,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":346,"author":{"gitId":"-"},"content":""},{"lineNumber":347,"author":{"gitId":"-"},"content":"## Deploy your MarkBind site"},{"lineNumber":348,"author":{"gitId":"-"},"content":""},{"lineNumber":349,"author":{"gitId":"-"},"content":"MarkBind sites can be easily deployed with CLI commands or via CI. Let\u0027s try deploying our site via GitHub Actions."},{"lineNumber":350,"author":{"gitId":"-"},"content":""},{"lineNumber":351,"author":{"gitId":"-"},"content":"1. Open the `site.json` file in your `mb-dev-xxx` folder."},{"lineNumber":352,"author":{"gitId":"-"},"content":"1. Change `\"baseUrl\": \"\",` to `\"baseUrl\": \"/mb-dev-xxx\",` (Note the leading `/` and that the value is the same as your GitHub repository name)."},{"lineNumber":353,"author":{"gitId":"-"},"content":"1. Create a `.github/workflows/deploy.yml` file with the following content mentioned in the \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/deployingTheSite.html#deploying-via-github-actions\"\u003eGitHub Actions guide\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/deployingTheSite.html#deploying-via-github-actions\"\u003eGitHub Actions guide\u003c/a\u003e."},{"lineNumber":354,"author":{"gitId":"-"},"content":" 1. Note that you should change `branches: master` to `branches: main` if you are using the `main` branch."},{"lineNumber":355,"author":{"gitId":"-"},"content":""},{"lineNumber":356,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/userGuide/deployingTheSite.md#markbind-action-tip\" header\u003d\"**MarkBind Action**\" type\u003d\"info\" expanded/\u003e"},{"lineNumber":357,"author":{"gitId":"-"},"content":""},{"lineNumber":358,"author":{"gitId":"-"},"content":"4. Ensure that you have added your remote GitHub repository to your local repository with the following command (replace `xxx` with your GitHub username):"},{"lineNumber":359,"author":{"gitId":"-"},"content":" ```bash"},{"lineNumber":360,"author":{"gitId":"-"},"content":" git remote add origin https://github.com/xxx/mb-dev-xxx.git"},{"lineNumber":361,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":362,"author":{"gitId":"-"},"content":"5. Commit and push the changes to the `main` branch with the following commands:"},{"lineNumber":363,"author":{"gitId":"-"},"content":" ```bash"},{"lineNumber":364,"author":{"gitId":"-"},"content":" git add ."},{"lineNumber":365,"author":{"gitId":"-"},"content":" git commit -m \"Update content\""},{"lineNumber":366,"author":{"gitId":"-"},"content":" git push origin main"},{"lineNumber":367,"author":{"gitId":"-"},"content":"6. Update your GitHub repository setting for deploying to GitHub Pages."},{"lineNumber":368,"author":{"gitId":"-"},"content":" 1. Navigate to the Settings \u003e Pages section on GitHub for that repository and set the source to `Deploy from a branch` and the branch to `gh-pages` and `/(root)`."},{"lineNumber":369,"author":{"gitId":"-"},"content":""},{"lineNumber":370,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":371,"author":{"gitId":"-"},"content":""},{"lineNumber":372,"author":{"gitId":"-"},"content":"**Checkpoint**"},{"lineNumber":373,"author":{"gitId":"-"},"content":""},{"lineNumber":374,"author":{"gitId":"-"},"content":"Check that the following are true:"},{"lineNumber":375,"author":{"gitId":"-"},"content":"- [ ] The triggered GitHub action runs are successful"},{"lineNumber":376,"author":{"gitId":"-"},"content":"- [ ] The site is deployed and available at `https://\u003cusername\u003e.github.io/mb-dev-xxx/` (after a few seconds to a few minutes)"},{"lineNumber":377,"author":{"gitId":"-"},"content":""},{"lineNumber":378,"author":{"gitId":"-"},"content":"Congratulations! :tada::tada::tada: You have deployed your MarkBind site!"},{"lineNumber":379,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":"## Summary"},{"lineNumber":382,"author":{"gitId":"-"},"content":""},{"lineNumber":383,"author":{"gitId":"-"},"content":"In the first part of this bootcamp, we experimented with MarkBind as a user. We have set up the master branch of MarkBind and created a new MarkBind site. We have also created content with MarkBind components/syntax and deployed our site."},{"lineNumber":384,"author":{"gitId":"-"},"content":""},{"lineNumber":385,"author":{"gitId":"-"},"content":"Here are some additional tasks for you to try out:"},{"lineNumber":386,"author":{"gitId":"-"},"content":"- [ ] Create a new MarkBind site with a different \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/themes.html\"\u003etheme\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/themes.html\"\u003etheme\u003c/a\u003e"},{"lineNumber":387,"author":{"gitId":"-"},"content":"- [ ] Try out MarkBind\u0027s \u003ca tags\u003d\"environment--combined\" href\u003d\"/userGuide/reusingContents.html#includes\"\u003einclude mechanism\u003c/a\u003e\u003ca tags\u003d\"environment--dg\" href\u003d\"https://markbind.org/userGuide/reusingContents.html#includes\"\u003einclude mechanism\u003c/a\u003e"},{"lineNumber":388,"author":{"gitId":"-"},"content":"- [ ] Create a dedicated MarkBind site for your personal usage and [share it with us](https://github.com/MarkBind/markbind/discussions/new?category\u003dshow-and-tell)"},{"lineNumber":389,"author":{"gitId":"-"},"content":" - You can see some examples in the [MarkBind showcase]({{ baseUrl }}/showcase.html)"},{"lineNumber":390,"author":{"gitId":"-"},"content":""},{"lineNumber":391,"author":{"gitId":"-"},"content":"Take a break now :coffee: and we will continue with the second part of the bootcamp!"},{"lineNumber":392,"author":{"gitId":"-"},"content":""},{"lineNumber":393,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":394,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027intro\u0027, \u0027contributeToDocs\u0027) }}"}],"authorContributionMap":{"-":393,"yiwen101":1}},{"path":"docs/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"timeZone\": \"Asia/Singapore\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"MarkBind\","},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" },"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":9,"author":{"gitId":"-"},"content":" {"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \"glob\": [\"*.md\", \"userGuide/*.md\", \"userGuide/components/*.md\", \"devGuide/*.md\", \"devGuide/*/*.md\"]"},{"lineNumber":11,"author":{"gitId":"-"},"content":" },"},{"lineNumber":12,"author":{"gitId":"-"},"content":" {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"src\": ["},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"index.md\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"userGuide/index.md\","},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"userGuide/syntaxReference.md\","},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"userGuide/readerFacingFeatures.md\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"devGuide/index.md\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"searchable\": \"no\""},{"lineNumber":21,"author":{"gitId":"-"},"content":" }"},{"lineNumber":22,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"plugins\" : ["},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"filterTags\","},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"mathDelimiters\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"codeBlockWrapButtons\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"web3Form\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"codeBlockCopyButtons\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"pluginsContext\" : {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"filterTags\" : {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"tags\": [\"environment--combined\"]"},{"lineNumber":33,"author":{"gitId":"-"},"content":" },"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"mathDelimiters\": {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"delimiters\": [\"beg_end\"]"},{"lineNumber":36,"author":{"gitId":"-"},"content":" },"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"web3Form\": {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"accessKey\": [\"\"]"},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":" },"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 6,"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"_markbind\","},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"lib/*\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"*.json\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"*.njk\","},{"lineNumber":49,"author":{"gitId":"-"},"content":" \".git/*\","},{"lineNumber":50,"author":{"gitId":"-"},"content":" \"*.pptx\","},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"CNAME\""},{"lineNumber":52,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\""},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"jingting1412":1,"-":55}},{"path":"docs/ug-site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"MarkBind\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" },"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":8,"author":{"gitId":"-"},"content":" {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"glob\": [\"*.md\", \"userGuide/*.md\", \"userGuide/components/*.md\"]"},{"lineNumber":10,"author":{"gitId":"-"},"content":" },"},{"lineNumber":11,"author":{"gitId":"-"},"content":" {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"src\": ["},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"index.md\","},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"userGuide/index.md\","},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \"userGuide/syntaxReference.md\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"userGuide/readerFacingFeatures.md\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"searchable\": \"no\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" }"},{"lineNumber":20,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"plugins\" : ["},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"filterTags\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"mathDelimiters\","},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"codeBlockCopyButtons\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"pluginsContext\" : {"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"filterTags\" : {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"tags\": [\"environment--ug\"]"},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"mathDelimiters\": {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"delimiters\": [\"beg_end\"]"},{"lineNumber":32,"author":{"gitId":"-"},"content":" }"},{"lineNumber":33,"author":{"gitId":"-"},"content":" },"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 6,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":36,"author":{"gitId":"-"},"content":" \"_markbind\","},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"lib/*\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"*.json\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"*.njk\","},{"lineNumber":42,"author":{"gitId":"-"},"content":" \".git/*\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"*.pptx\""},{"lineNumber":44,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"repo\": \"https://github.com/MarkBind/markbind.github.io.git\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"branch\": \"master\""},{"lineNumber":49,"author":{"gitId":"-"},"content":" }"},{"lineNumber":50,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"jingting1412":1,"-":49}},{"path":"docs/userGuide/cliCommands.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" title: \"User Guide: Command Line Interface (CLI)\""},{"lineNumber":3,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"-"},"content":" pageNav: default"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"# CLI Commands"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cpage-nav-print /\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"### Overview"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"If you do not have MarkBind installed globally, you can still use MarkBind commands by prefixing the commands with `npx`. For example, `markbind init` becomes `npx markbind-cli init`."},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"If you have MarkBind installed locally, you may also refer to the scripts section of your `package.json` file for the commands you can use. For example, `npm run init` for `markbind init`."},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"An overview of MarkBind\u0027s Command Line Interface (CLI) can be referenced with `markbind --help`:"},{"lineNumber":21,"author":{"gitId":"-"},"content":"```"},{"lineNumber":22,"author":{"gitId":"-"},"content":"$ markbind --help"},{"lineNumber":23,"author":{"gitId":"-"},"content":"Usage: markbind \u003ccommand\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" "},{"lineNumber":25,"author":{"gitId":"-"},"content":" Options:"},{"lineNumber":26,"author":{"gitId":"-"},"content":" -V, --version output the version number"},{"lineNumber":27,"author":{"gitId":"-"},"content":" -h, --help output usage information"},{"lineNumber":28,"author":{"gitId":"-"},"content":" "},{"lineNumber":29,"author":{"gitId":"-"},"content":" Commands:"},{"lineNumber":30,"author":{"gitId":"-"},"content":" init|i [options] [root] init a markbind website project"},{"lineNumber":31,"author":{"gitId":"-"},"content":" serve|s [options] [root] build then serve a website from a directory"},{"lineNumber":32,"author":{"gitId":"-"},"content":" build|b [options] [root] [output] build a website"},{"lineNumber":33,"author":{"gitId":"-"},"content":" deploy|d [options] [root] deploy the latest build of the site to the repo\u0027s Github pages"},{"lineNumber":34,"author":{"gitId":"-"},"content":"```"},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"markbind-init\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"### `init` Command"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"**Format:** `markbind init [options] [root]`"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"**Alias:** `markbind i`"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"**Description:** Initializes a directory into a MarkBind site by creating a skeleton structure for the website which includes a `index.md` and a `site.json`."},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":48,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" Root directory. Default is the current directory.\u003cbr\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"* `-c`, `--convert`\u003cbr\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" Convert an existing GitHub wiki or `docs` folder into a MarkBind website. See [Converting an existing GitHub project]({{ baseUrl }}/userGuide/markBindInTheProjectWorkflow.html#converting-existing-project-documentation-wiki) for more information."},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"* `-t`, `--template` \u003cbr\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" When initialising MarkBind, change the template that you start with. See [templates](templates.html)."},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"{{ icon_examples }}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"* `markbind init` : Initializes the site in the current working directory."},{"lineNumber":64,"author":{"gitId":"-"},"content":"* `markbind init ./myWebsite` : Initializes the site in `./myWebsite` directory."},{"lineNumber":65,"author":{"gitId":"-"},"content":"* `markbind init --convert --template minimal`: Converts the GitHub wiki or `docs` folder in the current working directory into a minimal MarkBind website."},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"### `serve` Command"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":"**Format:** `markbind serve [options] [root]`"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"**Alias:** `markbind s`"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"**Description:** Does the following steps:"},{"lineNumber":79,"author":{"gitId":"-"},"content":"1. Builds the site and puts the generated files in a directory named `_site`."},{"lineNumber":80,"author":{"gitId":"LamJiuFong"},"content":"1. Starts a web server instance locally and makes the site available at `http://127.0.0.1:8080` by default."},{"lineNumber":81,"author":{"gitId":"-"},"content":"1. Opens a \u003ctrigger trigger\u003d\"click\" for\u003d\"modal:cliCommands-livePreview\"\u003elive preview\u003c/trigger\u003e of the website."},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cmodal large header\u003d\"Live Preview\" id\u003d\"modal:cliCommands-livePreview\"\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"glossary.md#live-preview\"/\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":88,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" Root directory. The default is the directory where this command was executed.\u003cbr\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"* `-o \u003cfile\u003e`, `--one-page \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" Serves only a single page from your website **initially**. If `\u003cfile\u003e` is not specified, it defaults to `index.md`.\u003cbr\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":" * Thereafter, when changes to source files have been made, the opened pages will be rebuilt if it was affected.\u003cbr\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":" * Navigating to a new page will build the new page, if it has not been built before, or there were some changes to source files that affected it before navigating to it.\u003cbr\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" * {{ icon_example }} `--one-page guide/index.md`"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" light header\u003d\"Caveats\" style\u003d\"width: calc(100% - 50px); position: relative; left: 40px;\"\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"Essentially, this optional feature is very useful when writing content, more so if your build times are starting to slow down!"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"The caveat is that not building all pages during the initial process, or not rebuilding all affected pages when a file changes, will cause your search results for these pages to be empty or outdated, until you navigate to them to trigger a rebuild."},{"lineNumber":107,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":"* `-b`, `--background-build` **[BETA]**\u003cbr\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":" If `--one-page` is specified, this mode enhances the single-page serve by building the pages that are not yet built"},{"lineNumber":111,"author":{"gitId":"-"},"content":" or marked to be rebuilt in the background."},{"lineNumber":112,"author":{"gitId":"-"},"content":" "},{"lineNumber":113,"author":{"gitId":"-"},"content":" You can still edit the pages during the background build. When MarkBind detects changes to the source"},{"lineNumber":114,"author":{"gitId":"-"},"content":" files, the background build will stop, rebuild the files affected, then resumes the background build with the"},{"lineNumber":115,"author":{"gitId":"-"},"content":" remaining pages."},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"* `-s \u003cfile\u003e`, `--site-config \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" Specify the site config file (default: `site.json`)\u003cbr\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":" {{ icon_example }} `-s otherSite.json`"},{"lineNumber":120,"author":{"gitId":"-"},"content":""},{"lineNumber":121,"author":{"gitId":"-"},"content":"* `-n`, `--no-open`\u003cbr\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":" Don\u0027t open a live preview in the browser automatically."},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":"* `-f`, `--force-reload`\u003cbr\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" Force live reload to process all files in the site, instead of just the relevant files. This option is useful when you are modifying a file that is not a file type monitored by the \u003ctrigger trigger\u003d\"click\" for\u003d\"modal:cliCommands-livePreview\"\u003elive preview\u003c/trigger\u003e feature."},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"LamJiuFong"},"content":"* `-a \u003caddress\u003e`, `--address \u003caddress\u003e`\u003cbr\u003e"},{"lineNumber":128,"author":{"gitId":"LamJiuFong"},"content":" Specify the server address/host (Default is 127.0.0.1)."},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"LamJiuFong"},"content":"* `-p \u003cport\u003e`, `--port \u003cport\u003e`\u003cbr\u003e"},{"lineNumber":131,"author":{"gitId":"LamJiuFong"},"content":" Serve the website in the specified port (Default is 8080)."},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":"{{ icon_examples }}"},{"lineNumber":134,"author":{"gitId":"-"},"content":"* `markbind serve` : Serves the site from the current working directory."},{"lineNumber":135,"author":{"gitId":"-"},"content":"* `markbind serve ./myWebsite` : Serves the site from the `./myWebsite` directory."},{"lineNumber":136,"author":{"gitId":"-"},"content":"* `markbind serve -p 8888 -s otherSite.json` : Serves the site in Port 8888 from the current working directory, using `otherSite.json` as the site configuration file."},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"### `build` Command"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"**Format:** `markbind build [options] [root] [output]`"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"**Alias:** `markbind b`"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"**Description:** Generates the site to the directory named `_site` in the current directory."},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":152,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":" Root directory. Default is the current directory.\u003cbr\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":155,"author":{"gitId":"-"},"content":""},{"lineNumber":156,"author":{"gitId":"-"},"content":"* `[root] [output]`\u003cbr\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":" Read source files from the `[root]` directory and put the generated files in the specified `[output]` directory. Default output directory is `_site`.\u003cbr\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite ./myWebsite/myOutDir`"},{"lineNumber":159,"author":{"gitId":"-"},"content":""},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"* `--baseUrl \u003cbase\u003e`\u003cbr\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":" Override the `baseUrl` property (read from the `site.json`) with the given `\u003cbase\u003e` value.\u003cbr\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":" {{ icon_example }} `--baseUrl staging`"},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"* `-s \u003cfile\u003e`, `--site-config \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":" Specify the site config file (default: `site.json`)\u003cbr\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":" {{ icon_example }} `-s otherSite.json`"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"**{{ icon_examples }}**"},{"lineNumber":173,"author":{"gitId":"-"},"content":"* `markbind build` : Generates the site from the current working directory."},{"lineNumber":174,"author":{"gitId":"-"},"content":"* `markbind build ./myWebsite` : Generates the site from the `./myWebsite` directory."},{"lineNumber":175,"author":{"gitId":"-"},"content":"* `markbind build ./myWebsite ./myOutDir` : Generates the site from the `./myWebsite` directory to the `./myOutDir` directory."},{"lineNumber":176,"author":{"gitId":"-"},"content":"* `markbind build ./stagingDir --baseUrl staging` : Generates the site from the `./stagingDir` directory, with the `baseUrl` property in `site.json` set to `staging`."},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"### `deploy` Command"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"-"},"content":"**Format:** `markbind deploy [options] [root]`"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":"**Alias:** `markbind d`"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":"**Description:** Deploys the site to the repo\u0027s GitHub pages by generating the site (default dir: `_site`) and pushing the generated site to the `gh-pages` branch of the current git working directory\u0027s remote repo."},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"**Arguments:**"},{"lineNumber":192,"author":{"gitId":"-"},"content":"* `[root]`\u003cbr\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" Root directory. Default is the current directory.\u003cbr\u003e"},{"lineNumber":194,"author":{"gitId":"-"},"content":" {{ icon_example }} `./myWebsite`"},{"lineNumber":195,"author":{"gitId":"-"},"content":""},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Options** :fas-cogs:\" type\u003d\"minimal\" expanded\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":""},{"lineNumber":198,"author":{"gitId":"-"},"content":"**Options** :fas-cogs:"},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"* `-c \u003cgithubTokenName\u003e`, `--ci \u003cgithubTokenName\u003e`\u003cbr\u003e"},{"lineNumber":201,"author":{"gitId":"-"},"content":" Deploy the site in CI Environments using the GitHub personal access token stored in `\u003cgithubTokenName\u003e` (default: `GITHUB_TOKEN`).\u003cbr\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":" {{ icon_example }} `-c PA_TOKEN`"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"* `-n`, `--no-build`\u003cbr\u003e"},{"lineNumber":205,"author":{"gitId":"-"},"content":" Skips the generation of the site before deploying it. By default, the `deploy` command generates the site before deploying the built site. This command should be used if the site needs to be generated with non-default arguments for the `build` command (e.g. baseUrl is specified using the `--baseUrl` flag for the `markbind build` command)."},{"lineNumber":206,"author":{"gitId":"-"},"content":""},{"lineNumber":207,"author":{"gitId":"-"},"content":"* `-s \u003cfile\u003e`, `--site-config \u003cfile\u003e`\u003cbr\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":" Specify the site config file (default: `site.json`).\u003cbr\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" {{ icon_example }} `-s otherSite.json`"},{"lineNumber":210,"author":{"gitId":"-"},"content":""},{"lineNumber":211,"author":{"gitId":"-"},"content":"%%{{ icon_info }} Related: [User Guide: Deploying the Website](deployingTheSite.html).%%"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"**{{ icon_examples }}**"},{"lineNumber":214,"author":{"gitId":"-"},"content":"* `markbind deploy` : Deploys after generating the site from the current working directory."},{"lineNumber":215,"author":{"gitId":"-"},"content":"* `markbind deploy ./myWebsite` : Deploys after generating the site from the `./myWebsite` directory."},{"lineNumber":216,"author":{"gitId":"-"},"content":"* `markbind deploy --no-build` : Deploys the site from the current working directory without generating it."},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"### `--help` Option"},{"lineNumber":223,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"**Format:** `markbind [command] --help`"},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"**Alias:** `markbind [command] -h`"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"**Description:** Prints a summary of MarkBind commands or a detailed usage guide for the given `command`."},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"{{ icon_examples }}"},{"lineNumber":232,"author":{"gitId":"-"},"content":"* `markbind --help` : Prints a summary of MarkBind commands."},{"lineNumber":233,"author":{"gitId":"-"},"content":"* `markbind serve --help` : Prints a detailed usage guide for the `serve` command."}],"authorContributionMap":{"LamJiuFong":5,"-":228}},{"path":"docs/userGuide/components/imagesAndDiagrams.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Image \u0026 Diagram Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"imagesAndDiagrams\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Images \u0026 Diagrams"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The image components here provide **convenient syntax \u0026 styling abstractions** on top of raw HTML and Markdown images."},{"lineNumber":22,"author":{"gitId":"-"},"content":"Diagrams, in the form of **inline PlantUML components** are also supported."},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"{% if \u0027images-diagrams\u0027 in v[2] %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":41,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027presentation\u0027, \u0027popups\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":39}},{"path":"docs/userGuide/components/navigation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Navigation Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"navigation\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Navigation"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The components in this page are used for scaffolding **site and page navigation**."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"{% if \u0027navigation\u0027 in v[2] %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":40,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027popups\u0027, \u0027others\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":38}},{"path":"docs/userGuide/components/others.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Other Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"others\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Others"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"This page lists some other components that may be useful in creating education websites. For now, there are only question and quiz components."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"{% if \u0027others\u0027 in v[2] %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":40,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027navigation\u0027, \u0027advanced\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":38}},{"path":"docs/userGuide/components/popups.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Pop-Up Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"popups\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Pop-Ups"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The components in this page can be used to easily create **various forms of pop-ups** that are activated on some user action (e.g., hovering over some text). This may be useful for showing additional information related to some specific area or span of content."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"{% if \u0027popups\u0027 in v[2] %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":40,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027imagesAndDiagrams\u0027, \u0027navigation\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":38}},{"path":"docs/userGuide/components/presentation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Presentational Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"presentation\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"advanced.md#slots-info\" /\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"# Presentation"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The components in this page are the core **presentational** components you may want to use. Panels and tabs can be used to **organise content sections**, while badges and boxes can **highlight small, specific pieces of information**."},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":"\u003cbox type \u003d \"warning\" header \u003d \"#### Use of markdown in content\" \u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":"As presentational components are HTML-based, you need to follow the HTML syntax when using markdown in the content of the components."},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":"More specifically, you should use either:"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"- add a line break with no indentation before the markdown content"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":"- use the `\u003cmarkdown\u003e` (block level elements) or `\u003cmd\u003e` (inline level elements) tags to wrap the markdown content."},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":"For more information, please refer to this [section]({{baseUrl}}/userGuide/usingHtmlJavaScriptCss.html#markdown-in-html)."},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"{% if \u0027presentation\u0027 in v[2] %}"},{"lineNumber":42,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":43,"author":{"gitId":"-"},"content":"{% endif %}"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"# Relevant Tips \u0026 Tricks"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Indent components\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../tipsAndTricks.md#indentComponents\" /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027../usingComponents\u0027, \u0027imagesAndDiagrams\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":47,"yiwen101":8}},{"path":"docs/userGuide/formattingContents.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Formatting Contents\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"formattingContents\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 2"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**MarkBind supports a wide collection of Markdown-like basic content formatting syntax** such as text styling, tables, lists, images, links, etc."},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"./syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" {% if \u0027basic\u0027 in v[2] %}"},{"lineNumber":32,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {% endif %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"# Relevant Tips \u0026 Tricks"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Escaping Characters\"\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tipsAndTricks.md#escapingCharacters\" /\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027markBindSyntaxOverview\u0027, \u0027usingComponents\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":43}},{"path":"docs/userGuide/markBindInTheProjectWorkflow.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"MarkBind in the Project Workflow\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"markBindInTheProjectWorkflow\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"As **MarkBind is especially optimized as a project documentation tool**, it integrates well with the workflow of software projects."},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"#### Authoring Workflow"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"While most IDEs provide previews for Markdown files, unless your MarkBind files are using basic Markdown syntax only, you are recommended to launch a {{ link_live_preview }} and check the rendering of the page as you modify the source file."},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"#### GitHub Project Workflow"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"If you use GitHub for your project, you can [deploy your site to GitHub pages](deployingTheSite.html#deploying-to-github-pages) easily. You can even set up Travis to automatically deploy your site to GitHub pages whenever a branch in your repo is updated."},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"If you are using GitHub Pull Requests as part of your workflow, you can [set up Netlify to show a preview of the site generated from the MarkBind code in the PR](deployingTheSite.html#deploying-to-netlify)."},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"#### Using MarkBind for Project Documentation"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"Here is an example workflow for using MarkBind for both developer documentation and user documentation in a GitHub project:"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"Suppose the main development of the project is done in the `master` branch while product releases are done using the `release` branch."},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"You can keep the user docs in a separate directory (say `user-docs`) and set up a MarkBind project in that folder. When there is a new release, you can deploy the user-docs site to GitHub Pages for users to read."},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"Similarly, you can keep the dev docs in a separate directory (say `dev-docs`) and set up Netlify to deploy the site when there is an update to the `master` branch; that way, developers can see the latest version of dev-docs via the Netlify site."},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"#### Converting existing project documentation/wiki"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"MarkBind supports the automatic conversion of an existing GitHub wiki or `docs` folder containing Markdown files."},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"A MarkBind conversion involves the following:"},{"lineNumber":49,"author":{"gitId":"-"},"content":"- Adding a Home page: If your project already has a `README.md` or `Home.md`, the content will be copied over to `index.md`. Otherwise, a default home page will be added."},{"lineNumber":50,"author":{"gitId":"-"},"content":"- Adding an About Us page: If your project already has `about.md`, this will be used as the About page. Otherwise, a default About page will be added."},{"lineNumber":51,"author":{"gitId":"-"},"content":"- Adding a top navigation bar."},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":"- Adding a site navigation menu: If your project has a valid `_Sidebar.md` file, it will be used as the [site navigation menu]({{baseUrl}}/userGuide/tweakingThePageStructure.html#constructing-a-page-navigation-menu). Otherwise, the menu will be built from your project\u0027s directory structure and contain links to all addressable pages. "},{"lineNumber":53,"author":{"gitId":"-"},"content":"- Adding a custom footer: If your project has a valid `_Footer.md` file, it will be used as the website footer. Otherwise, a default footer will be added."},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" Conversion might not work if your project files have existing Nunjucks syntax. "},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"To convert your existing project, follow these steps:"},{"lineNumber":60,"author":{"gitId":"-"},"content":"1. Navigate into the project directory."},{"lineNumber":61,"author":{"gitId":"-"},"content":"1. Run `markbind init --convert` to convert the project."},{"lineNumber":62,"author":{"gitId":"-"},"content":"1. You can now preview the website using `markbind serve` to view your newly converted MarkBind website."},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" You only need to run the conversion once. Once you have converted your project, you can proceed to edit it as a normal MarkBind project."},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/box\u003e "},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":69,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027deployingTheSite\u0027, \u0027redirectingToACustom404Page\u0027) }}"}],"authorContributionMap":{"-":68,"yiwen101":1}},{"path":"docs/userGuide/readerFacingFeatures.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" title: \"User Guide: Reader-Facing Features\""},{"lineNumber":3,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" pageNav: 5"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"components/advanced.md#slots-info\" /\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"# Reader-Facing Features"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\"\u003eExpand the \u003cmd\u003e**details...**\u003c/md\u003e panel for more info!\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"{% macro show_topic(filename, heading) %}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"##### {{ heading }}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/{{ filename }}.md#examples\" /\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"%%details...%%\" \u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" {% if \u0027reader-facing\u0027 in v[2] %}"},{"lineNumber":31,"author":{"gitId":"-"},"content":"{{ show_topic( k, v[0]) }}"},{"lineNumber":32,"author":{"gitId":"-"},"content":" {% endif %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{% endfor %}"}],"authorContributionMap":{"jingting1412":4,"-":29}},{"path":"docs/userGuide/reusingContents.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Reusing Contents\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"reusingContents\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 4"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**MarkBind is highly-optimized for content reuse**. It offers several mechanisms to provide readers with many variations of the content while minimizing duplication at source file level. As a result, instead of creating a one-size-fits-all site, MarkBind can create a site in which readers can chart their own path of reading."},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/variables.md\" /\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"syntax/includes.md\" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"## Reusing Contents Across Sites"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"**MarkBind supports reusing across sites.** It allows you to include the pages you want from a _sub-site_ in another _main-site_ without having to change anything in the source files of the _sub-site_ as long as the _sub-site_ source files are inside the directory of the _main-site_."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a site `textbook` and you want to include some pages from it in another site `course`. Given below is how you can locate the sub-site `textbook` inside the root directory of the main-site `course` so that files from `textbook` can be reused in the `course` site."},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"C:/course/"},{"lineNumber":40,"author":{"gitId":"-"},"content":" textbook/"},{"lineNumber":41,"author":{"gitId":"-"},"content":" index.md"},{"lineNumber":42,"author":{"gitId":"-"},"content":" overview.md"},{"lineNumber":43,"author":{"gitId":"-"},"content":" site.json"},{"lineNumber":44,"author":{"gitId":"-"},"content":" index.md"},{"lineNumber":45,"author":{"gitId":"-"},"content":" reading.md"},{"lineNumber":46,"author":{"gitId":"-"},"content":" site.json"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":"In `reading.md` (note how it reuses content from the sub-site `textbook`):"},{"lineNumber":50,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":51,"author":{"gitId":"-"},"content":"# Week 1 Reading:"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"textbook/overview.md\" /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"```"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"If you are using Git for version control, you can set up the sub-site repository as a [Git sub-module](https://git-scm.com/book/en/v2/Git-Tools-Submodules) of the main site repository."},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"## Creating Content Variations"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"**MarkBind can create sites that give more control to the reader.** Given below are some mechanisms authors can use to create variations of content that gives more control to the reader in charting their own path through the content."},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"#### Allowing users to remove some contents"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"When the readers can remove an item from a page, they can create their own version of the page by removing items they don\u0027t want to see. This is especially useful when printing a page."},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"To make an element closeable, use `v-closeable`."},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003cdiv v-closeable\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"Optional video:"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"@[youtube](v40b3ExbM0c)"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"```"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"This is how the content will appear. Note how you can hover over the content to access the :x: button that can collapse the content."},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003cdiv v-closeable\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"-"},"content":"Optional video:"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"@[youtube](v40b3ExbM0c)"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"#### Giving alternative contents"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":"You can use a [_Tabs_ component](components/presentation.html#tabs) to give alternative versions of content, for example, giving a code snippet in different programming languages."},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"#### Giving access to additional contents"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"You can use following components to give readers an option to access additional content at their discretion."},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":"* [Tooltips](components/popups.html#tooltips), [Popovers](components/popups.html#popovers), [Modals](components/popups.html#modals)"},{"lineNumber":106,"author":{"gitId":"-"},"content":"* [Expandable Panels](components/presentation.html#panels)"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"#### Organizing contents in alternative ways"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"You can take advantage of [MarkBind\u0027s feature for content reuse](reusingContents.html) to organize content in alternative ways to cater for different readers, without having to duplicate content. For example, you can have different pages that organizes the same information alphabetically, chronologically, by difficulty, group information by topic, etc."},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"#### Optimizing the Print View"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"To \u003cspan class\u003d\"keyword\"\u003ehide minimized panels in the _print view_\u003c/span\u003e, add the following code to a CSS file used in your site."},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"```css"},{"lineNumber":117,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" .card-container \u003e .morph {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":"```"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"Tim-Siu"},"content":"MarkBind also comes with some built-in optimizations for printing by default:"},{"lineNumber":125,"author":{"gitId":"Tim-Siu"},"content":"- \u003cinclude src\u003d\"syntax/code.md#code-print-optimization\" /\u003e"},{"lineNumber":126,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":"#### Hiding some info in the generated content"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":"To permanently hide a fragment from the reader:"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"d-none\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" content to hide ..."},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":""},{"lineNumber":136,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"...\" add-class\u003d\"d-none\"\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" content to hide ..."},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003cpanel\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"```"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"To hide a fragment in one specific page, \u0027mark\u0027 the elements using a `class`:"},{"lineNumber":142,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"extra\"\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":" content to hide ..."},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":"```"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":"Then, in a page-specific CSS file,"},{"lineNumber":149,"author":{"gitId":"-"},"content":"```css"},{"lineNumber":150,"author":{"gitId":"-"},"content":".extra {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" display: none; /* \u0027block\u0027 or \u0027inline-block\u0027 if you want it to show */"},{"lineNumber":152,"author":{"gitId":"-"},"content":"}"},{"lineNumber":153,"author":{"gitId":"-"},"content":"```"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"#### Deploying a page multiple times with different titles"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":"By [overriding the `title` declared in the frontmatter of the page using `site.json`](tweakingThePageStructure.html#frontmatter), it is possible to allow MarkBind to serve the same page with different titles. "},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"This may especially be useful for users who are serving a page from a submodule."},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"#### Creating slight variations of content"},{"lineNumber":162,"author":{"gitId":"-"},"content":""},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":"Tags are a good way to create multiple variations of a page within the same source file, such as to filter content for creating multiple different versions of the same page. See [_User Guide: Tweaking the Page Structure → Tags_](tweakingThePageStructure.html#plugin-tags) section for more information."},{"lineNumber":164,"author":{"gitId":"-"},"content":""},{"lineNumber":165,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":166,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027tweakingThePageStructure\u0027, \u0027workingWithSites\u0027) }}"}],"authorContributionMap":{"-":160,"yiwen101":3,"Tim-Siu":3}},{"path":"docs/userGuide/siteJsonFile.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" title: \"site.json File\""},{"lineNumber":3,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"-"},"content":" keywords: site.json"},{"lineNumber":5,"author":{"gitId":"-"},"content":" pageNav: 4"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"# `site.json` File"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"The `site.json` file {{ tooltip_root_directory }} is used to configure various aspects of a MarkBind website."},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"Here is a typical `site.json` file:"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"```json"},{"lineNumber":18,"author":{"gitId":"-"},"content":"{"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"baseUrl\": \"/myproduct\","},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"faviconPath\": \"myfavicon.png\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"FooBar Dev Docs\","},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"titleSuffix\": \"FooBar\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"bootstrapTheme\": \"bootswatch-cerulean\","},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"codeLineNumbers\": true"},{"lineNumber":27,"author":{"gitId":"-"},"content":" },"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":29,"author":{"gitId":"-"},"content":" {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"layout\": \"normal\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"searchable\": \"no\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"externalScripts\": ["},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"https://cdn.plot.ly/plotly-latest.min.js\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"frontmatter\": {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"header\": \"header.md\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" }"},{"lineNumber":40,"author":{"gitId":"-"},"content":" },"},{"lineNumber":41,"author":{"gitId":"-"},"content":" {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"glob\": \"topics/**/*.md\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"globExclude\": [\"topics/*/appendix/*.md\"],"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"layout\": \"subtopic\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"pagesExclude\": [\"subsite/**/*.md\", \"node_modules/*\"],"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"externalScripts\": ["},{"lineNumber":49,"author":{"gitId":"-"},"content":" \"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config\u003dTeX-MML-AM_CHTML\""},{"lineNumber":50,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\","},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"repo\": \"https://github.com/myorg/myrepo.git\","},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"branch\": \"gh-pages\""},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \"globalOverride\": {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \"footer\": \"my-footer.md\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" },"},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":60,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":61,"author":{"gitId":"-"},"content":" \"*.json\","},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":63,"author":{"gitId":"-"},"content":" \".git/*\","},{"lineNumber":64,"author":{"gitId":"-"},"content":" \".gitignore\","},{"lineNumber":65,"author":{"gitId":"-"},"content":" \"node_modules/*\""},{"lineNumber":66,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \"plugins\" : ["},{"lineNumber":68,"author":{"gitId":"-"},"content":" \"filterTags\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":70,"author":{"gitId":"-"},"content":" \"pluginsContext\" : {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"filterTags\" : {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \"tags\": [\"tag1\", \"tag2\"]"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 4,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \"intrasiteLinkValidation\": {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \"enabled\": false"},{"lineNumber":78,"author":{"gitId":"-"},"content":" },"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \"plantumlCheck\": true"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":"```"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"#### **`baseUrl`**"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":"**The base URL relative to your domain.** Default: `\"\"`(empty)."},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"deployingTheSite.md#warning-about-baseUrl\" /\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"Note: `baseUrl` does not support [live preview](glossary.md#live-preview) as there is no use case for changing it in during `markbind serve`."},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"#### **`faviconPath`**"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"**The location of the favicon.** Default: `favicon.ico`."},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":"%%{{ icon_info }} If the favicon was recently changed, you may need to force-refresh the Browser to see the new image.%%"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"#### **`titlePrefix`**"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"**The prefix for all page titles.** The separator `-` will be inserted by MarkBind."},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"#### **`titleSuffix`**"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"**The suffix for all page titles.** The separator `-` will be inserted by MarkBind."},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"#### **`style`**"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"_(Optional)_ **The styling options to be applied to the site.** This includes:"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"* **`bootstrapTheme`**"},{"lineNumber":117,"author":{"gitId":"-"},"content":" _(Optional)_ The theme for the generated site.\u003cbr\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" Uses the default Bootstrap theme if not specified. See [User Guide: Themes](themes.html) for more details."},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":"* **`codeTheme`** [Optional. Default: `\"dark\"`]\u003cbr\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":" The theme used for fenced code blocks. Accepts either `\"light\"` or `\"dark\"`."},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"* **`codeLineNumbers`** [Optional. Default: `false`]\u003cbr\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":" The global setting to display or hide line numbers for code blocks. Accepts either `true` or `false`."},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"#### **`pages`**"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"**An array of pages to be rendered.**"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"* **`src/glob`**"},{"lineNumber":131,"author":{"gitId":"-"},"content":" * `src` can be used to specify a single file, or an array of files.\u003cbr\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":" {{ icon_examples }} `docs/index.md` or `[ \u0027docs/index.md\u0027, \u0027docs/userGuide.md\u0027 ]` { .my-1 }"},{"lineNumber":133,"author":{"gitId":"-"},"content":" * `glob` can be used alternatively to define a file pattern in the [_glob syntax_](https://en.wikipedia.org/wiki/Glob_(programming)), or an array of such file patterns.\u003cbr\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" {{ icon_examples }} `**/*.md` or `[ \u0027**/*.md\u0027, \u0027**/index.md\u0027 ]` { .my-2 }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"* **`globExclude`**: An array of file patterns to be excluded from rendering when using `glob`, also defined in the glob syntax."},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":"* **`title`**: The page `\u003ctitle\u003e` for the generated web page. Titles specified here take priority over titles specified in the [frontmatter](tweakingThePageStructure.html#frontmatter) of individual pages."},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":"* **`layout`**: The [layout](tweakingThePageStructure.html#layouts) to be used by the page. Default: `default`."},{"lineNumber":138,"author":{"gitId":"-"},"content":"* **`searchable`**: Specifies that the page(s) should be excluded from searching. Default: `yes`."},{"lineNumber":139,"author":{"gitId":"-"},"content":"* **`externalScripts`**: An array of external scripts to be referenced on the page. Scripts referenced will be run before the layout script."},{"lineNumber":140,"author":{"gitId":"-"},"content":"* **`frontmatter`**: Specifies properties to add to the frontmatter of a page or glob of pages. Overrides any existing properties if they have the same name, and overrides any frontmatter properties specified in `globalOverride`."},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"page-property-overriding\"\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"[Page properties that are defined in `site.json`](#pages) for a particular page will override those defined in the frontmatter of the page. For example, if we declare a `title` within the frontmatter of the page (say `index.md`) like such:"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" title: Hello World"},{"lineNumber":150,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":"```"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"But the `title` property in the corresponding `site.json` is set as such:"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":156,"author":{"gitId":"-"},"content":"{"},{"lineNumber":157,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":158,"author":{"gitId":"-"},"content":" {"},{"lineNumber":159,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":160,"author":{"gitId":"-"},"content":" \"title\": \"Landing Page\","},{"lineNumber":161,"author":{"gitId":"-"},"content":" }"},{"lineNumber":162,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":163,"author":{"gitId":"-"},"content":"}"},{"lineNumber":164,"author":{"gitId":"-"},"content":"```"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"Then, the title of `index.md` will be set as \"Landing Page\" instead of \"Hello World\"."},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"In this manner, setting the property `title` in `site.json` will always override the `title` declared within the frontmatter of the page."},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"page-glob-overriding\"\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"Note: If multiple **`src`** (pages) or **`glob`** (globs) attributes match a file, MarkBind will merge properties from all entries. If there are conflicting properties, pages are given priority over globs. If there are multiple matching glob entries, the last entry is given priority."},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":"{{ icon_example }} Multiple entries matching `index.md`:"},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":183,"author":{"gitId":"-"},"content":"{"},{"lineNumber":184,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":185,"author":{"gitId":"-"},"content":" {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":187,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":188,"author":{"gitId":"-"},"content":" \"searchable\": \"no\""},{"lineNumber":189,"author":{"gitId":"-"},"content":" },"},{"lineNumber":190,"author":{"gitId":"-"},"content":" {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \"glob\": \"*.md\","},{"lineNumber":192,"author":{"gitId":"-"},"content":" \"layout\": \"normal\","},{"lineNumber":193,"author":{"gitId":"-"},"content":" \"searchable\": \"yes\""},{"lineNumber":194,"author":{"gitId":"-"},"content":" }"},{"lineNumber":195,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":196,"author":{"gitId":"-"},"content":"}"},{"lineNumber":197,"author":{"gitId":"-"},"content":"```"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"The following properties will apply to `index.md`:"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":202,"author":{"gitId":"-"},"content":"{"},{"lineNumber":203,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":204,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\", // Inherited from page"},{"lineNumber":205,"author":{"gitId":"-"},"content":" \"layout\": \"normal\", // Inherited from glob"},{"lineNumber":206,"author":{"gitId":"-"},"content":" \"searchable\": \"no\", // Page takes priority over glob"},{"lineNumber":207,"author":{"gitId":"-"},"content":"}"},{"lineNumber":208,"author":{"gitId":"-"},"content":"```"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":"#### **`pagesExclude`**"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":"**An array of file patterns to be excluded from rendering.** The exclusion pattern follows the glob syntax."},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"This property is the global variant to the `globExclude` property and is functionally identical to it. If the two are used at once, the file patterns from both properties will be combined when excluding pages."},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"#### **`externalScripts`**"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"**An array of external scripts to be referenced on all pages.** To reference an external script only on specific pages, `externalScripts` should be specified in `pages` instead. Scripts referenced will be run before the layout script."},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":"#### **`globalOverride`**"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":"**Globally overrides properties in the frontmatter of all pages.** Any property included in the global override will automatically be merged with the frontmatter of every single page, and override them if the property exists."},{"lineNumber":227,"author":{"gitId":"-"},"content":""},{"lineNumber":228,"author":{"gitId":"-"},"content":"#### **`ignore`**"},{"lineNumber":229,"author":{"gitId":"-"},"content":""},{"lineNumber":230,"author":{"gitId":"-"},"content":"**An array of file patterns to be ignored when copying files to the generated site.** By default, MarkBind will copy all the files as assets of the generated site."},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":"The ignore pattern follows the [glob pattern used in .gitignore](https://git-scm.com/docs/gitignore#_pattern_format). For example, `*.md` ignores all markdown source files."},{"lineNumber":233,"author":{"gitId":"-"},"content":""},{"lineNumber":234,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"site-json-deploy\"\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":"#### **`deploy`**"},{"lineNumber":237,"author":{"gitId":"-"},"content":""},{"lineNumber":238,"author":{"gitId":"-"},"content":"**The settings for [auto-deployment to GitHub pages](deployingTheSite.html).**"},{"lineNumber":239,"author":{"gitId":"-"},"content":""},{"lineNumber":240,"author":{"gitId":"-"},"content":"* **`message`** [Optional. Default: `\"Site Update.\"`]\u003cbr\u003e"},{"lineNumber":241,"author":{"gitId":"-"},"content":" The commit message used for the deployment commit."},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":"* **`repo`** [Optional. Default: the current working project\u0027s repo]\u003cbr\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":" The repo you want to deploy to.\u003cbr\u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":" Format: `\"https://github.com/\u003corg|username\u003e/\u003crepo\u003e.git\"` (`\"git@github.com:\u003corg|username\u003e/\u003crepo\u003e.git\"` if you use SSH)\u003cbr\u003e"},{"lineNumber":246,"author":{"gitId":"-"},"content":" {{ icon_example }} `\"https://github.com/myorg/myrepo.git\"`"},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":"* **`branch`** [Optional. Default: `\"gh-pages\"`]\u003cbr\u003e"},{"lineNumber":249,"author":{"gitId":"-"},"content":" The branch that will be deployed to in the remote repo."},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":""},{"lineNumber":253,"author":{"gitId":"-"},"content":"#### **`plugins`**, **`pluginsContext`**"},{"lineNumber":254,"author":{"gitId":"-"},"content":""},{"lineNumber":255,"author":{"gitId":"-"},"content":"**A list of plugins to load.** Plugins are user-defined extensions that can add custom features to MarkBind. `pluginsContext` contains settings to be applied to the loaded plugins. See [User Guide: Using Plugins](usingPlugins.html) for more details."},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":"The example above uses tags as an example of configuring plugin settings, refer to the [`filterTags` plugin](tweakingThePageStructure.html#toggling-alternative-contents) for more details."},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"#### **`headingIndexingLevel`**"},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"**The level of headings to be indexed for searching.** Default: `3` %%i.e., only headings of levels 1,2,3 will be indexed for searching%%."},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"#### **`enableSearch`**"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"**Specifies that the website should use MarkBind\u0027s search functionality.** Default: `true`. See [User Guide: Making the Site Searchable](makingTheSiteSearchable.html) for more details."},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"#### **`timeZone`**"},{"lineNumber":268,"author":{"gitId":"-"},"content":""},{"lineNumber":269,"author":{"gitId":"-"},"content":"**Time zone of the [time stamp](reusingContents.html#built-in-global-variables).** Default: `\"UTC\"`."},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"Time Zone Options\"\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"pages/timeZones.md\" /\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":""},{"lineNumber":277,"author":{"gitId":"-"},"content":"#### **`locale`**"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":"**Language by locale used for the [time stamp](reusingContents.html#built-in-global-variables).** Default: `\"en-GB\"` (`English (United Kingdom)`). \u003cbr\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":"The date format is thus: `\u003cDay\u003e, \u003cDate\u003e \u003cMonth\u003e \u003cYear\u003e, \u003c24-hour Time\u003e \u003cTime Zone Code\u003e`."},{"lineNumber":281,"author":{"gitId":"-"},"content":""},{"lineNumber":282,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"Locale Options\"\u003e"},{"lineNumber":283,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"pages/locales.md\" /\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":285,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":286,"author":{"gitId":"-"},"content":""},{"lineNumber":287,"author":{"gitId":"-"},"content":"#### **`intrasiteLinkValidation`**"},{"lineNumber":288,"author":{"gitId":"-"},"content":""},{"lineNumber":289,"author":{"gitId":"-"},"content":"**Toggle whether to validate intra-site links.** By default, MarkBind will validate all intra-site links and alert you of any potentially invalid ones."},{"lineNumber":290,"author":{"gitId":"-"},"content":"To disable this validation **entirely**, you may add the following to `site.json`:"},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"disable-global-intrasite-link-validation\"\u003e"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" ```js"},{"lineNumber":294,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":295,"author":{"gitId":"-"},"content":" \"intrasiteLinkValidation\": {"},{"lineNumber":296,"author":{"gitId":"-"},"content":" \"enabled\": false"},{"lineNumber":297,"author":{"gitId":"-"},"content":" },"},{"lineNumber":298,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":299,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":300,"author":{"gitId":"-"},"content":""},{"lineNumber":301,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":"#### **`plantumlCheck`**"},{"lineNumber":304,"author":{"gitId":"-"},"content":""},{"lineNumber":305,"author":{"gitId":"-"},"content":"**Toggle whether to display a warning about PlantUML\u0027s prerequisite. Only applicable for non-Windows users.** By default, MarkBind will check if you have Graphviz installed when you are using PlantUML diagrams."},{"lineNumber":306,"author":{"gitId":"-"},"content":"To disable this validation and the display of the warning, you may add the following to `site.json`:"},{"lineNumber":307,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"plantuml-check\"\u003e"},{"lineNumber":308,"author":{"gitId":"-"},"content":""},{"lineNumber":309,"author":{"gitId":"-"},"content":" ```js"},{"lineNumber":310,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":311,"author":{"gitId":"-"},"content":" \"plantumlCheck\": false,"},{"lineNumber":312,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":313,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":312,"yiwen101":3}},{"path":"docs/userGuide/syntax/annotations.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Annotations"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"**An `annotate` component allows you to easily annotate over any images.**"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"Annotate wrappers (`\u003cannotate\u003e`) are used in conjunction with Annotate"},{"lineNumber":6,"author":{"gitId":"-"},"content":"Points (`\u003ca-point\u003e`)."},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"- `\u003cannotate\u003e`: Annotate wrappers are used to hold the image and set its width and height."},{"lineNumber":9,"author":{"gitId":"-"},"content":"- `\u003ca-point\u003e`: Annotate points define the position, text and style of each point within the image. Insert them between the Annotate wrappers."},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"The x and y coordinates of each Annotate Point are relative to the image and are written in percentage of total width or height."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"LamJiuFong"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\" lazy\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003c!-- Minimal Point --\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"This point is 25% from the left and 25% from the top\" /\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Size (default size is 40px) --\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"This point is 50% from the left and 25% from the top\" size\u003d\"60\"/\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Header (default is empty) --\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"25%\" content\u003d\"This point is 75% from the left and 25% from the top\" header\u003d\"This has a header\"/\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Color (default color is green) --\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"50%\" content\u003d\"This point is 25% from the left and 50% from the top\" color\u003d\"red\"/\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Opacity (default opacity is 0.3) --\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"50%\" content\u003d\"This point is 50% from the left and 50% from the top\" opacity\u003d\"0.7\"/\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c!-- Customize Point Label (default is empty) --\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"75%\" content\u003d\"This point is 25% from the left and 75% from the top\" label\u003d\"1\"/\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c!-- Customize Text Color (default color is black) --\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"75%\" content\u003d\"This point is 50% from the left and 75% from the top\" textColor\u003d\"white\" color\u003d\"black\" label\u003d\"2\" opacity\u003d\"1\"/\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c!-- Customize Font Size (default font size is 14) --\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"75%\" content\u003d\"This point is 75% from the left and 75% from the top\" fontSize\u003d\"30\" label\u003d\"3\"/\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c!-- Customize Label (default is a rounded button) --\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"50%\" content\u003d\"This point is 75% from the left and 50% from the top\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"badge bg-primary\"\u003eBadge label\u003c/span\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"**Use markdown in the header, label and content**"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"Annotate Points supports markdown in the header, label and content. "},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"# Content\" /\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" header\u003d\":blush:\" /\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"25%\" label\u003d\":heart:\"/\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"**Customising shapes for Annotate Point** \u003cbr\u003e "},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"Annotate Points supports different shapes and customisation. "},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":"The default shape used is a rounded button."},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":"When using a customised shape, the options shape, color and opacity will not work. "},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"Style the shape to achieve the same effect."},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"50%\" content\u003d\"This point is 75% from the left and 50% from the top\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"badge bg-primary\"\u003eBadge label\u003c/span\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"50%\" content\u003d\"This point is 25% from the left and 50% from the top\"\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"../../images/deer.jpg\" width\u003d\"50\" height\u003d\"50\"\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c!-- Customised Annotate Point with styling--\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"50%\" content\u003d\"This point is 25% from the left and 50% from the top\"\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003cdiv style\u003d\"opacity: 90%; color: red\"\u003eCustom\u003c/div\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003c/a-point\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":"**Using triggers and positions for Annotate Point** \u003cbr\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"Similar to **[popovers](../components/popups.md#popovers)**, Annotate Points also support different types of triggers and positions"},{"lineNumber":92,"author":{"gitId":"-"},"content":"for users with different needs."},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":" \u003c!-- Default Trigger (click)--\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"33%\" y\u003d\"33%\" content\u003d\"Lorem ipsum dolor sit amet\" /\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c!-- Set Trigger to hover focus --\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"66%\" y\u003d\"33%\" content\u003d\"Lorem ipsum dolor sit amet\" trigger\u003d\"hover focus\"/\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003c!-- Set Popover Placement (click)--\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"66%\" content\u003d\"Popover on the left\" placement\u003d\"left\"/\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"66%\" content\u003d\"Popover on the bottom\" placement\u003d\"bottom\"/\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"66%\" content\u003d\"Popover on the right\" placement\u003d\"right\"/\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003c!-- Both trigger and popover placement hover focus --\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"66%\" content\u003d\"Popover on the bottom\" placement\u003d\"bottom\" trigger\u003d\"hover focus\"/\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"**Displaying content as legends in Annotate Point**"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"`\u003ca-point\u003e` allows users to display its content !!inside a popover!! or !!as a legend below the diagram!! or !!both!!. However, the label attribute must be specified in `\u003ca-point\u003e` in order to display the content below the image."},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":" \u003c!-- Default Legend (popover only)--\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"50%\" content\u003d\"There is only text when you click me\" label\u003d\"1\"/\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to bottom only (no popover) --\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"50%\" content\u003d\"Clicking on this does nothing\" label\u003d\"2\" legend\u003d\"bottom\" header\u003d\"Headers are displayed as well\"/\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to both --\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"50%\" content\u003d\"There is text at both locations\" label\u003d\"3\" legend\u003d\"both\" header\u003d\"Headers are displayed at both positions\"/\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":""},{"lineNumber":136,"author":{"gitId":"-"},"content":"**Sample use cases for Annotate** \u003cbr\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"Here we showcase some use cases of the Annotate feature."},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":"**Example 1: Describing elements in an image** \u003cbr\u003e"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":""},{"lineNumber":146,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleObject.png\" height\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"6%\" y\u003d\"50%\" content\u003d\"You can use a triangle and a solid line (not to be confused with an arrow) to indicate class inheritance.\" label\u003d\"1\" header\u003d\"Class inheritance\" legend\u003d\"both\"/\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25.5%\" y\u003d\"50%\" content\u003d\"UML uses a solid diamond symbol to denote composition.\" label\u003d\"2\" header\u003d\"Composition\" color\u003d\"red\" legend\u003d\"both\"/\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"45%\" y\u003d\"50%\" content\u003d\"UML uses a hollow diamond to indicate an aggregation.\" label\u003d\"3\" header\u003d\"Aggregation\" color\u003d\"blue\" legend\u003d\"both\"/\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"64.5%\" y\u003d\"50%\" content\u003d\"Association labels describe the meaning of the association.\" label\u003d\"4\" header\u003d\"Association labels\" color\u003d\"yellow\" legend\u003d\"both\"/\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"**Example 2: Drawing over elements** \u003cbr\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleSequence.png\" height\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"35%\" y\u003d\"18.5%\" content\u003d\"Operation is invoked\" header\u003d\"Operation\" opacity\u003d\"0.2\" size\u003d\"30\"/\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"65%\" y\u003d\"50%\" content\u003d\"This is the period during which the method is being executed\" header\u003d\"Activation Bar\" opacity\u003d\"0.3\" size\u003d\"50\" color\u003d\"yellow\"/\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"14%\" y\u003d\"85%\" content\u003d\"Return control and possibly some return value\" header\u003d\"Return Value\" opacity\u003d\"0.2\" size\u003d\"30\" color\u003d\"blue\"/\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":""},{"lineNumber":171,"author":{"gitId":"-"},"content":"****`\u003ca-point\u003e` Options****"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"| Name | Type | Default | Description |"},{"lineNumber":174,"author":{"gitId":"-"},"content":"| --------- | -------- | ----------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"},{"lineNumber":175,"author":{"gitId":"-"},"content":"| x | `String` | | **This must be specified.**\u003cbr\u003eThe x-coordinate of the point.\u003cbr\u003eSupports range of values from `0%` to `100%`. |"},{"lineNumber":176,"author":{"gitId":"-"},"content":"| y | `String` | | **This must be specified.**\u003cbr\u003eThe y-coordinate of the point.\u003cbr\u003eSupports range of values from `0%` to `100%`. |"},{"lineNumber":177,"author":{"gitId":"-"},"content":"| content | `String` | `\u0027\u0027` | Annotate Point content.\u003cbr\u003eThe annotation content will be omitted if this is not provided. |"},{"lineNumber":178,"author":{"gitId":"-"},"content":"| header | `String` | `\u0027\u0027` | Annotate Point header.\u003cbr\u003eThe header will be omitted if this is not provided. |"},{"lineNumber":179,"author":{"gitId":"-"},"content":"| trigger | `String` | `click` | Popover trigger type.\u003cbr\u003eSupports: `click`, `focus`, `hover`, or any space-separated combination of these. |"},{"lineNumber":180,"author":{"gitId":"-"},"content":"| placement | `String` | `top` | Position of the Popover.\u003cbr\u003eSupports: `top`, `left`, `right`, `bottom`. |"},{"lineNumber":181,"author":{"gitId":"-"},"content":"| label | `String` | `\u0027\u0027` | The label shown on the point itself.\u003cbr\u003eThe label will be omitted if this is not provided.\u003cbr\u003eNote that labels should not be too long as they might overflow out of the point. |"},{"lineNumber":182,"author":{"gitId":"-"},"content":"| size | `String` | `\u002740\u0027` | The size of the point in pixels. \u003cbr\u003e Does not work with customised shapes |"},{"lineNumber":183,"author":{"gitId":"-"},"content":"| color | `String` | `\u0027green\u0027` | The color of the point.\u003cbr\u003eSupports any color in the CSS color format. E.g. `red`, `#ffffff`, `rgb(66, 135, 245)`, etc. \u003cbr\u003e Does not work with customised shapes |"},{"lineNumber":184,"author":{"gitId":"-"},"content":"| opacity | `String` | `\u00270.3\u0027` | The opacity of the point.\u003cbr\u003eSupports range of values from `0` to `1`. \u003cbr\u003e Does not work with customised shapes |"},{"lineNumber":185,"author":{"gitId":"-"},"content":"| fontSize | `String` | `\u002714\u0027` | The font size of the label.\u003cbr\u003eSupports any pixel size smaller than size of the point. |"},{"lineNumber":186,"author":{"gitId":"-"},"content":"| textColor | `String` | `\u0027black\u0027` | The color of the label.\u003cbr\u003eSupports any color in the CSS color format. E.g. `red`, `#ffffff`, `rgb(66, 135, 245)`, etc. |"},{"lineNumber":187,"author":{"gitId":"-"},"content":"| legend | `String` | `\u0027popover\u0027` | The position of the Annotate Point content and header.\u003cbr\u003eSupports: `popover`, `bottom`, `both`. |"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":"****`\u003cannotate\u003e` Options****"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"This is effectively the same as the options used for the [picture](#pictures) component."},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":"| Name | Type | Default | Description |"},{"lineNumber":194,"author":{"gitId":"LamJiuFong"},"content":"|--------| --------- | ------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"},{"lineNumber":195,"author":{"gitId":"-"},"content":"| alt | `string` | | **This must be specified.**\u003cbr\u003eThe alternative text of the image. |"},{"lineNumber":196,"author":{"gitId":"-"},"content":"| src | `string` | | **This must be specified.**\u003cbr\u003eThe URL of the image.\u003cbr\u003eThe URL can be specified as absolute or relative references. More info in: _[Intra-Site Links]({{baseUrl}}/userGuide/formattingContents.html#intraSiteLinks)_ |"},{"lineNumber":197,"author":{"gitId":"-"},"content":"| height | `string` |`\u0027\u0027`| The height of the image in pixels. |"},{"lineNumber":198,"author":{"gitId":"-"},"content":"| width | `string` |`\u0027\u0027`| The width of the image in pixels.\u003cbr\u003eIf both width and height are specified, width takes priority over height. It is to maintain the image\u0027s aspect ratio. |"},{"lineNumber":199,"author":{"gitId":"LamJiuFong"},"content":"| lazy | `boolean` | false | The `\u003cannotate\u003e` component lazy loads if this attribute is specified.\u003cbr\u003e**Either the height or width should be specified to avoid layout shifts while lazy loading images.** |"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":""},{"lineNumber":203,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"```"},{"lineNumber":206,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"../../images/annotateSampleImage.png\" width\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":207,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"Lorem ipsum dolor sit amet\" /\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"Lorem ipsum dolor sit amet\" label\u003d\"1a\"/\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"Lorem ipsum dolor sit amet\" label\u003d\"1b\" legend\u003d\"both\"/\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"```"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":""},{"lineNumber":215,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":216,"author":{"gitId":"-"},"content":""},{"lineNumber":217,"author":{"gitId":"-"},"content":"\u003cannotate src\u003d\"https://markbind.org/userGuide/diagrams/object.png\" height\u003d\"500\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":218,"author":{"gitId":"-"},"content":" \u003c!-- Default Legend (popover only)--\u003e"},{"lineNumber":219,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"6%\" y\u003d\"50%\" content\u003d\"You can use a triangle and a solid line (not to be confused with an arrow) to indicate class inheritance.\" label\u003d\"1\" header\u003d\""},{"lineNumber":220,"author":{"gitId":"-"},"content":"Class inheritance\"/\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to bottom only (popover is not clickable) --\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"25.5%\" y\u003d\"50%\" content\u003d\"UML uses a solid diamond symbol to denote composition.\" label\u003d\"2\" header\u003d\"Composition\" color\u003d\"red\"/\u003e"},{"lineNumber":223,"author":{"gitId":"-"},"content":" \u003c!-- Set Legend to both --\u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"45%\" y\u003d\"50%\" content\u003d\"UML uses a hollow diamond to indicate an aggregation.\" label\u003d\"3\" header\u003d\""},{"lineNumber":225,"author":{"gitId":"-"},"content":"Aggregation\" color\u003d\"blue\"/\u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":" \u003ca-point x\u003d\"64.5%\" y\u003d\"50%\" content\u003d\"Association labels describe the meaning of the association.\" label\u003d\"4\" header\u003d\"Association labels\" color\u003d\"yellow\"/\u003e"},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003c/annotate\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":"\u003c/popover\u003e"},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":228}},{"path":"docs/userGuide/syntax/badges.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Badges"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"**Example:**"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003e"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"Some Plain Text"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"\u003c/span\u003e"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"\u003cmd\u003e_Some Markdown_\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":"**You can choose from a variety of colors for your badges. You can also use the `rounded-pill` class to make the badges pill-shaped.**"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":"Normal:"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-secondary\"\u003eSecondary\u003c/span\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-danger\"\u003eDanger\u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-warning text-dark\"\u003eWarning\u003c/span\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-info text-dark\"\u003eInfo\u003c/span\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-light text-dark\"\u003eLight\u003c/span\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-dark\"\u003eDark\u003c/span\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cbr\u003ePills:"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-secondary\"\u003eSecondary\u003c/span\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-danger\"\u003eDanger\u003c/span\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-warning text-dark\"\u003eWarning\u003c/span\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-info text-dark\"\u003eInfo\u003c/span\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-light text-dark\"\u003eLight\u003c/span\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-dark\"\u003eDark\u003c/span\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":"**You can use Badges in combination with headings, buttons, links, etc.**"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"Links:"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003ca href\u003d\"#\" class\u003d\"badge bg-primary\"\u003ePrimary\u003c/a\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":"\u003ca href\u003d\"#\" class\u003d\"badge rounded-pill bg-warning text-dark\"\u003eWarning\u003c/a\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"Buttons:"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cbutton type\u003d\"button\" class\u003d\"btn btn-primary\"\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" Difficulty Level \u003cspan class\u003d\"badge bg-light text-dark\"\u003e4\u003c/span\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"Headings:"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"### Feature X \u003cspan class\u003d\"badge bg-danger\"\u003ebeta\u003c/span\u003e {.no-index}"},{"lineNumber":59,"author":{"gitId":"-"},"content":"##### Feature Y \u003cspan class\u003d\"badge rounded-pill bg-success\"\u003estable\u003c/span\u003e {.no-index}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"%%{{ icon_info }} You can refer to [Bootstrap documentation](https://getbootstrap.com/docs/5.1/components/badge/) to find more information about Badges.%%"},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cbutton type\u003d\"button\" class\u003d\"btn btn-primary\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" Difficulty Level \u003cspan class\u003d\"badge bg-light text-dark\"\u003e4\u003c/span\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":"```"},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge bg-primary\"\u003ePrimary\u003c/span\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"badge rounded-pill bg-success\"\u003eSuccess\u003c/span\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003cbutton type\u003d\"button\" class\u003d\"btn btn-primary\"\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":" Difficulty Level \u003cspan class\u003d\"badge bg-light text-dark\"\u003e4\u003c/span\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"##### Feature Y \u003cspan class\u003d\"badge rounded-pill bg-warning text-dark\"\u003estable\u003c/span\u003e {.no-index}"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/button\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":73,"yiwen101":16}},{"path":"docs/userGuide/syntax/boxes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% from \"userGuide/components/advanced.md\" import slot_info_trigger %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"## Boxes"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"**Simple Example**"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"plain text"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"\u003cmd\u003e_markdown_\u003c/md\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":"**Boxes come with different built-in types.**"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" info"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" success"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" important"},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" wrong"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" tip"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\"\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" definition"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" dismissible\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" dismissible info"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" header\u003d\"#### Header :rocket:\" icon-size\u003d\"2x\"\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cbox type\u003d\"warning\" header\u003d\"You can use **markdown** here! :pizza:\" dismissible\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/box\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"**The built in types can be colored.**"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"primary\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" primary"},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"secondary\"\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" secondary"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"success\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":" success"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"danger\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" danger"},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"warning\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"info\"\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" info"},{"lineNumber":81,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"light\"\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" light"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" theme\u003d\"dark\"\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":" dark"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"**MarkBind also supports a light color scheme for boxes**"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003cbox light\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" default light"},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" light\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" info light"},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" light\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" warning light"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" light\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" success light"},{"lineNumber":107,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" light\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":" important light"},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\" light\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" wrong light"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" light\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":" tip light"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" light\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" definition light"},{"lineNumber":119,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" header\u003d\"##### Header markdown :rocket:\" light\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":" definition light with header markdown"},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"**MarkBind also supports a seamless style of boxes**"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"As `light` and `seamless` are mutually exclusive styles, `light` takes priority over `seamless`."},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":"\u003cbox seamless\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" default seamless"},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":" info seamless"},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":" warning seamless"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" seamless\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":" success seamless"},{"lineNumber":147,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" seamless\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" important seamless"},{"lineNumber":150,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\" seamless\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":" wrong seamless"},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" tip seamless"},{"lineNumber":156,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" seamless dismissible\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":" dismissible definition seamless"},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" header\u003d\"##### Header markdown :rocket:\" seamless\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":" success seamless with header markdown"},{"lineNumber":162,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"**You can further customize the Box\u0027s appearance.**"},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003cbox background-color\u003d\"#ffca6a\" border-color\u003d\"grey\" border-left-color\u003d\"#8b5a01\"\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":"default type, styled as an orange box with a brown left border"},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" color\u003d\"red\" icon\u003d\":rocket:\"\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"info, with a custom markdown rocket icon and `red` colored text."},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"You can use any inline markdown in the `icon` property."},{"lineNumber":179,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":180,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":"**You can remove the background, icon and borders of preset styles.**"},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003cbox no-icon no-background type\u003d\"success\"\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":" success box without a tick icon and backgound"},{"lineNumber":190,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":191,"author":{"gitId":"-"},"content":""},{"lineNumber":192,"author":{"gitId":"-"},"content":"\u003cbox no-border type\u003d\"definition\" light\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" definition type box, light style without border"},{"lineNumber":194,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":""},{"lineNumber":198,"author":{"gitId":"-"},"content":"\u003cbox header\u003d\"Note\" type\u003d\"info\" seamless\u003e"},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"Custom styles **(** `background-color`, `border-color`, `border-left-color`, `icon` **)** as introduced in the previous section, takes precedence over the `no-background`, `no-border`, `no-icon` attributes."},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":""},{"lineNumber":203,"author":{"gitId":"-"},"content":"**You can also use icons, resize them and change their color accordingly.**"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":206,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":207,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\" icon\u003d\":fas-camera:\"\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit"},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" icon\u003d\":fas-camera:\" icon-size\u003d\"2x\"\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."},{"lineNumber":213,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\" icon\u003d\":fas-camera:\" icon-size\u003d\"3x\"\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."},{"lineNumber":216,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":217,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" icon\u003d\":fas-camera:\" icon-color\u003d\"red\" icon-size\u003d\"3x\"\u003e"},{"lineNumber":218,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."},{"lineNumber":219,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":220,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":224,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":225,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":226,"author":{"gitId":"-"},"content":"background-color | `String` | `null` |"},{"lineNumber":227,"author":{"gitId":"-"},"content":"border-color | `String` | `null` |"},{"lineNumber":228,"author":{"gitId":"-"},"content":"border-left-color | `String` | `null` | Overrides border-color for the left border."},{"lineNumber":229,"author":{"gitId":"-"},"content":"color | `String` | `null` | Color of the text."},{"lineNumber":230,"author":{"gitId":"-"},"content":"dismissible | `Boolean` | `false` | Adds a button to close the box to the top right corner."},{"lineNumber":231,"author":{"gitId":"-"},"content":"icon{{slot_info_trigger}} | `String` | `null` | Inline MarkDown text of the icon displayed on the left."},{"lineNumber":232,"author":{"gitId":"-"},"content":"icon-size | `String` | `null` | Resizes the icon. Supports integer-scaling of the icon dimensions e.g. `2x`, `3x`, `4x`, etc."},{"lineNumber":233,"author":{"gitId":"-"},"content":"icon-color | `String` | `null` | Color of the icon."},{"lineNumber":234,"author":{"gitId":"-"},"content":"header{{slot_info_trigger}} | `String` | `null` | Markdown text of the box header."},{"lineNumber":235,"author":{"gitId":"-"},"content":"type | `String` | `\u0027\u0027` | Supports: `info`, `warning`, `success`, `important`, `wrong`, `tip`, `definition`, or empty for default."},{"lineNumber":236,"author":{"gitId":"-"},"content":"theme | `String` | `\u0027\u0027` | Supports: `primary`, `secondary`, `success`, `danger`, `warning`, `tip`, `light`, `dark` or empty for default."},{"lineNumber":237,"author":{"gitId":"-"},"content":"light | `Boolean` | `false` | Uses a light color scheme for the box."},{"lineNumber":238,"author":{"gitId":"-"},"content":"seamless | `Boolean` | `false` | Uses a seamless style for the box. If `light` is specified, this style will not be activated."},{"lineNumber":239,"author":{"gitId":"-"},"content":"no-border | `Boolean` | `false` | Removes border, except if styled by `border-color` or `border-left-color`. "},{"lineNumber":240,"author":{"gitId":"-"},"content":"no-background | `Boolean` | `false` | Removes background, except if styled by `background-color` option."},{"lineNumber":241,"author":{"gitId":"-"},"content":"no-icon | `Boolean` | `false` | Removes icon, except if icon is displayed via `icon` option."},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":247,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"```"},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":""},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":" default"},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":258,"author":{"gitId":"-"},"content":" info"},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":" warning"},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"success\"\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":" success"},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\"\u003e"},{"lineNumber":267,"author":{"gitId":"-"},"content":" important"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"wrong\"\u003e"},{"lineNumber":270,"author":{"gitId":"-"},"content":" wrong"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":" tip"},{"lineNumber":274,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"definition\"\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":" definition"},{"lineNumber":277,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":278,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":264,"yiwen101":14}},{"path":"docs/userGuide/syntax/code.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Code"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"#### Themes"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"MarkBind can present formatted code blocks, be it fenced or inline, with either **light** or **dark** themes. The default is dark \u003ctrigger for\u003d\"modal:code-dark-example\" trigger\u003d\"click\"\u003e_(click for an example)_\u003c/trigger\u003e."},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cmodal header\u003d\"Dark Code Theme\" id\u003d\"modal:code-dark-example\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"/images/codeDarkTheme.png\" alt\u003d\"Theme example\"\u003e\u003c/pic\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"Refer [here](../siteJsonFile.html#style) for configuring MarkBind to use a specific theme for the code blocks."},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"#### Fenced Code"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"MarkBind provides several features, some of which are added on top of the existing functionality of Markdown\u0027s _fenced code blocks_."},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003csmall\u003eMore info: \u003chttps://www.markdownguide.org/extended-syntax#fenced-code-blocks\u003e\u003c/small\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"Features:"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"* Syntax coloring"},{"lineNumber":23,"author":{"gitId":"-"},"content":"* Line numbering"},{"lineNumber":24,"author":{"gitId":"-"},"content":"* Line highlighting"},{"lineNumber":25,"author":{"gitId":"-"},"content":"* Code block headers"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"##### Syntax coloring"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"To enable syntax coloring, specify a language next to the backticks before the fenced code block."},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"```xml"},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"```"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"##### Line numbering"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"Line numbers are \u003ctooltip content\u003d\"Line numbers were provided by default in version v3.1.1 and below. To preserve the exact line numbers behavior of sites generated in previous versions, simply set the codeLineNumbers option in site.json to true\"\u003ehidden by default\u003c/tooltip\u003e. To enable line numbers for the entire site by default,"},{"lineNumber":45,"author":{"gitId":"-"},"content":"add `\"codeLineNumbers\": true` to the [`site.json`]({{baseUrl}}/userGuide/siteJsonFile.html#style) file:"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":"```json {highlight-lines\u003d\"8[:]\"}"},{"lineNumber":48,"author":{"gitId":"-"},"content":"{"},{"lineNumber":49,"author":{"gitId":"-"},"content":" // ..."},{"lineNumber":50,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"bootstrapTheme\": \"bootswatch-cerulean\","},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"codeTheme\": \"light\","},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"codeLineNumbers\": true // optional, false if omitted"},{"lineNumber":54,"author":{"gitId":"-"},"content":" }"},{"lineNumber":55,"author":{"gitId":"-"},"content":" // code below omitted for brevity"},{"lineNumber":56,"author":{"gitId":"-"},"content":"}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"```"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"For each code block, you may also use the `line-numbers` or `no-line-numbers` classes to override the site-wide setting as such:"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":"```xml {.line-numbers}"},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":"```"},{"lineNumber":68,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":"```xml {.no-line-numbers}"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"```"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":"You can have your line numbers start with a value other than `1` with the `start-from` attribute."},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"```js {start-from\u003d6}"},{"lineNumber":86,"author":{"gitId":"-"},"content":"function add(a, b) {"},{"lineNumber":87,"author":{"gitId":"-"},"content":" return a + b;"},{"lineNumber":88,"author":{"gitId":"-"},"content":"}"},{"lineNumber":89,"author":{"gitId":"-"},"content":"```"},{"lineNumber":90,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":"##### Line highlighting"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":"You can add the `highlight-lines` attribute to add highlighting to your code block. Refer to the examples"},{"lineNumber":96,"author":{"gitId":"-"},"content":"below for a visual demonstration of all the possible ways of highlighting a code block."},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"**Full text highlight**"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":"```js {start-from\u003d6 .line-numbers highlight-lines\u003d\"7, 9\"}"},{"lineNumber":102,"author":{"gitId":"-"},"content":"function add(a, b) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" const sum \u003d a + b;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" console.log(`${a} + ${b} \u003d ${sum}`);"},{"lineNumber":105,"author":{"gitId":"-"},"content":" return sum;"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":"```"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":"**Substring highlight**"},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":"```js {.line-numbers highlight-lines\u003d\"1[\u0027function\u0027], 2[\u0027a\u0027], 2[\u0027b\u0027], 4[\u0027diff\u0027]\"}"},{"lineNumber":115,"author":{"gitId":"-"},"content":"function subtract(a, b) {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" const diff \u003d a - b;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" console.log(`${a} + ${b} \u003d ${diff}`);"},{"lineNumber":118,"author":{"gitId":"-"},"content":" return diff;"},{"lineNumber":119,"author":{"gitId":"-"},"content":"}"},{"lineNumber":120,"author":{"gitId":"-"},"content":"```"},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":"**Character-bounded highlight**"},{"lineNumber":125,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":"```js {.line-numbers highlight-lines\u003d\"1[0:3], 1[6:10], 2[5:], 3[:6]\"}"},{"lineNumber":128,"author":{"gitId":"-"},"content":"function multiply(a, b) {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const product \u003d a * b;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" console.log(\u0027Product \u003d ${product}\u0027);"},{"lineNumber":131,"author":{"gitId":"-"},"content":" return product;"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":"```"},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"**Word-bounded highlight**"},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":"```js {.line-numbers highlight-lines\u003d\"1[1::3], 1[5::7], 2[2::], 3[::3]\"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":"// Function returns the distance travelled assuming constant speed"},{"lineNumber":142,"author":{"gitId":"-"},"content":"function calculateDistance(speed, time) {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" const distance \u003d speed * time;"},{"lineNumber":144,"author":{"gitId":"-"},"content":" console.log(`Distance travelled \u003d ${distance}`);"},{"lineNumber":145,"author":{"gitId":"-"},"content":" return distance;"},{"lineNumber":146,"author":{"gitId":"-"},"content":"}"},{"lineNumber":147,"author":{"gitId":"-"},"content":"```"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"**Full-line highlight**"},{"lineNumber":152,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":"```js {start-from\u003d10 .line-numbers highlight-lines\u003d\"11[:]\"}"},{"lineNumber":155,"author":{"gitId":"-"},"content":"function add(a, b) {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" return a + b;"},{"lineNumber":157,"author":{"gitId":"-"},"content":"}"},{"lineNumber":158,"author":{"gitId":"-"},"content":"```"},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"**Sample Combined Usage**"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"```java {.line-numbers highlight-lines\u003d\"1[:],3[\u0027Inventory\u0027],3[4::6],4[\u0027It\\\u0027s designed\u0027],5,6[8:15],6[18:],8[0::2],12[:]-14,16-18,20[12:]-22,24[1::]-26\"}"},{"lineNumber":166,"author":{"gitId":"-"},"content":"import java.util.List;"},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"// Inventory is a class that stores inventory items in a list."},{"lineNumber":169,"author":{"gitId":"-"},"content":"// It\u0027s designed as a thin wrapper on the List interface."},{"lineNumber":170,"author":{"gitId":"-"},"content":"public class Inventory {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" private List\u003cItem\u003e items;"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":" public int getItemCount(){"},{"lineNumber":174,"author":{"gitId":"-"},"content":" return items.size();"},{"lineNumber":175,"author":{"gitId":"-"},"content":" }"},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":" public bool isEmpty() {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" return items.isEmpty();"},{"lineNumber":179,"author":{"gitId":"-"},"content":" }"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":" public Item getItem(idx: int) {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" return items.get(idx);"},{"lineNumber":183,"author":{"gitId":"-"},"content":" }"},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"-"},"content":" public void addItem(item: Item) {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" return items.add(item);"},{"lineNumber":187,"author":{"gitId":"-"},"content":" }"},{"lineNumber":188,"author":{"gitId":"-"},"content":""},{"lineNumber":189,"author":{"gitId":"-"},"content":" public void removeItem(item: Item) {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" return items.remove(item);"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":"}"},{"lineNumber":193,"author":{"gitId":"-"},"content":"```"},{"lineNumber":194,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":"The value of `highlight-lines` is composed of *highlight rules*, separated by commas."},{"lineNumber":198,"author":{"gitId":"-"},"content":"These rules dictate where and how MarkBind should highlight your code block."},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"You can specify the highlight rules in many different ways, each is detailed as follows:"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":"Type | Format | Example"},{"lineNumber":203,"author":{"gitId":"-"},"content":"-----|--------|--------"},{"lineNumber":204,"author":{"gitId":"-"},"content":"**Full text highlight**\u003cbr\u003eHighlights the entirety of the text portion of the line | The line numbers as-is (subject to the starting line number set in `start-from`). | `3`, `5`"},{"lineNumber":205,"author":{"gitId":"-"},"content":"**Substring highlight**\u003cbr\u003eHighlights _all_ occurrences of a substring in the line | `lineNumber[part]`\u003cbr\u003e\u003cbr\u003e_Limitations_: `part` must be wrapped in quotes. If `part` contains a quote, escape it with a backslash (`\\`). | `3[\u0027Inventory\u0027]`,`4[\u0027It\\\u0027s designed\u0027]`"},{"lineNumber":206,"author":{"gitId":"-"},"content":"**Character-bounded highlight**\u003cbr\u003eHighlights a specific range of characters in the line | `lineNumber[start:end]`, highlights from character position `start` up to (but not including) `end`.\u003cbr\u003e\u003cbr\u003eCharacter positions start from `0` as the first non-whitespace character, upwards.\u003cbr\u003e\u003cbr\u003eOmit either `start`/`end` to highlight from the start / up to the end, respectively. | `19[1:5]`,`30[10:]`,`35[:20]`"},{"lineNumber":207,"author":{"gitId":"-"},"content":"**Word-bounded highlight**\u003cbr\u003eHighlights a specific range of words in the line | `lineNumber[start::end]`, highlights from word position `start` up to (but not including) `end`.\u003cbr\u003e\u003cbr\u003eWord positions start from `0` as the first word (sequence of non-whitespace characters), upwards.\u003cbr\u003e\u003cbr\u003eOmit either `start`/`end` to highlight from the start / up to the end, respectively. | `5[2::4]`,`9[1::]`,`11[::5]`"},{"lineNumber":208,"author":{"gitId":"-"},"content":"**Full line highlight**\u003cbr\u003eHighlights the entirety of the line | `lineNumber[:]` | `7[:]`"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":"Not only a single line, MarkBind is also capable of highlighting ranges of lines in various ways. In general, the syntax"},{"lineNumber":211,"author":{"gitId":"-"},"content":"for range highlighting consists of two single line highlight rules as listed above joined by a dash (`-`)."},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"Type | Format | Example"},{"lineNumber":214,"author":{"gitId":"-"},"content":"-----|--------|--------"},{"lineNumber":215,"author":{"gitId":"-"},"content":"**Ranged full text highlight**\u003cbr\u003eHighlights from the first non-whitespace character to the last non-whitespace character | `lineStart-lineEnd` | `2-4`"},{"lineNumber":216,"author":{"gitId":"-"},"content":"**Ranged full line highlight**\u003cbr\u003eLike ranged full text highlight, but highlights the entirety of the lines | `lineStart[:]-lineEnd` or `lineStart-lineEnd[:]` | `1[:]-5`,`10-12[:]`"},{"lineNumber":217,"author":{"gitId":"-"},"content":"**Ranged character-bounded highlight**\u003cbr\u003eHighlights the text portion of the lines within the range, but starts/ends at an arbitrary character | `lineStart[start:]-lineEnd` or `lineStart-lineEnd[:end]` | `3[2:]-7`, `4-9[:17]`"},{"lineNumber":218,"author":{"gitId":"-"},"content":"**Ranged word-bounded highlight**\u003cbr\u003eLike ranged character-bounded highlight, but starts/ends at an arbitrary word | `lineStart[start::]-lineEnd` or `lineStart-lineEnd[::end]` | `16[1::]-20`,`22-24[::3]`"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"##### Heading"},{"lineNumber":221,"author":{"gitId":"-"},"content":"To add a heading, add the attribute `heading` with the heading text as the value, as shown below."},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":225,"author":{"gitId":"-"},"content":"```xml {heading\u003d\"Heading title\"}"},{"lineNumber":226,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":227,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":229,"author":{"gitId":"-"},"content":"```"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":""},{"lineNumber":234,"author":{"gitId":"-"},"content":"Headings support inline Markdown, except for `Inline Code` and %%Dim%% text styles."},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"```{heading\u003d\"**Bold**, _Italic_, ___Bold and Italic___, ~~Strike through~~, ****Super Bold****, !!Underline!!, \u003d\u003dHighlight\u003d\u003d, :+1: :exclamation: :x: :construction:\u003cbr\u003eWe support page breaks\"}"},{"lineNumber":239,"author":{"gitId":"-"},"content":"\u003cfoo\u003e\u003c/foo\u003e"},{"lineNumber":240,"author":{"gitId":"-"},"content":"```"},{"lineNumber":241,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":242,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":243,"author":{"gitId":"-"},"content":""},{"lineNumber":244,"author":{"gitId":"-"},"content":"##### Using multiple features"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":"You can also use multiple features together, as shown below."},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputCode.md\" boilerplate \u003e"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"```xml {highlight-lines\u003d\"2\" heading\u003d\"Heading title\"}"},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"```"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"##### Copy button"},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"A _copy_ button can be added to code blocks using the `codeBlockCopyButtons` plugin:"},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"**User Guide: Using Plugins → Plugin: `codeBlockCopyButtons`**\" popup-url\u003d\"usingPlugins.html#plugin-codeblockcopybuttons\"\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"../plugins/codeBlockCopyButtons.md\" /\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"##### Wrap text button"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":"A _wrap text_ button can be added to code blocks using the `codeBlockWrapButtons` plugin:"},{"lineNumber":273,"author":{"gitId":"-"},"content":""},{"lineNumber":274,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"seamless\" header\u003d\"**User Guide: Using Plugins → Plugin: `codeBlockWrapButtons`**\" popup-url\u003d\"usingPlugins.html#plugin-codeblockwrapbuttons\"\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"../plugins/codeBlockWrapButtons.md\" /\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":279,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":""},{"lineNumber":281,"author":{"gitId":"Tim-Siu"},"content":"##### Printing optimization"},{"lineNumber":282,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":283,"author":{"gitId":"Tim-Siu"},"content":"\u003cdiv id\u003d\"code-print-optimization\"\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":"Markbind enhances the readability of your code blocks for printing by "},{"lineNumber":285,"author":{"gitId":"-"},"content":""},{"lineNumber":286,"author":{"gitId":"-"},"content":"- Applying soft wrapping, ensuring code doesn\u0027t get cut off"},{"lineNumber":287,"author":{"gitId":"-"},"content":"- Adding line numbers to maintain context when wrapping occurs"},{"lineNumber":288,"author":{"gitId":"-"},"content":"- Automatically changing dark code theme to light"},{"lineNumber":289,"author":{"gitId":"-"},"content":"- Removing [codeBlockCopyButtons]({{baseUrl}}/userGuide/formattingContents.html#copy-button) and [codeBlockWrapButtons]({{baseUrl}}/userGuide/formattingContents.html#wrap-text-button)"},{"lineNumber":290,"author":{"gitId":"-"},"content":""},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e "},{"lineNumber":292,"author":{"gitId":"-"},"content":" There are some issues with printing in Firefox. Please use other browsers such as Chrome if these issues persist."},{"lineNumber":293,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":294,"author":{"gitId":"-"},"content":""},{"lineNumber":295,"author":{"gitId":"Tim-Siu"},"content":"\u003c/div\u003e"},{"lineNumber":296,"author":{"gitId":"Tim-Siu"},"content":"\u003cbr\u003e"},{"lineNumber":297,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":298,"author":{"gitId":"-"},"content":"#### Inline Code"},{"lineNumber":299,"author":{"gitId":"-"},"content":""},{"lineNumber":300,"author":{"gitId":"-"},"content":"##### Syntax coloring"},{"lineNumber":301,"author":{"gitId":"-"},"content":""},{"lineNumber":302,"author":{"gitId":"-"},"content":"MarkBind can apply syntax-coloring on inline code too."},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":305,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":306,"author":{"gitId":"-"},"content":"Consider the XML code `\u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e`{.xml},\u003cbr\u003e"},{"lineNumber":307,"author":{"gitId":"-"},"content":"or the java code `public static void main(String[] args)`{.java}."},{"lineNumber":308,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":309,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":312,"author":{"gitId":"-"},"content":""},{"lineNumber":313,"author":{"gitId":"-"},"content":"##### Displaying content within curly braces: `{{ content }}`"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":"If your code contains special Nunjucks tags like `{{` or `}}`, use a [raw-endraw block](../tipsAndTricks.html#using-raw-endraw-to-display-content):"},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":318,"author":{"gitId":"-"},"content":"{% raw %} {{ content }} {% endraw %}"},{"lineNumber":319,"author":{"gitId":"-"},"content":"```"},{"lineNumber":320,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":321,"author":{"gitId":"-"},"content":""},{"lineNumber":322,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":323,"author":{"gitId":"-"},"content":""},{"lineNumber":324,"author":{"gitId":"-"},"content":"````"},{"lineNumber":325,"author":{"gitId":"-"},"content":"```xml"},{"lineNumber":326,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":327,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":328,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":329,"author":{"gitId":"-"},"content":"```"},{"lineNumber":330,"author":{"gitId":"-"},"content":"````"},{"lineNumber":331,"author":{"gitId":"-"},"content":""},{"lineNumber":332,"author":{"gitId":"-"},"content":"```"},{"lineNumber":333,"author":{"gitId":"-"},"content":"`\u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e`{.xml}"},{"lineNumber":334,"author":{"gitId":"-"},"content":"```"},{"lineNumber":335,"author":{"gitId":"-"},"content":""},{"lineNumber":336,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":337,"author":{"gitId":"-"},"content":""},{"lineNumber":338,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":"```xml"},{"lineNumber":341,"author":{"gitId":"-"},"content":"\u003cfoo\u003e"},{"lineNumber":342,"author":{"gitId":"-"},"content":" \u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e"},{"lineNumber":343,"author":{"gitId":"-"},"content":"\u003c/foo\u003e"},{"lineNumber":344,"author":{"gitId":"-"},"content":"```"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":"Syntax coloring for inline code: `\u003cbar type\u003d\"name\"\u003egoo\u003c/bar\u003e`{.xml} too!"},{"lineNumber":347,"author":{"gitId":"-"},"content":""},{"lineNumber":348,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":342,"Tim-Siu":6}},{"path":"docs/userGuide/syntax/dates.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Dates"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"{% macro njcode(raw) %}\u003ccode\u003e{\u003ca/\u003e{ {{ raw }} }}\u003c/code\u003e{% endmacro %}"},{"lineNumber":4,"author":{"gitId":"-"},"content":"{% macro njblock(raw) %}\u003ccode\u003e{\u003ca/\u003e% {{ raw }} %}\u003c/code\u003e{% endmacro %}"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"**MarkBind supports date formatting and simple calculations** as a Nunjucks [filter](https://mozilla.github.io/nunjucks/templating.html#filters)."},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"**Syntax:** {{ njcode(\u0027baseDate | date(format, daysToAdd)\u0027) }}"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"20 days after 1st Jan 2020:"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"{{ njcode(\u0027\"2020-01-01\" | date(\"ddd, Do MMM, YYYY\", 20) \u0027) }} :glyphicon-arrow-right: {{ \"2020-01-01\" | date(\"ddd, Do MMM, YYYY\", 20) }}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"The baseDate follows the format: `YYYY-MM-DD`"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"The default output format is `\"ddd D MMM\"` e.g. Fri 6 Mar"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"### Using variables"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set base1 \u003d \"2020-01-01\"\u0027) }} {% set base1 \u003d \"2020-01-01\" %} \u003cbr/\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format1 \u003d \"DD MM YYYY\"\u0027) }} {% set format1 \u003d \"DD MM YYYY\" %} \u003cbr/\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format2 \u003d \"ddd Do MMM (DD/MM/YYYY)\"\u0027) }} {% set format2 \u003d \"ddd Do MMM (DD/MM/YYYY)\" %}"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date\u0027) }} :glyphicon-arrow-right: {{ base1 | date }}\u003cbr/\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"#### Custom formatting"},{"lineNumber":33,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format1)\u0027) }} :glyphicon-arrow-right: {{ base1 | date(format1) }}\u003cbr/\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"#### Adding days"},{"lineNumber":36,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format2, 0)\u0027) }} :glyphicon-arrow-right: {{ base1 | date(format2, 0) }}\u003cbr/\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format2, 10)\u0027) }} :glyphicon-arrow-right: {{ base1 | date(format2, 10) }}\u003cbr/\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"#### Nunjucks variables"},{"lineNumber":40,"author":{"gitId":"-"},"content":"Dates can be supplied using [Nunjucks variables](../reusingContents.html#variables) for convenience."},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"Inside the `.md` file of a page:"},{"lineNumber":43,"author":{"gitId":"-"},"content":"```"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{% raw %}{% set date_pagevar \u003d \"2020-03-06\" %}{% endraw %}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"```"},{"lineNumber":46,"author":{"gitId":"-"},"content":"{% set date_pagevar \u003d \"2020-03-06\" %}"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"{{ njcode(\u0027date_pagevar | date(format2)\u0027) }} :glyphicon-arrow-right: {{ date_pagevar | date(format2) }} \u003cbr/\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"### Advanced Formatting"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"The output date can be formatted to suit your needs by specifying a format string as an argument to the date filter."},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"Default format: `\"ddd D MMM\"` e.g. Fri 6 Mar"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Brief reference**\"\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"Token | Output"},{"lineNumber":61,"author":{"gitId":"-"},"content":"--- | ---"},{"lineNumber":62,"author":{"gitId":"-"},"content":"D | 1"},{"lineNumber":63,"author":{"gitId":"-"},"content":"Do | 1st"},{"lineNumber":64,"author":{"gitId":"-"},"content":"DD | 01"},{"lineNumber":65,"author":{"gitId":"-"},"content":"M | 1"},{"lineNumber":66,"author":{"gitId":"-"},"content":"MM | 01"},{"lineNumber":67,"author":{"gitId":"-"},"content":"MMM | Jan"},{"lineNumber":68,"author":{"gitId":"-"},"content":"MMMM | January"},{"lineNumber":69,"author":{"gitId":"-"},"content":"YY | 19"},{"lineNumber":70,"author":{"gitId":"-"},"content":"YYYY | 2019"},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"Full formatting reference available [here](https://day.js.org/docs/en/parse/string-format#list-of-all-available-parsing-tokens) and [here](https://day.js.org/docs/en/plugin/advanced-format)."},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cinclude boilerplate src\u003d\"outputBox.md\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003cbox\u003e\u003cspan\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set base1 \u003d \"2019-08-12\"\u0027) }}\u003cbr/\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format1 \u003d \"DD MM YYYY\"\u0027) }}\u003cbr/\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":"{{ njblock(\u0027set format2 \u003d \"ddd Do MM\"\u0027) }}\u003cbr/\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date\u0027) }} \u003c!-- Mon 12 Aug --\u003e\u003cbr/\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format1)\u0027) }} \u003c!-- 12 08 2019 --\u003e\u003cbr/\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format1, 10)\u0027) }} \u003c!-- 22 08 2019 --\u003e\u003cbr/\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"{{ njcode(\u0027base1 | date(format2, 10)\u0027) }} \u003c!-- Thu 22/08 --\u003e\u003cbr/\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/span\u003e\u003c/box\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":""},{"lineNumber":90,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":"Mon 12 Aug\u003cbr/\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":"12 08 2019\u003cbr/\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":"22 08 2019\u003cbr/\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":"Thu 22/08"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003cbox\u003e\u003cspan\u003e"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":"{{ njcode(\u0027baseDate | date(format, daysToAdd)\u0027) }} \u003c!-- 22.08.2019 --\u003e\u003cbr/\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":"\u003c/span\u003e\u003c/box\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":1,"-":103}},{"path":"docs/userGuide/syntax/emoji.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Emoji"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":":+1: :exclamation: :x: :construction: :) :/ :D"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"Tim-Siu"},"content":"%%{{ icon_info }} The list of supported [emoji](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md) and [emoticon shortcuts](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/shortcuts.mjs).%%"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":20,"author":{"gitId":"-"},"content":":+1: :exclamation: :x: :construction: :) :/ :D"},{"lineNumber":21,"author":{"gitId":"-"},"content":"```"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":":+1: :exclamation: :x: :construction: :) :/ :D"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":26,"Tim-Siu":1}},{"path":"docs/userGuide/syntax/footnotes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Footnotes"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-markbind\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"**Normal footnotes:**"},{"lineNumber":9,"author":{"gitId":"-"},"content":"Here is a footnote reference,[^1] and another.[^longnote]"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"[^1]: Here is the footnote. Footnotes will appear at the bottom of the page."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"[^longnote]: Here\u0027s one with multiple blocks."},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":" Subsequent paragraphs are indented to show that they"},{"lineNumber":16,"author":{"gitId":"-"},"content":"belong to the previous footnote."},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**Inline footnotes:**"},{"lineNumber":20,"author":{"gitId":"-"},"content":"Here is an inline note.^[Inline notes are easier to write, since"},{"lineNumber":21,"author":{"gitId":"-"},"content":"you don\u0027t have to pick an identifier and move down to type the"},{"lineNumber":22,"author":{"gitId":"-"},"content":"note.]"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"Normal footnotes won\u0027t work when used inside the attributes of MarkBind components!"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"For example, it won\u0027t work in the `header` attribute of [panels](../components/presentation.html#panels)."},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":38,"author":{"gitId":"-"},"content":"**Normal footnotes:**"},{"lineNumber":39,"author":{"gitId":"-"},"content":"Here is a footnote reference,[^1] and another.[^longnote]"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"[^1]: Here is the footnote. Footnotes will appear at the bottom of the page."},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"[^longnote]: Here\u0027s one with multiple blocks."},{"lineNumber":44,"author":{"gitId":"-"},"content":" Subsequent paragraphs are indented to show that they"},{"lineNumber":45,"author":{"gitId":"-"},"content":"belong to the previous footnote."},{"lineNumber":46,"author":{"gitId":"-"},"content":"```"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"1 + 1 \u003d 2 ^[Math]"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":50,"yiwen101":1}},{"path":"docs/userGuide/syntax/fullSyntaxSet.njk","fileType":"njk","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{% set syntax_topics \u003d {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" headings : [\u0027Headings\u0027, \u0027headings\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" paragraphs : [\u0027Paragraphs\u0027, \u0027paragraphs\u0027, [\u0027basic\u0027]],"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" lineBreaks : [\u0027Line Breaks\u0027, \u0027line-breaks\u0027, [\u0027basic\u0027]],"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" textStyles : [\u0027Text Styles\u0027, \u0027text-styles\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" blockquotes: [\u0027Blockquotes\u0027, \u0027blockquotes\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" lists : [\u0027Lists\u0027, \u0027lists\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" code : [\u0027Code\u0027, \u0027code\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" horizontalrules : [\u0027Horizontal Rules\u0027, \u0027horizontal-rules\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" links : [\u0027Links\u0027, \u0027links\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" footnotes: [\u0027Footnotes\u0027, \u0027footnotes\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" images : [\u0027Images\u0027, \u0027images\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" attributes: [\u0027Classes, Attributes \u0026 Identifiers\u0027, \u0027classes-attributes-and-amp-identifiers\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" tables : [\u0027Tables\u0027, \u0027tables\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" emoji : [\u0027Emoji\u0027, \u0027emoji\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" icons : [\u0027Icons\u0027, \u0027icons\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" embeds : [\u0027Embeds\u0027, \u0027embeds\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" dates : [\u0027Dates\u0027, \u0027dates\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" mathformulae : [\u0027Math Formulae\u0027, \u0027math-formulae\u0027, [\u0027basic\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" frontmatter : [\u0027Frontmatter\u0027, \u0027frontmatter\u0027, [\u0027tweakingThePageStructure\u0027]],"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" tags : [\u0027Tags\u0027, \u0027plugin-tags\u0027, [\u0027tweakingThePageStructure\u0027]],"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" includes : [\u0027Includes\u0027, \u0027includes\u0027, [\u0027reusingContents\u0027]],"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" variables : [\u0027Variables\u0027, \u0027variables\u0027, [\u0027reusingContents\u0027]],"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" keywords : [\u0027Keywords\u0027, \u0027keywords\u0027, [\u0027makingTheSiteSearchable\u0027]],"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" badges : [\u0027Badges\u0027, \u0027badges\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" boxes : [\u0027Boxes\u0027, \u0027boxes\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" panels : [\u0027Panels\u0027, \u0027panels\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" tabs : [\u0027Tabs\u0027, \u0027tabs\u0027, [\u0027presentation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" pictures : [\u0027Pictures\u0027, \u0027pictures\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" annotations : [\u0027Annotations\u0027, \u0027annotations\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" thumbnails : [\u0027Thumbnails\u0027, \u0027thumbnails\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" diagrams : [\u0027Diagrams\u0027, \u0027diagrams\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" tree : [\u0027Tree\u0027, \u0027tree\u0027, [\u0027images-diagrams\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" tooltips : [\u0027Tooltips\u0027, \u0027tooltips\u0027, [\u0027popups\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" popovers : [\u0027Popovers\u0027, \u0027popovers\u0027, [\u0027popups\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" modals : [\u0027Modals\u0027, \u0027modals\u0027, [\u0027popups\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" dropdowns : [\u0027Dropdowns\u0027, \u0027dropdowns\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" searchBars : [\u0027Search Bars\u0027, \u0027search-bars\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" navBars : [\u0027Nav Bars\u0027, \u0027navbars\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" breadcrumbs : [\u0027Breadcrumbs\u0027, \u0027breadcrumbs\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" siteNavigationMenus : [\u0027Site Navigation Menus\u0027, \u0027site-navigation-menus\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" pageNavigationMenus : [\u0027Page Navigation Menus\u0027, \u0027page-navigation-menus\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" scrollTopButton : [\u0027Scroll To Top Button\u0027, \u0027scroll-to-top-button\u0027, [\u0027navigation\u0027, \u0027reader-facing\u0027]],"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" questions : [\u0027Questions and Quizzes\u0027, \u0027questions-and-quizzes\u0027, [\u0027others\u0027, \u0027reader-facing\u0027]]"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":"} %}"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":"{% macro generate_url(k, v) %}"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" {% set url\u003d\"/userGuide/\" %}"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" {% if v[2] is iterable %}"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" {% if \u0027basic\u0027 in v[2] %}"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"formattingContents.html#\" + v[1] %}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027presentation\u0027 in v[2] %}"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/presentation.html#\" + v[1] %}"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027images-diagrams\u0027 in v[2] %}"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/imagesAndDiagrams.html#\" + v[1] %}"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027popups\u0027 in v[2] %}"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/popups.html#\" + v[1] %}"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027navigation\u0027 in v[2] %}"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/navigation.html#\" + v[1] %}"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027others\u0027 in v[2] %}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/others.html#\" + v[1] %}"},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + v[2][0] + v[1] %}"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" {% endif %}"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url %}"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" {% endif%}"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" {{ url }}"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":"{% endmacro %} "}],"authorContributionMap":{"jingting1412":71}},{"path":"docs/userGuide/syntax/headings.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Headings"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"You can prepend the heading text with 1-6 `#` characters to indicate headings of levels 1-6."},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"### Heading level 3"},{"lineNumber":10,"author":{"gitId":"-"},"content":"..."},{"lineNumber":11,"author":{"gitId":"-"},"content":"###### Heading level 6"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"{{ icon_info }} **MarkBind auto-generates anchors for all headings.**\u003cbr\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"If the heading text is `Foo Bar (Goo)`, the ID of the generated anchor will be `foo-bar-goo` (all lower case, special characters omitted, joined by `-`)."},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003csmall\u003eAlternative syntax, more info: https://www.markdownguide.org/basic-syntax#headings"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":24,"author":{"gitId":"-"},"content":"### Heading level 3"},{"lineNumber":25,"author":{"gitId":"-"},"content":"..."},{"lineNumber":26,"author":{"gitId":"-"},"content":"###### Heading level 6"},{"lineNumber":27,"author":{"gitId":"-"},"content":"```"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"```markdown"},{"lineNumber":32,"author":{"gitId":"-"},"content":"### Heading level 3"},{"lineNumber":33,"author":{"gitId":"-"},"content":"..."},{"lineNumber":34,"author":{"gitId":"-"},"content":"###### Heading level 6"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"```"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":2,"-":34}},{"path":"docs/userGuide/syntax/icons.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Icons"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"\u003csmall\u003e%%Acknowledgement: Font Awesome icons are provided by [Font Awesome](https://fontawesome.com/) under their [free license](https://fontawesome.com/license), Glyphicons are provided by [Glyphicons](https://glyphicons.com/) via [Bootstrap 3](https://getbootstrap.com/docs/3.3/). Bootstrap icons are designed by [@mdo](https://github.com/mdo), maintained by the [Bootstrap Team](https://github.com/orgs/twbs/people) and provided under MIT liscense. [Octicons](https://octicons.github.com) are copyright of GitHub, and Material icons are provided by [Google Fonts](https://fonts.google.com/icons) via [`material-icons` by Ravindra Marella](https://www.npmjs.com/package/material-icons) under the [Apache license 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).%%\u003c/small\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"MarkBind supports using Font Icons provided by Font Awesome, Glyphicons, GitHub\u0027s Octicons and Bootstrap icons."},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"The advantage of font icons over emojis is font icons can be _styled_ to fit your needs. e.g.,"},{"lineNumber":10,"author":{"gitId":"-"},"content":"* emoji: \u003cspan style\u003d\"color: purple\"\u003eDon\u0027t judge the :book: by its cover! :-1:\u003c/span\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":"* font icons: \u003cspan style\u003d\"color: purple\"\u003eDon\u0027t judge the :fa-solid-book: by its cover! {{ icon_dislike }}\u003c/span\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"###### Using Font Awesome Icons"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"MarkBind currently supports Version 6 of Font Awesome (Free plan). For detailed changes between versions, refer to [Font Awesome\u0027s documentation](https://fontawesome.com/docs/web/setup/upgrade/whats-changed)."},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from the [list of available icons](https://fontawesome.com/icons?d\u003dgallery\u0026m\u003dfree)."},{"lineNumber":24,"author":{"gitId":"-"},"content":"1. Construct the MarkBind name for the selected icon by adding the _type prefix_."},{"lineNumber":25,"author":{"gitId":"-"},"content":" Note: Font Awesome has two different styles for their icons, each with their own type prefix. Here is an example from each type:"},{"lineNumber":26,"author":{"gitId":"-"},"content":" * _Solid_ (prefix: `fa-solid-`) e.g., :fa-solid-file-code: (actual name `file-code`, MarkBind name `fa-solid-file-code`)"},{"lineNumber":27,"author":{"gitId":"-"},"content":" * _Brands_ (prefix: `fa-brands-`): e.g., :fa-brands-github-alt: (actual name `github-alt`, MarkBind name `fa-brands-github-alt`)"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"1. Insert MarkBind name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" `Create a **branch**`\u003ccode\u003e:\u003cspan\u003e\u003c/span\u003efas-code-branch: now!\u003c/code\u003e → Create a **branch** :fas-code-branch: now!"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"###### Using Glyphicons"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from [list of provided glyphicons](https://getbootstrap.com/docs/3.3/components/#glyphicons)."},{"lineNumber":36,"author":{"gitId":"-"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" `Move to the right!`\u003ccode\u003e:\u003cspan\u003e\u003c/span\u003eglyphicon-hand-right:\u003c/code\u003e → Move to the right! :glyphicon-hand-right:"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003ccode\u003e:\u003cspan\u003e\u003c/span\u003eglyphicon-hand-right:\u003c/code\u003e \u003ccode\u003e:\u003cspan\u003e\u003c/span\u003efa-brands-github:\u003c/code\u003e \u003ccode\u003e:\u003cspan\u003e\u003c/span\u003efa-solid-home:\u003c/code\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":":glyphicon-hand-right: :fa-brands-github: :fa-solid-home: %%:glyphicon-hand-right: :fa-brands-github: :fa-solid-home:%% \u003cspan style\u003d\"color: red\"\u003e:glyphicon-hand-right: :fa-brands-github: :fa-solid-home:\u003c/span\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"###### Using Octicons"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from [list of available Octicons](https://octicons.github.com)."},{"lineNumber":53,"author":{"gitId":"-"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" `Merge a **pull request** :octicon-git-pull-request:` → Merge a **pull request** :octicon-git-pull-request:"},{"lineNumber":55,"author":{"gitId":"-"},"content":"1. You may also append `~class-name` to the end of the octicon name to add `class\u003d\"class-name\"` property to your Octicon (e.g. `:octicon-git-pull-request~icon-large-red:` will generate an Octicon of class *icon-large-red*). You may then add corresponding CSS to `{root}/_markbind/layouts/{layout-name}/styles.css` to customize the style of your Octicon."},{"lineNumber":56,"author":{"gitId":"-"},"content":"1. If your background is dark, you may use `:octiconlight-*:` to render the icon as white. "},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":"###### Using Bootstrap icons"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":"1. Decide which icon you want to use from [list of available Bootstrap icons](https://icons.getbootstrap.com)."},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" `Add a romantic touch with :bi-arrow-through-heart:` → Add a romantic touch with :bi-arrow-through-heart:"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"###### Using Material Icons"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"1. Decide which icon you want to use from [list of available icons](https://fonts.google.com/icons)."},{"lineNumber":67,"author":{"gitId":"-"},"content":"1. Construct the MarkBind name for the selected icon by writing the icon name in _lowercase letters only_, replacing any spaces between the words in the name with _dashes_ (`-`), then adding the _type prefix_."},{"lineNumber":68,"author":{"gitId":"-"},"content":" Note: Google has five different styles for their Material icons, each with their own type prefix. Here is an example from each type:"},{"lineNumber":69,"author":{"gitId":"-"},"content":" * _Filled_ (prefix: `mif-`) e.g. :mif-perm-media: (actual name `Perm Media`, MarkBind name `mif-perm-media`)"},{"lineNumber":70,"author":{"gitId":"-"},"content":" * _Outlined_ (prefix: `mio-`) e.g., :mio-perm-media: (actual name `Perm Media`, MarkBind name `mio-perm-media`)"},{"lineNumber":71,"author":{"gitId":"-"},"content":" * _Rounded_ (prefix: `mir-`): e.g., :mir-perm-media: (actual name `Perm Media`, MarkBind name `mir-perm-media`)"},{"lineNumber":72,"author":{"gitId":"-"},"content":" * _Sharp_ (prefix: `mis-`): e.g., :mis-perm-media: (actual name `Perm Media`, MarkBind name `mis-perm-media`)"},{"lineNumber":73,"author":{"gitId":"-"},"content":" * _Two tone_ (prefix: `mit-`): e.g., :mit-perm-media: (actual name `Perm Media`, MarkBind name `mit-perm-media`)"},{"lineNumber":74,"author":{"gitId":"-"},"content":" "},{"lineNumber":75,"author":{"gitId":"-"},"content":"1. Insert the name for the icon enclosed within colons to get the icon in your page.\u003cbr\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" `Download from Cloud :mio-cloud-download:` → Download from Cloud :mio-cloud-download:"}],"authorContributionMap":{"-":68,"yiwen101":8}},{"path":"docs/userGuide/syntax/images.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Images"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"![](https://markbind.org/images/logo-lightbackground.png)"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" URLs can be specified as relative references. More info in: \u003ci\u003e\u003ca href\u003d\"#intraSiteLinks\"\u003eIntra-Site Links\u003c/a\u003e\u003c/i\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":18,"author":{"gitId":"-"},"content":"![alt text here](https://markbind.org/images/logo-lightbackground.png \"title here\")"},{"lineNumber":19,"author":{"gitId":"-"},"content":"```"},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"![alt text here](https://markbind.org/images/logo-lightbackground.png \"title here\")"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"**Adjusting image dimension**"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"MarkBind also supports the `\u003dWx` shorthand for specifying image width:"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":"This image has a width of 100px: ![](https://markbind.org/images/logo-lightbackground.png \u003d100x)"},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" The width of images cannot exceed that of their parent container. If the specified width is too large, it will be ignored."},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"MarkBind does not support setting the height of images through the `\u003dWxH` or `\u003dxH` syntax. This is because images are automatically resized to ensure responsiveness based on their width."},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"**Auto-linkify**"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"MarkBind automatically wraps images with link to the image URL such that one can click on the image to view the full image."},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":"Click on the image to open the image: ![logo](https://markbind.org/images/logo-lightbackground.png \u003d150x)"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":"If the image is wrapped with a link, the link will be used instead."},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"Clicking on this image will bring you to the MarkBind homepage (instead of opening the image):"},{"lineNumber":61,"author":{"gitId":"-"},"content":"[![logo](https://markbind.org/images/logo-lightbackground.png \u003d150x)](https://markbind.org)"},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":"If you want to display images with captions, or have the image auto-resize to fit its container, take a look at [MarkBind\u0027s `pic` component]({{baseUrl}}/userGuide/components/imagesAndDiagrams.html#pictures)."},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"}],"authorContributionMap":{"KevinEyo1":6,"-":63}},{"path":"docs/userGuide/syntax/includes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → Reusing Contents → Includes_]({{ baseUrl }}/userGuide/reusingContents.html#includes)\u003c/md\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"## Includes"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"**MarkBind has a powerful `\u003cinclude\u003e` mechanism** which allows you to create documents by combining other content fragments."},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"**You can use `\u003cinclude\u003e` tag to include another markdown or HTML document into the current document.**"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"{{ icon_example }} Including text from a `tip2.md` in another file."},{"lineNumber":17,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":18,"author":{"gitId":"-"},"content":"Tip 1. ..."},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tips/tip2.md\" /\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"Tip 3. ..."},{"lineNumber":21,"author":{"gitId":"-"},"content":"```"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"**You can `\u003cinclude\u003e` a fragment of a file** by specifying the `#fragment-id` at the end of the `src` attribute value, provided the fragment is wrapped in a `\u003cdiv\u003e`/`\u003cspan\u003e` tag with the matching `id`."},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"important\" seamless\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"Choose `\u003cdiv\u003e` over `\u003cspan\u003e` when wrapping block-level elements, to prevent invalid HTML markup which causes [hydration issues](https://vuejs.org/guide/scaling-up/ssr.html#hydration-mismatch)."},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"{{ icon_example }} Including a fragment from a file:"},{"lineNumber":35,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":36,"author":{"gitId":"-"},"content":"Some text"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"docs/tips.md#tip-1\" /\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"Some other text"},{"lineNumber":39,"author":{"gitId":"-"},"content":"```"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"`docs/tips.md`:"},{"lineNumber":42,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":43,"author":{"gitId":"-"},"content":"..."},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"tip-1\" /\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" Tip 1. ..."},{"lineNumber":46,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"Tip 2. ..."},{"lineNumber":49,"author":{"gitId":"-"},"content":"```"},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"When setting the `id` of a fragment, be careful not to clash with heading anchor IDs auto-generated by MarkBind. For example, if you have a heading `## Some Useful Tips`, MarkBind will auto-generate an ID `some-useful-tips` for that heading."},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"panels.md#script_and_styles_warning\"\u003e\u003c/include\u003e"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"The `\u003cinclude\u003e` mechanism can be used inside any MarkBind source file (even inside the _frontmatter_ section) but it will not work inside some _special_ files such as the `_markbind/variables.md`."},{"lineNumber":63,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"**Attributes:**"},{"lineNumber":67,"author":{"gitId":"-"},"content":"* **`src`**: specify the source file path."},{"lineNumber":68,"author":{"gitId":"-"},"content":"* **`inline`** (optional): make the included result an inline element. (wrapped in `\u003cspan\u003e` tag). e.g.,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":70,"author":{"gitId":"-"},"content":" The title is \u003cinclude src\u003d\"../docs/summary.md#title\" inline /\u003e while ..."},{"lineNumber":71,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":72,"author":{"gitId":"-"},"content":"* **`optional`** (optional): include the file/fragment only if it exists i.e., there will be no error message if the file/fragment does not exist. e.g.,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"UserStories.md\" optional /\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":76,"author":{"gitId":"-"},"content":"* **`trim`** (optional): remove leading and trailing whitespace and newlines from the document before including."},{"lineNumber":77,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"UserStories.md#epic\" trim /\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":80,"author":{"gitId":"-"},"content":"* **`omitFrontmatter`** (optional): omit the frontmatter of the file/fragment from being included (if any)."},{"lineNumber":81,"author":{"gitId":"-"},"content":" ```html"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"UserStories.md#epic\" omitFrontmatter /\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" ```"},{"lineNumber":84,"author":{"gitId":"-"},"content":""},{"lineNumber":85,"author":{"gitId":"-"},"content":"##### `\u003cinclude\u003e` Inside an Included File"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"**Although the `src` attribute of an `\u003cinclude\u003e` is given _relative_ to the current directory, it is converted to an _absolute_ value _before_ the \u003ctooltip content\u003d\"i.e., the file containing the `\u003cinclude\u003e`\"\u003ehost file\u003c/tooltip\u003e is included from another file.**"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a MarkBind project with the following file structure."},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":94,"author":{"gitId":"-"},"content":" bookFiles/"},{"lineNumber":95,"author":{"gitId":"-"},"content":" book.md"},{"lineNumber":96,"author":{"gitId":"-"},"content":" chapter1.md"},{"lineNumber":97,"author":{"gitId":"-"},"content":" chapter2.md"},{"lineNumber":98,"author":{"gitId":"-"},"content":" reviewFiles/"},{"lineNumber":99,"author":{"gitId":"-"},"content":" review.md"},{"lineNumber":100,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":"The `book.md`:"},{"lineNumber":102,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":103,"author":{"gitId":"-"},"content":"# My Book"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1.md\" /\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2.md\" /\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":"```"},{"lineNumber":107,"author":{"gitId":"-"},"content":"The `review.md`:"},{"lineNumber":108,"author":{"gitId":"-"},"content":""},{"lineNumber":109,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":110,"author":{"gitId":"-"},"content":"# My Review"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"../bookFiles/book.md\" /\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"..."},{"lineNumber":113,"author":{"gitId":"-"},"content":"```"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"The content of the `chapter1.md` and `chapter2.md` will be included in the `review.md` (via `\u003cinclude src\u003d\"../bookFiles/book.md\" /\u003e`) although `chapter1.md` and `chapter2.md` are not in `reviewFiles` directory. i.e., `\u003cinclude src\u003d\"chapter1.md\" /\u003e` will be interpreted as `\u003cinclude src\u003d\"c:/mySite/bookFiles/chapter1.md\" /\u003e`"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":"In other words, **`\u003cinclude\u003e` interprets the reused code relative to the original location of the file, not the location in which it is reused.**"},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"##### Specifying Variables in an `\u003cinclude\u003e`"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":"**It is possible to include variables in an `\u003cinclude\u003e`.**"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"{{ icon_example }} Specifying `title` and `author` variables in an `\u003cinclude\u003e` tag:"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"article.md\"\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"title\"\u003eMy Title\u003c/variable\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"author\"\u003eJohn Doe\u003c/variable\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":"```"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"In `article.md`:"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":140,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":141,"author":{"gitId":"-"},"content":"# {{ title }}\u003cbr\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":"Author: {{ author }}"},{"lineNumber":143,"author":{"gitId":"-"},"content":"```"},{"lineNumber":144,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"These variables work the same way as variables in `_markbind/variables.md`, except that they only apply to the included file. They allow the included file to be reused as a template, for different source files using different variable values."},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"You can also specify include variables within the `\u003cinclude\u003e` tag itself by adding a `var-` prefix."},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"{{ icon_example }} Specifying `title` and `author` variables inline:"},{"lineNumber":154,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":155,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"article.md\" var-title\u003d\"My Title\" var-author\u003d\"John Doe\" /\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":"```"},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"If the same variable is defined in a chain of `\u003cinclude\u003e`s (e.g. `a.md` includes `b.md` includes `c.md`...), variables defined in the top-most `\u003cinclude\u003e` will take precedence. Global variables (`_markbind/variables.md`) will take precedence over any `\u003cinclude\u003e` variables."},{"lineNumber":160,"author":{"gitId":"-"},"content":"This is to allow the outer context to adapt the reused content without changing its actual content."},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Preventing cyclical errors when using multiple includes with same variables\"\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"Since outer variables override inner variables, this may result in errors if attempting to use an `include` within another `include` with the same variables."},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"This is because the inner variable of the same name will be replaced with the outer variable, which contains the inner variable. "},{"lineNumber":167,"author":{"gitId":"-"},"content":"This inner variable is once again overridden to result in another inner variable and so on, causing a cyclical error."},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":"To fix this issue, do not use an inner `include` if they use the same variables."},{"lineNumber":170,"author":{"gitId":"-"},"content":"Instead, copy the content of the `src` file and replace the variables with the defined values."},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"Example:"},{"lineNumber":173,"author":{"gitId":"-"},"content":""},{"lineNumber":174,"author":{"gitId":"-"},"content":"```html {.line-numbers}"},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"boilerplate.md\" boilerplate\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"boilerplate.md\"\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":" VALUE_OF_VARIABLE"},{"lineNumber":180,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"```"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":"The inner `variable` would be replaced by the outer `variable` resulting in a cyclical error:"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":"```html {.line-numbers highlight-lines\u003d\"5-9\"}"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"boilerplate.md\" boilerplate\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"boilerplate.md\"\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" \u003cinclude src\u003d\"boilerplate.md\"\u003e"},{"lineNumber":194,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":196,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":199,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":"```"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"To fix this problem, copy the content of the `src` file and replace the variables with the defined values as such:"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":"```html {.line-numbers highlight-lines\u003d\"3\"}"},{"lineNumber":207,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"boilerplate.md\" boilerplate\u003e"},{"lineNumber":208,"author":{"gitId":"-"},"content":" \u003cspan id\u003d\"variable\"\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":" Boilerplate content: VALUE_OF_VARIABLE \u003c!-- Replace {{ \u0027{{\u0027 }} variable {{ \u0027}}\u0027 }} in boilerplate with VALUE_OF_VARIABLE --\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":"```"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"##### Excluding Files from Rendering as Pages"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"**MarkBind supports the exclusion of files from page generation**. For example, you can exclude files containing \u003ctooltip content\u003d\"A fragment is a piece of content that can be reused across multiple pages.\"\u003ecustom fragments\u003c/tooltip\u003e that are only meant to be used in `\u003cinclude\u003e`."},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"Note: This example below is assuming that you have included the following glob pattern in the `site.json` file:"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"```js"},{"lineNumber":226,"author":{"gitId":"-"},"content":"{"},{"lineNumber":227,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":228,"author":{"gitId":"-"},"content":" {"},{"lineNumber":229,"author":{"gitId":"-"},"content":" \"glob\": \"*.md\","},{"lineNumber":230,"author":{"gitId":"-"},"content":" \"layout\": \"normal\","},{"lineNumber":231,"author":{"gitId":"-"},"content":" \"searchable\": \"yes\""},{"lineNumber":232,"author":{"gitId":"-"},"content":" }"},{"lineNumber":233,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":234,"author":{"gitId":"-"},"content":"}"},{"lineNumber":235,"author":{"gitId":"-"},"content":"```"},{"lineNumber":236,"author":{"gitId":"-"},"content":""},{"lineNumber":237,"author":{"gitId":"-"},"content":"Else, if each page is included individually, there is no need to exclude the fragments as they will not be included in the page generation."},{"lineNumber":238,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":239,"author":{"gitId":"-"},"content":""},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a fragment file `content-fragment.md` and you want to include it in some pages of the site `course` without rendering `content-fragment.md` as a page."},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":"C:/course/"},{"lineNumber":245,"author":{"gitId":"-"},"content":" content-fragment.md"},{"lineNumber":246,"author":{"gitId":"-"},"content":" index.md"},{"lineNumber":247,"author":{"gitId":"-"},"content":" reading.md"},{"lineNumber":248,"author":{"gitId":"-"},"content":" site.json"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":"In `reading.md` (note how it reuses content from the `content-fragment.md`):"},{"lineNumber":252,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":253,"author":{"gitId":"-"},"content":"# Week 1 Reading:"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"content-fragment.md\" /\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"```"},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"-"},"content":"In `site.json` we then exclude the fragment from the page generation with [pagesExclude](../siteJsonFile.html#pagesexclude):"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"```json"},{"lineNumber":260,"author":{"gitId":"-"},"content":"..."},{"lineNumber":261,"author":{"gitId":"-"},"content":"\"pagesExclude\": ["},{"lineNumber":262,"author":{"gitId":"-"},"content":" \"**/*-fragment.md\""},{"lineNumber":263,"author":{"gitId":"-"},"content":"],"},{"lineNumber":264,"author":{"gitId":"-"},"content":"..."},{"lineNumber":265,"author":{"gitId":"-"},"content":"```"},{"lineNumber":266,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":267,"author":{"gitId":"-"},"content":""},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"tip.md\" boilerplate \u003e"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"tip_body\"\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":"You may use any custom name you wish for your fragments but be sure to update the `pagesExclude` list with the appropriate glob pattern."},{"lineNumber":273,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":274,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003chr\u003e\u003c!-- \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d --\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":"### Using Boilerplate Files"},{"lineNumber":279,"author":{"gitId":"-"},"content":""},{"lineNumber":280,"author":{"gitId":"-"},"content":"**If you find yourself duplicating a \u003ctooltip content\u003d\"code that needs to stay relative to the directory in which it used\"\u003e_boilerplate code_\u003c/tooltip\u003e fragment in multiple places of your code base, you can use a `boilerplate` file to avoid such duplication.** Note that you cannot use a normal `\u003cinclude\u003e` in this case because the code included using a normal `\u003cinclude\u003e` stays relative to the original location while boilerplate code needs to be interpreted relative to the location it is being used."},{"lineNumber":281,"author":{"gitId":"-"},"content":""},{"lineNumber":282,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose you have a MarkBind project with the following file structure."},{"lineNumber":285,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":286,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":287,"author":{"gitId":"-"},"content":" chapter1/"},{"lineNumber":288,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":289,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":290,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":291,"author":{"gitId":"-"},"content":" chapter2/"},{"lineNumber":292,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":293,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":294,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":295,"author":{"gitId":"-"},"content":" book.md"},{"lineNumber":296,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":297,"author":{"gitId":"-"},"content":"The `book.md`:"},{"lineNumber":298,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":299,"author":{"gitId":"-"},"content":"# My Book"},{"lineNumber":300,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1/chapter.md\" /\u003e"},{"lineNumber":301,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2/chapter.md\" /\u003e"},{"lineNumber":302,"author":{"gitId":"-"},"content":"```"},{"lineNumber":303,"author":{"gitId":"-"},"content":"The `chapter1/chapter.md`:"},{"lineNumber":304,"author":{"gitId":"-"},"content":""},{"lineNumber":305,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":306,"author":{"gitId":"-"},"content":"## Text"},{"lineNumber":307,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"text.md\" /\u003e"},{"lineNumber":308,"author":{"gitId":"-"},"content":"## Exercises"},{"lineNumber":309,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"exercises.md\" /\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":"```"},{"lineNumber":311,"author":{"gitId":"-"},"content":"The `chapter2/chapter.md`:"},{"lineNumber":312,"author":{"gitId":"-"},"content":""},{"lineNumber":313,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":314,"author":{"gitId":"-"},"content":"## Text"},{"lineNumber":315,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"text.md\" /\u003e"},{"lineNumber":316,"author":{"gitId":"-"},"content":"## Exercises"},{"lineNumber":317,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"exercises.md\" /\u003e"},{"lineNumber":318,"author":{"gitId":"-"},"content":"```"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"-"},"content":"As you can see, both `chapter.md` files are exactly the same. If we were to use only one of the `chapter.md` files and `\u003cinclude\u003e` it twice in the `book.md`, we\u0027ll end up with the same chapter content duplicated twice, which is not what we want. In other words, `chapter.md` contains boilerplate code that needs to be interpreted relative to where it is applied, once relative to `chapter1` directory and once relative to `chapter2` directory."},{"lineNumber":321,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":322,"author":{"gitId":"-"},"content":""},{"lineNumber":323,"author":{"gitId":"-"},"content":"To use a code fragment as a boilerplate file,"},{"lineNumber":324,"author":{"gitId":"-"},"content":"1. Put the code in a file inside the `_markbind/boilerplates` directory."},{"lineNumber":325,"author":{"gitId":"-"},"content":"2. `\u003cinclude\u003e` the file _as if_ a copy of it exists in any directory you want it to applied, but add the `boilerplate` attribute to the `\u003cinclude\u003e` tag."},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":328,"author":{"gitId":"-"},"content":""},{"lineNumber":329,"author":{"gitId":"-"},"content":"{{ icon_example }} Here\u0027s how you can use a boilerplate file to avoid duplicating the `chapter.md`:"},{"lineNumber":330,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":331,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":332,"author":{"gitId":"-"},"content":" _markbind/boilerplates/"},{"lineNumber":333,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":334,"author":{"gitId":"-"},"content":" chapter1/"},{"lineNumber":335,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":336,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":337,"author":{"gitId":"-"},"content":" chapter2/"},{"lineNumber":338,"author":{"gitId":"-"},"content":" text.md"},{"lineNumber":339,"author":{"gitId":"-"},"content":" exercises.md"},{"lineNumber":340,"author":{"gitId":"-"},"content":" book.md"},{"lineNumber":341,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":342,"author":{"gitId":"-"},"content":"The `book.md`:"},{"lineNumber":343,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":344,"author":{"gitId":"-"},"content":"# My Book"},{"lineNumber":345,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1/chapter.md\" boilerplate /\u003e"},{"lineNumber":346,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2/chapter.md\" boilerplate /\u003e"},{"lineNumber":347,"author":{"gitId":"-"},"content":"```"},{"lineNumber":348,"author":{"gitId":"-"},"content":"The `_markbind/boilerplates/chapter.md`:"},{"lineNumber":349,"author":{"gitId":"-"},"content":""},{"lineNumber":350,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":351,"author":{"gitId":"-"},"content":"## Text"},{"lineNumber":352,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"text.md\" /\u003e"},{"lineNumber":353,"author":{"gitId":"-"},"content":"## Exercises"},{"lineNumber":354,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"exercises.md\" /\u003e"},{"lineNumber":355,"author":{"gitId":"-"},"content":"```"},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":"Consider the line `\u003cinclude src\u003d\"chapter1/chapter.md\" boilerplate /\u003e`. Note how you can use `src\u003d\"chapter1/chapter.md\"` even though there is no such file. MarkBind will use the `chapter.md` file from `/_markbind/boilerplates/` but interpret it as if the file exists in the `chapter1` directory (i.e., interpret the `chapter.md` code relative to the `chapter1` directory)."},{"lineNumber":358,"author":{"gitId":"-"},"content":""},{"lineNumber":359,"author":{"gitId":"-"},"content":"Similarly, `\u003cinclude src\u003d\"chapter2/chapter.md\" boilerplate /\u003e` interprets the `chapter.md` relative to the `chapter2` directory."},{"lineNumber":360,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":361,"author":{"gitId":"-"},"content":""},{"lineNumber":362,"author":{"gitId":"-"},"content":"If you have many boilerplate files, you can organize them into directories inside the `_markbind` directory. When using such boilerplate files, you need to replace `boilerplate` attribute with `boilerplate\u003d\"\u003cpath to file relative to _markbind/boilerplates\u003e\"`."},{"lineNumber":363,"author":{"gitId":"-"},"content":""},{"lineNumber":364,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":365,"author":{"gitId":"-"},"content":""},{"lineNumber":366,"author":{"gitId":"-"},"content":"{{ icon_example }} Suppose the `chapter.md` is places in a `book` directory:"},{"lineNumber":367,"author":{"gitId":"-"},"content":"\u003ctree\u003e"},{"lineNumber":368,"author":{"gitId":"-"},"content":"C:/mySite/"},{"lineNumber":369,"author":{"gitId":"-"},"content":" _markbind/boilerplates/"},{"lineNumber":370,"author":{"gitId":"-"},"content":" book/"},{"lineNumber":371,"author":{"gitId":"-"},"content":" chapter.md"},{"lineNumber":372,"author":{"gitId":"-"},"content":"\u003c/tree\u003e"},{"lineNumber":373,"author":{"gitId":"-"},"content":""},{"lineNumber":374,"author":{"gitId":"-"},"content":"It needs to be used as follows:"},{"lineNumber":375,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":376,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter1/chapter.md\" boilerplate\u003d\"book/chapter.md\" /\u003e"},{"lineNumber":377,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"chapter2/chapter.md\" boilerplate\u003d\"book/chapter.md\" /\u003e"},{"lineNumber":378,"author":{"gitId":"-"},"content":"```"},{"lineNumber":379,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":""},{"lineNumber":382,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":383,"author":{"gitId":"-"},"content":""},{"lineNumber":384,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":385,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"foo.md#bar\" boilerplate inline trim\u003e"},{"lineNumber":386,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"x\"\u003e5\u003c/variable\u003e"},{"lineNumber":387,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":388,"author":{"gitId":"-"},"content":"```"},{"lineNumber":389,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":387,"yiwen101":2}},{"path":"docs/userGuide/syntax/lists.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Lists"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"****Unordered lists:****"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"* Item 1"},{"lineNumber":10,"author":{"gitId":"-"},"content":" * Sub item 1.1"},{"lineNumber":11,"author":{"gitId":"-"},"content":" * Sub item 1.2\u003cbr\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" Second line"},{"lineNumber":13,"author":{"gitId":"-"},"content":" * Sub item 1.2.1"},{"lineNumber":14,"author":{"gitId":"-"},"content":"* Item 2"},{"lineNumber":15,"author":{"gitId":"-"},"content":"* Item 3"},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"****Customizing the Unordered list appearance:****"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"**To customize unordered lists\u0027 icons, add the configuration `{icon\u003d\"icon-name\"}` and/or `{text\u003d\"text\"}` after a specific list item.**"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"* Item 1 { text\u003d\"Step 1 :+1:\" icon\u003d\"glyphicon-education\" }"},{"lineNumber":27,"author":{"gitId":"-"},"content":"* Item 2 { text\u003d\"Step 2\" }"},{"lineNumber":28,"author":{"gitId":"-"},"content":" * Item 2.1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":29,"author":{"gitId":"-"},"content":" * Item 2.2"},{"lineNumber":30,"author":{"gitId":"-"},"content":"* Item 3 { text\u003d\"Step 3\" }"},{"lineNumber":31,"author":{"gitId":"-"},"content":" * Item 3.1 "},{"lineNumber":32,"author":{"gitId":"-"},"content":"* Item 4 { text\u003d\"\\`PR`\" icon\u003d\"octicon-git-pull-request\" }"},{"lineNumber":33,"author":{"gitId":"-"},"content":" * Item 4.1 { icon\u003d\"mif-perm-media\" }"},{"lineNumber":34,"author":{"gitId":"-"},"content":"* Item 5 { text\u003d\"Step 5\" icon\u003d\"glyphicon-education\" }"},{"lineNumber":35,"author":{"gitId":"-"},"content":" * Item 5.1 { icon\u003d\"notebook_with_decorative_cover\" }"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/variable\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003cbox type\u003dinfo seamless\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"Customization will be carried over to the other items within the **same level of the list**."},{"lineNumber":42,"author":{"gitId":"-"},"content":"Example: "},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":" * Item 1.1"},{"lineNumber":48,"author":{"gitId":"-"},"content":"* Item 2 "},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/variable\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"The customised icon appears for Item 2 but not for Item 1.1."},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"Hence, if you customize any item on a certain level, you must also **customize the first item on that level**. If not, the list will revert to its uncustomized form."},{"lineNumber":55,"author":{"gitId":"-"},"content":"If you wish to remove the customization from the following levels, you can set `text` and/or `icon` to be an empty string `\"\"`. "},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"Example:"},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" text\u003d\"Only for this bullet\" }"},{"lineNumber":62,"author":{"gitId":"-"},"content":"* Item 2 { icon\u003d\"\" }"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003c/variable\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003c/include\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":"You can use any of the [icons](../formattingContents.html#icons) supported by MarkBind. If an item has a specified icon, that icon will be used for it and for subsequent items at that level."},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"Markdown can also be used in texts."},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cbox type\u003dwarning seamless\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"You may need to add escape characters when using special characters for Markdown in text. "},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":"**You can add an icon or text that only applies to a specific item by using the `once` attribute.**"},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" }"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":"* Item 2 { icon\u003d\"fas-code-branch\" once\u003dtrue }"},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":" * Item 2.1"},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":" * Item 2.2"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"* Item 3"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":" \u003c/variable\u003e"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":"\u003c/include\u003e"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"Subsequent items at the same level will not inherit icons or texts with the `once` attribute and will instead inherit the icons or texts before it."},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":"The `once` attribute also applies to all other attributes such as `i-size` and `t-size` as seen below."},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":"* Item 1 { icon\u003d\"glyphicon-education\" i-size\u003d\"40px\" i-class\u003d\"text-primary\" }"},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":"* Item 2 { i-size\u003d\"25px\" once\u003dtrue }"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item 2.1"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":"* Item 3"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" \u003c/variable\u003e"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":"\u003c/include\u003e"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":"**You can adjust the icon and text\u0027s size by using the `i-size` and `t-size` attribute respectively.**"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"fas-file-code\" i-size\u003d\"35px\" }"},{"lineNumber":109,"author":{"gitId":"-"},"content":"* Item 2 { icon\u003d\"fas-file-code\" i-size\u003d\"4rem\" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"* Item 3 { icon\u003d\"fas-file-code\" i-size\u003d\"5em\" }"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":""},{"lineNumber":115,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"* Item 1 { text\u003d\"Step 1\" t-size\u003d\"35px\" }"},{"lineNumber":120,"author":{"gitId":"-"},"content":"* Item 2 { text\u003d\"Step 2\" t-size\u003d\"4rem\" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"* Item 3 { text\u003d\"Step 3\" t-size\u003d\"5em\" }"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"You can utilize any [CSS size unit](https://www.w3schools.com/cssref/css_units.php)."},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"**You can also use images as icons.**"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"/images/deer.jpg\" i-width\u003d\"30px\" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"* Item 2 { i-width\u003d\"60px\" i-height\u003d\"44px\" }"},{"lineNumber":136,"author":{"gitId":"-"},"content":"* Item 3 { i-width\u003d\"90px\" i-height\u003d\"61px\" }"},{"lineNumber":137,"author":{"gitId":"-"},"content":""},{"lineNumber":138,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"If either the `i-width` or the `i-height` of an image is not specified, the unspecified dimension will adjust to maintain the image\u0027s original aspect ratio. For example, for an image of size 800x600 (4:3), if `i-width` is set to 400px, its height will be 300px."},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"**The icon and text\u0027s appearance can be further customized by adding a `i-class` and `t-class` attribute respectively.**"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-markbind\"\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"/images/deer.jpg\" text\u003d\"Deer\" i-width\u003d\"60px\" height\u003d\"17px\" i-class\u003d\"rounded\" t-class\u003d\"text-warning my-2\" }"},{"lineNumber":151,"author":{"gitId":"-"},"content":"* Item 2 { t-class\u003d\"text-info my-2\" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":" * Item 2.1 { icon\u003d\"fas-question-circle\" i-class\u003d\"badge rounded-pill my-1 bg-success text-white\" }"},{"lineNumber":153,"author":{"gitId":"-"},"content":" * Item 2.2"},{"lineNumber":154,"author":{"gitId":"-"},"content":" * Item 2.3 { i-class\u003d\"badge rounded-pill my-1 bg-primary text-white\"}"},{"lineNumber":155,"author":{"gitId":"-"},"content":"* Item 3 { t-class\u003d\"text-primary my-2\" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":" * Item 3.1 "},{"lineNumber":157,"author":{"gitId":"-"},"content":" * Item 3.2 { icon\u003d\"fas-question-circle\" i-class\u003d\"badge rounded my-1 bg-danger text-white\" }"},{"lineNumber":158,"author":{"gitId":"-"},"content":" * Item 3.3 "},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":" "},{"lineNumber":162,"author":{"gitId":"-"},"content":"**The spacing between the icon and the content can be customized by using a `i-spacing` attribute.**"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"+1\" }"},{"lineNumber":168,"author":{"gitId":"-"},"content":"* Item 2 { i-spacing\u003d\"1rem\" }"},{"lineNumber":169,"author":{"gitId":"-"},"content":"* Item 3 { i-spacing\u003d\"2rem\" }"},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003cbox type\u003dtip seamless\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":"Similar to the `icon` and `text` attribute, other icon attributes such as `i-class`, `i-width`, `i-height`, `i-spacing`, `t-size` and `t-class` apply for subsequent list items at the same level, until they are overridden by the same attribute. For example, Item 2.3\u0027s `i-class` overrides Item 2.1\u0027s and applies up to Item 3.1."},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":""},{"lineNumber":179,"author":{"gitId":"-"},"content":"**The spacing between the icon and the content can be customized by using a `i-spacing` attribute.**"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"* Item 1 { icon\u003d\"+1\" text\u003d\"Yay\" }"},{"lineNumber":185,"author":{"gitId":"-"},"content":"* Item 2 { i-spacing\u003d\"1rem\" }"},{"lineNumber":186,"author":{"gitId":"-"},"content":"* Item 3 { i-spacing\u003d\"2rem\" }"},{"lineNumber":187,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":"**You can apply Markdown\u0027s heading and paragraph syntax within the list.**"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"* #### Heading 1: Overview {icon\u003d\"/images/overview-d.png\" i-width\u003d\"65px\" i-class\u003d\"rounded\" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":" Content 1: This section provides a summary of the document or topic. "},{"lineNumber":201,"author":{"gitId":"-"},"content":" It sets the context and purpose of the content to follow."},{"lineNumber":202,"author":{"gitId":"-"},"content":"* #### Heading 2: Detailed Description { icon\u003d\"/images/detailed-d.png\" i-width\u003d\"65px\" i-class\u003d\"rounded\" }"},{"lineNumber":203,"author":{"gitId":"-"},"content":" Content 2: This section delves deeper into the topic, offering comprehensive information and detailed explanations."},{"lineNumber":204,"author":{"gitId":"-"},"content":" It might also include evidence, examples, or justifications."},{"lineNumber":205,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":206,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":"Icon specifications should be attached only to the first element of a list item (for the example above, the icon specification should be attached to the heading, not the content below the heading)."},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":"****Ordered lists:****"},{"lineNumber":211,"author":{"gitId":"-"},"content":""},{"lineNumber":212,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":213,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":"1. Item 1"},{"lineNumber":216,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":217,"author":{"gitId":"-"},"content":" 2. Sub item 1.2"},{"lineNumber":218,"author":{"gitId":"-"},"content":"2. Item 2"},{"lineNumber":219,"author":{"gitId":"-"},"content":"3. Item 3"},{"lineNumber":220,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":221,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":224,"author":{"gitId":"-"},"content":"You can also start an ordered list at a particular number by changing the"},{"lineNumber":225,"author":{"gitId":"-"},"content":"\u003cpopover\u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":"first number"},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003ctemplate slot\u003d\"content\"\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":"\u003cdiv style\u003d\"text-align: center; margin-bottom: 5px;\"\u003e{{ icon_example }}\u003c/div\u003e"},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":232,"author":{"gitId":"-"},"content":"10. Item 1"},{"lineNumber":233,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":234,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":235,"author":{"gitId":"-"},"content":"1. Item 2"},{"lineNumber":236,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"10. Item 1"},{"lineNumber":239,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":240,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":241,"author":{"gitId":"-"},"content":"1. Item 2"},{"lineNumber":242,"author":{"gitId":"-"},"content":"{.ps-0 .ms-0}"},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":246,"author":{"gitId":"-"},"content":"\u003c/popover\u003e!"},{"lineNumber":247,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":""},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003csmall\u003eMore info on above list types: https://www.markdownguide.org/basic-syntax#lists\u003c/small\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":"****Task lists**** (from GFMD):"},{"lineNumber":252,"author":{"gitId":"-"},"content":""},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-gfmd\"\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"- [ ] Item 1"},{"lineNumber":258,"author":{"gitId":"-"},"content":" - [ ] Sub item 1.1"},{"lineNumber":259,"author":{"gitId":"-"},"content":" - [x] Sub item 1.2"},{"lineNumber":260,"author":{"gitId":"-"},"content":"- [x] Item 2"},{"lineNumber":261,"author":{"gitId":"-"},"content":"- [ ] Item 3"},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":265,"author":{"gitId":"-"},"content":""},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"****Radio-button lists:****"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"main-example-markbind\"\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":270,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003emarkdown\u003c/variable\u003e"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":"- ( ) Item 1"},{"lineNumber":273,"author":{"gitId":"-"},"content":"- ( ) Item 2"},{"lineNumber":274,"author":{"gitId":"-"},"content":"- (x) Item 3"},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":""},{"lineNumber":281,"author":{"gitId":"-"},"content":"```markdown"},{"lineNumber":282,"author":{"gitId":"-"},"content":"1. Item 1"},{"lineNumber":283,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":284,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":285,"author":{"gitId":"-"},"content":"* Item 2"},{"lineNumber":286,"author":{"gitId":"-"},"content":" * item 2.1"},{"lineNumber":287,"author":{"gitId":"-"},"content":"- [ ] Item 3"},{"lineNumber":288,"author":{"gitId":"-"},"content":"- [x] Item 4"},{"lineNumber":289,"author":{"gitId":"-"},"content":"- ( ) Item 5"},{"lineNumber":290,"author":{"gitId":"-"},"content":"```"},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":292,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":293,"author":{"gitId":"-"},"content":""},{"lineNumber":294,"author":{"gitId":"-"},"content":"1. Item 1"},{"lineNumber":295,"author":{"gitId":"-"},"content":" 1. Sub item 1.1"},{"lineNumber":296,"author":{"gitId":"-"},"content":" 1. Sub item 1.2"},{"lineNumber":297,"author":{"gitId":"-"},"content":"* Item 2"},{"lineNumber":298,"author":{"gitId":"-"},"content":" * item 2.1"},{"lineNumber":299,"author":{"gitId":"-"},"content":"- [ ] Item 3"},{"lineNumber":300,"author":{"gitId":"-"},"content":"- [x] Item 4"},{"lineNumber":301,"author":{"gitId":"-"},"content":"- ( ) Item 5"},{"lineNumber":302,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"KevinEyo1":27,"-":275}},{"path":"docs/userGuide/syntax/navBars.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Navbars"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"**Navbar allows visitors of your website to navigate through pages easily.**"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"**Navbars support link highlighting; link highlighting can be customised by specifying rules.**"},{"lineNumber":6,"author":{"gitId":"-"},"content":"- Define `default-highlight-on` in `\u003cnavbar\u003e` to specify fallback highlight rules."},{"lineNumber":7,"author":{"gitId":"-"},"content":"- Define `data-highlight` in `\u003ca\u003e` tags with the class `nav-link` or `dropdown-item` to specify individual highlight rules."},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmarkdown\u003e"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"Note: **Navbars** should be placed within a [header file]({{ baseUrl }}/userGuide/tweakingThePageStructure.html#sticking-the-header-to-the-top) to ensure that they are correctly positioned at the top of the page, above the [site navigation]({{ baseUrl }}/userGuide/tweakingThePageStructure.html#constructing-a-page-navigation-menu) and [page navigation]({{ baseUrl }}/userGuide/tweakingThePageStructure.html#constructing-a-page-navigation-menu) menus."},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003c/markdown\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"primary\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"light\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":65,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":66,"author":{"gitId":"-"},"content":"type | `String` | `primary` | Supports: `primary`, `dark`, `light`, `none`."},{"lineNumber":67,"author":{"gitId":"-"},"content":"default-highlight-on | `String` | `sibling-or-child` | Supports: `sibling-or-child`, `sibling`, `child`, `exact`, `none`. Specifies link highlight rules for navbars."},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"If you wish to further customize your navbar beyond the primary, dark, and light theme colors, specify the `type\u003d\"none\"` attribute and insert your own custom styles via the `add-class` attribute. You can \u003ctrigger trigger\u003d\"click\" for\u003d\"modal:built-in-bg\"\u003euse built-in background styles\u003c/trigger\u003e or [insert your own defined CSS classes](/userGuide/components/advanced.md#inserting-custom-classes-into-components)."},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003cmodal header\u003d\"Built-in background styles\" id\u003d\"modal:built-in-bg\"\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cmd\u003eFor instance, Bootstrap supports `.bg-danger`, `bg-info`, `bg-primary`, `bg-success`, `bg-warning` as background colors.\u003c/md\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003cmd\u003eIn `{your-site}/_markbind/headers/header.md`, you can change `\u003cnavbar type\u003d\"dark/primary/light\"\u003e` to `\u003cnavbar type\u003d\"none\" add-class\u003d\"bg-warning/danger/info/primary/success\"\u003e` to apply Bootstrap background styles.\u003c/md\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"****Navbar Link Highlighting****"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":83,"author":{"gitId":"-"},"content":"{% include \"_markbind/layouts/headers/header.md\" %}"},{"lineNumber":84,"author":{"gitId":"-"},"content":"```"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":"****Highlight Options****"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":"Name | Description"},{"lineNumber":89,"author":{"gitId":"-"},"content":"--- | ---"},{"lineNumber":90,"author":{"gitId":"-"},"content":"`child` | Highlights link if URL in address bar is a child of the link. E.g `foo/bar` is a child of `foo`."},{"lineNumber":91,"author":{"gitId":"-"},"content":"`sibling` | Highlights link if URL in address bar is a sibling of the link. E.g `foo/bar` and `foo/bear` are siblings."},{"lineNumber":92,"author":{"gitId":"-"},"content":"`sibling-or-child` | Highlights link if URL in address bar is a sibling or child of the link."},{"lineNumber":93,"author":{"gitId":"-"},"content":"`exact` | Highlights link if URL in address bar exactly matches link."},{"lineNumber":94,"author":{"gitId":"-"},"content":"`none` | No highlighting."},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"primary\"\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"```"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"primary\"\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":139,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":140,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":141,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":""},{"lineNumber":146,"author":{"gitId":"-"},"content":"\u003cnavbar type\u003d\"light\"\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \u003c!-- Brand as slot --\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \u003c!-- You can use dropdown component --\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":" \u003cdropdown header\u003d\"Dropdown\" class\u003d\"nav-link\"\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"#navbars\" class\u003d\"dropdown-item\"\u003eOption\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":" \u003c/dropdown\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":" \u003c!-- For right positioning use slot --\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003eFork...\u003c/a\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":""},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"****Mobile page and site navigation menus****"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"The navbar component also provides access to MarkBind\u0027s [site navigation]({{ baseUrl }}/userGuide/components/navigation.html#site-navigation-menus) and [page navigation]({{ baseUrl }}/userGuide/components/navigation.html#page-navigation-menus) menu **components** if used in the page\u0027s [layout](../tweakingThePageStructure.md#layouts). No additional setup is required!"},{"lineNumber":165,"author":{"gitId":"-"},"content":""},{"lineNumber":166,"author":{"gitId":"-"},"content":"If you are viewing the documentation on a larger device, resize the window to see what it looks like."},{"lineNumber":167,"author":{"gitId":"-"},"content":""},{"lineNumber":168,"author":{"gitId":"-"},"content":"Alternatively, if you want to display \u003ctooltip content\u003d\"e.g. adding an image to the site nav\"\u003eadditional content\u003c/tooltip\u003e in these navigation menus, the navbar is also able to \"pull in\" any **container element** with a HTML `id` of `\"site-nav\"` or `\"page-nav\"`. You may refer to the [layouts](../tweakingThePageStructure.md#layouts) section for an example."},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"The navbar component auto-detects if the MarkBind\u0027s navigation components or your element containers has any \u003ctooltip content\u003d\"`\u003ca\u003e` tags in particular\"\u003elinks\u003c/tooltip\u003e.\u003cbr\u003e"},{"lineNumber":173,"author":{"gitId":"-"},"content":"If absent, the navigation buttons to open the menus are _automatically hidden_."},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"****Mobile navigation menu button placement****"},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"If you wish to alter the button placement on the navbar, you may use the `\u003csite-nav-button /\u003e` and `\u003cpage-nav-button /\u003e` components in the `lower-navbar` slot."},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":"By default, if the `lower-navbar` slot is not specified, the site and page navigation buttons are simply placed as such."},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cnavbar\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":" \u003c!-- Any normal navbar items --\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"/\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eMarkBind\u003c/a\u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"/userGuide/components/navigation.html#navbars\" class\u003d\"nav-link\"\u003eHighlighted Link\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":" \u003c!-- Use slot to wrap the buttons in the lower navbar --\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"lower-navbar\" class\u003d\"nav-menu-container\"\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \u003csite-nav-button /\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":" \u003cpage-nav-button /\u003e"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":"\u003c/navbar\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":"```"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"Component | Description"},{"lineNumber":196,"author":{"gitId":"-"},"content":"--- | ---"},{"lineNumber":197,"author":{"gitId":"-"},"content":"`page-nav-button` | Pulls any element with an identifier, `id\u003dpage-nav` into the menu. If no such element exists, it pulls any [page navigation menu]({{ baseUrl }}/userGuide/components/navigation.html#page-navigation-menus) used in the layout."},{"lineNumber":198,"author":{"gitId":"-"},"content":"`site-nav-button` | Pulls any element with an identifier, `id\u003dsite-nav` into the menu. If no such element exists, it pulls all [site navigation menu components]({{ baseUrl }}/userGuide/components/navigation.html#site-navigation-menus) used in the layout."},{"lineNumber":199,"author":{"gitId":"-"},"content":""},{"lineNumber":200,"author":{"gitId":"-"},"content":"****Styling the mobile page and site navigation menus****"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":"You may also wish to style your navigation content differently on mobile view."},{"lineNumber":203,"author":{"gitId":"-"},"content":"By default, MarkBind already provides some reasonable overrides for smaller screens, applied over any styles you might have for the mobile navigation content identified above."},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"```css {heading\u003d\"CSS class attached to the root navigation element\"}"},{"lineNumber":206,"author":{"gitId":"-"},"content":".mb-mobile-nav {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" display: block !important;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" margin: 0 !important;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" border: none !important;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" padding: 10px !important;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" width: 100% !important;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" max-width: 100% !important;"},{"lineNumber":213,"author":{"gitId":"-"},"content":"}"},{"lineNumber":214,"author":{"gitId":"-"},"content":"```"},{"lineNumber":215,"author":{"gitId":"-"},"content":""},{"lineNumber":216,"author":{"gitId":"-"},"content":"If you require greater customisation, you may simply compose the respective selectors with the `.mb-mobile-nav` element."},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":"{{ icon_example }}"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"```css {heading\u003d\"\"}"},{"lineNumber":221,"author":{"gitId":"-"},"content":"#site-nav.mb-mobile-nav {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" /* Be sure to add the !important css rule when overriding .mb-mobile-nav\u0027s properties! */"},{"lineNumber":223,"author":{"gitId":"-"},"content":" border: 1px solid black !important;"},{"lineNumber":224,"author":{"gitId":"-"},"content":" /* For other properties, there is no need. */"},{"lineNumber":225,"author":{"gitId":"-"},"content":" color: red;"},{"lineNumber":226,"author":{"gitId":"-"},"content":"}"},{"lineNumber":227,"author":{"gitId":"-"},"content":"```"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"Refer to the [layouts](../tweakingThePageStructure.md) section to find out how to add custom CSS files to a page!"},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003c/box\u003e"}],"authorContributionMap":{"-":231,"yiwen101":1}},{"path":"docs/userGuide/syntax/pageNavigationMenus.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Page Navigation Menus"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword d-none\"\u003eprint page nav as table of content\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"content\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"**A _Page Navigation Menu_ (\u003d\u003d_pageNav_ for short\u003d\u003d) displays a list of the current page\u0027s headings.** Page navigation menus are typically configured in [layouts]({{baseUrl}}/userGuide/tweakingThePageStructure.html#layouts), but can also be utilized in individual pages."},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"****Adding a pageNav****"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"1. **Specify the smallest heading level you want to be included** within the `\u003cfrontmatter\u003e` of a page with \u003ctooltip content\u003d\"The value `default` will use `headingIndexingLevel` within `site.json`.\"\u003e`\"default\"`\u003c/tooltip\u003e or a \u003ctooltip content\u003d\"HTML defines six levels of headings, numbered from \u003cbr\u003e`1 to 6`.\"\u003e`heading level`\u003c/tooltip\u003e."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":" The `default` level uses the [`headingIndexingLevel` property]({{baseUrl}}/userGuide/siteJsonFile.html#headingindexinglevel) of your site configuration file."},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/box\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"2. **(Optional) You may also specify a page navigation title** within `\u003cfrontmatter\u003e` that will be placed at the top of the page navigation menu."},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"3. **Position the page navigation menu** within your layout using the `\u003cpage-nav /\u003e` component."},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"4. **(Optional) To make pageNav accessible on smaller screens, you can use the `\u003cpage-nav-button /\u003e` component in the [navbar]({{baseUrl}}/userGuide/components/navigation.html#navbars).**"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"5. **(Optional) To make pageNav available on print, you can position the page navigation menu on individual pages with the `\u003cpage-nav-print /\u003e` component.**"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Additional details on printing pageNav**\" type\u003d\"seamless\" class\u003d\"ms-4\" expanded\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"You can specify the location of the page navigation menu on print by using either of the following syntaxes:"},{"lineNumber":29,"author":{"gitId":"-"},"content":"- `\u003cpage-nav-print /\u003e`"},{"lineNumber":30,"author":{"gitId":"-"},"content":"- `\u003cpage-nav-print\u003e\u003c/page-nav-print\u003e`"},{"lineNumber":31,"author":{"gitId":"-"},"content":" - This is useful if you want to include a custom title (or any other content) before the page navigation menu. For example, `\u003cpage-nav-print\u003eTable of Contents\u003c/page-nav-print\u003e`"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"You can specify multiple `\u003cpage-nav-print /\u003e` components in a page and they do not have to be at the top of the page. They also do not appear when viewed on a browser."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"{{ icon_example }}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"In the page that you want to have page navigation printed (i.e. to serve as a table of content when viewed on PDFs), use the `\u003cpage-nav-print /\u003e` component to position the pageNav like so:"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"indented\"\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" pageNav: 2"},{"lineNumber":43,"author":{"gitId":"-"},"content":" pageNavTitle: \"Chapters of This Page\""},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cpage-nav-print /\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"# Overview"},{"lineNumber":49,"author":{"gitId":"-"},"content":"Content of the page..."},{"lineNumber":50,"author":{"gitId":"-"},"content":"```"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"To view the pageNav on print, open the print preview of the page using the browser\u0027s print function."},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"If you are using Chrome, you can right-click on the page and select \"Print\" to open the print preview."},{"lineNumber":59,"author":{"gitId":"-"},"content":"You can try it out by going to our [CLI Commands page]({{baseUrl}}/userGuide/cliCommands.html) and printing it."},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"You can see an example of a Page Navigation Bar \u003d\u003don the right side\u003d\u003d of \u003ca target\u003d\"_blank\" href\u003d\"{{ baseUrl }}/userGuide/formattingContents.html\"\u003ethis page\u003c/a\u003e."},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":4,"KevinEyo1":1,"-":64}},{"path":"docs/userGuide/syntax/panels.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% from \"userGuide/components/advanced.md\" import slot_info_trigger %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"## Panels"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"**Panel is a flexible container that supports collapsing and expanding its content. It is expandable by default.**"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This is your header for a Panel, click me to expand!\"\u003e"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003cmarkdown\u003e_markdown_\u003c/markdown\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"plain text ..."},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"**With `minimized` attribute, panel is minimized into an inline block element. The `alt` attribute is for you to specify the minimized block header.**"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"How to cultivate a tomato plant at home\" alt\u003d\"Tomatoes\" minimized\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" Lorem ipsum ..."},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"**With `expanded` attribute, you can set the panels to be expanded when loaded in.**"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Have your readers click less to see the Panel\u0027s contents\" expanded\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" Lorem ipsum ..."},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"**With the `expand-headerless` attribute, you can hide the panel header when it is expanded.**"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This header will only show when the Panel is collapsed\" expand-headerless\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" Lorem ipsum ..."},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"**With the `peek` attribute, you may showcase part of your content without expanding the panel.**"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Give your readers a peek of the content without expanding Panel\" peek\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore"},{"lineNumber":57,"author":{"gitId":"-"},"content":" magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo"},{"lineNumber":58,"author":{"gitId":"-"},"content":" consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."},{"lineNumber":59,"author":{"gitId":"-"},"content":" Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."},{"lineNumber":60,"author":{"gitId":"-"},"content":" Curabitur ornare ipsum eu ex congue egestas. Maecenas pretium nibh sed enim ornare finibus. Mauris quis metus "},{"lineNumber":61,"author":{"gitId":"-"},"content":" facilisis, mattis tellus nec, pulvinar mi. Quisque at vehicula lectus. Ut ac lacus mi. Donec mattis nec velit "},{"lineNumber":62,"author":{"gitId":"-"},"content":" eget tincidunt. Maecenas vel mauris mattis nisl tempor sollicitudin. Orci varius natoque penatibus et magnis "},{"lineNumber":63,"author":{"gitId":"-"},"content":" dis parturient montes, nascetur ridiculus mus. Duis tincidunt diam eu dolor pellentesque, eget dignissim tortor "},{"lineNumber":64,"author":{"gitId":"-"},"content":" pellentesque. "},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"**Panel provides many types that change its appearance.**"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**light type panel (DEFAULT)**\" type\u003d\"light\" minimized\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**dark type panel**\" type\u003d\"dark\" minimized\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":79,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**primary type panel**\" type\u003d\"primary\" minimized\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**secondary type panel**\" type\u003d\"secondary\" minimized\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**info type panel**\" type\u003d\"info\" minimized\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**danger type panel**\" type\u003d\"danger\" minimized\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":91,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**warning type panel**\" type\u003d\"warning\" minimized\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":94,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**success type panel**\" type\u003d\"success\" minimized\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**seamless type panel**\" type\u003d\"seamless\" minimized\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":100,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**minimal type panel**\" type\u003d\"minimal\" minimized\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":103,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"**Show/Hide buttons using `no-switch`, `no-close`, or `no-minimized-switch`.**"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**This minimized panel does not have a switch button**\" minimized no-minimized-switch\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":115,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This panel does not have a switch button\" no-switch\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":118,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This panel does not have a close button\" no-close\u003e"},{"lineNumber":120,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"This panel does not have either buttons\" no-close no-switch\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"**Use markdown in the header (only inline level markdown are supported).**"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"**Bold text** :rocket: ![](https://markbind.org/images/logo-lightbackground.png \u003dx20)\" type\u003d\"seamless\"\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"**If `src` attribute is provided, the panel will take content from the `src` specified and add it to the Panel body.**"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":143,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Content loaded in from \u0027src\u0027\" src\u003d\"extra/loadContent.html#fragment\" minimized\u003e\u003c/panel\u003e"},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":"\u003cdiv id \u003d \"script_and_styles_warning\"\u003e"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":"\u003cbox type \u003d \"warning\" header \u003d \"#### Global Effects of the Script and Styles from the Imported Externals\"\u003e"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":"Importing external resources that contains `script` or `styles` can inadvertently take global effects on your MarkBind website. Due to hoisting during processing, imported scripts and stylesheets affect the entire page. This could potentially alter its appearance and behavior beyond the intended scope."},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":"For example, if a CSS file imported via such means styles headings to be red, this change will be reflected page-wide."},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":"To safeguard against unintended consequences, consider directly incorporating the code or customizing styles to target specific elements or classes not used universally. This approach grants more precise control over your website\u0027s presentation and reduces the risk of unexpected changes."},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":"\u003c/div\u003e"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"**If `popup-url` attribute is provided, a popup button will be shown. If clicked, it opens the specified url in a new window.**"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":162,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Try clicking on my pop-up button\" popup-url\u003d\"{{ baseUrl }}/userGuide/syntax/extra/loadContent.html\"\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":" This panel has a popup."},{"lineNumber":166,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":168,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"**If `preload` attribute is provided, the panel body will load the HTML when the page renders instead of after being expanded.**"},{"lineNumber":171,"author":{"gitId":"-"},"content":""},{"lineNumber":172,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Right click and inspect my HTML before expanding me!\" src\u003d\"extra/loadContent.html#fragment\" preload\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":" \u003cp\u003eYou should be able to find this text before expanding the Panel.\u003c/p\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"**You can nest Panels or other components within a Panel.**"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Parent Panel\"\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 1 Nested Panel\"\u003e"},{"lineNumber":188,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 2 Nested Panel\"\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \u003cbox type\u003d\"success\"\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":" I\u0027m a nested box"},{"lineNumber":191,"author":{"gitId":"-"},"content":" \u003c/box\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 3 Nested Panel\" type\u003d\"minimal\"\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":" minimal-type panel"},{"lineNumber":194,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":195,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"Level 1 Nested Panel\" type\u003d\"info\"\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":" Some Text"},{"lineNumber":199,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":201,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":205,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":206,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":207,"author":{"gitId":"-"},"content":"header{{slot_info_trigger}} | `String` | `\u0027\u0027` | The clickable text on the Panel\u0027s header. Supports MarkDown text."},{"lineNumber":208,"author":{"gitId":"-"},"content":"alt | `String` | Panel header | The clickable text on the minimised Panel. Supports MarkDown text."},{"lineNumber":209,"author":{"gitId":"-"},"content":"expandable | `Boolean`| `true` | Whether Panel is expandable."},{"lineNumber":210,"author":{"gitId":"-"},"content":"expanded | `Boolean` | `false` | Whether Panel is expanded or collapsed when loaded in."},{"lineNumber":211,"author":{"gitId":"-"},"content":"minimized | `Boolean` | `false` | Whether Panel is minimized."},{"lineNumber":212,"author":{"gitId":"-"},"content":"expand-headerless | `Boolean` | `false` | Whether to hide the header text when the Panel is expanded."},{"lineNumber":213,"author":{"gitId":"-"},"content":"peek | `Boolean` | `false` | Whether to show part of the content when the Panel is collapsed."},{"lineNumber":214,"author":{"gitId":"-"},"content":"no-close | `Boolean` | `false` | Whether to show the close button."},{"lineNumber":215,"author":{"gitId":"-"},"content":"no-switch | `Boolean` | `false` | Whether to show the expand switch."},{"lineNumber":216,"author":{"gitId":"-"},"content":"bottom-switch | `Boolean` | `true` | Whether to show an expand switch at the bottom of the panel. Independent of no-switch."},{"lineNumber":217,"author":{"gitId":"-"},"content":"popup-url | `String` | | The URL that the popup window will navigate to. The URL can be absolute or relative."},{"lineNumber":218,"author":{"gitId":"-"},"content":"preload | `Boolean` | `false` | Whether the content is loaded immediately from `src`."},{"lineNumber":219,"author":{"gitId":"-"},"content":"src | `String` | | The URL to the remote page to be loaded as the content of the panel."},{"lineNumber":220,"author":{"gitId":"-"},"content":"type | `String` | `light` | The type or color scheme of the panel (single).\u003cbr\u003eSupports: `light`, `dark`, `primary`, `secondary`, `info`, `success`, `warning`, `danger`, `seamless`, `minimal`."},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":225,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"primary type panel\" type\u003d\"primary\" \u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":"```"},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":232,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"minimal type panel\" type\u003d\"minimal\" \u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":234,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"seamless type panel\" type\u003d\"seamless\" \u003e"},{"lineNumber":236,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"info type panel\" type\u003d\"info\" expanded\u003e"},{"lineNumber":239,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":240,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":241,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"danger type panel\" type\u003d\"danger\" \u003e"},{"lineNumber":242,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"warning type panel\" type\u003d\"warning\" \u003e"},{"lineNumber":245,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":246,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":247,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"success type panel\" type\u003d\"success\" \u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"\u003cp/\u003e"},{"lineNumber":251,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"light type panel (DEFAULT)\" type\u003d\"light\" minimized\u003e"},{"lineNumber":252,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"dark type panel\" type\u003d\"dark\" minimized\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"primary type panel\" type\u003d\"primary\" minimized\u003e"},{"lineNumber":258,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"secondary type panel\" type\u003d\"secondary\" minimized\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":" ..."},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":""},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":252,"yiwen101":13}},{"path":"docs/userGuide/syntax/pictures.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Pictures"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"**A `pic` component allows you to add captions below the image.**"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":8,"author":{"gitId":"LamJiuFong"},"content":"\u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" width\u003d\"300\" alt\u003d\"Logo\" lazy\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" MarkBind Logo"},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/pic\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":15,"author":{"gitId":"-"},"content":"Name | Type | Default | Description "},{"lineNumber":16,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":17,"author":{"gitId":"-"},"content":"alt | `string` | | **This must be specified.**\u003cbr\u003eThe alternative text of the image."},{"lineNumber":18,"author":{"gitId":"-"},"content":"height | `string` | | The height of the image in pixels."},{"lineNumber":19,"author":{"gitId":"-"},"content":"src | `string` | | **This must be specified.**\u003cbr\u003eThe URL of the image.\u003cbr\u003eThe URL can be specified as absolute or relative references. More info in: _[Intra-Site Links]({{baseUrl}}/userGuide/formattingContents.html#intraSiteLinks)_"},{"lineNumber":20,"author":{"gitId":"-"},"content":"width | `string` | | The width of the image in pixels.\u003cbr\u003eIf both width and height are specified, width takes priority over height. It is to maintain the image\u0027s aspect ratio."},{"lineNumber":21,"author":{"gitId":"LamJiuFong"},"content":"lazy | `boolean` | false | The `\u003cpic\u003e` component lazy loads if this attribute is specified.\u003cbr\u003e**Either the height or width should be specified to avoid layout shifts while lazy loading images.**"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"If you want to display images that are automatically linked to its image URL, such that one can click on the image to view the full image, take a look at [MarkBind images]({{baseUrl}}/userGuide/formattingContents.html#images)."},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":32,"author":{"gitId":"LamJiuFong"},"content":"\u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" width\u003d\"300\" alt\u003d\"Logo\" lazy\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" MarkBind Logo"},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003c/pic\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":"```"},{"lineNumber":36,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" width\u003d\"300\" alt\u003d\"Logo\"\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" MarkBind Logo"},{"lineNumber":42,"author":{"gitId":"-"},"content":"\u003c/pic\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"LamJiuFong":3,"KevinEyo1":5,"-":35}},{"path":"docs/userGuide/syntax/questions.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% from \"userGuide/components/advanced.md\" import slot_info_trigger, slot_type_info_trigger %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"## Questions and Quizzes"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"Question and quiz components provide an easy way to test readers on the relevant content topic in the page. {.mt-3}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"#### Introduction"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"Question components (`\u003cquestion\u003e`) can be one of the following types: **MCQ**, **Checkbox**, **Fill-in-the-Blanks**, or **Text**."},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"In all cases, content directly inserted in between `\u003cquestion\u003e...\u003c/question\u003e` will be inserted into the **question body**."},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"You can also insert markdown into the **header** or **hint box**, by using the `header` and `hint` attributes respectively. Click the hint button below to see how the hint box turns out!"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate \u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"heading\"\u003eHeader and Hint syntax\u003c/variable\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003c!-- Insert markdown into the header and hint using the respective attributes --\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is correct?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c!-- Anything you place directly under a question not in a slot is inserted into the question body! --\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c!-- Several hidden checkbox q-option components explained later --\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is correct?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"{{baseUrl}}/images/math-question.jpg\" alt\u003d\"math question image\" height\u003d\"200\" class\u003d\"d-block mx-auto\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Multiply the numbers on the left together and add the leftmost number!\"\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" 96"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"Under normal circumstances, this would be correct.\"\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" 19"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Simply add the running sum of the results as well!\"\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" 40"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" 811"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":""},{"lineNumber":55,"author":{"gitId":"-"},"content":"If you require more expressive formatting for your header or hint markup, you can use the `\u003cdiv slot\u003d\"header\"\u003e` and `\u003cdiv slot\u003d\"hint\"\u003e` slots. Expand the panel below to see an example!"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"minimal\" header\u003d\"Header and Hint example **with slots**\"\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate \u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"heading\"\u003eHeaders and Hints using slots\u003c/variable\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is true?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003c!-- Header slot --\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"header\"\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":" Which of the following is correct?"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":" Challenge: Try to get all the answers on your first try! :star: :star:"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"{{baseUrl}}/images/math-question.jpg\" alt\u003d\"math question image\" height\u003d\"200\" class\u003d\"d-block mx-auto\"\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":""},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003c!-- Several hidden checkbox q-option components explained later --\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":""},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003c!-- Hint slot --\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":" Think out of the box! :fas-box:"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":" Need another hint? \u003ctooltip content\u003d\"Two of the answers are correct!\"\u003eHover over me!\u003c/tooltip\u003e :fas-mouse-pointer:"},{"lineNumber":85,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" header\u003d\"Which of the following is true?\" hint\u003d\"Think out of the box! :fas-box:\"\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003c!-- Header slot --\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"header\"\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":" Which of the following is correct?"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" Challenge: Try to get all the answers on your first try! :star: :star:"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" \u003cpic src\u003d\"{{baseUrl}}/images/math-question.jpg\" alt\u003d\"math question image\" height\u003d\"200\" class\u003d\"d-block mx-auto\"\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003csmall\u003eAdapted from [Daily Mail](https://www.dailymail.co.uk/femail/article-4702868/Can-pass-intelligence-test.html)"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/small\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003c/pic\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Multiply the numbers on the left together and add the leftmost number!\"\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" 96"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"Under normal circumstances, this would be correct.\"\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":" 19"},{"lineNumber":109,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":110,"author":{"gitId":"-"},"content":" \u003cq-option correct reason\u003d\"Simply add the running sum of the results as well!\"\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":" 40"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" 811"},{"lineNumber":115,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":" \u003c!-- Hint slot --\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":" Think out of the box! :fas-box:"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":" Need another hint? \u003ctooltip content\u003d\"Two of the answers are correct!\"\u003eHover over me!\u003c/tooltip\u003e :fas-mouse-pointer:"},{"lineNumber":123,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless class\u003d\"mt-3\"\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":""},{"lineNumber":131,"author":{"gitId":"-"},"content":"Placing the question into the header is entirely optional. You may also wish to include the question directly in the question body, omitting the header entirely."},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":""},{"lineNumber":135,"author":{"gitId":"-"},"content":"****Options and Slots common to all question types****"},{"lineNumber":136,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":137,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":138,"author":{"gitId":"-"},"content":"type | `String` | `\u0027\u0027` | The type of question. Supports `mcq`, `checkbox`, `blanks`, or `text`."},{"lineNumber":139,"author":{"gitId":"-"},"content":"header{{slot_info_trigger}} | `String` | `\u0027\u0027` | The markup to insert into the question header. The header is omitted if this is not provided."},{"lineNumber":140,"author":{"gitId":"-"},"content":"hint{{slot_info_trigger}} | `String` | `\u0027\u0027` | The content to display in the hint box."},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"#### MCQ and Checkbox Questions {.mt-4 .mb-3}"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"MCQ and checkbox questions are indicated with the `type\u003d\"mcq\"` or `type\u003d\"checkbox\"` attribute."},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"In both instances, you can include the possible answers using the `\u003cq-option\u003e` component, placed anywhere inside the \u003ctooltip content\u003d\"if you wish, you could place it in the `header` mentioned above as well!\"\u003equestion\u003c/tooltip\u003e. To indicate the correct option(s), add the `\u003cq-option correct\u003e` attribute."},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"Optionally, you can provide the reason for the particular option using the `\u003cq-option reason\u003d\"...\"\u003e` attribute, or the `\u003cdiv slot\u003d\"reason\"\u003e` slot for more expressive formatting, similar to the `hint` and `header` options and slots."},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"**MCQ Questions**"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"{% set mcqQuestion %}"},{"lineNumber":154,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"mcq\" header\u003d\"Which of these **contradicts** the heuristics recommended when creating test cases with multiple inputs?\"\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" \u003c!-- Insert the reason for the option using the reason attribute --\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"This is **correct**. We need to figure out if a positive test case works!\"\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":" Each valid test input should appear at least once in a test case that doesn’t have any invalid inputs."},{"lineNumber":158,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":" It is ok to combine valid values for different inputs."},{"lineNumber":161,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \u003cq-option\u003e"},{"lineNumber":163,"author":{"gitId":"-"},"content":" No more than one invalid test input should be in a given test case."},{"lineNumber":164,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":" \u003c!-- Use the \u0027correct\u0027 attribute to indicate an option as correct. --\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":" \u003cq-option correct\u003e"},{"lineNumber":167,"author":{"gitId":"-"},"content":" All invalid test inputs must be tested together."},{"lineNumber":168,"author":{"gitId":"-"},"content":" \u003c!-- Optionally, you may use a reason slot instead of a reason attribute. --\u003e"},{"lineNumber":169,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"reason\"\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":" If you test all invalid test inputs together, you will not know if each one of the invalid inputs are handled"},{"lineNumber":171,"author":{"gitId":"-"},"content":" correctly by the SUT."},{"lineNumber":172,"author":{"gitId":"-"},"content":" This is because most SUTs return an error message upon encountering the first invalid input."},{"lineNumber":173,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":" How do you figure out which inputs are wrong? (or correct)"},{"lineNumber":177,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":179,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ mcqQuestion }}\u003c/variable\u003e"},{"lineNumber":184,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003eMCQ questions can have multiple correct options!\u003c/box\u003e"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":"**Checkbox Questions**"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":"{% set checkboxQuestion %}"},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"checkbox\" hint\u003d\"Use your calculator! :fas-calculator:\"\u003e"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"jingting1412"},"content":" ###### Which of the following is true?"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":" \u003cbr\u003e"},{"lineNumber":196,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\"\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":" 1 + 1 \u003d 11"},{"lineNumber":198,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":199,"author":{"gitId":"-"},"content":" \u003cq-option reason\u003d\"Division by zero is **undefined**!\"\u003e"},{"lineNumber":200,"author":{"gitId":"-"},"content":" 1 / 0 \u003d infinity"},{"lineNumber":201,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":202,"author":{"gitId":"-"},"content":" \u003cq-option correct\u003e"},{"lineNumber":203,"author":{"gitId":"-"},"content":" 11 / 11 \u003d 1"},{"lineNumber":204,"author":{"gitId":"-"},"content":" \u003c/q-option\u003e"},{"lineNumber":205,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":206,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":207,"author":{"gitId":"-"},"content":""},{"lineNumber":208,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":209,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ checkboxQuestion }}\u003c/variable\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":"****`q-option` Options and Slots****"},{"lineNumber":214,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":215,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":216,"author":{"gitId":"-"},"content":"correct | `Boolean` | `false` | Whether this option (placed under either a MCQ or checkbox question) is correct. You may have multiple correct answers in either case."},{"lineNumber":217,"author":{"gitId":"-"},"content":"reason{{slot_info_trigger}} | `String` | `\u0027\u0027` | The explanation markup to display for the option once the answer is checked."},{"lineNumber":218,"author":{"gitId":"-"},"content":""},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":"#### Fill-in-the-Blanks Questions {.mt-4 .mb-3}"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":"Fill-in-the-blanks questions are specified with the `type\u003d\"blanks\"` attribute."},{"lineNumber":223,"author":{"gitId":"-"},"content":""},{"lineNumber":224,"author":{"gitId":"-"},"content":"Unlike MCQ and checkbox questions, answer checking is performed for each blank by providing keywords to check for in the user\u0027s answer through the `keywords` attribute in each `q-option`."},{"lineNumber":225,"author":{"gitId":"-"},"content":"If no keywords are provided, the answer for that blank will always be marked as correct."},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"Keywords are validated by checking if the keyword matches the user\u0027s answer exactly (ignoring letter casing)."},{"lineNumber":230,"author":{"gitId":"-"},"content":"This works well for some"},{"lineNumber":231,"author":{"gitId":"-"},"content":"\u003cpopover header\u003d\"When does validation work?\"\u003ecases"},{"lineNumber":232,"author":{"gitId":"-"},"content":" \u003cspan slot\u003d\"content\"\u003e"},{"lineNumber":233,"author":{"gitId":"-"},"content":" When the keywords given are short and specific to the blank (eg. `abstraction`), it increases the chances that the blank will be validated correctly."},{"lineNumber":234,"author":{"gitId":"-"},"content":" \u003cbr\u003e\u003cbr\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":" In contrast, something long and vague like `after discussing for a period of time` which can easily be expressed in a different way (eg. `after deliberating for a while`) would likely cause the blank to be validated incorrectly."},{"lineNumber":236,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003c/popover\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":"and not others."},{"lineNumber":239,"author":{"gitId":"-"},"content":""},{"lineNumber":240,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":241,"author":{"gitId":"-"},"content":""},{"lineNumber":242,"author":{"gitId":"-"},"content":"{% set blanksQuestion %}"},{"lineNumber":243,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"blanks\" hint\u003d\"Google it!\"\u003e"},{"lineNumber":244,"author":{"gitId":"-"},"content":""},{"lineNumber":245,"author":{"gitId":"jingting1412"},"content":" ###### German sociologist __________ called the process of simultaneously analyzing the behavior of individuals and the society that shapes that behavior __________."},{"lineNumber":246,"author":{"gitId":"-"},"content":""},{"lineNumber":247,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Norbert Elias, Elias\" reason\u003d\"That\u0027s his name!\"\u003e\u003c/q-option\u003e"},{"lineNumber":248,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"figuration\"\u003e\u003c/q-option\u003e"},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":251,"author":{"gitId":"-"},"content":""},{"lineNumber":252,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":253,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ blanksQuestion }}\u003c/variable\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"-"},"content":"By default, if the question has yet to be answered correctly, intermediate results will be shown beside each blank. You can specify a `no-intermediate-result` attribute to avoid this behvaiour (i.e. hide the result of each blank upon incorrect attempts)."},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":""},{"lineNumber":261,"author":{"gitId":"-"},"content":"Since the validation is imperfect, the minimum proportion of correct blanks needed for the entire question to be marked as correct can also be changed using the `threshold` attribute."},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":"If you don\u0027t want to validate the answer at all, you may set the `threshold` attribute to `0`. Doing so always marks the entire question correct, and users will be able to see all intended answers."},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":"{% set blanksQuestion2 %}"},{"lineNumber":268,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"blanks\" hint\u003d\"What properties would you want these database transactions to have?\" threshold\u003d0.75 no-intermediate-result\u003e"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"jingting1412"},"content":" ###### In computer science, ACID is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. These properties are: A for __________, C for __________, I for __________, and D for __________."},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Atomicity, Atomic\" reason\u003d\"Meaning: either all occurs or nothing occurs\"\u003e\u003c/q-option\u003e"},{"lineNumber":273,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Consistency, Consistent\"\u003e\u003c/q-option\u003e"},{"lineNumber":274,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Isolation, Isolated\"\u003e\u003c/q-option\u003e"},{"lineNumber":275,"author":{"gitId":"-"},"content":" \u003cq-option keywords\u003d\"Durability, Durable\"\u003e\u003c/q-option\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":281,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ blanksQuestion2 }}\u003c/variable\u003e"},{"lineNumber":282,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":"****Fill-in-the-Blanks Question specific Options and Slots****"},{"lineNumber":285,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":286,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":287,"author":{"gitId":"-"},"content":"threshold | `Number` | `0.5` | Minimum proportion of keywords that have to be matched in the user\u0027s answer for the answer to be marked as correct."},{"lineNumber":288,"author":{"gitId":"-"},"content":"no-intermediate-result | `Boolean` | `False` | Hides the result of each blank after an incorrect attempt."},{"lineNumber":289,"author":{"gitId":"-"},"content":""},{"lineNumber":290,"author":{"gitId":"-"},"content":"****`q-option` Options and Slots****"},{"lineNumber":291,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":292,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":293,"author":{"gitId":"-"},"content":"keywords | `String` | `\u0027\u0027` | Comma delimited string of keywords or phrases to match the user\u0027s answer against."},{"lineNumber":294,"author":{"gitId":"-"},"content":"reason{{slot_info_trigger}} | `String` | `\u0027\u0027` | The explanation markup to display for the option once the answer is checked."},{"lineNumber":295,"author":{"gitId":"-"},"content":""},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":"#### Text Questions {.mt-4 .mb-3}"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":"Text questions are specified with the `type\u003d\"text\"` attribute."},{"lineNumber":300,"author":{"gitId":"-"},"content":""},{"lineNumber":301,"author":{"gitId":"-"},"content":"Unlike MCQ and checkbox questions, answer checking is performed by providing keywords to check for in the user\u0027s answer through the `keywords` attribute."},{"lineNumber":302,"author":{"gitId":"-"},"content":"If no keywords are provided, the answer will always be marked as correct when placed in quizzes."},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":"Keywords are validated by simply looking for the keyword as a pattern in the user\u0027s answer!"},{"lineNumber":307,"author":{"gitId":"-"},"content":"This works well for some"},{"lineNumber":308,"author":{"gitId":"-"},"content":"\u003cpopover header\u003d\"When does validation work?\"\u003ecases"},{"lineNumber":309,"author":{"gitId":"-"},"content":" \u003cspan slot\u003d\"content\"\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":" When the keywords specified are rather long (eg. `requirements`), it reduces the chance that this keyword can be mistakenly validated."},{"lineNumber":311,"author":{"gitId":"-"},"content":" \u003cbr\u003e\u003cbr\u003e"},{"lineNumber":312,"author":{"gitId":"-"},"content":" In contrast, something short and common like `take` which can easily be part of another word (eg. `mis-take-nly`) would be mistakenly validated."},{"lineNumber":313,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":314,"author":{"gitId":"-"},"content":"\u003c/popover\u003e"},{"lineNumber":315,"author":{"gitId":"-"},"content":"and not others."},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":318,"author":{"gitId":"-"},"content":""},{"lineNumber":319,"author":{"gitId":"-"},"content":"You can provide your answer in the `answer` attribute, or similarly, the `\u003cdiv slot\u003d\"answer\"\u003e` slot for more expressive formatting."},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":"{% set textQuestion %}"},{"lineNumber":322,"author":{"gitId":"-"},"content":"\u003cquestion type\u003d\"text\" header\u003d\"Which country did the Hawaiian pizza originate from?\""},{"lineNumber":323,"author":{"gitId":"-"},"content":" keywords\u003d\"hawaii\" threshold\u003d\"0.5\" answer\u003d\"It originated from Hawaii!\"\u003e"},{"lineNumber":324,"author":{"gitId":"-"},"content":" \u003cdiv slot\u003d\"hint\"\u003e"},{"lineNumber":325,"author":{"gitId":"-"},"content":""},{"lineNumber":326,"author":{"gitId":"-"},"content":" Watch some pizza commercials! :tv:"},{"lineNumber":327,"author":{"gitId":"-"},"content":""},{"lineNumber":328,"author":{"gitId":"-"},"content":" :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza: :pizza:"},{"lineNumber":329,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":330,"author":{"gitId":"-"},"content":"\u003c/question\u003e"},{"lineNumber":331,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":332,"author":{"gitId":"-"},"content":""},{"lineNumber":333,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate\u003e"},{"lineNumber":334,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":335,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e{{ textQuestion }}\u003c/variable\u003e"},{"lineNumber":336,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":337,"author":{"gitId":"-"},"content":""},{"lineNumber":338,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":"Since the validation is imperfect, the minimum proportion of keywords that need to be matched can also be changed using the `threshold` attribute."},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":"If you don\u0027t want to validate the answer at all, you may also omit the `keywords` attribute entirely. Doing so also always marks the question as correct inside [quizzes](#quizzes)."},{"lineNumber":343,"author":{"gitId":"-"},"content":""},{"lineNumber":344,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":"****Text Question specific Options and Slots****"},{"lineNumber":347,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":348,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":349,"author":{"gitId":"-"},"content":"keywords | `String` | `\u0027\u0027` | Comma delimited string of keywords or phrases to match the user\u0027s answer against."},{"lineNumber":350,"author":{"gitId":"-"},"content":"threshold | `Number` | `0.5` | Minimum proportion of keywords that have to be matched in the user\u0027s answer for the answer to be marked as correct."},{"lineNumber":351,"author":{"gitId":"-"},"content":"answer{{slot_info_trigger}} | `String` | `\u0027\u0027` | The answer or explanation to display when the user clicks the check button."},{"lineNumber":352,"author":{"gitId":"-"},"content":""},{"lineNumber":353,"author":{"gitId":"-"},"content":"#### Quizzes"},{"lineNumber":354,"author":{"gitId":"-"},"content":""},{"lineNumber":355,"author":{"gitId":"-"},"content":"You can also build a series of questions out of multiple `\u003cquestion\u003e` components."},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":"Simply place the `\u003cquestion\u003e` components you want to include into the `\u003cquiz\u003e` component! No extra configuration is needed."},{"lineNumber":358,"author":{"gitId":"-"},"content":""},{"lineNumber":359,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutputSeparate.md\" boilerplate \u003e"},{"lineNumber":360,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":361,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":362,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":363,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"mcq\"\u003e...\u003c/question\u003e"},{"lineNumber":364,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"checkbox\"\u003e...\u003c/question\u003e"},{"lineNumber":365,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"blanks\"\u003e...\u003c/question\u003e"},{"lineNumber":366,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"text\"\u003e...\u003c/question\u003e"},{"lineNumber":367,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":368,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":369,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"output\"\u003e"},{"lineNumber":370,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":371,"author":{"gitId":"-"},"content":"{{ mcqQuestion }}"},{"lineNumber":372,"author":{"gitId":"-"},"content":"{{ checkboxQuestion }}"},{"lineNumber":373,"author":{"gitId":"-"},"content":"{{ blanksQuestion }}"},{"lineNumber":374,"author":{"gitId":"-"},"content":"{{ textQuestion }}"},{"lineNumber":375,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":376,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":377,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":378,"author":{"gitId":"-"},"content":""},{"lineNumber":379,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":"****Quiz Options and Slots****"},{"lineNumber":382,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":383,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":384,"author":{"gitId":"-"},"content":"intro | `String` | `\u0027\u0027` | Quiz intro markup above the question count."},{"lineNumber":385,"author":{"gitId":"-"},"content":"intro | Slot | `Click start to begin` | Quiz intro markup. Overrides the `intro` attribute if both are present."},{"lineNumber":386,"author":{"gitId":"-"},"content":""},{"lineNumber":387,"author":{"gitId":"-"},"content":"\u003c!-- Included in syntax cheat sheet --\u003e"},{"lineNumber":388,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":389,"author":{"gitId":"-"},"content":""},{"lineNumber":390,"author":{"gitId":"-"},"content":"```html { heading\u003d\"MCQ and Checkbox questions\" }"},{"lineNumber":391,"author":{"gitId":"-"},"content":"\u003c!-- use type\u003d\"checkbox\" for checkbox questions --\u003e"},{"lineNumber":392,"author":{"gitId":"-"},"content":"{{ mcqQuestion }}"},{"lineNumber":393,"author":{"gitId":"-"},"content":"```"},{"lineNumber":394,"author":{"gitId":"-"},"content":""},{"lineNumber":395,"author":{"gitId":"-"},"content":"```html { heading\u003d\"Fill-in-the-Blanks questions\" }"},{"lineNumber":396,"author":{"gitId":"-"},"content":"{{ blanksQuestion }}"},{"lineNumber":397,"author":{"gitId":"-"},"content":"```"},{"lineNumber":398,"author":{"gitId":"-"},"content":""},{"lineNumber":399,"author":{"gitId":"-"},"content":"```html { heading\u003d\"Text questions\" }"},{"lineNumber":400,"author":{"gitId":"-"},"content":"{{ textQuestion }}"},{"lineNumber":401,"author":{"gitId":"-"},"content":"```"},{"lineNumber":402,"author":{"gitId":"-"},"content":""},{"lineNumber":403,"author":{"gitId":"-"},"content":"```html { heading\u003d\"Quiz\" }"},{"lineNumber":404,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":405,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"mcq\"\u003e...\u003c/question\u003e"},{"lineNumber":406,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"checkbox\"\u003e...\u003c/question\u003e"},{"lineNumber":407,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"blanks\"\u003e...\u003c/question\u003e"},{"lineNumber":408,"author":{"gitId":"-"},"content":" \u003cquestion type\u003d\"text\"\u003e...\u003c/question\u003e"},{"lineNumber":409,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":410,"author":{"gitId":"-"},"content":"```"},{"lineNumber":411,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":412,"author":{"gitId":"-"},"content":""},{"lineNumber":413,"author":{"gitId":"-"},"content":"\u003c!-- Included in readerFacingFeatures.md --\u003e"},{"lineNumber":414,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":415,"author":{"gitId":"-"},"content":"\u003cquiz\u003e"},{"lineNumber":416,"author":{"gitId":"-"},"content":"{{ mcqQuestion }}"},{"lineNumber":417,"author":{"gitId":"-"},"content":"{{ checkboxQuestion }}"},{"lineNumber":418,"author":{"gitId":"-"},"content":"{{ blanksQuestion }}"},{"lineNumber":419,"author":{"gitId":"-"},"content":"{{ textQuestion }}"},{"lineNumber":420,"author":{"gitId":"-"},"content":"\u003c/quiz\u003e"},{"lineNumber":421,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":3,"-":418}},{"path":"docs/userGuide/syntax/searchBars.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Search Bars"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"The `searchbar` component allows users to search all headings within any page on the site."},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"body\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"outputBox.md\" boilerplate \u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search (Right-aligned dropdown)\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"```"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"To use the searchbar within a navbar, add the following markup to your file. The searchbar can be positioned using the slot attribute for the list. The following markup adds a searchbar to the right side of the navbar with appropriate styling."},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003cli slot\u003d\"right\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"\u003c/li\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":"```"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cvariable id\u003d\"output\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"Enter a search term (eg. \u0027search bar\u0027) to see the search result dropdown."},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search (Right-aligned dropdown)\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":37,"author":{"gitId":"-"},"content":"---- | ---- | ------- | ------"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":"algolia | `Boolean` | `false` | Whether the searchbar should be connected to [Algolia DocSearch]({{ baseUrl }}/userGuide/usingPlugins.html#plugin-algolia)."},{"lineNumber":39,"author":{"gitId":"-"},"content":"data | `Array` || The local data source for suggestions. Expected to be a primitive array. To use MarkBind\u0027s search functionality, set this value to `\"searchData\"`."},{"lineNumber":40,"author":{"gitId":"-"},"content":"menu-align-right | `Boolean` | `false` | Whether the search bar\u0027s dropdown list will be right-aligned."},{"lineNumber":41,"author":{"gitId":"-"},"content":"on-hit | `Function` || A callback function when you click or hit return on an item. To use MarkBind\u0027s search functionality, set this value to `\"searchCallback\"`."},{"lineNumber":42,"author":{"gitId":"-"},"content":"placeholder | `String` | `\u0027\u0027` | The placeholder text shown when no keywords are entered in the search bar."},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"Note: If you are using MarkBind\u0027s search functionality, then `enableSearch` **must be set to `true` in `site.json`**."},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":"See: [User Guide: Site Configuration → enableSearch]({{ baseUrl }}/userGuide/siteJsonFile.html#enablesearch)."},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"%%{{ icon_info }} Related topic: [User Guide: Making the Site Searchable]({{ baseUrl }}/userGuide/makingTheSiteSearchable.html).%%"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":"%%{{ icon_info }} Related topic: [User Guide: Using Plugins → Algolia: Enabling Algolia DocSearch]({{ baseUrl }}/userGuide/usingPlugins.html#plugin-algolia).%%"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003c/div\u003e \u003c!-- end of body --\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":61,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":62,"author":{"gitId":"-"},"content":"```"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003cli slot\u003d\"right\"\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/li\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":"```"},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"-"},"content":"\u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\"\u003e\u003c/searchbar\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":73,"yiwen101":3}},{"path":"docs/userGuide/syntax/siteNavigationMenus.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Site Navigation Menus"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"content\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"**A _Site Navigation Menu_ (\u003d\u003d_siteNav_ for short\u003d\u003d) can be used to show a road map of the main pages of your site.**"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"Steps to add a siteNav:"},{"lineNumber":8,"author":{"gitId":"-"},"content":"1. Format your siteNav as an unordered Markdown list"},{"lineNumber":9,"author":{"gitId":"-"},"content":"2. Include it under a `\u003csite-nav\u003e` element."},{"lineNumber":10,"author":{"gitId":"-"},"content":"3. (Optional) To make siteNav accessible on smaller screens, you can use the `\u003csite-nav-button /\u003e` component in the [navbar]({{baseUrl}}/userGuide/components/navigation.html#navbars)."},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003csite-nav\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":"* [**Getting Started**]({{baseUrl}}/userGuide/gettingStarted.html)"},{"lineNumber":17,"author":{"gitId":"-"},"content":"* **Authoring Contents** :expanded:"},{"lineNumber":18,"author":{"gitId":"-"},"content":" * [Overview]({{baseUrl}}/userGuide/authoringContents.html)"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * [Adding Pages]({{baseUrl}}/userGuide/addingPages.html)"},{"lineNumber":20,"author":{"gitId":"-"},"content":" * [MarkBind Syntax Overview]({{baseUrl}}/userGuide/markBindSyntaxOverview.html)"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * [Formatting Contents]({{baseUrl}}/userGuide/formattingContents.html)"},{"lineNumber":22,"author":{"gitId":"-"},"content":" * [Using Components]({{baseUrl}}/userGuide/usingComponents.html)"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003c/site-nav\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"MarkBind has styles nested lists with additional padding and smaller text sizes up to **4** nesting levels."},{"lineNumber":29,"author":{"gitId":"-"},"content":"Beyond that, you\u0027d have to include your own styles."},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"****Expanding menu items by default****"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":"You can **append the `:expanded:` to a \u003ctooltip content\u003d\"a menu item with sub menu-items\"\u003eparent menu item\u003c/tooltip\u003e to make it expand by default.** In the example above, `* Authoring Contents :expanded:` makes the menu item `Authoring Contents` expand by default."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\"\u003e\u003c/div\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"```html"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":"\u003csite-nav\u003e"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":"* [**Getting Started**]({{baseUrl}}/userGuide/gettingStarted.html)"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"* **Authoring Contents** :expanded:"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" * [Overview]({{baseUrl}}/userGuide/authoringContents.html)"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" * [Adding Pages]({{baseUrl}}/userGuide/addingPages.html)"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" * [MarkBind Syntax Overview]({{baseUrl}}/userGuide/markBindSyntaxOverview.html)"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" * [Formatting Contents]({{baseUrl}}/userGuide/formattingContents.html)"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" * [Using Components]({{baseUrl}}/userGuide/usingComponents.html)"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"\u003c/site-nav\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":"```"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":16,"-":37}},{"path":"docs/userGuide/syntax/tabs.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"## Tabs"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"First tab\"\u003e"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" Text in the first tab"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \u003cmarkdown\u003e_some markdown_\u003c/markdown\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Disabled second tab :x:\" disabled\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Tab not printed\" class\u003d\"d-print-none\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" This tab will not be printed."},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Third tab group :milky_way:\"\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Stars :star:\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" Some stuff about stars ..."},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Disabled Moon :new_moon:\" disabled\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Disabled fourth tab group\" disabled\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Hidden tab\"\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ullamcorper ultrices lobortis."},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"****Options****"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"`tabs`:"},{"lineNumber":35,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":36,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":37,"author":{"gitId":"-"},"content":"active | `Number` | `0` | Active Tab index (0-based)"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"`tab`:"},{"lineNumber":40,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":41,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":42,"author":{"gitId":"-"},"content":"header | `String` | `null` | Tab title."},{"lineNumber":43,"author":{"gitId":"-"},"content":"disabled | `Boolean` | `false` | Whether Tab is clickable and can be activated."},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"`tab-group`:"},{"lineNumber":46,"author":{"gitId":"-"},"content":"Name | Type | Default | Description"},{"lineNumber":47,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":48,"author":{"gitId":"-"},"content":"header | `String` | `null` | Tab Group title."},{"lineNumber":49,"author":{"gitId":"-"},"content":"disabled | `Boolean` | `false` | Whether Tab Group is clickable and can be activated."},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":""},{"lineNumber":53,"author":{"gitId":"-"},"content":"Tabs, tab group and individual tab can be omitted during printing by adding Bootstrap\u0027s display property `class\u003d\"d-print-none\"` to the respective components."},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":59,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"First tab\"\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":" Content of the first tab"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Second tab\"\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" Contents of the second tab"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Third tab group :tv:\"\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Stars :star:\"\u003e"},{"lineNumber":68,"author":{"gitId":"-"},"content":" Some stuff about stars ..."},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Moon\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":" Some stuff about the moon ..."},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":"```"},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"examples\" class\u003d\"d-none\"\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"First tab\"\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" Content of the first tab"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Second tab\"\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":" Contents of the second tab"},{"lineNumber":86,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":" \u003ctab-group header\u003d\"Third tab group :tv:\"\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Stars :star:\"\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" Some stuff about stars ..."},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":" \u003ctab header\u003d\"Moon\"\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":" Some stuff about the moon ..."},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003c/tab\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003c/tab-group\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"-":94,"yiwen101":2}},{"path":"docs/userGuide/syntax/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → Reusing Contents → Variables_]({{ baseUrl }}/userGuide/reusingContents.html#variables)\u003c/md\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"## Variables"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":""},{"lineNumber":9,"author":{"gitId":"-"},"content":"**Nunjucks [variables](https://mozilla.github.io/nunjucks/templating.html#set) are ideal for reusing small bits of code** in multiple places; you can define a variable to represent the code bit in question and reuse it anywhere in the site by referring to the variable instead of duplicating the code bit."},{"lineNumber":10,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"MarkBind does not aim to alter the already robust variable features of Nunjucks, but provides several extensions to it."},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"### Global Variables"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"**Global variables are to be defined in the `_markbind/variables.md` file.** Each variable must have an `name` and the value can be any MarkBind-compliant code fragment. The `name` should not contain `-` and `.`. For example, `search-option` and `search.options` are not allowed."},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"The variables declared here are available from anywhere in the code base."},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"{{ icon_example }} Here\u0027s how you can define two variables `year` and `options`:"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"year\"\u003e2018\u003c/variable\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"options\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"* yes"},{"lineNumber":29,"author":{"gitId":"-"},"content":"* no"},{"lineNumber":30,"author":{"gitId":"-"},"content":"* maybe"},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003c/variable\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"```"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"To include a variable value in your code, give the variable id enclosed in Nunjucks\u0027 double curly braces syntax."},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"{{ icon_example }} `The year was {% raw %}{{ year }}{% endraw %}.` {{ icon_arrow_right }} The year was 2018."},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"Global variables (`_markbind/variables.md`) will take precedence over any variables set via Nunjucks\u0027 tags (e.g. `{% raw %}{% set %}{% endraw %}`)."},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#### Built-in Global Variables"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"MarkBind also provides a number of built-in variables."},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"Variable | Notes | {{ icon_example }} | Output"},{"lineNumber":53,"author":{"gitId":"-"},"content":"--- | --- | --- | ---"},{"lineNumber":54,"author":{"gitId":"-"},"content":"`baseUrl` | Represents the root directory of the site on the server, as configured in your [site configuration]({{baseUrl}}/userGuide/siteJsonFile.html#baseurl) file. \u003cbr\u003e Used for specifying [intra-site links](../formattingContents.html#intra-site-links). | If `baseUrl` is specified as `userGuide/`:\u003cbr\u003e\u003cbr\u003e `\u003cimg src\u003d\"{% raw %}{{baseUrl}}{% endraw %}/images/logo.png\" /\u003e` | `\u003cimg src\u003d\"userGuide/images/logo.png\" /\u003e`"},{"lineNumber":55,"author":{"gitId":"-"},"content":"`timestamp` | The time stamp that indicates when the page was generated. \u003cbr\u003e\u003cbr\u003e The [default]({{baseUrl}}/userGuide/siteJsonFile.html#timezone) values of `\"timeZone\"` and `\"locale\"` are `\"UTC\"` and `\"en-GB\"` respectively. | The following example showcases the use of the `\"Asia/Singapore\"` time zone.\u003cbr\u003e\u003cbr\u003e `Page generated at: {% raw %}{{timestamp}}{% endraw %}` | `Page generated at: {{ timestamp }}`"},{"lineNumber":56,"author":{"gitId":"-"},"content":"`MarkBind` | The MarkBind version in use, linked to the MarkBind website. | `Page generated by: {% raw %}{{MarkBind}}{% endraw %}` | `Page generated by:` {{ MarkBind | safe }}"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"### Importing variables from other external file formats"},{"lineNumber":60,"author":{"gitId":"-"},"content":""},{"lineNumber":61,"author":{"gitId":"-"},"content":"You can also source variables from external files using MarkBind\u0027s {%raw%}`{% ext varName \u003d \"filepathToFile\" %}`{%endraw%} Nunjucks extension."},{"lineNumber":62,"author":{"gitId":"-"},"content":"This is useful if you have external datasets you want to display in your site!"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"To do so, assign a root variable name (`varName`) to the file path from the \u003ctooltip content\u003d\"similar to how you assign filepaths for other Nunjucks tags\"\u003eroot directory of the site\u003c/tooltip\u003e. You may then access the file\u0027s variables using dot `varName.xx` or array `varName[i]` syntax, depending on the file\u0027s contents."},{"lineNumber":65,"author":{"gitId":"-"},"content":""},{"lineNumber":66,"author":{"gitId":"-"},"content":""},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"\u003ctabs\u003e"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":"\u003ctab header\u003d\"Importing from JSON files\"\u003e"},{"lineNumber":71,"author":{"gitId":"-"},"content":""},{"lineNumber":72,"author":{"gitId":"-"},"content":"{{icon_example}}"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":"%%CODE:%%"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":79,"author":{"gitId":"-"},"content":"```html {heading\u003d\"Displaying a student scoreboard stored as JSON\"}"},{"lineNumber":80,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.json\" %}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":83,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":84,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard.students -%}"},{"lineNumber":85,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} | {{ student.rank }}"},{"lineNumber":86,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":"\u003csmall\u003eLast updated at {{ studentScoreboard.lastUpdated }}\u003c/small\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":"```"},{"lineNumber":90,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"minimal\" header\u003d\"JSON file used in example\"\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":"```json {heading\u003d\"JSON File\"}"},{"lineNumber":95,"author":{"gitId":"-"},"content":"{% include \"userGuide/syntax/extra/scoreboard.json\" %}"},{"lineNumber":96,"author":{"gitId":"-"},"content":"```"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":""},{"lineNumber":103,"author":{"gitId":"-"},"content":"%%OUTPUT:%%"},{"lineNumber":104,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"\u003cbox border-left-color\u003d\"grey\" background-color\u003d\"white\"\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.json\" %}"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":111,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":112,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard.students -%}"},{"lineNumber":113,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} / 100 | {{ student.rank }}"},{"lineNumber":114,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"\u003csmall\u003eLast updated at {{ studentScoreboard.lastUpdated }}\u003c/small\u003e"},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":119,"author":{"gitId":"-"},"content":""},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003c/tab\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":"\u003ctab header\u003d\"Importing from CSV files\"\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"{{icon_example}}"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":"%%CODE:%%"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":130,"author":{"gitId":"-"},"content":"```html {heading\u003d\"Displaying a student scoreboard stored as CSV\"}"},{"lineNumber":131,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.csv\" %}"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":134,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":135,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard -%}"},{"lineNumber":136,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} | {{ student.rank }}"},{"lineNumber":137,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":138,"author":{"gitId":"-"},"content":"```"},{"lineNumber":139,"author":{"gitId":"-"},"content":"{% endraw %}"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003cpanel type\u003d\"minimal\" header\u003d\"CSV file used in example\"\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"```csv {heading\u003d\"CSV File\"}"},{"lineNumber":144,"author":{"gitId":"-"},"content":"{% include \"userGuide/syntax/extra/scoreboard.csv\" %}"},{"lineNumber":145,"author":{"gitId":"-"},"content":"```"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":""},{"lineNumber":150,"author":{"gitId":"-"},"content":"\u003cbox border-left-color\u003d\"{{ markbind_blue}}\"\u003e"},{"lineNumber":151,"author":{"gitId":"-"},"content":""},{"lineNumber":152,"author":{"gitId":"-"},"content":"{{ icon_bulb_blue }} If you do not want to have a header row, you can specify it by appending a `noHeader` option at the end of the variable declaration. In this example, it should be {% raw %} `{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.csv\", noHeader %}` {% endraw %}. Elements have to be accessed using the `[]` operator (i.e. using `student[0]` to access student number instead of `student.number`)."},{"lineNumber":153,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":"%%OUTPUT:%%"},{"lineNumber":158,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":159,"author":{"gitId":"-"},"content":""},{"lineNumber":160,"author":{"gitId":"-"},"content":"\u003cbox border-left-color\u003d\"grey\" background-color\u003d\"white\"\u003e"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"{% ext studentScoreboard \u003d \"userGuide/syntax/extra/scoreboard.csv\" %}"},{"lineNumber":163,"author":{"gitId":"-"},"content":""},{"lineNumber":164,"author":{"gitId":"-"},"content":"Student Number | Score | Rank"},{"lineNumber":165,"author":{"gitId":"-"},"content":":----- | :-------: | ----"},{"lineNumber":166,"author":{"gitId":"-"},"content":"{% for student in studentScoreboard -%}"},{"lineNumber":167,"author":{"gitId":"-"},"content":"{{ student.number }} | {{ student.score }} / 100 | {{ student.rank }}"},{"lineNumber":168,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"\u003c/tab\u003e"},{"lineNumber":174,"author":{"gitId":"-"},"content":"\u003c/tabs\u003e"},{"lineNumber":175,"author":{"gitId":"-"},"content":""},{"lineNumber":176,"author":{"gitId":"-"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":"Only `.json` and `.csv` files are supported for now."},{"lineNumber":179,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"short\" class\u003d\"d-none\"\u003e"},{"lineNumber":183,"author":{"gitId":"-"},"content":""},{"lineNumber":184,"author":{"gitId":"-"},"content":""},{"lineNumber":185,"author":{"gitId":"jingting1412"},"content":"```markdown"},{"lineNumber":186,"author":{"gitId":"jingting1412"},"content":"Place global variables in `_markbind/variables.md`"},{"lineNumber":187,"author":{"gitId":"-"},"content":"\u003cvariable name\u003d\"year\"\u003e2018\u003c/variable\u003e"},{"lineNumber":188,"author":{"gitId":"jingting1412"},"content":"The year was {% raw %}{{ year }}{% endraw %}"},{"lineNumber":189,"author":{"gitId":"-"},"content":"```"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":3,"-":188}},{"path":"docs/userGuide/syntaxReference.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: \"User Guide: Syntax Reference\""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: userGuide.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" pageNav: 5"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"# Syntax Reference"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"Expand the panels for detailed explanations of the feature or click on the link in the header to go to the corresponding page!"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"{% macro show_topic(filename, heading, url) %}"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"\u003cpanel type\u003d\"seamless\" no-close popup-url\u003d\"{{ url }}\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003cdiv slot\u003d\"header\"\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cmarkdown\u003e##### **{{ heading }}**\u003c/markdown\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003cinclude src\u003d\"syntax/{{ filename }}.md#short\" /\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"indented\"\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003cinclude src\u003d\"syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"{% endmacro %}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":"{% for k,v in topics | dictsort %}"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" {% set url\u003d\"/userGuide/\" %}"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" {% if v[2] is iterable %}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" {% if \u0027basic\u0027 in v[2] %}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"formattingContents.html#\" + v[1] %}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027presentation\u0027 in v[2] %}"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/presentation.html#\" + v[1] %}"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027images-diagrams\u0027 in v[2] %}"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/imagesAndDiagrams.html#\" + v[1] %}"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027popups\u0027 in v[2] %}"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/popups.html#\" + v[1] %}"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027navigation\u0027 in v[2] %}"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/navigation.html#\" + v[1] %}"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" {% elif \u0027others\u0027 in v[2] %}"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + \"components/others.html#\" + v[1] %}"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url + v[2][0] + \".html#\" + v[1] %}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" {% endif %}"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" {% else %}"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" {% set url \u003d url %}"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" {% endif %}"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" {{ show_topic( k, v[0], url) }}"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"{% endfor %}"}],"authorContributionMap":{"jingting1412":50}},{"path":"docs/userGuide/templates.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Templates\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"templates\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# {{ title }}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"lead\" id\u003d\"overview\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"MarkBind allows you to start off your new project with different templates."},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"During initialization you can add a flag `--template \u003ctemplate-key\u003e` to select a different template to initialize with. For example:"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"```"},{"lineNumber":25,"author":{"gitId":"-"},"content":"markbind init --template minimal"},{"lineNumber":26,"author":{"gitId":"-"},"content":"```"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"## Supported Templates"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"-"},"content":"Name | Template key | Description | Quick Deploy"},{"lineNumber":31,"author":{"gitId":"-"},"content":"---- | ------- | ----------- | ------------"},{"lineNumber":32,"author":{"gitId":"-"},"content":"Default | `default` | Default template if `--template` is unspecified. Includes core features such as site and page navigation for a more convenient quick start. | \u003ca href\u003d\"https://app.netlify.com/start/deploy?repository\u003dhttps://github.com/MarkBind/init-typical-netlify\"\u003e\u003cimg src\u003d\"https://www.netlify.com/img/deploy/button.svg\" /\u003e\u003c/a\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"Minimal | `minimal` | Minimalistic template that gets you started quickly. | \u003ca href\u003d\"https://app.netlify.com/start/deploy?repository\u003dhttps://github.com/MarkBind/init-minimal-netlify\"\u003e\u003cimg src\u003d\"https://www.netlify.com/img/deploy/button.svg\" /\u003e\u003c/a\u003e"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"Project | `project` | Project documentation template serves as a good starting point for project developers. This template includes both a user guide and a developer guide, with some formatted dummy content. | \u003ca href\u003d\"https://markbind-template-project.netlify.app/\"\u003e\u003cimg src\u003d\"https://www.netlify.com/img/deploy/button.svg\" /\u003e\u003c/a\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"Portfolio | `portfolio` | Portfolio template to quickly build your portfolio. | \u003ca href\u003d\"\"\u003eQuick deploy link to come!\u003c/a\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":38,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027addingNavigationButtons\u0027, \u0027\u0027) }}"}],"authorContributionMap":{"jingting1412":1,"KevinEyo1":1,"-":36}},{"path":"docs/userGuide/troubleshooting.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Troubleshooting\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title | safe }}\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":7,"author":{"gitId":"-"},"content":" pageNav: 5"},{"lineNumber":8,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"# {{ title | safe }}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"##### HTML Rendering Issues"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"Unexpected behavior can occur in rendered pages due to a number of different reasons. One of these reasons is when the rendered pages are not valid HTML."},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"Incorrect HTML markup can be due to:"},{"lineNumber":17,"author":{"gitId":"-"},"content":"- nesting block-level elements inside `\u003cp\u003e` or `\u003cspan\u003e` elements"},{"lineNumber":18,"author":{"gitId":"-"},"content":"- missing `\u003ctbody\u003e` tags"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"###### Example: block-level elements inside `\u003cspan\u003e` elements"},{"lineNumber":21,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":22,"author":{"gitId":"-"},"content":""},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"example\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"Animal | Trainable? | Price | Remarks"},{"lineNumber":26,"author":{"gitId":"-"},"content":":------|:----------:|------:|--------"},{"lineNumber":27,"author":{"gitId":"-"},"content":"Ants | no | 5 |"},{"lineNumber":28,"author":{"gitId":"-"},"content":"Bees | no | 20 |"},{"lineNumber":29,"author":{"gitId":"-"},"content":"Cats | yes | 100 |"},{"lineNumber":30,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":"```"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"The table specified by the Markdown syntax above will be rendered as a block-level element, which will be included in a inline span element. This makes the HTML output invalid."},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Underlying Error (Example)\" type\u003d\"seamless\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"```"},{"lineNumber":38,"author":{"gitId":"-"},"content":"vue.js:634 [Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content."},{"lineNumber":39,"author":{"gitId":"-"},"content":"This is likely caused by incorrect HTML markup, for example nesting block-level elements inside `\u003cp\u003e`,"},{"lineNumber":40,"author":{"gitId":"-"},"content":"or missing `\u003ctbody\u003e`."},{"lineNumber":41,"author":{"gitId":"-"},"content":"Bailing hydration and performing full client-side render."},{"lineNumber":42,"author":{"gitId":"-"},"content":"```"},{"lineNumber":43,"author":{"gitId":"-"},"content":"See [SSR guide for Vue](https://vuejs.org/guide/scaling-up/ssr.html#hydration-mismatch) for more details on hydration mismatch."},{"lineNumber":44,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"A possible fix for the above situation is to wrap the table in a `\u003cdiv\u003e` element instead:"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"example\"\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":""},{"lineNumber":52,"author":{"gitId":"-"},"content":"Animal | Trainable? | Price | Remarks"},{"lineNumber":53,"author":{"gitId":"-"},"content":":------|:----------:|------:|--------"},{"lineNumber":54,"author":{"gitId":"-"},"content":"Ants | no | 5 |"},{"lineNumber":55,"author":{"gitId":"-"},"content":"Bees | no | 20 |"},{"lineNumber":56,"author":{"gitId":"-"},"content":"Cats | yes | 100 |"},{"lineNumber":57,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":"```"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":"##### Markdown Rendering Issues"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":"If you encounter issues in rendering Markdown in a component, it is likely that the Markdown is not being properly recognized due to syntax errors. Signposting is required to inform Markdown to parse the content of a presentation component as Markdown rather than plain text."},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":"You could signpost Markdown either by:"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":"- using the `\u003cmarkdown\u003e`(block level elements) or `\u003cmd\u003e`(inline level elements) tags to wrap the Markdown content."},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":"- using an empty line without any indentation before the Markdown content"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":"###### Example: correct Markdown rendering using tags or newline:"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":"**Example1**"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e "},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":"\u003cmd\u003e **Example2** \u003c/md\u003e "},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e "},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":"\u003cmarkdown\u003e **Example3** \u003c/markdown\u003e "},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":"\u003c/box\u003e"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":"\u003cpanel header\u003d\"###### Example: Markdown not rendered without singposting\" type\u003d\"seamless\"\u003e"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"codeAndOutput.md\" boilerplate \u003e"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"highlightStyle\"\u003ehtml\u003c/variable\u003e"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":"\u003cvariable name\u003d\"code\"\u003e"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":"\u003cbox\u003e **This will be rendered as plain text**\u003c/box\u003e"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":"\u003c/variable\u003e"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":"\u003c/include\u003e"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"-":58,"yiwen101":38}},{"path":"docs/userGuide/usingComponents.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{% set title \u003d \"Using Components\" %}"},{"lineNumber":2,"author":{"gitId":"-"},"content":"{% set filename \u003d \"usingComponents\" %}"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"title\" class\u003d\"d-none\"\u003e{{ title }}\u003c/span\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" title: \"User Guide: {{ title }}\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" layout: userGuide.md"},{"lineNumber":8,"author":{"gitId":"-"},"content":" pageNav: 3"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cspan id\u003d\"link\" class\u003d\"d-none\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":"\u003cmd\u003e[_User Guide → {{ title }}_]({{ filename }}.html)\u003c/md\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":"\u003c/span\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"# Using Components"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"overview\" class\u003d\"lead\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"**MarkBind provides a number of components** (e.g., expandable panels, tabbed displays, navigation bars, etc.) that you can use to enhance the appearance/behavior of your pages."},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"To use a component, just use the corresponding markup in your file. For example, to create a Panel, you just need to use the markup:"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"```html"},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Click to expand\" type\u003d\"seamless\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" Panel Content."},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":"```"},{"lineNumber":29,"author":{"gitId":"-"},"content":""},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"{% from \"userGuide/syntax/fullSyntaxSet.njk\" import syntax_topics as topics %}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"{% macro show_topic(filename) %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"./syntax/{{ filename }}.md\" /\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":"\u003chr\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":"{% endmacro %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":""},{"lineNumber":37,"author":{"gitId":"-"},"content":"{% for k,v in topics %}"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" {% if \u0027component\u0027 in v[2] %}"},{"lineNumber":39,"author":{"gitId":"-"},"content":"{{ show_topic(k) }}"},{"lineNumber":40,"author":{"gitId":"-"},"content":" {% endif %}"},{"lineNumber":41,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cbr\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"{% from \"njk/common.njk\" import previous_next %}"},{"lineNumber":46,"author":{"gitId":"-"},"content":"{{ previous_next(\u0027formattingContents\u0027, \u0027components/presentation\u0027) }}"}],"authorContributionMap":{"jingting1412":2,"-":44}},{"path":"package.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"name\": \"root\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"private\": true,"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"workspaces\": [\"packages/*\"],"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"scripts\": {"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"prebuild:backend\": \"npm run clean\","},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"build:backend\": \"tsc --noEmitOnError\","},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"build:web\": \"cd packages/core-web \u0026\u0026 npm run build\","},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"build:dg\": \"cd docs \u0026\u0026 ../packages/cli/index.js build -s dg-site.json\","},{"lineNumber":10,"author":{"gitId":"-"},"content":" \"build:ug\": \"cd docs \u0026\u0026 ../packages/cli/index.js build -s ug-site.json\","},{"lineNumber":11,"author":{"gitId":"-"},"content":" \"build:docs\": \"cd docs \u0026\u0026 node ../packages/cli/index.js build --baseUrl\","},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"deploy:dg\": \"cd docs \u0026\u0026 ../packages/cli/index.js deploy -s dg-site.json --ci\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"deploy:ug\": \"cd docs \u0026\u0026 ../packages/cli/index.js deploy -s ug-site.json --ci\","},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"deploy:netlify\": \"npm run setup \u0026\u0026 npm run build:web \u0026\u0026 cd docs \u0026\u0026 node ../packages/cli/index.js build --baseUrl\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"clean\": \"node ./scripts/clean.js\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"csslint\": \"stylelint **/*.css **/*.vue\","},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"csslintfix\": \"stylelint **/*.css **/*.vue --fix\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"dev\": \"tsc --watch\","},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"lint\": \"eslint . --ext .js,.ts,.vue \u0026\u0026 npm run csslint\","},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"lintfix\": \"eslint . --ext .js,.ts,.vue --fix \u0026\u0026 npm run csslintfix\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"setup\": \"npm ci \u0026\u0026 npm run clean \u0026\u0026 lerna run prepare\","},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"test\": \"npm run lint \u0026\u0026 lerna run test --stream --parallel\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"updatetest\": \"lerna run updatetest --stream --parallel\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" },"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"devDependencies\": {"},{"lineNumber":26,"author":{"gitId":"LamJiuFong"},"content":" \"@stylistic/stylelint-plugin\": \"^2.1.0\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"@types/node\": \"^18.15.0\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"@typescript-eslint/eslint-plugin\": \"^5.16.0\","},{"lineNumber":29,"author":{"gitId":"-"},"content":" \"@typescript-eslint/parser\": \"^5.16.0\","},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"eslint\": \"^7.32.0\","},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"eslint-config-airbnb-base\": \"^15.0.0\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"eslint-config-airbnb-typescript\": \"^16.1.4\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"eslint-plugin-import\": \"^2.25.2\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"eslint-plugin-lodash\": \"^7.2.0\","},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"lerna\": \"^6.5.1\","},{"lineNumber":36,"author":{"gitId":"LamJiuFong"},"content":" \"stylelint\": \"^16.2.1\","},{"lineNumber":37,"author":{"gitId":"LamJiuFong"},"content":" \"stylelint-config-recommended-vue\": \"^1.5.0\","},{"lineNumber":38,"author":{"gitId":"LamJiuFong"},"content":" \"stylelint-config-standard\": \"^36.0.0\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"typescript\": \"^4.6.2\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"walk-sync\": \"^2.0.2\""},{"lineNumber":41,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":42,"author":{"gitId":"LamJiuFong"},"content":" \"dependencies\": {"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-icons\": \"^1.11.3\","},{"lineNumber":44,"author":{"gitId":"LamJiuFong"},"content":" \"postcss\": \"^8.4.35\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" }"},{"lineNumber":46,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":7,"-":38,"yiwen101":1}},{"path":"packages/cli/index.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"#!/usr/bin/env node"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"// Entry file for MarkBind project"},{"lineNumber":4,"author":{"gitId":"-"},"content":"const program \u003d require(\u0027commander\u0027);"},{"lineNumber":5,"author":{"gitId":"-"},"content":""},{"lineNumber":6,"author":{"gitId":"-"},"content":"const logger \u003d require(\u0027./src/util/logger\u0027);"},{"lineNumber":7,"author":{"gitId":"-"},"content":"const { build } \u003d require(\u0027./src/cmd/build\u0027);"},{"lineNumber":8,"author":{"gitId":"-"},"content":"const { deploy } \u003d require(\u0027./src/cmd/deploy\u0027);"},{"lineNumber":9,"author":{"gitId":"-"},"content":"const { init } \u003d require(\u0027./src/cmd/init\u0027);"},{"lineNumber":10,"author":{"gitId":"-"},"content":"const { serve } \u003d require(\u0027./src/cmd/serve\u0027);"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"const CLI_VERSION \u003d require(\u0027./package.json\u0027).version;"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":"process.title \u003d \u0027MarkBind\u0027;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"process.stdout.write("},{"lineNumber":16,"author":{"gitId":"-"},"content":" `${String.fromCharCode(27)}]0; MarkBind${String.fromCharCode(7)}`,"},{"lineNumber":17,"author":{"gitId":"-"},"content":");"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"function printHeader() {"},{"lineNumber":20,"author":{"gitId":"-"},"content":" logger.logo();"},{"lineNumber":21,"author":{"gitId":"-"},"content":" logger.log(` v${CLI_VERSION}`);"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"program"},{"lineNumber":25,"author":{"gitId":"-"},"content":" .addHelpText(\u0027beforeAll\u0027, printHeader())"},{"lineNumber":26,"author":{"gitId":"-"},"content":" .showHelpAfterError(\u0027(run \"markbind --help\" to list commands)\u0027);"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"program"},{"lineNumber":29,"author":{"gitId":"-"},"content":" .allowUnknownOption()"},{"lineNumber":30,"author":{"gitId":"-"},"content":" .usage(\u0027\u003ccommand\u003e\u0027);"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"program"},{"lineNumber":33,"author":{"gitId":"-"},"content":" .name(\u0027markbind\u0027)"},{"lineNumber":34,"author":{"gitId":"-"},"content":" .version(CLI_VERSION);"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"program"},{"lineNumber":37,"author":{"gitId":"-"},"content":" .command(\u0027init [root]\u0027)"},{"lineNumber":38,"author":{"gitId":"-"},"content":" .option(\u0027-c, --convert\u0027, \u0027convert a GitHub wiki or docs folder to a MarkBind website\u0027)"},{"lineNumber":39,"author":{"gitId":"-"},"content":" .option(\u0027-t, --template \u003ctype\u003e\u0027, \u0027initialise markbind with a specified template\u0027, \u0027default\u0027)"},{"lineNumber":40,"author":{"gitId":"-"},"content":" .alias(\u0027i\u0027)"},{"lineNumber":41,"author":{"gitId":"-"},"content":" .description(\u0027init a markbind website project\u0027)"},{"lineNumber":42,"author":{"gitId":"-"},"content":" .action((root, options) \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" init(root, options);"},{"lineNumber":44,"author":{"gitId":"-"},"content":" });"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"program"},{"lineNumber":47,"author":{"gitId":"-"},"content":" .command(\u0027serve [root]\u0027)"},{"lineNumber":48,"author":{"gitId":"-"},"content":" .alias(\u0027s\u0027)"},{"lineNumber":49,"author":{"gitId":"-"},"content":" .option(\u0027-f, --force-reload\u0027, \u0027force a full reload of all site files when a file is changed\u0027)"},{"lineNumber":50,"author":{"gitId":"-"},"content":" .option(\u0027-n, --no-open\u0027, \u0027do not automatically open the site in browser\u0027)"},{"lineNumber":51,"author":{"gitId":"-"},"content":" .option(\u0027-o, --one-page [file]\u0027, \u0027build and serve only a single page in the site initially,\u0027"},{"lineNumber":52,"author":{"gitId":"-"},"content":" + \u0027building more pages when they are navigated to. Also lazily rebuilds only the page being viewed when\u0027"},{"lineNumber":53,"author":{"gitId":"-"},"content":" + \u0027there are changes to the source files (if needed), building others when navigated to\u0027)"},{"lineNumber":54,"author":{"gitId":"-"},"content":" .option(\u0027-b, --background-build\u0027, \u0027when --one-page is specified, enhances one-page serve by building\u0027"},{"lineNumber":55,"author":{"gitId":"-"},"content":" + \u0027remaining pages in the background\u0027)"},{"lineNumber":56,"author":{"gitId":"-"},"content":" .option(\u0027-p, --port \u003cport\u003e\u0027, \u0027port for server to listen on (Default is 8080)\u0027)"},{"lineNumber":57,"author":{"gitId":"-"},"content":" .option(\u0027-s, --site-config \u003cfile\u003e\u0027, \u0027specify the site config file (default: site.json)\u0027)"},{"lineNumber":58,"author":{"gitId":"-"},"content":" .option(\u0027-d, --dev\u0027, \u0027development mode, enabling live \u0026 hot reload for frontend source files.\u0027)"},{"lineNumber":59,"author":{"gitId":"LamJiuFong"},"content":" .option(\u0027-a, --address \u003caddress\u003e\u0027, \u0027specify the server address/host (Default is 127.0.0.1)\u0027)"},{"lineNumber":60,"author":{"gitId":"-"},"content":" .description(\u0027build then serve a website from a directory\u0027)"},{"lineNumber":61,"author":{"gitId":"-"},"content":" .action((userSpecifiedRoot, options) \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" serve(userSpecifiedRoot, options);"},{"lineNumber":63,"author":{"gitId":"-"},"content":" });"},{"lineNumber":64,"author":{"gitId":"-"},"content":""},{"lineNumber":65,"author":{"gitId":"-"},"content":"program"},{"lineNumber":66,"author":{"gitId":"-"},"content":" .command(\u0027build [root] [output]\u0027)"},{"lineNumber":67,"author":{"gitId":"-"},"content":" .alias(\u0027b\u0027)"},{"lineNumber":68,"author":{"gitId":"-"},"content":" .option(\u0027--baseUrl [baseUrl]\u0027,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" \u0027optional flag which overrides baseUrl in site.json, leave argument empty for empty baseUrl\u0027)"},{"lineNumber":70,"author":{"gitId":"-"},"content":" .option(\u0027-s, --site-config \u003cfile\u003e\u0027, \u0027specify the site config file (default: site.json)\u0027)"},{"lineNumber":71,"author":{"gitId":"-"},"content":" .description(\u0027build a website\u0027)"},{"lineNumber":72,"author":{"gitId":"-"},"content":" .action((userSpecifiedRoot, output, options) \u003d\u003e {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" build(userSpecifiedRoot, output, options);"},{"lineNumber":74,"author":{"gitId":"-"},"content":" });"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"program"},{"lineNumber":77,"author":{"gitId":"-"},"content":" .command(\u0027deploy [root]\u0027)"},{"lineNumber":78,"author":{"gitId":"-"},"content":" .alias(\u0027d\u0027)"},{"lineNumber":79,"author":{"gitId":"-"},"content":" .option(\u0027-c, --ci [githubTokenName]\u0027, \u0027deploy the site in CI Environment [GITHUB_TOKEN]\u0027)"},{"lineNumber":80,"author":{"gitId":"-"},"content":" .option(\u0027-n, --no-build\u0027, \u0027do not automatically build the site before deployment\u0027)"},{"lineNumber":81,"author":{"gitId":"-"},"content":" .option(\u0027-s, --site-config \u003cfile\u003e\u0027, \u0027specify the site config file (default: site.json)\u0027)"},{"lineNumber":82,"author":{"gitId":"-"},"content":" .description(\u0027deploy the latest build of the site to the repo\\\u0027s Github pages\u0027)"},{"lineNumber":83,"author":{"gitId":"-"},"content":" .action((userSpecifiedRoot, options) \u003d\u003e {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" deploy(userSpecifiedRoot, options);"},{"lineNumber":85,"author":{"gitId":"-"},"content":" });"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"program.parse(process.argv);"}],"authorContributionMap":{"LamJiuFong":1,"-":86}},{"path":"packages/cli/src/cmd/serve.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"const chokidar \u003d require(\u0027chokidar\u0027);"},{"lineNumber":2,"author":{"gitId":"-"},"content":"const path \u003d require(\u0027path\u0027);"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":"const readline \u003d require(\u0027readline\u0027);"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"const { Site } \u003d require(\u0027@markbind/core\u0027);"},{"lineNumber":6,"author":{"gitId":"-"},"content":"const { pageVueServerRenderer } \u003d require(\u0027@markbind/core/src/Page/PageVueServerRenderer\u0027);"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":"const fsUtil \u003d require(\u0027@markbind/core/src/utils/fsUtil\u0027);"},{"lineNumber":9,"author":{"gitId":"-"},"content":"const { INDEX_MARKDOWN_FILE } \u003d require(\u0027@markbind/core/src/Site/constants\u0027);"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"const cliUtil \u003d require(\u0027../util/cliUtil\u0027);"},{"lineNumber":12,"author":{"gitId":"-"},"content":"const liveServer \u003d require(\u0027../lib/live-server\u0027);"},{"lineNumber":13,"author":{"gitId":"-"},"content":"const logger \u003d require(\u0027../util/logger\u0027);"},{"lineNumber":14,"author":{"gitId":"-"},"content":"const {"},{"lineNumber":15,"author":{"gitId":"-"},"content":" addHandler,"},{"lineNumber":16,"author":{"gitId":"-"},"content":" changeHandler,"},{"lineNumber":17,"author":{"gitId":"-"},"content":" lazyReloadMiddleware,"},{"lineNumber":18,"author":{"gitId":"-"},"content":" removeHandler,"},{"lineNumber":19,"author":{"gitId":"-"},"content":"} \u003d require(\u0027../util/serveUtil\u0027);"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"LamJiuFong"},"content":"function isIPAddressZero(address) {"},{"lineNumber":22,"author":{"gitId":"LamJiuFong"},"content":" const patternForZero \u003d /^0(\\.0)*$/;"},{"lineNumber":23,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":24,"author":{"gitId":"LamJiuFong"},"content":" return patternForZero.test(address);"},{"lineNumber":25,"author":{"gitId":"LamJiuFong"},"content":"}"},{"lineNumber":26,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":27,"author":{"gitId":"LamJiuFong"},"content":"function questionAsync(question) {"},{"lineNumber":28,"author":{"gitId":"LamJiuFong"},"content":" const readlineInterface \u003d readline.createInterface({ input: process.stdin, output: process.stdout });"},{"lineNumber":29,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":30,"author":{"gitId":"LamJiuFong"},"content":" return new Promise((resolve) \u003d\u003e {"},{"lineNumber":31,"author":{"gitId":"LamJiuFong"},"content":" readlineInterface.question(question, (response) \u003d\u003e {"},{"lineNumber":32,"author":{"gitId":"LamJiuFong"},"content":" readlineInterface.close();"},{"lineNumber":33,"author":{"gitId":"LamJiuFong"},"content":" resolve(response);"},{"lineNumber":34,"author":{"gitId":"LamJiuFong"},"content":" });"},{"lineNumber":35,"author":{"gitId":"LamJiuFong"},"content":" });"},{"lineNumber":36,"author":{"gitId":"LamJiuFong"},"content":"}"},{"lineNumber":37,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"function serve(userSpecifiedRoot, options) {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" if (options.dev) {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" logger.useDebugConsole();"},{"lineNumber":41,"author":{"gitId":"-"},"content":" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":" let rootFolder;"},{"lineNumber":44,"author":{"gitId":"-"},"content":" try {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" rootFolder \u003d cliUtil.findRootFolder(userSpecifiedRoot, options.siteConfig);"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":" if (options.forceReload \u0026\u0026 options.onePage) {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" logger.error(\u0027Oops! You shouldn\\\u0027t need to use the --force-reload option with --one-page.\u0027);"},{"lineNumber":49,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" process.exit();"},{"lineNumber":51,"author":{"gitId":"-"},"content":" }"},{"lineNumber":52,"author":{"gitId":"-"},"content":" } catch (error) {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" logger.error(error.message);"},{"lineNumber":54,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" const logsFolder \u003d path.join(rootFolder, \u0027_markbind/logs\u0027);"},{"lineNumber":58,"author":{"gitId":"-"},"content":" const outputFolder \u003d path.join(rootFolder, \u0027_site\u0027);"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":" const presentDefaultFile \u003d fsUtil.fileExists(INDEX_MARKDOWN_FILE) ? INDEX_MARKDOWN_FILE : false;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" if (options.onePage \u003d\u003d\u003d true \u0026\u0026 !presentDefaultFile) {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" logger.error(\u0027Oops! It seems that you didn\\\u0027t have the default file index.md.\u0027);"},{"lineNumber":63,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" process.exit();"},{"lineNumber":65,"author":{"gitId":"-"},"content":" }"},{"lineNumber":66,"author":{"gitId":"-"},"content":" let onePagePath \u003d options.onePage \u003d\u003d\u003d true ? presentDefaultFile : options.onePage;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" onePagePath \u003d onePagePath ? fsUtil.ensurePosix(onePagePath) : onePagePath;"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":" const reloadAfterBackgroundBuild \u003d () \u003d\u003e {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" logger.info(\u0027All opened pages will be reloaded.\u0027);"},{"lineNumber":71,"author":{"gitId":"-"},"content":" liveServer.reloadActiveTabs();"},{"lineNumber":72,"author":{"gitId":"-"},"content":" };"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":" const site \u003d new Site(rootFolder, outputFolder, onePagePath,"},{"lineNumber":75,"author":{"gitId":"-"},"content":" options.forceReload, options.siteConfig, options.dev,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" options.backgroundBuild, reloadAfterBackgroundBuild);"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":" // server config"},{"lineNumber":79,"author":{"gitId":"-"},"content":" const serverConfig \u003d {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" open: options.open,"},{"lineNumber":81,"author":{"gitId":"-"},"content":" logLevel: 0,"},{"lineNumber":82,"author":{"gitId":"-"},"content":" root: outputFolder,"},{"lineNumber":83,"author":{"gitId":"-"},"content":" port: options.port || 8080,"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" host: options.address || \u0027127.0.0.1\u0027,"},{"lineNumber":85,"author":{"gitId":"-"},"content":" middleware: [],"},{"lineNumber":86,"author":{"gitId":"-"},"content":" mount: [],"},{"lineNumber":87,"author":{"gitId":"-"},"content":" };"},{"lineNumber":88,"author":{"gitId":"-"},"content":""},{"lineNumber":89,"author":{"gitId":"-"},"content":" site"},{"lineNumber":90,"author":{"gitId":"-"},"content":" .readSiteConfig()"},{"lineNumber":91,"author":{"gitId":"-"},"content":" .then(async (config) \u003d\u003e {"},{"lineNumber":92,"author":{"gitId":"LamJiuFong"},"content":" if (isIPAddressZero(serverConfig.host)) {"},{"lineNumber":93,"author":{"gitId":"LamJiuFong"},"content":" const response \u003d await questionAsync("},{"lineNumber":94,"author":{"gitId":"LamJiuFong"},"content":" \u0027WARNING: Using the address \\\u00270.0.0.0\\\u0027 could potentially expose your server to the internet, \u0027"},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":" + \u0027which may pose security risks. \\n\u0027"},{"lineNumber":96,"author":{"gitId":"LamJiuFong"},"content":" + \u0027Proceed with caution? [y/N] \u0027);"},{"lineNumber":97,"author":{"gitId":"LamJiuFong"},"content":" if (response.toLowerCase() \u003d\u003d\u003d \u0027y\u0027) {"},{"lineNumber":98,"author":{"gitId":"LamJiuFong"},"content":" logger.info(\u0027Proceeding to generate website\u0027);"},{"lineNumber":99,"author":{"gitId":"LamJiuFong"},"content":" } else {"},{"lineNumber":100,"author":{"gitId":"LamJiuFong"},"content":" logger.info(\u0027Website generation is cancelled.\u0027);"},{"lineNumber":101,"author":{"gitId":"LamJiuFong"},"content":" process.exit();"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":" }"},{"lineNumber":103,"author":{"gitId":"LamJiuFong"},"content":" }"},{"lineNumber":104,"author":{"gitId":"LamJiuFong"},"content":""},{"lineNumber":105,"author":{"gitId":"-"},"content":" serverConfig.mount.push([config.baseUrl || \u0027/\u0027, outputFolder]);"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" if (options.dev) {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" // eslint-disable-next-line global-require"},{"lineNumber":109,"author":{"gitId":"-"},"content":" const webpackDevConfig \u003d require(\u0027@markbind/core-web/webpack.dev\u0027);"},{"lineNumber":110,"author":{"gitId":"-"},"content":" await webpackDevConfig.serverEntry(pageVueServerRenderer.updateMarkBindVueBundle, rootFolder);"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":" const getMiddlewares \u003d webpackDevConfig.clientEntry;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" getMiddlewares(`${config.baseUrl}/markbind`)"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .forEach(middleware \u003d\u003e serverConfig.middleware.push(middleware));"},{"lineNumber":115,"author":{"gitId":"-"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":" if (onePagePath) {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" const onePageHtmlUrl \u003d `${config.baseUrl}/${onePagePath.replace(/\\.md$/, \u0027.html\u0027)}`;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" serverConfig.open \u003d serverConfig.open \u0026\u0026 onePageHtmlUrl;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" serverConfig.middleware.push(lazyReloadMiddleware(site, rootFolder, config));"},{"lineNumber":121,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" serverConfig.open \u003d serverConfig.open \u0026\u0026 `${config.baseUrl}/`;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":" return site.generate();"},{"lineNumber":126,"author":{"gitId":"-"},"content":" })"},{"lineNumber":127,"author":{"gitId":"-"},"content":" .then(() \u003d\u003e {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" const watcher \u003d chokidar.watch(rootFolder, {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" ignored: ["},{"lineNumber":130,"author":{"gitId":"-"},"content":" logsFolder,"},{"lineNumber":131,"author":{"gitId":"-"},"content":" outputFolder,"},{"lineNumber":132,"author":{"gitId":"-"},"content":" /(^|[/\\\\])\\../,"},{"lineNumber":133,"author":{"gitId":"-"},"content":" x \u003d\u003e x.endsWith(\u0027___jb_tmp___\u0027), x \u003d\u003e x.endsWith(\u0027___jb_old___\u0027), // IDE temp files"},{"lineNumber":134,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":135,"author":{"gitId":"-"},"content":" ignoreInitial: true,"},{"lineNumber":136,"author":{"gitId":"-"},"content":" });"},{"lineNumber":137,"author":{"gitId":"-"},"content":" watcher"},{"lineNumber":138,"author":{"gitId":"-"},"content":" .on(\u0027add\u0027, addHandler(site, onePagePath))"},{"lineNumber":139,"author":{"gitId":"-"},"content":" .on(\u0027change\u0027, changeHandler(site, onePagePath))"},{"lineNumber":140,"author":{"gitId":"-"},"content":" .on(\u0027unlink\u0027, removeHandler(site, onePagePath));"},{"lineNumber":141,"author":{"gitId":"-"},"content":" })"},{"lineNumber":142,"author":{"gitId":"-"},"content":" .then(() \u003d\u003e {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" const server \u003d liveServer.start(serverConfig);"},{"lineNumber":144,"author":{"gitId":"-"},"content":" server.addListener(\u0027listening\u0027, () \u003d\u003e {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" const address \u003d server.address();"},{"lineNumber":146,"author":{"gitId":"LamJiuFong"},"content":" const serveHost \u003d address.address;"},{"lineNumber":147,"author":{"gitId":"LamJiuFong"},"content":" const servePort \u003d address.port;"},{"lineNumber":148,"author":{"gitId":"LamJiuFong"},"content":" const serveURL \u003d `http://${serveHost}:${servePort}`;"},{"lineNumber":149,"author":{"gitId":"-"},"content":" logger.info(`Serving \"${outputFolder}\" at ${serveURL}`);"},{"lineNumber":150,"author":{"gitId":"-"},"content":" logger.info(\u0027Press CTRL+C to stop ...\u0027);"},{"lineNumber":151,"author":{"gitId":"-"},"content":" });"},{"lineNumber":152,"author":{"gitId":"-"},"content":" })"},{"lineNumber":153,"author":{"gitId":"-"},"content":" .catch((error) \u003d\u003e {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" logger.error(error.message);"},{"lineNumber":155,"author":{"gitId":"-"},"content":" process.exitCode \u003d 1;"},{"lineNumber":156,"author":{"gitId":"-"},"content":" });"},{"lineNumber":157,"author":{"gitId":"-"},"content":"}"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"module.exports \u003d {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" serve,"},{"lineNumber":161,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"LamJiuFong":35,"-":126}},{"path":"packages/cli/src/lib/live-server/index.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"#!/usr/bin/env node"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"/*"},{"lineNumber":4,"author":{"gitId":"-"},"content":" * Patch for live-server to expose websocket clients for external use in order to keep track"},{"lineNumber":5,"author":{"gitId":"-"},"content":" * of opened tabs."},{"lineNumber":6,"author":{"gitId":"-"},"content":" *"},{"lineNumber":7,"author":{"gitId":"-"},"content":" * live-server locally keeps track of opened client websockets in order for it to be able"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * to perform live reload whenever there are changes in the watched directory. However, the"},{"lineNumber":9,"author":{"gitId":"-"},"content":" * clients list is stored internally."},{"lineNumber":10,"author":{"gitId":"-"},"content":" *"},{"lineNumber":11,"author":{"gitId":"-"},"content":" * This patch allows us to gain access to the information that can be gathered with the client"},{"lineNumber":12,"author":{"gitId":"-"},"content":" * websockets, which in turn enables the support for multiple-tab development."},{"lineNumber":13,"author":{"gitId":"-"},"content":" *"},{"lineNumber":14,"author":{"gitId":"-"},"content":" * Patch is written against live-server v1.2.1"},{"lineNumber":15,"author":{"gitId":"-"},"content":" * The **only** changes are prefaced with a CHANGED comment"},{"lineNumber":16,"author":{"gitId":"-"},"content":" */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"var fs \u003d require(\u0027fs\u0027),"},{"lineNumber":19,"author":{"gitId":"-"},"content":" connect \u003d require(\u0027connect\u0027),"},{"lineNumber":20,"author":{"gitId":"-"},"content":" serveIndex \u003d require(\u0027serve-index\u0027),"},{"lineNumber":21,"author":{"gitId":"-"},"content":" logger \u003d require(\u0027morgan\u0027),"},{"lineNumber":22,"author":{"gitId":"-"},"content":" WebSocket \u003d require(\u0027faye-websocket\u0027),"},{"lineNumber":23,"author":{"gitId":"-"},"content":" path \u003d require(\u0027path\u0027),"},{"lineNumber":24,"author":{"gitId":"-"},"content":" parse \u003d require(\u0027url-parse\u0027),"},{"lineNumber":25,"author":{"gitId":"-"},"content":" http \u003d require(\u0027http\u0027),"},{"lineNumber":26,"author":{"gitId":"-"},"content":" send \u003d require(\u0027send\u0027),"},{"lineNumber":27,"author":{"gitId":"-"},"content":" open \u003d require(\u0027opn\u0027),"},{"lineNumber":28,"author":{"gitId":"-"},"content":" es \u003d require(\"event-stream\"),"},{"lineNumber":29,"author":{"gitId":"-"},"content":" os \u003d require(\u0027os\u0027),"},{"lineNumber":30,"author":{"gitId":"-"},"content":" chokidar \u003d require(\u0027chokidar\u0027),"},{"lineNumber":31,"author":{"gitId":"-"},"content":" // CHANGED: added MarkBind\u0027s core fsUtil package"},{"lineNumber":32,"author":{"gitId":"-"},"content":" fsUtil \u003d require(\u0027@markbind/core/src/utils/fsUtil\u0027);"},{"lineNumber":33,"author":{"gitId":"-"},"content":"require(\u0027colors\u0027);"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"// CHANGED: added absolute path that directs to the live-server directory"},{"lineNumber":36,"author":{"gitId":"-"},"content":"const pathToLiveServerDir \u003d path.dirname(require.resolve(\u0027live-server\u0027));"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"// CHANGED: correctly resolve to the live-server directory"},{"lineNumber":39,"author":{"gitId":"-"},"content":"var INJECTED_CODE \u003d fs.readFileSync(path.join(pathToLiveServerDir, \"injected.html\"), \"utf8\");"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"var LiveServer \u003d {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" server: null,"},{"lineNumber":43,"author":{"gitId":"-"},"content":" watcher: null,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" logLevel: 2,"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" // CHANGED: added properties relevant to MarkBind live-preview"},{"lineNumber":47,"author":{"gitId":"-"},"content":" activeTabs: [],"},{"lineNumber":48,"author":{"gitId":"-"},"content":" baseUrl: \u0027\u0027,"},{"lineNumber":49,"author":{"gitId":"-"},"content":"};"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"function escape(html){"},{"lineNumber":52,"author":{"gitId":"-"},"content":" return String(html)"},{"lineNumber":53,"author":{"gitId":"-"},"content":" .replace(/\u0026(?!\\w+;)/g, \u0027\u0026amp;\u0027)"},{"lineNumber":54,"author":{"gitId":"-"},"content":" .replace(/\u003c/g, \u0027\u0026lt;\u0027)"},{"lineNumber":55,"author":{"gitId":"-"},"content":" .replace(/\u003e/g, \u0027\u0026gt;\u0027)"},{"lineNumber":56,"author":{"gitId":"-"},"content":" .replace(/\"/g, \u0027\u0026quot;\u0027);"},{"lineNumber":57,"author":{"gitId":"-"},"content":"}"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":"// Based on connect.static(), but streamlined and with added code injecter"},{"lineNumber":60,"author":{"gitId":"-"},"content":"function staticServer(root) {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" var isFile \u003d false;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" try { // For supporting mounting files instead of just directories"},{"lineNumber":63,"author":{"gitId":"-"},"content":" isFile \u003d fs.statSync(root).isFile();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" } catch (e) {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" if (e.code !\u003d\u003d \"ENOENT\") throw e;"},{"lineNumber":66,"author":{"gitId":"-"},"content":" }"},{"lineNumber":67,"author":{"gitId":"-"},"content":" return function(req, res, next) {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" if (req.method !\u003d\u003d \u0027GET\u0027 \u0026\u0026 req.method !\u003d\u003d \u0027HEAD\u0027) return next();"},{"lineNumber":69,"author":{"gitId":"-"},"content":" const reqpath \u003d isFile ? \"\" : parse(req.url).pathname;"},{"lineNumber":70,"author":{"gitId":"-"},"content":" var hasNoOrigin \u003d !req.headers.origin;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" var injectCandidates \u003d [ new RegExp(\"\u003c/body\u003e\", \"i\"), new RegExp(\"\u003c/svg\u003e\"), new RegExp(\"\u003c/head\u003e\", \"i\")];"},{"lineNumber":72,"author":{"gitId":"-"},"content":" var injectTag \u003d null;"},{"lineNumber":73,"author":{"gitId":"-"},"content":""},{"lineNumber":74,"author":{"gitId":"-"},"content":" function directory() {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" var pathname \u003d parse(req.url).pathname;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" res.statusCode \u003d 301;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" res.setHeader(\u0027Location\u0027, pathname + \u0027/\u0027);"},{"lineNumber":78,"author":{"gitId":"-"},"content":" res.end(\u0027Redirecting to \u0027 + escape(pathname) + \u0027/\u0027);"},{"lineNumber":79,"author":{"gitId":"-"},"content":" }"},{"lineNumber":80,"author":{"gitId":"-"},"content":""},{"lineNumber":81,"author":{"gitId":"-"},"content":" function file(filepath /*, stat*/) {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" var x \u003d path.extname(filepath).toLocaleLowerCase(), match,"},{"lineNumber":83,"author":{"gitId":"-"},"content":" possibleExtensions \u003d [ \"\", \".html\", \".htm\", \".xhtml\", \".php\", \".svg\" ];"},{"lineNumber":84,"author":{"gitId":"-"},"content":" if (hasNoOrigin \u0026\u0026 (possibleExtensions.indexOf(x) \u003e -1)) {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" // TODO: Sync file read here is not nice, but we need to determine if the html should be injected or not"},{"lineNumber":86,"author":{"gitId":"-"},"content":" var contents \u003d fs.readFileSync(filepath, \"utf8\");"},{"lineNumber":87,"author":{"gitId":"-"},"content":" for (var i \u003d 0; i \u003c injectCandidates.length; ++i) {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" match \u003d injectCandidates[i].exec(contents);"},{"lineNumber":89,"author":{"gitId":"-"},"content":" if (match) {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" injectTag \u003d match[0];"},{"lineNumber":91,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":92,"author":{"gitId":"-"},"content":" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":" }"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":" if (injectTag \u003d\u003d\u003d null \u0026\u0026 LiveServer.logLevel \u003e\u003d 3) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" console.warn(\"Failed to inject refresh script!\".yellow,"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \"Couldn\u0027t find any of the tags \", injectCandidates, \"from\", filepath);"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":""},{"lineNumber":102,"author":{"gitId":"-"},"content":" function error(err) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" if (err.status \u003d\u003d\u003d 404) return next();"},{"lineNumber":104,"author":{"gitId":"-"},"content":" next(err);"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" function inject(stream) {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" if (injectTag) {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" // We need to modify the length given to browser"},{"lineNumber":110,"author":{"gitId":"-"},"content":" var len \u003d INJECTED_CODE.length + res.getHeader(\u0027Content-Length\u0027);"},{"lineNumber":111,"author":{"gitId":"-"},"content":" res.setHeader(\u0027Content-Length\u0027, len);"},{"lineNumber":112,"author":{"gitId":"-"},"content":" var originalPipe \u003d stream.pipe;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" stream.pipe \u003d function(resp) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" originalPipe.call(stream, es.replace(new RegExp(injectTag, \"i\"), INJECTED_CODE + injectTag)).pipe(resp);"},{"lineNumber":115,"author":{"gitId":"-"},"content":" };"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":" }"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":" send(req, reqpath, { root: root })"},{"lineNumber":120,"author":{"gitId":"-"},"content":" .on(\u0027error\u0027, error)"},{"lineNumber":121,"author":{"gitId":"-"},"content":" .on(\u0027directory\u0027, directory)"},{"lineNumber":122,"author":{"gitId":"-"},"content":" .on(\u0027file\u0027, file)"},{"lineNumber":123,"author":{"gitId":"-"},"content":" .on(\u0027stream\u0027, inject)"},{"lineNumber":124,"author":{"gitId":"-"},"content":" .pipe(res);"},{"lineNumber":125,"author":{"gitId":"-"},"content":" };"},{"lineNumber":126,"author":{"gitId":"-"},"content":"}"},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":129,"author":{"gitId":"-"},"content":" * Rewrite request URL and pass it back to the static handler."},{"lineNumber":130,"author":{"gitId":"-"},"content":" * @param staticHandler {function} Next handler"},{"lineNumber":131,"author":{"gitId":"-"},"content":" * @param file {string} Path to the entry point file"},{"lineNumber":132,"author":{"gitId":"-"},"content":" */"},{"lineNumber":133,"author":{"gitId":"-"},"content":"function entryPoint(staticHandler, file) {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" if (!file) return function(req, res, next) { next(); };"},{"lineNumber":135,"author":{"gitId":"-"},"content":""},{"lineNumber":136,"author":{"gitId":"-"},"content":" return function(req, res, next) {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" req.url \u003d \"/\" + file;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" staticHandler(req, res, next);"},{"lineNumber":139,"author":{"gitId":"-"},"content":" };"},{"lineNumber":140,"author":{"gitId":"-"},"content":"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":143,"author":{"gitId":"-"},"content":" * Start a live server with parameters given as an object"},{"lineNumber":144,"author":{"gitId":"LamJiuFong"},"content":" * @param host {string} Address to bind to (default: 127.0.0.1)"},{"lineNumber":145,"author":{"gitId":"-"},"content":" * @param port {number} Port number (default: 8080)"},{"lineNumber":146,"author":{"gitId":"-"},"content":" * @param root {string} Path to root directory (default: cwd)"},{"lineNumber":147,"author":{"gitId":"-"},"content":" * @param watch {array} Paths to exclusively watch for changes"},{"lineNumber":148,"author":{"gitId":"-"},"content":" * @param ignore {array} Paths to ignore when watching files for changes"},{"lineNumber":149,"author":{"gitId":"-"},"content":" * @param ignorePattern {regexp} Ignore files by RegExp"},{"lineNumber":150,"author":{"gitId":"-"},"content":" * @param noCssInject Don\u0027t inject CSS changes, just reload as with any other file change"},{"lineNumber":151,"author":{"gitId":"-"},"content":" * @param open {(string|string[])} Subpath(s) to open in browser, use false to suppress launch (default: server root)"},{"lineNumber":152,"author":{"gitId":"-"},"content":" * @param mount {array} Mount directories onto a route, e.g. [[\u0027/components\u0027, \u0027./node_modules\u0027]]."},{"lineNumber":153,"author":{"gitId":"-"},"content":" * @param logLevel {number} 0 \u003d errors only, 1 \u003d some, 2 \u003d lots"},{"lineNumber":154,"author":{"gitId":"-"},"content":" * @param file {string} Path to the entry point file"},{"lineNumber":155,"author":{"gitId":"-"},"content":" * @param wait {number} Server will wait for all changes, before reloading"},{"lineNumber":156,"author":{"gitId":"-"},"content":" * @param htpasswd {string} Path to htpasswd file to enable HTTP Basic authentication"},{"lineNumber":157,"author":{"gitId":"-"},"content":" * @param middleware {array} Append middleware to stack, e.g. [function(req, res, next) { next(); }]."},{"lineNumber":158,"author":{"gitId":"-"},"content":" */"},{"lineNumber":159,"author":{"gitId":"-"},"content":"LiveServer.start \u003d function(options) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" options \u003d options || {};"},{"lineNumber":161,"author":{"gitId":"LamJiuFong"},"content":" var host \u003d options.host ?? \u0027127.0.0.1\u0027;"},{"lineNumber":162,"author":{"gitId":"LamJiuFong"},"content":" var port \u003d options.port ?? 8080; // 0 means random"},{"lineNumber":163,"author":{"gitId":"-"},"content":" var root \u003d options.root || process.cwd();"},{"lineNumber":164,"author":{"gitId":"-"},"content":" var mount \u003d options.mount || [];"},{"lineNumber":165,"author":{"gitId":"-"},"content":" var watchPaths \u003d options.watch || [root];"},{"lineNumber":166,"author":{"gitId":"-"},"content":" LiveServer.logLevel \u003d options.logLevel \u003d\u003d\u003d undefined ? 2 : options.logLevel;"},{"lineNumber":167,"author":{"gitId":"-"},"content":" var openPath \u003d (options.open \u003d\u003d\u003d undefined || options.open \u003d\u003d\u003d true) ?"},{"lineNumber":168,"author":{"gitId":"-"},"content":" \"\" : ((options.open \u003d\u003d\u003d null || options.open \u003d\u003d\u003d false) ? null : options.open);"},{"lineNumber":169,"author":{"gitId":"-"},"content":" if (options.noBrowser) openPath \u003d null; // Backwards compatibility with 0.7.0"},{"lineNumber":170,"author":{"gitId":"-"},"content":" var file \u003d options.file;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" var staticServerHandler \u003d staticServer(root);"},{"lineNumber":172,"author":{"gitId":"-"},"content":" var wait \u003d options.wait \u003d\u003d\u003d undefined ? 100 : options.wait;"},{"lineNumber":173,"author":{"gitId":"-"},"content":" var browser \u003d options.browser || null;"},{"lineNumber":174,"author":{"gitId":"-"},"content":" var htpasswd \u003d options.htpasswd || null;"},{"lineNumber":175,"author":{"gitId":"-"},"content":" var cors \u003d options.cors || false;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" var https \u003d options.https || null;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" var proxy \u003d options.proxy || [];"},{"lineNumber":178,"author":{"gitId":"-"},"content":" var middleware \u003d options.middleware || [];"},{"lineNumber":179,"author":{"gitId":"-"},"content":" var noCssInject \u003d options.noCssInject;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" var httpsModule \u003d options.httpsModule;"},{"lineNumber":181,"author":{"gitId":"-"},"content":""},{"lineNumber":182,"author":{"gitId":"-"},"content":" if (httpsModule) {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" try {"},{"lineNumber":184,"author":{"gitId":"-"},"content":" require.resolve(httpsModule);"},{"lineNumber":185,"author":{"gitId":"-"},"content":" } catch (e) {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" console.error((\"HTTPS module \\\"\" + httpsModule + \"\\\" you\u0027ve provided was not found.\").red);"},{"lineNumber":187,"author":{"gitId":"-"},"content":" console.error(\"Did you do\", \"\\\"npm install \" + httpsModule + \"\\\"?\");"},{"lineNumber":188,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":189,"author":{"gitId":"-"},"content":" }"},{"lineNumber":190,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" httpsModule \u003d \"https\";"},{"lineNumber":192,"author":{"gitId":"-"},"content":" }"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":" // Setup a web server"},{"lineNumber":195,"author":{"gitId":"-"},"content":" var app \u003d connect();"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":" // Add logger. Level 2 logs only errors"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003d\u003d\u003d 2) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" app.use(logger(\u0027dev\u0027, {"},{"lineNumber":200,"author":{"gitId":"-"},"content":" skip: function (req, res) { return res.statusCode \u003c 400; }"},{"lineNumber":201,"author":{"gitId":"-"},"content":" }));"},{"lineNumber":202,"author":{"gitId":"-"},"content":" // Level 2 or above logs all requests"},{"lineNumber":203,"author":{"gitId":"-"},"content":" } else if (LiveServer.logLevel \u003e 2) {"},{"lineNumber":204,"author":{"gitId":"-"},"content":" app.use(logger(\u0027dev\u0027));"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":" if (options.spa) {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" middleware.push(\"spa\");"},{"lineNumber":208,"author":{"gitId":"-"},"content":" }"},{"lineNumber":209,"author":{"gitId":"-"},"content":" // Add middleware"},{"lineNumber":210,"author":{"gitId":"-"},"content":" middleware.map(function(mw) {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" if (typeof mw \u003d\u003d\u003d \"string\") {"},{"lineNumber":212,"author":{"gitId":"-"},"content":" var ext \u003d path.extname(mw).toLocaleLowerCase();"},{"lineNumber":213,"author":{"gitId":"-"},"content":" if (ext !\u003d\u003d \".js\") {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" // CHANGED: correctly resolve to the live-server directory"},{"lineNumber":215,"author":{"gitId":"-"},"content":" mw \u003d require(path.join(pathToLiveServerDir, \"middleware\", mw + \".js\"));"},{"lineNumber":216,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" mw \u003d require(mw);"},{"lineNumber":218,"author":{"gitId":"-"},"content":" }"},{"lineNumber":219,"author":{"gitId":"-"},"content":" }"},{"lineNumber":220,"author":{"gitId":"-"},"content":" app.use(mw);"},{"lineNumber":221,"author":{"gitId":"-"},"content":" });"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":" // Use http-auth if configured"},{"lineNumber":224,"author":{"gitId":"-"},"content":" if (htpasswd !\u003d\u003d null) {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" var auth \u003d require(\u0027http-auth\u0027);"},{"lineNumber":226,"author":{"gitId":"-"},"content":" var basic \u003d auth.basic({"},{"lineNumber":227,"author":{"gitId":"-"},"content":" realm: \"Please authorize\","},{"lineNumber":228,"author":{"gitId":"-"},"content":" file: htpasswd"},{"lineNumber":229,"author":{"gitId":"-"},"content":" });"},{"lineNumber":230,"author":{"gitId":"-"},"content":" app.use(auth.connect(basic));"},{"lineNumber":231,"author":{"gitId":"-"},"content":" }"},{"lineNumber":232,"author":{"gitId":"-"},"content":" if (cors) {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" app.use(require(\"cors\")({"},{"lineNumber":234,"author":{"gitId":"-"},"content":" origin: true, // reflecting request origin"},{"lineNumber":235,"author":{"gitId":"-"},"content":" credentials: true // allowing requests with credentials"},{"lineNumber":236,"author":{"gitId":"-"},"content":" }));"},{"lineNumber":237,"author":{"gitId":"-"},"content":" }"},{"lineNumber":238,"author":{"gitId":"-"},"content":" mount.forEach(function(mountRule) {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" var mountPath \u003d path.resolve(process.cwd(), mountRule[1]);"},{"lineNumber":240,"author":{"gitId":"-"},"content":" if (!options.watch) // Auto add mount paths to wathing but only if exclusive path option is not given"},{"lineNumber":241,"author":{"gitId":"-"},"content":" watchPaths.push(mountPath);"},{"lineNumber":242,"author":{"gitId":"-"},"content":" app.use(mountRule[0], staticServer(mountPath));"},{"lineNumber":243,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1)"},{"lineNumber":244,"author":{"gitId":"-"},"content":" console.log(\u0027Mapping %s to \"%s\"\u0027, mountRule[0], mountPath);"},{"lineNumber":245,"author":{"gitId":"-"},"content":""},{"lineNumber":246,"author":{"gitId":"-"},"content":" // CHANGED: added baseUrl initialization based on the first mount rule"},{"lineNumber":247,"author":{"gitId":"-"},"content":" if (LiveServer.baseUrl \u003d\u003d\u003d \u0027\u0027) {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" LiveServer.baseUrl \u003d mountRule[0] || \u0027/\u0027;"},{"lineNumber":249,"author":{"gitId":"-"},"content":" }"},{"lineNumber":250,"author":{"gitId":"-"},"content":" });"},{"lineNumber":251,"author":{"gitId":"-"},"content":" proxy.forEach(function(proxyRule) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" var proxyOpts \u003d parse(proxyRule[1]);"},{"lineNumber":253,"author":{"gitId":"-"},"content":" proxyOpts.via \u003d true;"},{"lineNumber":254,"author":{"gitId":"-"},"content":" proxyOpts.preserveHost \u003d true;"},{"lineNumber":255,"author":{"gitId":"-"},"content":" app.use(proxyRule[0], require(\u0027proxy-middleware\u0027)(proxyOpts));"},{"lineNumber":256,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1)"},{"lineNumber":257,"author":{"gitId":"-"},"content":" console.log(\u0027Mapping %s to \"%s\"\u0027, proxyRule[0], proxyRule[1]);"},{"lineNumber":258,"author":{"gitId":"-"},"content":" });"},{"lineNumber":259,"author":{"gitId":"-"},"content":" app.use(staticServerHandler) // Custom static server"},{"lineNumber":260,"author":{"gitId":"-"},"content":" .use(entryPoint(staticServerHandler, file))"},{"lineNumber":261,"author":{"gitId":"-"},"content":" .use(serveIndex(root, { icons: true }));"},{"lineNumber":262,"author":{"gitId":"-"},"content":""},{"lineNumber":263,"author":{"gitId":"-"},"content":" var server, protocol;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" if (https !\u003d\u003d null) {"},{"lineNumber":265,"author":{"gitId":"-"},"content":" var httpsConfig \u003d https;"},{"lineNumber":266,"author":{"gitId":"-"},"content":" if (typeof https \u003d\u003d\u003d \"string\") {"},{"lineNumber":267,"author":{"gitId":"-"},"content":" httpsConfig \u003d require(path.resolve(process.cwd(), https));"},{"lineNumber":268,"author":{"gitId":"-"},"content":" }"},{"lineNumber":269,"author":{"gitId":"-"},"content":" server \u003d require(httpsModule).createServer(httpsConfig, app);"},{"lineNumber":270,"author":{"gitId":"-"},"content":" protocol \u003d \"https\";"},{"lineNumber":271,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" server \u003d http.createServer(app);"},{"lineNumber":273,"author":{"gitId":"-"},"content":" protocol \u003d \"http\";"},{"lineNumber":274,"author":{"gitId":"-"},"content":" }"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":" // Handle server startup errors"},{"lineNumber":277,"author":{"gitId":"-"},"content":" server.addListener(\u0027error\u0027, function(e) {"},{"lineNumber":278,"author":{"gitId":"-"},"content":" if (e.code \u003d\u003d\u003d \u0027EADDRINUSE\u0027) {"},{"lineNumber":279,"author":{"gitId":"-"},"content":" var serveURL \u003d protocol + \u0027://\u0027 + host + \u0027:\u0027 + port;"},{"lineNumber":280,"author":{"gitId":"-"},"content":" console.log(\u0027%s is already in use. Trying another port.\u0027.yellow, serveURL);"},{"lineNumber":281,"author":{"gitId":"-"},"content":" setTimeout(function() {"},{"lineNumber":282,"author":{"gitId":"-"},"content":" server.listen(0, host);"},{"lineNumber":283,"author":{"gitId":"-"},"content":" }, 1000);"},{"lineNumber":284,"author":{"gitId":"LamJiuFong"},"content":" } else if (e.code \u003d\u003d\u003d \u0027EADDRNOTAVAIL\u0027) {"},{"lineNumber":285,"author":{"gitId":"LamJiuFong"},"content":" console.log(\u0027%s is not available. Trying another address\u0027.yellow, host);"},{"lineNumber":286,"author":{"gitId":"LamJiuFong"},"content":" setTimeout(function() {"},{"lineNumber":287,"author":{"gitId":"LamJiuFong"},"content":" server.listen(port, \u0027127.0.0.1\u0027);"},{"lineNumber":288,"author":{"gitId":"LamJiuFong"},"content":" }, 1000);"},{"lineNumber":289,"author":{"gitId":"LamJiuFong"},"content":" }"},{"lineNumber":290,"author":{"gitId":"LamJiuFong"},"content":" else {"},{"lineNumber":291,"author":{"gitId":"-"},"content":" console.error(e.toString().red);"},{"lineNumber":292,"author":{"gitId":"-"},"content":" LiveServer.shutdown();"},{"lineNumber":293,"author":{"gitId":"-"},"content":" }"},{"lineNumber":294,"author":{"gitId":"-"},"content":" });"},{"lineNumber":295,"author":{"gitId":"-"},"content":""},{"lineNumber":296,"author":{"gitId":"-"},"content":" // Handle successful server"},{"lineNumber":297,"author":{"gitId":"-"},"content":" server.addListener(\u0027listening\u0027, function(/*e*/) {"},{"lineNumber":298,"author":{"gitId":"-"},"content":" LiveServer.server \u003d server;"},{"lineNumber":299,"author":{"gitId":"-"},"content":""},{"lineNumber":300,"author":{"gitId":"-"},"content":" var address \u003d server.address();"},{"lineNumber":301,"author":{"gitId":"LamJiuFong"},"content":" var serveHost \u003d address.address;"},{"lineNumber":302,"author":{"gitId":"LamJiuFong"},"content":" var openHost \u003d host;"},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":" var serveURL \u003d protocol + \u0027://\u0027 + serveHost + \u0027:\u0027 + address.port;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" var openURL \u003d protocol + \u0027://\u0027 + openHost + \u0027:\u0027 + address.port;"},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":" var serveURLs \u003d [ serveURL ];"},{"lineNumber":308,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e 2 \u0026\u0026 address.address \u003d\u003d\u003d \"0.0.0.0\") {"},{"lineNumber":309,"author":{"gitId":"-"},"content":" var ifaces \u003d os.networkInterfaces();"},{"lineNumber":310,"author":{"gitId":"-"},"content":" serveURLs \u003d Object.keys(ifaces)"},{"lineNumber":311,"author":{"gitId":"-"},"content":" .map(function(iface) {"},{"lineNumber":312,"author":{"gitId":"-"},"content":" return ifaces[iface];"},{"lineNumber":313,"author":{"gitId":"-"},"content":" })"},{"lineNumber":314,"author":{"gitId":"-"},"content":" // flatten address data, use only IPv4"},{"lineNumber":315,"author":{"gitId":"-"},"content":" .reduce(function(data, addresses) {"},{"lineNumber":316,"author":{"gitId":"-"},"content":" addresses.filter(function(addr) {"},{"lineNumber":317,"author":{"gitId":"-"},"content":" return addr.family \u003d\u003d\u003d \"IPv4\";"},{"lineNumber":318,"author":{"gitId":"-"},"content":" }).forEach(function(addr) {"},{"lineNumber":319,"author":{"gitId":"-"},"content":" data.push(addr);"},{"lineNumber":320,"author":{"gitId":"-"},"content":" });"},{"lineNumber":321,"author":{"gitId":"-"},"content":" return data;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" }, [])"},{"lineNumber":323,"author":{"gitId":"-"},"content":" .map(function(addr) {"},{"lineNumber":324,"author":{"gitId":"-"},"content":" return protocol + \"://\" + addr.address + \":\" + address.port;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" });"},{"lineNumber":326,"author":{"gitId":"-"},"content":" }"},{"lineNumber":327,"author":{"gitId":"-"},"content":""},{"lineNumber":328,"author":{"gitId":"-"},"content":" // Output"},{"lineNumber":329,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1) {"},{"lineNumber":330,"author":{"gitId":"-"},"content":" if (serveURL \u003d\u003d\u003d openURL)"},{"lineNumber":331,"author":{"gitId":"-"},"content":" if (serveURLs.length \u003d\u003d\u003d 1) {"},{"lineNumber":332,"author":{"gitId":"-"},"content":" console.log((\"Serving \\\"%s\\\" at %s\").green, root, serveURLs[0]);"},{"lineNumber":333,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":334,"author":{"gitId":"-"},"content":" console.log((\"Serving \\\"%s\\\" at\\n\\t%s\").green, root, serveURLs.join(\"\\n\\t\"));"},{"lineNumber":335,"author":{"gitId":"-"},"content":" }"},{"lineNumber":336,"author":{"gitId":"-"},"content":" else"},{"lineNumber":337,"author":{"gitId":"-"},"content":" console.log((\"Serving \\\"%s\\\" at %s (%s)\").green, root, openURL, serveURL);"},{"lineNumber":338,"author":{"gitId":"-"},"content":" }"},{"lineNumber":339,"author":{"gitId":"-"},"content":""},{"lineNumber":340,"author":{"gitId":"-"},"content":" // Launch browser"},{"lineNumber":341,"author":{"gitId":"-"},"content":" if (openPath !\u003d\u003d null)"},{"lineNumber":342,"author":{"gitId":"-"},"content":" if (typeof openPath \u003d\u003d\u003d \"object\") {"},{"lineNumber":343,"author":{"gitId":"-"},"content":" openPath.forEach(function(p) {"},{"lineNumber":344,"author":{"gitId":"-"},"content":" open(openURL + p, {app: browser});"},{"lineNumber":345,"author":{"gitId":"-"},"content":" });"},{"lineNumber":346,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":347,"author":{"gitId":"-"},"content":" open(openURL + openPath, {app: browser});"},{"lineNumber":348,"author":{"gitId":"-"},"content":" }"},{"lineNumber":349,"author":{"gitId":"-"},"content":" });"},{"lineNumber":350,"author":{"gitId":"-"},"content":""},{"lineNumber":351,"author":{"gitId":"-"},"content":" // Setup server to listen at port"},{"lineNumber":352,"author":{"gitId":"-"},"content":" server.listen(port, host);"},{"lineNumber":353,"author":{"gitId":"-"},"content":" "},{"lineNumber":354,"author":{"gitId":"-"},"content":" // WebSocket"},{"lineNumber":355,"author":{"gitId":"-"},"content":" // CHANGED: Removed local clients variable in favour of the clients in active tabs entries"},{"lineNumber":356,"author":{"gitId":"-"},"content":" server.addListener(\u0027upgrade\u0027, function(request, socket, head) {"},{"lineNumber":357,"author":{"gitId":"-"},"content":" var ws \u003d new WebSocket(request, socket, head);"},{"lineNumber":358,"author":{"gitId":"-"},"content":" ws.onopen \u003d function() { ws.send(\u0027connected\u0027); };"},{"lineNumber":359,"author":{"gitId":"-"},"content":""},{"lineNumber":360,"author":{"gitId":"-"},"content":" if (wait \u003e 0) {"},{"lineNumber":361,"author":{"gitId":"-"},"content":" (function() {"},{"lineNumber":362,"author":{"gitId":"-"},"content":" var wssend \u003d ws.send;"},{"lineNumber":363,"author":{"gitId":"-"},"content":" var waitTimeout;"},{"lineNumber":364,"author":{"gitId":"-"},"content":" ws.send \u003d function() {"},{"lineNumber":365,"author":{"gitId":"-"},"content":" var args \u003d arguments;"},{"lineNumber":366,"author":{"gitId":"-"},"content":" if (waitTimeout) clearTimeout(waitTimeout);"},{"lineNumber":367,"author":{"gitId":"-"},"content":" waitTimeout \u003d setTimeout(function(){"},{"lineNumber":368,"author":{"gitId":"-"},"content":" wssend.apply(ws, args);"},{"lineNumber":369,"author":{"gitId":"-"},"content":" }, wait);"},{"lineNumber":370,"author":{"gitId":"-"},"content":" };"},{"lineNumber":371,"author":{"gitId":"-"},"content":" })();"},{"lineNumber":372,"author":{"gitId":"-"},"content":" }"},{"lineNumber":373,"author":{"gitId":"-"},"content":""},{"lineNumber":374,"author":{"gitId":"-"},"content":" ws.onclose \u003d function() {"},{"lineNumber":375,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":376,"author":{"gitId":"-"},"content":" * CHANGED: Modified to remove the active tab that has the closed socket as"},{"lineNumber":377,"author":{"gitId":"-"},"content":" * its current client on socket close. In other words, only socket close event that"},{"lineNumber":378,"author":{"gitId":"-"},"content":" * does not come from live reload will remove the active tab."},{"lineNumber":379,"author":{"gitId":"-"},"content":" */"},{"lineNumber":380,"author":{"gitId":"-"},"content":" LiveServer.activeTabs \u003d LiveServer.activeTabs.filter(tab \u003d\u003e tab.client !\u003d\u003d ws);"},{"lineNumber":381,"author":{"gitId":"-"},"content":" };"},{"lineNumber":382,"author":{"gitId":"-"},"content":""},{"lineNumber":383,"author":{"gitId":"-"},"content":" // CHANGED: Enhanced client websocket addition process to record the client as an active tab entry"},{"lineNumber":384,"author":{"gitId":"-"},"content":" const reqUrl \u003d path.dirname(request.url);"},{"lineNumber":385,"author":{"gitId":"-"},"content":" const normalizedUrl \u003d fsUtil.ensurePosix(path.relative(LiveServer.baseUrl, reqUrl));"},{"lineNumber":386,"author":{"gitId":"-"},"content":""},{"lineNumber":387,"author":{"gitId":"-"},"content":" // If an entry with empty client is present, reuse existing entry to maintain order from pre-reload "},{"lineNumber":388,"author":{"gitId":"-"},"content":" const existingTab \u003d LiveServer.activeTabs.find(tab \u003d\u003e tab.url \u003d\u003d\u003d normalizedUrl \u0026\u0026 !tab.client);"},{"lineNumber":389,"author":{"gitId":"-"},"content":" if (existingTab) {"},{"lineNumber":390,"author":{"gitId":"-"},"content":" existingTab.client \u003d ws;"},{"lineNumber":391,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":392,"author":{"gitId":"-"},"content":" }"},{"lineNumber":393,"author":{"gitId":"-"},"content":""},{"lineNumber":394,"author":{"gitId":"-"},"content":" // Insert new entry to the active tabs list"},{"lineNumber":395,"author":{"gitId":"-"},"content":" LiveServer.activeTabs.unshift({ url: normalizedUrl, client: ws });"},{"lineNumber":396,"author":{"gitId":"-"},"content":" });"},{"lineNumber":397,"author":{"gitId":"-"},"content":""},{"lineNumber":398,"author":{"gitId":"-"},"content":" var ignored \u003d ["},{"lineNumber":399,"author":{"gitId":"-"},"content":" function(testPath) { // Always ignore dotfiles (important e.g. because editor hidden temp files)"},{"lineNumber":400,"author":{"gitId":"-"},"content":" return testPath !\u003d\u003d \".\" \u0026\u0026 /(^[.#]|(?:__|~)$)/.test(path.basename(testPath));"},{"lineNumber":401,"author":{"gitId":"-"},"content":" }"},{"lineNumber":402,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":403,"author":{"gitId":"-"},"content":" if (options.ignore) {"},{"lineNumber":404,"author":{"gitId":"-"},"content":" ignored \u003d ignored.concat(options.ignore);"},{"lineNumber":405,"author":{"gitId":"-"},"content":" }"},{"lineNumber":406,"author":{"gitId":"-"},"content":" if (options.ignorePattern) {"},{"lineNumber":407,"author":{"gitId":"-"},"content":" ignored.push(options.ignorePattern);"},{"lineNumber":408,"author":{"gitId":"-"},"content":" }"},{"lineNumber":409,"author":{"gitId":"-"},"content":" // Setup file watcher"},{"lineNumber":410,"author":{"gitId":"-"},"content":" LiveServer.watcher \u003d chokidar.watch(watchPaths, {"},{"lineNumber":411,"author":{"gitId":"-"},"content":" ignored: ignored,"},{"lineNumber":412,"author":{"gitId":"-"},"content":" ignoreInitial: true"},{"lineNumber":413,"author":{"gitId":"-"},"content":" });"},{"lineNumber":414,"author":{"gitId":"-"},"content":" function handleChange(changePath) {"},{"lineNumber":415,"author":{"gitId":"-"},"content":" var cssChange \u003d path.extname(changePath) \u003d\u003d\u003d \".css\" \u0026\u0026 !noCssInject;"},{"lineNumber":416,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1) {"},{"lineNumber":417,"author":{"gitId":"-"},"content":" if (cssChange)"},{"lineNumber":418,"author":{"gitId":"-"},"content":" console.log(\"CSS change detected\".magenta, changePath);"},{"lineNumber":419,"author":{"gitId":"-"},"content":" else console.log(\"Change detected\".cyan, changePath);"},{"lineNumber":420,"author":{"gitId":"-"},"content":" }"},{"lineNumber":421,"author":{"gitId":"-"},"content":""},{"lineNumber":422,"author":{"gitId":"-"},"content":" // CHANGED: Modified the send message to clients routine"},{"lineNumber":423,"author":{"gitId":"-"},"content":""},{"lineNumber":424,"author":{"gitId":"-"},"content":" if (cssChange) {"},{"lineNumber":425,"author":{"gitId":"-"},"content":" LiveServer.sendMessageToActiveTabs(\u0027refreshcss\u0027);"},{"lineNumber":426,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":427,"author":{"gitId":"-"},"content":" }"},{"lineNumber":428,"author":{"gitId":"-"},"content":""},{"lineNumber":429,"author":{"gitId":"-"},"content":" // Only reload active tabs if the changed file is opened in one of them"},{"lineNumber":430,"author":{"gitId":"-"},"content":" const normalizeUrl \u003d (url) \u003d\u003e {"},{"lineNumber":431,"author":{"gitId":"-"},"content":" if (!url || url.length \u003d\u003d\u003d 0) {"},{"lineNumber":432,"author":{"gitId":"-"},"content":" return \"index.html\";"},{"lineNumber":433,"author":{"gitId":"-"},"content":" }"},{"lineNumber":434,"author":{"gitId":"-"},"content":""},{"lineNumber":435,"author":{"gitId":"-"},"content":" if (path.extname(url) \u003d\u003d\u003d \u0027.html\u0027) {"},{"lineNumber":436,"author":{"gitId":"-"},"content":" return url;"},{"lineNumber":437,"author":{"gitId":"-"},"content":" }"},{"lineNumber":438,"author":{"gitId":"-"},"content":""},{"lineNumber":439,"author":{"gitId":"-"},"content":" return path.posix.join(url, \u0027index.html\u0027);"},{"lineNumber":440,"author":{"gitId":"-"},"content":" };"},{"lineNumber":441,"author":{"gitId":"-"},"content":""},{"lineNumber":442,"author":{"gitId":"-"},"content":" let normalizedPath \u003d fsUtil.ensurePosix(path.relative(root, changePath));"},{"lineNumber":443,"author":{"gitId":"-"},"content":" if (LiveServer.activeTabs.some(tab \u003d\u003e tab.client \u0026\u0026 normalizeUrl(tab.url) \u003d\u003d\u003d normalizedPath)) {"},{"lineNumber":444,"author":{"gitId":"-"},"content":" LiveServer.sendMessageToActiveTabs(\u0027reload\u0027);"},{"lineNumber":445,"author":{"gitId":"-"},"content":" }"},{"lineNumber":446,"author":{"gitId":"-"},"content":" }"},{"lineNumber":447,"author":{"gitId":"-"},"content":" LiveServer.watcher"},{"lineNumber":448,"author":{"gitId":"-"},"content":" .on(\"change\", handleChange)"},{"lineNumber":449,"author":{"gitId":"-"},"content":" .on(\"add\", handleChange)"},{"lineNumber":450,"author":{"gitId":"-"},"content":" .on(\"unlink\", handleChange)"},{"lineNumber":451,"author":{"gitId":"-"},"content":" .on(\"addDir\", handleChange)"},{"lineNumber":452,"author":{"gitId":"-"},"content":" .on(\"unlinkDir\", handleChange)"},{"lineNumber":453,"author":{"gitId":"-"},"content":" .on(\"ready\", function () {"},{"lineNumber":454,"author":{"gitId":"-"},"content":" if (LiveServer.logLevel \u003e\u003d 1)"},{"lineNumber":455,"author":{"gitId":"-"},"content":" console.log(\"Ready for changes\".cyan);"},{"lineNumber":456,"author":{"gitId":"-"},"content":" })"},{"lineNumber":457,"author":{"gitId":"-"},"content":" .on(\"error\", function (err) {"},{"lineNumber":458,"author":{"gitId":"-"},"content":" console.log(\"ERROR:\".red, err);"},{"lineNumber":459,"author":{"gitId":"-"},"content":" });"},{"lineNumber":460,"author":{"gitId":"-"},"content":""},{"lineNumber":461,"author":{"gitId":"-"},"content":" return server;"},{"lineNumber":462,"author":{"gitId":"-"},"content":"};"},{"lineNumber":463,"author":{"gitId":"-"},"content":""},{"lineNumber":464,"author":{"gitId":"-"},"content":"LiveServer.shutdown \u003d function() {"},{"lineNumber":465,"author":{"gitId":"-"},"content":" var watcher \u003d LiveServer.watcher;"},{"lineNumber":466,"author":{"gitId":"-"},"content":" if (watcher) {"},{"lineNumber":467,"author":{"gitId":"-"},"content":" watcher.close();"},{"lineNumber":468,"author":{"gitId":"-"},"content":" }"},{"lineNumber":469,"author":{"gitId":"-"},"content":" var server \u003d LiveServer.server;"},{"lineNumber":470,"author":{"gitId":"-"},"content":" if (server)"},{"lineNumber":471,"author":{"gitId":"-"},"content":" server.close();"},{"lineNumber":472,"author":{"gitId":"-"},"content":"};"},{"lineNumber":473,"author":{"gitId":"-"},"content":""},{"lineNumber":474,"author":{"gitId":"-"},"content":"// CHANGED: Added method to retrieve current active urls"},{"lineNumber":475,"author":{"gitId":"-"},"content":"LiveServer.getActiveUrls \u003d () \u003d\u003e LiveServer.activeTabs.filter(tab \u003d\u003e tab.client).map(tab \u003d\u003e tab.url);"},{"lineNumber":476,"author":{"gitId":"-"},"content":""},{"lineNumber":477,"author":{"gitId":"-"},"content":"// CHANGED: Added method to send message to active tabs"},{"lineNumber":478,"author":{"gitId":"-"},"content":"LiveServer.sendMessageToActiveTabs \u003d (msg) \u003d\u003e {"},{"lineNumber":479,"author":{"gitId":"-"},"content":" LiveServer.activeTabs.forEach((tab) \u003d\u003e {"},{"lineNumber":480,"author":{"gitId":"-"},"content":" if (tab.client) {"},{"lineNumber":481,"author":{"gitId":"-"},"content":" const client \u003d tab.client;"},{"lineNumber":482,"author":{"gitId":"-"},"content":" if (msg \u003d\u003d\u003d \u0027reload\u0027) {"},{"lineNumber":483,"author":{"gitId":"-"},"content":" // Clear the client from the entry to be refilled in the socket establishment phase after reload"},{"lineNumber":484,"author":{"gitId":"-"},"content":" tab.client \u003d undefined;"},{"lineNumber":485,"author":{"gitId":"-"},"content":" }"},{"lineNumber":486,"author":{"gitId":"-"},"content":" client.send(msg);"},{"lineNumber":487,"author":{"gitId":"-"},"content":" }"},{"lineNumber":488,"author":{"gitId":"-"},"content":" });"},{"lineNumber":489,"author":{"gitId":"-"},"content":"}"},{"lineNumber":490,"author":{"gitId":"-"},"content":""},{"lineNumber":491,"author":{"gitId":"-"},"content":"// CHANGED: Added convenience method to reload all active tabs"},{"lineNumber":492,"author":{"gitId":"-"},"content":"LiveServer.reloadActiveTabs \u003d () \u003d\u003e LiveServer.sendMessageToActiveTabs(\u0027reload\u0027);"},{"lineNumber":493,"author":{"gitId":"-"},"content":""},{"lineNumber":494,"author":{"gitId":"-"},"content":"module.exports \u003d LiveServer;"}],"authorContributionMap":{"LamJiuFong":12,"-":482}},{"path":"packages/cli/test/functional/testSites.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"const testSites \u003d ["},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u0027test_site\u0027,"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u0027test_site_algolia_plugin\u0027,"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u0027test_site_special_tags\u0027,"},{"lineNumber":5,"author":{"gitId":"-"},"content":"];"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"const testConvertSites \u003d ["},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u0027test_site_convert/test_basic_convert\u0027,"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u0027test_site_convert/test_navigation_convert\u0027,"},{"lineNumber":10,"author":{"gitId":"-"},"content":"];"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":"const testTemplateSites \u003d ["},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u0027minimal,test_site_templates/test_minimal\u0027,"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u0027default,test_site_templates/test_default\u0027,"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \u0027project,test_site_templates/test_project\u0027,"},{"lineNumber":16,"author":{"gitId":"-"},"content":"];"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"// These files will be generated within test_site/expected/"},{"lineNumber":19,"author":{"gitId":"-"},"content":"// after running `npm run updatetest`. Due to the fact that"},{"lineNumber":20,"author":{"gitId":"-"},"content":"// these files create git diffs every time they are generated,"},{"lineNumber":21,"author":{"gitId":"-"},"content":"// we decided to not commit them to the repository."},{"lineNumber":22,"author":{"gitId":"-"},"content":"// However, we still want to verify that they are present."},{"lineNumber":23,"author":{"gitId":"-"},"content":"const plantumlGeneratedFilesForTestSites \u003d {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" test_site: ["},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u00279c9e77fc0a983cb6b592e65733787bec.png\u0027,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u0027inline-output.png\u0027,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u0027diagrams/activity.png\u0027,"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u0027diagrams/class.png\u0027,"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u0027diagrams/component.png\u0027,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u0027diagrams/object.png\u0027,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u0027diagrams/sequence.png\u0027,"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u0027diagrams/state.png\u0027,"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u0027diagrams/usecase.png\u0027,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u0027sub_site/inline-output/inline-puml-image.png\u0027,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":36,"author":{"gitId":"-"},"content":"};"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"const plantumlGeneratedFilesForConvertSites \u003d {};"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"const plantumlGeneratedFilesForTemplateSites \u003d {"},{"lineNumber":41,"author":{"gitId":"-"},"content":" test_project: [\u0027diagrams/example.png\u0027],"},{"lineNumber":42,"author":{"gitId":"-"},"content":"};"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"module.exports \u003d {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" testSites,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" testConvertSites,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" testTemplateSites,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" plantumlGeneratedFilesForTestSites,"},{"lineNumber":49,"author":{"gitId":"-"},"content":" plantumlGeneratedFilesForConvertSites,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" plantumlGeneratedFilesForTemplateSites,"},{"lineNumber":51,"author":{"gitId":"-"},"content":"};"}],"authorContributionMap":{"KevinEyo1":1,"-":50}},{"path":"packages/cli/test/functional/test_site/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"website-content\"},[_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Normal footnotes:\")]),_v(\"\\nHere is a footnote reference,\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-1\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-1\"}},[_v(\"[1]\")])])]),_v(\" and another.\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-2\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-2\"}},[_v(\"[2]\")])])])],1),_v(\" \"),_c(\u0027p\u0027,[_v(\"Here is a repeated footnote to \"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-1\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-1\"}},[_v(\"[1:1]\")])])])],1),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Inline footnotes:\")]),_v(\"\\nHere is an inline note.\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-1-3\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-1-3\"}},[_v(\"[3]\")])])])],1)]),_v(\" \"),_m(8),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"text\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-2-1\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-2-1\"}},[_v(\"[1]\")])])]),_v(\", text2\"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:footnotefn-2-2\"}},[_c(\u0027sup\u0027,{staticClass:\"footnote-ref\"},[_c(\u0027a\u0027,{attrs:{\"aria-describedby\":\"footnote-label\",\"href\":\"#fn-2-2\"}},[_v(\"[2]\")])])])],1)]),_v(\" \"),_m(9),_v(\" \"),_c(\u0027div\u0027,[_v(\" front back \")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"arrayVarItem1\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"arrayVarItem2\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"nestedVarValue\")]),_v(\" \"),_m(10),_v(\" \"),_c(\u0027p\u0027,[_v(\"This variable can be referenced.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"References can be several levels deep.\")]),_v(\" \"),_m(11),_v(\" \"),_c(\u0027p\u0027,[_v(\"Page Variable with Global Variable\")]),_v(\" \"),_m(12),_v(\" \"),_c(\u0027p\u0027,[_v(\"Global Variable Overriding Page Variable\")]),_v(\" \"),_m(13),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16),_v(\" \"),_m(17),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Panel with keyword\")])]},proxy:true}])},[_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])]),_v(\" \"),_m(18),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-with-heading\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h1\u0027,{attrs:{\"id\":\"panel-with-heading\"}},[_v(\"Panel with heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-heading\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])]),_v(\" \"),_m(19),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-without-heading-with-keyword\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h1\u0027,{attrs:{\"id\":\"panel-without-heading-with-keyword\"}},[_v(\"Panel without heading with keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-without-heading-with-keyword\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027h1\u0027,{attrs:{\"id\":\"keyword-should-be-tagged-to-this-heading-not-the-panel-heading\"}},[_v(\"Keyword should be tagged to this heading, not the panel heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#keyword-should-be-tagged-to-this-heading-not-the-panel-heading\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])])]),_v(\" \"),_m(20),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"panelId\":\"panel-with-heading-with-keyword\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h1\u0027,{attrs:{\"id\":\"panel-with-heading-with-keyword\"}},[_v(\"Panel with heading with keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-heading-with-keyword\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027h1\u0027,{attrs:{\"id\":\"keyword-should-be-tagged-to-the-panel-heading-not-this-heading\"}},[_v(\"Keyword should be tagged to the panel heading, not this heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#keyword-should-be-tagged-to-the-panel-heading-not-this-heading\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"panel keyword\")])])]),_v(\" \"),_m(21),_v(\" \"),_m(22),_v(\" \"),_m(23),_v(\" \"),_m(24),_v(\" \"),_m(25),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"Keyword with included heading\")]),_v(\" \"),_m(26),_v(\" \"),_m(27),_v(\" \"),_m(28),_v(\" \"),_m(29),_v(\" \"),_m(30),_v(\" \"),_m(31),_v(\" \"),_c(\u0027div\u0027,[_m(32),_v(\" \"),_m(33),_v(\" \"),_c(\u0027p\u0027,[_v(\"There are many techniques used during a requirements gathering. The following are some of the techniques.\")]),_v(\" \"),_m(34),_v(\" \"),_c(\u0027p\u0027,[_v(\"Brainstorming is a group activity designed to generate a large number of diverse and creative ideas for the solution\\nof a problem. In a brainstorming session there are no \\\"bad\\\" ideas.\\nThe aim is to generate ideas; not to validate them. Brainstorming encourages you to \\\"think outside the box\\\" and\\nput \\\"crazy\\\" ideas on the table without fear of rejection.\")]),_v(\" \"),_m(35),_v(\" \"),_c(\u0027p\u0027,[_v(\"Carefully designed questionnaires can be used to solicit responses and opinions from a large number of users regarding\\nany current system or a new innovation.\")]),_v(\" \"),_m(36),_v(\" \"),_c(\u0027p\u0027,[_v(\"Focus groups are a kind of informal interview within an interactive group setting.\\nA \"),_c(\u0027tooltip\u0027,{scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"e.g. potential users, beta testers\")]},proxy:true}])},[_v(\"group of people\")]),_v(\"\\nare asked about their understanding of a specific issue or a process.\\nFocus groups can bring out undiscovered conflicts and misunderstandings among stakeholder interests which can then be\\nresolved or clarified as necessary.\")],1)]),_v(\" \"),_m(37),_v(\" \"),_m(38),_v(\" \"),_m(39),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"name\":\"Boilerplate Referencing\"}},[_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/UserStories._include_.html\",\"no-close\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Boilerplate Includes\")])]},proxy:true}])})],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"name\":\"Referencing specified path in boilerplate\"}},[_m(40),_v(\" \"),_c(\u0027p\u0027,[_v(\"Like static include, pages within the site should be able to use files located in folders within boilerplate.\")]),_v(\" \"),_m(41),_v(\" \"),_m(42),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/NonFunctionalRequirements._include_.html\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Tested with the folllowing include\")])]},proxy:true}])})],1),_v(\" \"),_m(43),_v(\" \"),_m(44),_v(\" \"),_m(45),_v(\" \"),_m(46),_v(\" \"),_m(47),_v(\" \"),_m(48),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This is a page from another MarkBind site.\\nThe purpose of this page is to ensure that reuse works as expected.\\nAll the following images should display correctly.\")]),_v(\" \"),_m(49),_v(\" \"),_c(\u0027p\u0027,[_v(\"PIC tags:\\n\"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"https://dummyimage.com/600x400/000/fff\"}})],1),_v(\" \"),_m(50),_v(\" \"),_m(51),_v(\" \"),_c(\u0027p\u0027,[_v(\"Within DIV tag:\")]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"imageTest\"}},[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})],1)]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})],1),_v(\" \"),_m(52),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site is /test_site/sub_site/nested_sub_site.\")]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site page\u0027s include should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site page\u0027s include is /test_site/sub_site/nested_sub_site.\")])])])]),_v(\" \"),_m(53),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a sub site should correctly evaluate\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in sub_site is /test_site/sub_site.\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Subsite including nested subsite:\")])]),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site is /test_site/sub_site/nested_sub_site.\")]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"baseUrl in a nested sub-site page\u0027s include should correctly evaluate to the nested sub-site\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The base url in the nested_sub_site page\u0027s include is /test_site/sub_site/nested_sub_site.\")])])])])],1)]),_v(\" \"),_m(54),_v(\" \"),_c(\u0027div\u0027,[_v(\"As we establish requirements, they should be recorded in some way for future reference,\\nusually called a requirement specification. Furthermore, it is advisable to show these requirements to stakeholders,\\nand refine requirements based on their feedback. The next phase is to convert requirements into a product\\nspecification that specifies how the product will address the requirements. \")]),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/SpecifyingRequirements._include_.html#preview\",\"type\":\"minimal\",\"fragment\":\"preview\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(55),_v(\" \"),_m(56),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/testBaseUrlInIncludeSrc._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(57),_v(\" \"),_m(58),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/requirements/testBaseUrlInIncludeSrc._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(59),_v(\" \"),_m(60),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/testBaseUrlInIncludeSrcSubSite._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(61),_v(\" \"),_m(62),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/testBaseUrlInIncludeSrcSubSite._include_.html\",\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"same test with panels\")])])]},proxy:true}])}),_v(\" \"),_m(63),_v(\" \"),_m(64),_v(\" \"),_m(65),_v(\" \"),_m(66),_v(\" \"),_m(67),_v(\" \"),_m(68),_v(\" \"),_m(69),_v(\" \"),_m(70),_v(\" \"),_m(71),_v(\" \"),_m(72),_v(\" \"),_m(73),_v(\" \"),_c(\u0027panel\u0027,[_c(\u0027span\u0027,{staticClass:\"card-title\",attrs:{\"slot\":\"header\"},slot:\"header\"},[_v(\"\\n Heading\\n \")])]),_v(\" \"),_m(74),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-without-src-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-without-src-header\"}},[_v(\"Panel without src header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-without-src-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel without src content heading\")])])])]),_v(\" \"),_m(75),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/PanelNormalSource._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-normal-src-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-normal-src-header\"}},[_v(\"Panel with normal src header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-normal-src-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(76),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/PanelSourceContainsSegment._include_.html#segment\",\"expanded\":\"\",\"fragment\":\"segment\",\"panelId\":\"panel-with-src-from-a-page-segment-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-from-a-page-segment-header\"}},[_v(\"Panel with src from a page segment header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-from-a-page-segment-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(77),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/boilerTestPanel._include_.html\",\"expanded\":\"\",\"panelId\":\"boilerplate-referencing\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"boilerplate-referencing\"}},[_v(\"Boilerplate referencing\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#boilerplate-referencing\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanelsDuplicate/boilerTestPanel._include_.html\",\"expanded\":\"\",\"panelId\":\"boilerplate-referencing-2\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"boilerplate-referencing-2\"}},[_v(\"Boilerplate referencing 2\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#boilerplate-referencing-2\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/notInside._include_.html\",\"expanded\":\"\",\"panelId\":\"referencing-specified-path-in-boilerplate\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"referencing-specified-path-in-boilerplate\"}},[_v(\"Referencing specified path in boilerplate\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#referencing-specified-path-in-boilerplate\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(78),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/NestedPanel._include_.html\",\"expanded\":\"\",\"panelId\":\"outer-nested-panel\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"outer-nested-panel\"}},[_v(\"Outer nested panel\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#outer-nested-panel\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_m(79),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"outer-nested-panel-without-src\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"outer-nested-panel-without-src\"}},[_v(\"Outer nested panel without src\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#outer-nested-panel-without-src\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content of outer nested panel\")])]),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"inner-panel-header-without-src\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"inner-panel-header-without-src\"}},[_v(\"Inner panel header without src\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#inner-panel-header-without-src\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content of inner nested panel\")])])])],1),_v(\" \"),_m(80),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/index._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-src-from-another-markbind-site-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-from-another-markbind-site-header\"}},[_v(\"Panel with src from another MarkBind site header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-from-another-markbind-site-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])}),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/sub_site/testReuseSubsite._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-src-from-another-markbind-site-header-2\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-from-another-markbind-site-header-2\"}},[_v(\"Panel with src from another MarkBind site header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-from-another-markbind-site-header-2\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])})],1),_v(\" \"),_m(81),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027trigger\u0027,{attrs:{\"for\":\"modal-with-panel\"}},[_v(\"trigger\")])],1),_v(\" \"),_c(\u0027modal\u0027,{attrs:{\"id\":\"modal-with-panel\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_v(\"modal title with panel inside\")]},proxy:true}])},[_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-inside-modal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-inside-modal\"}},[_v(\"Panel inside modal\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-inside-modal\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content inside modal\")])])])],1),_v(\" \"),_m(82),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"panelId\":\"unexpanded-panel-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"unexpanded-panel-header\"}},[_v(\"Unexpanded panel header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#unexpanded-panel-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content of unexpanded panel should not appear in search data\")])]),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\",\"panelId\":\"panel-header-inside-unexpanded-panel-should-not-appear-in-search-data\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-header-inside-unexpanded-panel-should-not-appear-in-search-data\"}},[_v(\"Panel header inside unexpanded panel should not appear in search data\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-header-inside-unexpanded-panel-should-not-appear-in-search-data\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel content inside unexpanded panel should not appear in search data\")])])])],1),_v(\" \"),_m(83),_v(\" \"),_c(\u0027div\u0027,[_m(84),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"info\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Expandable panel without closing transition\")])]},proxy:true}])},[_v(\"\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n\")]),_v(\" \"),_m(85),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"info\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Expanded panel without transition\")])]},proxy:true}])},[_v(\"\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n\")]),_v(\" \"),_m(86),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027em\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal panel without closing transition \"),_c(\u0027strong\u0027,[_v(\"-\u003e\")])])])])]},proxy:true},{key:\"_alt\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Minimal panel 1\")])]},proxy:true}])},[_v(\"\\n Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\n\")]),_v(\" \"),_m(87),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"minimal\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027em\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal panel without closing transition \"),_c(\u0027strong\u0027,[_v(\"-\u003e\")])])])])]},proxy:true},{key:\"_alt\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Minimal panel 2\")])]},proxy:true}])},[_v(\"\\n Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text. Some text some text some text some text some text some text some text some text some text some text some text some text some text some text. Some text some text some text some text some text some text. Some text some text some text some text some text some text some text.\\n\")])],1),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test popover has no stray space\")]),_v(\"\\n(\"),_c(\u0027popover\u0027,{scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"content\")]},proxy:true}])},[_v(\"There should be no stray space before this\")]),_v(\")\")],1),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test tooltip has no stray space\")]),_v(\"\\n(\"),_c(\u0027tooltip\u0027,{scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"content\")]},proxy:true}])},[_v(\"There should be no stray space before this\")]),_v(\")\")],1),_v(\" \"),_m(88),_v(\" \"),_m(89),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/activity.png\",\"alt\":\"activity diagram\"}}),_v(\" \"),_m(90),_v(\" \"),_c(\u0027div\u0027,[_m(91),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/inline-output.png\"}}),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/9c9e77fc0a983cb6b592e65733787bec.png\"}}),_v(\" \"),_m(92),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/sequence.png\"}}),_v(\" \"),_m(93),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/usecase.png\"}}),_v(\" \"),_m(94),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/class.png\"}})],1),_v(\" \"),_m(95),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/sub_site/inline-output/inline-puml-image.png\"}}),_v(\" \"),_m(96),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/activity.png\"}}),_v(\" \"),_m(97),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/component.png\"}}),_v(\" \"),_m(98),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/state.png\"}}),_v(\" \"),_m(99),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/test_site/diagrams/object.png\"}})],1),_v(\" \"),_m(100),_v(\" \"),_m(101),_v(\" \"),_m(102),_v(\" \"),_c(\u0027div\u0027,{pre:true},[_v(\"{{ variable interpolation syntax can be used with v-pre }}\")]),_v(\" \"),_c(\u0027div\u0027,{pre:true},[_v(\"{{ nonExistentVariable }}\")]),_v(\" \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers\"}},[_v(\"{{ code elements should automatically be assigned v-pre }}\")]),_c(\u0027hr\u0027,{staticClass:\"footnotes-sep\"}),_v(\" \"),_c(\u0027section\u0027,{staticClass:\"footnotes\"},[_c(\u0027ol\u0027,{staticClass:\"footnotes-list\"},[_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-1-1\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Here is the footnote. Footnotes will appear at the bottom of the page.\")])])]},proxy:true}])}),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-1-2\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Here\u0027s one with multiple blocks.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Subsequent paragraphs are indented to show that they\\nbelong to the previous footnote.\")])])]},proxy:true}])}),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-1-3\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Inlines notes are easier to write, since\\nyou don\u0027t have to pick an identifier and move down to type the\\nnote.\")])])]},proxy:true}])}),_v(\" \"),_m(103),_v(\" \"),_m(104),_v(\" \"),_m(105),_v(\" \"),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-2-1\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"footnote1\")])])]},proxy:true}])}),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:footnotefn-2-2\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"footnote2\")])])]},proxy:true}])}),_v(\" \"),_m(106),_m(107)],1)])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"navbar-brand page-nav-title\",\"href\":\"#\"}},[_v(\"Testing Page Navigation\")]),_v(\" \"),_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-multiple-keywords\"}},[_v(\"Heading with multiple keywords‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-keyword-in-panel\"}},[_v(\"Heading with keyword in panel‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-heading\"}},[_v(\"Panel with heading‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-without-heading-with-keyword\"}},[_v(\"Panel without heading with keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#keyword-should-be-tagged-to-this-heading-not-the-panel-heading\"}},[_v(\"Keyword should be tagged to this heading, not the panel heading‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-heading-with-keyword\"}},[_v(\"Panel with heading with keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-fragment-with-leading-spaces-and-newline\"}},[_v(\"Heading \\nFragment with leading spaces and newline\\n‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-included-keyword\"}},[_v(\"Heading with included keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#included-heading\"}},[_v(\"Included Heading‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-nested-keyword\"}},[_v(\"Heading with nested keyword‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#heading-with-hidden-keyword\"}},[_v(\"Heading with hidden keyword‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#establishing-requirements\"}},[_v(\"Establishing Requirements‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#brainstorming\"}},[_v(\"Brainstorming‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#user-surveys\"}},[_v(\"User surveys‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#focus-groups\"}},[_v(\"Focus groups‎\")])])]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#path-within-the-boilerplate-folder-is-separately-specified\"}},[_v(\"Path within the boilerplate folder is separately specified‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#feature-list\"}},[_v(\"Feature list‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-without-src-header\"}},[_v(\"Panel without src header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-normal-src-header\"}},[_v(\"Panel with normal src header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-src-from-a-page-segment-header\"}},[_v(\"Panel with src from a page segment header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#boilerplate-referencing\"}},[_v(\"Boilerplate referencing‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#boilerplate-referencing-2\"}},[_v(\"Boilerplate referencing 2‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#referencing-specified-path-in-boilerplate\"}},[_v(\"Referencing specified path in boilerplate‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#outer-nested-panel\"}},[_v(\"Outer nested panel‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#outer-nested-panel-without-src\"}},[_v(\"Outer nested panel without src‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#inner-panel-header-without-src\"}},[_v(\"Inner panel header without src‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-src-from-another-markbind-site-header\"}},[_v(\"Panel with src from another MarkBind site header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#panel-with-src-from-another-markbind-site-header-2\"}},[_v(\"Panel with src from another MarkBind site header‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#unexpanded-panel-header\"}},[_v(\"Unexpanded panel header‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\"}},[_v(\"Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed‎\")])])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(108)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cmarkdown\u003e\")]),_v(\" and \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cmd\u003e\")]),_v(\" elements\")])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"-"},"content":") {"},{"lineNumber":17,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This should be wrapped in a \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cp\u003e\")]),_v(\" tag as it uses the block-level markdown renderer\")])])}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"-"},"content":") {"},{"lineNumber":20,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027span\u0027,[_v(\"\\nThis should not be wrapped in a \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cp\u003e\")]),_v(\" tag as it uses the inline markdown renderer\\n\")])}"},{"lineNumber":21,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"-"},"content":") {"},{"lineNumber":23,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"mt-2\"},[_c(\u0027pre\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs\"}},[_c(\u0027span\u0027,[_v(\"\u003cmarkdown\u003e elements allow block-level markdown without needing a leading newline.\\n\")]),_c(\u0027span\u0027,[_v(\"Hence, the contained markdown should be parsed and output as is, without any parsing errors.\\n\")]),_c(\u0027span\u0027,[_v(\"\u003c/invalidhtml\u003e\\n\")])])])])}"},{"lineNumber":24,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"-"},"content":") {"},{"lineNumber":26,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027span\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cmd\u003e\")]),_v(\" elements allow inline-level markdown even in a non-markdown token.\\nHence, the contained markdown should be parsed and output as is, without any parsing errors.\\n\"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003c/invalid\u003e\")]),_v(\".\\n\")])}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"-"},"content":") {"},{"lineNumber":29,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test footnotes\")])])}"},{"lineNumber":30,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"-"},"content":") {"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test include footnotes from hash\")])])}"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":35,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nunjucks SetExt\")])])}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"-"},"content":") {"},{"lineNumber":38,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Variables that reference another variable\")])])}"},{"lineNumber":39,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"-"},"content":") {"},{"lineNumber":41,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Global Variables can be referenced in {% set %}\")])])}"},{"lineNumber":42,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"-"},"content":") {"},{"lineNumber":44,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Global Variables should override {% set %}\")])])}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"-"},"content":") {"},{"lineNumber":47,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test Page Variable and Included Variable Integrations\")])])}"},{"lineNumber":48,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"-"},"content":") {"},{"lineNumber":50,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Outer Page Variable Should Not Leak Into Inner Pages\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Outer Page Variable Should Not Leak Into Inner Pages\")])])}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"-"},"content":") {"},{"lineNumber":53,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-multiple-keywords\"}},[_v(\"Heading with multiple keywords\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-multiple-keywords\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":54,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"-"},"content":") {"},{"lineNumber":56,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"keyword 1\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"keyword 2\")])])}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"-"},"content":") {"},{"lineNumber":59,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-keyword-in-panel\"}},[_v(\"Heading with keyword in panel\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-keyword-in-panel\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"-"},"content":") {"},{"lineNumber":62,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with heading with keyword\")])])}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"-"},"content":") {"},{"lineNumber":65,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Expanded panel without heading with keyword\")])])}"},{"lineNumber":66,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":67,"author":{"gitId":"-"},"content":") {"},{"lineNumber":68,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Unexpanded panel with heading with keyword\")])])}"},{"lineNumber":69,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":70,"author":{"gitId":"-"},"content":") {"},{"lineNumber":71,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-fragment-with-leading-spaces-and-newline\"}},[_v(\"Heading \"),_c(\u0027div\u0027,[_c(\u0027pre\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers\"}},[_v(\"Fragment with leading spaces and newline\\n\")])])]),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-fragment-with-leading-spaces-and-newline\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":72,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":73,"author":{"gitId":"-"},"content":") {"},{"lineNumber":74,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"The \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"id\")]),_v(\" for the above heading should be \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"heading-fragment-with-leading-spaces-and-newline\")]),_v(\" in total.\\nThis test ensures heading ids are assigned last (e.g. after \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"\u003cinclude /\u003e\")]),_v(\"s are processed).\")])}"},{"lineNumber":75,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":76,"author":{"gitId":"-"},"content":") {"},{"lineNumber":77,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-included-keyword\"}},[_v(\"Heading with included keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-included-keyword\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":78,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":79,"author":{"gitId":"-"},"content":") {"},{"lineNumber":80,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"included keyword\")])])])}"},{"lineNumber":81,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":82,"author":{"gitId":"-"},"content":") {"},{"lineNumber":83,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"included-heading\"}},[_v(\"Included Heading\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#included-heading\",\"onclick\":\"event.stopPropagation()\"}})])])}"},{"lineNumber":84,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":85,"author":{"gitId":"-"},"content":") {"},{"lineNumber":86,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-nested-keyword\"}},[_v(\"Heading with nested keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-nested-keyword\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":87,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":88,"author":{"gitId":"-"},"content":") {"},{"lineNumber":89,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword\"},[_v(\"nested keyword\")])])])])}"},{"lineNumber":90,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":91,"author":{"gitId":"-"},"content":") {"},{"lineNumber":92,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"heading-with-hidden-keyword\"}},[_v(\"Heading with hidden keyword\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-with-hidden-keyword\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":93,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":94,"author":{"gitId":"-"},"content":") {"},{"lineNumber":95,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027span\u0027,{staticClass:\"keyword d-none\"},[_v(\"invisible keyword\")])])}"},{"lineNumber":96,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":97,"author":{"gitId":"-"},"content":") {"},{"lineNumber":98,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with frontmatter shown tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-frontmatter-shown\"}},[_v(\"\\nDiv with shown tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with site shown tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-shown\"}},[_v(\"\\nDiv with site shown tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with multiple tags\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-shown tag-other\"}},[_v(\"\\nDiv with multiple tags\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with hidden tag (Hidden)\")])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag in included file\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-included-file\"}},[_v(\"\\nDiv with tag in included file\\n\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-exp-shown\"}},[_v(\"\\nDiv with tag matching general tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general tag and specific tag (Hidden)\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching frontmatter tag overridden by matching site tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-override-shown\"}},[_v(\"\\nDiv with tag matching frontmatter tag overridden by matching site tag\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general frontmatter tag not overridden by matching specific site tag (Hidden)\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Div with tag matching general frontmatter tag overridden by matching specific site tag\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"tags\":\"tag-site-override-shown\"}},[_v(\"\\nDiv with tag matching general frontmatter tag overridden by matching specific site tag\\n\")])])}"},{"lineNumber":99,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":100,"author":{"gitId":"-"},"content":") {"},{"lineNumber":101,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Normal include\")])])}"},{"lineNumber":102,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":103,"author":{"gitId":"-"},"content":") {"},{"lineNumber":104,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"establishing-requirements\"}},[_v(\"Establishing Requirements\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#establishing-requirements\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":105,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":106,"author":{"gitId":"-"},"content":") {"},{"lineNumber":107,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027span\u0027,{attrs:{\"id\":\"preview\"}},[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])])}"},{"lineNumber":108,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":109,"author":{"gitId":"-"},"content":") {"},{"lineNumber":110,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"brainstorming\"}},[_v(\"Brainstorming\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#brainstorming\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":111,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":112,"author":{"gitId":"-"},"content":") {"},{"lineNumber":113,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"user-surveys\"}},[_v(\"User surveys\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#user-surveys\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":114,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":115,"author":{"gitId":"-"},"content":") {"},{"lineNumber":116,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"focus-groups\"}},[_v(\"Focus groups\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#focus-groups\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":117,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":118,"author":{"gitId":"-"},"content":") {"},{"lineNumber":119,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include segment\")])])}"},{"lineNumber":120,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":121,"author":{"gitId":"-"},"content":") {"},{"lineNumber":122,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])}"},{"lineNumber":123,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":124,"author":{"gitId":"-"},"content":") {"},{"lineNumber":125,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Boilerplate include\")])])}"},{"lineNumber":126,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":127,"author":{"gitId":"-"},"content":") {"},{"lineNumber":128,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"path-within-the-boilerplate-folder-is-separately-specified\"}},[_v(\"Path within the boilerplate folder is separately specified\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#path-within-the-boilerplate-folder-is-separately-specified\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":129,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":130,"author":{"gitId":"-"},"content":") {"},{"lineNumber":131,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Also, the boilerplate file name (e.g. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"inside.md\")]),_v(\") and the file that it is supposed to act as (\"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"notInside.md\")]),_v(\") can be different.\")])}"},{"lineNumber":132,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":133,"author":{"gitId":"-"},"content":") {"},{"lineNumber":134,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This file should behaves as if it is in the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"line-numbers hljs inline no-lang\"}},[_v(\"requirements\")]),_v(\" folder:\")])}"},{"lineNumber":135,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":136,"author":{"gitId":"-"},"content":") {"},{"lineNumber":137,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested include\")])])}"},{"lineNumber":138,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":139,"author":{"gitId":"-"},"content":") {"},{"lineNumber":140,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Establishing requirements\")]),_v(\": \"),_c(\u0027span\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Specifying requirements\")]),_v(\": \"),_c(\u0027span\u0027,[_v(\"As we establish requirements, they should be recorded in some way for future reference,\\nusually called a requirement specification. Furthermore, it is advisable to show these requirements to stakeholders,\\nand refine requirements based on their feedback. The next phase is to convert requirements into a product\\nspecification that specifies how the product will address the requirements. \")])])])])}"},{"lineNumber":141,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":142,"author":{"gitId":"-"},"content":") {"},{"lineNumber":143,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"HTML include\")])])}"},{"lineNumber":144,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":145,"author":{"gitId":"-"},"content":") {"},{"lineNumber":146,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This is a HTML document\")]),_v(\" \"),_c(\u0027span\u0027,[_v(\"It is \"),_c(\u0027strong\u0027,[_v(\"possible\")]),_v(\" to use Markdown in HTML\")])])}"},{"lineNumber":147,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":148,"author":{"gitId":"-"},"content":") {"},{"lineNumber":149,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include from another MarkBind site\")])])}"},{"lineNumber":150,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":151,"author":{"gitId":"-"},"content":") {"},{"lineNumber":152,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"This is a page from another MarkBind site.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"feature-list\"}},[_v(\"Feature list\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#feature-list\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"It is a list of features (or functionalities) grouped according to some criteria such as priority\\n(e.g. must-have, nice-to-have, etc. ), order of delivery, object or process related\\n(e.g. order-related, invoice-related, etc.).\\nHere is a sample feature list from Minesweeper (only a brief description has been provided to save space).\")]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Basic play – Single player play.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Difficulty levels – Additional Medium and Advanced levels.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Versus play – Two players can play against each other.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Timer – Additional fixed time restriction on the player.\")])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"image\"}},[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})])])}"},{"lineNumber":153,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":154,"author":{"gitId":"-"},"content":") {"},{"lineNumber":155,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"IMG tags:\\n\"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}}),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://dummyimage.com/600x400/000/fff\"}})])}"},{"lineNumber":156,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":157,"author":{"gitId":"-"},"content":") {"},{"lineNumber":158,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Anchor:\\n\"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://dummyimage.com/600x400/000/fff\"}},[_v(\"External Image\")])])}"},{"lineNumber":159,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":160,"author":{"gitId":"-"},"content":") {"},{"lineNumber":161,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/sub_site/images/I\u0027m%20not%20allowed%20to%20use%20my%20favorite%20tool.png\"}},[_v(\"Link to picture\")]),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"id\":\"namedAnchor\"}},[_v(\"Named Anchor\")]),_v(\" \"),_c(\u0027a\u0027,[_v(\"Anchor with no attributes\")])])}"},{"lineNumber":162,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":163,"author":{"gitId":"-"},"content":") {"},{"lineNumber":164,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include nested sub-site directly\")])])}"},{"lineNumber":165,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":166,"author":{"gitId":"-"},"content":") {"},{"lineNumber":167,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include nested sub-site from sub-site\")])])}"},{"lineNumber":168,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":169,"author":{"gitId":"-"},"content":") {"},{"lineNumber":170,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file using baseUrl\")])])}"},{"lineNumber":171,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":172,"author":{"gitId":"-"},"content":") {"},{"lineNumber":173,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-folder that uses baseUrl\")])])}"},{"lineNumber":174,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":175,"author":{"gitId":"-"},"content":") {"},{"lineNumber":176,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])])}"},{"lineNumber":177,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":178,"author":{"gitId":"-"},"content":") {"},{"lineNumber":179,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-folder that uses baseUrl using baseUrl\")])])}"},{"lineNumber":180,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":181,"author":{"gitId":"-"},"content":") {"},{"lineNumber":182,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_v(\"Requirements gathering, requirements elicitation, requirements analysis,\\nrequirements capture are some of the terms commonly \"),_c(\u0027strong\u0027,[_v(\"and\")]),_v(\" interchangeably used to represent the activity\\nof understanding what a software product should do.\")])])}"},{"lineNumber":183,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":184,"author":{"gitId":"-"},"content":") {"},{"lineNumber":185,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-site that uses baseUrl\")])])}"},{"lineNumber":186,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":187,"author":{"gitId":"-"},"content":") {"},{"lineNumber":188,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})])])}"},{"lineNumber":189,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":190,"author":{"gitId":"-"},"content":") {"},{"lineNumber":191,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include a file in a sub-site that uses baseUrl using baseUrl\")])])}"},{"lineNumber":192,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":193,"author":{"gitId":"-"},"content":") {"},{"lineNumber":194,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027div\u0027,[_c(\u0027img\u0027,{attrs:{\"src\":\"/test_site/sub_site/images/I\u0027m not allowed to use my favorite tool.png\"}})])])}"},{"lineNumber":195,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":196,"author":{"gitId":"-"},"content":") {"},{"lineNumber":197,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Trimmed include\")])])}"},{"lineNumber":198,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":199,"author":{"gitId":"-"},"content":") {"},{"lineNumber":200,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027span\u0027,[_c(\u0027br\u0027),_v(\"\\nFragment with leading spaces and newline\")])])])}"},{"lineNumber":201,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":202,"author":{"gitId":"-"},"content":") {"},{"lineNumber":203,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Trimmed include fragment\")])])}"},{"lineNumber":204,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":205,"author":{"gitId":"-"},"content":") {"},{"lineNumber":206,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Before | \"),_c(\u0027span\u0027,[_v(\"Fragment with leading spaces and newline\")]),_v(\" | After\")])])}"},{"lineNumber":207,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":208,"author":{"gitId":"-"},"content":") {"},{"lineNumber":209,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Include with custom variables\")])])}"},{"lineNumber":210,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":211,"author":{"gitId":"-"},"content":") {"},{"lineNumber":212,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable as include attribute\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable as include attribute\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable with markdown\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027strong\u0027,[_v(\"Included variable with markdown\")])])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable as attribute\")])]),_v(\" \"),_c(\u0027p\u0027,{staticStyle:{\"color\":\"blue\"}},[_v(\"Test\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable as HTML element\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027span\u0027,[_v(\"Included variable within HTML element\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable overridden by variables.md\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Global Variable Overriding Included Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variables in included file\")])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Included variable in outer included file\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable overriding inner variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Inner included variables should not leak into other files\")])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Should be blank:\")])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test included variable with global variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable with Global Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks set overridden by include variable and global variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks import overridden by include variable and global variable\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks set overridden by include variable and global variable in nested include\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks import overridden by include variable and global variable in nested include\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Included variable\\nGlobal Variable\")]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test missing variable with default\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Missing Variable\")])])}"},{"lineNumber":213,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":214,"author":{"gitId":"-"},"content":") {"},{"lineNumber":215,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Variables for includes should not be recognised as page variables, hence, there should be no text between \"),_c(\u0027strong\u0027,[_v(\"this\")])])}"},{"lineNumber":216,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":217,"author":{"gitId":"-"},"content":") {"},{"lineNumber":218,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"and \"),_c(\u0027strong\u0027,[_v(\"this\")]),_v(\".\")])}"},{"lineNumber":219,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":220,"author":{"gitId":"-"},"content":") {"},{"lineNumber":221,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Included variables should not leak into other files\")])])}"},{"lineNumber":222,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":223,"author":{"gitId":"-"},"content":") {"},{"lineNumber":224,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027p\u0027,[_v(\"Should be blank:\")])])}"},{"lineNumber":225,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":226,"author":{"gitId":"-"},"content":") {"},{"lineNumber":227,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with shorthand heading syntax\")])])}"},{"lineNumber":228,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":229,"author":{"gitId":"-"},"content":") {"},{"lineNumber":230,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel without src\")])])}"},{"lineNumber":231,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":232,"author":{"gitId":"-"},"content":") {"},{"lineNumber":233,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with normal src\")])])}"},{"lineNumber":234,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":235,"author":{"gitId":"-"},"content":") {"},{"lineNumber":236,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with src from a page segment\")])])}"},{"lineNumber":237,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":238,"author":{"gitId":"-"},"content":") {"},{"lineNumber":239,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with boilerplate\")])])}"},{"lineNumber":240,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":241,"author":{"gitId":"-"},"content":") {"},{"lineNumber":242,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested panel\")])])}"},{"lineNumber":243,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":244,"author":{"gitId":"-"},"content":") {"},{"lineNumber":245,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested panel without src\")])])}"},{"lineNumber":246,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":247,"author":{"gitId":"-"},"content":") {"},{"lineNumber":248,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Panel with src from another MarkBind site\")])])}"},{"lineNumber":249,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":250,"author":{"gitId":"-"},"content":") {"},{"lineNumber":251,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Modal with panel inside\")])])}"},{"lineNumber":252,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":253,"author":{"gitId":"-"},"content":") {"},{"lineNumber":254,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Unexpanded panel\")])])}"},{"lineNumber":255,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":256,"author":{"gitId":"-"},"content":") {"},{"lineNumber":257,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test panel closing transitions\")])])}"},{"lineNumber":258,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":259,"author":{"gitId":"-"},"content":") {"},{"lineNumber":260,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested Panel with height greater than viewport\")])])}"},{"lineNumber":261,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":262,"author":{"gitId":"-"},"content":") {"},{"lineNumber":263,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Nested Panel with height smaller than viewport\")])])}"},{"lineNumber":264,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":265,"author":{"gitId":"-"},"content":") {"},{"lineNumber":266,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal Panel with height greater than viewport\")])])}"},{"lineNumber":267,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":268,"author":{"gitId":"-"},"content":") {"},{"lineNumber":269,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Minimal Panel with height smaller than viewport\")])])}"},{"lineNumber":270,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":271,"author":{"gitId":"-"},"content":") {"},{"lineNumber":272,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test search indexing\")])])}"},{"lineNumber":273,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":274,"author":{"gitId":"-"},"content":") {"},{"lineNumber":275,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test PlantUML live reload without include\")])])}"},{"lineNumber":276,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":277,"author":{"gitId":"-"},"content":") {"},{"lineNumber":278,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test PlantUML live reload with include\")])])}"},{"lineNumber":279,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":280,"author":{"gitId":"-"},"content":") {"},{"lineNumber":281,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"PlantUML Test\")])])}"},{"lineNumber":282,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":283,"author":{"gitId":"-"},"content":") {"},{"lineNumber":284,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Sequence Diagram\")])])}"},{"lineNumber":285,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":286,"author":{"gitId":"-"},"content":") {"},{"lineNumber":287,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Use Case Diagram\")])])}"},{"lineNumber":288,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":289,"author":{"gitId":"-"},"content":") {"},{"lineNumber":290,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Class Diagram\")])])}"},{"lineNumber":291,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":292,"author":{"gitId":"-"},"content":") {"},{"lineNumber":293,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test PlantUML in sub folder\")])])}"},{"lineNumber":294,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":295,"author":{"gitId":"-"},"content":") {"},{"lineNumber":296,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Activity Diagram\")])])}"},{"lineNumber":297,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":298,"author":{"gitId":"-"},"content":") {"},{"lineNumber":299,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Component Diagram\")])])}"},{"lineNumber":300,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":301,"author":{"gitId":"-"},"content":") {"},{"lineNumber":302,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"State Diagram\")])])}"},{"lineNumber":303,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":304,"author":{"gitId":"-"},"content":") {"},{"lineNumber":305,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Object Diagram\")])])}"},{"lineNumber":306,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":307,"author":{"gitId":"-"},"content":") {"},{"lineNumber":308,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h2\u0027,{staticClass:\"no-index\",attrs:{\"id\":\"level-2-header-inside-headingsearchindex-with-no-index-attribute-should-not-be-indexed\"}},[_v(\"Level 2 header (inside headingSearchIndex) with no-index attribute should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#level-2-header-inside-headingsearchindex-with-no-index-attribute-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":309,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":310,"author":{"gitId":"-"},"content":") {"},{"lineNumber":311,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h6\u0027,{staticClass:\"always-index\",attrs:{\"id\":\"level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\"}},[_v(\"Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":312,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":313,"author":{"gitId":"-"},"content":") {"},{"lineNumber":314,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Test nunjucks raw tags\")])])}"},{"lineNumber":315,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":316,"author":{"gitId":"-"},"content":") {"},{"lineNumber":317,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-1-1\"}},[_c(\u0027p\u0027,[_v(\"Here is the footnote. Footnotes will appear at the bottom of the page.\")])])}"},{"lineNumber":318,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":319,"author":{"gitId":"-"},"content":") {"},{"lineNumber":320,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-1-2\"}},[_c(\u0027p\u0027,[_v(\"Here\u0027s one with multiple blocks.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Subsequent paragraphs are indented to show that they\\nbelong to the previous footnote.\")])])}"},{"lineNumber":321,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":322,"author":{"gitId":"-"},"content":") {"},{"lineNumber":323,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-1-3\"}},[_c(\u0027p\u0027,[_v(\"Inlines notes are easier to write, since\\nyou don\u0027t have to pick an identifier and move down to type the\\nnote.\")])])}"},{"lineNumber":324,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":325,"author":{"gitId":"-"},"content":") {"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-2-1\"}},[_c(\u0027p\u0027,[_v(\"footnote1\")])])}"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027li\u0027,{staticClass:\"footnote-item\",attrs:{\"id\":\"fn-2-2\"}},[_c(\u0027p\u0027,[_v(\"footnote2\")])])}"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":332,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":333,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":334,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"-":324,"yiwen101":10}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site/expected/plugins/web3Form/web-3-form.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"LamJiuFong"},"content":".web-3-form input,"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":".web-3-form select,"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":".web-3-form textarea {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding: 12px;"},{"lineNumber":6,"author":{"gitId":"-"},"content":" border: 1px solid #ccc;"},{"lineNumber":7,"author":{"gitId":"-"},"content":" border-radius: 4px;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" box-sizing: border-box;"},{"lineNumber":9,"author":{"gitId":"-"},"content":" margin-top: 6px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" margin-bottom: 16px;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" resize: vertical;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":3,"-":9}},{"path":"packages/cli/test/functional/test_site/expected/siteData.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"enableSearch\": true,"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":4,"author":{"gitId":"-"},"content":" {"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"src\": \"bugs/index.md\","},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"title\": \"Open Bugs\","},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":9,"author":{"gitId":"-"},"content":" },"},{"lineNumber":10,"author":{"gitId":"-"},"content":" {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"panel-with-heading\": \"Panel with heading\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"panel-without-heading-with-keyword\": \"Panel without heading with keyword\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"panel-with-heading-with-keyword\": \"Panel with heading with keyword\","},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"panel-without-src-header\": \"Panel without src header\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"panel-with-normal-src-header\": \"Panel with normal src header\","},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"panel-with-src-from-a-page-segment-header\": \"Panel with src from a page segment header\","},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"boilerplate-referencing\": \"Boilerplate referencing\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"boilerplate-referencing-2\": \"Boilerplate referencing 2\","},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"referencing-specified-path-in-boilerplate\": \"Referencing specified path in boilerplate\","},{"lineNumber":23,"author":{"gitId":"-"},"content":" \"outer-nested-panel\": \"Outer nested panel\","},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"outer-nested-panel-without-src\": \"Outer nested panel without src\","},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"panel-with-src-from-another-markbind-site-header\": \"Panel with src from another MarkBind site header\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"panel-with-src-from-another-markbind-site-header-2\": \"Panel with src from another MarkBind site header\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"unexpanded-panel-header\": \"Unexpanded panel header\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"keyword-should-be-tagged-to-this-heading-not-the-panel-heading\": \"Keyword should be tagged to this heading, not the panel heading\","},{"lineNumber":29,"author":{"gitId":"-"},"content":" \"panel-normal-source-content-headings\": \"Panel normal source content headings\","},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"panel-source-segment-content-headings\": \"Panel source segment content headings\","},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"boilerplate-test-for-panel-heading\": \"boilerplate test for panel heading\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"heading-in-panel-boilerplate\": \"heading in panel boilerplate\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"nested-panel\": \"Nested Panel\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"normal-panel-content-heading\": \"Normal panel content heading\","},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"inner-panel-header-without-src\": \"Inner panel header without src\","},{"lineNumber":36,"author":{"gitId":"-"},"content":" \"feature-list\": \"Feature list\","},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"heading-with-multiple-keywords\": \"Heading with multiple keywords\","},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"heading-with-keyword-in-panel\": \"Heading with keyword in panel\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"heading-fragment-with-leading-spaces-and-newline\": \"Heading \\nFragment with leading spaces and newline\\n\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"heading-with-included-keyword\": \"Heading with included keyword\","},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"included-heading\": \"Included Heading\","},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"heading-with-nested-keyword\": \"Heading with nested keyword\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"heading-with-hidden-keyword\": \"Heading with hidden keyword\","},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"establishing-requirements\": \"Establishing Requirements\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"brainstorming\": \"Brainstorming\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"user-surveys\": \"User surveys\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"focus-groups\": \"Focus groups\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"path-within-the-boilerplate-folder-is-separately-specified\": \"Path within the boilerplate folder is separately specified\","},{"lineNumber":49,"author":{"gitId":"-"},"content":" \"level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed\": \"Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed\""},{"lineNumber":50,"author":{"gitId":"-"},"content":" },"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"headingKeywords\": {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"heading-with-keyword-in-panel\": ["},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":54,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \"panel-with-heading\": ["},{"lineNumber":56,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":57,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \"keyword-should-be-tagged-to-this-heading-not-the-panel-heading\": ["},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":61,"author":{"gitId":"-"},"content":" \"panel-with-heading-with-keyword\": ["},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"panel keyword\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \"heading-with-multiple-keywords\": ["},{"lineNumber":65,"author":{"gitId":"-"},"content":" \"keyword 1\","},{"lineNumber":66,"author":{"gitId":"-"},"content":" \"keyword 2\""},{"lineNumber":67,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \"heading-with-included-keyword\": ["},{"lineNumber":69,"author":{"gitId":"-"},"content":" \"included keyword\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"included-heading\": ["},{"lineNumber":72,"author":{"gitId":"-"},"content":" \"Keyword with included heading\""},{"lineNumber":73,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \"heading-with-nested-keyword\": ["},{"lineNumber":75,"author":{"gitId":"-"},"content":" \"nested keyword\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \"heading-with-hidden-keyword\": ["},{"lineNumber":78,"author":{"gitId":"-"},"content":" \"invisible keyword\""},{"lineNumber":79,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"-"},"content":" },"},{"lineNumber":82,"author":{"gitId":"-"},"content":" {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/index.md\","},{"lineNumber":84,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" \"feature-list\": \"Feature list\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" },"},{"lineNumber":87,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":" {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/nested_sub_site/index.md\","},{"lineNumber":91,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":92,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":93,"author":{"gitId":"-"},"content":" },"},{"lineNumber":94,"author":{"gitId":"-"},"content":" {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \"src\": \"test_md_fragment.md\","},{"lineNumber":96,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \"some-heading\": \"Some heading\""},{"lineNumber":98,"author":{"gitId":"-"},"content":" },"},{"lineNumber":99,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":100,"author":{"gitId":"-"},"content":" },"},{"lineNumber":101,"author":{"gitId":"-"},"content":" {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \"src\": \"testEmptyFrontmatter.md\","},{"lineNumber":103,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":104,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":106,"author":{"gitId":"-"},"content":" },"},{"lineNumber":107,"author":{"gitId":"-"},"content":" {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" \"src\": \"testLayoutsOverride.md\","},{"lineNumber":109,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":110,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":112,"author":{"gitId":"-"},"content":" },"},{"lineNumber":113,"author":{"gitId":"-"},"content":" {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \"src\": \"testEmptyAltFrontMatter.md\","},{"lineNumber":115,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":116,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":117,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":118,"author":{"gitId":"-"},"content":" },"},{"lineNumber":119,"author":{"gitId":"-"},"content":" {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" \"src\": \"testLayoutsOverrideWithAltFrontmatter.md\","},{"lineNumber":121,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":122,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":123,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":124,"author":{"gitId":"-"},"content":" },"},{"lineNumber":125,"author":{"gitId":"-"},"content":" {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \"src\": \"testAltFrontMatterInvalidKeyValue.md\","},{"lineNumber":127,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":128,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" \"src\": \"testSingleAltFrontMatter.md\","},{"lineNumber":133,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":134,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":135,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":136,"author":{"gitId":"-"},"content":" },"},{"lineNumber":137,"author":{"gitId":"-"},"content":" {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \"src\": \"testAltFrontMatterParsing.md\","},{"lineNumber":139,"author":{"gitId":"-"},"content":" \"title\": \"new title\","},{"lineNumber":140,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":141,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":142,"author":{"gitId":"-"},"content":" },"},{"lineNumber":143,"author":{"gitId":"-"},"content":" {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" \"src\": \"testExternalScripts.md\","},{"lineNumber":145,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":146,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":148,"author":{"gitId":"-"},"content":" },"},{"lineNumber":149,"author":{"gitId":"-"},"content":" {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \"src\": \"testLayouts.md\","},{"lineNumber":151,"author":{"gitId":"-"},"content":" \"title\": \"Test nunjucks path resolving\","},{"lineNumber":152,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":153,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":154,"author":{"gitId":"-"},"content":" },"},{"lineNumber":155,"author":{"gitId":"-"},"content":" {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \"src\": \"testLayoutsWithAltFrontMatter.md\","},{"lineNumber":157,"author":{"gitId":"-"},"content":" \"title\": \"Test nunjucks path resolving\","},{"lineNumber":158,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":159,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \"src\": \"testNunjucksPathResolving.md\","},{"lineNumber":163,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":164,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":165,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":166,"author":{"gitId":"-"},"content":" },"},{"lineNumber":167,"author":{"gitId":"-"},"content":" {"},{"lineNumber":168,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/testNunjucksPathResolving.md\","},{"lineNumber":169,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":170,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":171,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" \"src\": \"sub_site/nested_sub_site/testNunjucksPathResolving.md\","},{"lineNumber":175,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":176,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":177,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":178,"author":{"gitId":"-"},"content":" },"},{"lineNumber":179,"author":{"gitId":"-"},"content":" {"},{"lineNumber":180,"author":{"gitId":"-"},"content":" \"src\": \"testAntiFOUCStyles.md\","},{"lineNumber":181,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":182,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":183,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":184,"author":{"gitId":"-"},"content":" },"},{"lineNumber":185,"author":{"gitId":"-"},"content":" {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \"src\": \"testAnchorGeneration.md\","},{"lineNumber":187,"author":{"gitId":"-"},"content":" \"title\": \"Anchor Generation Test\","},{"lineNumber":188,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \"should-have-anchor-7\": \"should have anchor\","},{"lineNumber":190,"author":{"gitId":"-"},"content":" \"should-have-anchor-20\": \"should have anchor\","},{"lineNumber":191,"author":{"gitId":"-"},"content":" \"should-have-anchor-8\": \"should have anchor\","},{"lineNumber":192,"author":{"gitId":"-"},"content":" \"should-have-anchor-9\": \"should have anchor\","},{"lineNumber":193,"author":{"gitId":"-"},"content":" \"should-have-anchor-10\": \"should have anchor\","},{"lineNumber":194,"author":{"gitId":"-"},"content":" \"should-have-anchor-11\": \"should have anchor\","},{"lineNumber":195,"author":{"gitId":"-"},"content":" \"should-have-anchor-21\": \"should have anchor\","},{"lineNumber":196,"author":{"gitId":"-"},"content":" \"should-have-anchor-22\": \"should have anchor\","},{"lineNumber":197,"author":{"gitId":"-"},"content":" \"should-have-anchor-23\": \"should have anchor\","},{"lineNumber":198,"author":{"gitId":"-"},"content":" \"should-have-anchor-24\": \"should have anchor\","},{"lineNumber":199,"author":{"gitId":"-"},"content":" \"root-file\": \"Root file\","},{"lineNumber":200,"author":{"gitId":"-"},"content":" \"should-have-anchor\": \"should have anchor\","},{"lineNumber":201,"author":{"gitId":"-"},"content":" \"should-have-anchor-2\": \"should have anchor\","},{"lineNumber":202,"author":{"gitId":"-"},"content":" \"should-have-anchor-3\": \"should have anchor\","},{"lineNumber":203,"author":{"gitId":"-"},"content":" \"should-have-anchor-4\": \"should have anchor\","},{"lineNumber":204,"author":{"gitId":"-"},"content":" \"included-file\": \"Included File\","},{"lineNumber":205,"author":{"gitId":"-"},"content":" \"should-have-anchor-14\": \"should have anchor\","},{"lineNumber":206,"author":{"gitId":"-"},"content":" \"should-have-anchor-15\": \"should have anchor\","},{"lineNumber":207,"author":{"gitId":"-"},"content":" \"should-have-anchor-16\": \"should have anchor\","},{"lineNumber":208,"author":{"gitId":"-"},"content":" \"should-have-anchor-17\": \"should have anchor\""},{"lineNumber":209,"author":{"gitId":"-"},"content":" },"},{"lineNumber":210,"author":{"gitId":"-"},"content":" \"headingKeywords\": {},"},{"lineNumber":211,"author":{"gitId":"-"},"content":" \"frontmatterKeywords\": \"testFrontmatterKeywords\""},{"lineNumber":212,"author":{"gitId":"-"},"content":" },"},{"lineNumber":213,"author":{"gitId":"-"},"content":" {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" \"src\": \"testAnnotate.md\","},{"lineNumber":215,"author":{"gitId":"-"},"content":" \"title\": \"Annotate Feature Test\","},{"lineNumber":216,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" \"content\": \"Content\""},{"lineNumber":218,"author":{"gitId":"-"},"content":" },"},{"lineNumber":219,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":220,"author":{"gitId":"-"},"content":" },"},{"lineNumber":221,"author":{"gitId":"-"},"content":" {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" \"src\": \"testTooltipSpacing.md\","},{"lineNumber":223,"author":{"gitId":"-"},"content":" \"title\": \"Tooltip Spacing Test\","},{"lineNumber":224,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" \"569-stray-space-after-tooltip\": \"569: Stray space after tooltip\""},{"lineNumber":226,"author":{"gitId":"-"},"content":" },"},{"lineNumber":227,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":228,"author":{"gitId":"-"},"content":" },"},{"lineNumber":229,"author":{"gitId":"-"},"content":" {"},{"lineNumber":230,"author":{"gitId":"-"},"content":" \"src\": \"testThumbnails.md\","},{"lineNumber":231,"author":{"gitId":"-"},"content":" \"title\": \"Thumbnails Test\","},{"lineNumber":232,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":233,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":234,"author":{"gitId":"-"},"content":" },"},{"lineNumber":235,"author":{"gitId":"-"},"content":" {"},{"lineNumber":236,"author":{"gitId":"-"},"content":" \"src\": \"testPlantUML.md\","},{"lineNumber":237,"author":{"gitId":"-"},"content":" \"title\": \"PlantUML Test\","},{"lineNumber":238,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":239,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":240,"author":{"gitId":"-"},"content":" },"},{"lineNumber":241,"author":{"gitId":"-"},"content":" {"},{"lineNumber":242,"author":{"gitId":"-"},"content":" \"src\": \"testCodeBlocks.md\","},{"lineNumber":243,"author":{"gitId":"-"},"content":" \"title\": \"Test: Code Blocks\","},{"lineNumber":244,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":245,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":246,"author":{"gitId":"-"},"content":" },"},{"lineNumber":247,"author":{"gitId":"-"},"content":" {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" \"src\": \"testIncludePluginsRendered.md\","},{"lineNumber":249,"author":{"gitId":"-"},"content":" \"title\": \"Included files should have plugins rendered on them\","},{"lineNumber":250,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":251,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":252,"author":{"gitId":"-"},"content":" },"},{"lineNumber":253,"author":{"gitId":"-"},"content":" {"},{"lineNumber":254,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeMultipleModals.md\","},{"lineNumber":255,"author":{"gitId":"-"},"content":" \"title\": \"Multiple inclusions of a modal should be supported\","},{"lineNumber":256,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":257,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":258,"author":{"gitId":"-"},"content":" },"},{"lineNumber":259,"author":{"gitId":"-"},"content":" {"},{"lineNumber":260,"author":{"gitId":"-"},"content":" \"src\": \"testPopovers.md\","},{"lineNumber":261,"author":{"gitId":"-"},"content":" \"title\": \"Test: Popovers\","},{"lineNumber":262,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" \"nested-panel\": \"Nested Panel\","},{"lineNumber":264,"author":{"gitId":"-"},"content":" \"normal-panel-content-heading\": \"Normal panel content heading\","},{"lineNumber":265,"author":{"gitId":"-"},"content":" \"some-heading\": \"Some heading\","},{"lineNumber":266,"author":{"gitId":"-"},"content":" \"some-heading-2\": \"Some heading\""},{"lineNumber":267,"author":{"gitId":"-"},"content":" },"},{"lineNumber":268,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":269,"author":{"gitId":"-"},"content":" },"},{"lineNumber":270,"author":{"gitId":"-"},"content":" {"},{"lineNumber":271,"author":{"gitId":"-"},"content":" \"src\": \"testPopoverTrigger.md\","},{"lineNumber":272,"author":{"gitId":"-"},"content":" \"title\": \"Popover initiated by trigger should honor trigger attribute\","},{"lineNumber":273,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":274,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":275,"author":{"gitId":"-"},"content":" },"},{"lineNumber":276,"author":{"gitId":"-"},"content":" {"},{"lineNumber":277,"author":{"gitId":"-"},"content":" \"src\": \"testModals.md\","},{"lineNumber":278,"author":{"gitId":"-"},"content":" \"title\": \"Test: Modals\","},{"lineNumber":279,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":280,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":281,"author":{"gitId":"-"},"content":" },"},{"lineNumber":282,"author":{"gitId":"-"},"content":" {"},{"lineNumber":283,"author":{"gitId":"-"},"content":" \"src\": \"testDates.md\","},{"lineNumber":284,"author":{"gitId":"-"},"content":" \"title\": \"Nunjucks date filter tests\","},{"lineNumber":285,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":286,"author":{"gitId":"-"},"content":" \"dates\": \"Dates\""},{"lineNumber":287,"author":{"gitId":"-"},"content":" },"},{"lineNumber":288,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":289,"author":{"gitId":"-"},"content":" },"},{"lineNumber":290,"author":{"gitId":"-"},"content":" {"},{"lineNumber":291,"author":{"gitId":"-"},"content":" \"src\": \"testVariableContainsInclude.md\","},{"lineNumber":292,"author":{"gitId":"-"},"content":" \"title\": \"Variable should be able to store included content fragments\","},{"lineNumber":293,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" \"content-fragment\": \"content fragment\""},{"lineNumber":295,"author":{"gitId":"-"},"content":" },"},{"lineNumber":296,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":297,"author":{"gitId":"-"},"content":" },"},{"lineNumber":298,"author":{"gitId":"-"},"content":" {"},{"lineNumber":299,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeBoilerplate.md\","},{"lineNumber":300,"author":{"gitId":"-"},"content":" \"title\": \"Content inside \u003cinclude\u003e should not be processed by markdown\","},{"lineNumber":301,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":302,"author":{"gitId":"-"},"content":" \"hello\": \"hello\""},{"lineNumber":303,"author":{"gitId":"-"},"content":" },"},{"lineNumber":304,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":305,"author":{"gitId":"-"},"content":" },"},{"lineNumber":306,"author":{"gitId":"-"},"content":" {"},{"lineNumber":307,"author":{"gitId":"-"},"content":" \"src\": \"testPanels.md\","},{"lineNumber":308,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels\","},{"lineNumber":309,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":310,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":311,"author":{"gitId":"-"},"content":" },"},{"lineNumber":312,"author":{"gitId":"-"},"content":" {"},{"lineNumber":313,"author":{"gitId":"-"},"content":" \"src\": \"testPanelMarkdownParsing.md\","},{"lineNumber":314,"author":{"gitId":"-"},"content":" \"title\": \"markdown-it should parse minimized panel as inline element and normal panel as block element\","},{"lineNumber":315,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":316,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":317,"author":{"gitId":"-"},"content":" },"},{"lineNumber":318,"author":{"gitId":"-"},"content":" {"},{"lineNumber":319,"author":{"gitId":"-"},"content":" \"src\": \"testCenterText.md\","},{"lineNumber":320,"author":{"gitId":"-"},"content":" \"title\": \"Center-aligned text test\","},{"lineNumber":321,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" \"center-text\": \"Center Text\""},{"lineNumber":323,"author":{"gitId":"-"},"content":" },"},{"lineNumber":324,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":325,"author":{"gitId":"-"},"content":" },"},{"lineNumber":326,"author":{"gitId":"-"},"content":" {"},{"lineNumber":327,"author":{"gitId":"-"},"content":" \"src\": \"testHr.md\","},{"lineNumber":328,"author":{"gitId":"-"},"content":" \"title\": \"create different types of horizontal rules\","},{"lineNumber":329,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":330,"author":{"gitId":"-"},"content":" \"different-types-of-horizontal-rules\": \"Different types of horizontal rules\""},{"lineNumber":331,"author":{"gitId":"-"},"content":" },"},{"lineNumber":332,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":333,"author":{"gitId":"-"},"content":" },"},{"lineNumber":334,"author":{"gitId":"-"},"content":" {"},{"lineNumber":335,"author":{"gitId":"-"},"content":" \"src\": \"testPageNav.md\","},{"lineNumber":336,"author":{"gitId":"-"},"content":" \"title\": \"text interpolation should be skipped appropriately\","},{"lineNumber":337,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":338,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":339,"author":{"gitId":"-"},"content":" },"},{"lineNumber":340,"author":{"gitId":"-"},"content":" {"},{"lineNumber":341,"author":{"gitId":"-"},"content":" \"src\": \"testPanelsClosingTransition.md\","},{"lineNumber":342,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels closing transition\","},{"lineNumber":343,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":344,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":345,"author":{"gitId":"-"},"content":" },"},{"lineNumber":346,"author":{"gitId":"-"},"content":" {"},{"lineNumber":347,"author":{"gitId":"-"},"content":" \"src\": \"testLinks.md\","},{"lineNumber":348,"author":{"gitId":"-"},"content":" \"title\": \"Autolink tests\","},{"lineNumber":349,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":350,"author":{"gitId":"-"},"content":" \"autolinks\": \"Autolinks\""},{"lineNumber":351,"author":{"gitId":"-"},"content":" },"},{"lineNumber":352,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":353,"author":{"gitId":"-"},"content":" },"},{"lineNumber":354,"author":{"gitId":"-"},"content":" {"},{"lineNumber":355,"author":{"gitId":"-"},"content":" \"src\": \"testTree.md\","},{"lineNumber":356,"author":{"gitId":"-"},"content":" \"title\": \"Tree tests\","},{"lineNumber":357,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":358,"author":{"gitId":"-"},"content":" \"tree\": \"Tree\","},{"lineNumber":359,"author":{"gitId":"-"},"content":" \"single-tree\": \"Single Tree\","},{"lineNumber":360,"author":{"gitId":"-"},"content":" \"multiple-tree\": \"Multiple Tree\","},{"lineNumber":361,"author":{"gitId":"-"},"content":" \"inline-markdown\": \"Inline Markdown\""},{"lineNumber":362,"author":{"gitId":"-"},"content":" },"},{"lineNumber":363,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":364,"author":{"gitId":"-"},"content":" },"},{"lineNumber":365,"author":{"gitId":"-"},"content":" {"},{"lineNumber":366,"author":{"gitId":"-"},"content":" \"src\": \"testMath.md\","},{"lineNumber":367,"author":{"gitId":"-"},"content":" \"title\": \"Math formulae should be displayed correctly, with additional plugin\","},{"lineNumber":368,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":369,"author":{"gitId":"-"},"content":" \"math-formulae\": \"Math Formulae\","},{"lineNumber":370,"author":{"gitId":"-"},"content":" \"markbind-supports-typesetting-tex-math-equations\": \"Markbind supports typesetting TeX math equations\","},{"lineNumber":371,"author":{"gitId":"-"},"content":" \"additional-delimiters-can-be-used-if-mathdelimiters-plugin-is-enabled\": \"Additional delimiters can be used if mathDelimiters plugin is enabled\""},{"lineNumber":372,"author":{"gitId":"-"},"content":" },"},{"lineNumber":373,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":374,"author":{"gitId":"-"},"content":" },"},{"lineNumber":375,"author":{"gitId":"-"},"content":" {"},{"lineNumber":376,"author":{"gitId":"-"},"content":" \"src\": \"testImages.md\","},{"lineNumber":377,"author":{"gitId":"-"},"content":" \"title\": \"Rendering of images according to specified dimension and auto-linkify ability\","},{"lineNumber":378,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":379,"author":{"gitId":"-"},"content":" \"images\": \"Images\","},{"lineNumber":380,"author":{"gitId":"-"},"content":" \"alt\": \"Alt\","},{"lineNumber":381,"author":{"gitId":"-"},"content":" \"dimension\": \"Dimension\","},{"lineNumber":382,"author":{"gitId":"-"},"content":" \"linkify\": \"Linkify\""},{"lineNumber":383,"author":{"gitId":"-"},"content":" },"},{"lineNumber":384,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":385,"author":{"gitId":"-"},"content":" },"},{"lineNumber":386,"author":{"gitId":"-"},"content":" {"},{"lineNumber":387,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavTarget.md\","},{"lineNumber":388,"author":{"gitId":"-"},"content":" \"title\": \"Bootstrap scrollspy related classes should be applied only if there are navigable headings\","},{"lineNumber":389,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":390,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":391,"author":{"gitId":"-"},"content":" },"},{"lineNumber":392,"author":{"gitId":"-"},"content":" {"},{"lineNumber":393,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithoutTitleAndNavHeadings.md\","},{"lineNumber":394,"author":{"gitId":"-"},"content":" \"title\": \"page nav separator should be omitted when there is no title and navigation headings added\","},{"lineNumber":395,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":396,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":397,"author":{"gitId":"-"},"content":" },"},{"lineNumber":398,"author":{"gitId":"-"},"content":" {"},{"lineNumber":399,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithOnlyTitle.md\","},{"lineNumber":400,"author":{"gitId":"-"},"content":" \"title\": \"page nav with title added\","},{"lineNumber":401,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":402,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":403,"author":{"gitId":"-"},"content":" },"},{"lineNumber":404,"author":{"gitId":"-"},"content":" {"},{"lineNumber":405,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavPrint.md\","},{"lineNumber":406,"author":{"gitId":"-"},"content":" \"title\": \"printing page nav\","},{"lineNumber":407,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":408,"author":{"gitId":"-"},"content":" \"h1\": \"H1\","},{"lineNumber":409,"author":{"gitId":"-"},"content":" \"h2\": \"H2\""},{"lineNumber":410,"author":{"gitId":"-"},"content":" },"},{"lineNumber":411,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":412,"author":{"gitId":"-"},"content":" },"},{"lineNumber":413,"author":{"gitId":"-"},"content":" {"},{"lineNumber":414,"author":{"gitId":"-"},"content":" \"src\": \"testWeb3FormPlugin.md\","},{"lineNumber":415,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\","},{"lineNumber":416,"author":{"gitId":"-"},"content":" \"headings\": {"},{"lineNumber":417,"author":{"gitId":"-"},"content":" \"i-am-a-header\": \"🚀 I am a header\""},{"lineNumber":418,"author":{"gitId":"-"},"content":" },"},{"lineNumber":419,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":420,"author":{"gitId":"-"},"content":" },"},{"lineNumber":421,"author":{"gitId":"-"},"content":" {"},{"lineNumber":422,"author":{"gitId":"-"},"content":" \"src\": \"testList.md\","},{"lineNumber":423,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\","},{"lineNumber":424,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":425,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":426,"author":{"gitId":"-"},"content":" },"},{"lineNumber":427,"author":{"gitId":"-"},"content":" {"},{"lineNumber":428,"author":{"gitId":"-"},"content":" \"src\": \"testFontAwesomeInPage.md\","},{"lineNumber":429,"author":{"gitId":"-"},"content":" \"title\": \"font-awesome icon in page, only font-awesome stylesheet should be loaded\","},{"lineNumber":430,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":431,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":432,"author":{"gitId":"-"},"content":" },"},{"lineNumber":433,"author":{"gitId":"-"},"content":" {"},{"lineNumber":434,"author":{"gitId":"-"},"content":" \"src\": \"testGlyphiconInPage.md\","},{"lineNumber":435,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon icon in page, only glyphicon stylesheet should be loaded\","},{"lineNumber":436,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":437,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":438,"author":{"gitId":"-"},"content":" },"},{"lineNumber":439,"author":{"gitId":"-"},"content":" {"},{"lineNumber":440,"author":{"gitId":"-"},"content":" \"src\": \"testMaterialIconsInPage.md\","},{"lineNumber":441,"author":{"gitId":"-"},"content":" \"title\": \"material-icons icon in page, only material-icons stylesheet should be loaded\","},{"lineNumber":442,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":443,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":444,"author":{"gitId":"-"},"content":" },"},{"lineNumber":445,"author":{"gitId":"-"},"content":" {"},{"lineNumber":446,"author":{"gitId":"-"},"content":" \"src\": \"testOcticonInPage.md\","},{"lineNumber":447,"author":{"gitId":"-"},"content":" \"title\": \"octicon icon in page, only octicon stylesheet should be loaded\","},{"lineNumber":448,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":449,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":450,"author":{"gitId":"-"},"content":" },"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testBootstrapIconInPage.md\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"title\": \"bootstrap icon in page, only octicon stylesheet should be loaded\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"headings\": {},"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"headingKeywords\": {}"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":457,"author":{"gitId":"-"},"content":" {"},{"lineNumber":458,"author":{"gitId":"-"},"content":" \"src\": \"testIconsInSiteLayout.md\","},{"lineNumber":459,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon \u0026 octicon icon in page, only glyphicon \u0026 octicon stylesheets should be loaded\","},{"lineNumber":460,"author":{"gitId":"-"},"content":" \"headings\": {},"},{"lineNumber":461,"author":{"gitId":"-"},"content":" \"headingKeywords\": {}"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testSourceContainScript.md\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"title\": \"Test: If source contains script or css, when included, the script or css should be included\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"headings\": {"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"panel-with-src-that-contains-css-and-script-header\": \"Panel with src that contains css and script header\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"h1-text\": \"\\n\\n\\n h1 text\\n \\n\""},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"headingKeywords\": {}"},{"lineNumber":471,"author":{"gitId":"-"},"content":" }"},{"lineNumber":472,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":473,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"-":458,"yiwen101":15}},{"path":"packages/cli/test/functional/test_site/expected/stylesheets/styles.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site/expected/testBootstrapIconInPage.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})])],1)])}"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"};"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"A bootstrap icon is supposed to appear here ---\u003e \"),_c(\u0027i\u0027,{staticClass:\"bi-terminal-dash\"})])}"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"There is one bootstrap-icons icon in this page content.\")])])}"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Open up console. Only bootstrap-icons stylesheet should be loaded!\")])])}"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"}];"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" "}],"authorContributionMap":{"yiwen101":22}},{"path":"packages/cli/test/functional/test_site/expected/testList.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_m(11),_v(\" \"),_m(12),_v(\" \"),_m(13),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16),_v(\" \"),_m(17),_v(\" \"),_m(18),_v(\" \"),_m(19),_v(\" \"),_m(20),_v(\" \"),_m(21),_v(\" \"),_m(22),_v(\" \"),_m(23),_v(\" \"),_m(24),_v(\" \"),_m(25),_v(\" \"),_m(26),_v(\" \"),_m(27),_v(\" \"),_m(28),_v(\" \"),_m(29),_v(\" \"),_m(30),_v(\" \"),_m(31),_v(\" \"),_m(32),_v(\" \"),_m(33),_v(\" \"),_m(34),_v(\" \"),_m(35),_v(\" \"),_m(36),_v(\" \"),_m(37),_v(\" \"),_m(38),_v(\" \"),_m(39),_v(\" \"),_m(40),_v(\" \"),_m(41),_v(\" \"),_m(42),_v(\" \"),_m(43),_v(\" \"),_m(44),_v(\" \"),_m(45),_v(\" \"),_m(46),_v(\" \"),_m(47),_v(\" \"),_m(48),_v(\" \"),_m(49),_v(\" \"),_m(50),_v(\" \"),_m(51),_v(\" \"),_m(52),_v(\" \"),_m(53),_v(\" \"),_m(54),_v(\" \"),_m(55),_v(\" \"),_m(56),_v(\" \"),_m(57),_v(\" \"),_m(58),_v(\" \"),_m(59),_v(\" \"),_m(60),_v(\" \"),_m(61),_v(\" \"),_m(62),_v(\" \"),_m(63),_v(\" \"),_m(64),_v(\" \"),_m(65)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(66)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item\")])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"-"},"content":") {"},{"lineNumber":17,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Only 1 item\")])])}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"-"},"content":") {"},{"lineNumber":20,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item with customization icon\")])])}"},{"lineNumber":21,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"-"},"content":") {"},{"lineNumber":23,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])}"},{"lineNumber":24,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"-"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item with once customization\")])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item with customization text\")])])}"},{"lineNumber":33,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"-"},"content":") {"},{"lineNumber":35,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])}"},{"lineNumber":36,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"-"},"content":") {"},{"lineNumber":38,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list\")])])}"},{"lineNumber":39,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"-"},"content":") {"},{"lineNumber":41,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Only 1 item\")])])])])}"},{"lineNumber":42,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"-"},"content":") {"},{"lineNumber":44,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list with icon customization\")])])}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"-"},"content":") {"},{"lineNumber":47,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])])])])}"},{"lineNumber":48,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"-"},"content":") {"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list with once customization\")])])}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])])])])}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":56,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"One item + nested list with text customization\")])])}"},{"lineNumber":57,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"-"},"content":") {"},{"lineNumber":59,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1.1\")]),_c(\u0027div\u0027,[_v(\"Only 1 item\")])])])])])])}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"-"},"content":") {"},{"lineNumber":62,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Basic structure\")])])}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"-"},"content":") {"},{"lineNumber":65,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])])}"},{"lineNumber":66,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":67,"author":{"gitId":"-"},"content":") {"},{"lineNumber":68,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Icon inheritance test\")])])}"},{"lineNumber":69,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":70,"author":{"gitId":"-"},"content":") {"},{"lineNumber":71,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":72,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":73,"author":{"gitId":"-"},"content":") {"},{"lineNumber":74,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Text inheritance test\")])])}"},{"lineNumber":75,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":76,"author":{"gitId":"-"},"content":") {"},{"lineNumber":77,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"First layer\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"First layer\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Third layer\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Third layer\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Second layer\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":78,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":79,"author":{"gitId":"-"},"content":") {"},{"lineNumber":80,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"First item no customization test\")])])}"},{"lineNumber":81,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":82,"author":{"gitId":"-"},"content":") {"},{"lineNumber":83,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"./images/deer.jpg\",\"text\":\"First\"}},[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"fas-file-code\",\"text\":\"Should not be appearing\"}},[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.1\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"./images/deer.jpg\",\"i-width\":\"50px\",\"text\":\"Should not be appearing\"}},[_v(\"Sub-sub-item B3.2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])])}"},{"lineNumber":84,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":85,"author":{"gitId":"-"},"content":") {"},{"lineNumber":86,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Correct first item customization test\")])])}"},{"lineNumber":87,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":88,"author":{"gitId":"-"},"content":") {"},{"lineNumber":89,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":90,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":91,"author":{"gitId":"-"},"content":") {"},{"lineNumber":92,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Testing with various icon attributes\")])])}"},{"lineNumber":93,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":94,"author":{"gitId":"-"},"content":") {"},{"lineNumber":95,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"2rem\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"2rem\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"height\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"height\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,{attrs:{\"i-class\":\"text-danger\"}},[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"1rem\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Hi\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":96,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":97,"author":{"gitId":"-"},"content":") {"},{"lineNumber":98,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Testing with various text attributes\")])])}"},{"lineNumber":99,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":100,"author":{"gitId":"-"},"content":") {"},{"lineNumber":101,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-primary\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-warning\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 2\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,{attrs:{\"t-class\":\"text-danger\"}},[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":102,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":103,"author":{"gitId":"-"},"content":") {"},{"lineNumber":104,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Mixing text and icon\")])])}"},{"lineNumber":105,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":106,"author":{"gitId":"-"},"content":") {"},{"lineNumber":107,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticClass:\"text-primary\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 1\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027span\u0027,{staticClass:\"text-warning\",staticStyle:{\"font-size\":\"20px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"Step 2\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"20px\",\"height\":\"20px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"30px\",\"height\":\"30px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"30px\",\"height\":\"30px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍​\")]),_c(\u0027span\u0027,{staticStyle:{\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"👍\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,{attrs:{\"t-class\":\"text-danger\"}},[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"30px\",\"height\":\"30px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027span\u0027,{staticClass:\"text-success\",staticStyle:{\"font-size\":\"10px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_c(\u0027em\u0027,[_v(\"MD\")])]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":108,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":109,"author":{"gitId":"-"},"content":") {"},{"lineNumber":110,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Mixing basic and customized lists\")])])}"},{"lineNumber":111,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":112,"author":{"gitId":"-"},"content":") {"},{"lineNumber":113,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-danger\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-danger\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])}"},{"lineNumber":114,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":115,"author":{"gitId":"-"},"content":") {"},{"lineNumber":116,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Reverse mixing basic and customized lists\")])])}"},{"lineNumber":117,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":118,"author":{"gitId":"-"},"content":") {"},{"lineNumber":119,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-sub-item B3.2\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-sub-sub-item B3.2.1\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])])])}"},{"lineNumber":120,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":121,"author":{"gitId":"-"},"content":") {"},{"lineNumber":122,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Every second list item customized\")])])}"},{"lineNumber":123,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":124,"author":{"gitId":"-"},"content":") {"},{"lineNumber":125,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"20px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code text-success\",staticStyle:{\"font-size\":\"30px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticClass:\"text-warning\",staticStyle:{\"width\":\"200px\",\"height\":\"100px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])])])}"},{"lineNumber":126,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":127,"author":{"gitId":"-"},"content":") {"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Once + none + customization\")])])}"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Customization + none + once\")])])}"},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B2\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":139,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":140,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Customization + once + none\")])])}"},{"lineNumber":141,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":142,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":143,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":144,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":145,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":146,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Once + customization + none\")])])}"},{"lineNumber":147,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":148,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":149,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":150,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":151,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":152,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"None + customization + once\")])])}"},{"lineNumber":153,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":154,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":155,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"fas-file-code\"}},[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"glyphicon-education\",\"once\":\"true\"}},[_v(\"Item C\")])])}"},{"lineNumber":156,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":157,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":158,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"None + once + customization\")])])}"},{"lineNumber":159,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":160,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":161,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"glyphicon-education\",\"once\":\"true\"}},[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"fas-file-code\"}},[_v(\"Item C\")])])}"},{"lineNumber":162,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":163,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":164,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Customization + once + customization\")])])}"},{"lineNumber":165,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":166,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":167,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":168,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":169,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":170,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"String once\")])])}"},{"lineNumber":171,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":172,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":173,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item C\")])])}"},{"lineNumber":174,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":175,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":176,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"False once for item A, rest of items will inherit\")])])}"},{"lineNumber":177,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":178,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":179,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":180,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":181,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":182,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"False once for item B, will overwrite item A\")])])}"},{"lineNumber":183,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":184,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":185,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":186,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":187,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":188,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Once for specific attributes besides icon, does not overwrite\")])])}"},{"lineNumber":189,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":190,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":191,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"70px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"40px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"70px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":192,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":193,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":194,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"False once for specific attributes besides icon, does overwrite\")])])}"},{"lineNumber":195,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":196,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":197,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"70px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item A\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"40px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Sub-item B1\")])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education text-primary\",staticStyle:{\"font-size\":\"40px\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Item C\")])])])}"},{"lineNumber":198,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":199,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":200,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Sub-level\")])])}"},{"lineNumber":201,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":202,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":203,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Item A\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Item B\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-education\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B1\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Sub-item B2\")]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B3\\n\"),_c(\u0027ul\u0027,{staticStyle:{\"list-style-type\":\"none\",\"padding-inline-start\":\"0px\"}},[_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.1\")])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticStyle:{\"padding-bottom\":\"0.3em\",\"padding-top\":\"0.3em\",\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"}},[_c(\u0027img\u0027,{staticStyle:{\"width\":\"50px\",\"display\":\"inline-block\"},attrs:{\"src\":\"/test_site/images/deer.jpg\",\"alt\":\"Icon\"}}),_v(\"​​\")]),_c(\u0027div\u0027,[_v(\"Sub-sub-item B3.2\")])])])])]),_v(\" \"),_c(\u0027li\u0027,{staticStyle:{\"display\":\"flex\"}},[_c(\u0027span\u0027,{staticClass:\"fas fa-file-code\",staticStyle:{\"font-size\":\"unset\",\"min-width\":\"16px\",\"line-height\":\"unset\",\"margin-inline-end\":\"0.35em\",\"align-self\":\"flex-start\",\"flex-shrink\":\"0\"},attrs:{\"aria-hidden\":\"true\"}},[_v(\"​\")]),_c(\u0027div\u0027,[_v(\"Sub-item B4\")])])])]),_v(\" \"),_c(\u0027li\u0027,{attrs:{\"icon\":\"./images/deer.jpg\",\"i-width\":\"50px\"}},[_v(\"Item C\")])])}"},{"lineNumber":204,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":205,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":206,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":207,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":208,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"KevinEyo1":91,"-":117}},{"path":"packages/cli/test/functional/test_site/expected/testSourceContainScript.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"src\":\"/test_site/testPanels/PanelSourceContainsScript._include_.html\",\"expanded\":\"\",\"panelId\":\"panel-with-src-that-contains-css-and-script-header\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h2\u0027,{attrs:{\"id\":\"panel-with-src-that-contains-css-and-script-header\"}},[_v(\"Panel with src that contains css and script header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#panel-with-src-that-contains-css-and-script-header\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])})],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"};"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":") {"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" "}],"authorContributionMap":{"yiwen101":16}},{"path":"packages/cli/test/functional/test_site/expected/testWeb3FormPlugin.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"LamJiuFong"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027div\u0027,[_c(\u0027header\u0027,[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\",\"default-highlight-on\":\"sibling-or-child\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/\",\"title\":\"Home\"}},[_v(\"MarkBind Test Site\")])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs\")])])]),_v(\" \"),_m(0)],1),_v(\" \"),_m(1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_c(\u0027div\u0027,[_c(\u0027h2\u0027,{attrs:{\"id\":\"default-layout\"}},[_v(\"Default Layout\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#default-layout\",\"onclick\":\"event.stopPropagation()\"}})])])])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027div\u0027,[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/bugs/index.html\"}},[_v(\"Open Bugs 🐛\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_c(\u0027h3\u0027,{attrs:{\"id\":\"testing-site-nav\"}},[_v(\"Testing Site-Nav\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-site-nav\",\"onclick\":\"event.stopPropagation()\"}})])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027strong\u0027,[_v(\"Dropdown \")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-search\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" title ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Html within site-nav \"),_c(\u0027span\u0027,{staticStyle:{\"color\":\"red\"}},[_v(\"should\")]),_v(\" be displayed properly\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown title 📐\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_v(\"Dropdown link two\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027mark\u0027,[_v(\"Third Link\")]),_v(\" 📋\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Filler text \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-facetime-video\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" Youtube 📺\")]),_v(\" filler text\"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.youtube.com/watch?v\u003ddQw4w9WgXcQ\"}},[_v(\"The answer to everything in the universe\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027mark\u0027,[_v(\"Dropdown title\")]),_v(\" \"),_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-comment\",attrs:{\"aria-hidden\":\"true\"}}),_v(\" ✏️ \"),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"https://www.google.com/\"}},[_c(\u0027strong\u0027,[_v(\"Nested\")]),_v(\" Dropdown link one\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown Title Really Long Dropdown\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text Really Really Long Text\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested Dropdown Title\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Hello Doge Hello Doge 🐶\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_c(\u0027strong\u0027,[_v(\"NESTED LINK\")]),_v(\" Home 🏠\")])])]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit Text cut off from height limit\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Test line break in navigation layout\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-1\"},[_v(\"Nested line break text ✂️\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html\"}},[_v(\"Nested line break href\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Nested Nested line break text ✂️\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Nested line break dropdown menu\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-2\"},[_v(\"Line break item 2 📘\")])])])])])])],1)],1)])]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(2),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"info\",\"no-icon\":\"\"}},[_c(\u0027p\u0027,{staticClass:\"h2\"},[_v(\"Contact Us\")]),_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"name\"}},[_v(\"Name\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"text\",\"name\":\"name\",\"required\":\"\",\"placeholder\":\"John Doe\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"email\"}},[_v(\"Email\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"email\",\"name\":\"email\",\"required\":\"\",\"placeholder\":\"johndoe@gmail.com\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"message\"}},[_v(\"Message\")]),_v(\" \"),_c(\u0027textarea\u0027,{attrs:{\"name\":\"message\",\"required\":\"\"}}),_v(\" \"),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])]),_v(\" \"),_m(3),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"info\",\"no-icon\":\"\"}},[_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"name\"}},[_v(\"Name\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"text\",\"name\":\"name\",\"required\":\"\",\"placeholder\":\"John Doe\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"message\"}},[_v(\"Message\")]),_v(\" \"),_c(\u0027textarea\u0027,{attrs:{\"name\":\"message\",\"required\":\"\"}}),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])]),_v(\" \"),_m(4),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"info\",\"no-icon\":\"\"}},[_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027input\u0027,{attrs:{\"type\":\"radio\",\"id\":\"html\",\"name\":\"fav_language\",\"value\":\"HTML\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"html\"}},[_v(\"HTML\")]),_c(\u0027br\u0027),_c(\u0027input\u0027,{attrs:{\"type\":\"radio\",\"id\":\"css\",\"name\":\"fav_language\",\"value\":\"CSS\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"css\"}},[_v(\"CSS\")]),_c(\u0027br\u0027),_c(\u0027input\u0027,{attrs:{\"type\":\"radio\",\"id\":\"javascript\",\"name\":\"fav_language\",\"value\":\"JavaScript\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"javascript\"}},[_v(\"JavaScript\")]),_c(\u0027br\u0027),_c(\u0027input\u0027,{attrs:{\"list\":\"browsers\"}}),_c(\u0027datalist\u0027,{attrs:{\"id\":\"browsers\"}},[_c(\u0027option\u0027,{attrs:{\"value\":\"Internet Explorer\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Firefox\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Chrome\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Opera\"}}),_c(\u0027option\u0027,{attrs:{\"value\":\"Safari\"}})]),_c(\u0027br\u0027),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])]),_v(\" \"),_m(5),_v(\" \"),_c(\u0027box\u0027,{staticClass:\"web-3-form\",attrs:{\"type\":\"warning\",\"no-icon\":\"\"}},[_c(\u0027h3\u0027,{attrs:{\"id\":\"i-am-a-header\"}},[_v(\"🚀 I am a header\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#i-am-a-header\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027form\u0027,{attrs:{\"onsubmit\":\"submitForm(this)\"}},[_c(\u0027input\u0027,{attrs:{\"type\":\"hidden\",\"name\":\"access_key\",\"value\":\"\"}}),_c(\u0027label\u0027,{attrs:{\"for\":\"name\"}},[_v(\"Name\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"text\",\"name\":\"name\",\"required\":\"\",\"placeholder\":\"John Doe\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"email\"}},[_v(\"Email\")]),_v(\" \"),_c(\u0027input\u0027,{attrs:{\"type\":\"email\",\"name\":\"email\",\"required\":\"\",\"placeholder\":\"johndoe@gmail.com\"}}),_v(\" \"),_c(\u0027label\u0027,{attrs:{\"for\":\"message\"}},[_v(\"Message\")]),_v(\" \"),_c(\u0027textarea\u0027,{attrs:{\"name\":\"message\",\"required\":\"\"}}),_v(\" \"),_c(\u0027button\u0027,{staticClass:\"badge bg-info\",attrs:{\"type\":\"submit\"}},[_v(\"Submit\")])])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-info display-4 text-center text-white\"},[_c(\u0027br\u0027),_v(\"\\n Test Jumbotron\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027br\u0027)])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Relative Link Test\")]),_v(\" This is a relative Intra-Site link in a layout (see \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/test_site/index.html#heading-with-hidden-keyword\"}},[_v(\"link\")]),_v(\")\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Default contact us form\")])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"-"},"content":") {"},{"lineNumber":17,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Form with default inputs\")])])}"},{"lineNumber":18,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"-"},"content":") {"},{"lineNumber":20,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Form with customised inputs\")])])}"},{"lineNumber":21,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"-"},"content":") {"},{"lineNumber":23,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Form with customised options\")])])}"},{"lineNumber":24,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"-"},"content":") {"},{"lineNumber":26,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027footer\u0027,[_c(\u0027h1\u0027,{attrs:{\"id\":\"heading-in-footer-should-not-be-indexed\"}},[_v(\"Heading in footer should not be indexed\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#heading-in-footer-should-not-be-indexed\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"text-center\"},[_v(\"\\n This is a dynamic height footer that supports markdown \"),_c(\u0027span\u0027,[_v(\"😄\")]),_v(\"!\\n \")])])])}"},{"lineNumber":27,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"LamJiuFong":1,"-":27}},{"path":"packages/cli/test/functional/test_site/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"title: Hello World"},{"lineNumber":3,"author":{"gitId":"-"},"content":"pageNav: \"default\""},{"lineNumber":4,"author":{"gitId":"-"},"content":"pageNavTitle: \"Testing Page Navigation\""},{"lineNumber":5,"author":{"gitId":"-"},"content":"globalOverrideProperty: \"To be overridden by global override\""},{"lineNumber":6,"author":{"gitId":"-"},"content":"frontmatterOverrideProperty: \"To be overridden by frontmatter override\""},{"lineNumber":7,"author":{"gitId":"-"},"content":"globalAndFrontmatterOverrideProperty: \"To be overridden by frontmatter and global override\""},{"lineNumber":8,"author":{"gitId":"-"},"content":"tags: [\"tag-frontmatter-shown\", \"tag-included-file\", \"+tag-exp*\", \"-tag-exp-hidden\", \"-tag-site-override-shown\", \"-tag-site-override-specific*\"]"},{"lineNumber":9,"author":{"gitId":"-"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"\u003cdiv class\u003d\"website-content\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"**Test `\u003cmarkdown\u003e` and `\u003cmd\u003e` elements**"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":"\u003cmarkdown\u003eThis should be wrapped in a `\u003cp\u003e` tag as it uses the block-level markdown renderer\u003c/markdown\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003cmd\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"This should not be wrapped in a `\u003cp\u003e` tag as it uses the inline markdown renderer"},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003c/md\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":"\u003cmarkdown class\u003d\"mt-2\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":"```"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003cmarkdown\u003e elements allow block-level markdown without needing a leading newline."},{"lineNumber":24,"author":{"gitId":"-"},"content":"Hence, the contained markdown should be parsed and output as is, without any parsing errors."},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003c/invalidhtml\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"```"},{"lineNumber":27,"author":{"gitId":"-"},"content":"\u003c/markdown\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003cmd\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":"`\u003cmd\u003e` elements allow inline-level markdown even in a non-markdown token."},{"lineNumber":31,"author":{"gitId":"-"},"content":"Hence, the contained markdown should be parsed and output as is, without any parsing errors."},{"lineNumber":32,"author":{"gitId":"-"},"content":"`\u003c/invalid\u003e`."},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/md\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":"**Test footnotes**"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testFootnotes.md\" /\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":"**Test include footnotes from hash**"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":"\u003cinclude src\u003d\"testHashFootnotes.md#import\" /\u003e"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":"**Nunjucks SetExt**"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"{% ext externalVar \u003d \"_markbind/variable.json\" %}"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"{{ externalVar.front }} {{ externalVar.back }}"},{"lineNumber":49,"author":{"gitId":"-"},"content":""},{"lineNumber":50,"author":{"gitId":"-"},"content":"{% for val in externalVar.arrayVar %}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"{{ val }}"},{"lineNumber":52,"author":{"gitId":"-"},"content":"{% endfor %}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"{{ externalVar.nestedVar.nestedVarKey }}"},{"lineNumber":55,"author":{"gitId":"-"},"content":""},{"lineNumber":56,"author":{"gitId":"-"},"content":"**Variables that reference another variable**"},{"lineNumber":57,"author":{"gitId":"-"},"content":""},{"lineNumber":58,"author":{"gitId":"-"},"content":"{{finalized_value}}"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"{{reference_level_4}}"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"**Global Variables can be referenced in {% raw %}{% set %}{% endraw %}**"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"{% set page_variable_with_global_variable %}"},{"lineNumber":65,"author":{"gitId":"-"},"content":"Page Variable with {{ global_variable }}"},{"lineNumber":66,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":67,"author":{"gitId":"-"},"content":"{{ page_variable_with_global_variable }}"},{"lineNumber":68,"author":{"gitId":"-"},"content":""},{"lineNumber":69,"author":{"gitId":"-"},"content":"**Global Variables should override {% raw %}{% set %}{% endraw %}**"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"{% set page_global_variable_overriding_page_variable %}"},{"lineNumber":72,"author":{"gitId":"-"},"content":"**Should not appear**: Page Variable overridden by Global Variable"},{"lineNumber":73,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":74,"author":{"gitId":"-"},"content":"{{ page_global_variable_overriding_page_variable }}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"**Test Page Variable and Included Variable Integrations**"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":"{% set outerNunjucksVariable %}"},{"lineNumber":79,"author":{"gitId":"-"},"content":"Outer Nunjucks Variable"},{"lineNumber":80,"author":{"gitId":"-"},"content":"{% endset %}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testPageVariablesInInclude.md\" /\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":"# Heading with multiple keywords"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword\"\u003ekeyword 1\u003c/span\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword\"\u003ekeyword 2\u003c/span\u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":""},{"lineNumber":88,"author":{"gitId":"-"},"content":"# Heading with keyword in panel"},{"lineNumber":89,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"Panel with keyword\" expanded\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":"**Panel with heading with keyword**"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"# Panel with heading\" expanded\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"**Expanded panel without heading with keyword**"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"# Panel without heading with keyword\" expanded\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":""},{"lineNumber":103,"author":{"gitId":"-"},"content":" # Keyword should be tagged to this heading, not the panel heading"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":"**Unexpanded panel with heading with keyword**"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"# Panel with heading with keyword\"\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":" # Keyword should be tagged to the panel heading, not this heading"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003epanel keyword\u003c/span\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":"# Heading \u003cinclude src\u003d\"testTrimIncludeFragment.md#fragment\" /\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":""},{"lineNumber":116,"author":{"gitId":"-"},"content":"The `id` for the above heading should be `heading-fragment-with-leading-spaces-and-newline` in total."},{"lineNumber":117,"author":{"gitId":"-"},"content":"This test ensures heading ids are assigned last (e.g. after `\u003cinclude /\u003e`s are processed)."},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"# Heading with included keyword"},{"lineNumber":120,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testKeyword.md\" /\u003e"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testKeywordHeading.md\" /\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword\"\u003eKeyword with included heading\u003c/span\u003e"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":"# Heading with nested keyword"},{"lineNumber":126,"author":{"gitId":"-"},"content":"\u003cdiv\u003e"},{"lineNumber":127,"author":{"gitId":"-"},"content":" \u003cdiv\u003e"},{"lineNumber":128,"author":{"gitId":"-"},"content":" \u003cdiv\u003e"},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"keyword\"\u003enested keyword\u003c/span\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":131,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":132,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"# Heading with hidden keyword"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003cspan class\u003d\"keyword d-none\"\u003einvisible keyword\u003c/span\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testTags.md\" /\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"**Normal include**"},{"lineNumber":140,"author":{"gitId":"-"},"content":""},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/EstablishingRequirements.md\" /\u003e"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":"**Include segment**"},{"lineNumber":144,"author":{"gitId":"-"},"content":""},{"lineNumber":145,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/EstablishingRequirements.md#preview\" /\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":""},{"lineNumber":147,"author":{"gitId":"-"},"content":"**Boilerplate include**"},{"lineNumber":148,"author":{"gitId":"-"},"content":""},{"lineNumber":149,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/boilerTest.md\" name\u003d\"Boilerplate Referencing\" boilerplate /\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/notInside.md\" name\u003d\"Referencing specified path in boilerplate\" boilerplate\u003d\"folder/inside.md\"/\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"-"},"content":"**Nested include**"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/nestedInclude.md\" /\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":""},{"lineNumber":157,"author":{"gitId":"-"},"content":"**HTML include**"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testInclude.html\" /\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":""},{"lineNumber":161,"author":{"gitId":"-"},"content":"**Include from another MarkBind site**"},{"lineNumber":162,"author":{"gitId":"-"},"content":""},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/index.md\" /\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testReuseSubsite.md\" /\u003e"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testReuseSubsite.md#imageTest\" /\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":"**Include nested sub-site directly**"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":170,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/nested_sub_site/index.md\" /\u003e"},{"lineNumber":171,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":"**Include nested sub-site from sub-site**"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003cbox\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testSubsiteAndNestedSubsiteBaseUrl.md\" /\u003e"},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003c/box\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":""},{"lineNumber":179,"author":{"gitId":"-"},"content":"**Include a file using baseUrl**"},{"lineNumber":180,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"{{baseUrl}}/requirements/SpecifyingRequirements.md#preview\" /\u003e"},{"lineNumber":181,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/requirements/SpecifyingRequirements.md#preview\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":"**Include a file in a sub-folder that uses baseUrl**"},{"lineNumber":184,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"requirements/testBaseUrlInIncludeSrc.md\" /\u003e"},{"lineNumber":185,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"requirements/testBaseUrlInIncludeSrc.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":"**Include a file in a sub-folder that uses baseUrl using baseUrl**"},{"lineNumber":188,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"{{baseUrl}}/requirements/testBaseUrlInIncludeSrc.md\" /\u003e"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/requirements/testBaseUrlInIncludeSrc.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"**Include a file in a sub-site that uses baseUrl**"},{"lineNumber":192,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testBaseUrlInIncludeSrcSubSite.md\" /\u003e"},{"lineNumber":193,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"sub_site/testBaseUrlInIncludeSrcSubSite.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":194,"author":{"gitId":"-"},"content":""},{"lineNumber":195,"author":{"gitId":"-"},"content":"**Include a file in a sub-site that uses baseUrl using baseUrl**"},{"lineNumber":196,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"{{baseUrl}}/sub_site/testBaseUrlInIncludeSrcSubSite.md\" /\u003e"},{"lineNumber":197,"author":{"gitId":"-"},"content":"\u003cpanel src\u003d\"{{baseUrl}}/sub_site/testBaseUrlInIncludeSrcSubSite.md\" header\u003d\"**same test with panels**\" type\u003d\"minimal\" /\u003e"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":"**Trimmed include** "},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":"**\u003cinclude src\u003d\"testTrimInclude.md\" trim inline /\u003e**"},{"lineNumber":202,"author":{"gitId":"-"},"content":""},{"lineNumber":203,"author":{"gitId":"-"},"content":"**Trimmed include fragment**"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":"**Before | \u003cinclude src\u003d\"testTrimIncludeFragment.md#fragment\" trim inline /\u003e | After**"},{"lineNumber":206,"author":{"gitId":"-"},"content":""},{"lineNumber":207,"author":{"gitId":"-"},"content":"**Include with custom variables**"},{"lineNumber":208,"author":{"gitId":"-"},"content":""},{"lineNumber":209,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testIncludeVariables.md\" var-included_variable_as_include_attribute\u003d\"Included variable as include attribute\"\u003e"},{"lineNumber":210,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable\"\u003eIncluded variable\u003c/variable\u003e"},{"lineNumber":211,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_with_markdown\"\u003e__**Included variable with markdown**__\u003c/variable\u003e"},{"lineNumber":212,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_as_attribute\"\u003ecolor: blue\u003c/variable\u003e"},{"lineNumber":213,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_as_html_element\"\u003e\u003cspan\u003eIncluded variable within HTML element\u003c/span\u003e\u003c/variable\u003e"},{"lineNumber":214,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"global_variable_overriding_included_variable\"\u003e**Should not appear**: Included variable overridden by global variable\u003c/variable\u003e"},{"lineNumber":215,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_inner_overridden\"\u003eIncluded variable overriding inner variable\u003c/variable\u003e"},{"lineNumber":216,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_in_outer_included_file\"\u003eIncluded variable in outer included file\u003c/variable\u003e"},{"lineNumber":217,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_should_not_leak\"\u003e**Should not appear**: Included variable should not leak into other files\u003c/variable\u003e"},{"lineNumber":218,"author":{"gitId":"-"},"content":" \u003cvariable name\u003d\"included_variable_with_global_variable\"\u003eIncluded variable with {{ global_variable }}\u003c/variable\u003e"},{"lineNumber":219,"author":{"gitId":"-"},"content":"\u003c/include\u003e"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":"Variables for includes should not be recognised as page variables, hence, there should be no text between **this**"},{"lineNumber":222,"author":{"gitId":"-"},"content":""},{"lineNumber":223,"author":{"gitId":"-"},"content":"{{ included_variable }}"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"and **this**."},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"**Included variables should not leak into other files**"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testIncludeVariableLeak.md\" /\u003e"},{"lineNumber":230,"author":{"gitId":"-"},"content":""},{"lineNumber":231,"author":{"gitId":"-"},"content":"**Panel with shorthand heading syntax**"},{"lineNumber":232,"author":{"gitId":"-"},"content":""},{"lineNumber":233,"author":{"gitId":"-"},"content":"\u003cpanel\u003e"},{"lineNumber":234,"author":{"gitId":"-"},"content":" \u003cspan heading\u003e"},{"lineNumber":235,"author":{"gitId":"-"},"content":" Heading"},{"lineNumber":236,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":237,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":238,"author":{"gitId":"-"},"content":""},{"lineNumber":239,"author":{"gitId":"-"},"content":"**Panel without src**"},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel without src header\" expanded\u003e"},{"lineNumber":242,"author":{"gitId":"-"},"content":"\u003cmarkdown\u003e"},{"lineNumber":243,"author":{"gitId":"-"},"content":"**Panel without src content heading**"},{"lineNumber":244,"author":{"gitId":"-"},"content":"\u003c/markdown\u003e "},{"lineNumber":245,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":246,"author":{"gitId":"-"},"content":""},{"lineNumber":247,"author":{"gitId":"-"},"content":"**Panel with normal src**"},{"lineNumber":248,"author":{"gitId":"-"},"content":""},{"lineNumber":249,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with normal src header\" src\u003d\"testPanels/PanelNormalSource.md\" expanded\u003e"},{"lineNumber":250,"author":{"gitId":"-"},"content":"\u003c/panel\u003e "},{"lineNumber":251,"author":{"gitId":"-"},"content":""},{"lineNumber":252,"author":{"gitId":"-"},"content":"**Panel with src from a page segment**"},{"lineNumber":253,"author":{"gitId":"-"},"content":""},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with src from a page segment header\" src\u003d\"testPanels/PanelSourceContainsSegment.md#segment\" expanded\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":256,"author":{"gitId":"-"},"content":""},{"lineNumber":257,"author":{"gitId":"-"},"content":"**Panel with boilerplate**"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Boilerplate referencing\" src\u003d\"testPanels/boilerTestPanel.md\" boilerplate expanded\u003e"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Boilerplate referencing 2\" src\u003d\"testPanelsDuplicate/boilerTestPanel.md\" boilerplate expanded\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Referencing specified path in boilerplate\" src\u003d\"testPanels/notInside.md\" boilerplate\u003d\"folder/panelBoilerplate.md\" expanded\u003e"},{"lineNumber":266,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":267,"author":{"gitId":"-"},"content":""},{"lineNumber":268,"author":{"gitId":"-"},"content":"**Nested panel**"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Outer nested panel\" src\u003d\"testPanels/NestedPanel.md\" expanded\u003e"},{"lineNumber":271,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":272,"author":{"gitId":"-"},"content":""},{"lineNumber":273,"author":{"gitId":"-"},"content":"**Nested panel without src**"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Outer nested panel without src\" expanded\u003e"},{"lineNumber":276,"author":{"gitId":"-"},"content":""},{"lineNumber":277,"author":{"gitId":"-"},"content":" **Panel content of outer nested panel**"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"## Inner panel header without src\" expanded\u003e"},{"lineNumber":280,"author":{"gitId":"-"},"content":" "},{"lineNumber":281,"author":{"gitId":"-"},"content":" **Panel content of inner nested panel**"},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":285,"author":{"gitId":"-"},"content":""},{"lineNumber":286,"author":{"gitId":"-"},"content":"**Panel with src from another MarkBind site**"},{"lineNumber":287,"author":{"gitId":"-"},"content":""},{"lineNumber":288,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with src from another MarkBind site header\" src\u003d\"sub_site/index.md\" expanded\u003e"},{"lineNumber":289,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":290,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Panel with src from another MarkBind site header\" src\u003d\"sub_site/testReuseSubsite.md\" expanded\u003e"},{"lineNumber":291,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":292,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":293,"author":{"gitId":"-"},"content":""},{"lineNumber":294,"author":{"gitId":"-"},"content":"**Modal with panel inside**"},{"lineNumber":295,"author":{"gitId":"-"},"content":""},{"lineNumber":296,"author":{"gitId":"-"},"content":"\u003ctrigger for\u003d\"modal-with-panel\"\u003etrigger\u003c/trigger\u003e"},{"lineNumber":297,"author":{"gitId":"-"},"content":""},{"lineNumber":298,"author":{"gitId":"-"},"content":"\u003cmodal header\u003d\"modal title with panel inside\" id\u003d\"modal-with-panel\"\u003e"},{"lineNumber":299,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"## Panel inside modal\" expanded\u003e"},{"lineNumber":300,"author":{"gitId":"-"},"content":" "},{"lineNumber":301,"author":{"gitId":"-"},"content":" **Panel content inside modal**"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":304,"author":{"gitId":"-"},"content":"\u003c/modal\u003e"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":"**Unexpanded panel**"},{"lineNumber":307,"author":{"gitId":"-"},"content":""},{"lineNumber":308,"author":{"gitId":"-"},"content":"\u003cpanel header\u003d\"## Unexpanded panel header\"\u003e"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" **Panel content of unexpanded panel should not appear in search data**"},{"lineNumber":311,"author":{"gitId":"-"},"content":""},{"lineNumber":312,"author":{"gitId":"-"},"content":" \u003cpanel header\u003d\"## Panel header inside unexpanded panel should not appear in search data\" expanded\u003e"},{"lineNumber":313,"author":{"gitId":"-"},"content":" "},{"lineNumber":314,"author":{"gitId":"-"},"content":" **Panel content inside unexpanded panel should not appear in search data**"},{"lineNumber":315,"author":{"gitId":"-"},"content":""},{"lineNumber":316,"author":{"gitId":"-"},"content":" \u003c/panel\u003e"},{"lineNumber":317,"author":{"gitId":"-"},"content":"\u003c/panel\u003e"},{"lineNumber":318,"author":{"gitId":"-"},"content":""},{"lineNumber":319,"author":{"gitId":"-"},"content":"**Test panel closing transitions**"},{"lineNumber":320,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testPanelsClosingTransition.md\" /\u003e"},{"lineNumber":321,"author":{"gitId":"-"},"content":""},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":"**Test popover has no stray space**"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":"(\u003cpopover content\u003d\"content\"\u003eThere should be no stray space before this\u003c/popover\u003e)"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":"**Test tooltip has no stray space**"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":"(\u003ctooltip content\u003d\"content\"\u003eThere should be no stray space before this\u003c/tooltip\u003e)"},{"lineNumber":327,"author":{"gitId":"-"},"content":""},{"lineNumber":328,"author":{"gitId":"-"},"content":"**Test search indexing**"},{"lineNumber":329,"author":{"gitId":"-"},"content":""},{"lineNumber":330,"author":{"gitId":"-"},"content":"**Test PlantUML live reload without include**"},{"lineNumber":331,"author":{"gitId":"-"},"content":"\u003cpuml src\u003d\"diagrams/activity.puml\" alt\u003d\"activity diagram\" /\u003e"},{"lineNumber":332,"author":{"gitId":"-"},"content":""},{"lineNumber":333,"author":{"gitId":"-"},"content":"**Test PlantUML live reload with include**"},{"lineNumber":334,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"testPlantUML.md\" /\u003e"},{"lineNumber":335,"author":{"gitId":"-"},"content":""},{"lineNumber":336,"author":{"gitId":"-"},"content":"**Test PlantUML in sub folder**"},{"lineNumber":337,"author":{"gitId":"-"},"content":"\u003cinclude src\u003d\"sub_site/testPlantUMLSubFolderInclude.md\" /\u003e"},{"lineNumber":338,"author":{"gitId":"-"},"content":""},{"lineNumber":339,"author":{"gitId":"-"},"content":"## Level 2 header (inside headingSearchIndex) with no-index attribute should not be indexed {.no-index}"},{"lineNumber":340,"author":{"gitId":"-"},"content":""},{"lineNumber":341,"author":{"gitId":"-"},"content":"###### Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed {.always-index}"},{"lineNumber":342,"author":{"gitId":"-"},"content":""},{"lineNumber":343,"author":{"gitId":"-"},"content":"**Test nunjucks raw tags**"},{"lineNumber":344,"author":{"gitId":"-"},"content":""},{"lineNumber":345,"author":{"gitId":"-"},"content":"{% raw %}"},{"lineNumber":346,"author":{"gitId":"-"},"content":""},{"lineNumber":347,"author":{"gitId":"-"},"content":"\u003cdiv v-pre\u003e{{ variable interpolation syntax can be used with v-pre }}\u003c/div\u003e"},{"lineNumber":348,"author":{"gitId":"-"},"content":"\u003cdiv v-pre\u003e{{ nonExistentVariable }}\u003c/div\u003e"},{"lineNumber":349,"author":{"gitId":"-"},"content":"\u003ccode\u003e{{ code elements should automatically be assigned v-pre }}\u003c/code\u003e"},{"lineNumber":350,"author":{"gitId":"-"},"content":""},{"lineNumber":351,"author":{"gitId":"-"},"content":"{% endraw %}"}],"authorContributionMap":{"-":342,"yiwen101":9}},{"path":"packages/cli/test/functional/test_site/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"baseUrl\": \"/test_site\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"faviconPath\": \"favicon.png\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"titlePrefix\": \"\","},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"titleSuffix\": \"\","},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"style\": {"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"codeLineNumbers\": true"},{"lineNumber":8,"author":{"gitId":"-"},"content":" },"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"pages\": ["},{"lineNumber":10,"author":{"gitId":"-"},"content":" {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \"src\": \"index.md\","},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"frontmatter\": {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"frontmatterOverrideProperty\": \"Overridden by frontmatter override\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"globalAndFrontmatterOverrideProperty\": \"Overridden by frontmatter override\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" }"},{"lineNumber":17,"author":{"gitId":"-"},"content":" },"},{"lineNumber":18,"author":{"gitId":"-"},"content":" {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"src\": [\"testEmptyFrontmatter.md\", \"testLayoutsOverride.md\", \"testEmptyAltFrontMatter.md\", \"testLayoutsOverrideWithAltFrontmatter.md\"],"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"layout\": \"testLayout.md\""},{"lineNumber":22,"author":{"gitId":"-"},"content":" },"},{"lineNumber":23,"author":{"gitId":"-"},"content":" {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"src\": [\"testAltFrontMatterInvalidKeyValue.md\", \"testSingleAltFrontMatter.md\"],"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" },"},{"lineNumber":27,"author":{"gitId":"-"},"content":" {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"src\": [\"testAltFrontMatterParsing.md\"]"},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"src\": \"testExternalScripts.md\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"layout\": \"testLayout.md\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"externalScripts\": ["},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config\u003dTeX-MML-AM_CHTML\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":37,"author":{"gitId":"-"},"content":" },"},{"lineNumber":38,"author":{"gitId":"-"},"content":" {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"src\": [\"testLayouts.md\", \"testLayoutsWithAltFrontMatter.md\"],"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"title\": \"Test nunjucks path resolving\""},{"lineNumber":41,"author":{"gitId":"-"},"content":" },"},{"lineNumber":42,"author":{"gitId":"-"},"content":" {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"src\": ["},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"testNunjucksPathResolving.md\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"sub_site/testNunjucksPathResolving.md\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"sub_site/nested_sub_site/testNunjucksPathResolving.md\""},{"lineNumber":47,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\""},{"lineNumber":49,"author":{"gitId":"-"},"content":" },"},{"lineNumber":50,"author":{"gitId":"-"},"content":" {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"glob\": [\"**/index.md\", \"**/test_md_fragment.md\"]"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"src\": \"testAntiFOUCStyles.md\","},{"lineNumber":55,"author":{"gitId":"-"},"content":" \"title\": \"Hello World\""},{"lineNumber":56,"author":{"gitId":"-"},"content":" },"},{"lineNumber":57,"author":{"gitId":"-"},"content":" {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \"src\": \"testAnchorGeneration.md\","},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"title\": \"Anchor Generation Test\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" },"},{"lineNumber":61,"author":{"gitId":"-"},"content":" {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"src\": \"testAnnotate.md\","},{"lineNumber":63,"author":{"gitId":"-"},"content":" \"title\": \"Annotate Feature Test\""},{"lineNumber":64,"author":{"gitId":"-"},"content":" },"},{"lineNumber":65,"author":{"gitId":"-"},"content":" {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \"src\": \"testTooltipSpacing.md\","},{"lineNumber":67,"author":{"gitId":"-"},"content":" \"title\": \"Tooltip Spacing Test\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" \"src\": \"testThumbnails.md\","},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"title\": \"Thumbnails Test\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" },"},{"lineNumber":73,"author":{"gitId":"-"},"content":" {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \"src\": \"testPlantUML.md\","},{"lineNumber":75,"author":{"gitId":"-"},"content":" \"title\": \"PlantUML Test\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" },"},{"lineNumber":77,"author":{"gitId":"-"},"content":" {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \"src\": \"testCodeBlocks.md\","},{"lineNumber":79,"author":{"gitId":"-"},"content":" \"title\": \"Test: Code Blocks\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" },"},{"lineNumber":81,"author":{"gitId":"-"},"content":" {"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \"src\": \"testIncludePluginsRendered.md\","},{"lineNumber":83,"author":{"gitId":"-"},"content":" \"title\": \"Included files should have plugins rendered on them\""},{"lineNumber":84,"author":{"gitId":"-"},"content":" },"},{"lineNumber":85,"author":{"gitId":"-"},"content":" {"},{"lineNumber":86,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeMultipleModals.md\","},{"lineNumber":87,"author":{"gitId":"-"},"content":" \"title\": \"Multiple inclusions of a modal should be supported\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":" {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \"src\": \"testPopovers.md\","},{"lineNumber":91,"author":{"gitId":"-"},"content":" \"title\": \"Test: Popovers\""},{"lineNumber":92,"author":{"gitId":"-"},"content":" },"},{"lineNumber":93,"author":{"gitId":"-"},"content":" {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \"src\": \"testPopoverTrigger.md\","},{"lineNumber":95,"author":{"gitId":"-"},"content":" \"title\": \"Popover initiated by trigger should honor trigger attribute\""},{"lineNumber":96,"author":{"gitId":"-"},"content":" },"},{"lineNumber":97,"author":{"gitId":"-"},"content":" {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" \"src\": \"testModals.md\","},{"lineNumber":99,"author":{"gitId":"-"},"content":" \"title\": \"Test: Modals\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" },"},{"lineNumber":101,"author":{"gitId":"-"},"content":" {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \"src\": \"testDates.md\","},{"lineNumber":103,"author":{"gitId":"-"},"content":" \"title\": \"Nunjucks date filter tests\""},{"lineNumber":104,"author":{"gitId":"-"},"content":" },"},{"lineNumber":105,"author":{"gitId":"-"},"content":" {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \"src\": \"testVariableContainsInclude.md\","},{"lineNumber":107,"author":{"gitId":"-"},"content":" \"title\": \"Variable should be able to store included content fragments\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" },"},{"lineNumber":109,"author":{"gitId":"-"},"content":" {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" \"src\": \"testIncludeBoilerplate.md\","},{"lineNumber":111,"author":{"gitId":"-"},"content":" \"title\": \"Content inside \u003cinclude\u003e should not be processed by markdown\""},{"lineNumber":112,"author":{"gitId":"-"},"content":" },"},{"lineNumber":113,"author":{"gitId":"-"},"content":" {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \"src\": \"testPanels.md\","},{"lineNumber":115,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels\""},{"lineNumber":116,"author":{"gitId":"-"},"content":" },"},{"lineNumber":117,"author":{"gitId":"-"},"content":" {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" \"src\": \"testPanelMarkdownParsing.md\","},{"lineNumber":119,"author":{"gitId":"-"},"content":" \"title\": \"markdown-it should parse minimized panel as inline element and normal panel as block element\""},{"lineNumber":120,"author":{"gitId":"-"},"content":" },"},{"lineNumber":121,"author":{"gitId":"-"},"content":" {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" \"src\": \"testCenterText.md\","},{"lineNumber":123,"author":{"gitId":"-"},"content":" \"title\": \"Center-aligned text test\""},{"lineNumber":124,"author":{"gitId":"-"},"content":" },"},{"lineNumber":125,"author":{"gitId":"-"},"content":" {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \"src\": \"testHr.md\","},{"lineNumber":127,"author":{"gitId":"-"},"content":" \"title\": \"create different types of horizontal rules\""},{"lineNumber":128,"author":{"gitId":"-"},"content":" },"},{"lineNumber":129,"author":{"gitId":"-"},"content":" {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \"src\": \"testPageNav.md\","},{"lineNumber":131,"author":{"gitId":"-"},"content":" \"title\": \"text interpolation should be skipped appropriately\""},{"lineNumber":132,"author":{"gitId":"-"},"content":" },"},{"lineNumber":133,"author":{"gitId":"-"},"content":" {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" \"src\": \"testPanelsClosingTransition.md\","},{"lineNumber":135,"author":{"gitId":"-"},"content":" \"title\": \"Test: Panels closing transition\""},{"lineNumber":136,"author":{"gitId":"-"},"content":" },"},{"lineNumber":137,"author":{"gitId":"-"},"content":" {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" \"src\": \"testLinks.md\","},{"lineNumber":139,"author":{"gitId":"-"},"content":" \"title\": \"Autolink tests\""},{"lineNumber":140,"author":{"gitId":"-"},"content":" },"},{"lineNumber":141,"author":{"gitId":"-"},"content":" {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" \"src\": \"testTree.md\","},{"lineNumber":143,"author":{"gitId":"-"},"content":" \"title\": \"Tree tests\""},{"lineNumber":144,"author":{"gitId":"-"},"content":" },"},{"lineNumber":145,"author":{"gitId":"-"},"content":" {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" \"src\": \"testMath.md\","},{"lineNumber":147,"author":{"gitId":"-"},"content":" \"title\": \"Math formulae should be displayed correctly, with additional plugin\""},{"lineNumber":148,"author":{"gitId":"-"},"content":" },"},{"lineNumber":149,"author":{"gitId":"-"},"content":" {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" \"src\": \"testImages.md\","},{"lineNumber":151,"author":{"gitId":"-"},"content":" \"title\": \"Rendering of images according to specified dimension and auto-linkify ability\""},{"lineNumber":152,"author":{"gitId":"-"},"content":" },"},{"lineNumber":153,"author":{"gitId":"-"},"content":" {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavTarget.md\","},{"lineNumber":155,"author":{"gitId":"-"},"content":" \"title\": \"Bootstrap scrollspy related classes should be applied only if there are navigable headings\""},{"lineNumber":156,"author":{"gitId":"-"},"content":" },"},{"lineNumber":157,"author":{"gitId":"-"},"content":" {"},{"lineNumber":158,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithoutTitleAndNavHeadings.md\","},{"lineNumber":159,"author":{"gitId":"-"},"content":" \"title\": \"page nav separator should be omitted when there is no title and navigation headings added\""},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavWithOnlyTitle.md\","},{"lineNumber":163,"author":{"gitId":"-"},"content":" \"title\": \"page nav with title added\""},{"lineNumber":164,"author":{"gitId":"-"},"content":" },"},{"lineNumber":165,"author":{"gitId":"-"},"content":" {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" \"src\": \"testPageNavPrint.md\","},{"lineNumber":167,"author":{"gitId":"-"},"content":" \"title\": \"printing page nav\""},{"lineNumber":168,"author":{"gitId":"-"},"content":" },"},{"lineNumber":169,"author":{"gitId":"-"},"content":" {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" \"src\": \"testWeb3FormPlugin.md\","},{"lineNumber":171,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\""},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" \"src\": \"testList.md\","},{"lineNumber":175,"author":{"gitId":"-"},"content":" \"title\": \"web 3 forms\""},{"lineNumber":176,"author":{"gitId":"-"},"content":" },"},{"lineNumber":177,"author":{"gitId":"-"},"content":" {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" \"src\": \"testFontAwesomeInPage.md\","},{"lineNumber":179,"author":{"gitId":"-"},"content":" \"title\": \"font-awesome icon in page, only font-awesome stylesheet should be loaded\""},{"lineNumber":180,"author":{"gitId":"-"},"content":" },"},{"lineNumber":181,"author":{"gitId":"-"},"content":" {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" \"src\": \"testGlyphiconInPage.md\","},{"lineNumber":183,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon icon in page, only glyphicon stylesheet should be loaded\""},{"lineNumber":184,"author":{"gitId":"-"},"content":" },"},{"lineNumber":185,"author":{"gitId":"-"},"content":" {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" \"src\": \"testMaterialIconsInPage.md\","},{"lineNumber":187,"author":{"gitId":"-"},"content":" \"title\": \"material-icons icon in page, only material-icons stylesheet should be loaded\""},{"lineNumber":188,"author":{"gitId":"-"},"content":" },"},{"lineNumber":189,"author":{"gitId":"-"},"content":" {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" \"src\": \"testOcticonInPage.md\","},{"lineNumber":191,"author":{"gitId":"-"},"content":" \"title\": \"octicon icon in page, only octicon stylesheet should be loaded\""},{"lineNumber":192,"author":{"gitId":"-"},"content":" },"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testBootstrapIconInPage.md\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"title\": \"bootstrap icon in page, only octicon stylesheet should be loaded\""},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":197,"author":{"gitId":"-"},"content":" {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" \"src\": \"testIconsInSiteLayout.md\","},{"lineNumber":199,"author":{"gitId":"-"},"content":" \"title\": \"glyphicon \u0026 octicon icon in page, only glyphicon \u0026 octicon stylesheets should be loaded\""},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" },"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" {"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"src\": \"testSourceContainScript.md\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"title\": \"Test: If source contains script or css, when included, the script or css should be included\""},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":206,"author":{"gitId":"-"},"content":" \"pagesExclude\": [\"**/*-fragment.md\"],"},{"lineNumber":207,"author":{"gitId":"-"},"content":" \"ignore\": ["},{"lineNumber":208,"author":{"gitId":"-"},"content":" \"_markbind/layouts/*\","},{"lineNumber":209,"author":{"gitId":"-"},"content":" \"_markbind/logs/*\","},{"lineNumber":210,"author":{"gitId":"-"},"content":" \"_site/*\","},{"lineNumber":211,"author":{"gitId":"-"},"content":" \"site.json\","},{"lineNumber":212,"author":{"gitId":"-"},"content":" \"*.md\","},{"lineNumber":213,"author":{"gitId":"-"},"content":" \"testFileIgnore.sh\","},{"lineNumber":214,"author":{"gitId":"-"},"content":" \"testFileIgnore/*\","},{"lineNumber":215,"author":{"gitId":"-"},"content":" \"expected/*\""},{"lineNumber":216,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":217,"author":{"gitId":"-"},"content":" \"deploy\": {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" \"message\": \"Site Update.\""},{"lineNumber":219,"author":{"gitId":"-"},"content":" },"},{"lineNumber":220,"author":{"gitId":"-"},"content":" \"globalOverride\": {"},{"lineNumber":221,"author":{"gitId":"-"},"content":" \"globalOverrideProperty\": \"Overridden by global override\","},{"lineNumber":222,"author":{"gitId":"-"},"content":" \"globalAndFrontmatterOverrideProperty\": \"Overridden by global override\""},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" \"headingIndexingLevel\": 4,"},{"lineNumber":225,"author":{"gitId":"-"},"content":" \"plugins\": ["},{"lineNumber":226,"author":{"gitId":"-"},"content":" \"testMarkbindPlugin\","},{"lineNumber":227,"author":{"gitId":"-"},"content":" \"filterTags\","},{"lineNumber":228,"author":{"gitId":"-"},"content":" \"googleAnalytics\","},{"lineNumber":229,"author":{"gitId":"-"},"content":" \"mathDelimiters\","},{"lineNumber":230,"author":{"gitId":"-"},"content":" \"web3Form\""},{"lineNumber":231,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":232,"author":{"gitId":"-"},"content":" \"pluginsContext\": {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" \"testMarkbindPlugin\": {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" \"pre\": \"\\n\\n# Markbind Plugin Pre-render\","},{"lineNumber":235,"author":{"gitId":"-"},"content":" \"post\": \"\u003cp\u003eNode Modules Plugin Post-render\u003c/p\u003e\""},{"lineNumber":236,"author":{"gitId":"-"},"content":" },"},{"lineNumber":237,"author":{"gitId":"-"},"content":" \"filterTags\": {"},{"lineNumber":238,"author":{"gitId":"-"},"content":" \"tags\": ["},{"lineNumber":239,"author":{"gitId":"-"},"content":" \"tag-site-shown\","},{"lineNumber":240,"author":{"gitId":"-"},"content":" \"+tag-site-override-shown\","},{"lineNumber":241,"author":{"gitId":"-"},"content":" \"+tag-site-override-specific-shown\""},{"lineNumber":242,"author":{"gitId":"-"},"content":" ]"},{"lineNumber":243,"author":{"gitId":"-"},"content":" },"},{"lineNumber":244,"author":{"gitId":"-"},"content":" \"googleAnalytics\": {"},{"lineNumber":245,"author":{"gitId":"-"},"content":" \"trackingID\": \"TRACKING-ID\""},{"lineNumber":246,"author":{"gitId":"-"},"content":" },"},{"lineNumber":247,"author":{"gitId":"-"},"content":" \"mathDelimiters\": {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" \"delimiters\": [\"beg_end\"]"},{"lineNumber":249,"author":{"gitId":"-"},"content":" },"},{"lineNumber":250,"author":{"gitId":"-"},"content":" \"web3Form\": {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" \"accessKey\": \"\""},{"lineNumber":252,"author":{"gitId":"-"},"content":" }"},{"lineNumber":253,"author":{"gitId":"-"},"content":" }"},{"lineNumber":254,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"-":246,"yiwen101":8}},{"path":"packages/cli/test/functional/test_site/stylesheets/styles.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site/testBootstrapIconInPage.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":"title: Test optimize loading of icon stylesheets"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"layout: simpleLayoutWithoutIcons.md"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":"A bootstrap icon is supposed to appear here ---\u003e :bi-terminal-dash:"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"**There is one bootstrap-icons icon in this page content.**"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"**Open up console. Only bootstrap-icons stylesheet should be loaded!**"}],"authorContributionMap":{"yiwen101":10}},{"path":"packages/cli/test/functional/test_site/testHashFootnotes.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003cdiv id\u003d\"import\"\u003e"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":"text^[footnote1], text2^[footnote2]"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"yiwen101":4}},{"path":"packages/cli/test/functional/test_site/testList.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"1. One item"},{"lineNumber":2,"author":{"gitId":"-"},"content":"- Only 1 item "},{"lineNumber":3,"author":{"gitId":"-"},"content":""},{"lineNumber":4,"author":{"gitId":"-"},"content":"1. One item with customization icon"},{"lineNumber":5,"author":{"gitId":"-"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" }"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"1. One item with once customization"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"1. One item with customization text"},{"lineNumber":11,"author":{"gitId":"-"},"content":"- Only 1 item { text\u003d\"Step 1\" }"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"1. One item + nested list"},{"lineNumber":14,"author":{"gitId":"-"},"content":"- Only 1 item"},{"lineNumber":15,"author":{"gitId":"-"},"content":" - Only 1 item"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"1. One item + nested list with icon customization"},{"lineNumber":18,"author":{"gitId":"-"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" }"},{"lineNumber":19,"author":{"gitId":"-"},"content":" - Only 1 item { icon\u003d\"glyphicon-education\" }"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"1. One item + nested list with once customization"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"- Only 1 item { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" - Only 1 item { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"1. One item + nested list with text customization"},{"lineNumber":26,"author":{"gitId":"-"},"content":"- Only 1 item { text\u003d\"Step 1\" }"},{"lineNumber":27,"author":{"gitId":"-"},"content":" - Only 1 item { text\u003d\"Step 1.1\" }"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":"1. Basic structure"},{"lineNumber":30,"author":{"gitId":"-"},"content":"* Item A"},{"lineNumber":31,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":32,"author":{"gitId":"-"},"content":" * Sub-item B1 "},{"lineNumber":33,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":34,"author":{"gitId":"-"},"content":" * Sub-item B3 "},{"lineNumber":35,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1"},{"lineNumber":36,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":37,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":38,"author":{"gitId":"-"},"content":" * Sub-item B4 "},{"lineNumber":39,"author":{"gitId":"-"},"content":""},{"lineNumber":40,"author":{"gitId":"-"},"content":"1. Icon inheritance test"},{"lineNumber":41,"author":{"gitId":"-"},"content":"* Item A { icon\u003d\"glyphicon-education\" }"},{"lineNumber":42,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":43,"author":{"gitId":"-"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":44,"author":{"gitId":"-"},"content":" * Sub-item B2"},{"lineNumber":45,"author":{"gitId":"-"},"content":" * Sub-item B3 "},{"lineNumber":46,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":47,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":48,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":49,"author":{"gitId":"-"},"content":" * Sub-item B4 "},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":"1. Text inheritance test"},{"lineNumber":52,"author":{"gitId":"-"},"content":"* Item A { text\u003d\"First layer\" }"},{"lineNumber":53,"author":{"gitId":"-"},"content":"* Item B"},{"lineNumber":54,"author":{"gitId":"-"},"content":" * Sub-item B1 { text\u003d\"Second layer\" }"},{"lineNumber":55,"author":{"gitId":"-"},"content":" * Sub-item B2"},{"lineNumber":56,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":57,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { text\u003d\"Third layer\" }"},{"lineNumber":58,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":59,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":60,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":"1. First item no customization test"},{"lineNumber":63,"author":{"gitId":"-"},"content":"* Item A "},{"lineNumber":64,"author":{"gitId":"-"},"content":"* Item B { icon\u003d\"./images/deer.jpg\" text\u003d\"First\"}"},{"lineNumber":65,"author":{"gitId":"-"},"content":" * Sub-item B1"},{"lineNumber":66,"author":{"gitId":"-"},"content":" * Sub-item B2 { icon\u003d\"fas-file-code\" text\u003d\"Should not be appearing\"}"},{"lineNumber":67,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":68,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1"},{"lineNumber":69,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" text\u003d\"Should not be appearing\"}"},{"lineNumber":70,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":71,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":"1. Correct first item customization test"},{"lineNumber":74,"author":{"gitId":"-"},"content":"* Item A { icon\u003d\"glyphicon-education\" }"},{"lineNumber":75,"author":{"gitId":"-"},"content":"* Item B { icon\u003d\"./images/deer.jpg\" }"},{"lineNumber":76,"author":{"gitId":"-"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":78,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":79,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":80,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":81,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1"},{"lineNumber":82,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":"1. Testing with various icon attributes"},{"lineNumber":85,"author":{"gitId":"-"},"content":"* Item A { icon\u003d\"glyphicon-education\" i-size\u003d\"20px\" i-class\u003d\"text-primary\" }"},{"lineNumber":86,"author":{"gitId":"-"},"content":"* Item B { icon\u003d\"./images/deer.jpg\" i-width\u003d\"200px\" i-height\u003d\"100px\" i-class\u003d\"text-warning\" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" text\u003d\"Hi\" i-size\u003d\"30px\" }"},{"lineNumber":88,"author":{"gitId":"-"},"content":" * Sub-item B2 { i-class\u003d\"text-success\" i-spacing\u003d\"2rem\" }"},{"lineNumber":89,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":90,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" i-height\u003d\"50px\" }"},{"lineNumber":91,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":92,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 { i-class\u003d\"text-danger\" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":" * Sub-item B4 { i-spacing\u003d\"1rem\" }"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"-"},"content":"1. Testing with various text attributes"},{"lineNumber":96,"author":{"gitId":"-"},"content":"* Item A { text\u003d\"Step 1\" t-size\u003d\"20px\" t-class\u003d\"text-primary\" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":"* Item B { text\u003d\"Step 2\" t-class\u003d\"text-warning\" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":" * Sub-item B1 { text\u003d\"\\_MD_\" t-size\u003d\"10px\" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":" * Sub-item B2 { t-class\u003d\"text-success\" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":101,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { text\u003d\":+1:\"}"},{"lineNumber":102,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":103,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 { t-class\u003d\"text-danger\" }"},{"lineNumber":104,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":"1. Mixing text and icon "},{"lineNumber":107,"author":{"gitId":"-"},"content":"* Item A { text\u003d\"Step 1\" icon\u003d\"glyphicon-education\" t-size\u003d\"20px\" t-class\u003d\"text-primary\" }"},{"lineNumber":108,"author":{"gitId":"-"},"content":"* Item B { text\u003d\"Step 2\" t-class\u003d\"text-warning\" }"},{"lineNumber":109,"author":{"gitId":"-"},"content":" * Sub-item B1 { text\u003d\"\\_MD_\" icon\u003d\"./images/deer.jpg\" t-size\u003d\"10px\" i-width\u003d\"20px\" i-height\u003d\"20px\"}"},{"lineNumber":110,"author":{"gitId":"-"},"content":" * Sub-item B2 { t-class\u003d\"text-success\" i-height\u003d\"30px\" i-width\u003d\"30px\"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":112,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 { text\u003d\":+1:\" icon\u003d\"+1\"}"},{"lineNumber":113,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":114,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 { t-class\u003d\"text-danger\" }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"1. Mixing basic and customized lists"},{"lineNumber":118,"author":{"gitId":"-"},"content":"* Item A"},{"lineNumber":119,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":120,"author":{"gitId":"-"},"content":" * Sub-item B1 {icon\u003d\"fas-file-code\" i-size\u003d\"20px\" i-class\u003d\"text-success\"}"},{"lineNumber":121,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":122,"author":{"gitId":"-"},"content":" * Sub-item B3 "},{"lineNumber":123,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 {icon\u003d\"glyphicon-education\" i-size\u003d\"30px\" i-class\u003d\"text-danger\"}"},{"lineNumber":124,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2 "},{"lineNumber":125,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 {icon\u003d\"./images/deer.jpg\" i-width\u003d\"200px\" i-height\u003d\"100px\" i-class\u003d\"text-warning\"}"},{"lineNumber":126,"author":{"gitId":"-"},"content":" * Sub-item B4 "},{"lineNumber":127,"author":{"gitId":"-"},"content":""},{"lineNumber":128,"author":{"gitId":"-"},"content":"1. Reverse mixing basic and customized lists"},{"lineNumber":129,"author":{"gitId":"-"},"content":"* Item A {icon\u003d\"glyphicon-education\" i-size\u003d\"20px\" i-class\u003d\"text-primary\"}"},{"lineNumber":130,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":131,"author":{"gitId":"-"},"content":" * Sub-item B1 "},{"lineNumber":132,"author":{"gitId":"-"},"content":" * Sub-item B2"},{"lineNumber":133,"author":{"gitId":"-"},"content":" * Sub-item B3"},{"lineNumber":134,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.1 "},{"lineNumber":135,"author":{"gitId":"-"},"content":" * Sub-sub-item B3.2"},{"lineNumber":136,"author":{"gitId":"-"},"content":" * Sub-sub-sub-item B3.2.1 "},{"lineNumber":137,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":138,"author":{"gitId":"-"},"content":""},{"lineNumber":139,"author":{"gitId":"-"},"content":"1. Every second list item customized"},{"lineNumber":140,"author":{"gitId":"-"},"content":"* Item A {icon\u003d\"glyphicon-education\" i-size\u003d\"20px\" i-class\u003d\"text-primary\"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":"* Item B "},{"lineNumber":142,"author":{"gitId":"-"},"content":" * Sub-item B1 {icon\u003d\"fas-file-code\" i-size\u003d\"30px\" i-class\u003d\"text-success\"}"},{"lineNumber":143,"author":{"gitId":"-"},"content":" * Sub-item B2 "},{"lineNumber":144,"author":{"gitId":"-"},"content":" * Sub-item B3 {icon\u003d\"./images/deer.jpg\" i-width\u003d\"200px\" i-height\u003d\"100px\" i-class\u003d\"text-warning\"}"},{"lineNumber":145,"author":{"gitId":"-"},"content":" * Sub-item B4"},{"lineNumber":146,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":147,"author":{"gitId":"KevinEyo1"},"content":"1. Once + none + customization"},{"lineNumber":148,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":149,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":150,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":151,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":152,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":153,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":154,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":155,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":156,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"fas-file-code\" }"},{"lineNumber":157,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":158,"author":{"gitId":"KevinEyo1"},"content":"1. Customization + none + once"},{"lineNumber":159,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":160,"author":{"gitId":"KevinEyo1"},"content":"* Item B"},{"lineNumber":161,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1 { icon\u003d\"fas-file-code\" }"},{"lineNumber":162,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":163,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":164,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":165,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":166,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":167,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":168,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":169,"author":{"gitId":"KevinEyo1"},"content":"1. Customization + once + none"},{"lineNumber":170,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":171,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":172,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":173,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":174,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":175,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":176,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":177,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":178,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":179,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":180,"author":{"gitId":"KevinEyo1"},"content":"1. Once + customization + none"},{"lineNumber":181,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":182,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"fas-file-code\" }"},{"lineNumber":183,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":184,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":185,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":186,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":187,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":188,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":189,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":190,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":191,"author":{"gitId":"KevinEyo1"},"content":"1. None + customization + once"},{"lineNumber":192,"author":{"gitId":"KevinEyo1"},"content":"* Item A "},{"lineNumber":193,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"fas-file-code\" }"},{"lineNumber":194,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":195,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":196,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":197,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":198,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":199,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":200,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":201,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":202,"author":{"gitId":"KevinEyo1"},"content":"1. None + once + customization"},{"lineNumber":203,"author":{"gitId":"KevinEyo1"},"content":"* Item A "},{"lineNumber":204,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":205,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":206,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":207,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":208,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":209,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":210,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":211,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"fas-file-code\" }"},{"lineNumber":212,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":213,"author":{"gitId":"KevinEyo1"},"content":"1. Customization + once + customization"},{"lineNumber":214,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":215,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":216,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":217,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":218,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":219,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":220,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":221,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":222,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":223,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":224,"author":{"gitId":"KevinEyo1"},"content":"1. String once"},{"lineNumber":225,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003d\"true\" }"},{"lineNumber":226,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":227,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":228,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":229,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":230,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":231,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":232,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":233,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":234,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":235,"author":{"gitId":"KevinEyo1"},"content":"1. False once for item A, rest of items will inherit"},{"lineNumber":236,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" once\u003dfalse }"},{"lineNumber":237,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":238,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":239,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":240,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":241,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":242,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":243,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":244,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":245,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":246,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":247,"author":{"gitId":"KevinEyo1"},"content":"1. False once for item B, will overwrite item A"},{"lineNumber":248,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"fas-file-code\" }"},{"lineNumber":249,"author":{"gitId":"KevinEyo1"},"content":"* Item B { icon\u003d\"glyphicon-education\" once\u003dfalse }"},{"lineNumber":250,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":251,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":252,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 "},{"lineNumber":253,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":254,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":255,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":256,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":257,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":258,"author":{"gitId":"KevinEyo1"},"content":"1. Once for specific attributes besides icon, does not overwrite"},{"lineNumber":259,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" i-size\u003d\"70px\" i-class\u003d\"text-primary\" }"},{"lineNumber":260,"author":{"gitId":"KevinEyo1"},"content":"* Item B { i-size\u003d\"40px\" once\u003dtrue }"},{"lineNumber":261,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":262,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":263,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":264,"author":{"gitId":"KevinEyo1"},"content":"1. False once for specific attributes besides icon, does overwrite"},{"lineNumber":265,"author":{"gitId":"KevinEyo1"},"content":"* Item A { icon\u003d\"glyphicon-education\" i-size\u003d\"70px\" i-class\u003d\"text-primary\" }"},{"lineNumber":266,"author":{"gitId":"KevinEyo1"},"content":"* Item B { i-size\u003d\"40px\" once\u003dfalse }"},{"lineNumber":267,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1"},{"lineNumber":268,"author":{"gitId":"KevinEyo1"},"content":"* Item C"},{"lineNumber":269,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":270,"author":{"gitId":"KevinEyo1"},"content":"1. Sub-level"},{"lineNumber":271,"author":{"gitId":"KevinEyo1"},"content":"* Item A "},{"lineNumber":272,"author":{"gitId":"KevinEyo1"},"content":"* Item B "},{"lineNumber":273,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B1 { icon\u003d\"glyphicon-education\" once\u003dtrue }"},{"lineNumber":274,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B2"},{"lineNumber":275,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B3 { icon\u003d\"fas-file-code\" }"},{"lineNumber":276,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.1 { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"},{"lineNumber":277,"author":{"gitId":"KevinEyo1"},"content":" * Sub-sub-item B3.2"},{"lineNumber":278,"author":{"gitId":"KevinEyo1"},"content":" * Sub-item B4 "},{"lineNumber":279,"author":{"gitId":"KevinEyo1"},"content":"* Item C { icon\u003d\"./images/deer.jpg\" i-width\u003d\"50px\" }"}],"authorContributionMap":{"KevinEyo1":141,"-":138}},{"path":"packages/cli/test/functional/test_site/testPanels/PanelSourceContainsScript.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003ch1\u003e"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":"\u003cscript\u003e"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" // JavaScript code specific to this component"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" console.log(\"Inline script executed! 35\");"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":"\u003c/script\u003e"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":"\u003cstyle\u003e"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" /* CSS styles specific to this component */"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" h1 {"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" color: red;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" }"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"\u003c/style\u003e"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"h1 text"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":"\u003c/h1\u003e"}],"authorContributionMap":{"yiwen101":13}},{"path":"packages/cli/test/functional/test_site/testSourceContainScript.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"\u003cpanel header\u003d\"## Panel with src that contains css and script header\" src\u003d\"testPanels/PanelSourceContainsScript.md\" expanded\u003e\u003c/panel\u003e"}],"authorContributionMap":{"yiwen101":1}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_algolia_plugin/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/404.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027),_m(0),_v(\" \"),_m(1),_c(\u0027p\u0027)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"10rem\"}},[_v(\"404\")])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"1.5rem\"}},[_v(\"File not found\"),_c(\u0027br\u0027),_v(\"Click \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/\"}},[_v(\"here\")]),_v(\" to go back to the home page.\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/Home.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the test-deploy wiki!\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/Page-1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"page-1\"}},[_v(\"Page 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#page-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/_Footer.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Custom footer.\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/_Sidebar.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"[[Page-1]]\")])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/about.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"about\"}},[_v(\"About\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Welcome to your \"),_c(\u0027strong\u0027,[_v(\"About Us\")]),_v(\" page.\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"topic-1\"}},[_v(\"Topic 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#topic-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027blockquote\u0027,[_c(\u0027p\u0027,[_v(\"More content to be added\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic2.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic3a.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/contents/topic3b.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Home]]\")]),_v(\" \"),_c(\u0027li\u0027,{staticClass:\"site-nav-custom-list-item site-nav-list-item-0\"},[_v(\"[[Page-1]]\")])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the test-deploy wiki!\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_c(\u0027footer\u0027,[_v(\"\\nCustom footer.\\n\")])])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [];"},{"lineNumber":7,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":6}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site_convert/test_basic_convert/non_markbind_site/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" margin-left: 60px;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":113,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" }"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":124,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }"},{"lineNumber":128,"author":{"gitId":"-"},"content":""},{"lineNumber":129,"author":{"gitId":"-"},"content":" footer {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" }"},{"lineNumber":132,"author":{"gitId":"-"},"content":"}"},{"lineNumber":133,"author":{"gitId":"-"},"content":""},{"lineNumber":134,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":135,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":137}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/404.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027),_m(0),_v(\" \"),_m(1),_c(\u0027p\u0027)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"10rem\"}},[_v(\"404\")])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027p\u0027,{staticStyle:{\"font-size\":\"1.5rem\"}},[_v(\"File not found\"),_c(\u0027br\u0027),_v(\"Click \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/\"}},[_v(\"here\")]),_v(\" to go back to the home page.\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":15}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/Home.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the test-deploy wiki!\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/Page-1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"page-1\"}},[_v(\"Page 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#page-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/README.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_c(\u0027p\u0027,[_v(\"Test readme file\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"readme\"}},[_v(\"Readme\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#readme\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/about.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"about\"}},[_v(\"About\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Welcome to your \"),_c(\u0027strong\u0027,[_v(\"About Us\")]),_v(\" page.\")])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":15}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(0),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"topic-1\"}},[_v(\"Topic 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#topic-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027blockquote\u0027,[_c(\u0027p\u0027,[_v(\"More content to be added\")])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"-"},"content":") {"},{"lineNumber":14,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":15}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic2.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic3a.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/contents/topic3b.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027box\u0027,[_c(\u0027span\u0027,{staticClass:\"fas fa-tools\"}),_c(\u0027span\u0027,[_v(\" This is a placeholder page\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(0)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":10,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":9}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0),_v(\" \"),_c(\u0027p\u0027,[_v(\"Test readme file\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"readme\"}},[_v(\"Readme\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#readme\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/test_folder/extra_1.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"sample-content-in-another-folder-which-is-not-named-content\"}},[_v(\"Sample content in another folder which is not named content\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#sample-content-in-another-folder-which-is-not-named-content\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/test_folder/extra_2.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"sample-content-in-another-folder-which-is-not-named-content\"}},[_v(\"Sample content in another folder which is not named content\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#sample-content-in-another-folder-which-is-not-named-content\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/expected/test_folder/extra_3.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":""},{"lineNumber":2,"author":{"gitId":"-"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"-"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"placement\":\"top\",\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_c(\u0027i\u0027,{staticClass:\"fa-solid fa-house\"})])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html\"}},[_v(\"HOME\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/about.html\"}},[_v(\"ABOUT\")])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"site-nav-top\"},[_c(\u0027div\u0027,{staticClass:\"fw-bold mb-2\",staticStyle:{\"font-size\":\"1.25rem\"}},[_v(\"Contents\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/404.html\"}},[_v(\"404\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Home.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/Page-1.html\"}},[_v(\"Page 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/README.html\"}},[_v(\"README\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic1.html\"}},[_v(\"Topic 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic2.html\"}},[_v(\"Topic 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3a.html\"}},[_v(\"Topic 3 A\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/topic3b.html\"}},[_v(\"Topic 3 B\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Index\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_1.html\"}},[_v(\"Extra 1\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_2.html\"}},[_v(\"Extra 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/test_folder/extra_3.html\"}},[_v(\"Extra 3\")])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027breadcrumb\u0027),_v(\" \"),_m(0)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"-"},"content":"};"},{"lineNumber":6,"author":{"gitId":"-"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"-"},"content":") {"},{"lineNumber":8,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"sample-content-in-another-folder-which-is-not-named-content\"}},[_v(\"Sample content in another folder which is not named content\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#sample-content-in-another-folder-which-is-not-named-content\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"-"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"-"},"content":") {"},{"lineNumber":11,"author":{"gitId":"-"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"-"},"content":" "}],"authorContributionMap":{"jingting1412":1,"-":12}},{"path":"packages/cli/test/functional/test_site_convert/test_navigation_convert/non_markbind_site/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_special_tags/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_templates/test_default/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_templates/test_minimal/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Page not found"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: 404.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 10rem\"\u003e404\u003c/p\u003e\u003c-"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 1.5rem\"\u003eFile not found\u003cbr\u003eClick \u003ca href\u003d\"/\"\u003ehere\u003c/a\u003e to go back to the home page.\u003c/p\u003e\u003c-"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/_markbind/layouts/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv\u003e{{ content }}\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/_markbind/layouts/default.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{baseUrl}}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{{baseUrl}}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eYour Name\u003c/a\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#skills\" class\u003d\"nav-link\"\u003eSkills\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#experience\" class\u003d\"nav-link\"\u003eExperience\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdropdown header\u003d\"Projects\" class\u003d\"nav-link\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-1\" class\u003d\"dropdown-item\"\u003eProject 1\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-2\" class\u003d\"dropdown-item\"\u003eProject 2\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#other-projects\" class\u003d\"dropdown-item\"\u003eOther projects\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/dropdown\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/form\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/navbar\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":"\u003c/header\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" {{ content }}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"\u003cfooter\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003csmall\u003e[Generated by {{MarkBind}}]\u003c/small\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"jingting1412":35}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/_markbind/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"name\"\u003e[NAME]\u003c/variable\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"javascript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/JavaScript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"typescript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Typescript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"vue\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Vue.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"java\"\u003e\u003cthumbnail src\u003d\"../contents/assets/java-icon.svg\" size\u003d\"50\"/\u003e\u003c/variable\u003e"}],"authorContributionMap":{"jingting1412":5}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/experience.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Experience"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cul class\u003d\"nav nav-tabs\" role\u003d\"tablist\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link active\" data-bs-toggle\u003d\"tab\" href\u003d\"#NUS\" aria-selected\u003d\"false\" role\u003d\"tab\" tabindex\u003d\"-1\"\u003eNUS\u003c/a\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link\" data-bs-toggle\u003d\"tab\" href\u003d\"#another-company\" aria-selected\u003d\"true\" role\u003d\"tab\"\u003eAnother Company\u003c/a\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"\u003c/ul\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"myTabContent\" class\u003d\"tab-content\" style\u003d\"margin-top:15px;\"\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade active show\" id\u003d\"NUS\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eSoftware Engineering Intern @ \u003cmd\u003e[NUS](https://nus.edu.sg/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2024 - Aug 2024\u003c/h6\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade\" id\u003d\"another-company\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eAnother role @ \u003cmd\u003e[Another company](https://markbind.org/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2022 - Aug 2022\u003c/h6\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/project1.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-1\"\u003eExample project: iP for CS2103\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eThis would be a good place to add images and embeds showcasing your contributions to a project. In this case, an `\u003ciframe\u003e` containing the [RepoSense](https://reposense.org/index.html) report of a student\u0027s contributions to their iP is embedded. For more information on embeds, refer to our user guide [here.](https://markbind.org/userGuide/formattingContents.html#embeds)\u003c/md\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cdiv\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ciframe src\u003d\"https://nus-cs3281.github.io/2024-dashboard/#/widget/?search\u003dReposense\u0026sort\u003dgroupTitle\u0026sortWithin\u003dtitle\u0026timeframe\u003dcommit\u0026mergegroup\u003d\u0026groupSelect\u003dgroupByAuthors\u0026breakdown\u003dfalse\u0026since\u003d2023-12-01\u0026tabOpen\u003dtrue\u0026tabType\u003dauthorship\u0026tabAuthor\u003dasdfghjkxd\u0026tabRepo\u003dreposense%2Freposense%5Bmaster%5D\u0026authorshipIsMergeGroup\u003dfalse\u0026authorshipFileTypes\u003djava~md\u0026authorshipIsBinaryFileTypeChecked\u003dfalse\u0026authorshipIsIgnoredFilesChecked\u003dfalse\u0026chartGroupIndex\u003d5\u0026chartIndex\u003d0\" width\u003d\"100%\"\u003e\u003c/iframe\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration of the project can be added here\u003c/p\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":17}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/project2.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-2\"\u003eProject 2\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":16}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/projects.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Projects"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project1.md\"/\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project2.md\"/\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"### Other projects"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"row row-cols-1 row-cols-md-3 g-3\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":61}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/contents/skills.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Skills"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cp\u003eThis is where you can give a quick overview of the technologies and frameworks you know using our \u003ca href\u003d\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#thumbnails\" target\u003d\"_blank\"\u003ethumbnail feature\u003c/a\u003e or our \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003eicons\u003c/a\u003e.\u003c/p\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using thumbnails\" expanded\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"info\"\u003eThese thumbnails are available as variables to use anywhere in this page!\u003c/box\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" {{ typescript }}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":"\u003cbr/\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using icons\" expanded\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" Some icons are not available in the libraries that MarkBind supports! Please ensure that "},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" the desired icons are available before choosing this option. For more information regarding"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" icons, please refer to \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003ethis section of our User Guide.\u003c/a\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-square-js fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-vuejs fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-java fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"jingting1412":22}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Portfolio"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: default.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"\u003cbr\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"bg-light text-black px-2 py-5 mb-4\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"container\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003ch1 class\u003d\"display-5 no-index\"\u003e\u003cmd\u003e:wave:\u003c/md\u003e Hello!\u003cbr\u003eI\u0027m {{ name }}\u003c/h1\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"lead\"\u003eWelcome to my portfolio!\u003c/p\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv style\u003d\"margin-bottom:20px;\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-github fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://www.linkedin.com/school/national-university-of-singapore/\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-linkedin fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"mailto:secretary_cs@comp.nus.edu.sg\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-solid fa-envelope fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"btn btn-primary\" href\u003d\"./contents/assets/UG-template-resume.pdf\" target\u003d\"_blank\" rel\u003d\"noopener noreferrer\"\u003eResume\u003c/a\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" Want to change the theme? Explore more themes and other components offered by MarkBind in our \u003ca href\u003d\"https://markbind.org/userGuide/authoringContents.html\" target\u003d\"_blank\"\u003euser guide here\u003c/a\u003e."},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\" header\u003d\"##### Deploying this site\"\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eMarkBind makes it easy to deploy this site to GitHub Pages using the `markbind deploy` command. To allow `http://[username].github.io` to go straight to this portfolio, it is best to set your repository name as `[username].github.io` Read more about [deploying the site here](https://markbind.org/userGuide/deployingTheSite.html#deploying-to-github-pages)\u003c/md\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":"## About me"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"container text-left\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"row\" \u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-3 col-md-push-9\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" \u003cimg src\u003d\u0027./contents/assets/default_profile_pic.png\u0027 class\u003d\"img-fluid\" alt\u003d\u0027default-profile-pic\u0027/\u003e"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-9 col-md-pull-3\"\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" This is where you can add a picture of yourself and a brief introduction. This can be a good place to use \u003ctooltip content\u003d\"Add more information here\" placement\u003d\"top\"\u003etooltips\u003c/tooltip\u003e, or \u003cmd\u003e[add relevant links](https://markbind.org/userGuide/formattingContents.html#links).\u003c/md\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/skills.md\"/\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/experience.md\"/\u003e"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/projects.md\"/\u003e"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":""}],"authorContributionMap":{"jingting1412":70}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"Your Name\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html#skills\"}},[_v(\"Skills\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"/index.html#experience\"}},[_v(\"Experience\")])]),_v(\" \"),_c(\u0027dropdown\u0027,{staticClass:\"nav-link\",scopedSlots:_u([{key:\"header\",fn:function(){return [_v(\"Projects\")]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"dropdown-item\",attrs:{\"href\":\"/index.html#project-1\"}},[_v(\"Project 1\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"dropdown-item\",attrs:{\"href\":\"/index.html#project-2\"}},[_v(\"Project 2\")])])])],1)],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027br\u0027),_v(\" \"),_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\n Want to change the theme? Explore more themes and other components offered by MarkBind in our \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/authoringContents.html\",\"target\":\"_blank\"}},[_v(\"user guide here\")])]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027h5\u0027,{attrs:{\"id\":\"deploying-this-site\"}},[_v(\"Deploying this site\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#deploying-this-site\",\"onclick\":\"event.stopPropagation()\"}})])]},proxy:true}])},[_v(\" \"),_c(\u0027span\u0027,[_v(\"MarkBind makes it easy to deploy this site to Github Pages using the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"markbind deploy\")]),_v(\" command. To allow \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"http://[username].github.io\")]),_v(\" to go straight to this portfolio, it is best to set your repository name as \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"[username].github.io\")]),_v(\" Read more about \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/deployingTheSite.html#deploying-to-github-pages\"}},[_v(\"deploying the site here\")])])]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(1),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container text-left\"},[_c(\u0027div\u0027,{staticClass:\"row\"},[_m(2),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"col-md-9 col-md-pull-3\"},[_v(\"\\n This is where you can add a picture of yourself and a brief introduction. This can be a good place to use \"),_c(\u0027tooltip\u0027,{attrs:{\"placement\":\"top\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"Add more information here\")]},proxy:true}])},[_v(\"tooltips\")]),_v(\", or \"),_m(3)],1)])]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027div\u0027,[_m(4),_v(\" \"),_m(5),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Example using thumbnails\")])]},proxy:true}])},[_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_v(\"These thumbnails are available as variables to use anywhere in this page!\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Typescript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/java-icon.svg\",\"size\":\"50\"}})],1),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"expanded\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Example using icons\")])]},proxy:true}])},[_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\"}},[_v(\"\\n Some icons are not available in the libraries MarkBind supports! Please ensure that \\n the desired icons are available before choosing this option. For more information regarding\\n icons, please refer to \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#icons\",\"target\":\"_blank\"}},[_v(\"this section of our User Guide\")])]),_v(\" \"),_c(\u0027i\u0027,{staticClass:\"fa-brands fa-square-js fa-2xl\"}),_v(\" \"),_c(\u0027i\u0027,{staticClass:\"fa-brands fa-vuejs fa-2xl\"}),_v(\" \"),_c(\u0027i\u0027,{staticClass:\"fa-brands fa-java fa-2xl\"})],1)],1),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027div\u0027,[_m(6),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"seamless\",\"no-close\":\"\",\"minimized\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Software Engineering Intern @ \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://nus.edu.sg/\"}},[_v(\"NUS\")])]),_v(\" | May 2024 - Aug 2024\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_v(\"\\n Role description\\n \")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1)]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{attrs:{\"type\":\"seamless\",\"no-close\":\"\",\"minimized\":\"\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027div\u0027,[_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Another experience @ \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"Another Company\")])]),_v(\" | May 2022 - Aug 2022\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_v(\"\\n Role description\\n \")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"container\"},[_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}})],1)])],1),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027div\u0027,[_m(7),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027div\u0027,{staticClass:\"card mb-3\"},[_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration of the project can be added here\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/java-icon.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(11)])]),_v(\" \"),_c(\u0027div\u0027,[_c(\u0027div\u0027,{staticClass:\"card mb-3\"},[_m(12),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(13)])]),_v(\" \"),_m(14),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"row row-cols-1 row-cols-md-3 g-3\"},[_c(\u0027div\u0027,{staticClass:\"col\"},[_c(\u0027div\u0027,{staticClass:\"card\"},[_m(15),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/JavaScript.svg\",\"size\":\"50\"}}),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(16)])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"col\"},[_c(\u0027div\u0027,{staticClass:\"card\"},[_m(17),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/java-icon.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(18)])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"col\"},[_c(\u0027div\u0027,{staticClass:\"card\"},[_m(19),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_v(\"\\n This is another project. \\n \")]),_v(\" \"),_c(\u0027svg\u0027,{staticClass:\"d-block user-select-none\",staticStyle:{\"font-size\":\"1.125rem\",\"text-anchor\":\"middle\"},attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"100%\",\"height\":\"200\",\"aria-label\":\"Placeholder: Image cap\",\"focusable\":\"false\",\"role\":\"img\",\"preserveAspectRatio\":\"xMidYMid slice\",\"viewBox\":\"0 0 318 180\"}},[_c(\u0027rect\u0027,{attrs:{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"#868e96\"}}),_c(\u0027text\u0027,{attrs:{\"x\":\"50%\",\"y\":\"50%\",\"fill\":\"#dee2e6\",\"dy\":\".3em\"}},[_v(\"Image cap\")])]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027p\u0027,{staticClass:\"card-text\"},[_v(\"Some further elaboration on the project.\")]),_v(\" \"),_c(\u0027thumbnail\u0027,{attrs:{\"src\":\"/contents/assets/Vue.svg\",\"size\":\"50\"}})],1),_v(\" \"),_m(20)])])])]),_v(\" \"),_c(\u0027hr\u0027)],1),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(21)])}"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"};"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"bg-light text-black px-2 py-5 mb-4\"},[_c(\u0027div\u0027,{staticClass:\"container\"},[_c(\u0027h1\u0027,{staticClass:\"display-5 no-index\",attrs:{\"id\":\"hello-i-m-name\"}},[_c(\u0027span\u0027,[_v(\"👋\")]),_v(\" Hello!\"),_c(\u0027br\u0027),_v(\"I\u0027m [NAME]\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#hello-i-m-name\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,{staticClass:\"lead\"},[_v(\"Welcome to my portfolio!\")]),_v(\" \"),_c(\u0027span\u0027,{staticStyle:{\"margin-right\":\"10px\"}},[_c(\u0027a\u0027,{staticClass:\"icon\",attrs:{\"href\":\"https://github.com/MarkBind/markbind\",\"target\":\"_blank\"}},[_c(\u0027i\u0027,{staticClass:\"fa-brands fa-github fa-2xl\"})])]),_v(\" \"),_c(\u0027span\u0027,{staticStyle:{\"margin-right\":\"10px\"}},[_c(\u0027a\u0027,{staticClass:\"icon\",attrs:{\"href\":\"https://www.linkedin.com/school/national-university-of-singapore/\",\"target\":\"_blank\"}},[_c(\u0027i\u0027,{staticClass:\"fa-brands fa-linkedin fa-2xl\"})])])])])}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"about-me\"}},[_v(\"About me\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about-me\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"col-md-3 col-md-push-9\"},[_c(\u0027img\u0027,{staticClass:\"img-fluid\",attrs:{\"src\":\"/contents/assets/default_profile_pic.png\",\"alt\":\"default-profile-pic\"}})])}"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027span\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#links\"}},[_v(\"add relevant links\")])])}"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"skills\"}},[_v(\"Skills\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#skills\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This is where you can give a quick overview of the technologies and frameworks you know using our \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#thumbnails\",\"target\":\"_blank\"}},[_v(\"thumbnail feature\")]),_v(\" or our \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#icons\",\"target\":\"_blank\"}},[_v(\"icons\")]),_v(\".\")])}"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"experience\"}},[_v(\"Experience\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#experience\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"projects\"}},[_v(\"Projects\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projects\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h3\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"example-project-ip-for-cs2103\"}},[_v(\"Example project: iP for CS2103\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#example-project-ip-for-cs2103\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027span\u0027,[_v(\"This would be a good place to add images and embeds showcasing your contributions to a project. In this case, an \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"\u003ciframe\u003e\")]),_v(\" containing the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://reposense.org/index.html\"}},[_v(\"RepoSense\")]),_v(\" report of a student\u0027s contributions to their iP is embedded. For more information on embeds, refer to our user guide \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/contents/(https:/markbind.org/userGuide/formattingContents.html#embeds)\"}},[_v(\"here.\")])])])}"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,[_c(\u0027iframe\u0027,{attrs:{\"src\":\"https://nus-cs3281.github.io/2024-dashboard/#/widget/?search\u003dReposense\u0026sort\u003dgroupTitle\u0026sortWithin\u003dtitle\u0026timeframe\u003dcommit\u0026mergegroup\u003d\u0026groupSelect\u003dgroupByAuthors\u0026breakdown\u003dfalse\u0026since\u003d2023-12-01\u0026tabOpen\u003dtrue\u0026tabType\u003dauthorship\u0026tabAuthor\u003dasdfghjkxd\u0026tabRepo\u003dreposense%2Freposense%5Bmaster%5D\u0026authorshipIsMergeGroup\u003dfalse\u0026authorshipFileTypes\u003djava~md\u0026authorshipIsBinaryFileTypeChecked\u003dfalse\u0026authorshipIsIgnoredFilesChecked\u003dfalse\u0026chartGroupIndex\u003d5\u0026chartIndex\u003d0\",\"width\":\"100%\"}})])}"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h3\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-2\"}},[_v(\"Project 2\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-2\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"other-projects\"}},[_v(\"Other projects\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#other-projects\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h4\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-title\"}},[_v(\"Project title\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-title\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h4\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-title-2\"}},[_v(\"Project title\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-title-2\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027h4\u0027,{staticClass:\"card-header\",attrs:{\"id\":\"project-title-3\"}},[_v(\"Project title\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-title-3\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"card-body\"},[_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View on Github\")]),_v(\" \"),_c(\u0027a\u0027,{staticClass:\"btn btn-primary\",attrs:{\"href\":\"#\"}},[_v(\"View Devpost\")])])}"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":"},function anonymous("},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":") {"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[Generated by \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.3.0\")]),_v(\"]\")])])])}"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":"}];"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" "}],"authorContributionMap":{"jingting1412":73}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/bootstrap.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Bootswatch v5.1.3"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * Homepage: https://bootswatch.com"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Copyright 2012-2021 Thomas Park"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" * Based on Bootstrap"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"*//*!"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2021 The Bootstrap Authors"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2021 Twitter, Inc."},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" */@import url(https://fonts.googleapis.com/css2?family\u003dLato:ital,wght@0,400;0,700;1,400\u0026display\u003dswap);:root{--bs-blue:#2c3e50;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#e83e8c;--bs-red:#e74c3c;--bs-orange:#fd7e14;--bs-yellow:#f39c12;--bs-green:#18bc9c;--bs-teal:#20c997;--bs-cyan:#3498db;--bs-white:#fff;--bs-gray:#95a5a6;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#ecf0f1;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#b4bcc2;--bs-gray-600:#95a5a6;--bs-gray-700:#7b8a8b;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#2c3e50;--bs-secondary:#95a5a6;--bs-success:#18bc9c;--bs-info:#3498db;--bs-warning:#f39c12;--bs-danger:#e74c3c;--bs-light:#ecf0f1;--bs-dark:#7b8a8b;--bs-primary-rgb:44,62,80;--bs-secondary-rgb:149,165,166;--bs-success-rgb:24,188,156;--bs-info-rgb:52,152,219;--bs-warning-rgb:243,156,18;--bs-danger-rgb:231,76,60;--bs-light-rgb:236,240,241;--bs-dark-rgb:123,138,139;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:Lato,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.h1,h1{font-size:3rem}}.h2,h2{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h2,h2{font-size:2.5rem}}.h3,h3{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h3,h3{font-size:2rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#18bc9c;text-decoration:underline}a:hover{color:#13967d}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#e83e8c;word-wrap:break-word}a\u003ecode{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#95a5a6;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role\u003dbutton]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type\u003dbutton],[type\u003dreset],[type\u003dsubmit],button{-webkit-appearance:button}[type\u003dbutton]:not(:disabled),[type\u003dreset]:not(:disabled),[type\u003dsubmit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type\u003dsearch]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote\u003e:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#95a5a6}.blockquote-footer::before{content:\"\\2014\\00A0\"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#95a5a6}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row\u003e*{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-sm-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-md-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-lg-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-xl-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.row-cols-xxl-4\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6\u003e*{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.333333%}.col-xxl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.666667%}.col-xxl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.333333%}.col-xxl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.666667%}.col-xxl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.333333%}.col-xxl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.666667%}.col-xxl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.333333%}.col-xxl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.666667%}.col-xxl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table\u003e:not(caption)\u003e*\u003e*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table\u003etbody{vertical-align:inherit}.table\u003ethead{vertical-align:bottom}.table\u003e:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm\u003e:not(caption)\u003e*\u003e*{padding:.25rem .25rem}.table-bordered\u003e:not(caption)\u003e*{border-width:1px 0}.table-bordered\u003e:not(caption)\u003e*\u003e*{border-width:0 1px}.table-borderless\u003e:not(caption)\u003e*\u003e*{border-bottom-width:0}.table-borderless\u003e:not(:first-child){border-top-width:0}.table-striped\u003etbody\u003etr:nth-of-type(odd)\u003e*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover\u003etbody\u003etr:hover\u003e*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#2c3e50;--bs-table-striped-bg:#374859;--bs-table-striped-color:#fff;--bs-table-active-bg:#415162;--bs-table-active-color:#fff;--bs-table-hover-bg:#3c4c5d;--bs-table-hover-color:#fff;color:#fff;border-color:#415162}.table-secondary{--bs-table-bg:#95a5a6;--bs-table-striped-bg:#9aaaaa;--bs-table-striped-color:#fff;--bs-table-active-bg:#a0aeaf;--bs-table-active-color:#fff;--bs-table-hover-bg:#9dacad;--bs-table-hover-color:#fff;color:#fff;border-color:#a0aeaf}.table-success{--bs-table-bg:#18bc9c;--bs-table-striped-bg:#24bfa1;--bs-table-striped-color:#fff;--bs-table-active-bg:#2fc3a6;--bs-table-active-color:#fff;--bs-table-hover-bg:#29c1a3;--bs-table-hover-color:#fff;color:#fff;border-color:#2fc3a6}.table-info{--bs-table-bg:#3498db;--bs-table-striped-bg:#3e9ddd;--bs-table-striped-color:#fff;--bs-table-active-bg:#48a2df;--bs-table-active-color:#fff;--bs-table-hover-bg:#43a0de;--bs-table-hover-color:#fff;color:#fff;border-color:#48a2df}.table-warning{--bs-table-bg:#f39c12;--bs-table-striped-bg:#f4a11e;--bs-table-striped-color:#fff;--bs-table-active-bg:#f4a62a;--bs-table-active-color:#000;--bs-table-hover-bg:#f4a324;--bs-table-hover-color:#fff;color:#fff;border-color:#f4a62a}.table-danger{--bs-table-bg:#e74c3c;--bs-table-striped-bg:#e85546;--bs-table-striped-color:#fff;--bs-table-active-bg:#e95e50;--bs-table-active-color:#fff;--bs-table-hover-bg:#e9594b;--bs-table-hover-color:#fff;color:#fff;border-color:#e95e50}.table-light{--bs-table-bg:#ecf0f1;--bs-table-striped-bg:#e0e4e5;--bs-table-striped-color:#000;--bs-table-active-bg:#d4d8d9;--bs-table-active-color:#000;--bs-table-hover-bg:#dadedf;--bs-table-hover-color:#000;color:#000;border-color:#d4d8d9}.table-dark{--bs-table-bg:#7b8a8b;--bs-table-striped-bg:#829091;--bs-table-striped-color:#fff;--bs-table-active-bg:#889697;--bs-table-active-color:#fff;--bs-table-hover-bg:#859394;--bs-table-hover-color:#fff;color:#fff;border-color:#889697}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#95a5a6}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type\u003dfile]{overflow:hidden}.form-control[type\u003dfile]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-input-placeholder{color:#95a5a6;opacity:1}.form-control::-moz-placeholder{color:#95a5a6;opacity:1}.form-control:-ms-input-placeholder{color:#95a5a6;opacity:1}.form-control::-ms-input-placeholder{color:#95a5a6;opacity:1}.form-control::placeholder{color:#95a5a6;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#ecf0f1;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;-moz-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#ecf0f1;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e0e4e5}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#ecf0f1;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#e0e4e5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;-moz-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;-moz-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.form-select[multiple],.form-select[size]:not([size\u003d\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#ecf0f1}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type\u003dcheckbox]{border-radius:.25em}.form-check-input[type\u003dradio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.form-check-input:checked{background-color:#2c3e50;border-color:#2c3e50}.form-check-input:checked[type\u003dcheckbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10l3 3l6-6\u0027/%3e%3c/svg%3e\")}.form-check-input:checked[type\u003dradio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00272\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-input[type\u003dcheckbox]:indeterminate{background-color:#2c3e50;border-color:#2c3e50;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10h8\u0027/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027rgba%280, 0, 0, 0.25%29\u0027/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%23969fa8\u0027/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;-webkit-filter:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(44,62,80,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(44,62,80,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#2c3e50;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c0c5cb}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#2c3e50;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#c0c5cb}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#b4bcc2}.form-range:disabled::-moz-range-thumb{background-color:#b4bcc2}.form-floating{position:relative}.form-floating\u003e.form-control,.form-floating\u003e.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating\u003elabel{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating\u003elabel{transition:none}}.form-floating\u003e.form-control{padding:1rem .75rem}.form-floating\u003e.form-control::-webkit-input-placeholder{color:transparent}.form-floating\u003e.form-control::-moz-placeholder{color:transparent}.form-floating\u003e.form-control:-ms-input-placeholder{color:transparent}.form-floating\u003e.form-control::-ms-input-placeholder{color:transparent}.form-floating\u003e.form-control::placeholder{color:transparent}.form-floating\u003e.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:not(:-ms-input-placeholder){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:focus,.form-floating\u003e.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:not(:-ms-input-placeholder)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:focus~label,.form-floating\u003e.form-control:not(:placeholder-shown)~label,.form-floating\u003e.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group\u003e.form-control,.input-group\u003e.form-select{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0}.input-group\u003e.form-control:focus,.input-group\u003e.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#ecf0f1;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg\u003e.btn,.input-group-lg\u003e.form-control,.input-group-lg\u003e.form-select,.input-group-lg\u003e.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm\u003e.btn,.input-group-sm\u003e.form-control,.input-group-sm\u003e.form-select,.input-group-sm\u003e.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg\u003e.form-select,.input-group-sm\u003e.form-select{padding-right:3rem}.input-group:not(.has-validation)\u003e.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)\u003e:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation\u003e.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation\u003e:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group\u003e:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#18bc9c}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(24,188,156,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#18bc9c;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%2318bc9c\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#18bc9c;box-shadow:0 0 0 .25rem rgba(24,188,156,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#18bc9c}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%2318bc9c\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#18bc9c;box-shadow:0 0 0 .25rem rgba(24,188,156,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#18bc9c}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#18bc9c}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(24,188,156,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#18bc9c}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#e74c3c}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(231,76,60,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#e74c3c;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23e74c3c\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23e74c3c\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#e74c3c;box-shadow:0 0 0 .25rem rgba(231,76,60,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#e74c3c}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23e74c3c\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23e74c3c\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#e74c3c;box-shadow:0 0 0 .25rem rgba(231,76,60,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#e74c3c}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#e74c3c}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(231,76,60,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#e74c3c}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-primary:hover{color:#fff;background-color:#253544;border-color:#233240}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#253544;border-color:#233240;box-shadow:0 0 0 .25rem rgba(76,91,106,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show\u003e.btn-primary.dropdown-toggle{color:#fff;background-color:#233240;border-color:#212f3c}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show\u003e.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(76,91,106,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-secondary{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-secondary:hover{color:#fff;background-color:#7f8c8d;border-color:#778485}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#7f8c8d;border-color:#778485;box-shadow:0 0 0 .25rem rgba(165,179,179,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show\u003e.btn-secondary.dropdown-toggle{color:#fff;background-color:#778485;border-color:#707c7d}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show\u003e.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(165,179,179,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-success{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-success:hover{color:#fff;background-color:#14a085;border-color:#13967d}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#14a085;border-color:#13967d;box-shadow:0 0 0 .25rem rgba(59,198,171,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show\u003e.btn-success.dropdown-toggle{color:#fff;background-color:#13967d;border-color:#128d75}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show\u003e.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(59,198,171,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-info{color:#fff;background-color:#3498db;border-color:#3498db}.btn-info:hover{color:#fff;background-color:#2c81ba;border-color:#2a7aaf}.btn-check:focus+.btn-info,.btn-info:focus{color:#fff;background-color:#2c81ba;border-color:#2a7aaf;box-shadow:0 0 0 .25rem rgba(82,167,224,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show\u003e.btn-info.dropdown-toggle{color:#fff;background-color:#2a7aaf;border-color:#2772a4}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show\u003e.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(82,167,224,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#3498db;border-color:#3498db}.btn-warning{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-warning:hover{color:#fff;background-color:#cf850f;border-color:#c27d0e}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#fff;background-color:#cf850f;border-color:#c27d0e;box-shadow:0 0 0 .25rem rgba(245,171,54,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show\u003e.btn-warning.dropdown-toggle{color:#fff;background-color:#c27d0e;border-color:#b6750e}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show\u003e.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(245,171,54,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-danger{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-danger:hover{color:#fff;background-color:#c44133;border-color:#b93d30}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#c44133;border-color:#b93d30;box-shadow:0 0 0 .25rem rgba(235,103,89,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show\u003e.btn-danger.dropdown-toggle{color:#fff;background-color:#b93d30;border-color:#ad392d}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show\u003e.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(235,103,89,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-light{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-light:hover{color:#000;background-color:#eff2f3;border-color:#eef2f2}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#eff2f3;border-color:#eef2f2;box-shadow:0 0 0 .25rem rgba(201,204,205,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show\u003e.btn-light.dropdown-toggle{color:#000;background-color:#f0f3f4;border-color:#eef2f2}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show\u003e.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(201,204,205,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-dark{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-dark:hover{color:#fff;background-color:#697576;border-color:#626e6f}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#697576;border-color:#626e6f;box-shadow:0 0 0 .25rem rgba(143,156,156,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show\u003e.btn-dark.dropdown-toggle{color:#fff;background-color:#626e6f;border-color:#5c6868}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show\u003e.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(143,156,156,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-outline-primary{color:#2c3e50;border-color:#2c3e50}.btn-outline-primary:hover{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(44,62,80,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(44,62,80,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#2c3e50;background-color:transparent}.btn-outline-secondary{color:#95a5a6;border-color:#95a5a6}.btn-outline-secondary:hover{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(149,165,166,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#95a5a6;border-color:#95a5a6}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(149,165,166,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#95a5a6;background-color:transparent}.btn-outline-success{color:#18bc9c;border-color:#18bc9c}.btn-outline-success:hover{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(24,188,156,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#18bc9c;border-color:#18bc9c}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(24,188,156,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#18bc9c;background-color:transparent}.btn-outline-info{color:#3498db;border-color:#3498db}.btn-outline-info:hover{color:#fff;background-color:#3498db;border-color:#3498db}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(52,152,219,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#fff;background-color:#3498db;border-color:#3498db}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(52,152,219,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#3498db;background-color:transparent}.btn-outline-warning{color:#f39c12;border-color:#f39c12}.btn-outline-warning:hover{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(243,156,18,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#fff;background-color:#f39c12;border-color:#f39c12}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(243,156,18,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f39c12;background-color:transparent}.btn-outline-danger{color:#e74c3c;border-color:#e74c3c}.btn-outline-danger:hover{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(231,76,60,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#e74c3c;border-color:#e74c3c}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(231,76,60,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#e74c3c;background-color:transparent}.btn-outline-light{color:#ecf0f1;border-color:#ecf0f1}.btn-outline-light:hover{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(236,240,241,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#ecf0f1;border-color:#ecf0f1}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(236,240,241,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#ecf0f1;background-color:transparent}.btn-outline-dark{color:#7b8a8b;border-color:#7b8a8b}.btn-outline-dark:hover{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(123,138,139,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#7b8a8b;border-color:#7b8a8b}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(123,138,139,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#7b8a8b;background-color:transparent}.btn-link{font-weight:400;color:#18bc9c;text-decoration:underline}.btn-link:hover{color:#13967d}.btn-link.disabled,.btn-link:disabled{color:#95a5a6}.btn-group-lg\u003e.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm\u003e.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\"}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#7b8a8b;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#fff;background-color:#2c3e50}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#2c3e50}.dropdown-item.disabled,.dropdown-item:disabled{color:#b4bcc2;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#95a5a6;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#7b8a8b}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#2c3e50}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#b4bcc2}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#b4bcc2}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical\u003e.btn,.btn-group\u003e.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical\u003e.btn-check:checked+.btn,.btn-group-vertical\u003e.btn-check:focus+.btn,.btn-group-vertical\u003e.btn.active,.btn-group-vertical\u003e.btn:active,.btn-group-vertical\u003e.btn:focus,.btn-group-vertical\u003e.btn:hover,.btn-group\u003e.btn-check:checked+.btn,.btn-group\u003e.btn-check:focus+.btn,.btn-group\u003e.btn.active,.btn-group\u003e.btn:active,.btn-group\u003e.btn:focus,.btn-group\u003e.btn:hover{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group\u003e.btn-group:not(:first-child),.btn-group\u003e.btn:not(:first-child){margin-left:-1px}.btn-group\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group\u003e.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group\u003e.btn:nth-child(n+3),.btn-group\u003e:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm\u003e.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg\u003e.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical\u003e.btn,.btn-group-vertical\u003e.btn-group{width:100%}.btn-group-vertical\u003e.btn-group:not(:first-child),.btn-group-vertical\u003e.btn:not(:first-child){margin-top:-1px}.btn-group-vertical\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group-vertical\u003e.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group-vertical\u003e.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 2rem;color:#18bc9c;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#13967d}.nav-link.disabled{color:#95a5a6;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #ecf0f1}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#ecf0f1 #ecf0f1 #ecf0f1;isolation:isolate}.nav-tabs .nav-link.disabled{color:#95a5a6;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#7b8a8b;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show\u003e.nav-link{color:#fff;background-color:#2c3e50}.nav-fill .nav-item,.nav-fill\u003e.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified\u003e.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content\u003e.tab-pane{display:none}.tab-content\u003e.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.navbar\u003e.container,.navbar\u003e.container-fluid,.navbar\u003e.container-lg,.navbar\u003e.container-md,.navbar\u003e.container-sm,.navbar\u003e.container-xl,.navbar\u003e.container-xxl{display:-ms-flexbox;display:flex;-ms-flex-wrap:inherit;flex-wrap:inherit;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-positive:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;-webkit-transform:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show\u003e.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027rgba%280, 0, 0, 0.55%29\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#2c3e50}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show\u003e.nav-link{color:#2c3e50}.navbar-dark .navbar-toggler{color:#fff;border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#2c3e50}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card\u003ehr{margin-right:0;margin-left:0}.card\u003e.list-group{border-top:inherit;border-bottom:inherit}.card\u003e.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card\u003e.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card\u003e.card-header+.list-group,.card\u003e.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group\u003e.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group\u003e.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group\u003e.card+.card{margin-left:0;border-left:0}.card-group\u003e.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group\u003e.card:not(:last-child) .card-header,.card-group\u003e.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group\u003e.card:not(:last-child) .card-footer,.card-group\u003e.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group\u003e.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group\u003e.card:not(:first-child) .card-header,.card-group\u003e.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group\u003e.card:not(:first-child) .card-footer,.card-group\u003e.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#283848;background-color:#eaecee;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23283848\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.accordion-button::after{-ms-flex-negative:0;flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:\"\";background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23212529\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-size:1.25rem;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#969fa8;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.375rem .75rem;margin-bottom:1rem;list-style:none;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#95a5a6;content:var(--bs-breadcrumb-divider, \"/\")}.breadcrumb-item.active{color:#95a5a6}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#fff;text-decoration:none;background-color:#18bc9c;border:0 solid transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#fff;background-color:#0f7864;border-color:transparent}.page-link:focus{z-index:3;color:#13967d;background-color:#ecf0f1;outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25)}.page-item:not(:first-child) .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0f7864;border-color:transparent}.page-item.disabled .page-link{color:#ecf0f1;pointer-events:none;background-color:#3be6c4;border-color:transparent}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#1a2530;background-color:#d5d8dc;border-color:#c0c5cb}.alert-primary .alert-link{color:#151e26}.alert-secondary{color:#596364;background-color:#eaeded;border-color:#dfe4e4}.alert-secondary .alert-link{color:#474f50}.alert-success{color:#0e715e;background-color:#d1f2eb;border-color:#baebe1}.alert-success .alert-link{color:#0b5a4b}.alert-info{color:#1f5b83;background-color:#d6eaf8;border-color:#c2e0f4}.alert-info .alert-link{color:#194969}.alert-warning{color:#925e0b;background-color:#fdebd0;border-color:#fbe1b8}.alert-warning .alert-link{color:#754b09}.alert-danger{color:#8b2e24;background-color:#fadbd8;border-color:#f8c9c5}.alert-danger .alert-link{color:#6f251d}.alert-light{color:#8e9091;background-color:#fbfcfc;border-color:#f9fbfb}.alert-light .alert-link{color:#727374}.alert-dark{color:#4a5353;background-color:#e5e8e8;border-color:#d7dcdc}.alert-dark .alert-link{color:#3b4242}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#ecf0f1;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#2c3e50;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered\u003eli::before{content:counters(section, \".\") \". \";counter-increment:section}.list-group-item-action{width:100%;color:#7b8a8b;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#7b8a8b;text-decoration:none;background-color:#ecf0f1}.list-group-item-action:active{color:#212529;background-color:#ecf0f1}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#95a5a6;pointer-events:none;background-color:#ecf0f1}.list-group-item.active{z-index:2;color:#fff;background-color:#2c3e50;border-color:#2c3e50}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal\u003e.list-group-item.active{margin-top:0}.list-group-horizontal\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xxl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush\u003e.list-group-item{border-width:0 0 1px}.list-group-flush\u003e.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#1a2530;background-color:#d5d8dc}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#1a2530;background-color:#c0c2c6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1a2530;border-color:#1a2530}.list-group-item-secondary{color:#596364;background-color:#eaeded}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#596364;background-color:#d3d5d5}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#596364;border-color:#596364}.list-group-item-success{color:#0e715e;background-color:#d1f2eb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0e715e;background-color:#bcdad4}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0e715e;border-color:#0e715e}.list-group-item-info{color:#1f5b83;background-color:#d6eaf8}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#1f5b83;background-color:#c1d3df}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#1f5b83;border-color:#1f5b83}.list-group-item-warning{color:#925e0b;background-color:#fdebd0}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#925e0b;background-color:#e4d4bb}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#925e0b;border-color:#925e0b}.list-group-item-danger{color:#8b2e24;background-color:#fadbd8}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#8b2e24;background-color:#e1c5c2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#8b2e24;border-color:#8b2e24}.list-group-item-light{color:#8e9091;background-color:#fbfcfc}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#8e9091;background-color:#e2e3e3}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#8e9091;border-color:#8e9091}.list-group-item-dark{color:#4a5353;background-color:#e5e8e8}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#4a5353;background-color:#ced1d1}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#4a5353;border-color:#4a5353}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#fff;background:transparent url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\u0027/%3e%3c/svg%3e\") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.4}.btn-close:hover{color:#fff;text-decoration:none;opacity:1}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(44,62,80,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container\u003e:not(:last-child){margin-bottom:.75rem}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.5rem .75rem;color:#95a5a6;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer\u003e*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:\"\";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^\u003dtop],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dright],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dbottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dleft],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:\"\";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow,.bs-popover-top\u003e.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::before,.bs-popover-top\u003e.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::after,.bs-popover-top\u003e.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow,.bs-popover-end\u003e.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::before,.bs-popover-end\u003e.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::after,.bs-popover-end\u003e.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow,.bs-popover-bottom\u003e.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::before,.bs-popover-bottom\u003e.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::after,.bs-popover-bottom\u003e.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:\"\";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow,.bs-popover-start\u003e.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::before,.bs-popover-start\u003e.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::after,.bs-popover-start\u003e.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:\"\"}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\u0027/%3e%3c/svg%3e\")}.carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{-ms-flex-positive:1;flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);-webkit-transform:translateX(100%);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(100%);transform:translateY(100%)}.offcanvas.show{-webkit-transform:none;transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:\"\"}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix::after{display:block;clear:both;content:\"\"}.link-primary{color:#2c3e50}.link-primary:focus,.link-primary:hover{color:#233240}.link-secondary{color:#95a5a6}.link-secondary:focus,.link-secondary:hover{color:#778485}.link-success{color:#18bc9c}.link-success:focus,.link-success:hover{color:#13967d}.link-info{color:#3498db}.link-info:focus,.link-info:hover{color:#2a7aaf}.link-warning{color:#f39c12}.link-warning:focus,.link-warning:hover{color:#c27d0e}.link-danger{color:#e74c3c}.link-danger:focus,.link-danger:hover{color:#b93d30}.link-light{color:#ecf0f1}.link-light:focus,.link-light:hover{color:#f0f3f4}.link-dark{color:#7b8a8b}.link-dark:focus,.link-dark:hover{color:#626e6f}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio\u003e*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch}.vstack{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;-ms-flex-item-align:stretch;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#2c3e50!important}.border-secondary{border-color:#95a5a6!important}.border-success{border-color:#18bc9c!important}.border-info{border-color:#3498db!important}.border-warning{border-color:#f39c12!important}.border-danger{border-color:#e74c3c!important}.border-light{border-color:#ecf0f1!important}.border-dark{border-color:#7b8a8b!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-first{-ms-flex-order:-1!important;order:-1!important}.order-0{-ms-flex-order:0!important;order:0!important}.order-1{-ms-flex-order:1!important;order:1!important}.order-2{-ms-flex-order:2!important;order:2!important}.order-3{-ms-flex-order:3!important;order:3!important}.order-4{-ms-flex-order:4!important;order:4!important}.order-5{-ms-flex-order:5!important;order:5!important}.order-last{-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.425rem + 2.1vw)!important}.fs-2{font-size:calc(1.375rem + 1.5vw)!important}.fs-3{font-size:calc(1.325rem + .9vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#95a5a6!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-ms-flex-order:0!important;order:0!important}.order-sm-1{-ms-flex-order:1!important;order:1!important}.order-sm-2{-ms-flex-order:2!important;order:2!important}.order-sm-3{-ms-flex-order:3!important;order:3!important}.order-sm-4{-ms-flex-order:4!important;order:4!important}.order-sm-5{-ms-flex-order:5!important;order:5!important}.order-sm-last{-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-ms-flex-order:-1!important;order:-1!important}.order-md-0{-ms-flex-order:0!important;order:0!important}.order-md-1{-ms-flex-order:1!important;order:1!important}.order-md-2{-ms-flex-order:2!important;order:2!important}.order-md-3{-ms-flex-order:3!important;order:3!important}.order-md-4{-ms-flex-order:4!important;order:4!important}.order-md-5{-ms-flex-order:5!important;order:5!important}.order-md-last{-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-ms-flex-order:0!important;order:0!important}.order-lg-1{-ms-flex-order:1!important;order:1!important}.order-lg-2{-ms-flex-order:2!important;order:2!important}.order-lg-3{-ms-flex-order:3!important;order:3!important}.order-lg-4{-ms-flex-order:4!important;order:4!important}.order-lg-5{-ms-flex-order:5!important;order:5!important}.order-lg-last{-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-ms-flex-order:0!important;order:0!important}.order-xl-1{-ms-flex-order:1!important;order:1!important}.order-xl-2{-ms-flex-order:2!important;order:2!important}.order-xl-3{-ms-flex-order:3!important;order:3!important}.order-xl-4{-ms-flex-order:4!important;order:4!important}.order-xl-5{-ms-flex-order:5!important;order:5!important}.order-xl-last{-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-ms-flex-order:0!important;order:0!important}.order-xxl-1{-ms-flex-order:1!important;order:1!important}.order-xxl-2{-ms-flex-order:2!important;order:2!important}.order-xxl-3{-ms-flex-order:3!important;order:3!important}.order-xxl-4{-ms-flex-order:4!important;order:4!important}.order-xxl-5{-ms-flex-order:5!important;order:5!important}.order-xxl-last{-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:3rem!important}.fs-2{font-size:2.5rem!important}.fs-3{font-size:2rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}.bg-primary .navbar-nav .nav-link.active,.bg-primary .navbar-nav .nav-link:focus,.bg-primary .navbar-nav .nav-link:hover,.bg-primary .navbar-nav .show\u003e.nav-link{color:#18bc9c!important}.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover{color:#2c3e50}.pagination a:hover{text-decoration:none}.badge.bg-light{color:#7b8a8b}.alert{border:none;color:#fff}.alert .alert-link,.alert a{color:#fff;text-decoration:underline}.alert-primary{background-color:#2c3e50}.alert-secondary{background-color:#95a5a6}.alert-success{background-color:#18bc9c}.alert-info{background-color:#3498db}.alert-warning{background-color:#f39c12}.alert-danger{background-color:#e74c3c}.alert-light{background-color:#ecf0f1}.alert-dark{background-color:#7b8a8b}.alert-light,.alert-light .alert-link,.alert-light a{color:#212529}.modal .btn-close,.toast .btn-close{background-image:url(\"data:image/svg+xml,\u003csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23000\u0027\u003e\u003cpath d\u003d\u0027M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\u0027/\u003e\u003c/svg\u003e\")}"}],"authorContributionMap":{"jingting1412":12}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"jingting1412":2}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/codeblock-light.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8ff}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#e6e6fa}.hljs.inline{background:#f8f8f8}.hljs.inline.no-lang{color:#e83e8c}.hljs:not(.inline){border:1px solid #c8c8c8;border:1px solid rgba(200,200,200,.3)}.code-block-heading{background:#f2f2ff;color:#8787a5}button.function-btn{background-color: #f8f8ff}"}],"authorContributionMap":{"jingting1412":2}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/markbind.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".resize-observer[data-v-8859cc6c]{background-color:transparent;border:none;opacity:0}.resize-observer[data-v-8859cc6c],.resize-observer[data-v-8859cc6c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.v-popper__popper{left:0;top:0;z-index:10000}.v-popper__popper.v-popper__popper--hidden{opacity:0;pointer-events:none;transition:opacity .15s,visibility .15s;visibility:hidden}.v-popper__popper.v-popper__popper--shown{opacity:1;transition:opacity .15s;visibility:visible}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition\u003e.v-popper__wrapper{transition:none!important}.v-popper__backdrop{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.v-popper__inner{box-sizing:border-box;overflow-y:auto;position:relative}.v-popper__inner\u003ediv{max-height:inherit;max-width:inherit;position:relative;z-index:1}.v-popper__arrow-container{height:10px;position:absolute;width:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;height:0;left:0;position:absolute;top:0;width:0}.v-popper__arrow-inner{border-width:7px;visibility:hidden}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-top-width:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-left-color:transparent!important;border-left-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-right-color:transparent!important;border-right-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 30px #0000001a;color:#000}.v-popper--theme-dropdown .v-popper__arrow-inner{border-color:#fff;visibility:visible}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);border-radius:6px;color:#fff;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.box-container[data-v-4d146e2c]{border-radius:6px;padding:0}.box-header-wrapper[data-v-4d146e2c]{align-items:center;border-radius:6px 6px 0 0;display:flex;flex-direction:row;padding:.4rem 1.25rem .28rem;width:100%}.box-body-wrapper[data-v-4d146e2c]{display:flex;flex-direction:row;padding:.75rem 1.25rem;width:100%}.box-container.seamless\u003e.header-and-body\u003e.box-body-wrapper[data-v-4d146e2c]{padding:.75rem .5rem}.contents[data-v-4d146e2c]{min-width:0;padding:0 6px;width:100%}.box-container.seamless\u003e.header-and-body\u003ediv.box-body-wrapper\u003e.contents[data-v-4d146e2c]{padding-left:12px}.heading[data-v-4d146e2c]{background-color:hsla(0,0%,94%,.6);border-radius:0 6px 0 6px;border-width:0;color:inherit;display:inline;float:right;font-weight:400;margin:-13px -27px 0 15px;padding:3px 5px 4px;width:auto}.box-body-wrapper-with-heading[data-v-4d146e2c]{padding-top:.5rem}.alert-dismissible[data-v-4d146e2c]{padding-right:4rem}.box-header[data-v-4d146e2c]{font-weight:500}.icon-wrapper[data-v-4d146e2c]{display:inline;margin-right:.5em;min-width:1em;text-align:center}.close-with-heading[data-v-4d146e2c]{padding:1rem;position:absolute;right:0;top:0}.close-with-heading\u003espan[data-v-4d146e2c]{vertical-align:text-top}.alert-dismissible .btn-close[data-v-4d146e2c]{padding:1rem}.contents[data-v-4d146e2c]\u003e:last-child{margin-bottom:0}.alert-default[data-v-4d146e2c]{background-color:#f6f8fa;border-color:#e8ebef;color:#24292e}.alert-border-left[data-v-4d146e2c]{background-color:#f9f8f8;border-left:solid;border-width:0 0 0 5px}.vertical-divider[data-v-4d146e2c]{width:4px}.horizontal-divider[data-v-4d146e2c]{height:3px;margin:0 auto;width:calc(100% - 2.5rem)}.no-background[data-v-4d146e2c]{background:none}.no-border[data-v-4d146e2c]{border:none}@media screen and (max-width:768px){.box-header-wrapper[data-v-4d146e2c]{padding:.75rem .75rem .1rem}.box-body-wrapper[data-v-4d146e2c]{padding:.75rem}.contents[data-v-4d146e2c]{padding:0}}div.box-header\u003e*{margin-bottom:0}.notlink[data-v-ef898034]{color:#6d757d}.breadcrumb-divider[data-v-ef898034]{--bs-breadcrumb-divider:\"›\"}.breadcrumb-item[data-v-ef898034]:before,.breadcrumb-marker[data-v-ef898034]{font-size:15px}.dropdown-submenu[data-v-6df16086]{color:#212529!important;padding:0!important;position:relative}.dropdown-submenu ul.dropdown-menu[data-v-6df16086]{margin-left:0}.btn-group\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-6df16086],.dropdown\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-6df16086]{margin-bottom:-.5rem}@media (min-width:768px){.submenu-toggle[data-v-6df16086]:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:\"\";display:inline-block;float:right;height:0;margin-top:.5em;vertical-align:.255em;width:0}}@media (max-width:767px){.dropdown-submenu\u003eul[data-v-6df16086]{border-radius:0;float:none;margin:-.05rem;padding-bottom:0;position:static}.submenu-toggle[data-v-6df16086]:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:\"\";display:inline-block;float:right;height:0;margin-left:.255em;margin-top:.5em;vertical-align:.255em;width:0}.navbar-default .dropdown[data-v-12679d7e]{position:static}.navbar-default .dropdown-menu[data-v-12679d7e]{max-height:75vh;max-width:100%;overflow-y:auto;overscroll-behavior:contain;position:absolute}.navbar-default .dropdown-menu-end[data-v-12679d7e]{right:auto}}.secret[data-v-12679d7e]{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.btn-with-before[data-v-12679d7e]{padding-left:.2rem;padding-right:.4rem}.dropdown-toggle[data-v-12679d7e]{cursor:pointer;display:block;width:max-content}.navbar .dropdown-toggle[data-v-12679d7e]{text-decoration:none}.nav-link\u003e.nav-link[data-v-12679d7e]{padding:0}.toggle-site-nav-button[data-v-d6ffaa8e]{cursor:pointer;height:53px;left:0;padding:15px;position:absolute;transform:rotate(0deg);transition:all .25s ease-in-out;width:52px}.toggle-site-nav-button span[data-v-d6ffaa8e]{background-color:#000;display:block;height:3px;left:15px;position:absolute;top:50%;transition:all .25s ease-in-out;width:21px}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:translateY(-8px)}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){transform-origin:100% 50%}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:rotate(135deg)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){left:-60px;opacity:0}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:rotate(-135deg)}.toggle-page-nav-button[data-v-4b08b1df]{cursor:pointer;padding:15px;position:absolute;right:0;top:6px}.toggle-page-nav-button span[data-v-4b08b1df]{background-color:#000;border-radius:50%;display:block;height:5px;margin-top:2px;position:absolute;right:15px;transform:rotate(0deg);transition:all .25s ease-in-out;width:5px}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{transform:translateY(-8px)}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform-origin:100% 50%}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{border-radius:0;height:3px;transform:rotate(135deg);width:21px}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform:scale(0)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){border-radius:0;height:3px;transform:rotate(-135deg);width:21px}@media (max-width:767px){.navbar[data-v-73b4aa16]{padding-bottom:0;padding-left:0;padding-right:0}.navbar-left[data-v-73b4aa16]{max-width:50%;order:1;padding-left:1rem}.navbar-left [data-v-73b4aa16]{white-space:normal}.navbar-right[data-v-73b4aa16]{max-width:50%;order:1;padding:0 16px}.navbar-default[data-v-73b4aa16]{-ms-overflow-style:none;display:block;margin-top:.3125rem;order:2;overflow-x:scroll;scrollbar-width:none;width:100%}.navbar-default[data-v-73b4aa16]::-webkit-scrollbar{display:none}.navbar-default ul[data-v-73b4aa16]{flex-direction:row;margin-top:0!important;width:100%}.navbar-default\u003eul\u003e[data-v-73b4aa16]{background:rgba(0,0,0,.2);flex-grow:1;padding:.3125rem .625rem}.navbar-light .navbar-default\u003eul\u003e[data-v-73b4aa16]{background:rgba(0,0,0,.05)}.navbar-default\u003eul\u003e.current[data-v-73b4aa16]{background:transparent}.navbar-default a[data-v-73b4aa16],[data-v-73b4aa16] .dropdown-toggle{margin:0 auto;width:max-content}[data-v-73b4aa16] .dropdown{align-items:center;display:flex}.container-fluid[data-v-73b4aa16]{padding:0}}.navbar-brand[data-v-73b4aa16]{display:inline-block}.navbar-brand\u003eimg[data-v-73b4aa16],.navbar-brand\u003esvg[data-v-73b4aa16]{display:block}.navbar-right[data-v-73b4aa16]{padding-right:1rem}.navbar-left[data-v-73b4aa16]{align-items:center;display:flex;font-size:1.25rem;line-height:inherit;padding:.3125rem 1rem;white-space:nowrap}.navbar-fixed[data-v-73b4aa16]{position:fixed;width:100%;z-index:1000}.navbar-default[data-v-73b4aa16]{align-items:center;display:flex;flex-basis:auto;flex-grow:1}[data-v-73b4aa16] .dropdown-current{background:#007bff;color:#fff!important}.lower-navbar-container[data-v-73b4aa16]{background-color:#fff;border-bottom:1px solid #c1c1c1;height:50px;position:relative;width:100%}.navbar.navbar-dark .navbar-nav[data-v-73b4aa16] .current:not(.dropdown) a,.navbar.navbar-dark .navbar-nav[data-v-73b4aa16] .dropdown.current\u003ea{color:#fff}.navbar.navbar-light .navbar-nav[data-v-73b4aa16] .current:not(.dropdown) a,.navbar.navbar-light .navbar-nav[data-v-73b4aa16] .dropdown.current\u003ea{color:#000}.collapse-button{float:right;font-size:10px!important;margin-left:3px;margin-top:2px;padding:3px 8px!important}.collapse-icon{transition:transform .4s ease-in-out}.collapse-icon.opened{transform:rotate(-180deg)}.card-container[data-v-1e33c620]{scroll-margin-top:var(--sticky-header-height)}.card-collapse[data-v-1e33c620]{overflow:hidden;transition:max-height .5s ease-in-out}.seamless-button[data-v-1e33c620]{opacity:0;transition:opacity .3s}.card-header:hover .seamless-button[data-v-1e33c620]{opacity:1}.card-peek-collapsed[data-v-1e33c620]{position:relative}.card-peek-collapsed[data-v-1e33c620]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.peek-read-more[data-v-1e33c620]{opacity:.2;transition:opacity .5s;z-index:1}.peek-read-more[data-v-1e33c620]:before{bottom:10px;position:absolute;text-align:center;width:100%}.peek-read-more[data-v-1e33c620]:hover{cursor:pointer;opacity:.4}.peek-read-more-fade-enter[data-v-1e33c620],.peek-read-more-fade-leave-to[data-v-1e33c620]{opacity:0}.card-heading{width:100%}.card-title{display:inline-block;font-size:1em;line-height:1.2em;margin:0;text-align:left;white-space:normal}.card-title *{margin-bottom:0!important}.caret-wrapper{float:left;width:32px}.minimal-caret-wrapper{display:inline-block;font-size:13px;margin-right:5px}.header-wrapper{display:inline-block;transition:opacity .5s;width:calc(100% - 128px)}.header-transparent{opacity:0}.button-wrapper{float:right;width:96px}.header-toggle{cursor:pointer}.expandable-card{margin-bottom:0!important;margin-top:5px}.card-collapse\u003ehr{margin-top:0}.card-group\u003e.card-container\u003e.expandable-card{margin-top:0!important}.bottom-button-wrapper{margin-bottom:13px;padding-bottom:13px}.bottom-button-wrapper\u003e.collapse-button{margin-top:5px;opacity:.2}.bottom-button-wrapper\u003e.collapse-button:hover{opacity:1}.close-button{margin-left:3px}.close-button,.popup-button{float:right;font-size:10px!important;margin-top:2px;padding:3px 8px!important}.morph{display:inline-block}.morph-display-wrapper{align-items:center;display:flex;margin-top:5px}@media (max-width:575.98px){.header-wrapper{display:inline-block;width:calc(100% - 64px)}.button-wrapper{float:right;width:32px}.card-body{padding:.5rem}.card-collapse\u003ehr{margin-top:.5rem}.card-header{padding:.5rem}}.card-peek-collapsed[data-v-5d519034]{position:relative}.card-peek-collapsed[data-v-5d519034]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.morph-title[data-v-5d519034]{background-color:transparent;border-color:#000;padding:0 .3em;vertical-align:top}.morph-title[data-v-5d519034]:active,.morph-title[data-v-5d519034]:focus,.morph-title[data-v-5d519034]:hover{background-color:#343a40;border-color:#343a40;color:#fff}.card-collapse[data-v-5d519034]{overflow:hidden;transition:max-height .5s ease-in-out}.card-flex[data-v-5d519034]{border:0;display:flex;flex-direction:column;margin:0}.header-fade-enter[data-v-5d519034]{opacity:0}.header-fade-leave-active[data-v-5d519034]{position:absolute}.header-fade-leave-to[data-v-5d519034]{opacity:0!important}.card-title-inline[data-v-5d519034]{display:inline-block}.card-body[data-v-5d519034]{padding:0}.header-wrapper[data-v-5d519034]{background-color:#fff;display:inline-block;width:100%}.header-wrapper-bottom[data-v-5d519034]{order:1}.ellipses[data-v-5d519034]:before{bottom:3px;content:\"...\";font-weight:900;margin-right:4px;position:relative}.button-wrapper[data-v-5d519034]{border:solid hsla(0,0%,59%,.2);border-width:0 0 0 1px;display:inline-block;float:none;margin-left:2px;opacity:0;padding-left:2px;transition:opacity .5s;vertical-align:text-top;width:auto}.button-wrapper-expanded[data-v-5d519034]{border:0;margin-left:0;padding-left:0}.card:hover .button-wrapper[data-v-5d519034]{opacity:1}.header-toggle[data-v-5d519034]{cursor:pointer}.glyphicon[data-v-5d519034]{font-size:12px}.minimal-button[data-v-5d519034]{background-color:transparent;border:0;color:#969696;cursor:pointer;padding:0 3px}.minimal-button[data-v-5d519034]:active,.minimal-button[data-v-5d519034]:focus,.minimal-button[data-v-5d519034]:hover{color:#1e1e1e}.minimal-popup-button[data-v-5d519034]{font-size:9px;top:1px}.minimal-menu-up[data-v-5d519034]{font-size:13px;top:2px}.minimal-menu-down[data-v-5d519034]{font-size:13px;top:1px}.minimal-close-button[data-v-5d519034]{font-size:11px;top:0}@media (max-width:575.98px){.button-wrapper-expanded[data-v-5d519034]{border:0;margin-left:0;opacity:.15;padding-left:0}.button-wrapper-visible[data-v-5d519034]{opacity:1}}.annotate-image-wrapper{display:inline-block;position:relative;text-align:left}.annotate-image{height:auto;max-width:100%}.annotate-point{bottom:0;left:0;pointer-events:none;top:0}.annotate-point,.popover-annotation{height:100%;position:absolute;width:100%}.hover-point{border-radius:50%;border-style:solid;border-width:1px;z-index:1}.hover-label{pointer-events:none;position:absolute;text-align:center;z-index:2}.hover-wrapper{align-items:center;background:transparent;display:inline-flex;justify-content:center;z-index:0}.legend-wrapper{height:100%;position:relative}.text-header{font-size:1.1em;font-weight:500;margin-top:1em}.image-wrapper{display:inline-block;padding:4px;text-align:center}.image-caption{display:block}.quiz-container[data-v-7a8f322c]{isolation:isolate;overflow:hidden}.intro-outro-card[data-v-7a8f322c]{transition:transform .35s ease-out,opacity .35s linear}.intro-outro-card-enter-active[data-v-7a8f322c],.intro-outro-card-leave-to[data-v-7a8f322c]{opacity:0}.intro-outro-card\u003e.card-body[data-v-7a8f322c]{align-items:center;display:flex;flex-direction:column;justify-content:center}.score[data-v-7a8f322c]{font-size:1.4rem;font-weight:700}.score-circle[data-v-7a8f322c]{stroke-dasharray:264;fill:none;stroke:rgba(132,215,255,.8);stroke-width:8;transition:stroke-dashoffset 1.5s ease-out,stroke 1.5s linear}.score-background-circle[data-v-7a8f322c]{fill:none;stroke:hsla(0,2%,89%,.5);stroke-width:8}.btn[data-v-7a8f322c]{border-radius:2em}.progress-bar-z[data-v-7a8f322c]{z-index:1}.result-icon[data-v-ae369d74]{align-items:center;border-radius:2em;border-style:solid;border-width:2px;display:inline-flex;height:2em;justify-content:center;width:2em}.question[data-v-ae369d74]{margin-bottom:1rem;transition:transform .35s ease-out,opacity .35s linear}.question-enter-active[data-v-ae369d74]{opacity:0;transform:translateY(-2%)}.question-leave-to[data-v-ae369d74]{opacity:0;transform:translateY(2%)}.q-btn[data-v-ae369d74]{border-radius:2.5em;transition:opacity .5s,transform .7s}.q-btn-enter[data-v-ae369d74]{opacity:0;transform:translateY(30px)}.q-btn-leave-to[data-v-ae369d74]{opacity:0;transform:translateX(calc(-100% - .25rem))}.q-btn-leave-active[data-v-ae369d74]{position:absolute}.card-header[data-v-ae369d74]{font-size:1.05em;font-weight:400}.answer[data-v-ae369d74]\u003e:last-child,.card-header[data-v-ae369d74]\u003e:last-child{margin-bottom:0}@keyframes shake-data-v-ae369d74{50%{transform:translate(-2px)}to{transform:translate(2px)}}.shake[data-v-ae369d74]{animation:shake-data-v-ae369d74 .15s;animation-iteration-count:1}textarea.form-control[data-v-ae369d74]{height:auto;margin-bottom:10px;min-height:75px}.fa-check[data-v-d09dfee8],.fa-times[data-v-d09dfee8]{font-size:1.2em}.content[data-v-d09dfee8] :last-child,.reason[data-v-d09dfee8] :last-child{margin-bottom:0}.reason[data-v-d09dfee8]{padding:0 .5rem}.checkbox-label[data-v-d09dfee8]{cursor:pointer}.form-control[data-v-d09dfee8]{cursor:pointer;height:auto;margin-bottom:10px}.form-control.danger\u003e.checkbox-label[data-v-d09dfee8],.form-control.danger[data-v-d09dfee8],.form-control.success\u003e.checkbox-label[data-v-d09dfee8],.form-control.success[data-v-d09dfee8]{cursor:default}.disabled[data-v-d09dfee8]{opacity:.9}.radio-svg[data-v-d09dfee8]{height:1em;vertical-align:text-top;width:1em}.checkbox[data-v-d09dfee8]{height:1em;margin-right:5px;vertical-align:middle;width:1em}.row[data-v-d09dfee8]{align-items:center;margin:.2rem 0 0}input.form-control[data-v-d09dfee8]{cursor:text;height:auto;margin-bottom:0;min-height:20px;width:50%}.blanks-keywords[data-v-d09dfee8],input.form-control[data-v-d09dfee8]:disabled{margin-bottom:.5rem}.blanks-form-control[data-v-d09dfee8]{border:none;cursor:default}.blanks-cross[data-v-d09dfee8]{margin-left:3px;margin-right:3px}.fa-hashtag[data-v-98afe086],.fa-key[data-v-98afe086]{padding-right:.2em}.mark[data-v-98afe086]{padding:0!important}.heading[data-v-98afe086]{padding:0 0 .1rem .2rem}.heading-text[data-v-98afe086]{display:inline-block;vertical-align:top;white-space:normal;width:92%;word-break:break-word}.keyword-text[data-v-98afe086]{font-size:smaller}.page-title[data-v-98afe086]{font-size:1.05rem;font-weight:700}.page-headings-separator[data-v-98afe086]{margin:.2rem 0}.dropdown[data-v-01e11c9b]{display:block}.form-control[data-v-01e11c9b]{max-width:25.4em;min-width:12.7em}@media screen and (max-width:878px) and (orientation:portrait){.form-control[data-v-01e11c9b]{max-width:16em;min-width:8em}}@media screen and (min-width:768px) and (max-width:878px) and (orientation:landscape){.form-control[data-v-01e11c9b]{max-width:18em;min-width:9em}}.table-active[data-v-01e11c9b]{background-color:rgba(0,0,0,.075)}.dropdown-menu-end[data-v-01e11c9b]{left:auto;right:0}.placeholder-div-hidden[data-v-01e11c9b]{border-bottom:0;border-top:0;height:0;overflow:hidden;padding-bottom:0;padding-top:0;visibility:hidden}.search-dropdown-menu{max-height:30em;min-width:30em;overflow-y:scroll}.dropdown-menu\u003eli\u003ea{cursor:pointer}@media screen and (max-width:768px){.search-dropdown-menu{max-height:30em;min-width:90vw;overflow-y:scroll}.dropdown-menu.search-dropdown-menu{position:absolute}}.tab-pane\u003ehr[data-v-661c1b61]{margin:0}.printable-tab-header[data-v-661c1b61],.tab-pane-hide[data-v-661c1b61]{display:none}@media print{.printable-tab-header[data-v-661c1b61]{border-bottom:1px solid #dee2e6;display:flex;margin-bottom:15px}.printable-tab-header\u003ediv[data-v-661c1b61]{margin-bottom:-2px}.printable-tab-pane[data-v-661c1b61]{display:block;padding:10px}}.nav-tabs[data-v-a785351c]{margin-bottom:15px}.printable-tab-group-header[data-v-a785351c]{display:none}@media print{.printable-tab-group[data-v-a785351c]{border:1px solid #dee2e6;border-radius:5px;margin:10px 0;padding:10px}.printable-tab-group-header[data-v-a785351c]{display:block;margin-bottom:10px;text-decoration:underline}}.nav-tabs[data-v-70a68808]{margin-bottom:15px}.tab-content[data-v-70a68808]{margin-bottom:1.5rem}@media print{.printable-tabs[data-v-70a68808]{border:1px solid #dee2e6;border-radius:5px;padding:20px}}.thumb-wrapper{display:inline-block;overflow:hidden;position:relative;text-align:center;vertical-align:middle}.thumb-circle{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.thumb-image{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.site-nav-root a.current{color:#0072ec}.site-nav-list{list-style-type:none;padding-left:0}.site-nav-default-list-item{cursor:pointer;display:flex;transition:background-color .08s}.site-nav-custom-list-item,.site-nav-default-list-item{color:#454545;padding:.5rem 0 0 2.8rem}.site-nav-list-item-0{font-size:1.2em;font-weight:500;padding:.5rem 0 .5rem .8rem}.site-nav-list-item-1{font-size:1.03em;padding:.4rem 0 .4rem 1.3rem}.site-nav-list-item-2{font-size:.89em;padding:.3rem 0 .3rem 1.8rem}.site-nav-list-item-3{font-size:.76em;padding:.2rem 0 .2rem 2.4rem}.site-nav-default-list-item:hover{background-color:rgba(214,233,255,.35)}.site-nav-default-list-item a{color:#454545;display:inline-block;height:100%}.site-nav-default-list-item:hover a{color:#000;text-decoration:none}.site-nav-dropdown-btn-container{align-content:center;display:flex;height:1.5em;justify-content:center;margin:0 .75rem 0 auto;width:2rem}.site-nav-dropdown-btn-icon{align-self:center;border-radius:1rem;display:inline-block;height:1.5em;padding:0;text-align:center;transform:rotate(0deg);-webkit-transform:rotate(0deg);transition:.4s;-webkit-transition:.4s;vertical-align:baseline;width:1.5em}.site-nav-dropdown-btn-icon:hover{background-color:#d8e3fb}.site-nav-rotate-icon{color:#4c7ff1;transform:rotate(-180deg);-webkit-transform:rotate(-180deg)}.site-nav-dropdown-container{background:transparent;max-height:0;overflow:hidden;transition:max-height .15s ease-out;-webkit-transition:max-height .15s ease-out}.site-nav-dropdown-container-open{max-height:1000px;transition:max-height .25s ease-in;-webkit-transition:max-height .25s ease-in}.nav-menu[data-v-1a3e7aee]{display:none;overflow-y:auto;padding:0 10px 20px;position:absolute;top:100%}.nav-menu-open[data-v-1a3e7aee]{background:#fff;clear:both;display:block!important;width:100%!important}.mb-mobile-nav[data-v-e6005420]{border:none!important;display:block!important;margin:0!important;max-width:100%!important;padding:10px!important;width:100%!important}.popover-container{max-height:50vh;max-width:276px;overflow:auto}.popover-body{font-size:.875rem}.v-popper{display:inline}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.9);font-size:.875rem;max-width:200px;padding:4px 8px;text-align:center}.modal{display:block}.modal-zoom{opacity:0;-webkit-transform:scale(.1);-moz-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}.modal-zoom,.modal-zoom-show{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.modal-zoom-show{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.scroll-top-button{bottom:20px;cursor:pointer;display:none;opacity:.4;position:fixed;right:30px;transition-duration:.25s;transition-property:opacity;z-index:99}.scroll-top-button.lighten{opacity:.15}@media (hover:hover){.scroll-top-button:hover{opacity:.7}}.scroll-top-button:active{opacity:1}:root{--sticky-header-height:0}a{text-decoration:none}blockquote{border-left:.25em solid #dfe2e5;color:#6a737d;padding:0 1rem}code{background:#f8f8f8;border-radius:3px;padding:.2em .4em;word-break:normal}mark code{background:#ffffffd4}pre.hljs\u003ecode{background:none}pre\u003ecode.hljs{-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:5px;counter-reset:line;width:100%}pre\u003ecode.hljs[heading]{border-top-right-radius:0}.code-block{position:relative}.code-block-heading{border-radius:6px 6px 0 0;float:right;font-size:85%;line-height:1;margin-top:5px;max-width:85%;overflow-wrap:break-word;padding:.25em .4em;text-align:right}.inline-markdown-heading{line-height:1.5}.code-block-content{clear:both;display:block}@media print{code.hljs.inline,pre\u003ecode.hljs{background:#f8f8ff;color:#333}code.hljs.inline{border:.5px solid #d4d4d4}code span.highlighted{background:#e6e6fa}}kbd{background-color:#fafbfc;border:1px solid #c6cbd1;border-bottom-color:#959da5;box-shadow:inset 0 -1px 0 #959da5;color:#444d56}.btn:active,.btn:focus{box-shadow:none!important;outline:none!important}code.hljs.inline{display:initial;padding:.2em .4em}.markbind-table{width:auto}.radio-list-item,.task-list-item{list-style-type:none;margin:0 0 0 -1.2em}.radio-list-item label{font-weight:inherit}.table-striped\u003etbody\u003etr:nth-of-type(2n),.table-striped\u003ethead{background-color:#fff}header[sticky]{position:sticky;top:0;transition:transform .3s ease-in-out;width:100%;z-index:1001}header[sticky].hide-header{transform:translateY(calc(var(--sticky-header-height)*-1))}span.anchor{position:relative;top:calc(var(--sticky-header-height)*-1 - 1rem)}#app{display:flex;flex-direction:column;min-height:100vh}footer{background-color:#f5f5f5;color:dimgrey;padding:10px 0}.dimmed{color:#777}.large{font-size:125%}.small{font-size:80%}.underline{text-decoration:underline}.mkb-text-red{color:red!important}.mkb-text-green{color:green!important}.mkb-text-blue{color:blue!important}.mkb-text-cyan{color:cyan!important}.mkb-text-magenta{color:#f0f!important}.mkb-text-yellow{color:#ff0!important}.mkb-text-black{color:#000!important}.mkb-text-white{color:#fff!important}@media (max-width:767.98px){.dropdown-menu\u003eli\u003ea{white-space:normal}.navbar-nav .open .dropdown-menu{background-color:#fff}}li.footnote-item:target{background-color:#eee}.hljs:not(.inline)\u003espan{display:block}.hljs:not(.inline).line-numbers\u003espan{padding:0 .5em 0 3.5em;position:relative}.hljs:not(.inline).line-numbers\u003espan:before{border-right:1px solid #ddd;color:#888;content:counter(line);counter-increment:line;display:inline-block;height:100%;left:0;margin-right:.5em;padding-right:.5em;position:absolute;text-align:right;top:0;width:3em}.trigger{border-bottom:1px dotted}.trigger-click{border-bottom:1px dashed;cursor:pointer}.trigger-click:focus{outline:none}pre{display:flex;position:relative}button.function-btn{border:1px solid #d7dadc;border-radius:5px;color:#a9a9a9;cursor:pointer;display:none;margin:.17rem;padding:.35rem;position:absolute;right:0;text-align:center;white-space:nowrap}button.function-btn+button.function-btn{right:36px}pre:hover\u003e.function-btn-container\u003ebutton.function-btn{display:block}.function-btn:hover{color:gray;transition:all .5s ease}.function-btn-body{align-items:center;display:flex}.function-btn svg{fill:currentColor}code.wrap{word-wrap:break-word;white-space:pre-wrap}.octicon{height:1em;width:1em}hr{background-color:transparent;border-top:1px solid rgba(0,0,0,.1);opacity:1}hr.dotted{border-top-style:dotted;border-top-width:.1rem}hr.double{border-top-style:double;border-top-width:.2rem}hr.dashed{border-top-style:dashed;border-top-width:.1rem}hr.thick{border-top-width:.15rem}hr.thick-1{border-top-width:.25rem}hr.thick-2{border-top-width:.5rem}hr.thick-3{border-top-width:.75rem}ol,ul{padding-left:1.5rem}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;scroll-margin-top:var(--sticky-header-height)}.block-embed{overflow-x:auto;position:relative;width:100%}.block-embed iframe{height:100%;left:0;position:absolute;top:0;width:100%}#mb-page-nav{padding:.8rem 12px 0}#mb-page-nav a:link,#mb-page-nav a:visited{color:#9b9b9b;text-decoration:none}#mb-page-nav a:hover{color:#000}#mb-page-nav a.active{background-color:transparent;color:#000}.page-nav-title{color:#000;display:block;padding-left:.5rem;white-space:inherit}.nested{margin-left:5%}.no-flex-wrap{flex-wrap:nowrap}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_AMS-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_AMS-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_AMS-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Caligraphic-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Caligraphic-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Fraktur-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Fraktur-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Main-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Main-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Main-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Italic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Main-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Math-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Math-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:700;src:url(../fonts/KaTeX_SansSerif-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Bold.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:italic;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Script-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Script-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Script-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size1-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size1-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size1-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size2-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size2-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size2-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size3-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size3-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size3-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size4-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size4-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size4-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Typewriter-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Typewriter-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Typewriter-Regular.ttf) format(\"truetype\")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:\"0.15.6\"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html\u003e.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist\u003espan{display:block;height:0;position:relative}.katex .vlist\u003espan\u003espan{display:inline-block}.katex .vlist\u003espan\u003e.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac\u003espan\u003espan{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap\u003e.inner,.katex .llap\u003e.inner,.katex .rlap\u003e.inner{position:absolute}.katex .clap\u003e.fix,.katex .llap\u003e.fix,.katex .rlap\u003e.fix{display:inline-block}.katex .llap\u003e.inner{right:0}.katex .clap\u003e.inner,.katex .rlap\u003e.inner{left:0}.katex .clap\u003e.inner\u003espan{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt\u003e.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1\u003espan{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4\u003espan{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent\u003e.vlist-t,.katex .op-limits\u003e.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c\u003e.vlist-t{text-align:center}.katex .mtable .col-align-l\u003e.vlist-t{text-align:left}.katex .mtable .col-align-r\u003e.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:\"\"}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:\"(\" counter(katexEqnNo) \")\";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:\"(\" counter(mmlEqnNo) \")\";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display\u003e.katex{display:block;text-align:center;white-space:nowrap}.katex-display\u003e.katex\u003e.katex-html{display:block;position:relative}.katex-display\u003e.katex\u003e.katex-html\u003e.tag{position:absolute;right:0}.katex-display.leqno\u003e.katex\u003e.katex-html\u003e.tag{left:0;right:auto}.katex-display.fleqn\u003e.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.katex{font-size:1em!important}eq{display:inline-block}eqn{display:block}section.eqno{align-content:space-between;align-items:center;display:flex;flex-direction:row}section.eqno\u003eeqn{margin-left:3em;width:100%}section.eqno\u003espan{text-align:right;width:3em}"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/css/octicons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".octicon {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" vertical-align: text-top;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" fill: currentColor;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" overflow: visible;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":6}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/fontawesome/css/all.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Copyright 2023 Fonticons, Inc."},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":".fa{font-family:var(--fa-style-family,\"Font Awesome 6 Free\");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:\"Font Awesome 6 Free\"}.fa-brands,.fab{font-family:\"Font Awesome 6 Brands\"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul\u003eli{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".fa-0:before{content:\"\\30\"}.fa-1:before{content:\"\\31\"}.fa-2:before{content:\"\\32\"}.fa-3:before{content:\"\\33\"}.fa-4:before{content:\"\\34\"}.fa-5:before{content:\"\\35\"}.fa-6:before{content:\"\\36\"}.fa-7:before{content:\"\\37\"}.fa-8:before{content:\"\\38\"}.fa-9:before{content:\"\\39\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-arrows-to-circle:before{content:\"\\e4bd\"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:\"\\f138\"}.fa-at:before{content:\"\\40\"}.fa-trash-alt:before,.fa-trash-can:before{content:\"\\f2ed\"}.fa-text-height:before{content:\"\\f034\"}.fa-user-times:before,.fa-user-xmark:before{content:\"\\f235\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-comment-alt:before,.fa-message:before{content:\"\\f27a\"}.fa-info:before{content:\"\\f129\"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:\"\\f422\"}.fa-explosion:before{content:\"\\e4e9\"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:\"\\f15c\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-ring:before{content:\"\\f70b\"}.fa-building-un:before{content:\"\\e4d9\"}.fa-dice-three:before{content:\"\\f527\"}.fa-calendar-alt:before,.fa-calendar-days:before{content:\"\\f073\"}.fa-anchor-circle-check:before{content:\"\\e4aa\"}.fa-building-circle-arrow-right:before{content:\"\\e4d1\"}.fa-volleyball-ball:before,.fa-volleyball:before{content:\"\\f45f\"}.fa-arrows-up-to-line:before{content:\"\\e4c2\"}.fa-sort-desc:before,.fa-sort-down:before{content:\"\\f0dd\"}.fa-circle-minus:before,.fa-minus-circle:before{content:\"\\f056\"}.fa-door-open:before{content:\"\\f52b\"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-atom:before{content:\"\\f5d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:\"\\f86d\"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:\"\\f539\"}.fa-bridge-circle-check:before{content:\"\\e4c9\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:\"\\f689\"}.fa-forward-step:before,.fa-step-forward:before{content:\"\\f051\"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:\"\\f5b8\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-football-ball:before,.fa-football:before{content:\"\\f44e\"}.fa-school-circle-exclamation:before{content:\"\\e56c\"}.fa-crop:before{content:\"\\f125\"}.fa-angle-double-down:before,.fa-angles-down:before{content:\"\\f103\"}.fa-users-rectangle:before{content:\"\\e594\"}.fa-people-roof:before{content:\"\\e537\"}.fa-people-line:before{content:\"\\e534\"}.fa-beer-mug-empty:before,.fa-beer:before{content:\"\\f0fc\"}.fa-diagram-predecessor:before{content:\"\\e477\"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:\"\\f176\"}.fa-burn:before,.fa-fire-flame-simple:before{content:\"\\f46a\"}.fa-male:before,.fa-person:before{content:\"\\f183\"}.fa-laptop:before{content:\"\\f109\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-menorah:before{content:\"\\f676\"}.fa-truck-plane:before{content:\"\\e58f\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:\"\\f587\"}.fa-bong:before{content:\"\\f55c\"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:\"\\f67b\"}.fa-arrow-down-up-across-line:before{content:\"\\e4af\"}.fa-spoon:before,.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-jar-wheat:before{content:\"\\e517\"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:\"\\f674\"}.fa-file-circle-exclamation:before{content:\"\\e4eb\"}.fa-circle-h:before,.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-pager:before{content:\"\\f815\"}.fa-address-book:before,.fa-contact-book:before{content:\"\\f2b9\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-k:before{content:\"\\4b\"}.fa-landmark-flag:before{content:\"\\e51c\"}.fa-pencil-alt:before,.fa-pencil:before{content:\"\\f303\"}.fa-backward:before{content:\"\\f04a\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-comments:before{content:\"\\f086\"}.fa-file-clipboard:before,.fa-paste:before{content:\"\\f0ea\"}.fa-code-pull-request:before{content:\"\\e13c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:\"\\f4de\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-vial-virus:before{content:\"\\e597\"}.fa-sheet-plastic:before{content:\"\\e571\"}.fa-blog:before{content:\"\\f781\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-person-arrow-up-from-line:before{content:\"\\e539\"}.fa-scroll-torah:before,.fa-torah:before{content:\"\\f6a0\"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:\"\\f458\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-archive:before,.fa-box-archive:before{content:\"\\f187\"}.fa-person-drowning:before{content:\"\\e545\"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-w:before{content:\"\\57\"}.fa-earth-africa:before,.fa-globe-africa:before{content:\"\\f57c\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:\"\\f3fa\"}.fa-paw:before{content:\"\\f1b0\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-trowel-bricks:before{content:\"\\e58a\"}.fa-face-flushed:before,.fa-flushed:before{content:\"\\f579\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-tent-arrow-left-right:before{content:\"\\e57f\"}.fa-gavel:before,.fa-legal:before{content:\"\\f0e3\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:\"\\f562\"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:\"\\e068\"}.fa-mars-and-venus-burst:before{content:\"\\e523\"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:\"\\f152\"}.fa-cut:before,.fa-scissors:before{content:\"\\f0c4\"}.fa-sun-plant-wilt:before{content:\"\\e57a\"}.fa-toilets-portable:before{content:\"\\e584\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-table:before{content:\"\\f0ce\"}.fa-magnifying-glass-arrow-right:before{content:\"\\e521\"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:\"\\f566\"}.fa-users-slash:before{content:\"\\e073\"}.fa-clover:before{content:\"\\e139\"}.fa-mail-reply:before,.fa-reply:before{content:\"\\f3e5\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-house-fire:before{content:\"\\e50c\"}.fa-minus-square:before,.fa-square-minus:before{content:\"\\f146\"}.fa-helicopter:before{content:\"\\f533\"}.fa-compass:before{content:\"\\f14e\"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:\"\\f150\"}.fa-file-circle-question:before{content:\"\\e4ef\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-bars:before,.fa-navicon:before{content:\"\\f0c9\"}.fa-people-group:before{content:\"\\e533\"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:\"\\f253\"}.fa-heart-broken:before,.fa-heart-crack:before{content:\"\\f7a9\"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:\"\\f360\"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:\"\\f597\"}.fa-film:before{content:\"\\f008\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-people-robbery:before{content:\"\\e536\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-school-circle-xmark:before{content:\"\\e56d\"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:\"\\f08b\"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:\"\\f13a\"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:\"\\f13e\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:\"\\f58f\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:\"\\f4b9\"}.fa-memory:before{content:\"\\f538\"}.fa-road-spikes:before{content:\"\\e568\"}.fa-fire-burner:before{content:\"\\e4f1\"}.fa-flag:before{content:\"\\f024\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-feather:before{content:\"\\f52d\"}.fa-volume-down:before,.fa-volume-low:before{content:\"\\f027\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-compress:before{content:\"\\f066\"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:\"\\e2cd\"}.fa-ankh:before{content:\"\\f644\"}.fa-hands-holding-child:before{content:\"\\e4fa\"}.fa-asterisk:before{content:\"\\2a\"}.fa-check-square:before,.fa-square-check:before{content:\"\\f14a\"}.fa-peseta-sign:before{content:\"\\e221\"}.fa-header:before,.fa-heading:before{content:\"\\f1dc\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-list-squares:before,.fa-list:before{content:\"\\f03a\"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:\"\\f87b\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-circle-dot:before,.fa-dot-circle:before{content:\"\\f192\"}.fa-dizzy:before,.fa-face-dizzy:before{content:\"\\f567\"}.fa-egg:before{content:\"\\f7fb\"}.fa-house-medical-circle-xmark:before{content:\"\\e513\"}.fa-campground:before{content:\"\\f6bb\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:\"\\f1e3\"}.fa-paint-brush:before,.fa-paintbrush:before{content:\"\\f1fc\"}.fa-lock:before{content:\"\\f023\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:\"\\f593\"}.fa-map-location:before,.fa-map-marked:before{content:\"\\f59f\"}.fa-house-flood-water:before{content:\"\\e50e\"}.fa-tree:before{content:\"\\f1bb\"}.fa-bridge-lock:before{content:\"\\e4cc\"}.fa-sack-dollar:before{content:\"\\f81d\"}.fa-edit:before,.fa-pen-to-square:before{content:\"\\f044\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-share-alt:before,.fa-share-nodes:before{content:\"\\f1e0\"}.fa-heart-circle-minus:before{content:\"\\e4ff\"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:\"\\f252\"}.fa-microscope:before{content:\"\\f610\"}.fa-sink:before{content:\"\\e06d\"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:\"\\f290\"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-person-rays:before{content:\"\\e54d\"}.fa-users:before{content:\"\\f0c0\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-flask-vial:before{content:\"\\e4f3\"}.fa-hand-paper:before,.fa-hand:before{content:\"\\f256\"}.fa-om:before{content:\"\\f679\"}.fa-worm:before{content:\"\\e599\"}.fa-house-circle-xmark:before{content:\"\\e50b\"}.fa-plug:before{content:\"\\f1e6\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-face-kiss:before,.fa-kiss:before{content:\"\\f596\"}.fa-bridge-circle-xmark:before{content:\"\\e4cb\"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:\"\\f589\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:\"\\f58c\"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa-road-circle-check:before{content:\"\\e564\"}.fa-dice-five:before{content:\"\\f523\"}.fa-rss-square:before,.fa-square-rss:before{content:\"\\f143\"}.fa-land-mine-on:before{content:\"\\e51b\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-stairs:before{content:\"\\e289\"}.fa-i:before{content:\"\\49\"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:\"\\f6f2\"}.fa-pills:before{content:\"\\f484\"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:\"\\f581\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-v:before{content:\"\\56\"}.fa-bangladeshi-taka-sign:before{content:\"\\e2e6\"}.fa-bicycle:before{content:\"\\f206\"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:\"\\e579\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-ambulance:before,.fa-truck-medical:before{content:\"\\f0f9\"}.fa-wheat-awn-circle-exclamation:before{content:\"\\e598\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-road-barrier:before{content:\"\\e562\"}.fa-school:before{content:\"\\f549\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-joint:before{content:\"\\f595\"}.fa-angle-right:before{content:\"\\f105\"}.fa-horse:before{content:\"\\f6f0\"}.fa-q:before{content:\"\\51\"}.fa-g:before{content:\"\\47\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-dong-sign:before{content:\"\\e169\"}.fa-capsules:before{content:\"\\f46b\"}.fa-poo-bolt:before,.fa-poo-storm:before{content:\"\\f75a\"}.fa-face-frown-open:before,.fa-frown-open:before{content:\"\\f57a\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-align-justify:before{content:\"\\f039\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-helmet-un:before{content:\"\\e503\"}.fa-bullseye:before{content:\"\\f140\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-arrow-up-from-bracket:before{content:\"\\e09a\"}.fa-folder-blank:before,.fa-folder:before{content:\"\\f07b\"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:\"\\f478\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-chart-simple:before{content:\"\\e473\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-vial:before{content:\"\\f492\"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:\"\\f624\"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:\"\\e2ca\"}.fa-e:before{content:\"\\45\"}.fa-pen-alt:before,.fa-pen-clip:before{content:\"\\f305\"}.fa-bridge-circle-exclamation:before{content:\"\\e4ca\"}.fa-user:before{content:\"\\f007\"}.fa-school-circle-check:before{content:\"\\e56b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:\"\\f5b6\"}.fa-building-user:before{content:\"\\e4da\"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:\"\\f191\"}.fa-highlighter:before{content:\"\\f591\"}.fa-key:before{content:\"\\f084\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-globe:before{content:\"\\f0ac\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-person-half-dress:before{content:\"\\e548\"}.fa-road-bridge:before{content:\"\\e563\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-c:before{content:\"\\43\"}.fa-tablet-button:before{content:\"\\f10a\"}.fa-building-lock:before{content:\"\\e4d6\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-area-chart:before,.fa-chart-area:before{content:\"\\f1fe\"}.fa-house-flag:before{content:\"\\e50d\"}.fa-person-circle-minus:before{content:\"\\e540\"}.fa-ban:before,.fa-cancel:before{content:\"\\f05e\"}.fa-camera-rotate:before{content:\"\\e0d8\"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:\"\\f5d0\"}.fa-star:before{content:\"\\f005\"}.fa-repeat:before{content:\"\\f363\"}.fa-cross:before{content:\"\\f654\"}.fa-box:before{content:\"\\f466\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:\"\\f245\"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:\"\\f31e\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-shapes:before,.fa-triangle-circle-square:before{content:\"\\f61f\"}.fa-random:before,.fa-shuffle:before{content:\"\\f074\"}.fa-person-running:before,.fa-running:before{content:\"\\f70c\"}.fa-mobile-retro:before{content:\"\\e527\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-spider:before{content:\"\\f717\"}.fa-hands-bound:before{content:\"\\e4f9\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-plane-circle-exclamation:before{content:\"\\e556\"}.fa-x-ray:before{content:\"\\f497\"}.fa-spell-check:before{content:\"\\f891\"}.fa-slash:before{content:\"\\f715\"}.fa-computer-mouse:before,.fa-mouse:before{content:\"\\f8cc\"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:\"\\f090\"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:\"\\e070\"}.fa-server:before{content:\"\\f233\"}.fa-virus-covid-slash:before{content:\"\\e4a9\"}.fa-shop-lock:before{content:\"\\e4a5\"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:\"\\f251\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-building-wheat:before{content:\"\\e4db\"}.fa-person-breastfeeding:before{content:\"\\e53a\"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-venus:before{content:\"\\f221\"}.fa-passport:before{content:\"\\f5ab\"}.fa-heart-pulse:before,.fa-heartbeat:before{content:\"\\f21e\"}.fa-people-carry-box:before,.fa-people-carry:before{content:\"\\f4ce\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-microchip:before{content:\"\\f2db\"}.fa-crown:before{content:\"\\f521\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-xmarks-lines:before{content:\"\\e59a\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-weight-scale:before,.fa-weight:before{content:\"\\f496\"}.fa-user-friends:before,.fa-user-group:before{content:\"\\f500\"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:\"\\f59b\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:\"\\f0aa\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-person-walking:before,.fa-walking:before{content:\"\\f554\"}.fa-l:before{content:\"\\4c\"}.fa-fire:before{content:\"\\f06d\"}.fa-bed-pulse:before,.fa-procedures:before{content:\"\\f487\"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:\"\\f197\"}.fa-face-laugh:before,.fa-laugh:before{content:\"\\f599\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-heart-circle-plus:before{content:\"\\e500\"}.fa-code-fork:before{content:\"\\e13b\"}.fa-city:before{content:\"\\f64f\"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:\"\\f3c9\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-unlock:before{content:\"\\f09c\"}.fa-colon-sign:before{content:\"\\e140\"}.fa-headset:before{content:\"\\f590\"}.fa-store-slash:before{content:\"\\e071\"}.fa-road-circle-xmark:before{content:\"\\e566\"}.fa-user-minus:before{content:\"\\f503\"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:\"\\f79f\"}.fa-clipboard:before{content:\"\\f328\"}.fa-house-circle-exclamation:before{content:\"\\e50a\"}.fa-file-arrow-up:before,.fa-file-upload:before{content:\"\\f574\"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:\"\\f1eb\"}.fa-bath:before,.fa-bathtub:before{content:\"\\f2cd\"}.fa-underline:before{content:\"\\f0cd\"}.fa-user-edit:before,.fa-user-pen:before{content:\"\\f4ff\"}.fa-signature:before{content:\"\\f5b7\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-bold:before{content:\"\\f032\"}.fa-anchor-lock:before{content:\"\\e4ad\"}.fa-building-ngo:before{content:\"\\e4d7\"}.fa-manat-sign:before{content:\"\\e1d5\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-border-style:before,.fa-border-top-left:before{content:\"\\f853\"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-jedi:before{content:\"\\f669\"}.fa-poll:before,.fa-square-poll-vertical:before{content:\"\\f681\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-battery-car:before,.fa-car-battery:before{content:\"\\f5df\"}.fa-gift:before{content:\"\\f06b\"}.fa-dice-two:before{content:\"\\f528\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-glasses:before{content:\"\\f530\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-building-circle-check:before{content:\"\\e4d2\"}.fa-person-chalkboard:before{content:\"\\e53d\"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:\"\\f22b\"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:\"\\f255\"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:\"\\f151\"}.fa-cloud-showers-water:before{content:\"\\e4e4\"}.fa-bar-chart:before,.fa-chart-bar:before{content:\"\\f080\"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:\"\\e05e\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-train:before{content:\"\\f238\"}.fa-eye-low-vision:before,.fa-low-vision:before{content:\"\\f2a8\"}.fa-crow:before{content:\"\\f520\"}.fa-sailboat:before{content:\"\\e445\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-plus-square:before,.fa-square-plus:before{content:\"\\f0fe\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-frog:before{content:\"\\f52e\"}.fa-bucket:before{content:\"\\e4cf\"}.fa-image:before{content:\"\\f03e\"}.fa-microphone:before{content:\"\\f130\"}.fa-cow:before{content:\"\\f6c8\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-folder-closed:before{content:\"\\e185\"}.fa-house-tsunami:before{content:\"\\e515\"}.fa-square-nfi:before{content:\"\\e576\"}.fa-arrow-up-from-ground-water:before{content:\"\\e4b5\"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:\"\\f57b\"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:\"\\f2ea\"}.fa-columns:before,.fa-table-columns:before{content:\"\\f0db\"}.fa-lemon:before{content:\"\\f094\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-gem:before{content:\"\\f3a5\"}.fa-dolly-box:before,.fa-dolly:before{content:\"\\f472\"}.fa-smoking:before{content:\"\\f48d\"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:\"\\f78c\"}.fa-monument:before{content:\"\\f5a6\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-angle-double-right:before,.fa-angles-right:before{content:\"\\f101\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-circle-play:before,.fa-play-circle:before{content:\"\\f144\"}.fa-tablets:before{content:\"\\f490\"}.fa-ethernet:before{content:\"\\f796\"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:\"\\f153\"}.fa-chair:before{content:\"\\f6c0\"}.fa-check-circle:before,.fa-circle-check:before{content:\"\\f058\"}.fa-circle-stop:before,.fa-stop-circle:before{content:\"\\f28d\"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:\"\\f568\"}.fa-plate-wheat:before{content:\"\\e55a\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-person-shelter:before{content:\"\\e54f\"}.fa-neuter:before{content:\"\\f22c\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-marker:before{content:\"\\f5a1\"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:\"\\f59a\"}.fa-helicopter-symbol:before{content:\"\\e502\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:\"\\f139\"}.fa-lari-sign:before{content:\"\\e1c8\"}.fa-volcano:before{content:\"\\f770\"}.fa-person-walking-dashed-line-arrow-right:before{content:\"\\e553\"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:\"\\f154\"}.fa-viruses:before{content:\"\\e076\"}.fa-square-person-confined:before{content:\"\\e577\"}.fa-user-tie:before{content:\"\\f508\"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:\"\\f175\"}.fa-tent-arrow-down-to-line:before{content:\"\\e57e\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-mail-reply-all:before,.fa-reply-all:before{content:\"\\f122\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-person-skating:before,.fa-skating:before{content:\"\\f7c5\"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:\"\\f662\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:\"\\f0ab\"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:\"\\f56f\"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:\"\\f14c\"}.fa-box-open:before{content:\"\\f49e\"}.fa-scroll:before{content:\"\\f70e\"}.fa-spa:before{content:\"\\f5bb\"}.fa-location-pin-lock:before{content:\"\\e51f\"}.fa-pause:before{content:\"\\f04c\"}.fa-hill-avalanche:before{content:\"\\e507\"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-registered:before{content:\"\\f25d\"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:\"\\f2bb\"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:\"\\f516\"}.fa-subscript:before{content:\"\\f12c\"}.fa-diamond-turn-right:before,.fa-directions:before{content:\"\\f5eb\"}.fa-burst:before{content:\"\\e4dc\"}.fa-house-laptop:before,.fa-laptop-house:before{content:\"\\e066\"}.fa-face-tired:before,.fa-tired:before{content:\"\\f5c8\"}.fa-money-bills:before{content:\"\\e1f3\"}.fa-smog:before{content:\"\\f75f\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:\"\\f0ee\"}.fa-palette:before{content:\"\\f53f\"}.fa-arrows-turn-right:before{content:\"\\e4c0\"}.fa-vest:before{content:\"\\e085\"}.fa-ferry:before{content:\"\\e4ea\"}.fa-arrows-down-to-people:before{content:\"\\e4b9\"}.fa-seedling:before,.fa-sprout:before{content:\"\\f4d8\"}.fa-arrows-alt-h:before,.fa-left-right:before{content:\"\\f337\"}.fa-boxes-packing:before{content:\"\\e4c7\"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:\"\\f0a8\"}.fa-group-arrows-rotate:before{content:\"\\e4f6\"}.fa-bowl-food:before{content:\"\\e4c6\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:\"\\f160\"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:\"\\f76c\"}.fa-remove-format:before,.fa-text-slash:before{content:\"\\f87d\"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:\"\\f4da\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:\"\\f07e\"}.fa-house-lock:before{content:\"\\e510\"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:\"\\f0ed\"}.fa-children:before{content:\"\\e4e1\"}.fa-blackboard:before,.fa-chalkboard:before{content:\"\\f51b\"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:\"\\f4fa\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:\"\\e05f\"}.fa-mattress-pillow:before{content:\"\\e525\"}.fa-guarani-sign:before{content:\"\\e19a\"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:\"\\f021\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-cruzeiro-sign:before{content:\"\\e152\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-shield-alt:before,.fa-shield-halved:before{content:\"\\f3ed\"}.fa-atlas:before,.fa-book-atlas:before{content:\"\\f558\"}.fa-virus:before{content:\"\\e074\"}.fa-envelope-circle-check:before{content:\"\\e4e8\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-arrows-to-dot:before{content:\"\\e4be\"}.fa-archway:before{content:\"\\f557\"}.fa-heart-circle-check:before{content:\"\\e4fd\"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:\"\\f6f1\"}.fa-file-archive:before,.fa-file-zipper:before{content:\"\\f1c6\"}.fa-square:before{content:\"\\f0c8\"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:\"\\f000\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cedi-sign:before{content:\"\\e0df\"}.fa-italic:before{content:\"\\f033\"}.fa-church:before{content:\"\\f51d\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-democrat:before{content:\"\\f747\"}.fa-z:before{content:\"\\5a\"}.fa-person-skiing:before,.fa-skiing:before{content:\"\\f7c9\"}.fa-road-lock:before{content:\"\\e567\"}.fa-a:before{content:\"\\41\"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:\"\\e03f\"}.fa-feather-alt:before,.fa-feather-pointed:before{content:\"\\f56b\"}.fa-p:before{content:\"\\50\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-ad:before,.fa-rectangle-ad:before{content:\"\\f641\"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:\"\\f0a9\"}.fa-filter-circle-xmark:before{content:\"\\e17b\"}.fa-locust:before{content:\"\\e520\"}.fa-sort:before,.fa-unsorted:before{content:\"\\f0dc\"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:\"\\f0cb\"}.fa-person-dress-burst:before{content:\"\\e544\"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:\"\\f53d\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-language:before{content:\"\\f1ab\"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-filter:before{content:\"\\f0b0\"}.fa-question:before{content:\"\\3f\"}.fa-file-signature:before{content:\"\\f573\"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:\"\\f0b2\"}.fa-house-chimney-user:before{content:\"\\e065\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-money-check:before{content:\"\\f53c\"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:\"\\f5c0\"}.fa-code:before{content:\"\\f121\"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:\"\\f7a0\"}.fa-building-circle-exclamation:before{content:\"\\e4d3\"}.fa-magnifying-glass-chart:before{content:\"\\e522\"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:\"\\f08e\"}.fa-cubes-stacked:before{content:\"\\e4e6\"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:\"\\f159\"}.fa-virus-covid:before{content:\"\\e4a8\"}.fa-austral-sign:before{content:\"\\e0a9\"}.fa-f:before{content:\"\\46\"}.fa-leaf:before{content:\"\\f06c\"}.fa-road:before{content:\"\\f018\"}.fa-cab:before,.fa-taxi:before{content:\"\\f1ba\"}.fa-person-circle-plus:before{content:\"\\e541\"}.fa-chart-pie:before,.fa-pie-chart:before{content:\"\\f200\"}.fa-bolt-lightning:before{content:\"\\e0b7\"}.fa-sack-xmark:before{content:\"\\e56a\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-fish-fins:before{content:\"\\e4f2\"}.fa-building-flag:before{content:\"\\e4d5\"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:\"\\f582\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-poop:before{content:\"\\f619\"}.fa-location-pin:before,.fa-map-marker:before{content:\"\\f041\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:\"\\f807\"}.fa-eject:before{content:\"\\f052\"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:\"\\f35a\"}.fa-plane-circle-check:before{content:\"\\e555\"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-object-group:before{content:\"\\f247\"}.fa-chart-line:before,.fa-line-chart:before{content:\"\\f201\"}.fa-mask-ventilator:before{content:\"\\e524\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-map-signs:before,.fa-signs-post:before{content:\"\\f277\"}.fa-cash-register:before{content:\"\\f788\"}.fa-person-circle-question:before{content:\"\\e542\"}.fa-h:before{content:\"\\48\"}.fa-tarp:before{content:\"\\e57b\"}.fa-screwdriver-wrench:before,.fa-tools:before{content:\"\\f7d9\"}.fa-arrows-to-eye:before{content:\"\\e4bf\"}.fa-plug-circle-bolt:before{content:\"\\e55b\"}.fa-heart:before{content:\"\\f004\"}.fa-mars-and-venus:before{content:\"\\f224\"}.fa-home-user:before,.fa-house-user:before{content:\"\\e1b0\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-house-crack:before{content:\"\\e3b1\"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:\"\\f561\"}.fa-face-surprise:before,.fa-surprise:before{content:\"\\f5c2\"}.fa-bottle-water:before{content:\"\\e4c5\"}.fa-circle-pause:before,.fa-pause-circle:before{content:\"\\f28b\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-apple-alt:before,.fa-apple-whole:before{content:\"\\f5d1\"}.fa-kitchen-set:before{content:\"\\e51a\"}.fa-r:before{content:\"\\52\"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-cube:before{content:\"\\f1b2\"}.fa-bitcoin-sign:before{content:\"\\e0b4\"}.fa-shield-dog:before{content:\"\\e573\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-elevator:before{content:\"\\e16d\"}.fa-money-bill-transfer:before{content:\"\\e528\"}.fa-money-bill-trend-up:before{content:\"\\e529\"}.fa-house-flood-water-circle-arrow-right:before{content:\"\\e50f\"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:\"\\f682\"}.fa-circle:before{content:\"\\f111\"}.fa-backward-fast:before,.fa-fast-backward:before{content:\"\\f049\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-trademark:before{content:\"\\f25c\"}.fa-basketball-ball:before,.fa-basketball:before{content:\"\\f434\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:\"\\f35b\"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:\"\\f3cd\"}.fa-volume-high:before,.fa-volume-up:before{content:\"\\f028\"}.fa-users-rays:before{content:\"\\e593\"}.fa-wallet:before{content:\"\\f555\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-burger:before,.fa-hamburger:before{content:\"\\f805\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-bugs:before{content:\"\\e4d0\"}.fa-rupee-sign:before,.fa-rupee:before{content:\"\\f156\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-circle-question:before,.fa-question-circle:before{content:\"\\f059\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-book-bookmark:before{content:\"\\e0bb\"}.fa-code-branch:before{content:\"\\f126\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-bridge:before{content:\"\\e4c8\"}.fa-phone-alt:before,.fa-phone-flip:before{content:\"\\f879\"}.fa-truck-front:before{content:\"\\e2b7\"}.fa-cat:before{content:\"\\f6be\"}.fa-anchor-circle-exclamation:before{content:\"\\e4ab\"}.fa-truck-field:before{content:\"\\e58d\"}.fa-route:before{content:\"\\f4d7\"}.fa-clipboard-question:before{content:\"\\e4e3\"}.fa-panorama:before{content:\"\\e209\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-file-circle-minus:before{content:\"\\e4ed\"}.fa-tags:before{content:\"\\f02c\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-fast-forward:before,.fa-forward-fast:before{content:\"\\f050\"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:\"\\f5a4\"}.fa-parking:before,.fa-square-parking:before{content:\"\\f540\"}.fa-house-signal:before{content:\"\\e012\"}.fa-bars-progress:before,.fa-tasks-alt:before{content:\"\\f828\"}.fa-faucet-drip:before{content:\"\\e006\"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:\"\\f54d\"}.fa-terminal:before{content:\"\\f120\"}.fa-mobile-button:before{content:\"\\f10b\"}.fa-house-medical-flag:before{content:\"\\e514\"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:\"\\f291\"}.fa-tape:before{content:\"\\f4db\"}.fa-bus-alt:before,.fa-bus-simple:before{content:\"\\f55e\"}.fa-eye:before{content:\"\\f06e\"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:\"\\f5b3\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-person-military-to-person:before{content:\"\\e54c\"}.fa-file-shield:before{content:\"\\e4f0\"}.fa-user-slash:before{content:\"\\f506\"}.fa-pen:before{content:\"\\f304\"}.fa-tower-observation:before{content:\"\\e586\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:\"\\f012\"}.fa-bus:before{content:\"\\f207\"}.fa-heart-circle-xmark:before{content:\"\\e501\"}.fa-home-lg:before,.fa-house-chimney:before{content:\"\\e3af\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-face-frown:before,.fa-frown:before{content:\"\\f119\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-shop:before,.fa-store-alt:before{content:\"\\f54f\"}.fa-floppy-disk:before,.fa-save:before{content:\"\\f0c7\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:\"\\f515\"}.fa-sort-asc:before,.fa-sort-up:before{content:\"\\f0de\"}.fa-comment-dots:before,.fa-commenting:before{content:\"\\f4ad\"}.fa-plant-wilt:before{content:\"\\e5aa\"}.fa-diamond:before{content:\"\\f219\"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:\"\\f585\"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hands-praying:before,.fa-praying-hands:before{content:\"\\f684\"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:\"\\f01e\"}.fa-biohazard:before{content:\"\\f780\"}.fa-location-crosshairs:before,.fa-location:before{content:\"\\f601\"}.fa-mars-double:before{content:\"\\f227\"}.fa-child-dress:before{content:\"\\e59c\"}.fa-users-between-lines:before{content:\"\\e591\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:\"\\f588\"}.fa-phone:before{content:\"\\f095\"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:\"\\f273\"}.fa-child-reaching:before{content:\"\\e59d\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-user-cog:before,.fa-user-gear:before{content:\"\\f4fe\"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-dice-six:before{content:\"\\f526\"}.fa-mosquito-net:before{content:\"\\e52c\"}.fa-bridge-water:before{content:\"\\e4ce\"}.fa-person-booth:before{content:\"\\f756\"}.fa-text-width:before{content:\"\\f035\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-digging:before,.fa-person-digging:before{content:\"\\f85e\"}.fa-trash:before{content:\"\\f1f8\"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:\"\\f629\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-poo:before{content:\"\\f2fe\"}.fa-quote-right-alt:before,.fa-quote-right:before{content:\"\\f10e\"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:\"\\f553\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-divide:before{content:\"\\f529\"}.fa-tenge-sign:before,.fa-tenge:before{content:\"\\f7d7\"}.fa-headphones:before{content:\"\\f025\"}.fa-hands-holding:before{content:\"\\f4c2\"}.fa-hands-clapping:before{content:\"\\e1a8\"}.fa-republican:before{content:\"\\f75e\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-person-circle-xmark:before{content:\"\\e543\"}.fa-ruler:before{content:\"\\f545\"}.fa-align-left:before{content:\"\\f036\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-j:before{content:\"\\4a\"}.fa-users-viewfinder:before{content:\"\\e595\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:\"\\f35d\"}.fa-table-cells:before,.fa-th:before{content:\"\\f00a\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-bible:before,.fa-book-bible:before{content:\"\\f647\"}.fa-o:before{content:\"\\4f\"}.fa-medkit:before,.fa-suitcase-medical:before{content:\"\\f0fa\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-otter:before{content:\"\\f700\"}.fa-female:before,.fa-person-dress:before{content:\"\\f182\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-briefcase-clock:before,.fa-business-time:before{content:\"\\f64a\"}.fa-table-cells-large:before,.fa-th-large:before{content:\"\\f009\"}.fa-book-tanakh:before,.fa-tanakh:before{content:\"\\f827\"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-clipboard-user:before{content:\"\\f7f3\"}.fa-child:before{content:\"\\f1ae\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-plane-lock:before{content:\"\\e558\"}.fa-tag:before{content:\"\\f02b\"}.fa-comment:before{content:\"\\f075\"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:\"\\f1fd\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-angle-double-up:before,.fa-angles-up:before{content:\"\\f102\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-arrow-right-to-city:before{content:\"\\e4b3\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-lungs:before{content:\"\\f604\"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-litecoin-sign:before{content:\"\\e1d3\"}.fa-border-none:before{content:\"\\f850\"}.fa-circle-nodes:before{content:\"\\e4e2\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-indent:before{content:\"\\f03c\"}.fa-truck-field-un:before{content:\"\\e58e\"}.fa-hourglass-empty:before,.fa-hourglass:before{content:\"\\f254\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-user-doctor:before,.fa-user-md:before{content:\"\\f0f0\"}.fa-circle-info:before,.fa-info-circle:before{content:\"\\f05a\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-camera-alt:before,.fa-camera:before{content:\"\\f030\"}.fa-square-virus:before{content:\"\\e578\"}.fa-meteor:before{content:\"\\f753\"}.fa-car-on:before{content:\"\\e4dd\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-water:before{content:\"\\f773\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-braille:before{content:\"\\f2a1\"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:\"\\f486\"}.fa-landmark:before{content:\"\\f66f\"}.fa-truck:before{content:\"\\f0d1\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-person-cane:before{content:\"\\e53c\"}.fa-tent:before{content:\"\\e57d\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-check-double:before{content:\"\\f560\"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-money-bill-wheat:before{content:\"\\e52a\"}.fa-cookie:before{content:\"\\f563\"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:\"\\f0e2\"}.fa-hard-drive:before,.fa-hdd:before{content:\"\\f0a0\"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-list-alt:before,.fa-rectangle-list:before{content:\"\\f022\"}.fa-tarp-droplet:before{content:\"\\e57c\"}.fa-house-medical-circle-check:before{content:\"\\e511\"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:\"\\f359\"}.fa-subway:before,.fa-train-subway:before{content:\"\\f239\"}.fa-chart-gantt:before{content:\"\\e0e4\"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:\"\\e1bc\"}.fa-crop-alt:before,.fa-crop-simple:before{content:\"\\f565\"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-dna:before{content:\"\\f471\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-minus:before,.fa-subtract:before{content:\"\\f068\"}.fa-chess:before{content:\"\\f439\"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:\"\\f177\"}.fa-plug-circle-check:before{content:\"\\e55c\"}.fa-street-view:before{content:\"\\f21d\"}.fa-franc-sign:before{content:\"\\e18f\"}.fa-volume-off:before{content:\"\\f026\"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:\"\\f2a3\"}.fa-cog:before,.fa-gear:before{content:\"\\f013\"}.fa-droplet-slash:before,.fa-tint-slash:before{content:\"\\f5c7\"}.fa-mosque:before{content:\"\\f678\"}.fa-mosquito:before{content:\"\\e52b\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-person-military-rifle:before{content:\"\\e54b\"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:\"\\f07a\"}.fa-vials:before{content:\"\\f493\"}.fa-plug-circle-plus:before{content:\"\\e55f\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-arrow-turn-up:before,.fa-level-up:before{content:\"\\f148\"}.fa-u:before{content:\"\\55\"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:\"\\f698\"}.fa-clock-four:before,.fa-clock:before{content:\"\\f017\"}.fa-backward-step:before,.fa-step-backward:before{content:\"\\f048\"}.fa-pallet:before{content:\"\\f482\"}.fa-faucet:before{content:\"\\e005\"}.fa-baseball-bat-ball:before{content:\"\\f432\"}.fa-s:before{content:\"\\53\"}.fa-timeline:before{content:\"\\e29c\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:\"\\f7f2\"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:\"\\f3cf\"}.fa-plane-up:before{content:\"\\e22d\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-battery-3:before,.fa-battery-half:before{content:\"\\f242\"}.fa-mountain-city:before{content:\"\\e52e\"}.fa-coins:before{content:\"\\f51e\"}.fa-khanda:before{content:\"\\f66d\"}.fa-sliders-h:before,.fa-sliders:before{content:\"\\f1de\"}.fa-folder-tree:before{content:\"\\f802\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-map-pin:before{content:\"\\f276\"}.fa-hamsa:before{content:\"\\f665\"}.fa-cent-sign:before{content:\"\\e3f5\"}.fa-flask:before{content:\"\\f0c3\"}.fa-person-pregnant:before{content:\"\\e31e\"}.fa-wand-sparkles:before{content:\"\\f72b\"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:\"\\f142\"}.fa-ticket:before{content:\"\\f145\"}.fa-power-off:before{content:\"\\f011\"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:\"\\f30b\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-laptop-file:before{content:\"\\e51d\"}.fa-teletype:before,.fa-tty:before{content:\"\\f1e4\"}.fa-diagram-next:before{content:\"\\e476\"}.fa-person-rifle:before{content:\"\\e54e\"}.fa-house-medical-circle-exclamation:before{content:\"\\e512\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-hiking:before,.fa-person-hiking:before{content:\"\\f6ec\"}.fa-venus-double:before{content:\"\\f226\"}.fa-images:before{content:\"\\f302\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-people-pulling:before{content:\"\\e535\"}.fa-n:before{content:\"\\4e\"}.fa-cable-car:before,.fa-tram:before{content:\"\\f7da\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-building-circle-xmark:before{content:\"\\e4d4\"}.fa-ship:before{content:\"\\f21a\"}.fa-arrows-down-to-line:before{content:\"\\e4b8\"}.fa-download:before{content:\"\\f019\"}.fa-face-grin:before,.fa-grin:before{content:\"\\f580\"}.fa-backspace:before,.fa-delete-left:before{content:\"\\f55a\"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:\"\\f1fb\"}.fa-file-circle-check:before{content:\"\\e5a0\"}.fa-forward:before{content:\"\\f04e\"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:\"\\f3ce\"}.fa-face-meh:before,.fa-meh:before{content:\"\\f11a\"}.fa-align-center:before{content:\"\\f037\"}.fa-book-dead:before,.fa-book-skull:before{content:\"\\f6b7\"}.fa-drivers-license:before,.fa-id-card:before{content:\"\\f2c2\"}.fa-dedent:before,.fa-outdent:before{content:\"\\f03b\"}.fa-heart-circle-exclamation:before{content:\"\\e4fe\"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:\"\\f015\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-b:before{content:\"\\42\"}.fa-file-medical:before{content:\"\\f477\"}.fa-dice-one:before{content:\"\\f525\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:\"\\f0ec\"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:\"\\f2f9\"}.fa-cutlery:before,.fa-utensils:before{content:\"\\f2e7\"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:\"\\f161\"}.fa-mill-sign:before{content:\"\\e1ed\"}.fa-bowl-rice:before{content:\"\\e2eb\"}.fa-skull:before{content:\"\\f54c\"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:\"\\f519\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:\"\\f30c\"}.fa-stop:before{content:\"\\f04d\"}.fa-code-merge:before{content:\"\\f387\"}.fa-upload:before{content:\"\\f093\"}.fa-hurricane:before{content:\"\\f751\"}.fa-mound:before{content:\"\\e52d\"}.fa-toilet-portable:before{content:\"\\e583\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-file-arrow-down:before,.fa-file-download:before{content:\"\\f56d\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-shield-cat:before{content:\"\\e572\"}.fa-bolt:before,.fa-zap:before{content:\"\\f0e7\"}.fa-glass-water:before{content:\"\\e4f4\"}.fa-oil-well:before{content:\"\\e532\"}.fa-vault:before{content:\"\\e2c5\"}.fa-mars:before{content:\"\\f222\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-plane-circle-xmark:before{content:\"\\e557\"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:\"\\f157\"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:\"\\f158\"}.fa-sun:before{content:\"\\f185\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:\"\\f59c\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-bore-hole:before{content:\"\\e4c3\"}.fa-industry:before{content:\"\\f275\"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:\"\\f358\"}.fa-arrows-turn-to-dots:before{content:\"\\e4c1\"}.fa-florin-sign:before{content:\"\\e184\"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-less-than:before{content:\"\\3c\"}.fa-angle-down:before{content:\"\\f107\"}.fa-car-tunnel:before{content:\"\\e4de\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-user-lock:before{content:\"\\f502\"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:\"\\f178\"}.fa-anchor-circle-xmark:before{content:\"\\e4ac\"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:\"\\f141\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-first-aid:before,.fa-kit-medical:before{content:\"\\f479\"}.fa-person-through-window:before{content:\"\\e5a9\"}.fa-toolbox:before{content:\"\\f552\"}.fa-hands-holding-circle:before{content:\"\\e4fb\"}.fa-bug:before{content:\"\\f188\"}.fa-credit-card-alt:before,.fa-credit-card:before{content:\"\\f09d\"}.fa-automobile:before,.fa-car:before{content:\"\\f1b9\"}.fa-hand-holding-hand:before{content:\"\\e4f7\"}.fa-book-open-reader:before,.fa-book-reader:before{content:\"\\f5da\"}.fa-mountain-sun:before{content:\"\\e52f\"}.fa-arrows-left-right-to-line:before{content:\"\\e4ba\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-truck-droplet:before{content:\"\\e58c\"}.fa-file-circle-xmark:before{content:\"\\e5a1\"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:\"\\e040\"}.fa-medal:before{content:\"\\f5a2\"}.fa-bed:before{content:\"\\f236\"}.fa-h-square:before,.fa-square-h:before{content:\"\\f0fd\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-bell:before{content:\"\\f0f3\"}.fa-superscript:before{content:\"\\f12b\"}.fa-plug-circle-xmark:before{content:\"\\e560\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-hands-helping:before,.fa-handshake-angle:before{content:\"\\f4c4\"}.fa-location-dot:before,.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-file:before{content:\"\\f15b\"}.fa-greater-than:before{content:\"\\3e\"}.fa-person-swimming:before,.fa-swimmer:before{content:\"\\f5c4\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-droplet:before,.fa-tint:before{content:\"\\f043\"}.fa-eraser:before{content:\"\\f12d\"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:\"\\f57d\"}.fa-person-burst:before{content:\"\\e53b\"}.fa-dove:before{content:\"\\f4ba\"}.fa-battery-0:before,.fa-battery-empty:before{content:\"\\f244\"}.fa-socks:before{content:\"\\f696\"}.fa-inbox:before{content:\"\\f01c\"}.fa-section:before{content:\"\\e447\"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:\"\\f625\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:\"\\f0f8\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:\"\\f550\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-blind:before,.fa-person-walking-with-cane:before{content:\"\\f29d\"}.fa-drum:before{content:\"\\f569\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-heart-circle-bolt:before{content:\"\\e4fc\"}.fa-fax:before{content:\"\\f1ac\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-check-to-slot:before,.fa-vote-yea:before{content:\"\\f772\"}.fa-star-half:before{content:\"\\f089\"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:\"\\f468\"}.fa-chain:before,.fa-link:before{content:\"\\f0c1\"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:\"\\f2a2\"}.fa-tree-city:before{content:\"\\e587\"}.fa-play:before{content:\"\\f04b\"}.fa-font:before{content:\"\\f031\"}.fa-rupiah-sign:before{content:\"\\e23d\"}.fa-magnifying-glass:before,.fa-search:before{content:\"\\f002\"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:\"\\f45d\"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:\"\\f470\"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-naira-sign:before{content:\"\\e1f6\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-walkie-talkie:before{content:\"\\f8ef\"}.fa-file-edit:before,.fa-file-pen:before{content:\"\\f31c\"}.fa-receipt:before{content:\"\\f543\"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:\"\\f14b\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-person-circle-exclamation:before{content:\"\\e53f\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:\"\\f240\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-code-compare:before{content:\"\\e13a\"}.fa-list-dots:before,.fa-list-ul:before{content:\"\\f0ca\"}.fa-school-lock:before{content:\"\\e56f\"}.fa-tower-cell:before{content:\"\\e585\"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-ranking-star:before{content:\"\\e561\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-person-harassing:before{content:\"\\e549\"}.fa-brazilian-real-sign:before{content:\"\\e46c\"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:\"\\f752\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:\"\\f26c\"}.fa-shrimp:before{content:\"\\e448\"}.fa-list-check:before,.fa-tasks:before{content:\"\\f0ae\"}.fa-jug-detergent:before{content:\"\\e519\"}.fa-circle-user:before,.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-shield:before{content:\"\\f505\"}.fa-wind:before{content:\"\\f72e\"}.fa-car-burst:before,.fa-car-crash:before{content:\"\\f5e1\"}.fa-y:before{content:\"\\59\"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:\"\\f7ce\"}.fa-shipping-fast:before,.fa-truck-fast:before{content:\"\\f48b\"}.fa-fish:before{content:\"\\f578\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-adjust:before,.fa-circle-half-stroke:before{content:\"\\f042\"}.fa-clapperboard:before{content:\"\\e131\"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-baseball-ball:before,.fa-baseball:before{content:\"\\f433\"}.fa-jet-fighter-up:before{content:\"\\e518\"}.fa-diagram-project:before,.fa-project-diagram:before{content:\"\\f542\"}.fa-copy:before{content:\"\\f0c5\"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:\"\\f6a9\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-grip-horizontal:before,.fa-grip:before{content:\"\\f58d\"}.fa-share-from-square:before,.fa-share-square:before{content:\"\\f14d\"}.fa-child-combatant:before,.fa-child-rifle:before{content:\"\\e4e0\"}.fa-gun:before{content:\"\\e19b\"}.fa-phone-square:before,.fa-square-phone:before{content:\"\\f098\"}.fa-add:before,.fa-plus:before{content:\"\\2b\"}.fa-expand:before{content:\"\\f065\"}.fa-computer:before{content:\"\\e4e5\"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:\"\\f00d\"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:\"\\f047\"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:\"\\f51c\"}.fa-peso-sign:before{content:\"\\e222\"}.fa-building-shield:before{content:\"\\e4d8\"}.fa-baby:before{content:\"\\f77c\"}.fa-users-line:before{content:\"\\e592\"}.fa-quote-left-alt:before,.fa-quote-left:before{content:\"\\f10d\"}.fa-tractor:before{content:\"\\f722\"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:\"\\f829\"}.fa-arrow-down-up-lock:before{content:\"\\e4b0\"}.fa-lines-leaning:before{content:\"\\e51e\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-equals:before{content:\"\\3d\"}.fa-blender:before{content:\"\\f517\"}.fa-teeth:before{content:\"\\f62e\"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:\"\\f20b\"}.fa-map:before{content:\"\\f279\"}.fa-rocket:before{content:\"\\f135\"}.fa-photo-film:before,.fa-photo-video:before{content:\"\\f87c\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-store:before{content:\"\\f54e\"}.fa-arrow-trend-up:before{content:\"\\e098\"}.fa-plug-circle-minus:before{content:\"\\e55e\"}.fa-sign-hanging:before,.fa-sign:before{content:\"\\f4d9\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-tablet-android:before,.fa-tablet:before{content:\"\\f3fb\"}.fa-school-flag:before{content:\"\\e56e\"}.fa-fill:before{content:\"\\f575\"}.fa-angle-up:before{content:\"\\f106\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-bacteria:before{content:\"\\e059\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-notdef:before{content:\"\\e1fe\"}.fa-disease:before{content:\"\\f7fa\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-genderless:before{content:\"\\f22d\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-retweet:before{content:\"\\f079\"}.fa-car-alt:before,.fa-car-rear:before{content:\"\\f5de\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-battery-2:before,.fa-battery-quarter:before{content:\"\\f243\"}.fa-radio:before{content:\"\\f8d7\"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:\"\\f77d\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-thermometer:before{content:\"\\f491\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-percent:before,.fa-percentage:before{content:\"\\25\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-glass-water-droplet:before{content:\"\\e4f5\"}.fa-display:before{content:\"\\e163\"}.fa-face-smile:before,.fa-smile:before{content:\"\\f118\"}.fa-thumb-tack:before,.fa-thumbtack:before{content:\"\\f08d\"}.fa-trophy:before{content:\"\\f091\"}.fa-person-praying:before,.fa-pray:before{content:\"\\f683\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-rotate:before,.fa-sync-alt:before{content:\"\\f2f1\"}.fa-spinner:before{content:\"\\f110\"}.fa-robot:before{content:\"\\f544\"}.fa-peace:before{content:\"\\f67c\"}.fa-cogs:before,.fa-gears:before{content:\"\\f085\"}.fa-warehouse:before{content:\"\\f494\"}.fa-arrow-up-right-dots:before{content:\"\\e4b7\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:\"\\f584\"}.fa-dice-four:before{content:\"\\f524\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-transgender-alt:before,.fa-transgender:before{content:\"\\f225\"}.fa-mercury:before{content:\"\\f223\"}.fa-arrow-turn-down:before,.fa-level-down:before{content:\"\\f149\"}.fa-person-falling-burst:before{content:\"\\e547\"}.fa-award:before{content:\"\\f559\"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:\"\\f3ff\"}.fa-building:before{content:\"\\f1ad\"}.fa-angle-double-left:before,.fa-angles-left:before{content:\"\\f100\"}.fa-qrcode:before{content:\"\\f029\"}.fa-clock-rotate-left:before,.fa-history:before{content:\"\\f1da\"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:\"\\f56e\"}.fa-shield-blank:before,.fa-shield:before{content:\"\\f132\"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-house-medical:before{content:\"\\e3b2\"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:\"\\f450\"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:\"\\f137\"}.fa-house-chimney-window:before{content:\"\\e00d\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-tent-arrow-turn-left:before{content:\"\\e580\"}.fa-tents:before{content:\"\\e582\"}.fa-magic:before,.fa-wand-magic:before{content:\"\\f0d0\"}.fa-dog:before{content:\"\\f6d3\"}.fa-carrot:before{content:\"\\f787\"}.fa-moon:before{content:\"\\f186\"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:\"\\f5ce\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-music:before{content:\"\\f001\"}.fa-code-commit:before{content:\"\\f386\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-biking:before,.fa-person-biking:before{content:\"\\f84a\"}.fa-broom:before{content:\"\\f51a\"}.fa-shield-heart:before{content:\"\\e574\"}.fa-gopuram:before{content:\"\\f664\"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:\"\\e47b\"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:\"\\f2d3\"}.fa-hashtag:before{content:\"\\23\"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:\"\\f424\"}.fa-oil-can:before{content:\"\\f613\"}.fa-t:before{content:\"\\54\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-chart-column:before{content:\"\\e0e3\"}.fa-infinity:before{content:\"\\f534\"}.fa-vial-circle-check:before{content:\"\\e596\"}.fa-person-arrow-down-to-line:before{content:\"\\e538\"}.fa-voicemail:before{content:\"\\f897\"}.fa-fan:before{content:\"\\f863\"}.fa-person-walking-luggage:before{content:\"\\e554\"}.fa-arrows-alt-v:before,.fa-up-down:before{content:\"\\f338\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-calendar:before{content:\"\\f133\"}.fa-trailer:before{content:\"\\e041\"}.fa-bahai:before,.fa-haykal:before{content:\"\\f666\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-circle-plus:before,.fa-plus-circle:before{content:\"\\f055\"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-plug-circle-exclamation:before{content:\"\\e55d\"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:\"\\f127\"}.fa-clone:before{content:\"\\f24d\"}.fa-person-walking-arrow-loop-left:before{content:\"\\e551\"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:\"\\f7e4\"}.fa-tornado:before{content:\"\\f76f\"}.fa-file-circle-plus:before{content:\"\\e494\"}.fa-book-quran:before,.fa-quran:before{content:\"\\f687\"}.fa-anchor:before{content:\"\\f13d\"}.fa-border-all:before{content:\"\\f84c\"}.fa-angry:before,.fa-face-angry:before{content:\"\\f556\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-arrow-trend-down:before{content:\"\\e097\"}.fa-feed:before,.fa-rss:before{content:\"\\f09e\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-balance-scale:before,.fa-scale-balanced:before{content:\"\\f24e\"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:\"\\f62a\"}.fa-shower:before{content:\"\\f2cc\"}.fa-desktop-alt:before,.fa-desktop:before{content:\"\\f390\"}.fa-m:before{content:\"\\4d\"}.fa-table-list:before,.fa-th-list:before{content:\"\\f00b\"}.fa-comment-sms:before,.fa-sms:before{content:\"\\f7cd\"}.fa-book:before{content:\"\\f02d\"}.fa-user-plus:before{content:\"\\f234\"}.fa-check:before{content:\"\\f00c\"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-house-circle-check:before{content:\"\\e509\"}.fa-angle-left:before{content:\"\\f104\"}.fa-diagram-successor:before{content:\"\\e47a\"}.fa-truck-arrow-right:before{content:\"\\e58b\"}.fa-arrows-split-up-and-left:before{content:\"\\e4bc\"}.fa-fist-raised:before,.fa-hand-fist:before{content:\"\\f6de\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-person-falling:before{content:\"\\e546\"}.fa-image-portrait:before,.fa-portrait:before{content:\"\\f3e0\"}.fa-user-tag:before{content:\"\\f507\"}.fa-rug:before{content:\"\\e569\"}.fa-earth-europe:before,.fa-globe-europe:before{content:\"\\f7a2\"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:\"\\f59d\"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:\"\\f410\"}.fa-baht-sign:before{content:\"\\e0ac\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:\"\\f66a\"}.fa-handcuffs:before{content:\"\\e4f8\"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:\"\\f071\"}.fa-database:before{content:\"\\f1c0\"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:\"\\f064\"}.fa-bottle-droplet:before{content:\"\\e4c4\"}.fa-mask-face:before{content:\"\\e1d7\"}.fa-hill-rockslide:before{content:\"\\e508\"}.fa-exchange-alt:before,.fa-right-left:before{content:\"\\f362\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-road-circle-exclamation:before{content:\"\\e565\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-align-right:before{content:\"\\f038\"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:\"\\f2a7\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:\"\\f5c5\"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:\"\\f07d\"}.fa-face-grimace:before,.fa-grimace:before{content:\"\\f57f\"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:\"\\e2ce\"}.fa-level-down-alt:before,.fa-turn-down:before{content:\"\\f3be\"}.fa-person-walking-arrow-right:before{content:\"\\e552\"}.fa-envelope-square:before,.fa-square-envelope:before{content:\"\\f199\"}.fa-dice:before{content:\"\\f522\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-brain:before{content:\"\\f5dc\"}.fa-band-aid:before,.fa-bandage:before{content:\"\\f462\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:\"\\f057\"}.fa-gifts:before{content:\"\\f79c\"}.fa-hotel:before{content:\"\\f594\"}.fa-earth-asia:before,.fa-globe-asia:before{content:\"\\f57e\"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:\"\\f47f\"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:\"\\f00e\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-allergies:before,.fa-hand-dots:before{content:\"\\f461\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-coffee:before,.fa-mug-saucer:before{content:\"\\f0f4\"}.fa-brush:before{content:\"\\f55d\"}.fa-mask:before{content:\"\\f6fa\"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:\"\\f010\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-user-alt:before,.fa-user-large:before{content:\"\\f406\"}.fa-train-tram:before{content:\"\\e5b4\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-syringe:before{content:\"\\f48e\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-square-full:before{content:\"\\f45c\"}.fa-magnet:before{content:\"\\f076\"}.fa-jar:before{content:\"\\e516\"}.fa-note-sticky:before,.fa-sticky-note:before{content:\"\\f249\"}.fa-bug-slash:before{content:\"\\e490\"}.fa-arrow-up-from-water-pump:before{content:\"\\e4b6\"}.fa-bone:before{content:\"\\f5d7\"}.fa-user-injured:before{content:\"\\f728\"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:\"\\f5b4\"}.fa-plane:before{content:\"\\f072\"}.fa-tent-arrows-down:before{content:\"\\e581\"}.fa-exclamation:before{content:\"\\21\"}.fa-arrows-spin:before{content:\"\\e4bb\"}.fa-print:before{content:\"\\f02f\"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:\"\\e2bb\"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:\"\\24\"}.fa-x:before{content:\"\\58\"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:\"\\f688\"}.fa-users-cog:before,.fa-users-gear:before{content:\"\\f509\"}.fa-person-military-pointing:before{content:\"\\e54a\"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:\"\\f19c\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-trowel:before{content:\"\\e589\"}.fa-d:before{content:\"\\44\"}.fa-stapler:before{content:\"\\e5af\"}.fa-masks-theater:before,.fa-theater-masks:before{content:\"\\f630\"}.fa-kip-sign:before{content:\"\\e1c4\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:\"\\f4c6\"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:\"\\f0fb\"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:\"\\f1e1\"}.fa-barcode:before{content:\"\\f02a\"}.fa-plus-minus:before{content:\"\\e43c\"}.fa-video-camera:before,.fa-video:before{content:\"\\f03d\"}.fa-graduation-cap:before,.fa-mortar-board:before{content:\"\\f19d\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-person-circle-check:before{content:\"\\e53e\"}.fa-level-up-alt:before,.fa-turn-up:before{content:\"\\f3bf\"}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":".fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:\"Font Awesome 6 Brands\";--fa-font-brands:normal 400 1em/1 \"Font Awesome 6 Brands\"}@font-face{font-family:\"Font Awesome 6 Brands\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:\"\\f3d0\"}.fa-hooli:before{content:\"\\f427\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-lastfm:before{content:\"\\f202\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-aws:before{content:\"\\f375\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-ups:before{content:\"\\f7e0\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-dyalog:before{content:\"\\f399\"}.fa-bity:before{content:\"\\f37a\"}.fa-stackpath:before{content:\"\\f842\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-modx:before{content:\"\\f285\"}.fa-guilded:before{content:\"\\e07e\"}.fa-vnv:before{content:\"\\f40b\"}.fa-js-square:before,.fa-square-js:before{content:\"\\f3b9\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-qq:before{content:\"\\f1d6\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-java:before{content:\"\\f4e4\"}.fa-invision:before{content:\"\\f7b0\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-centercode:before{content:\"\\f380\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-unity:before{content:\"\\e049\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-vk:before{content:\"\\f189\"}.fa-untappd:before{content:\"\\f405\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-reddit-square:before,.fa-square-reddit:before{content:\"\\f1a2\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-contao:before{content:\"\\f26d\"}.fa-square-font-awesome:before{content:\"\\e5ad\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-instagram-square:before,.fa-square-instagram:before{content:\"\\e055\"}.fa-battle-net:before{content:\"\\f835\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:\"\\f3af\"}.fa-edge:before{content:\"\\f282\"}.fa-napster:before{content:\"\\f3d2\"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:\"\\f2ad\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-artstation:before{content:\"\\f77a\"}.fa-markdown:before{content:\"\\f60f\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-diaspora:before{content:\"\\f791\"}.fa-foursquare:before{content:\"\\f180\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-github-alt:before{content:\"\\f113\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-algolia:before{content:\"\\f36c\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-safari:before{content:\"\\f267\"}.fa-google:before{content:\"\\f1a0\"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:\"\\f35c\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-chromecast:before{content:\"\\f838\"}.fa-evernote:before{content:\"\\f839\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-adversal:before{content:\"\\f36a\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-fonticons:before{content:\"\\f280\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-git-alt:before{content:\"\\f841\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-rev:before{content:\"\\f5b2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-centos:before{content:\"\\f789\"}.fa-adn:before{content:\"\\f170\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:\"\\f397\"}.fa-codiepie:before{content:\"\\f284\"}.fa-node:before{content:\"\\f419\"}.fa-mix:before{content:\"\\f3cb\"}.fa-steam:before{content:\"\\f1b6\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-scribd:before{content:\"\\f28a\"}.fa-openid:before{content:\"\\f19b\"}.fa-instalod:before{content:\"\\e081\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-square-twitter:before,.fa-twitter-square:before{content:\"\\f081\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-accusoft:before{content:\"\\f369\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-app-store:before{content:\"\\f36f\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-golang:before{content:\"\\e40f\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-grav:before{content:\"\\f2d6\"}.fa-weibo:before{content:\"\\f18a\"}.fa-uncharted:before{content:\"\\e084\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-square-youtube:before,.fa-youtube-square:before{content:\"\\f431\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-rendact:before,.fa-wpressr:before{content:\"\\f3e4\"}.fa-angellist:before{content:\"\\f209\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-nfc-directional:before{content:\"\\e530\"}.fa-skype:before{content:\"\\f17e\"}.fa-joget:before{content:\"\\f3b7\"}.fa-fedora:before{content:\"\\f798\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-meta:before{content:\"\\e49b\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-hips:before{content:\"\\f452\"}.fa-behance:before{content:\"\\f1b4\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-discord:before{content:\"\\f392\"}.fa-chrome:before{content:\"\\f268\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-confluence:before{content:\"\\f78d\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-dochub:before{content:\"\\f394\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-amazon:before{content:\"\\f270\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-square-steam:before,.fa-steam-square:before{content:\"\\f1b7\"}.fa-500px:before{content:\"\\f26e\"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:\"\\f194\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:\"\\f2b4\"}.fa-gratipay:before{content:\"\\f184\"}.fa-apple:before{content:\"\\f179\"}.fa-hive:before{content:\"\\e07f\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-padlet:before{content:\"\\e4a0\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-github-square:before,.fa-square-github:before{content:\"\\f092\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-fedex:before{content:\"\\f797\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-shopify:before{content:\"\\e057\"}.fa-neos:before{content:\"\\f612\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-swift:before{content:\"\\f8e1\"}.fa-angular:before{content:\"\\f420\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envira:before{content:\"\\f299\"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:\"\\e5ae\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-firefox:before{content:\"\\f269\"}.fa-linode:before{content:\"\\f2b8\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:\"\\f264\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-sith:before{content:\"\\f512\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-page4:before{content:\"\\f3d7\"}.fa-hashnode:before{content:\"\\e499\"}.fa-react:before{content:\"\\f41b\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-opera:before{content:\"\\f26a\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-stripe:before{content:\"\\f429\"}.fa-houzz:before{content:\"\\f27c\"}.fa-gg:before{content:\"\\f260\"}.fa-dhl:before{content:\"\\f790\"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:\"\\f0d3\"}.fa-xing:before{content:\"\\f168\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-playstation:before{content:\"\\f3df\"}.fa-quinscape:before{content:\"\\f459\"}.fa-less:before{content:\"\\f41d\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-opencart:before{content:\"\\f23d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-gitlab:before{content:\"\\f296\"}.fa-typo3:before{content:\"\\f42b\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-nfc-symbol:before{content:\"\\e531\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-avianex:before{content:\"\\f374\"}.fa-ello:before{content:\"\\f5f1\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-bimobject:before{content:\"\\f378\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:\"\\f0d4\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-osi:before{content:\"\\f41a\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-periscope:before{content:\"\\f3da\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-forumbee:before{content:\"\\f211\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-square-xing:before,.fa-xing-square:before{content:\"\\f169\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-wpforms:before{content:\"\\f298\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-usps:before{content:\"\\f7e1\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-fly:before{content:\"\\f417\"}.fa-aviato:before{content:\"\\f421\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-blogger:before{content:\"\\f37c\"}.fa-flickr:before{content:\"\\f16e\"}.fa-viber:before{content:\"\\f409\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-digg:before{content:\"\\f1a6\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-audible:before{content:\"\\f373\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-bilibili:before{content:\"\\e3d9\"}.fa-erlang:before{content:\"\\f39d\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-dashcube:before{content:\"\\f210\"}.fa-42-group:before,.fa-innosoft:before{content:\"\\e080\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-elementor:before{content:\"\\f430\"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:\"\\e01e\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-xbox:before{content:\"\\f412\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-facebook-square:before,.fa-square-facebook:before{content:\"\\f082\"}.fa-renren:before{content:\"\\f18b\"}.fa-linux:before{content:\"\\f17c\"}.fa-glide:before{content:\"\\f2a5\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-mixer:before{content:\"\\e056\"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:\"\\f203\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-figma:before{content:\"\\f799\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-instagram:before{content:\"\\f16d\"}.fa-cmplid:before{content:\"\\e360\"}.fa-facebook:before{content:\"\\f09a\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-uikit:before{content:\"\\f403\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-line:before{content:\"\\f3c0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-deezer:before{content:\"\\e077\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-jira:before{content:\"\\f7b1\"}.fa-docker:before{content:\"\\f395\"}.fa-screenpal:before{content:\"\\e570\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-gitter:before{content:\"\\f426\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-microblog:before{content:\"\\e01a\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-yandex:before{content:\"\\f413\"}.fa-readme:before{content:\"\\f4d5\"}.fa-html5:before{content:\"\\f13b\"}.fa-sellsy:before{content:\"\\f213\"}.fa-sass:before{content:\"\\f41e\"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:\"\\e2d0\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-apper:before{content:\"\\f371\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-waze:before{content:\"\\f83f\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:\"\\f2ab\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-rust:before{content:\"\\e07a\"}.fa-wix:before{content:\"\\f5cf\"}.fa-behance-square:before,.fa-square-behance:before{content:\"\\f1b5\"}.fa-supple:before{content:\"\\f3f9\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-css3:before{content:\"\\f13c\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-space-awesome:before{content:\"\\e5ac\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-cpanel:before{content:\"\\f388\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-git-square:before,.fa-square-git:before{content:\"\\f1d2\"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:\"\\f174\"}.fa-trello:before{content:\"\\f181\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-perbyte:before{content:\"\\e083\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-leanpub:before{content:\"\\f212\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-python:before{content:\"\\f3e2\"}.fa-android:before{content:\"\\f17b\"}.fa-bots:before{content:\"\\e340\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-hornbill:before{content:\"\\f592\"}.fa-js:before{content:\"\\f3b8\"}.fa-ideal:before{content:\"\\e013\"}.fa-git:before{content:\"\\f1d3\"}.fa-dev:before{content:\"\\f6cc\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-uber:before{content:\"\\f402\"}.fa-github:before{content:\"\\f09b\"}.fa-php:before{content:\"\\f457\"}.fa-alipay:before{content:\"\\f642\"}.fa-youtube:before{content:\"\\f167\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-suse:before{content:\"\\f7d6\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-twitter:before{content:\"\\f099\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-buffer:before{content:\"\\f837\"}.fa-npm:before{content:\"\\f3d4\"}.fa-yammer:before{content:\"\\f840\"}.fa-btc:before{content:\"\\f15a\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-stubber:before{content:\"\\e5c7\"}.fa-telegram-plane:before,.fa-telegram:before{content:\"\\f2c6\"}.fa-old-republic:before{content:\"\\f510\"}.fa-odysee:before{content:\"\\e5c6\"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-slack-hash:before,.fa-slack:before{content:\"\\f198\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-usb:before{content:\"\\f287\"}.fa-tumblr:before{content:\"\\f173\"}.fa-vaadin:before{content:\"\\f408\"}.fa-quora:before{content:\"\\f2c4\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-medium-m:before,.fa-medium:before{content:\"\\f23a\"}.fa-amilia:before{content:\"\\f36d\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-viacoin:before{content:\"\\f237\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-sitrox:before{content:\"\\e44a\"}.fa-discourse:before{content:\"\\f393\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-airbnb:before{content:\"\\f834\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-strava:before{content:\"\\f428\"}.fa-ember:before{content:\"\\f423\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-wodu:before{content:\"\\e088\"}.fa-google-pay:before{content:\"\\e079\"}.fa-intercom:before{content:\"\\f7af\"}.fa-zhihu:before{content:\"\\f63f\"}.fa-korvue:before{content:\"\\f42f\"}.fa-pix:before{content:\"\\e43a\"}.fa-steam-symbol:before{content:\"\\f3f6\"}:host,:root{--fa-font-regular:normal 400 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:\"Font Awesome 6 Free\";--fa-font-solid:normal 900 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}.fa-solid,.fas{font-weight:900}@font-face{font-family:\"Font Awesome 5 Brands\";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format(\"woff2\"),url(../webfonts/fa-v4compatibility.ttf) format(\"truetype\");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}"}],"authorContributionMap":{"jingting1412":9}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/glyphicons/css/bootstrap-glyphicons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id\u003d76290a4e23bf2c3f61a4e17625be4627)"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" * Config saved to config.json and https://gist.github.com/76290a4e23bf2c3f61a4e17625be4627"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"@font-face{font-family:\u0027Glyphicons Halflings\u0027;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(\u0027../fonts/glyphicons-halflings-regular.eot?#iefix\u0027) format(\u0027embedded-opentype\u0027),url(../fonts/glyphicons-halflings-regular.woff2) format(\u0027woff2\u0027),url(../fonts/glyphicons-halflings-regular.woff) format(\u0027woff\u0027),url(../fonts/glyphicons-halflings-regular.ttf) format(\u0027truetype\u0027),url(\u0027../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular\u0027) format(\u0027svg\u0027)}.glyphicon{position:relative;top:1px;display:inline-block;font-family:\u0027Glyphicons Halflings\u0027;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:\"\\002a\"}.glyphicon-plus:before{content:\"\\002b\"}.glyphicon-euro:before,.glyphicon-eur:before{content:\"\\20ac\"}.glyphicon-minus:before{content:\"\\2212\"}.glyphicon-cloud:before{content:\"\\2601\"}.glyphicon-envelope:before{content:\"\\2709\"}.glyphicon-pencil:before{content:\"\\270f\"}.glyphicon-glass:before{content:\"\\e001\"}.glyphicon-music:before{content:\"\\e002\"}.glyphicon-search:before{content:\"\\e003\"}.glyphicon-heart:before{content:\"\\e005\"}.glyphicon-star:before{content:\"\\e006\"}.glyphicon-star-empty:before{content:\"\\e007\"}.glyphicon-user:before{content:\"\\e008\"}.glyphicon-film:before{content:\"\\e009\"}.glyphicon-th-large:before{content:\"\\e010\"}.glyphicon-th:before{content:\"\\e011\"}.glyphicon-th-list:before{content:\"\\e012\"}.glyphicon-ok:before{content:\"\\e013\"}.glyphicon-remove:before{content:\"\\e014\"}.glyphicon-zoom-in:before{content:\"\\e015\"}.glyphicon-zoom-out:before{content:\"\\e016\"}.glyphicon-off:before{content:\"\\e017\"}.glyphicon-signal:before{content:\"\\e018\"}.glyphicon-cog:before{content:\"\\e019\"}.glyphicon-trash:before{content:\"\\e020\"}.glyphicon-home:before{content:\"\\e021\"}.glyphicon-file:before{content:\"\\e022\"}.glyphicon-time:before{content:\"\\e023\"}.glyphicon-road:before{content:\"\\e024\"}.glyphicon-download-alt:before{content:\"\\e025\"}.glyphicon-download:before{content:\"\\e026\"}.glyphicon-upload:before{content:\"\\e027\"}.glyphicon-inbox:before{content:\"\\e028\"}.glyphicon-play-circle:before{content:\"\\e029\"}.glyphicon-repeat:before{content:\"\\e030\"}.glyphicon-refresh:before{content:\"\\e031\"}.glyphicon-list-alt:before{content:\"\\e032\"}.glyphicon-lock:before{content:\"\\e033\"}.glyphicon-flag:before{content:\"\\e034\"}.glyphicon-headphones:before{content:\"\\e035\"}.glyphicon-volume-off:before{content:\"\\e036\"}.glyphicon-volume-down:before{content:\"\\e037\"}.glyphicon-volume-up:before{content:\"\\e038\"}.glyphicon-qrcode:before{content:\"\\e039\"}.glyphicon-barcode:before{content:\"\\e040\"}.glyphicon-tag:before{content:\"\\e041\"}.glyphicon-tags:before{content:\"\\e042\"}.glyphicon-book:before{content:\"\\e043\"}.glyphicon-bookmark:before{content:\"\\e044\"}.glyphicon-print:before{content:\"\\e045\"}.glyphicon-camera:before{content:\"\\e046\"}.glyphicon-font:before{content:\"\\e047\"}.glyphicon-bold:before{content:\"\\e048\"}.glyphicon-italic:before{content:\"\\e049\"}.glyphicon-text-height:before{content:\"\\e050\"}.glyphicon-text-width:before{content:\"\\e051\"}.glyphicon-align-left:before{content:\"\\e052\"}.glyphicon-align-center:before{content:\"\\e053\"}.glyphicon-align-right:before{content:\"\\e054\"}.glyphicon-align-justify:before{content:\"\\e055\"}.glyphicon-list:before{content:\"\\e056\"}.glyphicon-indent-left:before{content:\"\\e057\"}.glyphicon-indent-right:before{content:\"\\e058\"}.glyphicon-facetime-video:before{content:\"\\e059\"}.glyphicon-picture:before{content:\"\\e060\"}.glyphicon-map-marker:before{content:\"\\e062\"}.glyphicon-adjust:before{content:\"\\e063\"}.glyphicon-tint:before{content:\"\\e064\"}.glyphicon-edit:before{content:\"\\e065\"}.glyphicon-share:before{content:\"\\e066\"}.glyphicon-check:before{content:\"\\e067\"}.glyphicon-move:before{content:\"\\e068\"}.glyphicon-step-backward:before{content:\"\\e069\"}.glyphicon-fast-backward:before{content:\"\\e070\"}.glyphicon-backward:before{content:\"\\e071\"}.glyphicon-play:before{content:\"\\e072\"}.glyphicon-pause:before{content:\"\\e073\"}.glyphicon-stop:before{content:\"\\e074\"}.glyphicon-forward:before{content:\"\\e075\"}.glyphicon-fast-forward:before{content:\"\\e076\"}.glyphicon-step-forward:before{content:\"\\e077\"}.glyphicon-eject:before{content:\"\\e078\"}.glyphicon-chevron-left:before{content:\"\\e079\"}.glyphicon-chevron-right:before{content:\"\\e080\"}.glyphicon-plus-sign:before{content:\"\\e081\"}.glyphicon-minus-sign:before{content:\"\\e082\"}.glyphicon-remove-sign:before{content:\"\\e083\"}.glyphicon-ok-sign:before{content:\"\\e084\"}.glyphicon-question-sign:before{content:\"\\e085\"}.glyphicon-info-sign:before{content:\"\\e086\"}.glyphicon-screenshot:before{content:\"\\e087\"}.glyphicon-remove-circle:before{content:\"\\e088\"}.glyphicon-ok-circle:before{content:\"\\e089\"}.glyphicon-ban-circle:before{content:\"\\e090\"}.glyphicon-arrow-left:before{content:\"\\e091\"}.glyphicon-arrow-right:before{content:\"\\e092\"}.glyphicon-arrow-up:before{content:\"\\e093\"}.glyphicon-arrow-down:before{content:\"\\e094\"}.glyphicon-share-alt:before{content:\"\\e095\"}.glyphicon-resize-full:before{content:\"\\e096\"}.glyphicon-resize-small:before{content:\"\\e097\"}.glyphicon-exclamation-sign:before{content:\"\\e101\"}.glyphicon-gift:before{content:\"\\e102\"}.glyphicon-leaf:before{content:\"\\e103\"}.glyphicon-fire:before{content:\"\\e104\"}.glyphicon-eye-open:before{content:\"\\e105\"}.glyphicon-eye-close:before{content:\"\\e106\"}.glyphicon-warning-sign:before{content:\"\\e107\"}.glyphicon-plane:before{content:\"\\e108\"}.glyphicon-calendar:before{content:\"\\e109\"}.glyphicon-random:before{content:\"\\e110\"}.glyphicon-comment:before{content:\"\\e111\"}.glyphicon-magnet:before{content:\"\\e112\"}.glyphicon-chevron-up:before{content:\"\\e113\"}.glyphicon-chevron-down:before{content:\"\\e114\"}.glyphicon-retweet:before{content:\"\\e115\"}.glyphicon-shopping-cart:before{content:\"\\e116\"}.glyphicon-folder-close:before{content:\"\\e117\"}.glyphicon-folder-open:before{content:\"\\e118\"}.glyphicon-resize-vertical:before{content:\"\\e119\"}.glyphicon-resize-horizontal:before{content:\"\\e120\"}.glyphicon-hdd:before{content:\"\\e121\"}.glyphicon-bullhorn:before{content:\"\\e122\"}.glyphicon-bell:before{content:\"\\e123\"}.glyphicon-certificate:before{content:\"\\e124\"}.glyphicon-thumbs-up:before{content:\"\\e125\"}.glyphicon-thumbs-down:before{content:\"\\e126\"}.glyphicon-hand-right:before{content:\"\\e127\"}.glyphicon-hand-left:before{content:\"\\e128\"}.glyphicon-hand-up:before{content:\"\\e129\"}.glyphicon-hand-down:before{content:\"\\e130\"}.glyphicon-circle-arrow-right:before{content:\"\\e131\"}.glyphicon-circle-arrow-left:before{content:\"\\e132\"}.glyphicon-circle-arrow-up:before{content:\"\\e133\"}.glyphicon-circle-arrow-down:before{content:\"\\e134\"}.glyphicon-globe:before{content:\"\\e135\"}.glyphicon-wrench:before{content:\"\\e136\"}.glyphicon-tasks:before{content:\"\\e137\"}.glyphicon-filter:before{content:\"\\e138\"}.glyphicon-briefcase:before{content:\"\\e139\"}.glyphicon-fullscreen:before{content:\"\\e140\"}.glyphicon-dashboard:before{content:\"\\e141\"}.glyphicon-paperclip:before{content:\"\\e142\"}.glyphicon-heart-empty:before{content:\"\\e143\"}.glyphicon-link:before{content:\"\\e144\"}.glyphicon-phone:before{content:\"\\e145\"}.glyphicon-pushpin:before{content:\"\\e146\"}.glyphicon-usd:before{content:\"\\e148\"}.glyphicon-gbp:before{content:\"\\e149\"}.glyphicon-sort:before{content:\"\\e150\"}.glyphicon-sort-by-alphabet:before{content:\"\\e151\"}.glyphicon-sort-by-alphabet-alt:before{content:\"\\e152\"}.glyphicon-sort-by-order:before{content:\"\\e153\"}.glyphicon-sort-by-order-alt:before{content:\"\\e154\"}.glyphicon-sort-by-attributes:before{content:\"\\e155\"}.glyphicon-sort-by-attributes-alt:before{content:\"\\e156\"}.glyphicon-unchecked:before{content:\"\\e157\"}.glyphicon-expand:before{content:\"\\e158\"}.glyphicon-collapse-down:before{content:\"\\e159\"}.glyphicon-collapse-up:before{content:\"\\e160\"}.glyphicon-log-in:before{content:\"\\e161\"}.glyphicon-flash:before{content:\"\\e162\"}.glyphicon-log-out:before{content:\"\\e163\"}.glyphicon-new-window:before{content:\"\\e164\"}.glyphicon-record:before{content:\"\\e165\"}.glyphicon-save:before{content:\"\\e166\"}.glyphicon-open:before{content:\"\\e167\"}.glyphicon-saved:before{content:\"\\e168\"}.glyphicon-import:before{content:\"\\e169\"}.glyphicon-export:before{content:\"\\e170\"}.glyphicon-send:before{content:\"\\e171\"}.glyphicon-floppy-disk:before{content:\"\\e172\"}.glyphicon-floppy-saved:before{content:\"\\e173\"}.glyphicon-floppy-remove:before{content:\"\\e174\"}.glyphicon-floppy-save:before{content:\"\\e175\"}.glyphicon-floppy-open:before{content:\"\\e176\"}.glyphicon-credit-card:before{content:\"\\e177\"}.glyphicon-transfer:before{content:\"\\e178\"}.glyphicon-cutlery:before{content:\"\\e179\"}.glyphicon-header:before{content:\"\\e180\"}.glyphicon-compressed:before{content:\"\\e181\"}.glyphicon-earphone:before{content:\"\\e182\"}.glyphicon-phone-alt:before{content:\"\\e183\"}.glyphicon-tower:before{content:\"\\e184\"}.glyphicon-stats:before{content:\"\\e185\"}.glyphicon-sd-video:before{content:\"\\e186\"}.glyphicon-hd-video:before{content:\"\\e187\"}.glyphicon-subtitles:before{content:\"\\e188\"}.glyphicon-sound-stereo:before{content:\"\\e189\"}.glyphicon-sound-dolby:before{content:\"\\e190\"}.glyphicon-sound-5-1:before{content:\"\\e191\"}.glyphicon-sound-6-1:before{content:\"\\e192\"}.glyphicon-sound-7-1:before{content:\"\\e193\"}.glyphicon-copyright-mark:before{content:\"\\e194\"}.glyphicon-registration-mark:before{content:\"\\e195\"}.glyphicon-cloud-download:before{content:\"\\e197\"}.glyphicon-cloud-upload:before{content:\"\\e198\"}.glyphicon-tree-conifer:before{content:\"\\e199\"}.glyphicon-tree-deciduous:before{content:\"\\e200\"}.glyphicon-cd:before{content:\"\\e201\"}.glyphicon-save-file:before{content:\"\\e202\"}.glyphicon-open-file:before{content:\"\\e203\"}.glyphicon-level-up:before{content:\"\\e204\"}.glyphicon-copy:before{content:\"\\e205\"}.glyphicon-paste:before{content:\"\\e206\"}.glyphicon-alert:before{content:\"\\e209\"}.glyphicon-equalizer:before{content:\"\\e210\"}.glyphicon-king:before{content:\"\\e211\"}.glyphicon-queen:before{content:\"\\e212\"}.glyphicon-pawn:before{content:\"\\e213\"}.glyphicon-bishop:before{content:\"\\e214\"}.glyphicon-knight:before{content:\"\\e215\"}.glyphicon-baby-formula:before{content:\"\\e216\"}.glyphicon-tent:before{content:\"\\26fa\"}.glyphicon-blackboard:before{content:\"\\e218\"}.glyphicon-bed:before{content:\"\\e219\"}.glyphicon-apple:before{content:\"\\f8ff\"}.glyphicon-erase:before{content:\"\\e221\"}.glyphicon-hourglass:before{content:\"\\231b\"}.glyphicon-lamp:before{content:\"\\e223\"}.glyphicon-duplicate:before{content:\"\\e224\"}.glyphicon-piggy-bank:before{content:\"\\e225\"}.glyphicon-scissors:before{content:\"\\e226\"}.glyphicon-bitcoin:before{content:\"\\e227\"}.glyphicon-btc:before{content:\"\\e227\"}.glyphicon-xbt:before{content:\"\\e227\"}.glyphicon-yen:before{content:\"\\00a5\"}.glyphicon-jpy:before{content:\"\\00a5\"}.glyphicon-ruble:before{content:\"\\20bd\"}.glyphicon-rub:before{content:\"\\20bd\"}.glyphicon-scale:before{content:\"\\e230\"}.glyphicon-ice-lolly:before{content:\"\\e231\"}.glyphicon-ice-lolly-tasted:before{content:\"\\e232\"}.glyphicon-education:before{content:\"\\e233\"}.glyphicon-option-horizontal:before{content:\"\\e234\"}.glyphicon-option-vertical:before{content:\"\\e235\"}.glyphicon-menu-hamburger:before{content:\"\\e236\"}.glyphicon-modal-window:before{content:\"\\e237\"}.glyphicon-oil:before{content:\"\\e238\"}.glyphicon-grain:before{content:\"\\e239\"}.glyphicon-sunglasses:before{content:\"\\e240\"}.glyphicon-text-size:before{content:\"\\e241\"}.glyphicon-text-color:before{content:\"\\e242\"}.glyphicon-text-background:before{content:\"\\e243\"}.glyphicon-object-align-top:before{content:\"\\e244\"}.glyphicon-object-align-bottom:before{content:\"\\e245\"}.glyphicon-object-align-horizontal:before{content:\"\\e246\"}.glyphicon-object-align-left:before{content:\"\\e247\"}.glyphicon-object-align-vertical:before{content:\"\\e248\"}.glyphicon-object-align-right:before{content:\"\\e249\"}.glyphicon-triangle-right:before{content:\"\\e250\"}.glyphicon-triangle-left:before{content:\"\\e251\"}.glyphicon-triangle-bottom:before{content:\"\\e252\"}.glyphicon-triangle-top:before{content:\"\\e253\"}.glyphicon-console:before{content:\"\\e254\"}.glyphicon-superscript:before{content:\"\\e255\"}.glyphicon-subscript:before{content:\"\\e256\"}.glyphicon-menu-left:before{content:\"\\e257\"}.glyphicon-menu-right:before{content:\"\\e258\"}.glyphicon-menu-down:before{content:\"\\e259\"}.glyphicon-menu-up:before{content:\"\\e260\"}"}],"authorContributionMap":{"jingting1412":17}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/bootstrap-utility.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003de():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(e):(t\u003d\"undefined\"!\u003dtypeof globalThis?globalThis:t||self).bootstrap\u003de()}(this,(function(){\"use strict\";const t\u003d\"transitionend\",e\u003dt\u003d\u003e{let e\u003dt.getAttribute(\"data-bs-target\");if(!e||\"#\"\u003d\u003d\u003de){let i\u003dt.getAttribute(\"href\");if(!i||!i.includes(\"#\")\u0026\u0026!i.startsWith(\".\"))return null;i.includes(\"#\")\u0026\u0026!i.startsWith(\"#\")\u0026\u0026(i\u003d`#${i.split(\"#\")[1]}`),e\u003di\u0026\u0026\"#\"!\u003d\u003di?i.trim():null}return e},i\u003dt\u003d\u003e{const i\u003de(t);return i\u0026\u0026document.querySelector(i)?i:null},n\u003dt\u003d\u003e{const i\u003de(t);return i?document.querySelector(i):null},s\u003de\u003d\u003e{e.dispatchEvent(new Event(t))},o\u003dt\u003d\u003e!(!t||\"object\"!\u003dtypeof t)\u0026\u0026(void 0!\u003d\u003dt.jquery\u0026\u0026(t\u003dt[0]),void 0!\u003d\u003dt.nodeType),r\u003dt\u003d\u003eo(t)?t.jquery?t[0]:t:\"string\"\u003d\u003dtypeof t\u0026\u0026t.length\u003e0?document.querySelector(t):null,a\u003d(t,e,i)\u003d\u003e{Object.keys(i).forEach((n\u003d\u003e{const s\u003di[n],r\u003de[n],a\u003dr\u0026\u0026o(r)?\"element\":null\u003d\u003d(l\u003dr)?`${l}`:{}.toString.call(l).match(/\\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(s).test(a))throw new TypeError(`${t.toUpperCase()}: Option \"${n}\" provided type \"${a}\" but expected type \"${s}\".`)}))},l\u003dt\u003d\u003e!(!o(t)||0\u003d\u003d\u003dt.getClientRects().length)\u0026\u0026\"visible\"\u003d\u003d\u003dgetComputedStyle(t).getPropertyValue(\"visibility\"),c\u003dt\u003d\u003e!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE||!!t.classList.contains(\"disabled\")||(void 0!\u003d\u003dt.disabled?t.disabled:t.hasAttribute(\"disabled\")\u0026\u0026\"false\"!\u003d\u003dt.getAttribute(\"disabled\")),h\u003dt\u003d\u003e{if(!document.documentElement.attachShadow)return null;if(\"function\"\u003d\u003dtypeof t.getRootNode){const e\u003dt.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?h(t.parentNode):null},d\u003d()\u003d\u003e{},u\u003dt\u003d\u003e{t.offsetHeight},f\u003d()\u003d\u003e{const{jQuery:t}\u003dwindow;return t\u0026\u0026!document.body.hasAttribute(\"data-bs-no-jquery\")?t:null},p\u003d[],m\u003d()\u003d\u003e\"rtl\"\u003d\u003d\u003ddocument.documentElement.dir,g\u003dt\u003d\u003e{var e;e\u003d()\u003d\u003e{const e\u003df();if(e){const i\u003dt.NAME,n\u003de.fn[i];e.fn[i]\u003dt.jQueryInterface,e.fn[i].Constructor\u003dt,e.fn[i].noConflict\u003d()\u003d\u003e(e.fn[i]\u003dn,t.jQueryInterface)}},\"loading\"\u003d\u003d\u003ddocument.readyState?(p.length||document.addEventListener(\"DOMContentLoaded\",(()\u003d\u003e{p.forEach((t\u003d\u003et()))})),p.push(e)):e()},_\u003dt\u003d\u003e{\"function\"\u003d\u003dtypeof t\u0026\u0026t()},b\u003d(e,i,n\u003d!0)\u003d\u003e{if(!n)return void _(e);const o\u003d(t\u003d\u003e{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}\u003dwindow.getComputedStyle(t);const n\u003dNumber.parseFloat(e),s\u003dNumber.parseFloat(i);return n||s?(e\u003de.split(\",\")[0],i\u003di.split(\",\")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0})(i)+5;let r\u003d!1;const a\u003d({target:n})\u003d\u003e{n\u003d\u003d\u003di\u0026\u0026(r\u003d!0,i.removeEventListener(t,a),_(e))};i.addEventListener(t,a),setTimeout((()\u003d\u003e{r||s(i)}),o)},v\u003d(t,e,i,n)\u003d\u003e{let s\u003dt.indexOf(e);if(-1\u003d\u003d\u003ds)return t[!i\u0026\u0026n?t.length-1:0];const o\u003dt.length;return s+\u003di?1:-1,n\u0026\u0026(s\u003d(s+o)%o),t[Math.max(0,Math.min(s,o-1))]},y\u003d/[^.]*(?\u003d\\..*)\\.|.*/,w\u003d/\\..*/,E\u003d/::\\d+$/,A\u003d{};let T\u003d1;const O\u003d{mouseenter:\"mouseover\",mouseleave:\"mouseout\"},C\u003d/^(mouseenter|mouseleave)/i,k\u003dnew Set([\"click\",\"dblclick\",\"mouseup\",\"mousedown\",\"contextmenu\",\"mousewheel\",\"DOMMouseScroll\",\"mouseover\",\"mouseout\",\"mousemove\",\"selectstart\",\"selectend\",\"keydown\",\"keypress\",\"keyup\",\"orientationchange\",\"touchstart\",\"touchmove\",\"touchend\",\"touchcancel\",\"pointerdown\",\"pointermove\",\"pointerup\",\"pointerleave\",\"pointercancel\",\"gesturestart\",\"gesturechange\",\"gestureend\",\"focus\",\"blur\",\"change\",\"reset\",\"select\",\"submit\",\"focusin\",\"focusout\",\"load\",\"unload\",\"beforeunload\",\"resize\",\"move\",\"DOMContentLoaded\",\"readystatechange\",\"error\",\"abort\",\"scroll\"]);function L(t,e){return e\u0026\u0026`${e}::${T++}`||t.uidEvent||T++}function x(t){const e\u003dL(t);return t.uidEvent\u003de,A[e]\u003dA[e]||{},A[e]}function D(t,e,i\u003dnull){const n\u003dObject.keys(t);for(let s\u003d0,o\u003dn.length;s\u003co;s++){const o\u003dt[n[s]];if(o.originalHandler\u003d\u003d\u003de\u0026\u0026o.delegationSelector\u003d\u003d\u003di)return o}return null}function S(t,e,i){const n\u003d\"string\"\u003d\u003dtypeof e,s\u003dn?i:e;let o\u003dP(t);return k.has(o)||(o\u003dt),[n,s,o]}function N(t,e,i,n,s){if(\"string\"!\u003dtypeof e||!t)return;if(i||(i\u003dn,n\u003dnull),C.test(e)){const t\u003dt\u003d\u003efunction(e){if(!e.relatedTarget||e.relatedTarget!\u003d\u003de.delegateTarget\u0026\u0026!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};n?n\u003dt(n):i\u003dt(i)}const[o,r,a]\u003dS(e,i,n),l\u003dx(t),c\u003dl[a]||(l[a]\u003d{}),h\u003dD(c,r,o?i:null);if(h)return void(h.oneOff\u003dh.oneOff\u0026\u0026s);const d\u003dL(r,e.replace(y,\"\")),u\u003do?function(t,e,i){return function n(s){const o\u003dt.querySelectorAll(e);for(let{target:r}\u003ds;r\u0026\u0026r!\u003d\u003dthis;r\u003dr.parentNode)for(let a\u003do.length;a--;)if(o[a]\u003d\u003d\u003dr)return s.delegateTarget\u003dr,n.oneOff\u0026\u0026j.off(t,s.type,e,i),i.apply(r,[s]);return null}}(t,i,n):function(t,e){return function i(n){return n.delegateTarget\u003dt,i.oneOff\u0026\u0026j.off(t,n.type,e),e.apply(t,[n])}}(t,i);u.delegationSelector\u003do?i:null,u.originalHandler\u003dr,u.oneOff\u003ds,u.uidEvent\u003dd,c[d]\u003du,t.addEventListener(a,u,o)}function I(t,e,i,n,s){const o\u003dD(e[i],n,s);o\u0026\u0026(t.removeEventListener(i,o,Boolean(s)),delete e[i][o.uidEvent])}function P(t){return t\u003dt.replace(w,\"\"),O[t]||t}const j\u003d{on(t,e,i,n){N(t,e,i,n,!1)},one(t,e,i,n){N(t,e,i,n,!0)},off(t,e,i,n){if(\"string\"!\u003dtypeof e||!t)return;const[s,o,r]\u003dS(e,i,n),a\u003dr!\u003d\u003de,l\u003dx(t),c\u003de.startsWith(\".\");if(void 0!\u003d\u003do){if(!l||!l[r])return;return void I(t,l,r,o,s?i:null)}c\u0026\u0026Object.keys(l).forEach((i\u003d\u003e{!function(t,e,i,n){const s\u003de[i]||{};Object.keys(s).forEach((o\u003d\u003e{if(o.includes(n)){const n\u003ds[o];I(t,e,i,n.originalHandler,n.delegationSelector)}}))}(t,l,i,e.slice(1))}));const h\u003dl[r]||{};Object.keys(h).forEach((i\u003d\u003e{const n\u003di.replace(E,\"\");if(!a||e.includes(n)){const e\u003dh[i];I(t,l,r,e.originalHandler,e.delegationSelector)}}))},trigger(t,e,i){if(\"string\"!\u003dtypeof e||!t)return null;const n\u003df(),s\u003dP(e),o\u003de!\u003d\u003ds,r\u003dk.has(s);let a,l\u003d!0,c\u003d!0,h\u003d!1,d\u003dnull;return o\u0026\u0026n\u0026\u0026(a\u003dn.Event(e,i),n(t).trigger(a),l\u003d!a.isPropagationStopped(),c\u003d!a.isImmediatePropagationStopped(),h\u003da.isDefaultPrevented()),r?(d\u003ddocument.createEvent(\"HTMLEvents\"),d.initEvent(s,l,!0)):d\u003dnew CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!\u003d\u003di\u0026\u0026Object.keys(i).forEach((t\u003d\u003e{Object.defineProperty(d,t,{get:()\u003d\u003ei[t]})})),h\u0026\u0026d.preventDefault(),c\u0026\u0026t.dispatchEvent(d),d.defaultPrevented\u0026\u0026void 0!\u003d\u003da\u0026\u0026a.preventDefault(),d}},M\u003dnew Map,H\u003d{set(t,e,i){M.has(t)||M.set(t,new Map);const n\u003dM.get(t);n.has(e)||0\u003d\u003d\u003dn.size?n.set(e,i):console.error(`Bootstrap doesn\u0027t allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get:(t,e)\u003d\u003eM.has(t)\u0026\u0026M.get(t).get(e)||null,remove(t,e){if(!M.has(t))return;const i\u003dM.get(t);i.delete(e),0\u003d\u003d\u003di.size\u0026\u0026M.delete(t)}};class B{constructor(t){(t\u003dr(t))\u0026\u0026(this._element\u003dt,H.set(this._element,this.constructor.DATA_KEY,this))}dispose(){H.remove(this._element,this.constructor.DATA_KEY),j.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((t\u003d\u003e{this[t]\u003dnull}))}_queueCallback(t,e,i\u003d!0){b(t,e,i)}static getInstance(t){return H.get(r(t),this.DATA_KEY)}static getOrCreateInstance(t,e\u003d{}){return this.getInstance(t)||new this(t,\"object\"\u003d\u003dtypeof e?e:null)}static get VERSION(){return\"5.1.3\"}static get NAME(){throw new Error(\u0027You have to implement the static method \"NAME\", for each component!\u0027)}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}const R\u003d(t,e\u003d\"hide\")\u003d\u003e{const i\u003d`click.dismiss${t.EVENT_KEY}`,s\u003dt.NAME;j.on(document,i,`[data-bs-dismiss\u003d\"${s}\"]`,(function(i){if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026i.preventDefault(),c(this))return;const o\u003dn(this)||this.closest(`.${s}`);t.getOrCreateInstance(o)[e]()}))};class W extends B{static get NAME(){return\"alert\"}close(){if(j.trigger(this._element,\"close.bs.alert\").defaultPrevented)return;this._element.classList.remove(\"show\");const t\u003dthis._element.classList.contains(\"fade\");this._queueCallback((()\u003d\u003ethis._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),j.trigger(this._element,\"closed.bs.alert\"),this.dispose()}static jQueryInterface(t){return this.each((function(){const e\u003dW.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}R(W,\"close\"),g(W);const $\u003d\u0027[data-bs-toggle\u003d\"button\"]\u0027;class z extends B{static get NAME(){return\"button\"}toggle(){this._element.setAttribute(\"aria-pressed\",this._element.classList.toggle(\"active\"))}static jQueryInterface(t){return this.each((function(){const e\u003dz.getOrCreateInstance(this);\"toggle\"\u003d\u003d\u003dt\u0026\u0026e[t]()}))}}function q(t){return\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026(t\u003d\u003d\u003dNumber(t).toString()?Number(t):\"\"\u003d\u003d\u003dt||\"null\"\u003d\u003d\u003dt?null:t)}function F(t){return t.replace(/[A-Z]/g,(t\u003d\u003e`-${t.toLowerCase()}`))}j.on(document,\"click.bs.button.data-api\",$,(t\u003d\u003e{t.preventDefault();const e\u003dt.target.closest($);z.getOrCreateInstance(e).toggle()})),g(z);const U\u003d{setDataAttribute(t,e,i){t.setAttribute(`data-bs-${F(e)}`,i)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${F(e)}`)},getDataAttributes(t){if(!t)return{};const e\u003d{};return Object.keys(t.dataset).filter((t\u003d\u003et.startsWith(\"bs\"))).forEach((i\u003d\u003e{let n\u003di.replace(/^bs/,\"\");n\u003dn.charAt(0).toLowerCase()+n.slice(1,n.length),e[n]\u003dq(t.dataset[i])})),e},getDataAttribute:(t,e)\u003d\u003eq(t.getAttribute(`data-bs-${F(e)}`)),offset(t){const e\u003dt.getBoundingClientRect();return{top:e.top+window.pageYOffset,left:e.left+window.pageXOffset}},position:t\u003d\u003e({top:t.offsetTop,left:t.offsetLeft})},V\u003d{find:(t,e\u003ddocument.documentElement)\u003d\u003e[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e\u003ddocument.documentElement)\u003d\u003eElement.prototype.querySelector.call(e,t),children:(t,e)\u003d\u003e[].concat(...t.children).filter((t\u003d\u003et.matches(e))),parents(t,e){const i\u003d[];let n\u003dt.parentNode;for(;n\u0026\u0026n.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u00263!\u003d\u003dn.nodeType;)n.matches(e)\u0026\u0026i.push(n),n\u003dn.parentNode;return i},prev(t,e){let i\u003dt.previousElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.previousElementSibling}return[]},next(t,e){let i\u003dt.nextElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.nextElementSibling}return[]},focusableChildren(t){const e\u003d[\"a\",\"button\",\"input\",\"textarea\",\"select\",\"details\",\"[tabindex]\",\u0027[contenteditable\u003d\"true\"]\u0027].map((t\u003d\u003e`${t}:not([tabindex^\u003d\"-\"])`)).join(\", \");return this.find(e,t).filter((t\u003d\u003e!c(t)\u0026\u0026l(t)))}},K\u003d\"carousel\",X\u003d{interval:5e3,keyboard:!0,slide:!1,pause:\"hover\",wrap:!0,touch:!0},Y\u003d{interval:\"(number|boolean)\",keyboard:\"boolean\",slide:\"(boolean|string)\",pause:\"(string|boolean)\",wrap:\"boolean\",touch:\"boolean\"},Q\u003d\"next\",G\u003d\"prev\",Z\u003d\"left\",J\u003d\"right\",tt\u003d{ArrowLeft:J,ArrowRight:Z},et\u003d\"slid.bs.carousel\",it\u003d\"active\",nt\u003d\".active.carousel-item\";class st extends B{constructor(t,e){super(t),this._items\u003dnull,this._interval\u003dnull,this._activeElement\u003dnull,this._isPaused\u003d!1,this._isSliding\u003d!1,this.touchTimeout\u003dnull,this.touchStartX\u003d0,this.touchDeltaX\u003d0,this._config\u003dthis._getConfig(e),this._indicatorsElement\u003dV.findOne(\".carousel-indicators\",this._element),this._touchSupported\u003d\"ontouchstart\"in document.documentElement||navigator.maxTouchPoints\u003e0,this._pointerEvent\u003dBoolean(window.PointerEvent),this._addEventListeners()}static get Default(){return X}static get NAME(){return K}next(){this._slide(Q)}nextWhenVisible(){!document.hidden\u0026\u0026l(this._element)\u0026\u0026this.next()}prev(){this._slide(G)}pause(t){t||(this._isPaused\u003d!0),V.findOne(\".carousel-item-next, .carousel-item-prev\",this._element)\u0026\u0026(s(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval\u003dnull}cycle(t){t||(this._isPaused\u003d!1),this._interval\u0026\u0026(clearInterval(this._interval),this._interval\u003dnull),this._config\u0026\u0026this._config.interval\u0026\u0026!this._isPaused\u0026\u0026(this._updateInterval(),this._interval\u003dsetInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement\u003dV.findOne(nt,this._element);const e\u003dthis._getItemIndex(this._activeElement);if(t\u003ethis._items.length-1||t\u003c0)return;if(this._isSliding)return void j.one(this._element,et,(()\u003d\u003ethis.to(t)));if(e\u003d\u003d\u003dt)return this.pause(),void this.cycle();const i\u003dt\u003ee?Q:G;this._slide(i,this._items[t])}_getConfig(t){return t\u003d{...X,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(K,t,Y),t}_handleSwipe(){const t\u003dMath.abs(this.touchDeltaX);if(t\u003c\u003d40)return;const e\u003dt/this.touchDeltaX;this.touchDeltaX\u003d0,e\u0026\u0026this._slide(e\u003e0?J:Z)}_addEventListeners(){this._config.keyboard\u0026\u0026j.on(this._element,\"keydown.bs.carousel\",(t\u003d\u003ethis._keydown(t))),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(j.on(this._element,\"mouseenter.bs.carousel\",(t\u003d\u003ethis.pause(t))),j.on(this._element,\"mouseleave.bs.carousel\",(t\u003d\u003ethis.cycle(t)))),this._config.touch\u0026\u0026this._touchSupported\u0026\u0026this._addTouchEventListeners()}_addTouchEventListeners(){const t\u003dt\u003d\u003ethis._pointerEvent\u0026\u0026(\"pen\"\u003d\u003d\u003dt.pointerType||\"touch\"\u003d\u003d\u003dt.pointerType),e\u003de\u003d\u003e{t(e)?this.touchStartX\u003de.clientX:this._pointerEvent||(this.touchStartX\u003de.touches[0].clientX)},i\u003dt\u003d\u003e{this.touchDeltaX\u003dt.touches\u0026\u0026t.touches.length\u003e1?0:t.touches[0].clientX-this.touchStartX},n\u003de\u003d\u003e{t(e)\u0026\u0026(this.touchDeltaX\u003de.clientX-this.touchStartX),this._handleSwipe(),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(this.pause(),this.touchTimeout\u0026\u0026clearTimeout(this.touchTimeout),this.touchTimeout\u003dsetTimeout((t\u003d\u003ethis.cycle(t)),500+this._config.interval))};V.find(\".carousel-item img\",this._element).forEach((t\u003d\u003e{j.on(t,\"dragstart.bs.carousel\",(t\u003d\u003et.preventDefault()))})),this._pointerEvent?(j.on(this._element,\"pointerdown.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"pointerup.bs.carousel\",(t\u003d\u003en(t))),this._element.classList.add(\"pointer-event\")):(j.on(this._element,\"touchstart.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"touchmove.bs.carousel\",(t\u003d\u003ei(t))),j.on(this._element,\"touchend.bs.carousel\",(t\u003d\u003en(t))))}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e\u003dtt[t.key];e\u0026\u0026(t.preventDefault(),this._slide(e))}_getItemIndex(t){return this._items\u003dt\u0026\u0026t.parentNode?V.find(\".carousel-item\",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){const i\u003dt\u003d\u003d\u003dQ;return v(this._items,e,i,this._config.wrap)}_triggerSlideEvent(t,e){const i\u003dthis._getItemIndex(t),n\u003dthis._getItemIndex(V.findOne(nt,this._element));return j.trigger(this._element,\"slide.bs.carousel\",{relatedTarget:t,direction:e,from:n,to:i})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const e\u003dV.findOne(\".active\",this._indicatorsElement);e.classList.remove(it),e.removeAttribute(\"aria-current\");const i\u003dV.find(\"[data-bs-target]\",this._indicatorsElement);for(let e\u003d0;e\u003ci.length;e++)if(Number.parseInt(i[e].getAttribute(\"data-bs-slide-to\"),10)\u003d\u003d\u003dthis._getItemIndex(t)){i[e].classList.add(it),i[e].setAttribute(\"aria-current\",\"true\");break}}}_updateInterval(){const t\u003dthis._activeElement||V.findOne(nt,this._element);if(!t)return;const e\u003dNumber.parseInt(t.getAttribute(\"data-bs-interval\"),10);e?(this._config.defaultInterval\u003dthis._config.defaultInterval||this._config.interval,this._config.interval\u003de):this._config.interval\u003dthis._config.defaultInterval||this._config.interval}_slide(t,e){const i\u003dthis._directionToOrder(t),n\u003dV.findOne(nt,this._element),s\u003dthis._getItemIndex(n),o\u003de||this._getItemByOrder(i,n),r\u003dthis._getItemIndex(o),a\u003dBoolean(this._interval),l\u003di\u003d\u003d\u003dQ,c\u003dl?\"carousel-item-start\":\"carousel-item-end\",h\u003dl?\"carousel-item-next\":\"carousel-item-prev\",d\u003dthis._orderToDirection(i);if(o\u0026\u0026o.classList.contains(it))return void(this._isSliding\u003d!1);if(this._isSliding)return;if(this._triggerSlideEvent(o,d).defaultPrevented)return;if(!n||!o)return;this._isSliding\u003d!0,a\u0026\u0026this.pause(),this._setActiveIndicatorElement(o),this._activeElement\u003do;const f\u003d()\u003d\u003e{j.trigger(this._element,et,{relatedTarget:o,direction:d,from:s,to:r})};if(this._element.classList.contains(\"slide\")){o.classList.add(h),u(o),n.classList.add(c),o.classList.add(c);const t\u003d()\u003d\u003e{o.classList.remove(c,h),o.classList.add(it),n.classList.remove(it,h,c),this._isSliding\u003d!1,setTimeout(f,0)};this._queueCallback(t,n,!0)}else n.classList.remove(it),o.classList.add(it),this._isSliding\u003d!1,f();a\u0026\u0026this.cycle()}_directionToOrder(t){return[J,Z].includes(t)?m()?t\u003d\u003d\u003dZ?G:Q:t\u003d\u003d\u003dZ?Q:G:t}_orderToDirection(t){return[Q,G].includes(t)?m()?t\u003d\u003d\u003dG?Z:J:t\u003d\u003d\u003dG?J:Z:t}static carouselInterface(t,e){const i\u003dst.getOrCreateInstance(t,e);let{_config:n}\u003di;\"object\"\u003d\u003dtypeof e\u0026\u0026(n\u003d{...n,...e});const s\u003d\"string\"\u003d\u003dtypeof e?e:n.slide;if(\"number\"\u003d\u003dtypeof e)i.to(e);else if(\"string\"\u003d\u003dtypeof s){if(void 0\u003d\u003d\u003di[s])throw new TypeError(`No method named \"${s}\"`);i[s]()}else n.interval\u0026\u0026n.ride\u0026\u0026(i.pause(),i.cycle())}static jQueryInterface(t){return this.each((function(){st.carouselInterface(this,t)}))}static dataApiClickHandler(t){const e\u003dn(this);if(!e||!e.classList.contains(\"carousel\"))return;const i\u003d{...U.getDataAttributes(e),...U.getDataAttributes(this)},s\u003dthis.getAttribute(\"data-bs-slide-to\");s\u0026\u0026(i.interval\u003d!1),st.carouselInterface(e,i),s\u0026\u0026st.getInstance(e).to(s),t.preventDefault()}}j.on(document,\"click.bs.carousel.data-api\",\"[data-bs-slide], [data-bs-slide-to]\",st.dataApiClickHandler),j.on(window,\"load.bs.carousel.data-api\",(()\u003d\u003e{const t\u003dV.find(\u0027[data-bs-ride\u003d\"carousel\"]\u0027);for(let e\u003d0,i\u003dt.length;e\u003ci;e++)st.carouselInterface(t[e],st.getInstance(t[e]))})),g(st);const ot\u003d\"collapse\",rt\u003d{toggle:!0,parent:null},at\u003d{toggle:\"boolean\",parent:\"(null|element)\"},lt\u003d\"show\",ct\u003d\"collapse\",ht\u003d\"collapsing\",dt\u003d\"collapsed\",ut\u003d\":scope .collapse .collapse\",ft\u003d\u0027[data-bs-toggle\u003d\"collapse\"]\u0027;class pt extends B{constructor(t,e){super(t),this._isTransitioning\u003d!1,this._config\u003dthis._getConfig(e),this._triggerArray\u003d[];const n\u003dV.find(ft);for(let t\u003d0,e\u003dn.length;t\u003ce;t++){const e\u003dn[t],s\u003di(e),o\u003dV.find(s).filter((t\u003d\u003et\u003d\u003d\u003dthis._element));null!\u003d\u003ds\u0026\u0026o.length\u0026\u0026(this._selector\u003ds,this._triggerArray.push(e))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle\u0026\u0026this.toggle()}static get Default(){return rt}static get NAME(){return ot}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t,e\u003d[];if(this._config.parent){const t\u003dV.find(ut,this._config.parent);e\u003dV.find(\".collapse.show, .collapse.collapsing\",this._config.parent).filter((e\u003d\u003e!t.includes(e)))}const i\u003dV.findOne(this._selector);if(e.length){const n\u003de.find((t\u003d\u003ei!\u003d\u003dt));if(t\u003dn?pt.getInstance(n):null,t\u0026\u0026t._isTransitioning)return}if(j.trigger(this._element,\"show.bs.collapse\").defaultPrevented)return;e.forEach((e\u003d\u003e{i!\u003d\u003de\u0026\u0026pt.getOrCreateInstance(e,{toggle:!1}).hide(),t||H.set(e,\"bs.collapse\",null)}));const n\u003dthis._getDimension();this._element.classList.remove(ct),this._element.classList.add(ht),this._element.style[n]\u003d0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning\u003d!0;const s\u003d`scroll${n[0].toUpperCase()+n.slice(1)}`;this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct,lt),this._element.style[n]\u003d\"\",j.trigger(this._element,\"shown.bs.collapse\")}),this._element,!0),this._element.style[n]\u003d`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(j.trigger(this._element,\"hide.bs.collapse\").defaultPrevented)return;const t\u003dthis._getDimension();this._element.style[t]\u003d`${this._element.getBoundingClientRect()[t]}px`,u(this._element),this._element.classList.add(ht),this._element.classList.remove(ct,lt);const e\u003dthis._triggerArray.length;for(let t\u003d0;t\u003ce;t++){const e\u003dthis._triggerArray[t],i\u003dn(e);i\u0026\u0026!this._isShown(i)\u0026\u0026this._addAriaAndCollapsedClass([e],!1)}this._isTransitioning\u003d!0,this._element.style[t]\u003d\"\",this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct),j.trigger(this._element,\"hidden.bs.collapse\")}),this._element,!0)}_isShown(t\u003dthis._element){return t.classList.contains(lt)}_getConfig(t){return(t\u003d{...rt,...U.getDataAttributes(this._element),...t}).toggle\u003dBoolean(t.toggle),t.parent\u003dr(t.parent),a(ot,t,at),t}_getDimension(){return this._element.classList.contains(\"collapse-horizontal\")?\"width\":\"height\"}_initializeChildren(){if(!this._config.parent)return;const t\u003dV.find(ut,this._config.parent);V.find(ft,this._config.parent).filter((e\u003d\u003e!t.includes(e))).forEach((t\u003d\u003e{const e\u003dn(t);e\u0026\u0026this._addAriaAndCollapsedClass([t],this._isShown(e))}))}_addAriaAndCollapsedClass(t,e){t.length\u0026\u0026t.forEach((t\u003d\u003e{e?t.classList.remove(dt):t.classList.add(dt),t.setAttribute(\"aria-expanded\",e)}))}static jQueryInterface(t){return this.each((function(){const e\u003d{};\"string\"\u003d\u003dtypeof t\u0026\u0026/show|hide/.test(t)\u0026\u0026(e.toggle\u003d!1);const i\u003dpt.getOrCreateInstance(this,e);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t]()}}))}}j.on(document,\"click.bs.collapse.data-api\",ft,(function(t){(\"A\"\u003d\u003d\u003dt.target.tagName||t.delegateTarget\u0026\u0026\"A\"\u003d\u003d\u003dt.delegateTarget.tagName)\u0026\u0026t.preventDefault();const e\u003di(this);V.find(e).forEach((t\u003d\u003e{pt.getOrCreateInstance(t,{toggle:!1}).toggle()}))})),g(pt);var mt\u003d\"top\",gt\u003d\"bottom\",_t\u003d\"right\",bt\u003d\"left\",vt\u003d\"auto\",yt\u003d[mt,gt,_t,bt],wt\u003d\"start\",Et\u003d\"end\",At\u003d\"clippingParents\",Tt\u003d\"viewport\",Ot\u003d\"popper\",Ct\u003d\"reference\",kt\u003dyt.reduce((function(t,e){return t.concat([e+\"-\"+wt,e+\"-\"+Et])}),[]),Lt\u003d[].concat(yt,[vt]).reduce((function(t,e){return t.concat([e,e+\"-\"+wt,e+\"-\"+Et])}),[]),xt\u003d\"beforeRead\",Dt\u003d\"read\",St\u003d\"afterRead\",Nt\u003d\"beforeMain\",It\u003d\"main\",Pt\u003d\"afterMain\",jt\u003d\"beforeWrite\",Mt\u003d\"write\",Ht\u003d\"afterWrite\",Bt\u003d[xt,Dt,St,Nt,It,Pt,jt,Mt,Ht];function Rt(t){return t?(t.nodeName||\"\").toLowerCase():null}function Wt(t){if(null\u003d\u003dt)return window;if(\"[object Window]\"!\u003d\u003dt.toString()){var e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function $t(t){return t instanceof Wt(t).Element||t instanceof Element}function zt(t){return t instanceof Wt(t).HTMLElement||t instanceof HTMLElement}function qt(t){return\"undefined\"!\u003dtypeof ShadowRoot\u0026\u0026(t instanceof Wt(t).ShadowRoot||t instanceof ShadowRoot)}const Ft\u003d{name:\"applyStyles\",enabled:!0,phase:\"write\",fn:function(t){var e\u003dt.state;Object.keys(e.elements).forEach((function(t){var i\u003de.styles[t]||{},n\u003de.attributes[t]||{},s\u003de.elements[t];zt(s)\u0026\u0026Rt(s)\u0026\u0026(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e\u003dn[t];!1\u003d\u003d\u003de?s.removeAttribute(t):s.setAttribute(t,!0\u003d\u003d\u003de?\"\":e)})))}))},effect:function(t){var e\u003dt.state,i\u003d{popper:{position:e.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles\u003di,e.elements.arrow\u0026\u0026Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n\u003de.elements[t],s\u003de.attributes[t]||{},o\u003dObject.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]\u003d\"\",t}),{});zt(n)\u0026\u0026Rt(n)\u0026\u0026(Object.assign(n.style,o),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:[\"computeStyles\"]};function Ut(t){return t.split(\"-\")[0]}function Vt(t,e){var i\u003dt.getBoundingClientRect();return{width:i.width/1,height:i.height/1,top:i.top/1,right:i.right/1,bottom:i.bottom/1,left:i.left/1,x:i.left/1,y:i.top/1}}function Kt(t){var e\u003dVt(t),i\u003dt.offsetWidth,n\u003dt.offsetHeight;return Math.abs(e.width-i)\u003c\u003d1\u0026\u0026(i\u003de.width),Math.abs(e.height-n)\u003c\u003d1\u0026\u0026(n\u003de.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Xt(t,e){var i\u003de.getRootNode\u0026\u0026e.getRootNode();if(t.contains(e))return!0;if(i\u0026\u0026qt(i)){var n\u003de;do{if(n\u0026\u0026t.isSameNode(n))return!0;n\u003dn.parentNode||n.host}while(n)}return!1}function Yt(t){return Wt(t).getComputedStyle(t)}function Qt(t){return[\"table\",\"td\",\"th\"].indexOf(Rt(t))\u003e\u003d0}function Gt(t){return(($t(t)?t.ownerDocument:t.document)||window.document).documentElement}function Zt(t){return\"html\"\u003d\u003d\u003dRt(t)?t:t.assignedSlot||t.parentNode||(qt(t)?t.host:null)||Gt(t)}function Jt(t){return zt(t)\u0026\u0026\"fixed\"!\u003d\u003dYt(t).position?t.offsetParent:null}function te(t){for(var e\u003dWt(t),i\u003dJt(t);i\u0026\u0026Qt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position;)i\u003dJt(i);return i\u0026\u0026(\"html\"\u003d\u003d\u003dRt(i)||\"body\"\u003d\u003d\u003dRt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position)?e:i||function(t){var e\u003d-1!\u003d\u003dnavigator.userAgent.toLowerCase().indexOf(\"firefox\");if(-1!\u003d\u003dnavigator.userAgent.indexOf(\"Trident\")\u0026\u0026zt(t)\u0026\u0026\"fixed\"\u003d\u003d\u003dYt(t).position)return null;for(var i\u003dZt(t);zt(i)\u0026\u0026[\"html\",\"body\"].indexOf(Rt(i))\u003c0;){var n\u003dYt(i);if(\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||-1!\u003d\u003d[\"transform\",\"perspective\"].indexOf(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter)return i;i\u003di.parentNode}return null}(t)||e}function ee(t){return[\"top\",\"bottom\"].indexOf(t)\u003e\u003d0?\"x\":\"y\"}var ie\u003dMath.max,ne\u003dMath.min,se\u003dMath.round;function oe(t,e,i){return ie(t,ne(e,i))}function re(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function ae(t,e){return e.reduce((function(e,i){return e[i]\u003dt,e}),{})}const le\u003d{name:\"arrow\",enabled:!0,phase:\"main\",fn:function(t){var e,i\u003dt.state,n\u003dt.name,s\u003dt.options,o\u003di.elements.arrow,r\u003di.modifiersData.popperOffsets,a\u003dUt(i.placement),l\u003dee(a),c\u003d[bt,_t].indexOf(a)\u003e\u003d0?\"height\":\"width\";if(o\u0026\u0026r){var h\u003dfunction(t,e){return re(\"number\"!\u003dtypeof(t\u003d\"function\"\u003d\u003dtypeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:ae(t,yt))}(s.padding,i),d\u003dKt(o),u\u003d\"y\"\u003d\u003d\u003dl?mt:bt,f\u003d\"y\"\u003d\u003d\u003dl?gt:_t,p\u003di.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],m\u003dr[l]-i.rects.reference[l],g\u003dte(o),_\u003dg?\"y\"\u003d\u003d\u003dl?g.clientHeight||0:g.clientWidth||0:0,b\u003dp/2-m/2,v\u003dh[u],y\u003d_-d[c]-h[f],w\u003d_/2-d[c]/2+b,E\u003doe(v,w,y),A\u003dl;i.modifiersData[n]\u003d((e\u003d{})[A]\u003dE,e.centerOffset\u003dE-w,e)}},effect:function(t){var e\u003dt.state,i\u003dt.options.element,n\u003dvoid 0\u003d\u003d\u003di?\"[data-popper-arrow]\":i;null!\u003dn\u0026\u0026(\"string\"!\u003dtypeof n||(n\u003de.elements.popper.querySelector(n)))\u0026\u0026Xt(e.elements.popper,n)\u0026\u0026(e.elements.arrow\u003dn)},requires:[\"popperOffsets\"],requiresIfExists:[\"preventOverflow\"]};function ce(t){return t.split(\"-\")[1]}var he\u003d{top:\"auto\",right:\"auto\",bottom:\"auto\",left:\"auto\"};function de(t){var e,i\u003dt.popper,n\u003dt.popperRect,s\u003dt.placement,o\u003dt.variation,r\u003dt.offsets,a\u003dt.position,l\u003dt.gpuAcceleration,c\u003dt.adaptive,h\u003dt.roundOffsets,d\u003d!0\u003d\u003d\u003dh?function(t){var e\u003dt.x,i\u003dt.y,n\u003dwindow.devicePixelRatio||1;return{x:se(se(e*n)/n)||0,y:se(se(i*n)/n)||0}}(r):\"function\"\u003d\u003dtypeof h?h(r):r,u\u003dd.x,f\u003dvoid 0\u003d\u003d\u003du?0:u,p\u003dd.y,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dr.hasOwnProperty(\"x\"),_\u003dr.hasOwnProperty(\"y\"),b\u003dbt,v\u003dmt,y\u003dwindow;if(c){var w\u003dte(i),E\u003d\"clientHeight\",A\u003d\"clientWidth\";w\u003d\u003d\u003dWt(i)\u0026\u0026\"static\"!\u003d\u003dYt(w\u003dGt(i)).position\u0026\u0026\"absolute\"\u003d\u003d\u003da\u0026\u0026(E\u003d\"scrollHeight\",A\u003d\"scrollWidth\"),w\u003dw,s!\u003d\u003dmt\u0026\u0026(s!\u003d\u003dbt\u0026\u0026s!\u003d\u003d_t||o!\u003d\u003dEt)||(v\u003dgt,m-\u003dw[E]-n.height,m*\u003dl?1:-1),s!\u003d\u003dbt\u0026\u0026(s!\u003d\u003dmt\u0026\u0026s!\u003d\u003dgt||o!\u003d\u003dEt)||(b\u003d_t,f-\u003dw[A]-n.width,f*\u003dl?1:-1)}var T,O\u003dObject.assign({position:a},c\u0026\u0026he);return l?Object.assign({},O,((T\u003d{})[v]\u003d_?\"0\":\"\",T[b]\u003dg?\"0\":\"\",T.transform\u003d(y.devicePixelRatio||1)\u003c\u003d1?\"translate(\"+f+\"px, \"+m+\"px)\":\"translate3d(\"+f+\"px, \"+m+\"px, 0)\",T)):Object.assign({},O,((e\u003d{})[v]\u003d_?m+\"px\":\"\",e[b]\u003dg?f+\"px\":\"\",e.transform\u003d\"\",e))}const ue\u003d{name:\"computeStyles\",enabled:!0,phase:\"beforeWrite\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003di.gpuAcceleration,s\u003dvoid 0\u003d\u003d\u003dn||n,o\u003di.adaptive,r\u003dvoid 0\u003d\u003d\u003do||o,a\u003di.roundOffsets,l\u003dvoid 0\u003d\u003d\u003da||a,c\u003d{placement:Ut(e.placement),variation:ce(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s};null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.styles.popper\u003dObject.assign({},e.styles.popper,de(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!\u003de.modifiersData.arrow\u0026\u0026(e.styles.arrow\u003dObject.assign({},e.styles.arrow,de(Object.assign({},c,{offsets:e.modifiersData.arrow,position:\"absolute\",adaptive:!1,roundOffsets:l})))),e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-placement\":e.placement})},data:{}};var fe\u003d{passive:!0};const pe\u003d{name:\"eventListeners\",enabled:!0,phase:\"write\",fn:function(){},effect:function(t){var e\u003dt.state,i\u003dt.instance,n\u003dt.options,s\u003dn.scroll,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003dn.resize,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003dWt(e.elements.popper),c\u003d[].concat(e.scrollParents.reference,e.scrollParents.popper);return o\u0026\u0026c.forEach((function(t){t.addEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.addEventListener(\"resize\",i.update,fe),function(){o\u0026\u0026c.forEach((function(t){t.removeEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.removeEventListener(\"resize\",i.update,fe)}},data:{}};var me\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function ge(t){return t.replace(/left|right|bottom|top/g,(function(t){return me[t]}))}var _e\u003d{start:\"end\",end:\"start\"};function be(t){return t.replace(/start|end/g,(function(t){return _e[t]}))}function ve(t){var e\u003dWt(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ye(t){return Vt(Gt(t)).left+ve(t).scrollLeft}function we(t){var e\u003dYt(t),i\u003de.overflow,n\u003de.overflowX,s\u003de.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function Ee(t){return[\"html\",\"body\",\"#document\"].indexOf(Rt(t))\u003e\u003d0?t.ownerDocument.body:zt(t)\u0026\u0026we(t)?t:Ee(Zt(t))}function Ae(t,e){var i;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);var n\u003dEe(t),s\u003dn\u003d\u003d\u003d(null\u003d\u003d(i\u003dt.ownerDocument)?void 0:i.body),o\u003dWt(n),r\u003ds?[o].concat(o.visualViewport||[],we(n)?n:[]):n,a\u003de.concat(r);return s?a:a.concat(Ae(Zt(r)))}function Te(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Oe(t,e){return e\u003d\u003d\u003dTt?Te(function(t){var e\u003dWt(t),i\u003dGt(t),n\u003de.visualViewport,s\u003di.clientWidth,o\u003di.clientHeight,r\u003d0,a\u003d0;return n\u0026\u0026(s\u003dn.width,o\u003dn.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(r\u003dn.offsetLeft,a\u003dn.offsetTop)),{width:s,height:o,x:r+ye(t),y:a}}(t)):zt(e)?function(t){var e\u003dVt(t);return e.top\u003de.top+t.clientTop,e.left\u003de.left+t.clientLeft,e.bottom\u003de.top+t.clientHeight,e.right\u003de.left+t.clientWidth,e.width\u003dt.clientWidth,e.height\u003dt.clientHeight,e.x\u003de.left,e.y\u003de.top,e}(e):Te(function(t){var e,i\u003dGt(t),n\u003dve(t),s\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,o\u003die(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),r\u003die(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),a\u003d-n.scrollLeft+ye(t),l\u003d-n.scrollTop;return\"rtl\"\u003d\u003d\u003dYt(s||i).direction\u0026\u0026(a+\u003die(i.clientWidth,s?s.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(Gt(t)))}function Ce(t){var e,i\u003dt.reference,n\u003dt.element,s\u003dt.placement,o\u003ds?Ut(s):null,r\u003ds?ce(s):null,a\u003di.x+i.width/2-n.width/2,l\u003di.y+i.height/2-n.height/2;switch(o){case mt:e\u003d{x:a,y:i.y-n.height};break;case gt:e\u003d{x:a,y:i.y+i.height};break;case _t:e\u003d{x:i.x+i.width,y:l};break;case bt:e\u003d{x:i.x-n.width,y:l};break;default:e\u003d{x:i.x,y:i.y}}var c\u003do?ee(o):null;if(null!\u003dc){var h\u003d\"y\"\u003d\u003d\u003dc?\"height\":\"width\";switch(r){case wt:e[c]\u003de[c]-(i[h]/2-n[h]/2);break;case Et:e[c]\u003de[c]+(i[h]/2-n[h]/2)}}return e}function ke(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003dvoid 0\u003d\u003d\u003dn?t.placement:n,o\u003di.boundary,r\u003dvoid 0\u003d\u003d\u003do?At:o,a\u003di.rootBoundary,l\u003dvoid 0\u003d\u003d\u003da?Tt:a,c\u003di.elementContext,h\u003dvoid 0\u003d\u003d\u003dc?Ot:c,d\u003di.altBoundary,u\u003dvoid 0!\u003d\u003dd\u0026\u0026d,f\u003di.padding,p\u003dvoid 0\u003d\u003d\u003df?0:f,m\u003dre(\"number\"!\u003dtypeof p?p:ae(p,yt)),g\u003dh\u003d\u003d\u003dOt?Ct:Ot,_\u003dt.rects.popper,b\u003dt.elements[u?g:h],v\u003dfunction(t,e,i){var n\u003d\"clippingParents\"\u003d\u003d\u003de?function(t){var e\u003dAe(Zt(t)),i\u003d[\"absolute\",\"fixed\"].indexOf(Yt(t).position)\u003e\u003d0\u0026\u0026zt(t)?te(t):t;return $t(i)?e.filter((function(t){return $t(t)\u0026\u0026Xt(t,i)\u0026\u0026\"body\"!\u003d\u003dRt(t)})):[]}(t):[].concat(e),s\u003d[].concat(n,[i]),o\u003ds[0],r\u003ds.reduce((function(e,i){var n\u003dOe(t,i);return e.top\u003die(n.top,e.top),e.right\u003dne(n.right,e.right),e.bottom\u003dne(n.bottom,e.bottom),e.left\u003die(n.left,e.left),e}),Oe(t,o));return r.width\u003dr.right-r.left,r.height\u003dr.bottom-r.top,r.x\u003dr.left,r.y\u003dr.top,r}($t(b)?b:b.contextElement||Gt(t.elements.popper),r,l),y\u003dVt(t.elements.reference),w\u003dCe({reference:y,element:_,strategy:\"absolute\",placement:s}),E\u003dTe(Object.assign({},_,w)),A\u003dh\u003d\u003d\u003dOt?E:y,T\u003d{top:v.top-A.top+m.top,bottom:A.bottom-v.bottom+m.bottom,left:v.left-A.left+m.left,right:A.right-v.right+m.right},O\u003dt.modifiersData.offset;if(h\u003d\u003d\u003dOt\u0026\u0026O){var C\u003dO[s];Object.keys(T).forEach((function(t){var e\u003d[_t,gt].indexOf(t)\u003e\u003d0?1:-1,i\u003d[mt,gt].indexOf(t)\u003e\u003d0?\"y\":\"x\";T[t]+\u003dC[i]*e}))}return T}function Le(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003di.boundary,o\u003di.rootBoundary,r\u003di.padding,a\u003di.flipVariations,l\u003di.allowedAutoPlacements,c\u003dvoid 0\u003d\u003d\u003dl?Lt:l,h\u003dce(n),d\u003dh?a?kt:kt.filter((function(t){return ce(t)\u003d\u003d\u003dh})):yt,u\u003dd.filter((function(t){return c.indexOf(t)\u003e\u003d0}));0\u003d\u003d\u003du.length\u0026\u0026(u\u003dd);var f\u003du.reduce((function(e,i){return e[i]\u003dke(t,{placement:i,boundary:s,rootBoundary:o,padding:r})[Ut(i)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}const xe\u003d{name:\"flip\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name;if(!e.modifiersData[n]._skip){for(var s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003di.fallbackPlacements,c\u003di.padding,h\u003di.boundary,d\u003di.rootBoundary,u\u003di.altBoundary,f\u003di.flipVariations,p\u003dvoid 0\u003d\u003d\u003df||f,m\u003di.allowedAutoPlacements,g\u003de.options.placement,_\u003dUt(g),b\u003dl||(_!\u003d\u003dg\u0026\u0026p?function(t){if(Ut(t)\u003d\u003d\u003dvt)return[];var e\u003dge(t);return[be(t),e,be(e)]}(g):[ge(g)]),v\u003d[g].concat(b).reduce((function(t,i){return t.concat(Ut(i)\u003d\u003d\u003dvt?Le(e,{placement:i,boundary:h,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:m}):i)}),[]),y\u003de.rects.reference,w\u003de.rects.popper,E\u003dnew Map,A\u003d!0,T\u003dv[0],O\u003d0;O\u003cv.length;O++){var C\u003dv[O],k\u003dUt(C),L\u003dce(C)\u003d\u003d\u003dwt,x\u003d[mt,gt].indexOf(k)\u003e\u003d0,D\u003dx?\"width\":\"height\",S\u003dke(e,{placement:C,boundary:h,rootBoundary:d,altBoundary:u,padding:c}),N\u003dx?L?_t:bt:L?gt:mt;y[D]\u003ew[D]\u0026\u0026(N\u003dge(N));var I\u003dge(N),P\u003d[];if(o\u0026\u0026P.push(S[k]\u003c\u003d0),a\u0026\u0026P.push(S[N]\u003c\u003d0,S[I]\u003c\u003d0),P.every((function(t){return t}))){T\u003dC,A\u003d!1;break}E.set(C,P)}if(A)for(var j\u003dfunction(t){var e\u003dv.find((function(e){var i\u003dE.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return T\u003de,\"break\"},M\u003dp?3:1;M\u003e0\u0026\u0026\"break\"!\u003d\u003dj(M);M--);e.placement!\u003d\u003dT\u0026\u0026(e.modifiersData[n]._skip\u003d!0,e.placement\u003dT,e.reset\u003d!0)}},requiresIfExists:[\"offset\"],data:{_skip:!1}};function De(t,e,i){return void 0\u003d\u003d\u003di\u0026\u0026(i\u003d{x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function Se(t){return[mt,_t,gt,bt].some((function(e){return t[e]\u003e\u003d0}))}const Ne\u003d{name:\"hide\",enabled:!0,phase:\"main\",requiresIfExists:[\"preventOverflow\"],fn:function(t){var e\u003dt.state,i\u003dt.name,n\u003de.rects.reference,s\u003de.rects.popper,o\u003de.modifiersData.preventOverflow,r\u003dke(e,{elementContext:\"reference\"}),a\u003dke(e,{altBoundary:!0}),l\u003dDe(r,n),c\u003dDe(a,s,o),h\u003dSe(l),d\u003dSe(c);e.modifiersData[i]\u003d{referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:h,hasPopperEscaped:d},e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-reference-hidden\":h,\"data-popper-escaped\":d})}},Ie\u003d{name:\"offset\",enabled:!0,phase:\"main\",requires:[\"popperOffsets\"],fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.offset,o\u003dvoid 0\u003d\u003d\u003ds?[0,0]:s,r\u003dLt.reduce((function(t,i){return t[i]\u003dfunction(t,e,i){var n\u003dUt(t),s\u003d[bt,mt].indexOf(n)\u003e\u003d0?-1:1,o\u003d\"function\"\u003d\u003dtypeof i?i(Object.assign({},e,{placement:t})):i,r\u003do[0],a\u003do[1];return r\u003dr||0,a\u003d(a||0)*s,[bt,_t].indexOf(n)\u003e\u003d0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a\u003dr[e.placement],l\u003da.x,c\u003da.y;null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.modifiersData.popperOffsets.x+\u003dl,e.modifiersData.popperOffsets.y+\u003dc),e.modifiersData[n]\u003dr}},Pe\u003d{name:\"popperOffsets\",enabled:!0,phase:\"read\",fn:function(t){var e\u003dt.state,i\u003dt.name;e.modifiersData[i]\u003dCe({reference:e.rects.reference,element:e.rects.popper,strategy:\"absolute\",placement:e.placement})},data:{}},je\u003d{name:\"preventOverflow\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0!\u003d\u003dr\u0026\u0026r,l\u003di.boundary,c\u003di.rootBoundary,h\u003di.altBoundary,d\u003di.padding,u\u003di.tether,f\u003dvoid 0\u003d\u003d\u003du||u,p\u003di.tetherOffset,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dke(e,{boundary:l,rootBoundary:c,padding:d,altBoundary:h}),_\u003dUt(e.placement),b\u003dce(e.placement),v\u003d!b,y\u003dee(_),w\u003d\"x\"\u003d\u003d\u003dy?\"y\":\"x\",E\u003de.modifiersData.popperOffsets,A\u003de.rects.reference,T\u003de.rects.popper,O\u003d\"function\"\u003d\u003dtypeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,C\u003d{x:0,y:0};if(E){if(o||a){var k\u003d\"y\"\u003d\u003d\u003dy?mt:bt,L\u003d\"y\"\u003d\u003d\u003dy?gt:_t,x\u003d\"y\"\u003d\u003d\u003dy?\"height\":\"width\",D\u003dE[y],S\u003dE[y]+g[k],N\u003dE[y]-g[L],I\u003df?-T[x]/2:0,P\u003db\u003d\u003d\u003dwt?A[x]:T[x],j\u003db\u003d\u003d\u003dwt?-T[x]:-A[x],M\u003de.elements.arrow,H\u003df\u0026\u0026M?Kt(M):{width:0,height:0},B\u003de.modifiersData[\"arrow#persistent\"]?e.modifiersData[\"arrow#persistent\"].padding:{top:0,right:0,bottom:0,left:0},R\u003dB[k],W\u003dB[L],$\u003doe(0,A[x],H[x]),z\u003dv?A[x]/2-I-$-R-O:P-$-R-O,q\u003dv?-A[x]/2+I+$+W+O:j+$+W+O,F\u003de.elements.arrow\u0026\u0026te(e.elements.arrow),U\u003dF?\"y\"\u003d\u003d\u003dy?F.clientTop||0:F.clientLeft||0:0,V\u003de.modifiersData.offset?e.modifiersData.offset[e.placement][y]:0,K\u003dE[y]+z-V-U,X\u003dE[y]+q-V;if(o){var Y\u003doe(f?ne(S,K):S,D,f?ie(N,X):N);E[y]\u003dY,C[y]\u003dY-D}if(a){var Q\u003d\"x\"\u003d\u003d\u003dy?mt:bt,G\u003d\"x\"\u003d\u003d\u003dy?gt:_t,Z\u003dE[w],J\u003dZ+g[Q],tt\u003dZ-g[G],et\u003doe(f?ne(J,K):J,Z,f?ie(tt,X):tt);E[w]\u003det,C[w]\u003det-Z}}e.modifiersData[n]\u003dC}},requiresIfExists:[\"offset\"]};function Me(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003d!1);var n\u003dzt(e);zt(e)\u0026\u0026function(t){var e\u003dt.getBoundingClientRect();e.width,t.offsetWidth,e.height,t.offsetHeight}(e);var s,o,r\u003dGt(e),a\u003dVt(t),l\u003d{scrollLeft:0,scrollTop:0},c\u003d{x:0,y:0};return(n||!n\u0026\u0026!i)\u0026\u0026((\"body\"!\u003d\u003dRt(e)||we(r))\u0026\u0026(l\u003d(s\u003de)!\u003d\u003dWt(s)\u0026\u0026zt(s)?{scrollLeft:(o\u003ds).scrollLeft,scrollTop:o.scrollTop}:ve(s)),zt(e)?((c\u003dVt(e)).x+\u003de.clientLeft,c.y+\u003de.clientTop):r\u0026\u0026(c.x\u003dye(r))),{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function He(t){var e\u003dnew Map,i\u003dnew Set,n\u003d[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n\u003de.get(t);n\u0026\u0026s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var Be\u003d{placement:\"bottom\",modifiers:[],strategy:\"absolute\"};function Re(){for(var t\u003darguments.length,e\u003dnew Array(t),i\u003d0;i\u003ct;i++)e[i]\u003darguments[i];return!e.some((function(t){return!(t\u0026\u0026\"function\"\u003d\u003dtypeof t.getBoundingClientRect)}))}function We(t){void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{});var e\u003dt,i\u003de.defaultModifiers,n\u003dvoid 0\u003d\u003d\u003di?[]:i,s\u003de.defaultOptions,o\u003dvoid 0\u003d\u003d\u003ds?Be:s;return function(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003do);var s,r,a\u003d{placement:\"bottom\",orderedModifiers:[],options:Object.assign({},Be,o),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},l\u003d[],c\u003d!1,h\u003d{state:a,setOptions:function(i){var s\u003d\"function\"\u003d\u003dtypeof i?i(a.options):i;d(),a.options\u003dObject.assign({},o,a.options,s),a.scrollParents\u003d{reference:$t(t)?Ae(t):t.contextElement?Ae(t.contextElement):[],popper:Ae(e)};var r,c,u\u003dfunction(t){var e\u003dHe(t);return Bt.reduce((function(t,i){return t.concat(e.filter((function(t){return t.phase\u003d\u003d\u003di})))}),[])}((r\u003d[].concat(n,a.options.modifiers),c\u003dr.reduce((function(t,e){var i\u003dt[e.name];return t[e.name]\u003di?Object.assign({},i,e,{options:Object.assign({},i.options,e.options),data:Object.assign({},i.data,e.data)}):e,t}),{}),Object.keys(c).map((function(t){return c[t]}))));return a.orderedModifiers\u003du.filter((function(t){return t.enabled})),a.orderedModifiers.forEach((function(t){var e\u003dt.name,i\u003dt.options,n\u003dvoid 0\u003d\u003d\u003di?{}:i,s\u003dt.effect;if(\"function\"\u003d\u003dtypeof s){var o\u003ds({state:a,name:e,instance:h,options:n});l.push(o||function(){})}})),h.update()},forceUpdate:function(){if(!c){var t\u003da.elements,e\u003dt.reference,i\u003dt.popper;if(Re(e,i)){a.rects\u003d{reference:Me(e,te(i),\"fixed\"\u003d\u003d\u003da.options.strategy),popper:Kt(i)},a.reset\u003d!1,a.placement\u003da.options.placement,a.orderedModifiers.forEach((function(t){return a.modifiersData[t.name]\u003dObject.assign({},t.data)}));for(var n\u003d0;n\u003ca.orderedModifiers.length;n++)if(!0!\u003d\u003da.reset){var s\u003da.orderedModifiers[n],o\u003ds.fn,r\u003ds.options,l\u003dvoid 0\u003d\u003d\u003dr?{}:r,d\u003ds.name;\"function\"\u003d\u003dtypeof o\u0026\u0026(a\u003do({state:a,options:l,name:d,instance:h})||a)}else a.reset\u003d!1,n\u003d-1}}},update:(s\u003dfunction(){return new Promise((function(t){h.forceUpdate(),t(a)}))},function(){return r||(r\u003dnew Promise((function(t){Promise.resolve().then((function(){r\u003dvoid 0,t(s())}))}))),r}),destroy:function(){d(),c\u003d!0}};if(!Re(t,e))return h;function d(){l.forEach((function(t){return t()})),l\u003d[]}return h.setOptions(i).then((function(t){!c\u0026\u0026i.onFirstUpdate\u0026\u0026i.onFirstUpdate(t)})),h}}var $e\u003dWe(),ze\u003dWe({defaultModifiers:[pe,Pe,ue,Ft]}),qe\u003dWe({defaultModifiers:[pe,Pe,ue,Ft,Ie,xe,je,le,Ne]});const Fe\u003dObject.freeze({__proto__:null,popperGenerator:We,detectOverflow:ke,createPopperBase:$e,createPopper:qe,createPopperLite:ze,top:mt,bottom:gt,right:_t,left:bt,auto:vt,basePlacements:yt,start:wt,end:Et,clippingParents:At,viewport:Tt,popper:Ot,reference:Ct,variationPlacements:kt,placements:Lt,beforeRead:xt,read:Dt,afterRead:St,beforeMain:Nt,main:It,afterMain:Pt,beforeWrite:jt,write:Mt,afterWrite:Ht,modifierPhases:Bt,applyStyles:Ft,arrow:le,computeStyles:ue,eventListeners:pe,flip:xe,hide:Ne,offset:Ie,popperOffsets:Pe,preventOverflow:je}),Ue\u003d\"dropdown\",Ve\u003d\"Escape\",Ke\u003d\"Space\",Xe\u003d\"ArrowUp\",Ye\u003d\"ArrowDown\",Qe\u003dnew RegExp(\"ArrowUp|ArrowDown|Escape\"),Ge\u003d\"click.bs.dropdown.data-api\",Ze\u003d\"keydown.bs.dropdown.data-api\",Je\u003d\"show\",ti\u003d\u0027[data-bs-toggle\u003d\"dropdown\"]\u0027,ei\u003d\".dropdown-menu\",ii\u003dm()?\"top-end\":\"top-start\",ni\u003dm()?\"top-start\":\"top-end\",si\u003dm()?\"bottom-end\":\"bottom-start\",oi\u003dm()?\"bottom-start\":\"bottom-end\",ri\u003dm()?\"left-start\":\"right-start\",ai\u003dm()?\"right-start\":\"left-start\",li\u003d{offset:[0,2],boundary:\"clippingParents\",reference:\"toggle\",display:\"dynamic\",popperConfig:null,autoClose:!0},ci\u003d{offset:\"(array|string|function)\",boundary:\"(string|element)\",reference:\"(string|element|object)\",display:\"string\",popperConfig:\"(null|object|function)\",autoClose:\"(boolean|string)\"};class hi extends B{constructor(t,e){super(t),this._popper\u003dnull,this._config\u003dthis._getConfig(e),this._menu\u003dthis._getMenuElement(),this._inNavbar\u003dthis._detectNavbar()}static get Default(){return li}static get DefaultType(){return ci}static get NAME(){return Ue}toggle(){return this._isShown()?this.hide():this.show()}show(){if(c(this._element)||this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};if(j.trigger(this._element,\"show.bs.dropdown\",t).defaultPrevented)return;const e\u003dhi.getParentFromElement(this._element);this._inNavbar?U.setDataAttribute(this._menu,\"popper\",\"none\"):this._createPopper(e),\"ontouchstart\"in document.documentElement\u0026\u0026!e.closest(\".navbar-nav\")\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.on(t,\"mouseover\",d))),this._element.focus(),this._element.setAttribute(\"aria-expanded\",!0),this._menu.classList.add(Je),this._element.classList.add(Je),j.trigger(this._element,\"shown.bs.dropdown\",t)}hide(){if(c(this._element)||!this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper\u0026\u0026this._popper.destroy(),super.dispose()}update(){this._inNavbar\u003dthis._detectNavbar(),this._popper\u0026\u0026this._popper.update()}_completeHide(t){j.trigger(this._element,\"hide.bs.dropdown\",t).defaultPrevented||(\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._popper\u0026\u0026this._popper.destroy(),this._menu.classList.remove(Je),this._element.classList.remove(Je),this._element.setAttribute(\"aria-expanded\",\"false\"),U.removeDataAttribute(this._menu,\"popper\"),j.trigger(this._element,\"hidden.bs.dropdown\",t))}_getConfig(t){if(t\u003d{...this.constructor.Default,...U.getDataAttributes(this._element),...t},a(Ue,t,this.constructor.DefaultType),\"object\"\u003d\u003dtypeof t.reference\u0026\u0026!o(t.reference)\u0026\u0026\"function\"!\u003dtypeof t.reference.getBoundingClientRect)throw new TypeError(`${Ue.toUpperCase()}: Option \"reference\" provided type \"object\" without a required \"getBoundingClientRect\" method.`);return t}_createPopper(t){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s dropdowns require Popper (https://popper.js.org)\");let e\u003dthis._element;\"parent\"\u003d\u003d\u003dthis._config.reference?e\u003dt:o(this._config.reference)?e\u003dr(this._config.reference):\"object\"\u003d\u003dtypeof this._config.reference\u0026\u0026(e\u003dthis._config.reference);const i\u003dthis._getPopperConfig(),n\u003di.modifiers.find((t\u003d\u003e\"applyStyles\"\u003d\u003d\u003dt.name\u0026\u0026!1\u003d\u003d\u003dt.enabled));this._popper\u003dqe(e,this._menu,i),n\u0026\u0026U.setDataAttribute(this._menu,\"popper\",\"static\")}_isShown(t\u003dthis._element){return t.classList.contains(Je)}_getMenuElement(){return V.next(this._element,ei)[0]}_getPlacement(){const t\u003dthis._element.parentNode;if(t.classList.contains(\"dropend\"))return ri;if(t.classList.contains(\"dropstart\"))return ai;const e\u003d\"end\"\u003d\u003d\u003dgetComputedStyle(this._menu).getPropertyValue(\"--bs-position\").trim();return t.classList.contains(\"dropup\")?e?ni:ii:e?oi:si}_detectNavbar(){return null!\u003d\u003dthis._element.closest(\".navbar\")}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_getPopperConfig(){const t\u003d{placement:this._getPlacement(),modifiers:[{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"offset\",options:{offset:this._getOffset()}}]};return\"static\"\u003d\u003d\u003dthis._config.display\u0026\u0026(t.modifiers\u003d[{name:\"applyStyles\",enabled:!1}]),{...t,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:e}){const i\u003dV.find(\".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)\",this._menu).filter(l);i.length\u0026\u0026v(i,e,t\u003d\u003d\u003dYe,!i.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e\u003dhi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}static clearMenus(t){if(t\u0026\u0026(2\u003d\u003d\u003dt.button||\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"!\u003d\u003dt.key))return;const e\u003dV.find(ti);for(let i\u003d0,n\u003de.length;i\u003cn;i++){const n\u003dhi.getInstance(e[i]);if(!n||!1\u003d\u003d\u003dn._config.autoClose)continue;if(!n._isShown())continue;const s\u003d{relatedTarget:n._element};if(t){const e\u003dt.composedPath(),i\u003de.includes(n._menu);if(e.includes(n._element)||\"inside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026!i||\"outside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026i)continue;if(n._menu.contains(t.target)\u0026\u0026(\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"\u003d\u003d\u003dt.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;\"click\"\u003d\u003d\u003dt.type\u0026\u0026(s.clickEvent\u003dt)}n._completeHide(s)}}static getParentFromElement(t){return n(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?t.key\u003d\u003d\u003dKe||t.key!\u003d\u003dVe\u0026\u0026(t.key!\u003d\u003dYe\u0026\u0026t.key!\u003d\u003dXe||t.target.closest(ei)):!Qe.test(t.key))return;const e\u003dthis.classList.contains(Je);if(!e\u0026\u0026t.key\u003d\u003d\u003dVe)return;if(t.preventDefault(),t.stopPropagation(),c(this))return;const i\u003dthis.matches(ti)?this:V.prev(this,ti)[0],n\u003dhi.getOrCreateInstance(i);if(t.key!\u003d\u003dVe)return t.key\u003d\u003d\u003dXe||t.key\u003d\u003d\u003dYe?(e||n.show(),void n._selectMenuItem(t)):void(e\u0026\u0026t.key!\u003d\u003dKe||hi.clearMenus());n.hide()}}j.on(document,Ze,ti,hi.dataApiKeydownHandler),j.on(document,Ze,ei,hi.dataApiKeydownHandler),j.on(document,Ge,hi.clearMenus),j.on(document,\"keyup.bs.dropdown.data-api\",hi.clearMenus),j.on(document,Ge,ti,(function(t){t.preventDefault(),hi.getOrCreateInstance(this).toggle()})),g(hi);const di\u003d\".fixed-top, .fixed-bottom, .is-fixed, .sticky-top\",ui\u003d\".sticky-top\";class fi{constructor(){this._element\u003ddocument.body}getWidth(){const t\u003ddocument.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t\u003dthis.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(di,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(ui,\"marginRight\",(e\u003d\u003ee-t))}_disableOverFlow(){this._saveInitialAttribute(this._element,\"overflow\"),this._element.style.overflow\u003d\"hidden\"}_setElementAttributes(t,e,i){const n\u003dthis.getWidth();this._applyManipulationCallback(t,(t\u003d\u003e{if(t!\u003d\u003dthis._element\u0026\u0026window.innerWidth\u003et.clientWidth+n)return;this._saveInitialAttribute(t,e);const s\u003dwindow.getComputedStyle(t)[e];t.style[e]\u003d`${i(Number.parseFloat(s))}px`}))}reset(){this._resetElementAttributes(this._element,\"overflow\"),this._resetElementAttributes(this._element,\"paddingRight\"),this._resetElementAttributes(di,\"paddingRight\"),this._resetElementAttributes(ui,\"marginRight\")}_saveInitialAttribute(t,e){const i\u003dt.style[e];i\u0026\u0026U.setDataAttribute(t,e,i)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t\u003d\u003e{const i\u003dU.getDataAttribute(t,e);void 0\u003d\u003d\u003di?t.style.removeProperty(e):(U.removeDataAttribute(t,e),t.style[e]\u003di)}))}_applyManipulationCallback(t,e){o(t)?e(t):V.find(t,this._element).forEach(e)}isOverflowing(){return this.getWidth()\u003e0}}const pi\u003d{className:\"modal-backdrop\",isVisible:!0,isAnimated:!1,rootElement:\"body\",clickCallback:null},mi\u003d{className:\"string\",isVisible:\"boolean\",isAnimated:\"boolean\",rootElement:\"(element|string)\",clickCallback:\"(function|null)\"},gi\u003d\"show\",_i\u003d\"mousedown.bs.backdrop\";class bi{constructor(t){this._config\u003dthis._getConfig(t),this._isAppended\u003d!1,this._element\u003dnull}show(t){this._config.isVisible?(this._append(),this._config.isAnimated\u0026\u0026u(this._getElement()),this._getElement().classList.add(gi),this._emulateAnimation((()\u003d\u003e{_(t)}))):_(t)}hide(t){this._config.isVisible?(this._getElement().classList.remove(gi),this._emulateAnimation((()\u003d\u003e{this.dispose(),_(t)}))):_(t)}_getElement(){if(!this._element){const t\u003ddocument.createElement(\"div\");t.className\u003dthis._config.className,this._config.isAnimated\u0026\u0026t.classList.add(\"fade\"),this._element\u003dt}return this._element}_getConfig(t){return(t\u003d{...pi,...\"object\"\u003d\u003dtypeof t?t:{}}).rootElement\u003dr(t.rootElement),a(\"backdrop\",t,mi),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),j.on(this._getElement(),_i,(()\u003d\u003e{_(this._config.clickCallback)})),this._isAppended\u003d!0)}dispose(){this._isAppended\u0026\u0026(j.off(this._element,_i),this._element.remove(),this._isAppended\u003d!1)}_emulateAnimation(t){b(t,this._getElement(),this._config.isAnimated)}}const vi\u003d{trapElement:null,autofocus:!0},yi\u003d{trapElement:\"element\",autofocus:\"boolean\"},wi\u003d\".bs.focustrap\",Ei\u003d\"backward\";class Ai{constructor(t){this._config\u003dthis._getConfig(t),this._isActive\u003d!1,this._lastTabNavDirection\u003dnull}activate(){const{trapElement:t,autofocus:e}\u003dthis._config;this._isActive||(e\u0026\u0026t.focus(),j.off(document,wi),j.on(document,\"focusin.bs.focustrap\",(t\u003d\u003ethis._handleFocusin(t))),j.on(document,\"keydown.tab.bs.focustrap\",(t\u003d\u003ethis._handleKeydown(t))),this._isActive\u003d!0)}deactivate(){this._isActive\u0026\u0026(this._isActive\u003d!1,j.off(document,wi))}_handleFocusin(t){const{target:e}\u003dt,{trapElement:i}\u003dthis._config;if(e\u003d\u003d\u003ddocument||e\u003d\u003d\u003di||i.contains(e))return;const n\u003dV.focusableChildren(i);0\u003d\u003d\u003dn.length?i.focus():this._lastTabNavDirection\u003d\u003d\u003dEi?n[n.length-1].focus():n[0].focus()}_handleKeydown(t){\"Tab\"\u003d\u003d\u003dt.key\u0026\u0026(this._lastTabNavDirection\u003dt.shiftKey?Ei:\"forward\")}_getConfig(t){return t\u003d{...vi,...\"object\"\u003d\u003dtypeof t?t:{}},a(\"focustrap\",t,yi),t}}const Ti\u003d\"modal\",Oi\u003d\"Escape\",Ci\u003d{backdrop:!0,keyboard:!0,focus:!0},ki\u003d{backdrop:\"(boolean|string)\",keyboard:\"boolean\",focus:\"boolean\"},Li\u003d\"hidden.bs.modal\",xi\u003d\"show.bs.modal\",Di\u003d\"resize.bs.modal\",Si\u003d\"click.dismiss.bs.modal\",Ni\u003d\"keydown.dismiss.bs.modal\",Ii\u003d\"mousedown.dismiss.bs.modal\",Pi\u003d\"modal-open\",ji\u003d\"show\",Mi\u003d\"modal-static\";class Hi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._dialog\u003dV.findOne(\".modal-dialog\",this._element),this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._isShown\u003d!1,this._ignoreBackdropClick\u003d!1,this._isTransitioning\u003d!1,this._scrollBar\u003dnew fi}static get Default(){return Ci}static get NAME(){return Ti}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||j.trigger(this._element,xi,{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._isAnimated()\u0026\u0026(this._isTransitioning\u003d!0),this._scrollBar.hide(),document.body.classList.add(Pi),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),j.on(this._dialog,Ii,(()\u003d\u003e{j.one(this._element,\"mouseup.dismiss.bs.modal\",(t\u003d\u003e{t.target\u003d\u003d\u003dthis._element\u0026\u0026(this._ignoreBackdropClick\u003d!0)}))})),this._showBackdrop((()\u003d\u003ethis._showElement(t))))}hide(){if(!this._isShown||this._isTransitioning)return;if(j.trigger(this._element,\"hide.bs.modal\").defaultPrevented)return;this._isShown\u003d!1;const t\u003dthis._isAnimated();t\u0026\u0026(this._isTransitioning\u003d!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove(ji),j.off(this._element,Si),j.off(this._dialog,Ii),this._queueCallback((()\u003d\u003ethis._hideModal()),this._element,t)}dispose(){[window,this._dialog].forEach((t\u003d\u003ej.off(t,\".bs.modal\"))),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new bi({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_getConfig(t){return t\u003d{...Ci,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Ti,t,ki),t}_showElement(t){const e\u003dthis._isAnimated(),i\u003dV.findOne(\".modal-body\",this._dialog);this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE||document.body.append(this._element),this._element.style.display\u003d\"block\",this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.scrollTop\u003d0,i\u0026\u0026(i.scrollTop\u003d0),e\u0026\u0026u(this._element),this._element.classList.add(ji),this._queueCallback((()\u003d\u003e{this._config.focus\u0026\u0026this._focustrap.activate(),this._isTransitioning\u003d!1,j.trigger(this._element,\"shown.bs.modal\",{relatedTarget:t})}),this._dialog,e)}_setEscapeEvent(){this._isShown?j.on(this._element,Ni,(t\u003d\u003e{this._config.keyboard\u0026\u0026t.key\u003d\u003d\u003dOi?(t.preventDefault(),this.hide()):this._config.keyboard||t.key!\u003d\u003dOi||this._triggerBackdropTransition()})):j.off(this._element,Ni)}_setResizeEvent(){this._isShown?j.on(window,Di,(()\u003d\u003ethis._adjustDialog())):j.off(window,Di)}_hideModal(){this._element.style.display\u003d\"none\",this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._isTransitioning\u003d!1,this._backdrop.hide((()\u003d\u003e{document.body.classList.remove(Pi),this._resetAdjustments(),this._scrollBar.reset(),j.trigger(this._element,Li)}))}_showBackdrop(t){j.on(this._element,Si,(t\u003d\u003e{this._ignoreBackdropClick?this._ignoreBackdropClick\u003d!1:t.target\u003d\u003d\u003dt.currentTarget\u0026\u0026(!0\u003d\u003d\u003dthis._config.backdrop?this.hide():\"static\"\u003d\u003d\u003dthis._config.backdrop\u0026\u0026this._triggerBackdropTransition())})),this._backdrop.show(t)}_isAnimated(){return this._element.classList.contains(\"fade\")}_triggerBackdropTransition(){if(j.trigger(this._element,\"hidePrevented.bs.modal\").defaultPrevented)return;const{classList:t,scrollHeight:e,style:i}\u003dthis._element,n\u003de\u003edocument.documentElement.clientHeight;!n\u0026\u0026\"hidden\"\u003d\u003d\u003di.overflowY||t.contains(Mi)||(n||(i.overflowY\u003d\"hidden\"),t.add(Mi),this._queueCallback((()\u003d\u003e{t.remove(Mi),n||this._queueCallback((()\u003d\u003e{i.overflowY\u003d\"\"}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t\u003dthis._element.scrollHeight\u003edocument.documentElement.clientHeight,e\u003dthis._scrollBar.getWidth(),i\u003de\u003e0;(!i\u0026\u0026t\u0026\u0026!m()||i\u0026\u0026!t\u0026\u0026m())\u0026\u0026(this._element.style.paddingLeft\u003d`${e}px`),(i\u0026\u0026!t\u0026\u0026!m()||!i\u0026\u0026t\u0026\u0026m())\u0026\u0026(this._element.style.paddingRight\u003d`${e}px`)}_resetAdjustments(){this._element.style.paddingLeft\u003d\"\",this._element.style.paddingRight\u003d\"\"}static jQueryInterface(t,e){return this.each((function(){const i\u003dHi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t](e)}}))}}j.on(document,\"click.bs.modal.data-api\",\u0027[data-bs-toggle\u003d\"modal\"]\u0027,(function(t){const e\u003dn(this);[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),j.one(e,xi,(t\u003d\u003e{t.defaultPrevented||j.one(e,Li,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}))}));const i\u003dV.findOne(\".modal.show\");i\u0026\u0026Hi.getInstance(i).hide(),Hi.getOrCreateInstance(e).toggle(this)})),R(Hi),g(Hi);const Bi\u003d\"offcanvas\",Ri\u003d{backdrop:!0,keyboard:!0,scroll:!1},Wi\u003d{backdrop:\"boolean\",keyboard:\"boolean\",scroll:\"boolean\"},$i\u003d\"show\",zi\u003d\".offcanvas.show\",qi\u003d\"hidden.bs.offcanvas\";class Fi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._isShown\u003d!1,this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return Bi}static get Default(){return Ri}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||j.trigger(this._element,\"show.bs.offcanvas\",{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._element.style.visibility\u003d\"visible\",this._backdrop.show(),this._config.scroll||(new fi).hide(),this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.classList.add($i),this._queueCallback((()\u003d\u003e{this._config.scroll||this._focustrap.activate(),j.trigger(this._element,\"shown.bs.offcanvas\",{relatedTarget:t})}),this._element,!0))}hide(){this._isShown\u0026\u0026(j.trigger(this._element,\"hide.bs.offcanvas\").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown\u003d!1,this._element.classList.remove($i),this._backdrop.hide(),this._queueCallback((()\u003d\u003e{this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._element.style.visibility\u003d\"hidden\",this._config.scroll||(new fi).reset(),j.trigger(this._element,qi)}),this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_getConfig(t){return t\u003d{...Ri,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Bi,t,Wi),t}_initializeBackDrop(){return new bi({className:\"offcanvas-backdrop\",isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()\u003d\u003ethis.hide()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_addEventListeners(){j.on(this._element,\"keydown.dismiss.bs.offcanvas\",(t\u003d\u003e{this._config.keyboard\u0026\u0026\"Escape\"\u003d\u003d\u003dt.key\u0026\u0026this.hide()}))}static jQueryInterface(t){return this.each((function(){const e\u003dFi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}j.on(document,\"click.bs.offcanvas.data-api\",\u0027[data-bs-toggle\u003d\"offcanvas\"]\u0027,(function(t){const e\u003dn(this);if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this))return;j.one(e,qi,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}));const i\u003dV.findOne(zi);i\u0026\u0026i!\u003d\u003de\u0026\u0026Fi.getInstance(i).hide(),Fi.getOrCreateInstance(e).toggle(this)})),j.on(window,\"load.bs.offcanvas.data-api\",(()\u003d\u003eV.find(zi).forEach((t\u003d\u003eFi.getOrCreateInstance(t).show())))),R(Fi),g(Fi);const Ui\u003dnew Set([\"background\",\"cite\",\"href\",\"itemtype\",\"longdesc\",\"poster\",\"src\",\"xlink:href\"]),Vi\u003d/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#\u0026/:?]*(?:[#/?]|$))/i,Ki\u003d/^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+\u003d*$/i,Xi\u003d(t,e)\u003d\u003e{const i\u003dt.nodeName.toLowerCase();if(e.includes(i))return!Ui.has(i)||Boolean(Vi.test(t.nodeValue)||Ki.test(t.nodeValue));const n\u003de.filter((t\u003d\u003et instanceof RegExp));for(let t\u003d0,e\u003dn.length;t\u003ce;t++)if(n[t].test(i))return!0;return!1};function Yi(t,e,i){if(!t.length)return t;if(i\u0026\u0026\"function\"\u003d\u003dtypeof i)return i(t);const n\u003d(new window.DOMParser).parseFromString(t,\"text/html\"),s\u003d[].concat(...n.body.querySelectorAll(\"*\"));for(let t\u003d0,i\u003ds.length;t\u003ci;t++){const i\u003ds[t],n\u003di.nodeName.toLowerCase();if(!Object.keys(e).includes(n)){i.remove();continue}const o\u003d[].concat(...i.attributes),r\u003d[].concat(e[\"*\"]||[],e[n]||[]);o.forEach((t\u003d\u003e{Xi(t,r)||i.removeAttribute(t.nodeName)}))}return n.body.innerHTML}const Qi\u003d\"tooltip\",Gi\u003dnew Set([\"sanitize\",\"allowList\",\"sanitizeFn\"]),Zi\u003d{animation:\"boolean\",template:\"string\",title:\"(string|element|function)\",trigger:\"string\",delay:\"(number|object)\",html:\"boolean\",selector:\"(string|boolean)\",placement:\"(string|function)\",offset:\"(array|string|function)\",container:\"(string|element|boolean)\",fallbackPlacements:\"array\",boundary:\"(string|element)\",customClass:\"(string|function)\",sanitize:\"boolean\",sanitizeFn:\"(null|function)\",allowList:\"object\",popperConfig:\"(null|object|function)\"},Ji\u003d{AUTO:\"auto\",TOP:\"top\",RIGHT:m()?\"left\":\"right\",BOTTOM:\"bottom\",LEFT:m()?\"right\":\"left\"},tn\u003d{animation:!0,template:\u0027\u003cdiv class\u003d\"tooltip\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"tooltip-arrow\"\u003e\u003c/div\u003e\u003cdiv class\u003d\"tooltip-inner\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027,trigger:\"hover focus\",title:\"\",delay:0,html:!1,selector:!1,placement:\"top\",offset:[0,0],container:!1,fallbackPlacements:[\"top\",\"right\",\"bottom\",\"left\"],boundary:\"clippingParents\",customClass:\"\",sanitize:!0,sanitizeFn:null,allowList:{\"*\":[\"class\",\"dir\",\"id\",\"lang\",\"role\",/^aria-[\\w-]*$/i],a:[\"target\",\"href\",\"title\",\"rel\"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:[\"src\",\"srcset\",\"alt\",\"title\",\"width\",\"height\"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},en\u003d{HIDE:\"hide.bs.tooltip\",HIDDEN:\"hidden.bs.tooltip\",SHOW:\"show.bs.tooltip\",SHOWN:\"shown.bs.tooltip\",INSERTED:\"inserted.bs.tooltip\",CLICK:\"click.bs.tooltip\",FOCUSIN:\"focusin.bs.tooltip\",FOCUSOUT:\"focusout.bs.tooltip\",MOUSEENTER:\"mouseenter.bs.tooltip\",MOUSELEAVE:\"mouseleave.bs.tooltip\"},nn\u003d\"fade\",sn\u003d\"show\",on\u003d\"show\",rn\u003d\"out\",an\u003d\".tooltip-inner\",ln\u003d\".modal\",cn\u003d\"hide.bs.modal\",hn\u003d\"hover\",dn\u003d\"focus\";class un extends B{constructor(t,e){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s tooltips require Popper (https://popper.js.org)\");super(t),this._isEnabled\u003d!0,this._timeout\u003d0,this._hoverState\u003d\"\",this._activeTrigger\u003d{},this._popper\u003dnull,this._config\u003dthis._getConfig(e),this.tip\u003dnull,this._setListeners()}static get Default(){return tn}static get NAME(){return Qi}static get Event(){return en}static get DefaultType(){return Zi}enable(){this._isEnabled\u003d!0}disable(){this._isEnabled\u003d!1}toggleEnabled(){this._isEnabled\u003d!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const e\u003dthis._initializeOnDelegatedTarget(t);e._activeTrigger.click\u003d!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains(sn))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),j.off(this._element.closest(ln),cn,this._hideModalHandler),this.tip\u0026\u0026this.tip.remove(),this._disposePopper(),super.dispose()}show(){if(\"none\"\u003d\u003d\u003dthis._element.style.display)throw new Error(\"Please use show on visible elements\");if(!this.isWithContent()||!this._isEnabled)return;const t\u003dj.trigger(this._element,this.constructor.Event.SHOW),e\u003dh(this._element),i\u003dnull\u003d\u003d\u003de?this._element.ownerDocument.documentElement.contains(this._element):e.contains(this._element);if(t.defaultPrevented||!i)return;\"tooltip\"\u003d\u003d\u003dthis.constructor.NAME\u0026\u0026this.tip\u0026\u0026this.getTitle()!\u003d\u003dthis.tip.querySelector(an).innerHTML\u0026\u0026(this._disposePopper(),this.tip.remove(),this.tip\u003dnull);const n\u003dthis.getTipElement(),s\u003d(t\u003d\u003e{do{t+\u003dMath.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME);n.setAttribute(\"id\",s),this._element.setAttribute(\"aria-describedby\",s),this._config.animation\u0026\u0026n.classList.add(nn);const o\u003d\"function\"\u003d\u003dtypeof this._config.placement?this._config.placement.call(this,n,this._element):this._config.placement,r\u003dthis._getAttachment(o);this._addAttachmentClass(r);const{container:a}\u003dthis._config;H.set(n,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(n),j.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper\u003dqe(this._element,n,this._getPopperConfig(r)),n.classList.add(sn);const l\u003dthis._resolvePossibleFunction(this._config.customClass);l\u0026\u0026n.classList.add(...l.split(\" \")),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003e{j.on(t,\"mouseover\",d)}));const c\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{const t\u003dthis._hoverState;this._hoverState\u003dnull,j.trigger(this._element,this.constructor.Event.SHOWN),t\u003d\u003d\u003drn\u0026\u0026this._leave(null,this)}),this.tip,c)}hide(){if(!this._popper)return;const t\u003dthis.getTipElement();if(j.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented)return;t.classList.remove(sn),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._activeTrigger.click\u003d!1,this._activeTrigger.focus\u003d!1,this._activeTrigger.hover\u003d!1;const e\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{this._isWithActiveTrigger()||(this._hoverState!\u003d\u003don\u0026\u0026t.remove(),this._cleanTipClass(),this._element.removeAttribute(\"aria-describedby\"),j.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())}),this.tip,e),this._hoverState\u003d\"\"}update(){null!\u003d\u003dthis._popper\u0026\u0026this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t\u003ddocument.createElement(\"div\");t.innerHTML\u003dthis._config.template;const e\u003dt.children[0];return this.setContent(e),e.classList.remove(nn,sn),this.tip\u003de,this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),an)}_sanitizeAndSetContent(t,e,i){const n\u003dV.findOne(i,t);e||!n?this.setElementContent(n,e):n.remove()}setElementContent(t,e){if(null!\u003d\u003dt)return o(e)?(e\u003dr(e),void(this._config.html?e.parentNode!\u003d\u003dt\u0026\u0026(t.innerHTML\u003d\"\",t.append(e)):t.textContent\u003de.textContent)):void(this._config.html?(this._config.sanitize\u0026\u0026(e\u003dYi(e,this._config.allowList,this._config.sanitizeFn)),t.innerHTML\u003de):t.textContent\u003de)}getTitle(){const t\u003dthis._element.getAttribute(\"data-bs-original-title\")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return\"right\"\u003d\u003d\u003dt?\"end\":\"left\"\u003d\u003d\u003dt?\"start\":t}_initializeOnDelegatedTarget(t,e){return e||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_resolvePossibleFunction(t){return\"function\"\u003d\u003dtypeof t?t.call(this._element):t}_getPopperConfig(t){const e\u003d{placement:t,modifiers:[{name:\"flip\",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:\"offset\",options:{offset:this._getOffset()}},{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"arrow\",options:{element:`.${this.constructor.NAME}-arrow`}},{name:\"onChange\",enabled:!0,phase:\"afterWrite\",fn:t\u003d\u003ethis._handlePopperPlacementChange(t)}],onFirstUpdate:t\u003d\u003e{t.options.placement!\u003d\u003dt.placement\u0026\u0026this._handlePopperPlacementChange(t)}};return{...e,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(t)}`)}_getAttachment(t){return Ji[t.toUpperCase()]}_setListeners(){this._config.trigger.split(\" \").forEach((t\u003d\u003e{if(\"click\"\u003d\u003d\u003dt)j.on(this._element,this.constructor.Event.CLICK,this._config.selector,(t\u003d\u003ethis.toggle(t)));else if(\"manual\"!\u003d\u003dt){const e\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,i\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;j.on(this._element,e,this._config.selector,(t\u003d\u003ethis._enter(t))),j.on(this._element,i,this._config.selector,(t\u003d\u003ethis._leave(t)))}})),this._hideModalHandler\u003d()\u003d\u003e{this._element\u0026\u0026this.hide()},j.on(this._element.closest(ln),cn,this._hideModalHandler),this._config.selector?this._config\u003d{...this._config,trigger:\"manual\",selector:\"\"}:this._fixTitle()}_fixTitle(){const t\u003dthis._element.getAttribute(\"title\"),e\u003dtypeof this._element.getAttribute(\"data-bs-original-title\");(t||\"string\"!\u003d\u003de)\u0026\u0026(this._element.setAttribute(\"data-bs-original-title\",t||\"\"),!t||this._element.getAttribute(\"aria-label\")||this._element.textContent||this._element.setAttribute(\"aria-label\",t),this._element.setAttribute(\"title\",\"\"))}_enter(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusin\"\u003d\u003d\u003dt.type?dn:hn]\u003d!0),e.getTipElement().classList.contains(sn)||e._hoverState\u003d\u003d\u003don?e._hoverState\u003don:(clearTimeout(e._timeout),e._hoverState\u003don,e._config.delay\u0026\u0026e._config.delay.show?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003don\u0026\u0026e.show()}),e._config.delay.show):e.show())}_leave(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusout\"\u003d\u003d\u003dt.type?dn:hn]\u003de._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState\u003drn,e._config.delay\u0026\u0026e._config.delay.hide?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003drn\u0026\u0026e.hide()}),e._config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e\u003dU.getDataAttributes(this._element);return Object.keys(e).forEach((t\u003d\u003e{Gi.has(t)\u0026\u0026delete e[t]})),(t\u003d{...this.constructor.Default,...e,...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).container\u003d!1\u003d\u003d\u003dt.container?document.body:r(t.container),\"number\"\u003d\u003dtypeof t.delay\u0026\u0026(t.delay\u003d{show:t.delay,hide:t.delay}),\"number\"\u003d\u003dtypeof t.title\u0026\u0026(t.title\u003dt.title.toString()),\"number\"\u003d\u003dtypeof t.content\u0026\u0026(t.content\u003dt.content.toString()),a(Qi,t,this.constructor.DefaultType),t.sanitize\u0026\u0026(t.template\u003dYi(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t\u003d{};for(const e in this._config)this.constructor.Default[e]!\u003d\u003dthis._config[e]\u0026\u0026(t[e]\u003dthis._config[e]);return t}_cleanTipClass(){const t\u003dthis.getTipElement(),e\u003dnew RegExp(`(^|\\\\s)${this._getBasicClassPrefix()}\\\\S+`,\"g\"),i\u003dt.getAttribute(\"class\").match(e);null!\u003d\u003di\u0026\u0026i.length\u003e0\u0026\u0026i.map((t\u003d\u003et.trim())).forEach((e\u003d\u003et.classList.remove(e)))}_getBasicClassPrefix(){return\"bs-tooltip\"}_handlePopperPlacementChange(t){const{state:e}\u003dt;e\u0026\u0026(this.tip\u003de.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))}_disposePopper(){this._popper\u0026\u0026(this._popper.destroy(),this._popper\u003dnull)}static jQueryInterface(t){return this.each((function(){const e\u003dun.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(un);const fn\u003d{...un.Default,placement:\"right\",offset:[0,8],trigger:\"click\",content:\"\",template:\u0027\u003cdiv class\u003d\"popover\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"popover-arrow\"\u003e\u003c/div\u003e\u003ch3 class\u003d\"popover-header\"\u003e\u003c/h3\u003e\u003cdiv class\u003d\"popover-body\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027},pn\u003d{...un.DefaultType,content:\"(string|element|function)\"},mn\u003d{HIDE:\"hide.bs.popover\",HIDDEN:\"hidden.bs.popover\",SHOW:\"show.bs.popover\",SHOWN:\"shown.bs.popover\",INSERTED:\"inserted.bs.popover\",CLICK:\"click.bs.popover\",FOCUSIN:\"focusin.bs.popover\",FOCUSOUT:\"focusout.bs.popover\",MOUSEENTER:\"mouseenter.bs.popover\",MOUSELEAVE:\"mouseleave.bs.popover\"};class gn extends un{static get Default(){return fn}static get NAME(){return\"popover\"}static get Event(){return mn}static get DefaultType(){return pn}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),\".popover-header\"),this._sanitizeAndSetContent(t,this._getContent(),\".popover-body\")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return\"bs-popover\"}static jQueryInterface(t){return this.each((function(){const e\u003dgn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(gn);const _n\u003d\"scrollspy\",bn\u003d{offset:10,method:\"auto\",target:\"\"},vn\u003d{offset:\"number\",method:\"string\",target:\"(string|element)\"},yn\u003d\"active\",wn\u003d\".nav-link, .list-group-item, .dropdown-item\",En\u003d\"position\";class An extends B{constructor(t,e){super(t),this._scrollElement\u003d\"BODY\"\u003d\u003d\u003dthis._element.tagName?window:this._element,this._config\u003dthis._getConfig(e),this._offsets\u003d[],this._targets\u003d[],this._activeTarget\u003dnull,this._scrollHeight\u003d0,j.on(this._scrollElement,\"scroll.bs.scrollspy\",(()\u003d\u003ethis._process())),this.refresh(),this._process()}static get Default(){return bn}static get NAME(){return _n}refresh(){const t\u003dthis._scrollElement\u003d\u003d\u003dthis._scrollElement.window?\"offset\":En,e\u003d\"auto\"\u003d\u003d\u003dthis._config.method?t:this._config.method,n\u003de\u003d\u003d\u003dEn?this._getScrollTop():0;this._offsets\u003d[],this._targets\u003d[],this._scrollHeight\u003dthis._getScrollHeight(),V.find(wn,this._config.target).map((t\u003d\u003e{const s\u003di(t),o\u003ds?V.findOne(s):null;if(o){const t\u003do.getBoundingClientRect();if(t.width||t.height)return[U[e](o).top+n,s]}return null})).filter((t\u003d\u003et)).sort(((t,e)\u003d\u003et[0]-e[0])).forEach((t\u003d\u003e{this._offsets.push(t[0]),this._targets.push(t[1])}))}dispose(){j.off(this._scrollElement,\".bs.scrollspy\"),super.dispose()}_getConfig(t){return(t\u003d{...bn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).target\u003dr(t.target)||document.documentElement,a(_n,t,vn),t}_getScrollTop(){return this._scrollElement\u003d\u003d\u003dwindow?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement\u003d\u003d\u003dwindow?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t\u003dthis._getScrollTop()+this._config.offset,e\u003dthis._getScrollHeight(),i\u003dthis._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!\u003d\u003de\u0026\u0026this.refresh(),t\u003e\u003di){const t\u003dthis._targets[this._targets.length-1];this._activeTarget!\u003d\u003dt\u0026\u0026this._activate(t)}else{if(this._activeTarget\u0026\u0026t\u003cthis._offsets[0]\u0026\u0026this._offsets[0]\u003e0)return this._activeTarget\u003dnull,void this._clear();for(let e\u003dthis._offsets.length;e--;)this._activeTarget!\u003d\u003dthis._targets[e]\u0026\u0026t\u003e\u003dthis._offsets[e]\u0026\u0026(void 0\u003d\u003d\u003dthis._offsets[e+1]||t\u003cthis._offsets[e+1])\u0026\u0026this._activate(this._targets[e])}}_activate(t){this._activeTarget\u003dt,this._clear();const e\u003dwn.split(\",\").map((e\u003d\u003e`${e}[data-bs-target\u003d\"${t}\"],${e}[href\u003d\"${t}\"]`)),i\u003dV.findOne(e.join(\",\"),this._config.target);i.classList.add(yn),i.classList.contains(\"dropdown-item\")?V.findOne(\".dropdown-toggle\",i.closest(\".dropdown\")).classList.add(yn):V.parents(i,\".nav, .list-group\").forEach((t\u003d\u003e{V.prev(t,\".nav-link, .list-group-item\").forEach((t\u003d\u003et.classList.add(yn))),V.prev(t,\".nav-item\").forEach((t\u003d\u003e{V.children(t,\".nav-link\").forEach((t\u003d\u003et.classList.add(yn)))}))})),j.trigger(this._scrollElement,\"activate.bs.scrollspy\",{relatedTarget:t})}_clear(){V.find(wn,this._config.target).filter((t\u003d\u003et.classList.contains(yn))).forEach((t\u003d\u003et.classList.remove(yn)))}static jQueryInterface(t){return this.each((function(){const e\u003dAn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(window,\"load.bs.scrollspy.data-api\",(()\u003d\u003e{V.find(\u0027[data-bs-spy\u003d\"scroll\"]\u0027).forEach((t\u003d\u003enew An(t)))})),g(An);const Tn\u003d\"active\",On\u003d\"fade\",Cn\u003d\"show\",kn\u003d\".active\",Ln\u003d\":scope \u003e li \u003e .active\";class xn extends B{static get NAME(){return\"tab\"}show(){if(this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u0026this._element.classList.contains(Tn))return;let t;const e\u003dn(this._element),i\u003dthis._element.closest(\".nav, .list-group\");if(i){const e\u003d\"UL\"\u003d\u003d\u003di.nodeName||\"OL\"\u003d\u003d\u003di.nodeName?Ln:kn;t\u003dV.find(e,i),t\u003dt[t.length-1]}const s\u003dt?j.trigger(t,\"hide.bs.tab\",{relatedTarget:this._element}):null;if(j.trigger(this._element,\"show.bs.tab\",{relatedTarget:t}).defaultPrevented||null!\u003d\u003ds\u0026\u0026s.defaultPrevented)return;this._activate(this._element,i);const o\u003d()\u003d\u003e{j.trigger(t,\"hidden.bs.tab\",{relatedTarget:this._element}),j.trigger(this._element,\"shown.bs.tab\",{relatedTarget:t})};e?this._activate(e,e.parentNode,o):o()}_activate(t,e,i){const n\u003d(!e||\"UL\"!\u003d\u003de.nodeName\u0026\u0026\"OL\"!\u003d\u003de.nodeName?V.children(e,kn):V.find(Ln,e))[0],s\u003di\u0026\u0026n\u0026\u0026n.classList.contains(On),o\u003d()\u003d\u003ethis._transitionComplete(t,n,i);n\u0026\u0026s?(n.classList.remove(Cn),this._queueCallback(o,t,!0)):o()}_transitionComplete(t,e,i){if(e){e.classList.remove(Tn);const t\u003dV.findOne(\":scope \u003e .dropdown-menu .active\",e.parentNode);t\u0026\u0026t.classList.remove(Tn),\"tab\"\u003d\u003d\u003de.getAttribute(\"role\")\u0026\u0026e.setAttribute(\"aria-selected\",!1)}t.classList.add(Tn),\"tab\"\u003d\u003d\u003dt.getAttribute(\"role\")\u0026\u0026t.setAttribute(\"aria-selected\",!0),u(t),t.classList.contains(On)\u0026\u0026t.classList.add(Cn);let n\u003dt.parentNode;if(n\u0026\u0026\"LI\"\u003d\u003d\u003dn.nodeName\u0026\u0026(n\u003dn.parentNode),n\u0026\u0026n.classList.contains(\"dropdown-menu\")){const e\u003dt.closest(\".dropdown\");e\u0026\u0026V.find(\".dropdown-toggle\",e).forEach((t\u003d\u003et.classList.add(Tn))),t.setAttribute(\"aria-expanded\",!0)}i\u0026\u0026i()}static jQueryInterface(t){return this.each((function(){const e\u003dxn.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(document,\"click.bs.tab.data-api\",\u0027[data-bs-toggle\u003d\"tab\"], [data-bs-toggle\u003d\"pill\"], [data-bs-toggle\u003d\"list\"]\u0027,(function(t){[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this)||xn.getOrCreateInstance(this).show()})),g(xn);const Dn\u003d\"toast\",Sn\u003d\"hide\",Nn\u003d\"show\",In\u003d\"showing\",Pn\u003d{animation:\"boolean\",autohide:\"boolean\",delay:\"number\"},jn\u003d{animation:!0,autohide:!0,delay:5e3};class Mn extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._timeout\u003dnull,this._hasMouseInteraction\u003d!1,this._hasKeyboardInteraction\u003d!1,this._setListeners()}static get DefaultType(){return Pn}static get Default(){return jn}static get NAME(){return Dn}show(){j.trigger(this._element,\"show.bs.toast\").defaultPrevented||(this._clearTimeout(),this._config.animation\u0026\u0026this._element.classList.add(\"fade\"),this._element.classList.remove(Sn),u(this._element),this._element.classList.add(Nn),this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.remove(In),j.trigger(this._element,\"shown.bs.toast\"),this._maybeScheduleHide()}),this._element,this._config.animation))}hide(){this._element.classList.contains(Nn)\u0026\u0026(j.trigger(this._element,\"hide.bs.toast\").defaultPrevented||(this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.add(Sn),this._element.classList.remove(In),this._element.classList.remove(Nn),j.trigger(this._element,\"hidden.bs.toast\")}),this._element,this._config.animation)))}dispose(){this._clearTimeout(),this._element.classList.contains(Nn)\u0026\u0026this._element.classList.remove(Nn),super.dispose()}_getConfig(t){return t\u003d{...jn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}},a(Dn,t,this.constructor.DefaultType),t}_maybeScheduleHide(){this._config.autohide\u0026\u0026(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout\u003dsetTimeout((()\u003d\u003e{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case\"mouseover\":case\"mouseout\":this._hasMouseInteraction\u003de;break;case\"focusin\":case\"focusout\":this._hasKeyboardInteraction\u003de}if(e)return void this._clearTimeout();const i\u003dt.relatedTarget;this._element\u003d\u003d\u003di||this._element.contains(i)||this._maybeScheduleHide()}_setListeners(){j.on(this._element,\"mouseover.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"mouseout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1))),j.on(this._element,\"focusin.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"focusout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout\u003dnull}static jQueryInterface(t){return this.each((function(){const e\u003dMn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}return R(Mn),g(Mn),{Alert:W,Button:z,Carousel:st,Collapse:pt,Dropdown:hi,Modal:Hi,Offcanvas:Fi,Popover:gn,ScrollSpy:An,Tab:xn,Toast:Mn,Tooltip:un}}));"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"//# sourceMappingURL\u003dbootstrap.bundle.min.js.map"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/markbind.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"object\"\u003d\u003dtypeof module?module.exports\u003de(require(\"Vue\")):\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define([\"Vue\"],e):\"object\"\u003d\u003dtypeof exports?exports.MarkBind\u003de(require(\"Vue\")):t.MarkBind\u003de(t.Vue)}(self,t\u003d\u003e(()\u003d\u003e{var e\u003d{605:()\u003d\u003e{function t(){document.querySelectorAll(\".\".concat(\"page-nav-clone\")).forEach((function(t){t.remove()}))}window.addEventListener(\"beforeprint\",(function(){var e\u003ddocument.querySelector(\"#\".concat(\"mb-page-nav\")),n\u003ddocument.querySelectorAll(\".\".concat(\"page-nav-print\"));e\u0026\u0026n.length\u003e\u003d1\u0026\u0026(t(),n.forEach((function(t){t.appendChild(function(t){var e\u003dt.cloneNode(!0);return e.removeAttribute(\"id\"),e.querySelectorAll(\"a.active\").forEach((function(t){t.classList.remove(\"active\")})),e.classList.add(\"page-nav-clone\"),e}(e))})))})),window.addEventListener(\"afterprint\",(function(){t()}))},3:t\u003d\u003e{t.exports\u003d{bind:function(t){function e(){t.dataset.isShown\u003d\"false\",r.style.display\u003d\"\",o.style.display\u003d\"none\",i.style.display\u003d\"none\"}function n(){t.dataset.isShown\u003d\"true\",r.style.display\u003d\"none\",i.style.display\u003d\"\"}t.dataset.isShown\u003d\"true\",t.style.position\u003d\"relative\";var i\u003ddocument.createElement(\"div\");i.classList.add(\"content\"),Array.from(t.children).forEach((function(t){return i.append(t)})),t.replaceChildren(),t.append(i),t.classList.add(\"closeable-wrapper\");var o\u003dfunction(){var t\u003ddocument.createElement(\"span\");return t.classList.add(\"closeable-button\",\"label\",\"label-default\",\"hidden-print\"),t.style.cssText+\u003d\"display: none; position: absolute; top: 0; left: 0; cursor: pointer;background: #d9534f\",t.innerHTML\u003d\u0027\u003cspan class\u003d\"glyphicon glyphicon-remove\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e\u0027,t.addEventListener(\"click\",e),t}();t.append(o);var r\u003dfunction(t){var e\u003ddocument.createElement(\"a\");return e.classList.add(\"closeable-show\",\"hidden-print\"),e.style.cssText+\u003d\"display: none; cursor: pointer;text-decoration: underline\",e.innerHTML\u003dt,e.addEventListener(\"click\",n),e}(t.getAttribute(\"alt\")||\"Expand Content\");t.append(r),t.addEventListener(\"mouseover\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"\")})),t.addEventListener(\"mouseout\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"none\")}))}}},383:(t,e,n)\u003d\u003e{\"use strict\";var i,o\u003d(i\u003dn(740))\u0026\u0026\"object\"\u003d\u003dtypeof i\u0026\u0026\"default\"in i?i.default:i;function r(t){return(r\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function s(t){return function(t){if(Array.isArray(t)){for(var e\u003d0,n\u003dnew Array(t.length);e\u003ct.length;e++)n[e]\u003dt[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||\"[object Arguments]\"\u003d\u003d\u003dObject.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance\")}()}var a\u003d\"undefined\"!\u003dtypeof window;function l(t,e){return e.reduce((function(e,n){return t.hasOwnProperty(n)\u0026\u0026(e[n]\u003dt[n]),e}),{})}var c\u003d{},u\u003d{},d\u003d{},h\u003dnew(o.extend({data:function(){return{transports:c,targets:u,sources:d,trackInstances:a}},methods:{open:function(t){if(a){var e\u003dt.to,n\u003dt.from,i\u003dt.passengers,s\u003dt.order,l\u003dvoid 0\u003d\u003d\u003ds?1/0:s;if(e\u0026\u0026n\u0026\u0026i){var c,u\u003d{to:e,from:n,passengers:(c\u003di,Array.isArray(c)||\"object\"\u003d\u003d\u003dr(c)?Object.freeze(c):c),order:l};-1\u003d\u003d\u003dObject.keys(this.transports).indexOf(e)\u0026\u0026o.set(this.transports,e,[]);var d,h\u003dthis.$_getTransportIndex(u),p\u003dthis.transports[e].slice(0);-1\u003d\u003d\u003dh?p.push(u):p[h]\u003du,this.transports[e]\u003d(d\u003dfunction(t,e){return t.order-e.order},p.map((function(t,e){return[e,t]})).sort((function(t,e){return d(t[1],e[1])||t[0]-e[0]})).map((function(t){return t[1]})))}}},close:function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]\u0026\u0026arguments[1],n\u003dt.to,i\u003dt.from;if(n\u0026\u0026(i||!1!\u003d\u003de)\u0026\u0026this.transports[n])if(e)this.transports[n]\u003d[];else{var o\u003dthis.$_getTransportIndex(t);if(o\u003e\u003d0){var r\u003dthis.transports[n].slice(0);r.splice(o,1),this.transports[n]\u003dr}}},registerTarget:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.targets[t]\u0026\u0026console.warn(\"[portal-vue]: Target \".concat(t,\" already exists\")),this.$set(this.targets,t,Object.freeze([e])))},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.sources[t]\u0026\u0026console.warn(\"[portal-vue]: source \".concat(t,\" already exists\")),this.$set(this.sources,t,Object.freeze([e])))},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]\u0026\u0026!!this.transports[t].length},$_getTransportIndex:function(t){var e\u003dt.to,n\u003dt.from;for(var i in this.transports[e])if(this.transports[e][i].from\u003d\u003d\u003dn)return+i;return-1}}}))(c),p\u003d1,f\u003do.extend({name:\"portal\",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(p++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerSource(t.name,t)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){h.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e\u0026\u0026e!\u003d\u003dt\u0026\u0026this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e\u003d{from:this.name,to:t||this.to};h.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return\"function\"\u003d\u003dtypeof t?t(this.slotProps):t},sendUpdate:function(){var t\u003dthis.normalizeSlots();if(t){var e\u003d{from:this.name,to:this.to,passengers:s(t),order:this.order};h.open(e)}else this.clear()}},render:function(t){var e\u003dthis.$slots.default||this.$scopedSlots.default||[],n\u003dthis.tag;return e\u0026\u0026this.disabled?e.length\u003c\u003d1\u0026\u0026this.slim?this.normalizeOwnChildren(e)[0]:t(n,[this.normalizeOwnChildren(e)]):this.slim?t():t(n,{class:{\"v-portal\":!0},style:{display:\"none\"},key:\"v-portal-placeholder\"})}}),m\u003do.extend({name:\"portalTarget\",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},data:function(){return{transports:h.transports,firstRender:!0}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerTarget(t.name,t)}))},watch:{ownTransports:function(){this.$emit(\"change\",this.children().length\u003e0)},name:function(t,e){h.unregisterTarget(e),h.registerTarget(t,this)}},mounted:function(){var t\u003dthis;this.transition\u0026\u0026this.$nextTick((function(){t.firstRender\u003d!1}))},beforeDestroy:function(){h.unregisterTarget(this.name)},computed:{ownTransports:function(){var t\u003dthis.transports[this.name]||[];return this.multiple?t:0\u003d\u003d\u003dt.length?[]:[t[t.length-1]]},passengers:function(){return function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{};return t.reduce((function(t,n){var i\u003dn.passengers[0],o\u003d\"function\"\u003d\u003dtypeof i?i(e):n.passengers;return t.concat(o)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!\u003d\u003dthis.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var t\u003dthis.slim\u0026\u0026!this.transition;return t\u0026\u0026this.children().length\u003e1\u0026\u0026console.warn(\"[portal-vue]: PortalTarget with `slim` option received more than one child element.\"),t}},render:function(t){var e\u003dthis.noWrapper(),n\u003dthis.children(),i\u003dthis.transition||this.tag;return e?n[0]:this.slim\u0026\u0026!i?t():t(i,{props:{tag:this.transition\u0026\u0026this.tag?this.tag:void 0},class:{\"vue-portal-target\":!0}},n)}}),v\u003d0,g\u003d[\"disabled\",\"name\",\"order\",\"slim\",\"slotProps\",\"tag\",\"to\"],y\u003d[\"multiple\",\"transition\"],w\u003do.extend({name:\"MountingPortal\",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return\"mounted_\"+String(v++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},created:function(){if(\"undefined\"!\u003dtypeof document){var t\u003ddocument.querySelector(this.mountTo);if(t){var e\u003dthis.$props;if(h.targets[e.name])e.bail?console.warn(\"[portal-vue]: Target \".concat(e.name,\" is already mounted.\\n Aborting because \u0027bail: true\u0027 is set\")):this.portalTarget\u003dh.targets[e.name];else{var n\u003de.append;if(n){var i\u003d\"string\"\u003d\u003dtypeof n?n:\"DIV\",o\u003ddocument.createElement(i);t.appendChild(o),t\u003do}var r\u003dl(this.$props,y);r.slim\u003dthis.targetSlim,r.tag\u003dthis.targetTag,r.slotProps\u003dthis.targetSlotProps,r.name\u003dthis.to,this.portalTarget\u003dnew m({el:t,parent:this.$parent||this,propsData:r})}}else console.error(\"[portal-vue]: Mount Point \u0027\".concat(this.mountTo,\"\u0027 not found in document\"))}},beforeDestroy:function(){var t\u003dthis.portalTarget;if(this.append){var e\u003dt.$el;e.parentNode.removeChild(e)}t.$destroy()},render:function(t){if(!this.portalTarget)return console.warn(\"[portal-vue] Target wasn\u0027t mounted\"),t();if(!this.$scopedSlots.manual){var e\u003dl(this.$props,g);return t(f,{props:e,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n\u003dthis.$scopedSlots.manual({to:this.to});return Array.isArray(n)\u0026\u0026(n\u003dn[0]),n||t()}});e.h_\u003df,e.YC\u003dm},740:e\u003d\u003e{\"use strict\";e.exports\u003dt}},n\u003d{};function i(t){var o\u003dn[t];if(void 0!\u003d\u003do)return o.exports;var r\u003dn[t]\u003d{exports:{}};return e[t](r,r.exports,i),r.exports}i.n\u003dt\u003d\u003e{var e\u003dt\u0026\u0026t.__esModule?()\u003d\u003et.default:()\u003d\u003et;return i.d(e,{a:e}),e},i.d\u003d(t,e)\u003d\u003e{for(var n in e)i.o(e,n)\u0026\u0026!i.o(t,n)\u0026\u0026Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g\u003dfunction(){if(\"object\"\u003d\u003dtypeof globalThis)return globalThis;try{return this||new Function(\"return this\")()}catch(t){if(\"object\"\u003d\u003dtypeof window)return window}}(),i.o\u003d(t,e)\u003d\u003eObject.prototype.hasOwnProperty.call(t,e);var o\u003d{};return(()\u003d\u003e{\"use strict\";function t(e){return(t\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(e)}function e(e){var n\u003dfunction(e,n){if(\"object\"!\u003d\u003dt(e)||null\u003d\u003d\u003de)return e;var i\u003de[Symbol.toPrimitive];if(void 0!\u003d\u003di){var o\u003di.call(e,n||\"default\");if(\"object\"!\u003d\u003dt(o))return o;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"\u003d\u003d\u003dn?String:Number)(e)}(e,\"string\");return\"symbol\"\u003d\u003d\u003dt(n)?n:String(n)}function n(t,n,i){return(n\u003de(n))in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]\u003di,t}function r(t){return t.split(\"-\")[0]}function s(t){return t.split(\"-\")[1]}function a(t){return[\"top\",\"bottom\"].includes(r(t))?\"x\":\"y\"}function l(t){return\"y\"\u003d\u003d\u003dt?\"height\":\"width\"}function c(t){let{reference:e,floating:n,placement:i}\u003dt;const o\u003de.x+e.width/2-n.width/2,c\u003de.y+e.height/2-n.height/2;let u;switch(r(i)){case\"top\":u\u003d{x:o,y:e.y-n.height};break;case\"bottom\":u\u003d{x:o,y:e.y+e.height};break;case\"right\":u\u003d{x:e.x+e.width,y:c};break;case\"left\":u\u003d{x:e.x-n.width,y:c};break;default:u\u003d{x:e.x,y:e.y}}const d\u003da(i),h\u003dl(d);switch(s(i)){case\"start\":u[d]\u003du[d]-(e[h]/2-n[h]/2);break;case\"end\":u[d]\u003du[d]+(e[h]/2-n[h]/2)}return u}i.d(o,{default:()\u003d\u003eMo});function u(t){return\"number\"!\u003dtypeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function d(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}async function h(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});const{x:n,y:i,platform:o,rects:r,elements:s,strategy:a}\u003dt,{boundary:l\u003d\"clippingParents\",rootBoundary:c\u003d\"viewport\",elementContext:h\u003d\"floating\",altBoundary:p\u003d!1,padding:f\u003d0}\u003de,m\u003du(f),v\u003ds[p?\"floating\"\u003d\u003d\u003dh?\"reference\":\"floating\":h],g\u003dawait o.getClippingClientRect({element:await o.isElement(v)?v:v.contextElement||await o.getDocumentElement({element:s.floating}),boundary:l,rootBoundary:c}),y\u003dd(await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:\"floating\"\u003d\u003d\u003dh?{...r.floating,x:n,y:i}:r.reference,offsetParent:await o.getOffsetParent({element:s.floating}),strategy:a}));return{top:g.top-y.top+m.top,bottom:y.bottom-g.bottom+m.bottom,left:g.left-y.left+m.left,right:y.right-g.right+m.right}}const p\u003dMath.min,f\u003dMath.max;function m(t,e,n){return f(t,p(e,n))}const v\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function g(t){return t.replace(/left|right|bottom|top/g,t\u003d\u003ev[t])}function y(t,e){const n\u003d\"start\"\u003d\u003d\u003ds(t),i\u003da(t),o\u003dl(i);let r\u003d\"x\"\u003d\u003d\u003di?n?\"right\":\"left\":n?\"bottom\":\"top\";return e.reference[o]\u003ee.floating[o]\u0026\u0026(r\u003dg(r)),{main:r,cross:g(r)}}const w\u003d{start:\"end\",end:\"start\"};function b(t){return t.replace(/start|end/g,t\u003d\u003ew[t])}const _\u003d[\"top\",\"right\",\"bottom\",\"left\"],S\u003d_.reduce((t,e)\u003d\u003et.concat(e,e+\"-start\",e+\"-end\"),[]);const x\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"autoPlacement\",options:t,async fn(e){var n,i,o,a,l,c;const{x:u,y:d,rects:p,middlewareData:f,placement:m}\u003de,{alignment:v\u003dnull,allowedPlacements:g\u003dS,autoAlignment:w\u003d!0,..._}\u003dt;if(null!\u003d(n\u003df.autoPlacement)\u0026\u0026n.skip)return{};const x\u003dfunction(t,e,n){return(t?[...n.filter(e\u003d\u003es(e)\u003d\u003d\u003dt),...n.filter(e\u003d\u003es(e)!\u003d\u003dt)]:n.filter(t\u003d\u003er(t)\u003d\u003d\u003dt)).filter(n\u003d\u003e!t||(s(n)\u003d\u003d\u003dt||!!e\u0026\u0026b(n)!\u003d\u003dn))}(v,w,g),C\u003dawait h(e,_),$\u003dnull!\u003d(i\u003dnull\u003d\u003d(o\u003df.autoPlacement)?void 0:o.index)?i:0,k\u003dx[$],{main:T,cross:E}\u003dy(k,p);if(m!\u003d\u003dk)return{x:u,y:d,reset:{placement:x[0]}};const O\u003d[C[r(k)],C[T],C[E]],B\u003d[...null!\u003d(a\u003dnull\u003d\u003d(l\u003df.autoPlacement)?void 0:l.overflows)?a:[],{placement:k,overflows:O}],P\u003dx[$+1];if(P)return{data:{index:$+1,overflows:B},reset:{placement:P}};const L\u003dB.slice().sort((t,e)\u003d\u003et.overflows[0]-e.overflows[0]),N\u003dnull\u003d\u003d(c\u003dL.find(t\u003d\u003e{let{overflows:e}\u003dt;return e.every(t\u003d\u003et\u003c\u003d0)}))?void 0:c.placement;return{data:{skip:!0},reset:{placement:null!\u003dN?N:L[0].placement}}}}};const C\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"flip\",options:t,async fn(e){var n,i;const{placement:o,middlewareData:s,rects:a,initialPlacement:l}\u003de;if(null!\u003d(n\u003ds.flip)\u0026\u0026n.skip)return{};const{mainAxis:c\u003d!0,crossAxis:u\u003d!0,fallbackPlacements:d,fallbackStrategy:p\u003d\"bestFit\",flipAlignment:f\u003d!0,...m}\u003dt,v\u003dr(o),w\u003d[l,...d||(v\u003d\u003d\u003dl||!f?[g(l)]:function(t){const e\u003dg(t);return[b(t),e,b(e)]}(l))],_\u003dawait h(e,m),S\u003d[];let x\u003d(null\u003d\u003d(i\u003ds.flip)?void 0:i.overflows)||[];if(c\u0026\u0026S.push(_[v]),u){const{main:t,cross:e}\u003dy(o,a);S.push(_[t],_[e])}if(x\u003d[...x,{placement:o,overflows:S}],!S.every(t\u003d\u003et\u003c\u003d0)){var C,$;const t\u003d(null!\u003d(C\u003dnull\u003d\u003d($\u003ds.flip)?void 0:$.index)?C:0)+1,e\u003dw[t];if(e)return{data:{index:t,overflows:x},reset:{placement:e}};let n\u003d\"bottom\";switch(p){case\"bestFit\":{var k;const t\u003dnull\u003d\u003d(k\u003dx.slice().sort((t,e)\u003d\u003et.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0)-e.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0))[0])?void 0:k.placement;t\u0026\u0026(n\u003dt);break}case\"initialPlacement\":n\u003dl}return{data:{skip:!0},reset:{placement:n}}}return{}}}};const $\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d0),{name:\"offset\",options:t,fn(e){const{x:n,y:i,placement:o,rects:s}\u003de,l\u003dfunction(t){let{placement:e,rects:n,value:i}\u003dt;const o\u003dr(e),s\u003d[\"left\",\"top\"].includes(o)?-1:1,l\u003d\"function\"\u003d\u003dtypeof i?i({...n,placement:e}):i,{mainAxis:c,crossAxis:u}\u003d\"number\"\u003d\u003dtypeof l?{mainAxis:l,crossAxis:0}:{mainAxis:0,crossAxis:0,...l};return\"x\"\u003d\u003d\u003da(o)?{x:u,y:c*s}:{x:c*s,y:u}}({placement:o,rects:s,value:t});return{x:n+l.x,y:i+l.y,data:l}}}};function k(t){return\"x\"\u003d\u003d\u003dt?\"y\":\"x\"}function T(t){return\"[object Window]\"\u003d\u003d\u003d(null\u003d\u003dt?void 0:t.toString())}function E(t){if(null\u003d\u003dt)return window;if(!T(t)){const e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function O(t){return E(t).getComputedStyle(t)}function B(t){return T(t)?\"\":t?(t.nodeName||\"\").toLowerCase():\"\"}function P(t){return t instanceof E(t).HTMLElement}function L(t){return t instanceof E(t).Element}function N(t){return t instanceof E(t).ShadowRoot||t instanceof ShadowRoot}function A(t){const{overflow:e,overflowX:n,overflowY:i}\u003dO(t);return/auto|scroll|overlay|hidden/.test(e+i+n)}function z(t){return[\"table\",\"td\",\"th\"].includes(B(t))}function M(t){const e\u003dnavigator.userAgent.toLowerCase().includes(\"firefox\"),n\u003dO(t);return\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||[\"transform\",\"perspective\"].includes(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026!!n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter}const H\u003dMath.min,D\u003dMath.max,R\u003dMath.round;function j(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d!1);const n\u003dt.getBoundingClientRect();let i\u003d1,o\u003d1;return e\u0026\u0026P(t)\u0026\u0026(i\u003dt.offsetWidth\u003e0\u0026\u0026R(n.width)/t.offsetWidth||1,o\u003dt.offsetHeight\u003e0\u0026\u0026R(n.height)/t.offsetHeight||1),{width:n.width/i,height:n.height/o,top:n.top/o,right:n.right/i,bottom:n.bottom/o,left:n.left/i,x:n.left/i,y:n.top/o}}function I(t){return(e\u003dt,(e instanceof E(e).Node?t.ownerDocument:t.document)||window.document).documentElement;var e}function q(t){return T(t)?{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}:{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function W(t){return j(I(t)).left+q(t).scrollLeft}function F(t,e,n){const i\u003dP(e),o\u003dI(e),r\u003dj(t,i\u0026\u0026function(t){const e\u003dj(t);return R(e.width)!\u003d\u003dt.offsetWidth||R(e.height)!\u003d\u003dt.offsetHeight}(e));let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if(i||!i\u0026\u0026\"fixed\"!\u003d\u003dn)if((\"body\"!\u003d\u003dB(e)||A(o))\u0026\u0026(s\u003dq(e)),P(e)){const t\u003dj(e,!0);a.x\u003dt.x+e.clientLeft,a.y\u003dt.y+e.clientTop}else o\u0026\u0026(a.x\u003dW(o));return{x:r.left+s.scrollLeft-a.x,y:r.top+s.scrollTop-a.y,width:r.width,height:r.height}}function V(t){return\"html\"\u003d\u003d\u003dB(t)?t:t.assignedSlot||t.parentNode||(N(t)?t.host:null)||I(t)}function U(t){return P(t)\u0026\u0026\"fixed\"!\u003d\u003dgetComputedStyle(t).position?t.offsetParent:null}function Q(t){const e\u003dE(t);let n\u003dU(t);for(;n\u0026\u0026z(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position;)n\u003dU(n);return n\u0026\u0026(\"html\"\u003d\u003d\u003dB(n)||\"body\"\u003d\u003d\u003dB(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position\u0026\u0026!M(n))?e:n||function(t){let e\u003dV(t);for(;P(e)\u0026\u0026![\"html\",\"body\"].includes(B(e));){if(M(e))return e;e\u003de.parentNode}return null}(t)||e}function X(t){return{width:t.offsetWidth,height:t.offsetHeight}}function Y(t,e){var n;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);const i\u003dfunction t(e){return[\"html\",\"body\",\"#document\"].includes(B(e))?e.ownerDocument.body:P(e)\u0026\u0026A(e)?e:t(V(e))}(t),o\u003di\u003d\u003d\u003d(null\u003d\u003d(n\u003dt.ownerDocument)?void 0:n.body),r\u003dE(i),s\u003do?[r].concat(r.visualViewport||[],A(i)?i:[]):i,a\u003de.concat(s);return o?a:a.concat(Y(V(s)))}function K(t,e){return\"viewport\"\u003d\u003d\u003de?d(function(t){const e\u003dE(t),n\u003dI(t),i\u003de.visualViewport;let o\u003dn.clientWidth,r\u003dn.clientHeight,s\u003d0,a\u003d0;return i\u0026\u0026(o\u003di.width,r\u003di.height,Math.abs(e.innerWidth/i.scale-i.width)\u003c.01\u0026\u0026(s\u003di.offsetLeft,a\u003di.offsetTop)),{width:o,height:r,x:s,y:a}}(t)):L(e)?function(t){const e\u003dj(t),n\u003de.top+t.clientTop,i\u003de.left+t.clientLeft;return{top:n,left:i,x:i,y:n,right:i+t.clientWidth,bottom:n+t.clientHeight,width:t.clientWidth,height:t.clientHeight}}(e):d(function(t){var e;const n\u003dI(t),i\u003dq(t),o\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,r\u003dD(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s\u003dD(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let a\u003d-i.scrollLeft+W(t);const l\u003d-i.scrollTop;return\"rtl\"\u003d\u003d\u003dO(o||n).direction\u0026\u0026(a+\u003dD(n.clientWidth,o?o.clientWidth:0)-r),{width:r,height:s,x:a,y:l}}(I(t)))}function G(t){const e\u003dY(V(t)),n\u003d[\"absolute\",\"fixed\"].includes(O(t).position)\u0026\u0026P(t)?Q(t):t;return L(n)?e.filter(t\u003d\u003eL(t)\u0026\u0026function(t,e){const n\u003dnull\u003d\u003de.getRootNode?void 0:e.getRootNode();if(t.contains(e))return!0;if(n\u0026\u0026N(n)){let n\u003de;do{if(n\u0026\u0026t\u003d\u003d\u003dn)return!0;n\u003dn.parentNode||n.host}while(n)}return!1}(t,n)\u0026\u0026\"body\"!\u003d\u003dB(t)):[]}const Z\u003d{getElementRects:t\u003d\u003e{let{reference:e,floating:n,strategy:i}\u003dt;return{reference:F(e,Q(n),i),floating:{...X(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:t\u003d\u003efunction(t){let{rect:e,offsetParent:n,strategy:i}\u003dt;const o\u003dP(n),r\u003dI(n);if(n\u003d\u003d\u003dr)return e;let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if((o||!o\u0026\u0026\"fixed\"!\u003d\u003di)\u0026\u0026((\"body\"!\u003d\u003dB(n)||A(r))\u0026\u0026(s\u003dq(n)),P(n))){const t\u003dj(n,!0);a.x\u003dt.x+n.clientLeft,a.y\u003dt.y+n.clientTop}return{...e,x:e.x-s.scrollLeft+a.x,y:e.y-s.scrollTop+a.y}}(t),getOffsetParent:t\u003d\u003e{let{element:e}\u003dt;return Q(e)},isElement:t\u003d\u003eL(t),getDocumentElement:t\u003d\u003e{let{element:e}\u003dt;return I(e)},getClippingClientRect:t\u003d\u003efunction(t){let{element:e,boundary:n,rootBoundary:i}\u003dt;const o\u003d[...\"clippingParents\"\u003d\u003d\u003dn?G(e):[].concat(n),i],r\u003do[0],s\u003do.reduce((t,n)\u003d\u003e{const i\u003dK(e,n);return t.top\u003dD(i.top,t.top),t.right\u003dH(i.right,t.right),t.bottom\u003dH(i.bottom,t.bottom),t.left\u003dD(i.left,t.left),t},K(e,r));return s.width\u003ds.right-s.left,s.height\u003ds.bottom-s.top,s.x\u003ds.left,s.y\u003ds.top,s}(t),getDimensions:t\u003d\u003e{let{element:e}\u003dt;return X(e)},getClientRects:t\u003d\u003e{let{element:e}\u003dt;return e.getClientRects()}},J\u003d(t,e,n)\u003d\u003e(async(t,e,n)\u003d\u003e{const{placement:i\u003d\"bottom\",strategy:o\u003d\"absolute\",middleware:r\u003d[],platform:s}\u003dn;let a\u003dawait s.getElementRects({reference:t,floating:e,strategy:o}),{x:l,y:u}\u003dc({...a,placement:i}),d\u003di,h\u003d{};for(let n\u003d0;n\u003cr.length;n++){0;const{name:p,fn:f}\u003dr[n],{x:m,y:v,data:g,reset:y}\u003dawait f({x:l,y:u,initialPlacement:i,placement:d,strategy:o,middlewareData:h,rects:a,platform:s,elements:{reference:t,floating:e}});l\u003dnull!\u003dm?m:l,u\u003dnull!\u003dv?v:u,h\u003d{...h,[p]:null!\u003dg?g:{}},y\u0026\u0026(\"object\"\u003d\u003dtypeof y\u0026\u0026(y.placement\u0026\u0026(d\u003dy.placement),y.rects\u0026\u0026(a\u003d!0\u003d\u003d\u003dy.rects?await s.getElementRects({reference:t,floating:e,strategy:o}):y.rects),({x:l,y:u}\u003dc({...a,placement:d}))),n\u003d-1)}return{x:l,y:u,placement:d,strategy:o,middlewareData:h}})(t,e,{platform:Z,...n});var tt\u003di(740),et\u003di.n(tt),nt\u003dObject.defineProperty,it\u003dObject.defineProperties,ot\u003dObject.getOwnPropertyDescriptors,rt\u003dObject.getOwnPropertySymbols,st\u003dObject.prototype.hasOwnProperty,at\u003dObject.prototype.propertyIsEnumerable,lt\u003d(t,e,n)\u003d\u003ee in t?nt(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]\u003dn,ct\u003d(t,e)\u003d\u003e{for(var n in e||(e\u003d{}))st.call(e,n)\u0026\u0026lt(t,n,e[n]);if(rt)for(var n of rt(e))at.call(e,n)\u0026\u0026lt(t,n,e[n]);return t},ut\u003d(t,e)\u003d\u003eit(t,ot(e));const dt\u003d{disabled:!1,distance:5,skidding:0,container:\"body\",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:\"absolute\",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:\"top\",triggers:[\"hover\",\"focus\",\"touch\"],hideTriggers:t\u003d\u003e[...t,\"click\"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:\"...\"},dropdown:{placement:\"bottom\",triggers:[\"click\"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:\"dropdown\",triggers:[\"hover\",\"focus\"],popperTriggers:[\"hover\",\"focus\"],delay:{show:0,hide:400}}}};function ht(t,e){let n,i\u003ddt.themes[t]||{};do{n\u003di[e],void 0\u003d\u003d\u003dn?i.$extend?i\u003ddt.themes[i.$extend]||{}:(i\u003dnull,n\u003ddt[e]):i\u003dnull}while(i);return n}let pt\u003d!1;if(\"undefined\"!\u003dtypeof window){pt\u003d!1;try{const t\u003dObject.defineProperty({},\"passive\",{get(){pt\u003d!0}});window.addEventListener(\"test\",null,t)}catch(t){}}let ft\u003d!1;\"undefined\"!\u003dtypeof window\u0026\u0026\"undefined\"!\u003dtypeof navigator\u0026\u0026(ft\u003d/iPad|iPhone|iPod/.test(navigator.userAgent)\u0026\u0026!window.MSStream);const mt\u003d[\"auto\",\"top\",\"bottom\",\"left\",\"right\"].reduce((t,e)\u003d\u003et.concat([e,e+\"-start\",e+\"-end\"]),[]),vt\u003d{hover:\"mouseenter\",focus:\"focus\",click:\"click\",touch:\"touchstart\"},gt\u003d{hover:\"mouseleave\",focus:\"blur\",click:\"click\",touch:\"touchend\"};function yt(){return new Promise(t\u003d\u003erequestAnimationFrame(()\u003d\u003e{requestAnimationFrame(t)}))}const wt\u003d[];let bt\u003dnull,_t\u003dfunction(){};function St(t){return function(){return ht(this.$props.theme,t)}}\"undefined\"!\u003dtypeof window\u0026\u0026(_t\u003dwindow.Element);const xt\u003d\"__floating-vue__popper\";var Ct\u003d()\u003d\u003e({name:\"VPopper\",props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,required:!0},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:St(\"disabled\")},positioningDisabled:{type:Boolean,default:St(\"positioningDisabled\")},placement:{type:String,default:St(\"placement\"),validator:t\u003d\u003emt.includes(t)},delay:{type:[String,Number,Object],default:St(\"delay\")},distance:{type:[Number,String],default:St(\"distance\")},skidding:{type:[Number,String],default:St(\"skidding\")},triggers:{type:Array,default:St(\"triggers\")},showTriggers:{type:[Array,Function],default:St(\"showTriggers\")},hideTriggers:{type:[Array,Function],default:St(\"hideTriggers\")},popperTriggers:{type:Array,default:St(\"popperTriggers\")},popperShowTriggers:{type:[Array,Function],default:St(\"popperShowTriggers\")},popperHideTriggers:{type:[Array,Function],default:St(\"popperHideTriggers\")},container:{type:[String,Object,_t,Boolean],default:St(\"container\")},boundary:{type:[String,_t],default:St(\"boundary\")},strategy:{type:String,validator:t\u003d\u003e[\"absolute\",\"fixed\"].includes(t),default:St(\"strategy\")},autoHide:{type:Boolean,default:St(\"autoHide\")},handleResize:{type:Boolean,default:St(\"handleResize\")},instantMove:{type:Boolean,default:St(\"instantMove\")},eagerMount:{type:Boolean,default:St(\"eagerMount\")},popperClass:{type:[String,Array,Object],default:St(\"popperClass\")},computeTransformOrigin:{type:Boolean,default:St(\"computeTransformOrigin\")},autoMinSize:{type:Boolean,default:St(\"autoMinSize\")},autoSize:{type:[Boolean,String],default:St(\"autoSize\")},autoMaxSize:{type:Boolean,default:St(\"autoMaxSize\")},autoBoundaryMaxSize:{type:Boolean,default:St(\"autoBoundaryMaxSize\")},preventOverflow:{type:Boolean,default:St(\"preventOverflow\")},overflowPadding:{type:[Number,String],default:St(\"overflowPadding\")},arrowPadding:{type:[Number,String],default:St(\"arrowPadding\")},arrowOverflow:{type:Boolean,default:St(\"arrowOverflow\")},flip:{type:Boolean,default:St(\"flip\")},shift:{type:Boolean,default:St(\"shift\")},shiftCrossAxis:{type:Boolean,default:St(\"shiftCrossAxis\")}},provide(){return{[xt]:{parentPopper:this}}},inject:{[xt]:{default:null}},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:\"\",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set}},computed:{popperId(){return null!\u003dthis.ariaId?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:ut(ct({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result}},parentPopper(){var t;return null\u003d\u003d(t\u003dthis[xt])?void 0:t.parentPopper}},watch:ct(ct({shown:\"$_autoShowHide\",disabled(t){t?this.dispose():this.init()},async container(){this.isShown\u0026\u0026(this.$_ensureTeleport(),await this.$_computePosition())}},[\"triggers\",\"positioningDisabled\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_refreshListeners\",t),{})),[\"placement\",\"distance\",\"skidding\",\"boundary\",\"strategy\",\"overflowPadding\",\"arrowPadding\",\"preventOverflow\",\"shift\",\"shiftCrossAxis\",\"flip\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_computePosition\",t),{})),created(){this.$_isDisposed\u003d!0,this.randomId\u003d\"popper_\"+[Math.random(),Date.now()].map(t\u003d\u003et.toString(36).substring(2,10)).join(\"_\"),this.autoMinSize\u0026\u0026console.warn(\u0027[floating-vue] `autoMinSize` option is deprecated. Use `autoSize\u003d\"min\"` instead.\u0027),this.autoMaxSize\u0026\u0026console.warn(\"[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.\")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeDestroy(){this.dispose()},methods:{show({event:t\u003dnull,skipDelay:e\u003d!1,force:n\u003d!1}\u003d{}){var i,o;(null\u003d\u003d(i\u003dthis.parentPopper)?void 0:i.lockedChild)\u0026\u0026this.parentPopper.lockedChild!\u003d\u003dthis||(this.$_pendingHide\u003d!1,!n\u0026\u0026this.disabled||((null\u003d\u003d(o\u003dthis.parentPopper)?void 0:o.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_scheduleShow(t,e),this.$emit(\"show\"),this.$_showFrameLocked\u003d!0,requestAnimationFrame(()\u003d\u003e{this.$_showFrameLocked\u003d!1})),this.$emit(\"update:shown\",!0))},hide({event:t\u003dnull,skipDelay:e\u003d!1}\u003d{}){var n;this.$_hideInProgress||(this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:this.$_isAimingPopper()?this.parentPopper\u0026\u0026(this.parentPopper.lockedChild\u003dthis,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer\u003dsetTimeout(()\u003d\u003e{this.parentPopper.lockedChild\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild.hide({skipDelay:e}),this.parentPopper.lockedChild\u003dnull)},1e3)):((null\u003d\u003d(n\u003dthis.parentPopper)?void 0:n.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_pendingHide\u003d!1,this.$_scheduleHide(t,e),this.$emit(\"hide\"),this.$emit(\"update:shown\",!1)))},init(){this.$_isDisposed\u0026\u0026(this.$_isDisposed\u003d!1,this.isMounted\u003d!1,this.$_events\u003d[],this.$_preventShow\u003d!1,this.$_referenceNode\u003dthis.referenceNode(),this.$_targetNodes\u003dthis.targetNodes().filter(t\u003d\u003et.nodeType\u003d\u003d\u003dt.ELEMENT_NODE),this.$_popperNode\u003dthis.popperNode(),this.$_innerNode\u003dthis.$_popperNode.querySelector(\".v-popper__inner\"),this.$_arrowNode\u003dthis.$_popperNode.querySelector(\".v-popper__arrow-container\"),this.$_swapTargetAttrs(\"title\",\"data-original-title\"),this.$_detachPopperNode(),this.triggers.length\u0026\u0026this.$_addEventListeners(),this.shown\u0026\u0026this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed\u003d!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted\u003d!1,this.isShown\u003d!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs(\"data-original-title\",\"title\"),this.$emit(\"dispose\"))},async onResize(){this.isShown\u0026\u0026(await this.$_computePosition(),this.$emit(\"resize\"))},async $_computePosition(){var t;if(this.$_isDisposed||this.positioningDisabled)return;const e\u003d{strategy:this.strategy,middleware:[]};(this.distance||this.skidding)\u0026\u0026e.middleware.push($({mainAxis:this.distance,crossAxis:this.skidding}));const n\u003dthis.placement.startsWith(\"auto\");if(n?e.middleware.push(x({alignment:null!\u003d(t\u003dthis.placement.split(\"-\")[1])?t:\"\"})):e.placement\u003dthis.placement,this.preventOverflow\u0026\u0026(this.shift\u0026\u0026e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"shift\",options:t,async fn(e){const{x:n,y:i,placement:o}\u003de,{mainAxis:s\u003d!0,crossAxis:l\u003d!1,limiter:c\u003d{fn:t\u003d\u003e{let{x:e,y:n}\u003dt;return{x:e,y:n}}},...u}\u003dt,d\u003d{x:n,y:i},p\u003dawait h(e,u),f\u003da(r(o)),v\u003dk(f);let g\u003dd[f],y\u003dd[v];if(s){const t\u003d\"y\"\u003d\u003d\u003df?\"bottom\":\"right\";g\u003dm(g+p[\"y\"\u003d\u003d\u003df?\"top\":\"left\"],g,g-p[t])}if(l){const t\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\";y\u003dm(y+p[\"y\"\u003d\u003d\u003dv?\"top\":\"left\"],y,y-p[t])}const w\u003dc.fn({...e,[f]:g,[v]:y});return{...w,data:{x:w.x-n,y:w.y-i}}}}}({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n\u0026\u0026this.flip\u0026\u0026e.middleware.push(C({padding:this.overflowPadding,boundary:this.boundary}))),e.middleware.push((t\u003d\u003e({name:\"arrow\",options:t,async fn(e){const{element:n,padding:i\u003d0}\u003dnull!\u003dt?t:{},{x:o,y:s,placement:c,rects:d,platform:h}\u003de;if(null\u003d\u003dn)return{};const p\u003du(i),f\u003d{x:o,y:s},v\u003da(r(c)),g\u003dl(v),y\u003dawait h.getDimensions({element:n}),w\u003d\"y\"\u003d\u003d\u003dv?\"top\":\"left\",b\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\",_\u003dd.reference[g]+d.reference[v]-f[v]-d.floating[g],S\u003df[v]-d.reference[v],x\u003dawait h.getOffsetParent({element:n}),C\u003dx?\"y\"\u003d\u003d\u003dv?x.clientHeight||0:x.clientWidth||0:0,$\u003d_/2-S/2,k\u003dp[w],T\u003dC-y[g]-p[b],E\u003dC/2-y[g]/2+$,O\u003dm(k,E,T);return{data:{[v]:O,centerOffset:E-O}}}}))({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow\u0026\u0026e.middleware.push({name:\"arrowOverflow\",fn:({placement:t,rects:e,middlewareData:n})\u003d\u003e{let i;const{centerOffset:o}\u003dn.arrow;return i\u003dt.startsWith(\"top\")||t.startsWith(\"bottom\")?Math.abs(o)\u003ee.reference.width/2:Math.abs(o)\u003ee.reference.height/2,{data:{overflow:i}}}}),this.autoMinSize||this.autoSize){const t\u003dthis.autoSize?this.autoSize:this.autoMinSize?\"min\":null;e.middleware.push({name:\"autoSize\",fn:({rects:e,placement:n,middlewareData:i})\u003d\u003e{var o;if(null\u003d\u003d(o\u003di.autoSize)?void 0:o.skip)return{};let r,s;return n.startsWith(\"top\")||n.startsWith(\"bottom\")?r\u003de.reference.width:s\u003de.reference.height,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minWidth\":\"max\"\u003d\u003d\u003dt?\"maxWidth\":\"width\"]\u003dnull!\u003dr?r+\"px\":null,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minHeight\":\"max\"\u003d\u003d\u003dt?\"maxHeight\":\"height\"]\u003dnull!\u003ds?s+\"px\":null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)\u0026\u0026(this.$_innerNode.style.maxWidth\u003dnull,this.$_innerNode.style.maxHeight\u003dnull,e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"size\",options:t,async fn(e){var n;const{placement:i,rects:o,middlewareData:a}\u003de,{apply:l,...c}\u003dt;if(null!\u003d(n\u003da.size)\u0026\u0026n.skip)return{};const u\u003dawait h(e,c),d\u003dr(i),p\u003d\"end\"\u003d\u003d\u003ds(i);let m,v;\"top\"\u003d\u003d\u003dd||\"bottom\"\u003d\u003d\u003dd?(m\u003dd,v\u003dp?\"left\":\"right\"):(v\u003dd,m\u003dp?\"top\":\"bottom\");const g\u003df(u.left,0),y\u003df(u.right,0),w\u003df(u.top,0),b\u003df(u.bottom,0),_\u003d{height:o.floating.height-([\"left\",\"right\"].includes(i)?2*(0!\u003d\u003dw||0!\u003d\u003db?w+b:f(u.top,u.bottom)):u[m]),width:o.floating.width-([\"top\",\"bottom\"].includes(i)?2*(0!\u003d\u003dg||0!\u003d\u003dy?g+y:f(u.left,u.right)):u[v])};return null\u003d\u003dl||l({..._,...o}),{data:{skip:!0},reset:{rects:!0}}}}}({boundary:this.boundary,padding:this.overflowPadding,apply:({width:t,height:e})\u003d\u003e{this.$_innerNode.style.maxWidth\u003dnull!\u003dt?t+\"px\":null,this.$_innerNode.style.maxHeight\u003dnull!\u003de?e+\"px\":null}})));const i\u003dawait J(this.$_referenceNode,this.$_popperNode,e);Object.assign(this.result,{x:i.x,y:i.y,placement:i.placement,strategy:i.strategy,arrow:ct(ct({},i.middlewareData.arrow),i.middlewareData.arrowOverflow)})},$_scheduleShow(t\u003dnull,e\u003d!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress\u003d!1,clearTimeout(this.$_scheduleTimer),bt\u0026\u0026this.instantMove\u0026\u0026bt.instantMove\u0026\u0026bt!\u003d\u003dthis.parentPopper)return bt.$_applyHide(!0),void this.$_applyShow(!0);e?this.$_applyShow():this.$_scheduleTimer\u003dsetTimeout(this.$_applyShow.bind(this),this.$_computeDelay(\"show\"))},$_scheduleHide(t\u003dnull,e\u003d!1){this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:(this.$_updateParentShownChildren(!1),this.$_hideInProgress\u003d!0,clearTimeout(this.$_scheduleTimer),this.isShown\u0026\u0026(bt\u003dthis),e?this.$_applyHide():this.$_scheduleTimer\u003dsetTimeout(this.$_applyHide.bind(this),this.$_computeDelay(\"hide\")))},$_computeDelay(t){const e\u003dthis.delay;return parseInt(e\u0026\u0026e[t]||e||0)},async $_applyShow(t\u003d!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition\u003dt,this.isShown||(this.$_ensureTeleport(),await yt(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Y(this.$_referenceNode),...Y(this.$_popperNode)],\"scroll\",()\u003d\u003e{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t\u003dthis.$_referenceNode.getBoundingClientRect(),e\u003dthis.$_popperNode.querySelector(\".v-popper__wrapper\"),n\u003de.parentNode.getBoundingClientRect(),i\u003dt.x+t.width/2-(n.left+e.offsetLeft),o\u003dt.y+t.height/2-(n.top+e.offsetTop);this.result.transformOrigin\u003d`${i}px ${o}px`}this.isShown\u003d!0,this.$_applyAttrsToTarget({\"aria-describedby\":this.popperId,\"data-popper-shown\":\"\"});const t\u003dthis.showGroup;if(t){let e;for(let n\u003d0;n\u003cwt.length;n++)e\u003dwt[n],e.showGroup!\u003d\u003dt\u0026\u0026(e.hide(),e.$emit(\"close-group\"))}wt.push(this),this.$emit(\"apply-show\"),this.classes.showFrom\u003d!0,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!1,await yt(),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!0},async $_applyHide(t\u003d!1){if(this.shownChildren.size\u003e0)return this.$_pendingHide\u003d!0,void(this.$_hideInProgress\u003d!1);if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition\u003dt,function(t,e){const n\u003dt.indexOf(e);-1!\u003d\u003dn\u0026\u0026t.splice(n,1)}(wt,this),bt\u003d\u003d\u003dthis\u0026\u0026(bt\u003dnull),this.isShown\u003d!1,this.$_applyAttrsToTarget({\"aria-describedby\":void 0,\"data-popper-shown\":void 0}),clearTimeout(this.$_disposeTimer);const e\u003dht(this.theme,\"disposeTimeout\");null!\u003d\u003de\u0026\u0026(this.$_disposeTimer\u003dsetTimeout(()\u003d\u003e{this.$_popperNode\u0026\u0026(this.$_detachPopperNode(),this.isMounted\u003d!1)},e)),this.$_removeEventListeners(\"scroll\"),this.$emit(\"apply-hide\"),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!0,this.classes.hideTo\u003d!1,await yt(),this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let t\u003dthis.container;if(\"string\"\u003d\u003dtypeof t?t\u003dwindow.document.querySelector(t):!1\u003d\u003d\u003dt\u0026\u0026(t\u003dthis.$_targetNodes[0].parentNode),!t)throw new Error(\"No container for popover: \"+this.container);t.appendChild(this.$_popperNode),this.isMounted\u003d!0},$_addEventListeners(){const t\u003dt\u003d\u003e{this.isShown\u0026\u0026!this.$_hideInProgress||(t.usedByTooltip\u003d!0,!this.$_preventShow\u0026\u0026this.show({event:t}))};this.$_registerTriggerListeners(this.$_targetNodes,vt,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],vt,this.popperTriggers,this.popperShowTriggers,t);const e\u003dt\u003d\u003e{t.usedByTooltip||this.hide({event:t})};this.$_registerTriggerListeners(this.$_targetNodes,gt,this.triggers,this.hideTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],gt,this.popperTriggers,this.popperHideTriggers,e)},$_registerEventListeners(t,e,n){this.$_events.push({targetNodes:t,eventType:e,handler:n}),t.forEach(t\u003d\u003et.addEventListener(e,n,pt?{passive:!0}:void 0))},$_registerTriggerListeners(t,e,n,i,o){let r\u003dn;null!\u003di\u0026\u0026(r\u003d\"function\"\u003d\u003dtypeof i?i(r):i),r.forEach(n\u003d\u003e{const i\u003de[n];i\u0026\u0026this.$_registerEventListeners(t,i,o)})},$_removeEventListeners(t){const e\u003d[];this.$_events.forEach(n\u003d\u003e{const{targetNodes:i,eventType:o,handler:r}\u003dn;t\u0026\u0026t!\u003d\u003do?e.push(n):i.forEach(t\u003d\u003et.removeEventListener(o,r))}),this.$_events\u003de},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,e\u003d!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit(\"close-directive\"):this.$emit(\"auto-hide\"),e\u0026\u0026(this.$_preventShow\u003d!0,setTimeout(()\u003d\u003e{this.$_preventShow\u003d!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode\u0026\u0026this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,e){for(const n of this.$_targetNodes){const i\u003dn.getAttribute(t);i\u0026\u0026(n.removeAttribute(t),n.setAttribute(e,i))}},$_applyAttrsToTarget(t){for(const e of this.$_targetNodes)for(const n in t){const i\u003dt[n];null\u003d\u003di?e.removeAttribute(n):e.setAttribute(n,i)}},$_updateParentShownChildren(t){let e\u003dthis.parentPopper;for(;e;)t?e.shownChildren.add(this.randomId):(e.shownChildren.delete(this.randomId),e.$_pendingHide\u0026\u0026e.hide()),e\u003de.parentPopper},$_isAimingPopper(){const t\u003dthis.$el.getBoundingClientRect();if(Pt\u003e\u003dt.left\u0026\u0026Pt\u003c\u003dt.right\u0026\u0026Lt\u003e\u003dt.top\u0026\u0026Lt\u003c\u003dt.bottom){const t\u003dthis.$_popperNode.getBoundingClientRect(),e\u003dPt-Ot,n\u003dLt-Bt,i\u003dt.left+t.width/2-Ot+(t.top+t.height/2)-Bt+t.width+t.height,o\u003dOt+e*i,r\u003dBt+n*i;return Nt(Ot,Bt,o,r,t.left,t.top,t.left,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.top,t.right,t.top)||Nt(Ot,Bt,o,r,t.right,t.top,t.right,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$scopedSlots.default(this.slotData)[0]}});function $t(t){for(let e\u003d0;e\u003cwt.length;e++){const n\u003dwt[e];try{const e\u003dn.popperNode();n.$_mouseDownContains\u003de.contains(t.target)}catch(t){}}}function kt(t,e\u003d!1){const n\u003d{};for(let i\u003dwt.length-1;i\u003e\u003d0;i--){const o\u003dwt[i];try{const i\u003do.$_containsGlobalTarget\u003dTt(o,t);o.$_pendingHide\u003d!1,requestAnimationFrame(()\u003d\u003e{if(o.$_pendingHide\u003d!1,!n[o.randomId]\u0026\u0026Et(o,i,t)){if(o.$_handleGlobalClose(t,e),!t.closeAllPopover\u0026\u0026t.closePopover\u0026\u0026i){let t\u003do.parentPopper;for(;t;)n[t.randomId]\u003d!0,t\u003dt.parentPopper;return}let r\u003do.parentPopper;for(;r\u0026\u0026Et(r,r.$_containsGlobalTarget,t);)r.$_handleGlobalClose(t,e),r\u003dr.parentPopper}})}catch(t){}}}function Tt(t,e){const n\u003dt.popperNode();return t.$_mouseDownContains||n.contains(e.target)}function Et(t,e,n){return n.closeAllPopover||n.closePopover\u0026\u0026e||t.autoHide\u0026\u0026!e}\"undefined\"!\u003dtypeof document\u0026\u0026\"undefined\"!\u003dtypeof window\u0026\u0026(ft?(document.addEventListener(\"touchstart\",$t,!pt||{passive:!0,capture:!0}),document.addEventListener(\"touchend\",(function(t){kt(t,!0)}),!pt||{passive:!0,capture:!0})):(window.addEventListener(\"mousedown\",$t,!0),window.addEventListener(\"click\",(function(t){kt(t)}),!0)),window.addEventListener(\"resize\",(function(t){for(let e\u003d0;e\u003cwt.length;e++){wt[e].$_computePosition(t)}})));let Ot\u003d0,Bt\u003d0,Pt\u003d0,Lt\u003d0;function Nt(t,e,n,i,o,r,s,a){const l\u003d((s-o)*(e-r)-(a-r)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e)),c\u003d((n-t)*(e-r)-(i-e)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e));return l\u003e\u003d0\u0026\u0026l\u003c\u003d1\u0026\u0026c\u003e\u003d0\u0026\u0026c\u003c\u003d1}var At;function zt(){zt.init||(zt.init\u003d!0,At\u003d-1!\u003d\u003dfunction(){var t\u003dwindow.navigator.userAgent,e\u003dt.indexOf(\"MSIE \");if(e\u003e0)return parseInt(t.substring(e+5,t.indexOf(\".\",e)),10);if(t.indexOf(\"Trident/\")\u003e0){var n\u003dt.indexOf(\"rv:\");return parseInt(t.substring(n+3,t.indexOf(\".\",n)),10)}var i\u003dt.indexOf(\"Edge/\");return i\u003e0?parseInt(t.substring(i+5,t.indexOf(\".\",i)),10):-1}())}function Mt(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n}\"undefined\"!\u003dtypeof window\u0026\u0026window.addEventListener(\"mousemove\",t\u003d\u003e{Ot\u003dPt,Bt\u003dLt,Pt\u003dt.clientX,Lt\u003dt.clientY},pt?{passive:!0}:void 0);var Ht\u003d{name:\"ResizeObserver\",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted:function(){var t\u003dthis;zt(),this.$nextTick((function(){t._w\u003dt.$el.offsetWidth,t._h\u003dt.$el.offsetHeight,t.emitOnMount\u0026\u0026t.emitSize()}));var e\u003ddocument.createElement(\"object\");this._resizeObject\u003de,e.setAttribute(\"aria-hidden\",\"true\"),e.setAttribute(\"tabindex\",-1),e.onload\u003dthis.addResizeHandlers,e.type\u003d\"text/html\",At\u0026\u0026this.$el.appendChild(e),e.data\u003d\"about:blank\",At||this.$el.appendChild(e)},beforeDestroy:function(){this.removeResizeHandlers()},methods:{compareAndNotify:function(){(!this.ignoreWidth\u0026\u0026this._w!\u003d\u003dthis.$el.offsetWidth||!this.ignoreHeight\u0026\u0026this._h!\u003d\u003dthis.$el.offsetHeight)\u0026\u0026(this._w\u003dthis.$el.offsetWidth,this._h\u003dthis.$el.offsetHeight,this.emitSize())},emitSize:function(){this.$emit(\"notify\",{width:this._w,height:this._h})},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener(\"resize\",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject\u0026\u0026this._resizeObject.onload\u0026\u0026(!At\u0026\u0026this._resizeObject.contentDocument\u0026\u0026this._resizeObject.contentDocument.defaultView.removeEventListener(\"resize\",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload\u003dnull,this._resizeObject\u003dnull)}}},Dt\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"resize-observer\",attrs:{tabindex:\"-1\"}})};Dt._withStripped\u003d!0;var Rt\u003dMt({render:Dt,staticRenderFns:[]},void 0,Ht,\"data-v-8859cc6c\",!1,void 0,!1,void 0,void 0,void 0);var jt\u003d{version:\"1.0.1\",install:function(t){t.component(\"resize-observer\",Rt),t.component(\"ResizeObserver\",Rt)}},It\u003dnull;\"undefined\"!\u003dtypeof window?It\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(It\u003di.g.Vue),It\u0026\u0026It.use(jt);var qt\u003d{computed:{themeClass(){return function(t){const e\u003d[t];let n\u003ddt.themes[t]||{};do{n.$extend\u0026\u0026!n.$resetCss?(e.push(n.$extend),n\u003ddt.themes[n.$extend]||{}):n\u003dnull}while(n);return e.map(t\u003d\u003e\"v-popper--theme-\"+t)}(this.theme)}}},Wt\u003d{name:\"VPopperContent\",components:{ResizeObserver:Rt},mixins:[qt],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},methods:{toPx:t\u003d\u003enull\u003d\u003dt||isNaN(t)?null:t+\"px\"}};function Ft(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const Vt\u003d{};var Ut\u003dFt(Wt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{ref:\"popover\",staticClass:\"v-popper__popper\",class:[t.themeClass,t.classes.popperClass,{\"v-popper__popper--shown\":t.shown,\"v-popper__popper--hidden\":!t.shown,\"v-popper__popper--show-from\":t.classes.showFrom,\"v-popper__popper--show-to\":t.classes.showTo,\"v-popper__popper--hide-from\":t.classes.hideFrom,\"v-popper__popper--hide-to\":t.classes.hideTo,\"v-popper__popper--skip-transition\":t.skipTransition,\"v-popper__popper--arrow-overflow\":t.result\u0026\u0026t.result.arrow.overflow,\"v-popper__popper--no-positioning\":!t.result}],style:t.result?{position:t.result.strategy,transform:\"translate3d(\"+Math.round(t.result.x)+\"px,\"+Math.round(t.result.y)+\"px,0)\"}:void 0,attrs:{id:t.popperId,\"aria-hidden\":t.shown?\"false\":\"true\",tabindex:t.autoHide?0:void 0,\"data-popper-placement\":t.result?t.result.placement:void 0},on:{keyup:function(e){if(!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"]))return null;t.autoHide\u0026\u0026t.$emit(\"hide\")}}},[n(\"div\",{staticClass:\"v-popper__backdrop\",on:{click:function(e){t.autoHide\u0026\u0026t.$emit(\"hide\")}}}),n(\"div\",{staticClass:\"v-popper__wrapper\",style:t.result?{transformOrigin:t.result.transformOrigin}:void 0},[n(\"div\",{ref:\"inner\",staticClass:\"v-popper__inner\"},[t.mounted?[n(\"div\",[t._t(\"default\")],2),t.handleResize?n(\"ResizeObserver\",{on:{notify:function(e){return t.$emit(\"resize\",e)}}}):t._e()]:t._e()],2),n(\"div\",{ref:\"arrow\",staticClass:\"v-popper__arrow-container\",style:t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0},[n(\"div\",{staticClass:\"v-popper__arrow-outer\"}),n(\"div\",{staticClass:\"v-popper__arrow-inner\"})])])])}),[],!1,Qt,null,null,null);function Qt(t){for(let t in Vt)this[t]\u003dVt[t]}var Xt\u003dfunction(){return Ut.exports}(),Yt\u003d{methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}},Kt\u003d{name:\"VPopperWrapper\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt,qt],inheritAttrs:!1,props:{theme:{type:String,default(){return this.$options.vPopperTheme}}},methods:{getTargetNodes(){return Array.from(this.$refs.reference.children).filter(t\u003d\u003et!\u003d\u003dthis.$refs.popperContent.$el)}}};const Gt\u003d{};var Zt\u003dFt(Kt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"target-nodes\":t.getTargetNodes,\"reference-node\":function(){return t.$refs.reference},\"popper-node\":function(){return t.$refs.popperContent.$el}},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.show,c\u003de.hide,u\u003de.handleResize,d\u003de.onResize,h\u003de.classes,p\u003de.result;return[n(\"div\",{ref:\"reference\",staticClass:\"v-popper\",class:[t.themeClass,{\"v-popper--shown\":o}]},[t._t(\"default\",null,{shown:o,show:l,hide:c}),n(\"PopperContent\",{ref:\"popperContent\",attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":u,classes:h,result:p},on:{hide:c,resize:d}},[t._t(\"popper\",null,{shown:o,hide:c})],2)],2)]}}],null,!0)},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,Jt,null,null,null);function Jt(t){for(let t in Gt)this[t]\u003dGt[t]}var te\u003dfunction(){return Zt.exports}(),ee\u003dut(ct({},te),{name:\"VDropdown\",vPopperTheme:\"dropdown\"});const ne\u003d{};var ie\u003dFt(ee,void 0,void 0,!1,oe,null,null,null);function oe(t){for(let t in ne)this[t]\u003dne[t]}var re\u003dfunction(){return ie.exports}(),se\u003dut(ct({},te),{name:\"VMenu\",vPopperTheme:\"menu\"});const ae\u003d{};var le\u003dFt(se,void 0,void 0,!1,ce,null,null,null);function ce(t){for(let t in ae)this[t]\u003dae[t]}var ue\u003dfunction(){return le.exports}(),de\u003dut(ct({},te),{name:\"VTooltip\",vPopperTheme:\"tooltip\"});const he\u003d{};var pe\u003dFt(de,void 0,void 0,!1,fe,null,null,null);function fe(t){for(let t in he)this[t]\u003dhe[t]}var me\u003dfunction(){return pe.exports}(),ve\u003d{name:\"VTooltipDirective\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt],inheritAttrs:!1,props:{theme:{type:String,default:\"tooltip\"},html:{type:Boolean,default(){return ht(this.theme,\"html\")}},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default(){return ht(this.theme,\"loadingContent\")}}},data:()\u003d\u003e({asyncContent:null}),computed:{isContentAsync(){return\"function\"\u003d\u003dtypeof this.content},loading(){return this.isContentAsync\u0026\u0026null\u003d\u003dthis.asyncContent},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(t){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId\u003d0},methods:{fetchContent(t){if(\"function\"\u003d\u003dtypeof this.content\u0026\u0026this.$_isShown\u0026\u0026(t||!this.$_loading\u0026\u0026null\u003d\u003dthis.asyncContent)){this.asyncContent\u003dnull,this.$_loading\u003d!0;const t\u003d++this.$_fetchId,e\u003dthis.content(this);e.then?e.then(e\u003d\u003ethis.onResult(t,e)):this.onResult(t,e)}},onResult(t,e){t\u003d\u003d\u003dthis.$_fetchId\u0026\u0026(this.$_loading\u003d!1,this.asyncContent\u003de)},onShow(){this.$_isShown\u003d!0,this.fetchContent()},onHide(){this.$_isShown\u003d!1}}};const ge\u003d{};var ye\u003dFt(ve,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"popper-node\":function(){return t.$refs.popperContent.$el}},on:{\"apply-show\":t.onShow,\"apply-hide\":t.onHide},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.hide,c\u003de.handleResize,u\u003de.onResize,d\u003de.classes,h\u003de.result;return[n(\"PopperContent\",{ref:\"popperContent\",class:{\"v-popper--tooltip-loading\":t.loading},attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":c,classes:d,result:h},on:{hide:l,resize:u}},[t.html?n(\"div\",{domProps:{innerHTML:t._s(t.finalContent)}}):n(\"div\",{domProps:{textContent:t._s(t.finalContent)}})])]}}])},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,we,null,null,null);function we(t){for(let t in ge)this[t]\u003dge[t]}var be\u003dfunction(){return ye.exports}();function _e(t,e,n){let i;const o\u003dtypeof e;return i\u003d\"string\"\u003d\u003d\u003do?{content:e}:e\u0026\u0026\"object\"\u003d\u003d\u003do?e:{content:!1},i.placement\u003dfunction(t,e){let n\u003dt.placement;if(!n\u0026\u0026e)for(const t of mt)e[t]\u0026\u0026(n\u003dt);return n||(n\u003dht(t.theme||\"tooltip\",\"placement\")),n}(i,n),i.targetNodes\u003d()\u003d\u003e[t],i.referenceNode\u003d()\u003d\u003et,i}function Se(t,e,n){const i\u003d_e(t,e,n),o\u003dt.$_popper\u003dnew(et())({mixins:[Yt],data:()\u003d\u003e({options:i}),render(t){const e\u003dthis.options,{theme:n,html:i,content:o,loadingContent:r}\u003de,s\u003d((t,e)\u003d\u003e{var n\u003d{};for(var i in t)st.call(t,i)\u0026\u0026e.indexOf(i)\u003c0\u0026\u0026(n[i]\u003dt[i]);if(null!\u003dt\u0026\u0026rt)for(var i of rt(t))e.indexOf(i)\u003c0\u0026\u0026at.call(t,i)\u0026\u0026(n[i]\u003dt[i]);return n})(e,[\"theme\",\"html\",\"content\",\"loadingContent\"]);return t(be,{props:{theme:n,html:i,content:o,loadingContent:r},attrs:s,ref:\"popper\"})},devtools:{hide:!0}}),r\u003ddocument.createElement(\"div\");return document.body.appendChild(r),o.$mount(r),t.classList\u0026\u0026t.classList.add(\"v-popper--has-tooltip\"),o}function xe(t){t.$_popper\u0026\u0026(t.$_popper.$destroy(),delete t.$_popper,delete t.$_popperOldShown),t.classList\u0026\u0026t.classList.remove(\"v-popper--has-tooltip\")}function Ce(t,{value:e,oldValue:n,modifiers:i}){const o\u003d_e(t,e,i);if(!o.content||ht(o.theme||\"tooltip\",\"disabled\"))xe(t);else{let n;t.$_popper?(n\u003dt.$_popper,n.options\u003do):n\u003dSe(t,e,i),void 0!\u003d\u003de.shown\u0026\u0026e.shown!\u003d\u003dt.$_popperOldShown\u0026\u0026(t.$_popperOldShown\u003de.shown,e.shown?n.show():n.hide())}}var $e\u003d{bind:Ce,update:Ce,unbind(t){xe(t)}};function ke(t){t.addEventListener(\"click\",Ee),t.addEventListener(\"touchstart\",Oe,!!pt\u0026\u0026{passive:!0})}function Te(t){t.removeEventListener(\"click\",Ee),t.removeEventListener(\"touchstart\",Oe),t.removeEventListener(\"touchend\",Be),t.removeEventListener(\"touchcancel\",Pe)}function Ee(t){const e\u003dt.currentTarget;t.closePopover\u003d!e.$_vclosepopover_touch,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}function Oe(t){if(1\u003d\u003d\u003dt.changedTouches.length){const e\u003dt.currentTarget;e.$_vclosepopover_touch\u003d!0;const n\u003dt.changedTouches[0];e.$_vclosepopover_touchPoint\u003dn,e.addEventListener(\"touchend\",Be),e.addEventListener(\"touchcancel\",Pe)}}function Be(t){const e\u003dt.currentTarget;if(e.$_vclosepopover_touch\u003d!1,1\u003d\u003d\u003dt.changedTouches.length){const n\u003dt.changedTouches[0],i\u003de.$_vclosepopover_touchPoint;t.closePopover\u003dMath.abs(n.screenY-i.screenY)\u003c20\u0026\u0026Math.abs(n.screenX-i.screenX)\u003c20,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}}function Pe(t){t.currentTarget.$_vclosepopover_touch\u003d!1}var Le\u003d{bind(t,{value:e,modifiers:n}){t.$_closePopoverModifiers\u003dn,(void 0\u003d\u003d\u003de||e)\u0026\u0026ke(t)},update(t,{value:e,oldValue:n,modifiers:i}){t.$_closePopoverModifiers\u003di,e!\u003d\u003dn\u0026\u0026(void 0\u003d\u003d\u003de||e?ke(t):Te(t))},unbind(t){Te(t)}};const Ne\u003dre,Ae\u003dme;const ze\u003d{version:\"1.0.0-beta.14\",install:function(t,e\u003d{}){t.$_vTooltipInstalled||(t.$_vTooltipInstalled\u003d!0,function t(e,n){for(const i in n)Object.prototype.hasOwnProperty.call(n,i)\u0026\u0026(\"object\"\u003d\u003dtypeof n[i]\u0026\u0026e[i]?t(e[i],n[i]):e[i]\u003dn[i])}(dt,e),t.directive(\"tooltip\",$e),t.directive(\"close-popper\",Le),t.component(\"v-tooltip\",me),t.component(\"VTooltip\",me),t.component(\"v-dropdown\",re),t.component(\"VDropdown\",re),t.component(\"v-menu\",ue),t.component(\"VMenu\",ue))},options:dt};let Me\u003dnull;\"undefined\"!\u003dtypeof window?Me\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(Me\u003di.g.Vue),Me\u0026\u0026Me.use(ze);var He\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"alert box-container\",t.containerStyle(),t.addClass,{\"d-flex\":t.seamlessHeaderBool()}],style:t.customStyle()},[t.seamlessHeaderBool()?n(\"div\",{staticClass:\"d-flex\"},[t.iconBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"header-and-body\"},[t.headerBool()?n(\"div\",{class:[\"box-header-wrapper\",{\"alert-dismissible\":t.dismissible}]},[t.iconBool()\u0026\u0026!t.seamlessHeaderBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"box-header\"},[t._t(\"header\")],2),t._v(\" \"),t.dismissible?n(\"button\",{staticClass:\"btn-close close-with-heading\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()]):t._e(),t._v(\" \"),n(\"div\",{class:[\"box-body-wrapper\",{\"alert-dismissible\":t.dismissible\u0026\u0026!t.headerBool(),\"box-body-wrapper-with-heading\":t.headerBool()}]},[t.iconBool()\u0026\u0026!t.headerBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),t.seamlessNoHeaderBool()?n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"contents\",style:t.customColorStyle()},[t._t(\"default\")],2),t._v(\" \"),t.dismissible\u0026\u0026!t.headerBool()?n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()])])])};He._withStripped\u003d!0;var De\u003dfunction(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t};function Re(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t}function je(t){return\"number\"\u003d\u003dtypeof t?t:null\u003d\u003dt||isNaN(Number(t))?null:Number(t)}function Ie(t){var e\u003dt.split(\"#\"),n\u003d\"\";return e.length\u003e1\u0026\u0026(n\u003de[1]),n}function qe(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const We\u003dqe({props:{dismissible:{type:Boolean,default:!1},backgroundColor:{type:String,default:null},borderColor:{type:String,default:null},borderLeftColor:{type:String,default:null},color:{type:String,default:null},icon:{type:String,default:null},iconSize:{type:String,default:null},iconColor:{type:String,default:null},type:{type:String,default:\"\"},addClass:{type:String,default:\"\"},light:{type:Boolean,default:!1},seamless:{type:Boolean,default:!1},noIcon:{type:Boolean,default:!1},noBackground:{type:Boolean,default:!1},noBorder:{type:Boolean,default:!1},theme:{type:String,default:\"\"}},computed:{bootStrapStyle:function(){return function(t,e){var n,i,o\u003d[\"warning\",\"info\",\"definition\",\"success\",\"danger\",\"tip\",\"important\",\"wrong\"].includes(t)?t:\"\",r\u003d[\"primary\",\"secondary\",\"success\",\"danger\",\"warning\",\"info\",\"light\",\"dark\"].includes(e)?e:\"\";if(r)n\u003dr;else switch(o){case\"warning\":n\u003d\"warning\";break;case\"info\":n\u003d\"info\";break;case\"definition\":n\u003d\"primary\";break;case\"success\":case\"tip\":n\u003d\"success\";break;case\"important\":case\"wrong\":n\u003d\"danger\";break;default:n\u003d\"default\"}switch(o){case\"wrong\":i\u003d\"fa-times\";break;case\"warning\":i\u003d\"fa-exclamation\";break;case\"info\":i\u003d\"fa-info\";break;case\"success\":i\u003d\"fa-check\";break;case\"important\":i\u003d\"fa-flag\";break;case\"tip\":i\u003d\"fa-lightbulb\";break;case\"definition\":i\u003d\"fa-atlas\";break;default:i\u003d\"\"}return{style:n,icon:i}}(this.type,this.theme)}},methods:{isSeamless:function(){return!this.light\u0026\u0026this.seamless},seamlessNoHeaderBool:function(){return this.isSeamless()\u0026\u0026!this.headerBool()},seamlessHeaderBool:function(){return this.isSeamless()\u0026\u0026this.headerBool()},headerBool:function(){return!!this.$scopedSlots.header},iconBool:function(){var t\u003d!!this.$scopedSlots.icon;return!this.noIcon\u0026\u0026this.type||t},containerStyle:function(){var t;return t\u003dthis.light?\"\".concat(this.getBootstrapBorderStyle(),\" alert-border-left\"):this.seamless?\"seamless\":this.getBootstrapAlertStyle(),this.noBackground\u0026\u0026(t+\u003d\" no-background\"),this.noBorder\u0026\u0026(t+\u003d\" no-border\"),t},customStyle:function(){var t\u003d{};return this.backgroundColor\u0026\u0026(t.backgroundColor\u003dthis.backgroundColor,t.borderColor\u003dthis.backgroundColor),this.borderColor\u0026\u0026(t.border\u003d\"1px solid \".concat(this.borderColor)),this.borderLeftColor\u0026\u0026(t.borderLeft\u003d\"5px solid \".concat(this.borderLeftColor)),t},customColorStyle:function(){return this.color?{color:this.color}:{}},iconStyle:function(){var t\u003d\"\";return this.iconSize\u0026\u0026(t+\u003d\"fa-\".concat(this.iconSize)),(this.light||this.seamless)\u0026\u0026(t+\u003d\" \".concat(this.getBootstrapTextStyle())),t},customIconColorStyle:function(){return this.iconColor?{color:\"\".concat(this.iconColor,\"!important\")}:{}},getBootstrapAlertStyle:function(){return\"alert-\".concat(this.bootStrapStyle.style)},getBootstrapTextStyle:function(){return\"text-\".concat(this.bootStrapStyle.style)},getBootstrapBorderStyle:function(){return\"border-\".concat(this.bootStrapStyle.style)},getFontAwesomeIconStyle:function(){return this.bootStrapStyle.icon}}},He,[],!1,null,\"4d146e2c\",null).exports;var Fe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{staticClass:\"breadcrumb-divider\",attrs:{\"aria-label\":\"breadcrumb\"}},[n(\"ol\",{staticClass:\"breadcrumb\"},[n(\"li\",{staticClass:\"notlink breadcrumb-marker\"},[t._v(\"\\n ››  \\n \")]),t._v(\" \"),t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:[\"breadcrumb-item\",{notlink:null\u003d\u003d\u003de.link}],attrs:{\"aria-current\":{page:t.isLast(i,t.items.length)}}},[null\u003d\u003d\u003de.link?n(\"a\",[t._v(\"\\n \"+t._s(e.title)+\"\\n \")]):n(\"a\",{attrs:{href:e.link}},[t._v(\"\\n \"+t._s(e.title)+\"\\n \")])])}))],2)])])};Fe._withStripped\u003d!0;const Ve\u003dqe({data:function(){return{items:[]}},methods:{isLast:function(t,e){return t\u003d\u003d\u003de-1}},mounted:function(){var t\u003dArray.from(document.querySelectorAll(\"ul\")).find((function(t){return t.classList.contains(\"site-nav-list-root\")}));if(t){var e\u003dt.querySelector(\".current\");if(e){this.items.unshift({title:e.textContent,link:null});for(var n\u003de.parentElement;n!\u003d\u003dt;){if(\"ul\"\u003d\u003d\u003dn.tagName.toLowerCase()){var i\u003dn.parentElement.querySelector(\"div\"),o\u003di.querySelector(\"a[href]\");null\u003d\u003d\u003do?this.items.unshift({title:i.textContent,link:null}):this.items.unshift({title:o.textContent,link:o.getAttribute(\"href\")})}n\u003dn.parentElement}}}}},Fe,[],!1,null,\"ef898034\",null).exports;var Ue\u003di(3),Qe\u003di.n(Ue),Xe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isLi?n(\"li\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"dropdown\",t.addClass]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-toggle nav-link\",class:{disabled:t.disabledBool},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2):t.isSubmenu?n(\"submenu\",{ref:\"submenu\",scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)}):n(\"div\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"btn-group\",t.addClass]},[t._t(\"before\"),t._v(\" \"),t._t(\"button\",(function(){return[n(\"button\",{staticClass:\"btn dropdown-toggle\",class:[t.btnType,t.btnWithBefore,{\"dropdown-toggle-split\":t.hasBefore}],attrs:{type:\"button\",disabled:t.disabledBool,\"data-bs-reference\":\"parent\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2)};Xe._withStripped\u003d!0;var Ye\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"li\",{ref:\"submenu\",class:[t.addClass,\"dropdown-submenu\",{dropend:t.dropright,dropstart:t.dropleft}]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-item submenu-toggle\",class:{disabled:t.disabled},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\"},[t._t(\"default\")],2)]}))],2)};function Ke(t,n){for(var i\u003d0;i\u003cn.length;i++){var o\u003dn[i];o.enumerable\u003do.enumerable||!1,o.configurable\u003d!0,\"value\"in o\u0026\u0026(o.writable\u003d!0),Object.defineProperty(t,e(o.key),o)}}Ye._withStripped\u003d!0;var Ge,Ze\u003dArray.prototype,Je\u003dnew Error(\"Passed arguments must be of Node\"),tn\u003d[],en\u003d[];function nn(t){return t instanceof window.Node}function on(t){return t instanceof window.NodeList||t instanceof sn||t instanceof window.HTMLCollection||t instanceof Array}function rn(t){return(t\u003dt.trim()).length?t.replace(/\\s+/,\" \").split(\" \"):[]}var sn\u003dfunction(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t);var n\u003de;if(e[0]\u003d\u003d\u003dwindow?n\u003d[window]:\"string\"\u003d\u003dtypeof e[0]?(n\u003d(e[1]||document).querySelectorAll(e[0]),e[1]\u0026\u0026(this.owner\u003de[1])):0 in e\u0026\u0026!nn(e[0])\u0026\u0026e[0]\u0026\u0026\"length\"in e[0]\u0026\u0026(n\u003de[0],e[1]\u0026\u0026(this.owner\u003de[1])),n){for(var i in n)this[i]\u003dn[i];this.length\u003dn.length}else this.length\u003d0}var e,n,i;return e\u003dt,(n\u003d[{key:\"concat\",value:function(){var t\u003dZe.slice.call(this);function e(n){Ze.forEach.call(n,(function(n){nn(n)?~t.indexOf(n)||t.push(n):on(n)\u0026\u0026e(n)}))}for(var n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(nn(n))~t.indexOf(n)||t.push(n);else{if(!on(n))throw Error(\"Concat arguments must be of a Node, NodeList, HTMLCollection, or Array of (Node, NodeList, HTMLCollection, Array)\");e(n)}})),hn(t,this)}},{key:\"delete\",value:function(){var t\u003dln(this).filter((function(t){return t.remove?t.remove():t.parentNode\u0026\u0026t.parentNode.removeChild(t),document.body.contains(t)}));return t.length\u0026\u0026console.warn(\"NodeList: Some nodes could not be deleted.\"),t}},{key:\"each\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"filter\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.filter.apply(this,e),this)}},{key:\"find\",value:function(t){var e\u003d[];return ln(this).forEach((function(n){Ze.push.apply(e,n.querySelectorAll(t))})),ln(e,this.owner)}},{key:\"findChildren\",value:function(t){var e\u003dthis;return t?this.find(t).filter((function(t){return e.includes(t.parentElement)})):ln(this.map((function(t){return t.children})))}},{key:\"forEach\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"includes\",value:function(t,e){return~this.indexOf(t,e)}},{key:\"map\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.map.apply(this,e);return i.some((function(t){return nn(t)||on(t)}))?ln(i,this):i}},{key:\"parent\",value:function(){return ln(this.map((function(t){return t.parentNode})),this)}},{key:\"pop\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[],n\u003dZe.pop.bind(this);t--;)e.push(n());return hn(e,this)}},{key:\"push\",value:function(){for(var t\u003dthis,e\u003darguments.length,n\u003dnew Array(e),i\u003d0;i\u003ce;i++)n[i]\u003darguments[i];return Ze.forEach.call(n,(function(e){if(!nn(e))throw Je;~t.indexOf(e)||Ze.push.call(t,e)})),this}},{key:\"shift\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[];t--;)e.push(Ze.shift.call(this));return 1\u003d\u003de.length?e[0]:hn(e,this)}},{key:\"slice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.slice.apply(this,e),this)}},{key:\"splice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];for(var i\u003d2,o\u003de.length;i\u003co;i++)if(!nn(e[i]))throw Je;return Ze.splice.apply(this,e),this}},{key:\"unshift\",value:function(){for(var t\u003dthis,e\u003dZe.unshift.bind(this),n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(!nn(n))throw Je;~t.indexOf(n)||e(n)})),this}},{key:\"addClass\",value:function(t){return this.toggleClass(t,!0)}},{key:\"removeClass\",value:function(t){return this.toggleClass(t,!1)}},{key:\"toggleClass\",value:function(t,e){var n\u003dnull\u003d\u003de?\"toggle\":e?\"add\":\"remove\";return\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),this.each((function(e){var i,o\u003drn(e.className);t.forEach((function(t){var e\u003d~o.indexOf(t);e||\"remove\"\u003d\u003d\u003dn||o.push(t),e\u0026\u0026\"add\"!\u003d\u003dn\u0026\u0026(o\u003do.filter((function(e){return e!\u003d\u003dt})))})),(o\u003d(i\u003do).length?i.join(\" \"):\"\")?e.className\u003do:e.removeAttribute(\"class\")})),this}},{key:\"get\",value:function(t){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)}},{key:\"set\",value:function(t,e){return t.constructor\u003d\u003d\u003dObject?this.each((function(e){if(e)for(var n in t)n in e\u0026\u0026(e[n]\u003dt[n])})):this.each((function(n){t in n\u0026\u0026(n[t]\u003de)})),this}},{key:\"call\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.shift.call(e),o\u003d[],r\u003d!0;return this.each((function(t){t\u0026\u0026t[i]instanceof Function?(t\u003dt[i].apply(t,e),o.push(t),r\u0026\u0026void 0!\u003d\u003dt\u0026\u0026(r\u003d!1)):o.push(void 0)})),r?this:ln(o,this)}},{key:\"item\",value:function(t){return hn([this[t]],this)}},{key:\"asArray\",get:function(){return Ze.slice.call(this)}},{key:\"on\",value:function(t,e,n){if(\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),!this||!this.length)return this;if(void 0\u003d\u003d\u003dn\u0026\u0026(n\u003de,e\u003dnull),!n)return this;var i\u003dn;return n\u003de?function(t){var n\u003dhn(e,this);n.length\u0026\u0026n.some((function(e){var n\u003de.contains(t.target);return n\u0026\u0026i.call(e,t,e),n}))}:function(t){i.apply(this,[t,this])},this.each((function(e){t.forEach((function(t){(e\u003d\u003d\u003dwindow||nn(e))\u0026\u0026(e.addEventListener(t,n,!1),en.push({el:e,event:t,callback:n}))}))})),this}},{key:\"off\",value:function(t,e){return t instanceof Function\u0026\u0026(e\u003dt,t\u003dnull),t\u003dt instanceof Array?t:\"string\"\u003d\u003dtypeof t?rn(t):null,this.each((function(n){en\u003den.filter((function(i){return!!(!i||i.el!\u003d\u003dn||e\u0026\u0026e!\u003d\u003di.callback||t\u0026\u0026!~t.indexOf(i.event))||(i.el.removeEventListener(i.event,i.callback),!1)}))})),this}},{key:\"onBlur\",value:function(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];return this\u0026\u0026this.length\u0026\u0026t?(this.each((function(e){tn.push({el:e,callback:t})})),Ge||(Ge\u003dfunction(t){tn.forEach((function(e){e.el\u0026\u0026(e.el.contains(t.target)||e.el\u003d\u003d\u003dt.target||e.callback.call(e.el,t,e.el))}))},document.addEventListener(\"click\",Ge,!1),e\u0026\u0026document.addEventListener(\"touchstart\",Ge,!1)),this):this}},{key:\"offBlur\",value:function(t){return this.each((function(e){tn\u003dtn.filter((function(n){return!(n\u0026\u0026n.el\u003d\u003d\u003de\u0026\u0026(!t||n.callback\u003d\u003d\u003dt))\u0026\u0026e}))})),this}}])\u0026\u0026Ke(e.prototype,n),i\u0026\u0026Ke(e,i),Object.defineProperty(e,\"prototype\",{writable:!1}),t}(),an\u003dsn.prototype;function ln(t,e){var n\u003d[];return Ze.forEach.call(t,(function(i){if(nn(i))~n.indexOf(i)||n.push(i);else if(on(i))for(var o in i)n.push(i[o]);else if(null!\u003d\u003di)return t.get\u003dan.get,t.set\u003dan.set,t.call\u003dan.call,t.owner\u003de,t})),hn(n,e)}Object.getOwnPropertyNames(Ze).forEach((function(t){\"join\"!\u003d\u003dt\u0026\u0026\"copyWithin\"!\u003d\u003dt\u0026\u0026\"fill\"!\u003d\u003dt\u0026\u0026void 0\u003d\u003d\u003dan[t]\u0026\u0026(an[t]\u003dZe[t])})),window\u0026\u0026window.Symbol\u0026\u0026Symbol.iterator\u0026\u0026(an[Symbol.iterator]\u003dan.values\u003dZe[Symbol.iterator]);var cn\u003ddocument\u0026\u0026document.createElement(\"div\");function un(t){var e\u003dthis;an[t]||(cn[t]instanceof Function?an[t]\u003dfunction(){for(var n\u003d[],i\u003d!0,o\u003darguments.length,r\u003dnew Array(o),s\u003d0;s\u003co;s++)r[s]\u003darguments[s];for(var a in an){var l\u003dan[a];l\u0026\u0026l[t]instanceof Function?(l\u003dl[t].apply(l,r),n.push(l),i\u0026\u0026void 0!\u003d\u003dl\u0026\u0026(i\u003d!1)):n.push(void 0)}return i?e:ln(n,e)}:Object.defineProperty(an,t,{get:function(){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)},set:function(e){this.each((function(n){n\u0026\u0026t in n\u0026\u0026(n[t]\u003de)}))}}))}for(var dn in cn)un(dn);function hn(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return new sn(e)}window\u0026\u0026(window.NL\u003dhn);const pn\u003dhn;const fn\u003d{isRightAlign:function(t){var e\u003d0,n\u003dwindow.innerWidth,i\u003d(window.innerHeight,t.getBoundingClientRect());if(void 0\u003d\u003d\u003di)return!0;i.y;var o\u003di.x,r\u003di.x+t.offsetWidth;return i.y,t.offsetHeight,!(o\u003c0)\u0026\u0026(o\u003ce||!(r\u003en))},preventOverflow:function(t){t.removeAttribute(\"style\");var e\u003d0,n\u003d(window.innerWidth,window.innerHeight),i\u003dt.getBoundingClientRect();if(void 0!\u003d\u003di){var o\u003di.y,r\u003d(i.x,i.x,t.offsetWidth,i.y+t.offsetHeight);r\u003en?t.setAttribute(\"style\",\"bottom: auto; top: \".concat(-(r-n),\"px;\")):o\u003ce\u0026\u0026t.setAttribute(\"style\",\"top: auto; bottom: \".concat(-(e-o),\"px;\"))}}};function mn(t){for(var e\u003dt,n\u003dt;n;)n.classList\u0026\u0026n.classList.contains(\"dropdown-menu\")\u0026\u0026(e\u003dn),n\u003dn.parentNode;if(e.offsetWidth\u003ewindow.innerWidth)e.setAttribute(\"style\",\"left: 0px;\");else{var i\u003de.parentNode.getBoundingClientRect(),o\u003di.left+e.offsetWidth-window.innerWidth,r\u003do\u003c0?i.left:i.left-o;e.setAttribute(\"style\",\"left: \".concat(r,\"px;\"))}}const vn\u003dqe({props:{addClass:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},data:function(){return{show:!1,dropright:!0,dropleft:!1}},inject:{isParentNavbar:{default:!1}},computed:{disabledBool:function(){return Re(this.disabled)}},methods:{hideSubmenu:function(){this.show\u003d!1,pn(this.$refs.submenu).find(\"ul.dropdown-menu\").each((function(t){return t.classList.toggle(\"show\",!1)})),this.alignMenuRight()},showSubmenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.submenu).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar?mn(e):(fn.isRightAlign(e)?t.alignMenuRight():t.alignMenuLeft(),fn.preventOverflow(e))}))},alignMenuRight:function(){this.dropright\u003d!0,this.dropleft\u003d!1},alignMenuLeft:function(){this.dropright\u003d!1,this.dropleft\u003d!0}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.submenu);this.show\u0026\u0026this.showSubmenu(),e.onBlur((function(){t.hideSubmenu()}),!1),e.findChildren(\"a,button\").on(\"click\",(function(e){return e.preventDefault(),e.stopPropagation(),t.disabledBool||(t.show?t.hideSubmenu():t.showSubmenu()),!1})),e.findChildren(\"a,button\").on(\"mouseover\",(function(n){if(n.preventDefault(),window.innerWidth\u003e767){if(e.findChildren(\"ul.show\").length\u003e0||t.disabledBool)return!1;n.currentTarget.click(),t.$parent.$parent.$children.forEach((function(e){e.$el\u003d\u003d\u003dt.$el?e.$refs.submenu.showSubmenu():e.$refs.submenu.hideSubmenu()}))}return!1}))},beforeDestroy:function(){var t\u003dpn(this.$refs.submenu);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Ye,[],!1,null,\"6df16086\",null).exports;const gn\u003dqe({components:{Submenu:vn},props:{disabled:{type:[Boolean,String],default:!1},type:{type:String,default:\"light\"},menuAlignRight:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},provide:{hasParentDropdown:!0},inject:{hasParentDropdown:{default:void 0},isParentNavbar:{default:!1}},data:function(){return{show:!1}},computed:{btnType:function(){return\"btn-\".concat(this.type)},disabledBool:function(){return Re(this.disabled)},isLi:function(){return this.$parent._navbar||this.$parent.menu||this.$parent._tabset},isSubmenu:function(){return this.hasParentDropdown},menu:function(){return!this.$parent||this.$parent.navbar},submenu:function(){return this.$parent\u0026\u0026(this.$parent.menu||this.$parent.submenu)},slots:function(){return this.$scopedSlots.default},hasBefore:function(){return!!this.$scopedSlots.before},btnWithBefore:function(){return this.hasBefore?\"btn-with-before\":\"\"}},methods:{blur:function(){var t\u003dthis;this.unblur(),this._hide\u003dsetTimeout((function(){t._hide\u003dnull,t.hideDropdownMenu()}),100)},unblur:function(){this._hide\u0026\u0026(clearTimeout(this._hide),this._hide\u003dnull)},hideDropdownMenu:function(){var t\u003dthis;this.show\u003d!1,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!1),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026e.style.removeProperty(\"left\")}))},showDropdownMenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026mn(e)}))}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.dropdown);this.$slots.button\u0026\u0026e.findChildren(\".dropdown-toggle\").forEach((function(t){return t.setAttribute(\"data-bs-toggle\",\"dropdown\")})),this.show\u0026\u0026this.showDropdownMenu(),e.onBlur((function(){t.hideDropdownMenu()}),!1),e.findChildren(\"a,button.dropdown-toggle\").on(\"click\",(function(e){return e.preventDefault(),t.disabledBool||(t.show?t.hideDropdownMenu():t.showDropdownMenu()),!1})),e.findChildren(\"ul\").on(\"click\",\"li\u003ea\",(function(e){e.target.classList.contains(\"submenu-toggle\")||t.hideDropdownMenu()}))},beforeDestroy:function(){var t\u003dpn(this.$refs.dropdown);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Xe,[],!1,null,\"12679d7e\",null).exports;var yn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{ref:\"navbar\",class:[\"navbar\",\"navbar-expand-md\",\"d-print-none\",t.themeOptions,t.addClass,t.fixedOptions]},[n(\"div\",{staticClass:\"container-fluid\"},[n(\"div\",{staticClass:\"navbar-left\"},[t._t(\"brand\")],2),t._v(\" \"),n(\"div\",{ref:\"navbarDefault\",staticClass:\"navbar-default\"},[n(\"ul\",{staticClass:\"navbar-nav me-auto mt-2 mt-lg-0\"},[t._t(\"default\")],2)]),t._v(\" \"),t.slots.right?n(\"ul\",{staticClass:\"navbar-nav navbar-right\"},[t._t(\"right\")],2):t._e()])]),t._v(\" \"),n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isLowerNavbarShowing,expression:\"isLowerNavbarShowing\"}],ref:\"lowerNavbar\",staticClass:\"lower-navbar-container\"},[t._t(\"lower-navbar\",(function(){return[n(\"site-nav-button\"),t._v(\" \"),n(\"page-nav-button\")]}))],2)])};function wn(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}function bn(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return wn(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wn(t,e):void 0}}function _n(t){return function(t){if(Array.isArray(t))return wn(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026null!\u003dt[Symbol.iterator]||null!\u003dt[\"@@iterator\"])return Array.from(t)}(t)||bn(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function Sn(t){return t.endsWith(\".html\")?t.toLowerCase():t.endsWith(\"/\")?\"\".concat(t,\"index.html\").toLowerCase():t.endsWith(\"/\")?t.toLowerCase():\"\".concat(t,\".html\").toLowerCase()}yn._withStripped\u003d!0;var xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showSiteNav?n(\"overlay\",{attrs:{type:\"siteNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-site-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,3920804522)}):t._e()};xn._withStripped\u003d!0;const Cn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showSiteNav:function(){return this.show\u0026\u0026this.portalName}},methods:{toggleSiteNavButton:function(){window.innerWidth\u003c992?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#site-nav a\")?this.portalName\u003d\"site-nav\":null!\u003d\u003ddocument.querySelector(\".site-nav-root a\")\u0026\u0026(this.portalName\u003d\"mb-site-nav\"),this.toggleSiteNavButton(),pn(window).on(\"resize\",this.toggleSiteNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.toggleSiteNavButton)}},xn,[],!1,null,\"d6ffaa8e\",null).exports;var $n\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showPageNav?n(\"overlay\",{attrs:{type:\"pageNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-page-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,171840498)}):t._e()};$n._withStripped\u003d!0;const kn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showPageNav:function(){return this.show\u0026\u0026this.portalName}},methods:{togglePageNavButton:function(){window.innerWidth\u003c1300?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#page-nav a\")?this.portalName\u003d\"page-nav\":null!\u003d\u003ddocument.querySelector(\"#mb-page-nav a\")\u0026\u0026(this.portalName\u003d\"mb-page-nav\"),this.togglePageNavButton(),pn(window).on(\"resize\",this.togglePageNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.togglePageNavButton)}},$n,[],!1,null,\"4b08b1df\",null).exports;const Tn\u003dqe({components:{SiteNavButton:Cn,PageNavButton:kn},props:{type:{type:String,default:\"primary\"},addClass:{type:String,default:\"\"},fixed:{type:[Boolean,String],default:!1},defaultHighlightOn:{type:String,default:\"sibling-or-child\"}},provide:function(){return{toggleLowerNavbar:this.toggleLowerNavbar,isParentNavbar:!0}},data:function(){return{id:\"bs-example-navbar-collapse-1\",styles:{},isLowerNavbarShowing:!1}},computed:{fixedBool:function(){return Re(this.fixed)},fixedOptions:function(){return this.fixedBool?\"navbar-fixed\":\"\"},slots:function(){return this.$scopedSlots},themeOptions:function(){switch(this.type){case\"none\":return\"\";case\"light\":return\"navbar-light bg-light\";case\"dark\":return\"navbar-dark bg-dark\";case\"primary\":default:return\"navbar-dark bg-primary\"}}},methods:{splitUrl:function(t){var e\u003dnew URL(Sn(t));return\"\".concat(e.pathname).substr(1).split(\"/\")},isEqualExceptLast:function(t,e){for(var n\u003d0;n\u003ct.length-1;n+\u003d1)if(t[n]!\u003d\u003de[n])return!1;return!0},isSibling:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return n.length\u003d\u003d\u003di.length\u0026\u0026this.isEqualExceptLast(n,i)},isChild:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return!(i.length\u003c\u003dn.length)\u0026\u0026this.isEqualExceptLast(n,i)},isExact:function(t,e){return Sn(t)\u003d\u003d\u003dSn(e)},addClassIfDropdown:function(t,e,n){t.includes(e)\u0026\u0026(e.classList.add(\"dropdown-current\"),this.addClassIfSubmenu(e,n))},addClassIfSubmenu:function(t,e){for(var n\u003dt.parentElement;n!\u003d\u003de;)n.classList.contains(\"dropdown-submenu\")\u0026\u0026pn(n).findChildren(\"a\").each((function(t){return t.classList.add(\"dropdown-current\")})),n\u003dn.parentElement},highlightLink:function(t){var e\u003dthis.defaultHighlightOn,n\u003d[];this.$el.querySelectorAll(\".navbar-nav\").forEach((function(t){return n.push.apply(n,_n(Array.from(t.children)))}));for(var i\u003d0;i\u003cn.length;i+\u003d1)for(var o\u003dn[i],r\u003d[o],s\u003dArray.from(o.querySelectorAll(\"a.nav-link\")),a\u003dArray.from(o.querySelectorAll(\"a.dropdown-item\")),l\u003dr.concat(s).concat(a).filter((function(t){return t.href})),c\u003d0;c\u003cl.length;c+\u003d1){var u\u003dl[c];if(\"none\"!\u003d\u003d(u.getAttribute(\"highlight-on\")||e)\u0026\u0026this.isExact(t,u.href))return o.classList.add(\"current\"),void this.addClassIfDropdown(a,u,o)}for(var d\u003d0;d\u003cn.length;d+\u003d1)for(var h\u003dn[d],p\u003d[h],f\u003dArray.from(h.querySelectorAll(\"a.nav-link\")),m\u003dArray.from(h.querySelectorAll(\"a.dropdown-item\")),v\u003dp.concat(f).concat(m).filter((function(t){return t.href})),g\u003d0;g\u003cv.length;g+\u003d1){var y\u003dv[g],w\u003dy.getAttribute(\"highlight-on\")||e;if(\"none\"!\u003d\u003dw)if(\"sibling-or-child\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href)||this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"sibling\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"child\"\u003d\u003d\u003dw\u0026\u0026this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}},toggleLowerNavbar:function(){this.$refs.lowerNavbar.childElementCount\u003e0?this.isLowerNavbarShowing\u003d!0:this.isLowerNavbarShowing\u003d!1}},created:function(){this._navbar\u003d!0},mounted:function(){var t\u003dthis,e\u003dpn(\u0027.dropdown\u003e[data-bs-toggle\u003d\"dropdown\"]\u0027,this.$el).parent();e.on(\"click\",\".dropdown-toggle\",(function(t){t.preventDefault(),e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.toggle(\"open\")}))})).on(\"click\",\".dropdown-menu\u003eli\u003ea\",(function(t){e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.remove(\"open\")}))})).onBlur((function(t){e.each((function(e){e.contains(t.target)||e.classList.remove(\"open\")}))})),this.highlightLink(window.location.href);var n\u003dpn(this.$refs.navbarDefault).find(\".current\")[0];n\u0026\u0026window.innerWidth\u003c768\u0026\u0026n.offsetLeft+n.offsetWidth\u003ewindow.innerWidth\u0026\u0026(this.$refs.navbarDefault.scrollLeft\u003dn.offsetLeft+n.offsetWidth-window.innerWidth),this.toggleLowerNavbar(),pn(window).on(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).on(\"wheel\",(function(e){window.innerWidth\u003c768\u0026\u0026!function(t){for(var e\u003d0;e\u003ct.length;e+\u003d1)if(t[e].classList\u0026\u0026t[e].classList.contains(\"dropdown-menu\"))return!0;return!1}(e.path)\u0026\u0026(e.preventDefault(),t.$refs.navbarDefault.scrollLeft+\u003de.deltaY)}))},beforeDestroy:function(){pn(\".dropdown\",this.$el).off(\"click\").offBlur(),pn(window).off(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).off(\"wheel\")}},yn,[],!1,null,\"73b4aa16\",null).exports;var En\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMinimal?n(\"minimal-panel\",t._b({attrs:{\"panel-id\":t.panelId},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"minimal-panel\",t.$attrs,!1)):n(\"nested-panel\",t._b({attrs:{\"panel-id\":t.panelId,type:t.type},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"nested-panel\",t.$attrs,!1))};En._withStripped\u003d!0;var On\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"span\",{staticClass:\"morph\"},[n(\"button\",{class:[\"morph-display-wrapper\",\"btn\",t.btnType],on:{click:function(e){return t.open()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{staticClass:\"minimal-caret-wrapper\"},[n(\"span\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]})]),t._v(\" \"),n(\"span\",{staticClass:\"card-title\"},[t._t(\"_alt\",(function(){return[t._t(\"header\")]}))],2)])])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"div\",{class:[\"card\",{\"expandable-card\":t.isExpandableCard},t.borderType]},[n(\"div\",{class:[\"card-header\",{\"header-toggle\":t.isExpandableCard},t.cardType,t.borderType],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.toggle()}}},[n(\"div\",{staticClass:\"caret-wrapper\"},[t.showCaret?n(\"span\",{class:[\"glyphicon\",t.localExpanded?\"glyphicon-chevron-down\":\"glyphicon-chevron-right\"]}):t._e()]),t._v(\" \"),n(\"div\",{ref:\"headerWrapper\",class:[\"header-wrapper card-title\",t.cardType,{\"text-white\":!t.isLightBg,\"header-transparent\":!t.shouldShowHeader}]},[t._t(\"header\")],2),t._v(\" \"),n(\"div\",{staticClass:\"button-wrapper\"},[t._t(\"button\",(function(){return[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026!t.noSwitchBool\u0026\u0026!t.showCaret,expression:\"isExpandableCard \u0026\u0026 !noSwitchBool \u0026\u0026 !showCaret\"}],attrs:{\"is-open\":t.localExpanded,\"is-light-bg\":t.isLightBg}}),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"close-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.close()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.popupUrl,expression:\"popupUrl\"}],staticClass:\"popup-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)]),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"bottom-button-wrapper\"},[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isExpandableCard \u0026\u0026 bottomSwitchBool\"}],attrs:{\"is-open\":t.localExpanded},nativeOn:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggle(!0)}}})],1)],2):t._e(),t._v(\" \"),n(\"hr\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isSeamless,expression:\"isSeamless\"}]})]),t._v(\" \"),n(\"transition\",{attrs:{name:\"peek-read-more-fade\"}},[t.shouldShowPeek?n(\"div\",{staticClass:\"peek-read-more glyphicon glyphicon-chevron-down\",on:{click:function(e){return t.toggle()}}}):t._e()])],1)])};On._withStripped\u003d!0;const Bn\u003d{props:{type:{type:String,default:null},expandable:{type:[Boolean,String],default:!0},isOpen:{type:[Boolean,String],default:null},expanded:{type:[Boolean,String],default:null},minimized:{type:[Boolean,String],default:!1},noMinimizedSwitch:{type:[Boolean,String],default:!1},noSwitch:{type:[Boolean,String],default:!1},noClose:{type:[Boolean,String],default:!1},popupUrl:{type:String,default:null},src:{type:String},bottomSwitch:{type:[Boolean,String],default:!0},preload:{type:[Boolean,String],default:!1},addClass:{type:String,default:\"\"},expandHeaderless:{type:Boolean,default:!1},peek:{type:Boolean,default:!1},panelId:{type:String,default:null}},computed:{expandableBool:function(){return Re(this.expandable)},isOpenBool:function(){return Re(this.isOpen)},expandedBool:function(){return Re(this.expanded)},minimizedBool:function(){return Re(this.minimized)},noSwitchBool:function(){return Re(this.noSwitch)},noCloseBool:function(){return Re(this.noClose)},bottomSwitchBool:function(){return Re(this.bottomSwitch)},preloadBool:function(){return Re(this.preload)},hasHeaderBool:function(){return this.$scopedSlots.header},isExpandableCard:function(){return this.expandableBool},hasId:function(){return this.panelId},hasSrc:function(){return this.src\u0026\u0026this.src.length\u003e0},srcWithoutFragment:function(){return this.src.split(\"#\")[0]},shouldShowHeader:function(){return!this.localExpanded||!this.expandHeaderless},shouldShowPeek:function(){return this.peek\u0026\u0026!this.localExpanded},collapsedPanelHeight:function(){return this.peek?125:0}},data:function(){return{localExpanded:!1,localMinimized:!1,wasRetrieverLoaded:!1,isRetrieverLoadDone:!this.src,fragment:\"\"}},methods:{toggle:function(t){var e\u003dthis;this.wasRetrieverLoaded?(this.localExpanded?(t\u0026\u0026(this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),requestAnimationFrame((function(){if(e.$el.getBoundingClientRect().top\u003c0){var n,i\u003ddocument.querySelector(\"header[sticky]\");if(null\u003d\u003di)n\u003d0;else{var o\u003dwindow.getComputedStyle(i,null);n\u003di.clientHeight-parseFloat(o.paddingTop)-parseFloat(o.paddingBottom)||0}window.scrollTo({top:window.scrollY+e.$el.getBoundingClientRect().top-n-3,left:0,behavior:t?\"smooth\":\"instant\"})}e.$refs.panel.style.maxHeight\u003d\"\".concat(e.collapsedPanelHeight,\"px\")}))):(this.$refs.panel.style.transition\u003d\"max-height 0.5s ease-in-out\",this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),this.localExpanded\u003d!this.localExpanded):this.open()},close:function(){this.localMinimized\u003d!0,this.localExpanded\u003d!1},open:function(){var t\u003dthis;this.localMinimized\u003d!1,this.$nextTick((function(){t.initPanel(),t.localExpanded\u003d!0,t.wasRetrieverLoaded\u003d!0,t.$nextTick((function(){t.$refs.panel.style.maxHeight\u003d\"\".concat(t.$refs.panel.scrollHeight,\"px\")}))}))},openPopup:function(){window.open(this.popupUrl)},retrieverUpdateMaxHeight:function(){this.isRetrieverLoadDone\u003d!0,this.localExpanded\u0026\u0026(this.expandedBool?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\"))},initPanel:function(){var t\u003dthis;this.$refs.panel.addEventListener(\"transitionend\",(function(e){t.localExpanded\u0026\u0026t.isRetrieverLoadDone\u0026\u0026e.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.$refs.panel.style.maxHeight\u003d\"none\")})),this.localExpanded?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.collapsedPanelHeight,\"px\")}},created:function(){if(this.src){var t\u003dIe(this.src);t\u0026\u0026(this.fragment\u003dt)}var e\u003d!this.expandableBool\u0026\u0026\"false\"!\u003d\u003dthis.expanded;this.localExpanded\u003de||this.expandedBool,null\u003d\u003d\u003dthis.localExpanded\u0026\u0026(this.localExpanded\u003d!1),this.wasRetrieverLoaded\u003dthis.localExpanded||this.peek,this.localMinimized\u003dthis.minimizedBool},mounted:function(){this.localMinimized||this.initPanel()}};var Pn\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"button\",{class:[\"collapse-button\",\"btn\",this.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\"],attrs:{type:\"button\"}},[e(\"span\",{class:[\"collapse-icon\",\"glyphicon\",\"glyphicon-menu-down\",{opened:this.isOpenBool}],attrs:{\"aria-hidden\":\"true\"}})])};Pn._withStripped\u003d!0;const Ln\u003dqe({props:{isOpen:{type:[Boolean,String],default:!1},isLightBg:{type:Boolean,default:!0}},computed:{isOpenBool:function(){return Re(this.isOpen)}}},Pn,[],!1,null,null,null).exports;var Nn\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",[this._v(\"\\n Loading...\\n\")])};function An(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}Nn._withStripped\u003d!0;const zn\u003dqe({props:{src:{type:String,default:null},fragment:{type:String,default:null},delay:{type:[Boolean,String],default:!1},hasFetched:{type:Boolean,default:!1}},data:function(){return{hasFetchedCopy:this.hasFetched}},computed:{delayBool:function(){return Re(this.delay)},hash:function(){return Ie(this.src)||this.fragment},srcWithoutHash:function(){return this.src.split(\"#\")[0]}},methods:{fetch:function(t){function e(){return t.apply(this,arguments)}return e.toString\u003dfunction(){return t.toString()},e}((function(){var t\u003dthis;this.srcWithoutHash\u0026\u0026(this.hasFetchedCopy||fetch(this.srcWithoutHash).then((function(t){return t.text()})).then((function(e){var i\u003de;if(t.hash){var o\u003ddocument.implementation.createHTMLDocument(\"\");o.body.innerHTML\u003di,o.querySelectorAll(\"svg \u003e script\").forEach((function(t){return t.remove()})),i\u003do.querySelector(\"#\".concat(t.hash)).innerHTML}if(t.hasFetchedCopy\u003d!0,void 0\u003d\u003d\u003di\u0026\u0026t.hash)t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve page fragment:\"+\" \".concat(t.srcWithoutHash,\"#\").concat(t.hash);else{var r\u003dfunction(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?An(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):An(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}({},t.$root.$data);(new(Vue.extend({template:\"\u003cdiv\u003e\\n\".concat(i,\"\\n\u003c/div\u003e\"),data:function(){return r}}))).$mount(t.$el),t.$emit(\"src-loaded\")}})).catch((function(e){console.error(e),t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve content from source: \"+\"\u003cem\u003e\".concat(t.srcWithoutHash,\"\u003c/em\u003e\"),t.$emit(\"src-loaded\")})))}))},mounted:function(){this.$nextTick((function(){this.srcWithoutHash||(this.$el.innerHTML\u003d\"\"),this.delayBool||this.fetch()}))}},Nn,[],!1,null,null,null).exports;const Mn\u003dqe({mixins:[Bn],components:{panelSwitch:Ln,retriever:zn},computed:{showCaret:function(){return this.isSeamless\u0026\u0026this.expandableBool},isSeamless:function(){return\"seamless\"\u003d\u003d\u003dthis.type},btnType:function(){return this.isSeamless||\"light\"\u003d\u003d\u003dthis.type?\"btn-outline-secondary\":\"btn-outline-\".concat(this.type||\"secondary\")},borderType:function(){return this.isSeamless?\"border-0\":this.type?\"light\"\u003d\u003d\u003dthis.type?\"\":\"border-\".concat(this.type):\"\"},cardType:function(){return this.isSeamless?\"bg-white\":\"bg-\".concat(this.type||\"light\")},isLightBg:function(){return\"bg-light\"\u003d\u003d\u003dthis.cardType||\"bg-white\"\u003d\u003d\u003dthis.cardType||\"bg-warning\"\u003d\u003d\u003dthis.cardType}}},On,[],!1,null,\"1e33c620\",null).exports;var Hn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"span\",{staticClass:\"morph\"},[n(\"button\",{staticClass:\"morph-display-wrapper btn card-title morph-title\",on:{click:function(e){return t.minimalOpen()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]}),t._v(\" \"),t._t(\"_alt\",(function(){return[n(\"span\",{staticClass:\"card-title\"},[t._t(\"header\")],2)]}))],2)])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card card-flex\"},[n(\"div\",{class:[\"header-wrapper\",{\"header-wrapper-bottom\":t.isHeaderAtBottom,\"header-toggle\":t.isExpandableCard}],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.minimalToggle()}}},[n(\"transition\",{attrs:{name:\"header-fade\"}},[n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.isHeaderAtBottom,expression:\"!isHeaderAtBottom\"}],ref:\"headerWrapper\",class:[\"card-title\",{ellipses:!t.hasHeaderBool}]},[n(\"span\",{staticClass:\"card-title-inline\"},[t._t(\"header\")],2),t._v(\" \"),n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.showDownSwitch,expression:\"showDownSwitch\"}],staticClass:\"minimal-button glyphicon glyphicon-menu-down minimal-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])]),t._v(\" \"),n(\"div\",{class:[\"button-wrapper\",{\"button-wrapper-expanded\":t.isHeaderAtBottom}]},[t._t(\"button\",(function(){return[n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.minimalClose()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove minimal-close-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:null!\u003d\u003dt.popupUrl,expression:\"popupUrl !\u003d\u003d null\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window minimal-popup-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isHeaderAtBottom\u0026\u0026t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isHeaderAtBottom \u0026\u0026 isExpandableCard \u0026\u0026 bottomSwitchBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"}},[n(\"span\",{staticClass:\"glyphicon glyphicon-menu-up minimal-menu-up\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)],1),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e()],2):t._e()])])])};Hn._withStripped\u003d!0;var Dn\u003dqe({mixins:[Bn],components:{retriever:zn},data:function(){return{isHeaderAtBottom:!1}},computed:{showDownSwitch:function(){return this.hasHeaderBool\u0026\u0026this.isExpandableCard\u0026\u0026!this.noSwitchBool}},methods:{minimalToggle:function(){var t\u003dthis;if(this.localExpanded){this.$refs.panel.addEventListener(\"transitionend\",(function e(n){n.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.isHeaderAtBottom\u003d!1,t.$refs.panel.removeEventListener(\"transitionend\",e))}))}else this.isHeaderAtBottom\u003d!0;this.toggle(!0)},minimalOpen:function(){this.open(),this.isHeaderAtBottom\u003d!0},minimalClose:function(){this.close(),this.isHeaderAtBottom\u003d!1}},created:function(){this.isHeaderAtBottom\u003dthis.localExpanded}},Hn,[],!1,null,\"5d519034\",null);const Rn\u003dqe({components:{nestedPanel:Mn,minimalPanel:Dn.exports},props:{panelId:{type:String,default:null},type:{type:String,default:null}},computed:{isMinimal:function(){return\"minimal\"\u003d\u003d\u003dthis.type}}},En,[],!1,null,null,null).exports;var jn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"annotate-image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"annotate-image\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth},on:{\"~load\":function(e){return t.getWidth.apply(null,arguments)}}}),t._v(\" \"),n(\"div\",{staticStyle:{top:\"0\",left:\"0\",height:\"0\"}},[t._t(\"default\")],2)])};jn._withStripped\u003d!0;const In\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight}},data:function(){return{widthFromHeight:\"\"}},methods:{getWidth:function(){if(!this.hasWidth\u0026\u0026this.hasHeight){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.widthFromHeight\u003dMath.round(je(this.height)*n)}}},provide:function(){return{width:this.width,height:this.height,src:this.src}}},jn,[],!1,null,null,null).exports;var qn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[t.hasBottomText\u0026\u0026t.hasLabel?n(\"div\",{staticClass:\"legend-wrapper\"},[n(\"div\",{staticClass:\"text-header\"},[t._v(\"\\n \"+t._s(t.computedBottomHeader)+\"\\n \")]),t._v(\" \"),t.hasContent?n(\"div\",[t._t(\"content\")],2):t._e()]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"annotate-point\"},[t.isMounted?n(\"div\",{staticClass:\"popover-annotation\"},[n(\"div\",{style:t.pointPosition},[t.isMounted?n(\"v-popover\",{attrs:{placement:t.placement,delay:0,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,distance:t.computeDistance,disabled:!t.hasPopover,skidding:t.computeSkidding,\"arrow-padding\":t.computeArrowPadding,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t.hasContent||t.hasHeader?n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),t.hasContent?n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2):t._e()]):t._e()]},proxy:!0}],null,!0)},[n(\"div\",{staticClass:\"hover-wrapper\"},[t._t(\"default\",(function(){return[n(\"button\",{staticClass:\"hover-point\",style:t.pointStyle})]})),t._v(\" \"),n(\"div\",{staticClass:\"hover-label\",style:t.labelStyle},[t._t(\"label\")],2)],2)]):t._e()],1)]):t._e()])])};qn._withStripped\u003d!0;const Wn\u003dqe({props:{content:{type:String,default:\"\"},header:{type:String,default:\"\"},placement:{type:String,default:\"top\"},x:{type:String,default:null},y:{type:String,default:null},color:{type:String,default:\"green\"},textColor:{type:String,default:\"black\"},fontSize:{type:String,default:\"14\"},opacity:{type:String,default:\"0.3\"},size:{type:String,default:\"40\"},label:{type:String,default:\"\"},legend:{type:String,default:\"popover\"},trigger:{type:String,default:\"click\"}},data:function(){return{targetEl:{},isMounted:!1,width:this.width,height:this.height,src:this.src}},inject:[\"width\",\"height\",\"src\"],computed:{pointPosition:function(){var t\u003dthis;this.computeImage((function(){t.width\u003dt.parentEl.offsetWidth,t.height\u003dt.parentEl.offsetHeight}));var e\u003d100*(this.toDecimal(this.x)-this.size/2/this.width),n\u003d100*(this.toDecimal(this.y)-this.size/2/this.height);return{left:\"\".concat(e,\"%\"),top:\"\".concat(n,\"%\"),position:\"absolute\",pointerEvents:\"all\"}},pointStyle:function(){var t\u003dthis.hasPopover?\"pointer\":\"default\";return{backgroundColor:this.color,opacity:this.opacity,width:\"\".concat(this.size,\"px\"),height:\"\".concat(this.size,\"px\"),cursor:t}},labelStyle:function(){return{fontSize:\"\".concat(Math.min(this.fontSize,this.size),\"px\"),color:this.textColor}},triggers:function(){return this.trigger.split(\" \")},computeDistance:function(){return\"top\"\u003d\u003d\u003dthis.placement?je(this.size*(2/3)):je(this.size/10)},computeSkidding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?-je(this.size/4):0},computeArrowPadding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?je(this.size/2):0},hasHeader:function(){return!!this.$scopedSlots.header},hasContent:function(){return!!this.$scopedSlots.content},hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},hasLabel:function(){return!!this.$scopedSlots.label},hasBottomText:function(){return\"bottom\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend},hasPopover:function(){return\"popover\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend},computedBottomHeader:function(){return\"\"!\u003d\u003dthis.label\u0026\u0026\"\"\u003d\u003d\u003dthis.header?this.label:\"\"\u003d\u003d\u003dthis.label\u0026\u0026\"\"!\u003d\u003dthis.header?this.header:\"\".concat(this.label,\": \").concat(this.header)}},methods:{computeImage:function(t){var e\u003dnew Image;e.onload\u003dfunction(){t()},e.src\u003dthis.src},toDecimal:function(t){return parseFloat(t)/100}},mounted:function(){this.targetEl\u003dthis.$el,this.isMounted\u003d!0,this.parentEl\u003dthis.$el.parentElement.parentElement.querySelector(\".annotate-image\")}},qn,[],!1,null,null,null).exports;var Fn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"img-fluid rounded\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth},on:{\"~load\":function(e){return t.computeWidth.apply(null,arguments)}}}),t._v(\" \"),n(\"span\",{staticClass:\"image-caption\"},[t._t(\"default\")],2)])};Fn._withStripped\u003d!0;const Vn\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight}},data:function(){return{widthFromHeight:\"\"}},methods:{computeWidth:function(){if(!this.hasWidth\u0026\u0026this.hasHeight){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.widthFromHeight\u003dMath.round(je(this.height)*n).toString()}}}},Fn,[],!1,null,null,null).exports;var Un\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"quiz-container\",t.addClass]},[n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-leave\":t.showFirstQuestion}},[3\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[t._t(\"intro\",(function(){return[n(\"h4\",[t._v(\"\\n Click start to begin\\n \")])]})),t._v(\" \"),n(\"h5\",[t._v(t._s(t.questions.length)+\" questions\")]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-primary d-inline-block\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Start\\n \")])],2)]):t._e()]),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"}},[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:4\u003d\u003d\u003dt.state,expression:\"state \u003d\u003d\u003d 4\"}],staticClass:\"progress intro-outro-card\",staticStyle:{height:\"1px\"}},[n(\"div\",{staticClass:\"progress-bar progress-bar-z\",style:{width:t.currentQuestion/t.questions.length*100+\"%\"},attrs:{role:\"progressbar\",\"aria-valuemin\":\"0\",\"aria-valuemax\":t.questions.length,\"aria-valuenow\":t.currentQuestion}})])]),t._v(\" \"),t._t(\"default\"),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-enter\":t.setScoreCircleStyles,\"after-leave\":t.showFirstQuestion}},[5\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[n(\"h4\",{staticClass:\"mb-3\"},[t._v(\"\\n \"+t._s(t.scoreText)+\"\\n \")]),t._v(\" \"),n(\"svg\",{attrs:{viewBox:\"0 0 100 100\",width:\"120px\",height:\"120px\"}},[n(\"circle\",{staticClass:\"score-background-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\"}}),t._v(\" \"),n(\"circle\",{ref:\"score\",staticClass:\"score-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\",transform:\"rotate(-90, 50, 50)\",\"stroke-dashoffset\":\"264\"}}),t._v(\" \"),n(\"text\",{staticClass:\"score\",attrs:{x:\"22\",y:\"57\",textLength:\"56\"}},[t._v(t._s(t.score)+\" / \"+t._s(t.questions.length))])]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-outline-primary\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Retry\\n \")])])]):t._e()])],2)};Un._withStripped\u003d!0;const Qn\u003dqe({name:\"Quiz\",props:{addClass:{type:String,default:null}},data:function(){return{currentQuestion:0,questions:[],score:0,state:3}},provide:function(){return{questions:this.questions,gotoNextQuestion:this.gotoNextQuestion,showNextQuestion:this.showNextQuestion}},computed:{scoreText:function(){return this.score/this.questions.length\u003e.5?\"Well done!\":\"Try again?\"}},methods:{gotoNextQuestion:function(){this.questions[this.currentQuestion-1].hide(),this.currentQuestion+\u003d1},showNextQuestion:function(){this.currentQuestion\u003c\u003dthis.questions.length?this.questions[this.currentQuestion-1].show():this.complete()},begin:function(){this.currentQuestion\u003d1,this.score\u003d0,this.state\u003d4},showFirstQuestion:function(){this.questions.length\u0026\u0026this.questions[0].show()},reset:function(){this.questions.forEach((function(t){return t.reset()}))},complete:function(){this.score\u003dthis.questions.filter((function(t){return 2\u003d\u003d\u003dt.qState.state})).length,this.state\u003d5,this.reset()},setScoreCircleStyles:function(){var t\u003dthis.score/this.questions.length;this.$refs.score.style.strokeDashoffset\u003d264*(1-t),this.$refs.score.style.stroke\u003d\"#51c2f8\"}}},Un,[],!1,null,\"7a8f322c\",null).exports;var Xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"transition\",{attrs:{name:t.questions?\"question\":null},on:{\"after-leave\":t.showNextQuestion}},[t.active?n(\"div\",{class:[\"card\",\"question\",t.shakeClass,t.addClass]},[t.$scopedSlots.header?n(\"div\",{staticClass:\"card-header alert-light border-bottom border-light text-dark\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.isTextQuestion()?n(\"div\",{staticClass:\"mb-2\"},[n(\"textarea\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.textareaText,expression:\"textareaText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.textareaText},on:{input:function(e){e.target.composing||(t.textareaText\u003de.target.value)}}}),t._v(\" \"),t.qState.answered?n(\"div\",[n(\"hr\"),t._v(\" \"),t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):t._e()]):t._e()]):t._e(),t._v(\" \"),t.qState.answered\u0026\u0026t.isTextQuestion()?n(\"div\",{staticClass:\"answer\"},[t._t(\"answer\")],2):t._e(),t._v(\" \"),t.showHint?n(\"box\",{staticClass:\"mb-0 mt-3\",attrs:{type:\"tip\"}},[t._t(\"hint\")],2):t._e()],2),t._v(\" \"),t.showCardFooter?n(\"div\",{staticClass:\"card-footer alert-light border-top border-light text-dark\"},[1\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-times text-danger border-danger result-icon\"}):2\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-check text-success border-success result-icon\"}):t._e(),t._v(\" \"),n(\"transition-group\",{staticClass:\"float-end\",attrs:{name:\"q-btn\",tag:\"div\"}},[t.$scopedSlots.hint\u0026\u0026!t.showHint?n(\"button\",{key:\"hint\",staticClass:\"btn btn-success q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){t.showHint\u003d!0}}},[t._v(\"\\n Hint\\n \")]):t._e(),t._v(\" \"),0!\u003d\u003dt.qState.state||t.isTextWithoutKeywords()\u0026\u0026!t.$scopedSlots.answer?t._e():n(\"button\",{key:\"check\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!!t.questions)}}},[t._v(\"\\n Check\\n \")]),t._v(\" \"),0!\u003d\u003dt.qState.state\u0026\u0026t.questions?n(\"button\",{key:\"active\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{\"~click\":function(e){return t.gotoNextQuestion.apply(null,arguments)}}},[t._v(\"\\n Next\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"show\",staticClass:\"btn btn-info q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!0)}}},[t._v(\"\\n Show\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"retry\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!1)}}},[t._v(\"\\n Retry\\n \")]):t._e()])],1):t._e()]):t._e()])};Xn._withStripped\u003d!0;function Yn(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Kn(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Yn(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Yn(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}const Gn\u003dqe({name:\"Question\",mixins:[{data:function(){return{active:!0}},inject:{questions:{default:void 0},gotoNextQuestion:{default:void 0},showNextQuestion:{default:\"\"}},methods:{show:function(){this.active\u003d!0},hide:function(){this.active\u003d!1},reset:function(){this.active\u003d!1,this.qState.answered\u003d!1,this.qState.state\u003d0,this.showHint\u003d!1,this.textareaText\u0026\u0026(this.textareaText\u003d\"\"),this.answers\u0026\u0026this.answers.splice(0,this.answers.length)}},created:function(){this.questions\u0026\u0026(this.active\u003d!1,this.questions.push(this))}}],props:{type:{type:String,default:\"\"},addClass:{type:String,default:null},keywords:{type:String,default:\"\"},threshold:{type:[String,Number],default:1},noIntermediateResult:{type:Boolean}},computed:{retryState:function(){return 1\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered\u0026\u0026!this.questions},showCardFooter:function(){var t\u003d!this.$scopedSlots.hint||this.showHint;return!(this.isTextWithoutKeywords()\u0026\u0026t\u0026\u0026this.qState.answered\u0026\u0026!this.questions)}},data:function(){var t\u003d{qState:{state:0,answered:!1},showHint:!1,shakeClass:null};return this.isMcqOrCheckboxQuestion()||this.isBlanksQuestion()?Kn({answers:[]},t):this.isTextQuestion()?Kn({textareaText:\"\"},t):t},provide:function(){return this.isMcqOrCheckboxQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState}:this.isBlanksQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState,noIntermediateResult:this.noIntermediateResult}:void 0},methods:{keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},isMcqOrCheckboxQuestion:function(){return\"mcq\"\u003d\u003d\u003dthis.type||\"checkbox\"\u003d\u003d\u003dthis.type},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},isTextQuestion:function(){return\"text\"\u003d\u003d\u003dthis.type},isTextWithoutKeywords:function(){return this.isTextQuestion()\u0026\u0026!this.keywords},shakeCard:function(){var t\u003dthis;this.shakeClass\u003d\"shake\",setTimeout((function(){t.shakeClass\u003dnull}),800)},markAsCorrect:function(){this.qState.state\u003d2,this.qState.answered\u003d!0},markAsWrong:function(t){this.qState.state\u003d1,t?this.qState.answered\u003d!0:this.shakeCard()},checkMcqAnswer:function(t){var e\u003dthis.answers.find((function(t){return t.selected}));e?e.$props.correct?this.markAsCorrect():this.markAsWrong(t):this.shakeCard()},checkCheckboxAnswer:function(t){this.answers.filter((function(t){return t.answeredCorrectly})).length\u003d\u003d\u003dthis.answers.length?this.markAsCorrect():this.markAsWrong(t)},checkBlanksAnswer:function(t){for(var e\u003d0,n\u003d0;n\u003cthis.answers.length;n+\u003d1)this.answers[n].checkAnswer(),this.answers[n].ansIsCorrect\u0026\u0026(e+\u003d1);e/this.answers.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkTextAnswer:function(t){for(var e\u003dthis.textareaText.toLowerCase(),n\u003dthis.keywordsSplitTrimmed(),i\u003d0,o\u003d0;o\u003cn.length;o+\u003d1)e.includes(n[o].toLowerCase())\u0026\u0026(i+\u003d1);i/n.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkAnswer:function(t){\"mcq\"\u003d\u003d\u003dthis.type?this.checkMcqAnswer(t):\"checkbox\"\u003d\u003d\u003dthis.type?this.checkCheckboxAnswer(t):\"blanks\"\u003d\u003d\u003dthis.type?this.checkBlanksAnswer(t):this.isTextQuestion()?this.checkTextAnswer(t):this.markAsCorrect()}}},Xn,[],!1,null,\"ae369d74\",null).exports;var Zn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return\"mcq\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleRadioOn,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"div\",{class:[\"row\",{disabled:t.qState.answered}]},[n(\"div\",{staticClass:\"col-auto p-0\"},[n(\"svg\",{staticClass:\"radio-svg\",attrs:{viewBox:\"0 0 100 100\"}},[n(\"circle\",{attrs:{cx:\"50\",cy:\"50\",r:\"47\",fill:\"none\",stroke:\"black\",\"stroke-width\":\"4\"}}),t._v(\" \"),n(\"circle\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.selected,expression:\"selected\"}],attrs:{cx:\"50\",cy:\"50\",r:\"25\",fill:\"dodgerblue\"}})])]),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-1\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"checkbox\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleCheckbox,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"label\",{class:[\"row\",\"checkbox-label\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.selected,expression:\"selected\"}],staticClass:\"checkbox\",attrs:{disabled:t.qState.answered,type:\"checkbox\",onclick:\"event.stopPropagation()\"},domProps:{checked:Array.isArray(t.selected)?t._i(t.selected,null)\u003e-1:t.selected},on:{change:function(e){var n\u003dt.selected,i\u003de.target,o\u003d!!i.checked;if(Array.isArray(n)){var r\u003dt._i(n,null);i.checked?r\u003c0\u0026\u0026(t.selected\u003dn.concat([null])):r\u003e-1\u0026\u0026(t.selected\u003dn.slice(0,r).concat(n.slice(r+1)))}else t.selected\u003do}}}),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"blanks\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",\"blanks-form-control\",t.hintClass]},[n(\"label\",{class:[\"row\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.inputText,expression:\"inputText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.inputText},on:{input:function(e){e.target.composing||(t.inputText\u003de.target.value)}}}),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e(),t._v(\" \"),t.isIntermediateResult()?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e()]),t._v(\" \"),t.qState.answered?n(\"div\",{staticClass:\"col-auto blanks-keywords\"},[t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):n(\"strong\",[t._v(\"No answer checking keywords provided\")])]):t._e()]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"div\",{staticClass:\"reason blanks-reason\"},[t._t(\"reason\")],2)]):t._e()]):t._e()};Zn._withStripped\u003d!0;const Jn\u003dqe({name:\"McqOption\",props:{correct:{type:Boolean,default:!1},keywords:{type:String,default:\"\"}},data:function(){return{selected:!1,hover:!1,inputText:\"\",ansIsCorrect:!1}},inject:{answers:{default:void 0},qOptionType:{default:void 0},qState:{default:void 0},noIntermediateResult:{default:void 0}},computed:{hintClass:function(){return this.qState.answered?this.correct?\"success\":\"danger\":this.selected||this.hover?\"alert-light text-dark border border-secondary\":\"\"},answeredCorrectly:function(){return this.correct\u0026\u0026this.selected||!this.correct\u0026\u0026!this.selected}},methods:{checkAnswer:function(){var t\u003d!1,e\u003dthis.inputText.toLowerCase().trim(),n\u003dthis.keywords.toLowerCase().split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}));this.keywords.length||(t\u003d!0);for(var i\u003d0;i\u003cn.length;i+\u003d1)if(e\u003d\u003d\u003dn[i].trim()){t\u003d!0;break}this.ansIsCorrect\u003dt},isIntermediateResult:function(){return!this.noIntermediateResult\u0026\u00261\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},toggleRadioOn:function(){this.qState.answered||this.selected||(this.answers.forEach((function(t){t.selected\u003d!1})),this.selected\u003d!0)},toggleCheckbox:function(){this.qState.answered||(this.selected\u003d!this.selected)}},created:function(){this.answers.push(this)}},Zn,[],!1,null,\"d09dfee8\",null).exports;var ti\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"dropdown\",staticStyle:{position:\"relative\"}},[t.algolia?n(\"div\",{attrs:{id:\"algolia-search-input\"}}):[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.value,expression:\"value\"}],staticClass:\"form-control\",attrs:{\"data-bs-toggle\":\"dropdown\",type:\"text\",placeholder:t.placeholder,autocomplete:\"off\"},domProps:{value:t.value},on:{input:[function(e){e.target.composing||(t.value\u003de.target.value)},t.update],keyup:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"up\",38,e.key,[\"Up\",\"ArrowUp\"])?null:t.up.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"down\",40,e.key,[\"Down\",\"ArrowDown\"])?null:t.down.apply(null,arguments)}],keydown:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"enter\",13,e.key,\"Enter\")?null:t.hit.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.reset.apply(null,arguments)}],blur:function(e){t.showDropdown\u003d!1}}}),t._v(\" \"),n(\"div\",{staticClass:\"form-control placeholder-div-hidden\"},[t._v(\"\\n \"+t._s(t.placeholder)+\"\\n \")])],t._v(\" \"),n(\"ul\",{ref:\"dropdown\",class:t.dropdownMenuClasses},t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:{\"table-active\":t.isActive(i)}},[n(\"a\",{staticClass:\"dropdown-item\",on:{mousedown:function(e){return e.preventDefault(),t.hit.apply(null,arguments)},mousemove:function(e){return t.setActive(i)}}},[n(\"searchbar-page-item\",{attrs:{item:e,value:t.value}})],1)])})),0)],2)};function ei(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n\u003dnull\u003d\u003dt?null:\"undefined\"!\u003dtypeof Symbol\u0026\u0026t[Symbol.iterator]||t[\"@@iterator\"];if(null!\u003dn){var i,o,r,s,a\u003d[],l\u003d!0,c\u003d!1;try{if(r\u003d(n\u003dn.call(t)).next,0\u003d\u003d\u003de){if(Object(n)!\u003d\u003dn)return;l\u003d!1}else for(;!(l\u003d(i\u003dr.call(n)).done)\u0026\u0026(a.push(i.value),a.length!\u003d\u003de);l\u003d!0);}catch(t){c\u003d!0,o\u003dt}finally{try{if(!l\u0026\u0026null!\u003dn.return\u0026\u0026(s\u003dn.return(),Object(s)!\u003d\u003ds))return}finally{if(c)throw o}}return a}}(t,e)||bn(t,e)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}ti._withStripped\u003d!0;var ni\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.item.heading?n(\"div\",{staticClass:\"heading\"},[n(\"i\",{staticClass:\"fa fa-hashtag\"}),t._v(\" \"),n(\"div\",{staticClass:\"heading-text\"},[n(\"span\",{domProps:{innerHTML:t._s(t.highlight(t.item.heading.text,t.value))}}),t._v(\" \"),t._l(t.item.keywords,(function(e,i){return n(\"div\",{key:i,staticClass:\"keyword-text\",domProps:{innerHTML:t._s(t.highlight(e,t.value))}})}))],2)]):n(\"div\",[n(\"span\",{staticClass:\"page-title\",domProps:{innerHTML:t._s(t.highlight(t.item.title,t.value))}}),t._v(\" \"),t.item.keywords?n(\"br\"):t._e(),t._v(\" \"),t.item.keywords?n(\"small\",{domProps:{innerHTML:t._s(t.highlight(t.item.keywords,t.value))}}):t._e(),t._v(\" \"),n(\"hr\",{staticClass:\"page-headings-separator\"})])};ni._withStripped\u003d!0;const ii\u003dqe({props:{item:{type:Object,default:null},value:{type:String,default:\"\"}},methods:{highlight:function(t,e){for(var n,i\u003d(n\u003dfunction(){var n\u003de.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(\"(\".concat(t,\")\"),\"gi\")})),i\u003d[];return n.forEach((function(e){for(var n\u003de.exec(t);null!\u003d\u003dn\u0026\u0026n.index!\u003d\u003de.lastIndex;)i.push({start:n.index,end:e.lastIndex}),n\u003de.exec(t)})),i}()).length\u003c\u003d1?n:n.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){var n\u003dt[t.length-1];return!n||n.end\u003ce.start?t.push(e):n.end\u003ce.end\u0026\u0026(n.end\u003de.end),t}),[]),o\u003dt,r\u003di.length-1;r\u003e\u003d0;r-\u003d1)o\u003d\"\".concat(o.slice(0,i[r].start),\"\u003cmark\u003e\")+\"\".concat(o.slice(i[r].start,i[r].end),\"\u003c/mark\u003e\")+\"\".concat(o.slice(i[r].end));return o}}},ni,[],!1,null,\"98afe086\",null).exports;const oi\u003dqe({created:function(){this.items\u003dthis.primitiveData},props:{data:{type:Array,default:function(){return[]}},limit:{type:Number,default:8},async:{type:String,default:\"\"},keyProp:{type:String,default:null},onHit:{type:Function,default:function(t){this.reset(),this.value\u003dt}},placeholder:{type:String,default:\"Search\"},delay:{type:Number,default:200},menuAlignRight:{type:Boolean,default:!1},algolia:{type:Boolean,default:!1}},data:function(){return{value:\"\",showDropdown:!1,noResults:!0,current:0,items:[]}},computed:{primitiveData:function(){function t(t,e){var n\u003dt.join(\" \");return e.reduce((function(t,e){var i\u003dn.match(e);return t+(i?i.length:0)}),0)}if(this.value.length\u003c2||!this.data)return[];var e\u003d[],n\u003dthis.value.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(t,\"ig\")}));return this.data.forEach((function(i){var o\u003di.headings,r\u003di.src,s\u003di.title,a\u003di.headingKeywords,l\u003di.frontmatterKeywords||\"\",c\u003ds||r.substring(0,r.lastIndexOf(\".\")),u\u003dt([c,l].concat(_n(Object.values(o)),_n(Object.values(a))),n);if(u\u003e0){var d\u003d[];Object.entries(o).forEach((function(e,i){var o\u003dei(e,2),s\u003do[0],u\u003do[1],h\u003dn.some((function(t){return t.test(u)})),p\u003da[s]\u0026\u0026a[s].some((function(t){return n.some((function(e){return e.test(t)}))}));if(h||p){var f\u003dt([u].concat(_n(a[s]||[])),n);(0!\u003d\u003di||u!\u003d\u003dc||l.length)\u0026\u0026d.push({heading:{id:s,text:u},keywords:a[s],src:r,totalMatches:f})}})),d.sort((function(t,e){return e.totalMatches-t.totalMatches})),e.push({headings:d,keywords:l,src:r,title:c,totalMatches:u})}})),e.sort((function(t,e){return e.totalMatches-t.totalMatches})).flatMap((function(t){return t.headings?[t].concat(_n(t.headings)):t}))},dropdownMenuClasses:function(){return[\"dropdown-menu\",\"search-dropdown-menu\",{show:this.showDropdown},{\"d-none\":!this.showDropdown},{\"dropdown-menu-end\":this.menuAlignRight}]}},methods:{update:function(){return this.value?(this.data\u0026\u0026(this.items\u003dthis.primitiveData,this.showDropdown\u003dthis.items.length\u003e0),this.async\u0026\u0026this.query(),!0):(this.reset(),!1)},query:function(t,e){var n,i\u003darguments.length\u003e2\u0026\u0026void 0!\u003d\u003darguments[2]?arguments[2]:100;function o(t){return/^[0-9]+$/.test(t)?Number(t)||1:null}return function(){for(var r\u003dthis,s\u003darguments.length,a\u003dnew Array(s),l\u003d0;l\u003cs;l++)a[l]\u003darguments[l];n\u0026\u0026clearTimeout(n),n\u003dsetTimeout((function(){t.apply(r,a)}),o(e)||o(this[e])||i)}}((function(){var t\u003dthis;(function(t){var e\u003dnew window.XMLHttpRequest,n\u003d{},i\u003d{then:function(t,e){return i.done(t).fail(e)},catch:function(t){return i.fail(t)},always:function(t){return i.done(t).fail(t)}};return[\"done\",\"fail\"].forEach((function(t){n[t]\u003d[],i[t]\u003dfunction(e){return e instanceof Function\u0026\u0026n[t].push(e),i}})),i.done(JSON.parse),e.onreadystatechange\u003dfunction(){if(4\u003d\u003d\u003de.readyState){var t\u003d{status:e.status};if(200\u003d\u003d\u003de.status)try{var i\u003de.responseText;for(var o in n.done){var r\u003dn.done[o](i);void 0!\u003d\u003dr\u0026\u0026(i\u003dr)}}catch(t){n.fail.forEach((function(e){return e(t)}))}else n.fail.forEach((function(e){return e(t)}))}},e.open(\"GET\",t),e.setRequestHeader(\"Accept\",\"application/json\"),e.send(),i})(this.async+this.value).then((function(e){t.items\u003d(t.keyProp?e[t.keyProp]:e).slice(0,t.limit),t.showDropdown\u003dt.items.length}))}),\"delay\",200),reset:function(){this.items\u003d[],this.value\u003d\"\",this.loading\u003d!1,this.showDropdown\u003d!1},setActive:function(t){this.current\u003dt},isActive:function(t){return this.current\u003d\u003d\u003dt},hit:function(t){t.preventDefault(),this.onHit(this.items[this.current],this)},down:function(){this.current\u003cthis.items.length-1\u0026\u0026(this.current+\u003d1,this.scrollListView())},up:function(){this.current\u003e0\u0026\u0026(this.current-\u003d1,this.scrollListView())},scrollListView:function(){var t\u003dthis.$refs.dropdown,e\u003dt.children[this.current],n\u003dt.scrollTop,i\u003dn+t.clientHeight,o\u003de.offsetTop+e.offsetHeight;e.offsetTop\u003cn?t.scrollTop\u003de.offsetTop:o\u003ei\u0026\u0026(t.scrollTop\u003do-t.clientHeight)}},components:{searchbarPageItem:ii}},ti,[],!1,null,\"01e11c9b\",null).exports;var ri\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"tab-pane active printable-tab-pane\",class:{\"tab-pane-hide\":!this.show},attrs:{role:\"tabpanel\"}},[e(\"div\",{staticClass:\"nav-tabs printable-tab-header\"},[e(\"div\",{ref:\"header\",staticClass:\"nav-link active\"},[this._t(\"header\")],2)]),this._v(\" \"),this._t(\"default\"),this._v(\" \"),e(\"hr\")],2)};ri._withStripped\u003d!0;const si\u003dqe({props:{header:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},computed:{headerRendered:function(){return this.$refs.header.innerHTML},active:function(){return this._tabset.show\u003d\u003d\u003dthis},index:function(){return this._tabset.tabs.indexOf(this)},show:function(){return this._tabset\u0026\u0026this._tabset.show\u003d\u003d\u003dthis},disabledBool:function(){return Re(this.disabled)}},created:function(){this._ingroup\u003dthis.$parent\u0026\u0026this.$parent._tabgroup;for(var t\u003dthis;t\u0026\u0026!0!\u003d\u003dt._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?(t.tabs.push(this),this._ingroup?~t.headers.indexOf(this.$parent)||t.headers.push(this.$parent):t.headers.push(this),this._tabset\u003dt):this._tabset\u003d{},this._ingroup\u0026\u0026this.$parent.tabs.push(this)},beforeDestroy:function(){if(this._tabset.activeNumber\u003d\u003d\u003dthis.index\u0026\u0026(this._tabset.activeNumber\u003d0),this._ingroup){var t\u003dthis.$parent.tabs.indexOf(this);this.$parent.tabs.splice(t,1)}this._tabset.tabs.splice(this.index,1)}},ri,[],!1,null,\"661c1b61\",null).exports;var ai\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"printable-tab-group\"},[e(\"div\",{ref:\"header\",staticClass:\"printable-tab-group-header\"},[this._t(\"header\")],2),this._v(\" \"),this._t(\"default\")],2)};ai._withStripped\u003d!0;const li\u003dqe({props:{disabled:{type:[Boolean,String],default:!1},header:{type:String,default:\"\"}},data:function(){return{tabs:[],show:!1}},computed:{active:function(){return~this.tabs.indexOf(this._tabset.show)},headerRendered:function(){return this.$refs.header.innerHTML},disabledBool:function(){return De(this.disabled)}},created:function(){this._tabgroup\u003d!0;for(var t\u003dthis.$parent\u0026\u0026!0\u003d\u003d\u003dthis.$parent._tabset?this.$parent:{};t\u0026\u0026!t._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?this._tabset\u003dt:(this._tabset\u003d{},this.show\u003d!0)},methods:{blur:function(){this.show\u003d!1},toggle:function(){this.show\u003d!this.show}}},ai,[],!1,null,\"a785351c\",null).exports;var ci\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[t.addClass,\"printable-tabs\"]},[n(\"ul\",{staticClass:\"nav nav-tabs d-print-none\",class:t.getNavStyleClass,attrs:{role:\"tablist\"}},[t._l(t.headers,(function(e,i){return[e._tabgroup?n(\"dropdown\",{key:i,staticClass:\"nav-item\",class:{active:e.active},attrs:{header:e.headerRendered,disabled:e.disabled}},t._l(e.tabs,(function(e,i){return n(\"li\",{key:i},[n(\"a\",{staticClass:\"nav-link\",class:{disabled:e.disabled},attrs:{href:\"#\"},domProps:{innerHTML:t._s(e.headerRendered)},on:{click:function(n){return n.preventDefault(),t.select(e)}}})])})),0):n(\"li\",{key:i,staticClass:\"nav-item\",on:{click:function(n){return n.preventDefault(),t.select(e)}}},[n(\"a\",{staticClass:\"nav-link\",class:{active:e.active,disabled:e.disabledBool},attrs:{href:\"#\"}},[n(\"span\",{domProps:{innerHTML:t._s(e.headerRendered)}})])])]}))],2),t._v(\" \"),n(\"div\",{ref:\"tab-content\",staticClass:\"tab-content\"},[t._t(\"default\")],2)])};ci._withStripped\u003d!0;const ui\u003dqe({components:{dropdown:gn},props:{navStyle:{type:String,default:\"tabs\"},active:{type:String,default:\"0\"},addClass:{type:String,default:\"\"}},data:function(){return{show:null,headers:[],activeNumber:je(this.active),tabs:[]}},created:function(){this._tabset\u003d!0},computed:{getNavStyleClass:function(){return\"nav-\".concat(this.navStyle)}},watch:{activeNumber:function(t){this.show\u003dthis.tabs[t]}},mounted:function(){this.show\u003dthis.tabs[this.activeNumber]},methods:{select:function(t){t.disabled||(this.activeNumber\u003dt.index)}}},ci,[],!1,null,\"70a68808\",null).exports;var di\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"thumb-wrapper\",{\"thumb-circle\":t.circle},t.addClass],style:[t.getBorder,t.getFontSize,t.getFontColor,t.getBgColor]},[t.hasSrc?n(\"img\",{ref:\"pic\",staticClass:\"thumb-image\",attrs:{src:t.src,width:t.computedWidth,height:t.computedHeight,alt:t.alt},on:{\"~load\":function(e){return t.computeImgSize.apply(null,arguments)}}}):t._e(),t._v(\" \"),t._t(\"default\")],2)};di._withStripped\u003d!0;const hi\u003dqe({props:{circle:{type:Boolean,default:!1},addClass:{type:String,default:\"\"},alt:{type:String,default:\"\"},background:{type:String,default:\"\"},border:{type:String,default:\"\"},fontColor:{type:String,default:\"\"},fontSize:{type:String,default:\"\"},size:{type:String,default:\"\"},src:{type:String,default:null},text:{type:String,default:\"\"}},computed:{getBorder:function(){return\"\"\u003d\u003d\u003dthis.border?{}:{border:this.border}},getFontSize:function(){var t\u003dthis.imageSize/2,e\u003dthis.fontSize;return{\"font-size\":\"\".concat(void 0\u003d\u003d\u003de||\"\"\u003d\u003d\u003de?t:e,\"px\")}},getFontColor:function(){return\"\"\u003d\u003d\u003dthis.fontColor?{}:{color:this.fontColor}},getBgColor:function(){return\"\"\u003d\u003d\u003dthis.background?{}:{background:this.background}},hasSrc:function(){return void 0!\u003d\u003dthis.src\u0026\u0026\"\"!\u003d\u003dthis.src},imageSize:function(){return this.size||100}},data:function(){return{computedWidth:\"\",computedHeight:\"\"}},mounted:function(){var t\u003dthis.$el;t.style.width\u003d\"\".concat(this.imageSize,\"px\"),t.style.height\u003d\"\".concat(this.imageSize,\"px\"),t.style.lineHeight\u003d\"\".concat(this.imageSize,\"px\")},methods:{computeImgSize:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth,i\u003dMath.min(e,n),o\u003dthis.imageSize/i;this.computedWidth\u003dn*o,this.computedHeight\u003de*o}}},di,[],!1,null,null,null).exports;var pi\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{tabindex:\"0\"},on:t._d({},[t.triggerEventType,function(e){return e.stopPropagation(),t.toggle()}])},[\"popover\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[n(\"portal-target\",{attrs:{name:\"popover:\"+t.target}})],1)]},proxy:!0}],null,!1,1583262462)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):\"tooltip\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,placement:t.placement,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"portal-target\",{attrs:{name:\"tooltip:\"+t.target}})]},proxy:!0}])},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):n(\"span\",[t._t(\"default\")],2)],1)};pi._withStripped\u003d!0;var fi\u003di(383);function mi(t){return(mi\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function vi(t,e){for(var n\u003d0;n\u003ce.length;n++){var i\u003de[n];i.enumerable\u003di.enumerable||!1,i.configurable\u003d!0,\"value\"in i\u0026\u0026(i.writable\u003d!0),Object.defineProperty(t,i.key,i)}}function gi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]\u003dn,t}function yi(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function wi(t){for(var e\u003d1;e\u003carguments.length;e++){var n\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?yi(Object(n),!0).forEach((function(e){gi(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):yi(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function bi(t){return function(t){if(Array.isArray(t))return _i(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return _i(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_i(t,e):void 0}}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function _i(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}var Si\u003dfunction(t){return t\u003d\u003ddocument.activeElement},xi\u003dfunction(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t),this.root\u003dnull,this.elements\u003d[],this.onKeyDown\u003dthis.onKeyDown.bind(this),this.enable\u003dthis.enable.bind(this),this.disable\u003dthis.disable.bind(this),this.firstElement\u003dthis.firstElement.bind(this),this.lastElement\u003dthis.lastElement.bind(this)}var e,n;return e\u003dt,(n\u003d[{key:\"lastElement\",value:function(){return this.elements[this.elements.length-1]||null}},{key:\"firstElement\",value:function(){return this.elements[0]||null}},{key:\"onKeyDown\",value:function(t){if(function(t){return\"Tab\"\u003d\u003d\u003dt.key||9\u003d\u003d\u003dt.keyCode}(t)){if(!t.shiftKey)return!document.activeElement||Si(this.lastElement())?(this.firstElement().focus(),void t.preventDefault()):void 0;Si(this.firstElement())\u0026\u0026(this.lastElement().focus(),t.preventDefault())}}},{key:\"enabled\",value:function(){return!!this.root}},{key:\"enable\",value:function(t){t\u0026\u0026(this.root\u003dt,this.elements\u003dfunction(t){return function(t,e){return bi(t.querySelectorAll(\u0027button:not([disabled]), select:not([disabled]), a[href]:not([disabled]), area[href]:not([disabled]), [contentEditable\u003d\"\"]:not([disabled]), [contentEditable\u003d\"true\"]:not([disabled]), [contentEditable\u003d\"TRUE\"]:not([disabled]), textarea:not([disabled]), iframe:not([disabled]), input:not([disabled]), summary:not([disabled]), [tabindex]:not([tabindex\u003d\"-1\"])\u0027)||[])}(t)}(this.root),this.root.addEventListener(\"keydown\",this.onKeyDown))}},{key:\"disable\",value:function(){this.root.removeEventListener(\"keydown\",this.onKeyDown),this.root\u003dnull}}])\u0026\u0026vi(e.prototype,n),t}(),Ci\u003dfunction(t){var e\u003dt.targetTouches?t.targetTouches[0]:t;return{x:e.clientX,y:e.clientY}},$i\u003dfunction(t,e,n){return\"number\"!\u003dtypeof t\u0026\u0026(t\u003dMath.min(e,n)||e),\"number\"!\u003dtypeof n\u0026\u0026(n\u003dMath.max(e,t)),Math.min(Math.max(e,t),n)},ki\u003dfunction(t){return t\u0026\u0026Number(t.replace(/px$/,\"\"))||0},Ti\u003d{down:{pc:\"mousedown\",m:\"touchstart\"},move:{pc:\"mousemove\",m:\"touchmove\"},up:{pc:\"mouseup\",m:\"touchend\"}},Ei\u003dfunction(t,e,n){e\u0026\u0026e.addEventListener(Ti[t].pc,n),e\u0026\u0026e.addEventListener(Ti[t].m,n,{passive:!1})},Oi\u003dfunction(t,e,n){e\u0026\u0026e.removeEventListener(Ti[t].pc,n),e\u0026\u0026e.removeEventListener(Ti[t].m,n)},Bi\u003d!1;if(\"undefined\"!\u003dtypeof window){var Pi\u003d{get passive(){Bi\u003d!0}};window.addEventListener(\"testPassive\",null,Pi),window.removeEventListener(\"testPassive\",null,Pi)}var Li,Ni,Ai,zi\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.navigator\u0026\u0026window.navigator.platform\u0026\u0026(/iP(ad|hone|od)/.test(window.navigator.platform)||\"MacIntel\"\u003d\u003d\u003dwindow.navigator.platform\u0026\u0026window.navigator.maxTouchPoints\u003e1),Mi\u003d[],Hi\u003d!1,Di\u003d0,Ri\u003d-1,ji\u003dfunction(t){return Mi.some((function(){return function(t,e){var n\u003d!1;return function(t){for(var e\u003d[];t;){if(e.push(t),t.classList.contains(\"vfm\"))return e;t\u003dt.parentElement}return e}(t).forEach((function(t){(function(t){if(!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE)return!1;var e\u003dwindow.getComputedStyle(t);return[\"auto\",\"scroll\"].includes(e.overflowY)\u0026\u0026t.scrollHeight\u003et.clientHeight})(t)\u0026\u0026function(t,e){return!(0\u003d\u003d\u003dt.scrollTop\u0026\u0026e\u003c0||t.scrollTop+t.clientHeight+e\u003e\u003dt.scrollHeight\u0026\u0026e\u003e0)}(t,e)\u0026\u0026(n\u003d!0)})),n}(t,-Di)}))},Ii\u003dfunction(t){var e\u003dt||window.event;return!!ji(e.target)||e.touches.length\u003e1||(e.preventDefault\u0026\u0026e.preventDefault(),!1)},qi\u003dfunction(t){t?(Mi\u003dMi.filter((function(e){return e.targetElement!\u003d\u003dt})),zi?(t.ontouchstart\u003dnull,t.ontouchmove\u003dnull,Hi\u0026\u00260\u003d\u003d\u003dMi.length\u0026\u0026(document.removeEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!1)):Mi.length||(void 0!\u003d\u003dNi\u0026\u0026(document.body.style.paddingRight\u003dNi,Ni\u003dvoid 0),void 0!\u003d\u003dLi\u0026\u0026(document.body.style.overflow\u003dLi,Li\u003dvoid 0))):console.error(\"enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.\")},Wi\u003dfunction(){},Fi\u003d\"enter\",Vi\u003d\"entering\",Ui\u003d\"leave\",Qi\u003d\"leavng\",Xi\u003d{type:[String,Object,Array],default:\"\"},Yi\u003d{type:[Object,Array],default:function(){return{}}},Ki\u003d{t:\"ns-resize\",tr:\"nesw-resize\",r:\"ew-resize\",br:\"nwse-resize\",b:\"ns-resize\",bl:\"nesw-resize\",l:\"ew-resize\",tl:\"nwse-resize\"},Gi\u003d{props:{name:{type:String,default:null},value:{type:Boolean,default:!1},ssr:{type:Boolean,default:!0},classes:Xi,overlayClass:Xi,contentClass:Xi,styles:Yi,overlayStyle:Yi,contentStyle:Yi,lockScroll:{type:Boolean,default:!0},hideOverlay:{type:Boolean,default:!1},clickToClose:{type:Boolean,default:!0},escToClose:{type:Boolean,default:!1},preventClick:{type:Boolean,default:!1},attach:{type:null,default:!1,validator:function(t){var e\u003dmi(t);return\"boolean\"\u003d\u003d\u003de||\"string\"\u003d\u003d\u003de||t.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE}},transition:{type:[String,Object],default:\"vfm\"},overlayTransition:{type:[String,Object],default:\"vfm\"},zIndexAuto:{type:Boolean,default:!0},zIndexBase:{type:[String,Number],default:1e3},zIndex:{type:[Boolean,String,Number],default:!1},focusRetain:{type:Boolean,default:!0},focusTrap:{type:Boolean,default:!1},fitParent:{type:Boolean,default:!0},drag:{type:Boolean,default:!1},dragSelector:{type:String,default:\"\"},keepChangedStyle:{type:Boolean,default:!1},resize:{type:Boolean,default:!1},resizeDirections:{type:Array,default:function(){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"]},validator:function(t){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"].filter((function(e){return-1!\u003d\u003dt.indexOf(e)})).length\u003d\u003d\u003dt.length}},minWidth:{type:Number,default:0},minHeight:{type:Number,default:0},maxWidth:{type:Number,default:1/0},maxHeight:{type:Number,default:1/0}},data:function(){return{modalStackIndex:null,visible:!1,visibility:{modal:!1,overlay:!1,resize:!1},overlayTransitionState:null,modalTransitionState:null,stopEvent:!1,params:{},dragResizeStyle:{},resolveToggle:Wi,rejectToggle:Wi,state:null,lastMousedownEl:null}},computed:{isComponentReadyToBeDestroyed:function(){return(this.hideOverlay||this.overlayTransitionState\u003d\u003d\u003dUi)\u0026\u0026this.modalTransitionState\u003d\u003d\u003dUi},calculateZIndex:function(){return!1\u003d\u003d\u003dthis.zIndex?!!this.zIndexAuto\u0026\u0026+this.zIndexBase+2*(this.modalStackIndex||0):this.zIndex},bindStyle:function(){return wi({},!1!\u003d\u003dthis.calculateZIndex\u0026\u0026{zIndex:this.calculateZIndex})},bindContentStyle:function(){var t\u003d[this.dragResizeStyle];return Array.isArray(this.contentStyle)?t.push.apply(t,bi(this.contentStyle)):t.push(this.contentStyle),t},computedTransition:function(){return\"string\"\u003d\u003dtypeof this.transition?{name:this.transition}:wi({},this.transition)},computedOverlayTransition:function(){return\"string\"\u003d\u003dtypeof this.overlayTransition?{name:this.overlayTransition}:wi({},this.overlayTransition)}},watch:{value:function(t){if(this.stopEvent)this.stopEvent\u003d!1;else if(this.mounted(),!t){if(this.emitEvent(\"before-close\",!0))return void this.rejectToggle(\"hide\");this.close()}},lockScroll:\"handleLockScroll\",hideOverlay:function(t){this.value\u0026\u0026!t\u0026\u0026(this.visibility.overlay\u003d!0)},attach:\"mounted\",isComponentReadyToBeDestroyed:function(t){t\u0026\u0026(this.visible\u003d!1)},drag:function(t){this.visible\u0026\u0026(t?this.addDragDown():this.removeDragDown())},resize:function(t){this.visible\u0026\u0026(t?this.addResizeDown():this.removeResizeDown())},keepChangedStyle:function(t){t||(this.dragResizeStyle\u003d{})}},mounted:function(){this.api.modals.push(this),this.$focusTrap\u003dnew xi,this.mounted()},beforeDestroy:function(){var t,e\u003dthis;this.close(),this.lockScroll\u0026\u0026this.$refs.vfmContainer\u0026\u0026qi(this.$refs.vfmContainer),null\u003d\u003dthis||null\u003d\u003d\u003d(t\u003dthis.$el)||void 0\u003d\u003d\u003dt||t.remove();var n\u003dthis.api.modals.findIndex((function(t){return t\u003d\u003d\u003de}));this.api.modals.splice(n,1)},methods:{mounted:function(){var t\u003dthis;if(this.value){if(this.emitEvent(\"before-open\",!1))return void this.rejectToggle(\"show\");var e\u003dthis.getAttachElement();if(e||!1\u003d\u003d\u003dthis.attach){!1!\u003d\u003dthis.attach\u0026\u0026e.appendChild(this.$el);var n\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));-1!\u003d\u003dn\u0026\u0026this.api.openedModals.splice(n,1),this.api.openedModals.push(this),this.modalStackIndex\u003dthis.api.openedModals.length-1,this.handleLockScroll(),this.api.openedModals.filter((function(e){return e!\u003d\u003dt})).forEach((function(t,n){t.getAttachElement()\u003d\u003d\u003de\u0026\u0026(t.modalStackIndex\u003dn,t.visibility.overlay\u003d!1)})),this.visible\u003d!0,this.$nextTick((function(){t.startTransitionEnter()}))}else!1!\u003d\u003de\u0026\u0026console.warn(\"Unable to locate target \".concat(this.attach))}},close:function(){var t\u003dthis,e\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));if(-1!\u003d\u003de\u0026\u0026this.api.openedModals.splice(e,1),this.api.openedModals.length\u003e0){var n\u003dthis.api.openedModals[this.api.openedModals.length-1];(n.focusRetain||n.focusTrap)\u0026\u0026n.$refs.vfmContainer.focus(),!n.hideOverlay\u0026\u0026(n.visibility.overlay\u003d!0)}this.drag\u0026\u0026this.removeDragDown(),this.resize\u0026\u0026this.removeResizeDown(),this.state\u003dnull,this.startTransitionLeave()},startTransitionEnter:function(){this.visibility.overlay\u003d!0,this.visibility.modal\u003d!0},startTransitionLeave:function(){this.visibility.overlay\u003d!1,this.visibility.modal\u003d!1},handleLockScroll:function(){var t\u003dthis;this.value\u0026\u0026this.$nextTick((function(){t.lockScroll?function(t,e){if(t){if(!Mi.some((function(e){return e.targetElement\u003d\u003d\u003dt}))){var n\u003d{targetElement:t,options:e||{}};Mi\u003d[].concat(bi(Mi),[n]),zi?(t.ontouchstart\u003dfunction(t){1\u003d\u003d\u003dt.targetTouches.length\u0026\u0026(Ri\u003dt.targetTouches[0].clientY)},t.ontouchmove\u003dfunction(e){1\u003d\u003d\u003de.targetTouches.length\u0026\u0026function(t,e){Di\u003dt.targetTouches[0].clientY-Ri,!ji(t.target)\u0026\u0026(e\u0026\u00260\u003d\u003d\u003de.scrollTop\u0026\u0026Di\u003e0||function(t){return!!t\u0026\u0026t.scrollHeight-t.scrollTop\u003c\u003dt.clientHeight}(e)\u0026\u0026Di\u003c0?Ii(t):t.stopPropagation())}(e,t)},Hi||(document.addEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!0)):function(t){if(void 0\u003d\u003d\u003dNi){var e\u003d!!t\u0026\u0026!0\u003d\u003d\u003dt.reserveScrollBarGap,n\u003dwindow.innerWidth-document.documentElement.clientWidth;if(e\u0026\u0026n\u003e0){var i\u003dparseInt(getComputedStyle(document.body).getPropertyValue(\"padding-right\"),10);Ni\u003ddocument.body.style.paddingRight,document.body.style.paddingRight\u003d\"\".concat(i+n,\"px\")}}void 0\u003d\u003d\u003dLi\u0026\u0026(Li\u003ddocument.body.style.overflow,document.body.style.overflow\u003d\"hidden\")}(e)}}else console.error(\"disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.\")}(t.$refs.vfmContainer,{reserveScrollBarGap:!0}):qi(t.$refs.vfmContainer)}))},getAttachElement:function(){return!1!\u003d\u003dthis.attach\u0026\u0026(\"string\"\u003d\u003dtypeof this.attach?!!window\u0026\u0026window.document.querySelector(this.attach):this.attach)},beforeOverlayEnter:function(){this.overlayTransitionState\u003dVi},afterOverlayEnter:function(){this.overlayTransitionState\u003dFi},beforeOverlayLeave:function(){this.overlayTransitionState\u003dQi},afterOverlayLeave:function(){this.overlayTransitionState\u003dUi},beforeModalEnter:function(){this.modalTransitionState\u003dVi},afterModalEnter:function(){this.modalTransitionState\u003dFi,(this.focusRetain||this.focusTrap)\u0026\u0026this.$refs.vfmContainer.focus(),this.focusTrap\u0026\u0026this.$focusTrap.enable(this.$refs.vfmContainer),this.drag\u0026\u0026this.addDragDown(),this.resize\u0026\u0026this.addResizeDown(),this.$emit(\"opened\",this.createModalEvent({type:\"opened\"})),this.resolveToggle(\"show\")},beforeModalLeave:function(){this.modalTransitionState\u003dQi,this.$focusTrap.enabled()\u0026\u0026this.$focusTrap.disable()},afterModalLeave:function(){this.modalTransitionState\u003dUi,this.modalStackIndex\u003dnull,this.lockScroll\u0026\u0026qi(this.$refs.vfmContainer),this.keepChangedStyle||(this.dragResizeStyle\u003d{});var t\u003d!1,e\u003dthis.createModalEvent({type:\"closed\",stop:function(){t\u003d!0}});this.$emit(\"closed\",e),this.resolveToggle(\"hide\"),t||(this.params\u003d{})},onMousedown:function(t){this.lastMousedownEl\u003dnull\u003d\u003dt?void 0:t.target},onMouseupContainer:function(){this.lastMousedownEl\u003d\u003d\u003dthis.$refs.vfmContainer\u0026\u0026\"resize:move\"!\u003d\u003dthis.state\u0026\u0026(this.$emit(\"click-outside\",this.createModalEvent({type:\"click-outside\"})),this.clickToClose\u0026\u0026this.$emit(\"input\",!1))},onEsc:function(){this.visible\u0026\u0026this.escToClose\u0026\u0026this.$emit(\"input\",!1)},createModalEvent:function(){var t\u003darguments.length\u003e0\u0026\u0026void 0!\u003d\u003darguments[0]?arguments[0]:{};return wi({ref:this},t)},emitEvent:function(t,e){var n\u003d!1,i\u003dthis.createModalEvent({type:t,stop:function(){n\u003d!0}});return this.$emit(t,i),!!n\u0026\u0026(this.stopEvent\u003d!0,this.$emit(\"input\",e),!0)},emitState:function(t,e,n){this.state\u003d\"\".concat(e,\":\").concat(n),this.$emit(this.state,t)},toggle:function(t,e){var n\u003darguments,i\u003dthis;return new Promise((function(o,r){i.resolveToggle\u003dfunction(t){o(t),i.resolveToggle\u003dWi},i.rejectToggle\u003dfunction(t){r(t),i.rejectToggle\u003dWi};var s\u003d\"boolean\"\u003d\u003dtypeof t?t:!i.value;s\u0026\u00262\u003d\u003d\u003dn.length\u0026\u0026(i.params\u003de),i.$emit(\"input\",s)}))},pointerDown:function(t){var e\u003dthis;t.stopPropagation();var n,i\u003d\"resize\",o\u003d\"drag\",r\u003dthis.$refs,s\u003dr.vfmContainer,a\u003dr.vfmContent,l\u003dt.target.getAttribute(\"direction\");if(l)n\u003di;else{if(!function(t,e,n){return\"\"\u003d\u003d\u003dn||bi(e.querySelectorAll(n)).includes(t.target)}(t,a,this.dragSelector))return;n\u003do}this.emitState(t,n,\"start\");var c,u,d,h,p\u003dCi(t),f\u003ds.getBoundingClientRect(),m\u003da.getBoundingClientRect(),v\u003d\"absolute\"\u003d\u003d\u003dwindow.getComputedStyle(a).position,g\u003dki(this.dragResizeStyle.top),y\u003dki(this.dragResizeStyle.left),w\u003dfunction(){if(e.fitParent){var t\u003d{absolute:function(){return{minTop:0,minLeft:0,maxTop:f.height-m.height,maxLeft:f.width-m.width}},relative:function(){return{minTop:g+f.top-m.top,minLeft:y+f.left-m.left,maxTop:g+f.bottom-m.bottom,maxLeft:y+f.right-m.right}}};return v?t.absolute():t.relative()}return{}}(),b\u003dn\u003d\u003d\u003di\u0026\u0026(c\u003ddocument.body,u\u003d\"cursor\",d\u003dKi[l],h\u003dc.style[u],c.style[u]\u003dd,function(){c.style[u]\u003dh}),_\u003dfunction(t){t.stopPropagation(),e.emitState(t,n,\"move\");var r,s,a\u003dCi(t),c\u003d{x:a.x-p.x,y:a.y-p.y};n\u003d\u003d\u003di\u0026\u0026(c\u003de.getResizeOffset(l,c,f,m,v)),v?(r\u003dm.top-f.top+c.y,s\u003dm.left-f.left+c.x):(r\u003dg+c.y,s\u003dy+c.x),n\u003d\u003d\u003do\u0026\u0026e.fitParent\u0026\u0026(r\u003d$i(w.minTop,r,w.maxTop),s\u003d$i(w.minLeft,s,w.maxLeft));var u\u003dwi(wi(wi({position:\"relative\",top:r+\"px\",left:s+\"px\",margin:\"unset\",touchAction:\"none\"},v\u0026\u0026{position:\"absolute\",transform:\"unset\",width:m.width+\"px\",height:m.height+\"px\"}),c.width\u0026\u0026{width:c.width+\"px\"}),c.height\u0026\u0026{height:c.height+\"px\"});e.dragResizeStyle\u003dwi(wi({},e.dragResizeStyle),u)};Ei(\"move\",document,_),Ei(\"up\",document,(function t(o){o.stopPropagation(),n\u003d\u003d\u003di\u0026\u0026b\u0026\u0026b(),setTimeout((function(){e.emitState(o,n,\"end\")})),Oi(\"move\",document,_),Oi(\"up\",document,t)}))},addDragDown:function(){Ei(\"down\",this.$refs.vfmContent,this.pointerDown),this.dragResizeStyle.touchAction\u003d\"none\"},removeDragDown:function(){Oi(\"down\",this.$refs.vfmContent,this.pointerDown)},addResizeDown:function(){var t\u003dthis;this.visibility.resize\u003d!0,this.$nextTick((function(){Ei(\"down\",t.$refs.vfmResize,t.pointerDown)}))},removeResizeDown:function(){Oi(\"down\",this.$refs.vfmResize,this.pointerDown),this.visibility.resize\u003d!1},getResizeOffset:function(t,e,n,i,o){var r\u003dthis,s\u003dfunction(t,e,o,s){var a,l\u003di[e],c\u003dn[t]-i[t],u\u003d(a\u003de).charAt(0).toUpperCase()+a.slice(1);return{axis:o,edgeName:e,min:s?c:-l,max:s?l:c,minEdge:r[\"min\".concat(u)],maxEdge:r[\"max\".concat(u)],getEdge:function(t){return i[e]-t*(s?1:-1)},getOffsetAxis:function(t,n){var o\u003di[e]-t;return n?s?o:0:(s?1:-1)*o/2}}},a\u003d{t:[\"top\",\"height\",\"y\",!0],b:[\"bottom\",\"height\",\"y\",!1],l:[\"left\",\"width\",\"x\",!0],r:[\"right\",\"width\",\"x\",!1]},l\u003d{x:0,y:0};return t.split(\"\").forEach((function(t){var n\u003ds.apply(void 0,bi(a[t]));l\u003dwi(wi({},l),function(t){var n,i\u003de[t.axis];i\u003dr.fitParent?$i(t.min,i,t.max):i;var s\u003d$i(t.minEdge,t.getEdge(i),t.maxEdge);return i\u003dt.getOffsetAxis(s,o),gi(n\u003d{},t.edgeName,s),gi(n,t.axis,i),n}(n))})),l}}},Zi\u003dfunction(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n},Ji\u003d\"undefined\"!\u003dtypeof navigator\u0026\u0026/msie [6-9]\\\\b/.test(navigator.userAgent.toLowerCase()),to\u003d{},eo\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.ssr||t.visible?n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.ssr||t.visible,expression:\"!ssr || visible\"}],staticClass:\"vfm vfm--inset\",class:[!1\u003d\u003d\u003dt.attach?\"vfm--fixed\":\"vfm--absolute\",{\"vfm--prevent-none\":t.preventClick}],style:t.bindStyle,on:{keydown:function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.onEsc.apply(null,arguments)}}},[n(\"transition\",t._b({ref:\"vfmOverlayTransition\",on:{\"before-enter\":t.beforeOverlayEnter,\"after-enter\":t.afterOverlayEnter,\"before-leave\":t.beforeOverlayLeave,\"after-leave\":t.afterOverlayLeave}},\"transition\",t.computedOverlayTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.hideOverlay\u0026\u0026t.visibility.overlay,expression:\"!hideOverlay \u0026\u0026 visibility.overlay\"}],staticClass:\"vfm__overlay vfm--overlay vfm--absolute vfm--inset\",class:t.overlayClass,style:t.overlayStyle})]),t._v(\" \"),n(\"transition\",t._b({ref:\"vfmTransition\",on:{\"before-enter\":t.beforeModalEnter,\"after-enter\":t.afterModalEnter,\"before-leave\":t.beforeModalLeave,\"after-leave\":t.afterModalLeave}},\"transition\",t.computedTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.visibility.modal,expression:\"visibility.modal\"}],ref:\"vfmContainer\",staticClass:\"vfm__container vfm--absolute vfm--inset vfm--outline-none\",class:t.classes,style:t.styles,attrs:{\"aria-expanded\":t.visibility.modal.toString(),role:\"dialog\",\"aria-modal\":\"true\",tabindex:\"-1\"},on:{mouseup:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMouseupContainer.apply(null,arguments)},mousedown:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMousedown.apply(null,arguments)}}},[n(\"div\",{ref:\"vfmContent\",staticClass:\"vfm__content\",class:[t.contentClass,{\"vfm--prevent-auto\":t.preventClick}],style:t.bindContentStyle,on:{mousedown:function(e){return t.onMousedown(null)}}},[t._t(\"default\",null,{params:t.params,close:function(){return t.$emit(\"input\",!1)}}),t._v(\" \"),t.visibility.resize\u0026\u0026t.visibility.modal?n(\"div\",{ref:\"vfmResize\",staticClass:\"vfm__resize vfm--absolute vfm--inset vfm--prevent-none vfm--select-none vfm--touch-none\"},t._l(t.resizeDirections,(function(t){return n(\"div\",{key:t,staticClass:\"vfm--absolute vfm--prevent-auto\",class:\"vfm--resize-\"+t,attrs:{direction:t}})})),0):t._e()],2)])])],1):t._e()},staticRenderFns:[]},(function(t){t\u0026\u0026t(\"data-v-1cd72822_0\",{source:\".vfm--fixed[data-v-1cd72822]{position:fixed}.vfm--absolute[data-v-1cd72822]{position:absolute}.vfm--inset[data-v-1cd72822]{top:0;right:0;bottom:0;left:0}.vfm--overlay[data-v-1cd72822]{background-color:rgba(0,0,0,.5)}.vfm--prevent-none[data-v-1cd72822]{pointer-events:none}.vfm--prevent-auto[data-v-1cd72822]{pointer-events:auto}.vfm--outline-none[data-v-1cd72822]:focus{outline:0}.vfm-enter-active[data-v-1cd72822],.vfm-leave-active[data-v-1cd72822]{transition:opacity .2s}.vfm-enter[data-v-1cd72822],.vfm-leave-to[data-v-1cd72822]{opacity:0}.vfm--touch-none[data-v-1cd72822]{touch-action:none}.vfm--select-none[data-v-1cd72822]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vfm--resize-bl[data-v-1cd72822],.vfm--resize-br[data-v-1cd72822],.vfm--resize-tl[data-v-1cd72822],.vfm--resize-tr[data-v-1cd72822]{width:12px;height:12px;z-index:10}.vfm--resize-t[data-v-1cd72822]{top:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-tr[data-v-1cd72822]{top:-6px;right:-6px;cursor:nesw-resize}.vfm--resize-r[data-v-1cd72822]{top:0;right:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-br[data-v-1cd72822]{bottom:-6px;right:-6px;cursor:nwse-resize}.vfm--resize-b[data-v-1cd72822]{bottom:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-bl[data-v-1cd72822]{bottom:-6px;left:-6px;cursor:nesw-resize}.vfm--resize-l[data-v-1cd72822]{top:0;left:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-tl[data-v-1cd72822]{top:-6px;left:-6px;cursor:nwse-resize}\",map:void 0,media:void 0})}),Gi,\"data-v-1cd72822\",!1,void 0,!1,(function(t){return function(t,e){return function(t,e){var n\u003dJi?e.media||\"default\":t,i\u003dto[n]||(to[n]\u003d{ids:new Set,styles:[]});if(!i.ids.has(t)){i.ids.add(t);var o\u003de.source;if(e.map\u0026\u0026(o+\u003d\"\\n/*# sourceURL\u003d\"+e.map.sources[0]+\" */\",o+\u003d\"\\n/*# sourceMappingURL\u003ddata:application/json;base64,\"+btoa(unescape(encodeURIComponent(JSON.stringify(e.map))))+\" */\"),i.element||(i.element\u003ddocument.createElement(\"style\"),i.element.type\u003d\"text/css\",e.media\u0026\u0026i.element.setAttribute(\"media\",e.media),void 0\u003d\u003d\u003dAi\u0026\u0026(Ai\u003ddocument.head||document.getElementsByTagName(\"head\")[0]),Ai.appendChild(i.element)),\"styleSheet\"in i.element)i.styles.push(o),i.element.styleSheet.cssText\u003di.styles.filter(Boolean).join(\"\\n\");else{var r\u003di.ids.size-1,s\u003ddocument.createTextNode(o),a\u003di.element.childNodes;a[r]\u0026\u0026i.element.removeChild(a[r]),a.length?i.element.insertBefore(s,a[r]):i.element.appendChild(s)}}}(t,e)}}),void 0,void 0),no\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"modals-container\"},t._l(t.api.dynamicModals,(function(e,i){return n(e.component,t._g(t._b({key:e.id,tag:\"component\",on:{closed:function(e){return t.slice(i)},\"before-open\":function(n){return t.beforeOpen(n,e,i)},opened:e.opened},scopedSlots:t._u([t._l(e.slots,(function(e,i){return{key:i,fn:function(){return[t.isString(e)?n(\"div\",{key:i,domProps:{innerHTML:t._s(e)}}):n(e.component,t._g(t._b({key:i,tag:\"component\"},\"component\",e.bind,!1),e.on))]},proxy:!0}}))],null,!0),model:{value:e.value,callback:function(n){t.$set(e,\"value\",n)},expression:\"modal.value\"}},\"component\",e.bind,!1),e.on))})),1)},staticRenderFns:[]},void 0,{props:{},methods:{slice:function(t){this.api.dynamicModals.splice(t,1)},beforeOpen:function(t,e,n){var i\u003dthis;t.ref.params\u003de.params,this.$nextTick((function(){e.value||(i.slice(n),e.reject(\"show\"))}))},isString:function(t){return\"string\"\u003d\u003dtypeof t}}},void 0,!1,void 0,!1,void 0,void 0,void 0);function io(t,e){var n\u003dwi(wi({},t),{},{props:wi({},t.props)});return Object.assign(n.props,{api:{type:Object,default:function(){return e}}}),n}var oo\u003d0,ro\u003dfunction(){var t,e,n\u003d(e\u003dnull,et().observable({show:function(t){for(var n\u003dthis,i\u003darguments.length,o\u003dnew Array(i\u003e1?i-1:0),r\u003d1;r\u003ci;r++)o[r-1]\u003darguments[r];switch(mi(t)){case\"string\":return this.toggle.apply(this,[t,!0].concat(o));case\"object\":return Promise.allSettled([new Promise((function(i,r){var s\u003d{value:!0,id:Symbol(\"dynamicModal\"),component:e,bind:{},slots:{},on:{},params:o[0],reject:r,opened:function(){i(\"show\")}};n.dynamicModals.push(Object.assign(s,t))}))])}},hide:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.toggle(e,!1)},hideAll:function(){return this.hide.apply(this,bi(this.openedModals.map((function(t){return t.name}))))},toggle:function(t){for(var e\u003darguments.length,n\u003dnew Array(e\u003e1?e-1:0),i\u003d1;i\u003ce;i++)n[i-1]\u003darguments[i];var o\u003dArray.isArray(t)?this.get.apply(this,bi(t)):this.get(t);return Promise.allSettled(o.map((function(t){return t.toggle.apply(t,n)})))},get:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.modals.filter((function(t){return e.includes(t.name)}))},dynamicModals:[],openedModals:[],modals:[],_setDefaultModal:function(t){e\u003dt}}));return gi(t\u003d{},\"$vfm\",n),gi(t,\"VueFinalModal\",function(t){var e\u003dio(eo,t);return t._setDefaultModal(e),e}(n)),gi(t,\"ModalsContainer\",io(no,n)),t},so\u003dro(),ao\u003dso.$vfm,lo\u003dso.VueFinalModal,co\u003d(so.ModalsContainer,function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{},n\u003d0\u003d\u003d\u003doo?so:ro(),i\u003dn.$vfm,o\u003dn.VueFinalModal,r\u003dn.ModalsContainer;oo+\u003d1;var s\u003de.key||\"$vfm\",a\u003de.componentName||\"VueFinalModal\",l\u003de.dynamicContainerName||\"ModalsContainer\";t.prototype[s]\u003di,t.component(a,o),t.component(l,r)}),uo\u003dfunction(t){return{install:function(e,n){var i\u003dObject.assign({},t,n);co(e,i)}}};uo.install\u003dco;const ho\u003dqe({name:\"Trigger\",components:{PortalTarget:fi.YC},props:{for:{type:String,default:\"\"},trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{popoverOrTooltipType:void 0,isInput:!1}},methods:{toggle:function(){this.for\u0026\u0026ao.show(this.for)}},computed:{triggerEventType:function(){return\"click\"\u003d\u003d\u003dthis.trigger||\"focus\"\u003d\u003d\u003dthis.trigger?this.trigger:\"mouseenter\"},triggers:function(){return this.trigger.split(\" \")},target:function(){return this.for}},mounted:function(){if(this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.for\u0026\u0026void 0\u003d\u003d\u003dthis.popoverOrTooltipType){var t\u003ddocument.getElementById(this.for);if(!t)return;this.popoverOrTooltipType\u003dt.dataset.mbComponentType}}},pi,[],!1,null,null,null).exports;var po\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"site-nav-root\"},[this._t(\"default\")],2)};po._withStripped\u003d!0;const fo\u003dqe({name:\"SiteNav\",mounted:function(){var t\u003dthis,e\u003dSn(new URL(window.location.href).pathname);this.$el.querySelectorAll(\"a[href]\").forEach((function(n){var i\u003dSn(n.getAttribute(\"href\"));if(e\u003d\u003d\u003di){n.classList.add(\"current\");for(var o\u003dn.parentElement;o\u0026\u0026o!\u003d\u003dt.$el;)\"ul\"\u003d\u003d\u003do.tagName.toLowerCase()\u0026\u0026o.classList.contains(\"site-nav-dropdown-container\")\u0026\u0026o.classList.add(\"site-nav-dropdown-container-open\"),o\u003do.parentElement}}))}},po,[],!1,null,null,null).exports;var mo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"span\",{class:[{\"nav-menu-close-icon\":t.show}],on:{click:function(e){return t.toggleNavMenu(void 0)}}},[t._t(\"navMenuIcon\")],2),t._v(\" \"),n(\"div\",{ref:\"navMenuContainer\",class:[\"nav-menu\",{\"nav-menu-open\":t.show}],style:t.navbarHeight,on:{click:t.toggleNavMenu}},[n(\"portal-target\",{attrs:{name:t.portalName,multiple:\"\"}})],1)])};mo._withStripped\u003d!0;var vo\u003d{};const go\u003dqe({components:{PortalTarget:fi.YC},props:{type:{type:String,default:null},portalName:{type:String,default:null}},inject:{toggleLowerNavbar:{default:void 0}},data:function(){return{show:!1,navbarHeight:\"\"}},methods:{toggleNavMenu:function(t){var e,n\u003dthis;t\u0026\u0026\"a\"\u003d\u003d\u003dt.target.tagName.toLowerCase()||!t\u0026\u0026this.show?(document.body.style.removeProperty(\"overflow\"),this.show\u003d!1):(vo[e\u003d\"closeOverlay\"]\u0026\u0026vo[e].forEach((function(t){return t()})),document.body.style.overflow\u003d\"hidden\",this.show\u003d!0,this.$nextTick((function(){var t\u003dn.$refs.navMenuContainer,e\u003dwindow.innerHeight-t.getBoundingClientRect().top;n.navbarHeight\u003d\"height: \".concat(e,\"px\")})))}},mounted:function(){var t,e,n\u003dthis;this.toggleLowerNavbar\u0026\u0026this.toggleLowerNavbar(),e\u003dfunction(){n.show\u003d!1},vo[t\u003d\"closeOverlay\"]||(vo[t]\u003d[]),vo[t].push(e)}},mo,[],!1,null,\"1a3e7aee\",null).exports;var yo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(t.tagName,t._b({tag:\"component\"},\"component\",t.$attrs,!1),[t._t(\"default\"),t._v(\" \"),t.enablePortal?n(\"portal\",{attrs:{to:t.to}},[n(t.tagName,t._b({tag:\"component\",class:[t.$vnode.data.staticClass||\"\",\"mb-mobile-nav\"],style:t.$vnode.data.staticStyle},\"component\",t.$attrs,!1),[t._t(\"default\")],2)],1):t._e()],2)};yo._withStripped\u003d!0;const wo\u003dqe({name:\"OverlaySource\",components:{Portal:fi.h_},props:{to:{type:String,default:void 0},tagName:{type:String,default:void 0}},data:function(){return{enablePortal:!1}},mounted:function(){this.enablePortal\u003d!0}},yo,[],!1,null,\"e6005420\",null).exports;var bo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"popover\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"popover:\"+t.targetEl.id}},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)]):t._e(),t._v(\" \"),t.isMounted?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)])]},proxy:!0}],null,!0)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};bo._withStripped\u003d!0;const _o\u003dqe({name:\"Popover\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")},hasHeader:function(){return!!this.$slots.header}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},bo,[],!1,null,null,null).exports;var So\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"tooltip\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"tooltip:\"+t.targetEl.id}},[t._t(\"content\")],2):t._e(),t._v(\" \"),t.isMounted?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t._t(\"content\")]},proxy:!0}],null,!0)},[t._v(\" \"),t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};So._withStripped\u003d!0;const xo\u003dqe({name:\"Tooltip\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isInput:!1,isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},So,[],!1,null,null,null).exports;var Co\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMounted?n(\"vue-final-modal\",{attrs:{ssr:\"\",name:t.id,classes:[\"modal\"],\"content-class\":[\"modal-dialog\",\"modal-dialog-scrollable\",t.optionalModalSize,t.optionalCentering],\"overlay-transition\":\"none\",transition:t.effectClass,\"click-to-close\":\"false\"!\u003d\u003dt.backdrop,\"esc-to-close\":\"\",\"z-index-base\":\"2000\"},model:{value:t.show,callback:function(e){t.show\u003de},expression:\"show\"}},[n(\"div\",{staticClass:\"modal-content\"},[t.hasHeader?n(\"div\",{staticClass:\"modal-header\"},[n(\"h5\",{staticClass:\"modal-title\"},[t._t(\"header\")],2),t._v(\" \"),n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"aria-label\":\"Close\"},on:{click:function(e){return t.close()}}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"modal-body\"},[t._t(\"default\")],2),t._v(\" \"),t.hasFooter||t.hasOk?n(\"div\",{staticClass:\"modal-footer\"},[t.hasFooter?t._t(\"footer\"):n(\"button\",{staticClass:\"btn btn-primary\",on:{click:function(e){return t.close()}}},[t._v(\"\\n \"+t._s(t.okText)+\"\\n \")])],2):t._e()])]):t._e()};Co._withStripped\u003d!0;const $o\u003dqe({name:\"Modal\",components:{VueFinalModal:lo},data:function(){return{show:!1,isMounted:!1,zoomEffect:{\"enter-class\":\"modal-zoom\",\"enter-to-class\":\"modal-zoom-show\",\"leave-to-class\":\"modal-zoom\",\"leave-class\":\"modal-zoom-show\"}}},props:{okText:{type:String,default:\"\"},effect:{type:String,default:\"zoom\"},id:{type:String,default:\"\"},small:{type:Boolean,default:!1},large:{type:Boolean,default:!1},center:{type:Boolean,default:!1},backdrop:{type:String,default:\"\"}},computed:{hasHeader:function(){return!!this.$slots.header},hasFooter:function(){return!!this.$slots.footer},hasOk:function(){return\"\"!\u003d\u003dthis.okText},optionalModalSize:function(){return this.small||this.large?this.small?\"modal-sm\":\"modal-lg\":\"\"},optionalCentering:function(){return this.center?\"modal-dialog-centered\":\"\"},effectClass:function(){return\"zoom\"\u003d\u003d\u003dthis.effect?this.zoomEffect:\"vfm\"}},methods:{close:function(){this.show\u003d!1}},mounted:function(){this.isMounted\u003d!0}},Co,[],!1,null,null,null).exports;var ko\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"scroll-top-button\",t.getIconSize(),\"d-print-none\",{lighten:t.$data.isLighten}],style:t.iconStyle(),attrs:{\"aria-hidden\":\"true\"},on:{click:function(e){return t.handleScrollTop()}}},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas fa-arrow-circle-up\"]})]}))],2)};ko._withStripped\u003d!0;var To\u003d{box:We,breadcrumb:Ve,dropdown:gn,navbar:Tn,panel:Rn,annotate:In,aPoint:Wn,pic:Vn,quiz:Qn,question:Gn,qOption:Jn,retriever:zn,searchbar:oi,tab:si,tabGroup:li,tabs:ui,thumbnail:hi,trigger:ho,siteNav:fo,submenu:vn,siteNavButton:Cn,pageNavButton:kn,overlay:go,overlaySource:wo,popover:_o,tooltip:xo,modal:$o,VPopover:Ne,VTooltip:Ae,scrollTopButton:qe({name:\"ScrollTopButton\",props:{icon:{type:String,default:null},iconSize:{type:String,default:\"lg\"},iconColor:{type:String,default:null},bottom:{type:String,default:null},right:{type:String,default:null}},data:function(){return{isVisible:!1,isLighten:!1,timers:{showOrHideButtonTimer:0,lightenButtonTimer:0}}},methods:{initScrollTopButton:function(){window.addEventListener(\"scroll\",this.promptScrollTopButton)},destroyScrollTopButton:function(){window.removeEventListener(\"scroll\",this.promptScrollTopButton)},promptScrollTopButton:function(){this.resetScrollTopButton(),this.showOrHideScrollTopButton()},resetScrollTopButton:function(){clearTimeout(this.timers.showOrHideButtonTimer),clearTimeout(this.timers.lightenButtonTimer),this.isLighten\u003d!1},showOrHideScrollTopButton:function(){var t\u003dthis;this.timers.showOrHideButtonTimer\u003dsetTimeout((function(){document.body.scrollTop\u003e20||document.documentElement.scrollTop\u003e20?(t.isVisible\u003d!0,t.lightenScrollTopButton()):t.isVisible\u003d!1}),100)},lightenScrollTopButton:function(){var t\u003dthis;this.timers.lightenButtonTimer\u003dsetTimeout((function(){t.isLighten||(t.isLighten\u003d!0)}),1e3)},iconStyle:function(){var t\u003d{};return t.display\u003dthis.isVisible?\"block\":\"none\",this.iconColor\u0026\u0026(t.color\u003dthis.iconColor),t.bottom\u003dthis.bottom?this.bottom:\"2%\",t.right\u003dthis.right?this.right:\"2%\",t.position\u003d\"fixed\",t},handleScrollTop:function(){document.body.scrollIntoView({block:\"start\",behavior:\"smooth\"})},getIconSize:function(){return this.iconSize?\"fa-\".concat(this.iconSize):\"\"}},mounted:function(){this.initScrollTopButton()},beforeDestroy:function(){this.destroyScrollTopButton()}},ko,[],!1,null,null,null).exports},Eo\u003d{closeable:Qe()};const Oo\u003d{MarkBindVue:{plugin:{install:function(t){Object.keys(Eo).forEach((function(e){t.directive(e,Eo[e])})),Object.keys(To).forEach((function(e){t.component(e,To[e])}))}},components:To,directives:Eo},appFactory:function(){return{data:function(){return{searchData:[]}},methods:{searchCallback:function(t){var e\u003d\"\".concat(baseUrl,\"/\").concat(t.src.replace(/.md$/,\".html\")),n\u003dt.heading?\"#\".concat(t.heading.id):\"\";window.location\u003d\"\".concat(e).concat(n)}}}}};i(605);function Bo(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Po(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Bo(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Bo(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var Lo\u003dOo.MarkBindVue,No\u003dOo.appFactory;function Ao(){var t\u003ddocument.querySelector(\"header[sticky]\");if(null!\u003d\u003dt){var e\u003da(),n\u003d!1;t.addEventListener(\"transitionend\",(function(){n||(t.style.overflow\u003d\"\")})),new ResizeObserver((function(){e\u003da(),document.documentElement.style.setProperty(\"--sticky-header-height\",\"\".concat(e,\"px\")),window.innerWidth\u003e767\u0026\u0026n\u0026\u0026l()})).observe(t);var i,o\u003d0,r\u003dwindow.location.hash,s\u003dfunction(){if(!(window.innerWidth\u003e767)){if(r!\u003d\u003dwindow.location.hash)return r\u003dwindow.location.hash,void l();r\u003dwindow.location.hash;var i\u003dwindow.pageYOffset;if(!(window.innerHeight+i\u003e\u003ddocument.body.offsetHeight)){if(i\u003eo){t.style.position\u003d\"static\";var s\u003dt.getBoundingClientRect().top+e;if(t.style.position\u003d\"sticky\",s\u003e0)return;n\u003d!0,t.style.overflow\u003d\"hidden\",t.classList.add(\"hide-header\")}else l();o\u003di}}};window.addEventListener(\"scroll\",(function(){i\u0026\u0026clearTimeout(i),i\u003dsetTimeout(s,20)}))}function a(){var e\u003dwindow.getComputedStyle(t,null);return t.clientHeight-parseFloat(e.paddingTop)-parseFloat(e.paddingBottom)}function l(){n\u003d!1,t.classList.remove(\"hide-header\")}}function zo(){document.querySelectorAll(\"script[style-bypass-vue-compilation]\").forEach((function(t){var e\u003ddocument.createElement(\"style\");e.innerHTML\u003dt.innerHTML,t.parentNode.replaceChild(e,t)})),Ao()}Vue.use(Lo.plugin),window.onload\u003dfunction(){if(window.location.hash){var t\u003ddocument.getElementById(window.location.hash.slice(1));t\u0026\u0026t.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}},window.handleSiteNavClick\u003dfunction(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];if(e){var n\u003dt.getElementsByTagName(\"a\");if(n.length)return void(window.location.href\u003dn[0].href)}var i\u003dt.nextElementSibling,o\u003dt.lastElementChild.lastElementChild;i.classList.toggle(\"site-nav-dropdown-container-open\"),o.classList.toggle(\"site-nav-rotate-icon\")};const Mo\u003d{setup:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo()}})).$mount(\"#app\",!0)},setupWithSearch:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo(),function(t){fetch(\"\".concat(baseUrl,\"/siteData.json\")).then((function(t){return t.json()})).then((function(e){t.searchData\u003de.pages}))}(this)}})).$mount(\"#app\",!0)}}})(),o\u003do.default})());"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/polyfill.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var c\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require;if(!u\u0026\u0026c)return c(o,!0);if(i)return i(o,!0);var a\u003dnew Error(\"Cannot find module \u0027\"+o+\"\u0027\");throw a.code\u003d\"MODULE_NOT_FOUND\",a}var f\u003dn[o]\u003d{exports:{}};t[o][0].call(f.exports,function(n){var r\u003dt[o][1][n];return s(r||n)},f,f.exports,e,t,n,r)}return n[o].exports}for(var i\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require,o\u003d0;o\u003cr.length;o++)s(r[o]);return s}({1:[function(t,n,r){(function(n){\"use strict\";function define(t,n,e){t[n]||Object[r](t,n,{writable:!0,configurable:!0,value:e})}if(t(327),t(328),t(2),n._babelPolyfill)throw new Error(\"only one instance of babel-polyfill is allowed\");n._babelPolyfill\u003d!0;var r\u003d\"defineProperty\";define(String.prototype,\"padLeft\",\"\".padStart),define(String.prototype,\"padRight\",\"\".padEnd),\"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill\".split(\",\").forEach(function(t){[][t]\u0026\u0026define(Array,t,Function.call.bind([][t]))})}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{2:2,327:327,328:328}],2:[function(t,n,r){t(130),n.exports\u003dt(23).RegExp.escape},{130:130,23:23}],3:[function(t,n,r){n.exports\u003dfunction(t){if(\"function\"!\u003dtypeof t)throw TypeError(t+\" is not a function!\");return t}},{}],4:[function(t,n,r){var e\u003dt(18);n.exports\u003dfunction(t,n){if(\"number\"!\u003dtypeof t\u0026\u0026\"Number\"!\u003de(t))throw TypeError(n);return+t}},{18:18}],5:[function(t,n,r){var e\u003dt(128)(\"unscopables\"),i\u003dArray.prototype;void 0\u003d\u003di[e]\u0026\u0026t(42)(i,e,{}),n.exports\u003dfunction(t){i[e][t]\u003d!0}},{128:128,42:42}],6:[function(t,n,r){n.exports\u003dfunction(t,n,r,e){if(!(t instanceof n)||void 0!\u003d\u003de\u0026\u0026e in t)throw TypeError(r+\": incorrect invocation!\");return t}},{}],7:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t){if(!e(t))throw TypeError(t+\" is not an object!\");return t}},{51:51}],8:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003d[].copyWithin||function copyWithin(t,n){var r\u003de(this),u\u003do(r.length),c\u003di(t,u),a\u003di(n,u),f\u003darguments.length\u003e2?arguments[2]:void 0,s\u003dMath.min((void 0\u003d\u003d\u003df?u:i(f,u))-a,u-c),l\u003d1;for(a\u003cc\u0026\u0026c\u003ca+s\u0026\u0026(l\u003d-1,a+\u003ds-1,c+\u003ds-1);s-- \u003e0;)a in r?r[c]\u003dr[a]:delete r[c],c+\u003dl,a+\u003dl;return r}},{114:114,118:118,119:119}],9:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003dfunction fill(t){for(var n\u003de(this),r\u003do(n.length),u\u003darguments.length,c\u003di(u\u003e1?arguments[1]:void 0,r),a\u003du\u003e2?arguments[2]:void 0,f\u003dvoid 0\u003d\u003d\u003da?r:i(a,r);f\u003ec;)n[c++]\u003dt;return n}},{114:114,118:118,119:119}],10:[function(t,n,r){var e\u003dt(39);n.exports\u003dfunction(t,n){var r\u003d[];return e(t,!1,r.push,r,n),r}},{39:39}],11:[function(t,n,r){var e\u003dt(117),i\u003dt(118),o\u003dt(114);n.exports\u003dfunction(t){return function(n,r,u){var c,a\u003de(n),f\u003di(a.length),s\u003do(u,f);if(t\u0026\u0026r!\u003dr){for(;f\u003es;)if((c\u003da[s++])!\u003dc)return!0}else for(;f\u003es;s++)if((t||s in a)\u0026\u0026a[s]\u003d\u003d\u003dr)return t||s||0;return!t\u0026\u0026-1}}},{114:114,117:117,118:118}],12:[function(t,n,r){var e\u003dt(25),i\u003dt(47),o\u003dt(119),u\u003dt(118),c\u003dt(15);n.exports\u003dfunction(t,n){var r\u003d1\u003d\u003dt,a\u003d2\u003d\u003dt,f\u003d3\u003d\u003dt,s\u003d4\u003d\u003dt,l\u003d6\u003d\u003dt,h\u003d5\u003d\u003dt||l,v\u003dn||c;return function(n,c,p){for(var d,y,g\u003do(n),m\u003di(g),b\u003de(c,p,3),x\u003du(m.length),S\u003d0,w\u003dr?v(n,x):a?v(n,0):void 0;x\u003eS;S++)if((h||S in m)\u0026\u0026(d\u003dm[S],y\u003db(d,S,g),t))if(r)w[S]\u003dy;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return S;case 2:w.push(d)}else if(s)return!1;return l?-1:f||s?s:w}}},{118:118,119:119,15:15,25:25,47:47}],13:[function(t,n,r){var e\u003dt(3),i\u003dt(119),o\u003dt(47),u\u003dt(118);n.exports\u003dfunction(t,n,r,c,a){e(n);var f\u003di(t),s\u003do(f),l\u003du(f.length),h\u003da?l-1:0,v\u003da?-1:1;if(r\u003c2)for(;;){if(h in s){c\u003ds[h],h+\u003dv;break}if(h+\u003dv,a?h\u003c0:l\u003c\u003dh)throw TypeError(\"Reduce of empty array with no initial value\")}for(;a?h\u003e\u003d0:l\u003eh;h+\u003dv)h in s\u0026\u0026(c\u003dn(c,s[h],h,f));return c}},{118:118,119:119,3:3,47:47}],14:[function(t,n,r){var e\u003dt(51),i\u003dt(49),o\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n;return i(t)\u0026\u0026(n\u003dt.constructor,\"function\"!\u003dtypeof n||n!\u003d\u003dArray\u0026\u0026!i(n.prototype)||(n\u003dvoid 0),e(n)\u0026\u0026null\u003d\u003d\u003d(n\u003dn[o])\u0026\u0026(n\u003dvoid 0)),void 0\u003d\u003d\u003dn?Array:n}},{128:128,49:49,51:51}],15:[function(t,n,r){var e\u003dt(14);n.exports\u003dfunction(t,n){return new(e(t))(n)}},{14:14}],16:[function(t,n,r){\"use strict\";var e\u003dt(3),i\u003dt(51),o\u003dt(46),u\u003d[].slice,c\u003d{},a\u003dfunction(t,n,r){if(!(n in c)){for(var e\u003d[],i\u003d0;i\u003cn;i++)e[i]\u003d\"a[\"+i+\"]\";c[n]\u003dFunction(\"F,a\",\"return new F(\"+e.join(\",\")+\")\")}return c[n](t,r)};n.exports\u003dFunction.bind||function bind(t){var n\u003de(this),r\u003du.call(arguments,1),c\u003dfunction(){var e\u003dr.concat(u.call(arguments));return this instanceof c?a(n,e.length,e):o(n,e,t)};return i(n.prototype)\u0026\u0026(c.prototype\u003dn.prototype),c}},{3:3,46:46,51:51}],17:[function(t,n,r){var e\u003dt(18),i\u003dt(128)(\"toStringTag\"),o\u003d\"Arguments\"\u003d\u003de(function(){return arguments}()),u\u003dfunction(t,n){try{return t[n]}catch(t){}};n.exports\u003dfunction(t){var n,r,c;return void 0\u003d\u003d\u003dt?\"Undefined\":null\u003d\u003d\u003dt?\"Null\":\"string\"\u003d\u003dtypeof(r\u003du(n\u003dObject(t),i))?r:o?e(n):\"Object\"\u003d\u003d(c\u003de(n))\u0026\u0026\"function\"\u003d\u003dtypeof n.callee?\"Arguments\":c}},{128:128,18:18}],18:[function(t,n,r){var e\u003d{}.toString;n.exports\u003dfunction(t){return e.call(t).slice(8,-1)}},{}],19:[function(t,n,r){\"use strict\";var e\u003dt(72).f,i\u003dt(71),o\u003dt(93),u\u003dt(25),c\u003dt(6),a\u003dt(39),f\u003dt(55),s\u003dt(57),l\u003dt(100),h\u003dt(29),v\u003dt(66).fastKey,p\u003dt(125),d\u003dh?\"_s\":\"size\",y\u003dfunction(t,n){var r,e\u003dv(n);if(\"F\"!\u003d\u003de)return t._i[e];for(r\u003dt._f;r;r\u003dr.n)if(r.k\u003d\u003dn)return r};n.exports\u003d{getConstructor:function(t,n,r,f){var s\u003dt(function(t,e){c(t,s,n,\"_i\"),t._t\u003dn,t._i\u003di(null),t._f\u003dvoid 0,t._l\u003dvoid 0,t[d]\u003d0,void 0!\u003de\u0026\u0026a(e,r,t[f],t)});return o(s.prototype,{clear:function clear(){for(var t\u003dp(this,n),r\u003dt._i,e\u003dt._f;e;e\u003de.n)e.r\u003d!0,e.p\u0026\u0026(e.p\u003de.p.n\u003dvoid 0),delete r[e.i];t._f\u003dt._l\u003dvoid 0,t[d]\u003d0},delete:function(t){var r\u003dp(this,n),e\u003dy(r,t);if(e){var i\u003de.n,o\u003de.p;delete r._i[e.i],e.r\u003d!0,o\u0026\u0026(o.n\u003di),i\u0026\u0026(i.p\u003do),r._f\u003d\u003de\u0026\u0026(r._f\u003di),r._l\u003d\u003de\u0026\u0026(r._l\u003do),r[d]--}return!!e},forEach:function forEach(t){p(this,n);for(var r,e\u003du(t,arguments.length\u003e1?arguments[1]:void 0,3);r\u003dr?r.n:this._f;)for(e(r.v,r.k,this);r\u0026\u0026r.r;)r\u003dr.p},has:function has(t){return!!y(p(this,n),t)}}),h\u0026\u0026e(s.prototype,\"size\",{get:function(){return p(this,n)[d]}}),s},def:function(t,n,r){var e,i,o\u003dy(t,n);return o?o.v\u003dr:(t._l\u003do\u003d{i:i\u003dv(n,!0),k:n,v:r,p:e\u003dt._l,n:void 0,r:!1},t._f||(t._f\u003do),e\u0026\u0026(e.n\u003do),t[d]++,\"F\"!\u003d\u003di\u0026\u0026(t._i[i]\u003do)),t},getEntry:y,setStrong:function(t,n,r){f(t,n,function(t,r){this._t\u003dp(t,n),this._k\u003dr,this._l\u003dvoid 0},function(){for(var t\u003dthis,n\u003dt._k,r\u003dt._l;r\u0026\u0026r.r;)r\u003dr.p;return t._t\u0026\u0026(t._l\u003dr\u003dr?r.n:t._t._f)?\"keys\"\u003d\u003dn?s(0,r.k):\"values\"\u003d\u003dn?s(0,r.v):s(0,[r.k,r.v]):(t._t\u003dvoid 0,s(1))},r?\"entries\":\"values\",!r,!0),l(n)}}},{100:100,125:125,25:25,29:29,39:39,55:55,57:57,6:6,66:66,71:71,72:72,93:93}],20:[function(t,n,r){var e\u003dt(17),i\u003dt(10);n.exports\u003dfunction(t){return function toJSON(){if(e(this)!\u003dt)throw TypeError(t+\"#toJSON isn\u0027t generic\");return i(this)}}},{10:10,17:17}],21:[function(t,n,r){\"use strict\";var e\u003dt(93),i\u003dt(66).getWeak,o\u003dt(7),u\u003dt(51),c\u003dt(6),a\u003dt(39),f\u003dt(12),s\u003dt(41),l\u003dt(125),h\u003df(5),v\u003df(6),p\u003d0,d\u003dfunction(t){return t._l||(t._l\u003dnew y)},y\u003dfunction(){this.a\u003d[]},g\u003dfunction(t,n){return h(t.a,function(t){return t[0]\u003d\u003d\u003dn})};y.prototype\u003d{get:function(t){var n\u003dg(this,t);if(n)return n[1]},has:function(t){return!!g(this,t)},set:function(t,n){var r\u003dg(this,t);r?r[1]\u003dn:this.a.push([t,n])},delete:function(t){var n\u003dv(this.a,function(n){return n[0]\u003d\u003d\u003dt});return~n\u0026\u0026this.a.splice(n,1),!!~n}},n.exports\u003d{getConstructor:function(t,n,r,o){var f\u003dt(function(t,e){c(t,f,n,\"_i\"),t._t\u003dn,t._i\u003dp++,t._l\u003dvoid 0,void 0!\u003de\u0026\u0026a(e,r,t[o],t)});return e(f.prototype,{delete:function(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).delete(t):r\u0026\u0026s(r,this._i)\u0026\u0026delete r[this._i]},has:function has(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).has(t):r\u0026\u0026s(r,this._i)}}),f},def:function(t,n,r){var e\u003di(o(n),!0);return!0\u003d\u003d\u003de?d(t).set(n,r):e[t._i]\u003dr,t},ufstore:d}},{12:12,125:125,39:39,41:41,51:51,6:6,66:66,7:7,93:93}],22:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(33),o\u003dt(94),u\u003dt(93),c\u003dt(66),a\u003dt(39),f\u003dt(6),s\u003dt(51),l\u003dt(35),h\u003dt(56),v\u003dt(101),p\u003dt(45);n.exports\u003dfunction(t,n,r,d,y,g){var m\u003de[t],b\u003dm,x\u003dy?\"set\":\"add\",S\u003db\u0026\u0026b.prototype,w\u003d{},_\u003dfunction(t){var n\u003dS[t];o(S,t,\"delete\"\u003d\u003dt?function(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"has\"\u003d\u003dt?function has(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"get\"\u003d\u003dt?function get(t){return g\u0026\u0026!s(t)?void 0:n.call(this,0\u003d\u003d\u003dt?0:t)}:\"add\"\u003d\u003dt?function add(t){return n.call(this,0\u003d\u003d\u003dt?0:t),this}:function set(t,r){return n.call(this,0\u003d\u003d\u003dt?0:t,r),this})};if(\"function\"\u003d\u003dtypeof b\u0026\u0026(g||S.forEach\u0026\u0026!l(function(){(new b).entries().next()}))){var E\u003dnew b,O\u003dE[x](g?{}:-0,1)!\u003dE,P\u003dl(function(){E.has(1)}),M\u003dh(function(t){new b(t)}),F\u003d!g\u0026\u0026l(function(){for(var t\u003dnew b,n\u003d5;n--;)t[x](n,n);return!t.has(-0)});M||(b\u003dn(function(n,r){f(n,b,t);var e\u003dp(new m,n,b);return void 0!\u003dr\u0026\u0026a(r,y,e[x],e),e}),b.prototype\u003dS,S.constructor\u003db),(P||F)\u0026\u0026(_(\"delete\"),_(\"has\"),y\u0026\u0026_(\"get\")),(F||O)\u0026\u0026_(x),g\u0026\u0026S.clear\u0026\u0026delete S.clear}else b\u003dd.getConstructor(n,t,y,x),u(b.prototype,r),c.NEED\u003d!0;return v(b,t),w[t]\u003db,i(i.G+i.W+i.F*(b!\u003dm),w),g||d.setStrong(b,t,y),b}},{101:101,33:33,35:35,39:39,40:40,45:45,51:51,56:56,6:6,66:66,93:93,94:94}],23:[function(t,n,r){var e\u003dn.exports\u003d{version:\"2.5.0\"};\"number\"\u003d\u003dtypeof __e\u0026\u0026(__e\u003de)},{}],24:[function(t,n,r){\"use strict\";var e\u003dt(72),i\u003dt(92);n.exports\u003dfunction(t,n,r){n in t?e.f(t,n,i(0,r)):t[n]\u003dr}},{72:72,92:92}],25:[function(t,n,r){var e\u003dt(3);n.exports\u003dfunction(t,n,r){if(e(t),void 0\u003d\u003d\u003dn)return t;switch(r){case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,i){return t.call(n,r,e,i)}}return function(){return t.apply(n,arguments)}}},{3:3}],26:[function(t,n,r){\"use strict\";var e\u003dt(35),i\u003dDate.prototype.getTime,o\u003dDate.prototype.toISOString,u\u003dfunction(t){return t\u003e9?t:\"0\"+t};n.exports\u003de(function(){return\"0385-07-25T07:06:39.999Z\"!\u003do.call(new Date(-5e13-1))})||!e(function(){o.call(new Date(NaN))})?function toISOString(){if(!isFinite(i.call(this)))throw RangeError(\"Invalid time value\");var t\u003dthis,n\u003dt.getUTCFullYear(),r\u003dt.getUTCMilliseconds(),e\u003dn\u003c0?\"-\":n\u003e9999?\"+\":\"\";return e+(\"00000\"+Math.abs(n)).slice(e?-6:-4)+\"-\"+u(t.getUTCMonth()+1)+\"-\"+u(t.getUTCDate())+\"T\"+u(t.getUTCHours())+\":\"+u(t.getUTCMinutes())+\":\"+u(t.getUTCSeconds())+\".\"+(r\u003e99?r:\"0\"+u(r))+\"Z\"}:o},{35:35}],27:[function(t,n,r){\"use strict\";var e\u003dt(7),i\u003dt(120);n.exports\u003dfunction(t){if(\"string\"!\u003d\u003dt\u0026\u0026\"number\"!\u003d\u003dt\u0026\u0026\"default\"!\u003d\u003dt)throw TypeError(\"Incorrect hint\");return i(e(this),\"number\"!\u003dt)}},{120:120,7:7}],28:[function(t,n,r){n.exports\u003dfunction(t){if(void 0\u003d\u003dt)throw TypeError(\"Can\u0027t call method on \"+t);return t}},{}],29:[function(t,n,r){n.exports\u003d!t(35)(function(){return 7!\u003dObject.defineProperty({},\"a\",{get:function(){return 7}}).a})},{35:35}],30:[function(t,n,r){var e\u003dt(51),i\u003dt(40).document,o\u003de(i)\u0026\u0026e(i.createElement);n.exports\u003dfunction(t){return o?i.createElement(t):{}}},{40:40,51:51}],31:[function(t,n,r){n.exports\u003d\"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf\".split(\",\")},{}],32:[function(t,n,r){var e\u003dt(81),i\u003dt(78),o\u003dt(82);n.exports\u003dfunction(t){var n\u003de(t),r\u003di.f;if(r)for(var u,c\u003dr(t),a\u003do.f,f\u003d0;c.length\u003ef;)a.call(t,u\u003dc[f++])\u0026\u0026n.push(u);return n}},{78:78,81:81,82:82}],33:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(42),u\u003dt(94),c\u003dt(25),a\u003dfunction(t,n,r){var f,s,l,h,v\u003dt\u0026a.F,p\u003dt\u0026a.G,d\u003dt\u0026a.S,y\u003dt\u0026a.P,g\u003dt\u0026a.B,m\u003dp?e:d?e[n]||(e[n]\u003d{}):(e[n]||{}).prototype,b\u003dp?i:i[n]||(i[n]\u003d{}),x\u003db.prototype||(b.prototype\u003d{});p\u0026\u0026(r\u003dn);for(f in r)s\u003d!v\u0026\u0026m\u0026\u0026void 0!\u003d\u003dm[f],l\u003d(s?m:r)[f],h\u003dg\u0026\u0026s?c(l,e):y\u0026\u0026\"function\"\u003d\u003dtypeof l?c(Function.call,l):l,m\u0026\u0026u(m,f,l,t\u0026a.U),b[f]!\u003dl\u0026\u0026o(b,f,h),y\u0026\u0026x[f]!\u003dl\u0026\u0026(x[f]\u003dl)};e.core\u003di,a.F\u003d1,a.G\u003d2,a.S\u003d4,a.P\u003d8,a.B\u003d16,a.W\u003d32,a.U\u003d64,a.R\u003d128,n.exports\u003da},{23:23,25:25,40:40,42:42,94:94}],34:[function(t,n,r){var e\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n\u003d/./;try{\"/./\"[t](n)}catch(r){try{return n[e]\u003d!1,!\"/./\"[t](n)}catch(t){}}return!0}},{128:128}],35:[function(t,n,r){n.exports\u003dfunction(t){try{return!!t()}catch(t){return!0}}},{}],36:[function(t,n,r){\"use strict\";var e\u003dt(42),i\u003dt(94),o\u003dt(35),u\u003dt(28),c\u003dt(128);n.exports\u003dfunction(t,n,r){var a\u003dc(t),f\u003dr(u,a,\"\"[t]),s\u003df[0],l\u003df[1];o(function(){var n\u003d{};return n[a]\u003dfunction(){return 7},7!\u003d\"\"[t](n)})\u0026\u0026(i(String.prototype,t,s),e(RegExp.prototype,a,2\u003d\u003dn?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},{128:128,28:28,35:35,42:42,94:94}],37:[function(t,n,r){\"use strict\";var e\u003dt(7);n.exports\u003dfunction(){var t\u003de(this),n\u003d\"\";return t.global\u0026\u0026(n+\u003d\"g\"),t.ignoreCase\u0026\u0026(n+\u003d\"i\"),t.multiline\u0026\u0026(n+\u003d\"m\"),t.unicode\u0026\u0026(n+\u003d\"u\"),t.sticky\u0026\u0026(n+\u003d\"y\"),n}},{7:7}],38:[function(t,n,r){\"use strict\";function flattenIntoArray(t,n,r,a,f,s,l,h){for(var v,p,d\u003df,y\u003d0,g\u003d!!l\u0026\u0026u(l,h,3);y\u003ca;){if(y in r){if(v\u003dg?g(r[y],y,n):r[y],p\u003d!1,i(v)\u0026\u0026(p\u003dv[c],p\u003dvoid 0!\u003d\u003dp?!!p:e(v)),p\u0026\u0026s\u003e0)d\u003dflattenIntoArray(t,n,v,o(v.length),d,s-1)-1;else{if(d\u003e\u003d9007199254740991)throw TypeError();t[d]\u003dv}d++}y++}return d}var e\u003dt(49),i\u003dt(51),o\u003dt(118),u\u003dt(25),c\u003dt(128)(\"isConcatSpreadable\");n.exports\u003dflattenIntoArray},{118:118,128:128,25:25,49:49,51:51}],39:[function(t,n,r){var e\u003dt(25),i\u003dt(53),o\u003dt(48),u\u003dt(7),c\u003dt(118),a\u003dt(129),f\u003d{},s\u003d{},r\u003dn.exports\u003dfunction(t,n,r,l,h){var v,p,d,y,g\u003dh?function(){return t}:a(t),m\u003de(r,l,n?2:1),b\u003d0;if(\"function\"!\u003dtypeof g)throw TypeError(t+\" is not iterable!\");if(o(g)){for(v\u003dc(t.length);v\u003eb;b++)if((y\u003dn?m(u(p\u003dt[b])[0],p[1]):m(t[b]))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y}else for(d\u003dg.call(t);!(p\u003dd.next()).done;)if((y\u003di(d,m,p.value,n))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y};r.BREAK\u003df,r.RETURN\u003ds},{118:118,129:129,25:25,48:48,53:53,7:7}],40:[function(t,n,r){var e\u003dn.exports\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.Math\u003d\u003dMath?window:\"undefined\"!\u003dtypeof self\u0026\u0026self.Math\u003d\u003dMath?self:Function(\"return this\")();\"number\"\u003d\u003dtypeof __g\u0026\u0026(__g\u003de)},{}],41:[function(t,n,r){var e\u003d{}.hasOwnProperty;n.exports\u003dfunction(t,n){return e.call(t,n)}},{}],42:[function(t,n,r){var e\u003dt(72),i\u003dt(92);n.exports\u003dt(29)?function(t,n,r){return e.f(t,n,i(1,r))}:function(t,n,r){return t[n]\u003dr,t}},{29:29,72:72,92:92}],43:[function(t,n,r){var e\u003dt(40).document;n.exports\u003de\u0026\u0026e.documentElement},{40:40}],44:[function(t,n,r){n.exports\u003d!t(29)\u0026\u0026!t(35)(function(){return 7!\u003dObject.defineProperty(t(30)(\"div\"),\"a\",{get:function(){return 7}}).a})},{29:29,30:30,35:35}],45:[function(t,n,r){var e\u003dt(51),i\u003dt(99).set;n.exports\u003dfunction(t,n,r){var o,u\u003dn.constructor;return u!\u003d\u003dr\u0026\u0026\"function\"\u003d\u003dtypeof u\u0026\u0026(o\u003du.prototype)!\u003d\u003dr.prototype\u0026\u0026e(o)\u0026\u0026i\u0026\u0026i(t,o),t}},{51:51,99:99}],46:[function(t,n,r){n.exports\u003dfunction(t,n,r){var e\u003dvoid 0\u003d\u003d\u003dr;switch(n.length){case 0:return e?t():t.call(r);case 1:return e?t(n[0]):t.call(r,n[0]);case 2:return e?t(n[0],n[1]):t.call(r,n[0],n[1]);case 3:return e?t(n[0],n[1],n[2]):t.call(r,n[0],n[1],n[2]);case 4:return e?t(n[0],n[1],n[2],n[3]):t.call(r,n[0],n[1],n[2],n[3])}return t.apply(r,n)}},{}],47:[function(t,n,r){var e\u003dt(18);n.exports\u003dObject(\"z\").propertyIsEnumerable(0)?Object:function(t){return\"String\"\u003d\u003de(t)?t.split(\"\"):Object(t)}},{18:18}],48:[function(t,n,r){var e\u003dt(58),i\u003dt(128)(\"iterator\"),o\u003dArray.prototype;n.exports\u003dfunction(t){return void 0!\u003d\u003dt\u0026\u0026(e.Array\u003d\u003d\u003dt||o[i]\u003d\u003d\u003dt)}},{128:128,58:58}],49:[function(t,n,r){var e\u003dt(18);n.exports\u003dArray.isArray||function isArray(t){return\"Array\"\u003d\u003de(t)}},{18:18}],50:[function(t,n,r){var e\u003dt(51),i\u003dMath.floor;n.exports\u003dfunction isInteger(t){return!e(t)\u0026\u0026isFinite(t)\u0026\u0026i(t)\u003d\u003d\u003dt}},{51:51}],51:[function(t,n,r){n.exports\u003dfunction(t){return\"object\"\u003d\u003dtypeof t?null!\u003d\u003dt:\"function\"\u003d\u003dtypeof t}},{}],52:[function(t,n,r){var e\u003dt(51),i\u003dt(18),o\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n;return e(t)\u0026\u0026(void 0!\u003d\u003d(n\u003dt[o])?!!n:\"RegExp\"\u003d\u003di(t))}},{128:128,18:18,51:51}],53:[function(t,n,r){var e\u003dt(7);n.exports\u003dfunction(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){var o\u003dt.return;throw void 0!\u003d\u003do\u0026\u0026e(o.call(t)),n}}},{7:7}],54:[function(t,n,r){\"use strict\";var e\u003dt(71),i\u003dt(92),o\u003dt(101),u\u003d{};t(42)(u,t(128)(\"iterator\"),function(){return this}),n.exports\u003dfunction(t,n,r){t.prototype\u003de(u,{next:i(1,r)}),o(t,n+\" Iterator\")}},{101:101,128:128,42:42,71:71,92:92}],55:[function(t,n,r){\"use strict\";var e\u003dt(60),i\u003dt(33),o\u003dt(94),u\u003dt(42),c\u003dt(41),a\u003dt(58),f\u003dt(54),s\u003dt(101),l\u003dt(79),h\u003dt(128)(\"iterator\"),v\u003d!([].keys\u0026\u0026\"next\"in[].keys()),p\u003dfunction(){return this};n.exports\u003dfunction(t,n,r,d,y,g,m){f(r,n,d);var b,x,S,w\u003dfunction(t){if(!v\u0026\u0026t in P)return P[t];switch(t){case\"keys\":return function keys(){return new r(this,t)};case\"values\":return function values(){return new r(this,t)}}return function entries(){return new r(this,t)}},_\u003dn+\" Iterator\",E\u003d\"values\"\u003d\u003dy,O\u003d!1,P\u003dt.prototype,M\u003dP[h]||P[\"@@iterator\"]||y\u0026\u0026P[y],F\u003dM||w(y),I\u003dy?E?w(\"entries\"):F:void 0,A\u003d\"Array\"\u003d\u003dn?P.entries||M:M;if(A\u0026\u0026(S\u003dl(A.call(new t)))!\u003d\u003dObject.prototype\u0026\u0026S.next\u0026\u0026(s(S,_,!0),e||c(S,h)||u(S,h,p)),E\u0026\u0026M\u0026\u0026\"values\"!\u003d\u003dM.name\u0026\u0026(O\u003d!0,F\u003dfunction values(){return M.call(this)}),e\u0026\u0026!m||!v\u0026\u0026!O\u0026\u0026P[h]||u(P,h,F),a[n]\u003dF,a[_]\u003dp,y)if(b\u003d{values:E?F:w(\"values\"),keys:g?F:w(\"keys\"),entries:I},m)for(x in b)x in P||o(P,x,b[x]);else i(i.P+i.F*(v||O),n,b);return b}},{101:101,128:128,33:33,41:41,42:42,54:54,58:58,60:60,79:79,94:94}],56:[function(t,n,r){var e\u003dt(128)(\"iterator\"),i\u003d!1;try{var o\u003d[7][e]();o.return\u003dfunction(){i\u003d!0},Array.from(o,function(){throw 2})}catch(t){}n.exports\u003dfunction(t,n){if(!n\u0026\u0026!i)return!1;var r\u003d!1;try{var o\u003d[7],u\u003do[e]();u.next\u003dfunction(){return{done:r\u003d!0}},o[e]\u003dfunction(){return u},t(o)}catch(t){}return r}},{128:128}],57:[function(t,n,r){n.exports\u003dfunction(t,n){return{value:n,done:!!t}}},{}],58:[function(t,n,r){n.exports\u003d{}},{}],59:[function(t,n,r){var e\u003dt(81),i\u003dt(117);n.exports\u003dfunction(t,n){for(var r,o\u003di(t),u\u003de(o),c\u003du.length,a\u003d0;c\u003ea;)if(o[r\u003du[a++]]\u003d\u003d\u003dn)return r}},{117:117,81:81}],60:[function(t,n,r){n.exports\u003d!1},{}],61:[function(t,n,r){var e\u003dMath.expm1;n.exports\u003d!e||e(10)\u003e22025.465794806718||e(10)\u003c22025.465794806718||-2e-17!\u003de(-2e-17)?function expm1(t){return 0\u003d\u003d(t\u003d+t)?t:t\u003e-1e-6\u0026\u0026t\u003c1e-6?t+t*t/2:Math.exp(t)-1}:e},{}],62:[function(t,n,r){var e\u003dt(65),i\u003dMath.pow,o\u003di(2,-52),u\u003di(2,-23),c\u003di(2,127)*(2-u),a\u003di(2,-126),f\u003dfunction(t){return t+1/o-1/o};n.exports\u003dMath.fround||function fround(t){var n,r,i\u003dMath.abs(t),s\u003de(t);return i\u003ca?s*f(i/a/u)*a*u:(n\u003d(1+u/o)*i,r\u003dn-(n-i),r\u003ec||r!\u003dr?s*(1/0):s*r)}},{65:65}],63:[function(t,n,r){n.exports\u003dMath.log1p||function log1p(t){return(t\u003d+t)\u003e-1e-8\u0026\u0026t\u003c1e-8?t-t*t/2:Math.log(1+t)}},{}],64:[function(t,n,r){n.exports\u003dMath.scale||function scale(t,n,r,e,i){return 0\u003d\u003d\u003darguments.length||t!\u003dt||n!\u003dn||r!\u003dr||e!\u003de||i!\u003di?NaN:t\u003d\u003d\u003d1/0||t\u003d\u003d\u003d-1/0?t:(t-n)*(i-e)/(r-n)+e}},{}],65:[function(t,n,r){n.exports\u003dMath.sign||function sign(t){return 0\u003d\u003d(t\u003d+t)||t!\u003dt?t:t\u003c0?-1:1}},{}],66:[function(t,n,r){var e\u003dt(124)(\"meta\"),i\u003dt(51),o\u003dt(41),u\u003dt(72).f,c\u003d0,a\u003dObject.isExtensible||function(){return!0},f\u003d!t(35)(function(){return a(Object.preventExtensions({}))}),s\u003dfunction(t){u(t,e,{value:{i:\"O\"+ ++c,w:{}}})},l\u003dfunction(t,n){if(!i(t))return\"symbol\"\u003d\u003dtypeof t?t:(\"string\"\u003d\u003dtypeof t?\"S\":\"P\")+t;if(!o(t,e)){if(!a(t))return\"F\";if(!n)return\"E\";s(t)}return t[e].i},h\u003dfunction(t,n){if(!o(t,e)){if(!a(t))return!0;if(!n)return!1;s(t)}return t[e].w},v\u003dfunction(t){return f\u0026\u0026p.NEED\u0026\u0026a(t)\u0026\u0026!o(t,e)\u0026\u0026s(t),t},p\u003dn.exports\u003d{KEY:e,NEED:!1,fastKey:l,getWeak:h,onFreeze:v}},{124:124,35:35,41:41,51:51,72:72}],67:[function(t,n,r){var e\u003dt(160),i\u003dt(33),o\u003dt(103)(\"metadata\"),u\u003do.store||(o.store\u003dnew(t(266))),c\u003dfunction(t,n,r){var i\u003du.get(t);if(!i){if(!r)return;u.set(t,i\u003dnew e)}var o\u003di.get(n);if(!o){if(!r)return;i.set(n,o\u003dnew e)}return o},a\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0!\u003d\u003de\u0026\u0026e.has(t)},f\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0\u003d\u003d\u003de?void 0:e.get(t)},s\u003dfunction(t,n,r,e){c(r,e,!0).set(t,n)},l\u003dfunction(t,n){var r\u003dc(t,n,!1),e\u003d[];return r\u0026\u0026r.forEach(function(t,n){e.push(n)}),e},h\u003dfunction(t){return void 0\u003d\u003d\u003dt||\"symbol\"\u003d\u003dtypeof t?t:String(t)},v\u003dfunction(t){i(i.S,\"Reflect\",t)};n.exports\u003d{store:u,map:c,has:a,get:f,set:s,keys:l,key:h,exp:v}},{103:103,160:160,266:266,33:33}],68:[function(t,n,r){var e\u003dt(40),i\u003dt(113).set,o\u003de.MutationObserver||e.WebKitMutationObserver,u\u003de.process,c\u003de.Promise,a\u003d\"process\"\u003d\u003dt(18)(u);n.exports\u003dfunction(){var t,n,r,f\u003dfunction(){var e,i;for(a\u0026\u0026(e\u003du.domain)\u0026\u0026e.exit();t;){i\u003dt.fn,t\u003dt.next;try{i()}catch(e){throw t?r():n\u003dvoid 0,e}}n\u003dvoid 0,e\u0026\u0026e.enter()};if(a)r\u003dfunction(){u.nextTick(f)};else if(o){var s\u003d!0,l\u003ddocument.createTextNode(\"\");new o(f).observe(l,{characterData:!0}),r\u003dfunction(){l.data\u003ds\u003d!s}}else if(c\u0026\u0026c.resolve){var h\u003dc.resolve();r\u003dfunction(){h.then(f)}}else r\u003dfunction(){i.call(e,f)};return function(e){var i\u003d{fn:e,next:void 0};n\u0026\u0026(n.next\u003di),t||(t\u003di,r()),n\u003di}}},{113:113,18:18,40:40}],69:[function(t,n,r){\"use strict\";function PromiseCapability(t){var n,r;this.promise\u003dnew t(function(t,e){if(void 0!\u003d\u003dn||void 0!\u003d\u003dr)throw TypeError(\"Bad Promise constructor\");n\u003dt,r\u003de}),this.resolve\u003de(n),this.reject\u003de(r)}var e\u003dt(3);n.exports.f\u003dfunction(t){return new PromiseCapability(t)}},{3:3}],70:[function(t,n,r){\"use strict\";var e\u003dt(81),i\u003dt(78),o\u003dt(82),u\u003dt(119),c\u003dt(47),a\u003dObject.assign;n.exports\u003d!a||t(35)(function(){var t\u003d{},n\u003d{},r\u003dSymbol(),e\u003d\"abcdefghijklmnopqrst\";return t[r]\u003d7,e.split(\"\").forEach(function(t){n[t]\u003dt}),7!\u003da({},t)[r]||Object.keys(a({},n)).join(\"\")!\u003de})?function assign(t,n){for(var r\u003du(t),a\u003darguments.length,f\u003d1,s\u003di.f,l\u003do.f;a\u003ef;)for(var h,v\u003dc(arguments[f++]),p\u003ds?e(v).concat(s(v)):e(v),d\u003dp.length,y\u003d0;d\u003ey;)l.call(v,h\u003dp[y++])\u0026\u0026(r[h]\u003dv[h]);return r}:a},{119:119,35:35,47:47,78:78,81:81,82:82}],71:[function(t,n,r){var e\u003dt(7),i\u003dt(73),o\u003dt(31),u\u003dt(102)(\"IE_PROTO\"),c\u003dfunction(){},a\u003dfunction(){var n,r\u003dt(30)(\"iframe\"),e\u003do.length;for(r.style.display\u003d\"none\",t(43).appendChild(r),r.src\u003d\"javascript:\",n\u003dr.contentWindow.document,n.open(),n.write(\"\u003cscript\u003edocument.F\u003dObject\u003c\\/script\u003e\"),n.close(),a\u003dn.F;e--;)delete a.prototype[o[e]];return a()};n.exports\u003dObject.create||function create(t,n){var r;return null!\u003d\u003dt?(c.prototype\u003de(t),r\u003dnew c,c.prototype\u003dnull,r[u]\u003dt):r\u003da(),void 0\u003d\u003d\u003dn?r:i(r,n)}},{102:102,30:30,31:31,43:43,7:7,73:73}],72:[function(t,n,r){var e\u003dt(7),i\u003dt(44),o\u003dt(120),u\u003dObject.defineProperty;r.f\u003dt(29)?Object.defineProperty:function defineProperty(t,n,r){if(e(t),n\u003do(n,!0),e(r),i)try{return u(t,n,r)}catch(t){}if(\"get\"in r||\"set\"in r)throw TypeError(\"Accessors not supported!\");return\"value\"in r\u0026\u0026(t[n]\u003dr.value),t}},{120:120,29:29,44:44,7:7}],73:[function(t,n,r){var e\u003dt(72),i\u003dt(7),o\u003dt(81);n.exports\u003dt(29)?Object.defineProperties:function defineProperties(t,n){i(t);for(var r,u\u003do(n),c\u003du.length,a\u003d0;c\u003ea;)e.f(t,r\u003du[a++],n[r]);return t}},{29:29,7:7,72:72,81:81}],74:[function(t,n,r){\"use strict\";n.exports\u003dt(60)||!t(35)(function(){var n\u003dMath.random();__defineSetter__.call(null,n,function(){}),delete t(40)[n]})},{35:35,40:40,60:60}],75:[function(t,n,r){var e\u003dt(82),i\u003dt(92),o\u003dt(117),u\u003dt(120),c\u003dt(41),a\u003dt(44),f\u003dObject.getOwnPropertyDescriptor;r.f\u003dt(29)?f:function getOwnPropertyDescriptor(t,n){if(t\u003do(t),n\u003du(n,!0),a)try{return f(t,n)}catch(t){}if(c(t,n))return i(!e.f.call(t,n),t[n])}},{117:117,120:120,29:29,41:41,44:44,82:82,92:92}],76:[function(t,n,r){var e\u003dt(117),i\u003dt(77).f,o\u003d{}.toString,u\u003d\"object\"\u003d\u003dtypeof window\u0026\u0026window\u0026\u0026Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c\u003dfunction(t){try{return i(t)}catch(t){return u.slice()}};n.exports.f\u003dfunction getOwnPropertyNames(t){return u\u0026\u0026\"[object Window]\"\u003d\u003do.call(t)?c(t):i(e(t))}},{117:117,77:77}],77:[function(t,n,r){var e\u003dt(80),i\u003dt(31).concat(\"length\",\"prototype\");r.f\u003dObject.getOwnPropertyNames||function getOwnPropertyNames(t){return e(t,i)}},{31:31,80:80}],78:[function(t,n,r){r.f\u003dObject.getOwnPropertySymbols},{}],79:[function(t,n,r){var e\u003dt(41),i\u003dt(119),o\u003dt(102)(\"IE_PROTO\"),u\u003dObject.prototype;n.exports\u003dObject.getPrototypeOf||function(t){return t\u003di(t),e(t,o)?t[o]:\"function\"\u003d\u003dtypeof t.constructor\u0026\u0026t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},{102:102,119:119,41:41}],80:[function(t,n,r){var e\u003dt(41),i\u003dt(117),o\u003dt(11)(!1),u\u003dt(102)(\"IE_PROTO\");n.exports\u003dfunction(t,n){var r,c\u003di(t),a\u003d0,f\u003d[];for(r in c)r!\u003du\u0026\u0026e(c,r)\u0026\u0026f.push(r);for(;n.length\u003ea;)e(c,r\u003dn[a++])\u0026\u0026(~o(f,r)||f.push(r));return f}},{102:102,11:11,117:117,41:41}],81:[function(t,n,r){var e\u003dt(80),i\u003dt(31);n.exports\u003dObject.keys||function keys(t){return e(t,i)}},{31:31,80:80}],82:[function(t,n,r){r.f\u003d{}.propertyIsEnumerable},{}],83:[function(t,n,r){var e\u003dt(33),i\u003dt(23),o\u003dt(35);n.exports\u003dfunction(t,n){var r\u003d(i.Object||{})[t]||Object[t],u\u003d{};u[t]\u003dn(r),e(e.S+e.F*o(function(){r(1)}),\"Object\",u)}},{23:23,33:33,35:35}],84:[function(t,n,r){var e\u003dt(81),i\u003dt(117),o\u003dt(82).f;n.exports\u003dfunction(t){return function(n){for(var r,u\u003di(n),c\u003de(u),a\u003dc.length,f\u003d0,s\u003d[];a\u003ef;)o.call(u,r\u003dc[f++])\u0026\u0026s.push(t?[r,u[r]]:u[r]);return s}}},{117:117,81:81,82:82}],85:[function(t,n,r){var e\u003dt(77),i\u003dt(78),o\u003dt(7),u\u003dt(40).Reflect;n.exports\u003du\u0026\u0026u.ownKeys||function ownKeys(t){var n\u003de.f(o(t)),r\u003di.f;return r?n.concat(r(t)):n}},{40:40,7:7,77:77,78:78}],86:[function(t,n,r){var e\u003dt(40).parseFloat,i\u003dt(111).trim;n.exports\u003d1/e(t(112)+\"-0\")!\u003d-1/0?function parseFloat(t){var n\u003di(String(t),3),r\u003de(n);return 0\u003d\u003d\u003dr\u0026\u0026\"-\"\u003d\u003dn.charAt(0)?-0:r}:e},{111:111,112:112,40:40}],87:[function(t,n,r){var e\u003dt(40).parseInt,i\u003dt(111).trim,o\u003dt(112),u\u003d/^[-+]?0[xX]/;n.exports\u003d8!\u003d\u003de(o+\"08\")||22!\u003d\u003de(o+\"0x16\")?function parseInt(t,n){var r\u003di(String(t),3);return e(r,n\u003e\u003e\u003e0||(u.test(r)?16:10))}:e},{111:111,112:112,40:40}],88:[function(t,n,r){\"use strict\";var e\u003dt(89),i\u003dt(46),o\u003dt(3);n.exports\u003dfunction(){for(var t\u003do(this),n\u003darguments.length,r\u003dArray(n),u\u003d0,c\u003de._,a\u003d!1;n\u003eu;)(r[u]\u003darguments[u++])\u003d\u003d\u003dc\u0026\u0026(a\u003d!0);return function(){var e,o\u003dthis,u\u003darguments.length,f\u003d0,s\u003d0;if(!a\u0026\u0026!u)return i(t,r,o);if(e\u003dr.slice(),a)for(;n\u003ef;f++)e[f]\u003d\u003d\u003dc\u0026\u0026(e[f]\u003darguments[s++]);for(;u\u003es;)e.push(arguments[s++]);return i(t,e,o)}}},{3:3,46:46,89:89}],89:[function(t,n,r){n.exports\u003dt(40)},{40:40}],90:[function(t,n,r){n.exports\u003dfunction(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},{}],91:[function(t,n,r){var e\u003dt(69);n.exports\u003dfunction(t,n){var r\u003de.f(t);return(0,r.resolve)(n),r.promise}},{69:69}],92:[function(t,n,r){n.exports\u003dfunction(t,n){return{enumerable:!(1\u0026t),configurable:!(2\u0026t),writable:!(4\u0026t),value:n}}},{}],93:[function(t,n,r){var e\u003dt(94);n.exports\u003dfunction(t,n,r){for(var i in n)e(t,i,n[i],r);return t}},{94:94}],94:[function(t,n,r){var e\u003dt(40),i\u003dt(42),o\u003dt(41),u\u003dt(124)(\"src\"),c\u003dFunction.toString,a\u003d(\"\"+c).split(\"toString\");t(23).inspectSource\u003dfunction(t){return c.call(t)},(n.exports\u003dfunction(t,n,r,c){var f\u003d\"function\"\u003d\u003dtypeof r;f\u0026\u0026(o(r,\"name\")||i(r,\"name\",n)),t[n]!\u003d\u003dr\u0026\u0026(f\u0026\u0026(o(r,u)||i(r,u,t[n]?\"\"+t[n]:a.join(String(n)))),t\u003d\u003d\u003de?t[n]\u003dr:c?t[n]?t[n]\u003dr:i(t,n,r):(delete t[n],i(t,n,r)))})(Function.prototype,\"toString\",function toString(){return\"function\"\u003d\u003dtypeof this\u0026\u0026this[u]||c.call(this)})},{124:124,23:23,40:40,41:41,42:42}],95:[function(t,n,r){n.exports\u003dfunction(t,n){var r\u003dn\u003d\u003d\u003dObject(n)?function(t){return n[t]}:n;return function(n){return String(n).replace(t,r)}}},{}],96:[function(t,n,r){n.exports\u003dObject.is||function is(t,n){return t\u003d\u003d\u003dn?0!\u003d\u003dt||1/t\u003d\u003d1/n:t!\u003dt\u0026\u0026n!\u003dn}},{}],97:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(25),u\u003dt(39);n.exports\u003dfunction(t){e(e.S,t,{from:function from(t){var n,r,e,c,a\u003darguments[1];return i(this),n\u003dvoid 0!\u003d\u003da,n\u0026\u0026i(a),void 0\u003d\u003dt?new this:(r\u003d[],n?(e\u003d0,c\u003do(a,arguments[2],2),u(t,!1,function(t){r.push(c(t,e++))})):u(t,!1,r.push,r),new this(r))}})}},{25:25,3:3,33:33,39:39}],98:[function(t,n,r){\"use strict\";var e\u003dt(33);n.exports\u003dfunction(t){e(e.S,t,{of:function of(){for(var t\u003darguments.length,n\u003dArray(t);t--;)n[t]\u003darguments[t];return new this(n)}})}},{33:33}],99:[function(t,n,r){var e\u003dt(51),i\u003dt(7),o\u003dfunction(t,n){if(i(t),!e(n)\u0026\u0026null!\u003d\u003dn)throw TypeError(n+\": can\u0027t set as prototype!\")};n.exports\u003d{set:Object.setPrototypeOf||(\"__proto__\"in{}?function(n,r,e){try{e\u003dt(25)(Function.call,t(75).f(Object.prototype,\"__proto__\").set,2),e(n,[]),r\u003d!(n instanceof Array)}catch(t){r\u003d!0}return function setPrototypeOf(t,n){return o(t,n),r?t.__proto__\u003dn:e(t,n),t}}({},!1):void 0),check:o}},{25:25,51:51,7:7,75:75}],100:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(72),o\u003dt(29),u\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n\u003de[t];o\u0026\u0026n\u0026\u0026!n[u]\u0026\u0026i.f(n,u,{configurable:!0,get:function(){return this}})}},{128:128,29:29,40:40,72:72}],101:[function(t,n,r){var e\u003dt(72).f,i\u003dt(41),o\u003dt(128)(\"toStringTag\");n.exports\u003dfunction(t,n,r){t\u0026\u0026!i(t\u003dr?t:t.prototype,o)\u0026\u0026e(t,o,{configurable:!0,value:n})}},{128:128,41:41,72:72}],102:[function(t,n,r){var e\u003dt(103)(\"keys\"),i\u003dt(124);n.exports\u003dfunction(t){return e[t]||(e[t]\u003di(t))}},{103:103,124:124}],103:[function(t,n,r){var e\u003dt(40),i\u003de[\"__core-js_shared__\"]||(e[\"__core-js_shared__\"]\u003d{});n.exports\u003dfunction(t){return i[t]||(i[t]\u003d{})}},{40:40}],104:[function(t,n,r){var e\u003dt(7),i\u003dt(3),o\u003dt(128)(\"species\");n.exports\u003dfunction(t,n){var r,u\u003de(t).constructor;return void 0\u003d\u003d\u003du||void 0\u003d\u003d(r\u003de(u)[o])?n:i(r)}},{128:128,3:3,7:7}],105:[function(t,n,r){\"use strict\";var e\u003dt(35);n.exports\u003dfunction(t,n){return!!t\u0026\u0026e(function(){n?t.call(null,function(){},1):t.call(null)})}},{35:35}],106:[function(t,n,r){var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction(t){return function(n,r){var o,u,c\u003dString(i(n)),a\u003de(r),f\u003dc.length;return a\u003c0||a\u003e\u003df?t?\"\":void 0:(o\u003dc.charCodeAt(a),o\u003c55296||o\u003e56319||a+1\u003d\u003d\u003df||(u\u003dc.charCodeAt(a+1))\u003c56320||u\u003e57343?t?c.charAt(a):o:t?c.slice(a,a+2):u-56320+(o-55296\u003c\u003c10)+65536)}}},{116:116,28:28}],107:[function(t,n,r){var e\u003dt(52),i\u003dt(28);n.exports\u003dfunction(t,n,r){if(e(n))throw TypeError(\"String#\"+r+\" doesn\u0027t accept regex!\");return String(i(t))}},{28:28,52:52}],108:[function(t,n,r){var e\u003dt(33),i\u003dt(35),o\u003dt(28),u\u003d/\"/g,c\u003dfunction(t,n,r,e){var i\u003dString(o(t)),c\u003d\"\u003c\"+n;return\"\"!\u003d\u003dr\u0026\u0026(c+\u003d\" \"+r+\u0027\u003d\"\u0027+String(e).replace(u,\"\u0026quot;\")+\u0027\"\u0027),c+\"\u003e\"+i+\"\u003c/\"+n+\"\u003e\"};n.exports\u003dfunction(t,n){var r\u003d{};r[t]\u003dn(c),e(e.P+e.F*i(function(){var n\u003d\"\"[t](\u0027\"\u0027);return n!\u003d\u003dn.toLowerCase()||n.split(\u0027\"\u0027).length\u003e3}),\"String\",r)}},{28:28,33:33,35:35}],109:[function(t,n,r){var e\u003dt(118),i\u003dt(110),o\u003dt(28);n.exports\u003dfunction(t,n,r,u){var c\u003dString(o(t)),a\u003dc.length,f\u003dvoid 0\u003d\u003d\u003dr?\" \":String(r),s\u003de(n);if(s\u003c\u003da||\"\"\u003d\u003df)return c;var l\u003ds-a,h\u003di.call(f,Math.ceil(l/f.length));return h.length\u003el\u0026\u0026(h\u003dh.slice(0,l)),u?h+c:c+h}},{110:110,118:118,28:28}],110:[function(t,n,r){\"use strict\";var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction repeat(t){var n\u003dString(i(this)),r\u003d\"\",o\u003de(t);if(o\u003c0||o\u003d\u003d1/0)throw RangeError(\"Count can\u0027t be negative\");for(;o\u003e0;(o\u003e\u003e\u003e\u003d1)\u0026\u0026(n+\u003dn))1\u0026o\u0026\u0026(r+\u003dn);return r}},{116:116,28:28}],111:[function(t,n,r){var e\u003dt(33),i\u003dt(28),o\u003dt(35),u\u003dt(112),c\u003d\"[\"+u+\"]\",a\u003d\"​…\",f\u003dRegExp(\"^\"+c+c+\"*\"),s\u003dRegExp(c+c+\"*$\"),l\u003dfunction(t,n,r){var i\u003d{},c\u003do(function(){return!!u[t]()||a[t]()!\u003da}),f\u003di[t]\u003dc?n(h):u[t];r\u0026\u0026(i[r]\u003df),e(e.P+e.F*c,\"String\",i)},h\u003dl.trim\u003dfunction(t,n){return t\u003dString(i(t)),1\u0026n\u0026\u0026(t\u003dt.replace(f,\"\")),2\u0026n\u0026\u0026(t\u003dt.replace(s,\"\")),t};n.exports\u003dl},{112:112,28:28,33:33,35:35}],112:[function(t,n,r){n.exports\u003d\"\\t\\n\\v\\f\\r   ᠎              \\u2028\\u2029\\ufeff\"},{}],113:[function(t,n,r){var e,i,o,u\u003dt(25),c\u003dt(46),a\u003dt(43),f\u003dt(30),s\u003dt(40),l\u003ds.process,h\u003ds.setImmediate,v\u003ds.clearImmediate,p\u003ds.MessageChannel,d\u003ds.Dispatch,y\u003d0,g\u003d{},m\u003dfunction(){var t\u003d+this;if(g.hasOwnProperty(t)){var n\u003dg[t];delete g[t],n()}},b\u003dfunction(t){m.call(t.data)};h\u0026\u0026v||(h\u003dfunction setImmediate(t){for(var n\u003d[],r\u003d1;arguments.length\u003er;)n.push(arguments[r++]);return g[++y]\u003dfunction(){c(\"function\"\u003d\u003dtypeof t?t:Function(t),n)},e(y),y},v\u003dfunction clearImmediate(t){delete g[t]},\"process\"\u003d\u003dt(18)(l)?e\u003dfunction(t){l.nextTick(u(m,t,1))}:d\u0026\u0026d.now?e\u003dfunction(t){d.now(u(m,t,1))}:p?(i\u003dnew p,o\u003di.port2,i.port1.onmessage\u003db,e\u003du(o.postMessage,o,1)):s.addEventListener\u0026\u0026\"function\"\u003d\u003dtypeof postMessage\u0026\u0026!s.importScripts?(e\u003dfunction(t){s.postMessage(t+\"\",\"*\")},s.addEventListener(\"message\",b,!1)):e\u003d\"onreadystatechange\"in f(\"script\")?function(t){a.appendChild(f(\"script\")).onreadystatechange\u003dfunction(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),n.exports\u003d{set:h,clear:v}},{18:18,25:25,30:30,40:40,43:43,46:46}],114:[function(t,n,r){var e\u003dt(116),i\u003dMath.max,o\u003dMath.min;n.exports\u003dfunction(t,n){return t\u003de(t),t\u003c0?i(t+n,0):o(t,n)}},{116:116}],115:[function(t,n,r){var e\u003dt(116),i\u003dt(118);n.exports\u003dfunction(t){if(void 0\u003d\u003d\u003dt)return 0;var n\u003de(t),r\u003di(n);if(n!\u003d\u003dr)throw RangeError(\"Wrong length!\");return r}},{116:116,118:118}],116:[function(t,n,r){var e\u003dMath.ceil,i\u003dMath.floor;n.exports\u003dfunction(t){return isNaN(t\u003d+t)?0:(t\u003e0?i:e)(t)}},{}],117:[function(t,n,r){var e\u003dt(47),i\u003dt(28);n.exports\u003dfunction(t){return e(i(t))}},{28:28,47:47}],118:[function(t,n,r){var e\u003dt(116),i\u003dMath.min;n.exports\u003dfunction(t){return t\u003e0?i(e(t),9007199254740991):0}},{116:116}],"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"119:[function(t,n,r){var e\u003dt(28);n.exports\u003dfunction(t){return Object(e(t))}},{28:28}],120:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t))return t;var r,i;if(n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;if(\"function\"\u003d\u003dtypeof(r\u003dt.valueOf)\u0026\u0026!e(i\u003dr.call(t)))return i;if(!n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;throw TypeError(\"Can\u0027t convert object to primitive value\")}},{51:51}],121:[function(t,n,r){\"use strict\";if(t(29)){var e\u003dt(60),i\u003dt(40),o\u003dt(35),u\u003dt(33),c\u003dt(123),a\u003dt(122),f\u003dt(25),s\u003dt(6),l\u003dt(92),h\u003dt(42),v\u003dt(93),p\u003dt(116),d\u003dt(118),y\u003dt(115),g\u003dt(114),m\u003dt(120),b\u003dt(41),x\u003dt(17),S\u003dt(51),w\u003dt(119),_\u003dt(48),E\u003dt(71),O\u003dt(79),P\u003dt(77).f,M\u003dt(129),F\u003dt(124),I\u003dt(128),A\u003dt(12),k\u003dt(11),N\u003dt(104),j\u003dt(141),T\u003dt(58),R\u003dt(56),L\u003dt(100),G\u003dt(9),D\u003dt(8),C\u003dt(72),W\u003dt(75),U\u003dC.f,B\u003dW.f,V\u003di.RangeError,z\u003di.TypeError,q\u003di.Uint8Array,K\u003dArray.prototype,Y\u003da.ArrayBuffer,J\u003da.DataView,H\u003dA(0),X\u003dA(2),$\u003dA(3),Z\u003dA(4),Q\u003dA(5),tt\u003dA(6),nt\u003dk(!0),rt\u003dk(!1),et\u003dj.values,it\u003dj.keys,ot\u003dj.entries,ut\u003dK.lastIndexOf,ct\u003dK.reduce,at\u003dK.reduceRight,ft\u003dK.join,st\u003dK.sort,lt\u003dK.slice,ht\u003dK.toString,vt\u003dK.toLocaleString,pt\u003dI(\"iterator\"),dt\u003dI(\"toStringTag\"),yt\u003dF(\"typed_constructor\"),gt\u003dF(\"def_constructor\"),mt\u003dc.CONSTR,bt\u003dc.TYPED,xt\u003dc.VIEW,St\u003dA(1,function(t,n){return Pt(N(t,t[gt]),n)}),wt\u003do(function(){return 1\u003d\u003d\u003dnew q(new Uint16Array([1]).buffer)[0]}),_t\u003d!!q\u0026\u0026!!q.prototype.set\u0026\u0026o(function(){new q(1).set({})}),Et\u003dfunction(t,n){var r\u003dp(t);if(r\u003c0||r%n)throw V(\"Wrong offset!\");return r},Ot\u003dfunction(t){if(S(t)\u0026\u0026bt in t)return t;throw z(t+\" is not a typed array!\")},Pt\u003dfunction(t,n){if(!(S(t)\u0026\u0026yt in t))throw z(\"It is not a typed array constructor!\");return new t(n)},Mt\u003dfunction(t,n){return Ft(N(t,t[gt]),n)},Ft\u003dfunction(t,n){for(var r\u003d0,e\u003dn.length,i\u003dPt(t,e);e\u003er;)i[r]\u003dn[r++];return i},It\u003dfunction(t,n,r){U(t,n,{get:function(){return this._d[r]}})},At\u003dfunction from(t){var n,r,e,i,o,u,c\u003dw(t),a\u003darguments.length,s\u003da\u003e1?arguments[1]:void 0,l\u003dvoid 0!\u003d\u003ds,h\u003dM(c);if(void 0!\u003dh\u0026\u0026!_(h)){for(u\u003dh.call(c),e\u003d[],n\u003d0;!(o\u003du.next()).done;n++)e.push(o.value);c\u003de}for(l\u0026\u0026a\u003e2\u0026\u0026(s\u003df(s,arguments[2],2)),n\u003d0,r\u003dd(c.length),i\u003dPt(this,r);r\u003en;n++)i[n]\u003dl?s(c[n],n):c[n];return i},kt\u003dfunction of(){for(var t\u003d0,n\u003darguments.length,r\u003dPt(this,n);n\u003et;)r[t]\u003darguments[t++];return r},Nt\u003d!!q\u0026\u0026o(function(){vt.call(new q(1))}),jt\u003dfunction toLocaleString(){return vt.apply(Nt?lt.call(Ot(this)):Ot(this),arguments)},Tt\u003d{copyWithin:function copyWithin(t,n){return D.call(Ot(this),t,n,arguments.length\u003e2?arguments[2]:void 0)},every:function every(t){return Z(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},fill:function fill(t){return G.apply(Ot(this),arguments)},filter:function filter(t){return Mt(this,X(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0))},find:function find(t){return Q(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},findIndex:function findIndex(t){return tt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},forEach:function forEach(t){H(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},indexOf:function indexOf(t){return rt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},includes:function includes(t){return nt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},join:function join(t){return ft.apply(Ot(this),arguments)},lastIndexOf:function lastIndexOf(t){return ut.apply(Ot(this),arguments)},map:function map(t){return St(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},reduce:function reduce(t){return ct.apply(Ot(this),arguments)},reduceRight:function reduceRight(t){return at.apply(Ot(this),arguments)},reverse:function reverse(){for(var t,n\u003dthis,r\u003dOt(n).length,e\u003dMath.floor(r/2),i\u003d0;i\u003ce;)t\u003dn[i],n[i++]\u003dn[--r],n[r]\u003dt;return n},some:function some(t){return $(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},sort:function sort(t){return st.call(Ot(this),t)},subarray:function subarray(t,n){var r\u003dOt(this),e\u003dr.length,i\u003dg(t,e);return new(N(r,r[gt]))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,d((void 0\u003d\u003d\u003dn?e:g(n,e))-i))}},Rt\u003dfunction slice(t,n){return Mt(this,lt.call(Ot(this),t,n))},Lt\u003dfunction set(t){Ot(this);var n\u003dEt(arguments[1],1),r\u003dthis.length,e\u003dw(t),i\u003dd(e.length),o\u003d0;if(i+n\u003er)throw V(\"Wrong length!\");for(;o\u003ci;)this[n+o]\u003de[o++]},Gt\u003d{entries:function entries(){return ot.call(Ot(this))},keys:function keys(){return it.call(Ot(this))},values:function values(){return et.call(Ot(this))}},Dt\u003dfunction(t,n){return S(t)\u0026\u0026t[bt]\u0026\u0026\"symbol\"!\u003dtypeof n\u0026\u0026n in t\u0026\u0026String(+n)\u003d\u003dString(n)},Ct\u003dfunction getOwnPropertyDescriptor(t,n){return Dt(t,n\u003dm(n,!0))?l(2,t[n]):B(t,n)},Wt\u003dfunction defineProperty(t,n,r){return!(Dt(t,n\u003dm(n,!0))\u0026\u0026S(r)\u0026\u0026b(r,\"value\"))||b(r,\"get\")||b(r,\"set\")||r.configurable||b(r,\"writable\")\u0026\u0026!r.writable||b(r,\"enumerable\")\u0026\u0026!r.enumerable?U(t,n,r):(t[n]\u003dr.value,t)};mt||(W.f\u003dCt,C.f\u003dWt),u(u.S+u.F*!mt,\"Object\",{getOwnPropertyDescriptor:Ct,defineProperty:Wt}),o(function(){ht.call({})})\u0026\u0026(ht\u003dvt\u003dfunction toString(){return ft.call(this)});var Ut\u003dv({},Tt);v(Ut,Gt),h(Ut,pt,Gt.values),v(Ut,{slice:Rt,set:Lt,constructor:function(){},toString:ht,toLocaleString:jt}),It(Ut,\"buffer\",\"b\"),It(Ut,\"byteOffset\",\"o\"),It(Ut,\"byteLength\",\"l\"),It(Ut,\"length\",\"e\"),U(Ut,dt,{get:function(){return this[bt]}}),n.exports\u003dfunction(t,n,r,a){a\u003d!!a;var f\u003dt+(a?\"Clamped\":\"\")+\"Array\",l\u003d\"get\"+t,v\u003d\"set\"+t,p\u003di[f],g\u003dp||{},m\u003dp\u0026\u0026O(p),b\u003d!p||!c.ABV,w\u003d{},_\u003dp\u0026\u0026p.prototype,M\u003dfunction(t,r){var e\u003dt._d;return e.v[l](r*n+e.o,wt)},F\u003dfunction(t,r,e){var i\u003dt._d;a\u0026\u0026(e\u003d(e\u003dMath.round(e))\u003c0?0:e\u003e255?255:255\u0026e),i.v[v](r*n+i.o,e,wt)},I\u003dfunction(t,n){U(t,n,{get:function(){return M(this,n)},set:function(t){return F(this,n,t)},enumerable:!0})};b?(p\u003dr(function(t,r,e,i){s(t,p,f,\"_d\");var o,u,c,a,l\u003d0,v\u003d0;if(S(r)){if(!(r instanceof Y||\"ArrayBuffer\"\u003d\u003d(a\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003da))return bt in r?Ft(p,r):At.call(p,r);o\u003dr,v\u003dEt(e,n);var g\u003dr.byteLength;if(void 0\u003d\u003d\u003di){if(g%n)throw V(\"Wrong length!\");if((u\u003dg-v)\u003c0)throw V(\"Wrong length!\")}else if((u\u003dd(i)*n)+v\u003eg)throw V(\"Wrong length!\");c\u003du/n}else c\u003dy(r),u\u003dc*n,o\u003dnew Y(u);for(h(t,\"_d\",{b:o,o:v,l:u,e:c,v:new J(o)});l\u003cc;)I(t,l++)}),_\u003dp.prototype\u003dE(Ut),h(_,\"constructor\",p)):o(function(){p(1)})\u0026\u0026o(function(){new p(-1)})\u0026\u0026R(function(t){new p,new p(null),new p(1.5),new p(t)},!0)||(p\u003dr(function(t,r,e,i){s(t,p,f);var o;return S(r)?r instanceof Y||\"ArrayBuffer\"\u003d\u003d(o\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003do?void 0!\u003d\u003di?new g(r,Et(e,n),i):void 0!\u003d\u003de?new g(r,Et(e,n)):new g(r):bt in r?Ft(p,r):At.call(p,r):new g(y(r))}),H(m!\u003d\u003dFunction.prototype?P(g).concat(P(m)):P(g),function(t){t in p||h(p,t,g[t])}),p.prototype\u003d_,e||(_.constructor\u003dp));var A\u003d_[pt],k\u003d!!A\u0026\u0026(\"values\"\u003d\u003dA.name||void 0\u003d\u003dA.name),N\u003dGt.values;h(p,yt,!0),h(_,bt,f),h(_,xt,!0),h(_,gt,p),(a?new p(1)[dt]\u003d\u003df:dt in _)||U(_,dt,{get:function(){return f}}),w[f]\u003dp,u(u.G+u.W+u.F*(p!\u003dg),w),u(u.S,f,{BYTES_PER_ELEMENT:n}),u(u.S+u.F*o(function(){g.of.call(p,1)}),f,{from:At,of:kt}),\"BYTES_PER_ELEMENT\"in _||h(_,\"BYTES_PER_ELEMENT\",n),u(u.P,f,Tt),L(f),u(u.P+u.F*_t,f,{set:Lt}),u(u.P+u.F*!k,f,Gt),e||_.toString\u003d\u003dht||(_.toString\u003dht),u(u.P+u.F*o(function(){new p(1).slice()}),f,{slice:Rt}),u(u.P+u.F*(o(function(){return[1,2].toLocaleString()!\u003dnew p([1,2]).toLocaleString()})||!o(function(){_.toLocaleString.call([1,2])})),f,{toLocaleString:jt}),T[f]\u003dk?A:N,e||k||h(_,pt,N)}}else n.exports\u003dfunction(){}},{100:100,104:104,11:11,114:114,115:115,116:116,118:118,119:119,12:12,120:120,122:122,123:123,124:124,128:128,129:129,141:141,17:17,25:25,29:29,33:33,35:35,40:40,41:41,42:42,48:48,51:51,56:56,58:58,6:6,60:60,71:71,72:72,75:75,77:77,79:79,8:8,9:9,92:92,93:93}],122:[function(t,n,r){\"use strict\";function packIEEE754(t,n,r){var e,i,o,u\u003dArray(r),c\u003d8*r-n-1,a\u003d(1\u003c\u003cc)-1,f\u003da\u003e\u003e1,s\u003d23\u003d\u003d\u003dn?M(2,-24)-M(2,-77):0,l\u003d0,h\u003dt\u003c0||0\u003d\u003d\u003dt\u0026\u00261/t\u003c0?1:0;for(t\u003dP(t),t!\u003dt||t\u003d\u003d\u003dE?(i\u003dt!\u003dt?1:0,e\u003da):(e\u003dF(I(t)/A),t*(o\u003dM(2,-e))\u003c1\u0026\u0026(e--,o*\u003d2),t+\u003de+f\u003e\u003d1?s/o:s*M(2,1-f),t*o\u003e\u003d2\u0026\u0026(e++,o/\u003d2),e+f\u003e\u003da?(i\u003d0,e\u003da):e+f\u003e\u003d1?(i\u003d(t*o-1)*M(2,n),e+\u003df):(i\u003dt*M(2,f-1)*M(2,n),e\u003d0));n\u003e\u003d8;u[l++]\u003d255\u0026i,i/\u003d256,n-\u003d8);for(e\u003de\u003c\u003cn|i,c+\u003dn;c\u003e0;u[l++]\u003d255\u0026e,e/\u003d256,c-\u003d8);return u[--l]|\u003d128*h,u}function unpackIEEE754(t,n,r){var e,i\u003d8*r-n-1,o\u003d(1\u003c\u003ci)-1,u\u003do\u003e\u003e1,c\u003di-7,a\u003dr-1,f\u003dt[a--],s\u003d127\u0026f;for(f\u003e\u003e\u003d7;c\u003e0;s\u003d256*s+t[a],a--,c-\u003d8);for(e\u003ds\u0026(1\u003c\u003c-c)-1,s\u003e\u003e\u003d-c,c+\u003dn;c\u003e0;e\u003d256*e+t[a],a--,c-\u003d8);if(0\u003d\u003d\u003ds)s\u003d1-u;else{if(s\u003d\u003d\u003do)return e?NaN:f?-E:E;e+\u003dM(2,n),s-\u003du}return(f?-1:1)*e*M(2,s-n)}function unpackI32(t){return t[3]\u003c\u003c24|t[2]\u003c\u003c16|t[1]\u003c\u003c8|t[0]}function packI8(t){return[255\u0026t]}function packI16(t){return[255\u0026t,t\u003e\u003e8\u0026255]}function packI32(t){return[255\u0026t,t\u003e\u003e8\u0026255,t\u003e\u003e16\u0026255,t\u003e\u003e24\u0026255]}function packF64(t){return packIEEE754(t,52,8)}function packF32(t){return packIEEE754(t,23,4)}function addGetter(t,n,r){d(t[m],n,{get:function(){return this[r]}})}function get(t,n,r,e){var i\u003d+r,o\u003dv(i);if(o+n\u003et[N])throw _(b);var u\u003dt[k]._b,c\u003do+t[j],a\u003du.slice(c,c+n);return e?a:a.reverse()}function set(t,n,r,e,i,o){var u\u003d+r,c\u003dv(u);if(c+n\u003et[N])throw _(b);for(var a\u003dt[k]._b,f\u003dc+t[j],s\u003de(+i),l\u003d0;l\u003cn;l++)a[f+l]\u003ds[o?l:n-l-1]}var e\u003dt(40),i\u003dt(29),o\u003dt(60),u\u003dt(123),c\u003dt(42),a\u003dt(93),f\u003dt(35),s\u003dt(6),l\u003dt(116),h\u003dt(118),v\u003dt(115),p\u003dt(77).f,d\u003dt(72).f,y\u003dt(9),g\u003dt(101),m\u003d\"prototype\",b\u003d\"Wrong index!\",x\u003de.ArrayBuffer,S\u003de.DataView,w\u003de.Math,_\u003de.RangeError,E\u003de.Infinity,O\u003dx,P\u003dw.abs,M\u003dw.pow,F\u003dw.floor,I\u003dw.log,A\u003dw.LN2,k\u003di?\"_b\":\"buffer\",N\u003di?\"_l\":\"byteLength\",j\u003di?\"_o\":\"byteOffset\";if(u.ABV){if(!f(function(){x(1)})||!f(function(){new x(-1)})||f(function(){return new x,new x(1.5),new x(NaN),\"ArrayBuffer\"!\u003dx.name})){x\u003dfunction ArrayBuffer(t){return s(this,x),new O(v(t))};for(var T,R\u003dx[m]\u003dO[m],L\u003dp(O),G\u003d0;L.length\u003eG;)(T\u003dL[G++])in x||c(x,T,O[T]);o||(R.constructor\u003dx)}var D\u003dnew S(new x(2)),C\u003dS[m].setInt8;D.setInt8(0,2147483648),D.setInt8(1,2147483649),!D.getInt8(0)\u0026\u0026D.getInt8(1)||a(S[m],{setInt8:function setInt8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)},setUint8:function setUint8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)}},!0)}else x\u003dfunction ArrayBuffer(t){s(this,x,\"ArrayBuffer\");var n\u003dv(t);this._b\u003dy.call(Array(n),0),this[N]\u003dn},S\u003dfunction DataView(t,n,r){s(this,S,\"DataView\"),s(t,x,\"DataView\");var e\u003dt[N],i\u003dl(n);if(i\u003c0||i\u003ee)throw _(\"Wrong offset!\");if(r\u003dvoid 0\u003d\u003d\u003dr?e-i:h(r),i+r\u003ee)throw _(\"Wrong length!\");this[k]\u003dt,this[j]\u003di,this[N]\u003dr},i\u0026\u0026(addGetter(x,\"byteLength\",\"_l\"),addGetter(S,\"buffer\",\"_b\"),addGetter(S,\"byteLength\",\"_l\"),addGetter(S,\"byteOffset\",\"_o\")),a(S[m],{getInt8:function getInt8(t){return get(this,1,t)[0]\u003c\u003c24\u003e\u003e24},getUint8:function getUint8(t){return get(this,1,t)[0]},getInt16:function getInt16(t){var n\u003dget(this,2,t,arguments[1]);return(n[1]\u003c\u003c8|n[0])\u003c\u003c16\u003e\u003e16},getUint16:function getUint16(t){var n\u003dget(this,2,t,arguments[1]);return n[1]\u003c\u003c8|n[0]},getInt32:function getInt32(t){return unpackI32(get(this,4,t,arguments[1]))},getUint32:function getUint32(t){return unpackI32(get(this,4,t,arguments[1]))\u003e\u003e\u003e0},getFloat32:function getFloat32(t){return unpackIEEE754(get(this,4,t,arguments[1]),23,4)},getFloat64:function getFloat64(t){return unpackIEEE754(get(this,8,t,arguments[1]),52,8)},setInt8:function setInt8(t,n){set(this,1,t,packI8,n)},setUint8:function setUint8(t,n){set(this,1,t,packI8,n)},setInt16:function setInt16(t,n){set(this,2,t,packI16,n,arguments[2])},setUint16:function setUint16(t,n){set(this,2,t,packI16,n,arguments[2])},setInt32:function setInt32(t,n){set(this,4,t,packI32,n,arguments[2])},setUint32:function setUint32(t,n){set(this,4,t,packI32,n,arguments[2])},setFloat32:function setFloat32(t,n){set(this,4,t,packF32,n,arguments[2])},setFloat64:function setFloat64(t,n){set(this,8,t,packF64,n,arguments[2])}});g(x,\"ArrayBuffer\"),g(S,\"DataView\"),c(S[m],u.VIEW,!0),r.ArrayBuffer\u003dx,r.DataView\u003dS},{101:101,115:115,116:116,118:118,123:123,29:29,35:35,40:40,42:42,6:6,60:60,72:72,77:77,9:9,93:93}],123:[function(t,n,r){for(var e,i\u003dt(40),o\u003dt(42),u\u003dt(124),c\u003du(\"typed_array\"),a\u003du(\"view\"),f\u003d!(!i.ArrayBuffer||!i.DataView),s\u003df,l\u003d0,h\u003d\"Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array\".split(\",\");l\u003c9;)(e\u003di[h[l++]])?(o(e.prototype,c,!0),o(e.prototype,a,!0)):s\u003d!1;n.exports\u003d{ABV:f,CONSTR:s,TYPED:c,VIEW:a}},{124:124,40:40,42:42}],124:[function(t,n,r){var e\u003d0,i\u003dMath.random();n.exports\u003dfunction(t){return\"Symbol(\".concat(void 0\u003d\u003d\u003dt?\"\":t,\")_\",(++e+i).toString(36))}},{}],125:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t)||t._t!\u003d\u003dn)throw TypeError(\"Incompatible receiver, \"+n+\" required!\");return t}},{51:51}],126:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(60),u\u003dt(127),c\u003dt(72).f;n.exports\u003dfunction(t){var n\u003di.Symbol||(i.Symbol\u003do?{}:e.Symbol||{});\"_\"\u003d\u003dt.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},{127:127,23:23,40:40,60:60,72:72}],127:[function(t,n,r){r.f\u003dt(128)},{128:128}],128:[function(t,n,r){var e\u003dt(103)(\"wks\"),i\u003dt(124),o\u003dt(40).Symbol,u\u003d\"function\"\u003d\u003dtypeof o;(n.exports\u003dfunction(t){return e[t]||(e[t]\u003du\u0026\u0026o[t]||(u?o:i)(\"Symbol.\"+t))}).store\u003de},{103:103,124:124,40:40}],129:[function(t,n,r){var e\u003dt(17),i\u003dt(128)(\"iterator\"),o\u003dt(58);n.exports\u003dt(23).getIteratorMethod\u003dfunction(t){if(void 0!\u003dt)return t[i]||t[\"@@iterator\"]||o[e(t)]}},{128:128,17:17,23:23,58:58}],130:[function(t,n,r){var e\u003dt(33),i\u003dt(95)(/[\\\\^$*+?.()|[\\]{}]/g,\"\\\\$\u0026\");e(e.S,\"RegExp\",{escape:function escape(t){return i(t)}})},{33:33,95:95}],131:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{copyWithin:t(8)}),t(5)(\"copyWithin\")},{33:33,5:5,8:8}],132:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(4);e(e.P+e.F*!t(105)([].every,!0),\"Array\",{every:function every(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],133:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{fill:t(9)}),t(5)(\"fill\")},{33:33,5:5,9:9}],134:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(2);e(e.P+e.F*!t(105)([].filter,!0),\"Array\",{filter:function filter(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],135:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(6),o\u003d\"findIndex\",u\u003d!0;o in[]\u0026\u0026Array(1)[o](function(){u\u003d!1}),e(e.P+e.F*u,\"Array\",{findIndex:function findIndex(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(o)},{12:12,33:33,5:5}],136:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(5),o\u003d!0;\"find\"in[]\u0026\u0026Array(1).find(function(){o\u003d!1}),e(e.P+e.F*o,\"Array\",{find:function find(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"find\")},{12:12,33:33,5:5}],137:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(0),o\u003dt(105)([].forEach,!0);e(e.P+e.F*!o,\"Array\",{forEach:function forEach(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],138:[function(t,n,r){\"use strict\";var e\u003dt(25),i\u003dt(33),o\u003dt(119),u\u003dt(53),c\u003dt(48),a\u003dt(118),f\u003dt(24),s\u003dt(129);i(i.S+i.F*!t(56)(function(t){Array.from(t)}),\"Array\",{from:function from(t){var n,r,i,l,h\u003do(t),v\u003d\"function\"\u003d\u003dtypeof this?this:Array,p\u003darguments.length,d\u003dp\u003e1?arguments[1]:void 0,y\u003dvoid 0!\u003d\u003dd,g\u003d0,m\u003ds(h);if(y\u0026\u0026(d\u003de(d,p\u003e2?arguments[2]:void 0,2)),void 0\u003d\u003dm||v\u003d\u003dArray\u0026\u0026c(m))for(n\u003da(h.length),r\u003dnew v(n);n\u003eg;g++)f(r,g,y?d(h[g],g):h[g]);else for(l\u003dm.call(h),r\u003dnew v;!(i\u003dl.next()).done;g++)f(r,g,y?u(l,d,[i.value,g],!0):i.value);return r.length\u003dg,r}})},{118:118,119:119,129:129,24:24,25:25,33:33,48:48,53:53,56:56}],139:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!1),o\u003d[].indexOf,u\u003d!!o\u0026\u00261/[1].indexOf(1,-0)\u003c0;e(e.P+e.F*(u||!t(105)(o)),\"Array\",{indexOf:function indexOf(t){return u?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},{105:105,11:11,33:33}],140:[function(t,n,r){var e\u003dt(33);e(e.S,\"Array\",{isArray:t(49)})},{33:33,49:49}],141:[function(t,n,r){\"use strict\";var e\u003dt(5),i\u003dt(57),o\u003dt(58),u\u003dt(117);n.exports\u003dt(55)(Array,\"Array\",function(t,n){this._t\u003du(t),this._i\u003d0,this._k\u003dn},function(){var t\u003dthis._t,n\u003dthis._k,r\u003dthis._i++;return!t||r\u003e\u003dt.length?(this._t\u003dvoid 0,i(1)):\"keys\"\u003d\u003dn?i(0,r):\"values\"\u003d\u003dn?i(0,t[r]):i(0,[r,t[r]])},\"values\"),o.Arguments\u003do.Array,e(\"keys\"),e(\"values\"),e(\"entries\")},{117:117,5:5,55:55,57:57,58:58}],142:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003d[].join;e(e.P+e.F*(t(47)!\u003dObject||!t(105)(o)),\"Array\",{join:function join(t){return o.call(i(this),void 0\u003d\u003d\u003dt?\",\":t)}})},{105:105,117:117,33:33,47:47}],143:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003dt(116),u\u003dt(118),c\u003d[].lastIndexOf,a\u003d!!c\u0026\u00261/[1].lastIndexOf(1,-0)\u003c0;e(e.P+e.F*(a||!t(105)(c)),\"Array\",{lastIndexOf:function lastIndexOf(t){if(a)return c.apply(this,arguments)||0;var n\u003di(this),r\u003du(n.length),e\u003dr-1;for(arguments.length\u003e1\u0026\u0026(e\u003dMath.min(e,o(arguments[1]))),e\u003c0\u0026\u0026(e\u003dr+e);e\u003e\u003d0;e--)if(e in n\u0026\u0026n[e]\u003d\u003d\u003dt)return e||0;return-1}})},{105:105,116:116,117:117,118:118,33:33}],144:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(1);e(e.P+e.F*!t(105)([].map,!0),\"Array\",{map:function map(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],145:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(24);e(e.S+e.F*t(35)(function(){function F(){}return!(Array.of.call(F)instanceof F)}),\"Array\",{of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dnew(\"function\"\u003d\u003dtypeof this?this:Array)(n);n\u003et;)i(r,t,arguments[t++]);return r.length\u003dn,r}})},{24:24,33:33,35:35}],146:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduceRight,!0),\"Array\",{reduceRight:function reduceRight(t){return i(this,t,arguments.length,arguments[1],!0)}})},{105:105,13:13,33:33}],147:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduce,!0),\"Array\",{reduce:function reduce(t){return i(this,t,arguments.length,arguments[1],!1)}})},{105:105,13:13,33:33}],148:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(43),o\u003dt(18),u\u003dt(114),c\u003dt(118),a\u003d[].slice;e(e.P+e.F*t(35)(function(){i\u0026\u0026a.call(i)}),\"Array\",{slice:function slice(t,n){var r\u003dc(this.length),e\u003do(this);if(n\u003dvoid 0\u003d\u003d\u003dn?r:n,\"Array\"\u003d\u003de)return a.call(this,t,n);for(var i\u003du(t,r),f\u003du(n,r),s\u003dc(f-i),l\u003dArray(s),h\u003d0;h\u003cs;h++)l[h]\u003d\"String\"\u003d\u003de?this.charAt(i+h):this[i+h];return l}})},{114:114,118:118,18:18,33:33,35:35,43:43}],149:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(3);e(e.P+e.F*!t(105)([].some,!0),\"Array\",{some:function some(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],150:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(119),u\u003dt(35),c\u003d[].sort,a\u003d[1,2,3];e(e.P+e.F*(u(function(){a.sort(void 0)})||!u(function(){a.sort(null)})||!t(105)(c)),\"Array\",{sort:function sort(t){return void 0\u003d\u003d\u003dt?c.call(o(this)):c.call(o(this),i(t))}})},{105:105,119:119,3:3,33:33,35:35}],151:[function(t,n,r){t(100)(\"Array\")},{100:100}],152:[function(t,n,r){var e\u003dt(33);e(e.S,\"Date\",{now:function(){return(new Date).getTime()}})},{33:33}],153:[function(t,n,r){var e\u003dt(33),i\u003dt(26);e(e.P+e.F*(Date.prototype.toISOString!\u003d\u003di),\"Date\",{toISOString:i})},{26:26,33:33}],154:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120);e(e.P+e.F*t(35)(function(){return null!\u003d\u003dnew Date(NaN).toJSON()||1!\u003d\u003dDate.prototype.toJSON.call({toISOString:function(){return 1}})}),\"Date\",{toJSON:function toJSON(t){var n\u003di(this),r\u003do(n);return\"number\"!\u003dtypeof r||isFinite(r)?n.toISOString():null}})},{119:119,120:120,33:33,35:35}],155:[function(t,n,r){var e\u003dt(128)(\"toPrimitive\"),i\u003dDate.prototype;e in i||t(42)(i,e,t(27))},{128:128,27:27,42:42}],156:[function(t,n,r){var e\u003dDate.prototype,i\u003de.toString,o\u003de.getTime;new Date(NaN)+\"\"!\u003d\"Invalid Date\"\u0026\u0026t(94)(e,\"toString\",function toString(){var t\u003do.call(this);return t\u003d\u003d\u003dt?i.call(this):\"Invalid Date\"})},{94:94}],157:[function(t,n,r){var e\u003dt(33);e(e.P,\"Function\",{bind:t(16)})},{16:16,33:33}],158:[function(t,n,r){\"use strict\";var e\u003dt(51),i\u003dt(79),o\u003dt(128)(\"hasInstance\"),u\u003dFunction.prototype;o in u||t(72).f(u,o,{value:function(t){if(\"function\"!\u003dtypeof this||!e(t))return!1;if(!e(this.prototype))return t instanceof this;for(;t\u003di(t);)if(this.prototype\u003d\u003d\u003dt)return!0;return!1}})},{128:128,51:51,72:72,79:79}],159:[function(t,n,r){var e\u003dt(72).f,i\u003dFunction.prototype,o\u003d/^\\s*function ([^ (]*)/;\"name\"in i||t(29)\u0026\u0026e(i,\"name\",{configurable:!0,get:function(){try{return(\"\"+this).match(o)[1]}catch(t){return\"\"}}})},{29:29,72:72}],160:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Map\",function(t){return function Map(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{get:function get(t){var n\u003de.getEntry(i(this,\"Map\"),t);return n\u0026\u0026n.v},set:function set(t,n){return e.def(i(this,\"Map\"),0\u003d\u003d\u003dt?0:t,n)}},e,!0)},{125:125,19:19,22:22}],161:[function(t,n,r){var e\u003dt(33),i\u003dt(63),o\u003dMath.sqrt,u\u003dMath.acosh;e(e.S+e.F*!(u\u0026\u0026710\u003d\u003dMath.floor(u(Number.MAX_VALUE))\u0026\u0026u(1/0)\u003d\u003d1/0),\"Math\",{acosh:function acosh(t){return(t\u003d+t)\u003c1?NaN:t\u003e94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},{33:33,63:63}],162:[function(t,n,r){function asinh(t){return isFinite(t\u003d+t)\u0026\u00260!\u003dt?t\u003c0?-asinh(-t):Math.log(t+Math.sqrt(t*t+1)):t}var e\u003dt(33),i\u003dMath.asinh;e(e.S+e.F*!(i\u0026\u00261/i(0)\u003e0),\"Math\",{asinh:asinh})},{33:33}],163:[function(t,n,r){var e\u003dt(33),i\u003dMath.atanh;e(e.S+e.F*!(i\u0026\u00261/i(-0)\u003c0),\"Math\",{atanh:function atanh(t){return 0\u003d\u003d(t\u003d+t)?t:Math.log((1+t)/(1-t))/2}})},{33:33}],164:[function(t,n,r){var e\u003dt(33),i\u003dt(65);e(e.S,\"Math\",{cbrt:function cbrt(t){return i(t\u003d+t)*Math.pow(Math.abs(t),1/3)}})},{33:33,65:65}],165:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clz32:function clz32(t){return(t\u003e\u003e\u003e\u003d0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},{33:33}],166:[function(t,n,r){var e\u003dt(33),i\u003dMath.exp;e(e.S,\"Math\",{cosh:function cosh(t){return(i(t\u003d+t)+i(-t))/2}})},{33:33}],167:[function(t,n,r){var e\u003dt(33),i\u003dt(61);e(e.S+e.F*(i!\u003dMath.expm1),\"Math\",{expm1:i})},{33:33,61:61}],168:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{fround:t(62)})},{33:33,62:62}],169:[function(t,n,r){var e\u003dt(33),i\u003dMath.abs;e(e.S,\"Math\",{hypot:function hypot(t,n){for(var r,e,o\u003d0,u\u003d0,c\u003darguments.length,a\u003d0;u\u003cc;)r\u003di(arguments[u++]),a\u003cr?(e\u003da/r,o\u003do*e*e+1,a\u003dr):r\u003e0?(e\u003dr/a,o+\u003de*e):o+\u003dr;return a\u003d\u003d\u003d1/0?1/0:a*Math.sqrt(o)}})},{33:33}],170:[function(t,n,r){var e\u003dt(33),i\u003dMath.imul;e(e.S+e.F*t(35)(function(){return-5!\u003di(4294967295,5)||2!\u003di.length}),\"Math\",{imul:function imul(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e;return 0|i*o+((65535\u0026r\u003e\u003e\u003e16)*o+i*(65535\u0026e\u003e\u003e\u003e16)\u003c\u003c16\u003e\u003e\u003e0)}})},{33:33,35:35}],171:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log10:function log10(t){return Math.log(t)*Math.LOG10E}})},{33:33}],172:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log1p:t(63)})},{33:33,63:63}],173:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log2:function log2(t){return Math.log(t)/Math.LN2}})},{33:33}],174:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{sign:t(65)})},{33:33,65:65}],175:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S+e.F*t(35)(function(){return-2e-17!\u003d!Math.sinh(-2e-17)}),\"Math\",{sinh:function sinh(t){return Math.abs(t\u003d+t)\u003c1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},{33:33,35:35,61:61}],176:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S,\"Math\",{tanh:function tanh(t){var n\u003di(t\u003d+t),r\u003di(-t);return n\u003d\u003d1/0?1:r\u003d\u003d1/0?-1:(n-r)/(o(t)+o(-t))}})},{33:33,61:61}],177:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{trunc:function trunc(t){return(t\u003e0?Math.floor:Math.ceil)(t)}})},{33:33}],178:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(18),u\u003dt(45),c\u003dt(120),a\u003dt(35),f\u003dt(77).f,s\u003dt(75).f,l\u003dt(72).f,h\u003dt(111).trim,v\u003de.Number,p\u003dv,d\u003dv.prototype,y\u003d\"Number\"\u003d\u003do(t(71)(d)),g\u003d\"trim\"in String.prototype,m\u003dfunction(t){var n\u003dc(t,!1);if(\"string\"\u003d\u003dtypeof n\u0026\u0026n.length\u003e2){n\u003dg?n.trim():h(n,3);var r,e,i,o\u003dn.charCodeAt(0);if(43\u003d\u003d\u003do||45\u003d\u003d\u003do){if(88\u003d\u003d\u003d(r\u003dn.charCodeAt(2))||120\u003d\u003d\u003dr)return NaN}else if(48\u003d\u003d\u003do){switch(n.charCodeAt(1)){case 66:case 98:e\u003d2,i\u003d49;break;case 79:case 111:e\u003d8,i\u003d55;break;default:return+n}for(var u,a\u003dn.slice(2),f\u003d0,s\u003da.length;f\u003cs;f++)if((u\u003da.charCodeAt(f))\u003c48||u\u003ei)return NaN;return parseInt(a,e)}}return+n};if(!v(\" 0o1\")||!v(\"0b1\")||v(\"+0x1\")){v\u003dfunction Number(t){var n\u003darguments.length\u003c1?0:t,r\u003dthis;return r instanceof v\u0026\u0026(y?a(function(){d.valueOf.call(r)}):\"Number\"!\u003do(r))?u(new p(m(n)),r,v):m(n)};for(var b,x\u003dt(29)?f(p):\"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger\".split(\",\"),S\u003d0;x.length\u003eS;S++)i(p,b\u003dx[S])\u0026\u0026!i(v,b)\u0026\u0026l(v,b,s(p,b));v.prototype\u003dd,d.constructor\u003dv,t(94)(e,\"Number\",v)}},{111:111,120:120,18:18,29:29,35:35,40:40,41:41,45:45,71:71,72:72,75:75,77:77,94:94}],179:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{EPSILON:Math.pow(2,-52)})},{33:33}],180:[function(t,n,r){var e\u003dt(33),i\u003dt(40).isFinite;e(e.S,\"Number\",{isFinite:function isFinite(t){return\"number\"\u003d\u003dtypeof t\u0026\u0026i(t)}})},{33:33,40:40}],181:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isInteger:t(50)})},{33:33,50:50}],182:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isNaN:function isNaN(t){return t!\u003dt}})},{33:33}],183:[function(t,n,r){var e\u003dt(33),i\u003dt(50),o\u003dMath.abs;e(e.S,\"Number\",{isSafeInteger:function isSafeInteger(t){return i(t)\u0026\u0026o(t)\u003c\u003d9007199254740991}})},{33:33,50:50}],184:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MAX_SAFE_INTEGER:9007199254740991})},{33:33}],185:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MIN_SAFE_INTEGER:-9007199254740991})},{33:33}],186:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.S+e.F*(Number.parseFloat!\u003di),\"Number\",{parseFloat:i})},{33:33,86:86}],187:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.S+e.F*(Number.parseInt!\u003di),\"Number\",{parseInt:i})},{33:33,87:87}],188:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(116),o\u003dt(4),u\u003dt(110),c\u003d1..toFixed,a\u003dMath.floor,f\u003d[0,0,0,0,0,0],s\u003d\"Number.toFixed: incorrect invocation!\",l\u003dfunction(t,n){for(var r\u003d-1,e\u003dn;++r\u003c6;)e+\u003dt*f[r],f[r]\u003de%1e7,e\u003da(e/1e7)},h\u003dfunction(t){for(var n\u003d6,r\u003d0;--n\u003e\u003d0;)r+\u003df[n],f[n]\u003da(r/t),r\u003dr%t*1e7},v\u003dfunction(){for(var t\u003d6,n\u003d\"\";--t\u003e\u003d0;)if(\"\"!\u003d\u003dn||0\u003d\u003d\u003dt||0!\u003d\u003df[t]){var r\u003dString(f[t]);n\u003d\"\"\u003d\u003d\u003dn?r:n+u.call(\"0\",7-r.length)+r}return n},p\u003dfunction(t,n,r){return 0\u003d\u003d\u003dn?r:n%2\u003d\u003d1?p(t,n-1,r*t):p(t*t,n/2,r)},d\u003dfunction(t){for(var n\u003d0,r\u003dt;r\u003e\u003d4096;)n+\u003d12,r/\u003d4096;for(;r\u003e\u003d2;)n+\u003d1,r/\u003d2;return n};e(e.P+e.F*(!!c\u0026\u0026(\"0.000\"!\u003d\u003d8e-5.toFixed(3)||\"1\"!\u003d\u003d.9.toFixed(0)||\"1.25\"!\u003d\u003d1.255.toFixed(2)||\"1000000000000000128\"!\u003d\u003d(0xde0b6b3a7640080).toFixed(0))||!t(35)(function(){c.call({})})),\"Number\",{toFixed:function toFixed(t){var n,r,e,c,a\u003do(this,s),f\u003di(t),y\u003d\"\",g\u003d\"0\";if(f\u003c0||f\u003e20)throw RangeError(s);if(a!\u003da)return\"NaN\";if(a\u003c\u003d-1e21||a\u003e\u003d1e21)return String(a);if(a\u003c0\u0026\u0026(y\u003d\"-\",a\u003d-a),a\u003e1e-21)if(n\u003dd(a*p(2,69,1))-69,r\u003dn\u003c0?a*p(2,-n,1):a/p(2,n,1),r*\u003d4503599627370496,(n\u003d52-n)\u003e0){for(l(0,r),e\u003df;e\u003e\u003d7;)l(1e7,0),e-\u003d7;for(l(p(10,e,1),0),e\u003dn-1;e\u003e\u003d23;)h(1\u003c\u003c23),e-\u003d23;h(1\u003c\u003ce),l(1,1),h(2),g\u003dv()}else l(0,r),l(1\u003c\u003c-n,0),g\u003dv()+u.call(\"0\",f);return f\u003e0?(c\u003dg.length,g\u003dy+(c\u003c\u003df?\"0.\"+u.call(\"0\",f-c)+g:g.slice(0,c-f)+\".\"+g.slice(c-f))):g\u003dy+g,g}})},{110:110,116:116,33:33,35:35,4:4}],189:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(35),o\u003dt(4),u\u003d1..toPrecision;e(e.P+e.F*(i(function(){return\"1\"!\u003d\u003du.call(1,void 0)})||!i(function(){u.call({})})),\"Number\",{toPrecision:function toPrecision(t){var n\u003do(this,\"Number#toPrecision: incorrect invocation!\");return void 0\u003d\u003d\u003dt?u.call(n):u.call(n,t)}})},{33:33,35:35,4:4}],190:[function(t,n,r){var e\u003dt(33);e(e.S+e.F,\"Object\",{assign:t(70)})},{33:33,70:70}],191:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{create:t(71)})},{33:33,71:71}],192:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperties:t(73)})},{29:29,33:33,73:73}],193:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperty:t(72).f})},{29:29,33:33,72:72}],194:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"freeze\",function(t){return function freeze(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],195:[function(t,n,r){var e\u003dt(117),i\u003dt(75).f;t(83)(\"getOwnPropertyDescriptor\",function(){return function getOwnPropertyDescriptor(t,n){return i(e(t),n)}})},{117:117,75:75,83:83}],196:[function(t,n,r){t(83)(\"getOwnPropertyNames\",function(){return t(76).f})},{76:76,83:83}],197:[function(t,n,r){var e\u003dt(119),i\u003dt(79);t(83)(\"getPrototypeOf\",function(){return function getPrototypeOf(t){return i(e(t))}})},{119:119,79:79,83:83}],198:[function(t,n,r){var e\u003dt(51);t(83)(\"isExtensible\",function(t){return function isExtensible(n){return!!e(n)\u0026\u0026(!t||t(n))}})},{51:51,83:83}],199:[function(t,n,r){var e\u003dt(51);t(83)(\"isFrozen\",function(t){return function isFrozen(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],200:[function(t,n,r){var e\u003dt(51);t(83)(\"isSealed\",function(t){return function isSealed(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],201:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{is:t(96)})},{33:33,96:96}],202:[function(t,n,r){var e\u003dt(119),i\u003dt(81);t(83)(\"keys\",function(){return function keys(t){return i(e(t))}})},{119:119,81:81,83:83}],203:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"preventExtensions\",function(t){return function preventExtensions(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],204:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"seal\",function(t){return function seal(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],205:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{setPrototypeOf:t(99).set})},{33:33,99:99}],206:[function(t,n,r){\"use strict\";var e\u003dt(17),i\u003d{};i[t(128)(\"toStringTag\")]\u003d\"z\",i+\"\"!\u003d\"[object z]\"\u0026\u0026t(94)(Object.prototype,\"toString\",function toString(){return\"[object \"+e(this)+\"]\"},!0)},{128:128,17:17,94:94}],207:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.G+e.F*(parseFloat!\u003di),{parseFloat:i})},{33:33,86:86}],208:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.G+e.F*(parseInt!\u003di),{parseInt:i})},{33:33,87:87}],209:[function(t,n,r){\"use strict\";var e,i,o,u,c\u003dt(60),a\u003dt(40),f\u003dt(25),s\u003dt(17),l\u003dt(33),h\u003dt(51),v\u003dt(3),p\u003dt(6),d\u003dt(39),y\u003dt(104),g\u003dt(113).set,m\u003dt(68)(),b\u003dt(69),x\u003dt(90),S\u003dt(91),w\u003da.TypeError,_\u003da.process,E\u003da.Promise,O\u003d\"process\"\u003d\u003ds(_),P\u003dfunction(){},M\u003di\u003db.f,F\u003d!!function(){try{var n\u003dE.resolve(1),r\u003d(n.constructor\u003d{})[t(128)(\"species\")]\u003dfunction(t){t(P,P)};return(O||\"function\"\u003d\u003dtypeof PromiseRejectionEvent)\u0026\u0026n.then(P)instanceof r}catch(t){}}(),I\u003dc?function(t,n){return t\u003d\u003d\u003dn||t\u003d\u003d\u003dE\u0026\u0026n\u003d\u003d\u003du}:function(t,n){return t\u003d\u003d\u003dn},A\u003dfunction(t){var n;return!(!h(t)||\"function\"!\u003dtypeof(n\u003dt.then))\u0026\u0026n},k\u003dfunction(t,n){if(!t._n){t._n\u003d!0;var r\u003dt._c;m(function(){for(var e\u003dt._v,i\u003d1\u003d\u003dt._s,o\u003d0;r.length\u003eo;)!function(n){var r,o,u\u003di?n.ok:n.fail,c\u003dn.resolve,a\u003dn.reject,f\u003dn.domain;try{u?(i||(2\u003d\u003dt._h\u0026\u0026T(t),t._h\u003d1),!0\u003d\u003d\u003du?r\u003de:(f\u0026\u0026f.enter(),r\u003du(e),f\u0026\u0026f.exit()),r\u003d\u003d\u003dn.promise?a(w(\"Promise-chain cycle\")):(o\u003dA(r))?o.call(r,c,a):c(r)):a(e)}catch(t){a(t)}}(r[o++]);t._c\u003d[],t._n\u003d!1,n\u0026\u0026!t._h\u0026\u0026N(t)})}},N\u003dfunction(t){g.call(a,function(){var n,r,e,i\u003dt._v,o\u003dj(t);if(o\u0026\u0026(n\u003dx(function(){O?_.emit(\"unhandledRejection\",i,t):(r\u003da.onunhandledrejection)?r({promise:t,reason:i}):(e\u003da.console)\u0026\u0026e.error\u0026\u0026e.error(\"Unhandled promise rejection\",i)}),t._h\u003dO||j(t)?2:1),t._a\u003dvoid 0,o\u0026\u0026n.e)throw n.v})},j\u003dfunction(t){if(1\u003d\u003dt._h)return!1;for(var n,r\u003dt._a||t._c,e\u003d0;r.length\u003ee;)if(n\u003dr[e++],n.fail||!j(n.promise))return!1;return!0},T\u003dfunction(t){g.call(a,function(){var n;O?_.emit(\"rejectionHandled\",t):(n\u003da.onrejectionhandled)\u0026\u0026n({promise:t,reason:t._v})})},R\u003dfunction(t){var n\u003dthis;n._d||(n._d\u003d!0,n\u003dn._w||n,n._v\u003dt,n._s\u003d2,n._a||(n._a\u003dn._c.slice()),k(n,!0))},L\u003dfunction(t){var n,r\u003dthis;if(!r._d){r._d\u003d!0,r\u003dr._w||r;try{if(r\u003d\u003d\u003dt)throw w(\"Promise can\u0027t be resolved itself\");(n\u003dA(t))?m(function(){var e\u003d{_w:r,_d:!1};try{n.call(t,f(L,e,1),f(R,e,1))}catch(t){R.call(e,t)}}):(r._v\u003dt,r._s\u003d1,k(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};F||(E\u003dfunction Promise(t){p(this,E,\"Promise\",\"_h\"),v(t),e.call(this);try{t(f(L,this,1),f(R,this,1))}catch(t){R.call(this,t)}},e\u003dfunction Promise(t){this._c\u003d[],this._a\u003dvoid 0,this._s\u003d0,this._d\u003d!1,this._v\u003dvoid 0,this._h\u003d0,this._n\u003d!1},e.prototype\u003dt(93)(E.prototype,{then:function then(t,n){var r\u003dM(y(this,E));return r.ok\u003d\"function\"!\u003dtypeof t||t,r.fail\u003d\"function\"\u003d\u003dtypeof n\u0026\u0026n,r.domain\u003dO?_.domain:void 0,this._c.push(r),this._a\u0026\u0026this._a.push(r),this._s\u0026\u0026k(this,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o\u003dfunction(){var t\u003dnew e;this.promise\u003dt,this.resolve\u003df(L,t,1),this.reject\u003df(R,t,1)},b.f\u003dM\u003dfunction(t){return I(E,t)?new o(t):i(t)}),l(l.G+l.W+l.F*!F,{Promise:E}),t(101)(E,\"Promise\"),t(100)(\"Promise\"),u\u003dt(23).Promise,l(l.S+l.F*!F,\"Promise\",{reject:function reject(t){var n\u003dM(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!F),\"Promise\",{resolve:function resolve(t){return t instanceof E\u0026\u0026I(t.constructor,this)?t:S(this,t)}}),l(l.S+l.F*!(F\u0026\u0026t(56)(function(t){E.all(t).catch(P)})),\"Promise\",{all:function all(t){var n\u003dthis,r\u003dM(n),e\u003dr.resolve,i\u003dr.reject,o\u003dx(function(){var r\u003d[],o\u003d0,u\u003d1;d(t,!1,function(t){var c\u003do++,a\u003d!1;r.push(void 0),u++,n.resolve(t).then(function(t){a||(a\u003d!0,r[c]\u003dt,--u||e(r))},i)}),--u||e(r)});return o.e\u0026\u0026i(o.v),r.promise},race:function race(t){var n\u003dthis,r\u003dM(n),e\u003dr.reject,i\u003dx(function(){d(t,!1,function(t){n.resolve(t).then(r.resolve,e)})});return i.e\u0026\u0026e(i.v),r.promise}})},{100:100,101:101,104:104,113:113,128:128,17:17,23:23,25:25,"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"3:3,33:33,39:39,40:40,51:51,56:56,6:6,60:60,68:68,69:69,90:90,91:91,93:93}],210:[function(t,n,r){var e\u003dt(33),i\u003dt(3),o\u003dt(7),u\u003d(t(40).Reflect||{}).apply,c\u003dFunction.apply;e(e.S+e.F*!t(35)(function(){u(function(){})}),\"Reflect\",{apply:function apply(t,n,r){var e\u003di(t),a\u003do(r);return u?u(e,n,a):c.call(e,n,a)}})},{3:3,33:33,35:35,40:40,7:7}],211:[function(t,n,r){var e\u003dt(33),i\u003dt(71),o\u003dt(3),u\u003dt(7),c\u003dt(51),a\u003dt(35),f\u003dt(16),s\u003d(t(40).Reflect||{}).construct,l\u003da(function(){function F(){}return!(s(function(){},[],F)instanceof F)}),h\u003d!a(function(){s(function(){})});e(e.S+e.F*(l||h),\"Reflect\",{construct:function construct(t,n){o(t),u(n);var r\u003darguments.length\u003c3?t:o(arguments[2]);if(h\u0026\u0026!l)return s(t,n,r);if(t\u003d\u003dr){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var e\u003d[null];return e.push.apply(e,n),new(f.apply(t,e))}var a\u003dr.prototype,v\u003di(c(a)?a:Object.prototype),p\u003dFunction.apply.call(t,v,n);return c(p)?p:v}})},{16:16,3:3,33:33,35:35,40:40,51:51,7:7,71:71}],212:[function(t,n,r){var e\u003dt(72),i\u003dt(33),o\u003dt(7),u\u003dt(120);i(i.S+i.F*t(35)(function(){Reflect.defineProperty(e.f({},1,{value:1}),1,{value:2})}),\"Reflect\",{defineProperty:function defineProperty(t,n,r){o(t),n\u003du(n,!0),o(r);try{return e.f(t,n,r),!0}catch(t){return!1}}})},{120:120,33:33,35:35,7:7,72:72}],213:[function(t,n,r){var e\u003dt(33),i\u003dt(75).f,o\u003dt(7);e(e.S,\"Reflect\",{deleteProperty:function deleteProperty(t,n){var r\u003di(o(t),n);return!(r\u0026\u0026!r.configurable)\u0026\u0026delete t[n]}})},{33:33,7:7,75:75}],214:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(7),o\u003dfunction(t){this._t\u003di(t),this._i\u003d0;var n,r\u003dthis._k\u003d[];for(n in t)r.push(n)};t(54)(o,\"Object\",function(){var t,n\u003dthis,r\u003dn._k;do{if(n._i\u003e\u003dr.length)return{value:void 0,done:!0}}while(!((t\u003dr[n._i++])in n._t));return{value:t,done:!1}}),e(e.S,\"Reflect\",{enumerate:function enumerate(t){return new o(t)}})},{33:33,54:54,7:7}],215:[function(t,n,r){var e\u003dt(75),i\u003dt(33),o\u003dt(7);i(i.S,\"Reflect\",{getOwnPropertyDescriptor:function getOwnPropertyDescriptor(t,n){return e.f(o(t),n)}})},{33:33,7:7,75:75}],216:[function(t,n,r){var e\u003dt(33),i\u003dt(79),o\u003dt(7);e(e.S,\"Reflect\",{getPrototypeOf:function getPrototypeOf(t){return i(o(t))}})},{33:33,7:7,79:79}],217:[function(t,n,r){function get(t,n){var r,u,f\u003darguments.length\u003c3?t:arguments[2];return a(t)\u003d\u003d\u003df?t[n]:(r\u003de.f(t,n))?o(r,\"value\")?r.value:void 0!\u003d\u003dr.get?r.get.call(f):void 0:c(u\u003di(t))?get(u,n,f):void 0}var e\u003dt(75),i\u003dt(79),o\u003dt(41),u\u003dt(33),c\u003dt(51),a\u003dt(7);u(u.S,\"Reflect\",{get:get})},{33:33,41:41,51:51,7:7,75:75,79:79}],218:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{has:function has(t,n){return n in t}})},{33:33}],219:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.isExtensible;e(e.S,\"Reflect\",{isExtensible:function isExtensible(t){return i(t),!o||o(t)}})},{33:33,7:7}],220:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{ownKeys:t(85)})},{33:33,85:85}],221:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.preventExtensions;e(e.S,\"Reflect\",{preventExtensions:function preventExtensions(t){i(t);try{return o\u0026\u0026o(t),!0}catch(t){return!1}}})},{33:33,7:7}],222:[function(t,n,r){var e\u003dt(33),i\u003dt(99);i\u0026\u0026e(e.S,\"Reflect\",{setPrototypeOf:function setPrototypeOf(t,n){i.check(t,n);try{return i.set(t,n),!0}catch(t){return!1}}})},{33:33,99:99}],223:[function(t,n,r){function set(t,n,r){var c,l,h\u003darguments.length\u003c4?t:arguments[3],v\u003di.f(f(t),n);if(!v){if(s(l\u003do(t)))return set(l,n,r,h);v\u003da(0)}return u(v,\"value\")?!(!1\u003d\u003d\u003dv.writable||!s(h))\u0026\u0026(c\u003di.f(h,n)||a(0),c.value\u003dr,e.f(h,n,c),!0):void 0!\u003d\u003dv.set\u0026\u0026(v.set.call(h,r),!0)}var e\u003dt(72),i\u003dt(75),o\u003dt(79),u\u003dt(41),c\u003dt(33),a\u003dt(92),f\u003dt(7),s\u003dt(51);c(c.S,\"Reflect\",{set:set})},{33:33,41:41,51:51,7:7,72:72,75:75,79:79,92:92}],224:[function(t,n,r){var e\u003dt(40),i\u003dt(45),o\u003dt(72).f,u\u003dt(77).f,c\u003dt(52),a\u003dt(37),f\u003de.RegExp,s\u003df,l\u003df.prototype,h\u003d/a/g,v\u003d/a/g,p\u003dnew f(h)!\u003d\u003dh;if(t(29)\u0026\u0026(!p||t(35)(function(){return v[t(128)(\"match\")]\u003d!1,f(h)!\u003dh||f(v)\u003d\u003dv||\"/a/i\"!\u003df(h,\"i\")}))){f\u003dfunction RegExp(t,n){var r\u003dthis instanceof f,e\u003dc(t),o\u003dvoid 0\u003d\u003d\u003dn;return!r\u0026\u0026e\u0026\u0026t.constructor\u003d\u003d\u003df\u0026\u0026o?t:i(p?new s(e\u0026\u0026!o?t.source:t,n):s((e\u003dt instanceof f)?t.source:t,e\u0026\u0026o?a.call(t):n),r?this:l,f)};for(var d\u003du(s),y\u003d0;d.length\u003ey;)!function(t){t in f||o(f,t,{configurable:!0,get:function(){return s[t]},set:function(n){s[t]\u003dn}})}(d[y++]);l.constructor\u003df,f.prototype\u003dl,t(94)(e,\"RegExp\",f)}t(100)(\"RegExp\")},{100:100,128:128,29:29,35:35,37:37,40:40,45:45,52:52,72:72,77:77,94:94}],225:[function(t,n,r){t(29)\u0026\u0026\"g\"!\u003d/./g.flags\u0026\u0026t(72).f(RegExp.prototype,\"flags\",{configurable:!0,get:t(37)})},{29:29,37:37,72:72}],226:[function(t,n,r){t(36)(\"match\",1,function(t,n,r){return[function match(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],227:[function(t,n,r){t(36)(\"replace\",2,function(t,n,r){return[function replace(e,i){\"use strict\";var o\u003dt(this),u\u003dvoid 0\u003d\u003de?void 0:e[n];return void 0!\u003d\u003du?u.call(e,o,i):r.call(String(o),e,i)},r]})},{36:36}],228:[function(t,n,r){t(36)(\"search\",1,function(t,n,r){return[function search(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],229:[function(t,n,r){t(36)(\"split\",2,function(n,r,e){\"use strict\";var i\u003dt(52),o\u003de,u\u003d[].push,c\u003d\"length\";if(\"c\"\u003d\u003d\"abbc\".split(/(b)*/)[1]||4!\u003d\"test\".split(/(?:)/,-1)[c]||2!\u003d\"ab\".split(/(?:ab)*/)[c]||4!\u003d\".\".split(/(.?)(.?)/)[c]||\".\".split(/()()/)[c]\u003e1||\"\".split(/.?/)[c]){var a\u003dvoid 0\u003d\u003d\u003d/()??/.exec(\"\")[1];e\u003dfunction(t,n){var r\u003dString(this);if(void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn)return[];if(!i(t))return o.call(r,t,n);var e,f,s,l,h,v\u003d[],p\u003d(t.ignoreCase?\"i\":\"\")+(t.multiline?\"m\":\"\")+(t.unicode?\"u\":\"\")+(t.sticky?\"y\":\"\"),d\u003d0,y\u003dvoid 0\u003d\u003d\u003dn?4294967295:n\u003e\u003e\u003e0,g\u003dnew RegExp(t.source,p+\"g\");for(a||(e\u003dnew RegExp(\"^\"+g.source+\"$(?!\\\\s)\",p));(f\u003dg.exec(r))\u0026\u0026!((s\u003df.index+f[0][c])\u003ed\u0026\u0026(v.push(r.slice(d,f.index)),!a\u0026\u0026f[c]\u003e1\u0026\u0026f[0].replace(e,function(){for(h\u003d1;h\u003carguments[c]-2;h++)void 0\u003d\u003d\u003darguments[h]\u0026\u0026(f[h]\u003dvoid 0)}),f[c]\u003e1\u0026\u0026f.index\u003cr[c]\u0026\u0026u.apply(v,f.slice(1)),l\u003df[0][c],d\u003ds,v[c]\u003e\u003dy));)g.lastIndex\u003d\u003d\u003df.index\u0026\u0026g.lastIndex++;return d\u003d\u003d\u003dr[c]?!l\u0026\u0026g.test(\"\")||v.push(\"\"):v.push(r.slice(d)),v[c]\u003ey?v.slice(0,y):v}}else\"0\".split(void 0,0)[c]\u0026\u0026(e\u003dfunction(t,n){return void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn?[]:o.call(this,t,n)});return[function split(t,i){var o\u003dn(this),u\u003dvoid 0\u003d\u003dt?void 0:t[r];return void 0!\u003d\u003du?u.call(t,o,i):e.call(String(o),t,i)},e]})},{36:36,52:52}],230:[function(t,n,r){\"use strict\";t(225);var e\u003dt(7),i\u003dt(37),o\u003dt(29),u\u003d/./.toString,c\u003dfunction(n){t(94)(RegExp.prototype,\"toString\",n,!0)};t(35)(function(){return\"/a/b\"!\u003du.call({source:\"a\",flags:\"b\"})})?c(function toString(){var t\u003de(this);return\"/\".concat(t.source,\"/\",\"flags\"in t?t.flags:!o\u0026\u0026t instanceof RegExp?i.call(t):void 0)}):\"toString\"!\u003du.name\u0026\u0026c(function toString(){return u.call(this)})},{225:225,29:29,35:35,37:37,7:7,94:94}],231:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Set\",function(t){return function Set(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"Set\"),t\u003d0\u003d\u003d\u003dt?0:t,t)}},e)},{125:125,19:19,22:22}],232:[function(t,n,r){\"use strict\";t(108)(\"anchor\",function(t){return function anchor(n){return t(this,\"a\",\"name\",n)}})},{108:108}],233:[function(t,n,r){\"use strict\";t(108)(\"big\",function(t){return function big(){return t(this,\"big\",\"\",\"\")}})},{108:108}],234:[function(t,n,r){\"use strict\";t(108)(\"blink\",function(t){return function blink(){return t(this,\"blink\",\"\",\"\")}})},{108:108}],235:[function(t,n,r){\"use strict\";t(108)(\"bold\",function(t){return function bold(){return t(this,\"b\",\"\",\"\")}})},{108:108}],236:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!1);e(e.P,\"String\",{codePointAt:function codePointAt(t){return i(this,t)}})},{106:106,33:33}],237:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".endsWith;e(e.P+e.F*t(34)(\"endsWith\"),\"String\",{endsWith:function endsWith(t){var n\u003do(this,t,\"endsWith\"),r\u003darguments.length\u003e1?arguments[1]:void 0,e\u003di(n.length),c\u003dvoid 0\u003d\u003d\u003dr?e:Math.min(i(r),e),a\u003dString(t);return u?u.call(n,a,c):n.slice(c-a.length,c)\u003d\u003d\u003da}})},{107:107,118:118,33:33,34:34}],238:[function(t,n,r){\"use strict\";t(108)(\"fixed\",function(t){return function fixed(){return t(this,\"tt\",\"\",\"\")}})},{108:108}],239:[function(t,n,r){\"use strict\";t(108)(\"fontcolor\",function(t){return function fontcolor(n){return t(this,\"font\",\"color\",n)}})},{108:108}],240:[function(t,n,r){\"use strict\";t(108)(\"fontsize\",function(t){return function fontsize(n){return t(this,\"font\",\"size\",n)}})},{108:108}],241:[function(t,n,r){var e\u003dt(33),i\u003dt(114),o\u003dString.fromCharCode,u\u003dString.fromCodePoint;e(e.S+e.F*(!!u\u0026\u00261!\u003du.length),\"String\",{fromCodePoint:function fromCodePoint(t){for(var n,r\u003d[],e\u003darguments.length,u\u003d0;e\u003eu;){if(n\u003d+arguments[u++],i(n,1114111)!\u003d\u003dn)throw RangeError(n+\" is not a valid code point\");r.push(n\u003c65536?o(n):o(55296+((n-\u003d65536)\u003e\u003e10),n%1024+56320))}return r.join(\"\")}})},{114:114,33:33}],242:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(107);e(e.P+e.F*t(34)(\"includes\"),\"String\",{includes:function includes(t){return!!~i(this,t,\"includes\").indexOf(t,arguments.length\u003e1?arguments[1]:void 0)}})},{107:107,33:33,34:34}],243:[function(t,n,r){\"use strict\";t(108)(\"italics\",function(t){return function italics(){return t(this,\"i\",\"\",\"\")}})},{108:108}],244:[function(t,n,r){\"use strict\";var e\u003dt(106)(!0);t(55)(String,\"String\",function(t){this._t\u003dString(t),this._i\u003d0},function(){var t,n\u003dthis._t,r\u003dthis._i;return r\u003e\u003dn.length?{value:void 0,done:!0}:(t\u003de(n,r),this._i+\u003dt.length,{value:t,done:!1})})},{106:106,55:55}],245:[function(t,n,r){\"use strict\";t(108)(\"link\",function(t){return function link(n){return t(this,\"a\",\"href\",n)}})},{108:108}],246:[function(t,n,r){var e\u003dt(33),i\u003dt(117),o\u003dt(118);e(e.S,\"String\",{raw:function raw(t){for(var n\u003di(t.raw),r\u003do(n.length),e\u003darguments.length,u\u003d[],c\u003d0;r\u003ec;)u.push(String(n[c++])),c\u003ce\u0026\u0026u.push(String(arguments[c]));return u.join(\"\")}})},{117:117,118:118,33:33}],247:[function(t,n,r){var e\u003dt(33);e(e.P,\"String\",{repeat:t(110)})},{110:110,33:33}],248:[function(t,n,r){\"use strict\";t(108)(\"small\",function(t){return function small(){return t(this,\"small\",\"\",\"\")}})},{108:108}],249:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".startsWith;e(e.P+e.F*t(34)(\"startsWith\"),\"String\",{startsWith:function startsWith(t){var n\u003do(this,t,\"startsWith\"),r\u003di(Math.min(arguments.length\u003e1?arguments[1]:void 0,n.length)),e\u003dString(t);return u?u.call(n,e,r):n.slice(r,r+e.length)\u003d\u003d\u003de}})},{107:107,118:118,33:33,34:34}],250:[function(t,n,r){\"use strict\";t(108)(\"strike\",function(t){return function strike(){return t(this,\"strike\",\"\",\"\")}})},{108:108}],251:[function(t,n,r){\"use strict\";t(108)(\"sub\",function(t){return function sub(){return t(this,\"sub\",\"\",\"\")}})},{108:108}],252:[function(t,n,r){\"use strict\";t(108)(\"sup\",function(t){return function sup(){return t(this,\"sup\",\"\",\"\")}})},{108:108}],253:[function(t,n,r){\"use strict\";t(111)(\"trim\",function(t){return function trim(){return t(this,3)}})},{111:111}],254:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(29),u\u003dt(33),c\u003dt(94),a\u003dt(66).KEY,f\u003dt(35),s\u003dt(103),l\u003dt(101),h\u003dt(124),v\u003dt(128),p\u003dt(127),d\u003dt(126),y\u003dt(59),g\u003dt(32),m\u003dt(49),b\u003dt(7),x\u003dt(117),S\u003dt(120),w\u003dt(92),_\u003dt(71),E\u003dt(76),O\u003dt(75),P\u003dt(72),M\u003dt(81),F\u003dO.f,I\u003dP.f,A\u003dE.f,k\u003de.Symbol,N\u003de.JSON,j\u003dN\u0026\u0026N.stringify,T\u003dv(\"_hidden\"),R\u003dv(\"toPrimitive\"),L\u003d{}.propertyIsEnumerable,G\u003ds(\"symbol-registry\"),D\u003ds(\"symbols\"),C\u003ds(\"op-symbols\"),W\u003dObject.prototype,U\u003d\"function\"\u003d\u003dtypeof k,B\u003de.QObject,V\u003d!B||!B.prototype||!B.prototype.findChild,z\u003do\u0026\u0026f(function(){return 7!\u003d_(I({},\"a\",{get:function(){return I(this,\"a\",{value:7}).a}})).a})?function(t,n,r){var e\u003dF(W,n);e\u0026\u0026delete W[n],I(t,n,r),e\u0026\u0026t!\u003d\u003dW\u0026\u0026I(W,n,e)}:I,q\u003dfunction(t){var n\u003dD[t]\u003d_(k.prototype);return n._k\u003dt,n},K\u003dU\u0026\u0026\"symbol\"\u003d\u003dtypeof k.iterator?function(t){return\"symbol\"\u003d\u003dtypeof t}:function(t){return t instanceof k},Y\u003dfunction defineProperty(t,n,r){return t\u003d\u003d\u003dW\u0026\u0026Y(C,n,r),b(t),n\u003dS(n,!0),b(r),i(D,n)?(r.enumerable?(i(t,T)\u0026\u0026t[T][n]\u0026\u0026(t[T][n]\u003d!1),r\u003d_(r,{enumerable:w(0,!1)})):(i(t,T)||I(t,T,w(1,{})),t[T][n]\u003d!0),z(t,n,r)):I(t,n,r)},J\u003dfunction defineProperties(t,n){b(t);for(var r,e\u003dg(n\u003dx(n)),i\u003d0,o\u003de.length;o\u003ei;)Y(t,r\u003de[i++],n[r]);return t},H\u003dfunction create(t,n){return void 0\u003d\u003d\u003dn?_(t):J(_(t),n)},X\u003dfunction propertyIsEnumerable(t){var n\u003dL.call(this,t\u003dS(t,!0));return!(this\u003d\u003d\u003dW\u0026\u0026i(D,t)\u0026\u0026!i(C,t))\u0026\u0026(!(n||!i(this,t)||!i(D,t)||i(this,T)\u0026\u0026this[T][t])||n)},$\u003dfunction getOwnPropertyDescriptor(t,n){if(t\u003dx(t),n\u003dS(n,!0),t!\u003d\u003dW||!i(D,n)||i(C,n)){var r\u003dF(t,n);return!r||!i(D,n)||i(t,T)\u0026\u0026t[T][n]||(r.enumerable\u003d!0),r}},Z\u003dfunction getOwnPropertyNames(t){for(var n,r\u003dA(x(t)),e\u003d[],o\u003d0;r.length\u003eo;)i(D,n\u003dr[o++])||n\u003d\u003dT||n\u003d\u003da||e.push(n);return e},Q\u003dfunction getOwnPropertySymbols(t){for(var n,r\u003dt\u003d\u003d\u003dW,e\u003dA(r?C:x(t)),o\u003d[],u\u003d0;e.length\u003eu;)!i(D,n\u003de[u++])||r\u0026\u0026!i(W,n)||o.push(D[n]);return o};U||(k\u003dfunction Symbol(){if(this instanceof k)throw TypeError(\"Symbol is not a constructor!\");var t\u003dh(arguments.length\u003e0?arguments[0]:void 0),n\u003dfunction(r){this\u003d\u003d\u003dW\u0026\u0026n.call(C,r),i(this,T)\u0026\u0026i(this[T],t)\u0026\u0026(this[T][t]\u003d!1),z(this,t,w(1,r))};return o\u0026\u0026V\u0026\u0026z(W,t,{configurable:!0,set:n}),q(t)},c(k.prototype,\"toString\",function toString(){return this._k}),O.f\u003d$,P.f\u003dY,t(77).f\u003dE.f\u003dZ,t(82).f\u003dX,t(78).f\u003dQ,o\u0026\u0026!t(60)\u0026\u0026c(W,\"propertyIsEnumerable\",X,!0),p.f\u003dfunction(t){return q(v(t))}),u(u.G+u.W+u.F*!U,{Symbol:k});for(var tt\u003d\"hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables\".split(\",\"),nt\u003d0;tt.length\u003ent;)v(tt[nt++]);for(var rt\u003dM(v.store),et\u003d0;rt.length\u003eet;)d(rt[et++]);u(u.S+u.F*!U,\"Symbol\",{for:function(t){return i(G,t+\u003d\"\")?G[t]:G[t]\u003dk(t)},keyFor:function keyFor(t){if(K(t))return y(G,t);throw TypeError(t+\" is not a symbol!\")},useSetter:function(){V\u003d!0},useSimple:function(){V\u003d!1}}),u(u.S+u.F*!U,\"Object\",{create:H,defineProperty:Y,defineProperties:J,getOwnPropertyDescriptor:$,getOwnPropertyNames:Z,getOwnPropertySymbols:Q}),N\u0026\u0026u(u.S+u.F*(!U||f(function(){var t\u003dk();return\"[null]\"!\u003dj([t])||\"{}\"!\u003dj({a:t})||\"{}\"!\u003dj(Object(t))})),\"JSON\",{stringify:function stringify(t){if(void 0!\u003d\u003dt\u0026\u0026!K(t)){for(var n,r,e\u003d[t],i\u003d1;arguments.length\u003ei;)e.push(arguments[i++]);return n\u003de[1],\"function\"\u003d\u003dtypeof n\u0026\u0026(r\u003dn),!r\u0026\u0026m(n)||(n\u003dfunction(t,n){if(r\u0026\u0026(n\u003dr.call(this,t,n)),!K(n))return n}),e[1]\u003dn,j.apply(N,e)}}}),k.prototype[R]||t(42)(k.prototype,R,k.prototype.valueOf),l(k,\"Symbol\"),l(Math,\"Math\",!0),l(e.JSON,\"JSON\",!0)},{101:101,103:103,117:117,120:120,124:124,126:126,127:127,128:128,29:29,32:32,33:33,35:35,40:40,41:41,42:42,49:49,59:59,60:60,66:66,7:7,71:71,72:72,75:75,76:76,77:77,78:78,81:81,82:82,92:92,94:94}],255:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(123),o\u003dt(122),u\u003dt(7),c\u003dt(114),a\u003dt(118),f\u003dt(51),s\u003dt(40).ArrayBuffer,l\u003dt(104),h\u003do.ArrayBuffer,v\u003do.DataView,p\u003di.ABV\u0026\u0026s.isView,d\u003dh.prototype.slice,y\u003di.VIEW;e(e.G+e.W+e.F*(s!\u003d\u003dh),{ArrayBuffer:h}),e(e.S+e.F*!i.CONSTR,\"ArrayBuffer\",{isView:function isView(t){return p\u0026\u0026p(t)||f(t)\u0026\u0026y in t}}),e(e.P+e.U+e.F*t(35)(function(){return!new h(2).slice(1,void 0).byteLength}),\"ArrayBuffer\",{slice:function slice(t,n){if(void 0!\u003d\u003dd\u0026\u0026void 0\u003d\u003d\u003dn)return d.call(u(this),t);for(var r\u003du(this).byteLength,e\u003dc(t,r),i\u003dc(void 0\u003d\u003d\u003dn?r:n,r),o\u003dnew(l(this,h))(a(i-e)),f\u003dnew v(this),s\u003dnew v(o),p\u003d0;e\u003ci;)s.setUint8(p++,f.getUint8(e++));return o}}),t(100)(\"ArrayBuffer\")},{100:100,104:104,114:114,118:118,122:122,123:123,33:33,35:35,40:40,51:51,7:7}],256:[function(t,n,r){var e\u003dt(33);e(e.G+e.W+e.F*!t(123).ABV,{DataView:t(122).DataView})},{122:122,123:123,33:33}],257:[function(t,n,r){t(121)(\"Float32\",4,function(t){return function Float32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],258:[function(t,n,r){t(121)(\"Float64\",8,function(t){return function Float64Array(n,r,e){return t(this,n,r,e)}})},{121:121}],259:[function(t,n,r){t(121)(\"Int16\",2,function(t){return function Int16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],260:[function(t,n,r){t(121)(\"Int32\",4,function(t){return function Int32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],261:[function(t,n,r){t(121)(\"Int8\",1,function(t){return function Int8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],262:[function(t,n,r){t(121)(\"Uint16\",2,function(t){return function Uint16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],263:[function(t,n,r){t(121)(\"Uint32\",4,function(t){return function Uint32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],264:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],265:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8ClampedArray(n,r,e){return t(this,n,r,e)}},!0)},{121:121}],266:[function(t,n,r){\"use strict\";var e,i\u003dt(12)(0),o\u003dt(94),u\u003dt(66),c\u003dt(70),a\u003dt(21),f\u003dt(51),s\u003dt(35),l\u003dt(125),h\u003du.getWeak,v\u003dObject.isExtensible,p\u003da.ufstore,d\u003d{},y\u003dfunction(t){return function WeakMap(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},g\u003d{get:function get(t){if(f(t)){var n\u003dh(t);return!0\u003d\u003d\u003dn?p(l(this,\"WeakMap\")).get(t):n?n[this._i]:void 0}},set:function set(t,n){return a.def(l(this,\"WeakMap\"),t,n)}},m\u003dn.exports\u003dt(22)(\"WeakMap\",y,g,a,!0,!0);s(function(){return 7!\u003d(new m).set((Object.freeze||Object)(d),7).get(d)})\u0026\u0026(e\u003da.getConstructor(y,\"WeakMap\"),c(e.prototype,g),u.NEED\u003d!0,i([\"delete\",\"has\",\"get\",\"set\"],function(t){var n\u003dm.prototype,r\u003dn[t];o(n,t,function(n,i){if(f(n)\u0026\u0026!v(n)){this._f||(this._f\u003dnew e);var o\u003dthis._f[t](n,i);return\"set\"\u003d\u003dt?this:o}return r.call(this,n,i)})}))},{12:12,125:125,21:21,22:22,35:35,51:51,66:66,70:70,94:94}],267:[function(t,n,r){\"use strict\";var e\u003dt(21),i\u003dt(125);t(22)(\"WeakSet\",function(t){return function WeakSet(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"WeakSet\"),t,!0)}},e,!1,!0)},{125:125,21:21,22:22}],268:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(3),a\u003dt(15);e(e.P,\"Array\",{flatMap:function flatMap(t){var n,r,e\u003do(this);return c(t),n\u003du(e.length),r\u003da(e,0),i(r,e,e,n,0,1,t,arguments[1]),r}}),t(5)(\"flatMap\")},{118:118,119:119,15:15,3:3,33:33,38:38,5:5}],269:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(116),a\u003dt(15);e(e.P,\"Array\",{flatten:function flatten(){var t\u003darguments[0],n\u003do(this),r\u003du(n.length),e\u003da(n,0);return i(e,n,n,r,0,void 0\u003d\u003d\u003dt?1:c(t)),e}}),t(5)(\"flatten\")},{116:116,118:118,119:119,15:15,33:33,38:38,5:5}],270:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!0);e(e.P,\"Array\",{includes:function includes(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"includes\")},{11:11,33:33,5:5}],271:[function(t,n,r){var e\u003dt(33),i\u003dt(68)(),o\u003dt(40).process,u\u003d\"process\"\u003d\u003dt(18)(o);e(e.G,{asap:function asap(t){var n\u003du\u0026\u0026o.domain;i(n?n.bind(t):t)}})},{18:18,33:33,40:40,68:68}],272:[function(t,n,r){var e\u003dt(33),i\u003dt(18);e(e.S,\"Error\",{isError:function isError(t){return\"Error\"\u003d\u003d\u003di(t)}})},{18:18,33:33}],273:[function(t,n,r){var e\u003dt(33);e(e.G,{global:t(40)})},{33:33,40:40}],274:[function(t,n,r){t(97)(\"Map\")},{97:97}],275:[function(t,n,r){t(98)(\"Map\")},{98:98}],276:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Map\",{toJSON:t(20)(\"Map\")})},{20:20,33:33}],277:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clamp:function clamp(t,n,r){return Math.min(r,Math.max(n,t))}})},{33:33}],278:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{DEG_PER_RAD:Math.PI/180})},{33:33}],279:[function(t,n,r){var e\u003dt(33),i\u003d180/Math.PI;e(e.S,\"Math\",{degrees:function degrees(t){return t*i}})},{33:33}],280:[function(t,n,r){var e\u003dt(33),i\u003dt(64),o\u003dt(62);e(e.S,\"Math\",{fscale:function fscale(t,n,r,e,u){return o(i(t,n,r,e,u))}})},{33:33,62:62,64:64}],281:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{iaddh:function iaddh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o+(e\u003e\u003e\u003e0)+((i\u0026u|(i|u)\u0026~(i+u\u003e\u003e\u003e0))\u003e\u003e\u003e31)|0}})},{33:33}],282:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{imulh:function imulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e16,c\u003de\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e16)}})},{33:33}],283:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{isubh:function isubh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o-(e\u003e\u003e\u003e0)-((~i\u0026u|~(i^u)\u0026i-u\u003e\u003e\u003e0)\u003e\u003e\u003e31)|0}})},{33:33}],284:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{RAD_PER_DEG:180/Math.PI})},{33:33}],285:[function(t,n,r){var e\u003dt(33),i\u003dMath.PI/180;e(e.S,\"Math\",{radians:function radians(t){return t*i}})},{33:33}],286:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{scale:t(64)})},{33:33,64:64}],287:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{signbit:function signbit(t){return(t\u003d+t)!\u003dt?t:0\u003d\u003dt?1/t\u003d\u003d1/0:t\u003e0}})},{33:33}],288:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{umulh:function umulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e\u003e16,c\u003de\u003e\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e\u003e16)}})},{33:33}],289:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineGetter__:function __defineGetter__(t,n){u.f(i(this),t,{get:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],290:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineSetter__:function __defineSetter__(t,n){u.f(i(this),t,{set:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],291:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!0);e(e.S,\"Object\",{entries:function entries(t){return i(t)}})},{33:33,84:84}],292:[function(t,n,r){var e\u003dt(33),i\u003dt(85),o\u003dt(117),u\u003dt(75),c\u003dt(24);e(e.S,\"Object\",{getOwnPropertyDescriptors:function getOwnPropertyDescriptors(t){for(var n,r,e\u003do(t),a\u003du.f,f\u003di(e),s\u003d{},l\u003d0;f.length\u003el;)void 0!\u003d\u003d(r\u003da(e,n\u003df[l++]))\u0026\u0026c(s,n,r);return s}})},{117:117,24:24,33:33,75:75,85:85}],293:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupGetter__:function __lookupGetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.get}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],294:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupSetter__:function __lookupSetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.set}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],295:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!1);e(e.S,\"Object\",{values:function values(t){return i(t)}})},{33:33,84:84}],296:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(40),o\u003dt(23),u\u003dt(68)(),c\u003dt(128)(\"observable\"),a\u003dt(3),f\u003dt(7),s\u003dt(6),l\u003dt(93),h\u003dt(42),v\u003dt(39),p\u003dv.RETURN,d\u003dfunction(t){return null\u003d\u003dt?void 0:a(t)},y\u003dfunction(t){var n\u003dt._c;n\u0026\u0026(t._c\u003dvoid 0,n())},g\u003dfunction(t){return void 0\u003d\u003d\u003dt._o},m\u003dfunction(t){g(t)||(t._o\u003dvoid 0,y(t))},b\u003dfunction(t,n){f(t),this._c\u003dvoid 0,this._o\u003dt,t\u003dnew x(this);try{var r\u003dn(t),e\u003dr;null!\u003dr\u0026\u0026(\"function\"\u003d\u003dtypeof r.unsubscribe?r\u003dfunction(){e.unsubscribe()}:a(r),this._c\u003dr)}catch(n){return void t.error(n)}g(this)\u0026\u0026y(this)};b.prototype\u003dl({},{unsubscribe:function unsubscribe(){m(this)}});var x\u003dfunction(t){this._s\u003dt};x.prototype\u003dl({},{next:function next(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;try{var e\u003dd(r.next);if(e)return e.call(r,t)}catch(t){try{m(n)}finally{throw t}}}},error:function error(t){var n\u003dthis._s;if(g(n))throw t;var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.error);if(!e)throw t;t\u003de.call(r,t)}catch(t){try{y(n)}finally{throw t}}return y(n),t},complete:function complete(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.complete);t\u003de?e.call(r,t):void 0}catch(t){try{y(n)}finally{throw t}}return y(n),t}}});var S\u003dfunction Observable(t){s(this,S,\"Observable\",\"_f\")._f\u003da(t)};l(S.prototype,{subscribe:function subscribe(t){return new b(t,this._f)},forEach:function forEach(t){var n\u003dthis;return new(o.Promise||i.Promise)(function(r,e){a(t);var i\u003dn.subscribe({next:function(n){try{return t(n)}catch(t){e(t),i.unsubscribe()}},error:e,complete:r})})}}),l(S,{from:function from(t){var n\u003d\"function\"\u003d\u003dtypeof this?this:S,r\u003dd(f(t)[c]);if(r){var e\u003df(r.call(t));return e.constructor\u003d\u003d\u003dn?e:new n(function(t){return e.subscribe(t)})}return new n(function(n){var r\u003d!1;return u(function(){if(!r){try{if(v(t,!1,function(t){if(n.next(t),r)return p})\u003d\u003d\u003dp)return}catch(t){if(r)throw t;return void n.error(t)}n.complete()}}),function(){r\u003d!0}})},of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dArray(n);t\u003cn;)r[t]\u003darguments[t++];return new(\"function\"\u003d\u003dtypeof this?this:S)(function(t){var n\u003d!1;return u(function(){if(!n){for(var e\u003d0;e\u003cr.length;++e)if(t.next(r[e]),n)return;t.complete()}}),function(){n\u003d!0}})}}),h(S.prototype,c,function(){return this}),e(e.G,{Observable:S}),t(100)(\"Observable\")},{100:100,128:128,23:23,3:3,33:33,39:39,40:40,42:42,6:6,68:68,7:7,93:93}],297:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(23),o\u003dt(40),u\u003dt(104),c\u003dt(91);e(e.P+e.R,\"Promise\",{finally:function(t){var n\u003du(this,i.Promise||o.Promise),r\u003d\"function\"\u003d\u003dtypeof t;return this.then(r?function(r){return c(n,t()).then(function(){return r})}:t,r?function(r){return c(n,t()).then(function(){throw r})}:t)}})},{104:104,23:23,33:33,40:40,91:91}],298:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(69),o\u003dt(90);e(e.S,\"Promise\",{try:function(t){var n\u003di.f(this),r\u003do(t);return(r.e?n.reject:n.resolve)(r.v),n.promise}})},{33:33,69:69,90:90}],299:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.set;e.exp({defineMetadata:function defineMetadata(t,n,r,e){u(t,n,i(r),o(e))}})},{67:67,7:7}],300:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.map,c\u003de.store;e.exp({deleteMetadata:function deleteMetadata(t,n){var r\u003darguments.length\u003c3?void 0:o(arguments[2]),e\u003du(i(n),r,!1);if(void 0\u003d\u003d\u003de||!e.delete(t))return!1;if(e.size)return!0;var a\u003dc.get(n);return a.delete(r),!!a.size||c.delete(n)}})},{67:67,7:7}],301:[function(t,n,r){var e\u003dt(231),i\u003dt(10),o\u003dt(67),u\u003dt(7),c\u003dt(79),a\u003do.keys,f\u003do.key,s\u003dfunction(t,n){var r\u003da(t,n),o\u003dc(t);if(null\u003d\u003d\u003do)return r;var u\u003ds(o,n);return u.length?r.length?i(new e(r.concat(u))):u:r};o.exp({getMetadataKeys:function getMetadataKeys(t){return s(u(t),arguments.length\u003c2?void 0:f(arguments[1]))}})},{10:10,231:231,67:67,7:7,79:79}],302:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.get,a\u003de.key,f\u003dfunction(t,n,r){if(u(t,n,r))return c(t,n,r);var e\u003do(n);return null!\u003d\u003de?f(t,e,r):void 0};e.exp({getMetadata:function getMetadata(t,n){return f(t,i(n),arguments.length\u003c3?void 0:a(arguments[2]))}})},{67:67,7:7,79:79}],303:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.keys,u\u003de.key;e.exp({getOwnMetadataKeys:function getOwnMetadataKeys(t){return o(i(t),arguments.length\u003c2?void 0:u(arguments[1]))}})},{67:67,7:7}],304:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.get,u\u003de.key;e.exp({getOwnMetadata:function getOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],305:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.key,a\u003dfunction(t,n,r){if(u(t,n,r))return!0;var e\u003do(n);return null!\u003d\u003de\u0026\u0026a(t,e,r)};e.exp({hasMetadata:function hasMetadata(t,n){return a(t,i(n),arguments.length\u003c3?void 0:c(arguments[2]))}})},{67:67,7:7,79:79}],306:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.has,u\u003de.key;e.exp({hasOwnMetadata:function hasOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],307:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(3),u\u003de.key,c\u003de.set;e.exp({metadata:function metadata(t,n){return function decorator(r,e){c(t,n,(void 0!\u003d\u003de?i:o)(r),u(e))}}})},{3:3,67:67,7:7}],308:[function(t,n,r){t(97)(\"Set\")},{97:97}],309:[function(t,n,r){t(98)(\"Set\")},{98:98}],310:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Set\",{toJSON:t(20)(\"Set\")})},{20:20,33:33}],311:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!0);e(e.P,\"String\",{at:function at(t){return i(this,t)}})},{106:106,33:33}],312:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(28),o\u003dt(118),u\u003dt(52),c\u003dt(37),a\u003dRegExp.prototype,f\u003dfunction(t,n){this._r\u003dt,this._s\u003dn};t(54)(f,\"RegExp String\",function next(){var t\u003dthis._r.exec(this._s);return{value:t,done:null\u003d\u003d\u003dt}}),e(e.P,\"String\",{matchAll:function matchAll(t){if(i(this),!u(t))throw TypeError(t+\" is not a regexp!\");var n\u003dString(this),r\u003d\"flags\"in a?String(t.flags):c.call(t),e\u003dnew RegExp(t.source,~r.indexOf(\"g\")?r:\"g\"+r);return e.lastIndex\u003do(t.lastIndex),new f(e,n)}})},{118:118,28:28,33:33,37:37,52:52,54:54}],313:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padEnd:function padEnd(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!1)}})},{109:109,33:33}],314:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padStart:function padStart(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!0)}})},{109:109,33:33}],315:[function(t,n,r){\"use strict\";t(111)(\"trimLeft\",function(t){return function trimLeft(){return t(this,1)}},\"trimStart\")},{111:111}],316:[function(t,n,r){\"use strict\";t(111)(\"trimRight\",function(t){return function trimRight(){return t(this,2)}},\"trimEnd\")},{111:111}],317:[function(t,n,r){t(126)(\"asyncIterator\")},{126:126}],318:[function(t,n,r){t(126)(\"observable\")},{126:126}],319:[function(t,n,r){var e\u003dt(33);e(e.S,\"System\",{global:t(40)})},{33:33,40:40}],320:[function(t,n,r){t(97)(\"WeakMap\")},{97:97}],321:[function(t,n,r){t(98)(\"WeakMap\")},{98:98}],322:[function(t,n,r){t(97)(\"WeakSet\")},{97:97}],323:[function(t,n,r){t(98)(\"WeakSet\")},{98:98}],324:[function(t,n,r){for(var e\u003dt(141),i\u003dt(81),o\u003dt(94),u\u003dt(40),c\u003dt(42),a\u003dt(58),f\u003dt(128),s\u003df(\"iterator\"),l\u003df(\"toStringTag\"),h\u003da.Array,v\u003d{CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p\u003di(v),d\u003d0;d\u003cp.length;d++){var y,g\u003dp[d],m\u003dv[g],b\u003du[g],x\u003db\u0026\u0026b.prototype;if(x\u0026\u0026(x[s]||c(x,s,h),x[l]||c(x,l,g),a[g]\u003dh,m))for(y in e)x[y]||o(x,y,e[y],!0)}},{128:128,141:141,40:40,42:42,58:58,81:81,94:94}],325:[function(t,n,r){var e\u003dt(33),i\u003dt(113);e(e.G+e.B,{setImmediate:i.set,clearImmediate:i.clear})},{113:113,33:33}],326:[function(t,n,r){var e\u003dt(40),i\u003dt(33),o\u003dt(46),u\u003dt(88),c\u003de.navigator,a\u003d!!c\u0026\u0026/MSIE .\\./.test(c.userAgent),f\u003dfunction(t){return a?function(n,r){return t(o(u,[].slice.call(arguments,2),\"function\"\u003d\u003dtypeof n?n:Function(n)),r)}:t};i(i.G+i.B+i.F*a,{setTimeout:f(e.setTimeout),setInterval:f(e.setInterval)})},{33:33,40:40,46:46,88:88}],327:[function(t,n,r){t(254),t(191),t(193),t(192),t(195),t(197),t(202),t(196),t(194),t(204),t(203),t(199),t(200),t(198),t(190),t(201),t(205),t(206),t(157),t(159),t(158),t(208),t(207),t(178),t(188),t(189),t(179),t(180),t(181),t(182),t(183),t(184),t(185),t(186),t(187),t(161),t(162),t(163),t(164),t(165),t(166),t(167),t(168),t(169),t(170),t(171),t(172),t(173),t(174),t(175),t(176),t(177),t(241),t(246),t(253),t(244),t(236),t(237),t(242),t(247),t(249),t(232),t(233),t(234),t(235),t(238),t(239),t(240),t(243),t(245),t(248),t(250),t(251),t(252),t(152),t(154),t(153),t(156),t(155),t(140),t(138),t(145),t(142),t(148),t(150),t(137),t(144),t(134),t(149),t(132),t(147),t(146),t(139),t(143),t(131),t(133),t(136),t(135),t(151),t(141),t(224),t(230),t(225),t(226),t(227),t(228),t(229),t(209),t(160),t(231),t(266),t(267),t(255),t(256),t(261),t(264),t(265),t(259),t(262),t(260),t(263),t(257),t(258),t(210),t(211),t(212),t(213),t(214),t(217),t(215),t(216),t(218),t(219),t(220),t(221),t(223),t(222),t(270),t(268),t(269),t(311),t(314),t(313),t(315),t(316),t(312),t(317),t(318),t(292),t(295),t(291),t(289),t(290),t(293),t(294),t(276),t(310),t(275),t(309),t(321),t(323),t(274),t(308),t(320),t(322),t(273),t(319),t(272),t(277),t(278),t(279),t(280),t(281),t(283),t(282),t(284),t(285),t(286),t(288),t(287),t(297),t(298),t(299),t(300),t(302),t(301),t(304),t(303),t(305),t(306),t(307),t(271),t(296),t(326),t(325),t(324),n.exports\u003dt(23)},{131:131,132:132,133:133,134:134,135:135,136:136,137:137,138:138,139:139,140:140,141:141,142:142,143:143,144:144,145:145,146:146,147:147,148:148,149:149,150:150,151:151,152:152,153:153,154:154,155:155,156:156,157:157,158:158,159:159,160:160,161:161,162:162,163:163,164:164,165:165,166:166,167:167,168:168,169:169,170:170,171:171,172:172,173:173,174:174,175:175,176:176,177:177,178:178,179:179,180:180,181:181,182:182,183:183,184:184,185:185,"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"186:186,187:187,188:188,189:189,190:190,191:191,192:192,193:193,194:194,195:195,196:196,197:197,198:198,199:199,200:200,201:201,202:202,203:203,204:204,205:205,206:206,207:207,208:208,209:209,210:210,211:211,212:212,213:213,214:214,215:215,216:216,217:217,218:218,219:219,220:220,221:221,222:222,223:223,224:224,225:225,226:226,227:227,228:228,229:229,23:23,230:230,231:231,232:232,233:233,234:234,235:235,236:236,237:237,238:238,239:239,240:240,241:241,242:242,243:243,244:244,245:245,246:246,247:247,248:248,249:249,250:250,251:251,252:252,253:253,254:254,255:255,256:256,257:257,258:258,259:259,260:260,261:261,262:262,263:263,264:264,265:265,266:266,267:267,268:268,269:269,270:270,271:271,272:272,273:273,274:274,275:275,276:276,277:277,278:278,279:279,280:280,281:281,282:282,283:283,284:284,285:285,286:286,287:287,288:288,289:289,290:290,291:291,292:292,293:293,294:294,295:295,296:296,297:297,298:298,299:299,300:300,301:301,302:302,303:303,304:304,305:305,306:306,307:307,308:308,309:309,310:310,311:311,312:312,313:313,314:314,315:315,316:316,317:317,318:318,319:319,320:320,321:321,322:322,323:323,324:324,325:325,326:326}],328:[function(t,n,r){(function(t){!function(t){\"use strict\";function wrap(t,n,r,e){var i\u003dn\u0026\u0026n.prototype instanceof Generator?n:Generator,o\u003dObject.create(i.prototype),u\u003dnew Context(e||[]);return o._invoke\u003dmakeInvokeMethod(t,r,u),o}function tryCatch(t,n,r){try{return{type:\"normal\",arg:t.call(n,r)}}catch(t){return{type:\"throw\",arg:t}}}function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}function defineIteratorMethods(t){[\"next\",\"throw\",\"return\"].forEach(function(n){t[n]\u003dfunction(t){return this._invoke(n,t)}})}function AsyncIterator(n){function invoke(t,r,e,o){var u\u003dtryCatch(n[t],n,r);if(\"throw\"!\u003d\u003du.type){var c\u003du.arg,a\u003dc.value;return a\u0026\u0026\"object\"\u003d\u003dtypeof a\u0026\u0026i.call(a,\"__await\")?Promise.resolve(a.__await).then(function(t){invoke(\"next\",t,e,o)},function(t){invoke(\"throw\",t,e,o)}):Promise.resolve(a).then(function(t){c.value\u003dt,e(c)},o)}o(u.arg)}function enqueue(t,n){function callInvokeWithMethodAndArg(){return new Promise(function(r,e){invoke(t,n,r,e)})}return r\u003dr?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}\"object\"\u003d\u003dtypeof t.process\u0026\u0026t.process.domain\u0026\u0026(invoke\u003dt.process.domain.bind(invoke));var r;this._invoke\u003denqueue}function makeInvokeMethod(t,n,r){var e\u003dl;return function invoke(i,o){if(e\u003d\u003d\u003dv)throw new Error(\"Generator is already running\");if(e\u003d\u003d\u003dp){if(\"throw\"\u003d\u003d\u003di)throw o;return doneResult()}for(r.method\u003di,r.arg\u003do;;){var u\u003dr.delegate;if(u){var c\u003dmaybeInvokeDelegate(u,r);if(c){if(c\u003d\u003d\u003dd)continue;return c}}if(\"next\"\u003d\u003d\u003dr.method)r.sent\u003dr._sent\u003dr.arg;else if(\"throw\"\u003d\u003d\u003dr.method){if(e\u003d\u003d\u003dl)throw e\u003dp,r.arg;r.dispatchException(r.arg)}else\"return\"\u003d\u003d\u003dr.method\u0026\u0026r.abrupt(\"return\",r.arg);e\u003dv;var a\u003dtryCatch(t,n,r);if(\"normal\"\u003d\u003d\u003da.type){if(e\u003dr.done?p:h,a.arg\u003d\u003d\u003dd)continue;return{value:a.arg,done:r.done}}\"throw\"\u003d\u003d\u003da.type\u0026\u0026(e\u003dp,r.method\u003d\"throw\",r.arg\u003da.arg)}}}function maybeInvokeDelegate(t,n){var e\u003dt.iterator[n.method];if(e\u003d\u003d\u003dr){if(n.delegate\u003dnull,\"throw\"\u003d\u003d\u003dn.method){if(t.iterator.return\u0026\u0026(n.method\u003d\"return\",n.arg\u003dr,maybeInvokeDelegate(t,n),\"throw\"\u003d\u003d\u003dn.method))return d;n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"The iterator does not provide a \u0027throw\u0027 method\")}return d}var i\u003dtryCatch(e,t.iterator,n.arg);if(\"throw\"\u003d\u003d\u003di.type)return n.method\u003d\"throw\",n.arg\u003di.arg,n.delegate\u003dnull,d;var o\u003di.arg;return o?o.done?(n[t.resultName]\u003do.value,n.next\u003dt.nextLoc,\"return\"!\u003d\u003dn.method\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),n.delegate\u003dnull,d):o:(n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"iterator result is not an object\"),n.delegate\u003dnull,d)}function pushTryEntry(t){var n\u003d{tryLoc:t[0]};1 in t\u0026\u0026(n.catchLoc\u003dt[1]),2 in t\u0026\u0026(n.finallyLoc\u003dt[2],n.afterLoc\u003dt[3]),this.tryEntries.push(n)}function resetTryEntry(t){var n\u003dt.completion||{};n.type\u003d\"normal\",delete n.arg,t.completion\u003dn}function Context(t){this.tryEntries\u003d[{tryLoc:\"root\"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(t){if(t){var n\u003dt[u];if(n)return n.call(t);if(\"function\"\u003d\u003dtypeof t.next)return t;if(!isNaN(t.length)){var e\u003d-1,o\u003dfunction next(){for(;++e\u003ct.length;)if(i.call(t,e))return next.value\u003dt[e],next.done\u003d!1,next;return next.value\u003dr,next.done\u003d!0,next};return o.next\u003do}}return{next:doneResult}}function doneResult(){return{value:r,done:!0}}var r,e\u003dObject.prototype,i\u003de.hasOwnProperty,o\u003d\"function\"\u003d\u003dtypeof Symbol?Symbol:{},u\u003do.iterator||\"@@iterator\",c\u003do.asyncIterator||\"@@asyncIterator\",a\u003do.toStringTag||\"@@toStringTag\",f\u003d\"object\"\u003d\u003dtypeof n,s\u003dt.regeneratorRuntime;if(s)return void(f\u0026\u0026(n.exports\u003ds));s\u003dt.regeneratorRuntime\u003df?n.exports:{},s.wrap\u003dwrap;var l\u003d\"suspendedStart\",h\u003d\"suspendedYield\",v\u003d\"executing\",p\u003d\"completed\",d\u003d{},y\u003d{};y[u]\u003dfunction(){return this};var g\u003dObject.getPrototypeOf,m\u003dg\u0026\u0026g(g(values([])));m\u0026\u0026m!\u003d\u003de\u0026\u0026i.call(m,u)\u0026\u0026(y\u003dm);var b\u003dGeneratorFunctionPrototype.prototype\u003dGenerator.prototype\u003dObject.create(y);GeneratorFunction.prototype\u003db.constructor\u003dGeneratorFunctionPrototype,GeneratorFunctionPrototype.constructor\u003dGeneratorFunction,GeneratorFunctionPrototype[a]\u003dGeneratorFunction.displayName\u003d\"GeneratorFunction\",s.isGeneratorFunction\u003dfunction(t){var n\u003d\"function\"\u003d\u003dtypeof t\u0026\u0026t.constructor;return!!n\u0026\u0026(n\u003d\u003d\u003dGeneratorFunction||\"GeneratorFunction\"\u003d\u003d\u003d(n.displayName||n.name))},s.mark\u003dfunction(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__\u003dGeneratorFunctionPrototype,a in t||(t[a]\u003d\"GeneratorFunction\")),t.prototype\u003dObject.create(b),t},s.awrap\u003dfunction(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),AsyncIterator.prototype[c]\u003dfunction(){return this},s.AsyncIterator\u003dAsyncIterator,s.async\u003dfunction(t,n,r,e){var i\u003dnew AsyncIterator(wrap(t,n,r,e));return s.isGeneratorFunction(n)?i:i.next().then(function(t){return t.done?t.value:i.next()})},defineIteratorMethods(b),b[a]\u003d\"Generator\",b[u]\u003dfunction(){return this},b.toString\u003dfunction(){return\"[object Generator]\"},s.keys\u003dfunction(t){var n\u003d[];for(var r in t)n.push(r);return n.reverse(),function next(){for(;n.length;){var r\u003dn.pop();if(r in t)return next.value\u003dr,next.done\u003d!1,next}return next.done\u003d!0,next}},s.values\u003dvalues,Context.prototype\u003d{constructor:Context,reset:function(t){if(this.prev\u003d0,this.next\u003d0,this.sent\u003dthis._sent\u003dr,this.done\u003d!1,this.delegate\u003dnull,this.method\u003d\"next\",this.arg\u003dr,this.tryEntries.forEach(resetTryEntry),!t)for(var n in this)\"t\"\u003d\u003d\u003dn.charAt(0)\u0026\u0026i.call(this,n)\u0026\u0026!isNaN(+n.slice(1))\u0026\u0026(this[n]\u003dr)},stop:function(){this.done\u003d!0;var t\u003dthis.tryEntries[0],n\u003dt.completion;if(\"throw\"\u003d\u003d\u003dn.type)throw n.arg;return this.rval},dispatchException:function(t){function handle(e,i){return u.type\u003d\"throw\",u.arg\u003dt,n.next\u003de,i\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),!!i}if(this.done)throw t;for(var n\u003dthis,e\u003dthis.tryEntries.length-1;e\u003e\u003d0;--e){var o\u003dthis.tryEntries[e],u\u003do.completion;if(\"root\"\u003d\u003d\u003do.tryLoc)return handle(\"end\");if(o.tryLoc\u003c\u003dthis.prev){var c\u003di.call(o,\"catchLoc\"),a\u003di.call(o,\"finallyLoc\");if(c\u0026\u0026a){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0);if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}else if(c){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0)}else{if(!a)throw new Error(\"try statement without catch or finally\");if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}}}},abrupt:function(t,n){for(var r\u003dthis.tryEntries.length-1;r\u003e\u003d0;--r){var e\u003dthis.tryEntries[r];if(e.tryLoc\u003c\u003dthis.prev\u0026\u0026i.call(e,\"finallyLoc\")\u0026\u0026this.prev\u003ce.finallyLoc){var o\u003de;break}}o\u0026\u0026(\"break\"\u003d\u003d\u003dt||\"continue\"\u003d\u003d\u003dt)\u0026\u0026o.tryLoc\u003c\u003dn\u0026\u0026n\u003c\u003do.finallyLoc\u0026\u0026(o\u003dnull);var u\u003do?o.completion:{};return u.type\u003dt,u.arg\u003dn,o?(this.method\u003d\"next\",this.next\u003do.finallyLoc,d):this.complete(u)},complete:function(t,n){if(\"throw\"\u003d\u003d\u003dt.type)throw t.arg;return\"break\"\u003d\u003d\u003dt.type||\"continue\"\u003d\u003d\u003dt.type?this.next\u003dt.arg:\"return\"\u003d\u003d\u003dt.type?(this.rval\u003dthis.arg\u003dt.arg,this.method\u003d\"return\",this.next\u003d\"end\"):\"normal\"\u003d\u003d\u003dt.type\u0026\u0026n\u0026\u0026(this.next\u003dn),d},finish:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.finallyLoc\u003d\u003d\u003dt)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),d}},catch:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.tryLoc\u003d\u003d\u003dt){var e\u003dr.completion;if(\"throw\"\u003d\u003d\u003de.type){var i\u003de.arg;resetTryEntry(r)}return i}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,n,e){return this.delegate\u003d{iterator:values(t),resultName:n,nextLoc:e},\"next\"\u003d\u003d\u003dthis.method\u0026\u0026(this.arg\u003dr),d}}}(\"object\"\u003d\u003dtypeof t?t:\"object\"\u003d\u003dtypeof window?window:\"object\"\u003d\u003dtypeof self?self:this)}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{}]},{},[1]);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/js/vue.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" * Vue.js v2.6.14"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" * (c) 2014-2021 Evan You"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" * Released under the MIT License."},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" */"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"!function(e,t){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003dt():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(t):(e\u003de||self).Vue\u003dt()}(this,function(){\"use strict\";var e\u003dObject.freeze({});function t(e){return null\u003d\u003de}function n(e){return null!\u003de}function r(e){return!0\u003d\u003d\u003de}function i(e){return\"string\"\u003d\u003dtypeof e||\"number\"\u003d\u003dtypeof e||\"symbol\"\u003d\u003dtypeof e||\"boolean\"\u003d\u003dtypeof e}function o(e){return null!\u003d\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e}var a\u003dObject.prototype.toString;function s(e){return\"[object Object]\"\u003d\u003d\u003da.call(e)}function c(e){var t\u003dparseFloat(String(e));return t\u003e\u003d0\u0026\u0026Math.floor(t)\u003d\u003d\u003dt\u0026\u0026isFinite(e)}function u(e){return n(e)\u0026\u0026\"function\"\u003d\u003dtypeof e.then\u0026\u0026\"function\"\u003d\u003dtypeof e.catch}function l(e){return null\u003d\u003de?\"\":Array.isArray(e)||s(e)\u0026\u0026e.toString\u003d\u003d\u003da?JSON.stringify(e,null,2):String(e)}function f(e){var t\u003dparseFloat(e);return isNaN(t)?e:t}function p(e,t){for(var n\u003dObject.create(null),r\u003de.split(\",\"),i\u003d0;i\u003cr.length;i++)n[r[i]]\u003d!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}var d\u003dp(\"slot,component\",!0),v\u003dp(\"key,ref,slot,slot-scope,is\");function h(e,t){if(e.length){var n\u003de.indexOf(t);if(n\u003e-1)return e.splice(n,1)}}var m\u003dObject.prototype.hasOwnProperty;function y(e,t){return m.call(e,t)}function g(e){var t\u003dObject.create(null);return function(n){return t[n]||(t[n]\u003de(n))}}var _\u003d/-(\\w)/g,b\u003dg(function(e){return e.replace(_,function(e,t){return t?t.toUpperCase():\"\"})}),$\u003dg(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),w\u003d/\\B([A-Z])/g,C\u003dg(function(e){return e.replace(w,\"-$1\").toLowerCase()});var x\u003dFunction.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r\u003darguments.length;return r?r\u003e1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length\u003de.length,n};function k(e,t){t\u003dt||0;for(var n\u003de.length-t,r\u003dnew Array(n);n--;)r[n]\u003de[n+t];return r}function A(e,t){for(var n in t)e[n]\u003dt[n];return e}function O(e){for(var t\u003d{},n\u003d0;n\u003ce.length;n++)e[n]\u0026\u0026A(t,e[n]);return t}function S(e,t,n){}var T\u003dfunction(e,t,n){return!1},N\u003dfunction(e){return e};function E(e,t){if(e\u003d\u003d\u003dt)return!0;var n\u003do(e),r\u003do(t);if(!n||!r)return!n\u0026\u0026!r\u0026\u0026String(e)\u003d\u003d\u003dString(t);try{var i\u003dArray.isArray(e),a\u003dArray.isArray(t);if(i\u0026\u0026a)return e.length\u003d\u003d\u003dt.length\u0026\u0026e.every(function(e,n){return E(e,t[n])});if(e instanceof Date\u0026\u0026t instanceof Date)return e.getTime()\u003d\u003d\u003dt.getTime();if(i||a)return!1;var s\u003dObject.keys(e),c\u003dObject.keys(t);return s.length\u003d\u003d\u003dc.length\u0026\u0026s.every(function(n){return E(e[n],t[n])})}catch(e){return!1}}function j(e,t){for(var n\u003d0;n\u003ce.length;n++)if(E(e[n],t))return n;return-1}function D(e){var t\u003d!1;return function(){t||(t\u003d!0,e.apply(this,arguments))}}var L\u003d\"data-server-rendered\",I\u003d[\"component\",\"directive\",\"filter\"],M\u003d[\"beforeCreate\",\"created\",\"beforeMount\",\"mounted\",\"beforeUpdate\",\"updated\",\"beforeDestroy\",\"destroyed\",\"activated\",\"deactivated\",\"errorCaptured\",\"serverPrefetch\"],F\u003d{optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:T,isReservedAttr:T,isUnknownElement:T,getTagNamespace:S,parsePlatformTagName:N,mustUseProp:T,async:!0,_lifecycleHooks:M},P\u003d/a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;function R(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var H\u003dnew RegExp(\"[^\"+P.source+\".$_\\\\d]\");var B,U\u003d\"__proto__\"in{},V\u003d\"undefined\"!\u003dtypeof window,z\u003d\"undefined\"!\u003dtypeof WXEnvironment\u0026\u0026!!WXEnvironment.platform,K\u003dz\u0026\u0026WXEnvironment.platform.toLowerCase(),J\u003dV\u0026\u0026window.navigator.userAgent.toLowerCase(),q\u003dJ\u0026\u0026/msie|trident/.test(J),W\u003dJ\u0026\u0026J.indexOf(\"msie 9.0\")\u003e0,Z\u003dJ\u0026\u0026J.indexOf(\"edge/\")\u003e0,G\u003d(J\u0026\u0026J.indexOf(\"android\"),J\u0026\u0026/iphone|ipad|ipod|ios/.test(J)||\"ios\"\u003d\u003d\u003dK),X\u003d(J\u0026\u0026/chrome\\/\\d+/.test(J),J\u0026\u0026/phantomjs/.test(J),J\u0026\u0026J.match(/firefox\\/(\\d+)/)),Y\u003d{}.watch,Q\u003d!1;if(V)try{var ee\u003d{};Object.defineProperty(ee,\"passive\",{get:function(){Q\u003d!0}}),window.addEventListener(\"test-passive\",null,ee)}catch(e){}var te\u003dfunction(){return void 0\u003d\u003d\u003dB\u0026\u0026(B\u003d!V\u0026\u0026!z\u0026\u0026\"undefined\"!\u003dtypeof global\u0026\u0026(global.process\u0026\u0026\"server\"\u003d\u003d\u003dglobal.process.env.VUE_ENV)),B},ne\u003dV\u0026\u0026window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return\"function\"\u003d\u003dtypeof e\u0026\u0026/native code/.test(e.toString())}var ie,oe\u003d\"undefined\"!\u003dtypeof Symbol\u0026\u0026re(Symbol)\u0026\u0026\"undefined\"!\u003dtypeof Reflect\u0026\u0026re(Reflect.ownKeys);ie\u003d\"undefined\"!\u003dtypeof Set\u0026\u0026re(Set)?Set:function(){function e(){this.set\u003dObject.create(null)}return e.prototype.has\u003dfunction(e){return!0\u003d\u003d\u003dthis.set[e]},e.prototype.add\u003dfunction(e){this.set[e]\u003d!0},e.prototype.clear\u003dfunction(){this.set\u003dObject.create(null)},e}();var ae\u003dS,se\u003d0,ce\u003dfunction(){this.id\u003dse++,this.subs\u003d[]};ce.prototype.addSub\u003dfunction(e){this.subs.push(e)},ce.prototype.removeSub\u003dfunction(e){h(this.subs,e)},ce.prototype.depend\u003dfunction(){ce.target\u0026\u0026ce.target.addDep(this)},ce.prototype.notify\u003dfunction(){for(var e\u003dthis.subs.slice(),t\u003d0,n\u003de.length;t\u003cn;t++)e[t].update()},ce.target\u003dnull;var ue\u003d[];function le(e){ue.push(e),ce.target\u003de}function fe(){ue.pop(),ce.target\u003due[ue.length-1]}var pe\u003dfunction(e,t,n,r,i,o,a,s){this.tag\u003de,this.data\u003dt,this.children\u003dn,this.text\u003dr,this.elm\u003di,this.ns\u003dvoid 0,this.context\u003do,this.fnContext\u003dvoid 0,this.fnOptions\u003dvoid 0,this.fnScopeId\u003dvoid 0,this.key\u003dt\u0026\u0026t.key,this.componentOptions\u003da,this.componentInstance\u003dvoid 0,this.parent\u003dvoid 0,this.raw\u003d!1,this.isStatic\u003d!1,this.isRootInsert\u003d!0,this.isComment\u003d!1,this.isCloned\u003d!1,this.isOnce\u003d!1,this.asyncFactory\u003ds,this.asyncMeta\u003dvoid 0,this.isAsyncPlaceholder\u003d!1},de\u003d{child:{configurable:!0}};de.child.get\u003dfunction(){return this.componentInstance},Object.defineProperties(pe.prototype,de);var ve\u003dfunction(e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d\"\");var t\u003dnew pe;return t.text\u003de,t.isComment\u003d!0,t};function he(e){return new pe(void 0,void 0,void 0,String(e))}function me(e){var t\u003dnew pe(e.tag,e.data,e.children\u0026\u0026e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns\u003de.ns,t.isStatic\u003de.isStatic,t.key\u003de.key,t.isComment\u003de.isComment,t.fnContext\u003de.fnContext,t.fnOptions\u003de.fnOptions,t.fnScopeId\u003de.fnScopeId,t.asyncMeta\u003de.asyncMeta,t.isCloned\u003d!0,t}var ye\u003dArray.prototype,ge\u003dObject.create(ye);[\"push\",\"pop\",\"shift\",\"unshift\",\"splice\",\"sort\",\"reverse\"].forEach(function(e){var t\u003dye[e];R(ge,e,function(){for(var n\u003d[],r\u003darguments.length;r--;)n[r]\u003darguments[r];var i,o\u003dt.apply(this,n),a\u003dthis.__ob__;switch(e){case\"push\":case\"unshift\":i\u003dn;break;case\"splice\":i\u003dn.slice(2)}return i\u0026\u0026a.observeArray(i),a.dep.notify(),o})});var _e\u003dObject.getOwnPropertyNames(ge),be\u003d!0;function $e(e){be\u003de}var we\u003dfunction(e){var t;this.value\u003de,this.dep\u003dnew ce,this.vmCount\u003d0,R(e,\"__ob__\",this),Array.isArray(e)?(U?(t\u003dge,e.__proto__\u003dt):function(e,t,n){for(var r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];R(e,o,t[o])}}(e,ge,_e),this.observeArray(e)):this.walk(e)};function Ce(e,t){var n;if(o(e)\u0026\u0026!(e instanceof pe))return y(e,\"__ob__\")\u0026\u0026e.__ob__ instanceof we?n\u003de.__ob__:be\u0026\u0026!te()\u0026\u0026(Array.isArray(e)||s(e))\u0026\u0026Object.isExtensible(e)\u0026\u0026!e._isVue\u0026\u0026(n\u003dnew we(e)),t\u0026\u0026n\u0026\u0026n.vmCount++,n}function xe(e,t,n,r,i){var o\u003dnew ce,a\u003dObject.getOwnPropertyDescriptor(e,t);if(!a||!1!\u003d\u003da.configurable){var s\u003da\u0026\u0026a.get,c\u003da\u0026\u0026a.set;s\u0026\u0026!c||2!\u003d\u003darguments.length||(n\u003de[t]);var u\u003d!i\u0026\u0026Ce(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t\u003ds?s.call(e):n;return ce.target\u0026\u0026(o.depend(),u\u0026\u0026(u.dep.depend(),Array.isArray(t)\u0026\u0026function e(t){for(var n\u003dvoid 0,r\u003d0,i\u003dt.length;r\u003ci;r++)(n\u003dt[r])\u0026\u0026n.__ob__\u0026\u0026n.__ob__.dep.depend(),Array.isArray(n)\u0026\u0026e(n)}(t))),t},set:function(t){var r\u003ds?s.call(e):n;t\u003d\u003d\u003dr||t!\u003dt\u0026\u0026r!\u003dr||s\u0026\u0026!c||(c?c.call(e,t):n\u003dt,u\u003d!i\u0026\u0026Ce(t),o.notify())}})}}function ke(e,t,n){if(Array.isArray(e)\u0026\u0026c(t))return e.length\u003dMath.max(e.length,t),e.splice(t,1,n),n;if(t in e\u0026\u0026!(t in Object.prototype))return e[t]\u003dn,n;var r\u003de.__ob__;return e._isVue||r\u0026\u0026r.vmCount?n:r?(xe(r.value,t,n),r.dep.notify(),n):(e[t]\u003dn,n)}function Ae(e,t){if(Array.isArray(e)\u0026\u0026c(t))e.splice(t,1);else{var n\u003de.__ob__;e._isVue||n\u0026\u0026n.vmCount||y(e,t)\u0026\u0026(delete e[t],n\u0026\u0026n.dep.notify())}}we.prototype.walk\u003dfunction(e){for(var t\u003dObject.keys(e),n\u003d0;n\u003ct.length;n++)xe(e,t[n])},we.prototype.observeArray\u003dfunction(e){for(var t\u003d0,n\u003de.length;t\u003cn;t++)Ce(e[t])};var Oe\u003dF.optionMergeStrategies;function Se(e,t){if(!t)return e;for(var n,r,i,o\u003doe?Reflect.ownKeys(t):Object.keys(t),a\u003d0;a\u003co.length;a++)\"__ob__\"!\u003d\u003d(n\u003do[a])\u0026\u0026(r\u003de[n],i\u003dt[n],y(e,n)?r!\u003d\u003di\u0026\u0026s(r)\u0026\u0026s(i)\u0026\u0026Se(r,i):ke(e,n,i));return e}function Te(e,t,n){return n?function(){var r\u003d\"function\"\u003d\u003dtypeof t?t.call(n,n):t,i\u003d\"function\"\u003d\u003dtypeof e?e.call(n,n):e;return r?Se(r,i):i}:t?e?function(){return Se(\"function\"\u003d\u003dtypeof t?t.call(this,this):t,\"function\"\u003d\u003dtypeof e?e.call(this,this):e)}:t:e}function Ne(e,t){var n\u003dt?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++)-1\u003d\u003d\u003dt.indexOf(e[n])\u0026\u0026t.push(e[n]);return t}(n):n}function Ee(e,t,n,r){var i\u003dObject.create(e||null);return t?A(i,t):i}Oe.data\u003dfunction(e,t,n){return n?Te(e,t,n):t\u0026\u0026\"function\"!\u003dtypeof t?e:Te(e,t)},M.forEach(function(e){Oe[e]\u003dNe}),I.forEach(function(e){Oe[e+\"s\"]\u003dEe}),Oe.watch\u003dfunction(e,t,n,r){if(e\u003d\u003d\u003dY\u0026\u0026(e\u003dvoid 0),t\u003d\u003d\u003dY\u0026\u0026(t\u003dvoid 0),!t)return Object.create(e||null);if(!e)return t;var i\u003d{};for(var o in A(i,e),t){var a\u003di[o],s\u003dt[o];a\u0026\u0026!Array.isArray(a)\u0026\u0026(a\u003d[a]),i[o]\u003da?a.concat(s):Array.isArray(s)?s:[s]}return i},Oe.props\u003dOe.methods\u003dOe.inject\u003dOe.computed\u003dfunction(e,t,n,r){if(!e)return t;var i\u003dObject.create(null);return A(i,e),t\u0026\u0026A(i,t),i},Oe.provide\u003dTe;var je\u003dfunction(e,t){return void 0\u003d\u003d\u003dt?e:t};function De(e,t,n){if(\"function\"\u003d\u003dtypeof t\u0026\u0026(t\u003dt.options),function(e,t){var n\u003de.props;if(n){var r,i,o\u003d{};if(Array.isArray(n))for(r\u003dn.length;r--;)\"string\"\u003d\u003dtypeof(i\u003dn[r])\u0026\u0026(o[b(i)]\u003d{type:null});else if(s(n))for(var a in n)i\u003dn[a],o[b(a)]\u003ds(i)?i:{type:i};e.props\u003do}}(t),function(e,t){var n\u003de.inject;if(n){var r\u003de.inject\u003d{};if(Array.isArray(n))for(var i\u003d0;i\u003cn.length;i++)r[n[i]]\u003d{from:n[i]};else if(s(n))for(var o in n){var a\u003dn[o];r[o]\u003ds(a)?A({from:o},a):{from:a}}}}(t),function(e){var t\u003de.directives;if(t)for(var n in t){var r\u003dt[n];\"function\"\u003d\u003dtypeof r\u0026\u0026(t[n]\u003d{bind:r,update:r})}}(t),!t._base\u0026\u0026(t.extends\u0026\u0026(e\u003dDe(e,t.extends,n)),t.mixins))for(var r\u003d0,i\u003dt.mixins.length;r\u003ci;r++)e\u003dDe(e,t.mixins[r],n);var o,a\u003d{};for(o in e)c(o);for(o in t)y(e,o)||c(o);function c(r){var i\u003dOe[r]||je;a[r]\u003di(e[r],t[r],n,r)}return a}function Le(e,t,n,r){if(\"string\"\u003d\u003dtypeof n){var i\u003de[t];if(y(i,n))return i[n];var o\u003db(n);if(y(i,o))return i[o];var a\u003d$(o);return y(i,a)?i[a]:i[n]||i[o]||i[a]}}function Ie(e,t,n,r){var i\u003dt[e],o\u003d!y(n,e),a\u003dn[e],s\u003dRe(Boolean,i.type);if(s\u003e-1)if(o\u0026\u0026!y(i,\"default\"))a\u003d!1;else if(\"\"\u003d\u003d\u003da||a\u003d\u003d\u003dC(e)){var c\u003dRe(String,i.type);(c\u003c0||s\u003cc)\u0026\u0026(a\u003d!0)}if(void 0\u003d\u003d\u003da){a\u003dfunction(e,t,n){if(!y(t,\"default\"))return;var r\u003dt.default;if(e\u0026\u0026e.$options.propsData\u0026\u0026void 0\u003d\u003d\u003de.$options.propsData[n]\u0026\u0026void 0!\u003d\u003de._props[n])return e._props[n];return\"function\"\u003d\u003dtypeof r\u0026\u0026\"Function\"!\u003d\u003dFe(t.type)?r.call(e):r}(r,i,e);var u\u003dbe;$e(!0),Ce(a),$e(u)}return a}var Me\u003d/^\\s*function (\\w+)/;function Fe(e){var t\u003de\u0026\u0026e.toString().match(Me);return t?t[1]:\"\"}function Pe(e,t){return Fe(e)\u003d\u003d\u003dFe(t)}function Re(e,t){if(!Array.isArray(t))return Pe(t,e)?0:-1;for(var n\u003d0,r\u003dt.length;n\u003cr;n++)if(Pe(t[n],e))return n;return-1}function He(e,t,n){le();try{if(t)for(var r\u003dt;r\u003dr.$parent;){var i\u003dr.$options.errorCaptured;if(i)for(var o\u003d0;o\u003ci.length;o++)try{if(!1\u003d\u003d\u003di[o].call(r,e,t,n))return}catch(e){Ue(e,r,\"errorCaptured hook\")}}Ue(e,t,n)}finally{fe()}}function Be(e,t,n,r,i){var o;try{(o\u003dn?e.apply(t,n):e.call(t))\u0026\u0026!o._isVue\u0026\u0026u(o)\u0026\u0026!o._handled\u0026\u0026(o.catch(function(e){return He(e,r,i+\" (Promise/async)\")}),o._handled\u003d!0)}catch(e){He(e,r,i)}return o}function Ue(e,t,n){if(F.errorHandler)try{return F.errorHandler.call(null,e,t,n)}catch(t){t!\u003d\u003de\u0026\u0026Ve(t,null,\"config.errorHandler\")}Ve(e,t,n)}function Ve(e,t,n){if(!V\u0026\u0026!z||\"undefined\"\u003d\u003dtypeof console)throw e;console.error(e)}var ze,Ke\u003d!1,Je\u003d[],qe\u003d!1;function We(){qe\u003d!1;var e\u003dJe.slice(0);Je.length\u003d0;for(var t\u003d0;t\u003ce.length;t++)e[t]()}if(\"undefined\"!\u003dtypeof Promise\u0026\u0026re(Promise)){var Ze\u003dPromise.resolve();ze\u003dfunction(){Ze.then(We),G\u0026\u0026setTimeout(S)},Ke\u003d!0}else if(q||\"undefined\"\u003d\u003dtypeof MutationObserver||!re(MutationObserver)\u0026\u0026\"[object MutationObserverConstructor]\"!\u003d\u003dMutationObserver.toString())ze\u003d\"undefined\"!\u003dtypeof setImmediate\u0026\u0026re(setImmediate)?function(){setImmediate(We)}:function(){setTimeout(We,0)};else{var Ge\u003d1,Xe\u003dnew MutationObserver(We),Ye\u003ddocument.createTextNode(String(Ge));Xe.observe(Ye,{characterData:!0}),ze\u003dfunction(){Ge\u003d(Ge+1)%2,Ye.data\u003dString(Ge)},Ke\u003d!0}function Qe(e,t){var n;if(Je.push(function(){if(e)try{e.call(t)}catch(e){He(e,t,\"nextTick\")}else n\u0026\u0026n(t)}),qe||(qe\u003d!0,ze()),!e\u0026\u0026\"undefined\"!\u003dtypeof Promise)return new Promise(function(e){n\u003de})}var et\u003dnew ie;function tt(e){!function e(t,n){var r,i;var a\u003dArray.isArray(t);if(!a\u0026\u0026!o(t)||Object.isFrozen(t)||t instanceof pe)return;if(t.__ob__){var s\u003dt.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(a)for(r\u003dt.length;r--;)e(t[r],n);else for(i\u003dObject.keys(t),r\u003di.length;r--;)e(t[i[r]],n)}(e,et),et.clear()}var nt\u003dg(function(e){var t\u003d\"\u0026\"\u003d\u003d\u003de.charAt(0),n\u003d\"~\"\u003d\u003d\u003d(e\u003dt?e.slice(1):e).charAt(0),r\u003d\"!\"\u003d\u003d\u003d(e\u003dn?e.slice(1):e).charAt(0);return{name:e\u003dr?e.slice(1):e,once:n,capture:r,passive:t}});function rt(e,t){function n(){var e\u003darguments,r\u003dn.fns;if(!Array.isArray(r))return Be(r,null,arguments,t,\"v-on handler\");for(var i\u003dr.slice(),o\u003d0;o\u003ci.length;o++)Be(i[o],null,e,t,\"v-on handler\")}return n.fns\u003de,n}function it(e,n,i,o,a,s){var c,u,l,f;for(c in e)u\u003de[c],l\u003dn[c],f\u003dnt(c),t(u)||(t(l)?(t(u.fns)\u0026\u0026(u\u003de[c]\u003drt(u,s)),r(f.once)\u0026\u0026(u\u003de[c]\u003da(f.name,u,f.capture)),i(f.name,u,f.capture,f.passive,f.params)):u!\u003d\u003dl\u0026\u0026(l.fns\u003du,e[c]\u003dl));for(c in n)t(e[c])\u0026\u0026o((f\u003dnt(c)).name,n[c],f.capture)}function ot(e,i,o){var a;e instanceof pe\u0026\u0026(e\u003de.data.hook||(e.data.hook\u003d{}));var s\u003de[i];function c(){o.apply(this,arguments),h(a.fns,c)}t(s)?a\u003drt([c]):n(s.fns)\u0026\u0026r(s.merged)?(a\u003ds).fns.push(c):a\u003drt([s,c]),a.merged\u003d!0,e[i]\u003da}function at(e,t,r,i,o){if(n(t)){if(y(t,r))return e[r]\u003dt[r],o||delete t[r],!0;if(y(t,i))return e[r]\u003dt[i],o||delete t[i],!0}return!1}function st(e){return i(e)?[he(e)]:Array.isArray(e)?function e(o,a){var s\u003d[];var c,u,l,f;for(c\u003d0;c\u003co.length;c++)t(u\u003do[c])||\"boolean\"\u003d\u003dtypeof u||(l\u003ds.length-1,f\u003ds[l],Array.isArray(u)?u.length\u003e0\u0026\u0026(ct((u\u003de(u,(a||\"\")+\"_\"+c))[0])\u0026\u0026ct(f)\u0026\u0026(s[l]\u003dhe(f.text+u[0].text),u.shift()),s.push.apply(s,u)):i(u)?ct(f)?s[l]\u003dhe(f.text+u):\"\"!\u003d\u003du\u0026\u0026s.push(he(u)):ct(u)\u0026\u0026ct(f)?s[l]\u003dhe(f.text+u.text):(r(o._isVList)\u0026\u0026n(u.tag)\u0026\u0026t(u.key)\u0026\u0026n(a)\u0026\u0026(u.key\u003d\"__vlist\"+a+\"_\"+c+\"__\"),s.push(u)));return s}(e):void 0}function ct(e){return n(e)\u0026\u0026n(e.text)\u0026\u0026!1\u003d\u003d\u003de.isComment}function ut(e,t){if(e){for(var n\u003dObject.create(null),r\u003doe?Reflect.ownKeys(e):Object.keys(e),i\u003d0;i\u003cr.length;i++){var o\u003dr[i];if(\"__ob__\"!\u003d\u003do){for(var a\u003de[o].from,s\u003dt;s;){if(s._provided\u0026\u0026y(s._provided,a)){n[o]\u003ds._provided[a];break}s\u003ds.$parent}if(!s\u0026\u0026\"default\"in e[o]){var c\u003de[o].default;n[o]\u003d\"function\"\u003d\u003dtypeof c?c.call(t):c}}}return n}}function lt(e,t){if(!e||!e.length)return{};for(var n\u003d{},r\u003d0,i\u003de.length;r\u003ci;r++){var o\u003de[r],a\u003do.data;if(a\u0026\u0026a.attrs\u0026\u0026a.attrs.slot\u0026\u0026delete a.attrs.slot,o.context!\u003d\u003dt\u0026\u0026o.fnContext!\u003d\u003dt||!a||null\u003d\u003da.slot)(n.default||(n.default\u003d[])).push(o);else{var s\u003da.slot,c\u003dn[s]||(n[s]\u003d[]);\"template\"\u003d\u003d\u003do.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(ft)\u0026\u0026delete n[u];return n}function ft(e){return e.isComment\u0026\u0026!e.asyncFactory||\" \"\u003d\u003d\u003de.text}function pt(e){return e.isComment\u0026\u0026e.asyncFactory}function dt(t,n,r){var i,o\u003dObject.keys(n).length\u003e0,a\u003dt?!!t.$stable:!o,s\u003dt\u0026\u0026t.$key;if(t){if(t._normalized)return t._normalized;if(a\u0026\u0026r\u0026\u0026r!\u003d\u003de\u0026\u0026s\u003d\u003d\u003dr.$key\u0026\u0026!o\u0026\u0026!r.$hasNormal)return r;for(var c in i\u003d{},t)t[c]\u0026\u0026\"$\"!\u003d\u003dc[0]\u0026\u0026(i[c]\u003dvt(n,c,t[c]))}else i\u003d{};for(var u in n)u in i||(i[u]\u003dht(n,u));return t\u0026\u0026Object.isExtensible(t)\u0026\u0026(t._normalized\u003di),R(i,\"$stable\",a),R(i,\"$key\",s),R(i,\"$hasNormal\",o),i}function vt(e,t,n){var r\u003dfunction(){var e\u003darguments.length?n.apply(null,arguments):n({}),t\u003d(e\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e\u0026\u0026!Array.isArray(e)?[e]:st(e))\u0026\u0026e[0];return e\u0026\u0026(!t||1\u003d\u003d\u003de.length\u0026\u0026t.isComment\u0026\u0026!pt(t))?void 0:e};return n.proxy\u0026\u0026Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function ht(e,t){return function(){return e[t]}}function mt(e,t){var r,i,a,s,c;if(Array.isArray(e)||\"string\"\u003d\u003dtypeof e)for(r\u003dnew Array(e.length),i\u003d0,a\u003de.length;i\u003ca;i++)r[i]\u003dt(e[i],i);else if(\"number\"\u003d\u003dtypeof e)for(r\u003dnew Array(e),i\u003d0;i\u003ce;i++)r[i]\u003dt(i+1,i);else if(o(e))if(oe\u0026\u0026e[Symbol.iterator]){r\u003d[];for(var u\u003de[Symbol.iterator](),l\u003du.next();!l.done;)r.push(t(l.value,r.length)),l\u003du.next()}else for(s\u003dObject.keys(e),r\u003dnew Array(s.length),i\u003d0,a\u003ds.length;i\u003ca;i++)c\u003ds[i],r[i]\u003dt(e[c],c,i);return n(r)||(r\u003d[]),r._isVList\u003d!0,r}function yt(e,t,n,r){var i,o\u003dthis.$scopedSlots[e];o?(n\u003dn||{},r\u0026\u0026(n\u003dA(A({},r),n)),i\u003do(n)||(\"function\"\u003d\u003dtypeof t?t():t)):i\u003dthis.$slots[e]||(\"function\"\u003d\u003dtypeof t?t():t);var a\u003dn\u0026\u0026n.slot;return a?this.$createElement(\"template\",{slot:a},i):i}function gt(e){return Le(this.$options,\"filters\",e)||N}function _t(e,t){return Array.isArray(e)?-1\u003d\u003d\u003de.indexOf(t):e!\u003d\u003dt}function bt(e,t,n,r,i){var o\u003dF.keyCodes[t]||n;return i\u0026\u0026r\u0026\u0026!F.keyCodes[t]?_t(i,r):o?_t(o,e):r?C(r)!\u003d\u003dt:void 0\u003d\u003d\u003de}function $t(e,t,n,r,i){if(n)if(o(n)){var a;Array.isArray(n)\u0026\u0026(n\u003dO(n));var s\u003dfunction(o){if(\"class\"\u003d\u003d\u003do||\"style\"\u003d\u003d\u003do||v(o))a\u003de;else{var s\u003de.attrs\u0026\u0026e.attrs.type;a\u003dr||F.mustUseProp(t,s,o)?e.domProps||(e.domProps\u003d{}):e.attrs||(e.attrs\u003d{})}var c\u003db(o),u\u003dC(o);c in a||u in a||(a[o]\u003dn[o],i\u0026\u0026((e.on||(e.on\u003d{}))[\"update:\"+o]\u003dfunction(e){n[o]\u003de}))};for(var c in n)s(c)}else;return e}function wt(e,t){var n\u003dthis._staticTrees||(this._staticTrees\u003d[]),r\u003dn[e];return r\u0026\u0026!t?r:(xt(r\u003dn[e]\u003dthis.$options.staticRenderFns[e].call(this._renderProxy,null,this),\"__static__\"+e,!1),r)}function Ct(e,t,n){return xt(e,\"__once__\"+t+(n?\"_\"+n:\"\"),!0),e}function xt(e,t,n){if(Array.isArray(e))for(var r\u003d0;r\u003ce.length;r++)e[r]\u0026\u0026\"string\"!\u003dtypeof e[r]\u0026\u0026kt(e[r],t+\"_\"+r,n);else kt(e,t,n)}function kt(e,t,n){e.isStatic\u003d!0,e.key\u003dt,e.isOnce\u003dn}function At(e,t){if(t)if(s(t)){var n\u003de.on\u003de.on?A({},e.on):{};for(var r in t){var i\u003dn[r],o\u003dt[r];n[r]\u003di?[].concat(i,o):o}}else;return e}function Ot(e,t,n,r){t\u003dt||{$stable:!n};for(var i\u003d0;i\u003ce.length;i++){var o\u003de[i];Array.isArray(o)?Ot(o,t,n):o\u0026\u0026(o.proxy\u0026\u0026(o.fn.proxy\u003d!0),t[o.key]\u003do.fn)}return r\u0026\u0026(t.$key\u003dr),t}function St(e,t){for(var n\u003d0;n\u003ct.length;n+\u003d2){var r\u003dt[n];\"string\"\u003d\u003dtypeof r\u0026\u0026r\u0026\u0026(e[t[n]]\u003dt[n+1])}return e}function Tt(e,t){return\"string\"\u003d\u003dtypeof e?t+e:e}function Nt(e){e._o\u003dCt,e._n\u003df,e._s\u003dl,e._l\u003dmt,e._t\u003dyt,e._q\u003dE,e._i\u003dj,e._m\u003dwt,e._f\u003dgt,e._k\u003dbt,e._b\u003d$t,e._v\u003dhe,e._e\u003dve,e._u\u003dOt,e._g\u003dAt,e._d\u003dSt,e._p\u003dTt}function Et(t,n,i,o,a){var s,c\u003dthis,u\u003da.options;y(o,\"_uid\")?(s\u003dObject.create(o))._original\u003do:(s\u003do,o\u003do._original);var l\u003dr(u._compiled),f\u003d!l;this.data\u003dt,this.props\u003dn,this.children\u003di,this.parent\u003do,this.listeners\u003dt.on||e,this.injections\u003dut(u.inject,o),this.slots\u003dfunction(){return c.$slots||dt(t.scopedSlots,c.$slots\u003dlt(i,o)),c.$slots},Object.defineProperty(this,\"scopedSlots\",{enumerable:!0,get:function(){return dt(t.scopedSlots,this.slots())}}),l\u0026\u0026(this.$options\u003du,this.$slots\u003dthis.slots(),this.$scopedSlots\u003ddt(t.scopedSlots,this.$slots)),u._scopeId?this._c\u003dfunction(e,t,n,r){var i\u003dHt(s,e,t,n,r,f);return i\u0026\u0026!Array.isArray(i)\u0026\u0026(i.fnScopeId\u003du._scopeId,i.fnContext\u003do),i}:this._c\u003dfunction(e,t,n,r){return Ht(s,e,t,n,r,f)}}function jt(e,t,n,r,i){var o\u003dme(e);return o.fnContext\u003dn,o.fnOptions\u003dr,t.slot\u0026\u0026((o.data||(o.data\u003d{})).slot\u003dt.slot),o}function Dt(e,t){for(var n in t)e[b(n)]\u003dt[n]}Nt(Et.prototype);var Lt\u003d{init:function(e,t){if(e.componentInstance\u0026\u0026!e.componentInstance._isDestroyed\u0026\u0026e.data.keepAlive){var r\u003de;Lt.prepatch(r,r)}else{(e.componentInstance\u003dfunction(e,t){var r\u003d{_isComponent:!0,_parentVnode:e,parent:t},i\u003de.data.inlineTemplate;n(i)\u0026\u0026(r.render\u003di.render,r.staticRenderFns\u003di.staticRenderFns);return new e.componentOptions.Ctor(r)}(e,Zt)).$mount(t?e.elm:void 0,t)}},prepatch:function(t,n){var r\u003dn.componentOptions;!function(t,n,r,i,o){var a\u003di.data.scopedSlots,s\u003dt.$scopedSlots,c\u003d!!(a\u0026\u0026!a.$stable||s!\u003d\u003de\u0026\u0026!s.$stable||a\u0026\u0026t.$scopedSlots.$key!\u003d\u003da.$key||!a\u0026\u0026t.$scopedSlots.$key),u\u003d!!(o||t.$options._renderChildren||c);t.$options._parentVnode\u003di,t.$vnode\u003di,t._vnode\u0026\u0026(t._vnode.parent\u003di);if(t.$options._renderChildren\u003do,t.$attrs\u003di.data.attrs||e,t.$listeners\u003dr||e,n\u0026\u0026t.$options.props){$e(!1);for(var l\u003dt._props,f\u003dt.$options._propKeys||[],p\u003d0;p\u003cf.length;p++){var d\u003df[p],v\u003dt.$options.props;l[d]\u003dIe(d,v,n,t)}$e(!0),t.$options.propsData\u003dn}r\u003dr||e;var h\u003dt.$options._parentListeners;t.$options._parentListeners\u003dr,Wt(t,r,h),u\u0026\u0026(t.$slots\u003dlt(o,i.context),t.$forceUpdate())}(n.componentInstance\u003dt.componentInstance,r.propsData,r.listeners,n,r.children)},insert:function(e){var t,n\u003de.context,r\u003de.componentInstance;r._isMounted||(r._isMounted\u003d!0,Qt(r,\"mounted\")),e.data.keepAlive\u0026\u0026(n._isMounted?((t\u003dr)._inactive\u003d!1,tn.push(t)):Yt(r,!0))},destroy:function(e){var t\u003de.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n\u0026\u0026(t._directInactive\u003d!0,Xt(t)))return;if(!t._inactive){t._inactive\u003d!0;for(var r\u003d0;r\u003ct.$children.length;r++)e(t.$children[r]);Qt(t,\"deactivated\")}}(t,!0):t.$destroy())}},It\u003dObject.keys(Lt);function Mt(i,a,s,c,l){if(!t(i)){var f\u003ds.$options._base;if(o(i)\u0026\u0026(i\u003df.extend(i)),\"function\"\u003d\u003dtypeof i){var p;if(t(i.cid)\u0026\u0026void 0\u003d\u003d\u003d(i\u003dfunction(e,i){if(r(e.error)\u0026\u0026n(e.errorComp))return e.errorComp;if(n(e.resolved))return e.resolved;var a\u003dUt;a\u0026\u0026n(e.owners)\u0026\u0026-1\u003d\u003d\u003de.owners.indexOf(a)\u0026\u0026e.owners.push(a);if(r(e.loading)\u0026\u0026n(e.loadingComp))return e.loadingComp;if(a\u0026\u0026!n(e.owners)){var s\u003de.owners\u003d[a],c\u003d!0,l\u003dnull,f\u003dnull;a.$on(\"hook:destroyed\",function(){return h(s,a)});var p\u003dfunction(e){for(var t\u003d0,n\u003ds.length;t\u003cn;t++)s[t].$forceUpdate();e\u0026\u0026(s.length\u003d0,null!\u003d\u003dl\u0026\u0026(clearTimeout(l),l\u003dnull),null!\u003d\u003df\u0026\u0026(clearTimeout(f),f\u003dnull))},d\u003dD(function(t){e.resolved\u003dVt(t,i),c?s.length\u003d0:p(!0)}),v\u003dD(function(t){n(e.errorComp)\u0026\u0026(e.error\u003d!0,p(!0))}),m\u003de(d,v);return o(m)\u0026\u0026(u(m)?t(e.resolved)\u0026\u0026m.then(d,v):u(m.component)\u0026\u0026(m.component.then(d,v),n(m.error)\u0026\u0026(e.errorComp\u003dVt(m.error,i)),n(m.loading)\u0026\u0026(e.loadingComp\u003dVt(m.loading,i),0\u003d\u003d\u003dm.delay?e.loading\u003d!0:l\u003dsetTimeout(function(){l\u003dnull,t(e.resolved)\u0026\u0026t(e.error)\u0026\u0026(e.loading\u003d!0,p(!1))},m.delay||200)),n(m.timeout)\u0026\u0026(f\u003dsetTimeout(function(){f\u003dnull,t(e.resolved)\u0026\u0026v(null)},m.timeout)))),c\u003d!1,e.loading?e.loadingComp:e.resolved}}(p\u003di,f)))return function(e,t,n,r,i){var o\u003dve();return o.asyncFactory\u003de,o.asyncMeta\u003d{data:t,context:n,children:r,tag:i},o}(p,a,s,c,l);a\u003da||{},wn(i),n(a.model)\u0026\u0026function(e,t){var r\u003de.model\u0026\u0026e.model.prop||\"value\",i\u003de.model\u0026\u0026e.model.event||\"input\";(t.attrs||(t.attrs\u003d{}))[r]\u003dt.model.value;var o\u003dt.on||(t.on\u003d{}),a\u003do[i],s\u003dt.model.callback;n(a)?(Array.isArray(a)?-1\u003d\u003d\u003da.indexOf(s):a!\u003d\u003ds)\u0026\u0026(o[i]\u003d[s].concat(a)):o[i]\u003ds}(i.options,a);var d\u003dfunction(e,r,i){var o\u003dr.options.props;if(!t(o)){var a\u003d{},s\u003de.attrs,c\u003de.props;if(n(s)||n(c))for(var u in o){var l\u003dC(u);at(a,c,u,l,!0)||at(a,s,u,l,!1)}return a}}(a,i);if(r(i.options.functional))return function(t,r,i,o,a){var s\u003dt.options,c\u003d{},u\u003ds.props;if(n(u))for(var l in u)c[l]\u003dIe(l,u,r||e);else n(i.attrs)\u0026\u0026Dt(c,i.attrs),n(i.props)\u0026\u0026Dt(c,i.props);var f\u003dnew Et(i,c,a,o,t),p\u003ds.render.call(null,f._c,f);if(p instanceof pe)return jt(p,i,f.parent,s);if(Array.isArray(p)){for(var d\u003dst(p)||[],v\u003dnew Array(d.length),h\u003d0;h\u003cd.length;h++)v[h]\u003djt(d[h],i,f.parent,s);return v}}(i,d,a,s,c);var v\u003da.on;if(a.on\u003da.nativeOn,r(i.options.abstract)){var m\u003da.slot;a\u003d{},m\u0026\u0026(a.slot\u003dm)}!function(e){for(var t\u003de.hook||(e.hook\u003d{}),n\u003d0;n\u003cIt.length;n++){var r\u003dIt[n],i\u003dt[r],o\u003dLt[r];i\u003d\u003d\u003do||i\u0026\u0026i._merged||(t[r]\u003di?Ft(o,i):o)}}(a);var y\u003di.options.name||l;return new pe(\"vue-component-\"+i.cid+(y?\"-\"+y:\"\"),a,void 0,void 0,void 0,s,{Ctor:i,propsData:d,listeners:v,tag:l,children:c},p)}}}function Ft(e,t){var n\u003dfunction(n,r){e(n,r),t(n,r)};return n._merged\u003d!0,n}var Pt\u003d1,Rt\u003d2;function Ht(e,a,s,c,u,l){return(Array.isArray(s)||i(s))\u0026\u0026(u\u003dc,c\u003ds,s\u003dvoid 0),r(l)\u0026\u0026(u\u003dRt),function(e,i,a,s,c){if(n(a)\u0026\u0026n(a.__ob__))return ve();n(a)\u0026\u0026n(a.is)\u0026\u0026(i\u003da.is);if(!i)return ve();Array.isArray(s)\u0026\u0026\"function\"\u003d\u003dtypeof s[0]\u0026\u0026((a\u003da||{}).scopedSlots\u003d{default:s[0]},s.length\u003d0);c\u003d\u003d\u003dRt?s\u003dst(s):c\u003d\u003d\u003dPt\u0026\u0026(s\u003dfunction(e){for(var t\u003d0;t\u003ce.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(s));var u,l;if(\"string\"\u003d\u003dtypeof i){var f;l\u003de.$vnode\u0026\u0026e.$vnode.ns||F.getTagNamespace(i),u\u003dF.isReservedTag(i)?new pe(F.parsePlatformTagName(i),a,s,void 0,void 0,e):a\u0026\u0026a.pre||!n(f\u003dLe(e.$options,\"components\",i))?new pe(i,a,s,void 0,void 0,e):Mt(f,a,e,s,i)}else u\u003dMt(i,a,e,s);return Array.isArray(u)?u:n(u)?(n(l)\u0026\u0026function e(i,o,a){i.ns\u003do;\"foreignObject\"\u003d\u003d\u003di.tag\u0026\u0026(o\u003dvoid 0,a\u003d!0);if(n(i.children))for(var s\u003d0,c\u003di.children.length;s\u003cc;s++){var u\u003di.children[s];n(u.tag)\u0026\u0026(t(u.ns)||r(a)\u0026\u0026\"svg\"!\u003d\u003du.tag)\u0026\u0026e(u,o,a)}}(u,l),n(a)\u0026\u0026function(e){o(e.style)\u0026\u0026tt(e.style);o(e.class)\u0026\u0026tt(e.class)}(a),u):ve()}(e,a,s,c,u)}var Bt,Ut\u003dnull;function Vt(e,t){return(e.__esModule||oe\u0026\u0026\"Module\"\u003d\u003d\u003de[Symbol.toStringTag])\u0026\u0026(e\u003de.default),o(e)?t.extend(e):e}function zt(e){if(Array.isArray(e))for(var t\u003d0;t\u003ce.length;t++){var r\u003de[t];if(n(r)\u0026\u0026(n(r.componentOptions)||pt(r)))return r}}function Kt(e,t){Bt.$on(e,t)}function Jt(e,t){Bt.$off(e,t)}function qt(e,t){var n\u003dBt;return function r(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026n.$off(e,r)}}function Wt(e,t,n){Bt\u003de,it(t,n||{},Kt,Jt,qt,e),Bt\u003dvoid 0}var Zt\u003dnull;function Gt(e){var t\u003dZt;return Zt\u003de,function(){Zt\u003dt}}function Xt(e){for(;e\u0026\u0026(e\u003de.$parent);)if(e._inactive)return!0;return!1}function Yt(e,t){if(t){if(e._directInactive\u003d!1,Xt(e))return}else if(e._directInactive)return;if(e._inactive||null\u003d\u003d\u003de._inactive){e._inactive\u003d!1;for(var n\u003d0;n\u003ce.$children.length;n++)Yt(e.$children[n]);Qt(e,\"activated\")}}function Qt(e,t){le();var n\u003de.$options[t],r\u003dt+\" hook\";if(n)for(var i\u003d0,o\u003dn.length;i\u003co;i++)Be(n[i],e,null,e,r);e._hasHookEvent\u0026\u0026e.$emit(\"hook:\"+t),fe()}var en\u003d[],tn\u003d[],nn\u003d{},rn\u003d!1,on\u003d!1,an\u003d0;var sn\u003d0,cn\u003dDate.now;if(V\u0026\u0026!q){var un\u003dwindow.performance;un\u0026\u0026\"function\"\u003d\u003dtypeof un.now\u0026\u0026cn()\u003edocument.createEvent(\"Event\").timeStamp\u0026\u0026(cn\u003dfunction(){return un.now()})}function ln(){var e,t;for(sn\u003dcn(),on\u003d!0,en.sort(function(e,t){return e.id-t.id}),an\u003d0;an\u003cen.length;an++)(e\u003den[an]).before\u0026\u0026e.before(),t\u003de.id,nn[t]\u003dnull,e.run();var n\u003dtn.slice(),r\u003den.slice();an\u003den.length\u003dtn.length\u003d0,nn\u003d{},rn\u003don\u003d!1,function(e){for(var t\u003d0;t\u003ce.length;t++)e[t]._inactive\u003d!0,Yt(e[t],!0)}(n),function(e){var t\u003de.length;for(;t--;){var n\u003de[t],r\u003dn.vm;r._watcher\u003d\u003d\u003dn\u0026\u0026r._isMounted\u0026\u0026!r._isDestroyed\u0026\u0026Qt(r,\"updated\")}}(r),ne\u0026\u0026F.devtools\u0026\u0026ne.emit(\"flush\")}var fn\u003d0,pn\u003dfunction(e,t,n,r,i){this.vm\u003de,i\u0026\u0026(e._watcher\u003dthis),e._watchers.push(this),r?(this.deep\u003d!!r.deep,this.user\u003d!!r.user,this.lazy\u003d!!r.lazy,this.sync\u003d!!r.sync,this.before\u003dr.before):this.deep\u003dthis.user\u003dthis.lazy\u003dthis.sync\u003d!1,this.cb\u003dn,this.id\u003d++fn,this.active\u003d!0,this.dirty\u003dthis.lazy,this.deps\u003d[],this.newDeps\u003d[],this.depIds\u003dnew ie,this.newDepIds\u003dnew ie,this.expression\u003d\"\",\"function\"\u003d\u003dtypeof t?this.getter\u003dt:(this.getter\u003dfunction(e){if(!H.test(e)){var t\u003de.split(\".\");return function(e){for(var n\u003d0;n\u003ct.length;n++){if(!e)return;e\u003de[t[n]]}return e}}}(t),this.getter||(this.getter\u003dS)),this.value\u003dthis.lazy?void 0:this.get()};pn.prototype.get\u003dfunction(){var e;le(this);var t\u003dthis.vm;try{e\u003dthis.getter.call(t,t)}catch(e){if(!this.user)throw e;He(e,t,\u0027getter for watcher \"\u0027+this.expression+\u0027\"\u0027)}finally{this.deep\u0026\u0026tt(e),fe(),this.cleanupDeps()}return e},pn.prototype.addDep\u003dfunction(e){var t\u003de.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},pn.prototype.cleanupDeps\u003dfunction(){for(var e\u003dthis.deps.length;e--;){var t\u003dthis.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n\u003dthis.depIds;this.depIds\u003dthis.newDepIds,this.newDepIds\u003dn,this.newDepIds.clear(),n\u003dthis.deps,this.deps\u003dthis.newDeps,this.newDeps\u003dn,this.newDeps.length\u003d0},pn.prototype.update\u003dfunction(){this.lazy?this.dirty\u003d!0:this.sync?this.run():function(e){var t\u003de.id;if(null\u003d\u003dnn[t]){if(nn[t]\u003d!0,on){for(var n\u003den.length-1;n\u003ean\u0026\u0026en[n].id\u003ee.id;)n--;en.splice(n+1,0,e)}else en.push(e);rn||(rn\u003d!0,Qe(ln))}}(this)},pn.prototype.run\u003dfunction(){if(this.active){var e\u003dthis.get();if(e!\u003d\u003dthis.value||o(e)||this.deep){var t\u003dthis.value;if(this.value\u003de,this.user){var n\u003d\u0027callback for watcher \"\u0027+this.expression+\u0027\"\u0027;Be(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},pn.prototype.evaluate\u003dfunction(){this.value\u003dthis.get(),this.dirty\u003d!1},pn.prototype.depend\u003dfunction(){for(var e\u003dthis.deps.length;e--;)this.deps[e].depend()},pn.prototype.teardown\u003dfunction(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e\u003dthis.deps.length;e--;)this.deps[e].removeSub(this);this.active\u003d!1}};var dn\u003d{enumerable:!0,configurable:!0,get:S,set:S};function vn(e,t,n){dn.get\u003dfunction(){return this[t][n]},dn.set\u003dfunction(e){this[t][n]\u003de},Object.defineProperty(e,n,dn)}function hn(e){e._watchers\u003d[];var t\u003de.$options;t.props\u0026\u0026function(e,t){var n\u003de.$options.propsData||{},r\u003de._props\u003d{},i\u003de.$options._propKeys\u003d[];e.$parent\u0026\u0026$e(!1);var o\u003dfunction(o){i.push(o);var a\u003dIe(o,t,n,e);xe(r,o,a),o in e||vn(e,\"_props\",o)};for(var a in t)o(a);$e(!0)}(e,t.props),t.methods\u0026\u0026function(e,t){e.$options.props;for(var n in t)e[n]\u003d\"function\"!\u003dtypeof t[n]?S:x(t[n],e)}(e,t.methods),t.data?function(e){var t\u003de.$options.data;s(t\u003de._data\u003d\"function\"\u003d\u003dtypeof t?function(e,t){le();try{return e.call(t,t)}catch(e){return He(e,t,\"data()\"),{}}finally{fe()}}(t,e):t||{})||(t\u003d{});var n\u003dObject.keys(t),r\u003de.$options.props,i\u003d(e.$options.methods,n.length);for(;i--;){var o\u003dn[i];r\u0026\u0026y(r,o)||(a\u003dvoid 0,36!\u003d\u003d(a\u003d(o+\"\").charCodeAt(0))\u0026\u002695!\u003d\u003da\u0026\u0026vn(e,\"_data\",o))}var a;Ce(t,!0)}(e):Ce(e._data\u003d{},!0),t.computed\u0026\u0026function(e,t){var n\u003de._computedWatchers\u003dObject.create(null),r\u003dte();for(var i in t){var o\u003dt[i],a\u003d\"function\"\u003d\u003dtypeof o?o:o.get;r||(n[i]\u003dnew pn(e,a||S,S,mn)),i in e||yn(e,i,o)}}(e,t.computed),t.watch\u0026\u0026t.watch!\u003d\u003dY\u0026\u0026function(e,t){for(var n in t){var r\u003dt[n];if(Array.isArray(r))for(var i\u003d0;i\u003cr.length;i++)bn(e,n,r[i]);else bn(e,n,r)}}(e,t.watch)}var mn\u003d{lazy:!0};function yn(e,t,n){var r\u003d!te();\"function\"\u003d\u003dtypeof n?(dn.get\u003dr?gn(t):_n(n),dn.set\u003dS):(dn.get\u003dn.get?r\u0026\u0026!1!\u003d\u003dn.cache?gn(t):_n(n.get):S,dn.set\u003dn.set||S),Object.defineProperty(e,t,dn)}function gn(e){return function(){var t\u003dthis._computedWatchers\u0026\u0026this._computedWatchers[e];if(t)return t.dirty\u0026\u0026t.evaluate(),ce.target\u0026\u0026t.depend(),t.value}}function _n(e){return function(){return e.call(this,this)}}function bn(e,t,n,r){return s(n)\u0026\u0026(r\u003dn,n\u003dn.handler),\"string\"\u003d\u003dtypeof n\u0026\u0026(n\u003de[n]),e.$watch(t,n,r)}var $n\u003d0;function wn(e){var t\u003de.options;if(e.super){var n\u003dwn(e.super);if(n!\u003d\u003de.superOptions){e.superOptions\u003dn;var r\u003dfunction(e){var t,n\u003de.options,r\u003de.sealedOptions;for(var i in n)n[i]!\u003d\u003dr[i]\u0026\u0026(t||(t\u003d{}),t[i]\u003dn[i]);return t}(e);r\u0026\u0026A(e.extendOptions,r),(t\u003de.options\u003dDe(n,e.extendOptions)).name\u0026\u0026(t.components[t.name]\u003de)}}return t}function Cn(e){this._init(e)}function xn(e){e.cid\u003d0;var t\u003d1;e.extend\u003dfunction(e){e\u003de||{};var n\u003dthis,r\u003dn.cid,i\u003de._Ctor||(e._Ctor\u003d{});if(i[r])return i[r];var o\u003de.name||n.options.name,a\u003dfunction(e){this._init(e)};return(a.prototype\u003dObject.create(n.prototype)).constructor\u003da,a.cid\u003dt++,a.options\u003dDe(n.options,e),a.super\u003dn,a.options.props\u0026\u0026function(e){var t\u003de.options.props;for(var n in t)vn(e.prototype,\"_props\",n)}(a),a.options.computed\u0026\u0026function(e){var t\u003de.options.computed;for(var n in t)yn(e.prototype,n,t[n])}(a),a.extend\u003dn.extend,a.mixin\u003dn.mixin,a.use\u003dn.use,I.forEach(function(e){a[e]\u003dn[e]}),o\u0026\u0026(a.options.components[o]\u003da),a.superOptions\u003dn.options,a.extendOptions\u003de,a.sealedOptions\u003dA({},a.options),i[r]\u003da,a}}function kn(e){return e\u0026\u0026(e.Ctor.options.name||e.tag)}function An(e,t){return Array.isArray(e)?e.indexOf(t)\u003e-1:\"string\"\u003d\u003dtypeof e?e.split(\",\").indexOf(t)\u003e-1:(n\u003de,\"[object RegExp]\"\u003d\u003d\u003da.call(n)\u0026\u0026e.test(t));var n}function On(e,t){var n\u003de.cache,r\u003de.keys,i\u003de._vnode;for(var o in n){var a\u003dn[o];if(a){var s\u003da.name;s\u0026\u0026!t(s)\u0026\u0026Sn(n,o,r,i)}}}function Sn(e,t,n,r){var i\u003de[t];!i||r\u0026\u0026i.tag\u003d\u003d\u003dr.tag||i.componentInstance.$destroy(),e[t]\u003dnull,h(n,t)}!function(t){t.prototype._init\u003dfunction(t){var n\u003dthis;n._uid\u003d$n++,n._isVue\u003d!0,t\u0026\u0026t._isComponent?function(e,t){var n\u003de.$options\u003dObject.create(e.constructor.options),r\u003dt._parentVnode;n.parent\u003dt.parent,n._parentVnode\u003dr;var i\u003dr.componentOptions;n.propsData\u003di.propsData,n._parentListeners\u003di.listeners,n._renderChildren\u003di.children,n._componentTag\u003di.tag,t.render\u0026\u0026(n.render\u003dt.render,n.staticRenderFns\u003dt.staticRenderFns)}(n,t):n.$options\u003dDe(wn(n.constructor),t||{},n),n._renderProxy\u003dn,n._self\u003dn,function(e){var t\u003de.$options,n\u003dt.parent;if(n\u0026\u0026!t.abstract){for(;n.$options.abstract\u0026\u0026n.$parent;)n\u003dn.$parent;n.$children.push(e)}e.$parent\u003dn,e.$root\u003dn?n.$root:e,e.$children\u003d[],e.$refs\u003d{},e._watcher\u003dnull,e._inactive\u003dnull,e._directInactive\u003d!1,e._isMounted\u003d!1,e._isDestroyed\u003d!1,e._isBeingDestroyed\u003d!1}(n),function(e){e._events\u003dObject.create(null),e._hasHookEvent\u003d!1;var t\u003de.$options._parentListeners;t\u0026\u0026Wt(e,t)}(n),function(t){t._vnode\u003dnull,t._staticTrees\u003dnull;var n\u003dt.$options,r\u003dt.$vnode\u003dn._parentVnode,i\u003dr\u0026\u0026r.context;t.$slots\u003dlt(n._renderChildren,i),t.$scopedSlots\u003de,t._c\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!1)},t.$createElement\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!0)};var o\u003dr\u0026\u0026r.data;xe(t,\"$attrs\",o\u0026\u0026o.attrs||e,null,!0),xe(t,\"$listeners\",n._parentListeners||e,null,!0)}(n),Qt(n,\"beforeCreate\"),function(e){var t\u003dut(e.$options.inject,e);t\u0026\u0026($e(!1),Object.keys(t).forEach(function(n){xe(e,n,t[n])}),$e(!0))}(n),hn(n),function(e){var t\u003de.$options.provide;t\u0026\u0026(e._provided\u003d\"function\"\u003d\u003dtypeof t?t.call(e):t)}(n),Qt(n,\"created\"),n.$options.el\u0026\u0026n.$mount(n.$options.el)}}(Cn),function(e){var t\u003d{get:function(){return this._data}},n\u003d{get:function(){return this._props}};Object.defineProperty(e.prototype,\"$data\",t),Object.defineProperty(e.prototype,\"$props\",n),e.prototype.$set\u003dke,e.prototype.$delete\u003dAe,e.prototype.$watch\u003dfunction(e,t,n){if(s(t))return bn(this,e,t,n);(n\u003dn||{}).user\u003d!0;var r\u003dnew pn(this,e,t,n);if(n.immediate){var i\u003d\u0027callback for immediate watcher \"\u0027+r.expression+\u0027\"\u0027;le(),Be(t,this,[r.value],this,i),fe()}return function(){r.teardown()}}}(Cn),function(e){var t\u003d/^hook:/;e.prototype.$on\u003dfunction(e,n){var r\u003dthis;if(Array.isArray(e))for(var i\u003d0,o\u003de.length;i\u003co;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]\u003d[])).push(n),t.test(e)\u0026\u0026(r._hasHookEvent\u003d!0);return r},e.prototype.$once\u003dfunction(e,t){var n\u003dthis;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn\u003dt,n.$on(e,r),n},e.prototype.$off\u003dfunction(e,t){var n\u003dthis;if(!arguments.length)return n._events\u003dObject.create(null),n;if(Array.isArray(e)){for(var r\u003d0,i\u003de.length;r\u003ci;r++)n.$off(e[r],t);return n}var o,a\u003dn._events[e];if(!a)return n;if(!t)return n._events[e]\u003dnull,n;for(var s\u003da.length;s--;)if((o\u003da[s])\u003d\u003d\u003dt||o.fn\u003d\u003d\u003dt){a.splice(s,1);break}return n},e.prototype.$emit\u003dfunction(e){var t\u003dthis._events[e];if(t){t\u003dt.length\u003e1?k(t):t;for(var n\u003dk(arguments,1),r\u003d\u0027event handler for \"\u0027+e+\u0027\"\u0027,i\u003d0,o\u003dt.length;i\u003co;i++)Be(t[i],this,n,this,r)}return this}}(Cn),function(e){e.prototype._update\u003dfunction(e,t){var n\u003dthis,r\u003dn.$el,i\u003dn._vnode,o\u003dGt(n);n._vnode\u003de,n.$el\u003di?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),o(),r\u0026\u0026(r.__vue__\u003dnull),n.$el\u0026\u0026(n.$el.__vue__\u003dn),n.$vnode\u0026\u0026n.$parent\u0026\u0026n.$vnode\u003d\u003d\u003dn.$parent._vnode\u0026\u0026(n.$parent.$el\u003dn.$el)},e.prototype.$forceUpdate\u003dfunction(){this._watcher\u0026\u0026this._watcher.update()},e.prototype.$destroy\u003dfunction(){var e\u003dthis;if(!e._isBeingDestroyed){Qt(e,\"beforeDestroy\"),e._isBeingDestroyed\u003d!0;var t\u003de.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher\u0026\u0026e._watcher.teardown();for(var n\u003de._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__\u0026\u0026e._data.__ob__.vmCount--,e._isDestroyed\u003d!0,e.__patch__(e._vnode,null),Qt(e,\"destroyed\"),e.$off(),e.$el\u0026\u0026(e.$el.__vue__\u003dnull),e.$vnode\u0026\u0026(e.$vnode.parent\u003dnull)}}}(Cn),function(e){Nt(e.prototype),e.prototype.$nextTick\u003dfunction(e){return Qe(e,this)},e.prototype._render\u003dfunction(){var e,t\u003dthis,n\u003dt.$options,r\u003dn.render,i\u003dn._parentVnode;i\u0026\u0026(t.$scopedSlots\u003ddt(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode\u003di;try{Ut\u003dt,e\u003dr.call(t._renderProxy,t.$createElement)}catch(n){He(n,t,\"render\"),e\u003dt._vnode}finally{Ut\u003dnull}return Array.isArray(e)\u0026\u00261\u003d\u003d\u003de.length\u0026\u0026(e\u003de[0]),e instanceof pe||(e\u003dve()),e.parent\u003di,e}}(Cn);var Tn\u003d[String,RegExp,Array],Nn\u003d{KeepAlive:{name:\"keep-alive\",abstract:!0,props:{include:Tn,exclude:Tn,max:[String,Number]},methods:{cacheVNode:function(){var e\u003dthis.cache,t\u003dthis.keys,n\u003dthis.vnodeToCache,r\u003dthis.keyToCache;if(n){var i\u003dn.tag,o\u003dn.componentInstance,a\u003dn.componentOptions;e[r]\u003d{name:kn(a),tag:i,componentInstance:o},t.push(r),this.max\u0026\u0026t.length\u003eparseInt(this.max)\u0026\u0026Sn(e,t[0],t,this._vnode),this.vnodeToCache\u003dnull}}},created:function(){this.cache\u003dObject.create(null),this.keys\u003d[]},destroyed:function(){for(var e in this.cache)Sn(this.cache,e,this.keys)},mounted:function(){var e\u003dthis;this.cacheVNode(),this.$watch(\"include\",function(t){On(e,function(e){return An(t,e)})}),this.$watch(\"exclude\",function(t){On(e,function(e){return!An(t,e)})})},updated:function(){this.cacheVNode()},render:function(){var e\u003dthis.$slots.default,t\u003dzt(e),n\u003dt\u0026\u0026t.componentOptions;if(n){var r\u003dkn(n),i\u003dthis.include,o\u003dthis.exclude;if(i\u0026\u0026(!r||!An(i,r))||o\u0026\u0026r\u0026\u0026An(o,r))return t;var a\u003dthis.cache,s\u003dthis.keys,c\u003dnull\u003d\u003dt.key?n.Ctor.cid+(n.tag?\"::\"+n.tag:\"\"):t.key;a[c]?(t.componentInstance\u003da[c].componentInstance,h(s,c),s.push(c)):(this.vnodeToCache\u003dt,this.keyToCache\u003dc),t.data.keepAlive\u003d!0}return t||e\u0026\u0026e[0]}}};!function(e){var t\u003d{get:function(){return F}};Object.defineProperty(e,\"config\",t),e.util\u003d{warn:ae,extend:A,mergeOptions:De,defineReactive:xe},e.set\u003dke,e.delete\u003dAe,e.nextTick\u003dQe,e.observable\u003dfunction(e){return Ce(e),e},e.options\u003dObject.create(null),I.forEach(function(t){e.options[t+\"s\"]\u003dObject.create(null)}),e.options._base\u003de,A(e.options.components,Nn),function(e){e.use\u003dfunction(e){var t\u003dthis._installedPlugins||(this._installedPlugins\u003d[]);if(t.indexOf(e)\u003e-1)return this;var n\u003dk(arguments,1);return n.unshift(this),\"function\"\u003d\u003dtypeof e.install?e.install.apply(e,n):\"function\"\u003d\u003dtypeof e\u0026\u0026e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin\u003dfunction(e){return this.options\u003dDe(this.options,e),this}}(e),xn(e),function(e){I.forEach(function(t){e[t]\u003dfunction(e,n){return n?(\"component\"\u003d\u003d\u003dt\u0026\u0026s(n)\u0026\u0026(n.name\u003dn.name||e,n\u003dthis.options._base.extend(n)),\"directive\"\u003d\u003d\u003dt\u0026\u0026\"function\"\u003d\u003dtypeof n\u0026\u0026(n\u003d{bind:n,update:n}),this.options[t+\"s\"][e]\u003dn,n):this.options[t+\"s\"][e]}})}(e)}(Cn),Object.defineProperty(Cn.prototype,\"$isServer\",{get:te}),Object.defineProperty(Cn.prototype,\"$ssrContext\",{get:function(){return this.$vnode\u0026\u0026this.$vnode.ssrContext}}),Object.defineProperty(Cn,\"FunctionalRenderContext\",{value:Et}),Cn.version\u003d\"2.6.14\";var En\u003dp(\"style,class\"),jn\u003dp(\"input,textarea,option,select,progress\"),Dn\u003dfunction(e,t,n){return\"value\"\u003d\u003d\u003dn\u0026\u0026jn(e)\u0026\u0026\"button\"!\u003d\u003dt||\"selected\"\u003d\u003d\u003dn\u0026\u0026\"option\"\u003d\u003d\u003de||\"checked\"\u003d\u003d\u003dn\u0026\u0026\"input\"\u003d\u003d\u003de||\"muted\"\u003d\u003d\u003dn\u0026\u0026\"video\"\u003d\u003d\u003de},Ln\u003dp(\"contenteditable,draggable,spellcheck\"),In\u003dp(\"events,caret,typing,plaintext-only\"),Mn\u003dfunction(e,t){return Bn(t)||\"false\"\u003d\u003d\u003dt?\"false\":\"contenteditable\"\u003d\u003d\u003de\u0026\u0026In(t)?t:\"true\"},Fn\u003dp(\"allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible\"),Pn\u003d\"http://www.w3.org/1999/xlink\",Rn\u003dfunction(e){return\":\"\u003d\u003d\u003de.charAt(5)\u0026\u0026\"xlink\"\u003d\u003d\u003de.slice(0,5)},Hn\u003dfunction(e){return Rn(e)?e.slice(6,e.length):\"\"},Bn\u003dfunction(e){return null\u003d\u003de||!1\u003d\u003d\u003de};function Un(e){for(var t\u003de.data,r\u003de,i\u003de;n(i.componentInstance);)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(t\u003dVn(i.data,t));for(;n(r\u003dr.parent);)r\u0026\u0026r.data\u0026\u0026(t\u003dVn(t,r.data));return function(e,t){if(n(e)||n(t))return zn(e,Kn(t));return\"\"}(t.staticClass,t.class)}function Vn(e,t){return{staticClass:zn(e.staticClass,t.staticClass),class:n(e.class)?[e.class,t.class]:t.class}}function zn(e,t){return e?t?e+\" \"+t:e:t||\"\"}function Kn(e){return Array.isArray(e)?function(e){for(var t,r\u003d\"\",i\u003d0,o\u003de.length;i\u003co;i++)n(t\u003dKn(e[i]))\u0026\u0026\"\"!\u003d\u003dt\u0026\u0026(r\u0026\u0026(r+\u003d\" \"),r+\u003dt);return r}(e):o(e)?function(e){var t\u003d\"\";for(var n in e)e[n]\u0026\u0026(t\u0026\u0026(t+\u003d\" \"),t+\u003dn);return t}(e):\"string\"\u003d\u003dtypeof e?e:\"\"}var Jn\u003d{svg:\"http://www.w3.org/2000/svg\",math:\"http://www.w3.org/1998/Math/MathML\"},qn\u003dp(\"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot\"),Wn\u003dp(\"svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view\",!0),Zn\u003dfunction(e){return qn(e)||Wn(e)};function Gn(e){return Wn(e)?\"svg\":\"math\"\u003d\u003d\u003de?\"math\":void 0}var Xn\u003dObject.create(null);var Yn\u003dp(\"text,number,password,search,email,tel,url\");function Qn(e){if(\"string\"\u003d\u003dtypeof e){var t\u003ddocument.querySelector(e);return t||document.createElement(\"div\")}return e}var er\u003dObject.freeze({createElement:function(e,t){var n\u003ddocument.createElement(e);return\"select\"!\u003d\u003de?n:(t.data\u0026\u0026t.data.attrs\u0026\u0026void 0!\u003d\u003dt.data.attrs.multiple\u0026\u0026n.setAttribute(\"multiple\",\"multiple\"),n)},createElementNS:function(e,t){return document.createElementNS(Jn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent\u003dt},setStyleScope:function(e,t){e.setAttribute(t,\"\")}}),tr\u003d{create:function(e,t){nr(t)},update:function(e,t){e.data.ref!\u003d\u003dt.data.ref\u0026\u0026(nr(e,!0),nr(t))},destroy:function(e){nr(e,!0)}};function nr(e,t){var r\u003de.data.ref;if(n(r)){var i\u003de.context,o\u003de.componentInstance||e.elm,a\u003di.$refs;t?Array.isArray(a[r])?h(a[r],o):a[r]\u003d\u003d\u003do\u0026\u0026(a[r]\u003dvoid 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)\u003c0\u0026\u0026a[r].push(o):a[r]\u003d[o]:a[r]\u003do}}var rr\u003dnew pe(\"\",{},[]),ir\u003d[\"create\",\"activate\",\"update\",\"remove\",\"destroy\"];function or(e,i){return e.key\u003d\u003d\u003di.key\u0026\u0026e.asyncFactory\u003d\u003d\u003di.asyncFactory\u0026\u0026(e.tag\u003d\u003d\u003di.tag\u0026\u0026e.isComment\u003d\u003d\u003di.isComment\u0026\u0026n(e.data)\u003d\u003d\u003dn(i.data)\u0026\u0026function(e,t){if(\"input\"!\u003d\u003de.tag)return!0;var r,i\u003dn(r\u003de.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type,o\u003dn(r\u003dt.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type;return i\u003d\u003d\u003do||Yn(i)\u0026\u0026Yn(o)}(e,i)||r(e.isAsyncPlaceholder)\u0026\u0026t(i.asyncFactory.error))}function ar(e,t,r){var i,o,a\u003d{};for(i\u003dt;i\u003c\u003dr;++i)n(o\u003de[i].key)\u0026\u0026(a[o]\u003di);return a}var sr\u003d{create:cr,update:cr,destroy:function(e){cr(e,rr)}};function cr(e,t){(e.data.directives||t.data.directives)\u0026\u0026function(e,t){var n,r,i,o\u003de\u003d\u003d\u003drr,a\u003dt\u003d\u003d\u003drr,s\u003dlr(e.data.directives,e.context),c\u003dlr(t.data.directives,t.context),u\u003d[],l\u003d[];for(n in c)r\u003ds[n],i\u003dc[n],r?(i.oldValue\u003dr.value,i.oldArg\u003dr.arg,pr(i,\"update\",t,e),i.def\u0026\u0026i.def.componentUpdated\u0026\u0026l.push(i)):(pr(i,\"bind\",t,e),i.def\u0026\u0026i.def.inserted\u0026\u0026u.push(i));if(u.length){var f\u003dfunction(){for(var n\u003d0;n\u003cu.length;n++)pr(u[n],\"inserted\",t,e)};o?ot(t,\"insert\",f):f()}l.length\u0026\u0026ot(t,\"postpatch\",function(){for(var n\u003d0;n\u003cl.length;n++)pr(l[n],\"componentUpdated\",t,e)});if(!o)for(n in s)c[n]||pr(s[n],\"unbind\",e,e,a)}(e,t)}var ur\u003dObject.create(null);function lr(e,t){var n,r,i\u003dObject.create(null);if(!e)return i;for(n\u003d0;n\u003ce.length;n++)(r\u003de[n]).modifiers||(r.modifiers\u003dur),i[fr(r)]\u003dr,r.def\u003dLe(t.$options,\"directives\",r.name);return i}function fr(e){return e.rawName||e.name+\".\"+Object.keys(e.modifiers||{}).join(\".\")}function pr(e,t,n,r,i){var o\u003de.def\u0026\u0026e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(r){He(r,n.context,\"directive \"+e.name+\" \"+t+\" hook\")}}var dr\u003d[tr,sr];function vr(e,r){var i\u003dr.componentOptions;if(!(n(i)\u0026\u0026!1\u003d\u003d\u003di.Ctor.options.inheritAttrs||t(e.data.attrs)\u0026\u0026t(r.data.attrs))){var o,a,s\u003dr.elm,c\u003de.data.attrs||{},u\u003dr.data.attrs||{};for(o in n(u.__ob__)\u0026\u0026(u\u003dr.data.attrs\u003dA({},u)),u)a\u003du[o],c[o]!\u003d\u003da\u0026\u0026hr(s,o,a,r.data.pre);for(o in(q||Z)\u0026\u0026u.value!\u003d\u003dc.value\u0026\u0026hr(s,\"value\",u.value),c)t(u[o])\u0026\u0026(Rn(o)?s.removeAttributeNS(Pn,Hn(o)):Ln(o)||s.removeAttribute(o))}}function hr(e,t,n,r){r||e.tagName.indexOf(\"-\")\u003e-1?mr(e,t,n):Fn(t)?Bn(n)?e.removeAttribute(t):(n\u003d\"allowfullscreen\"\u003d\u003d\u003dt\u0026\u0026\"EMBED\"\u003d\u003d\u003de.tagName?\"true\":t,e.setAttribute(t,n)):Ln(t)?e.setAttribute(t,Mn(t,n)):Rn(t)?Bn(n)?e.removeAttributeNS(Pn,Hn(t)):e.setAttributeNS(Pn,t,n):mr(e,t,n)}function mr(e,t,n){if(Bn(n))e.removeAttribute(t);else{if(q\u0026\u0026!W\u0026\u0026\"TEXTAREA\"\u003d\u003d\u003de.tagName\u0026\u0026\"placeholder\"\u003d\u003d\u003dt\u0026\u0026\"\"!\u003d\u003dn\u0026\u0026!e.__ieph){var r\u003dfunction(t){t.stopImmediatePropagation(),e.removeEventListener(\"input\",r)};e.addEventListener(\"input\",r),e.__ieph\u003d!0}e.setAttribute(t,n)}}var yr\u003d{create:vr,update:vr};function gr(e,r){var i\u003dr.elm,o\u003dr.data,a\u003de.data;if(!(t(o.staticClass)\u0026\u0026t(o.class)\u0026\u0026(t(a)||t(a.staticClass)\u0026\u0026t(a.class)))){var s\u003dUn(r),c\u003di._transitionClasses;n(c)\u0026\u0026(s\u003dzn(s,Kn(c))),s!\u003d\u003di._prevClass\u0026\u0026(i.setAttribute(\"class\",s),i._prevClass\u003ds)}}var _r,br,$r,wr,Cr,xr,kr\u003d{create:gr,update:gr},Ar\u003d/[\\w).+\\-_$\\]]/;function Or(e){var t,n,r,i,o,a\u003d!1,s\u003d!1,c\u003d!1,u\u003d!1,l\u003d0,f\u003d0,p\u003d0,d\u003d0;for(r\u003d0;r\u003ce.length;r++)if(n\u003dt,t\u003de.charCodeAt(r),a)39\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(a\u003d!1);else if(s)34\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(s\u003d!1);else if(c)96\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(c\u003d!1);else if(u)47\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(u\u003d!1);else if(124!\u003d\u003dt||124\u003d\u003d\u003de.charCodeAt(r+1)||124\u003d\u003d\u003de.charCodeAt(r-1)||l||f||p){switch(t){case 34:s\u003d!0;break;case 39:a\u003d!0;break;case 96:c\u003d!0;break;case 40:p++;break;case 41:p--;break;case 91:f++;break;case 93:f--;break;case 123:l++;break;case 125:l--}if(47\u003d\u003d\u003dt){for(var v\u003dr-1,h\u003dvoid 0;v\u003e\u003d0\u0026\u0026\" \"\u003d\u003d\u003d(h\u003de.charAt(v));v--);h\u0026\u0026Ar.test(h)||(u\u003d!0)}}else void 0\u003d\u003d\u003di?(d\u003dr+1,i\u003de.slice(0,r).trim()):m();function m(){(o||(o\u003d[])).push(e.slice(d,r).trim()),d\u003dr+1}if(void 0\u003d\u003d\u003di?i\u003de.slice(0,r).trim():0!\u003d\u003dd\u0026\u0026m(),o)for(r\u003d0;r\u003co.length;r++)i\u003dSr(i,o[r]);return i}function Sr(e,t){var n\u003dt.indexOf(\"(\");if(n\u003c0)return\u0027_f(\"\u0027+t+\u0027\")(\u0027+e+\")\";var r\u003dt.slice(0,n),i\u003dt.slice(n+1);return\u0027_f(\"\u0027+r+\u0027\")(\u0027+e+(\")\"!\u003d\u003di?\",\"+i:i)}function Tr(e,t){console.error(\"[Vue compiler]: \"+e)}function Nr(e,t){return e?e.map(function(e){return e[t]}).filter(function(e){return e}):[]}function Er(e,t,n,r,i){(e.props||(e.props\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function jr(e,t,n,r,i){(i?e.dynamicAttrs||(e.dynamicAttrs\u003d[]):e.attrs||(e.attrs\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function Dr(e,t,n,r){e.attrsMap[t]\u003dn,e.attrsList.push(Hr({name:t,value:n},r))}function Lr(e,t,n,r,i,o,a,s){(e.directives||(e.directives\u003d[])).push(Hr({name:t,rawName:n,value:r,arg:i,isDynamicArg:o,modifiers:a},s)),e.plain\u003d!1}function Ir(e,t,n){return n?\"_p(\"+t+\u0027,\"\u0027+e+\u0027\")\u0027:e+t}function Mr(t,n,r,i,o,a,s,c){var u;(i\u003di||e).right?c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027contextmenu\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"contextmenu\",delete i.right):i.middle\u0026\u0026(c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027mouseup\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"mouseup\")),i.capture\u0026\u0026(delete i.capture,n\u003dIr(\"!\",n,c)),i.once\u0026\u0026(delete i.once,n\u003dIr(\"~\",n,c)),i.passive\u0026\u0026(delete i.passive,n\u003dIr(\"\u0026\",n,c)),i.native?(delete i.native,u\u003dt.nativeEvents||(t.nativeEvents\u003d{})):u\u003dt.events||(t.events\u003d{});var l\u003dHr({value:r.trim(),dynamic:c},s);i!\u003d\u003de\u0026\u0026(l.modifiers\u003di);var f\u003du[n];Array.isArray(f)?o?f.unshift(l):f.push(l):u[n]\u003df?o?[l,f]:[f,l]:l,t.plain\u003d!1}function Fr(e,t,n){var r\u003dPr(e,\":\"+t)||Pr(e,\"v-bind:\"+t);if(null!\u003dr)return Or(r);if(!1!\u003d\u003dn){var i\u003dPr(e,t);if(null!\u003di)return JSON.stringify(i)}}function Pr(e,t,n){var r;if(null!\u003d(r\u003de.attrsMap[t]))for(var i\u003de.attrsList,o\u003d0,a\u003di.length;o\u003ca;o++)if(i[o].name\u003d\u003d\u003dt){i.splice(o,1);break}return n\u0026\u0026delete e.attrsMap[t],r}function Rr(e,t){for(var n\u003de.attrsList,r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];if(t.test(o.name))return n.splice(r,1),o}}function Hr(e,t){return t\u0026\u0026(null!\u003dt.start\u0026\u0026(e.start\u003dt.start),null!\u003dt.end\u0026\u0026(e.end\u003dt.end)),e}function Br(e,t,n){var r\u003dn||{},i\u003dr.number,o\u003d\"$$v\";r.trim\u0026\u0026(o\u003d\"(typeof $$v \u003d\u003d\u003d \u0027string\u0027? $$v.trim(): $$v)\"),i\u0026\u0026(o\u003d\"_n(\"+o+\")\");var a\u003dUr(t,o);e.model\u003d{value:\"(\"+t+\")\",expression:JSON.stringify(t),callback:\"function ($$v) {\"+a+\"}\"}}function Ur(e,t){var n\u003dfunction(e){if(e\u003de.trim(),_r\u003de.length,e.indexOf(\"[\")\u003c0||e.lastIndexOf(\"]\")\u003c_r-1)return(wr\u003de.lastIndexOf(\".\"))\u003e-1?{exp:e.slice(0,wr),key:\u0027\"\u0027+e.slice(wr+1)+\u0027\"\u0027}:{exp:e,key:null};br\u003de,wr\u003dCr\u003dxr\u003d0;for(;!zr();)Kr($r\u003dVr())?qr($r):91\u003d\u003d\u003d$r\u0026\u0026Jr($r);return{exp:e.slice(0,Cr),key:e.slice(Cr+1,xr)}}(e);return null\u003d\u003d\u003dn.key?e+\"\u003d\"+t:\"$set(\"+n.exp+\", \"+n.key+\", \"+t+\")\"}function Vr(){return br.charCodeAt(++wr)}function zr(){return wr\u003e\u003d_r}function Kr(e){return 34\u003d\u003d\u003de||39\u003d\u003d\u003de}function Jr(e){var t\u003d1;for(Cr\u003dwr;!zr();)if(Kr(e\u003dVr()))qr(e);else if(91\u003d\u003d\u003de\u0026\u0026t++,93\u003d\u003d\u003de\u0026\u0026t--,0\u003d\u003d\u003dt){xr\u003dwr;break}}function qr(e){for(var t\u003de;!zr()\u0026\u0026(e\u003dVr())!\u003d\u003dt;);}var Wr,Zr\u003d\"__r\",Gr\u003d\"__c\";function Xr(e,t,n){var r\u003dWr;return function i(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026ei(e,i,n,r)}}var Yr\u003dKe\u0026\u0026!(X\u0026\u0026Number(X[1])\u003c\u003d53);function Qr(e,t,n,r){if(Yr){var i\u003dsn,o\u003dt;t\u003do._wrapper\u003dfunction(e){if(e.target\u003d\u003d\u003de.currentTarget||e.timeStamp\u003e\u003di||e.timeStamp\u003c\u003d0||e.target.ownerDocument!\u003d\u003ddocument)return o.apply(this,arguments)}}Wr.addEventListener(e,t,Q?{capture:n,passive:r}:n)}function ei(e,t,n,r){(r||Wr).removeEventListener(e,t._wrapper||t,n)}function ti(e,r){if(!t(e.data.on)||!t(r.data.on)){var i\u003dr.data.on||{},o\u003de.data.on||{};Wr\u003dr.elm,function(e){if(n(e[Zr])){var t\u003dq?\"change\":\"input\";e[t]\u003d[].concat(e[Zr],e[t]||[]),delete e[Zr]}n(e[Gr])\u0026\u0026(e.change\u003d[].concat(e[Gr],e.change||[]),delete e[Gr])}(i),it(i,o,Qr,ei,Xr,r.context),Wr\u003dvoid 0}}var ni,ri\u003d{create:ti,update:ti};function ii(e,r){if(!t(e.data.domProps)||!t(r.data.domProps)){var i,o,a\u003dr.elm,s\u003de.data.domProps||{},c\u003dr.data.domProps||{};for(i in n(c.__ob__)\u0026\u0026(c\u003dr.data.domProps\u003dA({},c)),s)i in c||(a[i]\u003d\"\");for(i in c){if(o\u003dc[i],\"textContent\"\u003d\u003d\u003di||\"innerHTML\"\u003d\u003d\u003di){if(r.children\u0026\u0026(r.children.length\u003d0),o\u003d\u003d\u003ds[i])continue;1\u003d\u003d\u003da.childNodes.length\u0026\u0026a.removeChild(a.childNodes[0])}if(\"value\"\u003d\u003d\u003di\u0026\u0026\"PROGRESS\"!\u003d\u003da.tagName){a._value\u003do;var u\u003dt(o)?\"\":String(o);oi(a,u)\u0026\u0026(a.value\u003du)}else if(\"innerHTML\"\u003d\u003d\u003di\u0026\u0026Wn(a.tagName)\u0026\u0026t(a.innerHTML)){(ni\u003dni||document.createElement(\"div\")).innerHTML\u003d\"\u003csvg\u003e\"+o+\"\u003c/svg\u003e\";for(var l\u003dni.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(o!\u003d\u003ds[i])try{a[i]\u003do}catch(e){}}}}function oi(e,t){return!e.composing\u0026\u0026(\"OPTION\"\u003d\u003d\u003de.tagName||function(e,t){var n\u003d!0;try{n\u003ddocument.activeElement!\u003d\u003de}catch(e){}return n\u0026\u0026e.value!\u003d\u003dt}(e,t)||function(e,t){var r\u003de.value,i\u003de._vModifiers;if(n(i)){if(i.number)return f(r)!\u003d\u003df(t);if(i.trim)return r.trim()!\u003d\u003dt.trim()}return r!\u003d\u003dt}(e,t))}var ai\u003d{create:ii,update:ii},si\u003dg(function(e){var t\u003d{},n\u003d/:(.+)/;return e.split(/;(?![^(]*\\))/g).forEach(function(e){if(e){var r\u003de.split(n);r.length\u003e1\u0026\u0026(t[r[0].trim()]\u003dr[1].trim())}}),t});function ci(e){var t\u003dui(e.style);return e.staticStyle?A(e.staticStyle,t):t}function ui(e){return Array.isArray(e)?O(e):\"string\"\u003d\u003dtypeof e?si(e):e}var li,fi\u003d/^--/,pi\u003d/\\s*!important$/,di\u003dfunction(e,t,n){if(fi.test(t))e.style.setProperty(t,n);else if(pi.test(n))e.style.setProperty(C(t),n.replace(pi,\"\"),\"important\");else{var r\u003dhi(t);if(Array.isArray(n))for(var i\u003d0,o\u003dn.length;i\u003co;i++)e.style[r]\u003dn[i];else e.style[r]\u003dn}},vi\u003d[\"Webkit\",\"Moz\",\"ms\"],hi\u003dg(function(e){if(li\u003dli||document.createElement(\"div\").style,\"filter\"!\u003d\u003d(e\u003db(e))\u0026\u0026e in li)return e;for(var t\u003de.charAt(0).toUpperCase()+e.slice(1),n\u003d0;n\u003cvi.length;n++){var r\u003dvi[n]+t;if(r in li)return r}});function mi(e,r){var i\u003dr.data,o\u003de.data;if(!(t(i.staticStyle)\u0026\u0026t(i.style)\u0026\u0026t(o.staticStyle)\u0026\u0026t(o.style))){var a,s,c\u003dr.elm,u\u003do.staticStyle,l\u003do.normalizedStyle||o.style||{},f\u003du||l,p\u003dui(r.data.style)||{};r.data.normalizedStyle\u003dn(p.__ob__)?A({},p):p;var d\u003dfunction(e,t){var n,r\u003d{};if(t)for(var i\u003de;i.componentInstance;)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(n\u003dci(i.data))\u0026\u0026A(r,n);(n\u003dci(e.data))\u0026\u0026A(r,n);for(var o\u003de;o\u003do.parent;)o.data\u0026\u0026(n\u003dci(o.data))\u0026\u0026A(r,n);return r}(r,!0);for(s in f)t(d[s])\u0026\u0026di(c,s,\"\");for(s in d)(a\u003dd[s])!\u003d\u003df[s]\u0026\u0026di(c,s,null\u003d\u003da?\"\":a)}}var yi\u003d{create:mi,update:mi},gi\u003d/\\s+/;function _i(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \";n.indexOf(\" \"+t+\" \")\u003c0\u0026\u0026e.setAttribute(\"class\",(n+t).trim())}}function bi(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute(\"class\");else{for(var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \",r\u003d\" \"+t+\" \";n.indexOf(r)\u003e\u003d0;)n\u003dn.replace(r,\" \");(n\u003dn.trim())?e.setAttribute(\"class\",n):e.removeAttribute(\"class\")}}function $i(e){if(e){if(\"object\"\u003d\u003dtypeof e){var t\u003d{};return!1!\u003d\u003de.css\u0026\u0026A(t,wi(e.name||\"v\")),A(t,e),t}return\"string\"\u003d\u003dtypeof e?wi(e):void 0}}var wi\u003dg(function(e){return{enterClass:e+\"-enter\",enterToClass:e+\"-enter-to\",enterActiveClass:e+\"-enter-active\",leaveClass:e+\"-leave\",leaveToClass:e+\"-leave-to\",leaveActiveClass:e+\"-leave-active\"}}),Ci\u003dV\u0026\u0026!W,xi\u003d\"transition\",ki\u003d\"animation\",Ai\u003d\"transition\",Oi\u003d\"transitionend\",Si\u003d\"animation\",Ti\u003d\"animationend\";Ci\u0026\u0026(void 0\u003d\u003d\u003dwindow.ontransitionend\u0026\u0026void 0!\u003d\u003dwindow.onwebkittransitionend\u0026\u0026(Ai\u003d\"WebkitTransition\",Oi\u003d\"webkitTransitionEnd\"),void 0\u003d\u003d\u003dwindow.onanimationend\u0026\u0026void 0!\u003d\u003dwindow.onwebkitanimationend\u0026\u0026(Si\u003d\"WebkitAnimation\",Ti\u003d\"webkitAnimationEnd\"));var Ni\u003dV?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ei(e){Ni(function(){Ni(e)})}function ji(e,t){var n\u003de._transitionClasses||(e._transitionClasses\u003d[]);n.indexOf(t)\u003c0\u0026\u0026(n.push(t),_i(e,t))}function Di(e,t){e._transitionClasses\u0026\u0026h(e._transitionClasses,t),bi(e,t)}function Li(e,t,n){var r\u003dMi(e,t),i\u003dr.type,o\u003dr.timeout,a\u003dr.propCount;if(!i)return n();var s\u003di\u003d\u003d\u003dxi?Oi:Ti,c\u003d0,u\u003dfunction(){e.removeEventListener(s,l),n()},l\u003dfunction(t){t.target\u003d\u003d\u003de\u0026\u0026++c\u003e\u003da\u0026\u0026u()};setTimeout(function(){c\u003ca\u0026\u0026u()},o+1),e.addEventListener(s,l)}var Ii\u003d/\\b(transform|all)(,|$)/;function Mi(e,t){var n,r\u003dwindow.getComputedStyle(e),i\u003d(r[Ai+\"Delay\"]||\"\").split(\", \"),o\u003d(r[Ai+\"Duration\"]||\"\").split(\", \"),a\u003dFi(i,o),s\u003d(r[Si+\"Delay\"]||\"\").split(\", \"),c\u003d(r[Si+\"Duration\"]||\"\").split(\", \"),u\u003dFi(s,c),l\u003d0,f\u003d0;return t\u003d\u003d\u003dxi?a\u003e0\u0026\u0026(n\u003dxi,l\u003da,f\u003do.length):t\u003d\u003d\u003dki?u\u003e0\u0026\u0026(n\u003dki,l\u003du,f\u003dc.length):f\u003d(n\u003d(l\u003dMath.max(a,u))\u003e0?a\u003eu?xi:ki:null)?n\u003d\u003d\u003dxi?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n\u003d\u003d\u003dxi\u0026\u0026Ii.test(r[Ai+\"Property\"])}}function Fi(e,t){for(;e.length\u003ct.length;)e\u003de.concat(e);return Math.max.apply(null,t.map(function(t,n){return Pi(t)+Pi(e[n])}))}function Pi(e){return 1e3*Number(e.slice(0,-1).replace(\",\",\".\"))}function Ri(e,r){var i\u003de.elm;n(i._leaveCb)\u0026\u0026(i._leaveCb.cancelled\u003d!0,i._leaveCb());var a\u003d$i(e.data.transition);if(!t(a)\u0026\u0026!n(i._enterCb)\u0026\u00261\u003d\u003d\u003di.nodeType){for(var s\u003da.css,c\u003da.type,u\u003da.enterClass,l\u003da.enterToClass,p\u003da.enterActiveClass,d\u003da.appearClass,v\u003da.appearToClass,h\u003da.appearActiveClass,m\u003da.beforeEnter,y\u003da.enter,g\u003da.afterEnter,_\u003da.enterCancelled,b\u003da.beforeAppear,$\u003da.appear,w\u003da.afterAppear,C\u003da.appearCancelled,x\u003da.duration,k\u003dZt,A\u003dZt.$vnode;A\u0026\u0026A.parent;)k\u003dA.context,A\u003dA.parent;var O\u003d!k._isMounted||!e.isRootInsert;if(!O||$||\"\"\u003d\u003d\u003d$){var S\u003dO\u0026\u0026d?d:u,T\u003dO\u0026\u0026h?h:p,N\u003dO\u0026\u0026v?v:l,E\u003dO\u0026\u0026b||m,j\u003dO\u0026\u0026\"function\"\u003d\u003dtypeof $?$:y,L\u003dO\u0026\u0026w||g,I\u003dO\u0026\u0026C||_,M\u003df(o(x)?x.enter:x),F\u003d!1!\u003d\u003ds\u0026\u0026!W,P\u003dUi(j),R\u003di._enterCb\u003dD(function(){F\u0026\u0026(Di(i,N),Di(i,T)),R.cancelled?(F\u0026\u0026Di(i,S),I\u0026\u0026I(i)):L\u0026\u0026L(i),i._enterCb\u003dnull});e.data.show||ot(e,\"insert\",function(){var t\u003di.parentNode,n\u003dt\u0026\u0026t._pending\u0026\u0026t._pending[e.key];n\u0026\u0026n.tag\u003d\u003d\u003de.tag\u0026\u0026n.elm._leaveCb\u0026\u0026n.elm._leaveCb(),j\u0026\u0026j(i,R)}),E\u0026\u0026E(i),F\u0026\u0026(ji(i,S),ji(i,T),Ei(function(){Di(i,S),R.cancelled||(ji(i,N),P||(Bi(M)?setTimeout(R,M):Li(i,c,R)))})),e.data.show\u0026\u0026(r\u0026\u0026r(),j\u0026\u0026j(i,R)),F||P||R()}}}function Hi(e,r){var i\u003de.elm;n(i._enterCb)\u0026\u0026(i._enterCb.cancelled\u003d!0,i._enterCb());var a\u003d$i(e.data.transition);if(t(a)||1!\u003d\u003di.nodeType)return r();if(!n(i._leaveCb)){var s\u003da.css,c\u003da.type,u\u003da.leaveClass,l\u003da.leaveToClass,p\u003da.leaveActiveClass,d\u003da.beforeLeave,v\u003da.leave,h\u003da.afterLeave,m\u003da.leaveCancelled,y\u003da.delayLeave,g\u003da.duration,_\u003d!1!\u003d\u003ds\u0026\u0026!W,b\u003dUi(v),$\u003df(o(g)?g.leave:g),w\u003di._leaveCb\u003dD(function(){i.parentNode\u0026\u0026i.parentNode._pending\u0026\u0026(i.parentNode._pending[e.key]\u003dnull),_\u0026\u0026(Di(i,l),Di(i,p)),w.cancelled?(_\u0026\u0026Di(i,u),m\u0026\u0026m(i)):(r(),h\u0026\u0026h(i)),i._leaveCb\u003dnull});y?y(C):C()}function C(){w.cancelled||(!e.data.show\u0026\u0026i.parentNode\u0026\u0026((i.parentNode._pending||(i.parentNode._pending\u003d{}))[e.key]\u003de),d\u0026\u0026d(i),_\u0026\u0026(ji(i,u),ji(i,p),Ei(function(){Di(i,u),w.cancelled||(ji(i,l),b||(Bi($)?setTimeout(w,$):Li(i,c,w)))})),v\u0026\u0026v(i,w),_||b||w())}}function Bi(e){return\"number\"\u003d\u003dtypeof e\u0026\u0026!isNaN(e)}function Ui(e){if(t(e))return!1;var r\u003de.fns;return n(r)?Ui(Array.isArray(r)?r[0]:r):(e._length||e.length)\u003e1}function Vi(e,t){!0!\u003d\u003dt.data.show\u0026\u0026Ri(t)}var zi\u003dfunction(e){var o,a,s\u003d{},c\u003de.modules,u\u003de.nodeOps;for(o\u003d0;o\u003cir.length;++o)for(s[ir[o]]\u003d[],a\u003d0;a\u003cc.length;++a)n(c[a][ir[o]])\u0026\u0026s[ir[o]].push(c[a][ir[o]]);function l(e){var t\u003du.parentNode(e);n(t)\u0026\u0026u.removeChild(t,e)}function f(e,t,i,o,a,c,l){if(n(e.elm)\u0026\u0026n(c)\u0026\u0026(e\u003dc[l]\u003dme(e)),e.isRootInsert\u003d!a,!function(e,t,i,o){var a\u003de.data;if(n(a)){var c\u003dn(e.componentInstance)\u0026\u0026a.keepAlive;if(n(a\u003da.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(e,!1),n(e.componentInstance))return d(e,t),v(i,e.elm,o),r(c)\u0026\u0026function(e,t,r,i){for(var o,a\u003de;a.componentInstance;)if(a\u003da.componentInstance._vnode,n(o\u003da.data)\u0026\u0026n(o\u003do.transition)){for(o\u003d0;o\u003cs.activate.length;++o)s.activate[o](rr,a);t.push(a);break}v(r,e.elm,i)}(e,t,i,o),!0}}(e,t,i,o)){var f\u003de.data,p\u003de.children,m\u003de.tag;n(m)?(e.elm\u003de.ns?u.createElementNS(e.ns,m):u.createElement(m,e),g(e),h(e,p,t),n(f)\u0026\u0026y(e,t),v(i,e.elm,o)):r(e.isComment)?(e.elm\u003du.createComment(e.text),v(i,e.elm,o)):(e.elm\u003du.createTextNode(e.text),v(i,e.elm,o))}}function d(e,t){n(e.data.pendingInsert)\u0026\u0026(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert\u003dnull),e.elm\u003de.componentInstance.$el,m(e)?(y(e,t),g(e)):(nr(e),t.push(e))}function v(e,t,r){n(e)\u0026\u0026(n(r)?u.parentNode(r)\u003d\u003d\u003de\u0026\u0026u.insertBefore(e,t,r):u.appendChild(e,t))}function h(e,t,n){if(Array.isArray(t))for(var r\u003d0;r\u003ct.length;++r)f(t[r],n,e.elm,null,!0,t,r);else i(e.text)\u0026\u0026u.appendChild(e.elm,u.createTextNode(String(e.text)))}function m(e){for(;e.componentInstance;)e\u003de.componentInstance._vnode;return n(e.tag)}function y(e,t){for(var r\u003d0;r\u003cs.create.length;++r)s.create[r](rr,e);n(o\u003de.data.hook)\u0026\u0026(n(o.create)\u0026\u0026o.create(rr,e),n(o.insert)\u0026\u0026t.push(e))}function g(e){var t;if(n(t\u003de.fnScopeId))u.setStyleScope(e.elm,t);else for(var r\u003de;r;)n(t\u003dr.context)\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t),r\u003dr.parent;n(t\u003dZt)\u0026\u0026t!\u003d\u003de.context\u0026\u0026t!\u003d\u003de.fnContext\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t)}function _(e,t,n,r,i,o){for(;r\u003c\u003di;++r)f(n[r],o,e,t,!1,n,r)}function b(e){var t,r,i\u003de.data;if(n(i))for(n(t\u003di.hook)\u0026\u0026n(t\u003dt.destroy)\u0026\u0026t(e),t\u003d0;t\u003cs.destroy.length;++t)s.destroy[t](e);if(n(t\u003de.children))for(r\u003d0;r\u003ce.children.length;++r)b(e.children[r])}function $(e,t,r){for(;t\u003c\u003dr;++t){var i\u003de[t];n(i)\u0026\u0026(n(i.tag)?(w(i),b(i)):l(i.elm))}}function w(e,t){if(n(t)||n(e.data)){var r,i\u003ds.remove.length+1;for(n(t)?t.listeners+\u003di:t\u003dfunction(e,t){function n(){0\u003d\u003d--n.listeners\u0026\u0026l(e)}return n.listeners\u003dt,n}(e.elm,i),n(r\u003de.componentInstance)\u0026\u0026n(r\u003dr._vnode)\u0026\u0026n(r.data)\u0026\u0026w(r,t),r\u003d0;r\u003cs.remove.length;++r)s.remove[r](e,t);n(r\u003de.data.hook)\u0026\u0026n(r\u003dr.remove)?r(e,t):t()}else l(e.elm)}function C(e,t,r,i){for(var o\u003dr;o\u003ci;o++){var a\u003dt[o];if(n(a)\u0026\u0026or(e,a))return o}}function x(e,i,o,a,c,l){if(e!\u003d\u003di){n(i.elm)\u0026\u0026n(a)\u0026\u0026(i\u003da[c]\u003dme(i));var p\u003di.elm\u003de.elm;if(r(e.isAsyncPlaceholder))n(i.asyncFactory.resolved)?O(e.elm,i,o):i.isAsyncPlaceholder\u003d!0;else if(r(i.isStatic)\u0026\u0026r(e.isStatic)\u0026\u0026i.key\u003d\u003d\u003de.key\u0026\u0026(r(i.isCloned)||r(i.isOnce)))i.componentInstance\u003de.componentInstance;else{var d,v\u003di.data;n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.prepatch)\u0026\u0026d(e,i);var h\u003de.children,y\u003di.children;if(n(v)\u0026\u0026m(i)){for(d\u003d0;d\u003cs.update.length;++d)s.update[d](e,i);n(d\u003dv.hook)\u0026\u0026n(d\u003dd.update)\u0026\u0026d(e,i)}t(i.text)?n(h)\u0026\u0026n(y)?h!\u003d\u003dy\u0026\u0026function(e,r,i,o,a){for(var s,c,l,p\u003d0,d\u003d0,v\u003dr.length-1,h\u003dr[0],m\u003dr[v],y\u003di.length-1,g\u003di[0],b\u003di[y],w\u003d!a;p\u003c\u003dv\u0026\u0026d\u003c\u003dy;)t(h)?h\u003dr[++p]:t(m)?m\u003dr[--v]:or(h,g)?(x(h,g,o,i,d),h\u003dr[++p],g\u003di[++d]):or(m,b)?(x(m,b,o,i,y),m\u003dr[--v],b\u003di[--y]):or(h,b)?(x(h,b,o,i,y),w\u0026\u0026u.insertBefore(e,h.elm,u.nextSibling(m.elm)),h\u003dr[++p],b\u003di[--y]):or(m,g)?(x(m,g,o,i,d),w\u0026\u0026u.insertBefore(e,m.elm,h.elm),m\u003dr[--v],g\u003di[++d]):(t(s)\u0026\u0026(s\u003dar(r,p,v)),t(c\u003dn(g.key)?s[g.key]:C(g,r,p,v))?f(g,o,e,h.elm,!1,i,d):or(l\u003dr[c],g)?(x(l,g,o,i,d),r[c]\u003dvoid 0,w\u0026\u0026u.insertBefore(e,l.elm,h.elm)):f(g,o,e,h.elm,!1,i,d),g\u003di[++d]);p\u003ev?_(e,t(i[y+1])?null:i[y+1].elm,i,d,y,o):d\u003ey\u0026\u0026$(r,p,v)}(p,h,y,o,l):n(y)?(n(e.text)\u0026\u0026u.setTextContent(p,\"\"),_(p,null,y,0,y.length-1,o)):n(h)?$(h,0,h.length-1):n(e.text)\u0026\u0026u.setTextContent(p,\"\"):e.text!\u003d\u003di.text\u0026\u0026u.setTextContent(p,i.text),n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.postpatch)\u0026\u0026d(e,i)}}}function k(e,t,i){if(r(i)\u0026\u0026n(e.parent))e.parent.data.pendingInsert\u003dt;else for(var o\u003d0;o\u003ct.length;++o)t[o].data.hook.insert(t[o])}var A\u003dp(\"attrs,class,staticClass,staticStyle,key\");function O(e,t,i,o){var a,s\u003dt.tag,c\u003dt.data,u\u003dt.children;if(o\u003do||c\u0026\u0026c.pre,t.elm\u003de,r(t.isComment)\u0026\u0026n(t.asyncFactory))return t.isAsyncPlaceholder\u003d!0,!0;if(n(c)\u0026\u0026(n(a\u003dc.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(t,!0),n(a\u003dt.componentInstance)))return d(t,i),!0;if(n(s)){if(n(u))if(e.hasChildNodes())if(n(a\u003dc)\u0026\u0026n(a\u003da.domProps)\u0026\u0026n(a\u003da.innerHTML)){if(a!\u003d\u003de.innerHTML)return!1}else{for(var l\u003d!0,f\u003de.firstChild,p\u003d0;p\u003cu.length;p++){if(!f||!O(f,u[p],i,o)){l\u003d!1;break}f\u003df.nextSibling}if(!l||f)return!1}else h(t,u,i);if(n(c)){var v\u003d!1;for(var m in c)if(!A(m)){v\u003d!0,y(t,i);break}!v\u0026\u0026c.class\u0026\u0026tt(c.class)}}else e.data!\u003d\u003dt.text\u0026\u0026(e.data\u003dt.text);return!0}return function(e,i,o,a){if(!t(i)){var c,l\u003d!1,p\u003d[];if(t(e))l\u003d!0,f(i,p);else{var d\u003dn(e.nodeType);if(!d\u0026\u0026or(e,i))x(e,i,p,null,null,a);else{if(d){if(1\u003d\u003d\u003de.nodeType\u0026\u0026e.hasAttribute(L)\u0026\u0026(e.removeAttribute(L),o\u003d!0),r(o)\u0026\u0026O(e,i,p))return k(i,p,!0),e;c\u003de,e\u003dnew pe(u.tagName(c).toLowerCase(),{},[],void 0,c)}var v\u003de.elm,h\u003du.parentNode(v);if(f(i,p,v._leaveCb?null:h,u.nextSibling(v)),n(i.parent))for(var y\u003di.parent,g\u003dm(i);y;){for(var _\u003d0;_\u003cs.destroy.length;++_)s.destroy[_](y);if(y.elm\u003di.elm,g){for(var w\u003d0;w\u003cs.create.length;++w)s.create[w](rr,y);var C\u003dy.data.hook.insert;if(C.merged)for(var A\u003d1;A\u003cC.fns.length;A++)C.fns[A]()}else nr(y);y\u003dy.parent}n(h)?$([e],0,0):n(e.tag)\u0026\u0026b(e)}}return k(i,p,l),i.elm}n(e)\u0026\u0026b(e)}}({nodeOps:er,modules:[yr,kr,ri,ai,yi,V?{create:Vi,activate:Vi,remove:function(e,t){!0!\u003d\u003de.data.show?Hi(e,t):t()}}:{}].concat(dr)});W\u0026\u0026document.addEventListener(\"selectionchange\",function(){var e\u003ddocument.activeElement;e\u0026\u0026e.vmodel\u0026\u0026Yi(e,\"input\")});var Ki\u003d{inserted:function(e,t,n,r){\"select\"\u003d\u003d\u003dn.tag?(r.elm\u0026\u0026!r.elm._vOptions?ot(n,\"postpatch\",function(){Ki.componentUpdated(e,t,n)}):Ji(e,t,n.context),e._vOptions\u003d[].map.call(e.options,Zi)):(\"textarea\"\u003d\u003d\u003dn.tag||Yn(e.type))\u0026\u0026(e._vModifiers\u003dt.modifiers,t.modifiers.lazy||(e.addEventListener(\"compositionstart\",Gi),e.addEventListener(\"compositionend\",Xi),e.addEventListener(\"change\",Xi),W\u0026\u0026(e.vmodel\u003d!0)))},componentUpdated:function(e,t,n){if(\"select\"\u003d\u003d\u003dn.tag){Ji(e,t,n.context);var r\u003de._vOptions,i\u003de._vOptions\u003d[].map.call(e.options,Zi);if(i.some(function(e,t){return!E(e,r[t])}))(e.multiple?t.value.some(function(e){return Wi(e,i)}):t.value!\u003d\u003dt.oldValue\u0026\u0026Wi(t.value,i))\u0026\u0026Yi(e,\"change\")}}};function Ji(e,t,n){qi(e,t,n),(q||Z)\u0026\u0026setTimeout(function(){qi(e,t,n)},0)}function qi(e,t,n){var r\u003dt.value,i\u003de.multiple;if(!i||Array.isArray(r)){for(var o,a,s\u003d0,c\u003de.options.length;s\u003cc;s++)if(a\u003de.options[s],i)o\u003dj(r,Zi(a))\u003e-1,a.selected!\u003d\u003do\u0026\u0026(a.selected\u003do);else if(E(Zi(a),r))return void(e.selectedIndex!\u003d\u003ds\u0026\u0026(e.selectedIndex\u003ds));i||(e.selectedIndex\u003d-1)}}function Wi(e,t){return t.every(function(t){return!E(t,e)})}function Zi(e){return\"_value\"in e?e._value:e.value}function Gi(e){e.target.composing\u003d!0}function Xi(e){e.target.composing\u0026\u0026(e.target.composing\u003d!1,Yi(e.target,\"input\"))}function Yi(e,t){var n\u003ddocument.createEvent(\"HTMLEvents\");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Qi(e){return!e.componentInstance||e.data\u0026\u0026e.data.transition?e:Qi(e.componentInstance._vnode)}var eo\u003d{model:Ki,show:{bind:function(e,t,n){var r\u003dt.value,i\u003d(n\u003dQi(n)).data\u0026\u0026n.data.transition,o\u003de.__vOriginalDisplay\u003d\"none\"\u003d\u003d\u003de.style.display?\"\":e.style.display;r\u0026\u0026i?(n.data.show\u003d!0,Ri(n,function(){e.style.display\u003do})):e.style.display\u003dr?o:\"none\"},update:function(e,t,n){var r\u003dt.value;!r!\u003d!t.oldValue\u0026\u0026((n\u003dQi(n)).data\u0026\u0026n.data.transition?(n.data.show\u003d!0,r?Ri(n,function(){e.style.display\u003de.__vOriginalDisplay}):Hi(n,function(){e.style.display\u003d\"none\"})):e.style.display\u003dr?e.__vOriginalDisplay:\"none\")},unbind:function(e,t,n,r,i){i||(e.style.display\u003de.__vOriginalDisplay)}}},to\u003d{name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function no(e){var t\u003de\u0026\u0026e.componentOptions;return t\u0026\u0026t.Ctor.options.abstract?no(zt(t.children)):e}function ro(e){var t\u003d{},n\u003de.$options;for(var r in n.propsData)t[r]\u003de[r];var i\u003dn._parentListeners;for(var o in i)t[b(o)]\u003di[o];return t}function io(e,t){if(/\\d-keep-alive$/.test(t.tag))return e(\"keep-alive\",{props:t.componentOptions.propsData})}var oo\u003dfunction(e){return e.tag||pt(e)},ao\u003dfunction(e){return\"show\"\u003d\u003d\u003de.name},so\u003d{name:\"transition\",props:to,abstract:!0,render:function(e){var t\u003dthis,n\u003dthis.$slots.default;if(n\u0026\u0026(n\u003dn.filter(oo)).length){var r\u003dthis.mode,o\u003dn[0];if(function(e){for(;e\u003de.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var a\u003dno(o);if(!a)return o;if(this._leaving)return io(e,o);var s\u003d\"__transition-\"+this._uid+\"-\";a.key\u003dnull\u003d\u003da.key?a.isComment?s+\"comment\":s+a.tag:i(a.key)?0\u003d\u003d\u003dString(a.key).indexOf(s)?a.key:s+a.key:a.key;var c\u003d(a.data||(a.data\u003d{})).transition\u003dro(this),u\u003dthis._vnode,l\u003dno(u);if(a.data.directives\u0026\u0026a.data.directives.some(ao)\u0026\u0026(a.data.show\u003d!0),l\u0026\u0026l.data\u0026\u0026!function(e,t){return t.key\u003d\u003d\u003de.key\u0026\u0026t.tag\u003d\u003d\u003de.tag}(a,l)\u0026\u0026!pt(l)\u0026\u0026(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f\u003dl.data.transition\u003dA({},c);if(\"out-in\"\u003d\u003d\u003dr)return this._leaving\u003d!0,ot(f,\"afterLeave\",function(){t._leaving\u003d!1,t.$forceUpdate()}),io(e,o);if(\"in-out\"\u003d\u003d\u003dr){if(pt(a))return u;var p,d\u003dfunction(){p()};ot(c,\"afterEnter\",d),ot(c,\"enterCancelled\",d),ot(f,\"delayLeave\",function(e){p\u003de})}}return o}}},co\u003dA({tag:String,moveClass:String},to);function uo(e){e.elm._moveCb\u0026\u0026e.elm._moveCb(),e.elm._enterCb\u0026\u0026e.elm._enterCb()}function lo(e){e.data.newPos\u003de.elm.getBoundingClientRect()}function fo(e){var t\u003de.data.pos,n\u003de.data.newPos,r\u003dt.left-n.left,i\u003dt.top-n.top;if(r||i){e.data.moved\u003d!0;var o\u003de.elm.style;o.transform\u003do.WebkitTransform\u003d\"translate(\"+r+\"px,\"+i+\"px)\",o.transitionDuration\u003d\"0s\"}}delete co.mode;var po\u003d{Transition:so,TransitionGroup:{props:co,beforeMount:function(){var e\u003dthis,t\u003dthis._update;this._update\u003dfunction(n,r){var i\u003dGt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode\u003de.kept,i(),t.call(e,n,r)}},render:function(e){for(var t\u003dthis.tag||this.$vnode.data.tag||\"span\",n\u003dObject.create(null),r\u003dthis.prevChildren\u003dthis.children,i\u003dthis.$slots.default||[],o\u003dthis.children\u003d[],a\u003dro(this),s\u003d0;s\u003ci.length;s++){var c\u003di[s];c.tag\u0026\u0026null!\u003dc.key\u0026\u00260!\u003d\u003dString(c.key).indexOf(\"__vlist\")\u0026\u0026(o.push(c),n[c.key]\u003dc,(c.data||(c.data\u003d{})).transition\u003da)}if(r){for(var u\u003d[],l\u003d[],f\u003d0;f\u003cr.length;f++){var p\u003dr[f];p.data.transition\u003da,p.data.pos\u003dp.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept\u003de(t,null,u),this.removed\u003dl}return e(t,null,o)},updated:function(){var e\u003dthis.prevChildren,t\u003dthis.moveClass||(this.name||\"v\")+\"-move\";e.length\u0026\u0026this.hasMove(e[0].elm,t)\u0026\u0026(e.forEach(uo),e.forEach(lo),e.forEach(fo),this._reflow\u003ddocument.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n\u003de.elm,r\u003dn.style;ji(n,t),r.transform\u003dr.WebkitTransform\u003dr.transitionDuration\u003d\"\",n.addEventListener(Oi,n._moveCb\u003dfunction e(r){r\u0026\u0026r.target!\u003d\u003dn||r\u0026\u0026!/transform$/.test(r.propertyName)||(n.removeEventListener(Oi,e),n._moveCb\u003dnull,Di(n,t))})}}))},methods:{hasMove:function(e,t){if(!Ci)return!1;if(this._hasMove)return this._hasMove;var n\u003de.cloneNode();e._transitionClasses\u0026\u0026e._transitionClasses.forEach(function(e){bi(n,e)}),_i(n,t),n.style.display\u003d\"none\",this.$el.appendChild(n);var r\u003dMi(n);return this.$el.removeChild(n),this._hasMove\u003dr.hasTransform}}}};Cn.config.mustUseProp\u003dDn,Cn.config.isReservedTag\u003dZn,Cn.config.isReservedAttr\u003dEn,Cn.config.getTagNamespace\u003dGn,Cn.config.isUnknownElement\u003dfunction(e){if(!V)return!0;if(Zn(e))return!1;if(e\u003de.toLowerCase(),null!\u003dXn[e])return Xn[e];var t\u003ddocument.createElement(e);return e.indexOf(\"-\")\u003e-1?Xn[e]\u003dt.constructor\u003d\u003d\u003dwindow.HTMLUnknownElement||t.constructor\u003d\u003d\u003dwindow.HTMLElement:Xn[e]\u003d/HTMLUnknownElement/.test(t.toString())},A(Cn.options.directives,eo),A(Cn.options.components,po),Cn.prototype.__patch__\u003dV?zi:S,Cn.prototype.$mount\u003dfunction(e,t){return function(e,t,n){var r;return e.$el\u003dt,e.$options.render||(e.$options.render\u003dve),Qt(e,\"beforeMount\"),r\u003dfunction(){e._update(e._render(),n)},new pn(e,r,S,{before:function(){e._isMounted\u0026\u0026!e._isDestroyed\u0026\u0026Qt(e,\"beforeUpdate\")}},!0),n\u003d!1,null\u003d\u003de.$vnode\u0026\u0026(e._isMounted\u003d!0,Qt(e,\"mounted\")),e}(this,e\u003de\u0026\u0026V?Qn(e):void 0,t)},V\u0026\u0026setTimeout(function(){F.devtools\u0026\u0026ne\u0026\u0026ne.emit(\"init\",Cn)},0);var vo\u003d/\\{\\{((?:.|\\r?\\n)+?)\\}\\}/g,ho\u003d/[-.*+?^${}()|[\\]\\/\\\\]/g,mo\u003dg(function(e){var t\u003de[0].replace(ho,\"\\\\$\u0026\"),n\u003de[1].replace(ho,\"\\\\$\u0026\");return new RegExp(t+\"((?:.|\\\\n)+?)\"+n,\"g\")});var yo\u003d{staticKeys:[\"staticClass\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"class\");n\u0026\u0026(e.staticClass\u003dJSON.stringify(n));var r\u003dFr(e,\"class\",!1);r\u0026\u0026(e.classBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticClass\u0026\u0026(t+\u003d\"staticClass:\"+e.staticClass+\",\"),e.classBinding\u0026\u0026(t+\u003d\"class:\"+e.classBinding+\",\"),t}};var go,_o\u003d{staticKeys:[\"staticStyle\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"style\");n\u0026\u0026(e.staticStyle\u003dJSON.stringify(si(n)));var r\u003dFr(e,\"style\",!1);r\u0026\u0026(e.styleBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticStyle\u0026\u0026(t+\u003d\"staticStyle:\"+e.staticStyle+\",\"),e.styleBinding\u0026\u0026(t+\u003d\"style:(\"+e.styleBinding+\"),\"),t}},bo\u003dfunction(e){return(go\u003dgo||document.createElement(\"div\")).innerHTML\u003de,go.textContent},$o\u003dp(\"area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr\"),wo\u003dp(\"colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source\"),Co\u003dp(\"address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track\"),xo\u003d/^\\s*([^\\s\"\u0027\u003c\u003e\\/\u003d]+)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,ko\u003d/^\\s*((?:v-[\\w-]+:|@|:|#)\\[[^\u003d]+?\\][^\\s\"\u0027\u003c\u003e\\/\u003d]*)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,Ao\u003d\"[a-zA-Z_][\\\\-\\\\.0-9_a-zA-Z\"+P.source+\"]*\",Oo\u003d\"((?:\"+Ao+\"\\\\:)?\"+Ao+\")\",So\u003dnew RegExp(\"^\u003c\"+Oo),To\u003d/^\\s*(\\/?)\u003e/,No\u003dnew RegExp(\"^\u003c\\\\/\"+Oo+\"[^\u003e]*\u003e\"),Eo\u003d/^\u003c!DOCTYPE [^\u003e]+\u003e/i,jo\u003d/^\u003c!\\--/,Do\u003d/^\u003c!\\[/,Lo\u003dp(\"script,style,textarea\",!0),Io\u003d{},Mo\u003d{\"\u0026lt;\":\"\u003c\",\"\u0026gt;\":\"\u003e\",\"\u0026quot;\":\u0027\"\u0027,\"\u0026amp;\":\"\u0026\",\"\u0026#10;\":\"\\n\",\"\u0026#9;\":\"\\t\",\"\u0026#39;\":\"\u0027\"},Fo\u003d/\u0026(?:lt|gt|quot|amp|#39);/g,Po\u003d/\u0026(?:lt|gt|quot|amp|#39|#10|#9);/g,Ro\u003dp(\"pre,textarea\",!0),Ho\u003dfunction(e,t){return e\u0026\u0026Ro(e)\u0026\u0026\"\\n\"\u003d\u003d\u003dt[0]};function Bo(e,t){var n\u003dt?Po:Fo;return e.replace(n,function(e){return Mo[e]})}var Uo,Vo,zo,Ko,Jo,qo,Wo,Zo,Go\u003d/^@|^v-on:/,Xo\u003d/^v-|^@|^:|^#/,Yo\u003d/([\\s\\S]*?)\\s+(?:in|of)\\s+([\\s\\S]*)/,Qo\u003d/,([^,\\}\\]]*)(?:,([^,\\}\\]]*))?$/,ea\u003d/^\\(|\\)$/g,ta\u003d/^\\[.*\\]$/,na\u003d/:(.*)$/,ra\u003d/^:|^\\.|^v-bind:/,ia\u003d/\\.[^.\\]]+(?\u003d[^\\]]*$)/g,oa\u003d/^v-slot(:|$)|^#/,aa\u003d/[\\r\\n]/,sa\u003d/[ \\f\\t\\r\\n]+/g,ca\u003dg(bo),ua\u003d\"_empty_\";function la(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:ya(t),rawAttrsMap:{},parent:n,children:[]}}function fa(e,t){Uo\u003dt.warn||Tr,qo\u003dt.isPreTag||T,Wo\u003dt.mustUseProp||T,Zo\u003dt.getTagNamespace||T;t.isReservedTag;zo\u003dNr(t.modules,\"transformNode\"),Ko\u003dNr(t.modules,\"preTransformNode\"),Jo\u003dNr(t.modules,\"postTransformNode\"),Vo\u003dt.delimiters;var n,r,i\u003d[],o\u003d!1!\u003d\u003dt.preserveWhitespace,a\u003dt.whitespace,s\u003d!1,c\u003d!1;function u(e){if(l(e),s||e.processed||(e\u003dpa(e,t)),i.length||e\u003d\u003d\u003dn||n.if\u0026\u0026(e.elseif||e.else)\u0026\u0026va(n,{exp:e.elseif,block:e}),r\u0026\u0026!e.forbidden)if(e.elseif||e.else)a\u003de,(u\u003dfunction(e){var t\u003de.length;for(;t--;){if(1\u003d\u003d\u003de[t].type)return e[t];e.pop()}}(r.children))\u0026\u0026u.if\u0026\u0026va(u,{exp:a.elseif,block:a});else{if(e.slotScope){var o\u003de.slotTarget||\u0027\"default\"\u0027;(r.scopedSlots||(r.scopedSlots\u003d{}))[o]\u003de}r.children.push(e),e.parent\u003dr}var a,u;e.children\u003de.children.filter(function(e){return!e.slotScope}),l(e),e.pre\u0026\u0026(s\u003d!1),qo(e.tag)\u0026\u0026(c\u003d!1);for(var f\u003d0;f\u003cJo.length;f++)Jo[f](e,t)}function l(e){if(!c)for(var t;(t\u003de.children[e.children.length-1])\u0026\u00263\u003d\u003d\u003dt.type\u0026\u0026\" \"\u003d\u003d\u003dt.text;)e.children.pop()}return function(e,t){for(var n,r,i\u003d[],o\u003dt.expectHTML,a\u003dt.isUnaryTag||T,s\u003dt.canBeLeftOpenTag||T,c\u003d0;e;){if(n\u003de,r\u0026\u0026Lo(r)){var u\u003d0,l\u003dr.toLowerCase(),f\u003dIo[l]||(Io[l]\u003dnew RegExp(\"([\\\\s\\\\S]*?)(\u003c/\"+l+\"[^\u003e]*\u003e)\",\"i\")),p\u003de.replace(f,function(e,n,r){return u\u003dr.length,Lo(l)||\"noscript\"\u003d\u003d\u003dl||(n\u003dn.replace(/\u003c!\\--([\\s\\S]*?)--\u003e/g,\"$1\").replace(/\u003c!\\[CDATA\\[([\\s\\S]*?)]]\u003e/g,\"$1\")),Ho(l,n)\u0026\u0026(n\u003dn.slice(1)),t.chars\u0026\u0026t.chars(n),\"\"});c+\u003de.length-p.length,e\u003dp,A(l,c-u,c)}else{var d\u003de.indexOf(\"\u003c\");if(0\u003d\u003d\u003dd){if(jo.test(e)){var v\u003de.indexOf(\"--\\x3e\");if(v\u003e\u003d0){t.shouldKeepComment\u0026\u0026t.comment(e.substring(4,v),c,c+v+3),C(v+3);continue}}if(Do.test(e)){var h\u003de.indexOf(\"]\u003e\");if(h\u003e\u003d0){C(h+2);continue}}var m\u003de.match(Eo);if(m){C(m[0].length);continue}var y\u003de.match(No);if(y){var g\u003dc;C(y[0].length),A(y[1],g,c);continue}var _\u003dx();if(_){k(_),Ho(_.tagName,e)\u0026\u0026C(1);continue}}var b\u003dvoid 0,$\u003dvoid 0,w\u003dvoid 0;if(d\u003e\u003d0){for($\u003de.slice(d);!(No.test($)||So.test($)||jo.test($)||Do.test($)||(w\u003d$.indexOf(\"\u003c\",1))\u003c0);)d+\u003dw,$\u003de.slice(d);b\u003de.substring(0,d)}d\u003c0\u0026\u0026(b\u003de),b\u0026\u0026C(b.length),t.chars\u0026\u0026b\u0026\u0026t.chars(b,c-b.length,c)}if(e\u003d\u003d\u003dn){t.chars\u0026\u0026t.chars(e);break}}function C(t){c+\u003dt,e\u003de.substring(t)}function x(){var t\u003de.match(So);if(t){var n,r,i\u003d{tagName:t[1],attrs:[],start:c};for(C(t[0].length);!(n\u003de.match(To))\u0026\u0026(r\u003de.match(ko)||e.match(xo));)r.start\u003dc,C(r[0].length),r.end\u003dc,i.attrs.push(r);if(n)return i.unarySlash\u003dn[1],C(n[0].length),i.end\u003dc,i}}function k(e){var n\u003de.tagName,c\u003de.unarySlash;o\u0026\u0026(\"p\"\u003d\u003d\u003dr\u0026\u0026Co(n)\u0026\u0026A(r),s(n)\u0026\u0026r\u003d\u003d\u003dn\u0026\u0026A(n));for(var u\u003da(n)||!!c,l\u003de.attrs.length,f\u003dnew Array(l),p\u003d0;p\u003cl;p++){var d\u003de.attrs[p],v\u003dd[3]||d[4]||d[5]||\"\",h\u003d\"a\"\u003d\u003d\u003dn\u0026\u0026\"href\"\u003d\u003d\u003dd[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;f[p]\u003d{name:d[1],value:Bo(v,h)}}u||(i.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:f,start:e.start,end:e.end}),r\u003dn),t.start\u0026\u0026t.start(n,f,u,e.start,e.end)}function A(e,n,o){var a,s;if(null\u003d\u003dn\u0026\u0026(n\u003dc),null\u003d\u003do\u0026\u0026(o\u003dc),e)for(s\u003de.toLowerCase(),a\u003di.length-1;a\u003e\u003d0\u0026\u0026i[a].lowerCasedTag!\u003d\u003ds;a--);else a\u003d0;if(a\u003e\u003d0){for(var u\u003di.length-1;u\u003e\u003da;u--)t.end\u0026\u0026t.end(i[u].tag,n,o);i.length\u003da,r\u003da\u0026\u0026i[a-1].tag}else\"br\"\u003d\u003d\u003ds?t.start\u0026\u0026t.start(e,[],!0,n,o):\"p\"\u003d\u003d\u003ds\u0026\u0026(t.start\u0026\u0026t.start(e,[],!1,n,o),t.end\u0026\u0026t.end(e,n,o))}A()}(e,{warn:Uo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,o,a,l,f){var p\u003dr\u0026\u0026r.ns||Zo(e);q\u0026\u0026\"svg\"\u003d\u003d\u003dp\u0026\u0026(o\u003dfunction(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++){var r\u003de[n];ga.test(r.name)||(r.name\u003dr.name.replace(_a,\"\"),t.push(r))}return t}(o));var d,v\u003dla(e,o,r);p\u0026\u0026(v.ns\u003dp),\"style\"!\u003d\u003d(d\u003dv).tag\u0026\u0026(\"script\"!\u003d\u003dd.tag||d.attrsMap.type\u0026\u0026\"text/javascript\"!\u003d\u003dd.attrsMap.type)||te()||(v.forbidden\u003d!0);for(var h\u003d0;h\u003cKo.length;h++)v\u003dKo[h](v,t)||v;s||(!function(e){null!\u003dPr(e,\"v-pre\")\u0026\u0026(e.pre\u003d!0)}(v),v.pre\u0026\u0026(s\u003d!0)),qo(v.tag)\u0026\u0026(c\u003d!0),s?function(e){var t\u003de.attrsList,n\u003dt.length;if(n)for(var r\u003de.attrs\u003dnew Array(n),i\u003d0;i\u003cn;i++)r[i]\u003d{name:t[i].name,value:JSON.stringify(t[i].value)},null!\u003dt[i].start\u0026\u0026(r[i].start\u003dt[i].start,r[i].end\u003dt[i].end);else e.pre||(e.plain\u003d!0)}(v):v.processed||(da(v),function(e){var t\u003dPr(e,\"v-if\");if(t)e.if\u003dt,va(e,{exp:t,block:e});else{null!\u003dPr(e,\"v-else\")\u0026\u0026(e.else\u003d!0);var n\u003dPr(e,\"v-else-if\");n\u0026\u0026(e.elseif\u003dn)}}(v),function(e){null!\u003dPr(e,\"v-once\")\u0026\u0026(e.once\u003d!0)}(v)),n||(n\u003dv),a?u(v):(r\u003dv,i.push(v))},end:function(e,t,n){var o\u003di[i.length-1];i.length-\u003d1,r\u003di[i.length-1],u(o)},chars:function(e,t,n){if(r\u0026\u0026(!q||\"textarea\"!\u003d\u003dr.tag||r.attrsMap.placeholder!\u003d\u003de)){var i,u,l,f\u003dr.children;if(e\u003dc||e.trim()?\"script\"\u003d\u003d\u003d(i\u003dr).tag||\"style\"\u003d\u003d\u003di.tag?e:ca(e):f.length?a?\"condense\"\u003d\u003d\u003da\u0026\u0026aa.test(e)?\"\":\" \":o?\" \":\"\":\"\")c||\"condense\"!\u003d\u003da||(e\u003de.replace(sa,\" \")),!s\u0026\u0026\" \"!\u003d\u003de\u0026\u0026(u\u003dfunction(e,t){var n\u003dt?mo(t):vo;if(n.test(e)){for(var r,i,o,a\u003d[],s\u003d[],c\u003dn.lastIndex\u003d0;r\u003dn.exec(e);){(i\u003dr.index)\u003ec\u0026\u0026(s.push(o\u003de.slice(c,i)),a.push(JSON.stringify(o)));var u\u003dOr(r[1].trim());a.push(\"_s(\"+u+\")\"),s.push({\"@binding\":u}),c\u003di+r[0].length}return c\u003ce.length\u0026\u0026(s.push(o\u003de.slice(c)),a.push(JSON.stringify(o))),{expression:a.join(\"+\"),tokens:s}}}(e,Vo))?l\u003d{type:2,expression:u.expression,tokens:u.tokens,text:e}:\" \"\u003d\u003d\u003de\u0026\u0026f.length\u0026\u0026\" \"\u003d\u003d\u003df[f.length-1].text||(l\u003d{type:3,text:e}),l\u0026\u0026f.push(l)}},comment:function(e,t,n){if(r){var i\u003d{type:3,text:e,isComment:!0};r.children.push(i)}}}),n}function pa(e,t){var n,r;(r\u003dFr(n\u003de,\"key\"))\u0026\u0026(n.key\u003dr),e.plain\u003d!e.key\u0026\u0026!e.scopedSlots\u0026\u0026!e.attrsList.length,function(e){var t\u003dFr(e,\"ref\");t\u0026\u0026(e.ref\u003dt,e.refInFor\u003dfunction(e){var t\u003de;for(;t;){if(void 0!\u003d\u003dt.for)return!0;t\u003dt.parent}return!1}(e))}(e),function(e){var t;\"template\"\u003d\u003d\u003de.tag?(t\u003dPr(e,\"scope\"),e.slotScope\u003dt||Pr(e,\"slot-scope\")):(t\u003dPr(e,\"slot-scope\"))\u0026\u0026(e.slotScope\u003dt);var n\u003dFr(e,\"slot\");n\u0026\u0026(e.slotTarget\u003d\u0027\"\"\u0027\u003d\u003d\u003dn?\u0027\"default\"\u0027:n,e.slotTargetDynamic\u003d!(!e.attrsMap[\":slot\"]\u0026\u0026!e.attrsMap[\"v-bind:slot\"]),\"template\"\u003d\u003d\u003de.tag||e.slotScope||jr(e,\"slot\",n,function(e,t){return e.rawAttrsMap[\":\"+t]||e.rawAttrsMap[\"v-bind:\"+t]||e.rawAttrsMap[t]}(e,\"slot\")));if(\"template\"\u003d\u003d\u003de.tag){var r\u003dRr(e,oa);if(r){var i\u003dha(r),o\u003di.name,a\u003di.dynamic;e.slotTarget\u003do,e.slotTargetDynamic\u003da,e.slotScope\u003dr.value||ua}}else{var s\u003dRr(e,oa);if(s){var c\u003de.scopedSlots||(e.scopedSlots\u003d{}),u\u003dha(s),l\u003du.name,f\u003du.dynamic,p\u003dc[l]\u003dla(\"template\",[],e);p.slotTarget\u003dl,p.slotTargetDynamic\u003df,p.children\u003de.children.filter(function(e){if(!e.slotScope)return e.parent\u003dp,!0}),p.slotScope\u003ds.value||ua,e.children\u003d[],e.plain\u003d!1}}}(e),function(e){\"slot\"\u003d\u003d\u003de.tag\u0026\u0026(e.slotName\u003dFr(e,\"name\"))}(e),function(e){var t;(t\u003dFr(e,\"is\"))\u0026\u0026(e.component\u003dt);null!\u003dPr(e,\"inline-template\")\u0026\u0026(e.inlineTemplate\u003d!0)}(e);for(var i\u003d0;i\u003czo.length;i++)e\u003dzo[i](e,t)||e;return function(e){var t,n,r,i,o,a,s,c,u\u003de.attrsList;for(t\u003d0,n\u003du.length;t\u003cn;t++)if(r\u003di\u003du[t].name,o\u003du[t].value,Xo.test(r))if(e.hasBindings\u003d!0,(a\u003dma(r.replace(Xo,\"\")))\u0026\u0026(r\u003dr.replace(ia,\"\")),ra.test(r))r\u003dr.replace(ra,\"\"),o\u003dOr(o),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),a\u0026\u0026(a.prop\u0026\u0026!c\u0026\u0026\"innerHtml\"\u003d\u003d\u003d(r\u003db(r))\u0026\u0026(r\u003d\"innerHTML\"),a.camel\u0026\u0026!c\u0026\u0026(r\u003db(r)),a.sync\u0026\u0026(s\u003dUr(o,\"$event\"),c?Mr(e,\u0027\"update:\"+(\u0027+r+\")\",s,null,!1,0,u[t],!0):(Mr(e,\"update:\"+b(r),s,null,!1,0,u[t]),C(r)!\u003d\u003db(r)\u0026\u0026Mr(e,\"update:\"+C(r),s,null,!1,0,u[t])))),a\u0026\u0026a.prop||!e.component\u0026\u0026Wo(e.tag,e.attrsMap.type,r)?Er(e,r,o,u[t],c):jr(e,r,o,u[t],c);else if(Go.test(r))r\u003dr.replace(Go,\"\"),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),Mr(e,r,o,a,!1,0,u[t],c);else{var l\u003d(r\u003dr.replace(Xo,\"\")).match(na),f\u003dl\u0026\u0026l[1];c\u003d!1,f\u0026\u0026(r\u003dr.slice(0,-(f.length+1)),ta.test(f)\u0026\u0026(f\u003df.slice(1,-1),c\u003d!0)),Lr(e,r,i,o,f,c,a,u[t])}else jr(e,r,JSON.stringify(o),u[t]),!e.component\u0026\u0026\"muted\"\u003d\u003d\u003dr\u0026\u0026Wo(e.tag,e.attrsMap.type,r)\u0026\u0026Er(e,r,\"true\",u[t])}(e),e}function da(e){var t;if(t\u003dPr(e,\"v-for\")){var n\u003dfunction(e){var t\u003de.match(Yo);if(!t)return;var n\u003d{};n.for\u003dt[2].trim();var r\u003dt[1].trim().replace(ea,\"\"),i\u003dr.match(Qo);i?(n.alias\u003dr.replace(Qo,\"\").trim(),n.iterator1\u003di[1].trim(),i[2]\u0026\u0026(n.iterator2\u003di[2].trim())):n.alias\u003dr;return n}(t);n\u0026\u0026A(e,n)}}function va(e,t){e.ifConditions||(e.ifConditions\u003d[]),e.ifConditions.push(t)}function ha(e){var t\u003de.name.replace(oa,\"\");return t||\"#\"!\u003d\u003de.name[0]\u0026\u0026(t\u003d\"default\"),ta.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:\u0027\"\u0027+t+\u0027\"\u0027,dynamic:!1}}function ma(e){var t\u003de.match(ia);if(t){var n\u003d{};return t.forEach(function(e){n[e.slice(1)]\u003d!0}),n}}function ya(e){for(var t\u003d{},n\u003d0,r\u003de.length;n\u003cr;n++)t[e[n].name]\u003de[n].value;return t}var ga\u003d/^xmlns:NS\\d+/,_a\u003d/^NS\\d+:/;function ba(e){return la(e.tag,e.attrsList.slice(),e.parent)}var $a\u003d[yo,_o,{preTransformNode:function(e,t){if(\"input\"\u003d\u003d\u003de.tag){var n,r\u003de.attrsMap;if(!r[\"v-model\"])return;if((r[\":type\"]||r[\"v-bind:type\"])\u0026\u0026(n\u003dFr(e,\"type\")),r.type||n||!r[\"v-bind\"]||(n\u003d\"(\"+r[\"v-bind\"]+\").type\"),n){var i\u003dPr(e,\"v-if\",!0),o\u003di?\"\u0026\u0026(\"+i+\")\":\"\",a\u003dnull!\u003dPr(e,\"v-else\",!0),s\u003dPr(e,\"v-else-if\",!0),c\u003dba(e);da(c),Dr(c,\"type\",\"checkbox\"),pa(c,t),c.processed\u003d!0,c.if\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027checkbox\u0027\"+o,va(c,{exp:c.if,block:c});var u\u003dba(e);Pr(u,\"v-for\",!0),Dr(u,\"type\",\"radio\"),pa(u,t),va(c,{exp:\"(\"+n+\")\u003d\u003d\u003d\u0027radio\u0027\"+o,block:u});var l\u003dba(e);return Pr(l,\"v-for\",!0),Dr(l,\":type\",n),pa(l,t),va(c,{exp:i,block:l}),a?c.else\u003d!0:s\u0026\u0026(c.elseif\u003ds),c}}}}];var wa,Ca,xa\u003d{expectHTML:!0,modules:$a,directives:{model:function(e,t,n){var r\u003dt.value,i\u003dt.modifiers,o\u003de.tag,a\u003de.attrsMap.type;if(e.component)return Br(e,r,i),!1;if(\"select\"\u003d\u003d\u003do)!function(e,t,n){var r\u003d\u0027var $$selectedVal \u003d Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val \u003d \"_value\" in o ? o._value : o.value;return \u0027+(n\u0026\u0026n.number?\"_n(val)\":\"val\")+\"});\";r\u003dr+\" \"+Ur(t,\"$event.target.multiple ? $$selectedVal : $$selectedVal[0]\"),Mr(e,\"change\",r,null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"checkbox\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\",o\u003dFr(e,\"true-value\")||\"true\",a\u003dFr(e,\"false-value\")||\"false\";Er(e,\"checked\",\"Array.isArray(\"+t+\")?_i(\"+t+\",\"+i+\")\u003e-1\"+(\"true\"\u003d\u003d\u003do?\":(\"+t+\")\":\":_q(\"+t+\",\"+o+\")\")),Mr(e,\"change\",\"var $$a\u003d\"+t+\",$$el\u003d$event.target,$$c\u003d$$el.checked?(\"+o+\"):(\"+a+\");if(Array.isArray($$a)){var $$v\u003d\"+(r?\"_n(\"+i+\")\":i)+\",$$i\u003d_i($$a,$$v);if($$el.checked){$$i\u003c0\u0026\u0026(\"+Ur(t,\"$$a.concat([$$v])\")+\")}else{$$i\u003e-1\u0026\u0026(\"+Ur(t,\"$$a.slice(0,$$i).concat($$a.slice($$i+1))\")+\")}}else{\"+Ur(t,\"$$c\")+\"}\",null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"radio\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\";Er(e,\"checked\",\"_q(\"+t+\",\"+(i\u003dr?\"_n(\"+i+\")\":i)+\")\"),Mr(e,\"change\",Ur(t,i),null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do||\"textarea\"\u003d\u003d\u003do)!function(e,t,n){var r\u003de.attrsMap.type,i\u003dn||{},o\u003di.lazy,a\u003di.number,s\u003di.trim,c\u003d!o\u0026\u0026\"range\"!\u003d\u003dr,u\u003do?\"change\":\"range\"\u003d\u003d\u003dr?Zr:\"input\",l\u003d\"$event.target.value\";s\u0026\u0026(l\u003d\"$event.target.value.trim()\"),a\u0026\u0026(l\u003d\"_n(\"+l+\")\");var f\u003dUr(t,l);c\u0026\u0026(f\u003d\"if($event.target.composing)return;\"+f),Er(e,\"value\",\"(\"+t+\")\"),Mr(e,u,f,null,!0),(s||a)\u0026\u0026Mr(e,\"blur\",\"$forceUpdate()\")}(e,r,i);else if(!F.isReservedTag(o))return Br(e,r,i),!1;return!0},text:function(e,t){t.value\u0026\u0026Er(e,\"textContent\",\"_s(\"+t.value+\")\",t)},html:function(e,t){t.value\u0026\u0026Er(e,\"innerHTML\",\"_s(\"+t.value+\")\",t)}},isPreTag:function(e){return\"pre\"\u003d\u003d\u003de},isUnaryTag:$o,mustUseProp:Dn,canBeLeftOpenTag:wo,isReservedTag:Zn,getTagNamespace:Gn,staticKeys:function(e){return e.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(\",\")}($a)},ka\u003dg(function(e){return p(\"type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap\"+(e?\",\"+e:\"\"))});function Aa(e,t){e\u0026\u0026(wa\u003dka(t.staticKeys||\"\"),Ca\u003dt.isReservedTag||T,function e(t){t.static\u003dfunction(e){if(2\u003d\u003d\u003de.type)return!1;if(3\u003d\u003d\u003de.type)return!0;return!(!e.pre\u0026\u0026(e.hasBindings||e.if||e.for||d(e.tag)||!Ca(e.tag)||function(e){for(;e.parent;){if(\"template\"!\u003d\u003d(e\u003de.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every(wa)))}(t);if(1\u003d\u003d\u003dt.type){if(!Ca(t.tag)\u0026\u0026\"slot\"!\u003d\u003dt.tag\u0026\u0026null\u003d\u003dt.attrsMap[\"inline-template\"])return;for(var n\u003d0,r\u003dt.children.length;n\u003cr;n++){var i\u003dt.children[n];e(i),i.static||(t.static\u003d!1)}if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++){var s\u003dt.ifConditions[o].block;e(s),s.static||(t.static\u003d!1)}}}(e),function e(t,n){if(1\u003d\u003d\u003dt.type){if((t.static||t.once)\u0026\u0026(t.staticInFor\u003dn),t.static\u0026\u0026t.children.length\u0026\u0026(1!\u003d\u003dt.children.length||3!\u003d\u003dt.children[0].type))return void(t.staticRoot\u003d!0);if(t.staticRoot\u003d!1,t.children)for(var r\u003d0,i\u003dt.children.length;r\u003ci;r++)e(t.children[r],n||!!t.for);if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++)e(t.ifConditions[o].block,n)}}(e,!1))}var Oa\u003d/^([\\w$_]+|\\([^)]*?\\))\\s*\u003d\u003e|^function(?:\\s+[\\w$]+)?\\s*\\(/,Sa\u003d/\\([^)]*?\\);*$/,Ta\u003d/^[A-Za-z_$][\\w$]*(?:\\.[A-Za-z_$][\\w$]*|\\[\u0027[^\u0027]*?\u0027]|\\[\"[^\"]*?\"]|\\[\\d+]|\\[[A-Za-z_$][\\w$]*])*$/,Na\u003d{esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ea\u003d{esc:[\"Esc\",\"Escape\"],tab:\"Tab\",enter:\"Enter\",space:[\" \",\"Spacebar\"],up:[\"Up\",\"ArrowUp\"],left:[\"Left\",\"ArrowLeft\"],right:[\"Right\",\"ArrowRight\"],down:[\"Down\",\"ArrowDown\"],delete:[\"Backspace\",\"Delete\",\"Del\"]},ja\u003dfunction(e){return\"if(\"+e+\")return null;\"},Da\u003d{stop:\"$event.stopPropagation();\",prevent:\"$event.preventDefault();\",self:ja(\"$event.target !\u003d\u003d $event.currentTarget\"),ctrl:ja(\"!$event.ctrlKey\"),shift:ja(\"!$event.shiftKey\"),alt:ja(\"!$event.altKey\"),meta:ja(\"!$event.metaKey\"),left:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 0\"),middle:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 1\"),right:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 2\")};function La(e,t){var n\u003dt?\"nativeOn:\":\"on:\",r\u003d\"\",i\u003d\"\";for(var o in e){var a\u003dIa(e[o]);e[o]\u0026\u0026e[o].dynamic?i+\u003do+\",\"+a+\",\":r+\u003d\u0027\"\u0027+o+\u0027\":\u0027+a+\",\"}return r\u003d\"{\"+r.slice(0,-1)+\"}\",i?n+\"_d(\"+r+\",[\"+i.slice(0,-1)+\"])\":n+r}function Ia(e){if(!e)return\"function(){}\";if(Array.isArray(e))return\"[\"+e.map(function(e){return Ia(e)}).join(\",\")+\"]\";var t\u003dTa.test(e.value),n\u003dOa.test(e.value),r\u003dTa.test(e.value.replace(Sa,\"\"));if(e.modifiers){var i\u003d\"\",o\u003d\"\",a\u003d[];for(var s in e.modifiers)if(Da[s])o+\u003dDa[s],Na[s]\u0026\u0026a.push(s);else if(\"exact\"\u003d\u003d\u003ds){var c\u003de.modifiers;o+\u003dja([\"ctrl\",\"shift\",\"alt\",\"meta\"].filter(function(e){return!c[e]}).map(function(e){return\"$event.\"+e+\"Key\"}).join(\"||\"))}else a.push(s);return a.length\u0026\u0026(i+\u003dfunction(e){return\"if(!$event.type.indexOf(\u0027key\u0027)\u0026\u0026\"+e.map(Ma).join(\"\u0026\u0026\")+\")return null;\"}(a)),o\u0026\u0026(i+\u003do),\"function($event){\"+i+(t?\"return \"+e.value+\".apply(null, arguments)\":n?\"return (\"+e.value+\").apply(null, arguments)\":r?\"return \"+e.value:e.value)+\"}\"}return t||n?e.value:\"function($event){\"+(r?\"return \"+e.value:e.value)+\"}\"}function Ma(e){var t\u003dparseInt(e,10);if(t)return\"$event.keyCode!\u003d\u003d\"+t;var n\u003dNa[e],r\u003dEa[e];return\"_k($event.keyCode,\"+JSON.stringify(e)+\",\"+JSON.stringify(n)+\",$event.key,\"+JSON.stringify(r)+\")\"}var Fa\u003d{on:function(e,t){e.wrapListeners\u003dfunction(e){return\"_g(\"+e+\",\"+t.value+\")\"}},bind:function(e,t){e.wrapData\u003dfunction(n){return\"_b(\"+n+\",\u0027\"+e.tag+\"\u0027,\"+t.value+\",\"+(t.modifiers\u0026\u0026t.modifiers.prop?\"true\":\"false\")+(t.modifiers\u0026\u0026t.modifiers.sync?\",true\":\"\")+\")\"}},cloak:S},Pa\u003dfunction(e){this.options\u003de,this.warn\u003de.warn||Tr,this.transforms\u003dNr(e.modules,\"transformCode\"),this.dataGenFns\u003dNr(e.modules,\"genData\"),this.directives\u003dA(A({},Fa),e.directives);var t\u003de.isReservedTag||T;this.maybeComponent\u003dfunction(e){return!!e.component||!t(e.tag)},this.onceId\u003d0,this.staticRenderFns\u003d[],this.pre\u003d!1};function Ra(e,t){var n\u003dnew Pa(t);return{render:\"with(this){return \"+(e?\"script\"\u003d\u003d\u003de.tag?\"null\":Ha(e,n):\u0027_c(\"div\")\u0027)+\"}\",staticRenderFns:n.staticRenderFns}}function Ha(e,t){if(e.parent\u0026\u0026(e.pre\u003de.pre||e.parent.pre),e.staticRoot\u0026\u0026!e.staticProcessed)return Ba(e,t);if(e.once\u0026\u0026!e.onceProcessed)return Ua(e,t);if(e.for\u0026\u0026!e.forProcessed)return za(e,t);if(e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(\"template\"!\u003d\u003de.tag||e.slotTarget||t.pre){if(\"slot\"\u003d\u003d\u003de.tag)return function(e,t){var n\u003de.slotName||\u0027\"default\"\u0027,r\u003dWa(e,t),i\u003d\"_t(\"+n+(r?\",function(){return \"+r+\"}\":\"\"),o\u003de.attrs||e.dynamicAttrs?Xa((e.attrs||[]).concat(e.dynamicAttrs||[]).map(function(e){return{name:b(e.name),value:e.value,dynamic:e.dynamic}})):null,a\u003de.attrsMap[\"v-bind\"];!o\u0026\u0026!a||r||(i+\u003d\",null\");o\u0026\u0026(i+\u003d\",\"+o);a\u0026\u0026(i+\u003d(o?\"\":\",null\")+\",\"+a);return i+\")\"}(e,t);var n;if(e.component)n\u003dfunction(e,t,n){var r\u003dt.inlineTemplate?null:Wa(t,n,!0);return\"_c(\"+e+\",\"+Ka(t,n)+(r?\",\"+r:\"\")+\")\"}(e.component,e,t);else{var r;(!e.plain||e.pre\u0026\u0026t.maybeComponent(e))\u0026\u0026(r\u003dKa(e,t));var i\u003de.inlineTemplate?null:Wa(e,t,!0);n\u003d\"_c(\u0027\"+e.tag+\"\u0027\"+(r?\",\"+r:\"\")+(i?\",\"+i:\"\")+\")\"}for(var o\u003d0;o\u003ct.transforms.length;o++)n\u003dt.transforms[o](e,n);return n}return Wa(e,t)||\"void 0\"}function Ba(e,t){e.staticProcessed\u003d!0;var n\u003dt.pre;return e.pre\u0026\u0026(t.pre\u003de.pre),t.staticRenderFns.push(\"with(this){return \"+Ha(e,t)+\"}\"),t.pre\u003dn,\"_m(\"+(t.staticRenderFns.length-1)+(e.staticInFor?\",true\":\"\")+\")\"}function Ua(e,t){if(e.onceProcessed\u003d!0,e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(e.staticInFor){for(var n\u003d\"\",r\u003de.parent;r;){if(r.for){n\u003dr.key;break}r\u003dr.parent}return n?\"_o(\"+Ha(e,t)+\",\"+t.onceId+++\",\"+n+\")\":Ha(e,t)}return Ba(e,t)}function Va(e,t,n,r){return e.ifProcessed\u003d!0,function e(t,n,r,i){if(!t.length)return i||\"_e()\";var o\u003dt.shift();return o.exp?\"(\"+o.exp+\")?\"+a(o.block)+\":\"+e(t,n,r,i):\"\"+a(o.block);function a(e){return r?r(e,n):e.once?Ua(e,n):Ha(e,n)}}(e.ifConditions.slice(),t,n,r)}function za(e,t,n,r){var i\u003de.for,o\u003de.alias,a\u003de.iterator1?\",\"+e.iterator1:\"\",s\u003de.iterator2?\",\"+e.iterator2:\"\";return e.forProcessed\u003d!0,(r||\"_l\")+\"((\"+i+\"),function(\"+o+a+s+\"){return \"+(n||Ha)(e,t)+\"})\"}function Ka(e,t){var n\u003d\"{\",r\u003dfunction(e,t){var n\u003de.directives;if(!n)return;var r,i,o,a,s\u003d\"directives:[\",c\u003d!1;for(r\u003d0,i\u003dn.length;r\u003ci;r++){o\u003dn[r],a\u003d!0;var u\u003dt.directives[o.name];u\u0026\u0026(a\u003d!!u(e,o,t.warn)),a\u0026\u0026(c\u003d!0,s+\u003d\u0027{name:\"\u0027+o.name+\u0027\",rawName:\"\u0027+o.rawName+\u0027\"\u0027+(o.value?\",value:(\"+o.value+\"),expression:\"+JSON.stringify(o.value):\"\")+(o.arg?\",arg:\"+(o.isDynamicArg?o.arg:\u0027\"\u0027+o.arg+\u0027\"\u0027):\"\")+(o.modifiers?\",modifiers:\"+JSON.stringify(o.modifiers):\"\")+\"},\")}if(c)return s.slice(0,-1)+\"]\"}(e,t);r\u0026\u0026(n+\u003dr+\",\"),e.key\u0026\u0026(n+\u003d\"key:\"+e.key+\",\"),e.ref\u0026\u0026(n+\u003d\"ref:\"+e.ref+\",\"),e.refInFor\u0026\u0026(n+\u003d\"refInFor:true,\"),e.pre\u0026\u0026(n+\u003d\"pre:true,\"),e.component\u0026\u0026(n+\u003d\u0027tag:\"\u0027+e.tag+\u0027\",\u0027);for(var i\u003d0;i\u003ct.dataGenFns.length;i++)n+\u003dt.dataGenFns[i](e);if(e.attrs\u0026\u0026(n+\u003d\"attrs:\"+Xa(e.attrs)+\",\"),e.props\u0026\u0026(n+\u003d\"domProps:\"+Xa(e.props)+\",\"),e.events\u0026\u0026(n+\u003dLa(e.events,!1)+\",\"),e.nativeEvents\u0026\u0026(n+\u003dLa(e.nativeEvents,!0)+\",\"),e.slotTarget\u0026\u0026!e.slotScope\u0026\u0026(n+\u003d\"slot:\"+e.slotTarget+\",\"),e.scopedSlots\u0026\u0026(n+\u003dfunction(e,t,n){var r\u003de.for||Object.keys(t).some(function(e){var n\u003dt[e];return n.slotTargetDynamic||n.if||n.for||Ja(n)}),i\u003d!!e.if;if(!r)for(var o\u003de.parent;o;){if(o.slotScope\u0026\u0026o.slotScope!\u003d\u003dua||o.for){r\u003d!0;break}o.if\u0026\u0026(i\u003d!0),o\u003do.parent}var a\u003dObject.keys(t).map(function(e){return qa(t[e],n)}).join(\",\");return\"scopedSlots:_u([\"+a+\"]\"+(r?\",null,true\":\"\")+(!r\u0026\u0026i?\",null,false,\"+function(e){var t\u003d5381,n\u003de.length;for(;n;)t\u003d33*t^e.charCodeAt(--n);return t\u003e\u003e\u003e0}(a):\"\")+\")\"}(e,e.scopedSlots,t)+\",\"),e.model\u0026\u0026(n+\u003d\"model:{value:\"+e.model.value+\",callback:\"+e.model.callback+\",expression:\"+e.model.expression+\"},\"),e.inlineTemplate){var o\u003dfunction(e,t){var n\u003de.children[0];if(n\u0026\u00261\u003d\u003d\u003dn.type){var r\u003dRa(n,t.options);return\"inlineTemplate:{render:function(){\"+r.render+\"},staticRenderFns:[\"+r.staticRenderFns.map(function(e){return\"function(){\"+e+\"}\"}).join(\",\")+\"]}\"}}(e,t);o\u0026\u0026(n+\u003do+\",\")}return n\u003dn.replace(/,$/,\"\")+\"}\",e.dynamicAttrs\u0026\u0026(n\u003d\"_b(\"+n+\u0027,\"\u0027+e.tag+\u0027\",\u0027+Xa(e.dynamicAttrs)+\")\"),e.wrapData\u0026\u0026(n\u003de.wrapData(n)),e.wrapListeners\u0026\u0026(n\u003de.wrapListeners(n)),n}function Ja(e){return 1\u003d\u003d\u003de.type\u0026\u0026(\"slot\"\u003d\u003d\u003de.tag||e.children.some(Ja))}function qa(e,t){var n\u003de.attrsMap[\"slot-scope\"];if(e.if\u0026\u0026!e.ifProcessed\u0026\u0026!n)return Va(e,t,qa,\"null\");if(e.for\u0026\u0026!e.forProcessed)return za(e,t,qa);var r\u003de.slotScope\u003d\u003d\u003dua?\"\":String(e.slotScope),i\u003d\"function(\"+r+\"){return \"+(\"template\"\u003d\u003d\u003de.tag?e.if\u0026\u0026n?\"(\"+e.if+\")?\"+(Wa(e,t)||\"undefined\")+\":undefined\":Wa(e,t)||\"undefined\":Ha(e,t))+\"}\",o\u003dr?\"\":\",proxy:true\";return\"{key:\"+(e.slotTarget||\u0027\"default\"\u0027)+\",fn:\"+i+o+\"}\"}function Wa(e,t,n,r,i){var o\u003de.children;if(o.length){var a\u003do[0];if(1\u003d\u003d\u003do.length\u0026\u0026a.for\u0026\u0026\"template\"!\u003d\u003da.tag\u0026\u0026\"slot\"!\u003d\u003da.tag){var s\u003dn?t.maybeComponent(a)?\",1\":\",0\":\"\";return\"\"+(r||Ha)(a,t)+s}var c\u003dn?function(e,t){for(var n\u003d0,r\u003d0;r\u003ce.length;r++){var i\u003de[r];if(1\u003d\u003d\u003di.type){if(Za(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return Za(e.block)})){n\u003d2;break}(t(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return t(e.block)}))\u0026\u0026(n\u003d1)}}return n}(o,t.maybeComponent):0,u\u003di||Ga;return\"[\"+o.map(function(e){return u(e,t)}).join(\",\")+\"]\"+(c?\",\"+c:\"\")}}function Za(e){return void 0!\u003d\u003de.for||\"template\"\u003d\u003d\u003de.tag||\"slot\"\u003d\u003d\u003de.tag}function Ga(e,t){return 1\u003d\u003d\u003de.type?Ha(e,t):3\u003d\u003d\u003de.type\u0026\u0026e.isComment?(r\u003de,\"_e(\"+JSON.stringify(r.text)+\")\"):\"_v(\"+(2\u003d\u003d\u003d(n\u003de).type?n.expression:Ya(JSON.stringify(n.text)))+\")\";var n,r}function Xa(e){for(var t\u003d\"\",n\u003d\"\",r\u003d0;r\u003ce.length;r++){var i\u003de[r],o\u003dYa(i.value);i.dynamic?n+\u003di.name+\",\"+o+\",\":t+\u003d\u0027\"\u0027+i.name+\u0027\":\u0027+o+\",\"}return t\u003d\"{\"+t.slice(0,-1)+\"}\",n?\"_d(\"+t+\",[\"+n.slice(0,-1)+\"])\":t}function Ya(e){return e.replace(/\\u2028/g,\"\\\\u2028\").replace(/\\u2029/g,\"\\\\u2029\")}new RegExp(\"\\\\b\"+\"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments\".split(\",\").join(\"\\\\b|\\\\b\")+\"\\\\b\");function Qa(e,t){try{return new Function(e)}catch(n){return t.push({err:n,code:e}),S}}function es(e){var t\u003dObject.create(null);return function(n,r,i){(r\u003dA({},r)).warn;delete r.warn;var o\u003dr.delimiters?String(r.delimiters)+n:n;if(t[o])return t[o];var a\u003de(n,r),s\u003d{},c\u003d[];return s.render\u003dQa(a.render,c),s.staticRenderFns\u003da.staticRenderFns.map(function(e){return Qa(e,c)}),t[o]\u003ds}}var ts,ns,rs\u003d(ts\u003dfunction(e,t){var n\u003dfa(e.trim(),t);!1!\u003d\u003dt.optimize\u0026\u0026Aa(n,t);var r\u003dRa(n,t);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}},function(e){function t(t,n){var r\u003dObject.create(e),i\u003d[],o\u003d[];if(n)for(var a in n.modules\u0026\u0026(r.modules\u003d(e.modules||[]).concat(n.modules)),n.directives\u0026\u0026(r.directives\u003dA(Object.create(e.directives||null),n.directives)),n)\"modules\"!\u003d\u003da\u0026\u0026\"directives\"!\u003d\u003da\u0026\u0026(r[a]\u003dn[a]);r.warn\u003dfunction(e,t,n){(n?o:i).push(e)};var s\u003dts(t.trim(),r);return s.errors\u003di,s.tips\u003do,s}return{compile:t,compileToFunctions:es(t)}})(xa),is\u003d(rs.compile,rs.compileToFunctions);function os(e){return(ns\u003dns||document.createElement(\"div\")).innerHTML\u003de?\u0027\u003ca href\u003d\"\\n\"/\u003e\u0027:\u0027\u003cdiv a\u003d\"\\n\"/\u003e\u0027,ns.innerHTML.indexOf(\"\u0026#10;\")\u003e0}var as\u003d!!V\u0026\u0026os(!1),ss\u003d!!V\u0026\u0026os(!0),cs\u003dg(function(e){var t\u003dQn(e);return t\u0026\u0026t.innerHTML}),us\u003dCn.prototype.$mount;return Cn.prototype.$mount\u003dfunction(e,t){if((e\u003de\u0026\u0026Qn(e))\u003d\u003d\u003ddocument.body||e\u003d\u003d\u003ddocument.documentElement)return this;var n\u003dthis.$options;if(!n.render){var r\u003dn.template;if(r)if(\"string\"\u003d\u003dtypeof r)\"#\"\u003d\u003d\u003dr.charAt(0)\u0026\u0026(r\u003dcs(r));else{if(!r.nodeType)return this;r\u003dr.innerHTML}else e\u0026\u0026(r\u003dfunction(e){if(e.outerHTML)return e.outerHTML;var t\u003ddocument.createElement(\"div\");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){var i\u003dis(r,{outputSourceRange:!1,shouldDecodeNewlines:as,shouldDecodeNewlinesForHref:ss,delimiters:n.delimiters,comments:n.comments},this),o\u003di.render,a\u003di.staticRenderFns;n.render\u003do,n.staticRenderFns\u003da}}return us.call(this,e,t)},Cn.compile\u003dis,Cn});"}],"authorContributionMap":{"jingting1412":6}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/_mixins.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"// @see https://github.com/twbs/bootstrap/blob/main/scss/_functions.scss"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@function material-icons-str-replace($string, $search, $replace: \u0027\u0027) {"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" $index: str-index($string, $search);"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" @if $index {"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" @return str-slice($string, 1, $index - 1) + $replace +"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" material-icons-str-replace("},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" str-slice($string, $index + str-length($search)),"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" $search,"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" $replace"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" );"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" @return $string;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"@mixin material-icons-font-class($font-family) {"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" font-family: $font-family;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" font-size: $material-icons-font-size;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased; // Support for all WebKit browsers"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale; // Support for Firefox"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility; // Support for Safari and Chrome"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \u0027liga\u0027; // Support for IE"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"@mixin material-icons-font($font-family) {"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" $class-name: to-lower-case($font-family);"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" $class-name: material-icons-str-replace($class-name, \u0027 \u0027, \u0027-\u0027);"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" $font-file: $material-icons-font-path + $class-name;"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" @font-face {"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" font-family: $font-family;"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" font-display: $material-icons-font-display;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" src: url(\u0027#{$font-file}.woff2\u0027) format(\u0027woff2\u0027),"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" url(\u0027#{$font-file}.woff\u0027) format(\u0027woff\u0027);"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" .#{$class-name} {"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" @include material-icons-font-class($font-family);"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"@mixin material-icons() {"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" @warn \"material-icons() Sass mixin has been deprecated as of 1.0. Use \u0027@extend .material-icons;\u0027 instead of \u0027@include material-icons();\u0027.\";"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" @include material-icons-font-class(\u0027Material Icons\u0027);"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":55}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/_variables.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"$material-icons-font-path: \u0027./\u0027 !default;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"$material-icons-font-size: 24px !default;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"$material-icons-font-display: block !default;"}],"authorContributionMap":{"jingting1412":3}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/filled.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/filled.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/material-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":".material-icons-outlined {"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":".material-icons-round {"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":74,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":75,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":76,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":77,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":78,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":79,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":80,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":81,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":82,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":83,"author":{"gitId":"jingting1412"},"content":".material-icons-sharp {"},{"lineNumber":84,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":85,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":86,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":87,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":88,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":89,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":90,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":91,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":92,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":93,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":94,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":95,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":96,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":97,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":98,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":99,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":100,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":101,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":103,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":104,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":105,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":106,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":107,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":108,"author":{"gitId":"jingting1412"},"content":".material-icons-two-tone {"},{"lineNumber":109,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":110,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":111,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":112,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":113,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":114,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":115,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":116,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":117,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":118,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":119,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":120,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":121,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":122,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":123,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":124,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":124}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/material-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027filled\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027outlined\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"@import \u0027round\u0027;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@import \u0027sharp\u0027;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"@import \u0027two-tone\u0027;"}],"authorContributionMap":{"jingting1412":5}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/outlined.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-outlined {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/outlined.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Outlined\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/round.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-round {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/round.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Round\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/sharp.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-sharp {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/sharp.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Sharp\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/two-tone.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".material-icons-two-tone {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/markbind/material-icons/two-tone.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"@include material-icons-font(\u0027Material Icons Two Tone\u0027);"}],"authorContributionMap":{"jingting1412":4}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/plugins/markbind-plugin-anchors/markbind-plugin-anchors.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".fa.fa-anchor {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" color: #ccc;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" display: inline;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-size: 14px;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" margin-left: 10px;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" padding: 3px;"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" text-decoration: none;"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" visibility: hidden;"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":".fa.fa-anchor:hover {"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" color: #555;"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":"h1:hover \u003e .fa.fa-anchor,"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"h2:hover \u003e .fa.fa-anchor,"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"h3:hover \u003e .fa.fa-anchor,"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":"h4:hover \u003e .fa.fa-anchor,"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":"h5:hover \u003e .fa.fa-anchor,"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"h6:hover \u003e .fa.fa-anchor,"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":".header-wrapper:hover \u003e .fa.fa-anchor {"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" visibility: visible;"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":23}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/plugins/markbind-plugin-tree/markbind-plugin-tree.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":".tree {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" white-space: pre;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" font-family: \"Fira Code\", \"Fira Mono\", monospace;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" font-size: 0.9375rem;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" line-height: 1.5;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" overflow-x: auto;"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \"titlePrefix\": \"\","},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \"titleSuffix\": \"\","},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \"ignore\": ["},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \"_markbind/layouts/*\","},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \"_markbind/logs/*\","},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \"_site/*\","},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \"site.json\","},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \"*.md\","},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \"*.njk\","},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \".git/*\","},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \".gitignore\","},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \"node_modules/*\""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"pagesExclude\": [\"node_modules/*\"],"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \"pages\": ["},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \"src\": \"index.md\","},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \"title\": \"Portfolio\""},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \"glob\": [\"**/index.md\"]"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \"deploy\": {"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \"message\": \"Site Update.\""},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \"style\": {"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \"bootstrapTheme\": \"bootswatch-flatly\""},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":32}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/siteData.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \"enableSearch\": true,"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \"pages\": ["},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \"src\": \"index.md\","},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \"title\": \"Portfolio\","},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \"headings\": {"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \"about-me\": \"About me\","},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \"skills\": \"Skills\","},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \"experience\": \"Experience\","},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \"projects\": \"Projects\","},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \"example-project-ip-for-cs2103\": \"Example project: iP for CS2103\","},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \"project-2\": \"Project 2\","},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \"other-projects\": \"Other projects\""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"headingKeywords\": {}"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" ]"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":19}},{"path":"packages/cli/test/functional/test_site_templates/test_portfolio/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":75,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":76,"author":{"gitId":"jingting1412"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"jingting1412"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"jingting1412"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":81,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":82,"author":{"gitId":"jingting1412"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"jingting1412"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"jingting1412"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":86,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":87,"author":{"gitId":"jingting1412"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"jingting1412"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":90,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":91,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"jingting1412"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":94,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":95,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":99,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":100,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":101,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":106,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":107,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":108,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"jingting1412"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"jingting1412"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"jingting1412"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":113,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":114,"author":{"gitId":"jingting1412"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"jingting1412"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":117,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":118,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":119,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":124,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":125,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":126,"author":{"gitId":"jingting1412"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"jingting1412"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":131,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":132,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":135,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":135}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Configuration.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand how to configure the application such as descriptions of the config file and how to change the configuration.\\n\")]),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"configuration-guide\"}},[_v(\"Configuration guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#configuration-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"config.json\")]),_v(\").\")])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":16}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Design.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section describes the architecture of your app, explaining how the main components work and interact with each other. Using architecture diagrams is recommended.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/diagrams/example.png\",\"width\":\"300\"}}),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_c(\u0027p\u0027,[_v(\"Replace the above example diagram with an Architecture Diagram of your project created using \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"puml\")]),_v(\" feature\")]),_v(\".\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Given below is a quick overview of main components and how they interact with each other.\")]),_v(\" \"),_m(3),_v(\" \"),_c(\u0027p\u0027,[_v(\"The bulk of the app\u0027s work is done by the following components:\")]),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_c(\u0027annotate\u0027,{attrs:{\"src\":\"../images/johndoe.png\",\"width\":\"300\",\"alt\":\"Sample Image\"}},[_c(\u0027a-point\u0027,{attrs:{\"x\":\"25%\",\"y\":\"25%\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 25% from the left and 25% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"50%\",\"y\":\"25%\",\"size\":\"60\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 50% from the left and 25% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"75%\",\"y\":\"25%\"},scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This has a header\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 75% from the left and 25% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"33%\",\"y\":\"50%\",\"color\":\"red\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 33% from the left and 50% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"66%\",\"y\":\"50%\",\"opacity\":\"0.7\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 66% from the left and 50% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"25%\",\"y\":\"75%\"},scopedSlots:_u([{key:\"label\",fn:function(){return [_c(\u0027p\u0027,[_v(\"1\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 25% from the left and 75% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"50%\",\"y\":\"75%\",\"textColor\":\"white\",\"color\":\"black\",\"opacity\":\"1\"},scopedSlots:_u([{key:\"label\",fn:function(){return [_c(\u0027p\u0027,[_v(\"2\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 50% from the left and 75% from the top\")])]},proxy:true}])}),_v(\" \"),_c(\u0027a-point\u0027,{attrs:{\"x\":\"75%\",\"y\":\"75%\",\"fontSize\":\"30\"},scopedSlots:_u([{key:\"label\",fn:function(){return [_c(\u0027p\u0027,[_v(\"3\")])]},proxy:true},{key:\"content\",fn:function(){return [_c(\u0027p\u0027,[_v(\"This point is 75% from the left and 75% from the top\")])]},proxy:true}])})],1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_c(\u0027p\u0027,[_v(\"For diagrams like your Sequence Diagram, it can also be created using \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#annotations\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"annotate\")]),_v(\" feature\")]),_v(\", that will allow you to annotate specific parts of your diagram.\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The sections below give more details of each component.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" Describe in each section how each component works in detail, including its classes, methods, and how it interacts with other components.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"You can use a combination of Markbind\u0027s \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams\"}},[_c(\u0027strong\u0027,[_v(\"Diagrams\")]),_v(\" feature\")]),_v(\" to provide a visual representation of each component, such as architecture and sequence diagrams.\")])]),_v(\" \"),_m(7),_v(\" \"),_m(8),_v(\" \"),_c(\u0027pic\u0027,{staticStyle:{\"margin-bottom\":\"20px\"},attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}},[_v(\"\\nDiagram: Component 1\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Component 1,\")]),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Note:\")]),_v(\" You can use boxes to include details that you want to draw the reader\u0027s attention to. See \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/presentation.html#boxes\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"Boxes\")]),_v(\" feature\")]),_v(\".\")])]),_v(\" \"),_c(\u0027pic\u0027,{staticStyle:{\"margin-bottom\":\"20px\"},attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}},[_v(\"\\nDiagram: Component 2\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Component 2,\")]),_v(\" \"),_m(11)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#design\"}},[_v(\"Design‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#architecture\"}},[_v(\"Architecture‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#component-1\"}},[_v(\"Component 1‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#component-2\"}},[_v(\"Component 2‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(12)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"design\"}},[_v(\"Design\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#design\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"architecture\"}},[_v(\"Architecture\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#architecture\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"The \"),_c(\u0027em\u0027,[_c(\u0027strong\u0027,[_v(\"Architecture Diagram\")])]),_v(\" given below explains the high-level design of the ProjectEx App.\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Main components of the architecture\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"#component-1\"}},[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"Component 1\")])])]),_v(\": Does something.\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"#component-2\"}},[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"Component 2\")])])]),_v(\": Does something.\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Interactions between architecture components\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"The \"),_c(\u0027em\u0027,[_v(\"Sequence Diagram\")]),_v(\" below shows how the components interact with each other for a certain scenario.\")])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"component-1\"}},[_v(\"Component 1\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#component-1\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Component 1 is made up of parts e.g.\"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"A\")]),_v(\", \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"B\")]),_v(\", \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"C\")]),_v(\" etc.\")])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"works with Component 2 in this way.\")])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"component-2\"}},[_v(\"Component 2\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#component-2\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"works with Component 1 in this way.\")])])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":46}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/DevOps.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand the DevOps practices adopted by the project.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Example Commands for Typical Projects\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_v(\"\\nThe following commands are examples. You can customize them according to your project\u0027s needs.\\n\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"clean\")])]),_v(\": Deletes the files created during the previous build tasks.\"),_c(\u0027br\u0027),_v(\"\\ne.g. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run clean\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"run\")])]),_v(\": Builds and runs the application.\"),_c(\u0027br\u0027)])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"test\")])]),_v(\": Runs all tests.\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run test\")]),_v(\" — Runs all tests\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run cleantest\")]),_v(\" — Cleans the project and runs tests\")])])])])],1),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_c(\u0027p\u0027,[_v(\"As part of CI, this project tracks code coverage as well.\")]),_v(\" \"),_m(6),_v(\" \"),_c(\u0027p\u0027,[_v(\"Your CI can include some repository-wide checks. These repository-wide checks cover all files in the repository. They check for repository rules which are hard to enforce on development machines such as line ending requirements.\")]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(7),_v(\" \"),_c(\u0027p\u0027,[_v(\"Here are the steps to create a new release.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\"}},[_v(\"\\nMake sure you have the necessary permissions to create a release.\\n\")]),_v(\" \"),_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:trigger_id\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"e.g. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v0.1\")])]},proxy:true}])}),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Update the version number.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Tag the repo with the \"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:trigger_id\"}},[_v(\"version number\")]),_v(\".\")],1),_v(\" \"),_m(8)])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#devops-guide\"}},[_v(\"DevOps guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#build-automation\"}},[_v(\"Build automation‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#continuous-integration-ci\"}},[_v(\"Continuous integration (CI)‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#code-coverage\"}},[_v(\"Code coverage‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#repository-wide-checks\"}},[_v(\"Repository-wide checks‎\")])]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#making-a-release\"}},[_v(\"Making a release‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(9)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"devops-guide\"}},[_v(\"DevOps guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#devops-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"build-automation\"}},[_v(\"Build automation\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#build-automation\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This example project includes features for \"),_c(\u0027strong\u0027,[_v(\"build automation and dependency management\")]),_v(\". You can walkthrough command scripts you have in your project, such as how to clean, test, and run the project.\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"continuous-integration-ci\"}},[_v(\"Continuous integration (CI)\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#continuous-integration-ci\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"This project uses \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/features/actions\"}},[_v(\"GitHub Actions\")]),_v(\" for CI. The project comes with the necessary GitHub Actions configurations files (in the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\".github/workflows\")]),_v(\" folder). No further setting up required.\")])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"code-coverage\"}},[_v(\"Code coverage\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#code-coverage\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"repository-wide-checks\"}},[_v(\"Repository-wide checks\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#repository-wide-checks\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"making-a-release\"}},[_v(\"Making a release\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#making-a-release\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"https://help.github.com/articles/creating-releases/\"}},[_v(\"Create a new release using GitHub\")]),_v(\".\")])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":37}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/DeveloperGuide.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_m(0),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#projectex-developer-guide\"}},[_v(\"ProjectEx Developer Guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#introduction\"}},[_v(\"Introduction‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#purpose-of-this-guide\"}},[_v(\"Purpose of this Guide‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#acknowledgements\"}},[_v(\"Acknowledgements‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027h1\u0027,{attrs:{\"id\":\"projectex-developer-guide\"}},[_v(\"ProjectEx Developer Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projectex-developer-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"introduction\"}},[_v(\"Introduction\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#introduction\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the Developer Guide. This guide helps developers understand the architecture, setup, and development workflows of our software, serving as your starting point and companion.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"purpose-of-this-guide\"}},[_v(\"Purpose of this Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#purpose-of-this-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The main objectives of this guide are to:\")]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Orient new developers to the software\u0027s architecture and codebase structure.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Provide a comprehensive reference for the development practices, coding standards, and tools used.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Detail the setup process for a development environment.\")])]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"acknowledgements\"}},[_c(\u0027strong\u0027,[_v(\"Acknowledgements\")]),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#acknowledgements\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ List and link sources of all reused/adapted ideas, code, documentation, and third-party libraries }\")])])])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":13}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Documentation.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand the documentation practices and link to relevant sources to help developers contribute to documentation.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"success\",\"seamless\":\"\"}},[_v(\"\\nUpdating documentation as changes are made to the project is ideal for any project.\\n\")]),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#documentation-guide\"}},[_v(\"Documentation Guide‎\")])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"documentation-guide\"}},[_v(\"Documentation Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#documentation-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"We use \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_c(\u0027strong\u0027,[_v(\"MarkBind\")])]),_v(\" to manage documentation.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"The \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"docs/\")]),_v(\" folder contains the source files for the documentation website.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"To learn how set it up and maintain the project website, follow the guide \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://se-education.org/guides/tutorials/markbind-forked-sites.html\"}},[_v(\"[se-edu/guides] Working with Forked MarkBind sites\")]),_v(\" for project documentation.\")])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Style guidance:\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Follow the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://developers.google.com/style\"}},[_c(\u0027strong\u0027,[_c(\u0027em\u0027,[_v(\"Google developer documentation style guide\")])])]),_v(\".\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Also relevant is the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://se-education.org/guides/conventions/markdown.html\"}},[_c(\u0027em\u0027,[_v(\"se-edu/guides \"),_c(\u0027strong\u0027,[_v(\"Markdown coding standard\")])])]),_v(\".\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Converting to PDF\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"See the guide \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://se-education.org/guides/tutorials/savingPdf.html\"}},[_c(\u0027em\u0027,[_v(\"se-edu/guides \"),_c(\u0027strong\u0027,[_v(\"Saving web documents as PDF files\")])])]),_v(\".\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":28}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Implementation.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section can be used to describe some noteworthy details on how certain features are implemented.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027p\u0027,[_v(\"Given below is an example usage scenario and how FeatureX behaves at each step.\")]),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Alternative 1 (current choice):\")]),_v(\" Implementation 1\")])]},proxy:true}])},[_v(\"\\nPros: Easy to implement.\"),_c(\u0027br\u0027),_v(\"\\nCons: May have performance issues in terms of memory usage.\\n\")]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Alternative 2:\")]),_v(\" Implementation 2\")])]},proxy:true}])},[_v(\"\\nPros: Will use less memory.\"),_c(\u0027br\u0027),_v(\"\\nCons: We must add addtional test cases.\\n\")]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#implementation\"}},[_v(\"Implementation‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#proposed-featurex-implementation\"}},[_v(\"[Proposed] FeatureX Implementation‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#proposed-data-archiving\"}},[_v(\"[Proposed] Data archiving‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(8)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"implementation\"}},[_v(\"Implementation\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#implementation\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"proposed-featurex-implementation\"}},[_v(\"[Proposed] FeatureX Implementation\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#proposed-featurex-implementation\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Step 1\")]),_v(\": User does something\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Expected\")]),_v(\": FeatureX does something in response\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Step 2\")]),_v(\": User does something else\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Expected\")]),_v(\": FeatureX does something else in response\")])])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h4\u0027,{attrs:{\"id\":\"design-considerations\"}},[_v(\"Design considerations:\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#design-considerations\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Aspect: How FeatureX executes:\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ More aspects and alternatives to be added }\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"proposed-data-archiving\"}},[_v(\"[Proposed] Data archiving\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#proposed-data-archiving\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ Explain here how the data archiving feature will be implemented }\")])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":34}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Requirements.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section can be used to describe the requirements of the app, through the use of user stories, use cases.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_m(8),_v(\" \"),_m(9),_m(10),_v(\" \"),_m(11),_v(\" \"),_m(12),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Use case 1: Do something\")])])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"MSS\")])]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"User requests ProjectEx\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"ProjectEx provides response\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Use case ends.\")])])]),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Extensions\")])]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"2a. Requests fails.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Use case ends.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"2b. User request is invalid.\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"2b1. ProjectEx shows an error message.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Use case resumes at step 2.\")])])])])])]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_m(13),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#requirements\"}},[_v(\"Requirements‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#product-scope\"}},[_v(\"Product scope‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#user-stories\"}},[_v(\"User stories‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#use-cases\"}},[_v(\"Use cases‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#non-functional-requirements\"}},[_v(\"Non-Functional Requirements‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(17)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"requirements\"}},[_v(\"Requirements\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#requirements\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"product-scope\"}},[_v(\"Product scope\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#product-scope\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Target user profile\")]),_v(\":\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"user needs\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"user preferences\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"user information\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Value proposition\")]),_v(\": Benefit compared to other similar products\")])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Non-Functional Requirements\")]),_v(\":\")])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"OS requirements\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Peformance\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Security\")])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"user-stories\"}},[_v(\"User stories\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#user-stories\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"Priorities: High (must have) - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* * *\")]),_v(\", Medium (nice to have) - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* *\")]),_v(\", Low (unlikely to have) - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"*\")])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{staticClass:\"table-responsive\"},[_c(\u0027table\u0027,{staticClass:\"markbind-table table table-bordered table-striped\"},[_c(\u0027thead\u0027,[_c(\u0027tr\u0027,[_c(\u0027th\u0027,[_v(\"Priority\")]),_v(\" \"),_c(\u0027th\u0027,[_v(\"As a …​\")]),_v(\" \"),_c(\u0027th\u0027,[_v(\"I want to …​\")]),_v(\" \"),_c(\u0027th\u0027,[_v(\"So that I can…​\")])])]),_v(\" \"),_c(\u0027tbody\u0027,[_c(\u0027tr\u0027,[_c(\u0027td\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* * *\")])]),_v(\" \"),_c(\u0027td\u0027,[_v(\"new user\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"see something\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"visualise something\")])]),_v(\" \"),_c(\u0027tr\u0027,[_c(\u0027td\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"* *\")])]),_v(\" \"),_c(\u0027td\u0027,[_v(\"user\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"do something\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"complete something\")])]),_v(\" \"),_c(\u0027tr\u0027,[_c(\u0027td\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"*\")])]),_v(\" \"),_c(\u0027td\u0027,[_v(\"user with specific information\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"sort something\")]),_v(\" \"),_c(\u0027td\u0027,[_v(\"find something\")])])])])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{More to be added}\")])])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"use-cases\"}},[_v(\"Use cases\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#use-cases\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"(For all use cases below, the \"),_c(\u0027strong\u0027,[_v(\"System\")]),_v(\" is the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"ProjectEx\")]),_v(\" and the \"),_c(\u0027strong\u0027,[_v(\"Actor\")]),_v(\" is the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"User\")]),_v(\", unless specified otherwise)\")])}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{More to be added}\")])])}"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"non-functional-requirements\"}},[_v(\"Non-Functional Requirements\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#non-functional-requirements\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Should work on any \"),_c(\u0027em\u0027,[_v(\"mainstream OS\")]),_v(\" as long as it has Java \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"11\")]),_v(\" or above installed.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Should be able to hold up to 1000 persons without a noticeable sluggishness in performance for typical usage.\")])])}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{More to be added}\")])])}"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":61}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/SettingUp.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to help developers with setting up the project in their local environment.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Caution:\")]),_v(\"\\nFollow the steps in the following guide precisely. Things will not work out if you deviate in some steps.\")])]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027p\u0027,[_c(\u0027popover\u0027,{attrs:{\"id\":\"pop:trigger_id\"},scopedSlots:_u([{key:\"content\",fn:function(){return [_v(\"eg. \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"init\")]),_v(\" or \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"build\")]),_v(\" commands\")]},proxy:true}])}),_v(\"\\n(Example) Steps to setup the project environment:\")],1),_v(\" \"),_c(\u0027ol\u0027,[_m(3),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Run setup commands\")]),_v(\": Run \"),_c(\u0027trigger\u0027,{attrs:{\"for\":\"pop:trigger_id\"}},[_v(\"commands\")]),_v(\" needed to setup the project.\"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\",\"seamless\":\"\"}},[_v(\"\\nNote: Remember to run commands from the appropriate directory.\\n\")])],1),_v(\" \"),_m(4),_v(\" \"),_m(5)]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(6),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_m(7),_v(\" \"),_c(\u0027p\u0027,[_v(\"Configure your VSCode or IDEA checkstyle to allign with the project\u0027s coding style.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\"\\nYou can easily customize your IDE\u0027s coding style through settings.\")])])],1),_v(\" \"),_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10)])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#setting-up-and-getting-started\"}},[_v(\"Setting up and getting started‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#setting-up-the-project-in-your-computer\"}},[_v(\"Setting up the project in your computer‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#before-writing-code\"}},[_v(\"Before writing code‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(11)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"setting-up-and-getting-started\"}},[_v(\"Setting up and getting started\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#setting-up-and-getting-started\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"setting-up-the-project-in-your-computer\"}},[_v(\"Setting up the project in your computer\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#setting-up-the-project-in-your-computer\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"First, \"),_c(\u0027strong\u0027,[_v(\"fork\")]),_v(\" the project repo, and \"),_c(\u0027strong\u0027,[_v(\"clone\")]),_v(\" the fork into your computer.\")])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Download packages\")]),_v(\": Run \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm install\")]),_v(\" to download the required packages.\")])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Configure files\")]),_v(\": Edit config files according to your needs. For example, changing the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"appTitle\")]),_v(\" in \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"config.js\")]),_v(\" to match your project name.\")])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Verify the setup (optional)\")]),_v(\":\\n\"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Run the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"build\")]),_v(\" and \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"serve\")]),_v(\" commands, ensuring that the site properly deploys on your local host.\")]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Run the tests\")]),_v(\" to ensure they all pass.\")])])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"before-writing-code\"}},[_v(\"Before writing code\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#before-writing-code\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Configure the coding style\")])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Set up CI\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"This project comes with a GitHub Actions config files (in \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\".github/workflows\")]),_v(\" folder). When GitHub detects those files, it will run the CI for your project automatically at each push to the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"master\")]),_v(\" branch or to any PR. No set up required.\")])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Learn the design\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"When you are ready to start coding, we recommend that you get some sense of the overall design by reading about \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html#Architecture\"}},[_v(\"ProjectEx’s architecture\")]),_v(\".\")])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Do the tutorial\")])]),_v(\" \"),_c(\u0027p\u0027,[_v(\"The \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tracing Code tutorial\")]),_v(\" can help you get acquainted with the codebase.\")])])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":43}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/Testing.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be used to understand the testing processes.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_m(3),_v(\" \"),_c(\u0027p\u0027,[_v(\"This project has two types of tests:\")]),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"1. Unit tests\")])])]},proxy:true}])},[_v(\"\\nThese tests target the lowest level methods/classes.\"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"Example command (replace with your own): \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run test\")])])]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"2. Integration tests\")])])]},proxy:true}])},[_v(\"\\nThese tests are checking the integration of multiple code units (those code units are assumed to be working).\\n\")])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#testing-guide\"}},[_v(\"Testing guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#running-tests\"}},[_v(\"Running tests‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#types-of-tests\"}},[_v(\"Types of tests‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(4)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"testing-guide\"}},[_v(\"Testing guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#testing-guide\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"running-tests\"}},[_v(\"Running tests\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#running-tests\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027strong\u0027,[_v(\"Method 1: Using script\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Create script for running tests in package.json\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Open a console and run the command for the script, like \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run test\")])])])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"types-of-tests\"}},[_v(\"Types of tests\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#types-of-tests\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":22}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/developerGuide/TracingCode.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_m(1),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis page can be taken as a reference on a tutorial on how to trace the execution path of a user command through the codebase of the App.\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"To understand an unfamiliar codebase, one strategy is to trace some representative execution path through the codebase using a debugger.\")]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027p\u0027,[_v(\"Before we jump into the code, it is useful to get an idea of the overall structure and the high-level behavior of the application.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_v(\"Architecture diagrams can be easily utilised with the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams\"}},[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"puml\")])]),_v(\" tag. The \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"src\")]),_v(\" attribute specifies the path to the PlantUML file.\")])]),_v(\" \"),_c(\u0027pic\u0027,{attrs:{\"src\":\"/diagrams/example.png\",\"width\":\"300\"}}),_v(\" \"),_c(\u0027p\u0027,[_v(\"Before we proceed, ensure that you have done the following:\")]),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027p\u0027,[_v(\"As you know, the first step of debugging is to put in a breakpoint where you want the debugger to pause the execution.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" You can use a combination of Markbind\u0027s \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/components/imagesAndDiagrams.html\"}},[_c(\u0027strong\u0027,[_v(\"Images and Diagrams\")]),_v(\" features\")]),_v(\" such as \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"puml\")]),_v(\" and \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"pic\")]),_v(\" tags to provide a visual representation of the steps to be taken. \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#code\"}},[_c(\u0027strong\u0027,[_v(\"Code blocks\")])]),_v(\" can also be used as shown below.\")])]),_v(\" \"),_m(5),_m(6),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" You can use a list of steps to guide the reader through the process of tracing the execution path. This can be done using Markbind\u0027s \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/userGuide/formattingContents.html#lists\"}},[_c(\u0027strong\u0027,[_v(\"Lists\")]),_v(\" feature\")]),_v(\".\")])]),_v(\" \"),_m(7)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#tutorial-tracing-code\"}},[_v(\"Tutorial: Tracing code‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#before-we-start\"}},[_v(\"Before we start‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#setting-a-breakpoint\"}},[_v(\"Setting a breakpoint‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#tracing-the-execution-path\"}},[_v(\"Tracing the execution path‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(8)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"tutorial-tracing-code\"}},[_v(\"Tutorial: Tracing code\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#tutorial-tracing-code\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027blockquote\u0027,[_c(\u0027p\u0027,[_v(\"Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. …​[Therefore,] making it easy to read makes it easier to write.\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"— Robert C. Martin Clean Code: A Handbook of Agile Software Craftsmanship\")])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"before-we-start\"}},[_v(\"Before we start\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#before-we-start\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Read the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html#architecture\"}},[_c(\u0027em\u0027,[_v(\"Architecture\")]),_v(\" section of the DG\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Set up the project in your preferred IDE\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"setting-a-breakpoint\"}},[_v(\"Setting a breakpoint\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#setting-a-breakpoint\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027pre\u0027,[_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs java\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-keyword\"}},[_v(\"public\")]),_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-class\"}},[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-keyword\"}},[_v(\"interface\")]),_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-title\"}},[_v(\"Example\")]),_v(\" \")]),_v(\"{\\n\")]),_c(\u0027span\u0027,[_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\"/**\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * Executes returns the output.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-doctag\"}},[_v(\"@param\")]),_v(\" exampleInput The input as entered by the user.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-doctag\"}},[_v(\"@return\")]),_v(\" The example output.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" * \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-doctag\"}},[_v(\"@throws\")]),_v(\" ExampleException If an error occurs.\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-comment\"}},[_v(\" */\")]),_v(\"\\n\")]),_c(\u0027span\u0027,[_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-function\"}},[_v(\"ExampleOutput \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-title\"}},[_v(\"execute\")]),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-params\"}},[_v(\"(String exampleInput)\")]),_v(\" \"),_c(\u0027span\u0027,{pre:true,attrs:{\"class\":\"hljs-keyword\"}},[_v(\"throws\")]),_v(\" ExampleException\")]),_v(\";\\n\")]),_c(\u0027span\u0027,[_v(\"...\\n\")]),_c(\u0027span\u0027,[_v(\"}\\n\")])])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"tracing-the-execution-path\"}},[_v(\"Tracing the execution path\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#tracing-the-execution-path\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Firstly, do this.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Next, do that.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Finally, do this.\")])])])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":34}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/index.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_m(1),_v(\" \"),_c(\u0027pic\u0027,{staticStyle:{\"margin-bottom\":\"20px\"},attrs:{\"src\":\"/images/SeEduLogo.png\",\"width\":\"200px\"}},[_v(\"\\nProject Onboarding Screen\\n\")]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_c(\u0027p\u0027,[_v(\"Take this template as a \"),_c(\u0027em\u0027,[_v(\"starting point\")]),_v(\" for your project documentation, taking reference of what would be in a typical project documentation site, replacing the content with your own.\")])]),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nRemember to replace the following with your own acknowledgements.\\n\")]),_v(\" \"),_m(5)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"projectex\"}},[_v(\"ProjectEx\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projectex\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/MarkBind/markbind/actions\"}},[_c(\u0027img\u0027,{staticClass:\"img-fluid\",attrs:{\"src\":\"https://github.com/MarkBind/markbind/workflows/CI/badge.svg\",\"alt\":\"CI Status\"}})]),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://codecov.io/gh/MarkBind/markbind\"}},[_c(\u0027img\u0027,{staticClass:\"img-fluid\",attrs:{\"src\":\"https://codecov.io/gh/MarkBind/markbind/branch/master/graph/badge.svg\",\"alt\":\"codecov\"}})])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation.\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"If you are interested in using ProjectEx, head over to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_c(\u0027em\u0027,[_v(\"Quick Start\")]),_v(\" section of the \"),_c(\u0027strong\u0027,[_v(\"User Guide\")])]),_v(\".\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"If you are interested about contributing to developing ProjectEx, the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_c(\u0027strong\u0027,[_v(\"Developer Guide\")])]),_v(\" is a good place to start.\")])])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Acknowledgements\")])])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Libraries used: \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://openjfx.io/\"}},[_v(\"JavaFX\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/FasterXML/jackson\"}},[_v(\"Jackson\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/junit-team/junit5\"}},[_v(\"JUnit5\")])])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":28}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" font-family: \"bootstrap-icons\";"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" src: url(\"./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"url(\"./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\");"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" font-family: bootstrap-icons !important;"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":".bi-123::before { content: \"\\f67f\"; }"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":".bi-alarm-fill::before { content: \"\\f101\"; }"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":".bi-alarm::before { content: \"\\f102\"; }"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":".bi-align-bottom::before { content: \"\\f103\"; }"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":".bi-align-center::before { content: \"\\f104\"; }"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":".bi-align-end::before { content: \"\\f105\"; }"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":".bi-align-middle::before { content: \"\\f106\"; }"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":".bi-align-start::before { content: \"\\f107\"; }"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":".bi-align-top::before { content: \"\\f108\"; }"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":".bi-alt::before { content: \"\\f109\"; }"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":".bi-app-indicator::before { content: \"\\f10a\"; }"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":".bi-app::before { content: \"\\f10b\"; }"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":".bi-archive-fill::before { content: \"\\f10c\"; }"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":".bi-archive::before { content: \"\\f10d\"; }"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-down::before { content: \"\\f10e\"; }"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-left::before { content: \"\\f10f\"; }"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-right::before { content: \"\\f110\"; }"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":".bi-arrow-90deg-up::before { content: \"\\f111\"; }"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-down::before { content: \"\\f112\"; }"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-left::before { content: \"\\f113\"; }"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-right::before { content: \"\\f114\"; }"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":".bi-arrow-bar-up::before { content: \"\\f115\"; }"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":".bi-arrow-clockwise::before { content: \"\\f116\"; }"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":".bi-arrow-counterclockwise::before { content: \"\\f117\"; }"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle-fill::before { content: \"\\f118\"; }"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-circle::before { content: \"\\f119\"; }"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle-fill::before { content: \"\\f11a\"; }"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-circle::before { content: \"\\f11b\"; }"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square-fill::before { content: \"\\f11c\"; }"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left-square::before { content: \"\\f11d\"; }"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-left::before { content: \"\\f11e\"; }"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle-fill::before { content: \"\\f11f\"; }"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-circle::before { content: \"\\f120\"; }"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square-fill::before { content: \"\\f121\"; }"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right-square::before { content: \"\\f122\"; }"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-right::before { content: \"\\f123\"; }"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-short::before { content: \"\\f124\"; }"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square-fill::before { content: \"\\f125\"; }"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-square::before { content: \"\\f126\"; }"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down-up::before { content: \"\\f127\"; }"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":".bi-arrow-down::before { content: \"\\f128\"; }"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle-fill::before { content: \"\\f129\"; }"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-circle::before { content: \"\\f12a\"; }"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-right::before { content: \"\\f12b\"; }"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-short::before { content: \"\\f12c\"; }"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square-fill::before { content: \"\\f12d\"; }"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left-square::before { content: \"\\f12e\"; }"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":".bi-arrow-left::before { content: \"\\f12f\"; }"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":".bi-arrow-repeat::before { content: \"\\f130\"; }"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-left::before { content: \"\\f131\"; }"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":".bi-arrow-return-right::before { content: \"\\f132\"; }"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle-fill::before { content: \"\\f133\"; }"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-circle::before { content: \"\\f134\"; }"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-short::before { content: \"\\f135\"; }"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square-fill::before { content: \"\\f136\"; }"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right-square::before { content: \"\\f137\"; }"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":".bi-arrow-right::before { content: \"\\f138\"; }"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle-fill::before { content: \"\\f139\"; }"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-circle::before { content: \"\\f13a\"; }"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle-fill::before { content: \"\\f13b\"; }"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-circle::before { content: \"\\f13c\"; }"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square-fill::before { content: \"\\f13d\"; }"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left-square::before { content: \"\\f13e\"; }"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-left::before { content: \"\\f13f\"; }"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle-fill::before { content: \"\\f140\"; }"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-circle::before { content: \"\\f141\"; }"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square-fill::before { content: \"\\f142\"; }"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right-square::before { content: \"\\f143\"; }"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-right::before { content: \"\\f144\"; }"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-short::before { content: \"\\f145\"; }"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square-fill::before { content: \"\\f146\"; }"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up-square::before { content: \"\\f147\"; }"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":".bi-arrow-up::before { content: \"\\f148\"; }"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-contract::before { content: \"\\f149\"; }"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":".bi-arrows-angle-expand::before { content: \"\\f14a\"; }"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse::before { content: \"\\f14b\"; }"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand::before { content: \"\\f14c\"; }"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":".bi-arrows-fullscreen::before { content: \"\\f14d\"; }"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":".bi-arrows-move::before { content: \"\\f14e\"; }"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio-fill::before { content: \"\\f14f\"; }"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":".bi-aspect-ratio::before { content: \"\\f150\"; }"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":".bi-asterisk::before { content: \"\\f151\"; }"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":".bi-at::before { content: \"\\f152\"; }"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":".bi-award-fill::before { content: \"\\f153\"; }"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":".bi-award::before { content: \"\\f154\"; }"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":".bi-back::before { content: \"\\f155\"; }"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":".bi-backspace-fill::before { content: \"\\f156\"; }"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse-fill::before { content: \"\\f157\"; }"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":".bi-backspace-reverse::before { content: \"\\f158\"; }"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":".bi-backspace::before { content: \"\\f159\"; }"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d-fill::before { content: \"\\f15a\"; }"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":".bi-badge-3d::before { content: \"\\f15b\"; }"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k-fill::before { content: \"\\f15c\"; }"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":".bi-badge-4k::before { content: \"\\f15d\"; }"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k-fill::before { content: \"\\f15e\"; }"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":".bi-badge-8k::before { content: \"\\f15f\"; }"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad-fill::before { content: \"\\f160\"; }"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":".bi-badge-ad::before { content: \"\\f161\"; }"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar-fill::before { content: \"\\f162\"; }"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":".bi-badge-ar::before { content: \"\\f163\"; }"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc-fill::before { content: \"\\f164\"; }"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":".bi-badge-cc::before { content: \"\\f165\"; }"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd-fill::before { content: \"\\f166\"; }"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":".bi-badge-hd::before { content: \"\\f167\"; }"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm-fill::before { content: \"\\f168\"; }"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":".bi-badge-tm::before { content: \"\\f169\"; }"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo-fill::before { content: \"\\f16a\"; }"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":".bi-badge-vo::before { content: \"\\f16b\"; }"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr-fill::before { content: \"\\f16c\"; }"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":".bi-badge-vr::before { content: \"\\f16d\"; }"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc-fill::before { content: \"\\f16e\"; }"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":".bi-badge-wc::before { content: \"\\f16f\"; }"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":".bi-bag-check-fill::before { content: \"\\f170\"; }"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":".bi-bag-check::before { content: \"\\f171\"; }"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash-fill::before { content: \"\\f172\"; }"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":".bi-bag-dash::before { content: \"\\f173\"; }"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":".bi-bag-fill::before { content: \"\\f174\"; }"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus-fill::before { content: \"\\f175\"; }"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":".bi-bag-plus::before { content: \"\\f176\"; }"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":".bi-bag-x-fill::before { content: \"\\f177\"; }"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":".bi-bag-x::before { content: \"\\f178\"; }"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":".bi-bag::before { content: \"\\f179\"; }"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-fill::before { content: \"\\f17a\"; }"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line-fill::before { content: \"\\f17b\"; }"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-line::before { content: \"\\f17c\"; }"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart-steps::before { content: \"\\f17d\"; }"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":".bi-bar-chart::before { content: \"\\f17e\"; }"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":".bi-basket-fill::before { content: \"\\f17f\"; }"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":".bi-basket::before { content: \"\\f180\"; }"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":".bi-basket2-fill::before { content: \"\\f181\"; }"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":".bi-basket2::before { content: \"\\f182\"; }"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":".bi-basket3-fill::before { content: \"\\f183\"; }"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":".bi-basket3::before { content: \"\\f184\"; }"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":".bi-battery-charging::before { content: \"\\f185\"; }"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":".bi-battery-full::before { content: \"\\f186\"; }"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":".bi-battery-half::before { content: \"\\f187\"; }"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":".bi-battery::before { content: \"\\f188\"; }"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":".bi-bell-fill::before { content: \"\\f189\"; }"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":".bi-bell::before { content: \"\\f18a\"; }"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":".bi-bezier::before { content: \"\\f18b\"; }"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":".bi-bezier2::before { content: \"\\f18c\"; }"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":".bi-bicycle::before { content: \"\\f18d\"; }"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":".bi-binoculars-fill::before { content: \"\\f18e\"; }"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":".bi-binoculars::before { content: \"\\f18f\"; }"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-left::before { content: \"\\f190\"; }"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":".bi-blockquote-right::before { content: \"\\f191\"; }"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":".bi-book-fill::before { content: \"\\f192\"; }"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":".bi-book-half::before { content: \"\\f193\"; }"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":".bi-book::before { content: \"\\f194\"; }"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check-fill::before { content: \"\\f195\"; }"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-check::before { content: \"\\f196\"; }"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash-fill::before { content: \"\\f197\"; }"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-dash::before { content: \"\\f198\"; }"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-fill::before { content: \"\\f199\"; }"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart-fill::before { content: \"\\f19a\"; }"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-heart::before { content: \"\\f19b\"; }"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus-fill::before { content: \"\\f19c\"; }"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-plus::before { content: \"\\f19d\"; }"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star-fill::before { content: \"\\f19e\"; }"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-star::before { content: \"\\f19f\"; }"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x-fill::before { content: \"\\f1a0\"; }"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":".bi-bookmark-x::before { content: \"\\f1a1\"; }"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":".bi-bookmark::before { content: \"\\f1a2\"; }"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks-fill::before { content: \"\\f1a3\"; }"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":".bi-bookmarks::before { content: \"\\f1a4\"; }"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":".bi-bookshelf::before { content: \"\\f1a5\"; }"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-fill::before { content: \"\\f1a6\"; }"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap-reboot::before { content: \"\\f1a7\"; }"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":".bi-bootstrap::before { content: \"\\f1a8\"; }"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":".bi-border-all::before { content: \"\\f1a9\"; }"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":".bi-border-bottom::before { content: \"\\f1aa\"; }"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":".bi-border-center::before { content: \"\\f1ab\"; }"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":".bi-border-inner::before { content: \"\\f1ac\"; }"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":".bi-border-left::before { content: \"\\f1ad\"; }"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":".bi-border-middle::before { content: \"\\f1ae\"; }"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":".bi-border-outer::before { content: \"\\f1af\"; }"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":".bi-border-right::before { content: \"\\f1b0\"; }"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":".bi-border-style::before { content: \"\\f1b1\"; }"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":".bi-border-top::before { content: \"\\f1b2\"; }"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":".bi-border-width::before { content: \"\\f1b3\"; }"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":".bi-border::before { content: \"\\f1b4\"; }"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box-circles::before { content: \"\\f1b5\"; }"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":".bi-bounding-box::before { content: \"\\f1b6\"; }"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-left::before { content: \"\\f1b7\"; }"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down-right::before { content: \"\\f1b8\"; }"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-down::before { content: \"\\f1b9\"; }"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-left::before { content: \"\\f1ba\"; }"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down-right::before { content: \"\\f1bb\"; }"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-down::before { content: \"\\f1bc\"; }"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-left::before { content: \"\\f1bd\"; }"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-right::before { content: \"\\f1be\"; }"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-left::before { content: \"\\f1bf\"; }"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up-right::before { content: \"\\f1c0\"; }"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-in-up::before { content: \"\\f1c1\"; }"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-left::before { content: \"\\f1c2\"; }"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-right::before { content: \"\\f1c3\"; }"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-left::before { content: \"\\f1c4\"; }"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up-right::before { content: \"\\f1c5\"; }"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":".bi-box-arrow-up::before { content: \"\\f1c6\"; }"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":".bi-box-seam::before { content: \"\\f1c7\"; }"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":".bi-box::before { content: \"\\f1c8\"; }"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":".bi-braces::before { content: \"\\f1c9\"; }"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":".bi-bricks::before { content: \"\\f1ca\"; }"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":".bi-briefcase-fill::before { content: \"\\f1cb\"; }"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":".bi-briefcase::before { content: \"\\f1cc\"; }"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high-fill::before { content: \"\\f1cd\"; }"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-high::before { content: \"\\f1ce\"; }"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low-fill::before { content: \"\\f1cf\"; }"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":".bi-brightness-alt-low::before { content: \"\\f1d0\"; }"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high-fill::before { content: \"\\f1d1\"; }"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":".bi-brightness-high::before { content: \"\\f1d2\"; }"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low-fill::before { content: \"\\f1d3\"; }"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":".bi-brightness-low::before { content: \"\\f1d4\"; }"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":".bi-broadcast-pin::before { content: \"\\f1d5\"; }"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":".bi-broadcast::before { content: \"\\f1d6\"; }"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":".bi-brush-fill::before { content: \"\\f1d7\"; }"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":".bi-brush::before { content: \"\\f1d8\"; }"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":".bi-bucket-fill::before { content: \"\\f1d9\"; }"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":".bi-bucket::before { content: \"\\f1da\"; }"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":".bi-bug-fill::before { content: \"\\f1db\"; }"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":".bi-bug::before { content: \"\\f1dc\"; }"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":".bi-building::before { content: \"\\f1dd\"; }"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":".bi-bullseye::before { content: \"\\f1de\"; }"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":".bi-calculator-fill::before { content: \"\\f1df\"; }"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":".bi-calculator::before { content: \"\\f1e0\"; }"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check-fill::before { content: \"\\f1e1\"; }"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":".bi-calendar-check::before { content: \"\\f1e2\"; }"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date-fill::before { content: \"\\f1e3\"; }"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":".bi-calendar-date::before { content: \"\\f1e4\"; }"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day-fill::before { content: \"\\f1e5\"; }"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":".bi-calendar-day::before { content: \"\\f1e6\"; }"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event-fill::before { content: \"\\f1e7\"; }"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":".bi-calendar-event::before { content: \"\\f1e8\"; }"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":".bi-calendar-fill::before { content: \"\\f1e9\"; }"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus-fill::before { content: \"\\f1ea\"; }"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":".bi-calendar-minus::before { content: \"\\f1eb\"; }"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month-fill::before { content: \"\\f1ec\"; }"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":".bi-calendar-month::before { content: \"\\f1ed\"; }"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus-fill::before { content: \"\\f1ee\"; }"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":".bi-calendar-plus::before { content: \"\\f1ef\"; }"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range-fill::before { content: \"\\f1f0\"; }"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":".bi-calendar-range::before { content: \"\\f1f1\"; }"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week-fill::before { content: \"\\f1f2\"; }"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":".bi-calendar-week::before { content: \"\\f1f3\"; }"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x-fill::before { content: \"\\f1f4\"; }"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":".bi-calendar-x::before { content: \"\\f1f5\"; }"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":".bi-calendar::before { content: \"\\f1f6\"; }"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check-fill::before { content: \"\\f1f7\"; }"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-check::before { content: \"\\f1f8\"; }"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date-fill::before { content: \"\\f1f9\"; }"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-date::before { content: \"\\f1fa\"; }"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day-fill::before { content: \"\\f1fb\"; }"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-day::before { content: \"\\f1fc\"; }"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event-fill::before { content: \"\\f1fd\"; }"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-event::before { content: \"\\f1fe\"; }"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-fill::before { content: \"\\f1ff\"; }"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus-fill::before { content: \"\\f200\"; }"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-minus::before { content: \"\\f201\"; }"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month-fill::before { content: \"\\f202\"; }"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-month::before { content: \"\\f203\"; }"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus-fill::before { content: \"\\f204\"; }"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-plus::before { content: \"\\f205\"; }"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range-fill::before { content: \"\\f206\"; }"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-range::before { content: \"\\f207\"; }"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week-fill::before { content: \"\\f208\"; }"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-week::before { content: \"\\f209\"; }"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x-fill::before { content: \"\\f20a\"; }"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-x::before { content: \"\\f20b\"; }"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":".bi-calendar2::before { content: \"\\f20c\"; }"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event-fill::before { content: \"\\f20d\"; }"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-event::before { content: \"\\f20e\"; }"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-fill::before { content: \"\\f20f\"; }"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range-fill::before { content: \"\\f210\"; }"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-range::before { content: \"\\f211\"; }"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week-fill::before { content: \"\\f212\"; }"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":".bi-calendar3-week::before { content: \"\\f213\"; }"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":".bi-calendar3::before { content: \"\\f214\"; }"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-event::before { content: \"\\f215\"; }"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-range::before { content: \"\\f216\"; }"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":".bi-calendar4-week::before { content: \"\\f217\"; }"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":".bi-calendar4::before { content: \"\\f218\"; }"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":".bi-camera-fill::before { content: \"\\f219\"; }"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels-fill::before { content: \"\\f21a\"; }"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":".bi-camera-reels::before { content: \"\\f21b\"; }"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-fill::before { content: \"\\f21c\"; }"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off-fill::before { content: \"\\f21d\"; }"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":".bi-camera-video-off::before { content: \"\\f21e\"; }"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":".bi-camera-video::before { content: \"\\f21f\"; }"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":".bi-camera::before { content: \"\\f220\"; }"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":".bi-camera2::before { content: \"\\f221\"; }"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":".bi-capslock-fill::before { content: \"\\f222\"; }"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":".bi-capslock::before { content: \"\\f223\"; }"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":".bi-card-checklist::before { content: \"\\f224\"; }"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":".bi-card-heading::before { content: \"\\f225\"; }"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":".bi-card-image::before { content: \"\\f226\"; }"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":".bi-card-list::before { content: \"\\f227\"; }"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":".bi-card-text::before { content: \"\\f228\"; }"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-fill::before { content: \"\\f229\"; }"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square-fill::before { content: \"\\f22a\"; }"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":".bi-caret-down-square::before { content: \"\\f22b\"; }"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":".bi-caret-down::before { content: \"\\f22c\"; }"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-fill::before { content: \"\\f22d\"; }"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square-fill::before { content: \"\\f22e\"; }"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":".bi-caret-left-square::before { content: \"\\f22f\"; }"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":".bi-caret-left::before { content: \"\\f230\"; }"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-fill::before { content: \"\\f231\"; }"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square-fill::before { content: \"\\f232\"; }"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":".bi-caret-right-square::before { content: \"\\f233\"; }"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":".bi-caret-right::before { content: \"\\f234\"; }"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-fill::before { content: \"\\f235\"; }"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square-fill::before { content: \"\\f236\"; }"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":".bi-caret-up-square::before { content: \"\\f237\"; }"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":".bi-caret-up::before { content: \"\\f238\"; }"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":".bi-cart-check-fill::before { content: \"\\f239\"; }"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":".bi-cart-check::before { content: \"\\f23a\"; }"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash-fill::before { content: \"\\f23b\"; }"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":".bi-cart-dash::before { content: \"\\f23c\"; }"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":".bi-cart-fill::before { content: \"\\f23d\"; }"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus-fill::before { content: \"\\f23e\"; }"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":".bi-cart-plus::before { content: \"\\f23f\"; }"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":".bi-cart-x-fill::before { content: \"\\f240\"; }"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":".bi-cart-x::before { content: \"\\f241\"; }"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":".bi-cart::before { content: \"\\f242\"; }"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":".bi-cart2::before { content: \"\\f243\"; }"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":".bi-cart3::before { content: \"\\f244\"; }"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":".bi-cart4::before { content: \"\\f245\"; }"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":".bi-cash-stack::before { content: \"\\f246\"; }"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":".bi-cash::before { content: \"\\f247\"; }"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":".bi-cast::before { content: \"\\f248\"; }"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots-fill::before { content: \"\\f249\"; }"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":".bi-chat-dots::before { content: \"\\f24a\"; }"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":".bi-chat-fill::before { content: \"\\f24b\"; }"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots-fill::before { content: \"\\f24c\"; }"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-dots::before { content: \"\\f24d\"; }"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-fill::before { content: \"\\f24e\"; }"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote-fill::before { content: \"\\f24f\"; }"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-quote::before { content: \"\\f250\"; }"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text-fill::before { content: \"\\f251\"; }"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-text::before { content: \"\\f252\"; }"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":".bi-chat-left::before { content: \"\\f253\"; }"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote-fill::before { content: \"\\f254\"; }"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":".bi-chat-quote::before { content: \"\\f255\"; }"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots-fill::before { content: \"\\f256\"; }"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-dots::before { content: \"\\f257\"; }"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-fill::before { content: \"\\f258\"; }"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote-fill::before { content: \"\\f259\"; }"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-quote::before { content: \"\\f25a\"; }"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text-fill::before { content: \"\\f25b\"; }"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-text::before { content: \"\\f25c\"; }"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":".bi-chat-right::before { content: \"\\f25d\"; }"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots-fill::before { content: \"\\f25e\"; }"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-dots::before { content: \"\\f25f\"; }"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-fill::before { content: \"\\f260\"; }"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote-fill::before { content: \"\\f261\"; }"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-quote::before { content: \"\\f262\"; }"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text-fill::before { content: \"\\f263\"; }"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-text::before { content: \"\\f264\"; }"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":".bi-chat-square::before { content: \"\\f265\"; }"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":".bi-chat-text-fill::before { content: \"\\f266\"; }"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":".bi-chat-text::before { content: \"\\f267\"; }"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":".bi-chat::before { content: \"\\f268\"; }"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":".bi-check-all::before { content: \"\\f269\"; }"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":".bi-check-circle-fill::before { content: \"\\f26a\"; }"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":".bi-check-circle::before { content: \"\\f26b\"; }"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":".bi-check-square-fill::before { content: \"\\f26c\"; }"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":".bi-check-square::before { content: \"\\f26d\"; }"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":".bi-check::before { content: \"\\f26e\"; }"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":".bi-check2-all::before { content: \"\\f26f\"; }"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":".bi-check2-circle::before { content: \"\\f270\"; }"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":".bi-check2-square::before { content: \"\\f271\"; }"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":".bi-check2::before { content: \"\\f272\"; }"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-contract::before { content: \"\\f273\"; }"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-down::before { content: \"\\f274\"; }"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-expand::before { content: \"\\f275\"; }"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-left::before { content: \"\\f276\"; }"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-right::before { content: \"\\f277\"; }"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":".bi-chevron-bar-up::before { content: \"\\f278\"; }"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-down::before { content: \"\\f279\"; }"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-left::before { content: \"\\f27a\"; }"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-right::before { content: \"\\f27b\"; }"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":".bi-chevron-compact-up::before { content: \"\\f27c\"; }"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":".bi-chevron-contract::before { content: \"\\f27d\"; }"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-down::before { content: \"\\f27e\"; }"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-left::before { content: \"\\f27f\"; }"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-right::before { content: \"\\f280\"; }"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":".bi-chevron-double-up::before { content: \"\\f281\"; }"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":".bi-chevron-down::before { content: \"\\f282\"; }"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":".bi-chevron-expand::before { content: \"\\f283\"; }"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":".bi-chevron-left::before { content: \"\\f284\"; }"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":".bi-chevron-right::before { content: \"\\f285\"; }"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":".bi-chevron-up::before { content: \"\\f286\"; }"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":".bi-circle-fill::before { content: \"\\f287\"; }"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":".bi-circle-half::before { content: \"\\f288\"; }"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":".bi-circle-square::before { content: \"\\f289\"; }"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":".bi-circle::before { content: \"\\f28a\"; }"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check::before { content: \"\\f28b\"; }"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data::before { content: \"\\f28c\"; }"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus::before { content: \"\\f28d\"; }"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus::before { content: \"\\f28e\"; }"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x::before { content: \"\\f28f\"; }"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":".bi-clipboard::before { content: \"\\f290\"; }"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":".bi-clock-fill::before { content: \"\\f291\"; }"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":".bi-clock-history::before { content: \"\\f292\"; }"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":".bi-clock::before { content: \"\\f293\"; }"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down-fill::before { content: \"\\f294\"; }"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-down::before { content: \"\\f295\"; }"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up-fill::before { content: \"\\f296\"; }"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":".bi-cloud-arrow-up::before { content: \"\\f297\"; }"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check-fill::before { content: \"\\f298\"; }"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":".bi-cloud-check::before { content: \"\\f299\"; }"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download-fill::before { content: \"\\f29a\"; }"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":".bi-cloud-download::before { content: \"\\f29b\"; }"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle-fill::before { content: \"\\f29c\"; }"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":".bi-cloud-drizzle::before { content: \"\\f29d\"; }"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fill::before { content: \"\\f29e\"; }"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog-fill::before { content: \"\\f29f\"; }"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog::before { content: \"\\f2a0\"; }"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2-fill::before { content: \"\\f2a1\"; }"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":".bi-cloud-fog2::before { content: \"\\f2a2\"; }"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail-fill::before { content: \"\\f2a3\"; }"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":".bi-cloud-hail::before { content: \"\\f2a4\"; }"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze-fill::before { content: \"\\f2a6\"; }"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze::before { content: \"\\f2a7\"; }"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2-fill::before { content: \"\\f2a8\"; }"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-fill::before { content: \"\\f2a9\"; }"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain-fill::before { content: \"\\f2aa\"; }"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning-rain::before { content: \"\\f2ab\"; }"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":".bi-cloud-lightning::before { content: \"\\f2ac\"; }"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus-fill::before { content: \"\\f2ad\"; }"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":".bi-cloud-minus::before { content: \"\\f2ae\"; }"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon-fill::before { content: \"\\f2af\"; }"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":".bi-cloud-moon::before { content: \"\\f2b0\"; }"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus-fill::before { content: \"\\f2b1\"; }"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":".bi-cloud-plus::before { content: \"\\f2b2\"; }"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-fill::before { content: \"\\f2b3\"; }"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy-fill::before { content: \"\\f2b4\"; }"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain-heavy::before { content: \"\\f2b5\"; }"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":".bi-cloud-rain::before { content: \"\\f2b6\"; }"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash-fill::before { content: \"\\f2b7\"; }"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":".bi-cloud-slash::before { content: \"\\f2b8\"; }"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet-fill::before { content: \"\\f2b9\"; }"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sleet::before { content: \"\\f2ba\"; }"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow-fill::before { content: \"\\f2bb\"; }"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":".bi-cloud-snow::before { content: \"\\f2bc\"; }"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun-fill::before { content: \"\\f2bd\"; }"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":".bi-cloud-sun::before { content: \"\\f2be\"; }"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload-fill::before { content: \"\\f2bf\"; }"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":".bi-cloud-upload::before { content: \"\\f2c0\"; }"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":".bi-cloud::before { content: \"\\f2c1\"; }"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":".bi-clouds-fill::before { content: \"\\f2c2\"; }"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":".bi-clouds::before { content: \"\\f2c3\"; }"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":".bi-cloudy-fill::before { content: \"\\f2c4\"; }"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":".bi-cloudy::before { content: \"\\f2c5\"; }"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":".bi-code-slash::before { content: \"\\f2c6\"; }"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":".bi-code-square::before { content: \"\\f2c7\"; }"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":".bi-code::before { content: \"\\f2c8\"; }"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":".bi-collection-fill::before { content: \"\\f2c9\"; }"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":".bi-collection-play-fill::before { content: \"\\f2ca\"; }"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":".bi-collection-play::before { content: \"\\f2cb\"; }"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":".bi-collection::before { content: \"\\f2cc\"; }"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":".bi-columns-gap::before { content: \"\\f2cd\"; }"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":".bi-columns::before { content: \"\\f2ce\"; }"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":".bi-command::before { content: \"\\f2cf\"; }"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":".bi-compass-fill::before { content: \"\\f2d0\"; }"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":".bi-compass::before { content: \"\\f2d1\"; }"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":".bi-cone-striped::before { content: \"\\f2d2\"; }"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":".bi-cone::before { content: \"\\f2d3\"; }"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":".bi-controller::before { content: \"\\f2d4\"; }"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":".bi-cpu-fill::before { content: \"\\f2d5\"; }"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":".bi-cpu::before { content: \"\\f2d6\"; }"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back-fill::before { content: \"\\f2d7\"; }"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-back::before { content: \"\\f2d8\"; }"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front-fill::before { content: \"\\f2d9\"; }"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-2-front::before { content: \"\\f2da\"; }"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":".bi-credit-card-fill::before { content: \"\\f2db\"; }"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":".bi-credit-card::before { content: \"\\f2dc\"; }"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":".bi-crop::before { content: \"\\f2dd\"; }"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":".bi-cup-fill::before { content: \"\\f2de\"; }"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":".bi-cup-straw::before { content: \"\\f2df\"; }"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":".bi-cup::before { content: \"\\f2e0\"; }"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":".bi-cursor-fill::before { content: \"\\f2e1\"; }"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":".bi-cursor-text::before { content: \"\\f2e2\"; }"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":".bi-cursor::before { content: \"\\f2e3\"; }"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-dotted::before { content: \"\\f2e4\"; }"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle-fill::before { content: \"\\f2e5\"; }"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":".bi-dash-circle::before { content: \"\\f2e6\"; }"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-dotted::before { content: \"\\f2e7\"; }"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":".bi-dash-square-fill::before { content: \"\\f2e8\"; }"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":".bi-dash-square::before { content: \"\\f2e9\"; }"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":".bi-dash::before { content: \"\\f2ea\"; }"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2-fill::before { content: \"\\f2eb\"; }"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":".bi-diagram-2::before { content: \"\\f2ec\"; }"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3-fill::before { content: \"\\f2ed\"; }"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":".bi-diagram-3::before { content: \"\\f2ee\"; }"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":".bi-diamond-fill::before { content: \"\\f2ef\"; }"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":".bi-diamond-half::before { content: \"\\f2f0\"; }"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":".bi-diamond::before { content: \"\\f2f1\"; }"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":".bi-dice-1-fill::before { content: \"\\f2f2\"; }"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":".bi-dice-1::before { content: \"\\f2f3\"; }"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":".bi-dice-2-fill::before { content: \"\\f2f4\"; }"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":".bi-dice-2::before { content: \"\\f2f5\"; }"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":".bi-dice-3-fill::before { content: \"\\f2f6\"; }"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":".bi-dice-3::before { content: \"\\f2f7\"; }"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":".bi-dice-4-fill::before { content: \"\\f2f8\"; }"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":".bi-dice-4::before { content: \"\\f2f9\"; }"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":".bi-dice-5-fill::before { content: \"\\f2fa\"; }"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":".bi-dice-5::before { content: \"\\f2fb\"; }"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":".bi-dice-6-fill::before { content: \"\\f2fc\"; }"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":".bi-dice-6::before { content: \"\\f2fd\"; }"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":".bi-disc-fill::before { content: \"\\f2fe\"; }"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":".bi-disc::before { content: \"\\f2ff\"; }"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":".bi-discord::before { content: \"\\f300\"; }"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":".bi-display-fill::before { content: \"\\f301\"; }"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":".bi-display::before { content: \"\\f302\"; }"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":".bi-distribute-horizontal::before { content: \"\\f303\"; }"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":".bi-distribute-vertical::before { content: \"\\f304\"; }"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":".bi-door-closed-fill::before { content: \"\\f305\"; }"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":".bi-door-closed::before { content: \"\\f306\"; }"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":".bi-door-open-fill::before { content: \"\\f307\"; }"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":".bi-door-open::before { content: \"\\f308\"; }"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":".bi-dot::before { content: \"\\f309\"; }"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":".bi-download::before { content: \"\\f30a\"; }"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":".bi-droplet-fill::before { content: \"\\f30b\"; }"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":".bi-droplet-half::before { content: \"\\f30c\"; }"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":".bi-droplet::before { content: \"\\f30d\"; }"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":".bi-earbuds::before { content: \"\\f30e\"; }"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":".bi-easel-fill::before { content: \"\\f30f\"; }"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":".bi-easel::before { content: \"\\f310\"; }"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":".bi-egg-fill::before { content: \"\\f311\"; }"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":".bi-egg-fried::before { content: \"\\f312\"; }"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":".bi-egg::before { content: \"\\f313\"; }"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":".bi-eject-fill::before { content: \"\\f314\"; }"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":".bi-eject::before { content: \"\\f315\"; }"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry-fill::before { content: \"\\f316\"; }"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":".bi-emoji-angry::before { content: \"\\f317\"; }"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy-fill::before { content: \"\\f318\"; }"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":".bi-emoji-dizzy::before { content: \"\\f319\"; }"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless-fill::before { content: \"\\f31a\"; }"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":".bi-emoji-expressionless::before { content: \"\\f31b\"; }"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown-fill::before { content: \"\\f31c\"; }"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":".bi-emoji-frown::before { content: \"\\f31d\"; }"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes-fill::before { content: \"\\f31e\"; }"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":".bi-emoji-heart-eyes::before { content: \"\\f31f\"; }"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing-fill::before { content: \"\\f320\"; }"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":".bi-emoji-laughing::before { content: \"\\f321\"; }"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral-fill::before { content: \"\\f322\"; }"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":".bi-emoji-neutral::before { content: \"\\f323\"; }"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-fill::before { content: \"\\f324\"; }"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down-fill::before { content: \"\\f325\"; }"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile-upside-down::before { content: \"\\f326\"; }"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":".bi-emoji-smile::before { content: \"\\f327\"; }"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses-fill::before { content: \"\\f328\"; }"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":".bi-emoji-sunglasses::before { content: \"\\f329\"; }"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink-fill::before { content: \"\\f32a\"; }"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":".bi-emoji-wink::before { content: \"\\f32b\"; }"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":".bi-envelope-fill::before { content: \"\\f32c\"; }"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-fill::before { content: \"\\f32d\"; }"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open::before { content: \"\\f32e\"; }"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":".bi-envelope::before { content: \"\\f32f\"; }"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":".bi-eraser-fill::before { content: \"\\f330\"; }"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":".bi-eraser::before { content: \"\\f331\"; }"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle-fill::before { content: \"\\f332\"; }"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-circle::before { content: \"\\f333\"; }"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond-fill::before { content: \"\\f334\"; }"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-diamond::before { content: \"\\f335\"; }"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon-fill::before { content: \"\\f336\"; }"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-octagon::before { content: \"\\f337\"; }"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square-fill::before { content: \"\\f338\"; }"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-square::before { content: \"\\f339\"; }"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle-fill::before { content: \"\\f33a\"; }"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-triangle::before { content: \"\\f33b\"; }"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":".bi-exclamation::before { content: \"\\f33c\"; }"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":".bi-exclude::before { content: \"\\f33d\"; }"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":".bi-eye-fill::before { content: \"\\f33e\"; }"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash-fill::before { content: \"\\f33f\"; }"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":".bi-eye-slash::before { content: \"\\f340\"; }"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":".bi-eye::before { content: \"\\f341\"; }"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":".bi-eyedropper::before { content: \"\\f342\"; }"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":".bi-eyeglasses::before { content: \"\\f343\"; }"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":".bi-facebook::before { content: \"\\f344\"; }"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down-fill::before { content: \"\\f345\"; }"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-down::before { content: \"\\f346\"; }"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up-fill::before { content: \"\\f347\"; }"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":".bi-file-arrow-up::before { content: \"\\f348\"; }"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph-fill::before { content: \"\\f349\"; }"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":".bi-file-bar-graph::before { content: \"\\f34a\"; }"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":".bi-file-binary-fill::before { content: \"\\f34b\"; }"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":".bi-file-binary::before { content: \"\\f34c\"; }"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":".bi-file-break-fill::before { content: \"\\f34d\"; }"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":".bi-file-break::before { content: \"\\f34e\"; }"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":".bi-file-check-fill::before { content: \"\\f34f\"; }"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":".bi-file-check::before { content: \"\\f350\"; }"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":".bi-file-code-fill::before { content: \"\\f351\"; }"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":".bi-file-code::before { content: \"\\f352\"; }"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":".bi-file-diff-fill::before { content: \"\\f353\"; }"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":".bi-file-diff::before { content: \"\\f354\"; }"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down-fill::before { content: \"\\f355\"; }"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-down::before { content: \"\\f356\"; }"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up-fill::before { content: \"\\f357\"; }"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-arrow-up::before { content: \"\\f358\"; }"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph-fill::before { content: \"\\f359\"; }"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-bar-graph::before { content: \"\\f35a\"; }"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary-fill::before { content: \"\\f35b\"; }"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-binary::before { content: \"\\f35c\"; }"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break-fill::before { content: \"\\f35d\"; }"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-break::before { content: \"\\f35e\"; }"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check-fill::before { content: \"\\f35f\"; }"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-check::before { content: \"\\f360\"; }"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code-fill::before { content: \"\\f361\"; }"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-code::before { content: \"\\f362\"; }"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff-fill::before { content: \"\\f363\"; }"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-diff::before { content: \"\\f364\"; }"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel-fill::before { content: \"\\f365\"; }"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-easel::before { content: \"\\f366\"; }"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel-fill::before { content: \"\\f367\"; }"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-excel::before { content: \"\\f368\"; }"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-fill::before { content: \"\\f369\"; }"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font-fill::before { content: \"\\f36a\"; }"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-font::before { content: \"\\f36b\"; }"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image-fill::before { content: \"\\f36c\"; }"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-image::before { content: \"\\f36d\"; }"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock-fill::before { content: \"\\f36e\"; }"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock::before { content: \"\\f36f\"; }"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2-fill::before { content: \"\\f370\"; }"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-lock2::before { content: \"\\f371\"; }"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical-fill::before { content: \"\\f372\"; }"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-medical::before { content: \"\\f373\"; }"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus-fill::before { content: \"\\f374\"; }"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-minus::before { content: \"\\f375\"; }"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music-fill::before { content: \"\\f376\"; }"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-music::before { content: \"\\f377\"; }"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person-fill::before { content: \"\\f378\"; }"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-person::before { content: \"\\f379\"; }"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play-fill::before { content: \"\\f37a\"; }"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-play::before { content: \"\\f37b\"; }"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus-fill::before { content: \"\\f37c\"; }"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-plus::before { content: \"\\f37d\"; }"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post-fill::before { content: \"\\f37e\"; }"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-post::before { content: \"\\f37f\"; }"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt-fill::before { content: \"\\f380\"; }"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ppt::before { content: \"\\f381\"; }"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext-fill::before { content: \"\\f382\"; }"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-richtext::before { content: \"\\f383\"; }"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled-fill::before { content: \"\\f384\"; }"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-ruled::before { content: \"\\f385\"; }"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides-fill::before { content: \"\\f386\"; }"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-slides::before { content: \"\\f387\"; }"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet-fill::before { content: \"\\f388\"; }"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-spreadsheet::before { content: \"\\f389\"; }"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text-fill::before { content: \"\\f38a\"; }"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-text::before { content: \"\\f38b\"; }"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word-fill::before { content: \"\\f38c\"; }"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-word::before { content: \"\\f38d\"; }"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x-fill::before { content: \"\\f38e\"; }"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-x::before { content: \"\\f38f\"; }"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip-fill::before { content: \"\\f390\"; }"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-zip::before { content: \"\\f391\"; }"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark::before { content: \"\\f392\"; }"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":".bi-file-easel-fill::before { content: \"\\f393\"; }"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":".bi-file-easel::before { content: \"\\f394\"; }"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":".bi-file-excel-fill::before { content: \"\\f395\"; }"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":".bi-file-excel::before { content: \"\\f396\"; }"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":".bi-file-fill::before { content: \"\\f397\"; }"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":".bi-file-font-fill::before { content: \"\\f398\"; }"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":".bi-file-font::before { content: \"\\f399\"; }"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":".bi-file-image-fill::before { content: \"\\f39a\"; }"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":".bi-file-image::before { content: \"\\f39b\"; }"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":".bi-file-lock-fill::before { content: \"\\f39c\"; }"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":".bi-file-lock::before { content: \"\\f39d\"; }"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2-fill::before { content: \"\\f39e\"; }"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":".bi-file-lock2::before { content: \"\\f39f\"; }"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":".bi-file-medical-fill::before { content: \"\\f3a0\"; }"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":".bi-file-medical::before { content: \"\\f3a1\"; }"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":".bi-file-minus-fill::before { content: \"\\f3a2\"; }"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":".bi-file-minus::before { content: \"\\f3a3\"; }"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":".bi-file-music-fill::before { content: \"\\f3a4\"; }"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":".bi-file-music::before { content: \"\\f3a5\"; }"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":".bi-file-person-fill::before { content: \"\\f3a6\"; }"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":".bi-file-person::before { content: \"\\f3a7\"; }"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":".bi-file-play-fill::before { content: \"\\f3a8\"; }"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":".bi-file-play::before { content: \"\\f3a9\"; }"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":".bi-file-plus-fill::before { content: \"\\f3aa\"; }"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":".bi-file-plus::before { content: \"\\f3ab\"; }"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":".bi-file-post-fill::before { content: \"\\f3ac\"; }"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":".bi-file-post::before { content: \"\\f3ad\"; }"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt-fill::before { content: \"\\f3ae\"; }"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":".bi-file-ppt::before { content: \"\\f3af\"; }"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext-fill::before { content: \"\\f3b0\"; }"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":".bi-file-richtext::before { content: \"\\f3b1\"; }"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled-fill::before { content: \"\\f3b2\"; }"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":".bi-file-ruled::before { content: \"\\f3b3\"; }"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":".bi-file-slides-fill::before { content: \"\\f3b4\"; }"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":".bi-file-slides::before { content: \"\\f3b5\"; }"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet-fill::before { content: \"\\f3b6\"; }"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":".bi-file-spreadsheet::before { content: \"\\f3b7\"; }"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":".bi-file-text-fill::before { content: \"\\f3b8\"; }"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":".bi-file-text::before { content: \"\\f3b9\"; }"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":".bi-file-word-fill::before { content: \"\\f3ba\"; }"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":".bi-file-word::before { content: \"\\f3bb\"; }"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":".bi-file-x-fill::before { content: \"\\f3bc\"; }"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":".bi-file-x::before { content: \"\\f3bd\"; }"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":".bi-file-zip-fill::before { content: \"\\f3be\"; }"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":".bi-file-zip::before { content: \"\\f3bf\"; }"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":".bi-file::before { content: \"\\f3c0\"; }"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":".bi-files-alt::before { content: \"\\f3c1\"; }"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":".bi-files::before { content: \"\\f3c2\"; }"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":".bi-film::before { content: \"\\f3c3\"; }"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle-fill::before { content: \"\\f3c4\"; }"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":".bi-filter-circle::before { content: \"\\f3c5\"; }"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":".bi-filter-left::before { content: \"\\f3c6\"; }"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":".bi-filter-right::before { content: \"\\f3c7\"; }"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":".bi-filter-square-fill::before { content: \"\\f3c8\"; }"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":".bi-filter-square::before { content: \"\\f3c9\"; }"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":".bi-filter::before { content: \"\\f3ca\"; }"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":".bi-flag-fill::before { content: \"\\f3cb\"; }"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":".bi-flag::before { content: \"\\f3cc\"; }"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":".bi-flower1::before { content: \"\\f3cd\"; }"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":".bi-flower2::before { content: \"\\f3ce\"; }"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":".bi-flower3::before { content: \"\\f3cf\"; }"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":".bi-folder-check::before { content: \"\\f3d0\"; }"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":".bi-folder-fill::before { content: \"\\f3d1\"; }"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":".bi-folder-minus::before { content: \"\\f3d2\"; }"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":".bi-folder-plus::before { content: \"\\f3d3\"; }"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink-fill::before { content: \"\\f3d4\"; }"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":".bi-folder-symlink::before { content: \"\\f3d5\"; }"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":".bi-folder-x::before { content: \"\\f3d6\"; }"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":".bi-folder::before { content: \"\\f3d7\"; }"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":".bi-folder2-open::before { content: \"\\f3d8\"; }"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":".bi-folder2::before { content: \"\\f3d9\"; }"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":".bi-fonts::before { content: \"\\f3da\"; }"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":".bi-forward-fill::before { content: \"\\f3db\"; }"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":".bi-forward::before { content: \"\\f3dc\"; }"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":".bi-front::before { content: \"\\f3dd\"; }"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen-exit::before { content: \"\\f3de\"; }"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":".bi-fullscreen::before { content: \"\\f3df\"; }"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":".bi-funnel-fill::before { content: \"\\f3e0\"; }"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":".bi-funnel::before { content: \"\\f3e1\"; }"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":".bi-gear-fill::before { content: \"\\f3e2\"; }"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide-connected::before { content: \"\\f3e3\"; }"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":".bi-gear-wide::before { content: \"\\f3e4\"; }"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":".bi-gear::before { content: \"\\f3e5\"; }"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":".bi-gem::before { content: \"\\f3e6\"; }"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt-fill::before { content: \"\\f3e7\"; }"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":".bi-geo-alt::before { content: \"\\f3e8\"; }"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":".bi-geo-fill::before { content: \"\\f3e9\"; }"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":".bi-geo::before { content: \"\\f3ea\"; }"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":".bi-gift-fill::before { content: \"\\f3eb\"; }"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":".bi-gift::before { content: \"\\f3ec\"; }"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":".bi-github::before { content: \"\\f3ed\"; }"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":".bi-globe::before { content: \"\\f3ee\"; }"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":".bi-globe2::before { content: \"\\f3ef\"; }"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":".bi-google::before { content: \"\\f3f0\"; }"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":".bi-graph-down::before { content: \"\\f3f1\"; }"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":".bi-graph-up::before { content: \"\\f3f2\"; }"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2-fill::before { content: \"\\f3f3\"; }"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":".bi-grid-1x2::before { content: \"\\f3f4\"; }"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap-fill::before { content: \"\\f3f5\"; }"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2-gap::before { content: \"\\f3f6\"; }"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x2::before { content: \"\\f3f7\"; }"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap-fill::before { content: \"\\f3f8\"; }"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3-gap::before { content: \"\\f3f9\"; }"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":".bi-grid-3x3::before { content: \"\\f3fa\"; }"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":".bi-grid-fill::before { content: \"\\f3fb\"; }"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":".bi-grid::before { content: \"\\f3fc\"; }"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":".bi-grip-horizontal::before { content: \"\\f3fd\"; }"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":".bi-grip-vertical::before { content: \"\\f3fe\"; }"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":".bi-hammer::before { content: \"\\f3ff\"; }"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-fill::before { content: \"\\f400\"; }"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb-fill::before { content: \"\\f401\"; }"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":".bi-hand-index-thumb::before { content: \"\\f402\"; }"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":".bi-hand-index::before { content: \"\\f403\"; }"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down-fill::before { content: \"\\f404\"; }"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-down::before { content: \"\\f405\"; }"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up-fill::before { content: \"\\f406\"; }"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":".bi-hand-thumbs-up::before { content: \"\\f407\"; }"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":".bi-handbag-fill::before { content: \"\\f408\"; }"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":".bi-handbag::before { content: \"\\f409\"; }"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":".bi-hash::before { content: \"\\f40a\"; }"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":".bi-hdd-fill::before { content: \"\\f40b\"; }"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network-fill::before { content: \"\\f40c\"; }"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":".bi-hdd-network::before { content: \"\\f40d\"; }"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack-fill::before { content: \"\\f40e\"; }"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":".bi-hdd-rack::before { content: \"\\f40f\"; }"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack-fill::before { content: \"\\f410\"; }"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":".bi-hdd-stack::before { content: \"\\f411\"; }"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":".bi-hdd::before { content: \"\\f412\"; }"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":".bi-headphones::before { content: \"\\f413\"; }"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":".bi-headset::before { content: \"\\f414\"; }"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":".bi-heart-fill::before { content: \"\\f415\"; }"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":".bi-heart-half::before { content: \"\\f416\"; }"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":".bi-heart::before { content: \"\\f417\"; }"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-fill::before { content: \"\\f418\"; }"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":".bi-heptagon-half::before { content: \"\\f419\"; }"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":".bi-heptagon::before { content: \"\\f41a\"; }"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-fill::before { content: \"\\f41b\"; }"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":".bi-hexagon-half::before { content: \"\\f41c\"; }"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":".bi-hexagon::before { content: \"\\f41d\"; }"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-bottom::before { content: \"\\f41e\"; }"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-split::before { content: \"\\f41f\"; }"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":".bi-hourglass-top::before { content: \"\\f420\"; }"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":".bi-hourglass::before { content: \"\\f421\"; }"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":".bi-house-door-fill::before { content: \"\\f422\"; }"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":".bi-house-door::before { content: \"\\f423\"; }"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":".bi-house-fill::before { content: \"\\f424\"; }"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":".bi-house::before { content: \"\\f425\"; }"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":".bi-hr::before { content: \"\\f426\"; }"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":".bi-hurricane::before { content: \"\\f427\"; }"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":".bi-image-alt::before { content: \"\\f428\"; }"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":".bi-image-fill::before { content: \"\\f429\"; }"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":".bi-image::before { content: \"\\f42a\"; }"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":".bi-images::before { content: \"\\f42b\"; }"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":".bi-inbox-fill::before { content: \"\\f42c\"; }"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":".bi-inbox::before { content: \"\\f42d\"; }"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":".bi-inboxes-fill::before { content: \"\\f42e\"; }"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":".bi-inboxes::before { content: \"\\f42f\"; }"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":".bi-info-circle-fill::before { content: \"\\f430\"; }"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":".bi-info-circle::before { content: \"\\f431\"; }"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":".bi-info-square-fill::before { content: \"\\f432\"; }"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":".bi-info-square::before { content: \"\\f433\"; }"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":".bi-info::before { content: \"\\f434\"; }"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor-text::before { content: \"\\f435\"; }"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":".bi-input-cursor::before { content: \"\\f436\"; }"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":".bi-instagram::before { content: \"\\f437\"; }"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":".bi-intersect::before { content: \"\\f438\"; }"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":".bi-journal-album::before { content: \"\\f439\"; }"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-down::before { content: \"\\f43a\"; }"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":".bi-journal-arrow-up::before { content: \"\\f43b\"; }"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark-fill::before { content: \"\\f43c\"; }"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":".bi-journal-bookmark::before { content: \"\\f43d\"; }"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":".bi-journal-check::before { content: \"\\f43e\"; }"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":".bi-journal-code::before { content: \"\\f43f\"; }"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":".bi-journal-medical::before { content: \"\\f440\"; }"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":".bi-journal-minus::before { content: \"\\f441\"; }"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":".bi-journal-plus::before { content: \"\\f442\"; }"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":".bi-journal-richtext::before { content: \"\\f443\"; }"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":".bi-journal-text::before { content: \"\\f444\"; }"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":".bi-journal-x::before { content: \"\\f445\"; }"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":".bi-journal::before { content: \"\\f446\"; }"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":".bi-journals::before { content: \"\\f447\"; }"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":".bi-joystick::before { content: \"\\f448\"; }"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":".bi-justify-left::before { content: \"\\f449\"; }"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":".bi-justify-right::before { content: \"\\f44a\"; }"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":".bi-justify::before { content: \"\\f44b\"; }"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":".bi-kanban-fill::before { content: \"\\f44c\"; }"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":".bi-kanban::before { content: \"\\f44d\"; }"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":".bi-key-fill::before { content: \"\\f44e\"; }"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":".bi-key::before { content: \"\\f44f\"; }"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":".bi-keyboard-fill::before { content: \"\\f450\"; }"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":".bi-keyboard::before { content: \"\\f451\"; }"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":".bi-ladder::before { content: \"\\f452\"; }"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":".bi-lamp-fill::before { content: \"\\f453\"; }"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":".bi-lamp::before { content: \"\\f454\"; }"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":".bi-laptop-fill::before { content: \"\\f455\"; }"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":".bi-laptop::before { content: \"\\f456\"; }"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":".bi-layer-backward::before { content: \"\\f457\"; }"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":".bi-layer-forward::before { content: \"\\f458\"; }"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":".bi-layers-fill::before { content: \"\\f459\"; }"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":".bi-layers-half::before { content: \"\\f45a\"; }"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":".bi-layers::before { content: \"\\f45b\"; }"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset-reverse::before { content: \"\\f45c\"; }"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-inset::before { content: \"\\f45d\"; }"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar-reverse::before { content: \"\\f45e\"; }"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":".bi-layout-sidebar::before { content: \"\\f45f\"; }"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":".bi-layout-split::before { content: \"\\f460\"; }"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar-reverse::before { content: \"\\f461\"; }"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-sidebar::before { content: \"\\f462\"; }"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window-reverse::before { content: \"\\f463\"; }"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":".bi-layout-text-window::before { content: \"\\f464\"; }"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":".bi-layout-three-columns::before { content: \"\\f465\"; }"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":".bi-layout-wtf::before { content: \"\\f466\"; }"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":".bi-life-preserver::before { content: \"\\f467\"; }"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-fill::before { content: \"\\f468\"; }"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off-fill::before { content: \"\\f469\"; }"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb-off::before { content: \"\\f46a\"; }"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":".bi-lightbulb::before { content: \"\\f46b\"; }"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge-fill::before { content: \"\\f46c\"; }"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":".bi-lightning-charge::before { content: \"\\f46d\"; }"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":".bi-lightning-fill::before { content: \"\\f46e\"; }"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":".bi-lightning::before { content: \"\\f46f\"; }"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":".bi-link-45deg::before { content: \"\\f470\"; }"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":".bi-link::before { content: \"\\f471\"; }"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":".bi-linkedin::before { content: \"\\f472\"; }"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":".bi-list-check::before { content: \"\\f473\"; }"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":".bi-list-nested::before { content: \"\\f474\"; }"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":".bi-list-ol::before { content: \"\\f475\"; }"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":".bi-list-stars::before { content: \"\\f476\"; }"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":".bi-list-task::before { content: \"\\f477\"; }"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":".bi-list-ul::before { content: \"\\f478\"; }"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":".bi-list::before { content: \"\\f479\"; }"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":".bi-lock-fill::before { content: \"\\f47a\"; }"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":".bi-lock::before { content: \"\\f47b\"; }"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":".bi-mailbox::before { content: \"\\f47c\"; }"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2::before { content: \"\\f47d\"; }"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":".bi-map-fill::before { content: \"\\f47e\"; }"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":".bi-map::before { content: \"\\f47f\"; }"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":".bi-markdown-fill::before { content: \"\\f480\"; }"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":".bi-markdown::before { content: \"\\f481\"; }"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":".bi-mask::before { content: \"\\f482\"; }"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":".bi-megaphone-fill::before { content: \"\\f483\"; }"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":".bi-megaphone::before { content: \"\\f484\"; }"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":".bi-menu-app-fill::before { content: \"\\f485\"; }"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":".bi-menu-app::before { content: \"\\f486\"; }"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-fill::before { content: \"\\f487\"; }"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide-fill::before { content: \"\\f488\"; }"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":".bi-menu-button-wide::before { content: \"\\f489\"; }"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":".bi-menu-button::before { content: \"\\f48a\"; }"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":".bi-menu-down::before { content: \"\\f48b\"; }"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":".bi-menu-up::before { content: \"\\f48c\"; }"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":".bi-mic-fill::before { content: \"\\f48d\"; }"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute-fill::before { content: \"\\f48e\"; }"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":".bi-mic-mute::before { content: \"\\f48f\"; }"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":".bi-mic::before { content: \"\\f490\"; }"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":".bi-minecart-loaded::before { content: \"\\f491\"; }"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":".bi-minecart::before { content: \"\\f492\"; }"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":".bi-moisture::before { content: \"\\f493\"; }"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":".bi-moon-fill::before { content: \"\\f494\"; }"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars-fill::before { content: \"\\f495\"; }"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":".bi-moon-stars::before { content: \"\\f496\"; }"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":".bi-moon::before { content: \"\\f497\"; }"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":".bi-mouse-fill::before { content: \"\\f498\"; }"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":".bi-mouse::before { content: \"\\f499\"; }"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":".bi-mouse2-fill::before { content: \"\\f49a\"; }"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":".bi-mouse2::before { content: \"\\f49b\"; }"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":".bi-mouse3-fill::before { content: \"\\f49c\"; }"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":".bi-mouse3::before { content: \"\\f49d\"; }"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":".bi-music-note-beamed::before { content: \"\\f49e\"; }"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":".bi-music-note-list::before { content: \"\\f49f\"; }"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":".bi-music-note::before { content: \"\\f4a0\"; }"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":".bi-music-player-fill::before { content: \"\\f4a1\"; }"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":".bi-music-player::before { content: \"\\f4a2\"; }"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":".bi-newspaper::before { content: \"\\f4a3\"; }"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":".bi-node-minus-fill::before { content: \"\\f4a4\"; }"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":".bi-node-minus::before { content: \"\\f4a5\"; }"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":".bi-node-plus-fill::before { content: \"\\f4a6\"; }"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":".bi-node-plus::before { content: \"\\f4a7\"; }"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":".bi-nut-fill::before { content: \"\\f4a8\"; }"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":".bi-nut::before { content: \"\\f4a9\"; }"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":".bi-octagon-fill::before { content: \"\\f4aa\"; }"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":".bi-octagon-half::before { content: \"\\f4ab\"; }"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":".bi-octagon::before { content: \"\\f4ac\"; }"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":".bi-option::before { content: \"\\f4ad\"; }"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":".bi-outlet::before { content: \"\\f4ae\"; }"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":".bi-paint-bucket::before { content: \"\\f4af\"; }"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":".bi-palette-fill::before { content: \"\\f4b0\"; }"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":".bi-palette::before { content: \"\\f4b1\"; }"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":".bi-palette2::before { content: \"\\f4b2\"; }"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":".bi-paperclip::before { content: \"\\f4b3\"; }"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":".bi-paragraph::before { content: \"\\f4b4\"; }"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":".bi-patch-check-fill::before { content: \"\\f4b5\"; }"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":".bi-patch-check::before { content: \"\\f4b6\"; }"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation-fill::before { content: \"\\f4b7\"; }"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":".bi-patch-exclamation::before { content: \"\\f4b8\"; }"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus-fill::before { content: \"\\f4b9\"; }"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":".bi-patch-minus::before { content: \"\\f4ba\"; }"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus-fill::before { content: \"\\f4bb\"; }"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":".bi-patch-plus::before { content: \"\\f4bc\"; }"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":".bi-patch-question-fill::before { content: \"\\f4bd\"; }"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":".bi-patch-question::before { content: \"\\f4be\"; }"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn-fill::before { content: \"\\f4bf\"; }"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":".bi-pause-btn::before { content: \"\\f4c0\"; }"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle-fill::before { content: \"\\f4c1\"; }"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":".bi-pause-circle::before { content: \"\\f4c2\"; }"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":".bi-pause-fill::before { content: \"\\f4c3\"; }"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":".bi-pause::before { content: \"\\f4c4\"; }"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":".bi-peace-fill::before { content: \"\\f4c5\"; }"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":".bi-peace::before { content: \"\\f4c6\"; }"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":".bi-pen-fill::before { content: \"\\f4c7\"; }"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":".bi-pen::before { content: \"\\f4c8\"; }"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":".bi-pencil-fill::before { content: \"\\f4c9\"; }"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":".bi-pencil-square::before { content: \"\\f4ca\"; }"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":".bi-pencil::before { content: \"\\f4cb\"; }"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-fill::before { content: \"\\f4cc\"; }"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":".bi-pentagon-half::before { content: \"\\f4cd\"; }"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":".bi-pentagon::before { content: \"\\f4ce\"; }"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":".bi-people-fill::before { content: \"\\f4cf\"; }"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":".bi-people::before { content: \"\\f4d0\"; }"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":".bi-percent::before { content: \"\\f4d1\"; }"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":".bi-person-badge-fill::before { content: \"\\f4d2\"; }"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":".bi-person-badge::before { content: \"\\f4d3\"; }"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":".bi-person-bounding-box::before { content: \"\\f4d4\"; }"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":".bi-person-check-fill::before { content: \"\\f4d5\"; }"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":".bi-person-check::before { content: \"\\f4d6\"; }"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":".bi-person-circle::before { content: \"\\f4d7\"; }"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":".bi-person-dash-fill::before { content: \"\\f4d8\"; }"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":".bi-person-dash::before { content: \"\\f4d9\"; }"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":".bi-person-fill::before { content: \"\\f4da\"; }"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":".bi-person-lines-fill::before { content: \"\\f4db\"; }"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":".bi-person-plus-fill::before { content: \"\\f4dc\"; }"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":".bi-person-plus::before { content: \"\\f4dd\"; }"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":".bi-person-square::before { content: \"\\f4de\"; }"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":".bi-person-x-fill::before { content: \"\\f4df\"; }"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":".bi-person-x::before { content: \"\\f4e0\"; }"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":".bi-person::before { content: \"\\f4e1\"; }"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":".bi-phone-fill::before { content: \"\\f4e2\"; }"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape-fill::before { content: \"\\f4e3\"; }"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":".bi-phone-landscape::before { content: \"\\f4e4\"; }"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate-fill::before { content: \"\\f4e5\"; }"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":".bi-phone-vibrate::before { content: \"\\f4e6\"; }"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":".bi-phone::before { content: \"\\f4e7\"; }"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart-fill::before { content: \"\\f4e8\"; }"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":".bi-pie-chart::before { content: \"\\f4e9\"; }"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle-fill::before { content: \"\\f4ea\"; }"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":".bi-pin-angle::before { content: \"\\f4eb\"; }"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":".bi-pin-fill::before { content: \"\\f4ec\"; }"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":".bi-pin::before { content: \"\\f4ed\"; }"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":".bi-pip-fill::before { content: \"\\f4ee\"; }"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":".bi-pip::before { content: \"\\f4ef\"; }"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":".bi-play-btn-fill::before { content: \"\\f4f0\"; }"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":".bi-play-btn::before { content: \"\\f4f1\"; }"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":".bi-play-circle-fill::before { content: \"\\f4f2\"; }"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":".bi-play-circle::before { content: \"\\f4f3\"; }"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":".bi-play-fill::before { content: \"\\f4f4\"; }"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":".bi-play::before { content: \"\\f4f5\"; }"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":".bi-plug-fill::before { content: \"\\f4f6\"; }"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":".bi-plug::before { content: \"\\f4f7\"; }"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-dotted::before { content: \"\\f4f8\"; }"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle-fill::before { content: \"\\f4f9\"; }"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":".bi-plus-circle::before { content: \"\\f4fa\"; }"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-dotted::before { content: \"\\f4fb\"; }"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":".bi-plus-square-fill::before { content: \"\\f4fc\"; }"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":".bi-plus-square::before { content: \"\\f4fd\"; }"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":".bi-plus::before { content: \"\\f4fe\"; }"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":".bi-power::before { content: \"\\f4ff\"; }"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":".bi-printer-fill::before { content: \"\\f500\"; }"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":".bi-printer::before { content: \"\\f501\"; }"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":".bi-puzzle-fill::before { content: \"\\f502\"; }"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":".bi-puzzle::before { content: \"\\f503\"; }"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":".bi-question-circle-fill::before { content: \"\\f504\"; }"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":".bi-question-circle::before { content: \"\\f505\"; }"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond-fill::before { content: \"\\f506\"; }"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":".bi-question-diamond::before { content: \"\\f507\"; }"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon-fill::before { content: \"\\f508\"; }"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":".bi-question-octagon::before { content: \"\\f509\"; }"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":".bi-question-square-fill::before { content: \"\\f50a\"; }"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":".bi-question-square::before { content: \"\\f50b\"; }"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":".bi-question::before { content: \"\\f50c\"; }"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":".bi-rainbow::before { content: \"\\f50d\"; }"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":".bi-receipt-cutoff::before { content: \"\\f50e\"; }"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":".bi-receipt::before { content: \"\\f50f\"; }"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":".bi-reception-0::before { content: \"\\f510\"; }"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":".bi-reception-1::before { content: \"\\f511\"; }"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":".bi-reception-2::before { content: \"\\f512\"; }"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":".bi-reception-3::before { content: \"\\f513\"; }"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":".bi-reception-4::before { content: \"\\f514\"; }"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":".bi-record-btn-fill::before { content: \"\\f515\"; }"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":".bi-record-btn::before { content: \"\\f516\"; }"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":".bi-record-circle-fill::before { content: \"\\f517\"; }"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":".bi-record-circle::before { content: \"\\f518\"; }"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":".bi-record-fill::before { content: \"\\f519\"; }"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":".bi-record::before { content: \"\\f51a\"; }"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":".bi-record2-fill::before { content: \"\\f51b\"; }"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":".bi-record2::before { content: \"\\f51c\"; }"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":".bi-reply-all-fill::before { content: \"\\f51d\"; }"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":".bi-reply-all::before { content: \"\\f51e\"; }"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":".bi-reply-fill::before { content: \"\\f51f\"; }"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":".bi-reply::before { content: \"\\f520\"; }"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":".bi-rss-fill::before { content: \"\\f521\"; }"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":".bi-rss::before { content: \"\\f522\"; }"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":".bi-rulers::before { content: \"\\f523\"; }"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":".bi-save-fill::before { content: \"\\f524\"; }"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":".bi-save::before { content: \"\\f525\"; }"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":".bi-save2-fill::before { content: \"\\f526\"; }"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":".bi-save2::before { content: \"\\f527\"; }"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":".bi-scissors::before { content: \"\\f528\"; }"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":".bi-screwdriver::before { content: \"\\f529\"; }"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":".bi-search::before { content: \"\\f52a\"; }"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":".bi-segmented-nav::before { content: \"\\f52b\"; }"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":".bi-server::before { content: \"\\f52c\"; }"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":".bi-share-fill::before { content: \"\\f52d\"; }"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":".bi-share::before { content: \"\\f52e\"; }"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":".bi-shield-check::before { content: \"\\f52f\"; }"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":".bi-shield-exclamation::before { content: \"\\f530\"; }"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-check::before { content: \"\\f531\"; }"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-exclamation::before { content: \"\\f532\"; }"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-minus::before { content: \"\\f533\"; }"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-plus::before { content: \"\\f534\"; }"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill-x::before { content: \"\\f535\"; }"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":".bi-shield-fill::before { content: \"\\f536\"; }"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock-fill::before { content: \"\\f537\"; }"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":".bi-shield-lock::before { content: \"\\f538\"; }"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":".bi-shield-minus::before { content: \"\\f539\"; }"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":".bi-shield-plus::before { content: \"\\f53a\"; }"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":".bi-shield-shaded::before { content: \"\\f53b\"; }"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash-fill::before { content: \"\\f53c\"; }"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":".bi-shield-slash::before { content: \"\\f53d\"; }"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":".bi-shield-x::before { content: \"\\f53e\"; }"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":".bi-shield::before { content: \"\\f53f\"; }"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":".bi-shift-fill::before { content: \"\\f540\"; }"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":".bi-shift::before { content: \"\\f541\"; }"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":".bi-shop-window::before { content: \"\\f542\"; }"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":".bi-shop::before { content: \"\\f543\"; }"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":".bi-shuffle::before { content: \"\\f544\"; }"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2-fill::before { content: \"\\f545\"; }"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":".bi-signpost-2::before { content: \"\\f546\"; }"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":".bi-signpost-fill::before { content: \"\\f547\"; }"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split-fill::before { content: \"\\f548\"; }"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":".bi-signpost-split::before { content: \"\\f549\"; }"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":".bi-signpost::before { content: \"\\f54a\"; }"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":".bi-sim-fill::before { content: \"\\f54b\"; }"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":".bi-sim::before { content: \"\\f54c\"; }"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn-fill::before { content: \"\\f54d\"; }"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-btn::before { content: \"\\f54e\"; }"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle-fill::before { content: \"\\f54f\"; }"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-circle::before { content: \"\\f550\"; }"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward-fill::before { content: \"\\f551\"; }"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":".bi-skip-backward::before { content: \"\\f552\"; }"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn-fill::before { content: \"\\f553\"; }"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-btn::before { content: \"\\f554\"; }"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle-fill::before { content: \"\\f555\"; }"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-circle::before { content: \"\\f556\"; }"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":".bi-skip-end-fill::before { content: \"\\f557\"; }"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":".bi-skip-end::before { content: \"\\f558\"; }"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn-fill::before { content: \"\\f559\"; }"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-btn::before { content: \"\\f55a\"; }"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle-fill::before { content: \"\\f55b\"; }"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-circle::before { content: \"\\f55c\"; }"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward-fill::before { content: \"\\f55d\"; }"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":".bi-skip-forward::before { content: \"\\f55e\"; }"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn-fill::before { content: \"\\f55f\"; }"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-btn::before { content: \"\\f560\"; }"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle-fill::before { content: \"\\f561\"; }"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-circle::before { content: \"\\f562\"; }"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":".bi-skip-start-fill::before { content: \"\\f563\"; }"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":".bi-skip-start::before { content: \"\\f564\"; }"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":".bi-slack::before { content: \"\\f565\"; }"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle-fill::before { content: \"\\f566\"; }"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":".bi-slash-circle::before { content: \"\\f567\"; }"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":".bi-slash-square-fill::before { content: \"\\f568\"; }"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":".bi-slash-square::before { content: \"\\f569\"; }"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":".bi-slash::before { content: \"\\f56a\"; }"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":".bi-sliders::before { content: \"\\f56b\"; }"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":".bi-smartwatch::before { content: \"\\f56c\"; }"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":".bi-snow::before { content: \"\\f56d\"; }"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":".bi-snow2::before { content: \"\\f56e\"; }"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":".bi-snow3::before { content: \"\\f56f\"; }"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down-alt::before { content: \"\\f570\"; }"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-down::before { content: \"\\f571\"; }"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up-alt::before { content: \"\\f572\"; }"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":".bi-sort-alpha-up::before { content: \"\\f573\"; }"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":".bi-sort-down-alt::before { content: \"\\f574\"; }"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":".bi-sort-down::before { content: \"\\f575\"; }"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down-alt::before { content: \"\\f576\"; }"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-down::before { content: \"\\f577\"; }"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up-alt::before { content: \"\\f578\"; }"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":".bi-sort-numeric-up::before { content: \"\\f579\"; }"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":".bi-sort-up-alt::before { content: \"\\f57a\"; }"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":".bi-sort-up::before { content: \"\\f57b\"; }"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":".bi-soundwave::before { content: \"\\f57c\"; }"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":".bi-speaker-fill::before { content: \"\\f57d\"; }"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":".bi-speaker::before { content: \"\\f57e\"; }"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":".bi-speedometer::before { content: \"\\f57f\"; }"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":".bi-speedometer2::before { content: \"\\f580\"; }"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":".bi-spellcheck::before { content: \"\\f581\"; }"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":".bi-square-fill::before { content: \"\\f582\"; }"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":".bi-square-half::before { content: \"\\f583\"; }"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":".bi-square::before { content: \"\\f584\"; }"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":".bi-stack::before { content: \"\\f585\"; }"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":".bi-star-fill::before { content: \"\\f586\"; }"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":".bi-star-half::before { content: \"\\f587\"; }"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":".bi-star::before { content: \"\\f588\"; }"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":".bi-stars::before { content: \"\\f589\"; }"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":".bi-stickies-fill::before { content: \"\\f58a\"; }"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":".bi-stickies::before { content: \"\\f58b\"; }"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":".bi-sticky-fill::before { content: \"\\f58c\"; }"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":".bi-sticky::before { content: \"\\f58d\"; }"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn-fill::before { content: \"\\f58e\"; }"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":".bi-stop-btn::before { content: \"\\f58f\"; }"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle-fill::before { content: \"\\f590\"; }"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":".bi-stop-circle::before { content: \"\\f591\"; }"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":".bi-stop-fill::before { content: \"\\f592\"; }"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":".bi-stop::before { content: \"\\f593\"; }"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":".bi-stoplights-fill::before { content: \"\\f594\"; }"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":".bi-stoplights::before { content: \"\\f595\"; }"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch-fill::before { content: \"\\f596\"; }"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":".bi-stopwatch::before { content: \"\\f597\"; }"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":".bi-subtract::before { content: \"\\f598\"; }"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":".bi-suit-club-fill::before { content: \"\\f599\"; }"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":".bi-suit-club::before { content: \"\\f59a\"; }"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond-fill::before { content: \"\\f59b\"; }"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":".bi-suit-diamond::before { content: \"\\f59c\"; }"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart-fill::before { content: \"\\f59d\"; }"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":".bi-suit-heart::before { content: \"\\f59e\"; }"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade-fill::before { content: \"\\f59f\"; }"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":".bi-suit-spade::before { content: \"\\f5a0\"; }"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":".bi-sun-fill::before { content: \"\\f5a1\"; }"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":".bi-sun::before { content: \"\\f5a2\"; }"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":".bi-sunglasses::before { content: \"\\f5a3\"; }"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":".bi-sunrise-fill::before { content: \"\\f5a4\"; }"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":".bi-sunrise::before { content: \"\\f5a5\"; }"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":".bi-sunset-fill::before { content: \"\\f5a6\"; }"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":".bi-sunset::before { content: \"\\f5a7\"; }"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-horizontal::before { content: \"\\f5a8\"; }"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":".bi-symmetry-vertical::before { content: \"\\f5a9\"; }"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":".bi-table::before { content: \"\\f5aa\"; }"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":".bi-tablet-fill::before { content: \"\\f5ab\"; }"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape-fill::before { content: \"\\f5ac\"; }"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":".bi-tablet-landscape::before { content: \"\\f5ad\"; }"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":".bi-tablet::before { content: \"\\f5ae\"; }"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":".bi-tag-fill::before { content: \"\\f5af\"; }"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":".bi-tag::before { content: \"\\f5b0\"; }"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":".bi-tags-fill::before { content: \"\\f5b1\"; }"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":".bi-tags::before { content: \"\\f5b2\"; }"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":".bi-telegram::before { content: \"\\f5b3\"; }"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":".bi-telephone-fill::before { content: \"\\f5b4\"; }"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward-fill::before { content: \"\\f5b5\"; }"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":".bi-telephone-forward::before { content: \"\\f5b6\"; }"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound-fill::before { content: \"\\f5b7\"; }"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":".bi-telephone-inbound::before { content: \"\\f5b8\"; }"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus-fill::before { content: \"\\f5b9\"; }"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":".bi-telephone-minus::before { content: \"\\f5ba\"; }"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound-fill::before { content: \"\\f5bb\"; }"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":".bi-telephone-outbound::before { content: \"\\f5bc\"; }"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus-fill::before { content: \"\\f5bd\"; }"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":".bi-telephone-plus::before { content: \"\\f5be\"; }"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x-fill::before { content: \"\\f5bf\"; }"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":".bi-telephone-x::before { content: \"\\f5c0\"; }"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":".bi-telephone::before { content: \"\\f5c1\"; }"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":".bi-terminal-fill::before { content: \"\\f5c2\"; }"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":".bi-terminal::before { content: \"\\f5c3\"; }"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":".bi-text-center::before { content: \"\\f5c4\"; }"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-left::before { content: \"\\f5c5\"; }"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":".bi-text-indent-right::before { content: \"\\f5c6\"; }"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":".bi-text-left::before { content: \"\\f5c7\"; }"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":".bi-text-paragraph::before { content: \"\\f5c8\"; }"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":".bi-text-right::before { content: \"\\f5c9\"; }"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":".bi-textarea-resize::before { content: \"\\f5ca\"; }"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":".bi-textarea-t::before { content: \"\\f5cb\"; }"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":".bi-textarea::before { content: \"\\f5cc\"; }"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-half::before { content: \"\\f5cd\"; }"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-high::before { content: \"\\f5ce\"; }"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-low::before { content: \"\\f5cf\"; }"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-snow::before { content: \"\\f5d0\"; }"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":".bi-thermometer-sun::before { content: \"\\f5d1\"; }"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":".bi-thermometer::before { content: \"\\f5d2\"; }"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":".bi-three-dots-vertical::before { content: \"\\f5d3\"; }"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":".bi-three-dots::before { content: \"\\f5d4\"; }"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":".bi-toggle-off::before { content: \"\\f5d5\"; }"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":".bi-toggle-on::before { content: \"\\f5d6\"; }"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-off::before { content: \"\\f5d7\"; }"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":".bi-toggle2-on::before { content: \"\\f5d8\"; }"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":".bi-toggles::before { content: \"\\f5d9\"; }"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":".bi-toggles2::before { content: \"\\f5da\"; }"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":".bi-tools::before { content: \"\\f5db\"; }"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":".bi-tornado::before { content: \"\\f5dc\"; }"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":".bi-trash-fill::before { content: \"\\f5dd\"; }"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":".bi-trash::before { content: \"\\f5de\"; }"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":".bi-trash2-fill::before { content: \"\\f5df\"; }"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":".bi-trash2::before { content: \"\\f5e0\"; }"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":".bi-tree-fill::before { content: \"\\f5e1\"; }"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":".bi-tree::before { content: \"\\f5e2\"; }"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":".bi-triangle-fill::before { content: \"\\f5e3\"; }"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":".bi-triangle-half::before { content: \"\\f5e4\"; }"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":".bi-triangle::before { content: \"\\f5e5\"; }"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":".bi-trophy-fill::before { content: \"\\f5e6\"; }"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":".bi-trophy::before { content: \"\\f5e7\"; }"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":".bi-tropical-storm::before { content: \"\\f5e8\"; }"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":".bi-truck-flatbed::before { content: \"\\f5e9\"; }"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":".bi-truck::before { content: \"\\f5ea\"; }"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":".bi-tsunami::before { content: \"\\f5eb\"; }"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":".bi-tv-fill::before { content: \"\\f5ec\"; }"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":".bi-tv::before { content: \"\\f5ed\"; }"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":".bi-twitch::before { content: \"\\f5ee\"; }"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":".bi-twitter::before { content: \"\\f5ef\"; }"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":".bi-type-bold::before { content: \"\\f5f0\"; }"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":".bi-type-h1::before { content: \"\\f5f1\"; }"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":".bi-type-h2::before { content: \"\\f5f2\"; }"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":".bi-type-h3::before { content: \"\\f5f3\"; }"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":".bi-type-italic::before { content: \"\\f5f4\"; }"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":".bi-type-strikethrough::before { content: \"\\f5f5\"; }"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":".bi-type-underline::before { content: \"\\f5f6\"; }"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":".bi-type::before { content: \"\\f5f7\"; }"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks-grid::before { content: \"\\f5f8\"; }"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":".bi-ui-checks::before { content: \"\\f5f9\"; }"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios-grid::before { content: \"\\f5fa\"; }"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":".bi-ui-radios::before { content: \"\\f5fb\"; }"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":".bi-umbrella-fill::before { content: \"\\f5fc\"; }"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":".bi-umbrella::before { content: \"\\f5fd\"; }"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":".bi-union::before { content: \"\\f5fe\"; }"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":".bi-unlock-fill::before { content: \"\\f5ff\"; }"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":".bi-unlock::before { content: \"\\f600\"; }"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":".bi-upc-scan::before { content: \"\\f601\"; }"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":".bi-upc::before { content: \"\\f602\"; }"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":".bi-upload::before { content: \"\\f603\"; }"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":".bi-vector-pen::before { content: \"\\f604\"; }"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":".bi-view-list::before { content: \"\\f605\"; }"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":".bi-view-stacked::before { content: \"\\f606\"; }"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":".bi-vinyl-fill::before { content: \"\\f607\"; }"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":".bi-vinyl::before { content: \"\\f608\"; }"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":".bi-voicemail::before { content: \"\\f609\"; }"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":".bi-volume-down-fill::before { content: \"\\f60a\"; }"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":".bi-volume-down::before { content: \"\\f60b\"; }"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute-fill::before { content: \"\\f60c\"; }"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":".bi-volume-mute::before { content: \"\\f60d\"; }"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":".bi-volume-off-fill::before { content: \"\\f60e\"; }"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":".bi-volume-off::before { content: \"\\f60f\"; }"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":".bi-volume-up-fill::before { content: \"\\f610\"; }"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":".bi-volume-up::before { content: \"\\f611\"; }"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":".bi-vr::before { content: \"\\f612\"; }"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":".bi-wallet-fill::before { content: \"\\f613\"; }"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":".bi-wallet::before { content: \"\\f614\"; }"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":".bi-wallet2::before { content: \"\\f615\"; }"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":".bi-watch::before { content: \"\\f616\"; }"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":".bi-water::before { content: \"\\f617\"; }"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":".bi-whatsapp::before { content: \"\\f618\"; }"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":".bi-wifi-1::before { content: \"\\f619\"; }"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":".bi-wifi-2::before { content: \"\\f61a\"; }"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":".bi-wifi-off::before { content: \"\\f61b\"; }"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":".bi-wifi::before { content: \"\\f61c\"; }"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":".bi-wind::before { content: \"\\f61d\"; }"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":".bi-window-dock::before { content: \"\\f61e\"; }"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":".bi-window-sidebar::before { content: \"\\f61f\"; }"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":".bi-window::before { content: \"\\f620\"; }"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":".bi-wrench::before { content: \"\\f621\"; }"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":".bi-x-circle-fill::before { content: \"\\f622\"; }"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":".bi-x-circle::before { content: \"\\f623\"; }"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond-fill::before { content: \"\\f624\"; }"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":".bi-x-diamond::before { content: \"\\f625\"; }"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon-fill::before { content: \"\\f626\"; }"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":".bi-x-octagon::before { content: \"\\f627\"; }"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":".bi-x-square-fill::before { content: \"\\f628\"; }"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":".bi-x-square::before { content: \"\\f629\"; }"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":".bi-x::before { content: \"\\f62a\"; }"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":".bi-youtube::before { content: \"\\f62b\"; }"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":".bi-zoom-in::before { content: \"\\f62c\"; }"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":".bi-zoom-out::before { content: \"\\f62d\"; }"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":".bi-bank::before { content: \"\\f62e\"; }"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":".bi-bank2::before { content: \"\\f62f\"; }"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash-fill::before { content: \"\\f630\"; }"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":".bi-bell-slash::before { content: \"\\f631\"; }"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":".bi-cash-coin::before { content: \"\\f632\"; }"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":".bi-check-lg::before { content: \"\\f633\"; }"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":".bi-coin::before { content: \"\\f634\"; }"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":".bi-currency-bitcoin::before { content: \"\\f635\"; }"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":".bi-currency-dollar::before { content: \"\\f636\"; }"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":".bi-currency-euro::before { content: \"\\f637\"; }"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":".bi-currency-exchange::before { content: \"\\f638\"; }"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":".bi-currency-pound::before { content: \"\\f639\"; }"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":".bi-currency-yen::before { content: \"\\f63a\"; }"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":".bi-dash-lg::before { content: \"\\f63b\"; }"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":".bi-exclamation-lg::before { content: \"\\f63c\"; }"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf-fill::before { content: \"\\f63d\"; }"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":".bi-file-earmark-pdf::before { content: \"\\f63e\"; }"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf-fill::before { content: \"\\f63f\"; }"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":".bi-file-pdf::before { content: \"\\f640\"; }"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":".bi-gender-ambiguous::before { content: \"\\f641\"; }"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":".bi-gender-female::before { content: \"\\f642\"; }"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":".bi-gender-male::before { content: \"\\f643\"; }"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":".bi-gender-trans::before { content: \"\\f644\"; }"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":".bi-headset-vr::before { content: \"\\f645\"; }"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":".bi-info-lg::before { content: \"\\f646\"; }"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":".bi-mastodon::before { content: \"\\f647\"; }"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":".bi-messenger::before { content: \"\\f648\"; }"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank-fill::before { content: \"\\f649\"; }"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":".bi-piggy-bank::before { content: \"\\f64a\"; }"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":".bi-pin-map-fill::before { content: \"\\f64b\"; }"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":".bi-pin-map::before { content: \"\\f64c\"; }"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":".bi-plus-lg::before { content: \"\\f64d\"; }"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":".bi-question-lg::before { content: \"\\f64e\"; }"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":".bi-recycle::before { content: \"\\f64f\"; }"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":".bi-reddit::before { content: \"\\f650\"; }"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":".bi-safe-fill::before { content: \"\\f651\"; }"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":".bi-safe2-fill::before { content: \"\\f652\"; }"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":".bi-safe2::before { content: \"\\f653\"; }"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":".bi-sd-card-fill::before { content: \"\\f654\"; }"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":".bi-sd-card::before { content: \"\\f655\"; }"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":".bi-skype::before { content: \"\\f656\"; }"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":".bi-slash-lg::before { content: \"\\f657\"; }"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":".bi-translate::before { content: \"\\f658\"; }"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":".bi-x-lg::before { content: \"\\f659\"; }"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":".bi-safe::before { content: \"\\f65a\"; }"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":".bi-apple::before { content: \"\\f65b\"; }"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":".bi-microsoft::before { content: \"\\f65d\"; }"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":".bi-windows::before { content: \"\\f65e\"; }"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":".bi-behance::before { content: \"\\f65c\"; }"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":".bi-dribbble::before { content: \"\\f65f\"; }"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":".bi-line::before { content: \"\\f660\"; }"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":".bi-medium::before { content: \"\\f661\"; }"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":".bi-paypal::before { content: \"\\f662\"; }"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":".bi-pinterest::before { content: \"\\f663\"; }"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":".bi-signal::before { content: \"\\f664\"; }"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":".bi-snapchat::before { content: \"\\f665\"; }"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":".bi-spotify::before { content: \"\\f666\"; }"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":".bi-stack-overflow::before { content: \"\\f667\"; }"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":".bi-strava::before { content: \"\\f668\"; }"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":".bi-wordpress::before { content: \"\\f669\"; }"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":".bi-vimeo::before { content: \"\\f66a\"; }"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":".bi-activity::before { content: \"\\f66b\"; }"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":".bi-easel2-fill::before { content: \"\\f66c\"; }"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":".bi-easel2::before { content: \"\\f66d\"; }"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":".bi-easel3-fill::before { content: \"\\f66e\"; }"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":".bi-easel3::before { content: \"\\f66f\"; }"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":".bi-fan::before { content: \"\\f670\"; }"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":".bi-fingerprint::before { content: \"\\f671\"; }"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":".bi-graph-down-arrow::before { content: \"\\f672\"; }"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":".bi-graph-up-arrow::before { content: \"\\f673\"; }"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":".bi-hypnotize::before { content: \"\\f674\"; }"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":".bi-magic::before { content: \"\\f675\"; }"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":".bi-person-rolodex::before { content: \"\\f676\"; }"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":".bi-person-video::before { content: \"\\f677\"; }"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":".bi-person-video2::before { content: \"\\f678\"; }"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":".bi-person-video3::before { content: \"\\f679\"; }"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":".bi-person-workspace::before { content: \"\\f67a\"; }"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":".bi-radioactive::before { content: \"\\f67b\"; }"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":".bi-webcam-fill::before { content: \"\\f67c\"; }"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":".bi-webcam::before { content: \"\\f67d\"; }"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":".bi-yin-yang::before { content: \"\\f67e\"; }"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":".bi-bandaid-fill::before { content: \"\\f680\"; }"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":".bi-bandaid::before { content: \"\\f681\"; }"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":".bi-bluetooth::before { content: \"\\f682\"; }"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":".bi-body-text::before { content: \"\\f683\"; }"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":".bi-boombox::before { content: \"\\f684\"; }"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":".bi-boxes::before { content: \"\\f685\"; }"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":".bi-dpad-fill::before { content: \"\\f686\"; }"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":".bi-dpad::before { content: \"\\f687\"; }"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":".bi-ear-fill::before { content: \"\\f688\"; }"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":".bi-ear::before { content: \"\\f689\"; }"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check-fill::before { content: \"\\f68b\"; }"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":".bi-envelope-check::before { content: \"\\f68c\"; }"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash-fill::before { content: \"\\f68e\"; }"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":".bi-envelope-dash::before { content: \"\\f68f\"; }"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation-fill::before { content: \"\\f691\"; }"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":".bi-envelope-exclamation::before { content: \"\\f692\"; }"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus-fill::before { content: \"\\f693\"; }"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":".bi-envelope-plus::before { content: \"\\f694\"; }"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash-fill::before { content: \"\\f696\"; }"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":".bi-envelope-slash::before { content: \"\\f697\"; }"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x-fill::before { content: \"\\f699\"; }"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":".bi-envelope-x::before { content: \"\\f69a\"; }"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":".bi-explicit-fill::before { content: \"\\f69b\"; }"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":".bi-explicit::before { content: \"\\f69c\"; }"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":".bi-git::before { content: \"\\f69d\"; }"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":".bi-infinity::before { content: \"\\f69e\"; }"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":".bi-list-columns-reverse::before { content: \"\\f69f\"; }"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":".bi-list-columns::before { content: \"\\f6a0\"; }"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":".bi-meta::before { content: \"\\f6a1\"; }"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":".bi-nintendo-switch::before { content: \"\\f6a4\"; }"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":".bi-pc-display-horizontal::before { content: \"\\f6a5\"; }"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":".bi-pc-display::before { content: \"\\f6a6\"; }"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":".bi-pc-horizontal::before { content: \"\\f6a7\"; }"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":".bi-pc::before { content: \"\\f6a8\"; }"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":".bi-playstation::before { content: \"\\f6a9\"; }"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":".bi-plus-slash-minus::before { content: \"\\f6aa\"; }"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":".bi-projector-fill::before { content: \"\\f6ab\"; }"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":".bi-projector::before { content: \"\\f6ac\"; }"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":".bi-qr-code-scan::before { content: \"\\f6ad\"; }"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":".bi-qr-code::before { content: \"\\f6ae\"; }"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":".bi-quora::before { content: \"\\f6af\"; }"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":".bi-quote::before { content: \"\\f6b0\"; }"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":".bi-robot::before { content: \"\\f6b1\"; }"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":".bi-send-check-fill::before { content: \"\\f6b2\"; }"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":".bi-send-check::before { content: \"\\f6b3\"; }"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":".bi-send-dash-fill::before { content: \"\\f6b4\"; }"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":".bi-send-dash::before { content: \"\\f6b5\"; }"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation-fill::before { content: \"\\f6b7\"; }"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":".bi-send-exclamation::before { content: \"\\f6b8\"; }"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":".bi-send-fill::before { content: \"\\f6b9\"; }"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":".bi-send-plus-fill::before { content: \"\\f6ba\"; }"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":".bi-send-plus::before { content: \"\\f6bb\"; }"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":".bi-send-slash-fill::before { content: \"\\f6bc\"; }"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":".bi-send-slash::before { content: \"\\f6bd\"; }"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":".bi-send-x-fill::before { content: \"\\f6be\"; }"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":".bi-send-x::before { content: \"\\f6bf\"; }"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":".bi-send::before { content: \"\\f6c0\"; }"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":".bi-steam::before { content: \"\\f6c1\"; }"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":".bi-terminal-dash::before { content: \"\\f6c3\"; }"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":".bi-terminal-plus::before { content: \"\\f6c4\"; }"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":".bi-terminal-split::before { content: \"\\f6c5\"; }"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed-fill::before { content: \"\\f6c6\"; }"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":".bi-ticket-detailed::before { content: \"\\f6c7\"; }"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":".bi-ticket-fill::before { content: \"\\f6c8\"; }"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated-fill::before { content: \"\\f6c9\"; }"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":".bi-ticket-perforated::before { content: \"\\f6ca\"; }"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":".bi-ticket::before { content: \"\\f6cb\"; }"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":".bi-tiktok::before { content: \"\\f6cc\"; }"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":".bi-window-dash::before { content: \"\\f6cd\"; }"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":".bi-window-desktop::before { content: \"\\f6ce\"; }"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":".bi-window-fullscreen::before { content: \"\\f6cf\"; }"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":".bi-window-plus::before { content: \"\\f6d0\"; }"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":".bi-window-split::before { content: \"\\f6d1\"; }"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":".bi-window-stack::before { content: \"\\f6d2\"; }"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":".bi-window-x::before { content: \"\\f6d3\"; }"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":".bi-xbox::before { content: \"\\f6d4\"; }"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":".bi-ethernet::before { content: \"\\f6d5\"; }"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":".bi-hdmi-fill::before { content: \"\\f6d6\"; }"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":".bi-hdmi::before { content: \"\\f6d7\"; }"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":".bi-usb-c-fill::before { content: \"\\f6d8\"; }"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":".bi-usb-c::before { content: \"\\f6d9\"; }"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":".bi-usb-fill::before { content: \"\\f6da\"; }"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug-fill::before { content: \"\\f6db\"; }"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":".bi-usb-plug::before { content: \"\\f6dc\"; }"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":".bi-usb-symbol::before { content: \"\\f6dd\"; }"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":".bi-usb::before { content: \"\\f6de\"; }"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":".bi-boombox-fill::before { content: \"\\f6df\"; }"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":".bi-displayport::before { content: \"\\f6e1\"; }"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":".bi-gpu-card::before { content: \"\\f6e2\"; }"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":".bi-memory::before { content: \"\\f6e3\"; }"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":".bi-modem-fill::before { content: \"\\f6e4\"; }"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":".bi-modem::before { content: \"\\f6e5\"; }"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":".bi-motherboard-fill::before { content: \"\\f6e6\"; }"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":".bi-motherboard::before { content: \"\\f6e7\"; }"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio-fill::before { content: \"\\f6e8\"; }"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":".bi-optical-audio::before { content: \"\\f6e9\"; }"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":".bi-pci-card::before { content: \"\\f6ea\"; }"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":".bi-router-fill::before { content: \"\\f6eb\"; }"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":".bi-router::before { content: \"\\f6ec\"; }"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt-fill::before { content: \"\\f6ef\"; }"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":".bi-thunderbolt::before { content: \"\\f6f0\"; }"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive-fill::before { content: \"\\f6f1\"; }"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":".bi-usb-drive::before { content: \"\\f6f2\"; }"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro-fill::before { content: \"\\f6f3\"; }"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":".bi-usb-micro::before { content: \"\\f6f4\"; }"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini-fill::before { content: \"\\f6f5\"; }"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":".bi-usb-mini::before { content: \"\\f6f6\"; }"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":".bi-cloud-haze2::before { content: \"\\f6f7\"; }"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd-fill::before { content: \"\\f6f8\"; }"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":".bi-device-hdd::before { content: \"\\f6f9\"; }"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd-fill::before { content: \"\\f6fa\"; }"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":".bi-device-ssd::before { content: \"\\f6fb\"; }"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":".bi-displayport-fill::before { content: \"\\f6fc\"; }"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard-fill::before { content: \"\\f6fd\"; }"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":".bi-mortarboard::before { content: \"\\f6fe\"; }"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":".bi-terminal-x::before { content: \"\\f6ff\"; }"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart-fill::before { content: \"\\f700\"; }"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":".bi-arrow-through-heart::before { content: \"\\f701\"; }"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd-fill::before { content: \"\\f702\"; }"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":".bi-badge-sd::before { content: \"\\f703\"; }"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart-fill::before { content: \"\\f704\"; }"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":".bi-bag-heart::before { content: \"\\f705\"; }"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":".bi-balloon-fill::before { content: \"\\f706\"; }"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart-fill::before { content: \"\\f707\"; }"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":".bi-balloon-heart::before { content: \"\\f708\"; }"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":".bi-balloon::before { content: \"\\f709\"; }"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":".bi-box2-fill::before { content: \"\\f70a\"; }"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart-fill::before { content: \"\\f70b\"; }"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":".bi-box2-heart::before { content: \"\\f70c\"; }"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":".bi-box2::before { content: \"\\f70d\"; }"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":".bi-braces-asterisk::before { content: \"\\f70e\"; }"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart-fill::before { content: \"\\f70f\"; }"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":".bi-calendar-heart::before { content: \"\\f710\"; }"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart-fill::before { content: \"\\f711\"; }"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":".bi-calendar2-heart::before { content: \"\\f712\"; }"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart-fill::before { content: \"\\f713\"; }"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":".bi-chat-heart::before { content: \"\\f714\"; }"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart-fill::before { content: \"\\f715\"; }"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":".bi-chat-left-heart::before { content: \"\\f716\"; }"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart-fill::before { content: \"\\f717\"; }"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":".bi-chat-right-heart::before { content: \"\\f718\"; }"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart-fill::before { content: \"\\f719\"; }"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":".bi-chat-square-heart::before { content: \"\\f71a\"; }"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-check-fill::before { content: \"\\f71b\"; }"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-data-fill::before { content: \"\\f71c\"; }"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-fill::before { content: \"\\f71d\"; }"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart-fill::before { content: \"\\f71e\"; }"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-heart::before { content: \"\\f71f\"; }"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-minus-fill::before { content: \"\\f720\"; }"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-plus-fill::before { content: \"\\f721\"; }"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-pulse::before { content: \"\\f722\"; }"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":".bi-clipboard-x-fill::before { content: \"\\f723\"; }"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check-fill::before { content: \"\\f724\"; }"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-check::before { content: \"\\f725\"; }"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data-fill::before { content: \"\\f726\"; }"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-data::before { content: \"\\f727\"; }"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-fill::before { content: \"\\f728\"; }"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart-fill::before { content: \"\\f729\"; }"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-heart::before { content: \"\\f72a\"; }"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus-fill::before { content: \"\\f72b\"; }"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-minus::before { content: \"\\f72c\"; }"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus-fill::before { content: \"\\f72d\"; }"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-plus::before { content: \"\\f72e\"; }"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse-fill::before { content: \"\\f72f\"; }"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-pulse::before { content: \"\\f730\"; }"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x-fill::before { content: \"\\f731\"; }"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2-x::before { content: \"\\f732\"; }"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":".bi-clipboard2::before { content: \"\\f733\"; }"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss-fill::before { content: \"\\f734\"; }"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":".bi-emoji-kiss::before { content: \"\\f735\"; }"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart-fill::before { content: \"\\f736\"; }"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":".bi-envelope-heart::before { content: \"\\f737\"; }"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart-fill::before { content: \"\\f738\"; }"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":".bi-envelope-open-heart::before { content: \"\\f739\"; }"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-fill::before { content: \"\\f73a\"; }"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart-fill::before { content: \"\\f73b\"; }"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper-heart::before { content: \"\\f73c\"; }"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":".bi-envelope-paper::before { content: \"\\f73d\"; }"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":".bi-filetype-aac::before { content: \"\\f73e\"; }"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ai::before { content: \"\\f73f\"; }"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":".bi-filetype-bmp::before { content: \"\\f740\"; }"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":".bi-filetype-cs::before { content: \"\\f741\"; }"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":".bi-filetype-css::before { content: \"\\f742\"; }"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":".bi-filetype-csv::before { content: \"\\f743\"; }"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":".bi-filetype-doc::before { content: \"\\f744\"; }"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":".bi-filetype-docx::before { content: \"\\f745\"; }"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":".bi-filetype-exe::before { content: \"\\f746\"; }"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":".bi-filetype-gif::before { content: \"\\f747\"; }"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":".bi-filetype-heic::before { content: \"\\f748\"; }"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":".bi-filetype-html::before { content: \"\\f749\"; }"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":".bi-filetype-java::before { content: \"\\f74a\"; }"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jpg::before { content: \"\\f74b\"; }"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":".bi-filetype-js::before { content: \"\\f74c\"; }"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":".bi-filetype-jsx::before { content: \"\\f74d\"; }"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":".bi-filetype-key::before { content: \"\\f74e\"; }"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":".bi-filetype-m4p::before { content: \"\\f74f\"; }"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":".bi-filetype-md::before { content: \"\\f750\"; }"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mdx::before { content: \"\\f751\"; }"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mov::before { content: \"\\f752\"; }"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp3::before { content: \"\\f753\"; }"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":".bi-filetype-mp4::before { content: \"\\f754\"; }"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":".bi-filetype-otf::before { content: \"\\f755\"; }"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pdf::before { content: \"\\f756\"; }"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":".bi-filetype-php::before { content: \"\\f757\"; }"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":".bi-filetype-png::before { content: \"\\f758\"; }"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ppt::before { content: \"\\f75a\"; }"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":".bi-filetype-psd::before { content: \"\\f75b\"; }"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":".bi-filetype-py::before { content: \"\\f75c\"; }"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":".bi-filetype-raw::before { content: \"\\f75d\"; }"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":".bi-filetype-rb::before { content: \"\\f75e\"; }"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sass::before { content: \"\\f75f\"; }"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":".bi-filetype-scss::before { content: \"\\f760\"; }"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sh::before { content: \"\\f761\"; }"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":".bi-filetype-svg::before { content: \"\\f762\"; }"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tiff::before { content: \"\\f763\"; }"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":".bi-filetype-tsx::before { content: \"\\f764\"; }"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":".bi-filetype-ttf::before { content: \"\\f765\"; }"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":".bi-filetype-txt::before { content: \"\\f766\"; }"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":".bi-filetype-wav::before { content: \"\\f767\"; }"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":".bi-filetype-woff::before { content: \"\\f768\"; }"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xls::before { content: \"\\f76a\"; }"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xml::before { content: \"\\f76b\"; }"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":".bi-filetype-yml::before { content: \"\\f76c\"; }"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":".bi-heart-arrow::before { content: \"\\f76d\"; }"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse-fill::before { content: \"\\f76e\"; }"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":".bi-heart-pulse::before { content: \"\\f76f\"; }"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak-fill::before { content: \"\\f770\"; }"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":".bi-heartbreak::before { content: \"\\f771\"; }"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":".bi-hearts::before { content: \"\\f772\"; }"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":".bi-hospital-fill::before { content: \"\\f773\"; }"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":".bi-hospital::before { content: \"\\f774\"; }"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":".bi-house-heart-fill::before { content: \"\\f775\"; }"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":".bi-house-heart::before { content: \"\\f776\"; }"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":".bi-incognito::before { content: \"\\f777\"; }"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":".bi-magnet-fill::before { content: \"\\f778\"; }"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":".bi-magnet::before { content: \"\\f779\"; }"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":".bi-person-heart::before { content: \"\\f77a\"; }"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":".bi-person-hearts::before { content: \"\\f77b\"; }"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":".bi-phone-flip::before { content: \"\\f77c\"; }"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":".bi-plugin::before { content: \"\\f77d\"; }"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":".bi-postage-fill::before { content: \"\\f77e\"; }"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart-fill::before { content: \"\\f77f\"; }"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":".bi-postage-heart::before { content: \"\\f780\"; }"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":".bi-postage::before { content: \"\\f781\"; }"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":".bi-postcard-fill::before { content: \"\\f782\"; }"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart-fill::before { content: \"\\f783\"; }"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":".bi-postcard-heart::before { content: \"\\f784\"; }"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":".bi-postcard::before { content: \"\\f785\"; }"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":".bi-search-heart-fill::before { content: \"\\f786\"; }"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":".bi-search-heart::before { content: \"\\f787\"; }"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":".bi-sliders2-vertical::before { content: \"\\f788\"; }"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":".bi-sliders2::before { content: \"\\f789\"; }"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":".bi-trash3-fill::before { content: \"\\f78a\"; }"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":".bi-trash3::before { content: \"\\f78b\"; }"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":".bi-valentine::before { content: \"\\f78c\"; }"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":".bi-valentine2::before { content: \"\\f78d\"; }"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle-fill::before { content: \"\\f78e\"; }"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable-circle::before { content: \"\\f78f\"; }"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":".bi-wrench-adjustable::before { content: \"\\f790\"; }"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":".bi-filetype-json::before { content: \"\\f791\"; }"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":".bi-filetype-pptx::before { content: \"\\f792\"; }"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":".bi-filetype-xlsx::before { content: \"\\f793\"; }"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":".bi-1-circle-fill::before { content: \"\\f796\"; }"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":".bi-1-circle::before { content: \"\\f797\"; }"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":".bi-1-square-fill::before { content: \"\\f798\"; }"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":".bi-1-square::before { content: \"\\f799\"; }"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":".bi-2-circle-fill::before { content: \"\\f79c\"; }"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":".bi-2-circle::before { content: \"\\f79d\"; }"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":".bi-2-square-fill::before { content: \"\\f79e\"; }"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":".bi-2-square::before { content: \"\\f79f\"; }"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":".bi-3-circle-fill::before { content: \"\\f7a2\"; }"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":".bi-3-circle::before { content: \"\\f7a3\"; }"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":".bi-3-square-fill::before { content: \"\\f7a4\"; }"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":".bi-3-square::before { content: \"\\f7a5\"; }"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":".bi-4-circle-fill::before { content: \"\\f7a8\"; }"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":".bi-4-circle::before { content: \"\\f7a9\"; }"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":".bi-4-square-fill::before { content: \"\\f7aa\"; }"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":".bi-4-square::before { content: \"\\f7ab\"; }"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":".bi-5-circle-fill::before { content: \"\\f7ae\"; }"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":".bi-5-circle::before { content: \"\\f7af\"; }"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":".bi-5-square-fill::before { content: \"\\f7b0\"; }"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":".bi-5-square::before { content: \"\\f7b1\"; }"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":".bi-6-circle-fill::before { content: \"\\f7b4\"; }"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":".bi-6-circle::before { content: \"\\f7b5\"; }"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":".bi-6-square-fill::before { content: \"\\f7b6\"; }"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":".bi-6-square::before { content: \"\\f7b7\"; }"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":".bi-7-circle-fill::before { content: \"\\f7ba\"; }"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":".bi-7-circle::before { content: \"\\f7bb\"; }"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":".bi-7-square-fill::before { content: \"\\f7bc\"; }"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":".bi-7-square::before { content: \"\\f7bd\"; }"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":".bi-8-circle-fill::before { content: \"\\f7c0\"; }"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":".bi-8-circle::before { content: \"\\f7c1\"; }"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":".bi-8-square-fill::before { content: \"\\f7c2\"; }"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":".bi-8-square::before { content: \"\\f7c3\"; }"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":".bi-9-circle-fill::before { content: \"\\f7c6\"; }"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":".bi-9-circle::before { content: \"\\f7c7\"; }"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":".bi-9-square-fill::before { content: \"\\f7c8\"; }"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":".bi-9-square::before { content: \"\\f7c9\"; }"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines-fill::before { content: \"\\f7ca\"; }"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":".bi-airplane-engines::before { content: \"\\f7cb\"; }"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":".bi-airplane-fill::before { content: \"\\f7cc\"; }"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":".bi-airplane::before { content: \"\\f7cd\"; }"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":".bi-alexa::before { content: \"\\f7ce\"; }"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":".bi-alipay::before { content: \"\\f7cf\"; }"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":".bi-android::before { content: \"\\f7d0\"; }"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":".bi-android2::before { content: \"\\f7d1\"; }"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":".bi-box-fill::before { content: \"\\f7d2\"; }"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":".bi-box-seam-fill::before { content: \"\\f7d3\"; }"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":".bi-browser-chrome::before { content: \"\\f7d4\"; }"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":".bi-browser-edge::before { content: \"\\f7d5\"; }"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":".bi-browser-firefox::before { content: \"\\f7d6\"; }"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":".bi-browser-safari::before { content: \"\\f7d7\"; }"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":".bi-c-circle-fill::before { content: \"\\f7da\"; }"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":".bi-c-circle::before { content: \"\\f7db\"; }"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":".bi-c-square-fill::before { content: \"\\f7dc\"; }"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":".bi-c-square::before { content: \"\\f7dd\"; }"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":".bi-capsule-pill::before { content: \"\\f7de\"; }"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":".bi-capsule::before { content: \"\\f7df\"; }"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":".bi-car-front-fill::before { content: \"\\f7e0\"; }"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":".bi-car-front::before { content: \"\\f7e1\"; }"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":".bi-cassette-fill::before { content: \"\\f7e2\"; }"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":".bi-cassette::before { content: \"\\f7e3\"; }"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle-fill::before { content: \"\\f7e6\"; }"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":".bi-cc-circle::before { content: \"\\f7e7\"; }"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":".bi-cc-square-fill::before { content: \"\\f7e8\"; }"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":".bi-cc-square::before { content: \"\\f7e9\"; }"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot-fill::before { content: \"\\f7ea\"; }"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":".bi-cup-hot::before { content: \"\\f7eb\"; }"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":".bi-currency-rupee::before { content: \"\\f7ec\"; }"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":".bi-dropbox::before { content: \"\\f7ed\"; }"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":".bi-escape::before { content: \"\\f7ee\"; }"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn-fill::before { content: \"\\f7ef\"; }"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-btn::before { content: \"\\f7f0\"; }"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle-fill::before { content: \"\\f7f1\"; }"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-circle::before { content: \"\\f7f2\"; }"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward-fill::before { content: \"\\f7f3\"; }"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":".bi-fast-forward::before { content: \"\\f7f4\"; }"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":".bi-filetype-sql::before { content: \"\\f7f5\"; }"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":".bi-fire::before { content: \"\\f7f6\"; }"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":".bi-google-play::before { content: \"\\f7f7\"; }"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":".bi-h-circle-fill::before { content: \"\\f7fa\"; }"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":".bi-h-circle::before { content: \"\\f7fb\"; }"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":".bi-h-square-fill::before { content: \"\\f7fc\"; }"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":".bi-h-square::before { content: \"\\f7fd\"; }"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":".bi-indent::before { content: \"\\f7fe\"; }"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":".bi-lungs-fill::before { content: \"\\f7ff\"; }"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":".bi-lungs::before { content: \"\\f800\"; }"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":".bi-microsoft-teams::before { content: \"\\f801\"; }"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":".bi-p-circle-fill::before { content: \"\\f804\"; }"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":".bi-p-circle::before { content: \"\\f805\"; }"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":".bi-p-square-fill::before { content: \"\\f806\"; }"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":".bi-p-square::before { content: \"\\f807\"; }"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":".bi-pass-fill::before { content: \"\\f808\"; }"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":".bi-pass::before { content: \"\\f809\"; }"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":".bi-prescription::before { content: \"\\f80a\"; }"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":".bi-prescription2::before { content: \"\\f80b\"; }"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":".bi-r-circle-fill::before { content: \"\\f80e\"; }"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":".bi-r-circle::before { content: \"\\f80f\"; }"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":".bi-r-square-fill::before { content: \"\\f810\"; }"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":".bi-r-square::before { content: \"\\f811\"; }"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":".bi-repeat-1::before { content: \"\\f812\"; }"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":".bi-repeat::before { content: \"\\f813\"; }"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn-fill::before { content: \"\\f814\"; }"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":".bi-rewind-btn::before { content: \"\\f815\"; }"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle-fill::before { content: \"\\f816\"; }"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":".bi-rewind-circle::before { content: \"\\f817\"; }"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":".bi-rewind-fill::before { content: \"\\f818\"; }"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":".bi-rewind::before { content: \"\\f819\"; }"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front-fill::before { content: \"\\f81a\"; }"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":".bi-train-freight-front::before { content: \"\\f81b\"; }"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":".bi-train-front-fill::before { content: \"\\f81c\"; }"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":".bi-train-front::before { content: \"\\f81d\"; }"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front-fill::before { content: \"\\f81e\"; }"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":".bi-train-lightrail-front::before { content: \"\\f81f\"; }"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":".bi-truck-front-fill::before { content: \"\\f820\"; }"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":".bi-truck-front::before { content: \"\\f821\"; }"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":".bi-ubuntu::before { content: \"\\f822\"; }"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":".bi-unindent::before { content: \"\\f823\"; }"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":".bi-unity::before { content: \"\\f824\"; }"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":".bi-universal-access-circle::before { content: \"\\f825\"; }"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":".bi-universal-access::before { content: \"\\f826\"; }"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":".bi-virus::before { content: \"\\f827\"; }"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":".bi-virus2::before { content: \"\\f828\"; }"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":".bi-wechat::before { content: \"\\f829\"; }"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":".bi-yelp::before { content: \"\\f82a\"; }"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-fill::before { content: \"\\f82b\"; }"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights-fill::before { content: \"\\f82c\"; }"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop-lights::before { content: \"\\f82d\"; }"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":".bi-sign-stop::before { content: \"\\f82e\"; }"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left-fill::before { content: \"\\f82f\"; }"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-left::before { content: \"\\f830\"; }"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right-fill::before { content: \"\\f831\"; }"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-right::before { content: \"\\f832\"; }"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left-fill::before { content: \"\\f833\"; }"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-left::before { content: \"\\f834\"; }"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right-fill::before { content: \"\\f835\"; }"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":".bi-sign-turn-slight-right::before { content: \"\\f836\"; }"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield-fill::before { content: \"\\f837\"; }"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":".bi-sign-yield::before { content: \"\\f838\"; }"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":".bi-ev-station-fill::before { content: \"\\f839\"; }"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":".bi-ev-station::before { content: \"\\f83a\"; }"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel-fill::before { content: \"\\f83b\"; }"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-diesel::before { content: \"\\f83c\"; }"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump-fill::before { content: \"\\f83d\"; }"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":".bi-fuel-pump::before { content: \"\\f83e\"; }"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":".bi-0-circle-fill::before { content: \"\\f83f\"; }"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":".bi-0-circle::before { content: \"\\f840\"; }"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":".bi-0-square-fill::before { content: \"\\f841\"; }"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":".bi-0-square::before { content: \"\\f842\"; }"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":".bi-rocket-fill::before { content: \"\\f843\"; }"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff-fill::before { content: \"\\f844\"; }"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":".bi-rocket-takeoff::before { content: \"\\f845\"; }"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":".bi-rocket::before { content: \"\\f846\"; }"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":".bi-stripe::before { content: \"\\f847\"; }"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":".bi-subscript::before { content: \"\\f848\"; }"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":".bi-superscript::before { content: \"\\f849\"; }"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":".bi-trello::before { content: \"\\f84a\"; }"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at-fill::before { content: \"\\f84b\"; }"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":".bi-envelope-at::before { content: \"\\f84c\"; }"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":".bi-regex::before { content: \"\\f84d\"; }"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":".bi-text-wrap::before { content: \"\\f84e\"; }"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end-fill::before { content: \"\\f84f\"; }"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":".bi-sign-dead-end::before { content: \"\\f850\"; }"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter-fill::before { content: \"\\f851\"; }"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":".bi-sign-do-not-enter::before { content: \"\\f852\"; }"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-fill::before { content: \"\\f853\"; }"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side-fill::before { content: \"\\f854\"; }"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-side::before { content: \"\\f855\"; }"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t-fill::before { content: \"\\f856\"; }"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-t::before { content: \"\\f857\"; }"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y-fill::before { content: \"\\f858\"; }"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection-y::before { content: \"\\f859\"; }"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":".bi-sign-intersection::before { content: \"\\f85a\"; }"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left-fill::before { content: \"\\f85b\"; }"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-left::before { content: \"\\f85c\"; }"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right-fill::before { content: \"\\f85d\"; }"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":".bi-sign-merge-right::before { content: \"\\f85e\"; }"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn-fill::before { content: \"\\f85f\"; }"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-left-turn::before { content: \"\\f860\"; }"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking-fill::before { content: \"\\f861\"; }"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-parking::before { content: \"\\f862\"; }"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn-fill::before { content: \"\\f863\"; }"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":".bi-sign-no-right-turn::before { content: \"\\f864\"; }"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad-fill::before { content: \"\\f865\"; }"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":".bi-sign-railroad::before { content: \"\\f866\"; }"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":".bi-building-add::before { content: \"\\f867\"; }"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":".bi-building-check::before { content: \"\\f868\"; }"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":".bi-building-dash::before { content: \"\\f869\"; }"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":".bi-building-down::before { content: \"\\f86a\"; }"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":".bi-building-exclamation::before { content: \"\\f86b\"; }"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-add::before { content: \"\\f86c\"; }"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-check::before { content: \"\\f86d\"; }"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-dash::before { content: \"\\f86e\"; }"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-down::before { content: \"\\f86f\"; }"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-exclamation::before { content: \"\\f870\"; }"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-gear::before { content: \"\\f871\"; }"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-lock::before { content: \"\\f872\"; }"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-slash::before { content: \"\\f873\"; }"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-up::before { content: \"\\f874\"; }"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":".bi-building-fill-x::before { content: \"\\f875\"; }"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":".bi-building-fill::before { content: \"\\f876\"; }"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":".bi-building-gear::before { content: \"\\f877\"; }"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":".bi-building-lock::before { content: \"\\f878\"; }"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":".bi-building-slash::before { content: \"\\f879\"; }"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":".bi-building-up::before { content: \"\\f87a\"; }"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":".bi-building-x::before { content: \"\\f87b\"; }"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":".bi-buildings-fill::before { content: \"\\f87c\"; }"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":".bi-buildings::before { content: \"\\f87d\"; }"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":".bi-bus-front-fill::before { content: \"\\f87e\"; }"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":".bi-bus-front::before { content: \"\\f87f\"; }"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":".bi-ev-front-fill::before { content: \"\\f880\"; }"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":".bi-ev-front::before { content: \"\\f881\"; }"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":".bi-globe-americas::before { content: \"\\f882\"; }"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":".bi-globe-asia-australia::before { content: \"\\f883\"; }"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":".bi-globe-central-south-asia::before { content: \"\\f884\"; }"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":".bi-globe-europe-africa::before { content: \"\\f885\"; }"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":".bi-house-add-fill::before { content: \"\\f886\"; }"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":".bi-house-add::before { content: \"\\f887\"; }"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":".bi-house-check-fill::before { content: \"\\f888\"; }"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":".bi-house-check::before { content: \"\\f889\"; }"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":".bi-house-dash-fill::before { content: \"\\f88a\"; }"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":".bi-house-dash::before { content: \"\\f88b\"; }"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":".bi-house-down-fill::before { content: \"\\f88c\"; }"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":".bi-house-down::before { content: \"\\f88d\"; }"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation-fill::before { content: \"\\f88e\"; }"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":".bi-house-exclamation::before { content: \"\\f88f\"; }"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":".bi-house-gear-fill::before { content: \"\\f890\"; }"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":".bi-house-gear::before { content: \"\\f891\"; }"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":".bi-house-lock-fill::before { content: \"\\f892\"; }"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":".bi-house-lock::before { content: \"\\f893\"; }"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":".bi-house-slash-fill::before { content: \"\\f894\"; }"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":".bi-house-slash::before { content: \"\\f895\"; }"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":".bi-house-up-fill::before { content: \"\\f896\"; }"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":".bi-house-up::before { content: \"\\f897\"; }"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":".bi-house-x-fill::before { content: \"\\f898\"; }"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":".bi-house-x::before { content: \"\\f899\"; }"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":".bi-person-add::before { content: \"\\f89a\"; }"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":".bi-person-down::before { content: \"\\f89b\"; }"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":".bi-person-exclamation::before { content: \"\\f89c\"; }"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-add::before { content: \"\\f89d\"; }"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-check::before { content: \"\\f89e\"; }"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-dash::before { content: \"\\f89f\"; }"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-down::before { content: \"\\f8a0\"; }"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-exclamation::before { content: \"\\f8a1\"; }"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-gear::before { content: \"\\f8a2\"; }"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-lock::before { content: \"\\f8a3\"; }"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-slash::before { content: \"\\f8a4\"; }"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-up::before { content: \"\\f8a5\"; }"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":".bi-person-fill-x::before { content: \"\\f8a6\"; }"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":".bi-person-gear::before { content: \"\\f8a7\"; }"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":".bi-person-lock::before { content: \"\\f8a8\"; }"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":".bi-person-slash::before { content: \"\\f8a9\"; }"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":".bi-person-up::before { content: \"\\f8aa\"; }"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":".bi-scooter::before { content: \"\\f8ab\"; }"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front-fill::before { content: \"\\f8ac\"; }"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":".bi-taxi-front::before { content: \"\\f8ad\"; }"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":".bi-amd::before { content: \"\\f8ae\"; }"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":".bi-database-add::before { content: \"\\f8af\"; }"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":".bi-database-check::before { content: \"\\f8b0\"; }"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":".bi-database-dash::before { content: \"\\f8b1\"; }"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":".bi-database-down::before { content: \"\\f8b2\"; }"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":".bi-database-exclamation::before { content: \"\\f8b3\"; }"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-add::before { content: \"\\f8b4\"; }"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-check::before { content: \"\\f8b5\"; }"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-dash::before { content: \"\\f8b6\"; }"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-down::before { content: \"\\f8b7\"; }"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-exclamation::before { content: \"\\f8b8\"; }"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-gear::before { content: \"\\f8b9\"; }"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-lock::before { content: \"\\f8ba\"; }"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-slash::before { content: \"\\f8bb\"; }"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-up::before { content: \"\\f8bc\"; }"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":".bi-database-fill-x::before { content: \"\\f8bd\"; }"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":".bi-database-fill::before { content: \"\\f8be\"; }"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":".bi-database-gear::before { content: \"\\f8bf\"; }"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":".bi-database-lock::before { content: \"\\f8c0\"; }"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":".bi-database-slash::before { content: \"\\f8c1\"; }"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":".bi-database-up::before { content: \"\\f8c2\"; }"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":".bi-database-x::before { content: \"\\f8c3\"; }"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":".bi-database::before { content: \"\\f8c4\"; }"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":".bi-houses-fill::before { content: \"\\f8c5\"; }"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":".bi-houses::before { content: \"\\f8c6\"; }"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":".bi-nvidia::before { content: \"\\f8c7\"; }"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard-fill::before { content: \"\\f8c8\"; }"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":".bi-person-vcard::before { content: \"\\f8c9\"; }"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":".bi-sina-weibo::before { content: \"\\f8ca\"; }"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":".bi-tencent-qq::before { content: \"\\f8cb\"; }"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":".bi-wikipedia::before { content: \"\\f8cc\"; }"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":".bi-alphabet-uppercase::before { content: \"\\f2a5\"; }"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":".bi-alphabet::before { content: \"\\f68a\"; }"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":".bi-amazon::before { content: \"\\f68d\"; }"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":".bi-arrows-collapse-vertical::before { content: \"\\f690\"; }"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":".bi-arrows-expand-vertical::before { content: \"\\f695\"; }"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":".bi-arrows-vertical::before { content: \"\\f698\"; }"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":".bi-arrows::before { content: \"\\f6a2\"; }"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":".bi-ban-fill::before { content: \"\\f6a3\"; }"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":".bi-ban::before { content: \"\\f6b6\"; }"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":".bi-bing::before { content: \"\\f6c2\"; }"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":".bi-cake::before { content: \"\\f6e0\"; }"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":".bi-cake2::before { content: \"\\f6ed\"; }"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":".bi-cookie::before { content: \"\\f6ee\"; }"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":".bi-copy::before { content: \"\\f759\"; }"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":".bi-crosshair::before { content: \"\\f769\"; }"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":".bi-crosshair2::before { content: \"\\f794\"; }"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished-fill::before { content: \"\\f795\"; }"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":".bi-emoji-astonished::before { content: \"\\f79a\"; }"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace-fill::before { content: \"\\f79b\"; }"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grimace::before { content: \"\\f7a0\"; }"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin-fill::before { content: \"\\f7a1\"; }"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":".bi-emoji-grin::before { content: \"\\f7a6\"; }"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise-fill::before { content: \"\\f7a7\"; }"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":".bi-emoji-surprise::before { content: \"\\f7ac\"; }"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear-fill::before { content: \"\\f7ad\"; }"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":".bi-emoji-tear::before { content: \"\\f7b2\"; }"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down-fill::before { content: \"\\f7b3\"; }"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-down::before { content: \"\\f7b8\"; }"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up-fill::before { content: \"\\f7b9\"; }"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":".bi-envelope-arrow-up::before { content: \"\\f7be\"; }"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":".bi-feather::before { content: \"\\f7bf\"; }"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":".bi-feather2::before { content: \"\\f7c4\"; }"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":".bi-floppy-fill::before { content: \"\\f7c5\"; }"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":".bi-floppy::before { content: \"\\f7d8\"; }"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":".bi-floppy2-fill::before { content: \"\\f7d9\"; }"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":".bi-floppy2::before { content: \"\\f7e4\"; }"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":".bi-gitlab::before { content: \"\\f7e5\"; }"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":".bi-highlighter::before { content: \"\\f7f8\"; }"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":".bi-marker-tip::before { content: \"\\f802\"; }"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":".bi-nvme-fill::before { content: \"\\f803\"; }"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":".bi-nvme::before { content: \"\\f80c\"; }"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":".bi-opencollective::before { content: \"\\f80d\"; }"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-network::before { content: \"\\f8cd\"; }"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":".bi-pci-card-sound::before { content: \"\\f8ce\"; }"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":".bi-radar::before { content: \"\\f8cf\"; }"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down-fill::before { content: \"\\f8d0\"; }"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-down::before { content: \"\\f8d1\"; }"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up-fill::before { content: \"\\f8d2\"; }"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":".bi-send-arrow-up::before { content: \"\\f8d3\"; }"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash-fill::before { content: \"\\f8d4\"; }"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":".bi-sim-slash::before { content: \"\\f8d5\"; }"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":".bi-sourceforge::before { content: \"\\f8d6\"; }"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":".bi-substack::before { content: \"\\f8d7\"; }"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":".bi-threads-fill::before { content: \"\\f8d8\"; }"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":".bi-threads::before { content: \"\\f8d9\"; }"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":".bi-transparency::before { content: \"\\f8da\"; }"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":".bi-twitter-x::before { content: \"\\f8db\"; }"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":".bi-type-h4::before { content: \"\\f8dc\"; }"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":".bi-type-h5::before { content: \"\\f8dd\"; }"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":".bi-type-h6::before { content: \"\\f8de\"; }"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":".bi-backpack-fill::before { content: \"\\f8df\"; }"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":".bi-backpack::before { content: \"\\f8e0\"; }"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":".bi-backpack2-fill::before { content: \"\\f8e1\"; }"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":".bi-backpack2::before { content: \"\\f8e2\"; }"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":".bi-backpack3-fill::before { content: \"\\f8e3\"; }"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":".bi-backpack3::before { content: \"\\f8e4\"; }"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":".bi-backpack4-fill::before { content: \"\\f8e5\"; }"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":".bi-backpack4::before { content: \"\\f8e6\"; }"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":".bi-brilliance::before { content: \"\\f8e7\"; }"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":".bi-cake-fill::before { content: \"\\f8e8\"; }"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":".bi-cake2-fill::before { content: \"\\f8e9\"; }"},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":".bi-duffle-fill::before { content: \"\\f8ea\"; }"},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":".bi-duffle::before { content: \"\\f8eb\"; }"},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":".bi-exposure::before { content: \"\\f8ec\"; }"},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":".bi-gender-neuter::before { content: \"\\f8ed\"; }"},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":".bi-highlights::before { content: \"\\f8ee\"; }"},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":".bi-luggage-fill::before { content: \"\\f8ef\"; }"},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":".bi-luggage::before { content: \"\\f8f0\"; }"},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":".bi-mailbox-flag::before { content: \"\\f8f1\"; }"},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":".bi-mailbox2-flag::before { content: \"\\f8f2\"; }"},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":".bi-noise-reduction::before { content: \"\\f8f3\"; }"},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":".bi-passport-fill::before { content: \"\\f8f4\"; }"},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":".bi-passport::before { content: \"\\f8f5\"; }"},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":".bi-person-arms-up::before { content: \"\\f8f6\"; }"},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":".bi-person-raised-hand::before { content: \"\\f8f7\"; }"},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":".bi-person-standing-dress::before { content: \"\\f8f8\"; }"},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":".bi-person-standing::before { content: \"\\f8f9\"; }"},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":".bi-person-walking::before { content: \"\\f8fa\"; }"},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":".bi-person-wheelchair::before { content: \"\\f8fb\"; }"},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":".bi-shadows::before { content: \"\\f8fc\"; }"},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-fill::before { content: \"\\f8fd\"; }"},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg-fill::before { content: \"\\f8fe\"; }"},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":".bi-suitcase-lg::before { content: \"\\f8ff\"; }"},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":".bi-suitcase::before { content: \"\\f900\"; }"},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2-fill::before { content: \"\\f901\"; }"},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":".bi-suitcase2::before { content: \"\\f902\"; }"},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":".bi-vignette::before { content: \"\\f903\"; }"}],"authorContributionMap":{"yiwen101":2078}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"{"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" \"123\": 63103,"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": 61697,"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" \"alarm\": 61698,"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": 61699,"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":" \"align-center\": 61700,"},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":" \"align-end\": 61701,"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": 61702,"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \"align-start\": 61703,"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" \"align-top\": 61704,"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":" \"alt\": 61705,"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": 61706,"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":" \"app\": 61707,"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": 61708,"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" \"archive\": 61709,"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": 61710,"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": 61711,"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": 61712,"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": 61713,"},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": 61714,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": 61715,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": 61716,"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": 61717,"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": 61718,"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": 61719,"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": 61720,"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": 61721,"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": 61722,"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": 61723,"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": 61724,"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": 61725,"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": 61726,"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": 61727,"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": 61728,"},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": 61729,"},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": 61730,"},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": 61731,"},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": 61732,"},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": 61733,"},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": 61734,"},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": 61735,"},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": 61736,"},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": 61737,"},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": 61738,"},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": 61739,"},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": 61740,"},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": 61741,"},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": 61742,"},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": 61743,"},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": 61744,"},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": 61745,"},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": 61746,"},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": 61747,"},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": 61748,"},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": 61749,"},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": 61750,"},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": 61751,"},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": 61752,"},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": 61753,"},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": 61754,"},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": 61755,"},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": 61756,"},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": 61757,"},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": 61758,"},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": 61759,"},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": 61760,"},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": 61761,"},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": 61762,"},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": 61763,"},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": 61764,"},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": 61765,"},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": 61766,"},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": 61767,"},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": 61768,"},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": 61769,"},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": 61770,"},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": 61771,"},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": 61772,"},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": 61773,"},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": 61774,"},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": 61775,"},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": 61776,"},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": 61777,"},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"at\": 61778,"},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": 61779,"},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"award\": 61780,"},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"back\": 61781,"},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": 61782,"},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": 61783,"},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": 61784,"},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"backspace\": 61785,"},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": 61786,"},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": 61787,"},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": 61788,"},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": 61789,"},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": 61790,"},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": 61791,"},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": 61792,"},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": 61793,"},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": 61794,"},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": 61795,"},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": 61796,"},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": 61797,"},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": 61798,"},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": 61799,"},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": 61800,"},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": 61801,"},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": 61802,"},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": 61803,"},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": 61804,"},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": 61805,"},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": 61806,"},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": 61807,"},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": 61808,"},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": 61809,"},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": 61810,"},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": 61811,"},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": 61812,"},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": 61813,"},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": 61814,"},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": 61815,"},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": 61816,"},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"bag\": 61817,"},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": 61818,"},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": 61819,"},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": 61820,"},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": 61821,"},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": 61822,"},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": 61823,"},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"basket\": 61824,"},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": 61825,"},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"basket2\": 61826,"},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": 61827,"},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"basket3\": 61828,"},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": 61829,"},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": 61830,"},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": 61831,"},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"battery\": 61832,"},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": 61833,"},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"bell\": 61834,"},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"bezier\": 61835,"},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": 61836,"},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": 61837,"},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": 61838,"},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": 61839,"},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": 61840,"},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": 61841,"},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": 61842,"},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"book-half\": 61843,"},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"book\": 61844,"},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": 61845,"},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": 61846,"},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": 61847,"},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": 61848,"},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": 61849,"},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": 61850,"},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": 61851,"},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": 61852,"},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": 61853,"},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": 61854,"},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": 61855,"},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": 61856,"},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": 61857,"},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": 61858,"},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": 61859,"},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": 61860,"},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": 61861,"},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": 61862,"},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": 61863,"},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": 61864,"},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"border-all\": 61865,"},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": 61866,"},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"border-center\": 61867,"},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": 61868,"},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"border-left\": 61869,"},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": 61870,"},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": 61871,"},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"border-right\": 61872,"},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"border-style\": 61873,"},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"border-top\": 61874,"},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"border-width\": 61875,"},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"border\": 61876,"},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": 61877,"},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": 61878,"},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": 61879,"},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": 61880,"},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": 61881,"},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": 61882,"},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": 61883,"},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": 61884,"},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": 61885,"},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": 61886,"},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": 61887,"},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": 61888,"},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": 61889,"},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": 61890,"},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": 61891,"},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": 61892,"},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": 61893,"},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": 61894,"},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": 61895,"},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"box\": 61896,"},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"braces\": 61897,"},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bricks\": 61898,"},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": 61899,"},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": 61900,"},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": 61901,"},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": 61902,"},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": 61903,"},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": 61904,"},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": 61905,"},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": 61906,"},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": 61907,"},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": 61908,"},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": 61909,"},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": 61910,"},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": 61911,"},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"brush\": 61912,"},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": 61913,"},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"bucket\": 61914,"},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": 61915,"},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"bug\": 61916,"},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"building\": 61917,"},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": 61918,"},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": 61919,"},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"calculator\": 61920,"},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": 61921,"},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": 61922,"},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": 61923,"},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": 61924,"},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": 61925,"},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": 61926,"},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": 61927,"},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": 61928,"},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": 61929,"},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": 61930,"},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": 61931,"},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": 61932,"},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": 61933,"},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": 61934,"},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": 61935,"},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": 61936,"},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": 61937,"},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": 61938,"},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": 61939,"},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": 61940,"},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": 61941,"},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"calendar\": 61942,"},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": 61943,"},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": 61944,"},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": 61945,"},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": 61946,"},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": 61947,"},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": 61948,"},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": 61949,"},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": 61950,"},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": 61951,"},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": 61952,"},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": 61953,"},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": 61954,"},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": 61955,"},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": 61956,"},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": 61957,"},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": 61958,"},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": 61959,"},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": 61960,"},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": 61961,"},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": 61962,"},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": 61963,"},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": 61964,"},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": 61965,"},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": 61966,"},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": 61967,"},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": 61968,"},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": 61969,"},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": 61970,"},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": 61971,"},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": 61972,"},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": 61973,"},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": 61974,"},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": 61975,"},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": 61976,"},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": 61977,"},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": 61978,"},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": 61979,"},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": 61980,"},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": 61981,"},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": 61982,"},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": 61983,"},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"camera\": 61984,"},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"camera2\": 61985,"},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": 61986,"},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"capslock\": 61987,"},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": 61988,"},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": 61989,"},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"card-image\": 61990,"},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"card-list\": 61991,"},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"card-text\": 61992,"},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": 61993,"},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": 61994,"},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": 61995,"},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": 61996,"},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": 61997,"},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": 61998,"},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": 61999,"},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": 62000,"},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": 62001,"},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": 62002,"},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": 62003,"},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": 62004,"},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": 62005,"},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": 62006,"},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": 62007,"},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": 62008,"},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": 62009,"},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": 62010,"},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": 62011,"},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": 62012,"},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": 62013,"},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": 62014,"},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": 62015,"},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": 62016,"},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": 62017,"},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"cart\": 62018,"},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"cart2\": 62019,"},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"cart3\": 62020,"},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"cart4\": 62021,"},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": 62022,"},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"cash\": 62023,"},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"cast\": 62024,"},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": 62025,"},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": 62026,"},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": 62027,"},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": 62028,"},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": 62029,"},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": 62030,"},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": 62031,"},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": 62032,"},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": 62033,"},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": 62034,"},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": 62035,"},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": 62036,"},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": 62037,"},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": 62038,"},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": 62039,"},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": 62040,"},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": 62041,"},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": 62042,"},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": 62043,"},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": 62044,"},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": 62045,"},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": 62046,"},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": 62047,"},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": 62048,"},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": 62049,"},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": 62050,"},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": 62051,"},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": 62052,"},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": 62053,"},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": 62054,"},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": 62055,"},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"chat\": 62056,"},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"check-all\": 62057,"},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": 62058,"},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": 62059,"},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": 62060,"},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"check-square\": 62061,"},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"check\": 62062,"},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": 62063,"},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": 62064,"},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": 62065,"},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"check2\": 62066,"},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": 62067,"},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": 62068,"},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": 62069,"},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": 62070,"},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": 62071,"},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": 62072,"},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": 62073,"},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": 62074,"},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": 62075,"},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": 62076,"},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": 62077,"},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": 62078,"},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": 62079,"},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": 62080,"},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": 62081,"},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": 62082,"},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": 62083,"},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": 62084,"},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": 62085,"},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": 62086,"},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": 62087,"},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": 62088,"},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": 62089,"},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"circle\": 62090,"},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": 62091,"},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": 62092,"},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": 62093,"},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": 62094,"},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": 62095,"},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": 62096,"},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": 62097,"},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": 62098,"},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"clock\": 62099,"},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": 62100,"},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": 62101,"},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": 62102,"},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": 62103,"},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": 62104,"},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": 62105,"},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": 62106,"},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": 62107,"},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": 62108,"},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": 62109,"},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": 62110,"},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": 62111,"},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": 62112,"},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": 62113,"},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": 62114,"},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": 62115,"},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": 62116,"},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": 62118,"},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": 62119,"},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": 62120,"},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": 62121,"},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": 62122,"},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": 62123,"},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": 62124,"},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": 62125,"},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": 62126,"},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": 62127,"},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": 62128,"},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": 62129,"},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": 62130,"},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": 62131,"},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": 62132,"},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": 62133,"},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": 62134,"},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": 62135,"},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": 62136,"},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": 62137,"},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": 62138,"},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": 62139,"},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": 62140,"},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": 62141,"},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": 62142,"},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": 62143,"},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": 62144,"},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud\": 62145,"},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": 62146,"},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"clouds\": 62147,"},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": 62148,"},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": 62149,"},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": 62150,"},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"code-square\": 62151,"},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"code\": 62152,"},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": 62153,"},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": 62154,"},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": 62155,"},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"collection\": 62156,"},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": 62157,"},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"columns\": 62158,"},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"command\": 62159,"},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": 62160,"},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"compass\": 62161,"},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": 62162,"},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cone\": 62163,"},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"controller\": 62164,"},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": 62165,"},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cpu\": 62166,"},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": 62167,"},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": 62168,"},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": 62169,"},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": 62170,"},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": 62171,"},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": 62172,"},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"crop\": 62173,"},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": 62174,"},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": 62175,"},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cup\": 62176,"},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": 62177,"},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": 62178,"},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cursor\": 62179,"},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": 62180,"},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": 62181,"},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": 62182,"},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": 62183,"},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": 62184,"},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": 62185,"},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"dash\": 62186,"},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": 62187,"},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": 62188,"},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": 62189,"},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": 62190,"},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": 62191,"},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": 62192,"},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"diamond\": 62193,"},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": 62194,"},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": 62195,"},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": 62196,"},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": 62197,"},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": 62198,"},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": 62199,"},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": 62200,"},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": 62201,"},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": 62202,"},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": 62203,"},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": 62204,"},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": 62205,"},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": 62206,"},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"disc\": 62207,"},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"discord\": 62208,"},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": 62209,"},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"display\": 62210,"},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": 62211,"},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": 62212,"},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": 62213,"},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": 62214,"},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": 62215,"},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"door-open\": 62216,"},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dot\": 62217,"},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"download\": 62218,"},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": 62219,"},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": 62220,"},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"droplet\": 62221,"},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": 62222,"},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": 62223,"},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"easel\": 62224,"},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": 62225,"},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": 62226,"},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"egg\": 62227,"},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": 62228,"},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"eject\": 62229,"},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": 62230,"},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": 62231,"},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": 62232,"},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": 62233,"},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": 62234,"},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": 62235,"},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": 62236,"},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": 62237,"},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": 62238,"},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": 62239,"},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": 62240,"},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": 62241,"},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": 62242,"},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": 62243,"},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": 62244,"},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": 62245,"},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": 62246,"},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": 62247,"},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": 62248,"},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": 62249,"},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": 62250,"},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": 62251,"},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": 62252,"},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": 62253,"},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": 62254,"},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"envelope\": 62255,"},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": 62256,"},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"eraser\": 62257,"},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": 62258,"},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": 62259,"},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": 62260,"},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": 62261,"},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": 62262,"},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": 62263,"},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": 62264,"},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": 62265,"},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": 62266,"},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": 62267,"},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": 62268,"},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"exclude\": 62269,"},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": 62270,"},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": 62271,"},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": 62272,"},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"eye\": 62273,"},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": 62274,"},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": 62275,"},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"facebook\": 62276,"},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": 62277,"},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": 62278,"},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": 62279,"},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": 62280,"},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": 62281,"},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": 62282,"},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": 62283,"},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": 62284,"},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": 62285,"},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"file-break\": 62286,"},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": 62287,"},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"file-check\": 62288,"},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": 62289,"},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"file-code\": 62290,"},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": 62291,"},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": 62292,"},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": 62293,"},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": 62294,"},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": 62295,"},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": 62296,"},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": 62297,"},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": 62298,"},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": 62299,"},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": 62300,"},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": 62301,"},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": 62302,"},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": 62303,"},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": 62304,"},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": 62305,"},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": 62306,"},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": 62307,"},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": 62308,"},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": 62309,"},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": 62310,"},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": 62311,"},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": 62312,"},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": 62313,"},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": 62314,"},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": 62315,"},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": 62316,"},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": 62317,"},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": 62318,"},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": 62319,"},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": 62320,"},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": 62321,"},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": 62322,"},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": 62323,"},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": 62324,"},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": 62325,"},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": 62326,"},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": 62327,"},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": 62328,"},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": 62329,"},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": 62330,"},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": 62331,"},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": 62332,"},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": 62333,"},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": 62334,"},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": 62335,"},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": 62336,"},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": 62337,"},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": 62338,"},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": 62339,"},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": 62340,"},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": 62341,"},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": 62342,"},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": 62343,"},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": 62344,"},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": 62345,"},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": 62346,"},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": 62347,"},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": 62348,"},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": 62349,"},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": 62350,"},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": 62351,"},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": 62352,"},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": 62353,"},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": 62354,"},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": 62355,"},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": 62356,"},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": 62357,"},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": 62358,"},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": 62359,"},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": 62360,"},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-font\": 62361,"},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": 62362,"},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-image\": 62363,"},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": 62364,"},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": 62365,"},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": 62366,"},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": 62367,"},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": 62368,"},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": 62369,"},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": 62370,"},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": 62371,"},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": 62372,"},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-music\": 62373,"},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": 62374,"},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-person\": 62375,"},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": 62376,"},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-play\": 62377,"},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": 62378,"},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": 62379,"},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": 62380,"},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-post\": 62381,"},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": 62382,"},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": 62383,"},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": 62384,"},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": 62385,"},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": 62386,"},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": 62387,"},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": 62388,"},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": 62389,"},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": 62390,"},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": 62391,"},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": 62392,"},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-text\": 62393,"},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": 62394,"},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-word\": 62395,"},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": 62396,"},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-x\": 62397,"},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": 62398,"},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": 62399,"},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file\": 62400,"},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": 62401,"},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"files\": 62402,"},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"film\": 62403,"},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": 62404,"},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": 62405,"},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": 62406,"},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": 62407,"},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": 62408,"},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": 62409,"},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"filter\": 62410,"},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": 62411,"},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"flag\": 62412,"},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"flower1\": 62413,"},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"flower2\": 62414,"},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"flower3\": 62415,"},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": 62416,"},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": 62417,"},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": 62418,"},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": 62419,"},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": 62420,"},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": 62421,"},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": 62422,"},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"folder\": 62423,"},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": 62424,"},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"folder2\": 62425,"},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"fonts\": 62426,"},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": 62427,"},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"forward\": 62428,"},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"front\": 62429,"},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": 62430,"},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": 62431,"},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": 62432,"},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"funnel\": 62433,"},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": 62434,"},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": 62435,"},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": 62436,"},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"gear\": 62437,"},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"gem\": 62438,"},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": 62439,"},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": 62440,"},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": 62441,"},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"geo\": 62442,"},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": 62443,"},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"gift\": 62444,"},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"github\": 62445,"},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"globe\": 62446,"},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"globe2\": 62447,"},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"google\": 62448,"},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": 62449,"},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": 62450,"},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": 62451,"},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": 62452,"},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": 62453,"},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": 62454,"},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": 62455,"},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": 62456,"},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": 62457,"},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": 62458,"},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": 62459,"},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"grid\": 62460,"},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": 62461,"},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": 62462,"},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"hammer\": 62463,"},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": 62464,"},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": 62465,"},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": 62466,"},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": 62467,"},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": 62468,"},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": 62469,"},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": 62470,"},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": 62471,"},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": 62472,"},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"handbag\": 62473,"},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"hash\": 62474,"},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": 62475,"},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": 62476,"},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": 62477,"},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": 62478,"},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": 62479,"},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": 62480,"},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": 62481,"},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"hdd\": 62482,"},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"headphones\": 62483,"},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"headset\": 62484,"},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": 62485,"},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": 62486,"},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"heart\": 62487,"},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": 62488,"},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": 62489,"},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": 62490,"},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": 62491,"},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": 62492,"},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": 62493,"},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": 62494,"},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": 62495,"},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": 62496,"},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": 62497,"},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": 62498,"},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"house-door\": 62499,"},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": 62500,"},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"house\": 62501,"},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hr\": 62502,"},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": 62503,"},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": 62504,"},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": 62505,"},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"image\": 62506,"},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"images\": 62507,"},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": 62508,"},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"inbox\": 62509,"},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": 62510,"},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": 62511,"},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": 62512,"},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": 62513,"},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": 62514,"},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"info-square\": 62515,"},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"info\": 62516,"},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": 62517,"},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": 62518,"},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"instagram\": 62519,"},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"intersect\": 62520,"},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": 62521,"},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": 62522,"},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": 62523,"},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": 62524,"},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": 62525,"},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": 62526,"},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": 62527,"},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": 62528,"},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": 62529,"},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": 62530,"},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": 62531,"},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": 62532,"},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": 62533,"},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"journal\": 62534,"},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"journals\": 62535,"},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"joystick\": 62536,"},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": 62537,"},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": 62538,"},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"justify\": 62539,"},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": 62540,"},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"kanban\": 62541,"},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": 62542,"},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"key\": 62543,"},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": 62544,"},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": 62545,"},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"ladder\": 62546,"},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": 62547,"},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"lamp\": 62548,"},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": 62549,"},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"laptop\": 62550,"},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": 62551,"},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": 62552,"},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": 62553,"},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": 62554,"},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"layers\": 62555,"},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": 62556,"},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": 62557,"},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": 62558,"},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": 62559,"},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": 62560,"},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": 62561,"},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": 62562,"},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": 62563,"},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": 62564,"},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": 62565,"},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": 62566,"},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": 62567,"},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": 62568,"},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": 62569,"},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": 62570,"},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": 62571,"},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": 62572,"},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": 62573,"},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": 62574,"},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"lightning\": 62575,"},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": 62576,"},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"link\": 62577,"},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": 62578,"},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"list-check\": 62579,"},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": 62580,"},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": 62581,"},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": 62582,"},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"list-task\": 62583,"},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": 62584,"},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"list\": 62585,"},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": 62586,"},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"lock\": 62587,"},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": 62588,"},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": 62589,"},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": 62590,"},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"map\": 62591,"},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": 62592,"},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"markdown\": 62593,"},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"mask\": 62594,"},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": 62595,"},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": 62596,"},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": 62597,"},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": 62598,"},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": 62599,"},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": 62600,"},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": 62601,"},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": 62602,"},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": 62603,"},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": 62604,"},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": 62605,"},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": 62606,"},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": 62607,"},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"mic\": 62608,"},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": 62609,"},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"minecart\": 62610,"},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"moisture\": 62611,"},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": 62612,"},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": 62613,"},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": 62614,"},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"moon\": 62615,"},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": 62616,"},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"mouse\": 62617,"},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": 62618,"},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": 62619,"},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": 62620,"},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": 62621,"},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": 62622,"},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": 62623,"},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"music-note\": 62624,"},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": 62625,"},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"music-player\": 62626,"},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": 62627,"},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": 62628,"},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": 62629,"},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": 62630,"},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": 62631,"},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": 62632,"},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"nut\": 62633,"},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": 62634,"},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": 62635,"},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"octagon\": 62636,"},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"option\": 62637,"},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"outlet\": 62638,"},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": 62639,"},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": 62640,"},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"palette\": 62641,"},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"palette2\": 62642,"},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": 62643,"},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": 62644,"},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": 62645,"},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": 62646,"},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": 62647,"},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": 62648,"},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": 62649,"},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": 62650,"},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": 62651,"},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": 62652,"},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": 62653,"},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": 62654,"},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": 62655,"},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": 62656,"},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": 62657,"},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": 62658,"},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": 62659,"},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"pause\": 62660,"},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": 62661,"},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"peace\": 62662,"},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": 62663,"},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"pen\": 62664,"},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": 62665,"},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": 62666,"},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"pencil\": 62667,"},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": 62668,"},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": 62669,"},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": 62670,"},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": 62671,"},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"people\": 62672,"},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"percent\": 62673,"},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": 62674,"},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": 62675,"},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": 62676,"},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": 62677,"},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"person-check\": 62678,"},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": 62679,"},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": 62680,"},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": 62681,"},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": 62682,"},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": 62683,"},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": 62684,"},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": 62685,"},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"person-square\": 62686,"},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": 62687,"},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"person-x\": 62688,"},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"person\": 62689,"},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": 62690,"},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": 62691,"},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": 62692,"},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": 62693,"},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": 62694,"},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"phone\": 62695,"},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": 62696,"},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": 62697,"},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": 62698,"},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": 62699,"},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": 62700,"},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pin\": 62701,"},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": 62702,"},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pip\": 62703,"},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": 62704,"},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": 62705,"},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": 62706,"},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": 62707,"},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": 62708,"},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"play\": 62709,"},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": 62710,"},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"plug\": 62711,"},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": 62712,"},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": 62713,"},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": 62714,"},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": 62715,"},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": 62716,"},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": 62717,"},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"plus\": 62718,"},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"power\": 62719,"},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": 62720,"},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"printer\": 62721,"},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": 62722,"},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": 62723,"},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": 62724,"},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": 62725,"},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": 62726,"},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": 62727,"},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": 62728,"},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": 62729,"},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": 62730,"},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"question-square\": 62731,"},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"question\": 62732,"},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": 62733,"},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": 62734,"},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"receipt\": 62735,"},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": 62736,"},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": 62737,"},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": 62738,"},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": 62739,"},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": 62740,"},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": 62741,"},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": 62742,"},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": 62743,"},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": 62744,"},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": 62745,"},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"record\": 62746,"},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": 62747,"},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"record2\": 62748,"},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": 62749,"},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": 62750,"},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": 62751,"},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"reply\": 62752,"},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": 62753,"},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"rss\": 62754,"},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"rulers\": 62755,"},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": 62756,"},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"save\": 62757,"},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": 62758,"},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"save2\": 62759,"},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"scissors\": 62760,"},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": 62761,"},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"search\": 62762,"},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": 62763,"},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"server\": 62764,"},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": 62765,"},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"share\": 62766,"},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": 62767,"},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": 62768,"},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": 62769,"},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": 62770,"},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": 62771,"},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": 62772,"},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": 62773,"},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": 62774,"},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": 62775,"},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": 62776,"},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": 62777,"},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": 62778,"},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": 62779,"},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": 62780,"},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": 62781,"},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": 62782,"},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"shield\": 62783,"},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": 62784,"},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"shift\": 62785,"},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": 62786,"},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"shop\": 62787,"},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": 62788,"},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": 62789,"},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": 62790,"},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": 62791,"},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": 62792,"},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": 62793,"},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"signpost\": 62794,"},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": 62795,"},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"sim\": 62796,"},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": 62797,"},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": 62798,"},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": 62799,"},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": 62800,"},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": 62801,"},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": 62802,"},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": 62803,"},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": 62804,"},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": 62805,"},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": 62806,"},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": 62807,"},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": 62808,"},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": 62809,"},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": 62810,"},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": 62811,"},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": 62812,"},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": 62813,"},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": 62814,"},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": 62815,"},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": 62816,"},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": 62817,"},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": 62818,"},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": 62819,"},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": 62820,"},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"slack\": 62821,"},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": 62822,"},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": 62823,"},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": 62824,"},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": 62825,"},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"slash\": 62826,"},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"sliders\": 62827,"},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": 62828,"},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"snow\": 62829,"},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"snow2\": 62830,"},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"snow3\": 62831,"},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": 62832,"},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": 62833,"},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": 62834,"},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": 62835,"},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": 62836,"},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": 62837,"},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": 62838,"},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": 62839,"},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": 62840,"},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": 62841,"},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": 62842,"},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": 62843,"},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": 62844,"},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": 62845,"},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"speaker\": 62846,"},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": 62847,"},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": 62848,"},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": 62849,"},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": 62850,"},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"square-half\": 62851,"},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"square\": 62852,"},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"stack\": 62853,"},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": 62854,"},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"star-half\": 62855,"},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"star\": 62856,"},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"stars\": 62857,"},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": 62858,"},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"stickies\": 62859,"},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": 62860,"},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sticky\": 62861,"},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": 62862,"},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": 62863,"},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": 62864,"},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": 62865,"},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": 62866,"},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"stop\": 62867,"},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": 62868,"},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": 62869,"},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": 62870,"},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": 62871,"},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"subtract\": 62872,"},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": 62873,"},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": 62874,"},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": 62875,"},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": 62876,"},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": 62877,"},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": 62878,"},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": 62879,"},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": 62880,"},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": 62881,"},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"sun\": 62882,"},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": 62883,"},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": 62884,"},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": 62885,"},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": 62886,"},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"sunset\": 62887,"},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": 62888,"},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": 62889,"},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"table\": 62890,"},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": 62891,"},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": 62892,"},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": 62893,"},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"tablet\": 62894,"},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": 62895,"},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"tag\": 62896,"},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": 62897,"},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"tags\": 62898,"},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"telegram\": 62899,"},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": 62900,"},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": 62901,"},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": 62902,"},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": 62903,"},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": 62904,"},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": 62905,"},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": 62906,"},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": 62907,"},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": 62908,"},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": 62909,"},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": 62910,"},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": 62911,"},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": 62912,"},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"telephone\": 62913,"},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": 62914,"},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"terminal\": 62915,"},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"text-center\": 62916,"},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": 62917,"},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": 62918,"},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"text-left\": 62919,"},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": 62920,"},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"text-right\": 62921,"},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": 62922,"},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": 62923,"},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"textarea\": 62924,"},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": 62925,"},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": 62926,"},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": 62927,"},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": 62928,"},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": 62929,"},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": 62930,"},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": 62931,"},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": 62932,"},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": 62933,"},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": 62934,"},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": 62935,"},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": 62936,"},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"toggles\": 62937,"},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": 62938,"},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"tools\": 62939,"},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"tornado\": 62940,"},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": 62941,"},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"trash\": 62942,"},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": 62943,"},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"trash2\": 62944,"},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": 62945,"},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"tree\": 62946,"},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": 62947,"},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": 62948,"},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"triangle\": 62949,"},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": 62950,"},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"trophy\": 62951,"},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": 62952,"},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": 62953,"},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"truck\": 62954,"},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": 62955,"},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": 62956,"},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"tv\": 62957,"},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"twitch\": 62958,"},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"twitter\": 62959,"},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": 62960,"},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": 62961,"},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": 62962,"},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": 62963,"},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": 62964,"},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": 62965,"},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": 62966,"},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"type\": 62967,"},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": 62968,"},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": 62969,"},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": 62970,"},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": 62971,"},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": 62972,"},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": 62973,"},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"union\": 62974,"},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": 62975,"},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"unlock\": 62976,"},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": 62977,"},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"upc\": 62978,"},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"upload\": 62979,"},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": 62980,"},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"view-list\": 62981,"},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": 62982,"},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": 62983,"},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": 62984,"},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": 62985,"},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": 62986,"},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": 62987,"},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": 62988,"},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": 62989,"},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": 62990,"},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": 62991,"},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": 62992,"},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": 62993,"},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"vr\": 62994,"},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": 62995,"},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"wallet\": 62996,"},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": 62997,"},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"watch\": 62998,"},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"water\": 62999,"},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": 63000,"},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": 63001,"},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": 63002,"},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": 63003,"},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"wifi\": 63004,"},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"wind\": 63005,"},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": 63006,"},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": 63007,"},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"window\": 63008,"},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"wrench\": 63009,"},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": 63010,"},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": 63011,"},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": 63012,"},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": 63013,"},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": 63014,"},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": 63015,"},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": 63016,"},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"x-square\": 63017,"},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"x\": 63018,"},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"youtube\": 63019,"},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": 63020,"},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": 63021,"},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"bank\": 63022,"},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"bank2\": 63023,"},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": 63024,"},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": 63025,"},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": 63026,"},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": 63027,"},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"coin\": 63028,"},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": 63029,"},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": 63030,"},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": 63031,"},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": 63032,"},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": 63033,"},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": 63034,"},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": 63035,"},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": 63036,"},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": 63037,"},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": 63038,"},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": 63039,"},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": 63040,"},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": 63041,"},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": 63042,"},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": 63043,"},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": 63044,"},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": 63045,"},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": 63046,"},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": 63047,"},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"messenger\": 63048,"},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": 63049,"},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": 63050,"},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": 63051,"},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": 63052,"},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": 63053,"},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": 63054,"},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"recycle\": 63055,"},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"reddit\": 63056,"},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": 63057,"},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": 63058,"},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"safe2\": 63059,"},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": 63060,"},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": 63061,"},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"skype\": 63062,"},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": 63063,"},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"translate\": 63064,"},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": 63065,"},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"safe\": 63066,"},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"apple\": 63067,"},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": 63069,"},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"windows\": 63070,"},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"behance\": 63068,"},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": 63071,"},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"line\": 63072,"},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"medium\": 63073,"},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"paypal\": 63074,"},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": 63075,"},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"signal\": 63076,"},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": 63077,"},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"spotify\": 63078,"},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": 63079,"},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"strava\": 63080,"},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": 63081,"},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": 63082,"},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"activity\": 63083,"},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": 63084,"},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"easel2\": 63085,"},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": 63086,"},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"easel3\": 63087,"},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"fan\": 63088,"},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": 63089,"},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": 63090,"},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": 63091,"},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": 63092,"},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"magic\": 63093,"},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": 63094,"},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"person-video\": 63095,"},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": 63096,"},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": 63097,"},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": 63098,"},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": 63099,"},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": 63100,"},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"webcam\": 63101,"},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": 63102,"},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": 63104,"},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": 63105,"},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": 63106,"},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"body-text\": 63107,"},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"boombox\": 63108,"},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"boxes\": 63109,"},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": 63110,"},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"dpad\": 63111,"},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": 63112,"},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"ear\": 63113,"},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": 63115,"},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": 63116,"},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": 63118,"},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": 63119,"},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": 63121,"},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": 63122,"},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": 63123,"},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": 63124,"},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": 63126,"},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": 63127,"},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": 63129,"},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": 63130,"},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": 63131,"},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"explicit\": 63132,"},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"git\": 63133,"},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"infinity\": 63134,"},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": 63135,"},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": 63136,"},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"meta\": 63137,"},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": 63140,"},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": 63141,"},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": 63142,"},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": 63143,"},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"pc\": 63144,"},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"playstation\": 63145,"},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": 63146,"},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": 63147,"},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"projector\": 63148,"},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": 63149,"},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": 63150,"},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"quora\": 63151,"},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"quote\": 63152,"},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"robot\": 63153,"},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": 63154,"},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"send-check\": 63155,"},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": 63156,"},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": 63157,"},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": 63159,"},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": 63160,"},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": 63161,"},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": 63162,"},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": 63163,"},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": 63164,"},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": 63165,"},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": 63166,"},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"send-x\": 63167,"},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"send\": 63168,"},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"steam\": 63169,"},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": 63171,"},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": 63172,"},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": 63173,"},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": 63174,"},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": 63175,"},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": 63176,"},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": 63177,"},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": 63178,"},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"ticket\": 63179,"},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": 63180,"},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": 63181,"},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": 63182,"},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": 63183,"},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": 63184,"},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"window-split\": 63185,"},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": 63186,"},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"window-x\": 63187,"},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"xbox\": 63188,"},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": 63189,"},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": 63190,"},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": 63191,"},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": 63192,"},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": 63193,"},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": 63194,"},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": 63195,"},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": 63196,"},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": 63197,"},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"usb\": 63198,"},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": 63199,"},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"displayport\": 63201,"},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": 63202,"},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"memory\": 63203,"},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": 63204,"},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"modem\": 63205,"},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": 63206,"},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": 63207,"},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": 63208,"},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": 63209,"},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": 63210,"},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": 63211,"},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"router\": 63212,"},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": 63215,"},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": 63216,"},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": 63217,"},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": 63218,"},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": 63219,"},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": 63220,"},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": 63221,"},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": 63222,"},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": 63223,"},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": 63224,"},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": 63225,"},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": 63226,"},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": 63227,"},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": 63228,"},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": 63229,"},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": 63230,"},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": 63231,"},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": 63232,"},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": 63233,"},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": 63234,"},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": 63235,"},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": 63236,"},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": 63237,"},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": 63238,"},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": 63239,"},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": 63240,"},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"balloon\": 63241,"},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": 63242,"},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": 63243,"},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": 63244,"},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"box2\": 63245,"},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": 63246,"},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": 63247,"},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": 63248,"},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": 63249,"},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": 63250,"},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": 63251,"},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": 63252,"},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": 63253,"},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": 63254,"},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": 63255,"},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": 63256,"},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": 63257,"},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": 63258,"},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": 63259,"},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": 63260,"},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": 63261,"},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": 63262,"},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": 63263,"},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": 63264,"},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": 63265,"},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": 63266,"},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": 63267,"},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": 63268,"},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": 63269,"},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": 63270,"},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": 63271,"},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": 63272,"},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": 63273,"},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": 63274,"},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": 63275,"},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": 63276,"},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": 63277,"},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": 63278,"},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": 63279,"},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": 63280,"},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": 63281,"},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": 63282,"},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": 63283,"},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": 63284,"},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": 63285,"},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": 63286,"},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": 63287,"},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": 63288,"},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": 63289,"},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": 63290,"},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": 63291,"},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": 63292,"},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": 63293,"},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": 63294,"},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": 63295,"},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": 63296,"},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": 63297,"},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": 63298,"},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": 63299,"},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": 63300,"},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": 63301,"},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": 63302,"},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": 63303,"},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": 63304,"},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": 63305,"},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": 63306,"},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": 63307,"},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": 63308,"},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": 63309,"},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": 63310,"},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": 63311,"},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": 63312,"},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": 63313,"},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": 63314,"},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": 63315,"},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": 63316,"},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": 63317,"},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": 63318,"},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": 63319,"},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": 63320,"},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": 63322,"},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": 63323,"},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": 63324,"},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": 63325,"},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": 63326,"},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": 63327,"},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": 63328,"},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": 63329,"},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": 63330,"},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": 63331,"},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": 63332,"},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": 63333,"},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": 63334,"},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": 63335,"},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": 63336,"},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": 63338,"},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": 63339,"},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": 63340,"},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": 63341,"},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": 63342,"},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": 63343,"},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": 63344,"},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": 63345,"},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"hearts\": 63346,"},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": 63347,"},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"hospital\": 63348,"},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": 63349,"},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": 63350,"},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"incognito\": 63351,"},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": 63352,"},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"magnet\": 63353,"},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": 63354,"},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": 63355,"},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": 63356,"},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"plugin\": 63357,"},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": 63358,"},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": 63359,"},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": 63360,"},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"postage\": 63361,"},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": 63362,"},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": 63363,"},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": 63364,"},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"postcard\": 63365,"},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": 63366,"},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": 63367,"},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": 63368,"},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": 63369,"},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": 63370,"},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"trash3\": 63371,"},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"valentine\": 63372,"},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": 63373,"},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": 63374,"},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": 63375,"},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": 63376,"},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": 63377,"},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": 63378,"},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": 63379,"},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": 63382,"},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": 63383,"},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": 63384,"},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"1-square\": 63385,"},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": 63388,"},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": 63389,"},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": 63390,"},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"2-square\": 63391,"},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": 63394,"},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": 63395,"},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": 63396,"},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"3-square\": 63397,"},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": 63400,"},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": 63401,"},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": 63402,"},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"4-square\": 63403,"},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": 63406,"},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": 63407,"},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": 63408,"},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"5-square\": 63409,"},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": 63412,"},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": 63413,"},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": 63414,"},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"6-square\": 63415,"},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": 63418,"},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": 63419,"},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": 63420,"},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"7-square\": 63421,"},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": 63424,"},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": 63425,"},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": 63426,"},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"8-square\": 63427,"},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": 63430,"},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": 63431,"},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": 63432,"},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"9-square\": 63433,"},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": 63434,"},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": 63435,"},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": 63436,"},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"airplane\": 63437,"},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"alexa\": 63438,"},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"alipay\": 63439,"},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"android\": 63440,"},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"android2\": 63441,"},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": 63442,"},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": 63443,"},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": 63444,"},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": 63445,"},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": 63446,"},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": 63447,"},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": 63450,"},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": 63451,"},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": 63452,"},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"c-square\": 63453,"},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": 63454,"},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"capsule\": 63455,"},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": 63456,"},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"car-front\": 63457,"},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": 63458,"},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"cassette\": 63459,"},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": 63462,"},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": 63463,"},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": 63464,"},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": 63465,"},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": 63466,"},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": 63467,"},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": 63468,"},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": 63469,"},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"escape\": 63470,"},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": 63471,"},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": 63472,"},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": 63473,"},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": 63474,"},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": 63475,"},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": 63476,"},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": 63477,"},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"fire\": 63478,"},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"google-play\": 63479,"},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": 63482,"},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": 63483,"},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": 63484,"},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"h-square\": 63485,"},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"indent\": 63486,"},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": 63487,"},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"lungs\": 63488,"},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": 63489,"},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": 63492,"},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": 63493,"},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": 63494,"},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"p-square\": 63495,"},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": 63496,"},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"pass\": 63497,"},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"prescription\": 63498,"},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": 63499,"},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": 63502,"},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": 63503,"},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": 63504,"},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"r-square\": 63505,"},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": 63506,"},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"repeat\": 63507,"},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": 63508,"},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": 63509,"},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": 63510,"},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": 63511,"},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": 63512,"},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"rewind\": 63513,"},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": 63514,"},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": 63515,"},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": 63516,"},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"train-front\": 63517,"},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": 63518,"},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": 63519,"},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": 63520,"},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": 63521,"},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": 63522,"},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"unindent\": 63523,"},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"unity\": 63524,"},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": 63525,"},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": 63526,"},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"virus\": 63527,"},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"virus2\": 63528,"},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"wechat\": 63529,"},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"yelp\": 63530,"},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": 63531,"},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": 63532,"},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": 63533,"},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": 63534,"},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": 63535,"},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": 63536,"},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": 63537,"},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": 63538,"},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": 63539,"},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": 63540,"},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": 63541,"},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": 63542,"},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": 63543,"},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": 63544,"},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": 63545,"},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": 63546,"},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": 63547,"},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": 63548,"},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": 63549,"},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": 63550,"},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": 63551,"},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": 63552,"},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": 63553,"},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"0-square\": 63554,"},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": 63555,"},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": 63556,"},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": 63557,"},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"rocket\": 63558,"},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"stripe\": 63559,"},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"subscript\": 63560,"},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"superscript\": 63561,"},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"trello\": 63562,"},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": 63563,"},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": 63564,"},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"regex\": 63565,"},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": 63566,"},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": 63567,"},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": 63568,"},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": 63569,"},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": 63570,"},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": 63571,"},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": 63572,"},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": 63573,"},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": 63574,"},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": 63575,"},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": 63576,"},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": 63577,"},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": 63578,"},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": 63579,"},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": 63580,"},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": 63581,"},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": 63582,"},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": 63583,"},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": 63584,"},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": 63585,"},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": 63586,"},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": 63587,"},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": 63588,"},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": 63589,"},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": 63590,"},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"building-add\": 63591,"},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"building-check\": 63592,"},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": 63593,"},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"building-down\": 63594,"},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": 63595,"},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": 63596,"},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": 63597,"},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": 63598,"},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": 63599,"},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": 63600,"},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": 63601,"},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": 63602,"},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": 63603,"},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": 63604,"},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": 63605,"},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": 63606,"},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": 63607,"},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": 63608,"},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": 63609,"},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"building-up\": 63610,"},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"building-x\": 63611,"},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": 63612,"},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"buildings\": 63613,"},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": 63614,"},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": 63615,"},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": 63616,"},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": 63617,"},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": 63618,"},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": 63619,"},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": 63620,"},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": 63621,"},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": 63622,"},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"house-add\": 63623,"},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": 63624,"},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"house-check\": 63625,"},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": 63626,"},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": 63627,"},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": 63628,"},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"house-down\": 63629,"},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": 63630,"},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": 63631,"},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": 63632,"},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": 63633,"},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": 63634,"},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": 63635,"},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": 63636,"},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": 63637,"},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": 63638,"},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"house-up\": 63639,"},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": 63640,"},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"house-x\": 63641,"},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"person-add\": 63642,"},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"person-down\": 63643,"},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": 63644,"},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": 63645,"},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": 63646,"},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": 63647,"},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": 63648,"},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": 63649,"},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": 63650,"},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": 63651,"},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": 63652,"},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": 63653,"},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": 63654,"},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": 63655,"},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": 63656,"},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": 63657,"},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"person-up\": 63658,"},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"scooter\": 63659,"},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": 63660,"},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": 63661,"},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"amd\": 63662,"},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"database-add\": 63663,"},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"database-check\": 63664,"},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": 63665,"},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"database-down\": 63666,"},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": 63667,"},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": 63668,"},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": 63669,"},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": 63670,"},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": 63671,"},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": 63672,"},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": 63673,"},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": 63674,"},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": 63675,"},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": 63676,"},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": 63677,"},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": 63678,"},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": 63679,"},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": 63680,"},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": 63681,"},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"database-up\": 63682,"},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"database-x\": 63683,"},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"database\": 63684,"},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": 63685,"},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"houses\": 63686,"},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": 63687,"},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": 63688,"},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": 63689,"},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": 63690,"},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": 63691,"},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": 63692,"},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": 62117,"},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": 63114,"},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"amazon\": 63117,"},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": 63120,"},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": 63125,"},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": 63128,"},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"arrows\": 63138,"},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": 63139,"},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"ban\": 63158,"},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"bing\": 63170,"},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"cake\": 63200,"},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"cake2\": 63213,"},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"cookie\": 63214,"},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"copy\": 63321,"},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": 63337,"},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": 63380,"},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": 63381,"},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": 63386,"},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": 63387,"},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": 63392,"},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": 63393,"},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": 63398,"},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": 63399,"},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": 63404,"},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": 63405,"},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": 63410,"},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": 63411,"},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": 63416,"},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": 63417,"},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": 63422,"},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"feather\": 63423,"},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"feather2\": 63428,"},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": 63429,"},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"floppy\": 63448,"},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": 63449,"},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": 63460,"},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": 63461,"},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": 63480,"},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": 63490,"},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": 63491,"},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"nvme\": 63500,"},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": 63501,"},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": 63693,"},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": 63694,"},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"radar\": 63695,"},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": 63696,"},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": 63697,"},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": 63698,"},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": 63699,"},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": 63700,"},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": 63701,"},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": 63702,"},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"substack\": 63703,"},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": 63704,"},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"threads\": 63705,"},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"transparency\": 63706,"},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": 63707,"},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": 63708,"},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": 63709,"},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": 63710,"},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": 63711,"},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"backpack\": 63712,"},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": 63713,"},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": 63714,"},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": 63715,"},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": 63716,"},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": 63717,"},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": 63718,"},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": 63719,"},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": 63720,"},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": 63721,"},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": 63722,"},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"duffle\": 63723,"},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"exposure\": 63724,"},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": 63725,"},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"highlights\": 63726,"},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": 63727,"},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"luggage\": 63728,"},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": 63729,"},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": 63730,"},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": 63731,"},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": 63732,"},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"passport\": 63733,"},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": 63734,"},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": 63735,"},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": 63736,"},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": 63737,"},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": 63738,"},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": 63739,"},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"shadows\": 63740,"},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": 63741,"},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": 63742,"},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": 63743,"},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": 63744,"},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": 63745,"},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": 63746,"},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"vignette\": 63747"},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2052}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */@font-face{font-display:block;font-family:bootstrap-icons;src:url(\"fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6\") format(\"woff2\"),url(\"fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6\") format(\"woff\")}.bi::before,[class*\u003d\" bi-\"]::before,[class^\u003dbi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:\"\\f67f\"}.bi-alarm-fill::before{content:\"\\f101\"}.bi-alarm::before{content:\"\\f102\"}.bi-align-bottom::before{content:\"\\f103\"}.bi-align-center::before{content:\"\\f104\"}.bi-align-end::before{content:\"\\f105\"}.bi-align-middle::before{content:\"\\f106\"}.bi-align-start::before{content:\"\\f107\"}.bi-align-top::before{content:\"\\f108\"}.bi-alt::before{content:\"\\f109\"}.bi-app-indicator::before{content:\"\\f10a\"}.bi-app::before{content:\"\\f10b\"}.bi-archive-fill::before{content:\"\\f10c\"}.bi-archive::before{content:\"\\f10d\"}.bi-arrow-90deg-down::before{content:\"\\f10e\"}.bi-arrow-90deg-left::before{content:\"\\f10f\"}.bi-arrow-90deg-right::before{content:\"\\f110\"}.bi-arrow-90deg-up::before{content:\"\\f111\"}.bi-arrow-bar-down::before{content:\"\\f112\"}.bi-arrow-bar-left::before{content:\"\\f113\"}.bi-arrow-bar-right::before{content:\"\\f114\"}.bi-arrow-bar-up::before{content:\"\\f115\"}.bi-arrow-clockwise::before{content:\"\\f116\"}.bi-arrow-counterclockwise::before{content:\"\\f117\"}.bi-arrow-down-circle-fill::before{content:\"\\f118\"}.bi-arrow-down-circle::before{content:\"\\f119\"}.bi-arrow-down-left-circle-fill::before{content:\"\\f11a\"}.bi-arrow-down-left-circle::before{content:\"\\f11b\"}.bi-arrow-down-left-square-fill::before{content:\"\\f11c\"}.bi-arrow-down-left-square::before{content:\"\\f11d\"}.bi-arrow-down-left::before{content:\"\\f11e\"}.bi-arrow-down-right-circle-fill::before{content:\"\\f11f\"}.bi-arrow-down-right-circle::before{content:\"\\f120\"}.bi-arrow-down-right-square-fill::before{content:\"\\f121\"}.bi-arrow-down-right-square::before{content:\"\\f122\"}.bi-arrow-down-right::before{content:\"\\f123\"}.bi-arrow-down-short::before{content:\"\\f124\"}.bi-arrow-down-square-fill::before{content:\"\\f125\"}.bi-arrow-down-square::before{content:\"\\f126\"}.bi-arrow-down-up::before{content:\"\\f127\"}.bi-arrow-down::before{content:\"\\f128\"}.bi-arrow-left-circle-fill::before{content:\"\\f129\"}.bi-arrow-left-circle::before{content:\"\\f12a\"}.bi-arrow-left-right::before{content:\"\\f12b\"}.bi-arrow-left-short::before{content:\"\\f12c\"}.bi-arrow-left-square-fill::before{content:\"\\f12d\"}.bi-arrow-left-square::before{content:\"\\f12e\"}.bi-arrow-left::before{content:\"\\f12f\"}.bi-arrow-repeat::before{content:\"\\f130\"}.bi-arrow-return-left::before{content:\"\\f131\"}.bi-arrow-return-right::before{content:\"\\f132\"}.bi-arrow-right-circle-fill::before{content:\"\\f133\"}.bi-arrow-right-circle::before{content:\"\\f134\"}.bi-arrow-right-short::before{content:\"\\f135\"}.bi-arrow-right-square-fill::before{content:\"\\f136\"}.bi-arrow-right-square::before{content:\"\\f137\"}.bi-arrow-right::before{content:\"\\f138\"}.bi-arrow-up-circle-fill::before{content:\"\\f139\"}.bi-arrow-up-circle::before{content:\"\\f13a\"}.bi-arrow-up-left-circle-fill::before{content:\"\\f13b\"}.bi-arrow-up-left-circle::before{content:\"\\f13c\"}.bi-arrow-up-left-square-fill::before{content:\"\\f13d\"}.bi-arrow-up-left-square::before{content:\"\\f13e\"}.bi-arrow-up-left::before{content:\"\\f13f\"}.bi-arrow-up-right-circle-fill::before{content:\"\\f140\"}.bi-arrow-up-right-circle::before{content:\"\\f141\"}.bi-arrow-up-right-square-fill::before{content:\"\\f142\"}.bi-arrow-up-right-square::before{content:\"\\f143\"}.bi-arrow-up-right::before{content:\"\\f144\"}.bi-arrow-up-short::before{content:\"\\f145\"}.bi-arrow-up-square-fill::before{content:\"\\f146\"}.bi-arrow-up-square::before{content:\"\\f147\"}.bi-arrow-up::before{content:\"\\f148\"}.bi-arrows-angle-contract::before{content:\"\\f149\"}.bi-arrows-angle-expand::before{content:\"\\f14a\"}.bi-arrows-collapse::before{content:\"\\f14b\"}.bi-arrows-expand::before{content:\"\\f14c\"}.bi-arrows-fullscreen::before{content:\"\\f14d\"}.bi-arrows-move::before{content:\"\\f14e\"}.bi-aspect-ratio-fill::before{content:\"\\f14f\"}.bi-aspect-ratio::before{content:\"\\f150\"}.bi-asterisk::before{content:\"\\f151\"}.bi-at::before{content:\"\\f152\"}.bi-award-fill::before{content:\"\\f153\"}.bi-award::before{content:\"\\f154\"}.bi-back::before{content:\"\\f155\"}.bi-backspace-fill::before{content:\"\\f156\"}.bi-backspace-reverse-fill::before{content:\"\\f157\"}.bi-backspace-reverse::before{content:\"\\f158\"}.bi-backspace::before{content:\"\\f159\"}.bi-badge-3d-fill::before{content:\"\\f15a\"}.bi-badge-3d::before{content:\"\\f15b\"}.bi-badge-4k-fill::before{content:\"\\f15c\"}.bi-badge-4k::before{content:\"\\f15d\"}.bi-badge-8k-fill::before{content:\"\\f15e\"}.bi-badge-8k::before{content:\"\\f15f\"}.bi-badge-ad-fill::before{content:\"\\f160\"}.bi-badge-ad::before{content:\"\\f161\"}.bi-badge-ar-fill::before{content:\"\\f162\"}.bi-badge-ar::before{content:\"\\f163\"}.bi-badge-cc-fill::before{content:\"\\f164\"}.bi-badge-cc::before{content:\"\\f165\"}.bi-badge-hd-fill::before{content:\"\\f166\"}.bi-badge-hd::before{content:\"\\f167\"}.bi-badge-tm-fill::before{content:\"\\f168\"}.bi-badge-tm::before{content:\"\\f169\"}.bi-badge-vo-fill::before{content:\"\\f16a\"}.bi-badge-vo::before{content:\"\\f16b\"}.bi-badge-vr-fill::before{content:\"\\f16c\"}.bi-badge-vr::before{content:\"\\f16d\"}.bi-badge-wc-fill::before{content:\"\\f16e\"}.bi-badge-wc::before{content:\"\\f16f\"}.bi-bag-check-fill::before{content:\"\\f170\"}.bi-bag-check::before{content:\"\\f171\"}.bi-bag-dash-fill::before{content:\"\\f172\"}.bi-bag-dash::before{content:\"\\f173\"}.bi-bag-fill::before{content:\"\\f174\"}.bi-bag-plus-fill::before{content:\"\\f175\"}.bi-bag-plus::before{content:\"\\f176\"}.bi-bag-x-fill::before{content:\"\\f177\"}.bi-bag-x::before{content:\"\\f178\"}.bi-bag::before{content:\"\\f179\"}.bi-bar-chart-fill::before{content:\"\\f17a\"}.bi-bar-chart-line-fill::before{content:\"\\f17b\"}.bi-bar-chart-line::before{content:\"\\f17c\"}.bi-bar-chart-steps::before{content:\"\\f17d\"}.bi-bar-chart::before{content:\"\\f17e\"}.bi-basket-fill::before{content:\"\\f17f\"}.bi-basket::before{content:\"\\f180\"}.bi-basket2-fill::before{content:\"\\f181\"}.bi-basket2::before{content:\"\\f182\"}.bi-basket3-fill::before{content:\"\\f183\"}.bi-basket3::before{content:\"\\f184\"}.bi-battery-charging::before{content:\"\\f185\"}.bi-battery-full::before{content:\"\\f186\"}.bi-battery-half::before{content:\"\\f187\"}.bi-battery::before{content:\"\\f188\"}.bi-bell-fill::before{content:\"\\f189\"}.bi-bell::before{content:\"\\f18a\"}.bi-bezier::before{content:\"\\f18b\"}.bi-bezier2::before{content:\"\\f18c\"}.bi-bicycle::before{content:\"\\f18d\"}.bi-binoculars-fill::before{content:\"\\f18e\"}.bi-binoculars::before{content:\"\\f18f\"}.bi-blockquote-left::before{content:\"\\f190\"}.bi-blockquote-right::before{content:\"\\f191\"}.bi-book-fill::before{content:\"\\f192\"}.bi-book-half::before{content:\"\\f193\"}.bi-book::before{content:\"\\f194\"}.bi-bookmark-check-fill::before{content:\"\\f195\"}.bi-bookmark-check::before{content:\"\\f196\"}.bi-bookmark-dash-fill::before{content:\"\\f197\"}.bi-bookmark-dash::before{content:\"\\f198\"}.bi-bookmark-fill::before{content:\"\\f199\"}.bi-bookmark-heart-fill::before{content:\"\\f19a\"}.bi-bookmark-heart::before{content:\"\\f19b\"}.bi-bookmark-plus-fill::before{content:\"\\f19c\"}.bi-bookmark-plus::before{content:\"\\f19d\"}.bi-bookmark-star-fill::before{content:\"\\f19e\"}.bi-bookmark-star::before{content:\"\\f19f\"}.bi-bookmark-x-fill::before{content:\"\\f1a0\"}.bi-bookmark-x::before{content:\"\\f1a1\"}.bi-bookmark::before{content:\"\\f1a2\"}.bi-bookmarks-fill::before{content:\"\\f1a3\"}.bi-bookmarks::before{content:\"\\f1a4\"}.bi-bookshelf::before{content:\"\\f1a5\"}.bi-bootstrap-fill::before{content:\"\\f1a6\"}.bi-bootstrap-reboot::before{content:\"\\f1a7\"}.bi-bootstrap::before{content:\"\\f1a8\"}.bi-border-all::before{content:\"\\f1a9\"}.bi-border-bottom::before{content:\"\\f1aa\"}.bi-border-center::before{content:\"\\f1ab\"}.bi-border-inner::before{content:\"\\f1ac\"}.bi-border-left::before{content:\"\\f1ad\"}.bi-border-middle::before{content:\"\\f1ae\"}.bi-border-outer::before{content:\"\\f1af\"}.bi-border-right::before{content:\"\\f1b0\"}.bi-border-style::before{content:\"\\f1b1\"}.bi-border-top::before{content:\"\\f1b2\"}.bi-border-width::before{content:\"\\f1b3\"}.bi-border::before{content:\"\\f1b4\"}.bi-bounding-box-circles::before{content:\"\\f1b5\"}.bi-bounding-box::before{content:\"\\f1b6\"}.bi-box-arrow-down-left::before{content:\"\\f1b7\"}.bi-box-arrow-down-right::before{content:\"\\f1b8\"}.bi-box-arrow-down::before{content:\"\\f1b9\"}.bi-box-arrow-in-down-left::before{content:\"\\f1ba\"}.bi-box-arrow-in-down-right::before{content:\"\\f1bb\"}.bi-box-arrow-in-down::before{content:\"\\f1bc\"}.bi-box-arrow-in-left::before{content:\"\\f1bd\"}.bi-box-arrow-in-right::before{content:\"\\f1be\"}.bi-box-arrow-in-up-left::before{content:\"\\f1bf\"}.bi-box-arrow-in-up-right::before{content:\"\\f1c0\"}.bi-box-arrow-in-up::before{content:\"\\f1c1\"}.bi-box-arrow-left::before{content:\"\\f1c2\"}.bi-box-arrow-right::before{content:\"\\f1c3\"}.bi-box-arrow-up-left::before{content:\"\\f1c4\"}.bi-box-arrow-up-right::before{content:\"\\f1c5\"}.bi-box-arrow-up::before{content:\"\\f1c6\"}.bi-box-seam::before{content:\"\\f1c7\"}.bi-box::before{content:\"\\f1c8\"}.bi-braces::before{content:\"\\f1c9\"}.bi-bricks::before{content:\"\\f1ca\"}.bi-briefcase-fill::before{content:\"\\f1cb\"}.bi-briefcase::before{content:\"\\f1cc\"}.bi-brightness-alt-high-fill::before{content:\"\\f1cd\"}.bi-brightness-alt-high::before{content:\"\\f1ce\"}.bi-brightness-alt-low-fill::before{content:\"\\f1cf\"}.bi-brightness-alt-low::before{content:\"\\f1d0\"}.bi-brightness-high-fill::before{content:\"\\f1d1\"}.bi-brightness-high::before{content:\"\\f1d2\"}.bi-brightness-low-fill::before{content:\"\\f1d3\"}.bi-brightness-low::before{content:\"\\f1d4\"}.bi-broadcast-pin::before{content:\"\\f1d5\"}.bi-broadcast::before{content:\"\\f1d6\"}.bi-brush-fill::before{content:\"\\f1d7\"}.bi-brush::before{content:\"\\f1d8\"}.bi-bucket-fill::before{content:\"\\f1d9\"}.bi-bucket::before{content:\"\\f1da\"}.bi-bug-fill::before{content:\"\\f1db\"}.bi-bug::before{content:\"\\f1dc\"}.bi-building::before{content:\"\\f1dd\"}.bi-bullseye::before{content:\"\\f1de\"}.bi-calculator-fill::before{content:\"\\f1df\"}.bi-calculator::before{content:\"\\f1e0\"}.bi-calendar-check-fill::before{content:\"\\f1e1\"}.bi-calendar-check::before{content:\"\\f1e2\"}.bi-calendar-date-fill::before{content:\"\\f1e3\"}.bi-calendar-date::before{content:\"\\f1e4\"}.bi-calendar-day-fill::before{content:\"\\f1e5\"}.bi-calendar-day::before{content:\"\\f1e6\"}.bi-calendar-event-fill::before{content:\"\\f1e7\"}.bi-calendar-event::before{content:\"\\f1e8\"}.bi-calendar-fill::before{content:\"\\f1e9\"}.bi-calendar-minus-fill::before{content:\"\\f1ea\"}.bi-calendar-minus::before{content:\"\\f1eb\"}.bi-calendar-month-fill::before{content:\"\\f1ec\"}.bi-calendar-month::before{content:\"\\f1ed\"}.bi-calendar-plus-fill::before{content:\"\\f1ee\"}.bi-calendar-plus::before{content:\"\\f1ef\"}.bi-calendar-range-fill::before{content:\"\\f1f0\"}.bi-calendar-range::before{content:\"\\f1f1\"}.bi-calendar-week-fill::before{content:\"\\f1f2\"}.bi-calendar-week::before{content:\"\\f1f3\"}.bi-calendar-x-fill::before{content:\"\\f1f4\"}.bi-calendar-x::before{content:\"\\f1f5\"}.bi-calendar::before{content:\"\\f1f6\"}.bi-calendar2-check-fill::before{content:\"\\f1f7\"}.bi-calendar2-check::before{content:\"\\f1f8\"}.bi-calendar2-date-fill::before{content:\"\\f1f9\"}.bi-calendar2-date::before{content:\"\\f1fa\"}.bi-calendar2-day-fill::before{content:\"\\f1fb\"}.bi-calendar2-day::before{content:\"\\f1fc\"}.bi-calendar2-event-fill::before{content:\"\\f1fd\"}.bi-calendar2-event::before{content:\"\\f1fe\"}.bi-calendar2-fill::before{content:\"\\f1ff\"}.bi-calendar2-minus-fill::before{content:\"\\f200\"}.bi-calendar2-minus::before{content:\"\\f201\"}.bi-calendar2-month-fill::before{content:\"\\f202\"}.bi-calendar2-month::before{content:\"\\f203\"}.bi-calendar2-plus-fill::before{content:\"\\f204\"}.bi-calendar2-plus::before{content:\"\\f205\"}.bi-calendar2-range-fill::before{content:\"\\f206\"}.bi-calendar2-range::before{content:\"\\f207\"}.bi-calendar2-week-fill::before{content:\"\\f208\"}.bi-calendar2-week::before{content:\"\\f209\"}.bi-calendar2-x-fill::before{content:\"\\f20a\"}.bi-calendar2-x::before{content:\"\\f20b\"}.bi-calendar2::before{content:\"\\f20c\"}.bi-calendar3-event-fill::before{content:\"\\f20d\"}.bi-calendar3-event::before{content:\"\\f20e\"}.bi-calendar3-fill::before{content:\"\\f20f\"}.bi-calendar3-range-fill::before{content:\"\\f210\"}.bi-calendar3-range::before{content:\"\\f211\"}.bi-calendar3-week-fill::before{content:\"\\f212\"}.bi-calendar3-week::before{content:\"\\f213\"}.bi-calendar3::before{content:\"\\f214\"}.bi-calendar4-event::before{content:\"\\f215\"}.bi-calendar4-range::before{content:\"\\f216\"}.bi-calendar4-week::before{content:\"\\f217\"}.bi-calendar4::before{content:\"\\f218\"}.bi-camera-fill::before{content:\"\\f219\"}.bi-camera-reels-fill::before{content:\"\\f21a\"}.bi-camera-reels::before{content:\"\\f21b\"}.bi-camera-video-fill::before{content:\"\\f21c\"}.bi-camera-video-off-fill::before{content:\"\\f21d\"}.bi-camera-video-off::before{content:\"\\f21e\"}.bi-camera-video::before{content:\"\\f21f\"}.bi-camera::before{content:\"\\f220\"}.bi-camera2::before{content:\"\\f221\"}.bi-capslock-fill::before{content:\"\\f222\"}.bi-capslock::before{content:\"\\f223\"}.bi-card-checklist::before{content:\"\\f224\"}.bi-card-heading::before{content:\"\\f225\"}.bi-card-image::before{content:\"\\f226\"}.bi-card-list::before{content:\"\\f227\"}.bi-card-text::before{content:\"\\f228\"}.bi-caret-down-fill::before{content:\"\\f229\"}.bi-caret-down-square-fill::before{content:\"\\f22a\"}.bi-caret-down-square::before{content:\"\\f22b\"}.bi-caret-down::before{content:\"\\f22c\"}.bi-caret-left-fill::before{content:\"\\f22d\"}.bi-caret-left-square-fill::before{content:\"\\f22e\"}.bi-caret-left-square::before{content:\"\\f22f\"}.bi-caret-left::before{content:\"\\f230\"}.bi-caret-right-fill::before{content:\"\\f231\"}.bi-caret-right-square-fill::before{content:\"\\f232\"}.bi-caret-right-square::before{content:\"\\f233\"}.bi-caret-right::before{content:\"\\f234\"}.bi-caret-up-fill::before{content:\"\\f235\"}.bi-caret-up-square-fill::before{content:\"\\f236\"}.bi-caret-up-square::before{content:\"\\f237\"}.bi-caret-up::before{content:\"\\f238\"}.bi-cart-check-fill::before{content:\"\\f239\"}.bi-cart-check::before{content:\"\\f23a\"}.bi-cart-dash-fill::before{content:\"\\f23b\"}.bi-cart-dash::before{content:\"\\f23c\"}.bi-cart-fill::before{content:\"\\f23d\"}.bi-cart-plus-fill::before{content:\"\\f23e\"}.bi-cart-plus::before{content:\"\\f23f\"}.bi-cart-x-fill::before{content:\"\\f240\"}.bi-cart-x::before{content:\"\\f241\"}.bi-cart::before{content:\"\\f242\"}.bi-cart2::before{content:\"\\f243\"}.bi-cart3::before{content:\"\\f244\"}.bi-cart4::before{content:\"\\f245\"}.bi-cash-stack::before{content:\"\\f246\"}.bi-cash::before{content:\"\\f247\"}.bi-cast::before{content:\"\\f248\"}.bi-chat-dots-fill::before{content:\"\\f249\"}.bi-chat-dots::before{content:\"\\f24a\"}.bi-chat-fill::before{content:\"\\f24b\"}.bi-chat-left-dots-fill::before{content:\"\\f24c\"}.bi-chat-left-dots::before{content:\"\\f24d\"}.bi-chat-left-fill::before{content:\"\\f24e\"}.bi-chat-left-quote-fill::before{content:\"\\f24f\"}.bi-chat-left-quote::before{content:\"\\f250\"}.bi-chat-left-text-fill::before{content:\"\\f251\"}.bi-chat-left-text::before{content:\"\\f252\"}.bi-chat-left::before{content:\"\\f253\"}.bi-chat-quote-fill::before{content:\"\\f254\"}.bi-chat-quote::before{content:\"\\f255\"}.bi-chat-right-dots-fill::before{content:\"\\f256\"}.bi-chat-right-dots::before{content:\"\\f257\"}.bi-chat-right-fill::before{content:\"\\f258\"}.bi-chat-right-quote-fill::before{content:\"\\f259\"}.bi-chat-right-quote::before{content:\"\\f25a\"}.bi-chat-right-text-fill::before{content:\"\\f25b\"}.bi-chat-right-text::before{content:\"\\f25c\"}.bi-chat-right::before{content:\"\\f25d\"}.bi-chat-square-dots-fill::before{content:\"\\f25e\"}.bi-chat-square-dots::before{content:\"\\f25f\"}.bi-chat-square-fill::before{content:\"\\f260\"}.bi-chat-square-quote-fill::before{content:\"\\f261\"}.bi-chat-square-quote::before{content:\"\\f262\"}.bi-chat-square-text-fill::before{content:\"\\f263\"}.bi-chat-square-text::before{content:\"\\f264\"}.bi-chat-square::before{content:\"\\f265\"}.bi-chat-text-fill::before{content:\"\\f266\"}.bi-chat-text::before{content:\"\\f267\"}.bi-chat::before{content:\"\\f268\"}.bi-check-all::before{content:\"\\f269\"}.bi-check-circle-fill::before{content:\"\\f26a\"}.bi-check-circle::before{content:\"\\f26b\"}.bi-check-square-fill::before{content:\"\\f26c\"}.bi-check-square::before{content:\"\\f26d\"}.bi-check::before{content:\"\\f26e\"}.bi-check2-all::before{content:\"\\f26f\"}.bi-check2-circle::before{content:\"\\f270\"}.bi-check2-square::before{content:\"\\f271\"}.bi-check2::before{content:\"\\f272\"}.bi-chevron-bar-contract::before{content:\"\\f273\"}.bi-chevron-bar-down::before{content:\"\\f274\"}.bi-chevron-bar-expand::before{content:\"\\f275\"}.bi-chevron-bar-left::before{content:\"\\f276\"}.bi-chevron-bar-right::before{content:\"\\f277\"}.bi-chevron-bar-up::before{content:\"\\f278\"}.bi-chevron-compact-down::before{content:\"\\f279\"}.bi-chevron-compact-left::before{content:\"\\f27a\"}.bi-chevron-compact-right::before{content:\"\\f27b\"}.bi-chevron-compact-up::before{content:\"\\f27c\"}.bi-chevron-contract::before{content:\"\\f27d\"}.bi-chevron-double-down::before{content:\"\\f27e\"}.bi-chevron-double-left::before{content:\"\\f27f\"}.bi-chevron-double-right::before{content:\"\\f280\"}.bi-chevron-double-up::before{content:\"\\f281\"}.bi-chevron-down::before{content:\"\\f282\"}.bi-chevron-expand::before{content:\"\\f283\"}.bi-chevron-left::before{content:\"\\f284\"}.bi-chevron-right::before{content:\"\\f285\"}.bi-chevron-up::before{content:\"\\f286\"}.bi-circle-fill::before{content:\"\\f287\"}.bi-circle-half::before{content:\"\\f288\"}.bi-circle-square::before{content:\"\\f289\"}.bi-circle::before{content:\"\\f28a\"}.bi-clipboard-check::before{content:\"\\f28b\"}.bi-clipboard-data::before{content:\"\\f28c\"}.bi-clipboard-minus::before{content:\"\\f28d\"}.bi-clipboard-plus::before{content:\"\\f28e\"}.bi-clipboard-x::before{content:\"\\f28f\"}.bi-clipboard::before{content:\"\\f290\"}.bi-clock-fill::before{content:\"\\f291\"}.bi-clock-history::before{content:\"\\f292\"}.bi-clock::before{content:\"\\f293\"}.bi-cloud-arrow-down-fill::before{content:\"\\f294\"}.bi-cloud-arrow-down::before{content:\"\\f295\"}.bi-cloud-arrow-up-fill::before{content:\"\\f296\"}.bi-cloud-arrow-up::before{content:\"\\f297\"}.bi-cloud-check-fill::before{content:\"\\f298\"}.bi-cloud-check::before{content:\"\\f299\"}.bi-cloud-download-fill::before{content:\"\\f29a\"}.bi-cloud-download::before{content:\"\\f29b\"}.bi-cloud-drizzle-fill::before{content:\"\\f29c\"}.bi-cloud-drizzle::before{content:\"\\f29d\"}.bi-cloud-fill::before{content:\"\\f29e\"}.bi-cloud-fog-fill::before{content:\"\\f29f\"}.bi-cloud-fog::before{content:\"\\f2a0\"}.bi-cloud-fog2-fill::before{content:\"\\f2a1\"}.bi-cloud-fog2::before{content:\"\\f2a2\"}.bi-cloud-hail-fill::before{content:\"\\f2a3\"}.bi-cloud-hail::before{content:\"\\f2a4\"}.bi-cloud-haze-fill::before{content:\"\\f2a6\"}.bi-cloud-haze::before{content:\"\\f2a7\"}.bi-cloud-haze2-fill::before{content:\"\\f2a8\"}.bi-cloud-lightning-fill::before{content:\"\\f2a9\"}.bi-cloud-lightning-rain-fill::before{content:\"\\f2aa\"}.bi-cloud-lightning-rain::before{content:\"\\f2ab\"}.bi-cloud-lightning::before{content:\"\\f2ac\"}.bi-cloud-minus-fill::before{content:\"\\f2ad\"}.bi-cloud-minus::before{content:\"\\f2ae\"}.bi-cloud-moon-fill::before{content:\"\\f2af\"}.bi-cloud-moon::before{content:\"\\f2b0\"}.bi-cloud-plus-fill::before{content:\"\\f2b1\"}.bi-cloud-plus::before{content:\"\\f2b2\"}.bi-cloud-rain-fill::before{content:\"\\f2b3\"}.bi-cloud-rain-heavy-fill::before{content:\"\\f2b4\"}.bi-cloud-rain-heavy::before{content:\"\\f2b5\"}.bi-cloud-rain::before{content:\"\\f2b6\"}.bi-cloud-slash-fill::before{content:\"\\f2b7\"}.bi-cloud-slash::before{content:\"\\f2b8\"}.bi-cloud-sleet-fill::before{content:\"\\f2b9\"}.bi-cloud-sleet::before{content:\"\\f2ba\"}.bi-cloud-snow-fill::before{content:\"\\f2bb\"}.bi-cloud-snow::before{content:\"\\f2bc\"}.bi-cloud-sun-fill::before{content:\"\\f2bd\"}.bi-cloud-sun::before{content:\"\\f2be\"}.bi-cloud-upload-fill::before{content:\"\\f2bf\"}.bi-cloud-upload::before{content:\"\\f2c0\"}.bi-cloud::before{content:\"\\f2c1\"}.bi-clouds-fill::before{content:\"\\f2c2\"}.bi-clouds::before{content:\"\\f2c3\"}.bi-cloudy-fill::before{content:\"\\f2c4\"}.bi-cloudy::before{content:\"\\f2c5\"}.bi-code-slash::before{content:\"\\f2c6\"}.bi-code-square::before{content:\"\\f2c7\"}.bi-code::before{content:\"\\f2c8\"}.bi-collection-fill::before{content:\"\\f2c9\"}.bi-collection-play-fill::before{content:\"\\f2ca\"}.bi-collection-play::before{content:\"\\f2cb\"}.bi-collection::before{content:\"\\f2cc\"}.bi-columns-gap::before{content:\"\\f2cd\"}.bi-columns::before{content:\"\\f2ce\"}.bi-command::before{content:\"\\f2cf\"}.bi-compass-fill::before{content:\"\\f2d0\"}.bi-compass::before{content:\"\\f2d1\"}.bi-cone-striped::before{content:\"\\f2d2\"}.bi-cone::before{content:\"\\f2d3\"}.bi-controller::before{content:\"\\f2d4\"}.bi-cpu-fill::before{content:\"\\f2d5\"}.bi-cpu::before{content:\"\\f2d6\"}.bi-credit-card-2-back-fill::before{content:\"\\f2d7\"}.bi-credit-card-2-back::before{content:\"\\f2d8\"}.bi-credit-card-2-front-fill::before{content:\"\\f2d9\"}.bi-credit-card-2-front::before{content:\"\\f2da\"}.bi-credit-card-fill::before{content:\"\\f2db\"}.bi-credit-card::before{content:\"\\f2dc\"}.bi-crop::before{content:\"\\f2dd\"}.bi-cup-fill::before{content:\"\\f2de\"}.bi-cup-straw::before{content:\"\\f2df\"}.bi-cup::before{content:\"\\f2e0\"}.bi-cursor-fill::before{content:\"\\f2e1\"}.bi-cursor-text::before{content:\"\\f2e2\"}.bi-cursor::before{content:\"\\f2e3\"}.bi-dash-circle-dotted::before{content:\"\\f2e4\"}.bi-dash-circle-fill::before{content:\"\\f2e5\"}.bi-dash-circle::before{content:\"\\f2e6\"}.bi-dash-square-dotted::before{content:\"\\f2e7\"}.bi-dash-square-fill::before{content:\"\\f2e8\"}.bi-dash-square::before{content:\"\\f2e9\"}.bi-dash::before{content:\"\\f2ea\"}.bi-diagram-2-fill::before{content:\"\\f2eb\"}.bi-diagram-2::before{content:\"\\f2ec\"}.bi-diagram-3-fill::before{content:\"\\f2ed\"}.bi-diagram-3::before{content:\"\\f2ee\"}.bi-diamond-fill::before{content:\"\\f2ef\"}.bi-diamond-half::before{content:\"\\f2f0\"}.bi-diamond::before{content:\"\\f2f1\"}.bi-dice-1-fill::before{content:\"\\f2f2\"}.bi-dice-1::before{content:\"\\f2f3\"}.bi-dice-2-fill::before{content:\"\\f2f4\"}.bi-dice-2::before{content:\"\\f2f5\"}.bi-dice-3-fill::before{content:\"\\f2f6\"}.bi-dice-3::before{content:\"\\f2f7\"}.bi-dice-4-fill::before{content:\"\\f2f8\"}.bi-dice-4::before{content:\"\\f2f9\"}.bi-dice-5-fill::before{content:\"\\f2fa\"}.bi-dice-5::before{content:\"\\f2fb\"}.bi-dice-6-fill::before{content:\"\\f2fc\"}.bi-dice-6::before{content:\"\\f2fd\"}.bi-disc-fill::before{content:\"\\f2fe\"}.bi-disc::before{content:\"\\f2ff\"}.bi-discord::before{content:\"\\f300\"}.bi-display-fill::before{content:\"\\f301\"}.bi-display::before{content:\"\\f302\"}.bi-distribute-horizontal::before{content:\"\\f303\"}.bi-distribute-vertical::before{content:\"\\f304\"}.bi-door-closed-fill::before{content:\"\\f305\"}.bi-door-closed::before{content:\"\\f306\"}.bi-door-open-fill::before{content:\"\\f307\"}.bi-door-open::before{content:\"\\f308\"}.bi-dot::before{content:\"\\f309\"}.bi-download::before{content:\"\\f30a\"}.bi-droplet-fill::before{content:\"\\f30b\"}.bi-droplet-half::before{content:\"\\f30c\"}.bi-droplet::before{content:\"\\f30d\"}.bi-earbuds::before{content:\"\\f30e\"}.bi-easel-fill::before{content:\"\\f30f\"}.bi-easel::before{content:\"\\f310\"}.bi-egg-fill::before{content:\"\\f311\"}.bi-egg-fried::before{content:\"\\f312\"}.bi-egg::before{content:\"\\f313\"}.bi-eject-fill::before{content:\"\\f314\"}.bi-eject::before{content:\"\\f315\"}.bi-emoji-angry-fill::before{content:\"\\f316\"}.bi-emoji-angry::before{content:\"\\f317\"}.bi-emoji-dizzy-fill::before{content:\"\\f318\"}.bi-emoji-dizzy::before{content:\"\\f319\"}.bi-emoji-expressionless-fill::before{content:\"\\f31a\"}.bi-emoji-expressionless::before{content:\"\\f31b\"}.bi-emoji-frown-fill::before{content:\"\\f31c\"}.bi-emoji-frown::before{content:\"\\f31d\"}.bi-emoji-heart-eyes-fill::before{content:\"\\f31e\"}.bi-emoji-heart-eyes::before{content:\"\\f31f\"}.bi-emoji-laughing-fill::before{content:\"\\f320\"}.bi-emoji-laughing::before{content:\"\\f321\"}.bi-emoji-neutral-fill::before{content:\"\\f322\"}.bi-emoji-neutral::before{content:\"\\f323\"}.bi-emoji-smile-fill::before{content:\"\\f324\"}.bi-emoji-smile-upside-down-fill::before{content:\"\\f325\"}.bi-emoji-smile-upside-down::before{content:\"\\f326\"}.bi-emoji-smile::before{content:\"\\f327\"}.bi-emoji-sunglasses-fill::before{content:\"\\f328\"}.bi-emoji-sunglasses::before{content:\"\\f329\"}.bi-emoji-wink-fill::before{content:\"\\f32a\"}.bi-emoji-wink::before{content:\"\\f32b\"}.bi-envelope-fill::before{content:\"\\f32c\"}.bi-envelope-open-fill::before{content:\"\\f32d\"}.bi-envelope-open::before{content:\"\\f32e\"}.bi-envelope::before{content:\"\\f32f\"}.bi-eraser-fill::before{content:\"\\f330\"}.bi-eraser::before{content:\"\\f331\"}.bi-exclamation-circle-fill::before{content:\"\\f332\"}.bi-exclamation-circle::before{content:\"\\f333\"}.bi-exclamation-diamond-fill::before{content:\"\\f334\"}.bi-exclamation-diamond::before{content:\"\\f335\"}.bi-exclamation-octagon-fill::before{content:\"\\f336\"}.bi-exclamation-octagon::before{content:\"\\f337\"}.bi-exclamation-square-fill::before{content:\"\\f338\"}.bi-exclamation-square::before{content:\"\\f339\"}.bi-exclamation-triangle-fill::before{content:\"\\f33a\"}.bi-exclamation-triangle::before{content:\"\\f33b\"}.bi-exclamation::before{content:\"\\f33c\"}.bi-exclude::before{content:\"\\f33d\"}.bi-eye-fill::before{content:\"\\f33e\"}.bi-eye-slash-fill::before{content:\"\\f33f\"}.bi-eye-slash::before{content:\"\\f340\"}.bi-eye::before{content:\"\\f341\"}.bi-eyedropper::before{content:\"\\f342\"}.bi-eyeglasses::before{content:\"\\f343\"}.bi-facebook::before{content:\"\\f344\"}.bi-file-arrow-down-fill::before{content:\"\\f345\"}.bi-file-arrow-down::before{content:\"\\f346\"}.bi-file-arrow-up-fill::before{content:\"\\f347\"}.bi-file-arrow-up::before{content:\"\\f348\"}.bi-file-bar-graph-fill::before{content:\"\\f349\"}.bi-file-bar-graph::before{content:\"\\f34a\"}.bi-file-binary-fill::before{content:\"\\f34b\"}.bi-file-binary::before{content:\"\\f34c\"}.bi-file-break-fill::before{content:\"\\f34d\"}.bi-file-break::before{content:\"\\f34e\"}.bi-file-check-fill::before{content:\"\\f34f\"}.bi-file-check::before{content:\"\\f350\"}.bi-file-code-fill::before{content:\"\\f351\"}.bi-file-code::before{content:\"\\f352\"}.bi-file-diff-fill::before{content:\"\\f353\"}.bi-file-diff::before{content:\"\\f354\"}.bi-file-earmark-arrow-down-fill::before{content:\"\\f355\"}.bi-file-earmark-arrow-down::before{content:\"\\f356\"}.bi-file-earmark-arrow-up-fill::before{content:\"\\f357\"}.bi-file-earmark-arrow-up::before{content:\"\\f358\"}.bi-file-earmark-bar-graph-fill::before{content:\"\\f359\"}.bi-file-earmark-bar-graph::before{content:\"\\f35a\"}.bi-file-earmark-binary-fill::before{content:\"\\f35b\"}.bi-file-earmark-binary::before{content:\"\\f35c\"}.bi-file-earmark-break-fill::before{content:\"\\f35d\"}.bi-file-earmark-break::before{content:\"\\f35e\"}.bi-file-earmark-check-fill::before{content:\"\\f35f\"}.bi-file-earmark-check::before{content:\"\\f360\"}.bi-file-earmark-code-fill::before{content:\"\\f361\"}.bi-file-earmark-code::before{content:\"\\f362\"}.bi-file-earmark-diff-fill::before{content:\"\\f363\"}.bi-file-earmark-diff::before{content:\"\\f364\"}.bi-file-earmark-easel-fill::before{content:\"\\f365\"}.bi-file-earmark-easel::before{content:\"\\f366\"}.bi-file-earmark-excel-fill::before{content:\"\\f367\"}.bi-file-earmark-excel::before{content:\"\\f368\"}.bi-file-earmark-fill::before{content:\"\\f369\"}.bi-file-earmark-font-fill::before{content:\"\\f36a\"}.bi-file-earmark-font::before{content:\"\\f36b\"}.bi-file-earmark-image-fill::before{content:\"\\f36c\"}.bi-file-earmark-image::before{content:\"\\f36d\"}.bi-file-earmark-lock-fill::before{content:\"\\f36e\"}.bi-file-earmark-lock::before{content:\"\\f36f\"}.bi-file-earmark-lock2-fill::before{content:\"\\f370\"}.bi-file-earmark-lock2::before{content:\"\\f371\"}.bi-file-earmark-medical-fill::before{content:\"\\f372\"}.bi-file-earmark-medical::before{content:\"\\f373\"}.bi-file-earmark-minus-fill::before{content:\"\\f374\"}.bi-file-earmark-minus::before{content:\"\\f375\"}.bi-file-earmark-music-fill::before{content:\"\\f376\"}.bi-file-earmark-music::before{content:\"\\f377\"}.bi-file-earmark-person-fill::before{content:\"\\f378\"}.bi-file-earmark-person::before{content:\"\\f379\"}.bi-file-earmark-play-fill::before{content:\"\\f37a\"}.bi-file-earmark-play::before{content:\"\\f37b\"}.bi-file-earmark-plus-fill::before{content:\"\\f37c\"}.bi-file-earmark-plus::before{content:\"\\f37d\"}.bi-file-earmark-post-fill::before{content:\"\\f37e\"}.bi-file-earmark-post::before{content:\"\\f37f\"}.bi-file-earmark-ppt-fill::before{content:\"\\f380\"}.bi-file-earmark-ppt::before{content:\"\\f381\"}.bi-file-earmark-richtext-fill::before{content:\"\\f382\"}.bi-file-earmark-richtext::before{content:\"\\f383\"}.bi-file-earmark-ruled-fill::before{content:\"\\f384\"}.bi-file-earmark-ruled::before{content:\"\\f385\"}.bi-file-earmark-slides-fill::before{content:\"\\f386\"}.bi-file-earmark-slides::before{content:\"\\f387\"}.bi-file-earmark-spreadsheet-fill::before{content:\"\\f388\"}.bi-file-earmark-spreadsheet::before{content:\"\\f389\"}.bi-file-earmark-text-fill::before{content:\"\\f38a\"}.bi-file-earmark-text::before{content:\"\\f38b\"}.bi-file-earmark-word-fill::before{content:\"\\f38c\"}.bi-file-earmark-word::before{content:\"\\f38d\"}.bi-file-earmark-x-fill::before{content:\"\\f38e\"}.bi-file-earmark-x::before{content:\"\\f38f\"}.bi-file-earmark-zip-fill::before{content:\"\\f390\"}.bi-file-earmark-zip::before{content:\"\\f391\"}.bi-file-earmark::before{content:\"\\f392\"}.bi-file-easel-fill::before{content:\"\\f393\"}.bi-file-easel::before{content:\"\\f394\"}.bi-file-excel-fill::before{content:\"\\f395\"}.bi-file-excel::before{content:\"\\f396\"}.bi-file-fill::before{content:\"\\f397\"}.bi-file-font-fill::before{content:\"\\f398\"}.bi-file-font::before{content:\"\\f399\"}.bi-file-image-fill::before{content:\"\\f39a\"}.bi-file-image::before{content:\"\\f39b\"}.bi-file-lock-fill::before{content:\"\\f39c\"}.bi-file-lock::before{content:\"\\f39d\"}.bi-file-lock2-fill::before{content:\"\\f39e\"}.bi-file-lock2::before{content:\"\\f39f\"}.bi-file-medical-fill::before{content:\"\\f3a0\"}.bi-file-medical::before{content:\"\\f3a1\"}.bi-file-minus-fill::before{content:\"\\f3a2\"}.bi-file-minus::before{content:\"\\f3a3\"}.bi-file-music-fill::before{content:\"\\f3a4\"}.bi-file-music::before{content:\"\\f3a5\"}.bi-file-person-fill::before{content:\"\\f3a6\"}.bi-file-person::before{content:\"\\f3a7\"}.bi-file-play-fill::before{content:\"\\f3a8\"}.bi-file-play::before{content:\"\\f3a9\"}.bi-file-plus-fill::before{content:\"\\f3aa\"}.bi-file-plus::before{content:\"\\f3ab\"}.bi-file-post-fill::before{content:\"\\f3ac\"}.bi-file-post::before{content:\"\\f3ad\"}.bi-file-ppt-fill::before{content:\"\\f3ae\"}.bi-file-ppt::before{content:\"\\f3af\"}.bi-file-richtext-fill::before{content:\"\\f3b0\"}.bi-file-richtext::before{content:\"\\f3b1\"}.bi-file-ruled-fill::before{content:\"\\f3b2\"}.bi-file-ruled::before{content:\"\\f3b3\"}.bi-file-slides-fill::before{content:\"\\f3b4\"}.bi-file-slides::before{content:\"\\f3b5\"}.bi-file-spreadsheet-fill::before{content:\"\\f3b6\"}.bi-file-spreadsheet::before{content:\"\\f3b7\"}.bi-file-text-fill::before{content:\"\\f3b8\"}.bi-file-text::before{content:\"\\f3b9\"}.bi-file-word-fill::before{content:\"\\f3ba\"}.bi-file-word::before{content:\"\\f3bb\"}.bi-file-x-fill::before{content:\"\\f3bc\"}.bi-file-x::before{content:\"\\f3bd\"}.bi-file-zip-fill::before{content:\"\\f3be\"}.bi-file-zip::before{content:\"\\f3bf\"}.bi-file::before{content:\"\\f3c0\"}.bi-files-alt::before{content:\"\\f3c1\"}.bi-files::before{content:\"\\f3c2\"}.bi-film::before{content:\"\\f3c3\"}.bi-filter-circle-fill::before{content:\"\\f3c4\"}.bi-filter-circle::before{content:\"\\f3c5\"}.bi-filter-left::before{content:\"\\f3c6\"}.bi-filter-right::before{content:\"\\f3c7\"}.bi-filter-square-fill::before{content:\"\\f3c8\"}.bi-filter-square::before{content:\"\\f3c9\"}.bi-filter::before{content:\"\\f3ca\"}.bi-flag-fill::before{content:\"\\f3cb\"}.bi-flag::before{content:\"\\f3cc\"}.bi-flower1::before{content:\"\\f3cd\"}.bi-flower2::before{content:\"\\f3ce\"}.bi-flower3::before{content:\"\\f3cf\"}.bi-folder-check::before{content:\"\\f3d0\"}.bi-folder-fill::before{content:\"\\f3d1\"}.bi-folder-minus::before{content:\"\\f3d2\"}.bi-folder-plus::before{content:\"\\f3d3\"}.bi-folder-symlink-fill::before{content:\"\\f3d4\"}.bi-folder-symlink::before{content:\"\\f3d5\"}.bi-folder-x::before{content:\"\\f3d6\"}.bi-folder::before{content:\"\\f3d7\"}.bi-folder2-open::before{content:\"\\f3d8\"}.bi-folder2::before{content:\"\\f3d9\"}.bi-fonts::before{content:\"\\f3da\"}.bi-forward-fill::before{content:\"\\f3db\"}.bi-forward::before{content:\"\\f3dc\"}.bi-front::before{content:\"\\f3dd\"}.bi-fullscreen-exit::before{content:\"\\f3de\"}.bi-fullscreen::before{content:\"\\f3df\"}.bi-funnel-fill::before{content:\"\\f3e0\"}.bi-funnel::before{content:\"\\f3e1\"}.bi-gear-fill::before{content:\"\\f3e2\"}.bi-gear-wide-connected::before{content:\"\\f3e3\"}.bi-gear-wide::before{content:\"\\f3e4\"}.bi-gear::before{content:\"\\f3e5\"}.bi-gem::before{content:\"\\f3e6\"}.bi-geo-alt-fill::before{content:\"\\f3e7\"}.bi-geo-alt::before{content:\"\\f3e8\"}.bi-geo-fill::before{content:\"\\f3e9\"}.bi-geo::before{content:\"\\f3ea\"}.bi-gift-fill::before{content:\"\\f3eb\"}.bi-gift::before{content:\"\\f3ec\"}.bi-github::before{content:\"\\f3ed\"}.bi-globe::before{content:\"\\f3ee\"}.bi-globe2::before{content:\"\\f3ef\"}.bi-google::before{content:\"\\f3f0\"}.bi-graph-down::before{content:\"\\f3f1\"}.bi-graph-up::before{content:\"\\f3f2\"}.bi-grid-1x2-fill::before{content:\"\\f3f3\"}.bi-grid-1x2::before{content:\"\\f3f4\"}.bi-grid-3x2-gap-fill::before{content:\"\\f3f5\"}.bi-grid-3x2-gap::before{content:\"\\f3f6\"}.bi-grid-3x2::before{content:\"\\f3f7\"}.bi-grid-3x3-gap-fill::before{content:\"\\f3f8\"}.bi-grid-3x3-gap::before{content:\"\\f3f9\"}.bi-grid-3x3::before{content:\"\\f3fa\"}.bi-grid-fill::before{content:\"\\f3fb\"}.bi-grid::before{content:\"\\f3fc\"}.bi-grip-horizontal::before{content:\"\\f3fd\"}.bi-grip-vertical::before{content:\"\\f3fe\"}.bi-hammer::before{content:\"\\f3ff\"}.bi-hand-index-fill::before{content:\"\\f400\"}.bi-hand-index-thumb-fill::before{content:\"\\f401\"}.bi-hand-index-thumb::before{content:\"\\f402\"}.bi-hand-index::before{content:\"\\f403\"}.bi-hand-thumbs-down-fill::before{content:\"\\f404\"}.bi-hand-thumbs-down::before{content:\"\\f405\"}.bi-hand-thumbs-up-fill::before{content:\"\\f406\"}.bi-hand-thumbs-up::before{content:\"\\f407\"}.bi-handbag-fill::before{content:\"\\f408\"}.bi-handbag::before{content:\"\\f409\"}.bi-hash::before{content:\"\\f40a\"}.bi-hdd-fill::before{content:\"\\f40b\"}.bi-hdd-network-fill::before{content:\"\\f40c\"}.bi-hdd-network::before{content:\"\\f40d\"}.bi-hdd-rack-fill::before{content:\"\\f40e\"}.bi-hdd-rack::before{content:\"\\f40f\"}.bi-hdd-stack-fill::before{content:\"\\f410\"}.bi-hdd-stack::before{content:\"\\f411\"}.bi-hdd::before{content:\"\\f412\"}.bi-headphones::before{content:\"\\f413\"}.bi-headset::before{content:\"\\f414\"}.bi-heart-fill::before{content:\"\\f415\"}.bi-heart-half::before{content:\"\\f416\"}.bi-heart::before{content:\"\\f417\"}.bi-heptagon-fill::before{content:\"\\f418\"}.bi-heptagon-half::before{content:\"\\f419\"}.bi-heptagon::before{content:\"\\f41a\"}.bi-hexagon-fill::before{content:\"\\f41b\"}.bi-hexagon-half::before{content:\"\\f41c\"}.bi-hexagon::before{content:\"\\f41d\"}.bi-hourglass-bottom::before{content:\"\\f41e\"}.bi-hourglass-split::before{content:\"\\f41f\"}.bi-hourglass-top::before{content:\"\\f420\"}.bi-hourglass::before{content:\"\\f421\"}.bi-house-door-fill::before{content:\"\\f422\"}.bi-house-door::before{content:\"\\f423\"}.bi-house-fill::before{content:\"\\f424\"}.bi-house::before{content:\"\\f425\"}.bi-hr::before{content:\"\\f426\"}.bi-hurricane::before{content:\"\\f427\"}.bi-image-alt::before{content:\"\\f428\"}.bi-image-fill::before{content:\"\\f429\"}.bi-image::before{content:\"\\f42a\"}.bi-images::before{content:\"\\f42b\"}.bi-inbox-fill::before{content:\"\\f42c\"}.bi-inbox::before{content:\"\\f42d\"}.bi-inboxes-fill::before{content:\"\\f42e\"}.bi-inboxes::before{content:\"\\f42f\"}.bi-info-circle-fill::before{content:\"\\f430\"}.bi-info-circle::before{content:\"\\f431\"}.bi-info-square-fill::before{content:\"\\f432\"}.bi-info-square::before{content:\"\\f433\"}.bi-info::before{content:\"\\f434\"}.bi-input-cursor-text::before{content:\"\\f435\"}.bi-input-cursor::before{content:\"\\f436\"}.bi-instagram::before{content:\"\\f437\"}.bi-intersect::before{content:\"\\f438\"}.bi-journal-album::before{content:\"\\f439\"}.bi-journal-arrow-down::before{content:\"\\f43a\"}.bi-journal-arrow-up::before{content:\"\\f43b\"}.bi-journal-bookmark-fill::before{content:\"\\f43c\"}.bi-journal-bookmark::before{content:\"\\f43d\"}.bi-journal-check::before{content:\"\\f43e\"}.bi-journal-code::before{content:\"\\f43f\"}.bi-journal-medical::before{content:\"\\f440\"}.bi-journal-minus::before{content:\"\\f441\"}.bi-journal-plus::before{content:\"\\f442\"}.bi-journal-richtext::before{content:\"\\f443\"}.bi-journal-text::before{content:\"\\f444\"}.bi-journal-x::before{content:\"\\f445\"}.bi-journal::before{content:\"\\f446\"}.bi-journals::before{content:\"\\f447\"}.bi-joystick::before{content:\"\\f448\"}.bi-justify-left::before{content:\"\\f449\"}.bi-justify-right::before{content:\"\\f44a\"}.bi-justify::before{content:\"\\f44b\"}.bi-kanban-fill::before{content:\"\\f44c\"}.bi-kanban::before{content:\"\\f44d\"}.bi-key-fill::before{content:\"\\f44e\"}.bi-key::before{content:\"\\f44f\"}.bi-keyboard-fill::before{content:\"\\f450\"}.bi-keyboard::before{content:\"\\f451\"}.bi-ladder::before{content:\"\\f452\"}.bi-lamp-fill::before{content:\"\\f453\"}.bi-lamp::before{content:\"\\f454\"}.bi-laptop-fill::before{content:\"\\f455\"}.bi-laptop::before{content:\"\\f456\"}.bi-layer-backward::before{content:\"\\f457\"}.bi-layer-forward::before{content:\"\\f458\"}.bi-layers-fill::before{content:\"\\f459\"}.bi-layers-half::before{content:\"\\f45a\"}.bi-layers::before{content:\"\\f45b\"}.bi-layout-sidebar-inset-reverse::before{content:\"\\f45c\"}.bi-layout-sidebar-inset::before{content:\"\\f45d\"}.bi-layout-sidebar-reverse::before{content:\"\\f45e\"}.bi-layout-sidebar::before{content:\"\\f45f\"}.bi-layout-split::before{content:\"\\f460\"}.bi-layout-text-sidebar-reverse::before{content:\"\\f461\"}.bi-layout-text-sidebar::before{content:\"\\f462\"}.bi-layout-text-window-reverse::before{content:\"\\f463\"}.bi-layout-text-window::before{content:\"\\f464\"}.bi-layout-three-columns::before{content:\"\\f465\"}.bi-layout-wtf::before{content:\"\\f466\"}.bi-life-preserver::before{content:\"\\f467\"}.bi-lightbulb-fill::before{content:\"\\f468\"}.bi-lightbulb-off-fill::before{content:\"\\f469\"}.bi-lightbulb-off::before{content:\"\\f46a\"}.bi-lightbulb::before{content:\"\\f46b\"}.bi-lightning-charge-fill::before{content:\"\\f46c\"}.bi-lightning-charge::before{content:\"\\f46d\"}.bi-lightning-fill::before{content:\"\\f46e\"}.bi-lightning::before{content:\"\\f46f\"}.bi-link-45deg::before{content:\"\\f470\"}.bi-link::before{content:\"\\f471\"}.bi-linkedin::before{content:\"\\f472\"}.bi-list-check::before{content:\"\\f473\"}.bi-list-nested::before{content:\"\\f474\"}.bi-list-ol::before{content:\"\\f475\"}.bi-list-stars::before{content:\"\\f476\"}.bi-list-task::before{content:\"\\f477\"}.bi-list-ul::before{content:\"\\f478\"}.bi-list::before{content:\"\\f479\"}.bi-lock-fill::before{content:\"\\f47a\"}.bi-lock::before{content:\"\\f47b\"}.bi-mailbox::before{content:\"\\f47c\"}.bi-mailbox2::before{content:\"\\f47d\"}.bi-map-fill::before{content:\"\\f47e\"}.bi-map::before{content:\"\\f47f\"}.bi-markdown-fill::before{content:\"\\f480\"}.bi-markdown::before{content:\"\\f481\"}.bi-mask::before{content:\"\\f482\"}.bi-megaphone-fill::before{content:\"\\f483\"}.bi-megaphone::before{content:\"\\f484\"}.bi-menu-app-fill::before{content:\"\\f485\"}.bi-menu-app::before{content:\"\\f486\"}.bi-menu-button-fill::before{content:\"\\f487\"}.bi-menu-button-wide-fill::before{content:\"\\f488\"}.bi-menu-button-wide::before{content:\"\\f489\"}.bi-menu-button::before{content:\"\\f48a\"}.bi-menu-down::before{content:\"\\f48b\"}.bi-menu-up::before{content:\"\\f48c\"}.bi-mic-fill::before{content:\"\\f48d\"}.bi-mic-mute-fill::before{content:\"\\f48e\"}.bi-mic-mute::before{content:\"\\f48f\"}.bi-mic::before{content:\"\\f490\"}.bi-minecart-loaded::before{content:\"\\f491\"}.bi-minecart::before{content:\"\\f492\"}.bi-moisture::before{content:\"\\f493\"}.bi-moon-fill::before{content:\"\\f494\"}.bi-moon-stars-fill::before{content:\"\\f495\"}.bi-moon-stars::before{content:\"\\f496\"}.bi-moon::before{content:\"\\f497\"}.bi-mouse-fill::before{content:\"\\f498\"}.bi-mouse::before{content:\"\\f499\"}.bi-mouse2-fill::before{content:\"\\f49a\"}.bi-mouse2::before{content:\"\\f49b\"}.bi-mouse3-fill::before{content:\"\\f49c\"}.bi-mouse3::before{content:\"\\f49d\"}.bi-music-note-beamed::before{content:\"\\f49e\"}.bi-music-note-list::before{content:\"\\f49f\"}.bi-music-note::before{content:\"\\f4a0\"}.bi-music-player-fill::before{content:\"\\f4a1\"}.bi-music-player::before{content:\"\\f4a2\"}.bi-newspaper::before{content:\"\\f4a3\"}.bi-node-minus-fill::before{content:\"\\f4a4\"}.bi-node-minus::before{content:\"\\f4a5\"}.bi-node-plus-fill::before{content:\"\\f4a6\"}.bi-node-plus::before{content:\"\\f4a7\"}.bi-nut-fill::before{content:\"\\f4a8\"}.bi-nut::before{content:\"\\f4a9\"}.bi-octagon-fill::before{content:\"\\f4aa\"}.bi-octagon-half::before{content:\"\\f4ab\"}.bi-octagon::before{content:\"\\f4ac\"}.bi-option::before{content:\"\\f4ad\"}.bi-outlet::before{content:\"\\f4ae\"}.bi-paint-bucket::before{content:\"\\f4af\"}.bi-palette-fill::before{content:\"\\f4b0\"}.bi-palette::before{content:\"\\f4b1\"}.bi-palette2::before{content:\"\\f4b2\"}.bi-paperclip::before{content:\"\\f4b3\"}.bi-paragraph::before{content:\"\\f4b4\"}.bi-patch-check-fill::before{content:\"\\f4b5\"}.bi-patch-check::before{content:\"\\f4b6\"}.bi-patch-exclamation-fill::before{content:\"\\f4b7\"}.bi-patch-exclamation::before{content:\"\\f4b8\"}.bi-patch-minus-fill::before{content:\"\\f4b9\"}.bi-patch-minus::before{content:\"\\f4ba\"}.bi-patch-plus-fill::before{content:\"\\f4bb\"}.bi-patch-plus::before{content:\"\\f4bc\"}.bi-patch-question-fill::before{content:\"\\f4bd\"}.bi-patch-question::before{content:\"\\f4be\"}.bi-pause-btn-fill::before{content:\"\\f4bf\"}.bi-pause-btn::before{content:\"\\f4c0\"}.bi-pause-circle-fill::before{content:\"\\f4c1\"}.bi-pause-circle::before{content:\"\\f4c2\"}.bi-pause-fill::before{content:\"\\f4c3\"}.bi-pause::before{content:\"\\f4c4\"}.bi-peace-fill::before{content:\"\\f4c5\"}.bi-peace::before{content:\"\\f4c6\"}.bi-pen-fill::before{content:\"\\f4c7\"}.bi-pen::before{content:\"\\f4c8\"}.bi-pencil-fill::before{content:\"\\f4c9\"}.bi-pencil-square::before{content:\"\\f4ca\"}.bi-pencil::before{content:\"\\f4cb\"}.bi-pentagon-fill::before{content:\"\\f4cc\"}.bi-pentagon-half::before{content:\"\\f4cd\"}.bi-pentagon::before{content:\"\\f4ce\"}.bi-people-fill::before{content:\"\\f4cf\"}.bi-people::before{content:\"\\f4d0\"}.bi-percent::before{content:\"\\f4d1\"}.bi-person-badge-fill::before{content:\"\\f4d2\"}.bi-person-badge::before{content:\"\\f4d3\"}.bi-person-bounding-box::before{content:\"\\f4d4\"}.bi-person-check-fill::before{content:\"\\f4d5\"}.bi-person-check::before{content:\"\\f4d6\"}.bi-person-circle::before{content:\"\\f4d7\"}.bi-person-dash-fill::before{content:\"\\f4d8\"}.bi-person-dash::before{content:\"\\f4d9\"}.bi-person-fill::before{content:\"\\f4da\"}.bi-person-lines-fill::before{content:\"\\f4db\"}.bi-person-plus-fill::before{content:\"\\f4dc\"}.bi-person-plus::before{content:\"\\f4dd\"}.bi-person-square::before{content:\"\\f4de\"}.bi-person-x-fill::before{content:\"\\f4df\"}.bi-person-x::before{content:\"\\f4e0\"}.bi-person::before{content:\"\\f4e1\"}.bi-phone-fill::before{content:\"\\f4e2\"}.bi-phone-landscape-fill::before{content:\"\\f4e3\"}.bi-phone-landscape::before{content:\"\\f4e4\"}.bi-phone-vibrate-fill::before{content:\"\\f4e5\"}.bi-phone-vibrate::before{content:\"\\f4e6\"}.bi-phone::before{content:\"\\f4e7\"}.bi-pie-chart-fill::before{content:\"\\f4e8\"}.bi-pie-chart::before{content:\"\\f4e9\"}.bi-pin-angle-fill::before{content:\"\\f4ea\"}.bi-pin-angle::before{content:\"\\f4eb\"}.bi-pin-fill::before{content:\"\\f4ec\"}.bi-pin::before{content:\"\\f4ed\"}.bi-pip-fill::before{content:\"\\f4ee\"}.bi-pip::before{content:\"\\f4ef\"}.bi-play-btn-fill::before{content:\"\\f4f0\"}.bi-play-btn::before{content:\"\\f4f1\"}.bi-play-circle-fill::before{content:\"\\f4f2\"}.bi-play-circle::before{content:\"\\f4f3\"}.bi-play-fill::before{content:\"\\f4f4\"}.bi-play::before{content:\"\\f4f5\"}.bi-plug-fill::before{content:\"\\f4f6\"}.bi-plug::before{content:\"\\f4f7\"}.bi-plus-circle-dotted::before{content:\"\\f4f8\"}.bi-plus-circle-fill::before{content:\"\\f4f9\"}.bi-plus-circle::before{content:\"\\f4fa\"}.bi-plus-square-dotted::before{content:\"\\f4fb\"}.bi-plus-square-fill::before{content:\"\\f4fc\"}.bi-plus-square::before{content:\"\\f4fd\"}.bi-plus::before{content:\"\\f4fe\"}.bi-power::before{content:\"\\f4ff\"}.bi-printer-fill::before{content:\"\\f500\"}.bi-printer::before{content:\"\\f501\"}.bi-puzzle-fill::before{content:\"\\f502\"}.bi-puzzle::before{content:\"\\f503\"}.bi-question-circle-fill::before{content:\"\\f504\"}.bi-question-circle::before{content:\"\\f505\"}.bi-question-diamond-fill::before{content:\"\\f506\"}.bi-question-diamond::before{content:\"\\f507\"}.bi-question-octagon-fill::before{content:\"\\f508\"}.bi-question-octagon::before{content:\"\\f509\"}.bi-question-square-fill::before{content:\"\\f50a\"}.bi-question-square::before{content:\"\\f50b\"}.bi-question::before{content:\"\\f50c\"}.bi-rainbow::before{content:\"\\f50d\"}.bi-receipt-cutoff::before{content:\"\\f50e\"}.bi-receipt::before{content:\"\\f50f\"}.bi-reception-0::before{content:\"\\f510\"}.bi-reception-1::before{content:\"\\f511\"}.bi-reception-2::before{content:\"\\f512\"}.bi-reception-3::before{content:\"\\f513\"}.bi-reception-4::before{content:\"\\f514\"}.bi-record-btn-fill::before{content:\"\\f515\"}.bi-record-btn::before{content:\"\\f516\"}.bi-record-circle-fill::before{content:\"\\f517\"}.bi-record-circle::before{content:\"\\f518\"}.bi-record-fill::before{content:\"\\f519\"}.bi-record::before{content:\"\\f51a\"}.bi-record2-fill::before{content:\"\\f51b\"}.bi-record2::before{content:\"\\f51c\"}.bi-reply-all-fill::before{content:\"\\f51d\"}.bi-reply-all::before{content:\"\\f51e\"}.bi-reply-fill::before{content:\"\\f51f\"}.bi-reply::before{content:\"\\f520\"}.bi-rss-fill::before{content:\"\\f521\"}.bi-rss::before{content:\"\\f522\"}.bi-rulers::before{content:\"\\f523\"}.bi-save-fill::before{content:\"\\f524\"}.bi-save::before{content:\"\\f525\"}.bi-save2-fill::before{content:\"\\f526\"}.bi-save2::before{content:\"\\f527\"}.bi-scissors::before{content:\"\\f528\"}.bi-screwdriver::before{content:\"\\f529\"}.bi-search::before{content:\"\\f52a\"}.bi-segmented-nav::before{content:\"\\f52b\"}.bi-server::before{content:\"\\f52c\"}.bi-share-fill::before{content:\"\\f52d\"}.bi-share::before{content:\"\\f52e\"}.bi-shield-check::before{content:\"\\f52f\"}.bi-shield-exclamation::before{content:\"\\f530\"}.bi-shield-fill-check::before{content:\"\\f531\"}.bi-shield-fill-exclamation::before{content:\"\\f532\"}.bi-shield-fill-minus::before{content:\"\\f533\"}.bi-shield-fill-plus::before{content:\"\\f534\"}.bi-shield-fill-x::before{content:\"\\f535\"}.bi-shield-fill::before{content:\"\\f536\"}.bi-shield-lock-fill::before{content:\"\\f537\"}.bi-shield-lock::before{content:\"\\f538\"}.bi-shield-minus::before{content:\"\\f539\"}.bi-shield-plus::before{content:\"\\f53a\"}.bi-shield-shaded::before{content:\"\\f53b\"}.bi-shield-slash-fill::before{content:\"\\f53c\"}.bi-shield-slash::before{content:\"\\f53d\"}.bi-shield-x::before{content:\"\\f53e\"}.bi-shield::before{content:\"\\f53f\"}.bi-shift-fill::before{content:\"\\f540\"}.bi-shift::before{content:\"\\f541\"}.bi-shop-window::before{content:\"\\f542\"}.bi-shop::before{content:\"\\f543\"}.bi-shuffle::before{content:\"\\f544\"}.bi-signpost-2-fill::before{content:\"\\f545\"}.bi-signpost-2::before{content:\"\\f546\"}.bi-signpost-fill::before{content:\"\\f547\"}.bi-signpost-split-fill::before{content:\"\\f548\"}.bi-signpost-split::before{content:\"\\f549\"}.bi-signpost::before{content:\"\\f54a\"}.bi-sim-fill::before{content:\"\\f54b\"}.bi-sim::before{content:\"\\f54c\"}.bi-skip-backward-btn-fill::before{content:\"\\f54d\"}.bi-skip-backward-btn::before{content:\"\\f54e\"}.bi-skip-backward-circle-fill::before{content:\"\\f54f\"}.bi-skip-backward-circle::before{content:\"\\f550\"}.bi-skip-backward-fill::before{content:\"\\f551\"}.bi-skip-backward::before{content:\"\\f552\"}.bi-skip-end-btn-fill::before{content:\"\\f553\"}.bi-skip-end-btn::before{content:\"\\f554\"}.bi-skip-end-circle-fill::before{content:\"\\f555\"}.bi-skip-end-circle::before{content:\"\\f556\"}.bi-skip-end-fill::before{content:\"\\f557\"}.bi-skip-end::before{content:\"\\f558\"}.bi-skip-forward-btn-fill::before{content:\"\\f559\"}.bi-skip-forward-btn::before{content:\"\\f55a\"}.bi-skip-forward-circle-fill::before{content:\"\\f55b\"}.bi-skip-forward-circle::before{content:\"\\f55c\"}.bi-skip-forward-fill::before{content:\"\\f55d\"}.bi-skip-forward::before{content:\"\\f55e\"}.bi-skip-start-btn-fill::before{content:\"\\f55f\"}.bi-skip-start-btn::before{content:\"\\f560\"}.bi-skip-start-circle-fill::before{content:\"\\f561\"}.bi-skip-start-circle::before{content:\"\\f562\"}.bi-skip-start-fill::before{content:\"\\f563\"}.bi-skip-start::before{content:\"\\f564\"}.bi-slack::before{content:\"\\f565\"}.bi-slash-circle-fill::before{content:\"\\f566\"}.bi-slash-circle::before{content:\"\\f567\"}.bi-slash-square-fill::before{content:\"\\f568\"}.bi-slash-square::before{content:\"\\f569\"}.bi-slash::before{content:\"\\f56a\"}.bi-sliders::before{content:\"\\f56b\"}.bi-smartwatch::before{content:\"\\f56c\"}.bi-snow::before{content:\"\\f56d\"}.bi-snow2::before{content:\"\\f56e\"}.bi-snow3::before{content:\"\\f56f\"}.bi-sort-alpha-down-alt::before{content:\"\\f570\"}.bi-sort-alpha-down::before{content:\"\\f571\"}.bi-sort-alpha-up-alt::before{content:\"\\f572\"}.bi-sort-alpha-up::before{content:\"\\f573\"}.bi-sort-down-alt::before{content:\"\\f574\"}.bi-sort-down::before{content:\"\\f575\"}.bi-sort-numeric-down-alt::before{content:\"\\f576\"}.bi-sort-numeric-down::before{content:\"\\f577\"}.bi-sort-numeric-up-alt::before{content:\"\\f578\"}.bi-sort-numeric-up::before{content:\"\\f579\"}.bi-sort-up-alt::before{content:\"\\f57a\"}.bi-sort-up::before{content:\"\\f57b\"}.bi-soundwave::before{content:\"\\f57c\"}.bi-speaker-fill::before{content:\"\\f57d\"}.bi-speaker::before{content:\"\\f57e\"}.bi-speedometer::before{content:\"\\f57f\"}.bi-speedometer2::before{content:\"\\f580\"}.bi-spellcheck::before{content:\"\\f581\"}.bi-square-fill::before{content:\"\\f582\"}.bi-square-half::before{content:\"\\f583\"}.bi-square::before{content:\"\\f584\"}.bi-stack::before{content:\"\\f585\"}.bi-star-fill::before{content:\"\\f586\"}.bi-star-half::before{content:\"\\f587\"}.bi-star::before{content:\"\\f588\"}.bi-stars::before{content:\"\\f589\"}.bi-stickies-fill::before{content:\"\\f58a\"}.bi-stickies::before{content:\"\\f58b\"}.bi-sticky-fill::before{content:\"\\f58c\"}.bi-sticky::before{content:\"\\f58d\"}.bi-stop-btn-fill::before{content:\"\\f58e\"}.bi-stop-btn::before{content:\"\\f58f\"}.bi-stop-circle-fill::before{content:\"\\f590\"}.bi-stop-circle::before{content:\"\\f591\"}.bi-stop-fill::before{content:\"\\f592\"}.bi-stop::before{content:\"\\f593\"}.bi-stoplights-fill::before{content:\"\\f594\"}.bi-stoplights::before{content:\"\\f595\"}.bi-stopwatch-fill::before{content:\"\\f596\"}.bi-stopwatch::before{content:\"\\f597\"}.bi-subtract::before{content:\"\\f598\"}.bi-suit-club-fill::before{content:\"\\f599\"}.bi-suit-club::before{content:\"\\f59a\"}.bi-suit-diamond-fill::before{content:\"\\f59b\"}.bi-suit-diamond::before{content:\"\\f59c\"}.bi-suit-heart-fill::before{content:\"\\f59d\"}.bi-suit-heart::before{content:\"\\f59e\"}.bi-suit-spade-fill::before{content:\"\\f59f\"}.bi-suit-spade::before{content:\"\\f5a0\"}.bi-sun-fill::before{content:\"\\f5a1\"}.bi-sun::before{content:\"\\f5a2\"}.bi-sunglasses::before{content:\"\\f5a3\"}.bi-sunrise-fill::before{content:\"\\f5a4\"}.bi-sunrise::before{content:\"\\f5a5\"}.bi-sunset-fill::before{content:\"\\f5a6\"}.bi-sunset::before{content:\"\\f5a7\"}.bi-symmetry-horizontal::before{content:\"\\f5a8\"}.bi-symmetry-vertical::before{content:\"\\f5a9\"}.bi-table::before{content:\"\\f5aa\"}.bi-tablet-fill::before{content:\"\\f5ab\"}.bi-tablet-landscape-fill::before{content:\"\\f5ac\"}.bi-tablet-landscape::before{content:\"\\f5ad\"}.bi-tablet::before{content:\"\\f5ae\"}.bi-tag-fill::before{content:\"\\f5af\"}.bi-tag::before{content:\"\\f5b0\"}.bi-tags-fill::before{content:\"\\f5b1\"}.bi-tags::before{content:\"\\f5b2\"}.bi-telegram::before{content:\"\\f5b3\"}.bi-telephone-fill::before{content:\"\\f5b4\"}.bi-telephone-forward-fill::before{content:\"\\f5b5\"}.bi-telephone-forward::before{content:\"\\f5b6\"}.bi-telephone-inbound-fill::before{content:\"\\f5b7\"}.bi-telephone-inbound::before{content:\"\\f5b8\"}.bi-telephone-minus-fill::before{content:\"\\f5b9\"}.bi-telephone-minus::before{content:\"\\f5ba\"}.bi-telephone-outbound-fill::before{content:\"\\f5bb\"}.bi-telephone-outbound::before{content:\"\\f5bc\"}.bi-telephone-plus-fill::before{content:\"\\f5bd\"}.bi-telephone-plus::before{content:\"\\f5be\"}.bi-telephone-x-fill::before{content:\"\\f5bf\"}.bi-telephone-x::before{content:\"\\f5c0\"}.bi-telephone::before{content:\"\\f5c1\"}.bi-terminal-fill::before{content:\"\\f5c2\"}.bi-terminal::before{content:\"\\f5c3\"}.bi-text-center::before{content:\"\\f5c4\"}.bi-text-indent-left::before{content:\"\\f5c5\"}.bi-text-indent-right::before{content:\"\\f5c6\"}.bi-text-left::before{content:\"\\f5c7\"}.bi-text-paragraph::before{content:\"\\f5c8\"}.bi-text-right::before{content:\"\\f5c9\"}.bi-textarea-resize::before{content:\"\\f5ca\"}.bi-textarea-t::before{content:\"\\f5cb\"}.bi-textarea::before{content:\"\\f5cc\"}.bi-thermometer-half::before{content:\"\\f5cd\"}.bi-thermometer-high::before{content:\"\\f5ce\"}.bi-thermometer-low::before{content:\"\\f5cf\"}.bi-thermometer-snow::before{content:\"\\f5d0\"}.bi-thermometer-sun::before{content:\"\\f5d1\"}.bi-thermometer::before{content:\"\\f5d2\"}.bi-three-dots-vertical::before{content:\"\\f5d3\"}.bi-three-dots::before{content:\"\\f5d4\"}.bi-toggle-off::before{content:\"\\f5d5\"}.bi-toggle-on::before{content:\"\\f5d6\"}.bi-toggle2-off::before{content:\"\\f5d7\"}.bi-toggle2-on::before{content:\"\\f5d8\"}.bi-toggles::before{content:\"\\f5d9\"}.bi-toggles2::before{content:\"\\f5da\"}.bi-tools::before{content:\"\\f5db\"}.bi-tornado::before{content:\"\\f5dc\"}.bi-trash-fill::before{content:\"\\f5dd\"}.bi-trash::before{content:\"\\f5de\"}.bi-trash2-fill::before{content:\"\\f5df\"}.bi-trash2::before{content:\"\\f5e0\"}.bi-tree-fill::before{content:\"\\f5e1\"}.bi-tree::before{content:\"\\f5e2\"}.bi-triangle-fill::before{content:\"\\f5e3\"}.bi-triangle-half::before{content:\"\\f5e4\"}.bi-triangle::before{content:\"\\f5e5\"}.bi-trophy-fill::before{content:\"\\f5e6\"}.bi-trophy::before{content:\"\\f5e7\"}.bi-tropical-storm::before{content:\"\\f5e8\"}.bi-truck-flatbed::before{content:\"\\f5e9\"}.bi-truck::before{content:\"\\f5ea\"}.bi-tsunami::before{content:\"\\f5eb\"}.bi-tv-fill::before{content:\"\\f5ec\"}.bi-tv::before{content:\"\\f5ed\"}.bi-twitch::before{content:\"\\f5ee\"}.bi-twitter::before{content:\"\\f5ef\"}.bi-type-bold::before{content:\"\\f5f0\"}.bi-type-h1::before{content:\"\\f5f1\"}.bi-type-h2::before{content:\"\\f5f2\"}.bi-type-h3::before{content:\"\\f5f3\"}.bi-type-italic::before{content:\"\\f5f4\"}.bi-type-strikethrough::before{content:\"\\f5f5\"}.bi-type-underline::before{content:\"\\f5f6\"}.bi-type::before{content:\"\\f5f7\"}.bi-ui-checks-grid::before{content:\"\\f5f8\"}.bi-ui-checks::before{content:\"\\f5f9\"}.bi-ui-radios-grid::before{content:\"\\f5fa\"}.bi-ui-radios::before{content:\"\\f5fb\"}.bi-umbrella-fill::before{content:\"\\f5fc\"}.bi-umbrella::before{content:\"\\f5fd\"}.bi-union::before{content:\"\\f5fe\"}.bi-unlock-fill::before{content:\"\\f5ff\"}.bi-unlock::before{content:\"\\f600\"}.bi-upc-scan::before{content:\"\\f601\"}.bi-upc::before{content:\"\\f602\"}.bi-upload::before{content:\"\\f603\"}.bi-vector-pen::before{content:\"\\f604\"}.bi-view-list::before{content:\"\\f605\"}.bi-view-stacked::before{content:\"\\f606\"}.bi-vinyl-fill::before{content:\"\\f607\"}.bi-vinyl::before{content:\"\\f608\"}.bi-voicemail::before{content:\"\\f609\"}.bi-volume-down-fill::before{content:\"\\f60a\"}.bi-volume-down::before{content:\"\\f60b\"}.bi-volume-mute-fill::before{content:\"\\f60c\"}.bi-volume-mute::before{content:\"\\f60d\"}.bi-volume-off-fill::before{content:\"\\f60e\"}.bi-volume-off::before{content:\"\\f60f\"}.bi-volume-up-fill::before{content:\"\\f610\"}.bi-volume-up::before{content:\"\\f611\"}.bi-vr::before{content:\"\\f612\"}.bi-wallet-fill::before{content:\"\\f613\"}.bi-wallet::before{content:\"\\f614\"}.bi-wallet2::before{content:\"\\f615\"}.bi-watch::before{content:\"\\f616\"}.bi-water::before{content:\"\\f617\"}.bi-whatsapp::before{content:\"\\f618\"}.bi-wifi-1::before{content:\"\\f619\"}.bi-wifi-2::before{content:\"\\f61a\"}.bi-wifi-off::before{content:\"\\f61b\"}.bi-wifi::before{content:\"\\f61c\"}.bi-wind::before{content:\"\\f61d\"}.bi-window-dock::before{content:\"\\f61e\"}.bi-window-sidebar::before{content:\"\\f61f\"}.bi-window::before{content:\"\\f620\"}.bi-wrench::before{content:\"\\f621\"}.bi-x-circle-fill::before{content:\"\\f622\"}.bi-x-circle::before{content:\"\\f623\"}.bi-x-diamond-fill::before{content:\"\\f624\"}.bi-x-diamond::before{content:\"\\f625\"}.bi-x-octagon-fill::before{content:\"\\f626\"}.bi-x-octagon::before{content:\"\\f627\"}.bi-x-square-fill::before{content:\"\\f628\"}.bi-x-square::before{content:\"\\f629\"}.bi-x::before{content:\"\\f62a\"}.bi-youtube::before{content:\"\\f62b\"}.bi-zoom-in::before{content:\"\\f62c\"}.bi-zoom-out::before{content:\"\\f62d\"}.bi-bank::before{content:\"\\f62e\"}.bi-bank2::before{content:\"\\f62f\"}.bi-bell-slash-fill::before{content:\"\\f630\"}.bi-bell-slash::before{content:\"\\f631\"}.bi-cash-coin::before{content:\"\\f632\"}.bi-check-lg::before{content:\"\\f633\"}.bi-coin::before{content:\"\\f634\"}.bi-currency-bitcoin::before{content:\"\\f635\"}.bi-currency-dollar::before{content:\"\\f636\"}.bi-currency-euro::before{content:\"\\f637\"}.bi-currency-exchange::before{content:\"\\f638\"}.bi-currency-pound::before{content:\"\\f639\"}.bi-currency-yen::before{content:\"\\f63a\"}.bi-dash-lg::before{content:\"\\f63b\"}.bi-exclamation-lg::before{content:\"\\f63c\"}.bi-file-earmark-pdf-fill::before{content:\"\\f63d\"}.bi-file-earmark-pdf::before{content:\"\\f63e\"}.bi-file-pdf-fill::before{content:\"\\f63f\"}.bi-file-pdf::before{content:\"\\f640\"}.bi-gender-ambiguous::before{content:\"\\f641\"}.bi-gender-female::before{content:\"\\f642\"}.bi-gender-male::before{content:\"\\f643\"}.bi-gender-trans::before{content:\"\\f644\"}.bi-headset-vr::before{content:\"\\f645\"}.bi-info-lg::before{content:\"\\f646\"}.bi-mastodon::before{content:\"\\f647\"}.bi-messenger::before{content:\"\\f648\"}.bi-piggy-bank-fill::before{content:\"\\f649\"}.bi-piggy-bank::before{content:\"\\f64a\"}.bi-pin-map-fill::before{content:\"\\f64b\"}.bi-pin-map::before{content:\"\\f64c\"}.bi-plus-lg::before{content:\"\\f64d\"}.bi-question-lg::before{content:\"\\f64e\"}.bi-recycle::before{content:\"\\f64f\"}.bi-reddit::before{content:\"\\f650\"}.bi-safe-fill::before{content:\"\\f651\"}.bi-safe2-fill::before{content:\"\\f652\"}.bi-safe2::before{content:\"\\f653\"}.bi-sd-card-fill::before{content:\"\\f654\"}.bi-sd-card::before{content:\"\\f655\"}.bi-skype::before{content:\"\\f656\"}.bi-slash-lg::before{content:\"\\f657\"}.bi-translate::before{content:\"\\f658\"}.bi-x-lg::before{content:\"\\f659\"}.bi-safe::before{content:\"\\f65a\"}.bi-apple::before{content:\"\\f65b\"}.bi-microsoft::before{content:\"\\f65d\"}.bi-windows::before{content:\"\\f65e\"}.bi-behance::before{content:\"\\f65c\"}.bi-dribbble::before{content:\"\\f65f\"}.bi-line::before{content:\"\\f660\"}.bi-medium::before{content:\"\\f661\"}.bi-paypal::before{content:\"\\f662\"}.bi-pinterest::before{content:\"\\f663\"}.bi-signal::before{content:\"\\f664\"}.bi-snapchat::before{content:\"\\f665\"}.bi-spotify::before{content:\"\\f666\"}.bi-stack-overflow::before{content:\"\\f667\"}.bi-strava::before{content:\"\\f668\"}.bi-wordpress::before{content:\"\\f669\"}.bi-vimeo::before{content:\"\\f66a\"}.bi-activity::before{content:\"\\f66b\"}.bi-easel2-fill::before{content:\"\\f66c\"}.bi-easel2::before{content:\"\\f66d\"}.bi-easel3-fill::before{content:\"\\f66e\"}.bi-easel3::before{content:\"\\f66f\"}.bi-fan::before{content:\"\\f670\"}.bi-fingerprint::before{content:\"\\f671\"}.bi-graph-down-arrow::before{content:\"\\f672\"}.bi-graph-up-arrow::before{content:\"\\f673\"}.bi-hypnotize::before{content:\"\\f674\"}.bi-magic::before{content:\"\\f675\"}.bi-person-rolodex::before{content:\"\\f676\"}.bi-person-video::before{content:\"\\f677\"}.bi-person-video2::before{content:\"\\f678\"}.bi-person-video3::before{content:\"\\f679\"}.bi-person-workspace::before{content:\"\\f67a\"}.bi-radioactive::before{content:\"\\f67b\"}.bi-webcam-fill::before{content:\"\\f67c\"}.bi-webcam::before{content:\"\\f67d\"}.bi-yin-yang::before{content:\"\\f67e\"}.bi-bandaid-fill::before{content:\"\\f680\"}.bi-bandaid::before{content:\"\\f681\"}.bi-bluetooth::before{content:\"\\f682\"}.bi-body-text::before{content:\"\\f683\"}.bi-boombox::before{content:\"\\f684\"}.bi-boxes::before{content:\"\\f685\"}.bi-dpad-fill::before{content:\"\\f686\"}.bi-dpad::before{content:\"\\f687\"}.bi-ear-fill::before{content:\"\\f688\"}.bi-ear::before{content:\"\\f689\"}.bi-envelope-check-fill::before{content:\"\\f68b\"}.bi-envelope-check::before{content:\"\\f68c\"}.bi-envelope-dash-fill::before{content:\"\\f68e\"}.bi-envelope-dash::before{content:\"\\f68f\"}.bi-envelope-exclamation-fill::before{content:\"\\f691\"}.bi-envelope-exclamation::before{content:\"\\f692\"}.bi-envelope-plus-fill::before{content:\"\\f693\"}.bi-envelope-plus::before{content:\"\\f694\"}.bi-envelope-slash-fill::before{content:\"\\f696\"}.bi-envelope-slash::before{content:\"\\f697\"}.bi-envelope-x-fill::before{content:\"\\f699\"}.bi-envelope-x::before{content:\"\\f69a\"}.bi-explicit-fill::before{content:\"\\f69b\"}.bi-explicit::before{content:\"\\f69c\"}.bi-git::before{content:\"\\f69d\"}.bi-infinity::before{content:\"\\f69e\"}.bi-list-columns-reverse::before{content:\"\\f69f\"}.bi-list-columns::before{content:\"\\f6a0\"}.bi-meta::before{content:\"\\f6a1\"}.bi-nintendo-switch::before{content:\"\\f6a4\"}.bi-pc-display-horizontal::before{content:\"\\f6a5\"}.bi-pc-display::before{content:\"\\f6a6\"}.bi-pc-horizontal::before{content:\"\\f6a7\"}.bi-pc::before{content:\"\\f6a8\"}.bi-playstation::before{content:\"\\f6a9\"}.bi-plus-slash-minus::before{content:\"\\f6aa\"}.bi-projector-fill::before{content:\"\\f6ab\"}.bi-projector::before{content:\"\\f6ac\"}.bi-qr-code-scan::before{content:\"\\f6ad\"}.bi-qr-code::before{content:\"\\f6ae\"}.bi-quora::before{content:\"\\f6af\"}.bi-quote::before{content:\"\\f6b0\"}.bi-robot::before{content:\"\\f6b1\"}.bi-send-check-fill::before{content:\"\\f6b2\"}.bi-send-check::before{content:\"\\f6b3\"}.bi-send-dash-fill::before{content:\"\\f6b4\"}.bi-send-dash::before{content:\"\\f6b5\"}.bi-send-exclamation-fill::before{content:\"\\f6b7\"}.bi-send-exclamation::before{content:\"\\f6b8\"}.bi-send-fill::before{content:\"\\f6b9\"}.bi-send-plus-fill::before{content:\"\\f6ba\"}.bi-send-plus::before{content:\"\\f6bb\"}.bi-send-slash-fill::before{content:\"\\f6bc\"}.bi-send-slash::before{content:\"\\f6bd\"}.bi-send-x-fill::before{content:\"\\f6be\"}.bi-send-x::before{content:\"\\f6bf\"}.bi-send::before{content:\"\\f6c0\"}.bi-steam::before{content:\"\\f6c1\"}.bi-terminal-dash::before{content:\"\\f6c3\"}.bi-terminal-plus::before{content:\"\\f6c4\"}.bi-terminal-split::before{content:\"\\f6c5\"}.bi-ticket-detailed-fill::before{content:\"\\f6c6\"}.bi-ticket-detailed::before{content:\"\\f6c7\"}.bi-ticket-fill::before{content:\"\\f6c8\"}.bi-ticket-perforated-fill::before{content:\"\\f6c9\"}.bi-ticket-perforated::before{content:\"\\f6ca\"}.bi-ticket::before{content:\"\\f6cb\"}.bi-tiktok::before{content:\"\\f6cc\"}.bi-window-dash::before{content:\"\\f6cd\"}.bi-window-desktop::before{content:\"\\f6ce\"}.bi-window-fullscreen::before{content:\"\\f6cf\"}.bi-window-plus::before{content:\"\\f6d0\"}.bi-window-split::before{content:\"\\f6d1\"}.bi-window-stack::before{content:\"\\f6d2\"}.bi-window-x::before{content:\"\\f6d3\"}.bi-xbox::before{content:\"\\f6d4\"}.bi-ethernet::before{content:\"\\f6d5\"}.bi-hdmi-fill::before{content:\"\\f6d6\"}.bi-hdmi::before{content:\"\\f6d7\"}.bi-usb-c-fill::before{content:\"\\f6d8\"}.bi-usb-c::before{content:\"\\f6d9\"}.bi-usb-fill::before{content:\"\\f6da\"}.bi-usb-plug-fill::before{content:\"\\f6db\"}.bi-usb-plug::before{content:\"\\f6dc\"}.bi-usb-symbol::before{content:\"\\f6dd\"}.bi-usb::before{content:\"\\f6de\"}.bi-boombox-fill::before{content:\"\\f6df\"}.bi-displayport::before{content:\"\\f6e1\"}.bi-gpu-card::before{content:\"\\f6e2\"}.bi-memory::before{content:\"\\f6e3\"}.bi-modem-fill::before{content:\"\\f6e4\"}.bi-modem::before{content:\"\\f6e5\"}.bi-motherboard-fill::before{content:\"\\f6e6\"}.bi-motherboard::before{content:\"\\f6e7\"}.bi-optical-audio-fill::before{content:\"\\f6e8\"}.bi-optical-audio::before{content:\"\\f6e9\"}.bi-pci-card::before{content:\"\\f6ea\"}.bi-router-fill::before{content:\"\\f6eb\"}.bi-router::before{content:\"\\f6ec\"}.bi-thunderbolt-fill::before{content:\"\\f6ef\"}.bi-thunderbolt::before{content:\"\\f6f0\"}.bi-usb-drive-fill::before{content:\"\\f6f1\"}.bi-usb-drive::before{content:\"\\f6f2\"}.bi-usb-micro-fill::before{content:\"\\f6f3\"}.bi-usb-micro::before{content:\"\\f6f4\"}.bi-usb-mini-fill::before{content:\"\\f6f5\"}.bi-usb-mini::before{content:\"\\f6f6\"}.bi-cloud-haze2::before{content:\"\\f6f7\"}.bi-device-hdd-fill::before{content:\"\\f6f8\"}.bi-device-hdd::before{content:\"\\f6f9\"}.bi-device-ssd-fill::before{content:\"\\f6fa\"}.bi-device-ssd::before{content:\"\\f6fb\"}.bi-displayport-fill::before{content:\"\\f6fc\"}.bi-mortarboard-fill::before{content:\"\\f6fd\"}.bi-mortarboard::before{content:\"\\f6fe\"}.bi-terminal-x::before{content:\"\\f6ff\"}.bi-arrow-through-heart-fill::before{content:\"\\f700\"}.bi-arrow-through-heart::before{content:\"\\f701\"}.bi-badge-sd-fill::before{content:\"\\f702\"}.bi-badge-sd::before{content:\"\\f703\"}.bi-bag-heart-fill::before{content:\"\\f704\"}.bi-bag-heart::before{content:\"\\f705\"}.bi-balloon-fill::before{content:\"\\f706\"}.bi-balloon-heart-fill::before{content:\"\\f707\"}.bi-balloon-heart::before{content:\"\\f708\"}.bi-balloon::before{content:\"\\f709\"}.bi-box2-fill::before{content:\"\\f70a\"}.bi-box2-heart-fill::before{content:\"\\f70b\"}.bi-box2-heart::before{content:\"\\f70c\"}.bi-box2::before{content:\"\\f70d\"}.bi-braces-asterisk::before{content:\"\\f70e\"}.bi-calendar-heart-fill::before{content:\"\\f70f\"}.bi-calendar-heart::before{content:\"\\f710\"}.bi-calendar2-heart-fill::before{content:\"\\f711\"}.bi-calendar2-heart::before{content:\"\\f712\"}.bi-chat-heart-fill::before{content:\"\\f713\"}.bi-chat-heart::before{content:\"\\f714\"}.bi-chat-left-heart-fill::before{content:\"\\f715\"}.bi-chat-left-heart::before{content:\"\\f716\"}.bi-chat-right-heart-fill::before{content:\"\\f717\"}.bi-chat-right-heart::before{content:\"\\f718\"}.bi-chat-square-heart-fill::before{content:\"\\f719\"}.bi-chat-square-heart::before{content:\"\\f71a\"}.bi-clipboard-check-fill::before{content:\"\\f71b\"}.bi-clipboard-data-fill::before{content:\"\\f71c\"}.bi-clipboard-fill::before{content:\"\\f71d\"}.bi-clipboard-heart-fill::before{content:\"\\f71e\"}.bi-clipboard-heart::before{content:\"\\f71f\"}.bi-clipboard-minus-fill::before{content:\"\\f720\"}.bi-clipboard-plus-fill::before{content:\"\\f721\"}.bi-clipboard-pulse::before{content:\"\\f722\"}.bi-clipboard-x-fill::before{content:\"\\f723\"}.bi-clipboard2-check-fill::before{content:\"\\f724\"}.bi-clipboard2-check::before{content:\"\\f725\"}.bi-clipboard2-data-fill::before{content:\"\\f726\"}.bi-clipboard2-data::before{content:\"\\f727\"}.bi-clipboard2-fill::before{content:\"\\f728\"}.bi-clipboard2-heart-fill::before{content:\"\\f729\"}.bi-clipboard2-heart::before{content:\"\\f72a\"}.bi-clipboard2-minus-fill::before{content:\"\\f72b\"}.bi-clipboard2-minus::before{content:\"\\f72c\"}.bi-clipboard2-plus-fill::before{content:\"\\f72d\"}.bi-clipboard2-plus::before{content:\"\\f72e\"}.bi-clipboard2-pulse-fill::before{content:\"\\f72f\"}.bi-clipboard2-pulse::before{content:\"\\f730\"}.bi-clipboard2-x-fill::before{content:\"\\f731\"}.bi-clipboard2-x::before{content:\"\\f732\"}.bi-clipboard2::before{content:\"\\f733\"}.bi-emoji-kiss-fill::before{content:\"\\f734\"}.bi-emoji-kiss::before{content:\"\\f735\"}.bi-envelope-heart-fill::before{content:\"\\f736\"}.bi-envelope-heart::before{content:\"\\f737\"}.bi-envelope-open-heart-fill::before{content:\"\\f738\"}.bi-envelope-open-heart::before{content:\"\\f739\"}.bi-envelope-paper-fill::before{content:\"\\f73a\"}.bi-envelope-paper-heart-fill::before{content:\"\\f73b\"}.bi-envelope-paper-heart::before{content:\"\\f73c\"}.bi-envelope-paper::before{content:\"\\f73d\"}.bi-filetype-aac::before{content:\"\\f73e\"}.bi-filetype-ai::before{content:\"\\f73f\"}.bi-filetype-bmp::before{content:\"\\f740\"}.bi-filetype-cs::before{content:\"\\f741\"}.bi-filetype-css::before{content:\"\\f742\"}.bi-filetype-csv::before{content:\"\\f743\"}.bi-filetype-doc::before{content:\"\\f744\"}.bi-filetype-docx::before{content:\"\\f745\"}.bi-filetype-exe::before{content:\"\\f746\"}.bi-filetype-gif::before{content:\"\\f747\"}.bi-filetype-heic::before{content:\"\\f748\"}.bi-filetype-html::before{content:\"\\f749\"}.bi-filetype-java::before{content:\"\\f74a\"}.bi-filetype-jpg::before{content:\"\\f74b\"}.bi-filetype-js::before{content:\"\\f74c\"}.bi-filetype-jsx::before{content:\"\\f74d\"}.bi-filetype-key::before{content:\"\\f74e\"}.bi-filetype-m4p::before{content:\"\\f74f\"}.bi-filetype-md::before{content:\"\\f750\"}.bi-filetype-mdx::before{content:\"\\f751\"}.bi-filetype-mov::before{content:\"\\f752\"}.bi-filetype-mp3::before{content:\"\\f753\"}.bi-filetype-mp4::before{content:\"\\f754\"}.bi-filetype-otf::before{content:\"\\f755\"}.bi-filetype-pdf::before{content:\"\\f756\"}.bi-filetype-php::before{content:\"\\f757\"}.bi-filetype-png::before{content:\"\\f758\"}.bi-filetype-ppt::before{content:\"\\f75a\"}.bi-filetype-psd::before{content:\"\\f75b\"}.bi-filetype-py::before{content:\"\\f75c\"}.bi-filetype-raw::before{content:\"\\f75d\"}.bi-filetype-rb::before{content:\"\\f75e\"}.bi-filetype-sass::before{content:\"\\f75f\"}.bi-filetype-scss::before{content:\"\\f760\"}.bi-filetype-sh::before{content:\"\\f761\"}.bi-filetype-svg::before{content:\"\\f762\"}.bi-filetype-tiff::before{content:\"\\f763\"}.bi-filetype-tsx::before{content:\"\\f764\"}.bi-filetype-ttf::before{content:\"\\f765\"}.bi-filetype-txt::before{content:\"\\f766\"}.bi-filetype-wav::before{content:\"\\f767\"}.bi-filetype-woff::before{content:\"\\f768\"}.bi-filetype-xls::before{content:\"\\f76a\"}.bi-filetype-xml::before{content:\"\\f76b\"}.bi-filetype-yml::before{content:\"\\f76c\"}.bi-heart-arrow::before{content:\"\\f76d\"}.bi-heart-pulse-fill::before{content:\"\\f76e\"}.bi-heart-pulse::before{content:\"\\f76f\"}.bi-heartbreak-fill::before{content:\"\\f770\"}.bi-heartbreak::before{content:\"\\f771\"}.bi-hearts::before{content:\"\\f772\"}.bi-hospital-fill::before{content:\"\\f773\"}.bi-hospital::before{content:\"\\f774\"}.bi-house-heart-fill::before{content:\"\\f775\"}.bi-house-heart::before{content:\"\\f776\"}.bi-incognito::before{content:\"\\f777\"}.bi-magnet-fill::before{content:\"\\f778\"}.bi-magnet::before{content:\"\\f779\"}.bi-person-heart::before{content:\"\\f77a\"}.bi-person-hearts::before{content:\"\\f77b\"}.bi-phone-flip::before{content:\"\\f77c\"}.bi-plugin::before{content:\"\\f77d\"}.bi-postage-fill::before{content:\"\\f77e\"}.bi-postage-heart-fill::before{content:\"\\f77f\"}.bi-postage-heart::before{content:\"\\f780\"}.bi-postage::before{content:\"\\f781\"}.bi-postcard-fill::before{content:\"\\f782\"}.bi-postcard-heart-fill::before{content:\"\\f783\"}.bi-postcard-heart::before{content:\"\\f784\"}.bi-postcard::before{content:\"\\f785\"}.bi-search-heart-fill::before{content:\"\\f786\"}.bi-search-heart::before{content:\"\\f787\"}.bi-sliders2-vertical::before{content:\"\\f788\"}.bi-sliders2::before{content:\"\\f789\"}.bi-trash3-fill::before{content:\"\\f78a\"}.bi-trash3::before{content:\"\\f78b\"}.bi-valentine::before{content:\"\\f78c\"}.bi-valentine2::before{content:\"\\f78d\"}.bi-wrench-adjustable-circle-fill::before{content:\"\\f78e\"}.bi-wrench-adjustable-circle::before{content:\"\\f78f\"}.bi-wrench-adjustable::before{content:\"\\f790\"}.bi-filetype-json::before{content:\"\\f791\"}.bi-filetype-pptx::before{content:\"\\f792\"}.bi-filetype-xlsx::before{content:\"\\f793\"}.bi-1-circle-fill::before{content:\"\\f796\"}.bi-1-circle::before{content:\"\\f797\"}.bi-1-square-fill::before{content:\"\\f798\"}.bi-1-square::before{content:\"\\f799\"}.bi-2-circle-fill::before{content:\"\\f79c\"}.bi-2-circle::before{content:\"\\f79d\"}.bi-2-square-fill::before{content:\"\\f79e\"}.bi-2-square::before{content:\"\\f79f\"}.bi-3-circle-fill::before{content:\"\\f7a2\"}.bi-3-circle::before{content:\"\\f7a3\"}.bi-3-square-fill::before{content:\"\\f7a4\"}.bi-3-square::before{content:\"\\f7a5\"}.bi-4-circle-fill::before{content:\"\\f7a8\"}.bi-4-circle::before{content:\"\\f7a9\"}.bi-4-square-fill::before{content:\"\\f7aa\"}.bi-4-square::before{content:\"\\f7ab\"}.bi-5-circle-fill::before{content:\"\\f7ae\"}.bi-5-circle::before{content:\"\\f7af\"}.bi-5-square-fill::before{content:\"\\f7b0\"}.bi-5-square::before{content:\"\\f7b1\"}.bi-6-circle-fill::before{content:\"\\f7b4\"}.bi-6-circle::before{content:\"\\f7b5\"}.bi-6-square-fill::before{content:\"\\f7b6\"}.bi-6-square::before{content:\"\\f7b7\"}.bi-7-circle-fill::before{content:\"\\f7ba\"}.bi-7-circle::before{content:\"\\f7bb\"}.bi-7-square-fill::before{content:\"\\f7bc\"}.bi-7-square::before{content:\"\\f7bd\"}.bi-8-circle-fill::before{content:\"\\f7c0\"}.bi-8-circle::before{content:\"\\f7c1\"}.bi-8-square-fill::before{content:\"\\f7c2\"}.bi-8-square::before{content:\"\\f7c3\"}.bi-9-circle-fill::before{content:\"\\f7c6\"}.bi-9-circle::before{content:\"\\f7c7\"}.bi-9-square-fill::before{content:\"\\f7c8\"}.bi-9-square::before{content:\"\\f7c9\"}.bi-airplane-engines-fill::before{content:\"\\f7ca\"}.bi-airplane-engines::before{content:\"\\f7cb\"}.bi-airplane-fill::before{content:\"\\f7cc\"}.bi-airplane::before{content:\"\\f7cd\"}.bi-alexa::before{content:\"\\f7ce\"}.bi-alipay::before{content:\"\\f7cf\"}.bi-android::before{content:\"\\f7d0\"}.bi-android2::before{content:\"\\f7d1\"}.bi-box-fill::before{content:\"\\f7d2\"}.bi-box-seam-fill::before{content:\"\\f7d3\"}.bi-browser-chrome::before{content:\"\\f7d4\"}.bi-browser-edge::before{content:\"\\f7d5\"}.bi-browser-firefox::before{content:\"\\f7d6\"}.bi-browser-safari::before{content:\"\\f7d7\"}.bi-c-circle-fill::before{content:\"\\f7da\"}.bi-c-circle::before{content:\"\\f7db\"}.bi-c-square-fill::before{content:\"\\f7dc\"}.bi-c-square::before{content:\"\\f7dd\"}.bi-capsule-pill::before{content:\"\\f7de\"}.bi-capsule::before{content:\"\\f7df\"}.bi-car-front-fill::before{content:\"\\f7e0\"}.bi-car-front::before{content:\"\\f7e1\"}.bi-cassette-fill::before{content:\"\\f7e2\"}.bi-cassette::before{content:\"\\f7e3\"}.bi-cc-circle-fill::before{content:\"\\f7e6\"}.bi-cc-circle::before{content:\"\\f7e7\"}.bi-cc-square-fill::before{content:\"\\f7e8\"}.bi-cc-square::before{content:\"\\f7e9\"}.bi-cup-hot-fill::before{content:\"\\f7ea\"}.bi-cup-hot::before{content:\"\\f7eb\"}.bi-currency-rupee::before{content:\"\\f7ec\"}.bi-dropbox::before{content:\"\\f7ed\"}.bi-escape::before{content:\"\\f7ee\"}.bi-fast-forward-btn-fill::before{content:\"\\f7ef\"}.bi-fast-forward-btn::before{content:\"\\f7f0\"}.bi-fast-forward-circle-fill::before{content:\"\\f7f1\"}.bi-fast-forward-circle::before{content:\"\\f7f2\"}.bi-fast-forward-fill::before{content:\"\\f7f3\"}.bi-fast-forward::before{content:\"\\f7f4\"}.bi-filetype-sql::before{content:\"\\f7f5\"}.bi-fire::before{content:\"\\f7f6\"}.bi-google-play::before{content:\"\\f7f7\"}.bi-h-circle-fill::before{content:\"\\f7fa\"}.bi-h-circle::before{content:\"\\f7fb\"}.bi-h-square-fill::before{content:\"\\f7fc\"}.bi-h-square::before{content:\"\\f7fd\"}.bi-indent::before{content:\"\\f7fe\"}.bi-lungs-fill::before{content:\"\\f7ff\"}.bi-lungs::before{content:\"\\f800\"}.bi-microsoft-teams::before{content:\"\\f801\"}.bi-p-circle-fill::before{content:\"\\f804\"}.bi-p-circle::before{content:\"\\f805\"}.bi-p-square-fill::before{content:\"\\f806\"}.bi-p-square::before{content:\"\\f807\"}.bi-pass-fill::before{content:\"\\f808\"}.bi-pass::before{content:\"\\f809\"}.bi-prescription::before{content:\"\\f80a\"}.bi-prescription2::before{content:\"\\f80b\"}.bi-r-circle-fill::before{content:\"\\f80e\"}.bi-r-circle::before{content:\"\\f80f\"}.bi-r-square-fill::before{content:\"\\f810\"}.bi-r-square::before{content:\"\\f811\"}.bi-repeat-1::before{content:\"\\f812\"}.bi-repeat::before{content:\"\\f813\"}.bi-rewind-btn-fill::before{content:\"\\f814\"}.bi-rewind-btn::before{content:\"\\f815\"}.bi-rewind-circle-fill::before{content:\"\\f816\"}.bi-rewind-circle::before{content:\"\\f817\"}.bi-rewind-fill::before{content:\"\\f818\"}.bi-rewind::before{content:\"\\f819\"}.bi-train-freight-front-fill::before{content:\"\\f81a\"}.bi-train-freight-front::before{content:\"\\f81b\"}.bi-train-front-fill::before{content:\"\\f81c\"}.bi-train-front::before{content:\"\\f81d\"}.bi-train-lightrail-front-fill::before{content:\"\\f81e\"}.bi-train-lightrail-front::before{content:\"\\f81f\"}.bi-truck-front-fill::before{content:\"\\f820\"}.bi-truck-front::before{content:\"\\f821\"}.bi-ubuntu::before{content:\"\\f822\"}.bi-unindent::before{content:\"\\f823\"}.bi-unity::before{content:\"\\f824\"}.bi-universal-access-circle::before{content:\"\\f825\"}.bi-universal-access::before{content:\"\\f826\"}.bi-virus::before{content:\"\\f827\"}.bi-virus2::before{content:\"\\f828\"}.bi-wechat::before{content:\"\\f829\"}.bi-yelp::before{content:\"\\f82a\"}.bi-sign-stop-fill::before{content:\"\\f82b\"}.bi-sign-stop-lights-fill::before{content:\"\\f82c\"}.bi-sign-stop-lights::before{content:\"\\f82d\"}.bi-sign-stop::before{content:\"\\f82e\"}.bi-sign-turn-left-fill::before{content:\"\\f82f\"}.bi-sign-turn-left::before{content:\"\\f830\"}.bi-sign-turn-right-fill::before{content:\"\\f831\"}.bi-sign-turn-right::before{content:\"\\f832\"}.bi-sign-turn-slight-left-fill::before{content:\"\\f833\"}.bi-sign-turn-slight-left::before{content:\"\\f834\"}.bi-sign-turn-slight-right-fill::before{content:\"\\f835\"}.bi-sign-turn-slight-right::before{content:\"\\f836\"}.bi-sign-yield-fill::before{content:\"\\f837\"}.bi-sign-yield::before{content:\"\\f838\"}.bi-ev-station-fill::before{content:\"\\f839\"}.bi-ev-station::before{content:\"\\f83a\"}.bi-fuel-pump-diesel-fill::before{content:\"\\f83b\"}.bi-fuel-pump-diesel::before{content:\"\\f83c\"}.bi-fuel-pump-fill::before{content:\"\\f83d\"}.bi-fuel-pump::before{content:\"\\f83e\"}.bi-0-circle-fill::before{content:\"\\f83f\"}.bi-0-circle::before{content:\"\\f840\"}.bi-0-square-fill::before{content:\"\\f841\"}.bi-0-square::before{content:\"\\f842\"}.bi-rocket-fill::before{content:\"\\f843\"}.bi-rocket-takeoff-fill::before{content:\"\\f844\"}.bi-rocket-takeoff::before{content:\"\\f845\"}.bi-rocket::before{content:\"\\f846\"}.bi-stripe::before{content:\"\\f847\"}.bi-subscript::before{content:\"\\f848\"}.bi-superscript::before{content:\"\\f849\"}.bi-trello::before{content:\"\\f84a\"}.bi-envelope-at-fill::before{content:\"\\f84b\"}.bi-envelope-at::before{content:\"\\f84c\"}.bi-regex::before{content:\"\\f84d\"}.bi-text-wrap::before{content:\"\\f84e\"}.bi-sign-dead-end-fill::before{content:\"\\f84f\"}.bi-sign-dead-end::before{content:\"\\f850\"}.bi-sign-do-not-enter-fill::before{content:\"\\f851\"}.bi-sign-do-not-enter::before{content:\"\\f852\"}.bi-sign-intersection-fill::before{content:\"\\f853\"}.bi-sign-intersection-side-fill::before{content:\"\\f854\"}.bi-sign-intersection-side::before{content:\"\\f855\"}.bi-sign-intersection-t-fill::before{content:\"\\f856\"}.bi-sign-intersection-t::before{content:\"\\f857\"}.bi-sign-intersection-y-fill::before{content:\"\\f858\"}.bi-sign-intersection-y::before{content:\"\\f859\"}.bi-sign-intersection::before{content:\"\\f85a\"}.bi-sign-merge-left-fill::before{content:\"\\f85b\"}.bi-sign-merge-left::before{content:\"\\f85c\"}.bi-sign-merge-right-fill::before{content:\"\\f85d\"}.bi-sign-merge-right::before{content:\"\\f85e\"}.bi-sign-no-left-turn-fill::before{content:\"\\f85f\"}.bi-sign-no-left-turn::before{content:\"\\f860\"}.bi-sign-no-parking-fill::before{content:\"\\f861\"}.bi-sign-no-parking::before{content:\"\\f862\"}.bi-sign-no-right-turn-fill::before{content:\"\\f863\"}.bi-sign-no-right-turn::before{content:\"\\f864\"}.bi-sign-railroad-fill::before{content:\"\\f865\"}.bi-sign-railroad::before{content:\"\\f866\"}.bi-building-add::before{content:\"\\f867\"}.bi-building-check::before{content:\"\\f868\"}.bi-building-dash::before{content:\"\\f869\"}.bi-building-down::before{content:\"\\f86a\"}.bi-building-exclamation::before{content:\"\\f86b\"}.bi-building-fill-add::before{content:\"\\f86c\"}.bi-building-fill-check::before{content:\"\\f86d\"}.bi-building-fill-dash::before{content:\"\\f86e\"}.bi-building-fill-down::before{content:\"\\f86f\"}.bi-building-fill-exclamation::before{content:\"\\f870\"}.bi-building-fill-gear::before{content:\"\\f871\"}.bi-building-fill-lock::before{content:\"\\f872\"}.bi-building-fill-slash::before{content:\"\\f873\"}.bi-building-fill-up::before{content:\"\\f874\"}.bi-building-fill-x::before{content:\"\\f875\"}.bi-building-fill::before{content:\"\\f876\"}.bi-building-gear::before{content:\"\\f877\"}.bi-building-lock::before{content:\"\\f878\"}.bi-building-slash::before{content:\"\\f879\"}.bi-building-up::before{content:\"\\f87a\"}.bi-building-x::before{content:\"\\f87b\"}.bi-buildings-fill::before{content:\"\\f87c\"}.bi-buildings::before{content:\"\\f87d\"}.bi-bus-front-fill::before{content:\"\\f87e\"}.bi-bus-front::before{content:\"\\f87f\"}.bi-ev-front-fill::before{content:\"\\f880\"}.bi-ev-front::before{content:\"\\f881\"}.bi-globe-americas::before{content:\"\\f882\"}.bi-globe-asia-australia::before{content:\"\\f883\"}.bi-globe-central-south-asia::before{content:\"\\f884\"}.bi-globe-europe-africa::before{content:\"\\f885\"}.bi-house-add-fill::before{content:\"\\f886\"}.bi-house-add::before{content:\"\\f887\"}.bi-house-check-fill::before{content:\"\\f888\"}.bi-house-check::before{content:\"\\f889\"}.bi-house-dash-fill::before{content:\"\\f88a\"}.bi-house-dash::before{content:\"\\f88b\"}.bi-house-down-fill::before{content:\"\\f88c\"}.bi-house-down::before{content:\"\\f88d\"}.bi-house-exclamation-fill::before{content:\"\\f88e\"}.bi-house-exclamation::before{content:\"\\f88f\"}.bi-house-gear-fill::before{content:\"\\f890\"}.bi-house-gear::before{content:\"\\f891\"}.bi-house-lock-fill::before{content:\"\\f892\"}.bi-house-lock::before{content:\"\\f893\"}.bi-house-slash-fill::before{content:\"\\f894\"}.bi-house-slash::before{content:\"\\f895\"}.bi-house-up-fill::before{content:\"\\f896\"}.bi-house-up::before{content:\"\\f897\"}.bi-house-x-fill::before{content:\"\\f898\"}.bi-house-x::before{content:\"\\f899\"}.bi-person-add::before{content:\"\\f89a\"}.bi-person-down::before{content:\"\\f89b\"}.bi-person-exclamation::before{content:\"\\f89c\"}.bi-person-fill-add::before{content:\"\\f89d\"}.bi-person-fill-check::before{content:\"\\f89e\"}.bi-person-fill-dash::before{content:\"\\f89f\"}.bi-person-fill-down::before{content:\"\\f8a0\"}.bi-person-fill-exclamation::before{content:\"\\f8a1\"}.bi-person-fill-gear::before{content:\"\\f8a2\"}.bi-person-fill-lock::before{content:\"\\f8a3\"}.bi-person-fill-slash::before{content:\"\\f8a4\"}.bi-person-fill-up::before{content:\"\\f8a5\"}.bi-person-fill-x::before{content:\"\\f8a6\"}.bi-person-gear::before{content:\"\\f8a7\"}.bi-person-lock::before{content:\"\\f8a8\"}.bi-person-slash::before{content:\"\\f8a9\"}.bi-person-up::before{content:\"\\f8aa\"}.bi-scooter::before{content:\"\\f8ab\"}.bi-taxi-front-fill::before{content:\"\\f8ac\"}.bi-taxi-front::before{content:\"\\f8ad\"}.bi-amd::before{content:\"\\f8ae\"}.bi-database-add::before{content:\"\\f8af\"}.bi-database-check::before{content:\"\\f8b0\"}.bi-database-dash::before{content:\"\\f8b1\"}.bi-database-down::before{content:\"\\f8b2\"}.bi-database-exclamation::before{content:\"\\f8b3\"}.bi-database-fill-add::before{content:\"\\f8b4\"}.bi-database-fill-check::before{content:\"\\f8b5\"}.bi-database-fill-dash::before{content:\"\\f8b6\"}.bi-database-fill-down::before{content:\"\\f8b7\"}.bi-database-fill-exclamation::before{content:\"\\f8b8\"}.bi-database-fill-gear::before{content:\"\\f8b9\"}.bi-database-fill-lock::before{content:\"\\f8ba\"}.bi-database-fill-slash::before{content:\"\\f8bb\"}.bi-database-fill-up::before{content:\"\\f8bc\"}.bi-database-fill-x::before{content:\"\\f8bd\"}.bi-database-fill::before{content:\"\\f8be\"}.bi-database-gear::before{content:\"\\f8bf\"}.bi-database-lock::before{content:\"\\f8c0\"}.bi-database-slash::before{content:\"\\f8c1\"}.bi-database-up::before{content:\"\\f8c2\"}.bi-database-x::before{content:\"\\f8c3\"}.bi-database::before{content:\"\\f8c4\"}.bi-houses-fill::before{content:\"\\f8c5\"}.bi-houses::before{content:\"\\f8c6\"}.bi-nvidia::before{content:\"\\f8c7\"}.bi-person-vcard-fill::before{content:\"\\f8c8\"}.bi-person-vcard::before{content:\"\\f8c9\"}.bi-sina-weibo::before{content:\"\\f8ca\"}.bi-tencent-qq::before{content:\"\\f8cb\"}.bi-wikipedia::before{content:\"\\f8cc\"}.bi-alphabet-uppercase::before{content:\"\\f2a5\"}.bi-alphabet::before{content:\"\\f68a\"}.bi-amazon::before{content:\"\\f68d\"}.bi-arrows-collapse-vertical::before{content:\"\\f690\"}.bi-arrows-expand-vertical::before{content:\"\\f695\"}.bi-arrows-vertical::before{content:\"\\f698\"}.bi-arrows::before{content:\"\\f6a2\"}.bi-ban-fill::before{content:\"\\f6a3\"}.bi-ban::before{content:\"\\f6b6\"}.bi-bing::before{content:\"\\f6c2\"}.bi-cake::before{content:\"\\f6e0\"}.bi-cake2::before{content:\"\\f6ed\"}.bi-cookie::before{content:\"\\f6ee\"}.bi-copy::before{content:\"\\f759\"}.bi-crosshair::before{content:\"\\f769\"}.bi-crosshair2::before{content:\"\\f794\"}.bi-emoji-astonished-fill::before{content:\"\\f795\"}.bi-emoji-astonished::before{content:\"\\f79a\"}.bi-emoji-grimace-fill::before{content:\"\\f79b\"}.bi-emoji-grimace::before{content:\"\\f7a0\"}.bi-emoji-grin-fill::before{content:\"\\f7a1\"}.bi-emoji-grin::before{content:\"\\f7a6\"}.bi-emoji-surprise-fill::before{content:\"\\f7a7\"}.bi-emoji-surprise::before{content:\"\\f7ac\"}.bi-emoji-tear-fill::before{content:\"\\f7ad\"}.bi-emoji-tear::before{content:\"\\f7b2\"}.bi-envelope-arrow-down-fill::before{content:\"\\f7b3\"}.bi-envelope-arrow-down::before{content:\"\\f7b8\"}.bi-envelope-arrow-up-fill::before{content:\"\\f7b9\"}.bi-envelope-arrow-up::before{content:\"\\f7be\"}.bi-feather::before{content:\"\\f7bf\"}.bi-feather2::before{content:\"\\f7c4\"}.bi-floppy-fill::before{content:\"\\f7c5\"}.bi-floppy::before{content:\"\\f7d8\"}.bi-floppy2-fill::before{content:\"\\f7d9\"}.bi-floppy2::before{content:\"\\f7e4\"}.bi-gitlab::before{content:\"\\f7e5\"}.bi-highlighter::before{content:\"\\f7f8\"}.bi-marker-tip::before{content:\"\\f802\"}.bi-nvme-fill::before{content:\"\\f803\"}.bi-nvme::before{content:\"\\f80c\"}.bi-opencollective::before{content:\"\\f80d\"}.bi-pci-card-network::before{content:\"\\f8cd\"}.bi-pci-card-sound::before{content:\"\\f8ce\"}.bi-radar::before{content:\"\\f8cf\"}.bi-send-arrow-down-fill::before{content:\"\\f8d0\"}.bi-send-arrow-down::before{content:\"\\f8d1\"}.bi-send-arrow-up-fill::before{content:\"\\f8d2\"}.bi-send-arrow-up::before{content:\"\\f8d3\"}.bi-sim-slash-fill::before{content:\"\\f8d4\"}.bi-sim-slash::before{content:\"\\f8d5\"}.bi-sourceforge::before{content:\"\\f8d6\"}.bi-substack::before{content:\"\\f8d7\"}.bi-threads-fill::before{content:\"\\f8d8\"}.bi-threads::before{content:\"\\f8d9\"}.bi-transparency::before{content:\"\\f8da\"}.bi-twitter-x::before{content:\"\\f8db\"}.bi-type-h4::before{content:\"\\f8dc\"}.bi-type-h5::before{content:\"\\f8dd\"}.bi-type-h6::before{content:\"\\f8de\"}.bi-backpack-fill::before{content:\"\\f8df\"}.bi-backpack::before{content:\"\\f8e0\"}.bi-backpack2-fill::before{content:\"\\f8e1\"}.bi-backpack2::before{content:\"\\f8e2\"}.bi-backpack3-fill::before{content:\"\\f8e3\"}.bi-backpack3::before{content:\"\\f8e4\"}.bi-backpack4-fill::before{content:\"\\f8e5\"}.bi-backpack4::before{content:\"\\f8e6\"}.bi-brilliance::before{content:\"\\f8e7\"}.bi-cake-fill::before{content:\"\\f8e8\"}.bi-cake2-fill::before{content:\"\\f8e9\"}.bi-duffle-fill::before{content:\"\\f8ea\"}.bi-duffle::before{content:\"\\f8eb\"}.bi-exposure::before{content:\"\\f8ec\"}.bi-gender-neuter::before{content:\"\\f8ed\"}.bi-highlights::before{content:\"\\f8ee\"}.bi-luggage-fill::before{content:\"\\f8ef\"}.bi-luggage::before{content:\"\\f8f0\"}.bi-mailbox-flag::before{content:\"\\f8f1\"}.bi-mailbox2-flag::before{content:\"\\f8f2\"}.bi-noise-reduction::before{content:\"\\f8f3\"}.bi-passport-fill::before{content:\"\\f8f4\"}.bi-passport::before{content:\"\\f8f5\"}.bi-person-arms-up::before{content:\"\\f8f6\"}.bi-person-raised-hand::before{content:\"\\f8f7\"}.bi-person-standing-dress::before{content:\"\\f8f8\"}.bi-person-standing::before{content:\"\\f8f9\"}.bi-person-walking::before{content:\"\\f8fa\"}.bi-person-wheelchair::before{content:\"\\f8fb\"}.bi-shadows::before{content:\"\\f8fc\"}.bi-suitcase-fill::before{content:\"\\f8fd\"}.bi-suitcase-lg-fill::before{content:\"\\f8fe\"}.bi-suitcase-lg::before{content:\"\\f8ff\"}.bi-suitcase::before{content:\"\\f900\"}.bi-suitcase2-fill::before{content:\"\\f901\"}.bi-suitcase2::before{content:\"\\f902\"}.bi-vignette::before{content:\"\\f903\"}"}],"authorContributionMap":{"yiwen101":5}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/bootstrap-icons/font/bootstrap-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"yiwen101"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"yiwen101"},"content":" * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"yiwen101"},"content":" * Copyright 2019-2024 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"yiwen101"},"content":" * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"yiwen101"},"content":" */"},{"lineNumber":6,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":7,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font: \"bootstrap-icons\" !default;"},{"lineNumber":8,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-dir: \"./fonts\" !default;"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-file: \"#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}\" !default;"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-hash: \"24e3eb84d0bcaf83d77f904c78ac1f47\" !default;"},{"lineNumber":11,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-font-src: url(\"#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}\") format(\"woff2\"),"},{"lineNumber":12,"author":{"gitId":"yiwen101"},"content":" url(\"#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}\") format(\"woff\") !default;"},{"lineNumber":13,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":"@font-face {"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" font-display: block;"},{"lineNumber":16,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font;"},{"lineNumber":17,"author":{"gitId":"yiwen101"},"content":" src: $bootstrap-icons-font-src;"},{"lineNumber":18,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":20,"author":{"gitId":"yiwen101"},"content":".bi::before,"},{"lineNumber":21,"author":{"gitId":"yiwen101"},"content":"[class^\u003d\"bi-\"]::before,"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":"[class*\u003d\" bi-\"]::before {"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"yiwen101"},"content":" font-family: $bootstrap-icons-font !important;"},{"lineNumber":25,"author":{"gitId":"yiwen101"},"content":" font-style: normal;"},{"lineNumber":26,"author":{"gitId":"yiwen101"},"content":" font-weight: normal !important;"},{"lineNumber":27,"author":{"gitId":"yiwen101"},"content":" font-variant: normal;"},{"lineNumber":28,"author":{"gitId":"yiwen101"},"content":" text-transform: none;"},{"lineNumber":29,"author":{"gitId":"yiwen101"},"content":" line-height: 1;"},{"lineNumber":30,"author":{"gitId":"yiwen101"},"content":" vertical-align: -.125em;"},{"lineNumber":31,"author":{"gitId":"yiwen101"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":32,"author":{"gitId":"yiwen101"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":33,"author":{"gitId":"yiwen101"},"content":"}"},{"lineNumber":34,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":35,"author":{"gitId":"yiwen101"},"content":"$bootstrap-icons-map: ("},{"lineNumber":36,"author":{"gitId":"yiwen101"},"content":" \"123\": \"\\f67f\","},{"lineNumber":37,"author":{"gitId":"yiwen101"},"content":" \"alarm-fill\": \"\\f101\","},{"lineNumber":38,"author":{"gitId":"yiwen101"},"content":" \"alarm\": \"\\f102\","},{"lineNumber":39,"author":{"gitId":"yiwen101"},"content":" \"align-bottom\": \"\\f103\","},{"lineNumber":40,"author":{"gitId":"yiwen101"},"content":" \"align-center\": \"\\f104\","},{"lineNumber":41,"author":{"gitId":"yiwen101"},"content":" \"align-end\": \"\\f105\","},{"lineNumber":42,"author":{"gitId":"yiwen101"},"content":" \"align-middle\": \"\\f106\","},{"lineNumber":43,"author":{"gitId":"yiwen101"},"content":" \"align-start\": \"\\f107\","},{"lineNumber":44,"author":{"gitId":"yiwen101"},"content":" \"align-top\": \"\\f108\","},{"lineNumber":45,"author":{"gitId":"yiwen101"},"content":" \"alt\": \"\\f109\","},{"lineNumber":46,"author":{"gitId":"yiwen101"},"content":" \"app-indicator\": \"\\f10a\","},{"lineNumber":47,"author":{"gitId":"yiwen101"},"content":" \"app\": \"\\f10b\","},{"lineNumber":48,"author":{"gitId":"yiwen101"},"content":" \"archive-fill\": \"\\f10c\","},{"lineNumber":49,"author":{"gitId":"yiwen101"},"content":" \"archive\": \"\\f10d\","},{"lineNumber":50,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-down\": \"\\f10e\","},{"lineNumber":51,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-left\": \"\\f10f\","},{"lineNumber":52,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-right\": \"\\f110\","},{"lineNumber":53,"author":{"gitId":"yiwen101"},"content":" \"arrow-90deg-up\": \"\\f111\","},{"lineNumber":54,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-down\": \"\\f112\","},{"lineNumber":55,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-left\": \"\\f113\","},{"lineNumber":56,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-right\": \"\\f114\","},{"lineNumber":57,"author":{"gitId":"yiwen101"},"content":" \"arrow-bar-up\": \"\\f115\","},{"lineNumber":58,"author":{"gitId":"yiwen101"},"content":" \"arrow-clockwise\": \"\\f116\","},{"lineNumber":59,"author":{"gitId":"yiwen101"},"content":" \"arrow-counterclockwise\": \"\\f117\","},{"lineNumber":60,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle-fill\": \"\\f118\","},{"lineNumber":61,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-circle\": \"\\f119\","},{"lineNumber":62,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle-fill\": \"\\f11a\","},{"lineNumber":63,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-circle\": \"\\f11b\","},{"lineNumber":64,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square-fill\": \"\\f11c\","},{"lineNumber":65,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left-square\": \"\\f11d\","},{"lineNumber":66,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-left\": \"\\f11e\","},{"lineNumber":67,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle-fill\": \"\\f11f\","},{"lineNumber":68,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-circle\": \"\\f120\","},{"lineNumber":69,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square-fill\": \"\\f121\","},{"lineNumber":70,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right-square\": \"\\f122\","},{"lineNumber":71,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-right\": \"\\f123\","},{"lineNumber":72,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-short\": \"\\f124\","},{"lineNumber":73,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square-fill\": \"\\f125\","},{"lineNumber":74,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-square\": \"\\f126\","},{"lineNumber":75,"author":{"gitId":"yiwen101"},"content":" \"arrow-down-up\": \"\\f127\","},{"lineNumber":76,"author":{"gitId":"yiwen101"},"content":" \"arrow-down\": \"\\f128\","},{"lineNumber":77,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle-fill\": \"\\f129\","},{"lineNumber":78,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-circle\": \"\\f12a\","},{"lineNumber":79,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-right\": \"\\f12b\","},{"lineNumber":80,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-short\": \"\\f12c\","},{"lineNumber":81,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square-fill\": \"\\f12d\","},{"lineNumber":82,"author":{"gitId":"yiwen101"},"content":" \"arrow-left-square\": \"\\f12e\","},{"lineNumber":83,"author":{"gitId":"yiwen101"},"content":" \"arrow-left\": \"\\f12f\","},{"lineNumber":84,"author":{"gitId":"yiwen101"},"content":" \"arrow-repeat\": \"\\f130\","},{"lineNumber":85,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-left\": \"\\f131\","},{"lineNumber":86,"author":{"gitId":"yiwen101"},"content":" \"arrow-return-right\": \"\\f132\","},{"lineNumber":87,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle-fill\": \"\\f133\","},{"lineNumber":88,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-circle\": \"\\f134\","},{"lineNumber":89,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-short\": \"\\f135\","},{"lineNumber":90,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square-fill\": \"\\f136\","},{"lineNumber":91,"author":{"gitId":"yiwen101"},"content":" \"arrow-right-square\": \"\\f137\","},{"lineNumber":92,"author":{"gitId":"yiwen101"},"content":" \"arrow-right\": \"\\f138\","},{"lineNumber":93,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle-fill\": \"\\f139\","},{"lineNumber":94,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-circle\": \"\\f13a\","},{"lineNumber":95,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle-fill\": \"\\f13b\","},{"lineNumber":96,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-circle\": \"\\f13c\","},{"lineNumber":97,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square-fill\": \"\\f13d\","},{"lineNumber":98,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left-square\": \"\\f13e\","},{"lineNumber":99,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-left\": \"\\f13f\","},{"lineNumber":100,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle-fill\": \"\\f140\","},{"lineNumber":101,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-circle\": \"\\f141\","},{"lineNumber":102,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square-fill\": \"\\f142\","},{"lineNumber":103,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right-square\": \"\\f143\","},{"lineNumber":104,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-right\": \"\\f144\","},{"lineNumber":105,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-short\": \"\\f145\","},{"lineNumber":106,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square-fill\": \"\\f146\","},{"lineNumber":107,"author":{"gitId":"yiwen101"},"content":" \"arrow-up-square\": \"\\f147\","},{"lineNumber":108,"author":{"gitId":"yiwen101"},"content":" \"arrow-up\": \"\\f148\","},{"lineNumber":109,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-contract\": \"\\f149\","},{"lineNumber":110,"author":{"gitId":"yiwen101"},"content":" \"arrows-angle-expand\": \"\\f14a\","},{"lineNumber":111,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse\": \"\\f14b\","},{"lineNumber":112,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand\": \"\\f14c\","},{"lineNumber":113,"author":{"gitId":"yiwen101"},"content":" \"arrows-fullscreen\": \"\\f14d\","},{"lineNumber":114,"author":{"gitId":"yiwen101"},"content":" \"arrows-move\": \"\\f14e\","},{"lineNumber":115,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio-fill\": \"\\f14f\","},{"lineNumber":116,"author":{"gitId":"yiwen101"},"content":" \"aspect-ratio\": \"\\f150\","},{"lineNumber":117,"author":{"gitId":"yiwen101"},"content":" \"asterisk\": \"\\f151\","},{"lineNumber":118,"author":{"gitId":"yiwen101"},"content":" \"at\": \"\\f152\","},{"lineNumber":119,"author":{"gitId":"yiwen101"},"content":" \"award-fill\": \"\\f153\","},{"lineNumber":120,"author":{"gitId":"yiwen101"},"content":" \"award\": \"\\f154\","},{"lineNumber":121,"author":{"gitId":"yiwen101"},"content":" \"back\": \"\\f155\","},{"lineNumber":122,"author":{"gitId":"yiwen101"},"content":" \"backspace-fill\": \"\\f156\","},{"lineNumber":123,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse-fill\": \"\\f157\","},{"lineNumber":124,"author":{"gitId":"yiwen101"},"content":" \"backspace-reverse\": \"\\f158\","},{"lineNumber":125,"author":{"gitId":"yiwen101"},"content":" \"backspace\": \"\\f159\","},{"lineNumber":126,"author":{"gitId":"yiwen101"},"content":" \"badge-3d-fill\": \"\\f15a\","},{"lineNumber":127,"author":{"gitId":"yiwen101"},"content":" \"badge-3d\": \"\\f15b\","},{"lineNumber":128,"author":{"gitId":"yiwen101"},"content":" \"badge-4k-fill\": \"\\f15c\","},{"lineNumber":129,"author":{"gitId":"yiwen101"},"content":" \"badge-4k\": \"\\f15d\","},{"lineNumber":130,"author":{"gitId":"yiwen101"},"content":" \"badge-8k-fill\": \"\\f15e\","},{"lineNumber":131,"author":{"gitId":"yiwen101"},"content":" \"badge-8k\": \"\\f15f\","},{"lineNumber":132,"author":{"gitId":"yiwen101"},"content":" \"badge-ad-fill\": \"\\f160\","},{"lineNumber":133,"author":{"gitId":"yiwen101"},"content":" \"badge-ad\": \"\\f161\","},{"lineNumber":134,"author":{"gitId":"yiwen101"},"content":" \"badge-ar-fill\": \"\\f162\","},{"lineNumber":135,"author":{"gitId":"yiwen101"},"content":" \"badge-ar\": \"\\f163\","},{"lineNumber":136,"author":{"gitId":"yiwen101"},"content":" \"badge-cc-fill\": \"\\f164\","},{"lineNumber":137,"author":{"gitId":"yiwen101"},"content":" \"badge-cc\": \"\\f165\","},{"lineNumber":138,"author":{"gitId":"yiwen101"},"content":" \"badge-hd-fill\": \"\\f166\","},{"lineNumber":139,"author":{"gitId":"yiwen101"},"content":" \"badge-hd\": \"\\f167\","},{"lineNumber":140,"author":{"gitId":"yiwen101"},"content":" \"badge-tm-fill\": \"\\f168\","},{"lineNumber":141,"author":{"gitId":"yiwen101"},"content":" \"badge-tm\": \"\\f169\","},{"lineNumber":142,"author":{"gitId":"yiwen101"},"content":" \"badge-vo-fill\": \"\\f16a\","},{"lineNumber":143,"author":{"gitId":"yiwen101"},"content":" \"badge-vo\": \"\\f16b\","},{"lineNumber":144,"author":{"gitId":"yiwen101"},"content":" \"badge-vr-fill\": \"\\f16c\","},{"lineNumber":145,"author":{"gitId":"yiwen101"},"content":" \"badge-vr\": \"\\f16d\","},{"lineNumber":146,"author":{"gitId":"yiwen101"},"content":" \"badge-wc-fill\": \"\\f16e\","},{"lineNumber":147,"author":{"gitId":"yiwen101"},"content":" \"badge-wc\": \"\\f16f\","},{"lineNumber":148,"author":{"gitId":"yiwen101"},"content":" \"bag-check-fill\": \"\\f170\","},{"lineNumber":149,"author":{"gitId":"yiwen101"},"content":" \"bag-check\": \"\\f171\","},{"lineNumber":150,"author":{"gitId":"yiwen101"},"content":" \"bag-dash-fill\": \"\\f172\","},{"lineNumber":151,"author":{"gitId":"yiwen101"},"content":" \"bag-dash\": \"\\f173\","},{"lineNumber":152,"author":{"gitId":"yiwen101"},"content":" \"bag-fill\": \"\\f174\","},{"lineNumber":153,"author":{"gitId":"yiwen101"},"content":" \"bag-plus-fill\": \"\\f175\","},{"lineNumber":154,"author":{"gitId":"yiwen101"},"content":" \"bag-plus\": \"\\f176\","},{"lineNumber":155,"author":{"gitId":"yiwen101"},"content":" \"bag-x-fill\": \"\\f177\","},{"lineNumber":156,"author":{"gitId":"yiwen101"},"content":" \"bag-x\": \"\\f178\","},{"lineNumber":157,"author":{"gitId":"yiwen101"},"content":" \"bag\": \"\\f179\","},{"lineNumber":158,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-fill\": \"\\f17a\","},{"lineNumber":159,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line-fill\": \"\\f17b\","},{"lineNumber":160,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-line\": \"\\f17c\","},{"lineNumber":161,"author":{"gitId":"yiwen101"},"content":" \"bar-chart-steps\": \"\\f17d\","},{"lineNumber":162,"author":{"gitId":"yiwen101"},"content":" \"bar-chart\": \"\\f17e\","},{"lineNumber":163,"author":{"gitId":"yiwen101"},"content":" \"basket-fill\": \"\\f17f\","},{"lineNumber":164,"author":{"gitId":"yiwen101"},"content":" \"basket\": \"\\f180\","},{"lineNumber":165,"author":{"gitId":"yiwen101"},"content":" \"basket2-fill\": \"\\f181\","},{"lineNumber":166,"author":{"gitId":"yiwen101"},"content":" \"basket2\": \"\\f182\","},{"lineNumber":167,"author":{"gitId":"yiwen101"},"content":" \"basket3-fill\": \"\\f183\","},{"lineNumber":168,"author":{"gitId":"yiwen101"},"content":" \"basket3\": \"\\f184\","},{"lineNumber":169,"author":{"gitId":"yiwen101"},"content":" \"battery-charging\": \"\\f185\","},{"lineNumber":170,"author":{"gitId":"yiwen101"},"content":" \"battery-full\": \"\\f186\","},{"lineNumber":171,"author":{"gitId":"yiwen101"},"content":" \"battery-half\": \"\\f187\","},{"lineNumber":172,"author":{"gitId":"yiwen101"},"content":" \"battery\": \"\\f188\","},{"lineNumber":173,"author":{"gitId":"yiwen101"},"content":" \"bell-fill\": \"\\f189\","},{"lineNumber":174,"author":{"gitId":"yiwen101"},"content":" \"bell\": \"\\f18a\","},{"lineNumber":175,"author":{"gitId":"yiwen101"},"content":" \"bezier\": \"\\f18b\","},{"lineNumber":176,"author":{"gitId":"yiwen101"},"content":" \"bezier2\": \"\\f18c\","},{"lineNumber":177,"author":{"gitId":"yiwen101"},"content":" \"bicycle\": \"\\f18d\","},{"lineNumber":178,"author":{"gitId":"yiwen101"},"content":" \"binoculars-fill\": \"\\f18e\","},{"lineNumber":179,"author":{"gitId":"yiwen101"},"content":" \"binoculars\": \"\\f18f\","},{"lineNumber":180,"author":{"gitId":"yiwen101"},"content":" \"blockquote-left\": \"\\f190\","},{"lineNumber":181,"author":{"gitId":"yiwen101"},"content":" \"blockquote-right\": \"\\f191\","},{"lineNumber":182,"author":{"gitId":"yiwen101"},"content":" \"book-fill\": \"\\f192\","},{"lineNumber":183,"author":{"gitId":"yiwen101"},"content":" \"book-half\": \"\\f193\","},{"lineNumber":184,"author":{"gitId":"yiwen101"},"content":" \"book\": \"\\f194\","},{"lineNumber":185,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check-fill\": \"\\f195\","},{"lineNumber":186,"author":{"gitId":"yiwen101"},"content":" \"bookmark-check\": \"\\f196\","},{"lineNumber":187,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash-fill\": \"\\f197\","},{"lineNumber":188,"author":{"gitId":"yiwen101"},"content":" \"bookmark-dash\": \"\\f198\","},{"lineNumber":189,"author":{"gitId":"yiwen101"},"content":" \"bookmark-fill\": \"\\f199\","},{"lineNumber":190,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart-fill\": \"\\f19a\","},{"lineNumber":191,"author":{"gitId":"yiwen101"},"content":" \"bookmark-heart\": \"\\f19b\","},{"lineNumber":192,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus-fill\": \"\\f19c\","},{"lineNumber":193,"author":{"gitId":"yiwen101"},"content":" \"bookmark-plus\": \"\\f19d\","},{"lineNumber":194,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star-fill\": \"\\f19e\","},{"lineNumber":195,"author":{"gitId":"yiwen101"},"content":" \"bookmark-star\": \"\\f19f\","},{"lineNumber":196,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x-fill\": \"\\f1a0\","},{"lineNumber":197,"author":{"gitId":"yiwen101"},"content":" \"bookmark-x\": \"\\f1a1\","},{"lineNumber":198,"author":{"gitId":"yiwen101"},"content":" \"bookmark\": \"\\f1a2\","},{"lineNumber":199,"author":{"gitId":"yiwen101"},"content":" \"bookmarks-fill\": \"\\f1a3\","},{"lineNumber":200,"author":{"gitId":"yiwen101"},"content":" \"bookmarks\": \"\\f1a4\","},{"lineNumber":201,"author":{"gitId":"yiwen101"},"content":" \"bookshelf\": \"\\f1a5\","},{"lineNumber":202,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-fill\": \"\\f1a6\","},{"lineNumber":203,"author":{"gitId":"yiwen101"},"content":" \"bootstrap-reboot\": \"\\f1a7\","},{"lineNumber":204,"author":{"gitId":"yiwen101"},"content":" \"bootstrap\": \"\\f1a8\","},{"lineNumber":205,"author":{"gitId":"yiwen101"},"content":" \"border-all\": \"\\f1a9\","},{"lineNumber":206,"author":{"gitId":"yiwen101"},"content":" \"border-bottom\": \"\\f1aa\","},{"lineNumber":207,"author":{"gitId":"yiwen101"},"content":" \"border-center\": \"\\f1ab\","},{"lineNumber":208,"author":{"gitId":"yiwen101"},"content":" \"border-inner\": \"\\f1ac\","},{"lineNumber":209,"author":{"gitId":"yiwen101"},"content":" \"border-left\": \"\\f1ad\","},{"lineNumber":210,"author":{"gitId":"yiwen101"},"content":" \"border-middle\": \"\\f1ae\","},{"lineNumber":211,"author":{"gitId":"yiwen101"},"content":" \"border-outer\": \"\\f1af\","},{"lineNumber":212,"author":{"gitId":"yiwen101"},"content":" \"border-right\": \"\\f1b0\","},{"lineNumber":213,"author":{"gitId":"yiwen101"},"content":" \"border-style\": \"\\f1b1\","},{"lineNumber":214,"author":{"gitId":"yiwen101"},"content":" \"border-top\": \"\\f1b2\","},{"lineNumber":215,"author":{"gitId":"yiwen101"},"content":" \"border-width\": \"\\f1b3\","},{"lineNumber":216,"author":{"gitId":"yiwen101"},"content":" \"border\": \"\\f1b4\","},{"lineNumber":217,"author":{"gitId":"yiwen101"},"content":" \"bounding-box-circles\": \"\\f1b5\","},{"lineNumber":218,"author":{"gitId":"yiwen101"},"content":" \"bounding-box\": \"\\f1b6\","},{"lineNumber":219,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-left\": \"\\f1b7\","},{"lineNumber":220,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down-right\": \"\\f1b8\","},{"lineNumber":221,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-down\": \"\\f1b9\","},{"lineNumber":222,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-left\": \"\\f1ba\","},{"lineNumber":223,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down-right\": \"\\f1bb\","},{"lineNumber":224,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-down\": \"\\f1bc\","},{"lineNumber":225,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-left\": \"\\f1bd\","},{"lineNumber":226,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-right\": \"\\f1be\","},{"lineNumber":227,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-left\": \"\\f1bf\","},{"lineNumber":228,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up-right\": \"\\f1c0\","},{"lineNumber":229,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-in-up\": \"\\f1c1\","},{"lineNumber":230,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-left\": \"\\f1c2\","},{"lineNumber":231,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-right\": \"\\f1c3\","},{"lineNumber":232,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-left\": \"\\f1c4\","},{"lineNumber":233,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up-right\": \"\\f1c5\","},{"lineNumber":234,"author":{"gitId":"yiwen101"},"content":" \"box-arrow-up\": \"\\f1c6\","},{"lineNumber":235,"author":{"gitId":"yiwen101"},"content":" \"box-seam\": \"\\f1c7\","},{"lineNumber":236,"author":{"gitId":"yiwen101"},"content":" \"box\": \"\\f1c8\","},{"lineNumber":237,"author":{"gitId":"yiwen101"},"content":" \"braces\": \"\\f1c9\","},{"lineNumber":238,"author":{"gitId":"yiwen101"},"content":" \"bricks\": \"\\f1ca\","},{"lineNumber":239,"author":{"gitId":"yiwen101"},"content":" \"briefcase-fill\": \"\\f1cb\","},{"lineNumber":240,"author":{"gitId":"yiwen101"},"content":" \"briefcase\": \"\\f1cc\","},{"lineNumber":241,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high-fill\": \"\\f1cd\","},{"lineNumber":242,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-high\": \"\\f1ce\","},{"lineNumber":243,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low-fill\": \"\\f1cf\","},{"lineNumber":244,"author":{"gitId":"yiwen101"},"content":" \"brightness-alt-low\": \"\\f1d0\","},{"lineNumber":245,"author":{"gitId":"yiwen101"},"content":" \"brightness-high-fill\": \"\\f1d1\","},{"lineNumber":246,"author":{"gitId":"yiwen101"},"content":" \"brightness-high\": \"\\f1d2\","},{"lineNumber":247,"author":{"gitId":"yiwen101"},"content":" \"brightness-low-fill\": \"\\f1d3\","},{"lineNumber":248,"author":{"gitId":"yiwen101"},"content":" \"brightness-low\": \"\\f1d4\","},{"lineNumber":249,"author":{"gitId":"yiwen101"},"content":" \"broadcast-pin\": \"\\f1d5\","},{"lineNumber":250,"author":{"gitId":"yiwen101"},"content":" \"broadcast\": \"\\f1d6\","},{"lineNumber":251,"author":{"gitId":"yiwen101"},"content":" \"brush-fill\": \"\\f1d7\","},{"lineNumber":252,"author":{"gitId":"yiwen101"},"content":" \"brush\": \"\\f1d8\","},{"lineNumber":253,"author":{"gitId":"yiwen101"},"content":" \"bucket-fill\": \"\\f1d9\","},{"lineNumber":254,"author":{"gitId":"yiwen101"},"content":" \"bucket\": \"\\f1da\","},{"lineNumber":255,"author":{"gitId":"yiwen101"},"content":" \"bug-fill\": \"\\f1db\","},{"lineNumber":256,"author":{"gitId":"yiwen101"},"content":" \"bug\": \"\\f1dc\","},{"lineNumber":257,"author":{"gitId":"yiwen101"},"content":" \"building\": \"\\f1dd\","},{"lineNumber":258,"author":{"gitId":"yiwen101"},"content":" \"bullseye\": \"\\f1de\","},{"lineNumber":259,"author":{"gitId":"yiwen101"},"content":" \"calculator-fill\": \"\\f1df\","},{"lineNumber":260,"author":{"gitId":"yiwen101"},"content":" \"calculator\": \"\\f1e0\","},{"lineNumber":261,"author":{"gitId":"yiwen101"},"content":" \"calendar-check-fill\": \"\\f1e1\","},{"lineNumber":262,"author":{"gitId":"yiwen101"},"content":" \"calendar-check\": \"\\f1e2\","},{"lineNumber":263,"author":{"gitId":"yiwen101"},"content":" \"calendar-date-fill\": \"\\f1e3\","},{"lineNumber":264,"author":{"gitId":"yiwen101"},"content":" \"calendar-date\": \"\\f1e4\","},{"lineNumber":265,"author":{"gitId":"yiwen101"},"content":" \"calendar-day-fill\": \"\\f1e5\","},{"lineNumber":266,"author":{"gitId":"yiwen101"},"content":" \"calendar-day\": \"\\f1e6\","},{"lineNumber":267,"author":{"gitId":"yiwen101"},"content":" \"calendar-event-fill\": \"\\f1e7\","},{"lineNumber":268,"author":{"gitId":"yiwen101"},"content":" \"calendar-event\": \"\\f1e8\","},{"lineNumber":269,"author":{"gitId":"yiwen101"},"content":" \"calendar-fill\": \"\\f1e9\","},{"lineNumber":270,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus-fill\": \"\\f1ea\","},{"lineNumber":271,"author":{"gitId":"yiwen101"},"content":" \"calendar-minus\": \"\\f1eb\","},{"lineNumber":272,"author":{"gitId":"yiwen101"},"content":" \"calendar-month-fill\": \"\\f1ec\","},{"lineNumber":273,"author":{"gitId":"yiwen101"},"content":" \"calendar-month\": \"\\f1ed\","},{"lineNumber":274,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus-fill\": \"\\f1ee\","},{"lineNumber":275,"author":{"gitId":"yiwen101"},"content":" \"calendar-plus\": \"\\f1ef\","},{"lineNumber":276,"author":{"gitId":"yiwen101"},"content":" \"calendar-range-fill\": \"\\f1f0\","},{"lineNumber":277,"author":{"gitId":"yiwen101"},"content":" \"calendar-range\": \"\\f1f1\","},{"lineNumber":278,"author":{"gitId":"yiwen101"},"content":" \"calendar-week-fill\": \"\\f1f2\","},{"lineNumber":279,"author":{"gitId":"yiwen101"},"content":" \"calendar-week\": \"\\f1f3\","},{"lineNumber":280,"author":{"gitId":"yiwen101"},"content":" \"calendar-x-fill\": \"\\f1f4\","},{"lineNumber":281,"author":{"gitId":"yiwen101"},"content":" \"calendar-x\": \"\\f1f5\","},{"lineNumber":282,"author":{"gitId":"yiwen101"},"content":" \"calendar\": \"\\f1f6\","},{"lineNumber":283,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check-fill\": \"\\f1f7\","},{"lineNumber":284,"author":{"gitId":"yiwen101"},"content":" \"calendar2-check\": \"\\f1f8\","},{"lineNumber":285,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date-fill\": \"\\f1f9\","},{"lineNumber":286,"author":{"gitId":"yiwen101"},"content":" \"calendar2-date\": \"\\f1fa\","},{"lineNumber":287,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day-fill\": \"\\f1fb\","},{"lineNumber":288,"author":{"gitId":"yiwen101"},"content":" \"calendar2-day\": \"\\f1fc\","},{"lineNumber":289,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event-fill\": \"\\f1fd\","},{"lineNumber":290,"author":{"gitId":"yiwen101"},"content":" \"calendar2-event\": \"\\f1fe\","},{"lineNumber":291,"author":{"gitId":"yiwen101"},"content":" \"calendar2-fill\": \"\\f1ff\","},{"lineNumber":292,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus-fill\": \"\\f200\","},{"lineNumber":293,"author":{"gitId":"yiwen101"},"content":" \"calendar2-minus\": \"\\f201\","},{"lineNumber":294,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month-fill\": \"\\f202\","},{"lineNumber":295,"author":{"gitId":"yiwen101"},"content":" \"calendar2-month\": \"\\f203\","},{"lineNumber":296,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus-fill\": \"\\f204\","},{"lineNumber":297,"author":{"gitId":"yiwen101"},"content":" \"calendar2-plus\": \"\\f205\","},{"lineNumber":298,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range-fill\": \"\\f206\","},{"lineNumber":299,"author":{"gitId":"yiwen101"},"content":" \"calendar2-range\": \"\\f207\","},{"lineNumber":300,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week-fill\": \"\\f208\","},{"lineNumber":301,"author":{"gitId":"yiwen101"},"content":" \"calendar2-week\": \"\\f209\","},{"lineNumber":302,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x-fill\": \"\\f20a\","},{"lineNumber":303,"author":{"gitId":"yiwen101"},"content":" \"calendar2-x\": \"\\f20b\","},{"lineNumber":304,"author":{"gitId":"yiwen101"},"content":" \"calendar2\": \"\\f20c\","},{"lineNumber":305,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event-fill\": \"\\f20d\","},{"lineNumber":306,"author":{"gitId":"yiwen101"},"content":" \"calendar3-event\": \"\\f20e\","},{"lineNumber":307,"author":{"gitId":"yiwen101"},"content":" \"calendar3-fill\": \"\\f20f\","},{"lineNumber":308,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range-fill\": \"\\f210\","},{"lineNumber":309,"author":{"gitId":"yiwen101"},"content":" \"calendar3-range\": \"\\f211\","},{"lineNumber":310,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week-fill\": \"\\f212\","},{"lineNumber":311,"author":{"gitId":"yiwen101"},"content":" \"calendar3-week\": \"\\f213\","},{"lineNumber":312,"author":{"gitId":"yiwen101"},"content":" \"calendar3\": \"\\f214\","},{"lineNumber":313,"author":{"gitId":"yiwen101"},"content":" \"calendar4-event\": \"\\f215\","},{"lineNumber":314,"author":{"gitId":"yiwen101"},"content":" \"calendar4-range\": \"\\f216\","},{"lineNumber":315,"author":{"gitId":"yiwen101"},"content":" \"calendar4-week\": \"\\f217\","},{"lineNumber":316,"author":{"gitId":"yiwen101"},"content":" \"calendar4\": \"\\f218\","},{"lineNumber":317,"author":{"gitId":"yiwen101"},"content":" \"camera-fill\": \"\\f219\","},{"lineNumber":318,"author":{"gitId":"yiwen101"},"content":" \"camera-reels-fill\": \"\\f21a\","},{"lineNumber":319,"author":{"gitId":"yiwen101"},"content":" \"camera-reels\": \"\\f21b\","},{"lineNumber":320,"author":{"gitId":"yiwen101"},"content":" \"camera-video-fill\": \"\\f21c\","},{"lineNumber":321,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off-fill\": \"\\f21d\","},{"lineNumber":322,"author":{"gitId":"yiwen101"},"content":" \"camera-video-off\": \"\\f21e\","},{"lineNumber":323,"author":{"gitId":"yiwen101"},"content":" \"camera-video\": \"\\f21f\","},{"lineNumber":324,"author":{"gitId":"yiwen101"},"content":" \"camera\": \"\\f220\","},{"lineNumber":325,"author":{"gitId":"yiwen101"},"content":" \"camera2\": \"\\f221\","},{"lineNumber":326,"author":{"gitId":"yiwen101"},"content":" \"capslock-fill\": \"\\f222\","},{"lineNumber":327,"author":{"gitId":"yiwen101"},"content":" \"capslock\": \"\\f223\","},{"lineNumber":328,"author":{"gitId":"yiwen101"},"content":" \"card-checklist\": \"\\f224\","},{"lineNumber":329,"author":{"gitId":"yiwen101"},"content":" \"card-heading\": \"\\f225\","},{"lineNumber":330,"author":{"gitId":"yiwen101"},"content":" \"card-image\": \"\\f226\","},{"lineNumber":331,"author":{"gitId":"yiwen101"},"content":" \"card-list\": \"\\f227\","},{"lineNumber":332,"author":{"gitId":"yiwen101"},"content":" \"card-text\": \"\\f228\","},{"lineNumber":333,"author":{"gitId":"yiwen101"},"content":" \"caret-down-fill\": \"\\f229\","},{"lineNumber":334,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square-fill\": \"\\f22a\","},{"lineNumber":335,"author":{"gitId":"yiwen101"},"content":" \"caret-down-square\": \"\\f22b\","},{"lineNumber":336,"author":{"gitId":"yiwen101"},"content":" \"caret-down\": \"\\f22c\","},{"lineNumber":337,"author":{"gitId":"yiwen101"},"content":" \"caret-left-fill\": \"\\f22d\","},{"lineNumber":338,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square-fill\": \"\\f22e\","},{"lineNumber":339,"author":{"gitId":"yiwen101"},"content":" \"caret-left-square\": \"\\f22f\","},{"lineNumber":340,"author":{"gitId":"yiwen101"},"content":" \"caret-left\": \"\\f230\","},{"lineNumber":341,"author":{"gitId":"yiwen101"},"content":" \"caret-right-fill\": \"\\f231\","},{"lineNumber":342,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square-fill\": \"\\f232\","},{"lineNumber":343,"author":{"gitId":"yiwen101"},"content":" \"caret-right-square\": \"\\f233\","},{"lineNumber":344,"author":{"gitId":"yiwen101"},"content":" \"caret-right\": \"\\f234\","},{"lineNumber":345,"author":{"gitId":"yiwen101"},"content":" \"caret-up-fill\": \"\\f235\","},{"lineNumber":346,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square-fill\": \"\\f236\","},{"lineNumber":347,"author":{"gitId":"yiwen101"},"content":" \"caret-up-square\": \"\\f237\","},{"lineNumber":348,"author":{"gitId":"yiwen101"},"content":" \"caret-up\": \"\\f238\","},{"lineNumber":349,"author":{"gitId":"yiwen101"},"content":" \"cart-check-fill\": \"\\f239\","},{"lineNumber":350,"author":{"gitId":"yiwen101"},"content":" \"cart-check\": \"\\f23a\","},{"lineNumber":351,"author":{"gitId":"yiwen101"},"content":" \"cart-dash-fill\": \"\\f23b\","},{"lineNumber":352,"author":{"gitId":"yiwen101"},"content":" \"cart-dash\": \"\\f23c\","},{"lineNumber":353,"author":{"gitId":"yiwen101"},"content":" \"cart-fill\": \"\\f23d\","},{"lineNumber":354,"author":{"gitId":"yiwen101"},"content":" \"cart-plus-fill\": \"\\f23e\","},{"lineNumber":355,"author":{"gitId":"yiwen101"},"content":" \"cart-plus\": \"\\f23f\","},{"lineNumber":356,"author":{"gitId":"yiwen101"},"content":" \"cart-x-fill\": \"\\f240\","},{"lineNumber":357,"author":{"gitId":"yiwen101"},"content":" \"cart-x\": \"\\f241\","},{"lineNumber":358,"author":{"gitId":"yiwen101"},"content":" \"cart\": \"\\f242\","},{"lineNumber":359,"author":{"gitId":"yiwen101"},"content":" \"cart2\": \"\\f243\","},{"lineNumber":360,"author":{"gitId":"yiwen101"},"content":" \"cart3\": \"\\f244\","},{"lineNumber":361,"author":{"gitId":"yiwen101"},"content":" \"cart4\": \"\\f245\","},{"lineNumber":362,"author":{"gitId":"yiwen101"},"content":" \"cash-stack\": \"\\f246\","},{"lineNumber":363,"author":{"gitId":"yiwen101"},"content":" \"cash\": \"\\f247\","},{"lineNumber":364,"author":{"gitId":"yiwen101"},"content":" \"cast\": \"\\f248\","},{"lineNumber":365,"author":{"gitId":"yiwen101"},"content":" \"chat-dots-fill\": \"\\f249\","},{"lineNumber":366,"author":{"gitId":"yiwen101"},"content":" \"chat-dots\": \"\\f24a\","},{"lineNumber":367,"author":{"gitId":"yiwen101"},"content":" \"chat-fill\": \"\\f24b\","},{"lineNumber":368,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots-fill\": \"\\f24c\","},{"lineNumber":369,"author":{"gitId":"yiwen101"},"content":" \"chat-left-dots\": \"\\f24d\","},{"lineNumber":370,"author":{"gitId":"yiwen101"},"content":" \"chat-left-fill\": \"\\f24e\","},{"lineNumber":371,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote-fill\": \"\\f24f\","},{"lineNumber":372,"author":{"gitId":"yiwen101"},"content":" \"chat-left-quote\": \"\\f250\","},{"lineNumber":373,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text-fill\": \"\\f251\","},{"lineNumber":374,"author":{"gitId":"yiwen101"},"content":" \"chat-left-text\": \"\\f252\","},{"lineNumber":375,"author":{"gitId":"yiwen101"},"content":" \"chat-left\": \"\\f253\","},{"lineNumber":376,"author":{"gitId":"yiwen101"},"content":" \"chat-quote-fill\": \"\\f254\","},{"lineNumber":377,"author":{"gitId":"yiwen101"},"content":" \"chat-quote\": \"\\f255\","},{"lineNumber":378,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots-fill\": \"\\f256\","},{"lineNumber":379,"author":{"gitId":"yiwen101"},"content":" \"chat-right-dots\": \"\\f257\","},{"lineNumber":380,"author":{"gitId":"yiwen101"},"content":" \"chat-right-fill\": \"\\f258\","},{"lineNumber":381,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote-fill\": \"\\f259\","},{"lineNumber":382,"author":{"gitId":"yiwen101"},"content":" \"chat-right-quote\": \"\\f25a\","},{"lineNumber":383,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text-fill\": \"\\f25b\","},{"lineNumber":384,"author":{"gitId":"yiwen101"},"content":" \"chat-right-text\": \"\\f25c\","},{"lineNumber":385,"author":{"gitId":"yiwen101"},"content":" \"chat-right\": \"\\f25d\","},{"lineNumber":386,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots-fill\": \"\\f25e\","},{"lineNumber":387,"author":{"gitId":"yiwen101"},"content":" \"chat-square-dots\": \"\\f25f\","},{"lineNumber":388,"author":{"gitId":"yiwen101"},"content":" \"chat-square-fill\": \"\\f260\","},{"lineNumber":389,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote-fill\": \"\\f261\","},{"lineNumber":390,"author":{"gitId":"yiwen101"},"content":" \"chat-square-quote\": \"\\f262\","},{"lineNumber":391,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text-fill\": \"\\f263\","},{"lineNumber":392,"author":{"gitId":"yiwen101"},"content":" \"chat-square-text\": \"\\f264\","},{"lineNumber":393,"author":{"gitId":"yiwen101"},"content":" \"chat-square\": \"\\f265\","},{"lineNumber":394,"author":{"gitId":"yiwen101"},"content":" \"chat-text-fill\": \"\\f266\","},{"lineNumber":395,"author":{"gitId":"yiwen101"},"content":" \"chat-text\": \"\\f267\","},{"lineNumber":396,"author":{"gitId":"yiwen101"},"content":" \"chat\": \"\\f268\","},{"lineNumber":397,"author":{"gitId":"yiwen101"},"content":" \"check-all\": \"\\f269\","},{"lineNumber":398,"author":{"gitId":"yiwen101"},"content":" \"check-circle-fill\": \"\\f26a\","},{"lineNumber":399,"author":{"gitId":"yiwen101"},"content":" \"check-circle\": \"\\f26b\","},{"lineNumber":400,"author":{"gitId":"yiwen101"},"content":" \"check-square-fill\": \"\\f26c\","},{"lineNumber":401,"author":{"gitId":"yiwen101"},"content":" \"check-square\": \"\\f26d\","},{"lineNumber":402,"author":{"gitId":"yiwen101"},"content":" \"check\": \"\\f26e\","},{"lineNumber":403,"author":{"gitId":"yiwen101"},"content":" \"check2-all\": \"\\f26f\","},{"lineNumber":404,"author":{"gitId":"yiwen101"},"content":" \"check2-circle\": \"\\f270\","},{"lineNumber":405,"author":{"gitId":"yiwen101"},"content":" \"check2-square\": \"\\f271\","},{"lineNumber":406,"author":{"gitId":"yiwen101"},"content":" \"check2\": \"\\f272\","},{"lineNumber":407,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-contract\": \"\\f273\","},{"lineNumber":408,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-down\": \"\\f274\","},{"lineNumber":409,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-expand\": \"\\f275\","},{"lineNumber":410,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-left\": \"\\f276\","},{"lineNumber":411,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-right\": \"\\f277\","},{"lineNumber":412,"author":{"gitId":"yiwen101"},"content":" \"chevron-bar-up\": \"\\f278\","},{"lineNumber":413,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-down\": \"\\f279\","},{"lineNumber":414,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-left\": \"\\f27a\","},{"lineNumber":415,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-right\": \"\\f27b\","},{"lineNumber":416,"author":{"gitId":"yiwen101"},"content":" \"chevron-compact-up\": \"\\f27c\","},{"lineNumber":417,"author":{"gitId":"yiwen101"},"content":" \"chevron-contract\": \"\\f27d\","},{"lineNumber":418,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-down\": \"\\f27e\","},{"lineNumber":419,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-left\": \"\\f27f\","},{"lineNumber":420,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-right\": \"\\f280\","},{"lineNumber":421,"author":{"gitId":"yiwen101"},"content":" \"chevron-double-up\": \"\\f281\","},{"lineNumber":422,"author":{"gitId":"yiwen101"},"content":" \"chevron-down\": \"\\f282\","},{"lineNumber":423,"author":{"gitId":"yiwen101"},"content":" \"chevron-expand\": \"\\f283\","},{"lineNumber":424,"author":{"gitId":"yiwen101"},"content":" \"chevron-left\": \"\\f284\","},{"lineNumber":425,"author":{"gitId":"yiwen101"},"content":" \"chevron-right\": \"\\f285\","},{"lineNumber":426,"author":{"gitId":"yiwen101"},"content":" \"chevron-up\": \"\\f286\","},{"lineNumber":427,"author":{"gitId":"yiwen101"},"content":" \"circle-fill\": \"\\f287\","},{"lineNumber":428,"author":{"gitId":"yiwen101"},"content":" \"circle-half\": \"\\f288\","},{"lineNumber":429,"author":{"gitId":"yiwen101"},"content":" \"circle-square\": \"\\f289\","},{"lineNumber":430,"author":{"gitId":"yiwen101"},"content":" \"circle\": \"\\f28a\","},{"lineNumber":431,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check\": \"\\f28b\","},{"lineNumber":432,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data\": \"\\f28c\","},{"lineNumber":433,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus\": \"\\f28d\","},{"lineNumber":434,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus\": \"\\f28e\","},{"lineNumber":435,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x\": \"\\f28f\","},{"lineNumber":436,"author":{"gitId":"yiwen101"},"content":" \"clipboard\": \"\\f290\","},{"lineNumber":437,"author":{"gitId":"yiwen101"},"content":" \"clock-fill\": \"\\f291\","},{"lineNumber":438,"author":{"gitId":"yiwen101"},"content":" \"clock-history\": \"\\f292\","},{"lineNumber":439,"author":{"gitId":"yiwen101"},"content":" \"clock\": \"\\f293\","},{"lineNumber":440,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down-fill\": \"\\f294\","},{"lineNumber":441,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-down\": \"\\f295\","},{"lineNumber":442,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up-fill\": \"\\f296\","},{"lineNumber":443,"author":{"gitId":"yiwen101"},"content":" \"cloud-arrow-up\": \"\\f297\","},{"lineNumber":444,"author":{"gitId":"yiwen101"},"content":" \"cloud-check-fill\": \"\\f298\","},{"lineNumber":445,"author":{"gitId":"yiwen101"},"content":" \"cloud-check\": \"\\f299\","},{"lineNumber":446,"author":{"gitId":"yiwen101"},"content":" \"cloud-download-fill\": \"\\f29a\","},{"lineNumber":447,"author":{"gitId":"yiwen101"},"content":" \"cloud-download\": \"\\f29b\","},{"lineNumber":448,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle-fill\": \"\\f29c\","},{"lineNumber":449,"author":{"gitId":"yiwen101"},"content":" \"cloud-drizzle\": \"\\f29d\","},{"lineNumber":450,"author":{"gitId":"yiwen101"},"content":" \"cloud-fill\": \"\\f29e\","},{"lineNumber":451,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog-fill\": \"\\f29f\","},{"lineNumber":452,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog\": \"\\f2a0\","},{"lineNumber":453,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2-fill\": \"\\f2a1\","},{"lineNumber":454,"author":{"gitId":"yiwen101"},"content":" \"cloud-fog2\": \"\\f2a2\","},{"lineNumber":455,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail-fill\": \"\\f2a3\","},{"lineNumber":456,"author":{"gitId":"yiwen101"},"content":" \"cloud-hail\": \"\\f2a4\","},{"lineNumber":457,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze-fill\": \"\\f2a6\","},{"lineNumber":458,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze\": \"\\f2a7\","},{"lineNumber":459,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2-fill\": \"\\f2a8\","},{"lineNumber":460,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-fill\": \"\\f2a9\","},{"lineNumber":461,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain-fill\": \"\\f2aa\","},{"lineNumber":462,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning-rain\": \"\\f2ab\","},{"lineNumber":463,"author":{"gitId":"yiwen101"},"content":" \"cloud-lightning\": \"\\f2ac\","},{"lineNumber":464,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus-fill\": \"\\f2ad\","},{"lineNumber":465,"author":{"gitId":"yiwen101"},"content":" \"cloud-minus\": \"\\f2ae\","},{"lineNumber":466,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon-fill\": \"\\f2af\","},{"lineNumber":467,"author":{"gitId":"yiwen101"},"content":" \"cloud-moon\": \"\\f2b0\","},{"lineNumber":468,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus-fill\": \"\\f2b1\","},{"lineNumber":469,"author":{"gitId":"yiwen101"},"content":" \"cloud-plus\": \"\\f2b2\","},{"lineNumber":470,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-fill\": \"\\f2b3\","},{"lineNumber":471,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy-fill\": \"\\f2b4\","},{"lineNumber":472,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain-heavy\": \"\\f2b5\","},{"lineNumber":473,"author":{"gitId":"yiwen101"},"content":" \"cloud-rain\": \"\\f2b6\","},{"lineNumber":474,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash-fill\": \"\\f2b7\","},{"lineNumber":475,"author":{"gitId":"yiwen101"},"content":" \"cloud-slash\": \"\\f2b8\","},{"lineNumber":476,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet-fill\": \"\\f2b9\","},{"lineNumber":477,"author":{"gitId":"yiwen101"},"content":" \"cloud-sleet\": \"\\f2ba\","},{"lineNumber":478,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow-fill\": \"\\f2bb\","},{"lineNumber":479,"author":{"gitId":"yiwen101"},"content":" \"cloud-snow\": \"\\f2bc\","},{"lineNumber":480,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun-fill\": \"\\f2bd\","},{"lineNumber":481,"author":{"gitId":"yiwen101"},"content":" \"cloud-sun\": \"\\f2be\","},{"lineNumber":482,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload-fill\": \"\\f2bf\","},{"lineNumber":483,"author":{"gitId":"yiwen101"},"content":" \"cloud-upload\": \"\\f2c0\","},{"lineNumber":484,"author":{"gitId":"yiwen101"},"content":" \"cloud\": \"\\f2c1\","},{"lineNumber":485,"author":{"gitId":"yiwen101"},"content":" \"clouds-fill\": \"\\f2c2\","},{"lineNumber":486,"author":{"gitId":"yiwen101"},"content":" \"clouds\": \"\\f2c3\","},{"lineNumber":487,"author":{"gitId":"yiwen101"},"content":" \"cloudy-fill\": \"\\f2c4\","},{"lineNumber":488,"author":{"gitId":"yiwen101"},"content":" \"cloudy\": \"\\f2c5\","},{"lineNumber":489,"author":{"gitId":"yiwen101"},"content":" \"code-slash\": \"\\f2c6\","},{"lineNumber":490,"author":{"gitId":"yiwen101"},"content":" \"code-square\": \"\\f2c7\","},{"lineNumber":491,"author":{"gitId":"yiwen101"},"content":" \"code\": \"\\f2c8\","},{"lineNumber":492,"author":{"gitId":"yiwen101"},"content":" \"collection-fill\": \"\\f2c9\","},{"lineNumber":493,"author":{"gitId":"yiwen101"},"content":" \"collection-play-fill\": \"\\f2ca\","},{"lineNumber":494,"author":{"gitId":"yiwen101"},"content":" \"collection-play\": \"\\f2cb\","},{"lineNumber":495,"author":{"gitId":"yiwen101"},"content":" \"collection\": \"\\f2cc\","},{"lineNumber":496,"author":{"gitId":"yiwen101"},"content":" \"columns-gap\": \"\\f2cd\","},{"lineNumber":497,"author":{"gitId":"yiwen101"},"content":" \"columns\": \"\\f2ce\","},{"lineNumber":498,"author":{"gitId":"yiwen101"},"content":" \"command\": \"\\f2cf\","},{"lineNumber":499,"author":{"gitId":"yiwen101"},"content":" \"compass-fill\": \"\\f2d0\","},{"lineNumber":500,"author":{"gitId":"yiwen101"},"content":" \"compass\": \"\\f2d1\","},{"lineNumber":501,"author":{"gitId":"yiwen101"},"content":" \"cone-striped\": \"\\f2d2\","},{"lineNumber":502,"author":{"gitId":"yiwen101"},"content":" \"cone\": \"\\f2d3\","},{"lineNumber":503,"author":{"gitId":"yiwen101"},"content":" \"controller\": \"\\f2d4\","},{"lineNumber":504,"author":{"gitId":"yiwen101"},"content":" \"cpu-fill\": \"\\f2d5\","},{"lineNumber":505,"author":{"gitId":"yiwen101"},"content":" \"cpu\": \"\\f2d6\","},{"lineNumber":506,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back-fill\": \"\\f2d7\","},{"lineNumber":507,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-back\": \"\\f2d8\","},{"lineNumber":508,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front-fill\": \"\\f2d9\","},{"lineNumber":509,"author":{"gitId":"yiwen101"},"content":" \"credit-card-2-front\": \"\\f2da\","},{"lineNumber":510,"author":{"gitId":"yiwen101"},"content":" \"credit-card-fill\": \"\\f2db\","},{"lineNumber":511,"author":{"gitId":"yiwen101"},"content":" \"credit-card\": \"\\f2dc\","},{"lineNumber":512,"author":{"gitId":"yiwen101"},"content":" \"crop\": \"\\f2dd\","},{"lineNumber":513,"author":{"gitId":"yiwen101"},"content":" \"cup-fill\": \"\\f2de\","},{"lineNumber":514,"author":{"gitId":"yiwen101"},"content":" \"cup-straw\": \"\\f2df\","},{"lineNumber":515,"author":{"gitId":"yiwen101"},"content":" \"cup\": \"\\f2e0\","},{"lineNumber":516,"author":{"gitId":"yiwen101"},"content":" \"cursor-fill\": \"\\f2e1\","},{"lineNumber":517,"author":{"gitId":"yiwen101"},"content":" \"cursor-text\": \"\\f2e2\","},{"lineNumber":518,"author":{"gitId":"yiwen101"},"content":" \"cursor\": \"\\f2e3\","},{"lineNumber":519,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-dotted\": \"\\f2e4\","},{"lineNumber":520,"author":{"gitId":"yiwen101"},"content":" \"dash-circle-fill\": \"\\f2e5\","},{"lineNumber":521,"author":{"gitId":"yiwen101"},"content":" \"dash-circle\": \"\\f2e6\","},{"lineNumber":522,"author":{"gitId":"yiwen101"},"content":" \"dash-square-dotted\": \"\\f2e7\","},{"lineNumber":523,"author":{"gitId":"yiwen101"},"content":" \"dash-square-fill\": \"\\f2e8\","},{"lineNumber":524,"author":{"gitId":"yiwen101"},"content":" \"dash-square\": \"\\f2e9\","},{"lineNumber":525,"author":{"gitId":"yiwen101"},"content":" \"dash\": \"\\f2ea\","},{"lineNumber":526,"author":{"gitId":"yiwen101"},"content":" \"diagram-2-fill\": \"\\f2eb\","},{"lineNumber":527,"author":{"gitId":"yiwen101"},"content":" \"diagram-2\": \"\\f2ec\","},{"lineNumber":528,"author":{"gitId":"yiwen101"},"content":" \"diagram-3-fill\": \"\\f2ed\","},{"lineNumber":529,"author":{"gitId":"yiwen101"},"content":" \"diagram-3\": \"\\f2ee\","},{"lineNumber":530,"author":{"gitId":"yiwen101"},"content":" \"diamond-fill\": \"\\f2ef\","},{"lineNumber":531,"author":{"gitId":"yiwen101"},"content":" \"diamond-half\": \"\\f2f0\","},{"lineNumber":532,"author":{"gitId":"yiwen101"},"content":" \"diamond\": \"\\f2f1\","},{"lineNumber":533,"author":{"gitId":"yiwen101"},"content":" \"dice-1-fill\": \"\\f2f2\","},{"lineNumber":534,"author":{"gitId":"yiwen101"},"content":" \"dice-1\": \"\\f2f3\","},{"lineNumber":535,"author":{"gitId":"yiwen101"},"content":" \"dice-2-fill\": \"\\f2f4\","},{"lineNumber":536,"author":{"gitId":"yiwen101"},"content":" \"dice-2\": \"\\f2f5\","},{"lineNumber":537,"author":{"gitId":"yiwen101"},"content":" \"dice-3-fill\": \"\\f2f6\","},{"lineNumber":538,"author":{"gitId":"yiwen101"},"content":" \"dice-3\": \"\\f2f7\","},{"lineNumber":539,"author":{"gitId":"yiwen101"},"content":" \"dice-4-fill\": \"\\f2f8\","},{"lineNumber":540,"author":{"gitId":"yiwen101"},"content":" \"dice-4\": \"\\f2f9\","},{"lineNumber":541,"author":{"gitId":"yiwen101"},"content":" \"dice-5-fill\": \"\\f2fa\","},{"lineNumber":542,"author":{"gitId":"yiwen101"},"content":" \"dice-5\": \"\\f2fb\","},{"lineNumber":543,"author":{"gitId":"yiwen101"},"content":" \"dice-6-fill\": \"\\f2fc\","},{"lineNumber":544,"author":{"gitId":"yiwen101"},"content":" \"dice-6\": \"\\f2fd\","},{"lineNumber":545,"author":{"gitId":"yiwen101"},"content":" \"disc-fill\": \"\\f2fe\","},{"lineNumber":546,"author":{"gitId":"yiwen101"},"content":" \"disc\": \"\\f2ff\","},{"lineNumber":547,"author":{"gitId":"yiwen101"},"content":" \"discord\": \"\\f300\","},{"lineNumber":548,"author":{"gitId":"yiwen101"},"content":" \"display-fill\": \"\\f301\","},{"lineNumber":549,"author":{"gitId":"yiwen101"},"content":" \"display\": \"\\f302\","},{"lineNumber":550,"author":{"gitId":"yiwen101"},"content":" \"distribute-horizontal\": \"\\f303\","},{"lineNumber":551,"author":{"gitId":"yiwen101"},"content":" \"distribute-vertical\": \"\\f304\","},{"lineNumber":552,"author":{"gitId":"yiwen101"},"content":" \"door-closed-fill\": \"\\f305\","},{"lineNumber":553,"author":{"gitId":"yiwen101"},"content":" \"door-closed\": \"\\f306\","},{"lineNumber":554,"author":{"gitId":"yiwen101"},"content":" \"door-open-fill\": \"\\f307\","},{"lineNumber":555,"author":{"gitId":"yiwen101"},"content":" \"door-open\": \"\\f308\","},{"lineNumber":556,"author":{"gitId":"yiwen101"},"content":" \"dot\": \"\\f309\","},{"lineNumber":557,"author":{"gitId":"yiwen101"},"content":" \"download\": \"\\f30a\","},{"lineNumber":558,"author":{"gitId":"yiwen101"},"content":" \"droplet-fill\": \"\\f30b\","},{"lineNumber":559,"author":{"gitId":"yiwen101"},"content":" \"droplet-half\": \"\\f30c\","},{"lineNumber":560,"author":{"gitId":"yiwen101"},"content":" \"droplet\": \"\\f30d\","},{"lineNumber":561,"author":{"gitId":"yiwen101"},"content":" \"earbuds\": \"\\f30e\","},{"lineNumber":562,"author":{"gitId":"yiwen101"},"content":" \"easel-fill\": \"\\f30f\","},{"lineNumber":563,"author":{"gitId":"yiwen101"},"content":" \"easel\": \"\\f310\","},{"lineNumber":564,"author":{"gitId":"yiwen101"},"content":" \"egg-fill\": \"\\f311\","},{"lineNumber":565,"author":{"gitId":"yiwen101"},"content":" \"egg-fried\": \"\\f312\","},{"lineNumber":566,"author":{"gitId":"yiwen101"},"content":" \"egg\": \"\\f313\","},{"lineNumber":567,"author":{"gitId":"yiwen101"},"content":" \"eject-fill\": \"\\f314\","},{"lineNumber":568,"author":{"gitId":"yiwen101"},"content":" \"eject\": \"\\f315\","},{"lineNumber":569,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry-fill\": \"\\f316\","},{"lineNumber":570,"author":{"gitId":"yiwen101"},"content":" \"emoji-angry\": \"\\f317\","},{"lineNumber":571,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy-fill\": \"\\f318\","},{"lineNumber":572,"author":{"gitId":"yiwen101"},"content":" \"emoji-dizzy\": \"\\f319\","},{"lineNumber":573,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless-fill\": \"\\f31a\","},{"lineNumber":574,"author":{"gitId":"yiwen101"},"content":" \"emoji-expressionless\": \"\\f31b\","},{"lineNumber":575,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown-fill\": \"\\f31c\","},{"lineNumber":576,"author":{"gitId":"yiwen101"},"content":" \"emoji-frown\": \"\\f31d\","},{"lineNumber":577,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes-fill\": \"\\f31e\","},{"lineNumber":578,"author":{"gitId":"yiwen101"},"content":" \"emoji-heart-eyes\": \"\\f31f\","},{"lineNumber":579,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing-fill\": \"\\f320\","},{"lineNumber":580,"author":{"gitId":"yiwen101"},"content":" \"emoji-laughing\": \"\\f321\","},{"lineNumber":581,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral-fill\": \"\\f322\","},{"lineNumber":582,"author":{"gitId":"yiwen101"},"content":" \"emoji-neutral\": \"\\f323\","},{"lineNumber":583,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-fill\": \"\\f324\","},{"lineNumber":584,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down-fill\": \"\\f325\","},{"lineNumber":585,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile-upside-down\": \"\\f326\","},{"lineNumber":586,"author":{"gitId":"yiwen101"},"content":" \"emoji-smile\": \"\\f327\","},{"lineNumber":587,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses-fill\": \"\\f328\","},{"lineNumber":588,"author":{"gitId":"yiwen101"},"content":" \"emoji-sunglasses\": \"\\f329\","},{"lineNumber":589,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink-fill\": \"\\f32a\","},{"lineNumber":590,"author":{"gitId":"yiwen101"},"content":" \"emoji-wink\": \"\\f32b\","},{"lineNumber":591,"author":{"gitId":"yiwen101"},"content":" \"envelope-fill\": \"\\f32c\","},{"lineNumber":592,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-fill\": \"\\f32d\","},{"lineNumber":593,"author":{"gitId":"yiwen101"},"content":" \"envelope-open\": \"\\f32e\","},{"lineNumber":594,"author":{"gitId":"yiwen101"},"content":" \"envelope\": \"\\f32f\","},{"lineNumber":595,"author":{"gitId":"yiwen101"},"content":" \"eraser-fill\": \"\\f330\","},{"lineNumber":596,"author":{"gitId":"yiwen101"},"content":" \"eraser\": \"\\f331\","},{"lineNumber":597,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle-fill\": \"\\f332\","},{"lineNumber":598,"author":{"gitId":"yiwen101"},"content":" \"exclamation-circle\": \"\\f333\","},{"lineNumber":599,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond-fill\": \"\\f334\","},{"lineNumber":600,"author":{"gitId":"yiwen101"},"content":" \"exclamation-diamond\": \"\\f335\","},{"lineNumber":601,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon-fill\": \"\\f336\","},{"lineNumber":602,"author":{"gitId":"yiwen101"},"content":" \"exclamation-octagon\": \"\\f337\","},{"lineNumber":603,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square-fill\": \"\\f338\","},{"lineNumber":604,"author":{"gitId":"yiwen101"},"content":" \"exclamation-square\": \"\\f339\","},{"lineNumber":605,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle-fill\": \"\\f33a\","},{"lineNumber":606,"author":{"gitId":"yiwen101"},"content":" \"exclamation-triangle\": \"\\f33b\","},{"lineNumber":607,"author":{"gitId":"yiwen101"},"content":" \"exclamation\": \"\\f33c\","},{"lineNumber":608,"author":{"gitId":"yiwen101"},"content":" \"exclude\": \"\\f33d\","},{"lineNumber":609,"author":{"gitId":"yiwen101"},"content":" \"eye-fill\": \"\\f33e\","},{"lineNumber":610,"author":{"gitId":"yiwen101"},"content":" \"eye-slash-fill\": \"\\f33f\","},{"lineNumber":611,"author":{"gitId":"yiwen101"},"content":" \"eye-slash\": \"\\f340\","},{"lineNumber":612,"author":{"gitId":"yiwen101"},"content":" \"eye\": \"\\f341\","},{"lineNumber":613,"author":{"gitId":"yiwen101"},"content":" \"eyedropper\": \"\\f342\","},{"lineNumber":614,"author":{"gitId":"yiwen101"},"content":" \"eyeglasses\": \"\\f343\","},{"lineNumber":615,"author":{"gitId":"yiwen101"},"content":" \"facebook\": \"\\f344\","},{"lineNumber":616,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down-fill\": \"\\f345\","},{"lineNumber":617,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-down\": \"\\f346\","},{"lineNumber":618,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up-fill\": \"\\f347\","},{"lineNumber":619,"author":{"gitId":"yiwen101"},"content":" \"file-arrow-up\": \"\\f348\","},{"lineNumber":620,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph-fill\": \"\\f349\","},{"lineNumber":621,"author":{"gitId":"yiwen101"},"content":" \"file-bar-graph\": \"\\f34a\","},{"lineNumber":622,"author":{"gitId":"yiwen101"},"content":" \"file-binary-fill\": \"\\f34b\","},{"lineNumber":623,"author":{"gitId":"yiwen101"},"content":" \"file-binary\": \"\\f34c\","},{"lineNumber":624,"author":{"gitId":"yiwen101"},"content":" \"file-break-fill\": \"\\f34d\","},{"lineNumber":625,"author":{"gitId":"yiwen101"},"content":" \"file-break\": \"\\f34e\","},{"lineNumber":626,"author":{"gitId":"yiwen101"},"content":" \"file-check-fill\": \"\\f34f\","},{"lineNumber":627,"author":{"gitId":"yiwen101"},"content":" \"file-check\": \"\\f350\","},{"lineNumber":628,"author":{"gitId":"yiwen101"},"content":" \"file-code-fill\": \"\\f351\","},{"lineNumber":629,"author":{"gitId":"yiwen101"},"content":" \"file-code\": \"\\f352\","},{"lineNumber":630,"author":{"gitId":"yiwen101"},"content":" \"file-diff-fill\": \"\\f353\","},{"lineNumber":631,"author":{"gitId":"yiwen101"},"content":" \"file-diff\": \"\\f354\","},{"lineNumber":632,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down-fill\": \"\\f355\","},{"lineNumber":633,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-down\": \"\\f356\","},{"lineNumber":634,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up-fill\": \"\\f357\","},{"lineNumber":635,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-arrow-up\": \"\\f358\","},{"lineNumber":636,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph-fill\": \"\\f359\","},{"lineNumber":637,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-bar-graph\": \"\\f35a\","},{"lineNumber":638,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary-fill\": \"\\f35b\","},{"lineNumber":639,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-binary\": \"\\f35c\","},{"lineNumber":640,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break-fill\": \"\\f35d\","},{"lineNumber":641,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-break\": \"\\f35e\","},{"lineNumber":642,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check-fill\": \"\\f35f\","},{"lineNumber":643,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-check\": \"\\f360\","},{"lineNumber":644,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code-fill\": \"\\f361\","},{"lineNumber":645,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-code\": \"\\f362\","},{"lineNumber":646,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff-fill\": \"\\f363\","},{"lineNumber":647,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-diff\": \"\\f364\","},{"lineNumber":648,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel-fill\": \"\\f365\","},{"lineNumber":649,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-easel\": \"\\f366\","},{"lineNumber":650,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel-fill\": \"\\f367\","},{"lineNumber":651,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-excel\": \"\\f368\","},{"lineNumber":652,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-fill\": \"\\f369\","},{"lineNumber":653,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font-fill\": \"\\f36a\","},{"lineNumber":654,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-font\": \"\\f36b\","},{"lineNumber":655,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image-fill\": \"\\f36c\","},{"lineNumber":656,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-image\": \"\\f36d\","},{"lineNumber":657,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock-fill\": \"\\f36e\","},{"lineNumber":658,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock\": \"\\f36f\","},{"lineNumber":659,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2-fill\": \"\\f370\","},{"lineNumber":660,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-lock2\": \"\\f371\","},{"lineNumber":661,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical-fill\": \"\\f372\","},{"lineNumber":662,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-medical\": \"\\f373\","},{"lineNumber":663,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus-fill\": \"\\f374\","},{"lineNumber":664,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-minus\": \"\\f375\","},{"lineNumber":665,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music-fill\": \"\\f376\","},{"lineNumber":666,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-music\": \"\\f377\","},{"lineNumber":667,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person-fill\": \"\\f378\","},{"lineNumber":668,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-person\": \"\\f379\","},{"lineNumber":669,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play-fill\": \"\\f37a\","},{"lineNumber":670,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-play\": \"\\f37b\","},{"lineNumber":671,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus-fill\": \"\\f37c\","},{"lineNumber":672,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-plus\": \"\\f37d\","},{"lineNumber":673,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post-fill\": \"\\f37e\","},{"lineNumber":674,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-post\": \"\\f37f\","},{"lineNumber":675,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt-fill\": \"\\f380\","},{"lineNumber":676,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ppt\": \"\\f381\","},{"lineNumber":677,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext-fill\": \"\\f382\","},{"lineNumber":678,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-richtext\": \"\\f383\","},{"lineNumber":679,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled-fill\": \"\\f384\","},{"lineNumber":680,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-ruled\": \"\\f385\","},{"lineNumber":681,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides-fill\": \"\\f386\","},{"lineNumber":682,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-slides\": \"\\f387\","},{"lineNumber":683,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet-fill\": \"\\f388\","},{"lineNumber":684,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-spreadsheet\": \"\\f389\","},{"lineNumber":685,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text-fill\": \"\\f38a\","},{"lineNumber":686,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-text\": \"\\f38b\","},{"lineNumber":687,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word-fill\": \"\\f38c\","},{"lineNumber":688,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-word\": \"\\f38d\","},{"lineNumber":689,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x-fill\": \"\\f38e\","},{"lineNumber":690,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-x\": \"\\f38f\","},{"lineNumber":691,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip-fill\": \"\\f390\","},{"lineNumber":692,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-zip\": \"\\f391\","},{"lineNumber":693,"author":{"gitId":"yiwen101"},"content":" \"file-earmark\": \"\\f392\","},{"lineNumber":694,"author":{"gitId":"yiwen101"},"content":" \"file-easel-fill\": \"\\f393\","},{"lineNumber":695,"author":{"gitId":"yiwen101"},"content":" \"file-easel\": \"\\f394\","},{"lineNumber":696,"author":{"gitId":"yiwen101"},"content":" \"file-excel-fill\": \"\\f395\","},{"lineNumber":697,"author":{"gitId":"yiwen101"},"content":" \"file-excel\": \"\\f396\","},{"lineNumber":698,"author":{"gitId":"yiwen101"},"content":" \"file-fill\": \"\\f397\","},{"lineNumber":699,"author":{"gitId":"yiwen101"},"content":" \"file-font-fill\": \"\\f398\","},{"lineNumber":700,"author":{"gitId":"yiwen101"},"content":" \"file-font\": \"\\f399\","},{"lineNumber":701,"author":{"gitId":"yiwen101"},"content":" \"file-image-fill\": \"\\f39a\","},{"lineNumber":702,"author":{"gitId":"yiwen101"},"content":" \"file-image\": \"\\f39b\","},{"lineNumber":703,"author":{"gitId":"yiwen101"},"content":" \"file-lock-fill\": \"\\f39c\","},{"lineNumber":704,"author":{"gitId":"yiwen101"},"content":" \"file-lock\": \"\\f39d\","},{"lineNumber":705,"author":{"gitId":"yiwen101"},"content":" \"file-lock2-fill\": \"\\f39e\","},{"lineNumber":706,"author":{"gitId":"yiwen101"},"content":" \"file-lock2\": \"\\f39f\","},{"lineNumber":707,"author":{"gitId":"yiwen101"},"content":" \"file-medical-fill\": \"\\f3a0\","},{"lineNumber":708,"author":{"gitId":"yiwen101"},"content":" \"file-medical\": \"\\f3a1\","},{"lineNumber":709,"author":{"gitId":"yiwen101"},"content":" \"file-minus-fill\": \"\\f3a2\","},{"lineNumber":710,"author":{"gitId":"yiwen101"},"content":" \"file-minus\": \"\\f3a3\","},{"lineNumber":711,"author":{"gitId":"yiwen101"},"content":" \"file-music-fill\": \"\\f3a4\","},{"lineNumber":712,"author":{"gitId":"yiwen101"},"content":" \"file-music\": \"\\f3a5\","},{"lineNumber":713,"author":{"gitId":"yiwen101"},"content":" \"file-person-fill\": \"\\f3a6\","},{"lineNumber":714,"author":{"gitId":"yiwen101"},"content":" \"file-person\": \"\\f3a7\","},{"lineNumber":715,"author":{"gitId":"yiwen101"},"content":" \"file-play-fill\": \"\\f3a8\","},{"lineNumber":716,"author":{"gitId":"yiwen101"},"content":" \"file-play\": \"\\f3a9\","},{"lineNumber":717,"author":{"gitId":"yiwen101"},"content":" \"file-plus-fill\": \"\\f3aa\","},{"lineNumber":718,"author":{"gitId":"yiwen101"},"content":" \"file-plus\": \"\\f3ab\","},{"lineNumber":719,"author":{"gitId":"yiwen101"},"content":" \"file-post-fill\": \"\\f3ac\","},{"lineNumber":720,"author":{"gitId":"yiwen101"},"content":" \"file-post\": \"\\f3ad\","},{"lineNumber":721,"author":{"gitId":"yiwen101"},"content":" \"file-ppt-fill\": \"\\f3ae\","},{"lineNumber":722,"author":{"gitId":"yiwen101"},"content":" \"file-ppt\": \"\\f3af\","},{"lineNumber":723,"author":{"gitId":"yiwen101"},"content":" \"file-richtext-fill\": \"\\f3b0\","},{"lineNumber":724,"author":{"gitId":"yiwen101"},"content":" \"file-richtext\": \"\\f3b1\","},{"lineNumber":725,"author":{"gitId":"yiwen101"},"content":" \"file-ruled-fill\": \"\\f3b2\","},{"lineNumber":726,"author":{"gitId":"yiwen101"},"content":" \"file-ruled\": \"\\f3b3\","},{"lineNumber":727,"author":{"gitId":"yiwen101"},"content":" \"file-slides-fill\": \"\\f3b4\","},{"lineNumber":728,"author":{"gitId":"yiwen101"},"content":" \"file-slides\": \"\\f3b5\","},{"lineNumber":729,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet-fill\": \"\\f3b6\","},{"lineNumber":730,"author":{"gitId":"yiwen101"},"content":" \"file-spreadsheet\": \"\\f3b7\","},{"lineNumber":731,"author":{"gitId":"yiwen101"},"content":" \"file-text-fill\": \"\\f3b8\","},{"lineNumber":732,"author":{"gitId":"yiwen101"},"content":" \"file-text\": \"\\f3b9\","},{"lineNumber":733,"author":{"gitId":"yiwen101"},"content":" \"file-word-fill\": \"\\f3ba\","},{"lineNumber":734,"author":{"gitId":"yiwen101"},"content":" \"file-word\": \"\\f3bb\","},{"lineNumber":735,"author":{"gitId":"yiwen101"},"content":" \"file-x-fill\": \"\\f3bc\","},{"lineNumber":736,"author":{"gitId":"yiwen101"},"content":" \"file-x\": \"\\f3bd\","},{"lineNumber":737,"author":{"gitId":"yiwen101"},"content":" \"file-zip-fill\": \"\\f3be\","},{"lineNumber":738,"author":{"gitId":"yiwen101"},"content":" \"file-zip\": \"\\f3bf\","},{"lineNumber":739,"author":{"gitId":"yiwen101"},"content":" \"file\": \"\\f3c0\","},{"lineNumber":740,"author":{"gitId":"yiwen101"},"content":" \"files-alt\": \"\\f3c1\","},{"lineNumber":741,"author":{"gitId":"yiwen101"},"content":" \"files\": \"\\f3c2\","},{"lineNumber":742,"author":{"gitId":"yiwen101"},"content":" \"film\": \"\\f3c3\","},{"lineNumber":743,"author":{"gitId":"yiwen101"},"content":" \"filter-circle-fill\": \"\\f3c4\","},{"lineNumber":744,"author":{"gitId":"yiwen101"},"content":" \"filter-circle\": \"\\f3c5\","},{"lineNumber":745,"author":{"gitId":"yiwen101"},"content":" \"filter-left\": \"\\f3c6\","},{"lineNumber":746,"author":{"gitId":"yiwen101"},"content":" \"filter-right\": \"\\f3c7\","},{"lineNumber":747,"author":{"gitId":"yiwen101"},"content":" \"filter-square-fill\": \"\\f3c8\","},{"lineNumber":748,"author":{"gitId":"yiwen101"},"content":" \"filter-square\": \"\\f3c9\","},{"lineNumber":749,"author":{"gitId":"yiwen101"},"content":" \"filter\": \"\\f3ca\","},{"lineNumber":750,"author":{"gitId":"yiwen101"},"content":" \"flag-fill\": \"\\f3cb\","},{"lineNumber":751,"author":{"gitId":"yiwen101"},"content":" \"flag\": \"\\f3cc\","},{"lineNumber":752,"author":{"gitId":"yiwen101"},"content":" \"flower1\": \"\\f3cd\","},{"lineNumber":753,"author":{"gitId":"yiwen101"},"content":" \"flower2\": \"\\f3ce\","},{"lineNumber":754,"author":{"gitId":"yiwen101"},"content":" \"flower3\": \"\\f3cf\","},{"lineNumber":755,"author":{"gitId":"yiwen101"},"content":" \"folder-check\": \"\\f3d0\","},{"lineNumber":756,"author":{"gitId":"yiwen101"},"content":" \"folder-fill\": \"\\f3d1\","},{"lineNumber":757,"author":{"gitId":"yiwen101"},"content":" \"folder-minus\": \"\\f3d2\","},{"lineNumber":758,"author":{"gitId":"yiwen101"},"content":" \"folder-plus\": \"\\f3d3\","},{"lineNumber":759,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink-fill\": \"\\f3d4\","},{"lineNumber":760,"author":{"gitId":"yiwen101"},"content":" \"folder-symlink\": \"\\f3d5\","},{"lineNumber":761,"author":{"gitId":"yiwen101"},"content":" \"folder-x\": \"\\f3d6\","},{"lineNumber":762,"author":{"gitId":"yiwen101"},"content":" \"folder\": \"\\f3d7\","},{"lineNumber":763,"author":{"gitId":"yiwen101"},"content":" \"folder2-open\": \"\\f3d8\","},{"lineNumber":764,"author":{"gitId":"yiwen101"},"content":" \"folder2\": \"\\f3d9\","},{"lineNumber":765,"author":{"gitId":"yiwen101"},"content":" \"fonts\": \"\\f3da\","},{"lineNumber":766,"author":{"gitId":"yiwen101"},"content":" \"forward-fill\": \"\\f3db\","},{"lineNumber":767,"author":{"gitId":"yiwen101"},"content":" \"forward\": \"\\f3dc\","},{"lineNumber":768,"author":{"gitId":"yiwen101"},"content":" \"front\": \"\\f3dd\","},{"lineNumber":769,"author":{"gitId":"yiwen101"},"content":" \"fullscreen-exit\": \"\\f3de\","},{"lineNumber":770,"author":{"gitId":"yiwen101"},"content":" \"fullscreen\": \"\\f3df\","},{"lineNumber":771,"author":{"gitId":"yiwen101"},"content":" \"funnel-fill\": \"\\f3e0\","},{"lineNumber":772,"author":{"gitId":"yiwen101"},"content":" \"funnel\": \"\\f3e1\","},{"lineNumber":773,"author":{"gitId":"yiwen101"},"content":" \"gear-fill\": \"\\f3e2\","},{"lineNumber":774,"author":{"gitId":"yiwen101"},"content":" \"gear-wide-connected\": \"\\f3e3\","},{"lineNumber":775,"author":{"gitId":"yiwen101"},"content":" \"gear-wide\": \"\\f3e4\","},{"lineNumber":776,"author":{"gitId":"yiwen101"},"content":" \"gear\": \"\\f3e5\","},{"lineNumber":777,"author":{"gitId":"yiwen101"},"content":" \"gem\": \"\\f3e6\","},{"lineNumber":778,"author":{"gitId":"yiwen101"},"content":" \"geo-alt-fill\": \"\\f3e7\","},{"lineNumber":779,"author":{"gitId":"yiwen101"},"content":" \"geo-alt\": \"\\f3e8\","},{"lineNumber":780,"author":{"gitId":"yiwen101"},"content":" \"geo-fill\": \"\\f3e9\","},{"lineNumber":781,"author":{"gitId":"yiwen101"},"content":" \"geo\": \"\\f3ea\","},{"lineNumber":782,"author":{"gitId":"yiwen101"},"content":" \"gift-fill\": \"\\f3eb\","},{"lineNumber":783,"author":{"gitId":"yiwen101"},"content":" \"gift\": \"\\f3ec\","},{"lineNumber":784,"author":{"gitId":"yiwen101"},"content":" \"github\": \"\\f3ed\","},{"lineNumber":785,"author":{"gitId":"yiwen101"},"content":" \"globe\": \"\\f3ee\","},{"lineNumber":786,"author":{"gitId":"yiwen101"},"content":" \"globe2\": \"\\f3ef\","},{"lineNumber":787,"author":{"gitId":"yiwen101"},"content":" \"google\": \"\\f3f0\","},{"lineNumber":788,"author":{"gitId":"yiwen101"},"content":" \"graph-down\": \"\\f3f1\","},{"lineNumber":789,"author":{"gitId":"yiwen101"},"content":" \"graph-up\": \"\\f3f2\","},{"lineNumber":790,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2-fill\": \"\\f3f3\","},{"lineNumber":791,"author":{"gitId":"yiwen101"},"content":" \"grid-1x2\": \"\\f3f4\","},{"lineNumber":792,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap-fill\": \"\\f3f5\","},{"lineNumber":793,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2-gap\": \"\\f3f6\","},{"lineNumber":794,"author":{"gitId":"yiwen101"},"content":" \"grid-3x2\": \"\\f3f7\","},{"lineNumber":795,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap-fill\": \"\\f3f8\","},{"lineNumber":796,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3-gap\": \"\\f3f9\","},{"lineNumber":797,"author":{"gitId":"yiwen101"},"content":" \"grid-3x3\": \"\\f3fa\","},{"lineNumber":798,"author":{"gitId":"yiwen101"},"content":" \"grid-fill\": \"\\f3fb\","},{"lineNumber":799,"author":{"gitId":"yiwen101"},"content":" \"grid\": \"\\f3fc\","},{"lineNumber":800,"author":{"gitId":"yiwen101"},"content":" \"grip-horizontal\": \"\\f3fd\","},{"lineNumber":801,"author":{"gitId":"yiwen101"},"content":" \"grip-vertical\": \"\\f3fe\","},{"lineNumber":802,"author":{"gitId":"yiwen101"},"content":" \"hammer\": \"\\f3ff\","},{"lineNumber":803,"author":{"gitId":"yiwen101"},"content":" \"hand-index-fill\": \"\\f400\","},{"lineNumber":804,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb-fill\": \"\\f401\","},{"lineNumber":805,"author":{"gitId":"yiwen101"},"content":" \"hand-index-thumb\": \"\\f402\","},{"lineNumber":806,"author":{"gitId":"yiwen101"},"content":" \"hand-index\": \"\\f403\","},{"lineNumber":807,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down-fill\": \"\\f404\","},{"lineNumber":808,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-down\": \"\\f405\","},{"lineNumber":809,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up-fill\": \"\\f406\","},{"lineNumber":810,"author":{"gitId":"yiwen101"},"content":" \"hand-thumbs-up\": \"\\f407\","},{"lineNumber":811,"author":{"gitId":"yiwen101"},"content":" \"handbag-fill\": \"\\f408\","},{"lineNumber":812,"author":{"gitId":"yiwen101"},"content":" \"handbag\": \"\\f409\","},{"lineNumber":813,"author":{"gitId":"yiwen101"},"content":" \"hash\": \"\\f40a\","},{"lineNumber":814,"author":{"gitId":"yiwen101"},"content":" \"hdd-fill\": \"\\f40b\","},{"lineNumber":815,"author":{"gitId":"yiwen101"},"content":" \"hdd-network-fill\": \"\\f40c\","},{"lineNumber":816,"author":{"gitId":"yiwen101"},"content":" \"hdd-network\": \"\\f40d\","},{"lineNumber":817,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack-fill\": \"\\f40e\","},{"lineNumber":818,"author":{"gitId":"yiwen101"},"content":" \"hdd-rack\": \"\\f40f\","},{"lineNumber":819,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack-fill\": \"\\f410\","},{"lineNumber":820,"author":{"gitId":"yiwen101"},"content":" \"hdd-stack\": \"\\f411\","},{"lineNumber":821,"author":{"gitId":"yiwen101"},"content":" \"hdd\": \"\\f412\","},{"lineNumber":822,"author":{"gitId":"yiwen101"},"content":" \"headphones\": \"\\f413\","},{"lineNumber":823,"author":{"gitId":"yiwen101"},"content":" \"headset\": \"\\f414\","},{"lineNumber":824,"author":{"gitId":"yiwen101"},"content":" \"heart-fill\": \"\\f415\","},{"lineNumber":825,"author":{"gitId":"yiwen101"},"content":" \"heart-half\": \"\\f416\","},{"lineNumber":826,"author":{"gitId":"yiwen101"},"content":" \"heart\": \"\\f417\","},{"lineNumber":827,"author":{"gitId":"yiwen101"},"content":" \"heptagon-fill\": \"\\f418\","},{"lineNumber":828,"author":{"gitId":"yiwen101"},"content":" \"heptagon-half\": \"\\f419\","},{"lineNumber":829,"author":{"gitId":"yiwen101"},"content":" \"heptagon\": \"\\f41a\","},{"lineNumber":830,"author":{"gitId":"yiwen101"},"content":" \"hexagon-fill\": \"\\f41b\","},{"lineNumber":831,"author":{"gitId":"yiwen101"},"content":" \"hexagon-half\": \"\\f41c\","},{"lineNumber":832,"author":{"gitId":"yiwen101"},"content":" \"hexagon\": \"\\f41d\","},{"lineNumber":833,"author":{"gitId":"yiwen101"},"content":" \"hourglass-bottom\": \"\\f41e\","},{"lineNumber":834,"author":{"gitId":"yiwen101"},"content":" \"hourglass-split\": \"\\f41f\","},{"lineNumber":835,"author":{"gitId":"yiwen101"},"content":" \"hourglass-top\": \"\\f420\","},{"lineNumber":836,"author":{"gitId":"yiwen101"},"content":" \"hourglass\": \"\\f421\","},{"lineNumber":837,"author":{"gitId":"yiwen101"},"content":" \"house-door-fill\": \"\\f422\","},{"lineNumber":838,"author":{"gitId":"yiwen101"},"content":" \"house-door\": \"\\f423\","},{"lineNumber":839,"author":{"gitId":"yiwen101"},"content":" \"house-fill\": \"\\f424\","},{"lineNumber":840,"author":{"gitId":"yiwen101"},"content":" \"house\": \"\\f425\","},{"lineNumber":841,"author":{"gitId":"yiwen101"},"content":" \"hr\": \"\\f426\","},{"lineNumber":842,"author":{"gitId":"yiwen101"},"content":" \"hurricane\": \"\\f427\","},{"lineNumber":843,"author":{"gitId":"yiwen101"},"content":" \"image-alt\": \"\\f428\","},{"lineNumber":844,"author":{"gitId":"yiwen101"},"content":" \"image-fill\": \"\\f429\","},{"lineNumber":845,"author":{"gitId":"yiwen101"},"content":" \"image\": \"\\f42a\","},{"lineNumber":846,"author":{"gitId":"yiwen101"},"content":" \"images\": \"\\f42b\","},{"lineNumber":847,"author":{"gitId":"yiwen101"},"content":" \"inbox-fill\": \"\\f42c\","},{"lineNumber":848,"author":{"gitId":"yiwen101"},"content":" \"inbox\": \"\\f42d\","},{"lineNumber":849,"author":{"gitId":"yiwen101"},"content":" \"inboxes-fill\": \"\\f42e\","},{"lineNumber":850,"author":{"gitId":"yiwen101"},"content":" \"inboxes\": \"\\f42f\","},{"lineNumber":851,"author":{"gitId":"yiwen101"},"content":" \"info-circle-fill\": \"\\f430\","},{"lineNumber":852,"author":{"gitId":"yiwen101"},"content":" \"info-circle\": \"\\f431\","},{"lineNumber":853,"author":{"gitId":"yiwen101"},"content":" \"info-square-fill\": \"\\f432\","},{"lineNumber":854,"author":{"gitId":"yiwen101"},"content":" \"info-square\": \"\\f433\","},{"lineNumber":855,"author":{"gitId":"yiwen101"},"content":" \"info\": \"\\f434\","},{"lineNumber":856,"author":{"gitId":"yiwen101"},"content":" \"input-cursor-text\": \"\\f435\","},{"lineNumber":857,"author":{"gitId":"yiwen101"},"content":" \"input-cursor\": \"\\f436\","},{"lineNumber":858,"author":{"gitId":"yiwen101"},"content":" \"instagram\": \"\\f437\","},{"lineNumber":859,"author":{"gitId":"yiwen101"},"content":" \"intersect\": \"\\f438\","},{"lineNumber":860,"author":{"gitId":"yiwen101"},"content":" \"journal-album\": \"\\f439\","},{"lineNumber":861,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-down\": \"\\f43a\","},{"lineNumber":862,"author":{"gitId":"yiwen101"},"content":" \"journal-arrow-up\": \"\\f43b\","},{"lineNumber":863,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark-fill\": \"\\f43c\","},{"lineNumber":864,"author":{"gitId":"yiwen101"},"content":" \"journal-bookmark\": \"\\f43d\","},{"lineNumber":865,"author":{"gitId":"yiwen101"},"content":" \"journal-check\": \"\\f43e\","},{"lineNumber":866,"author":{"gitId":"yiwen101"},"content":" \"journal-code\": \"\\f43f\","},{"lineNumber":867,"author":{"gitId":"yiwen101"},"content":" \"journal-medical\": \"\\f440\","},{"lineNumber":868,"author":{"gitId":"yiwen101"},"content":" \"journal-minus\": \"\\f441\","},{"lineNumber":869,"author":{"gitId":"yiwen101"},"content":" \"journal-plus\": \"\\f442\","},{"lineNumber":870,"author":{"gitId":"yiwen101"},"content":" \"journal-richtext\": \"\\f443\","},{"lineNumber":871,"author":{"gitId":"yiwen101"},"content":" \"journal-text\": \"\\f444\","},{"lineNumber":872,"author":{"gitId":"yiwen101"},"content":" \"journal-x\": \"\\f445\","},{"lineNumber":873,"author":{"gitId":"yiwen101"},"content":" \"journal\": \"\\f446\","},{"lineNumber":874,"author":{"gitId":"yiwen101"},"content":" \"journals\": \"\\f447\","},{"lineNumber":875,"author":{"gitId":"yiwen101"},"content":" \"joystick\": \"\\f448\","},{"lineNumber":876,"author":{"gitId":"yiwen101"},"content":" \"justify-left\": \"\\f449\","},{"lineNumber":877,"author":{"gitId":"yiwen101"},"content":" \"justify-right\": \"\\f44a\","},{"lineNumber":878,"author":{"gitId":"yiwen101"},"content":" \"justify\": \"\\f44b\","},{"lineNumber":879,"author":{"gitId":"yiwen101"},"content":" \"kanban-fill\": \"\\f44c\","},{"lineNumber":880,"author":{"gitId":"yiwen101"},"content":" \"kanban\": \"\\f44d\","},{"lineNumber":881,"author":{"gitId":"yiwen101"},"content":" \"key-fill\": \"\\f44e\","},{"lineNumber":882,"author":{"gitId":"yiwen101"},"content":" \"key\": \"\\f44f\","},{"lineNumber":883,"author":{"gitId":"yiwen101"},"content":" \"keyboard-fill\": \"\\f450\","},{"lineNumber":884,"author":{"gitId":"yiwen101"},"content":" \"keyboard\": \"\\f451\","},{"lineNumber":885,"author":{"gitId":"yiwen101"},"content":" \"ladder\": \"\\f452\","},{"lineNumber":886,"author":{"gitId":"yiwen101"},"content":" \"lamp-fill\": \"\\f453\","},{"lineNumber":887,"author":{"gitId":"yiwen101"},"content":" \"lamp\": \"\\f454\","},{"lineNumber":888,"author":{"gitId":"yiwen101"},"content":" \"laptop-fill\": \"\\f455\","},{"lineNumber":889,"author":{"gitId":"yiwen101"},"content":" \"laptop\": \"\\f456\","},{"lineNumber":890,"author":{"gitId":"yiwen101"},"content":" \"layer-backward\": \"\\f457\","},{"lineNumber":891,"author":{"gitId":"yiwen101"},"content":" \"layer-forward\": \"\\f458\","},{"lineNumber":892,"author":{"gitId":"yiwen101"},"content":" \"layers-fill\": \"\\f459\","},{"lineNumber":893,"author":{"gitId":"yiwen101"},"content":" \"layers-half\": \"\\f45a\","},{"lineNumber":894,"author":{"gitId":"yiwen101"},"content":" \"layers\": \"\\f45b\","},{"lineNumber":895,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset-reverse\": \"\\f45c\","},{"lineNumber":896,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-inset\": \"\\f45d\","},{"lineNumber":897,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar-reverse\": \"\\f45e\","},{"lineNumber":898,"author":{"gitId":"yiwen101"},"content":" \"layout-sidebar\": \"\\f45f\","},{"lineNumber":899,"author":{"gitId":"yiwen101"},"content":" \"layout-split\": \"\\f460\","},{"lineNumber":900,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar-reverse\": \"\\f461\","},{"lineNumber":901,"author":{"gitId":"yiwen101"},"content":" \"layout-text-sidebar\": \"\\f462\","},{"lineNumber":902,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window-reverse\": \"\\f463\","},{"lineNumber":903,"author":{"gitId":"yiwen101"},"content":" \"layout-text-window\": \"\\f464\","},{"lineNumber":904,"author":{"gitId":"yiwen101"},"content":" \"layout-three-columns\": \"\\f465\","},{"lineNumber":905,"author":{"gitId":"yiwen101"},"content":" \"layout-wtf\": \"\\f466\","},{"lineNumber":906,"author":{"gitId":"yiwen101"},"content":" \"life-preserver\": \"\\f467\","},{"lineNumber":907,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-fill\": \"\\f468\","},{"lineNumber":908,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off-fill\": \"\\f469\","},{"lineNumber":909,"author":{"gitId":"yiwen101"},"content":" \"lightbulb-off\": \"\\f46a\","},{"lineNumber":910,"author":{"gitId":"yiwen101"},"content":" \"lightbulb\": \"\\f46b\","},{"lineNumber":911,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge-fill\": \"\\f46c\","},{"lineNumber":912,"author":{"gitId":"yiwen101"},"content":" \"lightning-charge\": \"\\f46d\","},{"lineNumber":913,"author":{"gitId":"yiwen101"},"content":" \"lightning-fill\": \"\\f46e\","},{"lineNumber":914,"author":{"gitId":"yiwen101"},"content":" \"lightning\": \"\\f46f\","},{"lineNumber":915,"author":{"gitId":"yiwen101"},"content":" \"link-45deg\": \"\\f470\","},{"lineNumber":916,"author":{"gitId":"yiwen101"},"content":" \"link\": \"\\f471\","},{"lineNumber":917,"author":{"gitId":"yiwen101"},"content":" \"linkedin\": \"\\f472\","},{"lineNumber":918,"author":{"gitId":"yiwen101"},"content":" \"list-check\": \"\\f473\","},{"lineNumber":919,"author":{"gitId":"yiwen101"},"content":" \"list-nested\": \"\\f474\","},{"lineNumber":920,"author":{"gitId":"yiwen101"},"content":" \"list-ol\": \"\\f475\","},{"lineNumber":921,"author":{"gitId":"yiwen101"},"content":" \"list-stars\": \"\\f476\","},{"lineNumber":922,"author":{"gitId":"yiwen101"},"content":" \"list-task\": \"\\f477\","},{"lineNumber":923,"author":{"gitId":"yiwen101"},"content":" \"list-ul\": \"\\f478\","},{"lineNumber":924,"author":{"gitId":"yiwen101"},"content":" \"list\": \"\\f479\","},{"lineNumber":925,"author":{"gitId":"yiwen101"},"content":" \"lock-fill\": \"\\f47a\","},{"lineNumber":926,"author":{"gitId":"yiwen101"},"content":" \"lock\": \"\\f47b\","},{"lineNumber":927,"author":{"gitId":"yiwen101"},"content":" \"mailbox\": \"\\f47c\","},{"lineNumber":928,"author":{"gitId":"yiwen101"},"content":" \"mailbox2\": \"\\f47d\","},{"lineNumber":929,"author":{"gitId":"yiwen101"},"content":" \"map-fill\": \"\\f47e\","},{"lineNumber":930,"author":{"gitId":"yiwen101"},"content":" \"map\": \"\\f47f\","},{"lineNumber":931,"author":{"gitId":"yiwen101"},"content":" \"markdown-fill\": \"\\f480\","},{"lineNumber":932,"author":{"gitId":"yiwen101"},"content":" \"markdown\": \"\\f481\","},{"lineNumber":933,"author":{"gitId":"yiwen101"},"content":" \"mask\": \"\\f482\","},{"lineNumber":934,"author":{"gitId":"yiwen101"},"content":" \"megaphone-fill\": \"\\f483\","},{"lineNumber":935,"author":{"gitId":"yiwen101"},"content":" \"megaphone\": \"\\f484\","},{"lineNumber":936,"author":{"gitId":"yiwen101"},"content":" \"menu-app-fill\": \"\\f485\","},{"lineNumber":937,"author":{"gitId":"yiwen101"},"content":" \"menu-app\": \"\\f486\","},{"lineNumber":938,"author":{"gitId":"yiwen101"},"content":" \"menu-button-fill\": \"\\f487\","},{"lineNumber":939,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide-fill\": \"\\f488\","},{"lineNumber":940,"author":{"gitId":"yiwen101"},"content":" \"menu-button-wide\": \"\\f489\","},{"lineNumber":941,"author":{"gitId":"yiwen101"},"content":" \"menu-button\": \"\\f48a\","},{"lineNumber":942,"author":{"gitId":"yiwen101"},"content":" \"menu-down\": \"\\f48b\","},{"lineNumber":943,"author":{"gitId":"yiwen101"},"content":" \"menu-up\": \"\\f48c\","},{"lineNumber":944,"author":{"gitId":"yiwen101"},"content":" \"mic-fill\": \"\\f48d\","},{"lineNumber":945,"author":{"gitId":"yiwen101"},"content":" \"mic-mute-fill\": \"\\f48e\","},{"lineNumber":946,"author":{"gitId":"yiwen101"},"content":" \"mic-mute\": \"\\f48f\","},{"lineNumber":947,"author":{"gitId":"yiwen101"},"content":" \"mic\": \"\\f490\","},{"lineNumber":948,"author":{"gitId":"yiwen101"},"content":" \"minecart-loaded\": \"\\f491\","},{"lineNumber":949,"author":{"gitId":"yiwen101"},"content":" \"minecart\": \"\\f492\","},{"lineNumber":950,"author":{"gitId":"yiwen101"},"content":" \"moisture\": \"\\f493\","},{"lineNumber":951,"author":{"gitId":"yiwen101"},"content":" \"moon-fill\": \"\\f494\","},{"lineNumber":952,"author":{"gitId":"yiwen101"},"content":" \"moon-stars-fill\": \"\\f495\","},{"lineNumber":953,"author":{"gitId":"yiwen101"},"content":" \"moon-stars\": \"\\f496\","},{"lineNumber":954,"author":{"gitId":"yiwen101"},"content":" \"moon\": \"\\f497\","},{"lineNumber":955,"author":{"gitId":"yiwen101"},"content":" \"mouse-fill\": \"\\f498\","},{"lineNumber":956,"author":{"gitId":"yiwen101"},"content":" \"mouse\": \"\\f499\","},{"lineNumber":957,"author":{"gitId":"yiwen101"},"content":" \"mouse2-fill\": \"\\f49a\","},{"lineNumber":958,"author":{"gitId":"yiwen101"},"content":" \"mouse2\": \"\\f49b\","},{"lineNumber":959,"author":{"gitId":"yiwen101"},"content":" \"mouse3-fill\": \"\\f49c\","},{"lineNumber":960,"author":{"gitId":"yiwen101"},"content":" \"mouse3\": \"\\f49d\","},{"lineNumber":961,"author":{"gitId":"yiwen101"},"content":" \"music-note-beamed\": \"\\f49e\","},{"lineNumber":962,"author":{"gitId":"yiwen101"},"content":" \"music-note-list\": \"\\f49f\","},{"lineNumber":963,"author":{"gitId":"yiwen101"},"content":" \"music-note\": \"\\f4a0\","},{"lineNumber":964,"author":{"gitId":"yiwen101"},"content":" \"music-player-fill\": \"\\f4a1\","},{"lineNumber":965,"author":{"gitId":"yiwen101"},"content":" \"music-player\": \"\\f4a2\","},{"lineNumber":966,"author":{"gitId":"yiwen101"},"content":" \"newspaper\": \"\\f4a3\","},{"lineNumber":967,"author":{"gitId":"yiwen101"},"content":" \"node-minus-fill\": \"\\f4a4\","},{"lineNumber":968,"author":{"gitId":"yiwen101"},"content":" \"node-minus\": \"\\f4a5\","},{"lineNumber":969,"author":{"gitId":"yiwen101"},"content":" \"node-plus-fill\": \"\\f4a6\","},{"lineNumber":970,"author":{"gitId":"yiwen101"},"content":" \"node-plus\": \"\\f4a7\","},{"lineNumber":971,"author":{"gitId":"yiwen101"},"content":" \"nut-fill\": \"\\f4a8\","},{"lineNumber":972,"author":{"gitId":"yiwen101"},"content":" \"nut\": \"\\f4a9\","},{"lineNumber":973,"author":{"gitId":"yiwen101"},"content":" \"octagon-fill\": \"\\f4aa\","},{"lineNumber":974,"author":{"gitId":"yiwen101"},"content":" \"octagon-half\": \"\\f4ab\","},{"lineNumber":975,"author":{"gitId":"yiwen101"},"content":" \"octagon\": \"\\f4ac\","},{"lineNumber":976,"author":{"gitId":"yiwen101"},"content":" \"option\": \"\\f4ad\","},{"lineNumber":977,"author":{"gitId":"yiwen101"},"content":" \"outlet\": \"\\f4ae\","},{"lineNumber":978,"author":{"gitId":"yiwen101"},"content":" \"paint-bucket\": \"\\f4af\","},{"lineNumber":979,"author":{"gitId":"yiwen101"},"content":" \"palette-fill\": \"\\f4b0\","},{"lineNumber":980,"author":{"gitId":"yiwen101"},"content":" \"palette\": \"\\f4b1\","},{"lineNumber":981,"author":{"gitId":"yiwen101"},"content":" \"palette2\": \"\\f4b2\","},{"lineNumber":982,"author":{"gitId":"yiwen101"},"content":" \"paperclip\": \"\\f4b3\","},{"lineNumber":983,"author":{"gitId":"yiwen101"},"content":" \"paragraph\": \"\\f4b4\","},{"lineNumber":984,"author":{"gitId":"yiwen101"},"content":" \"patch-check-fill\": \"\\f4b5\","},{"lineNumber":985,"author":{"gitId":"yiwen101"},"content":" \"patch-check\": \"\\f4b6\","},{"lineNumber":986,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation-fill\": \"\\f4b7\","},{"lineNumber":987,"author":{"gitId":"yiwen101"},"content":" \"patch-exclamation\": \"\\f4b8\","},{"lineNumber":988,"author":{"gitId":"yiwen101"},"content":" \"patch-minus-fill\": \"\\f4b9\","},{"lineNumber":989,"author":{"gitId":"yiwen101"},"content":" \"patch-minus\": \"\\f4ba\","},{"lineNumber":990,"author":{"gitId":"yiwen101"},"content":" \"patch-plus-fill\": \"\\f4bb\","},{"lineNumber":991,"author":{"gitId":"yiwen101"},"content":" \"patch-plus\": \"\\f4bc\","},{"lineNumber":992,"author":{"gitId":"yiwen101"},"content":" \"patch-question-fill\": \"\\f4bd\","},{"lineNumber":993,"author":{"gitId":"yiwen101"},"content":" \"patch-question\": \"\\f4be\","},{"lineNumber":994,"author":{"gitId":"yiwen101"},"content":" \"pause-btn-fill\": \"\\f4bf\","},{"lineNumber":995,"author":{"gitId":"yiwen101"},"content":" \"pause-btn\": \"\\f4c0\","},{"lineNumber":996,"author":{"gitId":"yiwen101"},"content":" \"pause-circle-fill\": \"\\f4c1\","},{"lineNumber":997,"author":{"gitId":"yiwen101"},"content":" \"pause-circle\": \"\\f4c2\","},{"lineNumber":998,"author":{"gitId":"yiwen101"},"content":" \"pause-fill\": \"\\f4c3\","},{"lineNumber":999,"author":{"gitId":"yiwen101"},"content":" \"pause\": \"\\f4c4\","},{"lineNumber":1000,"author":{"gitId":"yiwen101"},"content":" \"peace-fill\": \"\\f4c5\","},{"lineNumber":1001,"author":{"gitId":"yiwen101"},"content":" \"peace\": \"\\f4c6\","},{"lineNumber":1002,"author":{"gitId":"yiwen101"},"content":" \"pen-fill\": \"\\f4c7\","},{"lineNumber":1003,"author":{"gitId":"yiwen101"},"content":" \"pen\": \"\\f4c8\","},{"lineNumber":1004,"author":{"gitId":"yiwen101"},"content":" \"pencil-fill\": \"\\f4c9\","},{"lineNumber":1005,"author":{"gitId":"yiwen101"},"content":" \"pencil-square\": \"\\f4ca\","},{"lineNumber":1006,"author":{"gitId":"yiwen101"},"content":" \"pencil\": \"\\f4cb\","},{"lineNumber":1007,"author":{"gitId":"yiwen101"},"content":" \"pentagon-fill\": \"\\f4cc\","},{"lineNumber":1008,"author":{"gitId":"yiwen101"},"content":" \"pentagon-half\": \"\\f4cd\","},{"lineNumber":1009,"author":{"gitId":"yiwen101"},"content":" \"pentagon\": \"\\f4ce\","},{"lineNumber":1010,"author":{"gitId":"yiwen101"},"content":" \"people-fill\": \"\\f4cf\","},{"lineNumber":1011,"author":{"gitId":"yiwen101"},"content":" \"people\": \"\\f4d0\","},{"lineNumber":1012,"author":{"gitId":"yiwen101"},"content":" \"percent\": \"\\f4d1\","},{"lineNumber":1013,"author":{"gitId":"yiwen101"},"content":" \"person-badge-fill\": \"\\f4d2\","},{"lineNumber":1014,"author":{"gitId":"yiwen101"},"content":" \"person-badge\": \"\\f4d3\","},{"lineNumber":1015,"author":{"gitId":"yiwen101"},"content":" \"person-bounding-box\": \"\\f4d4\","},{"lineNumber":1016,"author":{"gitId":"yiwen101"},"content":" \"person-check-fill\": \"\\f4d5\","},{"lineNumber":1017,"author":{"gitId":"yiwen101"},"content":" \"person-check\": \"\\f4d6\","},{"lineNumber":1018,"author":{"gitId":"yiwen101"},"content":" \"person-circle\": \"\\f4d7\","},{"lineNumber":1019,"author":{"gitId":"yiwen101"},"content":" \"person-dash-fill\": \"\\f4d8\","},{"lineNumber":1020,"author":{"gitId":"yiwen101"},"content":" \"person-dash\": \"\\f4d9\","},{"lineNumber":1021,"author":{"gitId":"yiwen101"},"content":" \"person-fill\": \"\\f4da\","},{"lineNumber":1022,"author":{"gitId":"yiwen101"},"content":" \"person-lines-fill\": \"\\f4db\","},{"lineNumber":1023,"author":{"gitId":"yiwen101"},"content":" \"person-plus-fill\": \"\\f4dc\","},{"lineNumber":1024,"author":{"gitId":"yiwen101"},"content":" \"person-plus\": \"\\f4dd\","},{"lineNumber":1025,"author":{"gitId":"yiwen101"},"content":" \"person-square\": \"\\f4de\","},{"lineNumber":1026,"author":{"gitId":"yiwen101"},"content":" \"person-x-fill\": \"\\f4df\","},{"lineNumber":1027,"author":{"gitId":"yiwen101"},"content":" \"person-x\": \"\\f4e0\","},{"lineNumber":1028,"author":{"gitId":"yiwen101"},"content":" \"person\": \"\\f4e1\","},{"lineNumber":1029,"author":{"gitId":"yiwen101"},"content":" \"phone-fill\": \"\\f4e2\","},{"lineNumber":1030,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape-fill\": \"\\f4e3\","},{"lineNumber":1031,"author":{"gitId":"yiwen101"},"content":" \"phone-landscape\": \"\\f4e4\","},{"lineNumber":1032,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate-fill\": \"\\f4e5\","},{"lineNumber":1033,"author":{"gitId":"yiwen101"},"content":" \"phone-vibrate\": \"\\f4e6\","},{"lineNumber":1034,"author":{"gitId":"yiwen101"},"content":" \"phone\": \"\\f4e7\","},{"lineNumber":1035,"author":{"gitId":"yiwen101"},"content":" \"pie-chart-fill\": \"\\f4e8\","},{"lineNumber":1036,"author":{"gitId":"yiwen101"},"content":" \"pie-chart\": \"\\f4e9\","},{"lineNumber":1037,"author":{"gitId":"yiwen101"},"content":" \"pin-angle-fill\": \"\\f4ea\","},{"lineNumber":1038,"author":{"gitId":"yiwen101"},"content":" \"pin-angle\": \"\\f4eb\","},{"lineNumber":1039,"author":{"gitId":"yiwen101"},"content":" \"pin-fill\": \"\\f4ec\","},{"lineNumber":1040,"author":{"gitId":"yiwen101"},"content":" \"pin\": \"\\f4ed\","},{"lineNumber":1041,"author":{"gitId":"yiwen101"},"content":" \"pip-fill\": \"\\f4ee\","},{"lineNumber":1042,"author":{"gitId":"yiwen101"},"content":" \"pip\": \"\\f4ef\","},{"lineNumber":1043,"author":{"gitId":"yiwen101"},"content":" \"play-btn-fill\": \"\\f4f0\","},{"lineNumber":1044,"author":{"gitId":"yiwen101"},"content":" \"play-btn\": \"\\f4f1\","},{"lineNumber":1045,"author":{"gitId":"yiwen101"},"content":" \"play-circle-fill\": \"\\f4f2\","},{"lineNumber":1046,"author":{"gitId":"yiwen101"},"content":" \"play-circle\": \"\\f4f3\","},{"lineNumber":1047,"author":{"gitId":"yiwen101"},"content":" \"play-fill\": \"\\f4f4\","},{"lineNumber":1048,"author":{"gitId":"yiwen101"},"content":" \"play\": \"\\f4f5\","},{"lineNumber":1049,"author":{"gitId":"yiwen101"},"content":" \"plug-fill\": \"\\f4f6\","},{"lineNumber":1050,"author":{"gitId":"yiwen101"},"content":" \"plug\": \"\\f4f7\","},{"lineNumber":1051,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-dotted\": \"\\f4f8\","},{"lineNumber":1052,"author":{"gitId":"yiwen101"},"content":" \"plus-circle-fill\": \"\\f4f9\","},{"lineNumber":1053,"author":{"gitId":"yiwen101"},"content":" \"plus-circle\": \"\\f4fa\","},{"lineNumber":1054,"author":{"gitId":"yiwen101"},"content":" \"plus-square-dotted\": \"\\f4fb\","},{"lineNumber":1055,"author":{"gitId":"yiwen101"},"content":" \"plus-square-fill\": \"\\f4fc\","},{"lineNumber":1056,"author":{"gitId":"yiwen101"},"content":" \"plus-square\": \"\\f4fd\","},{"lineNumber":1057,"author":{"gitId":"yiwen101"},"content":" \"plus\": \"\\f4fe\","},{"lineNumber":1058,"author":{"gitId":"yiwen101"},"content":" \"power\": \"\\f4ff\","},{"lineNumber":1059,"author":{"gitId":"yiwen101"},"content":" \"printer-fill\": \"\\f500\","},{"lineNumber":1060,"author":{"gitId":"yiwen101"},"content":" \"printer\": \"\\f501\","},{"lineNumber":1061,"author":{"gitId":"yiwen101"},"content":" \"puzzle-fill\": \"\\f502\","},{"lineNumber":1062,"author":{"gitId":"yiwen101"},"content":" \"puzzle\": \"\\f503\","},{"lineNumber":1063,"author":{"gitId":"yiwen101"},"content":" \"question-circle-fill\": \"\\f504\","},{"lineNumber":1064,"author":{"gitId":"yiwen101"},"content":" \"question-circle\": \"\\f505\","},{"lineNumber":1065,"author":{"gitId":"yiwen101"},"content":" \"question-diamond-fill\": \"\\f506\","},{"lineNumber":1066,"author":{"gitId":"yiwen101"},"content":" \"question-diamond\": \"\\f507\","},{"lineNumber":1067,"author":{"gitId":"yiwen101"},"content":" \"question-octagon-fill\": \"\\f508\","},{"lineNumber":1068,"author":{"gitId":"yiwen101"},"content":" \"question-octagon\": \"\\f509\","},{"lineNumber":1069,"author":{"gitId":"yiwen101"},"content":" \"question-square-fill\": \"\\f50a\","},{"lineNumber":1070,"author":{"gitId":"yiwen101"},"content":" \"question-square\": \"\\f50b\","},{"lineNumber":1071,"author":{"gitId":"yiwen101"},"content":" \"question\": \"\\f50c\","},{"lineNumber":1072,"author":{"gitId":"yiwen101"},"content":" \"rainbow\": \"\\f50d\","},{"lineNumber":1073,"author":{"gitId":"yiwen101"},"content":" \"receipt-cutoff\": \"\\f50e\","},{"lineNumber":1074,"author":{"gitId":"yiwen101"},"content":" \"receipt\": \"\\f50f\","},{"lineNumber":1075,"author":{"gitId":"yiwen101"},"content":" \"reception-0\": \"\\f510\","},{"lineNumber":1076,"author":{"gitId":"yiwen101"},"content":" \"reception-1\": \"\\f511\","},{"lineNumber":1077,"author":{"gitId":"yiwen101"},"content":" \"reception-2\": \"\\f512\","},{"lineNumber":1078,"author":{"gitId":"yiwen101"},"content":" \"reception-3\": \"\\f513\","},{"lineNumber":1079,"author":{"gitId":"yiwen101"},"content":" \"reception-4\": \"\\f514\","},{"lineNumber":1080,"author":{"gitId":"yiwen101"},"content":" \"record-btn-fill\": \"\\f515\","},{"lineNumber":1081,"author":{"gitId":"yiwen101"},"content":" \"record-btn\": \"\\f516\","},{"lineNumber":1082,"author":{"gitId":"yiwen101"},"content":" \"record-circle-fill\": \"\\f517\","},{"lineNumber":1083,"author":{"gitId":"yiwen101"},"content":" \"record-circle\": \"\\f518\","},{"lineNumber":1084,"author":{"gitId":"yiwen101"},"content":" \"record-fill\": \"\\f519\","},{"lineNumber":1085,"author":{"gitId":"yiwen101"},"content":" \"record\": \"\\f51a\","},{"lineNumber":1086,"author":{"gitId":"yiwen101"},"content":" \"record2-fill\": \"\\f51b\","},{"lineNumber":1087,"author":{"gitId":"yiwen101"},"content":" \"record2\": \"\\f51c\","},{"lineNumber":1088,"author":{"gitId":"yiwen101"},"content":" \"reply-all-fill\": \"\\f51d\","},{"lineNumber":1089,"author":{"gitId":"yiwen101"},"content":" \"reply-all\": \"\\f51e\","},{"lineNumber":1090,"author":{"gitId":"yiwen101"},"content":" \"reply-fill\": \"\\f51f\","},{"lineNumber":1091,"author":{"gitId":"yiwen101"},"content":" \"reply\": \"\\f520\","},{"lineNumber":1092,"author":{"gitId":"yiwen101"},"content":" \"rss-fill\": \"\\f521\","},{"lineNumber":1093,"author":{"gitId":"yiwen101"},"content":" \"rss\": \"\\f522\","},{"lineNumber":1094,"author":{"gitId":"yiwen101"},"content":" \"rulers\": \"\\f523\","},{"lineNumber":1095,"author":{"gitId":"yiwen101"},"content":" \"save-fill\": \"\\f524\","},{"lineNumber":1096,"author":{"gitId":"yiwen101"},"content":" \"save\": \"\\f525\","},{"lineNumber":1097,"author":{"gitId":"yiwen101"},"content":" \"save2-fill\": \"\\f526\","},{"lineNumber":1098,"author":{"gitId":"yiwen101"},"content":" \"save2\": \"\\f527\","},{"lineNumber":1099,"author":{"gitId":"yiwen101"},"content":" \"scissors\": \"\\f528\","},{"lineNumber":1100,"author":{"gitId":"yiwen101"},"content":" \"screwdriver\": \"\\f529\","},{"lineNumber":1101,"author":{"gitId":"yiwen101"},"content":" \"search\": \"\\f52a\","},{"lineNumber":1102,"author":{"gitId":"yiwen101"},"content":" \"segmented-nav\": \"\\f52b\","},{"lineNumber":1103,"author":{"gitId":"yiwen101"},"content":" \"server\": \"\\f52c\","},{"lineNumber":1104,"author":{"gitId":"yiwen101"},"content":" \"share-fill\": \"\\f52d\","},{"lineNumber":1105,"author":{"gitId":"yiwen101"},"content":" \"share\": \"\\f52e\","},{"lineNumber":1106,"author":{"gitId":"yiwen101"},"content":" \"shield-check\": \"\\f52f\","},{"lineNumber":1107,"author":{"gitId":"yiwen101"},"content":" \"shield-exclamation\": \"\\f530\","},{"lineNumber":1108,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-check\": \"\\f531\","},{"lineNumber":1109,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-exclamation\": \"\\f532\","},{"lineNumber":1110,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-minus\": \"\\f533\","},{"lineNumber":1111,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-plus\": \"\\f534\","},{"lineNumber":1112,"author":{"gitId":"yiwen101"},"content":" \"shield-fill-x\": \"\\f535\","},{"lineNumber":1113,"author":{"gitId":"yiwen101"},"content":" \"shield-fill\": \"\\f536\","},{"lineNumber":1114,"author":{"gitId":"yiwen101"},"content":" \"shield-lock-fill\": \"\\f537\","},{"lineNumber":1115,"author":{"gitId":"yiwen101"},"content":" \"shield-lock\": \"\\f538\","},{"lineNumber":1116,"author":{"gitId":"yiwen101"},"content":" \"shield-minus\": \"\\f539\","},{"lineNumber":1117,"author":{"gitId":"yiwen101"},"content":" \"shield-plus\": \"\\f53a\","},{"lineNumber":1118,"author":{"gitId":"yiwen101"},"content":" \"shield-shaded\": \"\\f53b\","},{"lineNumber":1119,"author":{"gitId":"yiwen101"},"content":" \"shield-slash-fill\": \"\\f53c\","},{"lineNumber":1120,"author":{"gitId":"yiwen101"},"content":" \"shield-slash\": \"\\f53d\","},{"lineNumber":1121,"author":{"gitId":"yiwen101"},"content":" \"shield-x\": \"\\f53e\","},{"lineNumber":1122,"author":{"gitId":"yiwen101"},"content":" \"shield\": \"\\f53f\","},{"lineNumber":1123,"author":{"gitId":"yiwen101"},"content":" \"shift-fill\": \"\\f540\","},{"lineNumber":1124,"author":{"gitId":"yiwen101"},"content":" \"shift\": \"\\f541\","},{"lineNumber":1125,"author":{"gitId":"yiwen101"},"content":" \"shop-window\": \"\\f542\","},{"lineNumber":1126,"author":{"gitId":"yiwen101"},"content":" \"shop\": \"\\f543\","},{"lineNumber":1127,"author":{"gitId":"yiwen101"},"content":" \"shuffle\": \"\\f544\","},{"lineNumber":1128,"author":{"gitId":"yiwen101"},"content":" \"signpost-2-fill\": \"\\f545\","},{"lineNumber":1129,"author":{"gitId":"yiwen101"},"content":" \"signpost-2\": \"\\f546\","},{"lineNumber":1130,"author":{"gitId":"yiwen101"},"content":" \"signpost-fill\": \"\\f547\","},{"lineNumber":1131,"author":{"gitId":"yiwen101"},"content":" \"signpost-split-fill\": \"\\f548\","},{"lineNumber":1132,"author":{"gitId":"yiwen101"},"content":" \"signpost-split\": \"\\f549\","},{"lineNumber":1133,"author":{"gitId":"yiwen101"},"content":" \"signpost\": \"\\f54a\","},{"lineNumber":1134,"author":{"gitId":"yiwen101"},"content":" \"sim-fill\": \"\\f54b\","},{"lineNumber":1135,"author":{"gitId":"yiwen101"},"content":" \"sim\": \"\\f54c\","},{"lineNumber":1136,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn-fill\": \"\\f54d\","},{"lineNumber":1137,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-btn\": \"\\f54e\","},{"lineNumber":1138,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle-fill\": \"\\f54f\","},{"lineNumber":1139,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-circle\": \"\\f550\","},{"lineNumber":1140,"author":{"gitId":"yiwen101"},"content":" \"skip-backward-fill\": \"\\f551\","},{"lineNumber":1141,"author":{"gitId":"yiwen101"},"content":" \"skip-backward\": \"\\f552\","},{"lineNumber":1142,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn-fill\": \"\\f553\","},{"lineNumber":1143,"author":{"gitId":"yiwen101"},"content":" \"skip-end-btn\": \"\\f554\","},{"lineNumber":1144,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle-fill\": \"\\f555\","},{"lineNumber":1145,"author":{"gitId":"yiwen101"},"content":" \"skip-end-circle\": \"\\f556\","},{"lineNumber":1146,"author":{"gitId":"yiwen101"},"content":" \"skip-end-fill\": \"\\f557\","},{"lineNumber":1147,"author":{"gitId":"yiwen101"},"content":" \"skip-end\": \"\\f558\","},{"lineNumber":1148,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn-fill\": \"\\f559\","},{"lineNumber":1149,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-btn\": \"\\f55a\","},{"lineNumber":1150,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle-fill\": \"\\f55b\","},{"lineNumber":1151,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-circle\": \"\\f55c\","},{"lineNumber":1152,"author":{"gitId":"yiwen101"},"content":" \"skip-forward-fill\": \"\\f55d\","},{"lineNumber":1153,"author":{"gitId":"yiwen101"},"content":" \"skip-forward\": \"\\f55e\","},{"lineNumber":1154,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn-fill\": \"\\f55f\","},{"lineNumber":1155,"author":{"gitId":"yiwen101"},"content":" \"skip-start-btn\": \"\\f560\","},{"lineNumber":1156,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle-fill\": \"\\f561\","},{"lineNumber":1157,"author":{"gitId":"yiwen101"},"content":" \"skip-start-circle\": \"\\f562\","},{"lineNumber":1158,"author":{"gitId":"yiwen101"},"content":" \"skip-start-fill\": \"\\f563\","},{"lineNumber":1159,"author":{"gitId":"yiwen101"},"content":" \"skip-start\": \"\\f564\","},{"lineNumber":1160,"author":{"gitId":"yiwen101"},"content":" \"slack\": \"\\f565\","},{"lineNumber":1161,"author":{"gitId":"yiwen101"},"content":" \"slash-circle-fill\": \"\\f566\","},{"lineNumber":1162,"author":{"gitId":"yiwen101"},"content":" \"slash-circle\": \"\\f567\","},{"lineNumber":1163,"author":{"gitId":"yiwen101"},"content":" \"slash-square-fill\": \"\\f568\","},{"lineNumber":1164,"author":{"gitId":"yiwen101"},"content":" \"slash-square\": \"\\f569\","},{"lineNumber":1165,"author":{"gitId":"yiwen101"},"content":" \"slash\": \"\\f56a\","},{"lineNumber":1166,"author":{"gitId":"yiwen101"},"content":" \"sliders\": \"\\f56b\","},{"lineNumber":1167,"author":{"gitId":"yiwen101"},"content":" \"smartwatch\": \"\\f56c\","},{"lineNumber":1168,"author":{"gitId":"yiwen101"},"content":" \"snow\": \"\\f56d\","},{"lineNumber":1169,"author":{"gitId":"yiwen101"},"content":" \"snow2\": \"\\f56e\","},{"lineNumber":1170,"author":{"gitId":"yiwen101"},"content":" \"snow3\": \"\\f56f\","},{"lineNumber":1171,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down-alt\": \"\\f570\","},{"lineNumber":1172,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-down\": \"\\f571\","},{"lineNumber":1173,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up-alt\": \"\\f572\","},{"lineNumber":1174,"author":{"gitId":"yiwen101"},"content":" \"sort-alpha-up\": \"\\f573\","},{"lineNumber":1175,"author":{"gitId":"yiwen101"},"content":" \"sort-down-alt\": \"\\f574\","},{"lineNumber":1176,"author":{"gitId":"yiwen101"},"content":" \"sort-down\": \"\\f575\","},{"lineNumber":1177,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down-alt\": \"\\f576\","},{"lineNumber":1178,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-down\": \"\\f577\","},{"lineNumber":1179,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up-alt\": \"\\f578\","},{"lineNumber":1180,"author":{"gitId":"yiwen101"},"content":" \"sort-numeric-up\": \"\\f579\","},{"lineNumber":1181,"author":{"gitId":"yiwen101"},"content":" \"sort-up-alt\": \"\\f57a\","},{"lineNumber":1182,"author":{"gitId":"yiwen101"},"content":" \"sort-up\": \"\\f57b\","},{"lineNumber":1183,"author":{"gitId":"yiwen101"},"content":" \"soundwave\": \"\\f57c\","},{"lineNumber":1184,"author":{"gitId":"yiwen101"},"content":" \"speaker-fill\": \"\\f57d\","},{"lineNumber":1185,"author":{"gitId":"yiwen101"},"content":" \"speaker\": \"\\f57e\","},{"lineNumber":1186,"author":{"gitId":"yiwen101"},"content":" \"speedometer\": \"\\f57f\","},{"lineNumber":1187,"author":{"gitId":"yiwen101"},"content":" \"speedometer2\": \"\\f580\","},{"lineNumber":1188,"author":{"gitId":"yiwen101"},"content":" \"spellcheck\": \"\\f581\","},{"lineNumber":1189,"author":{"gitId":"yiwen101"},"content":" \"square-fill\": \"\\f582\","},{"lineNumber":1190,"author":{"gitId":"yiwen101"},"content":" \"square-half\": \"\\f583\","},{"lineNumber":1191,"author":{"gitId":"yiwen101"},"content":" \"square\": \"\\f584\","},{"lineNumber":1192,"author":{"gitId":"yiwen101"},"content":" \"stack\": \"\\f585\","},{"lineNumber":1193,"author":{"gitId":"yiwen101"},"content":" \"star-fill\": \"\\f586\","},{"lineNumber":1194,"author":{"gitId":"yiwen101"},"content":" \"star-half\": \"\\f587\","},{"lineNumber":1195,"author":{"gitId":"yiwen101"},"content":" \"star\": \"\\f588\","},{"lineNumber":1196,"author":{"gitId":"yiwen101"},"content":" \"stars\": \"\\f589\","},{"lineNumber":1197,"author":{"gitId":"yiwen101"},"content":" \"stickies-fill\": \"\\f58a\","},{"lineNumber":1198,"author":{"gitId":"yiwen101"},"content":" \"stickies\": \"\\f58b\","},{"lineNumber":1199,"author":{"gitId":"yiwen101"},"content":" \"sticky-fill\": \"\\f58c\","},{"lineNumber":1200,"author":{"gitId":"yiwen101"},"content":" \"sticky\": \"\\f58d\","},{"lineNumber":1201,"author":{"gitId":"yiwen101"},"content":" \"stop-btn-fill\": \"\\f58e\","},{"lineNumber":1202,"author":{"gitId":"yiwen101"},"content":" \"stop-btn\": \"\\f58f\","},{"lineNumber":1203,"author":{"gitId":"yiwen101"},"content":" \"stop-circle-fill\": \"\\f590\","},{"lineNumber":1204,"author":{"gitId":"yiwen101"},"content":" \"stop-circle\": \"\\f591\","},{"lineNumber":1205,"author":{"gitId":"yiwen101"},"content":" \"stop-fill\": \"\\f592\","},{"lineNumber":1206,"author":{"gitId":"yiwen101"},"content":" \"stop\": \"\\f593\","},{"lineNumber":1207,"author":{"gitId":"yiwen101"},"content":" \"stoplights-fill\": \"\\f594\","},{"lineNumber":1208,"author":{"gitId":"yiwen101"},"content":" \"stoplights\": \"\\f595\","},{"lineNumber":1209,"author":{"gitId":"yiwen101"},"content":" \"stopwatch-fill\": \"\\f596\","},{"lineNumber":1210,"author":{"gitId":"yiwen101"},"content":" \"stopwatch\": \"\\f597\","},{"lineNumber":1211,"author":{"gitId":"yiwen101"},"content":" \"subtract\": \"\\f598\","},{"lineNumber":1212,"author":{"gitId":"yiwen101"},"content":" \"suit-club-fill\": \"\\f599\","},{"lineNumber":1213,"author":{"gitId":"yiwen101"},"content":" \"suit-club\": \"\\f59a\","},{"lineNumber":1214,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond-fill\": \"\\f59b\","},{"lineNumber":1215,"author":{"gitId":"yiwen101"},"content":" \"suit-diamond\": \"\\f59c\","},{"lineNumber":1216,"author":{"gitId":"yiwen101"},"content":" \"suit-heart-fill\": \"\\f59d\","},{"lineNumber":1217,"author":{"gitId":"yiwen101"},"content":" \"suit-heart\": \"\\f59e\","},{"lineNumber":1218,"author":{"gitId":"yiwen101"},"content":" \"suit-spade-fill\": \"\\f59f\","},{"lineNumber":1219,"author":{"gitId":"yiwen101"},"content":" \"suit-spade\": \"\\f5a0\","},{"lineNumber":1220,"author":{"gitId":"yiwen101"},"content":" \"sun-fill\": \"\\f5a1\","},{"lineNumber":1221,"author":{"gitId":"yiwen101"},"content":" \"sun\": \"\\f5a2\","},{"lineNumber":1222,"author":{"gitId":"yiwen101"},"content":" \"sunglasses\": \"\\f5a3\","},{"lineNumber":1223,"author":{"gitId":"yiwen101"},"content":" \"sunrise-fill\": \"\\f5a4\","},{"lineNumber":1224,"author":{"gitId":"yiwen101"},"content":" \"sunrise\": \"\\f5a5\","},{"lineNumber":1225,"author":{"gitId":"yiwen101"},"content":" \"sunset-fill\": \"\\f5a6\","},{"lineNumber":1226,"author":{"gitId":"yiwen101"},"content":" \"sunset\": \"\\f5a7\","},{"lineNumber":1227,"author":{"gitId":"yiwen101"},"content":" \"symmetry-horizontal\": \"\\f5a8\","},{"lineNumber":1228,"author":{"gitId":"yiwen101"},"content":" \"symmetry-vertical\": \"\\f5a9\","},{"lineNumber":1229,"author":{"gitId":"yiwen101"},"content":" \"table\": \"\\f5aa\","},{"lineNumber":1230,"author":{"gitId":"yiwen101"},"content":" \"tablet-fill\": \"\\f5ab\","},{"lineNumber":1231,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape-fill\": \"\\f5ac\","},{"lineNumber":1232,"author":{"gitId":"yiwen101"},"content":" \"tablet-landscape\": \"\\f5ad\","},{"lineNumber":1233,"author":{"gitId":"yiwen101"},"content":" \"tablet\": \"\\f5ae\","},{"lineNumber":1234,"author":{"gitId":"yiwen101"},"content":" \"tag-fill\": \"\\f5af\","},{"lineNumber":1235,"author":{"gitId":"yiwen101"},"content":" \"tag\": \"\\f5b0\","},{"lineNumber":1236,"author":{"gitId":"yiwen101"},"content":" \"tags-fill\": \"\\f5b1\","},{"lineNumber":1237,"author":{"gitId":"yiwen101"},"content":" \"tags\": \"\\f5b2\","},{"lineNumber":1238,"author":{"gitId":"yiwen101"},"content":" \"telegram\": \"\\f5b3\","},{"lineNumber":1239,"author":{"gitId":"yiwen101"},"content":" \"telephone-fill\": \"\\f5b4\","},{"lineNumber":1240,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward-fill\": \"\\f5b5\","},{"lineNumber":1241,"author":{"gitId":"yiwen101"},"content":" \"telephone-forward\": \"\\f5b6\","},{"lineNumber":1242,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound-fill\": \"\\f5b7\","},{"lineNumber":1243,"author":{"gitId":"yiwen101"},"content":" \"telephone-inbound\": \"\\f5b8\","},{"lineNumber":1244,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus-fill\": \"\\f5b9\","},{"lineNumber":1245,"author":{"gitId":"yiwen101"},"content":" \"telephone-minus\": \"\\f5ba\","},{"lineNumber":1246,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound-fill\": \"\\f5bb\","},{"lineNumber":1247,"author":{"gitId":"yiwen101"},"content":" \"telephone-outbound\": \"\\f5bc\","},{"lineNumber":1248,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus-fill\": \"\\f5bd\","},{"lineNumber":1249,"author":{"gitId":"yiwen101"},"content":" \"telephone-plus\": \"\\f5be\","},{"lineNumber":1250,"author":{"gitId":"yiwen101"},"content":" \"telephone-x-fill\": \"\\f5bf\","},{"lineNumber":1251,"author":{"gitId":"yiwen101"},"content":" \"telephone-x\": \"\\f5c0\","},{"lineNumber":1252,"author":{"gitId":"yiwen101"},"content":" \"telephone\": \"\\f5c1\","},{"lineNumber":1253,"author":{"gitId":"yiwen101"},"content":" \"terminal-fill\": \"\\f5c2\","},{"lineNumber":1254,"author":{"gitId":"yiwen101"},"content":" \"terminal\": \"\\f5c3\","},{"lineNumber":1255,"author":{"gitId":"yiwen101"},"content":" \"text-center\": \"\\f5c4\","},{"lineNumber":1256,"author":{"gitId":"yiwen101"},"content":" \"text-indent-left\": \"\\f5c5\","},{"lineNumber":1257,"author":{"gitId":"yiwen101"},"content":" \"text-indent-right\": \"\\f5c6\","},{"lineNumber":1258,"author":{"gitId":"yiwen101"},"content":" \"text-left\": \"\\f5c7\","},{"lineNumber":1259,"author":{"gitId":"yiwen101"},"content":" \"text-paragraph\": \"\\f5c8\","},{"lineNumber":1260,"author":{"gitId":"yiwen101"},"content":" \"text-right\": \"\\f5c9\","},{"lineNumber":1261,"author":{"gitId":"yiwen101"},"content":" \"textarea-resize\": \"\\f5ca\","},{"lineNumber":1262,"author":{"gitId":"yiwen101"},"content":" \"textarea-t\": \"\\f5cb\","},{"lineNumber":1263,"author":{"gitId":"yiwen101"},"content":" \"textarea\": \"\\f5cc\","},{"lineNumber":1264,"author":{"gitId":"yiwen101"},"content":" \"thermometer-half\": \"\\f5cd\","},{"lineNumber":1265,"author":{"gitId":"yiwen101"},"content":" \"thermometer-high\": \"\\f5ce\","},{"lineNumber":1266,"author":{"gitId":"yiwen101"},"content":" \"thermometer-low\": \"\\f5cf\","},{"lineNumber":1267,"author":{"gitId":"yiwen101"},"content":" \"thermometer-snow\": \"\\f5d0\","},{"lineNumber":1268,"author":{"gitId":"yiwen101"},"content":" \"thermometer-sun\": \"\\f5d1\","},{"lineNumber":1269,"author":{"gitId":"yiwen101"},"content":" \"thermometer\": \"\\f5d2\","},{"lineNumber":1270,"author":{"gitId":"yiwen101"},"content":" \"three-dots-vertical\": \"\\f5d3\","},{"lineNumber":1271,"author":{"gitId":"yiwen101"},"content":" \"three-dots\": \"\\f5d4\","},{"lineNumber":1272,"author":{"gitId":"yiwen101"},"content":" \"toggle-off\": \"\\f5d5\","},{"lineNumber":1273,"author":{"gitId":"yiwen101"},"content":" \"toggle-on\": \"\\f5d6\","},{"lineNumber":1274,"author":{"gitId":"yiwen101"},"content":" \"toggle2-off\": \"\\f5d7\","},{"lineNumber":1275,"author":{"gitId":"yiwen101"},"content":" \"toggle2-on\": \"\\f5d8\","},{"lineNumber":1276,"author":{"gitId":"yiwen101"},"content":" \"toggles\": \"\\f5d9\","},{"lineNumber":1277,"author":{"gitId":"yiwen101"},"content":" \"toggles2\": \"\\f5da\","},{"lineNumber":1278,"author":{"gitId":"yiwen101"},"content":" \"tools\": \"\\f5db\","},{"lineNumber":1279,"author":{"gitId":"yiwen101"},"content":" \"tornado\": \"\\f5dc\","},{"lineNumber":1280,"author":{"gitId":"yiwen101"},"content":" \"trash-fill\": \"\\f5dd\","},{"lineNumber":1281,"author":{"gitId":"yiwen101"},"content":" \"trash\": \"\\f5de\","},{"lineNumber":1282,"author":{"gitId":"yiwen101"},"content":" \"trash2-fill\": \"\\f5df\","},{"lineNumber":1283,"author":{"gitId":"yiwen101"},"content":" \"trash2\": \"\\f5e0\","},{"lineNumber":1284,"author":{"gitId":"yiwen101"},"content":" \"tree-fill\": \"\\f5e1\","},{"lineNumber":1285,"author":{"gitId":"yiwen101"},"content":" \"tree\": \"\\f5e2\","},{"lineNumber":1286,"author":{"gitId":"yiwen101"},"content":" \"triangle-fill\": \"\\f5e3\","},{"lineNumber":1287,"author":{"gitId":"yiwen101"},"content":" \"triangle-half\": \"\\f5e4\","},{"lineNumber":1288,"author":{"gitId":"yiwen101"},"content":" \"triangle\": \"\\f5e5\","},{"lineNumber":1289,"author":{"gitId":"yiwen101"},"content":" \"trophy-fill\": \"\\f5e6\","},{"lineNumber":1290,"author":{"gitId":"yiwen101"},"content":" \"trophy\": \"\\f5e7\","},{"lineNumber":1291,"author":{"gitId":"yiwen101"},"content":" \"tropical-storm\": \"\\f5e8\","},{"lineNumber":1292,"author":{"gitId":"yiwen101"},"content":" \"truck-flatbed\": \"\\f5e9\","},{"lineNumber":1293,"author":{"gitId":"yiwen101"},"content":" \"truck\": \"\\f5ea\","},{"lineNumber":1294,"author":{"gitId":"yiwen101"},"content":" \"tsunami\": \"\\f5eb\","},{"lineNumber":1295,"author":{"gitId":"yiwen101"},"content":" \"tv-fill\": \"\\f5ec\","},{"lineNumber":1296,"author":{"gitId":"yiwen101"},"content":" \"tv\": \"\\f5ed\","},{"lineNumber":1297,"author":{"gitId":"yiwen101"},"content":" \"twitch\": \"\\f5ee\","},{"lineNumber":1298,"author":{"gitId":"yiwen101"},"content":" \"twitter\": \"\\f5ef\","},{"lineNumber":1299,"author":{"gitId":"yiwen101"},"content":" \"type-bold\": \"\\f5f0\","},{"lineNumber":1300,"author":{"gitId":"yiwen101"},"content":" \"type-h1\": \"\\f5f1\","},{"lineNumber":1301,"author":{"gitId":"yiwen101"},"content":" \"type-h2\": \"\\f5f2\","},{"lineNumber":1302,"author":{"gitId":"yiwen101"},"content":" \"type-h3\": \"\\f5f3\","},{"lineNumber":1303,"author":{"gitId":"yiwen101"},"content":" \"type-italic\": \"\\f5f4\","},{"lineNumber":1304,"author":{"gitId":"yiwen101"},"content":" \"type-strikethrough\": \"\\f5f5\","},{"lineNumber":1305,"author":{"gitId":"yiwen101"},"content":" \"type-underline\": \"\\f5f6\","},{"lineNumber":1306,"author":{"gitId":"yiwen101"},"content":" \"type\": \"\\f5f7\","},{"lineNumber":1307,"author":{"gitId":"yiwen101"},"content":" \"ui-checks-grid\": \"\\f5f8\","},{"lineNumber":1308,"author":{"gitId":"yiwen101"},"content":" \"ui-checks\": \"\\f5f9\","},{"lineNumber":1309,"author":{"gitId":"yiwen101"},"content":" \"ui-radios-grid\": \"\\f5fa\","},{"lineNumber":1310,"author":{"gitId":"yiwen101"},"content":" \"ui-radios\": \"\\f5fb\","},{"lineNumber":1311,"author":{"gitId":"yiwen101"},"content":" \"umbrella-fill\": \"\\f5fc\","},{"lineNumber":1312,"author":{"gitId":"yiwen101"},"content":" \"umbrella\": \"\\f5fd\","},{"lineNumber":1313,"author":{"gitId":"yiwen101"},"content":" \"union\": \"\\f5fe\","},{"lineNumber":1314,"author":{"gitId":"yiwen101"},"content":" \"unlock-fill\": \"\\f5ff\","},{"lineNumber":1315,"author":{"gitId":"yiwen101"},"content":" \"unlock\": \"\\f600\","},{"lineNumber":1316,"author":{"gitId":"yiwen101"},"content":" \"upc-scan\": \"\\f601\","},{"lineNumber":1317,"author":{"gitId":"yiwen101"},"content":" \"upc\": \"\\f602\","},{"lineNumber":1318,"author":{"gitId":"yiwen101"},"content":" \"upload\": \"\\f603\","},{"lineNumber":1319,"author":{"gitId":"yiwen101"},"content":" \"vector-pen\": \"\\f604\","},{"lineNumber":1320,"author":{"gitId":"yiwen101"},"content":" \"view-list\": \"\\f605\","},{"lineNumber":1321,"author":{"gitId":"yiwen101"},"content":" \"view-stacked\": \"\\f606\","},{"lineNumber":1322,"author":{"gitId":"yiwen101"},"content":" \"vinyl-fill\": \"\\f607\","},{"lineNumber":1323,"author":{"gitId":"yiwen101"},"content":" \"vinyl\": \"\\f608\","},{"lineNumber":1324,"author":{"gitId":"yiwen101"},"content":" \"voicemail\": \"\\f609\","},{"lineNumber":1325,"author":{"gitId":"yiwen101"},"content":" \"volume-down-fill\": \"\\f60a\","},{"lineNumber":1326,"author":{"gitId":"yiwen101"},"content":" \"volume-down\": \"\\f60b\","},{"lineNumber":1327,"author":{"gitId":"yiwen101"},"content":" \"volume-mute-fill\": \"\\f60c\","},{"lineNumber":1328,"author":{"gitId":"yiwen101"},"content":" \"volume-mute\": \"\\f60d\","},{"lineNumber":1329,"author":{"gitId":"yiwen101"},"content":" \"volume-off-fill\": \"\\f60e\","},{"lineNumber":1330,"author":{"gitId":"yiwen101"},"content":" \"volume-off\": \"\\f60f\","},{"lineNumber":1331,"author":{"gitId":"yiwen101"},"content":" \"volume-up-fill\": \"\\f610\","},{"lineNumber":1332,"author":{"gitId":"yiwen101"},"content":" \"volume-up\": \"\\f611\","},{"lineNumber":1333,"author":{"gitId":"yiwen101"},"content":" \"vr\": \"\\f612\","},{"lineNumber":1334,"author":{"gitId":"yiwen101"},"content":" \"wallet-fill\": \"\\f613\","},{"lineNumber":1335,"author":{"gitId":"yiwen101"},"content":" \"wallet\": \"\\f614\","},{"lineNumber":1336,"author":{"gitId":"yiwen101"},"content":" \"wallet2\": \"\\f615\","},{"lineNumber":1337,"author":{"gitId":"yiwen101"},"content":" \"watch\": \"\\f616\","},{"lineNumber":1338,"author":{"gitId":"yiwen101"},"content":" \"water\": \"\\f617\","},{"lineNumber":1339,"author":{"gitId":"yiwen101"},"content":" \"whatsapp\": \"\\f618\","},{"lineNumber":1340,"author":{"gitId":"yiwen101"},"content":" \"wifi-1\": \"\\f619\","},{"lineNumber":1341,"author":{"gitId":"yiwen101"},"content":" \"wifi-2\": \"\\f61a\","},{"lineNumber":1342,"author":{"gitId":"yiwen101"},"content":" \"wifi-off\": \"\\f61b\","},{"lineNumber":1343,"author":{"gitId":"yiwen101"},"content":" \"wifi\": \"\\f61c\","},{"lineNumber":1344,"author":{"gitId":"yiwen101"},"content":" \"wind\": \"\\f61d\","},{"lineNumber":1345,"author":{"gitId":"yiwen101"},"content":" \"window-dock\": \"\\f61e\","},{"lineNumber":1346,"author":{"gitId":"yiwen101"},"content":" \"window-sidebar\": \"\\f61f\","},{"lineNumber":1347,"author":{"gitId":"yiwen101"},"content":" \"window\": \"\\f620\","},{"lineNumber":1348,"author":{"gitId":"yiwen101"},"content":" \"wrench\": \"\\f621\","},{"lineNumber":1349,"author":{"gitId":"yiwen101"},"content":" \"x-circle-fill\": \"\\f622\","},{"lineNumber":1350,"author":{"gitId":"yiwen101"},"content":" \"x-circle\": \"\\f623\","},{"lineNumber":1351,"author":{"gitId":"yiwen101"},"content":" \"x-diamond-fill\": \"\\f624\","},{"lineNumber":1352,"author":{"gitId":"yiwen101"},"content":" \"x-diamond\": \"\\f625\","},{"lineNumber":1353,"author":{"gitId":"yiwen101"},"content":" \"x-octagon-fill\": \"\\f626\","},{"lineNumber":1354,"author":{"gitId":"yiwen101"},"content":" \"x-octagon\": \"\\f627\","},{"lineNumber":1355,"author":{"gitId":"yiwen101"},"content":" \"x-square-fill\": \"\\f628\","},{"lineNumber":1356,"author":{"gitId":"yiwen101"},"content":" \"x-square\": \"\\f629\","},{"lineNumber":1357,"author":{"gitId":"yiwen101"},"content":" \"x\": \"\\f62a\","},{"lineNumber":1358,"author":{"gitId":"yiwen101"},"content":" \"youtube\": \"\\f62b\","},{"lineNumber":1359,"author":{"gitId":"yiwen101"},"content":" \"zoom-in\": \"\\f62c\","},{"lineNumber":1360,"author":{"gitId":"yiwen101"},"content":" \"zoom-out\": \"\\f62d\","},{"lineNumber":1361,"author":{"gitId":"yiwen101"},"content":" \"bank\": \"\\f62e\","},{"lineNumber":1362,"author":{"gitId":"yiwen101"},"content":" \"bank2\": \"\\f62f\","},{"lineNumber":1363,"author":{"gitId":"yiwen101"},"content":" \"bell-slash-fill\": \"\\f630\","},{"lineNumber":1364,"author":{"gitId":"yiwen101"},"content":" \"bell-slash\": \"\\f631\","},{"lineNumber":1365,"author":{"gitId":"yiwen101"},"content":" \"cash-coin\": \"\\f632\","},{"lineNumber":1366,"author":{"gitId":"yiwen101"},"content":" \"check-lg\": \"\\f633\","},{"lineNumber":1367,"author":{"gitId":"yiwen101"},"content":" \"coin\": \"\\f634\","},{"lineNumber":1368,"author":{"gitId":"yiwen101"},"content":" \"currency-bitcoin\": \"\\f635\","},{"lineNumber":1369,"author":{"gitId":"yiwen101"},"content":" \"currency-dollar\": \"\\f636\","},{"lineNumber":1370,"author":{"gitId":"yiwen101"},"content":" \"currency-euro\": \"\\f637\","},{"lineNumber":1371,"author":{"gitId":"yiwen101"},"content":" \"currency-exchange\": \"\\f638\","},{"lineNumber":1372,"author":{"gitId":"yiwen101"},"content":" \"currency-pound\": \"\\f639\","},{"lineNumber":1373,"author":{"gitId":"yiwen101"},"content":" \"currency-yen\": \"\\f63a\","},{"lineNumber":1374,"author":{"gitId":"yiwen101"},"content":" \"dash-lg\": \"\\f63b\","},{"lineNumber":1375,"author":{"gitId":"yiwen101"},"content":" \"exclamation-lg\": \"\\f63c\","},{"lineNumber":1376,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf-fill\": \"\\f63d\","},{"lineNumber":1377,"author":{"gitId":"yiwen101"},"content":" \"file-earmark-pdf\": \"\\f63e\","},{"lineNumber":1378,"author":{"gitId":"yiwen101"},"content":" \"file-pdf-fill\": \"\\f63f\","},{"lineNumber":1379,"author":{"gitId":"yiwen101"},"content":" \"file-pdf\": \"\\f640\","},{"lineNumber":1380,"author":{"gitId":"yiwen101"},"content":" \"gender-ambiguous\": \"\\f641\","},{"lineNumber":1381,"author":{"gitId":"yiwen101"},"content":" \"gender-female\": \"\\f642\","},{"lineNumber":1382,"author":{"gitId":"yiwen101"},"content":" \"gender-male\": \"\\f643\","},{"lineNumber":1383,"author":{"gitId":"yiwen101"},"content":" \"gender-trans\": \"\\f644\","},{"lineNumber":1384,"author":{"gitId":"yiwen101"},"content":" \"headset-vr\": \"\\f645\","},{"lineNumber":1385,"author":{"gitId":"yiwen101"},"content":" \"info-lg\": \"\\f646\","},{"lineNumber":1386,"author":{"gitId":"yiwen101"},"content":" \"mastodon\": \"\\f647\","},{"lineNumber":1387,"author":{"gitId":"yiwen101"},"content":" \"messenger\": \"\\f648\","},{"lineNumber":1388,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank-fill\": \"\\f649\","},{"lineNumber":1389,"author":{"gitId":"yiwen101"},"content":" \"piggy-bank\": \"\\f64a\","},{"lineNumber":1390,"author":{"gitId":"yiwen101"},"content":" \"pin-map-fill\": \"\\f64b\","},{"lineNumber":1391,"author":{"gitId":"yiwen101"},"content":" \"pin-map\": \"\\f64c\","},{"lineNumber":1392,"author":{"gitId":"yiwen101"},"content":" \"plus-lg\": \"\\f64d\","},{"lineNumber":1393,"author":{"gitId":"yiwen101"},"content":" \"question-lg\": \"\\f64e\","},{"lineNumber":1394,"author":{"gitId":"yiwen101"},"content":" \"recycle\": \"\\f64f\","},{"lineNumber":1395,"author":{"gitId":"yiwen101"},"content":" \"reddit\": \"\\f650\","},{"lineNumber":1396,"author":{"gitId":"yiwen101"},"content":" \"safe-fill\": \"\\f651\","},{"lineNumber":1397,"author":{"gitId":"yiwen101"},"content":" \"safe2-fill\": \"\\f652\","},{"lineNumber":1398,"author":{"gitId":"yiwen101"},"content":" \"safe2\": \"\\f653\","},{"lineNumber":1399,"author":{"gitId":"yiwen101"},"content":" \"sd-card-fill\": \"\\f654\","},{"lineNumber":1400,"author":{"gitId":"yiwen101"},"content":" \"sd-card\": \"\\f655\","},{"lineNumber":1401,"author":{"gitId":"yiwen101"},"content":" \"skype\": \"\\f656\","},{"lineNumber":1402,"author":{"gitId":"yiwen101"},"content":" \"slash-lg\": \"\\f657\","},{"lineNumber":1403,"author":{"gitId":"yiwen101"},"content":" \"translate\": \"\\f658\","},{"lineNumber":1404,"author":{"gitId":"yiwen101"},"content":" \"x-lg\": \"\\f659\","},{"lineNumber":1405,"author":{"gitId":"yiwen101"},"content":" \"safe\": \"\\f65a\","},{"lineNumber":1406,"author":{"gitId":"yiwen101"},"content":" \"apple\": \"\\f65b\","},{"lineNumber":1407,"author":{"gitId":"yiwen101"},"content":" \"microsoft\": \"\\f65d\","},{"lineNumber":1408,"author":{"gitId":"yiwen101"},"content":" \"windows\": \"\\f65e\","},{"lineNumber":1409,"author":{"gitId":"yiwen101"},"content":" \"behance\": \"\\f65c\","},{"lineNumber":1410,"author":{"gitId":"yiwen101"},"content":" \"dribbble\": \"\\f65f\","},{"lineNumber":1411,"author":{"gitId":"yiwen101"},"content":" \"line\": \"\\f660\","},{"lineNumber":1412,"author":{"gitId":"yiwen101"},"content":" \"medium\": \"\\f661\","},{"lineNumber":1413,"author":{"gitId":"yiwen101"},"content":" \"paypal\": \"\\f662\","},{"lineNumber":1414,"author":{"gitId":"yiwen101"},"content":" \"pinterest\": \"\\f663\","},{"lineNumber":1415,"author":{"gitId":"yiwen101"},"content":" \"signal\": \"\\f664\","},{"lineNumber":1416,"author":{"gitId":"yiwen101"},"content":" \"snapchat\": \"\\f665\","},{"lineNumber":1417,"author":{"gitId":"yiwen101"},"content":" \"spotify\": \"\\f666\","},{"lineNumber":1418,"author":{"gitId":"yiwen101"},"content":" \"stack-overflow\": \"\\f667\","},{"lineNumber":1419,"author":{"gitId":"yiwen101"},"content":" \"strava\": \"\\f668\","},{"lineNumber":1420,"author":{"gitId":"yiwen101"},"content":" \"wordpress\": \"\\f669\","},{"lineNumber":1421,"author":{"gitId":"yiwen101"},"content":" \"vimeo\": \"\\f66a\","},{"lineNumber":1422,"author":{"gitId":"yiwen101"},"content":" \"activity\": \"\\f66b\","},{"lineNumber":1423,"author":{"gitId":"yiwen101"},"content":" \"easel2-fill\": \"\\f66c\","},{"lineNumber":1424,"author":{"gitId":"yiwen101"},"content":" \"easel2\": \"\\f66d\","},{"lineNumber":1425,"author":{"gitId":"yiwen101"},"content":" \"easel3-fill\": \"\\f66e\","},{"lineNumber":1426,"author":{"gitId":"yiwen101"},"content":" \"easel3\": \"\\f66f\","},{"lineNumber":1427,"author":{"gitId":"yiwen101"},"content":" \"fan\": \"\\f670\","},{"lineNumber":1428,"author":{"gitId":"yiwen101"},"content":" \"fingerprint\": \"\\f671\","},{"lineNumber":1429,"author":{"gitId":"yiwen101"},"content":" \"graph-down-arrow\": \"\\f672\","},{"lineNumber":1430,"author":{"gitId":"yiwen101"},"content":" \"graph-up-arrow\": \"\\f673\","},{"lineNumber":1431,"author":{"gitId":"yiwen101"},"content":" \"hypnotize\": \"\\f674\","},{"lineNumber":1432,"author":{"gitId":"yiwen101"},"content":" \"magic\": \"\\f675\","},{"lineNumber":1433,"author":{"gitId":"yiwen101"},"content":" \"person-rolodex\": \"\\f676\","},{"lineNumber":1434,"author":{"gitId":"yiwen101"},"content":" \"person-video\": \"\\f677\","},{"lineNumber":1435,"author":{"gitId":"yiwen101"},"content":" \"person-video2\": \"\\f678\","},{"lineNumber":1436,"author":{"gitId":"yiwen101"},"content":" \"person-video3\": \"\\f679\","},{"lineNumber":1437,"author":{"gitId":"yiwen101"},"content":" \"person-workspace\": \"\\f67a\","},{"lineNumber":1438,"author":{"gitId":"yiwen101"},"content":" \"radioactive\": \"\\f67b\","},{"lineNumber":1439,"author":{"gitId":"yiwen101"},"content":" \"webcam-fill\": \"\\f67c\","},{"lineNumber":1440,"author":{"gitId":"yiwen101"},"content":" \"webcam\": \"\\f67d\","},{"lineNumber":1441,"author":{"gitId":"yiwen101"},"content":" \"yin-yang\": \"\\f67e\","},{"lineNumber":1442,"author":{"gitId":"yiwen101"},"content":" \"bandaid-fill\": \"\\f680\","},{"lineNumber":1443,"author":{"gitId":"yiwen101"},"content":" \"bandaid\": \"\\f681\","},{"lineNumber":1444,"author":{"gitId":"yiwen101"},"content":" \"bluetooth\": \"\\f682\","},{"lineNumber":1445,"author":{"gitId":"yiwen101"},"content":" \"body-text\": \"\\f683\","},{"lineNumber":1446,"author":{"gitId":"yiwen101"},"content":" \"boombox\": \"\\f684\","},{"lineNumber":1447,"author":{"gitId":"yiwen101"},"content":" \"boxes\": \"\\f685\","},{"lineNumber":1448,"author":{"gitId":"yiwen101"},"content":" \"dpad-fill\": \"\\f686\","},{"lineNumber":1449,"author":{"gitId":"yiwen101"},"content":" \"dpad\": \"\\f687\","},{"lineNumber":1450,"author":{"gitId":"yiwen101"},"content":" \"ear-fill\": \"\\f688\","},{"lineNumber":1451,"author":{"gitId":"yiwen101"},"content":" \"ear\": \"\\f689\","},{"lineNumber":1452,"author":{"gitId":"yiwen101"},"content":" \"envelope-check-fill\": \"\\f68b\","},{"lineNumber":1453,"author":{"gitId":"yiwen101"},"content":" \"envelope-check\": \"\\f68c\","},{"lineNumber":1454,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash-fill\": \"\\f68e\","},{"lineNumber":1455,"author":{"gitId":"yiwen101"},"content":" \"envelope-dash\": \"\\f68f\","},{"lineNumber":1456,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation-fill\": \"\\f691\","},{"lineNumber":1457,"author":{"gitId":"yiwen101"},"content":" \"envelope-exclamation\": \"\\f692\","},{"lineNumber":1458,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus-fill\": \"\\f693\","},{"lineNumber":1459,"author":{"gitId":"yiwen101"},"content":" \"envelope-plus\": \"\\f694\","},{"lineNumber":1460,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash-fill\": \"\\f696\","},{"lineNumber":1461,"author":{"gitId":"yiwen101"},"content":" \"envelope-slash\": \"\\f697\","},{"lineNumber":1462,"author":{"gitId":"yiwen101"},"content":" \"envelope-x-fill\": \"\\f699\","},{"lineNumber":1463,"author":{"gitId":"yiwen101"},"content":" \"envelope-x\": \"\\f69a\","},{"lineNumber":1464,"author":{"gitId":"yiwen101"},"content":" \"explicit-fill\": \"\\f69b\","},{"lineNumber":1465,"author":{"gitId":"yiwen101"},"content":" \"explicit\": \"\\f69c\","},{"lineNumber":1466,"author":{"gitId":"yiwen101"},"content":" \"git\": \"\\f69d\","},{"lineNumber":1467,"author":{"gitId":"yiwen101"},"content":" \"infinity\": \"\\f69e\","},{"lineNumber":1468,"author":{"gitId":"yiwen101"},"content":" \"list-columns-reverse\": \"\\f69f\","},{"lineNumber":1469,"author":{"gitId":"yiwen101"},"content":" \"list-columns\": \"\\f6a0\","},{"lineNumber":1470,"author":{"gitId":"yiwen101"},"content":" \"meta\": \"\\f6a1\","},{"lineNumber":1471,"author":{"gitId":"yiwen101"},"content":" \"nintendo-switch\": \"\\f6a4\","},{"lineNumber":1472,"author":{"gitId":"yiwen101"},"content":" \"pc-display-horizontal\": \"\\f6a5\","},{"lineNumber":1473,"author":{"gitId":"yiwen101"},"content":" \"pc-display\": \"\\f6a6\","},{"lineNumber":1474,"author":{"gitId":"yiwen101"},"content":" \"pc-horizontal\": \"\\f6a7\","},{"lineNumber":1475,"author":{"gitId":"yiwen101"},"content":" \"pc\": \"\\f6a8\","},{"lineNumber":1476,"author":{"gitId":"yiwen101"},"content":" \"playstation\": \"\\f6a9\","},{"lineNumber":1477,"author":{"gitId":"yiwen101"},"content":" \"plus-slash-minus\": \"\\f6aa\","},{"lineNumber":1478,"author":{"gitId":"yiwen101"},"content":" \"projector-fill\": \"\\f6ab\","},{"lineNumber":1479,"author":{"gitId":"yiwen101"},"content":" \"projector\": \"\\f6ac\","},{"lineNumber":1480,"author":{"gitId":"yiwen101"},"content":" \"qr-code-scan\": \"\\f6ad\","},{"lineNumber":1481,"author":{"gitId":"yiwen101"},"content":" \"qr-code\": \"\\f6ae\","},{"lineNumber":1482,"author":{"gitId":"yiwen101"},"content":" \"quora\": \"\\f6af\","},{"lineNumber":1483,"author":{"gitId":"yiwen101"},"content":" \"quote\": \"\\f6b0\","},{"lineNumber":1484,"author":{"gitId":"yiwen101"},"content":" \"robot\": \"\\f6b1\","},{"lineNumber":1485,"author":{"gitId":"yiwen101"},"content":" \"send-check-fill\": \"\\f6b2\","},{"lineNumber":1486,"author":{"gitId":"yiwen101"},"content":" \"send-check\": \"\\f6b3\","},{"lineNumber":1487,"author":{"gitId":"yiwen101"},"content":" \"send-dash-fill\": \"\\f6b4\","},{"lineNumber":1488,"author":{"gitId":"yiwen101"},"content":" \"send-dash\": \"\\f6b5\","},{"lineNumber":1489,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation-fill\": \"\\f6b7\","},{"lineNumber":1490,"author":{"gitId":"yiwen101"},"content":" \"send-exclamation\": \"\\f6b8\","},{"lineNumber":1491,"author":{"gitId":"yiwen101"},"content":" \"send-fill\": \"\\f6b9\","},{"lineNumber":1492,"author":{"gitId":"yiwen101"},"content":" \"send-plus-fill\": \"\\f6ba\","},{"lineNumber":1493,"author":{"gitId":"yiwen101"},"content":" \"send-plus\": \"\\f6bb\","},{"lineNumber":1494,"author":{"gitId":"yiwen101"},"content":" \"send-slash-fill\": \"\\f6bc\","},{"lineNumber":1495,"author":{"gitId":"yiwen101"},"content":" \"send-slash\": \"\\f6bd\","},{"lineNumber":1496,"author":{"gitId":"yiwen101"},"content":" \"send-x-fill\": \"\\f6be\","},{"lineNumber":1497,"author":{"gitId":"yiwen101"},"content":" \"send-x\": \"\\f6bf\","},{"lineNumber":1498,"author":{"gitId":"yiwen101"},"content":" \"send\": \"\\f6c0\","},{"lineNumber":1499,"author":{"gitId":"yiwen101"},"content":" \"steam\": \"\\f6c1\","},{"lineNumber":1500,"author":{"gitId":"yiwen101"},"content":" \"terminal-dash\": \"\\f6c3\","},{"lineNumber":1501,"author":{"gitId":"yiwen101"},"content":" \"terminal-plus\": \"\\f6c4\","},{"lineNumber":1502,"author":{"gitId":"yiwen101"},"content":" \"terminal-split\": \"\\f6c5\","},{"lineNumber":1503,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed-fill\": \"\\f6c6\","},{"lineNumber":1504,"author":{"gitId":"yiwen101"},"content":" \"ticket-detailed\": \"\\f6c7\","},{"lineNumber":1505,"author":{"gitId":"yiwen101"},"content":" \"ticket-fill\": \"\\f6c8\","},{"lineNumber":1506,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated-fill\": \"\\f6c9\","},{"lineNumber":1507,"author":{"gitId":"yiwen101"},"content":" \"ticket-perforated\": \"\\f6ca\","},{"lineNumber":1508,"author":{"gitId":"yiwen101"},"content":" \"ticket\": \"\\f6cb\","},{"lineNumber":1509,"author":{"gitId":"yiwen101"},"content":" \"tiktok\": \"\\f6cc\","},{"lineNumber":1510,"author":{"gitId":"yiwen101"},"content":" \"window-dash\": \"\\f6cd\","},{"lineNumber":1511,"author":{"gitId":"yiwen101"},"content":" \"window-desktop\": \"\\f6ce\","},{"lineNumber":1512,"author":{"gitId":"yiwen101"},"content":" \"window-fullscreen\": \"\\f6cf\","},{"lineNumber":1513,"author":{"gitId":"yiwen101"},"content":" \"window-plus\": \"\\f6d0\","},{"lineNumber":1514,"author":{"gitId":"yiwen101"},"content":" \"window-split\": \"\\f6d1\","},{"lineNumber":1515,"author":{"gitId":"yiwen101"},"content":" \"window-stack\": \"\\f6d2\","},{"lineNumber":1516,"author":{"gitId":"yiwen101"},"content":" \"window-x\": \"\\f6d3\","},{"lineNumber":1517,"author":{"gitId":"yiwen101"},"content":" \"xbox\": \"\\f6d4\","},{"lineNumber":1518,"author":{"gitId":"yiwen101"},"content":" \"ethernet\": \"\\f6d5\","},{"lineNumber":1519,"author":{"gitId":"yiwen101"},"content":" \"hdmi-fill\": \"\\f6d6\","},{"lineNumber":1520,"author":{"gitId":"yiwen101"},"content":" \"hdmi\": \"\\f6d7\","},{"lineNumber":1521,"author":{"gitId":"yiwen101"},"content":" \"usb-c-fill\": \"\\f6d8\","},{"lineNumber":1522,"author":{"gitId":"yiwen101"},"content":" \"usb-c\": \"\\f6d9\","},{"lineNumber":1523,"author":{"gitId":"yiwen101"},"content":" \"usb-fill\": \"\\f6da\","},{"lineNumber":1524,"author":{"gitId":"yiwen101"},"content":" \"usb-plug-fill\": \"\\f6db\","},{"lineNumber":1525,"author":{"gitId":"yiwen101"},"content":" \"usb-plug\": \"\\f6dc\","},{"lineNumber":1526,"author":{"gitId":"yiwen101"},"content":" \"usb-symbol\": \"\\f6dd\","},{"lineNumber":1527,"author":{"gitId":"yiwen101"},"content":" \"usb\": \"\\f6de\","},{"lineNumber":1528,"author":{"gitId":"yiwen101"},"content":" \"boombox-fill\": \"\\f6df\","},{"lineNumber":1529,"author":{"gitId":"yiwen101"},"content":" \"displayport\": \"\\f6e1\","},{"lineNumber":1530,"author":{"gitId":"yiwen101"},"content":" \"gpu-card\": \"\\f6e2\","},{"lineNumber":1531,"author":{"gitId":"yiwen101"},"content":" \"memory\": \"\\f6e3\","},{"lineNumber":1532,"author":{"gitId":"yiwen101"},"content":" \"modem-fill\": \"\\f6e4\","},{"lineNumber":1533,"author":{"gitId":"yiwen101"},"content":" \"modem\": \"\\f6e5\","},{"lineNumber":1534,"author":{"gitId":"yiwen101"},"content":" \"motherboard-fill\": \"\\f6e6\","},{"lineNumber":1535,"author":{"gitId":"yiwen101"},"content":" \"motherboard\": \"\\f6e7\","},{"lineNumber":1536,"author":{"gitId":"yiwen101"},"content":" \"optical-audio-fill\": \"\\f6e8\","},{"lineNumber":1537,"author":{"gitId":"yiwen101"},"content":" \"optical-audio\": \"\\f6e9\","},{"lineNumber":1538,"author":{"gitId":"yiwen101"},"content":" \"pci-card\": \"\\f6ea\","},{"lineNumber":1539,"author":{"gitId":"yiwen101"},"content":" \"router-fill\": \"\\f6eb\","},{"lineNumber":1540,"author":{"gitId":"yiwen101"},"content":" \"router\": \"\\f6ec\","},{"lineNumber":1541,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt-fill\": \"\\f6ef\","},{"lineNumber":1542,"author":{"gitId":"yiwen101"},"content":" \"thunderbolt\": \"\\f6f0\","},{"lineNumber":1543,"author":{"gitId":"yiwen101"},"content":" \"usb-drive-fill\": \"\\f6f1\","},{"lineNumber":1544,"author":{"gitId":"yiwen101"},"content":" \"usb-drive\": \"\\f6f2\","},{"lineNumber":1545,"author":{"gitId":"yiwen101"},"content":" \"usb-micro-fill\": \"\\f6f3\","},{"lineNumber":1546,"author":{"gitId":"yiwen101"},"content":" \"usb-micro\": \"\\f6f4\","},{"lineNumber":1547,"author":{"gitId":"yiwen101"},"content":" \"usb-mini-fill\": \"\\f6f5\","},{"lineNumber":1548,"author":{"gitId":"yiwen101"},"content":" \"usb-mini\": \"\\f6f6\","},{"lineNumber":1549,"author":{"gitId":"yiwen101"},"content":" \"cloud-haze2\": \"\\f6f7\","},{"lineNumber":1550,"author":{"gitId":"yiwen101"},"content":" \"device-hdd-fill\": \"\\f6f8\","},{"lineNumber":1551,"author":{"gitId":"yiwen101"},"content":" \"device-hdd\": \"\\f6f9\","},{"lineNumber":1552,"author":{"gitId":"yiwen101"},"content":" \"device-ssd-fill\": \"\\f6fa\","},{"lineNumber":1553,"author":{"gitId":"yiwen101"},"content":" \"device-ssd\": \"\\f6fb\","},{"lineNumber":1554,"author":{"gitId":"yiwen101"},"content":" \"displayport-fill\": \"\\f6fc\","},{"lineNumber":1555,"author":{"gitId":"yiwen101"},"content":" \"mortarboard-fill\": \"\\f6fd\","},{"lineNumber":1556,"author":{"gitId":"yiwen101"},"content":" \"mortarboard\": \"\\f6fe\","},{"lineNumber":1557,"author":{"gitId":"yiwen101"},"content":" \"terminal-x\": \"\\f6ff\","},{"lineNumber":1558,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart-fill\": \"\\f700\","},{"lineNumber":1559,"author":{"gitId":"yiwen101"},"content":" \"arrow-through-heart\": \"\\f701\","},{"lineNumber":1560,"author":{"gitId":"yiwen101"},"content":" \"badge-sd-fill\": \"\\f702\","},{"lineNumber":1561,"author":{"gitId":"yiwen101"},"content":" \"badge-sd\": \"\\f703\","},{"lineNumber":1562,"author":{"gitId":"yiwen101"},"content":" \"bag-heart-fill\": \"\\f704\","},{"lineNumber":1563,"author":{"gitId":"yiwen101"},"content":" \"bag-heart\": \"\\f705\","},{"lineNumber":1564,"author":{"gitId":"yiwen101"},"content":" \"balloon-fill\": \"\\f706\","},{"lineNumber":1565,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart-fill\": \"\\f707\","},{"lineNumber":1566,"author":{"gitId":"yiwen101"},"content":" \"balloon-heart\": \"\\f708\","},{"lineNumber":1567,"author":{"gitId":"yiwen101"},"content":" \"balloon\": \"\\f709\","},{"lineNumber":1568,"author":{"gitId":"yiwen101"},"content":" \"box2-fill\": \"\\f70a\","},{"lineNumber":1569,"author":{"gitId":"yiwen101"},"content":" \"box2-heart-fill\": \"\\f70b\","},{"lineNumber":1570,"author":{"gitId":"yiwen101"},"content":" \"box2-heart\": \"\\f70c\","},{"lineNumber":1571,"author":{"gitId":"yiwen101"},"content":" \"box2\": \"\\f70d\","},{"lineNumber":1572,"author":{"gitId":"yiwen101"},"content":" \"braces-asterisk\": \"\\f70e\","},{"lineNumber":1573,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart-fill\": \"\\f70f\","},{"lineNumber":1574,"author":{"gitId":"yiwen101"},"content":" \"calendar-heart\": \"\\f710\","},{"lineNumber":1575,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart-fill\": \"\\f711\","},{"lineNumber":1576,"author":{"gitId":"yiwen101"},"content":" \"calendar2-heart\": \"\\f712\","},{"lineNumber":1577,"author":{"gitId":"yiwen101"},"content":" \"chat-heart-fill\": \"\\f713\","},{"lineNumber":1578,"author":{"gitId":"yiwen101"},"content":" \"chat-heart\": \"\\f714\","},{"lineNumber":1579,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart-fill\": \"\\f715\","},{"lineNumber":1580,"author":{"gitId":"yiwen101"},"content":" \"chat-left-heart\": \"\\f716\","},{"lineNumber":1581,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart-fill\": \"\\f717\","},{"lineNumber":1582,"author":{"gitId":"yiwen101"},"content":" \"chat-right-heart\": \"\\f718\","},{"lineNumber":1583,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart-fill\": \"\\f719\","},{"lineNumber":1584,"author":{"gitId":"yiwen101"},"content":" \"chat-square-heart\": \"\\f71a\","},{"lineNumber":1585,"author":{"gitId":"yiwen101"},"content":" \"clipboard-check-fill\": \"\\f71b\","},{"lineNumber":1586,"author":{"gitId":"yiwen101"},"content":" \"clipboard-data-fill\": \"\\f71c\","},{"lineNumber":1587,"author":{"gitId":"yiwen101"},"content":" \"clipboard-fill\": \"\\f71d\","},{"lineNumber":1588,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart-fill\": \"\\f71e\","},{"lineNumber":1589,"author":{"gitId":"yiwen101"},"content":" \"clipboard-heart\": \"\\f71f\","},{"lineNumber":1590,"author":{"gitId":"yiwen101"},"content":" \"clipboard-minus-fill\": \"\\f720\","},{"lineNumber":1591,"author":{"gitId":"yiwen101"},"content":" \"clipboard-plus-fill\": \"\\f721\","},{"lineNumber":1592,"author":{"gitId":"yiwen101"},"content":" \"clipboard-pulse\": \"\\f722\","},{"lineNumber":1593,"author":{"gitId":"yiwen101"},"content":" \"clipboard-x-fill\": \"\\f723\","},{"lineNumber":1594,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check-fill\": \"\\f724\","},{"lineNumber":1595,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-check\": \"\\f725\","},{"lineNumber":1596,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data-fill\": \"\\f726\","},{"lineNumber":1597,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-data\": \"\\f727\","},{"lineNumber":1598,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-fill\": \"\\f728\","},{"lineNumber":1599,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart-fill\": \"\\f729\","},{"lineNumber":1600,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-heart\": \"\\f72a\","},{"lineNumber":1601,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus-fill\": \"\\f72b\","},{"lineNumber":1602,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-minus\": \"\\f72c\","},{"lineNumber":1603,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus-fill\": \"\\f72d\","},{"lineNumber":1604,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-plus\": \"\\f72e\","},{"lineNumber":1605,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse-fill\": \"\\f72f\","},{"lineNumber":1606,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-pulse\": \"\\f730\","},{"lineNumber":1607,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x-fill\": \"\\f731\","},{"lineNumber":1608,"author":{"gitId":"yiwen101"},"content":" \"clipboard2-x\": \"\\f732\","},{"lineNumber":1609,"author":{"gitId":"yiwen101"},"content":" \"clipboard2\": \"\\f733\","},{"lineNumber":1610,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss-fill\": \"\\f734\","},{"lineNumber":1611,"author":{"gitId":"yiwen101"},"content":" \"emoji-kiss\": \"\\f735\","},{"lineNumber":1612,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart-fill\": \"\\f736\","},{"lineNumber":1613,"author":{"gitId":"yiwen101"},"content":" \"envelope-heart\": \"\\f737\","},{"lineNumber":1614,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart-fill\": \"\\f738\","},{"lineNumber":1615,"author":{"gitId":"yiwen101"},"content":" \"envelope-open-heart\": \"\\f739\","},{"lineNumber":1616,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-fill\": \"\\f73a\","},{"lineNumber":1617,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart-fill\": \"\\f73b\","},{"lineNumber":1618,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper-heart\": \"\\f73c\","},{"lineNumber":1619,"author":{"gitId":"yiwen101"},"content":" \"envelope-paper\": \"\\f73d\","},{"lineNumber":1620,"author":{"gitId":"yiwen101"},"content":" \"filetype-aac\": \"\\f73e\","},{"lineNumber":1621,"author":{"gitId":"yiwen101"},"content":" \"filetype-ai\": \"\\f73f\","},{"lineNumber":1622,"author":{"gitId":"yiwen101"},"content":" \"filetype-bmp\": \"\\f740\","},{"lineNumber":1623,"author":{"gitId":"yiwen101"},"content":" \"filetype-cs\": \"\\f741\","},{"lineNumber":1624,"author":{"gitId":"yiwen101"},"content":" \"filetype-css\": \"\\f742\","},{"lineNumber":1625,"author":{"gitId":"yiwen101"},"content":" \"filetype-csv\": \"\\f743\","},{"lineNumber":1626,"author":{"gitId":"yiwen101"},"content":" \"filetype-doc\": \"\\f744\","},{"lineNumber":1627,"author":{"gitId":"yiwen101"},"content":" \"filetype-docx\": \"\\f745\","},{"lineNumber":1628,"author":{"gitId":"yiwen101"},"content":" \"filetype-exe\": \"\\f746\","},{"lineNumber":1629,"author":{"gitId":"yiwen101"},"content":" \"filetype-gif\": \"\\f747\","},{"lineNumber":1630,"author":{"gitId":"yiwen101"},"content":" \"filetype-heic\": \"\\f748\","},{"lineNumber":1631,"author":{"gitId":"yiwen101"},"content":" \"filetype-html\": \"\\f749\","},{"lineNumber":1632,"author":{"gitId":"yiwen101"},"content":" \"filetype-java\": \"\\f74a\","},{"lineNumber":1633,"author":{"gitId":"yiwen101"},"content":" \"filetype-jpg\": \"\\f74b\","},{"lineNumber":1634,"author":{"gitId":"yiwen101"},"content":" \"filetype-js\": \"\\f74c\","},{"lineNumber":1635,"author":{"gitId":"yiwen101"},"content":" \"filetype-jsx\": \"\\f74d\","},{"lineNumber":1636,"author":{"gitId":"yiwen101"},"content":" \"filetype-key\": \"\\f74e\","},{"lineNumber":1637,"author":{"gitId":"yiwen101"},"content":" \"filetype-m4p\": \"\\f74f\","},{"lineNumber":1638,"author":{"gitId":"yiwen101"},"content":" \"filetype-md\": \"\\f750\","},{"lineNumber":1639,"author":{"gitId":"yiwen101"},"content":" \"filetype-mdx\": \"\\f751\","},{"lineNumber":1640,"author":{"gitId":"yiwen101"},"content":" \"filetype-mov\": \"\\f752\","},{"lineNumber":1641,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp3\": \"\\f753\","},{"lineNumber":1642,"author":{"gitId":"yiwen101"},"content":" \"filetype-mp4\": \"\\f754\","},{"lineNumber":1643,"author":{"gitId":"yiwen101"},"content":" \"filetype-otf\": \"\\f755\","},{"lineNumber":1644,"author":{"gitId":"yiwen101"},"content":" \"filetype-pdf\": \"\\f756\","},{"lineNumber":1645,"author":{"gitId":"yiwen101"},"content":" \"filetype-php\": \"\\f757\","},{"lineNumber":1646,"author":{"gitId":"yiwen101"},"content":" \"filetype-png\": \"\\f758\","},{"lineNumber":1647,"author":{"gitId":"yiwen101"},"content":" \"filetype-ppt\": \"\\f75a\","},{"lineNumber":1648,"author":{"gitId":"yiwen101"},"content":" \"filetype-psd\": \"\\f75b\","},{"lineNumber":1649,"author":{"gitId":"yiwen101"},"content":" \"filetype-py\": \"\\f75c\","},{"lineNumber":1650,"author":{"gitId":"yiwen101"},"content":" \"filetype-raw\": \"\\f75d\","},{"lineNumber":1651,"author":{"gitId":"yiwen101"},"content":" \"filetype-rb\": \"\\f75e\","},{"lineNumber":1652,"author":{"gitId":"yiwen101"},"content":" \"filetype-sass\": \"\\f75f\","},{"lineNumber":1653,"author":{"gitId":"yiwen101"},"content":" \"filetype-scss\": \"\\f760\","},{"lineNumber":1654,"author":{"gitId":"yiwen101"},"content":" \"filetype-sh\": \"\\f761\","},{"lineNumber":1655,"author":{"gitId":"yiwen101"},"content":" \"filetype-svg\": \"\\f762\","},{"lineNumber":1656,"author":{"gitId":"yiwen101"},"content":" \"filetype-tiff\": \"\\f763\","},{"lineNumber":1657,"author":{"gitId":"yiwen101"},"content":" \"filetype-tsx\": \"\\f764\","},{"lineNumber":1658,"author":{"gitId":"yiwen101"},"content":" \"filetype-ttf\": \"\\f765\","},{"lineNumber":1659,"author":{"gitId":"yiwen101"},"content":" \"filetype-txt\": \"\\f766\","},{"lineNumber":1660,"author":{"gitId":"yiwen101"},"content":" \"filetype-wav\": \"\\f767\","},{"lineNumber":1661,"author":{"gitId":"yiwen101"},"content":" \"filetype-woff\": \"\\f768\","},{"lineNumber":1662,"author":{"gitId":"yiwen101"},"content":" \"filetype-xls\": \"\\f76a\","},{"lineNumber":1663,"author":{"gitId":"yiwen101"},"content":" \"filetype-xml\": \"\\f76b\","},{"lineNumber":1664,"author":{"gitId":"yiwen101"},"content":" \"filetype-yml\": \"\\f76c\","},{"lineNumber":1665,"author":{"gitId":"yiwen101"},"content":" \"heart-arrow\": \"\\f76d\","},{"lineNumber":1666,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse-fill\": \"\\f76e\","},{"lineNumber":1667,"author":{"gitId":"yiwen101"},"content":" \"heart-pulse\": \"\\f76f\","},{"lineNumber":1668,"author":{"gitId":"yiwen101"},"content":" \"heartbreak-fill\": \"\\f770\","},{"lineNumber":1669,"author":{"gitId":"yiwen101"},"content":" \"heartbreak\": \"\\f771\","},{"lineNumber":1670,"author":{"gitId":"yiwen101"},"content":" \"hearts\": \"\\f772\","},{"lineNumber":1671,"author":{"gitId":"yiwen101"},"content":" \"hospital-fill\": \"\\f773\","},{"lineNumber":1672,"author":{"gitId":"yiwen101"},"content":" \"hospital\": \"\\f774\","},{"lineNumber":1673,"author":{"gitId":"yiwen101"},"content":" \"house-heart-fill\": \"\\f775\","},{"lineNumber":1674,"author":{"gitId":"yiwen101"},"content":" \"house-heart\": \"\\f776\","},{"lineNumber":1675,"author":{"gitId":"yiwen101"},"content":" \"incognito\": \"\\f777\","},{"lineNumber":1676,"author":{"gitId":"yiwen101"},"content":" \"magnet-fill\": \"\\f778\","},{"lineNumber":1677,"author":{"gitId":"yiwen101"},"content":" \"magnet\": \"\\f779\","},{"lineNumber":1678,"author":{"gitId":"yiwen101"},"content":" \"person-heart\": \"\\f77a\","},{"lineNumber":1679,"author":{"gitId":"yiwen101"},"content":" \"person-hearts\": \"\\f77b\","},{"lineNumber":1680,"author":{"gitId":"yiwen101"},"content":" \"phone-flip\": \"\\f77c\","},{"lineNumber":1681,"author":{"gitId":"yiwen101"},"content":" \"plugin\": \"\\f77d\","},{"lineNumber":1682,"author":{"gitId":"yiwen101"},"content":" \"postage-fill\": \"\\f77e\","},{"lineNumber":1683,"author":{"gitId":"yiwen101"},"content":" \"postage-heart-fill\": \"\\f77f\","},{"lineNumber":1684,"author":{"gitId":"yiwen101"},"content":" \"postage-heart\": \"\\f780\","},{"lineNumber":1685,"author":{"gitId":"yiwen101"},"content":" \"postage\": \"\\f781\","},{"lineNumber":1686,"author":{"gitId":"yiwen101"},"content":" \"postcard-fill\": \"\\f782\","},{"lineNumber":1687,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart-fill\": \"\\f783\","},{"lineNumber":1688,"author":{"gitId":"yiwen101"},"content":" \"postcard-heart\": \"\\f784\","},{"lineNumber":1689,"author":{"gitId":"yiwen101"},"content":" \"postcard\": \"\\f785\","},{"lineNumber":1690,"author":{"gitId":"yiwen101"},"content":" \"search-heart-fill\": \"\\f786\","},{"lineNumber":1691,"author":{"gitId":"yiwen101"},"content":" \"search-heart\": \"\\f787\","},{"lineNumber":1692,"author":{"gitId":"yiwen101"},"content":" \"sliders2-vertical\": \"\\f788\","},{"lineNumber":1693,"author":{"gitId":"yiwen101"},"content":" \"sliders2\": \"\\f789\","},{"lineNumber":1694,"author":{"gitId":"yiwen101"},"content":" \"trash3-fill\": \"\\f78a\","},{"lineNumber":1695,"author":{"gitId":"yiwen101"},"content":" \"trash3\": \"\\f78b\","},{"lineNumber":1696,"author":{"gitId":"yiwen101"},"content":" \"valentine\": \"\\f78c\","},{"lineNumber":1697,"author":{"gitId":"yiwen101"},"content":" \"valentine2\": \"\\f78d\","},{"lineNumber":1698,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle-fill\": \"\\f78e\","},{"lineNumber":1699,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable-circle\": \"\\f78f\","},{"lineNumber":1700,"author":{"gitId":"yiwen101"},"content":" \"wrench-adjustable\": \"\\f790\","},{"lineNumber":1701,"author":{"gitId":"yiwen101"},"content":" \"filetype-json\": \"\\f791\","},{"lineNumber":1702,"author":{"gitId":"yiwen101"},"content":" \"filetype-pptx\": \"\\f792\","},{"lineNumber":1703,"author":{"gitId":"yiwen101"},"content":" \"filetype-xlsx\": \"\\f793\","},{"lineNumber":1704,"author":{"gitId":"yiwen101"},"content":" \"1-circle-fill\": \"\\f796\","},{"lineNumber":1705,"author":{"gitId":"yiwen101"},"content":" \"1-circle\": \"\\f797\","},{"lineNumber":1706,"author":{"gitId":"yiwen101"},"content":" \"1-square-fill\": \"\\f798\","},{"lineNumber":1707,"author":{"gitId":"yiwen101"},"content":" \"1-square\": \"\\f799\","},{"lineNumber":1708,"author":{"gitId":"yiwen101"},"content":" \"2-circle-fill\": \"\\f79c\","},{"lineNumber":1709,"author":{"gitId":"yiwen101"},"content":" \"2-circle\": \"\\f79d\","},{"lineNumber":1710,"author":{"gitId":"yiwen101"},"content":" \"2-square-fill\": \"\\f79e\","},{"lineNumber":1711,"author":{"gitId":"yiwen101"},"content":" \"2-square\": \"\\f79f\","},{"lineNumber":1712,"author":{"gitId":"yiwen101"},"content":" \"3-circle-fill\": \"\\f7a2\","},{"lineNumber":1713,"author":{"gitId":"yiwen101"},"content":" \"3-circle\": \"\\f7a3\","},{"lineNumber":1714,"author":{"gitId":"yiwen101"},"content":" \"3-square-fill\": \"\\f7a4\","},{"lineNumber":1715,"author":{"gitId":"yiwen101"},"content":" \"3-square\": \"\\f7a5\","},{"lineNumber":1716,"author":{"gitId":"yiwen101"},"content":" \"4-circle-fill\": \"\\f7a8\","},{"lineNumber":1717,"author":{"gitId":"yiwen101"},"content":" \"4-circle\": \"\\f7a9\","},{"lineNumber":1718,"author":{"gitId":"yiwen101"},"content":" \"4-square-fill\": \"\\f7aa\","},{"lineNumber":1719,"author":{"gitId":"yiwen101"},"content":" \"4-square\": \"\\f7ab\","},{"lineNumber":1720,"author":{"gitId":"yiwen101"},"content":" \"5-circle-fill\": \"\\f7ae\","},{"lineNumber":1721,"author":{"gitId":"yiwen101"},"content":" \"5-circle\": \"\\f7af\","},{"lineNumber":1722,"author":{"gitId":"yiwen101"},"content":" \"5-square-fill\": \"\\f7b0\","},{"lineNumber":1723,"author":{"gitId":"yiwen101"},"content":" \"5-square\": \"\\f7b1\","},{"lineNumber":1724,"author":{"gitId":"yiwen101"},"content":" \"6-circle-fill\": \"\\f7b4\","},{"lineNumber":1725,"author":{"gitId":"yiwen101"},"content":" \"6-circle\": \"\\f7b5\","},{"lineNumber":1726,"author":{"gitId":"yiwen101"},"content":" \"6-square-fill\": \"\\f7b6\","},{"lineNumber":1727,"author":{"gitId":"yiwen101"},"content":" \"6-square\": \"\\f7b7\","},{"lineNumber":1728,"author":{"gitId":"yiwen101"},"content":" \"7-circle-fill\": \"\\f7ba\","},{"lineNumber":1729,"author":{"gitId":"yiwen101"},"content":" \"7-circle\": \"\\f7bb\","},{"lineNumber":1730,"author":{"gitId":"yiwen101"},"content":" \"7-square-fill\": \"\\f7bc\","},{"lineNumber":1731,"author":{"gitId":"yiwen101"},"content":" \"7-square\": \"\\f7bd\","},{"lineNumber":1732,"author":{"gitId":"yiwen101"},"content":" \"8-circle-fill\": \"\\f7c0\","},{"lineNumber":1733,"author":{"gitId":"yiwen101"},"content":" \"8-circle\": \"\\f7c1\","},{"lineNumber":1734,"author":{"gitId":"yiwen101"},"content":" \"8-square-fill\": \"\\f7c2\","},{"lineNumber":1735,"author":{"gitId":"yiwen101"},"content":" \"8-square\": \"\\f7c3\","},{"lineNumber":1736,"author":{"gitId":"yiwen101"},"content":" \"9-circle-fill\": \"\\f7c6\","},{"lineNumber":1737,"author":{"gitId":"yiwen101"},"content":" \"9-circle\": \"\\f7c7\","},{"lineNumber":1738,"author":{"gitId":"yiwen101"},"content":" \"9-square-fill\": \"\\f7c8\","},{"lineNumber":1739,"author":{"gitId":"yiwen101"},"content":" \"9-square\": \"\\f7c9\","},{"lineNumber":1740,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines-fill\": \"\\f7ca\","},{"lineNumber":1741,"author":{"gitId":"yiwen101"},"content":" \"airplane-engines\": \"\\f7cb\","},{"lineNumber":1742,"author":{"gitId":"yiwen101"},"content":" \"airplane-fill\": \"\\f7cc\","},{"lineNumber":1743,"author":{"gitId":"yiwen101"},"content":" \"airplane\": \"\\f7cd\","},{"lineNumber":1744,"author":{"gitId":"yiwen101"},"content":" \"alexa\": \"\\f7ce\","},{"lineNumber":1745,"author":{"gitId":"yiwen101"},"content":" \"alipay\": \"\\f7cf\","},{"lineNumber":1746,"author":{"gitId":"yiwen101"},"content":" \"android\": \"\\f7d0\","},{"lineNumber":1747,"author":{"gitId":"yiwen101"},"content":" \"android2\": \"\\f7d1\","},{"lineNumber":1748,"author":{"gitId":"yiwen101"},"content":" \"box-fill\": \"\\f7d2\","},{"lineNumber":1749,"author":{"gitId":"yiwen101"},"content":" \"box-seam-fill\": \"\\f7d3\","},{"lineNumber":1750,"author":{"gitId":"yiwen101"},"content":" \"browser-chrome\": \"\\f7d4\","},{"lineNumber":1751,"author":{"gitId":"yiwen101"},"content":" \"browser-edge\": \"\\f7d5\","},{"lineNumber":1752,"author":{"gitId":"yiwen101"},"content":" \"browser-firefox\": \"\\f7d6\","},{"lineNumber":1753,"author":{"gitId":"yiwen101"},"content":" \"browser-safari\": \"\\f7d7\","},{"lineNumber":1754,"author":{"gitId":"yiwen101"},"content":" \"c-circle-fill\": \"\\f7da\","},{"lineNumber":1755,"author":{"gitId":"yiwen101"},"content":" \"c-circle\": \"\\f7db\","},{"lineNumber":1756,"author":{"gitId":"yiwen101"},"content":" \"c-square-fill\": \"\\f7dc\","},{"lineNumber":1757,"author":{"gitId":"yiwen101"},"content":" \"c-square\": \"\\f7dd\","},{"lineNumber":1758,"author":{"gitId":"yiwen101"},"content":" \"capsule-pill\": \"\\f7de\","},{"lineNumber":1759,"author":{"gitId":"yiwen101"},"content":" \"capsule\": \"\\f7df\","},{"lineNumber":1760,"author":{"gitId":"yiwen101"},"content":" \"car-front-fill\": \"\\f7e0\","},{"lineNumber":1761,"author":{"gitId":"yiwen101"},"content":" \"car-front\": \"\\f7e1\","},{"lineNumber":1762,"author":{"gitId":"yiwen101"},"content":" \"cassette-fill\": \"\\f7e2\","},{"lineNumber":1763,"author":{"gitId":"yiwen101"},"content":" \"cassette\": \"\\f7e3\","},{"lineNumber":1764,"author":{"gitId":"yiwen101"},"content":" \"cc-circle-fill\": \"\\f7e6\","},{"lineNumber":1765,"author":{"gitId":"yiwen101"},"content":" \"cc-circle\": \"\\f7e7\","},{"lineNumber":1766,"author":{"gitId":"yiwen101"},"content":" \"cc-square-fill\": \"\\f7e8\","},{"lineNumber":1767,"author":{"gitId":"yiwen101"},"content":" \"cc-square\": \"\\f7e9\","},{"lineNumber":1768,"author":{"gitId":"yiwen101"},"content":" \"cup-hot-fill\": \"\\f7ea\","},{"lineNumber":1769,"author":{"gitId":"yiwen101"},"content":" \"cup-hot\": \"\\f7eb\","},{"lineNumber":1770,"author":{"gitId":"yiwen101"},"content":" \"currency-rupee\": \"\\f7ec\","},{"lineNumber":1771,"author":{"gitId":"yiwen101"},"content":" \"dropbox\": \"\\f7ed\","},{"lineNumber":1772,"author":{"gitId":"yiwen101"},"content":" \"escape\": \"\\f7ee\","},{"lineNumber":1773,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn-fill\": \"\\f7ef\","},{"lineNumber":1774,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-btn\": \"\\f7f0\","},{"lineNumber":1775,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle-fill\": \"\\f7f1\","},{"lineNumber":1776,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-circle\": \"\\f7f2\","},{"lineNumber":1777,"author":{"gitId":"yiwen101"},"content":" \"fast-forward-fill\": \"\\f7f3\","},{"lineNumber":1778,"author":{"gitId":"yiwen101"},"content":" \"fast-forward\": \"\\f7f4\","},{"lineNumber":1779,"author":{"gitId":"yiwen101"},"content":" \"filetype-sql\": \"\\f7f5\","},{"lineNumber":1780,"author":{"gitId":"yiwen101"},"content":" \"fire\": \"\\f7f6\","},{"lineNumber":1781,"author":{"gitId":"yiwen101"},"content":" \"google-play\": \"\\f7f7\","},{"lineNumber":1782,"author":{"gitId":"yiwen101"},"content":" \"h-circle-fill\": \"\\f7fa\","},{"lineNumber":1783,"author":{"gitId":"yiwen101"},"content":" \"h-circle\": \"\\f7fb\","},{"lineNumber":1784,"author":{"gitId":"yiwen101"},"content":" \"h-square-fill\": \"\\f7fc\","},{"lineNumber":1785,"author":{"gitId":"yiwen101"},"content":" \"h-square\": \"\\f7fd\","},{"lineNumber":1786,"author":{"gitId":"yiwen101"},"content":" \"indent\": \"\\f7fe\","},{"lineNumber":1787,"author":{"gitId":"yiwen101"},"content":" \"lungs-fill\": \"\\f7ff\","},{"lineNumber":1788,"author":{"gitId":"yiwen101"},"content":" \"lungs\": \"\\f800\","},{"lineNumber":1789,"author":{"gitId":"yiwen101"},"content":" \"microsoft-teams\": \"\\f801\","},{"lineNumber":1790,"author":{"gitId":"yiwen101"},"content":" \"p-circle-fill\": \"\\f804\","},{"lineNumber":1791,"author":{"gitId":"yiwen101"},"content":" \"p-circle\": \"\\f805\","},{"lineNumber":1792,"author":{"gitId":"yiwen101"},"content":" \"p-square-fill\": \"\\f806\","},{"lineNumber":1793,"author":{"gitId":"yiwen101"},"content":" \"p-square\": \"\\f807\","},{"lineNumber":1794,"author":{"gitId":"yiwen101"},"content":" \"pass-fill\": \"\\f808\","},{"lineNumber":1795,"author":{"gitId":"yiwen101"},"content":" \"pass\": \"\\f809\","},{"lineNumber":1796,"author":{"gitId":"yiwen101"},"content":" \"prescription\": \"\\f80a\","},{"lineNumber":1797,"author":{"gitId":"yiwen101"},"content":" \"prescription2\": \"\\f80b\","},{"lineNumber":1798,"author":{"gitId":"yiwen101"},"content":" \"r-circle-fill\": \"\\f80e\","},{"lineNumber":1799,"author":{"gitId":"yiwen101"},"content":" \"r-circle\": \"\\f80f\","},{"lineNumber":1800,"author":{"gitId":"yiwen101"},"content":" \"r-square-fill\": \"\\f810\","},{"lineNumber":1801,"author":{"gitId":"yiwen101"},"content":" \"r-square\": \"\\f811\","},{"lineNumber":1802,"author":{"gitId":"yiwen101"},"content":" \"repeat-1\": \"\\f812\","},{"lineNumber":1803,"author":{"gitId":"yiwen101"},"content":" \"repeat\": \"\\f813\","},{"lineNumber":1804,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn-fill\": \"\\f814\","},{"lineNumber":1805,"author":{"gitId":"yiwen101"},"content":" \"rewind-btn\": \"\\f815\","},{"lineNumber":1806,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle-fill\": \"\\f816\","},{"lineNumber":1807,"author":{"gitId":"yiwen101"},"content":" \"rewind-circle\": \"\\f817\","},{"lineNumber":1808,"author":{"gitId":"yiwen101"},"content":" \"rewind-fill\": \"\\f818\","},{"lineNumber":1809,"author":{"gitId":"yiwen101"},"content":" \"rewind\": \"\\f819\","},{"lineNumber":1810,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front-fill\": \"\\f81a\","},{"lineNumber":1811,"author":{"gitId":"yiwen101"},"content":" \"train-freight-front\": \"\\f81b\","},{"lineNumber":1812,"author":{"gitId":"yiwen101"},"content":" \"train-front-fill\": \"\\f81c\","},{"lineNumber":1813,"author":{"gitId":"yiwen101"},"content":" \"train-front\": \"\\f81d\","},{"lineNumber":1814,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front-fill\": \"\\f81e\","},{"lineNumber":1815,"author":{"gitId":"yiwen101"},"content":" \"train-lightrail-front\": \"\\f81f\","},{"lineNumber":1816,"author":{"gitId":"yiwen101"},"content":" \"truck-front-fill\": \"\\f820\","},{"lineNumber":1817,"author":{"gitId":"yiwen101"},"content":" \"truck-front\": \"\\f821\","},{"lineNumber":1818,"author":{"gitId":"yiwen101"},"content":" \"ubuntu\": \"\\f822\","},{"lineNumber":1819,"author":{"gitId":"yiwen101"},"content":" \"unindent\": \"\\f823\","},{"lineNumber":1820,"author":{"gitId":"yiwen101"},"content":" \"unity\": \"\\f824\","},{"lineNumber":1821,"author":{"gitId":"yiwen101"},"content":" \"universal-access-circle\": \"\\f825\","},{"lineNumber":1822,"author":{"gitId":"yiwen101"},"content":" \"universal-access\": \"\\f826\","},{"lineNumber":1823,"author":{"gitId":"yiwen101"},"content":" \"virus\": \"\\f827\","},{"lineNumber":1824,"author":{"gitId":"yiwen101"},"content":" \"virus2\": \"\\f828\","},{"lineNumber":1825,"author":{"gitId":"yiwen101"},"content":" \"wechat\": \"\\f829\","},{"lineNumber":1826,"author":{"gitId":"yiwen101"},"content":" \"yelp\": \"\\f82a\","},{"lineNumber":1827,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-fill\": \"\\f82b\","},{"lineNumber":1828,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights-fill\": \"\\f82c\","},{"lineNumber":1829,"author":{"gitId":"yiwen101"},"content":" \"sign-stop-lights\": \"\\f82d\","},{"lineNumber":1830,"author":{"gitId":"yiwen101"},"content":" \"sign-stop\": \"\\f82e\","},{"lineNumber":1831,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left-fill\": \"\\f82f\","},{"lineNumber":1832,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-left\": \"\\f830\","},{"lineNumber":1833,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right-fill\": \"\\f831\","},{"lineNumber":1834,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-right\": \"\\f832\","},{"lineNumber":1835,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left-fill\": \"\\f833\","},{"lineNumber":1836,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-left\": \"\\f834\","},{"lineNumber":1837,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right-fill\": \"\\f835\","},{"lineNumber":1838,"author":{"gitId":"yiwen101"},"content":" \"sign-turn-slight-right\": \"\\f836\","},{"lineNumber":1839,"author":{"gitId":"yiwen101"},"content":" \"sign-yield-fill\": \"\\f837\","},{"lineNumber":1840,"author":{"gitId":"yiwen101"},"content":" \"sign-yield\": \"\\f838\","},{"lineNumber":1841,"author":{"gitId":"yiwen101"},"content":" \"ev-station-fill\": \"\\f839\","},{"lineNumber":1842,"author":{"gitId":"yiwen101"},"content":" \"ev-station\": \"\\f83a\","},{"lineNumber":1843,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel-fill\": \"\\f83b\","},{"lineNumber":1844,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-diesel\": \"\\f83c\","},{"lineNumber":1845,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump-fill\": \"\\f83d\","},{"lineNumber":1846,"author":{"gitId":"yiwen101"},"content":" \"fuel-pump\": \"\\f83e\","},{"lineNumber":1847,"author":{"gitId":"yiwen101"},"content":" \"0-circle-fill\": \"\\f83f\","},{"lineNumber":1848,"author":{"gitId":"yiwen101"},"content":" \"0-circle\": \"\\f840\","},{"lineNumber":1849,"author":{"gitId":"yiwen101"},"content":" \"0-square-fill\": \"\\f841\","},{"lineNumber":1850,"author":{"gitId":"yiwen101"},"content":" \"0-square\": \"\\f842\","},{"lineNumber":1851,"author":{"gitId":"yiwen101"},"content":" \"rocket-fill\": \"\\f843\","},{"lineNumber":1852,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff-fill\": \"\\f844\","},{"lineNumber":1853,"author":{"gitId":"yiwen101"},"content":" \"rocket-takeoff\": \"\\f845\","},{"lineNumber":1854,"author":{"gitId":"yiwen101"},"content":" \"rocket\": \"\\f846\","},{"lineNumber":1855,"author":{"gitId":"yiwen101"},"content":" \"stripe\": \"\\f847\","},{"lineNumber":1856,"author":{"gitId":"yiwen101"},"content":" \"subscript\": \"\\f848\","},{"lineNumber":1857,"author":{"gitId":"yiwen101"},"content":" \"superscript\": \"\\f849\","},{"lineNumber":1858,"author":{"gitId":"yiwen101"},"content":" \"trello\": \"\\f84a\","},{"lineNumber":1859,"author":{"gitId":"yiwen101"},"content":" \"envelope-at-fill\": \"\\f84b\","},{"lineNumber":1860,"author":{"gitId":"yiwen101"},"content":" \"envelope-at\": \"\\f84c\","},{"lineNumber":1861,"author":{"gitId":"yiwen101"},"content":" \"regex\": \"\\f84d\","},{"lineNumber":1862,"author":{"gitId":"yiwen101"},"content":" \"text-wrap\": \"\\f84e\","},{"lineNumber":1863,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end-fill\": \"\\f84f\","},{"lineNumber":1864,"author":{"gitId":"yiwen101"},"content":" \"sign-dead-end\": \"\\f850\","},{"lineNumber":1865,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter-fill\": \"\\f851\","},{"lineNumber":1866,"author":{"gitId":"yiwen101"},"content":" \"sign-do-not-enter\": \"\\f852\","},{"lineNumber":1867,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-fill\": \"\\f853\","},{"lineNumber":1868,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side-fill\": \"\\f854\","},{"lineNumber":1869,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-side\": \"\\f855\","},{"lineNumber":1870,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t-fill\": \"\\f856\","},{"lineNumber":1871,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-t\": \"\\f857\","},{"lineNumber":1872,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y-fill\": \"\\f858\","},{"lineNumber":1873,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection-y\": \"\\f859\","},{"lineNumber":1874,"author":{"gitId":"yiwen101"},"content":" \"sign-intersection\": \"\\f85a\","},{"lineNumber":1875,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left-fill\": \"\\f85b\","},{"lineNumber":1876,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-left\": \"\\f85c\","},{"lineNumber":1877,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right-fill\": \"\\f85d\","},{"lineNumber":1878,"author":{"gitId":"yiwen101"},"content":" \"sign-merge-right\": \"\\f85e\","},{"lineNumber":1879,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn-fill\": \"\\f85f\","},{"lineNumber":1880,"author":{"gitId":"yiwen101"},"content":" \"sign-no-left-turn\": \"\\f860\","},{"lineNumber":1881,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking-fill\": \"\\f861\","},{"lineNumber":1882,"author":{"gitId":"yiwen101"},"content":" \"sign-no-parking\": \"\\f862\","},{"lineNumber":1883,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn-fill\": \"\\f863\","},{"lineNumber":1884,"author":{"gitId":"yiwen101"},"content":" \"sign-no-right-turn\": \"\\f864\","},{"lineNumber":1885,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad-fill\": \"\\f865\","},{"lineNumber":1886,"author":{"gitId":"yiwen101"},"content":" \"sign-railroad\": \"\\f866\","},{"lineNumber":1887,"author":{"gitId":"yiwen101"},"content":" \"building-add\": \"\\f867\","},{"lineNumber":1888,"author":{"gitId":"yiwen101"},"content":" \"building-check\": \"\\f868\","},{"lineNumber":1889,"author":{"gitId":"yiwen101"},"content":" \"building-dash\": \"\\f869\","},{"lineNumber":1890,"author":{"gitId":"yiwen101"},"content":" \"building-down\": \"\\f86a\","},{"lineNumber":1891,"author":{"gitId":"yiwen101"},"content":" \"building-exclamation\": \"\\f86b\","},{"lineNumber":1892,"author":{"gitId":"yiwen101"},"content":" \"building-fill-add\": \"\\f86c\","},{"lineNumber":1893,"author":{"gitId":"yiwen101"},"content":" \"building-fill-check\": \"\\f86d\","},{"lineNumber":1894,"author":{"gitId":"yiwen101"},"content":" \"building-fill-dash\": \"\\f86e\","},{"lineNumber":1895,"author":{"gitId":"yiwen101"},"content":" \"building-fill-down\": \"\\f86f\","},{"lineNumber":1896,"author":{"gitId":"yiwen101"},"content":" \"building-fill-exclamation\": \"\\f870\","},{"lineNumber":1897,"author":{"gitId":"yiwen101"},"content":" \"building-fill-gear\": \"\\f871\","},{"lineNumber":1898,"author":{"gitId":"yiwen101"},"content":" \"building-fill-lock\": \"\\f872\","},{"lineNumber":1899,"author":{"gitId":"yiwen101"},"content":" \"building-fill-slash\": \"\\f873\","},{"lineNumber":1900,"author":{"gitId":"yiwen101"},"content":" \"building-fill-up\": \"\\f874\","},{"lineNumber":1901,"author":{"gitId":"yiwen101"},"content":" \"building-fill-x\": \"\\f875\","},{"lineNumber":1902,"author":{"gitId":"yiwen101"},"content":" \"building-fill\": \"\\f876\","},{"lineNumber":1903,"author":{"gitId":"yiwen101"},"content":" \"building-gear\": \"\\f877\","},{"lineNumber":1904,"author":{"gitId":"yiwen101"},"content":" \"building-lock\": \"\\f878\","},{"lineNumber":1905,"author":{"gitId":"yiwen101"},"content":" \"building-slash\": \"\\f879\","},{"lineNumber":1906,"author":{"gitId":"yiwen101"},"content":" \"building-up\": \"\\f87a\","},{"lineNumber":1907,"author":{"gitId":"yiwen101"},"content":" \"building-x\": \"\\f87b\","},{"lineNumber":1908,"author":{"gitId":"yiwen101"},"content":" \"buildings-fill\": \"\\f87c\","},{"lineNumber":1909,"author":{"gitId":"yiwen101"},"content":" \"buildings\": \"\\f87d\","},{"lineNumber":1910,"author":{"gitId":"yiwen101"},"content":" \"bus-front-fill\": \"\\f87e\","},{"lineNumber":1911,"author":{"gitId":"yiwen101"},"content":" \"bus-front\": \"\\f87f\","},{"lineNumber":1912,"author":{"gitId":"yiwen101"},"content":" \"ev-front-fill\": \"\\f880\","},{"lineNumber":1913,"author":{"gitId":"yiwen101"},"content":" \"ev-front\": \"\\f881\","},{"lineNumber":1914,"author":{"gitId":"yiwen101"},"content":" \"globe-americas\": \"\\f882\","},{"lineNumber":1915,"author":{"gitId":"yiwen101"},"content":" \"globe-asia-australia\": \"\\f883\","},{"lineNumber":1916,"author":{"gitId":"yiwen101"},"content":" \"globe-central-south-asia\": \"\\f884\","},{"lineNumber":1917,"author":{"gitId":"yiwen101"},"content":" \"globe-europe-africa\": \"\\f885\","},{"lineNumber":1918,"author":{"gitId":"yiwen101"},"content":" \"house-add-fill\": \"\\f886\","},{"lineNumber":1919,"author":{"gitId":"yiwen101"},"content":" \"house-add\": \"\\f887\","},{"lineNumber":1920,"author":{"gitId":"yiwen101"},"content":" \"house-check-fill\": \"\\f888\","},{"lineNumber":1921,"author":{"gitId":"yiwen101"},"content":" \"house-check\": \"\\f889\","},{"lineNumber":1922,"author":{"gitId":"yiwen101"},"content":" \"house-dash-fill\": \"\\f88a\","},{"lineNumber":1923,"author":{"gitId":"yiwen101"},"content":" \"house-dash\": \"\\f88b\","},{"lineNumber":1924,"author":{"gitId":"yiwen101"},"content":" \"house-down-fill\": \"\\f88c\","},{"lineNumber":1925,"author":{"gitId":"yiwen101"},"content":" \"house-down\": \"\\f88d\","},{"lineNumber":1926,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation-fill\": \"\\f88e\","},{"lineNumber":1927,"author":{"gitId":"yiwen101"},"content":" \"house-exclamation\": \"\\f88f\","},{"lineNumber":1928,"author":{"gitId":"yiwen101"},"content":" \"house-gear-fill\": \"\\f890\","},{"lineNumber":1929,"author":{"gitId":"yiwen101"},"content":" \"house-gear\": \"\\f891\","},{"lineNumber":1930,"author":{"gitId":"yiwen101"},"content":" \"house-lock-fill\": \"\\f892\","},{"lineNumber":1931,"author":{"gitId":"yiwen101"},"content":" \"house-lock\": \"\\f893\","},{"lineNumber":1932,"author":{"gitId":"yiwen101"},"content":" \"house-slash-fill\": \"\\f894\","},{"lineNumber":1933,"author":{"gitId":"yiwen101"},"content":" \"house-slash\": \"\\f895\","},{"lineNumber":1934,"author":{"gitId":"yiwen101"},"content":" \"house-up-fill\": \"\\f896\","},{"lineNumber":1935,"author":{"gitId":"yiwen101"},"content":" \"house-up\": \"\\f897\","},{"lineNumber":1936,"author":{"gitId":"yiwen101"},"content":" \"house-x-fill\": \"\\f898\","},{"lineNumber":1937,"author":{"gitId":"yiwen101"},"content":" \"house-x\": \"\\f899\","},{"lineNumber":1938,"author":{"gitId":"yiwen101"},"content":" \"person-add\": \"\\f89a\","},{"lineNumber":1939,"author":{"gitId":"yiwen101"},"content":" \"person-down\": \"\\f89b\","},{"lineNumber":1940,"author":{"gitId":"yiwen101"},"content":" \"person-exclamation\": \"\\f89c\","},{"lineNumber":1941,"author":{"gitId":"yiwen101"},"content":" \"person-fill-add\": \"\\f89d\","},{"lineNumber":1942,"author":{"gitId":"yiwen101"},"content":" \"person-fill-check\": \"\\f89e\","},{"lineNumber":1943,"author":{"gitId":"yiwen101"},"content":" \"person-fill-dash\": \"\\f89f\","},{"lineNumber":1944,"author":{"gitId":"yiwen101"},"content":" \"person-fill-down\": \"\\f8a0\","},{"lineNumber":1945,"author":{"gitId":"yiwen101"},"content":" \"person-fill-exclamation\": \"\\f8a1\","},{"lineNumber":1946,"author":{"gitId":"yiwen101"},"content":" \"person-fill-gear\": \"\\f8a2\","},{"lineNumber":1947,"author":{"gitId":"yiwen101"},"content":" \"person-fill-lock\": \"\\f8a3\","},{"lineNumber":1948,"author":{"gitId":"yiwen101"},"content":" \"person-fill-slash\": \"\\f8a4\","},{"lineNumber":1949,"author":{"gitId":"yiwen101"},"content":" \"person-fill-up\": \"\\f8a5\","},{"lineNumber":1950,"author":{"gitId":"yiwen101"},"content":" \"person-fill-x\": \"\\f8a6\","},{"lineNumber":1951,"author":{"gitId":"yiwen101"},"content":" \"person-gear\": \"\\f8a7\","},{"lineNumber":1952,"author":{"gitId":"yiwen101"},"content":" \"person-lock\": \"\\f8a8\","},{"lineNumber":1953,"author":{"gitId":"yiwen101"},"content":" \"person-slash\": \"\\f8a9\","},{"lineNumber":1954,"author":{"gitId":"yiwen101"},"content":" \"person-up\": \"\\f8aa\","},{"lineNumber":1955,"author":{"gitId":"yiwen101"},"content":" \"scooter\": \"\\f8ab\","},{"lineNumber":1956,"author":{"gitId":"yiwen101"},"content":" \"taxi-front-fill\": \"\\f8ac\","},{"lineNumber":1957,"author":{"gitId":"yiwen101"},"content":" \"taxi-front\": \"\\f8ad\","},{"lineNumber":1958,"author":{"gitId":"yiwen101"},"content":" \"amd\": \"\\f8ae\","},{"lineNumber":1959,"author":{"gitId":"yiwen101"},"content":" \"database-add\": \"\\f8af\","},{"lineNumber":1960,"author":{"gitId":"yiwen101"},"content":" \"database-check\": \"\\f8b0\","},{"lineNumber":1961,"author":{"gitId":"yiwen101"},"content":" \"database-dash\": \"\\f8b1\","},{"lineNumber":1962,"author":{"gitId":"yiwen101"},"content":" \"database-down\": \"\\f8b2\","},{"lineNumber":1963,"author":{"gitId":"yiwen101"},"content":" \"database-exclamation\": \"\\f8b3\","},{"lineNumber":1964,"author":{"gitId":"yiwen101"},"content":" \"database-fill-add\": \"\\f8b4\","},{"lineNumber":1965,"author":{"gitId":"yiwen101"},"content":" \"database-fill-check\": \"\\f8b5\","},{"lineNumber":1966,"author":{"gitId":"yiwen101"},"content":" \"database-fill-dash\": \"\\f8b6\","},{"lineNumber":1967,"author":{"gitId":"yiwen101"},"content":" \"database-fill-down\": \"\\f8b7\","},{"lineNumber":1968,"author":{"gitId":"yiwen101"},"content":" \"database-fill-exclamation\": \"\\f8b8\","},{"lineNumber":1969,"author":{"gitId":"yiwen101"},"content":" \"database-fill-gear\": \"\\f8b9\","},{"lineNumber":1970,"author":{"gitId":"yiwen101"},"content":" \"database-fill-lock\": \"\\f8ba\","},{"lineNumber":1971,"author":{"gitId":"yiwen101"},"content":" \"database-fill-slash\": \"\\f8bb\","},{"lineNumber":1972,"author":{"gitId":"yiwen101"},"content":" \"database-fill-up\": \"\\f8bc\","},{"lineNumber":1973,"author":{"gitId":"yiwen101"},"content":" \"database-fill-x\": \"\\f8bd\","},{"lineNumber":1974,"author":{"gitId":"yiwen101"},"content":" \"database-fill\": \"\\f8be\","},{"lineNumber":1975,"author":{"gitId":"yiwen101"},"content":" \"database-gear\": \"\\f8bf\","},{"lineNumber":1976,"author":{"gitId":"yiwen101"},"content":" \"database-lock\": \"\\f8c0\","},{"lineNumber":1977,"author":{"gitId":"yiwen101"},"content":" \"database-slash\": \"\\f8c1\","},{"lineNumber":1978,"author":{"gitId":"yiwen101"},"content":" \"database-up\": \"\\f8c2\","},{"lineNumber":1979,"author":{"gitId":"yiwen101"},"content":" \"database-x\": \"\\f8c3\","},{"lineNumber":1980,"author":{"gitId":"yiwen101"},"content":" \"database\": \"\\f8c4\","},{"lineNumber":1981,"author":{"gitId":"yiwen101"},"content":" \"houses-fill\": \"\\f8c5\","},{"lineNumber":1982,"author":{"gitId":"yiwen101"},"content":" \"houses\": \"\\f8c6\","},{"lineNumber":1983,"author":{"gitId":"yiwen101"},"content":" \"nvidia\": \"\\f8c7\","},{"lineNumber":1984,"author":{"gitId":"yiwen101"},"content":" \"person-vcard-fill\": \"\\f8c8\","},{"lineNumber":1985,"author":{"gitId":"yiwen101"},"content":" \"person-vcard\": \"\\f8c9\","},{"lineNumber":1986,"author":{"gitId":"yiwen101"},"content":" \"sina-weibo\": \"\\f8ca\","},{"lineNumber":1987,"author":{"gitId":"yiwen101"},"content":" \"tencent-qq\": \"\\f8cb\","},{"lineNumber":1988,"author":{"gitId":"yiwen101"},"content":" \"wikipedia\": \"\\f8cc\","},{"lineNumber":1989,"author":{"gitId":"yiwen101"},"content":" \"alphabet-uppercase\": \"\\f2a5\","},{"lineNumber":1990,"author":{"gitId":"yiwen101"},"content":" \"alphabet\": \"\\f68a\","},{"lineNumber":1991,"author":{"gitId":"yiwen101"},"content":" \"amazon\": \"\\f68d\","},{"lineNumber":1992,"author":{"gitId":"yiwen101"},"content":" \"arrows-collapse-vertical\": \"\\f690\","},{"lineNumber":1993,"author":{"gitId":"yiwen101"},"content":" \"arrows-expand-vertical\": \"\\f695\","},{"lineNumber":1994,"author":{"gitId":"yiwen101"},"content":" \"arrows-vertical\": \"\\f698\","},{"lineNumber":1995,"author":{"gitId":"yiwen101"},"content":" \"arrows\": \"\\f6a2\","},{"lineNumber":1996,"author":{"gitId":"yiwen101"},"content":" \"ban-fill\": \"\\f6a3\","},{"lineNumber":1997,"author":{"gitId":"yiwen101"},"content":" \"ban\": \"\\f6b6\","},{"lineNumber":1998,"author":{"gitId":"yiwen101"},"content":" \"bing\": \"\\f6c2\","},{"lineNumber":1999,"author":{"gitId":"yiwen101"},"content":" \"cake\": \"\\f6e0\","},{"lineNumber":2000,"author":{"gitId":"yiwen101"},"content":" \"cake2\": \"\\f6ed\","},{"lineNumber":2001,"author":{"gitId":"yiwen101"},"content":" \"cookie\": \"\\f6ee\","},{"lineNumber":2002,"author":{"gitId":"yiwen101"},"content":" \"copy\": \"\\f759\","},{"lineNumber":2003,"author":{"gitId":"yiwen101"},"content":" \"crosshair\": \"\\f769\","},{"lineNumber":2004,"author":{"gitId":"yiwen101"},"content":" \"crosshair2\": \"\\f794\","},{"lineNumber":2005,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished-fill\": \"\\f795\","},{"lineNumber":2006,"author":{"gitId":"yiwen101"},"content":" \"emoji-astonished\": \"\\f79a\","},{"lineNumber":2007,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace-fill\": \"\\f79b\","},{"lineNumber":2008,"author":{"gitId":"yiwen101"},"content":" \"emoji-grimace\": \"\\f7a0\","},{"lineNumber":2009,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin-fill\": \"\\f7a1\","},{"lineNumber":2010,"author":{"gitId":"yiwen101"},"content":" \"emoji-grin\": \"\\f7a6\","},{"lineNumber":2011,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise-fill\": \"\\f7a7\","},{"lineNumber":2012,"author":{"gitId":"yiwen101"},"content":" \"emoji-surprise\": \"\\f7ac\","},{"lineNumber":2013,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear-fill\": \"\\f7ad\","},{"lineNumber":2014,"author":{"gitId":"yiwen101"},"content":" \"emoji-tear\": \"\\f7b2\","},{"lineNumber":2015,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down-fill\": \"\\f7b3\","},{"lineNumber":2016,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-down\": \"\\f7b8\","},{"lineNumber":2017,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up-fill\": \"\\f7b9\","},{"lineNumber":2018,"author":{"gitId":"yiwen101"},"content":" \"envelope-arrow-up\": \"\\f7be\","},{"lineNumber":2019,"author":{"gitId":"yiwen101"},"content":" \"feather\": \"\\f7bf\","},{"lineNumber":2020,"author":{"gitId":"yiwen101"},"content":" \"feather2\": \"\\f7c4\","},{"lineNumber":2021,"author":{"gitId":"yiwen101"},"content":" \"floppy-fill\": \"\\f7c5\","},{"lineNumber":2022,"author":{"gitId":"yiwen101"},"content":" \"floppy\": \"\\f7d8\","},{"lineNumber":2023,"author":{"gitId":"yiwen101"},"content":" \"floppy2-fill\": \"\\f7d9\","},{"lineNumber":2024,"author":{"gitId":"yiwen101"},"content":" \"floppy2\": \"\\f7e4\","},{"lineNumber":2025,"author":{"gitId":"yiwen101"},"content":" \"gitlab\": \"\\f7e5\","},{"lineNumber":2026,"author":{"gitId":"yiwen101"},"content":" \"highlighter\": \"\\f7f8\","},{"lineNumber":2027,"author":{"gitId":"yiwen101"},"content":" \"marker-tip\": \"\\f802\","},{"lineNumber":2028,"author":{"gitId":"yiwen101"},"content":" \"nvme-fill\": \"\\f803\","},{"lineNumber":2029,"author":{"gitId":"yiwen101"},"content":" \"nvme\": \"\\f80c\","},{"lineNumber":2030,"author":{"gitId":"yiwen101"},"content":" \"opencollective\": \"\\f80d\","},{"lineNumber":2031,"author":{"gitId":"yiwen101"},"content":" \"pci-card-network\": \"\\f8cd\","},{"lineNumber":2032,"author":{"gitId":"yiwen101"},"content":" \"pci-card-sound\": \"\\f8ce\","},{"lineNumber":2033,"author":{"gitId":"yiwen101"},"content":" \"radar\": \"\\f8cf\","},{"lineNumber":2034,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down-fill\": \"\\f8d0\","},{"lineNumber":2035,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-down\": \"\\f8d1\","},{"lineNumber":2036,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up-fill\": \"\\f8d2\","},{"lineNumber":2037,"author":{"gitId":"yiwen101"},"content":" \"send-arrow-up\": \"\\f8d3\","},{"lineNumber":2038,"author":{"gitId":"yiwen101"},"content":" \"sim-slash-fill\": \"\\f8d4\","},{"lineNumber":2039,"author":{"gitId":"yiwen101"},"content":" \"sim-slash\": \"\\f8d5\","},{"lineNumber":2040,"author":{"gitId":"yiwen101"},"content":" \"sourceforge\": \"\\f8d6\","},{"lineNumber":2041,"author":{"gitId":"yiwen101"},"content":" \"substack\": \"\\f8d7\","},{"lineNumber":2042,"author":{"gitId":"yiwen101"},"content":" \"threads-fill\": \"\\f8d8\","},{"lineNumber":2043,"author":{"gitId":"yiwen101"},"content":" \"threads\": \"\\f8d9\","},{"lineNumber":2044,"author":{"gitId":"yiwen101"},"content":" \"transparency\": \"\\f8da\","},{"lineNumber":2045,"author":{"gitId":"yiwen101"},"content":" \"twitter-x\": \"\\f8db\","},{"lineNumber":2046,"author":{"gitId":"yiwen101"},"content":" \"type-h4\": \"\\f8dc\","},{"lineNumber":2047,"author":{"gitId":"yiwen101"},"content":" \"type-h5\": \"\\f8dd\","},{"lineNumber":2048,"author":{"gitId":"yiwen101"},"content":" \"type-h6\": \"\\f8de\","},{"lineNumber":2049,"author":{"gitId":"yiwen101"},"content":" \"backpack-fill\": \"\\f8df\","},{"lineNumber":2050,"author":{"gitId":"yiwen101"},"content":" \"backpack\": \"\\f8e0\","},{"lineNumber":2051,"author":{"gitId":"yiwen101"},"content":" \"backpack2-fill\": \"\\f8e1\","},{"lineNumber":2052,"author":{"gitId":"yiwen101"},"content":" \"backpack2\": \"\\f8e2\","},{"lineNumber":2053,"author":{"gitId":"yiwen101"},"content":" \"backpack3-fill\": \"\\f8e3\","},{"lineNumber":2054,"author":{"gitId":"yiwen101"},"content":" \"backpack3\": \"\\f8e4\","},{"lineNumber":2055,"author":{"gitId":"yiwen101"},"content":" \"backpack4-fill\": \"\\f8e5\","},{"lineNumber":2056,"author":{"gitId":"yiwen101"},"content":" \"backpack4\": \"\\f8e6\","},{"lineNumber":2057,"author":{"gitId":"yiwen101"},"content":" \"brilliance\": \"\\f8e7\","},{"lineNumber":2058,"author":{"gitId":"yiwen101"},"content":" \"cake-fill\": \"\\f8e8\","},{"lineNumber":2059,"author":{"gitId":"yiwen101"},"content":" \"cake2-fill\": \"\\f8e9\","},{"lineNumber":2060,"author":{"gitId":"yiwen101"},"content":" \"duffle-fill\": \"\\f8ea\","},{"lineNumber":2061,"author":{"gitId":"yiwen101"},"content":" \"duffle\": \"\\f8eb\","},{"lineNumber":2062,"author":{"gitId":"yiwen101"},"content":" \"exposure\": \"\\f8ec\","},{"lineNumber":2063,"author":{"gitId":"yiwen101"},"content":" \"gender-neuter\": \"\\f8ed\","},{"lineNumber":2064,"author":{"gitId":"yiwen101"},"content":" \"highlights\": \"\\f8ee\","},{"lineNumber":2065,"author":{"gitId":"yiwen101"},"content":" \"luggage-fill\": \"\\f8ef\","},{"lineNumber":2066,"author":{"gitId":"yiwen101"},"content":" \"luggage\": \"\\f8f0\","},{"lineNumber":2067,"author":{"gitId":"yiwen101"},"content":" \"mailbox-flag\": \"\\f8f1\","},{"lineNumber":2068,"author":{"gitId":"yiwen101"},"content":" \"mailbox2-flag\": \"\\f8f2\","},{"lineNumber":2069,"author":{"gitId":"yiwen101"},"content":" \"noise-reduction\": \"\\f8f3\","},{"lineNumber":2070,"author":{"gitId":"yiwen101"},"content":" \"passport-fill\": \"\\f8f4\","},{"lineNumber":2071,"author":{"gitId":"yiwen101"},"content":" \"passport\": \"\\f8f5\","},{"lineNumber":2072,"author":{"gitId":"yiwen101"},"content":" \"person-arms-up\": \"\\f8f6\","},{"lineNumber":2073,"author":{"gitId":"yiwen101"},"content":" \"person-raised-hand\": \"\\f8f7\","},{"lineNumber":2074,"author":{"gitId":"yiwen101"},"content":" \"person-standing-dress\": \"\\f8f8\","},{"lineNumber":2075,"author":{"gitId":"yiwen101"},"content":" \"person-standing\": \"\\f8f9\","},{"lineNumber":2076,"author":{"gitId":"yiwen101"},"content":" \"person-walking\": \"\\f8fa\","},{"lineNumber":2077,"author":{"gitId":"yiwen101"},"content":" \"person-wheelchair\": \"\\f8fb\","},{"lineNumber":2078,"author":{"gitId":"yiwen101"},"content":" \"shadows\": \"\\f8fc\","},{"lineNumber":2079,"author":{"gitId":"yiwen101"},"content":" \"suitcase-fill\": \"\\f8fd\","},{"lineNumber":2080,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg-fill\": \"\\f8fe\","},{"lineNumber":2081,"author":{"gitId":"yiwen101"},"content":" \"suitcase-lg\": \"\\f8ff\","},{"lineNumber":2082,"author":{"gitId":"yiwen101"},"content":" \"suitcase\": \"\\f900\","},{"lineNumber":2083,"author":{"gitId":"yiwen101"},"content":" \"suitcase2-fill\": \"\\f901\","},{"lineNumber":2084,"author":{"gitId":"yiwen101"},"content":" \"suitcase2\": \"\\f902\","},{"lineNumber":2085,"author":{"gitId":"yiwen101"},"content":" \"vignette\": \"\\f903\","},{"lineNumber":2086,"author":{"gitId":"yiwen101"},"content":");"},{"lineNumber":2087,"author":{"gitId":"yiwen101"},"content":""},{"lineNumber":2088,"author":{"gitId":"yiwen101"},"content":"@each $icon, $codepoint in $bootstrap-icons-map {"},{"lineNumber":2089,"author":{"gitId":"yiwen101"},"content":" .bi-#{$icon}::before { content: $codepoint; }"},{"lineNumber":2090,"author":{"gitId":"yiwen101"},"content":"}"}],"authorContributionMap":{"yiwen101":2090}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/bootstrap.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@charset \"UTF-8\";/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2021 The Bootstrap Authors"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2021 Twitter, Inc."},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",\"Liberation Sans\",sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a\u003ecode{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role\u003dbutton]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type\u003dbutton],[type\u003dreset],[type\u003dsubmit],button{-webkit-appearance:button}[type\u003dbutton]:not(:disabled),[type\u003dreset]:not(:disabled),[type\u003dsubmit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type\u003dsearch]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote\u003e:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:\"— \"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row\u003e*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-1\u003e*{flex:0 0 auto;width:100%}.row-cols-2\u003e*{flex:0 0 auto;width:50%}.row-cols-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-4\u003e*{flex:0 0 auto;width:25%}.row-cols-5\u003e*{flex:0 0 auto;width:20%}.row-cols-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-sm-1\u003e*{flex:0 0 auto;width:100%}.row-cols-sm-2\u003e*{flex:0 0 auto;width:50%}.row-cols-sm-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4\u003e*{flex:0 0 auto;width:25%}.row-cols-sm-5\u003e*{flex:0 0 auto;width:20%}.row-cols-sm-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-md-1\u003e*{flex:0 0 auto;width:100%}.row-cols-md-2\u003e*{flex:0 0 auto;width:50%}.row-cols-md-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4\u003e*{flex:0 0 auto;width:25%}.row-cols-md-5\u003e*{flex:0 0 auto;width:20%}.row-cols-md-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-lg-1\u003e*{flex:0 0 auto;width:100%}.row-cols-lg-2\u003e*{flex:0 0 auto;width:50%}.row-cols-lg-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4\u003e*{flex:0 0 auto;width:25%}.row-cols-lg-5\u003e*{flex:0 0 auto;width:20%}.row-cols-lg-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-xl-1\u003e*{flex:0 0 auto;width:100%}.row-cols-xl-2\u003e*{flex:0 0 auto;width:50%}.row-cols-xl-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4\u003e*{flex:0 0 auto;width:25%}.row-cols-xl-5\u003e*{flex:0 0 auto;width:20%}.row-cols-xl-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto\u003e*{flex:0 0 auto;width:auto}.row-cols-xxl-1\u003e*{flex:0 0 auto;width:100%}.row-cols-xxl-2\u003e*{flex:0 0 auto;width:50%}.row-cols-xxl-3\u003e*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4\u003e*{flex:0 0 auto;width:25%}.row-cols-xxl-5\u003e*{flex:0 0 auto;width:20%}.row-cols-xxl-6\u003e*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table\u003e:not(caption)\u003e*\u003e*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table\u003etbody{vertical-align:inherit}.table\u003ethead{vertical-align:bottom}.table\u003e:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm\u003e:not(caption)\u003e*\u003e*{padding:.25rem .25rem}.table-bordered\u003e:not(caption)\u003e*{border-width:1px 0}.table-bordered\u003e:not(caption)\u003e*\u003e*{border-width:0 1px}.table-borderless\u003e:not(caption)\u003e*\u003e*{border-bottom-width:0}.table-borderless\u003e:not(:first-child){border-top-width:0}.table-striped\u003etbody\u003etr:nth-of-type(odd)\u003e*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover\u003etbody\u003etr:hover\u003e*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type\u003dfile]{overflow:hidden}.form-control[type\u003dfile]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size\u003d\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type\u003dcheckbox]{border-radius:.25em}.form-check-input[type\u003dradio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type\u003dcheckbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10l3 3l6-6\u0027/%3e%3c/svg%3e\")}.form-check-input:checked[type\u003dradio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00272\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-input[type\u003dcheckbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 20 20\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23fff\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00273\u0027 d\u003d\u0027M6 10h8\u0027/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027rgba%280, 0, 0, 0.25%29\u0027/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%2386b7fe\u0027/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u0027-4 -4 8 8\u0027%3e%3ccircle r\u003d\u00273\u0027 fill\u003d\u0027%23fff\u0027/%3e%3c/svg%3e\")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating\u003e.form-control,.form-floating\u003e.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating\u003elabel{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating\u003elabel{transition:none}}.form-floating\u003e.form-control{padding:1rem .75rem}.form-floating\u003e.form-control::-moz-placeholder{color:transparent}.form-floating\u003e.form-control::placeholder{color:transparent}.form-floating\u003e.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:focus,.form-floating\u003e.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating\u003e.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:focus~label,.form-floating\u003e.form-control:not(:placeholder-shown)~label,.form-floating\u003e.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating\u003e.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group\u003e.form-control,.input-group\u003e.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group\u003e.form-control:focus,.input-group\u003e.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg\u003e.btn,.input-group-lg\u003e.form-control,.input-group-lg\u003e.form-select,.input-group-lg\u003e.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm\u003e.btn,.input-group-sm\u003e.form-control,.input-group-sm\u003e.form-select,.input-group-sm\u003e.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg\u003e.form-select,.input-group-sm\u003e.form-select{padding-right:3rem}.input-group:not(.has-validation)\u003e.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)\u003e:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation\u003e.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation\u003e:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group\u003e:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%23198754\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 8 8\u0027%3e%3cpath fill\u003d\u0027%23198754\u0027 d\u003d\u0027M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23dc3545\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23dc3545\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size\u003d\"1\"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size\u003d\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027%3e%3cpath fill\u003d\u0027none\u0027 stroke\u003d\u0027%23343a40\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-linejoin\u003d\u0027round\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M2 5l6 6 6-6\u0027/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 12 12\u0027 width\u003d\u002712\u0027 height\u003d\u002712\u0027 fill\u003d\u0027none\u0027 stroke\u003d\u0027%23dc3545\u0027%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00276\u0027 r\u003d\u00274.5\u0027/%3e%3cpath stroke-linejoin\u003d\u0027round\u0027 d\u003d\u0027M5.8 3.6h.4L6 6.5z\u0027/%3e%3ccircle cx\u003d\u00276\u0027 cy\u003d\u00278.2\u0027 r\u003d\u0027.6\u0027 fill\u003d\u0027%23dc3545\u0027 stroke\u003d\u0027none\u0027/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show\u003e.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show\u003e.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show\u003e.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show\u003e.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show\u003e.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show\u003e.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show\u003e.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show\u003e.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show\u003e.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show\u003e.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show\u003e.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show\u003e.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show\u003e.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show\u003e.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show\u003e.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show\u003e.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg\u003e.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm\u003e.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\"}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical\u003e.btn,.btn-group\u003e.btn{position:relative;flex:1 1 auto}.btn-group-vertical\u003e.btn-check:checked+.btn,.btn-group-vertical\u003e.btn-check:focus+.btn,.btn-group-vertical\u003e.btn.active,.btn-group-vertical\u003e.btn:active,.btn-group-vertical\u003e.btn:focus,.btn-group-vertical\u003e.btn:hover,.btn-group\u003e.btn-check:checked+.btn,.btn-group\u003e.btn-check:focus+.btn,.btn-group\u003e.btn.active,.btn-group\u003e.btn:active,.btn-group\u003e.btn:focus,.btn-group\u003e.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group\u003e.btn-group:not(:first-child),.btn-group\u003e.btn:not(:first-child){margin-left:-1px}.btn-group\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group\u003e.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group\u003e.btn:nth-child(n+3),.btn-group\u003e:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm\u003e.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg\u003e.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical\u003e.btn,.btn-group-vertical\u003e.btn-group{width:100%}.btn-group-vertical\u003e.btn-group:not(:first-child),.btn-group-vertical\u003e.btn:not(:first-child){margin-top:-1px}.btn-group-vertical\u003e.btn-group:not(:last-child)\u003e.btn,.btn-group-vertical\u003e.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical\u003e.btn-group:not(:first-child)\u003e.btn,.btn-group-vertical\u003e.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show\u003e.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill\u003e.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified\u003e.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content\u003e.tab-pane{display:none}.tab-content\u003e.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar\u003e.container,.navbar\u003e.container-fluid,.navbar\u003e.container-lg,.navbar\u003e.container-md,.navbar\u003e.container-sm,.navbar\u003e.container-xl,.navbar\u003e.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show\u003e.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027rgba%280, 0, 0, 0.55%29\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show\u003e.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 30 30\u0027%3e%3cpath stroke\u003d\u0027rgba%28255, 255, 255, 0.55%29\u0027 stroke-linecap\u003d\u0027round\u0027 stroke-miterlimit\u003d\u002710\u0027 stroke-width\u003d\u00272\u0027 d\u003d\u0027M4 7h22M4 15h22M4 23h22\u0027/%3e%3c/svg%3e\")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card\u003ehr{margin-right:0;margin-left:0}.card\u003e.list-group{border-top:inherit;border-bottom:inherit}.card\u003e.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card\u003e.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card\u003e.card-header+.list-group,.card\u003e.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group\u003e.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group\u003e.card{flex:1 0 0%;margin-bottom:0}.card-group\u003e.card+.card{margin-left:0;border-left:0}.card-group\u003e.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group\u003e.card:not(:last-child) .card-header,.card-group\u003e.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group\u003e.card:not(:last-child) .card-footer,.card-group\u003e.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group\u003e.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group\u003e.card:not(:first-child) .card-header,.card-group\u003e.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group\u003e.card:not(:first-child) .card-footer,.card-group\u003e.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%230c63e4\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:\"\";background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23212529\u0027%3e%3cpath fill-rule\u003d\u0027evenodd\u0027 d\u003d\u0027M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, \"/\")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered\u003eli::before{content:counters(section, \".\") \". \";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal\u003e.list-group-item.active{margin-top:0}.list-group-horizontal\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl\u003e.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl\u003e.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl\u003e.list-group-item.active{margin-top:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl\u003e.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush\u003e.list-group-item{border-width:0 0 1px}.list-group-flush\u003e.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23000\u0027%3e%3cpath d\u003d\u0027M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\u0027/%3e%3c/svg%3e\") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container\u003e:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer\u003e*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:\"\";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^\u003dtop],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^\u003dtop] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dright],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dright] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dbottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^\u003dbottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^\u003dleft],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^\u003dleft] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:\"\";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow,.bs-popover-top\u003e.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::before,.bs-popover-top\u003e.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dtop]\u003e.popover-arrow::after,.bs-popover-top\u003e.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow,.bs-popover-end\u003e.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::before,.bs-popover-end\u003e.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dright]\u003e.popover-arrow::after,.bs-popover-end\u003e.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow,.bs-popover-bottom\u003e.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::before,.bs-popover-bottom\u003e.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dbottom]\u003e.popover-arrow::after,.bs-popover-bottom\u003e.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^\u003dbottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:\"\";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow,.bs-popover-start\u003e.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::before,.bs-popover-start\u003e.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^\u003dleft]\u003e.popover-arrow::after,.bs-popover-start\u003e.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:\"\"}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\u0027/%3e%3c/svg%3e\")}.carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns\u003d\u0027http://www.w3.org/2000/svg\u0027 viewBox\u003d\u00270 0 16 16\u0027 fill\u003d\u0027%23fff\u0027%3e%3cpath d\u003d\u0027M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\u0027/%3e%3c/svg%3e\")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:\"\"}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:\"\"}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio\u003e*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"/*# sourceMappingURL\u003dbootstrap.min.css.map */"}],"authorContributionMap":{"KevinEyo1":7}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"KevinEyo1":2}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/codeblock-light.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8ff}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#e6e6fa}.hljs.inline{background:#f8f8f8}.hljs.inline.no-lang{color:#e83e8c}.hljs:not(.inline){border:1px solid #c8c8c8;border:1px solid rgba(200,200,200,.3)}.code-block-heading{background:#f2f2ff;color:#8787a5}button.function-btn{background-color: #f8f8ff}"}],"authorContributionMap":{"KevinEyo1":2}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/markbind.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".resize-observer[data-v-8859cc6c]{background-color:transparent;border:none;opacity:0}.resize-observer[data-v-8859cc6c],.resize-observer[data-v-8859cc6c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.v-popper__popper{left:0;top:0;z-index:10000}.v-popper__popper.v-popper__popper--hidden{opacity:0;pointer-events:none;transition:opacity .15s,visibility .15s;visibility:hidden}.v-popper__popper.v-popper__popper--shown{opacity:1;transition:opacity .15s;visibility:visible}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition\u003e.v-popper__wrapper{transition:none!important}.v-popper__backdrop{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.v-popper__inner{box-sizing:border-box;overflow-y:auto;position:relative}.v-popper__inner\u003ediv{max-height:inherit;max-width:inherit;position:relative;z-index:1}.v-popper__arrow-container{height:10px;position:absolute;width:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;height:0;left:0;position:absolute;top:0;width:0}.v-popper__arrow-inner{border-width:7px;visibility:hidden}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dtop] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-top-width:0}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^\u003dbottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-left-color:transparent!important;border-left-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^\u003dright] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-right-color:transparent!important;border-right-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^\u003dleft] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 30px #0000001a;color:#000}.v-popper--theme-dropdown .v-popper__arrow-inner{border-color:#fff;visibility:visible}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);border-radius:6px;color:#fff;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.box-container[data-v-0eabf1c4]{border-radius:6px;padding:0}.box-header-wrapper[data-v-0eabf1c4]{align-items:center;border-radius:6px 6px 0 0;display:flex;flex-direction:row;padding:.4rem 1.25rem .28rem;width:100%}.box-body-wrapper[data-v-0eabf1c4]{display:flex;flex-direction:row;padding:.75rem 1.25rem;width:100%}.box-container.seamless\u003e.header-and-body\u003e.box-body-wrapper[data-v-0eabf1c4]{padding:.75rem .5rem}.contents[data-v-0eabf1c4]{min-width:0;padding:0 6px;width:100%}.box-container.seamless\u003e.header-and-body\u003ediv.box-body-wrapper\u003e.contents[data-v-0eabf1c4]{padding-left:12px}.heading[data-v-0eabf1c4]{background-color:hsla(0,0%,94%,.6);border-radius:0 6px;border-width:0;color:inherit;display:inline;float:right;font-weight:400;margin:-13px -27px 0 15px;padding:3px 5px 4px;width:auto}.box-body-wrapper-with-heading[data-v-0eabf1c4]{padding-top:.5rem}.alert-dismissible[data-v-0eabf1c4]{padding-right:4rem}.box-header[data-v-0eabf1c4]{font-weight:500}.icon-wrapper[data-v-0eabf1c4]{display:inline;margin-right:.5em;min-width:1em;text-align:center}.close-with-heading[data-v-0eabf1c4]{padding:1rem;position:absolute;right:0;top:0}.close-with-heading\u003espan[data-v-0eabf1c4]{vertical-align:text-top}.alert-dismissible .btn-close[data-v-0eabf1c4]{padding:1rem}.contents[data-v-0eabf1c4]\u003e:last-child{margin-bottom:0}.alert-default[data-v-0eabf1c4]{background-color:#f6f8fa;border-color:#e8ebef;color:#24292e}.alert-border-left[data-v-0eabf1c4]{background-color:#f9f8f8;border-left:solid;border-width:0 0 0 5px}.vertical-divider[data-v-0eabf1c4]{width:4px}.horizontal-divider[data-v-0eabf1c4]{height:3px;margin:0 auto;width:calc(100% - 2.5rem)}.no-background[data-v-0eabf1c4]{background:none}.no-border[data-v-0eabf1c4]{border:none}@media screen and (width \u003c\u003d 768px){.box-header-wrapper[data-v-0eabf1c4]{padding:.75rem .75rem .1rem}.box-body-wrapper[data-v-0eabf1c4]{padding:.75rem}.contents[data-v-0eabf1c4]{padding:0}}div.box-header\u003e*{margin-bottom:0}.notlink[data-v-ef898034]{color:#6d757d}.breadcrumb-divider[data-v-ef898034]{--bs-breadcrumb-divider:\"›\"}.breadcrumb-item[data-v-ef898034]:before,.breadcrumb-marker[data-v-ef898034]{font-size:15px}.dropdown-submenu[data-v-3c82541c]{color:#212529!important;padding:0!important;position:relative}.dropdown-submenu ul.dropdown-menu[data-v-3c82541c]{margin-left:0}.btn-group\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-3c82541c],.dropdown\u003eul\u003e.dropdown-submenu:last-child\u003eul[data-v-3c82541c]{margin-bottom:-.5rem}@media (width \u003e\u003d 768px){.submenu-toggle[data-v-3c82541c]:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:\"\";display:inline-block;float:right;height:0;margin-top:.5em;vertical-align:.255em;width:0}}@media (width \u003c\u003d 767px){.dropdown-submenu\u003eul[data-v-3c82541c]{border-radius:0;float:none;margin:-.05rem;padding-bottom:0;position:static}.submenu-toggle[data-v-3c82541c]:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:\"\";display:inline-block;float:right;height:0;margin-left:.255em;margin-top:.5em;vertical-align:.255em;width:0}.navbar-default .dropdown[data-v-ccda25c0]{position:static}.navbar-default .dropdown-menu[data-v-ccda25c0]{max-height:75vh;max-width:100%;overflow-y:auto;overscroll-behavior:contain;position:absolute}.navbar-default .dropdown-menu-end[data-v-ccda25c0]{right:auto}}.secret[data-v-ccda25c0]{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.btn-with-before[data-v-ccda25c0]{padding-left:.2rem;padding-right:.4rem}.dropdown-toggle[data-v-ccda25c0]{cursor:pointer;display:block;width:max-content}.navbar .dropdown-toggle[data-v-ccda25c0]{text-decoration:none}.nav-link\u003e.nav-link[data-v-ccda25c0]{padding:0}.toggle-site-nav-button[data-v-d6ffaa8e]{cursor:pointer;height:53px;left:0;padding:15px;position:absolute;transform:rotate(0deg);transition:all .25s ease-in-out;width:52px}.toggle-site-nav-button span[data-v-d6ffaa8e]{background-color:#000;display:block;height:3px;left:15px;position:absolute;top:50%;transition:all .25s ease-in-out;width:21px}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:translateY(-8px)}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){transform-origin:100% 50%}.toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:first-child{transform:rotate(135deg)}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(2){left:-60px;opacity:0}.nav-menu-close-icon .toggle-site-nav-button\u003espan[data-v-d6ffaa8e]:nth-child(3){transform:rotate(-135deg)}.toggle-page-nav-button[data-v-4b08b1df]{cursor:pointer;padding:15px;position:absolute;right:0;top:6px}.toggle-page-nav-button span[data-v-4b08b1df]{background-color:#000;border-radius:50%;display:block;height:5px;margin-top:2px;position:absolute;right:15px;transform:rotate(0deg);transition:all .25s ease-in-out;width:5px}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{transform:translateY(-8px)}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform-origin:100% 50%}.toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){transform:translateY(8px)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:first-child{border-radius:0;height:3px;transform:rotate(135deg);width:21px}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(2){transform:scale(0)}.nav-menu-close-icon .toggle-page-nav-button\u003espan[data-v-4b08b1df]:nth-child(3){border-radius:0;height:3px;transform:rotate(-135deg);width:21px}@media (width \u003c\u003d 767px){.navbar[data-v-7c0fd418]{padding-bottom:0;padding-left:0;padding-right:0}.navbar-left[data-v-7c0fd418]{max-width:50%;order:1;padding-left:1rem}.navbar-left [data-v-7c0fd418]{white-space:normal}.navbar-right[data-v-7c0fd418]{max-width:50%;order:1;padding:0 16px}.navbar-default[data-v-7c0fd418]{-ms-overflow-style:none;display:block;margin-top:.3125rem;order:2;overflow-x:scroll;scrollbar-width:none;width:100%}.navbar-default[data-v-7c0fd418]::-webkit-scrollbar{display:none}.navbar-default ul[data-v-7c0fd418]{flex-direction:row;margin-top:0!important;width:100%}.navbar-default\u003eul\u003e[data-v-7c0fd418]{background:rgba(0,0,0,.2);flex-grow:1;padding:.3125rem .625rem}.navbar-light .navbar-default\u003eul\u003e[data-v-7c0fd418]{background:rgb(0 0 0/5%)}.navbar-default\u003eul\u003e.current[data-v-7c0fd418]{background:transparent}.navbar-default a[data-v-7c0fd418],[data-v-7c0fd418] .dropdown-toggle{margin:0 auto;width:max-content}[data-v-7c0fd418] .dropdown{align-items:center;display:flex}.container-fluid[data-v-7c0fd418]{padding:0}}.navbar-brand[data-v-7c0fd418]{display:inline-block}.navbar-brand\u003eimg[data-v-7c0fd418],.navbar-brand\u003esvg[data-v-7c0fd418]{display:block}.navbar-right[data-v-7c0fd418]{padding-right:1rem}.navbar-left[data-v-7c0fd418]{align-items:center;display:flex;font-size:1.25rem;line-height:inherit;padding:.3125rem 1rem;white-space:nowrap}.navbar-fixed[data-v-7c0fd418]{position:fixed;width:100%;z-index:1000}.navbar-default[data-v-7c0fd418]{align-items:center;display:flex;flex-basis:auto;flex-grow:1}[data-v-7c0fd418] .dropdown-current{background:#007bff;color:#fff!important}.lower-navbar-container[data-v-7c0fd418]{background-color:#fff;border-bottom:1px solid #c1c1c1;height:50px;position:relative;width:100%}.navbar.navbar-dark .navbar-nav[data-v-7c0fd418] .current:not(.dropdown) a,.navbar.navbar-dark .navbar-nav[data-v-7c0fd418] .dropdown.current\u003ea{color:#fff}.navbar.navbar-light .navbar-nav[data-v-7c0fd418] .current:not(.dropdown) a,.navbar.navbar-light .navbar-nav[data-v-7c0fd418] .dropdown.current\u003ea{color:#000}.collapse-button{float:right;font-size:10px!important;margin-left:3px;margin-top:2px;padding:3px 8px!important}.collapse-icon{transition:transform .4s ease-in-out}.collapse-icon.opened{transform:rotate(-180deg)}.card-container[data-v-3602e6fc]{scroll-margin-top:var(--sticky-header-height)}.card-collapse[data-v-3602e6fc]{overflow:hidden;transition:max-height .5s ease-in-out}.seamless-button[data-v-3602e6fc]{opacity:0;transition:opacity .3s}.card-header:hover .seamless-button[data-v-3602e6fc]{opacity:1}.card-peek-collapsed[data-v-3602e6fc]{position:relative}.card-peek-collapsed[data-v-3602e6fc]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.peek-read-more[data-v-3602e6fc]{opacity:.2;transition:opacity .5s;z-index:1}.peek-read-more[data-v-3602e6fc]:before{bottom:10px;position:absolute;text-align:center;width:100%}.peek-read-more[data-v-3602e6fc]:hover{cursor:pointer;opacity:.4}.peek-read-more-fade-enter[data-v-3602e6fc],.peek-read-more-fade-leave-to[data-v-3602e6fc]{opacity:0}.card-heading{width:100%}.card-title{display:inline-block;font-size:1em;line-height:1.2em;margin:0;text-align:left;white-space:normal}.card-title *{margin-bottom:0!important}.caret-wrapper{float:left;width:32px}.minimal-caret-wrapper{display:inline-block;font-size:13px;margin-right:5px}.header-wrapper{display:inline-block;transition:opacity .5s;width:calc(100% - 128px)}.header-transparent{opacity:0}.button-wrapper{float:right;width:96px}.header-toggle{cursor:pointer}.expandable-card{margin-bottom:0!important;margin-top:5px}.card-collapse\u003ehr{margin-top:0}.card-group\u003e.card-container\u003e.expandable-card{margin-top:0!important}.bottom-button-wrapper{margin-bottom:13px;padding-bottom:13px}.bottom-button-wrapper\u003e.collapse-button{margin-top:5px;opacity:.2}.bottom-button-wrapper\u003e.collapse-button:hover{opacity:1}.close-button{margin-left:3px}.close-button,.popup-button{float:right;font-size:10px!important;margin-top:2px;padding:3px 8px!important}.morph{display:inline-block}.morph-display-wrapper{align-items:center;display:flex;margin-top:5px}@media (width \u003c\u003d 575.98px){.header-wrapper{display:inline-block;width:calc(100% - 64px)}.button-wrapper{float:right;width:32px}.card-body{padding:.5rem}.card-collapse\u003ehr{margin-top:.5rem}.card-header{padding:.5rem}}.card-peek-collapsed[data-v-6cec1f15]{position:relative}.card-peek-collapsed[data-v-6cec1f15]:after{background-image:linear-gradient(180deg,transparent,#fff 90%);bottom:0;content:\"\";height:125px;position:absolute;width:100%}.morph-title[data-v-6cec1f15]{background-color:transparent;border-color:#000;padding:0 .3em;vertical-align:top}.morph-title[data-v-6cec1f15]:active,.morph-title[data-v-6cec1f15]:focus,.morph-title[data-v-6cec1f15]:hover{background-color:#343a40;border-color:#343a40;color:#fff}.card-collapse[data-v-6cec1f15]{overflow:hidden;transition:max-height .5s ease-in-out}.card-flex[data-v-6cec1f15]{border:0;display:flex;flex-direction:column;margin:0}.header-fade-enter[data-v-6cec1f15]{opacity:0}.header-fade-leave-active[data-v-6cec1f15]{position:absolute}.header-fade-leave-to[data-v-6cec1f15]{opacity:0!important}.card-title-inline[data-v-6cec1f15]{display:inline-block}.card-body[data-v-6cec1f15]{padding:0}.header-wrapper[data-v-6cec1f15]{background-color:#fff;display:inline-block;width:100%}.header-wrapper-bottom[data-v-6cec1f15]{order:1}.ellipses[data-v-6cec1f15]:before{bottom:3px;content:\"...\";font-weight:900;margin-right:4px;position:relative}.button-wrapper[data-v-6cec1f15]{border:solid hsla(0,0%,59%,.2);border-width:0 0 0 1px;display:inline-block;float:none;margin-left:2px;opacity:0;padding-left:2px;transition:opacity .5s;vertical-align:text-top;width:auto}.button-wrapper-expanded[data-v-6cec1f15]{border:0;margin-left:0;padding-left:0}.card:hover .button-wrapper[data-v-6cec1f15]{opacity:1}.header-toggle[data-v-6cec1f15]{cursor:pointer}.glyphicon[data-v-6cec1f15]{font-size:12px}.minimal-button[data-v-6cec1f15]{background-color:transparent;border:0;color:#969696;cursor:pointer;padding:0 3px}.minimal-button[data-v-6cec1f15]:active,.minimal-button[data-v-6cec1f15]:focus,.minimal-button[data-v-6cec1f15]:hover{color:#1e1e1e}.minimal-popup-button[data-v-6cec1f15]{font-size:9px;top:1px}.minimal-menu-up[data-v-6cec1f15]{font-size:13px;top:2px}.minimal-menu-down[data-v-6cec1f15]{font-size:13px;top:1px}.minimal-close-button[data-v-6cec1f15]{font-size:11px;top:0}@media (width \u003c\u003d 575.98px){.button-wrapper-expanded[data-v-6cec1f15]{border:0;margin-left:0;opacity:.15;padding-left:0}.button-wrapper-visible[data-v-6cec1f15]{opacity:1}}.annotate-image-wrapper{display:inline-block;position:relative;text-align:left}.annotate-image{height:auto;max-width:100%}.annotate-point{bottom:0;left:0;pointer-events:none;top:0}.annotate-point,.popover-annotation{height:100%;position:absolute;width:100%}.hover-point{border-radius:50%;border-style:solid;border-width:1px;z-index:1}.hover-label{pointer-events:none;position:absolute;text-align:center;z-index:2}.hover-wrapper{align-items:center;background:transparent;display:inline-flex;justify-content:center;z-index:0}.legend-wrapper{height:100%;position:relative}.text-header{font-size:1.1em;font-weight:500;margin-top:1em}.image-wrapper{display:inline-block;padding:4px;text-align:center}.image-caption{display:block}.quiz-container[data-v-2b2275c0]{isolation:isolate;overflow:hidden}.intro-outro-card[data-v-2b2275c0]{transition:transform .35s ease-out,opacity .35s linear}.intro-outro-card-enter-active[data-v-2b2275c0],.intro-outro-card-leave-to[data-v-2b2275c0]{opacity:0}.intro-outro-card\u003e.card-body[data-v-2b2275c0]{align-items:center;display:flex;flex-direction:column;justify-content:center}.score[data-v-2b2275c0]{font-size:1.4rem;font-weight:700}.score-circle[data-v-2b2275c0]{stroke-dasharray:264;fill:none;stroke:rgba(132,215,255,.8);stroke-width:8;transition:stroke-dashoffset 1.5s ease-out,stroke 1.5s linear}.score-background-circle[data-v-2b2275c0]{fill:none;stroke:hsla(0,2%,89%,.5);stroke-width:8}.btn[data-v-2b2275c0]{border-radius:2em}.progress-bar-z[data-v-2b2275c0]{z-index:1}.result-icon[data-v-ae369d74]{align-items:center;border-radius:2em;border-style:solid;border-width:2px;display:inline-flex;height:2em;justify-content:center;width:2em}.question[data-v-ae369d74]{margin-bottom:1rem;transition:transform .35s ease-out,opacity .35s linear}.question-enter-active[data-v-ae369d74]{opacity:0;transform:translateY(-2%)}.question-leave-to[data-v-ae369d74]{opacity:0;transform:translateY(2%)}.q-btn[data-v-ae369d74]{border-radius:2.5em;transition:opacity .5s,transform .7s}.q-btn-enter[data-v-ae369d74]{opacity:0;transform:translateY(30px)}.q-btn-leave-to[data-v-ae369d74]{opacity:0;transform:translateX(calc(-100% - .25rem))}.q-btn-leave-active[data-v-ae369d74]{position:absolute}.card-header[data-v-ae369d74]{font-size:1.05em;font-weight:400}.answer[data-v-ae369d74]\u003e:last-child,.card-header[data-v-ae369d74]\u003e:last-child{margin-bottom:0}@keyframes shake-data-v-ae369d74{50%{transform:translate(-2px)}to{transform:translate(2px)}}.shake[data-v-ae369d74]{animation:shake-data-v-ae369d74 .15s;animation-iteration-count:1}textarea.form-control[data-v-ae369d74]{height:auto;margin-bottom:10px;min-height:75px}.fa-check[data-v-1074287c],.fa-times[data-v-1074287c]{font-size:1.2em}.content[data-v-1074287c] :last-child,.reason[data-v-1074287c] :last-child{margin-bottom:0}.reason[data-v-1074287c]{padding:0 .5rem}.checkbox-label[data-v-1074287c]{cursor:pointer}.form-control[data-v-1074287c]{cursor:pointer;height:auto;margin-bottom:10px}.form-control.danger\u003e.checkbox-label[data-v-1074287c],.form-control.danger[data-v-1074287c],.form-control.success\u003e.checkbox-label[data-v-1074287c],.form-control.success[data-v-1074287c]{cursor:default}.disabled[data-v-1074287c]{opacity:.9}.radio-svg[data-v-1074287c]{height:1em;vertical-align:text-top;width:1em}.checkbox[data-v-1074287c]{height:1em;margin-right:5px;vertical-align:middle;width:1em}.row[data-v-1074287c]{align-items:center;margin:.2rem 0 0}input.form-control[data-v-1074287c]{cursor:text;height:auto;margin-bottom:0;min-height:20px;width:50%}.blanks-keywords[data-v-1074287c],input.form-control[data-v-1074287c]:disabled{margin-bottom:.5rem}.blanks-form-control[data-v-1074287c]{border:none;cursor:default}.blanks-cross[data-v-1074287c]{margin-left:3px;margin-right:3px}.fa-hashtag[data-v-98afe086],.fa-key[data-v-98afe086]{padding-right:.2em}.mark[data-v-98afe086]{padding:0!important}.heading[data-v-98afe086]{padding:0 0 .1rem .2rem}.heading-text[data-v-98afe086]{display:inline-block;vertical-align:top;white-space:normal;width:92%;word-break:break-word}.keyword-text[data-v-98afe086]{font-size:smaller}.page-title[data-v-98afe086]{font-size:1.05rem;font-weight:700}.page-headings-separator[data-v-98afe086]{margin:.2rem 0}.dropdown[data-v-cea1a814]{display:block}.form-control[data-v-cea1a814]{max-width:25.4em;min-width:12.7em}@media screen and (width \u003c\u003d 878px) and (orientation:portrait){.form-control[data-v-cea1a814]{max-width:16em;min-width:8em}}@media screen and (width \u003e\u003d 768px) and (width \u003c\u003d 878px) and (orientation:landscape){.form-control[data-v-cea1a814]{max-width:18em;min-width:9em}}.table-active[data-v-cea1a814]{background-color:rgba(0,0,0,.075)}.dropdown-menu-end[data-v-cea1a814]{left:auto;right:0}.placeholder-div-hidden[data-v-cea1a814]{border-bottom:0;border-top:0;height:0;overflow:hidden;padding-bottom:0;padding-top:0;visibility:hidden}.search-dropdown-menu{max-height:30em;min-width:30em;overflow-y:scroll}.dropdown-menu\u003eli\u003ea{cursor:pointer}@media screen and (width \u003c\u003d 768px){.search-dropdown-menu{max-height:30em;min-width:90vw;overflow-y:scroll}.dropdown-menu.search-dropdown-menu{position:absolute}}.tab-pane\u003ehr[data-v-661c1b61]{margin:0}.printable-tab-header[data-v-661c1b61],.tab-pane-hide[data-v-661c1b61]{display:none}@media print{.printable-tab-header[data-v-661c1b61]{border-bottom:1px solid #dee2e6;display:flex;margin-bottom:15px}.printable-tab-header\u003ediv[data-v-661c1b61]{margin-bottom:-2px}.printable-tab-pane[data-v-661c1b61]{display:block;padding:10px}}.nav-tabs[data-v-a785351c]{margin-bottom:15px}.printable-tab-group-header[data-v-a785351c]{display:none}@media print{.printable-tab-group[data-v-a785351c]{border:1px solid #dee2e6;border-radius:5px;margin:10px 0;padding:10px}.printable-tab-group-header[data-v-a785351c]{display:block;margin-bottom:10px;text-decoration:underline}}.nav-tabs[data-v-70a68808]{margin-bottom:15px}.tab-content[data-v-70a68808]{margin-bottom:1.5rem}@media print{.printable-tabs[data-v-70a68808]{border:1px solid #dee2e6;border-radius:5px;padding:20px}}.thumb-wrapper{display:inline-block;overflow:hidden;position:relative;text-align:center;vertical-align:middle}.thumb-circle{border-radius:50%}.thumb-image{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.site-nav-root a.current{color:#0072ec}.site-nav-list{list-style-type:none;padding-left:0}.site-nav-default-list-item{cursor:pointer;display:flex;transition:background-color .08s}.site-nav-custom-list-item,.site-nav-default-list-item{color:#454545;padding:.5rem 0 0 2.8rem}.site-nav-list-item-0{font-size:1.2em;font-weight:500;padding:.5rem 0 .5rem .8rem}.site-nav-list-item-1{font-size:1.03em;padding:.4rem 0 .4rem 1.3rem}.site-nav-list-item-2{font-size:.89em;padding:.3rem 0 .3rem 1.8rem}.site-nav-list-item-3{font-size:.76em;padding:.2rem 0 .2rem 2.4rem}.site-nav-default-list-item:hover{background-color:rgba(214,233,255,.35)}.site-nav-default-list-item a{color:#454545;display:inline-block;height:100%}.site-nav-default-list-item:hover a{color:#000;text-decoration:none}.site-nav-dropdown-btn-container{display:flex;height:1.5em;margin:0 .75rem 0 auto;place-content:center center;width:2rem}.site-nav-dropdown-btn-icon{align-self:center;border-radius:1rem;display:inline-block;height:1.5em;padding:0;text-align:center;transform:rotate(0deg);transition:.4s;vertical-align:baseline;width:1.5em}.site-nav-dropdown-btn-icon:hover{background-color:#d8e3fb}.site-nav-rotate-icon{color:#4c7ff1;transform:rotate(-180deg)}.site-nav-dropdown-container{background:transparent;max-height:0;overflow:hidden;transition:max-height .15s ease-out}.site-nav-dropdown-container-open{max-height:1000px;transition:max-height .25s ease-in}.nav-menu[data-v-1a3e7aee]{display:none;overflow-y:auto;padding:0 10px 20px;position:absolute;top:100%}.nav-menu-open[data-v-1a3e7aee]{background:#fff;clear:both;display:block!important;width:100%!important}.mb-mobile-nav[data-v-e6005420]{border:none!important;display:block!important;margin:0!important;max-width:100%!important;padding:10px!important;width:100%!important}.popover-container{max-height:50vh;max-width:276px;overflow:auto}.popover-body{font-size:.875rem}.v-popper{display:inline}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.9);font-size:.875rem;max-width:200px;padding:4px 8px;text-align:center}.modal{display:block}.modal-zoom{opacity:0;transform:scale(.1);transition:all .3s}.modal-zoom-show{opacity:1;transform:scale(1);transition:all .3s}.scroll-top-button{bottom:20px;cursor:pointer;display:none;opacity:.4;position:fixed;right:30px;transition-duration:.25s;transition-property:opacity;z-index:99}.scroll-top-button.lighten{opacity:.15}@media (hover:hover){.scroll-top-button:hover{opacity:.7}}.scroll-top-button:active{opacity:1}@media print{.hljs{background:#f8f8ff;color:#333;display:block;overflow-x:auto;padding:.5em}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs span.highlighted{background:#e6e6fa}.hljs.inline{background:#f8f8f8}.hljs.inline.no-lang{color:#e83e8c}.hljs:not(.inline){border:1px solid #c8c8c8;border:1px solid hsla(0,0%,78%,.3)}.code-block-heading{background:#f2f2ff;color:#8787a5}button.function-btn{background-color:#f8f8ff}}:root{--sticky-header-height:0}a{text-decoration:none}blockquote{border-left:.25em solid #dfe2e5;color:#6a737d;padding:0 1rem}code{background:#f8f8f8;border-radius:3px;padding:.2em .4em;word-break:normal}mark code{background:#ffffffd4}pre.hljs\u003ecode{background:none}pre\u003ecode.hljs{background-clip:padding-box;border-radius:5px;counter-reset:line;width:100%}pre\u003ecode.hljs[heading]{border-top-right-radius:0}.code-block{position:relative}.code-block-heading{border-radius:6px 6px 0 0;float:right;font-size:85%;line-height:1;margin-top:5px;max-width:85%;overflow-wrap:break-word;padding:.25em .4em;text-align:right}.inline-markdown-heading{line-height:1.5}.code-block-content{clear:both;display:block}@media print{pre\u003ecode.hljs{word-wrap:break-word;white-space:pre-wrap;word-break:break-all}.hljs:not(.inline).line-numbers-print\u003espan{padding:0 .5em 0 3.5em;position:relative}.hljs:not(.inline).line-numbers-print\u003espan:before{border-right:1px solid #ddd;color:#888;content:counter(line);counter-increment:line;display:inline-block;height:100%;left:0;margin-right:.5em;padding-right:.5em;position:absolute;text-align:right;top:0;width:3em}.hljs span.highlighted{background:#e6e6fa!important;-webkit-print-color-adjust:exact}}kbd{background-color:#fafbfc;border:1px solid #c6cbd1;border-bottom-color:#959da5;box-shadow:inset 0 -1px 0 #959da5;color:#444d56}.btn:active,.btn:focus{box-shadow:none!important;outline:none!important}code.hljs.inline{display:initial;padding:.2em .4em}.markbind-table{width:auto}.radio-list-item,.task-list-item{list-style-type:none;margin:0 0 0 -1.2em}.radio-list-item label{font-weight:inherit}.table-striped\u003etbody\u003etr:nth-of-type(2n),.table-striped\u003ethead{background-color:#fff}header[sticky]{position:sticky;top:0;transition:transform .3s ease-in-out;width:100%;z-index:1001}header[sticky].hide-header{transform:translateY(calc(var(--sticky-header-height)*-1))}span.anchor{position:relative;top:calc(var(--sticky-header-height)*-1 - 1rem)}#app{display:flex;flex-direction:column;min-height:100vh}footer{background-color:#f5f5f5;color:dimgrey;padding:10px 0}.dimmed{color:#777}.large{font-size:125%}.small{font-size:80%}.underline{text-decoration:underline}.mkb-text-red{color:red!important}.mkb-text-green{color:green!important}.mkb-text-blue{color:blue!important}.mkb-text-cyan{color:cyan!important}.mkb-text-magenta{color:#f0f!important}.mkb-text-yellow{color:#ff0!important}.mkb-text-black{color:#000!important}.mkb-text-white{color:#fff!important}@media (width \u003c\u003d 767.98px){.dropdown-menu\u003eli\u003ea{white-space:normal}.navbar-nav .open .dropdown-menu{background-color:#fff}}li.footnote-item:target{background-color:#eee}.hljs:not(.inline)\u003espan{display:block}.hljs:not(.inline).line-numbers\u003espan{padding:0 .5em 0 3.5em;position:relative}.hljs:not(.inline).line-numbers\u003espan:before{border-right:1px solid #ddd;color:#888;content:counter(line);counter-increment:line;display:inline-block;height:100%;left:0;margin-right:.5em;padding-right:.5em;position:absolute;text-align:right;top:0;width:3em}.trigger{border-bottom:1px dotted}.trigger-click{border-bottom:1px dashed;cursor:pointer}.trigger-click:focus{outline:none}pre{display:flex;position:relative}button.function-btn{border:1px solid #d7dadc;border-radius:5px;color:#a9a9a9;cursor:pointer;display:none;margin:.17rem;padding:.35rem;position:absolute;right:0;text-align:center;white-space:nowrap}button.function-btn+button.function-btn{right:36px}pre:hover\u003e.function-btn-container\u003ebutton.function-btn{display:block}.function-btn:hover{color:gray;transition:all .5s ease}.function-btn-body{align-items:center;display:flex}.function-btn svg{fill:currentcolor}code.wrap{word-wrap:break-word;white-space:pre-wrap;word-break:break-all}.octicon{height:1em;width:1em}hr{background-color:transparent;border-top:1px solid rgba(0,0,0,.1);opacity:1}hr.dotted{border-top-style:dotted;border-top-width:.1rem}hr.double{border-top-style:double;border-top-width:.2rem}hr.dashed{border-top-style:dashed;border-top-width:.1rem}hr.thick{border-top-width:.15rem}hr.thick-1{border-top-width:.25rem}hr.thick-2{border-top-width:.5rem}hr.thick-3{border-top-width:.75rem}ol,ul{padding-left:1.5rem}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;scroll-margin-top:var(--sticky-header-height)}.block-embed{overflow-x:auto;position:relative;width:100%}.block-embed iframe{height:100%;left:0;position:absolute;top:0;width:100%}#mb-page-nav{padding:.8rem 12px 0}#mb-page-nav a:link,#mb-page-nav a:visited{color:#9b9b9b;text-decoration:none}#mb-page-nav a:hover{color:#000}#mb-page-nav a.active{background-color:transparent;color:#000}.page-nav-title{color:#000;display:block;padding-left:.5rem;white-space:inherit}.nested{margin-left:5%}.no-flex-wrap{flex-wrap:nowrap}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_AMS-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_AMS-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_AMS-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Caligraphic-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Caligraphic-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Caligraphic-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Caligraphic-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Fraktur-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Fraktur-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Fraktur-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Fraktur-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(../fonts/KaTeX_Main-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Bold.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Main-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Main-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Italic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Main-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Main-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Main-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(../fonts/KaTeX_Math-BoldItalic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-BoldItalic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-BoldItalic.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(../fonts/KaTeX_Math-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_Math-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_Math-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:700;src:url(../fonts/KaTeX_SansSerif-Bold.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Bold.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Bold.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:italic;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Italic.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Italic.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Italic.ttf) format(\"truetype\")}@font-face{font-family:\"KaTeX_SansSerif\";font-style:normal;font-weight:400;src:url(../fonts/KaTeX_SansSerif-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_SansSerif-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_SansSerif-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Script-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Script-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Script-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size1-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size1-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size1-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size2-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size2-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size2-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size3-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size3-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size3-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Size4-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Size4-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Size4-Regular.ttf) format(\"truetype\")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(../fonts/KaTeX_Typewriter-Regular.woff2) format(\"woff2\"),url(../fonts/KaTeX_Typewriter-Regular.woff) format(\"woff\"),url(../fonts/KaTeX_Typewriter-Regular.ttf) format(\"truetype\")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:\"0.15.6\"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html\u003e.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist\u003espan{display:block;height:0;position:relative}.katex .vlist\u003espan\u003espan{display:inline-block}.katex .vlist\u003espan\u003e.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac\u003espan\u003espan{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap\u003e.inner,.katex .llap\u003e.inner,.katex .rlap\u003e.inner{position:absolute}.katex .clap\u003e.fix,.katex .llap\u003e.fix,.katex .rlap\u003e.fix{display:inline-block}.katex .llap\u003e.inner{right:0}.katex .clap\u003e.inner,.katex .rlap\u003e.inner{left:0}.katex .clap\u003e.inner\u003espan{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt\u003e.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1\u003espan{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4\u003espan{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent\u003e.vlist-t,.katex .op-limits\u003e.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c\u003e.vlist-t{text-align:center}.katex .mtable .col-align-l\u003e.vlist-t{text-align:left}.katex .mtable .col-align-r\u003e.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:\"\"}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:\"(\" counter(katexEqnNo) \")\";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:\"(\" counter(mmlEqnNo) \")\";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display\u003e.katex{display:block;text-align:center;white-space:nowrap}.katex-display\u003e.katex\u003e.katex-html{display:block;position:relative}.katex-display\u003e.katex\u003e.katex-html\u003e.tag{position:absolute;right:0}.katex-display.leqno\u003e.katex\u003e.katex-html\u003e.tag{left:0;right:auto}.katex-display.fleqn\u003e.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.katex{font-size:1em!important}eq{display:inline-block}eqn{display:block}section.eqno{align-content:space-between;align-items:center;display:flex;flex-direction:row}section.eqno\u003eeqn{margin-left:3em;width:100%}section.eqno\u003espan{text-align:right;width:3em}"}],"authorContributionMap":{"KevinEyo1":1}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/css/octicons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".octicon {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" vertical-align: text-top;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" fill: currentColor;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" overflow: visible;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":6}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/fontawesome/css/all.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2023 Fonticons, Inc."},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":".fa{font-family:var(--fa-style-family,\"Font Awesome 6 Free\");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:\"Font Awesome 6 Free\"}.fa-brands,.fab{font-family:\"Font Awesome 6 Brands\"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul\u003eli{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".fa-0:before{content:\"\\30\"}.fa-1:before{content:\"\\31\"}.fa-2:before{content:\"\\32\"}.fa-3:before{content:\"\\33\"}.fa-4:before{content:\"\\34\"}.fa-5:before{content:\"\\35\"}.fa-6:before{content:\"\\36\"}.fa-7:before{content:\"\\37\"}.fa-8:before{content:\"\\38\"}.fa-9:before{content:\"\\39\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-arrows-to-circle:before{content:\"\\e4bd\"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:\"\\f138\"}.fa-at:before{content:\"\\40\"}.fa-trash-alt:before,.fa-trash-can:before{content:\"\\f2ed\"}.fa-text-height:before{content:\"\\f034\"}.fa-user-times:before,.fa-user-xmark:before{content:\"\\f235\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-comment-alt:before,.fa-message:before{content:\"\\f27a\"}.fa-info:before{content:\"\\f129\"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:\"\\f422\"}.fa-explosion:before{content:\"\\e4e9\"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:\"\\f15c\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-ring:before{content:\"\\f70b\"}.fa-building-un:before{content:\"\\e4d9\"}.fa-dice-three:before{content:\"\\f527\"}.fa-calendar-alt:before,.fa-calendar-days:before{content:\"\\f073\"}.fa-anchor-circle-check:before{content:\"\\e4aa\"}.fa-building-circle-arrow-right:before{content:\"\\e4d1\"}.fa-volleyball-ball:before,.fa-volleyball:before{content:\"\\f45f\"}.fa-arrows-up-to-line:before{content:\"\\e4c2\"}.fa-sort-desc:before,.fa-sort-down:before{content:\"\\f0dd\"}.fa-circle-minus:before,.fa-minus-circle:before{content:\"\\f056\"}.fa-door-open:before{content:\"\\f52b\"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-atom:before{content:\"\\f5d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:\"\\f86d\"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:\"\\f539\"}.fa-bridge-circle-check:before{content:\"\\e4c9\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:\"\\f689\"}.fa-forward-step:before,.fa-step-forward:before{content:\"\\f051\"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:\"\\f5b8\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-football-ball:before,.fa-football:before{content:\"\\f44e\"}.fa-school-circle-exclamation:before{content:\"\\e56c\"}.fa-crop:before{content:\"\\f125\"}.fa-angle-double-down:before,.fa-angles-down:before{content:\"\\f103\"}.fa-users-rectangle:before{content:\"\\e594\"}.fa-people-roof:before{content:\"\\e537\"}.fa-people-line:before{content:\"\\e534\"}.fa-beer-mug-empty:before,.fa-beer:before{content:\"\\f0fc\"}.fa-diagram-predecessor:before{content:\"\\e477\"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:\"\\f176\"}.fa-burn:before,.fa-fire-flame-simple:before{content:\"\\f46a\"}.fa-male:before,.fa-person:before{content:\"\\f183\"}.fa-laptop:before{content:\"\\f109\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-menorah:before{content:\"\\f676\"}.fa-truck-plane:before{content:\"\\e58f\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:\"\\f587\"}.fa-bong:before{content:\"\\f55c\"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:\"\\f67b\"}.fa-arrow-down-up-across-line:before{content:\"\\e4af\"}.fa-spoon:before,.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-jar-wheat:before{content:\"\\e517\"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:\"\\f674\"}.fa-file-circle-exclamation:before{content:\"\\e4eb\"}.fa-circle-h:before,.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-pager:before{content:\"\\f815\"}.fa-address-book:before,.fa-contact-book:before{content:\"\\f2b9\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-k:before{content:\"\\4b\"}.fa-landmark-flag:before{content:\"\\e51c\"}.fa-pencil-alt:before,.fa-pencil:before{content:\"\\f303\"}.fa-backward:before{content:\"\\f04a\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-comments:before{content:\"\\f086\"}.fa-file-clipboard:before,.fa-paste:before{content:\"\\f0ea\"}.fa-code-pull-request:before{content:\"\\e13c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:\"\\f4de\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-vial-virus:before{content:\"\\e597\"}.fa-sheet-plastic:before{content:\"\\e571\"}.fa-blog:before{content:\"\\f781\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-person-arrow-up-from-line:before{content:\"\\e539\"}.fa-scroll-torah:before,.fa-torah:before{content:\"\\f6a0\"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:\"\\f458\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-archive:before,.fa-box-archive:before{content:\"\\f187\"}.fa-person-drowning:before{content:\"\\e545\"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-w:before{content:\"\\57\"}.fa-earth-africa:before,.fa-globe-africa:before{content:\"\\f57c\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:\"\\f3fa\"}.fa-paw:before{content:\"\\f1b0\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-trowel-bricks:before{content:\"\\e58a\"}.fa-face-flushed:before,.fa-flushed:before{content:\"\\f579\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-tent-arrow-left-right:before{content:\"\\e57f\"}.fa-gavel:before,.fa-legal:before{content:\"\\f0e3\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:\"\\f562\"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:\"\\e068\"}.fa-mars-and-venus-burst:before{content:\"\\e523\"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:\"\\f152\"}.fa-cut:before,.fa-scissors:before{content:\"\\f0c4\"}.fa-sun-plant-wilt:before{content:\"\\e57a\"}.fa-toilets-portable:before{content:\"\\e584\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-table:before{content:\"\\f0ce\"}.fa-magnifying-glass-arrow-right:before{content:\"\\e521\"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:\"\\f566\"}.fa-users-slash:before{content:\"\\e073\"}.fa-clover:before{content:\"\\e139\"}.fa-mail-reply:before,.fa-reply:before{content:\"\\f3e5\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-house-fire:before{content:\"\\e50c\"}.fa-minus-square:before,.fa-square-minus:before{content:\"\\f146\"}.fa-helicopter:before{content:\"\\f533\"}.fa-compass:before{content:\"\\f14e\"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:\"\\f150\"}.fa-file-circle-question:before{content:\"\\e4ef\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-bars:before,.fa-navicon:before{content:\"\\f0c9\"}.fa-people-group:before{content:\"\\e533\"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:\"\\f253\"}.fa-heart-broken:before,.fa-heart-crack:before{content:\"\\f7a9\"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:\"\\f360\"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:\"\\f597\"}.fa-film:before{content:\"\\f008\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-people-robbery:before{content:\"\\e536\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-school-circle-xmark:before{content:\"\\e56d\"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:\"\\f08b\"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:\"\\f13a\"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:\"\\f13e\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:\"\\f58f\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:\"\\f4b9\"}.fa-memory:before{content:\"\\f538\"}.fa-road-spikes:before{content:\"\\e568\"}.fa-fire-burner:before{content:\"\\e4f1\"}.fa-flag:before{content:\"\\f024\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-feather:before{content:\"\\f52d\"}.fa-volume-down:before,.fa-volume-low:before{content:\"\\f027\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-compress:before{content:\"\\f066\"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:\"\\e2cd\"}.fa-ankh:before{content:\"\\f644\"}.fa-hands-holding-child:before{content:\"\\e4fa\"}.fa-asterisk:before{content:\"\\2a\"}.fa-check-square:before,.fa-square-check:before{content:\"\\f14a\"}.fa-peseta-sign:before{content:\"\\e221\"}.fa-header:before,.fa-heading:before{content:\"\\f1dc\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-list-squares:before,.fa-list:before{content:\"\\f03a\"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:\"\\f87b\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-circle-dot:before,.fa-dot-circle:before{content:\"\\f192\"}.fa-dizzy:before,.fa-face-dizzy:before{content:\"\\f567\"}.fa-egg:before{content:\"\\f7fb\"}.fa-house-medical-circle-xmark:before{content:\"\\e513\"}.fa-campground:before{content:\"\\f6bb\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:\"\\f1e3\"}.fa-paint-brush:before,.fa-paintbrush:before{content:\"\\f1fc\"}.fa-lock:before{content:\"\\f023\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:\"\\f593\"}.fa-map-location:before,.fa-map-marked:before{content:\"\\f59f\"}.fa-house-flood-water:before{content:\"\\e50e\"}.fa-tree:before{content:\"\\f1bb\"}.fa-bridge-lock:before{content:\"\\e4cc\"}.fa-sack-dollar:before{content:\"\\f81d\"}.fa-edit:before,.fa-pen-to-square:before{content:\"\\f044\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-share-alt:before,.fa-share-nodes:before{content:\"\\f1e0\"}.fa-heart-circle-minus:before{content:\"\\e4ff\"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:\"\\f252\"}.fa-microscope:before{content:\"\\f610\"}.fa-sink:before{content:\"\\e06d\"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:\"\\f290\"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-person-rays:before{content:\"\\e54d\"}.fa-users:before{content:\"\\f0c0\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-flask-vial:before{content:\"\\e4f3\"}.fa-hand-paper:before,.fa-hand:before{content:\"\\f256\"}.fa-om:before{content:\"\\f679\"}.fa-worm:before{content:\"\\e599\"}.fa-house-circle-xmark:before{content:\"\\e50b\"}.fa-plug:before{content:\"\\f1e6\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-face-kiss:before,.fa-kiss:before{content:\"\\f596\"}.fa-bridge-circle-xmark:before{content:\"\\e4cb\"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:\"\\f589\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:\"\\f58c\"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa-road-circle-check:before{content:\"\\e564\"}.fa-dice-five:before{content:\"\\f523\"}.fa-rss-square:before,.fa-square-rss:before{content:\"\\f143\"}.fa-land-mine-on:before{content:\"\\e51b\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-stairs:before{content:\"\\e289\"}.fa-i:before{content:\"\\49\"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:\"\\f6f2\"}.fa-pills:before{content:\"\\f484\"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:\"\\f581\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-v:before{content:\"\\56\"}.fa-bangladeshi-taka-sign:before{content:\"\\e2e6\"}.fa-bicycle:before{content:\"\\f206\"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:\"\\e579\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-ambulance:before,.fa-truck-medical:before{content:\"\\f0f9\"}.fa-wheat-awn-circle-exclamation:before{content:\"\\e598\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-road-barrier:before{content:\"\\e562\"}.fa-school:before{content:\"\\f549\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-joint:before{content:\"\\f595\"}.fa-angle-right:before{content:\"\\f105\"}.fa-horse:before{content:\"\\f6f0\"}.fa-q:before{content:\"\\51\"}.fa-g:before{content:\"\\47\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-dong-sign:before{content:\"\\e169\"}.fa-capsules:before{content:\"\\f46b\"}.fa-poo-bolt:before,.fa-poo-storm:before{content:\"\\f75a\"}.fa-face-frown-open:before,.fa-frown-open:before{content:\"\\f57a\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-align-justify:before{content:\"\\f039\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-helmet-un:before{content:\"\\e503\"}.fa-bullseye:before{content:\"\\f140\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-arrow-up-from-bracket:before{content:\"\\e09a\"}.fa-folder-blank:before,.fa-folder:before{content:\"\\f07b\"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:\"\\f478\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-chart-simple:before{content:\"\\e473\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-vial:before{content:\"\\f492\"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:\"\\f624\"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:\"\\e2ca\"}.fa-e:before{content:\"\\45\"}.fa-pen-alt:before,.fa-pen-clip:before{content:\"\\f305\"}.fa-bridge-circle-exclamation:before{content:\"\\e4ca\"}.fa-user:before{content:\"\\f007\"}.fa-school-circle-check:before{content:\"\\e56b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:\"\\f5b6\"}.fa-building-user:before{content:\"\\e4da\"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:\"\\f191\"}.fa-highlighter:before{content:\"\\f591\"}.fa-key:before{content:\"\\f084\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-globe:before{content:\"\\f0ac\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-person-half-dress:before{content:\"\\e548\"}.fa-road-bridge:before{content:\"\\e563\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-c:before{content:\"\\43\"}.fa-tablet-button:before{content:\"\\f10a\"}.fa-building-lock:before{content:\"\\e4d6\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-area-chart:before,.fa-chart-area:before{content:\"\\f1fe\"}.fa-house-flag:before{content:\"\\e50d\"}.fa-person-circle-minus:before{content:\"\\e540\"}.fa-ban:before,.fa-cancel:before{content:\"\\f05e\"}.fa-camera-rotate:before{content:\"\\e0d8\"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:\"\\f5d0\"}.fa-star:before{content:\"\\f005\"}.fa-repeat:before{content:\"\\f363\"}.fa-cross:before{content:\"\\f654\"}.fa-box:before{content:\"\\f466\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:\"\\f245\"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:\"\\f31e\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-shapes:before,.fa-triangle-circle-square:before{content:\"\\f61f\"}.fa-random:before,.fa-shuffle:before{content:\"\\f074\"}.fa-person-running:before,.fa-running:before{content:\"\\f70c\"}.fa-mobile-retro:before{content:\"\\e527\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-spider:before{content:\"\\f717\"}.fa-hands-bound:before{content:\"\\e4f9\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-plane-circle-exclamation:before{content:\"\\e556\"}.fa-x-ray:before{content:\"\\f497\"}.fa-spell-check:before{content:\"\\f891\"}.fa-slash:before{content:\"\\f715\"}.fa-computer-mouse:before,.fa-mouse:before{content:\"\\f8cc\"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:\"\\f090\"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:\"\\e070\"}.fa-server:before{content:\"\\f233\"}.fa-virus-covid-slash:before{content:\"\\e4a9\"}.fa-shop-lock:before{content:\"\\e4a5\"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:\"\\f251\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-building-wheat:before{content:\"\\e4db\"}.fa-person-breastfeeding:before{content:\"\\e53a\"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-venus:before{content:\"\\f221\"}.fa-passport:before{content:\"\\f5ab\"}.fa-heart-pulse:before,.fa-heartbeat:before{content:\"\\f21e\"}.fa-people-carry-box:before,.fa-people-carry:before{content:\"\\f4ce\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-microchip:before{content:\"\\f2db\"}.fa-crown:before{content:\"\\f521\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-xmarks-lines:before{content:\"\\e59a\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-weight-scale:before,.fa-weight:before{content:\"\\f496\"}.fa-user-friends:before,.fa-user-group:before{content:\"\\f500\"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:\"\\f59b\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:\"\\f0aa\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-person-walking:before,.fa-walking:before{content:\"\\f554\"}.fa-l:before{content:\"\\4c\"}.fa-fire:before{content:\"\\f06d\"}.fa-bed-pulse:before,.fa-procedures:before{content:\"\\f487\"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:\"\\f197\"}.fa-face-laugh:before,.fa-laugh:before{content:\"\\f599\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-heart-circle-plus:before{content:\"\\e500\"}.fa-code-fork:before{content:\"\\e13b\"}.fa-city:before{content:\"\\f64f\"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:\"\\f3c9\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-unlock:before{content:\"\\f09c\"}.fa-colon-sign:before{content:\"\\e140\"}.fa-headset:before{content:\"\\f590\"}.fa-store-slash:before{content:\"\\e071\"}.fa-road-circle-xmark:before{content:\"\\e566\"}.fa-user-minus:before{content:\"\\f503\"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:\"\\f79f\"}.fa-clipboard:before{content:\"\\f328\"}.fa-house-circle-exclamation:before{content:\"\\e50a\"}.fa-file-arrow-up:before,.fa-file-upload:before{content:\"\\f574\"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:\"\\f1eb\"}.fa-bath:before,.fa-bathtub:before{content:\"\\f2cd\"}.fa-underline:before{content:\"\\f0cd\"}.fa-user-edit:before,.fa-user-pen:before{content:\"\\f4ff\"}.fa-signature:before{content:\"\\f5b7\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-bold:before{content:\"\\f032\"}.fa-anchor-lock:before{content:\"\\e4ad\"}.fa-building-ngo:before{content:\"\\e4d7\"}.fa-manat-sign:before{content:\"\\e1d5\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-border-style:before,.fa-border-top-left:before{content:\"\\f853\"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-jedi:before{content:\"\\f669\"}.fa-poll:before,.fa-square-poll-vertical:before{content:\"\\f681\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-battery-car:before,.fa-car-battery:before{content:\"\\f5df\"}.fa-gift:before{content:\"\\f06b\"}.fa-dice-two:before{content:\"\\f528\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-glasses:before{content:\"\\f530\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-building-circle-check:before{content:\"\\e4d2\"}.fa-person-chalkboard:before{content:\"\\e53d\"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:\"\\f22b\"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:\"\\f255\"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:\"\\f151\"}.fa-cloud-showers-water:before{content:\"\\e4e4\"}.fa-bar-chart:before,.fa-chart-bar:before{content:\"\\f080\"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:\"\\e05e\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-train:before{content:\"\\f238\"}.fa-eye-low-vision:before,.fa-low-vision:before{content:\"\\f2a8\"}.fa-crow:before{content:\"\\f520\"}.fa-sailboat:before{content:\"\\e445\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-plus-square:before,.fa-square-plus:before{content:\"\\f0fe\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-frog:before{content:\"\\f52e\"}.fa-bucket:before{content:\"\\e4cf\"}.fa-image:before{content:\"\\f03e\"}.fa-microphone:before{content:\"\\f130\"}.fa-cow:before{content:\"\\f6c8\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-folder-closed:before{content:\"\\e185\"}.fa-house-tsunami:before{content:\"\\e515\"}.fa-square-nfi:before{content:\"\\e576\"}.fa-arrow-up-from-ground-water:before{content:\"\\e4b5\"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:\"\\f57b\"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:\"\\f2ea\"}.fa-columns:before,.fa-table-columns:before{content:\"\\f0db\"}.fa-lemon:before{content:\"\\f094\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-gem:before{content:\"\\f3a5\"}.fa-dolly-box:before,.fa-dolly:before{content:\"\\f472\"}.fa-smoking:before{content:\"\\f48d\"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:\"\\f78c\"}.fa-monument:before{content:\"\\f5a6\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-angle-double-right:before,.fa-angles-right:before{content:\"\\f101\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-circle-play:before,.fa-play-circle:before{content:\"\\f144\"}.fa-tablets:before{content:\"\\f490\"}.fa-ethernet:before{content:\"\\f796\"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:\"\\f153\"}.fa-chair:before{content:\"\\f6c0\"}.fa-check-circle:before,.fa-circle-check:before{content:\"\\f058\"}.fa-circle-stop:before,.fa-stop-circle:before{content:\"\\f28d\"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:\"\\f568\"}.fa-plate-wheat:before{content:\"\\e55a\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-person-shelter:before{content:\"\\e54f\"}.fa-neuter:before{content:\"\\f22c\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-marker:before{content:\"\\f5a1\"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:\"\\f59a\"}.fa-helicopter-symbol:before{content:\"\\e502\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:\"\\f139\"}.fa-lari-sign:before{content:\"\\e1c8\"}.fa-volcano:before{content:\"\\f770\"}.fa-person-walking-dashed-line-arrow-right:before{content:\"\\e553\"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:\"\\f154\"}.fa-viruses:before{content:\"\\e076\"}.fa-square-person-confined:before{content:\"\\e577\"}.fa-user-tie:before{content:\"\\f508\"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:\"\\f175\"}.fa-tent-arrow-down-to-line:before{content:\"\\e57e\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-mail-reply-all:before,.fa-reply-all:before{content:\"\\f122\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-person-skating:before,.fa-skating:before{content:\"\\f7c5\"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:\"\\f662\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:\"\\f0ab\"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:\"\\f56f\"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:\"\\f14c\"}.fa-box-open:before{content:\"\\f49e\"}.fa-scroll:before{content:\"\\f70e\"}.fa-spa:before{content:\"\\f5bb\"}.fa-location-pin-lock:before{content:\"\\e51f\"}.fa-pause:before{content:\"\\f04c\"}.fa-hill-avalanche:before{content:\"\\e507\"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-registered:before{content:\"\\f25d\"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:\"\\f2bb\"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:\"\\f516\"}.fa-subscript:before{content:\"\\f12c\"}.fa-diamond-turn-right:before,.fa-directions:before{content:\"\\f5eb\"}.fa-burst:before{content:\"\\e4dc\"}.fa-house-laptop:before,.fa-laptop-house:before{content:\"\\e066\"}.fa-face-tired:before,.fa-tired:before{content:\"\\f5c8\"}.fa-money-bills:before{content:\"\\e1f3\"}.fa-smog:before{content:\"\\f75f\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:\"\\f0ee\"}.fa-palette:before{content:\"\\f53f\"}.fa-arrows-turn-right:before{content:\"\\e4c0\"}.fa-vest:before{content:\"\\e085\"}.fa-ferry:before{content:\"\\e4ea\"}.fa-arrows-down-to-people:before{content:\"\\e4b9\"}.fa-seedling:before,.fa-sprout:before{content:\"\\f4d8\"}.fa-arrows-alt-h:before,.fa-left-right:before{content:\"\\f337\"}.fa-boxes-packing:before{content:\"\\e4c7\"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:\"\\f0a8\"}.fa-group-arrows-rotate:before{content:\"\\e4f6\"}.fa-bowl-food:before{content:\"\\e4c6\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:\"\\f160\"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:\"\\f76c\"}.fa-remove-format:before,.fa-text-slash:before{content:\"\\f87d\"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:\"\\f4da\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:\"\\f07e\"}.fa-house-lock:before{content:\"\\e510\"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:\"\\f0ed\"}.fa-children:before{content:\"\\e4e1\"}.fa-blackboard:before,.fa-chalkboard:before{content:\"\\f51b\"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:\"\\f4fa\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:\"\\e05f\"}.fa-mattress-pillow:before{content:\"\\e525\"}.fa-guarani-sign:before{content:\"\\e19a\"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:\"\\f021\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-cruzeiro-sign:before{content:\"\\e152\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-shield-alt:before,.fa-shield-halved:before{content:\"\\f3ed\"}.fa-atlas:before,.fa-book-atlas:before{content:\"\\f558\"}.fa-virus:before{content:\"\\e074\"}.fa-envelope-circle-check:before{content:\"\\e4e8\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-arrows-to-dot:before{content:\"\\e4be\"}.fa-archway:before{content:\"\\f557\"}.fa-heart-circle-check:before{content:\"\\e4fd\"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:\"\\f6f1\"}.fa-file-archive:before,.fa-file-zipper:before{content:\"\\f1c6\"}.fa-square:before{content:\"\\f0c8\"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:\"\\f000\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cedi-sign:before{content:\"\\e0df\"}.fa-italic:before{content:\"\\f033\"}.fa-church:before{content:\"\\f51d\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-democrat:before{content:\"\\f747\"}.fa-z:before{content:\"\\5a\"}.fa-person-skiing:before,.fa-skiing:before{content:\"\\f7c9\"}.fa-road-lock:before{content:\"\\e567\"}.fa-a:before{content:\"\\41\"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:\"\\e03f\"}.fa-feather-alt:before,.fa-feather-pointed:before{content:\"\\f56b\"}.fa-p:before{content:\"\\50\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-ad:before,.fa-rectangle-ad:before{content:\"\\f641\"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:\"\\f0a9\"}.fa-filter-circle-xmark:before{content:\"\\e17b\"}.fa-locust:before{content:\"\\e520\"}.fa-sort:before,.fa-unsorted:before{content:\"\\f0dc\"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:\"\\f0cb\"}.fa-person-dress-burst:before{content:\"\\e544\"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:\"\\f53d\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-language:before{content:\"\\f1ab\"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-filter:before{content:\"\\f0b0\"}.fa-question:before{content:\"\\3f\"}.fa-file-signature:before{content:\"\\f573\"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:\"\\f0b2\"}.fa-house-chimney-user:before{content:\"\\e065\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-money-check:before{content:\"\\f53c\"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:\"\\f5c0\"}.fa-code:before{content:\"\\f121\"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:\"\\f7a0\"}.fa-building-circle-exclamation:before{content:\"\\e4d3\"}.fa-magnifying-glass-chart:before{content:\"\\e522\"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:\"\\f08e\"}.fa-cubes-stacked:before{content:\"\\e4e6\"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:\"\\f159\"}.fa-virus-covid:before{content:\"\\e4a8\"}.fa-austral-sign:before{content:\"\\e0a9\"}.fa-f:before{content:\"\\46\"}.fa-leaf:before{content:\"\\f06c\"}.fa-road:before{content:\"\\f018\"}.fa-cab:before,.fa-taxi:before{content:\"\\f1ba\"}.fa-person-circle-plus:before{content:\"\\e541\"}.fa-chart-pie:before,.fa-pie-chart:before{content:\"\\f200\"}.fa-bolt-lightning:before{content:\"\\e0b7\"}.fa-sack-xmark:before{content:\"\\e56a\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-fish-fins:before{content:\"\\e4f2\"}.fa-building-flag:before{content:\"\\e4d5\"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:\"\\f582\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-poop:before{content:\"\\f619\"}.fa-location-pin:before,.fa-map-marker:before{content:\"\\f041\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:\"\\f807\"}.fa-eject:before{content:\"\\f052\"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:\"\\f35a\"}.fa-plane-circle-check:before{content:\"\\e555\"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-object-group:before{content:\"\\f247\"}.fa-chart-line:before,.fa-line-chart:before{content:\"\\f201\"}.fa-mask-ventilator:before{content:\"\\e524\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-map-signs:before,.fa-signs-post:before{content:\"\\f277\"}.fa-cash-register:before{content:\"\\f788\"}.fa-person-circle-question:before{content:\"\\e542\"}.fa-h:before{content:\"\\48\"}.fa-tarp:before{content:\"\\e57b\"}.fa-screwdriver-wrench:before,.fa-tools:before{content:\"\\f7d9\"}.fa-arrows-to-eye:before{content:\"\\e4bf\"}.fa-plug-circle-bolt:before{content:\"\\e55b\"}.fa-heart:before{content:\"\\f004\"}.fa-mars-and-venus:before{content:\"\\f224\"}.fa-home-user:before,.fa-house-user:before{content:\"\\e1b0\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-house-crack:before{content:\"\\e3b1\"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:\"\\f561\"}.fa-face-surprise:before,.fa-surprise:before{content:\"\\f5c2\"}.fa-bottle-water:before{content:\"\\e4c5\"}.fa-circle-pause:before,.fa-pause-circle:before{content:\"\\f28b\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-apple-alt:before,.fa-apple-whole:before{content:\"\\f5d1\"}.fa-kitchen-set:before{content:\"\\e51a\"}.fa-r:before{content:\"\\52\"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-cube:before{content:\"\\f1b2\"}.fa-bitcoin-sign:before{content:\"\\e0b4\"}.fa-shield-dog:before{content:\"\\e573\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-elevator:before{content:\"\\e16d\"}.fa-money-bill-transfer:before{content:\"\\e528\"}.fa-money-bill-trend-up:before{content:\"\\e529\"}.fa-house-flood-water-circle-arrow-right:before{content:\"\\e50f\"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:\"\\f682\"}.fa-circle:before{content:\"\\f111\"}.fa-backward-fast:before,.fa-fast-backward:before{content:\"\\f049\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-trademark:before{content:\"\\f25c\"}.fa-basketball-ball:before,.fa-basketball:before{content:\"\\f434\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:\"\\f35b\"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:\"\\f3cd\"}.fa-volume-high:before,.fa-volume-up:before{content:\"\\f028\"}.fa-users-rays:before{content:\"\\e593\"}.fa-wallet:before{content:\"\\f555\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-burger:before,.fa-hamburger:before{content:\"\\f805\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-bugs:before{content:\"\\e4d0\"}.fa-rupee-sign:before,.fa-rupee:before{content:\"\\f156\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-circle-question:before,.fa-question-circle:before{content:\"\\f059\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-book-bookmark:before{content:\"\\e0bb\"}.fa-code-branch:before{content:\"\\f126\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-bridge:before{content:\"\\e4c8\"}.fa-phone-alt:before,.fa-phone-flip:before{content:\"\\f879\"}.fa-truck-front:before{content:\"\\e2b7\"}.fa-cat:before{content:\"\\f6be\"}.fa-anchor-circle-exclamation:before{content:\"\\e4ab\"}.fa-truck-field:before{content:\"\\e58d\"}.fa-route:before{content:\"\\f4d7\"}.fa-clipboard-question:before{content:\"\\e4e3\"}.fa-panorama:before{content:\"\\e209\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-file-circle-minus:before{content:\"\\e4ed\"}.fa-tags:before{content:\"\\f02c\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-fast-forward:before,.fa-forward-fast:before{content:\"\\f050\"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:\"\\f5a4\"}.fa-parking:before,.fa-square-parking:before{content:\"\\f540\"}.fa-house-signal:before{content:\"\\e012\"}.fa-bars-progress:before,.fa-tasks-alt:before{content:\"\\f828\"}.fa-faucet-drip:before{content:\"\\e006\"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:\"\\f54d\"}.fa-terminal:before{content:\"\\f120\"}.fa-mobile-button:before{content:\"\\f10b\"}.fa-house-medical-flag:before{content:\"\\e514\"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:\"\\f291\"}.fa-tape:before{content:\"\\f4db\"}.fa-bus-alt:before,.fa-bus-simple:before{content:\"\\f55e\"}.fa-eye:before{content:\"\\f06e\"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:\"\\f5b3\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-person-military-to-person:before{content:\"\\e54c\"}.fa-file-shield:before{content:\"\\e4f0\"}.fa-user-slash:before{content:\"\\f506\"}.fa-pen:before{content:\"\\f304\"}.fa-tower-observation:before{content:\"\\e586\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:\"\\f012\"}.fa-bus:before{content:\"\\f207\"}.fa-heart-circle-xmark:before{content:\"\\e501\"}.fa-home-lg:before,.fa-house-chimney:before{content:\"\\e3af\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-face-frown:before,.fa-frown:before{content:\"\\f119\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-shop:before,.fa-store-alt:before{content:\"\\f54f\"}.fa-floppy-disk:before,.fa-save:before{content:\"\\f0c7\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:\"\\f515\"}.fa-sort-asc:before,.fa-sort-up:before{content:\"\\f0de\"}.fa-comment-dots:before,.fa-commenting:before{content:\"\\f4ad\"}.fa-plant-wilt:before{content:\"\\e5aa\"}.fa-diamond:before{content:\"\\f219\"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:\"\\f585\"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hands-praying:before,.fa-praying-hands:before{content:\"\\f684\"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:\"\\f01e\"}.fa-biohazard:before{content:\"\\f780\"}.fa-location-crosshairs:before,.fa-location:before{content:\"\\f601\"}.fa-mars-double:before{content:\"\\f227\"}.fa-child-dress:before{content:\"\\e59c\"}.fa-users-between-lines:before{content:\"\\e591\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:\"\\f588\"}.fa-phone:before{content:\"\\f095\"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:\"\\f273\"}.fa-child-reaching:before{content:\"\\e59d\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-user-cog:before,.fa-user-gear:before{content:\"\\f4fe\"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-dice-six:before{content:\"\\f526\"}.fa-mosquito-net:before{content:\"\\e52c\"}.fa-bridge-water:before{content:\"\\e4ce\"}.fa-person-booth:before{content:\"\\f756\"}.fa-text-width:before{content:\"\\f035\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-digging:before,.fa-person-digging:before{content:\"\\f85e\"}.fa-trash:before{content:\"\\f1f8\"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:\"\\f629\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-poo:before{content:\"\\f2fe\"}.fa-quote-right-alt:before,.fa-quote-right:before{content:\"\\f10e\"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:\"\\f553\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-divide:before{content:\"\\f529\"}.fa-tenge-sign:before,.fa-tenge:before{content:\"\\f7d7\"}.fa-headphones:before{content:\"\\f025\"}.fa-hands-holding:before{content:\"\\f4c2\"}.fa-hands-clapping:before{content:\"\\e1a8\"}.fa-republican:before{content:\"\\f75e\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-person-circle-xmark:before{content:\"\\e543\"}.fa-ruler:before{content:\"\\f545\"}.fa-align-left:before{content:\"\\f036\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-j:before{content:\"\\4a\"}.fa-users-viewfinder:before{content:\"\\e595\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:\"\\f35d\"}.fa-table-cells:before,.fa-th:before{content:\"\\f00a\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-bible:before,.fa-book-bible:before{content:\"\\f647\"}.fa-o:before{content:\"\\4f\"}.fa-medkit:before,.fa-suitcase-medical:before{content:\"\\f0fa\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-otter:before{content:\"\\f700\"}.fa-female:before,.fa-person-dress:before{content:\"\\f182\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-briefcase-clock:before,.fa-business-time:before{content:\"\\f64a\"}.fa-table-cells-large:before,.fa-th-large:before{content:\"\\f009\"}.fa-book-tanakh:before,.fa-tanakh:before{content:\"\\f827\"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-clipboard-user:before{content:\"\\f7f3\"}.fa-child:before{content:\"\\f1ae\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-plane-lock:before{content:\"\\e558\"}.fa-tag:before{content:\"\\f02b\"}.fa-comment:before{content:\"\\f075\"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:\"\\f1fd\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-angle-double-up:before,.fa-angles-up:before{content:\"\\f102\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-arrow-right-to-city:before{content:\"\\e4b3\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-lungs:before{content:\"\\f604\"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-litecoin-sign:before{content:\"\\e1d3\"}.fa-border-none:before{content:\"\\f850\"}.fa-circle-nodes:before{content:\"\\e4e2\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-indent:before{content:\"\\f03c\"}.fa-truck-field-un:before{content:\"\\e58e\"}.fa-hourglass-empty:before,.fa-hourglass:before{content:\"\\f254\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-user-doctor:before,.fa-user-md:before{content:\"\\f0f0\"}.fa-circle-info:before,.fa-info-circle:before{content:\"\\f05a\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-camera-alt:before,.fa-camera:before{content:\"\\f030\"}.fa-square-virus:before{content:\"\\e578\"}.fa-meteor:before{content:\"\\f753\"}.fa-car-on:before{content:\"\\e4dd\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-water:before{content:\"\\f773\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-braille:before{content:\"\\f2a1\"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:\"\\f486\"}.fa-landmark:before{content:\"\\f66f\"}.fa-truck:before{content:\"\\f0d1\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-person-cane:before{content:\"\\e53c\"}.fa-tent:before{content:\"\\e57d\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-check-double:before{content:\"\\f560\"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-money-bill-wheat:before{content:\"\\e52a\"}.fa-cookie:before{content:\"\\f563\"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:\"\\f0e2\"}.fa-hard-drive:before,.fa-hdd:before{content:\"\\f0a0\"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-list-alt:before,.fa-rectangle-list:before{content:\"\\f022\"}.fa-tarp-droplet:before{content:\"\\e57c\"}.fa-house-medical-circle-check:before{content:\"\\e511\"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:\"\\f359\"}.fa-subway:before,.fa-train-subway:before{content:\"\\f239\"}.fa-chart-gantt:before{content:\"\\e0e4\"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:\"\\e1bc\"}.fa-crop-alt:before,.fa-crop-simple:before{content:\"\\f565\"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-dna:before{content:\"\\f471\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-minus:before,.fa-subtract:before{content:\"\\f068\"}.fa-chess:before{content:\"\\f439\"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:\"\\f177\"}.fa-plug-circle-check:before{content:\"\\e55c\"}.fa-street-view:before{content:\"\\f21d\"}.fa-franc-sign:before{content:\"\\e18f\"}.fa-volume-off:before{content:\"\\f026\"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:\"\\f2a3\"}.fa-cog:before,.fa-gear:before{content:\"\\f013\"}.fa-droplet-slash:before,.fa-tint-slash:before{content:\"\\f5c7\"}.fa-mosque:before{content:\"\\f678\"}.fa-mosquito:before{content:\"\\e52b\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-person-military-rifle:before{content:\"\\e54b\"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:\"\\f07a\"}.fa-vials:before{content:\"\\f493\"}.fa-plug-circle-plus:before{content:\"\\e55f\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-arrow-turn-up:before,.fa-level-up:before{content:\"\\f148\"}.fa-u:before{content:\"\\55\"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:\"\\f698\"}.fa-clock-four:before,.fa-clock:before{content:\"\\f017\"}.fa-backward-step:before,.fa-step-backward:before{content:\"\\f048\"}.fa-pallet:before{content:\"\\f482\"}.fa-faucet:before{content:\"\\e005\"}.fa-baseball-bat-ball:before{content:\"\\f432\"}.fa-s:before{content:\"\\53\"}.fa-timeline:before{content:\"\\e29c\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:\"\\f7f2\"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:\"\\f3cf\"}.fa-plane-up:before{content:\"\\e22d\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-battery-3:before,.fa-battery-half:before{content:\"\\f242\"}.fa-mountain-city:before{content:\"\\e52e\"}.fa-coins:before{content:\"\\f51e\"}.fa-khanda:before{content:\"\\f66d\"}.fa-sliders-h:before,.fa-sliders:before{content:\"\\f1de\"}.fa-folder-tree:before{content:\"\\f802\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-map-pin:before{content:\"\\f276\"}.fa-hamsa:before{content:\"\\f665\"}.fa-cent-sign:before{content:\"\\e3f5\"}.fa-flask:before{content:\"\\f0c3\"}.fa-person-pregnant:before{content:\"\\e31e\"}.fa-wand-sparkles:before{content:\"\\f72b\"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:\"\\f142\"}.fa-ticket:before{content:\"\\f145\"}.fa-power-off:before{content:\"\\f011\"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:\"\\f30b\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-laptop-file:before{content:\"\\e51d\"}.fa-teletype:before,.fa-tty:before{content:\"\\f1e4\"}.fa-diagram-next:before{content:\"\\e476\"}.fa-person-rifle:before{content:\"\\e54e\"}.fa-house-medical-circle-exclamation:before{content:\"\\e512\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-hiking:before,.fa-person-hiking:before{content:\"\\f6ec\"}.fa-venus-double:before{content:\"\\f226\"}.fa-images:before{content:\"\\f302\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-people-pulling:before{content:\"\\e535\"}.fa-n:before{content:\"\\4e\"}.fa-cable-car:before,.fa-tram:before{content:\"\\f7da\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-building-circle-xmark:before{content:\"\\e4d4\"}.fa-ship:before{content:\"\\f21a\"}.fa-arrows-down-to-line:before{content:\"\\e4b8\"}.fa-download:before{content:\"\\f019\"}.fa-face-grin:before,.fa-grin:before{content:\"\\f580\"}.fa-backspace:before,.fa-delete-left:before{content:\"\\f55a\"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:\"\\f1fb\"}.fa-file-circle-check:before{content:\"\\e5a0\"}.fa-forward:before{content:\"\\f04e\"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:\"\\f3ce\"}.fa-face-meh:before,.fa-meh:before{content:\"\\f11a\"}.fa-align-center:before{content:\"\\f037\"}.fa-book-dead:before,.fa-book-skull:before{content:\"\\f6b7\"}.fa-drivers-license:before,.fa-id-card:before{content:\"\\f2c2\"}.fa-dedent:before,.fa-outdent:before{content:\"\\f03b\"}.fa-heart-circle-exclamation:before{content:\"\\e4fe\"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:\"\\f015\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-b:before{content:\"\\42\"}.fa-file-medical:before{content:\"\\f477\"}.fa-dice-one:before{content:\"\\f525\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:\"\\f0ec\"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:\"\\f2f9\"}.fa-cutlery:before,.fa-utensils:before{content:\"\\f2e7\"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:\"\\f161\"}.fa-mill-sign:before{content:\"\\e1ed\"}.fa-bowl-rice:before{content:\"\\e2eb\"}.fa-skull:before{content:\"\\f54c\"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:\"\\f519\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:\"\\f30c\"}.fa-stop:before{content:\"\\f04d\"}.fa-code-merge:before{content:\"\\f387\"}.fa-upload:before{content:\"\\f093\"}.fa-hurricane:before{content:\"\\f751\"}.fa-mound:before{content:\"\\e52d\"}.fa-toilet-portable:before{content:\"\\e583\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-file-arrow-down:before,.fa-file-download:before{content:\"\\f56d\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-shield-cat:before{content:\"\\e572\"}.fa-bolt:before,.fa-zap:before{content:\"\\f0e7\"}.fa-glass-water:before{content:\"\\e4f4\"}.fa-oil-well:before{content:\"\\e532\"}.fa-vault:before{content:\"\\e2c5\"}.fa-mars:before{content:\"\\f222\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-plane-circle-xmark:before{content:\"\\e557\"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:\"\\f157\"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:\"\\f158\"}.fa-sun:before{content:\"\\f185\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:\"\\f59c\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-bore-hole:before{content:\"\\e4c3\"}.fa-industry:before{content:\"\\f275\"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:\"\\f358\"}.fa-arrows-turn-to-dots:before{content:\"\\e4c1\"}.fa-florin-sign:before{content:\"\\e184\"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-less-than:before{content:\"\\3c\"}.fa-angle-down:before{content:\"\\f107\"}.fa-car-tunnel:before{content:\"\\e4de\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-user-lock:before{content:\"\\f502\"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:\"\\f178\"}.fa-anchor-circle-xmark:before{content:\"\\e4ac\"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:\"\\f141\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-first-aid:before,.fa-kit-medical:before{content:\"\\f479\"}.fa-person-through-window:before{content:\"\\e5a9\"}.fa-toolbox:before{content:\"\\f552\"}.fa-hands-holding-circle:before{content:\"\\e4fb\"}.fa-bug:before{content:\"\\f188\"}.fa-credit-card-alt:before,.fa-credit-card:before{content:\"\\f09d\"}.fa-automobile:before,.fa-car:before{content:\"\\f1b9\"}.fa-hand-holding-hand:before{content:\"\\e4f7\"}.fa-book-open-reader:before,.fa-book-reader:before{content:\"\\f5da\"}.fa-mountain-sun:before{content:\"\\e52f\"}.fa-arrows-left-right-to-line:before{content:\"\\e4ba\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-truck-droplet:before{content:\"\\e58c\"}.fa-file-circle-xmark:before{content:\"\\e5a1\"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:\"\\e040\"}.fa-medal:before{content:\"\\f5a2\"}.fa-bed:before{content:\"\\f236\"}.fa-h-square:before,.fa-square-h:before{content:\"\\f0fd\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-bell:before{content:\"\\f0f3\"}.fa-superscript:before{content:\"\\f12b\"}.fa-plug-circle-xmark:before{content:\"\\e560\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-hands-helping:before,.fa-handshake-angle:before{content:\"\\f4c4\"}.fa-location-dot:before,.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-file:before{content:\"\\f15b\"}.fa-greater-than:before{content:\"\\3e\"}.fa-person-swimming:before,.fa-swimmer:before{content:\"\\f5c4\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-droplet:before,.fa-tint:before{content:\"\\f043\"}.fa-eraser:before{content:\"\\f12d\"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:\"\\f57d\"}.fa-person-burst:before{content:\"\\e53b\"}.fa-dove:before{content:\"\\f4ba\"}.fa-battery-0:before,.fa-battery-empty:before{content:\"\\f244\"}.fa-socks:before{content:\"\\f696\"}.fa-inbox:before{content:\"\\f01c\"}.fa-section:before{content:\"\\e447\"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:\"\\f625\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:\"\\f0f8\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:\"\\f550\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-blind:before,.fa-person-walking-with-cane:before{content:\"\\f29d\"}.fa-drum:before{content:\"\\f569\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-heart-circle-bolt:before{content:\"\\e4fc\"}.fa-fax:before{content:\"\\f1ac\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-check-to-slot:before,.fa-vote-yea:before{content:\"\\f772\"}.fa-star-half:before{content:\"\\f089\"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:\"\\f468\"}.fa-chain:before,.fa-link:before{content:\"\\f0c1\"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:\"\\f2a2\"}.fa-tree-city:before{content:\"\\e587\"}.fa-play:before{content:\"\\f04b\"}.fa-font:before{content:\"\\f031\"}.fa-rupiah-sign:before{content:\"\\e23d\"}.fa-magnifying-glass:before,.fa-search:before{content:\"\\f002\"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:\"\\f45d\"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:\"\\f470\"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-naira-sign:before{content:\"\\e1f6\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-walkie-talkie:before{content:\"\\f8ef\"}.fa-file-edit:before,.fa-file-pen:before{content:\"\\f31c\"}.fa-receipt:before{content:\"\\f543\"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:\"\\f14b\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-person-circle-exclamation:before{content:\"\\e53f\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:\"\\f240\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-code-compare:before{content:\"\\e13a\"}.fa-list-dots:before,.fa-list-ul:before{content:\"\\f0ca\"}.fa-school-lock:before{content:\"\\e56f\"}.fa-tower-cell:before{content:\"\\e585\"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-ranking-star:before{content:\"\\e561\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-person-harassing:before{content:\"\\e549\"}.fa-brazilian-real-sign:before{content:\"\\e46c\"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:\"\\f752\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:\"\\f26c\"}.fa-shrimp:before{content:\"\\e448\"}.fa-list-check:before,.fa-tasks:before{content:\"\\f0ae\"}.fa-jug-detergent:before{content:\"\\e519\"}.fa-circle-user:before,.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-shield:before{content:\"\\f505\"}.fa-wind:before{content:\"\\f72e\"}.fa-car-burst:before,.fa-car-crash:before{content:\"\\f5e1\"}.fa-y:before{content:\"\\59\"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:\"\\f7ce\"}.fa-shipping-fast:before,.fa-truck-fast:before{content:\"\\f48b\"}.fa-fish:before{content:\"\\f578\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-adjust:before,.fa-circle-half-stroke:before{content:\"\\f042\"}.fa-clapperboard:before{content:\"\\e131\"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-baseball-ball:before,.fa-baseball:before{content:\"\\f433\"}.fa-jet-fighter-up:before{content:\"\\e518\"}.fa-diagram-project:before,.fa-project-diagram:before{content:\"\\f542\"}.fa-copy:before{content:\"\\f0c5\"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:\"\\f6a9\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-grip-horizontal:before,.fa-grip:before{content:\"\\f58d\"}.fa-share-from-square:before,.fa-share-square:before{content:\"\\f14d\"}.fa-child-combatant:before,.fa-child-rifle:before{content:\"\\e4e0\"}.fa-gun:before{content:\"\\e19b\"}.fa-phone-square:before,.fa-square-phone:before{content:\"\\f098\"}.fa-add:before,.fa-plus:before{content:\"\\2b\"}.fa-expand:before{content:\"\\f065\"}.fa-computer:before{content:\"\\e4e5\"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:\"\\f00d\"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:\"\\f047\"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:\"\\f51c\"}.fa-peso-sign:before{content:\"\\e222\"}.fa-building-shield:before{content:\"\\e4d8\"}.fa-baby:before{content:\"\\f77c\"}.fa-users-line:before{content:\"\\e592\"}.fa-quote-left-alt:before,.fa-quote-left:before{content:\"\\f10d\"}.fa-tractor:before{content:\"\\f722\"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:\"\\f829\"}.fa-arrow-down-up-lock:before{content:\"\\e4b0\"}.fa-lines-leaning:before{content:\"\\e51e\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-equals:before{content:\"\\3d\"}.fa-blender:before{content:\"\\f517\"}.fa-teeth:before{content:\"\\f62e\"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:\"\\f20b\"}.fa-map:before{content:\"\\f279\"}.fa-rocket:before{content:\"\\f135\"}.fa-photo-film:before,.fa-photo-video:before{content:\"\\f87c\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-store:before{content:\"\\f54e\"}.fa-arrow-trend-up:before{content:\"\\e098\"}.fa-plug-circle-minus:before{content:\"\\e55e\"}.fa-sign-hanging:before,.fa-sign:before{content:\"\\f4d9\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-tablet-android:before,.fa-tablet:before{content:\"\\f3fb\"}.fa-school-flag:before{content:\"\\e56e\"}.fa-fill:before{content:\"\\f575\"}.fa-angle-up:before{content:\"\\f106\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-bacteria:before{content:\"\\e059\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-notdef:before{content:\"\\e1fe\"}.fa-disease:before{content:\"\\f7fa\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-genderless:before{content:\"\\f22d\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-retweet:before{content:\"\\f079\"}.fa-car-alt:before,.fa-car-rear:before{content:\"\\f5de\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-battery-2:before,.fa-battery-quarter:before{content:\"\\f243\"}.fa-radio:before{content:\"\\f8d7\"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:\"\\f77d\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-thermometer:before{content:\"\\f491\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-percent:before,.fa-percentage:before{content:\"\\25\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-glass-water-droplet:before{content:\"\\e4f5\"}.fa-display:before{content:\"\\e163\"}.fa-face-smile:before,.fa-smile:before{content:\"\\f118\"}.fa-thumb-tack:before,.fa-thumbtack:before{content:\"\\f08d\"}.fa-trophy:before{content:\"\\f091\"}.fa-person-praying:before,.fa-pray:before{content:\"\\f683\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-rotate:before,.fa-sync-alt:before{content:\"\\f2f1\"}.fa-spinner:before{content:\"\\f110\"}.fa-robot:before{content:\"\\f544\"}.fa-peace:before{content:\"\\f67c\"}.fa-cogs:before,.fa-gears:before{content:\"\\f085\"}.fa-warehouse:before{content:\"\\f494\"}.fa-arrow-up-right-dots:before{content:\"\\e4b7\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:\"\\f584\"}.fa-dice-four:before{content:\"\\f524\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-transgender-alt:before,.fa-transgender:before{content:\"\\f225\"}.fa-mercury:before{content:\"\\f223\"}.fa-arrow-turn-down:before,.fa-level-down:before{content:\"\\f149\"}.fa-person-falling-burst:before{content:\"\\e547\"}.fa-award:before{content:\"\\f559\"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:\"\\f3ff\"}.fa-building:before{content:\"\\f1ad\"}.fa-angle-double-left:before,.fa-angles-left:before{content:\"\\f100\"}.fa-qrcode:before{content:\"\\f029\"}.fa-clock-rotate-left:before,.fa-history:before{content:\"\\f1da\"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:\"\\f56e\"}.fa-shield-blank:before,.fa-shield:before{content:\"\\f132\"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-house-medical:before{content:\"\\e3b2\"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:\"\\f450\"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:\"\\f137\"}.fa-house-chimney-window:before{content:\"\\e00d\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-tent-arrow-turn-left:before{content:\"\\e580\"}.fa-tents:before{content:\"\\e582\"}.fa-magic:before,.fa-wand-magic:before{content:\"\\f0d0\"}.fa-dog:before{content:\"\\f6d3\"}.fa-carrot:before{content:\"\\f787\"}.fa-moon:before{content:\"\\f186\"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:\"\\f5ce\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-music:before{content:\"\\f001\"}.fa-code-commit:before{content:\"\\f386\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-biking:before,.fa-person-biking:before{content:\"\\f84a\"}.fa-broom:before{content:\"\\f51a\"}.fa-shield-heart:before{content:\"\\e574\"}.fa-gopuram:before{content:\"\\f664\"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:\"\\e47b\"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:\"\\f2d3\"}.fa-hashtag:before{content:\"\\23\"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:\"\\f424\"}.fa-oil-can:before{content:\"\\f613\"}.fa-t:before{content:\"\\54\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-chart-column:before{content:\"\\e0e3\"}.fa-infinity:before{content:\"\\f534\"}.fa-vial-circle-check:before{content:\"\\e596\"}.fa-person-arrow-down-to-line:before{content:\"\\e538\"}.fa-voicemail:before{content:\"\\f897\"}.fa-fan:before{content:\"\\f863\"}.fa-person-walking-luggage:before{content:\"\\e554\"}.fa-arrows-alt-v:before,.fa-up-down:before{content:\"\\f338\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-calendar:before{content:\"\\f133\"}.fa-trailer:before{content:\"\\e041\"}.fa-bahai:before,.fa-haykal:before{content:\"\\f666\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-circle-plus:before,.fa-plus-circle:before{content:\"\\f055\"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-plug-circle-exclamation:before{content:\"\\e55d\"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:\"\\f127\"}.fa-clone:before{content:\"\\f24d\"}.fa-person-walking-arrow-loop-left:before{content:\"\\e551\"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:\"\\f7e4\"}.fa-tornado:before{content:\"\\f76f\"}.fa-file-circle-plus:before{content:\"\\e494\"}.fa-book-quran:before,.fa-quran:before{content:\"\\f687\"}.fa-anchor:before{content:\"\\f13d\"}.fa-border-all:before{content:\"\\f84c\"}.fa-angry:before,.fa-face-angry:before{content:\"\\f556\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-arrow-trend-down:before{content:\"\\e097\"}.fa-feed:before,.fa-rss:before{content:\"\\f09e\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-balance-scale:before,.fa-scale-balanced:before{content:\"\\f24e\"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:\"\\f62a\"}.fa-shower:before{content:\"\\f2cc\"}.fa-desktop-alt:before,.fa-desktop:before{content:\"\\f390\"}.fa-m:before{content:\"\\4d\"}.fa-table-list:before,.fa-th-list:before{content:\"\\f00b\"}.fa-comment-sms:before,.fa-sms:before{content:\"\\f7cd\"}.fa-book:before{content:\"\\f02d\"}.fa-user-plus:before{content:\"\\f234\"}.fa-check:before{content:\"\\f00c\"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-house-circle-check:before{content:\"\\e509\"}.fa-angle-left:before{content:\"\\f104\"}.fa-diagram-successor:before{content:\"\\e47a\"}.fa-truck-arrow-right:before{content:\"\\e58b\"}.fa-arrows-split-up-and-left:before{content:\"\\e4bc\"}.fa-fist-raised:before,.fa-hand-fist:before{content:\"\\f6de\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-person-falling:before{content:\"\\e546\"}.fa-image-portrait:before,.fa-portrait:before{content:\"\\f3e0\"}.fa-user-tag:before{content:\"\\f507\"}.fa-rug:before{content:\"\\e569\"}.fa-earth-europe:before,.fa-globe-europe:before{content:\"\\f7a2\"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:\"\\f59d\"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:\"\\f410\"}.fa-baht-sign:before{content:\"\\e0ac\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:\"\\f66a\"}.fa-handcuffs:before{content:\"\\e4f8\"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:\"\\f071\"}.fa-database:before{content:\"\\f1c0\"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:\"\\f064\"}.fa-bottle-droplet:before{content:\"\\e4c4\"}.fa-mask-face:before{content:\"\\e1d7\"}.fa-hill-rockslide:before{content:\"\\e508\"}.fa-exchange-alt:before,.fa-right-left:before{content:\"\\f362\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-road-circle-exclamation:before{content:\"\\e565\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-align-right:before{content:\"\\f038\"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:\"\\f2a7\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:\"\\f5c5\"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:\"\\f07d\"}.fa-face-grimace:before,.fa-grimace:before{content:\"\\f57f\"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:\"\\e2ce\"}.fa-level-down-alt:before,.fa-turn-down:before{content:\"\\f3be\"}.fa-person-walking-arrow-right:before{content:\"\\e552\"}.fa-envelope-square:before,.fa-square-envelope:before{content:\"\\f199\"}.fa-dice:before{content:\"\\f522\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-brain:before{content:\"\\f5dc\"}.fa-band-aid:before,.fa-bandage:before{content:\"\\f462\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:\"\\f057\"}.fa-gifts:before{content:\"\\f79c\"}.fa-hotel:before{content:\"\\f594\"}.fa-earth-asia:before,.fa-globe-asia:before{content:\"\\f57e\"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:\"\\f47f\"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:\"\\f00e\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-allergies:before,.fa-hand-dots:before{content:\"\\f461\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-coffee:before,.fa-mug-saucer:before{content:\"\\f0f4\"}.fa-brush:before{content:\"\\f55d\"}.fa-mask:before{content:\"\\f6fa\"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:\"\\f010\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-user-alt:before,.fa-user-large:before{content:\"\\f406\"}.fa-train-tram:before{content:\"\\e5b4\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-syringe:before{content:\"\\f48e\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-square-full:before{content:\"\\f45c\"}.fa-magnet:before{content:\"\\f076\"}.fa-jar:before{content:\"\\e516\"}.fa-note-sticky:before,.fa-sticky-note:before{content:\"\\f249\"}.fa-bug-slash:before{content:\"\\e490\"}.fa-arrow-up-from-water-pump:before{content:\"\\e4b6\"}.fa-bone:before{content:\"\\f5d7\"}.fa-user-injured:before{content:\"\\f728\"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:\"\\f5b4\"}.fa-plane:before{content:\"\\f072\"}.fa-tent-arrows-down:before{content:\"\\e581\"}.fa-exclamation:before{content:\"\\21\"}.fa-arrows-spin:before{content:\"\\e4bb\"}.fa-print:before{content:\"\\f02f\"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:\"\\e2bb\"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:\"\\24\"}.fa-x:before{content:\"\\58\"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:\"\\f688\"}.fa-users-cog:before,.fa-users-gear:before{content:\"\\f509\"}.fa-person-military-pointing:before{content:\"\\e54a\"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:\"\\f19c\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-trowel:before{content:\"\\e589\"}.fa-d:before{content:\"\\44\"}.fa-stapler:before{content:\"\\e5af\"}.fa-masks-theater:before,.fa-theater-masks:before{content:\"\\f630\"}.fa-kip-sign:before{content:\"\\e1c4\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:\"\\f4c6\"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:\"\\f0fb\"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:\"\\f1e1\"}.fa-barcode:before{content:\"\\f02a\"}.fa-plus-minus:before{content:\"\\e43c\"}.fa-video-camera:before,.fa-video:before{content:\"\\f03d\"}.fa-graduation-cap:before,.fa-mortar-board:before{content:\"\\f19d\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-person-circle-check:before{content:\"\\e53e\"}.fa-level-up-alt:before,.fa-turn-up:before{content:\"\\f3bf\"}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":".fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:\"Font Awesome 6 Brands\";--fa-font-brands:normal 400 1em/1 \"Font Awesome 6 Brands\"}@font-face{font-family:\"Font Awesome 6 Brands\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:\"\\f3d0\"}.fa-hooli:before{content:\"\\f427\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-lastfm:before{content:\"\\f202\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-aws:before{content:\"\\f375\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-ups:before{content:\"\\f7e0\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-dyalog:before{content:\"\\f399\"}.fa-bity:before{content:\"\\f37a\"}.fa-stackpath:before{content:\"\\f842\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-modx:before{content:\"\\f285\"}.fa-guilded:before{content:\"\\e07e\"}.fa-vnv:before{content:\"\\f40b\"}.fa-js-square:before,.fa-square-js:before{content:\"\\f3b9\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-qq:before{content:\"\\f1d6\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-java:before{content:\"\\f4e4\"}.fa-invision:before{content:\"\\f7b0\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-centercode:before{content:\"\\f380\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-unity:before{content:\"\\e049\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-vk:before{content:\"\\f189\"}.fa-untappd:before{content:\"\\f405\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-reddit-square:before,.fa-square-reddit:before{content:\"\\f1a2\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-contao:before{content:\"\\f26d\"}.fa-square-font-awesome:before{content:\"\\e5ad\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-instagram-square:before,.fa-square-instagram:before{content:\"\\e055\"}.fa-battle-net:before{content:\"\\f835\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:\"\\f3af\"}.fa-edge:before{content:\"\\f282\"}.fa-napster:before{content:\"\\f3d2\"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:\"\\f2ad\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-artstation:before{content:\"\\f77a\"}.fa-markdown:before{content:\"\\f60f\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-diaspora:before{content:\"\\f791\"}.fa-foursquare:before{content:\"\\f180\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-github-alt:before{content:\"\\f113\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-algolia:before{content:\"\\f36c\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-safari:before{content:\"\\f267\"}.fa-google:before{content:\"\\f1a0\"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:\"\\f35c\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-chromecast:before{content:\"\\f838\"}.fa-evernote:before{content:\"\\f839\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-adversal:before{content:\"\\f36a\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-fonticons:before{content:\"\\f280\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-git-alt:before{content:\"\\f841\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-rev:before{content:\"\\f5b2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-centos:before{content:\"\\f789\"}.fa-adn:before{content:\"\\f170\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:\"\\f397\"}.fa-codiepie:before{content:\"\\f284\"}.fa-node:before{content:\"\\f419\"}.fa-mix:before{content:\"\\f3cb\"}.fa-steam:before{content:\"\\f1b6\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-scribd:before{content:\"\\f28a\"}.fa-openid:before{content:\"\\f19b\"}.fa-instalod:before{content:\"\\e081\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-square-twitter:before,.fa-twitter-square:before{content:\"\\f081\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-accusoft:before{content:\"\\f369\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-app-store:before{content:\"\\f36f\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-golang:before{content:\"\\e40f\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-grav:before{content:\"\\f2d6\"}.fa-weibo:before{content:\"\\f18a\"}.fa-uncharted:before{content:\"\\e084\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-square-youtube:before,.fa-youtube-square:before{content:\"\\f431\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-rendact:before,.fa-wpressr:before{content:\"\\f3e4\"}.fa-angellist:before{content:\"\\f209\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-nfc-directional:before{content:\"\\e530\"}.fa-skype:before{content:\"\\f17e\"}.fa-joget:before{content:\"\\f3b7\"}.fa-fedora:before{content:\"\\f798\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-meta:before{content:\"\\e49b\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-hips:before{content:\"\\f452\"}.fa-behance:before{content:\"\\f1b4\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-discord:before{content:\"\\f392\"}.fa-chrome:before{content:\"\\f268\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-confluence:before{content:\"\\f78d\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-dochub:before{content:\"\\f394\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-amazon:before{content:\"\\f270\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-square-steam:before,.fa-steam-square:before{content:\"\\f1b7\"}.fa-500px:before{content:\"\\f26e\"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:\"\\f194\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:\"\\f2b4\"}.fa-gratipay:before{content:\"\\f184\"}.fa-apple:before{content:\"\\f179\"}.fa-hive:before{content:\"\\e07f\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-padlet:before{content:\"\\e4a0\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-github-square:before,.fa-square-github:before{content:\"\\f092\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-fedex:before{content:\"\\f797\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-shopify:before{content:\"\\e057\"}.fa-neos:before{content:\"\\f612\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-swift:before{content:\"\\f8e1\"}.fa-angular:before{content:\"\\f420\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envira:before{content:\"\\f299\"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:\"\\e5ae\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-firefox:before{content:\"\\f269\"}.fa-linode:before{content:\"\\f2b8\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:\"\\f264\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-sith:before{content:\"\\f512\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-page4:before{content:\"\\f3d7\"}.fa-hashnode:before{content:\"\\e499\"}.fa-react:before{content:\"\\f41b\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-opera:before{content:\"\\f26a\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-stripe:before{content:\"\\f429\"}.fa-houzz:before{content:\"\\f27c\"}.fa-gg:before{content:\"\\f260\"}.fa-dhl:before{content:\"\\f790\"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:\"\\f0d3\"}.fa-xing:before{content:\"\\f168\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-playstation:before{content:\"\\f3df\"}.fa-quinscape:before{content:\"\\f459\"}.fa-less:before{content:\"\\f41d\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-opencart:before{content:\"\\f23d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-gitlab:before{content:\"\\f296\"}.fa-typo3:before{content:\"\\f42b\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-nfc-symbol:before{content:\"\\e531\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-avianex:before{content:\"\\f374\"}.fa-ello:before{content:\"\\f5f1\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-bimobject:before{content:\"\\f378\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:\"\\f0d4\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-osi:before{content:\"\\f41a\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-periscope:before{content:\"\\f3da\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-forumbee:before{content:\"\\f211\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-square-xing:before,.fa-xing-square:before{content:\"\\f169\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-wpforms:before{content:\"\\f298\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-usps:before{content:\"\\f7e1\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-fly:before{content:\"\\f417\"}.fa-aviato:before{content:\"\\f421\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-blogger:before{content:\"\\f37c\"}.fa-flickr:before{content:\"\\f16e\"}.fa-viber:before{content:\"\\f409\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-digg:before{content:\"\\f1a6\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-audible:before{content:\"\\f373\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-bilibili:before{content:\"\\e3d9\"}.fa-erlang:before{content:\"\\f39d\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-dashcube:before{content:\"\\f210\"}.fa-42-group:before,.fa-innosoft:before{content:\"\\e080\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-elementor:before{content:\"\\f430\"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:\"\\e01e\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-xbox:before{content:\"\\f412\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-facebook-square:before,.fa-square-facebook:before{content:\"\\f082\"}.fa-renren:before{content:\"\\f18b\"}.fa-linux:before{content:\"\\f17c\"}.fa-glide:before{content:\"\\f2a5\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-mixer:before{content:\"\\e056\"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:\"\\f203\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-figma:before{content:\"\\f799\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-instagram:before{content:\"\\f16d\"}.fa-cmplid:before{content:\"\\e360\"}.fa-facebook:before{content:\"\\f09a\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-uikit:before{content:\"\\f403\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-line:before{content:\"\\f3c0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-deezer:before{content:\"\\e077\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-jira:before{content:\"\\f7b1\"}.fa-docker:before{content:\"\\f395\"}.fa-screenpal:before{content:\"\\e570\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-gitter:before{content:\"\\f426\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-microblog:before{content:\"\\e01a\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-yandex:before{content:\"\\f413\"}.fa-readme:before{content:\"\\f4d5\"}.fa-html5:before{content:\"\\f13b\"}.fa-sellsy:before{content:\"\\f213\"}.fa-sass:before{content:\"\\f41e\"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:\"\\e2d0\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-apper:before{content:\"\\f371\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-waze:before{content:\"\\f83f\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:\"\\f2ab\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-rust:before{content:\"\\e07a\"}.fa-wix:before{content:\"\\f5cf\"}.fa-behance-square:before,.fa-square-behance:before{content:\"\\f1b5\"}.fa-supple:before{content:\"\\f3f9\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-css3:before{content:\"\\f13c\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-space-awesome:before{content:\"\\e5ac\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-cpanel:before{content:\"\\f388\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-git-square:before,.fa-square-git:before{content:\"\\f1d2\"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:\"\\f174\"}.fa-trello:before{content:\"\\f181\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-perbyte:before{content:\"\\e083\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-leanpub:before{content:\"\\f212\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-python:before{content:\"\\f3e2\"}.fa-android:before{content:\"\\f17b\"}.fa-bots:before{content:\"\\e340\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-hornbill:before{content:\"\\f592\"}.fa-js:before{content:\"\\f3b8\"}.fa-ideal:before{content:\"\\e013\"}.fa-git:before{content:\"\\f1d3\"}.fa-dev:before{content:\"\\f6cc\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-uber:before{content:\"\\f402\"}.fa-github:before{content:\"\\f09b\"}.fa-php:before{content:\"\\f457\"}.fa-alipay:before{content:\"\\f642\"}.fa-youtube:before{content:\"\\f167\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-suse:before{content:\"\\f7d6\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-twitter:before{content:\"\\f099\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-buffer:before{content:\"\\f837\"}.fa-npm:before{content:\"\\f3d4\"}.fa-yammer:before{content:\"\\f840\"}.fa-btc:before{content:\"\\f15a\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-stubber:before{content:\"\\e5c7\"}.fa-telegram-plane:before,.fa-telegram:before{content:\"\\f2c6\"}.fa-old-republic:before{content:\"\\f510\"}.fa-odysee:before{content:\"\\e5c6\"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-slack-hash:before,.fa-slack:before{content:\"\\f198\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-usb:before{content:\"\\f287\"}.fa-tumblr:before{content:\"\\f173\"}.fa-vaadin:before{content:\"\\f408\"}.fa-quora:before{content:\"\\f2c4\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-medium-m:before,.fa-medium:before{content:\"\\f23a\"}.fa-amilia:before{content:\"\\f36d\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-viacoin:before{content:\"\\f237\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-sitrox:before{content:\"\\e44a\"}.fa-discourse:before{content:\"\\f393\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-airbnb:before{content:\"\\f834\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-strava:before{content:\"\\f428\"}.fa-ember:before{content:\"\\f423\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-wodu:before{content:\"\\e088\"}.fa-google-pay:before{content:\"\\e079\"}.fa-intercom:before{content:\"\\f7af\"}.fa-zhihu:before{content:\"\\f63f\"}.fa-korvue:before{content:\"\\f42f\"}.fa-pix:before{content:\"\\e43a\"}.fa-steam-symbol:before{content:\"\\f3f6\"}:host,:root{--fa-font-regular:normal 400 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:\"Font Awesome 6 Free\";--fa-font-solid:normal 900 1em/1 \"Font Awesome 6 Free\"}@font-face{font-family:\"Font Awesome 6 Free\";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}.fa-solid,.fas{font-weight:900}@font-face{font-family:\"Font Awesome 5 Brands\";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"Font Awesome 5 Free\";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format(\"woff2\"),url(../webfonts/fa-solid-900.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format(\"woff2\"),url(../webfonts/fa-brands-400.ttf) format(\"truetype\")}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format(\"woff2\"),url(../webfonts/fa-regular-400.ttf) format(\"truetype\");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:\"FontAwesome\";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format(\"woff2\"),url(../webfonts/fa-v4compatibility.ttf) format(\"truetype\");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}"}],"authorContributionMap":{"KevinEyo1":9}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/glyphicons/css/bootstrap-glyphicons.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id\u003d76290a4e23bf2c3f61a4e17625be4627)"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" * Config saved to config.json and https://gist.github.com/76290a4e23bf2c3f61a4e17625be4627"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v3.3.7 (http://getbootstrap.com)"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2016 Twitter, Inc."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"@font-face{font-family:\u0027Glyphicons Halflings\u0027;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(\u0027../fonts/glyphicons-halflings-regular.eot?#iefix\u0027) format(\u0027embedded-opentype\u0027),url(../fonts/glyphicons-halflings-regular.woff2) format(\u0027woff2\u0027),url(../fonts/glyphicons-halflings-regular.woff) format(\u0027woff\u0027),url(../fonts/glyphicons-halflings-regular.ttf) format(\u0027truetype\u0027),url(\u0027../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular\u0027) format(\u0027svg\u0027)}.glyphicon{position:relative;top:1px;display:inline-block;font-family:\u0027Glyphicons Halflings\u0027;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:\"\\002a\"}.glyphicon-plus:before{content:\"\\002b\"}.glyphicon-euro:before,.glyphicon-eur:before{content:\"\\20ac\"}.glyphicon-minus:before{content:\"\\2212\"}.glyphicon-cloud:before{content:\"\\2601\"}.glyphicon-envelope:before{content:\"\\2709\"}.glyphicon-pencil:before{content:\"\\270f\"}.glyphicon-glass:before{content:\"\\e001\"}.glyphicon-music:before{content:\"\\e002\"}.glyphicon-search:before{content:\"\\e003\"}.glyphicon-heart:before{content:\"\\e005\"}.glyphicon-star:before{content:\"\\e006\"}.glyphicon-star-empty:before{content:\"\\e007\"}.glyphicon-user:before{content:\"\\e008\"}.glyphicon-film:before{content:\"\\e009\"}.glyphicon-th-large:before{content:\"\\e010\"}.glyphicon-th:before{content:\"\\e011\"}.glyphicon-th-list:before{content:\"\\e012\"}.glyphicon-ok:before{content:\"\\e013\"}.glyphicon-remove:before{content:\"\\e014\"}.glyphicon-zoom-in:before{content:\"\\e015\"}.glyphicon-zoom-out:before{content:\"\\e016\"}.glyphicon-off:before{content:\"\\e017\"}.glyphicon-signal:before{content:\"\\e018\"}.glyphicon-cog:before{content:\"\\e019\"}.glyphicon-trash:before{content:\"\\e020\"}.glyphicon-home:before{content:\"\\e021\"}.glyphicon-file:before{content:\"\\e022\"}.glyphicon-time:before{content:\"\\e023\"}.glyphicon-road:before{content:\"\\e024\"}.glyphicon-download-alt:before{content:\"\\e025\"}.glyphicon-download:before{content:\"\\e026\"}.glyphicon-upload:before{content:\"\\e027\"}.glyphicon-inbox:before{content:\"\\e028\"}.glyphicon-play-circle:before{content:\"\\e029\"}.glyphicon-repeat:before{content:\"\\e030\"}.glyphicon-refresh:before{content:\"\\e031\"}.glyphicon-list-alt:before{content:\"\\e032\"}.glyphicon-lock:before{content:\"\\e033\"}.glyphicon-flag:before{content:\"\\e034\"}.glyphicon-headphones:before{content:\"\\e035\"}.glyphicon-volume-off:before{content:\"\\e036\"}.glyphicon-volume-down:before{content:\"\\e037\"}.glyphicon-volume-up:before{content:\"\\e038\"}.glyphicon-qrcode:before{content:\"\\e039\"}.glyphicon-barcode:before{content:\"\\e040\"}.glyphicon-tag:before{content:\"\\e041\"}.glyphicon-tags:before{content:\"\\e042\"}.glyphicon-book:before{content:\"\\e043\"}.glyphicon-bookmark:before{content:\"\\e044\"}.glyphicon-print:before{content:\"\\e045\"}.glyphicon-camera:before{content:\"\\e046\"}.glyphicon-font:before{content:\"\\e047\"}.glyphicon-bold:before{content:\"\\e048\"}.glyphicon-italic:before{content:\"\\e049\"}.glyphicon-text-height:before{content:\"\\e050\"}.glyphicon-text-width:before{content:\"\\e051\"}.glyphicon-align-left:before{content:\"\\e052\"}.glyphicon-align-center:before{content:\"\\e053\"}.glyphicon-align-right:before{content:\"\\e054\"}.glyphicon-align-justify:before{content:\"\\e055\"}.glyphicon-list:before{content:\"\\e056\"}.glyphicon-indent-left:before{content:\"\\e057\"}.glyphicon-indent-right:before{content:\"\\e058\"}.glyphicon-facetime-video:before{content:\"\\e059\"}.glyphicon-picture:before{content:\"\\e060\"}.glyphicon-map-marker:before{content:\"\\e062\"}.glyphicon-adjust:before{content:\"\\e063\"}.glyphicon-tint:before{content:\"\\e064\"}.glyphicon-edit:before{content:\"\\e065\"}.glyphicon-share:before{content:\"\\e066\"}.glyphicon-check:before{content:\"\\e067\"}.glyphicon-move:before{content:\"\\e068\"}.glyphicon-step-backward:before{content:\"\\e069\"}.glyphicon-fast-backward:before{content:\"\\e070\"}.glyphicon-backward:before{content:\"\\e071\"}.glyphicon-play:before{content:\"\\e072\"}.glyphicon-pause:before{content:\"\\e073\"}.glyphicon-stop:before{content:\"\\e074\"}.glyphicon-forward:before{content:\"\\e075\"}.glyphicon-fast-forward:before{content:\"\\e076\"}.glyphicon-step-forward:before{content:\"\\e077\"}.glyphicon-eject:before{content:\"\\e078\"}.glyphicon-chevron-left:before{content:\"\\e079\"}.glyphicon-chevron-right:before{content:\"\\e080\"}.glyphicon-plus-sign:before{content:\"\\e081\"}.glyphicon-minus-sign:before{content:\"\\e082\"}.glyphicon-remove-sign:before{content:\"\\e083\"}.glyphicon-ok-sign:before{content:\"\\e084\"}.glyphicon-question-sign:before{content:\"\\e085\"}.glyphicon-info-sign:before{content:\"\\e086\"}.glyphicon-screenshot:before{content:\"\\e087\"}.glyphicon-remove-circle:before{content:\"\\e088\"}.glyphicon-ok-circle:before{content:\"\\e089\"}.glyphicon-ban-circle:before{content:\"\\e090\"}.glyphicon-arrow-left:before{content:\"\\e091\"}.glyphicon-arrow-right:before{content:\"\\e092\"}.glyphicon-arrow-up:before{content:\"\\e093\"}.glyphicon-arrow-down:before{content:\"\\e094\"}.glyphicon-share-alt:before{content:\"\\e095\"}.glyphicon-resize-full:before{content:\"\\e096\"}.glyphicon-resize-small:before{content:\"\\e097\"}.glyphicon-exclamation-sign:before{content:\"\\e101\"}.glyphicon-gift:before{content:\"\\e102\"}.glyphicon-leaf:before{content:\"\\e103\"}.glyphicon-fire:before{content:\"\\e104\"}.glyphicon-eye-open:before{content:\"\\e105\"}.glyphicon-eye-close:before{content:\"\\e106\"}.glyphicon-warning-sign:before{content:\"\\e107\"}.glyphicon-plane:before{content:\"\\e108\"}.glyphicon-calendar:before{content:\"\\e109\"}.glyphicon-random:before{content:\"\\e110\"}.glyphicon-comment:before{content:\"\\e111\"}.glyphicon-magnet:before{content:\"\\e112\"}.glyphicon-chevron-up:before{content:\"\\e113\"}.glyphicon-chevron-down:before{content:\"\\e114\"}.glyphicon-retweet:before{content:\"\\e115\"}.glyphicon-shopping-cart:before{content:\"\\e116\"}.glyphicon-folder-close:before{content:\"\\e117\"}.glyphicon-folder-open:before{content:\"\\e118\"}.glyphicon-resize-vertical:before{content:\"\\e119\"}.glyphicon-resize-horizontal:before{content:\"\\e120\"}.glyphicon-hdd:before{content:\"\\e121\"}.glyphicon-bullhorn:before{content:\"\\e122\"}.glyphicon-bell:before{content:\"\\e123\"}.glyphicon-certificate:before{content:\"\\e124\"}.glyphicon-thumbs-up:before{content:\"\\e125\"}.glyphicon-thumbs-down:before{content:\"\\e126\"}.glyphicon-hand-right:before{content:\"\\e127\"}.glyphicon-hand-left:before{content:\"\\e128\"}.glyphicon-hand-up:before{content:\"\\e129\"}.glyphicon-hand-down:before{content:\"\\e130\"}.glyphicon-circle-arrow-right:before{content:\"\\e131\"}.glyphicon-circle-arrow-left:before{content:\"\\e132\"}.glyphicon-circle-arrow-up:before{content:\"\\e133\"}.glyphicon-circle-arrow-down:before{content:\"\\e134\"}.glyphicon-globe:before{content:\"\\e135\"}.glyphicon-wrench:before{content:\"\\e136\"}.glyphicon-tasks:before{content:\"\\e137\"}.glyphicon-filter:before{content:\"\\e138\"}.glyphicon-briefcase:before{content:\"\\e139\"}.glyphicon-fullscreen:before{content:\"\\e140\"}.glyphicon-dashboard:before{content:\"\\e141\"}.glyphicon-paperclip:before{content:\"\\e142\"}.glyphicon-heart-empty:before{content:\"\\e143\"}.glyphicon-link:before{content:\"\\e144\"}.glyphicon-phone:before{content:\"\\e145\"}.glyphicon-pushpin:before{content:\"\\e146\"}.glyphicon-usd:before{content:\"\\e148\"}.glyphicon-gbp:before{content:\"\\e149\"}.glyphicon-sort:before{content:\"\\e150\"}.glyphicon-sort-by-alphabet:before{content:\"\\e151\"}.glyphicon-sort-by-alphabet-alt:before{content:\"\\e152\"}.glyphicon-sort-by-order:before{content:\"\\e153\"}.glyphicon-sort-by-order-alt:before{content:\"\\e154\"}.glyphicon-sort-by-attributes:before{content:\"\\e155\"}.glyphicon-sort-by-attributes-alt:before{content:\"\\e156\"}.glyphicon-unchecked:before{content:\"\\e157\"}.glyphicon-expand:before{content:\"\\e158\"}.glyphicon-collapse-down:before{content:\"\\e159\"}.glyphicon-collapse-up:before{content:\"\\e160\"}.glyphicon-log-in:before{content:\"\\e161\"}.glyphicon-flash:before{content:\"\\e162\"}.glyphicon-log-out:before{content:\"\\e163\"}.glyphicon-new-window:before{content:\"\\e164\"}.glyphicon-record:before{content:\"\\e165\"}.glyphicon-save:before{content:\"\\e166\"}.glyphicon-open:before{content:\"\\e167\"}.glyphicon-saved:before{content:\"\\e168\"}.glyphicon-import:before{content:\"\\e169\"}.glyphicon-export:before{content:\"\\e170\"}.glyphicon-send:before{content:\"\\e171\"}.glyphicon-floppy-disk:before{content:\"\\e172\"}.glyphicon-floppy-saved:before{content:\"\\e173\"}.glyphicon-floppy-remove:before{content:\"\\e174\"}.glyphicon-floppy-save:before{content:\"\\e175\"}.glyphicon-floppy-open:before{content:\"\\e176\"}.glyphicon-credit-card:before{content:\"\\e177\"}.glyphicon-transfer:before{content:\"\\e178\"}.glyphicon-cutlery:before{content:\"\\e179\"}.glyphicon-header:before{content:\"\\e180\"}.glyphicon-compressed:before{content:\"\\e181\"}.glyphicon-earphone:before{content:\"\\e182\"}.glyphicon-phone-alt:before{content:\"\\e183\"}.glyphicon-tower:before{content:\"\\e184\"}.glyphicon-stats:before{content:\"\\e185\"}.glyphicon-sd-video:before{content:\"\\e186\"}.glyphicon-hd-video:before{content:\"\\e187\"}.glyphicon-subtitles:before{content:\"\\e188\"}.glyphicon-sound-stereo:before{content:\"\\e189\"}.glyphicon-sound-dolby:before{content:\"\\e190\"}.glyphicon-sound-5-1:before{content:\"\\e191\"}.glyphicon-sound-6-1:before{content:\"\\e192\"}.glyphicon-sound-7-1:before{content:\"\\e193\"}.glyphicon-copyright-mark:before{content:\"\\e194\"}.glyphicon-registration-mark:before{content:\"\\e195\"}.glyphicon-cloud-download:before{content:\"\\e197\"}.glyphicon-cloud-upload:before{content:\"\\e198\"}.glyphicon-tree-conifer:before{content:\"\\e199\"}.glyphicon-tree-deciduous:before{content:\"\\e200\"}.glyphicon-cd:before{content:\"\\e201\"}.glyphicon-save-file:before{content:\"\\e202\"}.glyphicon-open-file:before{content:\"\\e203\"}.glyphicon-level-up:before{content:\"\\e204\"}.glyphicon-copy:before{content:\"\\e205\"}.glyphicon-paste:before{content:\"\\e206\"}.glyphicon-alert:before{content:\"\\e209\"}.glyphicon-equalizer:before{content:\"\\e210\"}.glyphicon-king:before{content:\"\\e211\"}.glyphicon-queen:before{content:\"\\e212\"}.glyphicon-pawn:before{content:\"\\e213\"}.glyphicon-bishop:before{content:\"\\e214\"}.glyphicon-knight:before{content:\"\\e215\"}.glyphicon-baby-formula:before{content:\"\\e216\"}.glyphicon-tent:before{content:\"\\26fa\"}.glyphicon-blackboard:before{content:\"\\e218\"}.glyphicon-bed:before{content:\"\\e219\"}.glyphicon-apple:before{content:\"\\f8ff\"}.glyphicon-erase:before{content:\"\\e221\"}.glyphicon-hourglass:before{content:\"\\231b\"}.glyphicon-lamp:before{content:\"\\e223\"}.glyphicon-duplicate:before{content:\"\\e224\"}.glyphicon-piggy-bank:before{content:\"\\e225\"}.glyphicon-scissors:before{content:\"\\e226\"}.glyphicon-bitcoin:before{content:\"\\e227\"}.glyphicon-btc:before{content:\"\\e227\"}.glyphicon-xbt:before{content:\"\\e227\"}.glyphicon-yen:before{content:\"\\00a5\"}.glyphicon-jpy:before{content:\"\\00a5\"}.glyphicon-ruble:before{content:\"\\20bd\"}.glyphicon-rub:before{content:\"\\20bd\"}.glyphicon-scale:before{content:\"\\e230\"}.glyphicon-ice-lolly:before{content:\"\\e231\"}.glyphicon-ice-lolly-tasted:before{content:\"\\e232\"}.glyphicon-education:before{content:\"\\e233\"}.glyphicon-option-horizontal:before{content:\"\\e234\"}.glyphicon-option-vertical:before{content:\"\\e235\"}.glyphicon-menu-hamburger:before{content:\"\\e236\"}.glyphicon-modal-window:before{content:\"\\e237\"}.glyphicon-oil:before{content:\"\\e238\"}.glyphicon-grain:before{content:\"\\e239\"}.glyphicon-sunglasses:before{content:\"\\e240\"}.glyphicon-text-size:before{content:\"\\e241\"}.glyphicon-text-color:before{content:\"\\e242\"}.glyphicon-text-background:before{content:\"\\e243\"}.glyphicon-object-align-top:before{content:\"\\e244\"}.glyphicon-object-align-bottom:before{content:\"\\e245\"}.glyphicon-object-align-horizontal:before{content:\"\\e246\"}.glyphicon-object-align-left:before{content:\"\\e247\"}.glyphicon-object-align-vertical:before{content:\"\\e248\"}.glyphicon-object-align-right:before{content:\"\\e249\"}.glyphicon-triangle-right:before{content:\"\\e250\"}.glyphicon-triangle-left:before{content:\"\\e251\"}.glyphicon-triangle-bottom:before{content:\"\\e252\"}.glyphicon-triangle-top:before{content:\"\\e253\"}.glyphicon-console:before{content:\"\\e254\"}.glyphicon-superscript:before{content:\"\\e255\"}.glyphicon-subscript:before{content:\"\\e256\"}.glyphicon-menu-left:before{content:\"\\e257\"}.glyphicon-menu-right:before{content:\"\\e258\"}.glyphicon-menu-down:before{content:\"\\e259\"}.glyphicon-menu-up:before{content:\"\\e260\"}"}],"authorContributionMap":{"KevinEyo1":17}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/bootstrap-utility.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Bootstrap v5.1.3 (https://getbootstrap.com/)"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003de():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(e):(t\u003d\"undefined\"!\u003dtypeof globalThis?globalThis:t||self).bootstrap\u003de()}(this,(function(){\"use strict\";const t\u003d\"transitionend\",e\u003dt\u003d\u003e{let e\u003dt.getAttribute(\"data-bs-target\");if(!e||\"#\"\u003d\u003d\u003de){let i\u003dt.getAttribute(\"href\");if(!i||!i.includes(\"#\")\u0026\u0026!i.startsWith(\".\"))return null;i.includes(\"#\")\u0026\u0026!i.startsWith(\"#\")\u0026\u0026(i\u003d`#${i.split(\"#\")[1]}`),e\u003di\u0026\u0026\"#\"!\u003d\u003di?i.trim():null}return e},i\u003dt\u003d\u003e{const i\u003de(t);return i\u0026\u0026document.querySelector(i)?i:null},n\u003dt\u003d\u003e{const i\u003de(t);return i?document.querySelector(i):null},s\u003de\u003d\u003e{e.dispatchEvent(new Event(t))},o\u003dt\u003d\u003e!(!t||\"object\"!\u003dtypeof t)\u0026\u0026(void 0!\u003d\u003dt.jquery\u0026\u0026(t\u003dt[0]),void 0!\u003d\u003dt.nodeType),r\u003dt\u003d\u003eo(t)?t.jquery?t[0]:t:\"string\"\u003d\u003dtypeof t\u0026\u0026t.length\u003e0?document.querySelector(t):null,a\u003d(t,e,i)\u003d\u003e{Object.keys(i).forEach((n\u003d\u003e{const s\u003di[n],r\u003de[n],a\u003dr\u0026\u0026o(r)?\"element\":null\u003d\u003d(l\u003dr)?`${l}`:{}.toString.call(l).match(/\\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(s).test(a))throw new TypeError(`${t.toUpperCase()}: Option \"${n}\" provided type \"${a}\" but expected type \"${s}\".`)}))},l\u003dt\u003d\u003e!(!o(t)||0\u003d\u003d\u003dt.getClientRects().length)\u0026\u0026\"visible\"\u003d\u003d\u003dgetComputedStyle(t).getPropertyValue(\"visibility\"),c\u003dt\u003d\u003e!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE||!!t.classList.contains(\"disabled\")||(void 0!\u003d\u003dt.disabled?t.disabled:t.hasAttribute(\"disabled\")\u0026\u0026\"false\"!\u003d\u003dt.getAttribute(\"disabled\")),h\u003dt\u003d\u003e{if(!document.documentElement.attachShadow)return null;if(\"function\"\u003d\u003dtypeof t.getRootNode){const e\u003dt.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?h(t.parentNode):null},d\u003d()\u003d\u003e{},u\u003dt\u003d\u003e{t.offsetHeight},f\u003d()\u003d\u003e{const{jQuery:t}\u003dwindow;return t\u0026\u0026!document.body.hasAttribute(\"data-bs-no-jquery\")?t:null},p\u003d[],m\u003d()\u003d\u003e\"rtl\"\u003d\u003d\u003ddocument.documentElement.dir,g\u003dt\u003d\u003e{var e;e\u003d()\u003d\u003e{const e\u003df();if(e){const i\u003dt.NAME,n\u003de.fn[i];e.fn[i]\u003dt.jQueryInterface,e.fn[i].Constructor\u003dt,e.fn[i].noConflict\u003d()\u003d\u003e(e.fn[i]\u003dn,t.jQueryInterface)}},\"loading\"\u003d\u003d\u003ddocument.readyState?(p.length||document.addEventListener(\"DOMContentLoaded\",(()\u003d\u003e{p.forEach((t\u003d\u003et()))})),p.push(e)):e()},_\u003dt\u003d\u003e{\"function\"\u003d\u003dtypeof t\u0026\u0026t()},b\u003d(e,i,n\u003d!0)\u003d\u003e{if(!n)return void _(e);const o\u003d(t\u003d\u003e{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}\u003dwindow.getComputedStyle(t);const n\u003dNumber.parseFloat(e),s\u003dNumber.parseFloat(i);return n||s?(e\u003de.split(\",\")[0],i\u003di.split(\",\")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0})(i)+5;let r\u003d!1;const a\u003d({target:n})\u003d\u003e{n\u003d\u003d\u003di\u0026\u0026(r\u003d!0,i.removeEventListener(t,a),_(e))};i.addEventListener(t,a),setTimeout((()\u003d\u003e{r||s(i)}),o)},v\u003d(t,e,i,n)\u003d\u003e{let s\u003dt.indexOf(e);if(-1\u003d\u003d\u003ds)return t[!i\u0026\u0026n?t.length-1:0];const o\u003dt.length;return s+\u003di?1:-1,n\u0026\u0026(s\u003d(s+o)%o),t[Math.max(0,Math.min(s,o-1))]},y\u003d/[^.]*(?\u003d\\..*)\\.|.*/,w\u003d/\\..*/,E\u003d/::\\d+$/,A\u003d{};let T\u003d1;const O\u003d{mouseenter:\"mouseover\",mouseleave:\"mouseout\"},C\u003d/^(mouseenter|mouseleave)/i,k\u003dnew Set([\"click\",\"dblclick\",\"mouseup\",\"mousedown\",\"contextmenu\",\"mousewheel\",\"DOMMouseScroll\",\"mouseover\",\"mouseout\",\"mousemove\",\"selectstart\",\"selectend\",\"keydown\",\"keypress\",\"keyup\",\"orientationchange\",\"touchstart\",\"touchmove\",\"touchend\",\"touchcancel\",\"pointerdown\",\"pointermove\",\"pointerup\",\"pointerleave\",\"pointercancel\",\"gesturestart\",\"gesturechange\",\"gestureend\",\"focus\",\"blur\",\"change\",\"reset\",\"select\",\"submit\",\"focusin\",\"focusout\",\"load\",\"unload\",\"beforeunload\",\"resize\",\"move\",\"DOMContentLoaded\",\"readystatechange\",\"error\",\"abort\",\"scroll\"]);function L(t,e){return e\u0026\u0026`${e}::${T++}`||t.uidEvent||T++}function x(t){const e\u003dL(t);return t.uidEvent\u003de,A[e]\u003dA[e]||{},A[e]}function D(t,e,i\u003dnull){const n\u003dObject.keys(t);for(let s\u003d0,o\u003dn.length;s\u003co;s++){const o\u003dt[n[s]];if(o.originalHandler\u003d\u003d\u003de\u0026\u0026o.delegationSelector\u003d\u003d\u003di)return o}return null}function S(t,e,i){const n\u003d\"string\"\u003d\u003dtypeof e,s\u003dn?i:e;let o\u003dP(t);return k.has(o)||(o\u003dt),[n,s,o]}function N(t,e,i,n,s){if(\"string\"!\u003dtypeof e||!t)return;if(i||(i\u003dn,n\u003dnull),C.test(e)){const t\u003dt\u003d\u003efunction(e){if(!e.relatedTarget||e.relatedTarget!\u003d\u003de.delegateTarget\u0026\u0026!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};n?n\u003dt(n):i\u003dt(i)}const[o,r,a]\u003dS(e,i,n),l\u003dx(t),c\u003dl[a]||(l[a]\u003d{}),h\u003dD(c,r,o?i:null);if(h)return void(h.oneOff\u003dh.oneOff\u0026\u0026s);const d\u003dL(r,e.replace(y,\"\")),u\u003do?function(t,e,i){return function n(s){const o\u003dt.querySelectorAll(e);for(let{target:r}\u003ds;r\u0026\u0026r!\u003d\u003dthis;r\u003dr.parentNode)for(let a\u003do.length;a--;)if(o[a]\u003d\u003d\u003dr)return s.delegateTarget\u003dr,n.oneOff\u0026\u0026j.off(t,s.type,e,i),i.apply(r,[s]);return null}}(t,i,n):function(t,e){return function i(n){return n.delegateTarget\u003dt,i.oneOff\u0026\u0026j.off(t,n.type,e),e.apply(t,[n])}}(t,i);u.delegationSelector\u003do?i:null,u.originalHandler\u003dr,u.oneOff\u003ds,u.uidEvent\u003dd,c[d]\u003du,t.addEventListener(a,u,o)}function I(t,e,i,n,s){const o\u003dD(e[i],n,s);o\u0026\u0026(t.removeEventListener(i,o,Boolean(s)),delete e[i][o.uidEvent])}function P(t){return t\u003dt.replace(w,\"\"),O[t]||t}const j\u003d{on(t,e,i,n){N(t,e,i,n,!1)},one(t,e,i,n){N(t,e,i,n,!0)},off(t,e,i,n){if(\"string\"!\u003dtypeof e||!t)return;const[s,o,r]\u003dS(e,i,n),a\u003dr!\u003d\u003de,l\u003dx(t),c\u003de.startsWith(\".\");if(void 0!\u003d\u003do){if(!l||!l[r])return;return void I(t,l,r,o,s?i:null)}c\u0026\u0026Object.keys(l).forEach((i\u003d\u003e{!function(t,e,i,n){const s\u003de[i]||{};Object.keys(s).forEach((o\u003d\u003e{if(o.includes(n)){const n\u003ds[o];I(t,e,i,n.originalHandler,n.delegationSelector)}}))}(t,l,i,e.slice(1))}));const h\u003dl[r]||{};Object.keys(h).forEach((i\u003d\u003e{const n\u003di.replace(E,\"\");if(!a||e.includes(n)){const e\u003dh[i];I(t,l,r,e.originalHandler,e.delegationSelector)}}))},trigger(t,e,i){if(\"string\"!\u003dtypeof e||!t)return null;const n\u003df(),s\u003dP(e),o\u003de!\u003d\u003ds,r\u003dk.has(s);let a,l\u003d!0,c\u003d!0,h\u003d!1,d\u003dnull;return o\u0026\u0026n\u0026\u0026(a\u003dn.Event(e,i),n(t).trigger(a),l\u003d!a.isPropagationStopped(),c\u003d!a.isImmediatePropagationStopped(),h\u003da.isDefaultPrevented()),r?(d\u003ddocument.createEvent(\"HTMLEvents\"),d.initEvent(s,l,!0)):d\u003dnew CustomEvent(e,{bubbles:l,cancelable:!0}),void 0!\u003d\u003di\u0026\u0026Object.keys(i).forEach((t\u003d\u003e{Object.defineProperty(d,t,{get:()\u003d\u003ei[t]})})),h\u0026\u0026d.preventDefault(),c\u0026\u0026t.dispatchEvent(d),d.defaultPrevented\u0026\u0026void 0!\u003d\u003da\u0026\u0026a.preventDefault(),d}},M\u003dnew Map,H\u003d{set(t,e,i){M.has(t)||M.set(t,new Map);const n\u003dM.get(t);n.has(e)||0\u003d\u003d\u003dn.size?n.set(e,i):console.error(`Bootstrap doesn\u0027t allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get:(t,e)\u003d\u003eM.has(t)\u0026\u0026M.get(t).get(e)||null,remove(t,e){if(!M.has(t))return;const i\u003dM.get(t);i.delete(e),0\u003d\u003d\u003di.size\u0026\u0026M.delete(t)}};class B{constructor(t){(t\u003dr(t))\u0026\u0026(this._element\u003dt,H.set(this._element,this.constructor.DATA_KEY,this))}dispose(){H.remove(this._element,this.constructor.DATA_KEY),j.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((t\u003d\u003e{this[t]\u003dnull}))}_queueCallback(t,e,i\u003d!0){b(t,e,i)}static getInstance(t){return H.get(r(t),this.DATA_KEY)}static getOrCreateInstance(t,e\u003d{}){return this.getInstance(t)||new this(t,\"object\"\u003d\u003dtypeof e?e:null)}static get VERSION(){return\"5.1.3\"}static get NAME(){throw new Error(\u0027You have to implement the static method \"NAME\", for each component!\u0027)}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}const R\u003d(t,e\u003d\"hide\")\u003d\u003e{const i\u003d`click.dismiss${t.EVENT_KEY}`,s\u003dt.NAME;j.on(document,i,`[data-bs-dismiss\u003d\"${s}\"]`,(function(i){if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026i.preventDefault(),c(this))return;const o\u003dn(this)||this.closest(`.${s}`);t.getOrCreateInstance(o)[e]()}))};class W extends B{static get NAME(){return\"alert\"}close(){if(j.trigger(this._element,\"close.bs.alert\").defaultPrevented)return;this._element.classList.remove(\"show\");const t\u003dthis._element.classList.contains(\"fade\");this._queueCallback((()\u003d\u003ethis._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),j.trigger(this._element,\"closed.bs.alert\"),this.dispose()}static jQueryInterface(t){return this.each((function(){const e\u003dW.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}R(W,\"close\"),g(W);const $\u003d\u0027[data-bs-toggle\u003d\"button\"]\u0027;class z extends B{static get NAME(){return\"button\"}toggle(){this._element.setAttribute(\"aria-pressed\",this._element.classList.toggle(\"active\"))}static jQueryInterface(t){return this.each((function(){const e\u003dz.getOrCreateInstance(this);\"toggle\"\u003d\u003d\u003dt\u0026\u0026e[t]()}))}}function q(t){return\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026(t\u003d\u003d\u003dNumber(t).toString()?Number(t):\"\"\u003d\u003d\u003dt||\"null\"\u003d\u003d\u003dt?null:t)}function F(t){return t.replace(/[A-Z]/g,(t\u003d\u003e`-${t.toLowerCase()}`))}j.on(document,\"click.bs.button.data-api\",$,(t\u003d\u003e{t.preventDefault();const e\u003dt.target.closest($);z.getOrCreateInstance(e).toggle()})),g(z);const U\u003d{setDataAttribute(t,e,i){t.setAttribute(`data-bs-${F(e)}`,i)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${F(e)}`)},getDataAttributes(t){if(!t)return{};const e\u003d{};return Object.keys(t.dataset).filter((t\u003d\u003et.startsWith(\"bs\"))).forEach((i\u003d\u003e{let n\u003di.replace(/^bs/,\"\");n\u003dn.charAt(0).toLowerCase()+n.slice(1,n.length),e[n]\u003dq(t.dataset[i])})),e},getDataAttribute:(t,e)\u003d\u003eq(t.getAttribute(`data-bs-${F(e)}`)),offset(t){const e\u003dt.getBoundingClientRect();return{top:e.top+window.pageYOffset,left:e.left+window.pageXOffset}},position:t\u003d\u003e({top:t.offsetTop,left:t.offsetLeft})},V\u003d{find:(t,e\u003ddocument.documentElement)\u003d\u003e[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e\u003ddocument.documentElement)\u003d\u003eElement.prototype.querySelector.call(e,t),children:(t,e)\u003d\u003e[].concat(...t.children).filter((t\u003d\u003et.matches(e))),parents(t,e){const i\u003d[];let n\u003dt.parentNode;for(;n\u0026\u0026n.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u00263!\u003d\u003dn.nodeType;)n.matches(e)\u0026\u0026i.push(n),n\u003dn.parentNode;return i},prev(t,e){let i\u003dt.previousElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.previousElementSibling}return[]},next(t,e){let i\u003dt.nextElementSibling;for(;i;){if(i.matches(e))return[i];i\u003di.nextElementSibling}return[]},focusableChildren(t){const e\u003d[\"a\",\"button\",\"input\",\"textarea\",\"select\",\"details\",\"[tabindex]\",\u0027[contenteditable\u003d\"true\"]\u0027].map((t\u003d\u003e`${t}:not([tabindex^\u003d\"-\"])`)).join(\", \");return this.find(e,t).filter((t\u003d\u003e!c(t)\u0026\u0026l(t)))}},K\u003d\"carousel\",X\u003d{interval:5e3,keyboard:!0,slide:!1,pause:\"hover\",wrap:!0,touch:!0},Y\u003d{interval:\"(number|boolean)\",keyboard:\"boolean\",slide:\"(boolean|string)\",pause:\"(string|boolean)\",wrap:\"boolean\",touch:\"boolean\"},Q\u003d\"next\",G\u003d\"prev\",Z\u003d\"left\",J\u003d\"right\",tt\u003d{ArrowLeft:J,ArrowRight:Z},et\u003d\"slid.bs.carousel\",it\u003d\"active\",nt\u003d\".active.carousel-item\";class st extends B{constructor(t,e){super(t),this._items\u003dnull,this._interval\u003dnull,this._activeElement\u003dnull,this._isPaused\u003d!1,this._isSliding\u003d!1,this.touchTimeout\u003dnull,this.touchStartX\u003d0,this.touchDeltaX\u003d0,this._config\u003dthis._getConfig(e),this._indicatorsElement\u003dV.findOne(\".carousel-indicators\",this._element),this._touchSupported\u003d\"ontouchstart\"in document.documentElement||navigator.maxTouchPoints\u003e0,this._pointerEvent\u003dBoolean(window.PointerEvent),this._addEventListeners()}static get Default(){return X}static get NAME(){return K}next(){this._slide(Q)}nextWhenVisible(){!document.hidden\u0026\u0026l(this._element)\u0026\u0026this.next()}prev(){this._slide(G)}pause(t){t||(this._isPaused\u003d!0),V.findOne(\".carousel-item-next, .carousel-item-prev\",this._element)\u0026\u0026(s(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval\u003dnull}cycle(t){t||(this._isPaused\u003d!1),this._interval\u0026\u0026(clearInterval(this._interval),this._interval\u003dnull),this._config\u0026\u0026this._config.interval\u0026\u0026!this._isPaused\u0026\u0026(this._updateInterval(),this._interval\u003dsetInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement\u003dV.findOne(nt,this._element);const e\u003dthis._getItemIndex(this._activeElement);if(t\u003ethis._items.length-1||t\u003c0)return;if(this._isSliding)return void j.one(this._element,et,(()\u003d\u003ethis.to(t)));if(e\u003d\u003d\u003dt)return this.pause(),void this.cycle();const i\u003dt\u003ee?Q:G;this._slide(i,this._items[t])}_getConfig(t){return t\u003d{...X,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(K,t,Y),t}_handleSwipe(){const t\u003dMath.abs(this.touchDeltaX);if(t\u003c\u003d40)return;const e\u003dt/this.touchDeltaX;this.touchDeltaX\u003d0,e\u0026\u0026this._slide(e\u003e0?J:Z)}_addEventListeners(){this._config.keyboard\u0026\u0026j.on(this._element,\"keydown.bs.carousel\",(t\u003d\u003ethis._keydown(t))),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(j.on(this._element,\"mouseenter.bs.carousel\",(t\u003d\u003ethis.pause(t))),j.on(this._element,\"mouseleave.bs.carousel\",(t\u003d\u003ethis.cycle(t)))),this._config.touch\u0026\u0026this._touchSupported\u0026\u0026this._addTouchEventListeners()}_addTouchEventListeners(){const t\u003dt\u003d\u003ethis._pointerEvent\u0026\u0026(\"pen\"\u003d\u003d\u003dt.pointerType||\"touch\"\u003d\u003d\u003dt.pointerType),e\u003de\u003d\u003e{t(e)?this.touchStartX\u003de.clientX:this._pointerEvent||(this.touchStartX\u003de.touches[0].clientX)},i\u003dt\u003d\u003e{this.touchDeltaX\u003dt.touches\u0026\u0026t.touches.length\u003e1?0:t.touches[0].clientX-this.touchStartX},n\u003de\u003d\u003e{t(e)\u0026\u0026(this.touchDeltaX\u003de.clientX-this.touchStartX),this._handleSwipe(),\"hover\"\u003d\u003d\u003dthis._config.pause\u0026\u0026(this.pause(),this.touchTimeout\u0026\u0026clearTimeout(this.touchTimeout),this.touchTimeout\u003dsetTimeout((t\u003d\u003ethis.cycle(t)),500+this._config.interval))};V.find(\".carousel-item img\",this._element).forEach((t\u003d\u003e{j.on(t,\"dragstart.bs.carousel\",(t\u003d\u003et.preventDefault()))})),this._pointerEvent?(j.on(this._element,\"pointerdown.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"pointerup.bs.carousel\",(t\u003d\u003en(t))),this._element.classList.add(\"pointer-event\")):(j.on(this._element,\"touchstart.bs.carousel\",(t\u003d\u003ee(t))),j.on(this._element,\"touchmove.bs.carousel\",(t\u003d\u003ei(t))),j.on(this._element,\"touchend.bs.carousel\",(t\u003d\u003en(t))))}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e\u003dtt[t.key];e\u0026\u0026(t.preventDefault(),this._slide(e))}_getItemIndex(t){return this._items\u003dt\u0026\u0026t.parentNode?V.find(\".carousel-item\",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,e){const i\u003dt\u003d\u003d\u003dQ;return v(this._items,e,i,this._config.wrap)}_triggerSlideEvent(t,e){const i\u003dthis._getItemIndex(t),n\u003dthis._getItemIndex(V.findOne(nt,this._element));return j.trigger(this._element,\"slide.bs.carousel\",{relatedTarget:t,direction:e,from:n,to:i})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const e\u003dV.findOne(\".active\",this._indicatorsElement);e.classList.remove(it),e.removeAttribute(\"aria-current\");const i\u003dV.find(\"[data-bs-target]\",this._indicatorsElement);for(let e\u003d0;e\u003ci.length;e++)if(Number.parseInt(i[e].getAttribute(\"data-bs-slide-to\"),10)\u003d\u003d\u003dthis._getItemIndex(t)){i[e].classList.add(it),i[e].setAttribute(\"aria-current\",\"true\");break}}}_updateInterval(){const t\u003dthis._activeElement||V.findOne(nt,this._element);if(!t)return;const e\u003dNumber.parseInt(t.getAttribute(\"data-bs-interval\"),10);e?(this._config.defaultInterval\u003dthis._config.defaultInterval||this._config.interval,this._config.interval\u003de):this._config.interval\u003dthis._config.defaultInterval||this._config.interval}_slide(t,e){const i\u003dthis._directionToOrder(t),n\u003dV.findOne(nt,this._element),s\u003dthis._getItemIndex(n),o\u003de||this._getItemByOrder(i,n),r\u003dthis._getItemIndex(o),a\u003dBoolean(this._interval),l\u003di\u003d\u003d\u003dQ,c\u003dl?\"carousel-item-start\":\"carousel-item-end\",h\u003dl?\"carousel-item-next\":\"carousel-item-prev\",d\u003dthis._orderToDirection(i);if(o\u0026\u0026o.classList.contains(it))return void(this._isSliding\u003d!1);if(this._isSliding)return;if(this._triggerSlideEvent(o,d).defaultPrevented)return;if(!n||!o)return;this._isSliding\u003d!0,a\u0026\u0026this.pause(),this._setActiveIndicatorElement(o),this._activeElement\u003do;const f\u003d()\u003d\u003e{j.trigger(this._element,et,{relatedTarget:o,direction:d,from:s,to:r})};if(this._element.classList.contains(\"slide\")){o.classList.add(h),u(o),n.classList.add(c),o.classList.add(c);const t\u003d()\u003d\u003e{o.classList.remove(c,h),o.classList.add(it),n.classList.remove(it,h,c),this._isSliding\u003d!1,setTimeout(f,0)};this._queueCallback(t,n,!0)}else n.classList.remove(it),o.classList.add(it),this._isSliding\u003d!1,f();a\u0026\u0026this.cycle()}_directionToOrder(t){return[J,Z].includes(t)?m()?t\u003d\u003d\u003dZ?G:Q:t\u003d\u003d\u003dZ?Q:G:t}_orderToDirection(t){return[Q,G].includes(t)?m()?t\u003d\u003d\u003dG?Z:J:t\u003d\u003d\u003dG?J:Z:t}static carouselInterface(t,e){const i\u003dst.getOrCreateInstance(t,e);let{_config:n}\u003di;\"object\"\u003d\u003dtypeof e\u0026\u0026(n\u003d{...n,...e});const s\u003d\"string\"\u003d\u003dtypeof e?e:n.slide;if(\"number\"\u003d\u003dtypeof e)i.to(e);else if(\"string\"\u003d\u003dtypeof s){if(void 0\u003d\u003d\u003di[s])throw new TypeError(`No method named \"${s}\"`);i[s]()}else n.interval\u0026\u0026n.ride\u0026\u0026(i.pause(),i.cycle())}static jQueryInterface(t){return this.each((function(){st.carouselInterface(this,t)}))}static dataApiClickHandler(t){const e\u003dn(this);if(!e||!e.classList.contains(\"carousel\"))return;const i\u003d{...U.getDataAttributes(e),...U.getDataAttributes(this)},s\u003dthis.getAttribute(\"data-bs-slide-to\");s\u0026\u0026(i.interval\u003d!1),st.carouselInterface(e,i),s\u0026\u0026st.getInstance(e).to(s),t.preventDefault()}}j.on(document,\"click.bs.carousel.data-api\",\"[data-bs-slide], [data-bs-slide-to]\",st.dataApiClickHandler),j.on(window,\"load.bs.carousel.data-api\",(()\u003d\u003e{const t\u003dV.find(\u0027[data-bs-ride\u003d\"carousel\"]\u0027);for(let e\u003d0,i\u003dt.length;e\u003ci;e++)st.carouselInterface(t[e],st.getInstance(t[e]))})),g(st);const ot\u003d\"collapse\",rt\u003d{toggle:!0,parent:null},at\u003d{toggle:\"boolean\",parent:\"(null|element)\"},lt\u003d\"show\",ct\u003d\"collapse\",ht\u003d\"collapsing\",dt\u003d\"collapsed\",ut\u003d\":scope .collapse .collapse\",ft\u003d\u0027[data-bs-toggle\u003d\"collapse\"]\u0027;class pt extends B{constructor(t,e){super(t),this._isTransitioning\u003d!1,this._config\u003dthis._getConfig(e),this._triggerArray\u003d[];const n\u003dV.find(ft);for(let t\u003d0,e\u003dn.length;t\u003ce;t++){const e\u003dn[t],s\u003di(e),o\u003dV.find(s).filter((t\u003d\u003et\u003d\u003d\u003dthis._element));null!\u003d\u003ds\u0026\u0026o.length\u0026\u0026(this._selector\u003ds,this._triggerArray.push(e))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle\u0026\u0026this.toggle()}static get Default(){return rt}static get NAME(){return ot}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t,e\u003d[];if(this._config.parent){const t\u003dV.find(ut,this._config.parent);e\u003dV.find(\".collapse.show, .collapse.collapsing\",this._config.parent).filter((e\u003d\u003e!t.includes(e)))}const i\u003dV.findOne(this._selector);if(e.length){const n\u003de.find((t\u003d\u003ei!\u003d\u003dt));if(t\u003dn?pt.getInstance(n):null,t\u0026\u0026t._isTransitioning)return}if(j.trigger(this._element,\"show.bs.collapse\").defaultPrevented)return;e.forEach((e\u003d\u003e{i!\u003d\u003de\u0026\u0026pt.getOrCreateInstance(e,{toggle:!1}).hide(),t||H.set(e,\"bs.collapse\",null)}));const n\u003dthis._getDimension();this._element.classList.remove(ct),this._element.classList.add(ht),this._element.style[n]\u003d0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning\u003d!0;const s\u003d`scroll${n[0].toUpperCase()+n.slice(1)}`;this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct,lt),this._element.style[n]\u003d\"\",j.trigger(this._element,\"shown.bs.collapse\")}),this._element,!0),this._element.style[n]\u003d`${this._element[s]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(j.trigger(this._element,\"hide.bs.collapse\").defaultPrevented)return;const t\u003dthis._getDimension();this._element.style[t]\u003d`${this._element.getBoundingClientRect()[t]}px`,u(this._element),this._element.classList.add(ht),this._element.classList.remove(ct,lt);const e\u003dthis._triggerArray.length;for(let t\u003d0;t\u003ce;t++){const e\u003dthis._triggerArray[t],i\u003dn(e);i\u0026\u0026!this._isShown(i)\u0026\u0026this._addAriaAndCollapsedClass([e],!1)}this._isTransitioning\u003d!0,this._element.style[t]\u003d\"\",this._queueCallback((()\u003d\u003e{this._isTransitioning\u003d!1,this._element.classList.remove(ht),this._element.classList.add(ct),j.trigger(this._element,\"hidden.bs.collapse\")}),this._element,!0)}_isShown(t\u003dthis._element){return t.classList.contains(lt)}_getConfig(t){return(t\u003d{...rt,...U.getDataAttributes(this._element),...t}).toggle\u003dBoolean(t.toggle),t.parent\u003dr(t.parent),a(ot,t,at),t}_getDimension(){return this._element.classList.contains(\"collapse-horizontal\")?\"width\":\"height\"}_initializeChildren(){if(!this._config.parent)return;const t\u003dV.find(ut,this._config.parent);V.find(ft,this._config.parent).filter((e\u003d\u003e!t.includes(e))).forEach((t\u003d\u003e{const e\u003dn(t);e\u0026\u0026this._addAriaAndCollapsedClass([t],this._isShown(e))}))}_addAriaAndCollapsedClass(t,e){t.length\u0026\u0026t.forEach((t\u003d\u003e{e?t.classList.remove(dt):t.classList.add(dt),t.setAttribute(\"aria-expanded\",e)}))}static jQueryInterface(t){return this.each((function(){const e\u003d{};\"string\"\u003d\u003dtypeof t\u0026\u0026/show|hide/.test(t)\u0026\u0026(e.toggle\u003d!1);const i\u003dpt.getOrCreateInstance(this,e);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t]()}}))}}j.on(document,\"click.bs.collapse.data-api\",ft,(function(t){(\"A\"\u003d\u003d\u003dt.target.tagName||t.delegateTarget\u0026\u0026\"A\"\u003d\u003d\u003dt.delegateTarget.tagName)\u0026\u0026t.preventDefault();const e\u003di(this);V.find(e).forEach((t\u003d\u003e{pt.getOrCreateInstance(t,{toggle:!1}).toggle()}))})),g(pt);var mt\u003d\"top\",gt\u003d\"bottom\",_t\u003d\"right\",bt\u003d\"left\",vt\u003d\"auto\",yt\u003d[mt,gt,_t,bt],wt\u003d\"start\",Et\u003d\"end\",At\u003d\"clippingParents\",Tt\u003d\"viewport\",Ot\u003d\"popper\",Ct\u003d\"reference\",kt\u003dyt.reduce((function(t,e){return t.concat([e+\"-\"+wt,e+\"-\"+Et])}),[]),Lt\u003d[].concat(yt,[vt]).reduce((function(t,e){return t.concat([e,e+\"-\"+wt,e+\"-\"+Et])}),[]),xt\u003d\"beforeRead\",Dt\u003d\"read\",St\u003d\"afterRead\",Nt\u003d\"beforeMain\",It\u003d\"main\",Pt\u003d\"afterMain\",jt\u003d\"beforeWrite\",Mt\u003d\"write\",Ht\u003d\"afterWrite\",Bt\u003d[xt,Dt,St,Nt,It,Pt,jt,Mt,Ht];function Rt(t){return t?(t.nodeName||\"\").toLowerCase():null}function Wt(t){if(null\u003d\u003dt)return window;if(\"[object Window]\"!\u003d\u003dt.toString()){var e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function $t(t){return t instanceof Wt(t).Element||t instanceof Element}function zt(t){return t instanceof Wt(t).HTMLElement||t instanceof HTMLElement}function qt(t){return\"undefined\"!\u003dtypeof ShadowRoot\u0026\u0026(t instanceof Wt(t).ShadowRoot||t instanceof ShadowRoot)}const Ft\u003d{name:\"applyStyles\",enabled:!0,phase:\"write\",fn:function(t){var e\u003dt.state;Object.keys(e.elements).forEach((function(t){var i\u003de.styles[t]||{},n\u003de.attributes[t]||{},s\u003de.elements[t];zt(s)\u0026\u0026Rt(s)\u0026\u0026(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e\u003dn[t];!1\u003d\u003d\u003de?s.removeAttribute(t):s.setAttribute(t,!0\u003d\u003d\u003de?\"\":e)})))}))},effect:function(t){var e\u003dt.state,i\u003d{popper:{position:e.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles\u003di,e.elements.arrow\u0026\u0026Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n\u003de.elements[t],s\u003de.attributes[t]||{},o\u003dObject.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]\u003d\"\",t}),{});zt(n)\u0026\u0026Rt(n)\u0026\u0026(Object.assign(n.style,o),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:[\"computeStyles\"]};function Ut(t){return t.split(\"-\")[0]}function Vt(t,e){var i\u003dt.getBoundingClientRect();return{width:i.width/1,height:i.height/1,top:i.top/1,right:i.right/1,bottom:i.bottom/1,left:i.left/1,x:i.left/1,y:i.top/1}}function Kt(t){var e\u003dVt(t),i\u003dt.offsetWidth,n\u003dt.offsetHeight;return Math.abs(e.width-i)\u003c\u003d1\u0026\u0026(i\u003de.width),Math.abs(e.height-n)\u003c\u003d1\u0026\u0026(n\u003de.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Xt(t,e){var i\u003de.getRootNode\u0026\u0026e.getRootNode();if(t.contains(e))return!0;if(i\u0026\u0026qt(i)){var n\u003de;do{if(n\u0026\u0026t.isSameNode(n))return!0;n\u003dn.parentNode||n.host}while(n)}return!1}function Yt(t){return Wt(t).getComputedStyle(t)}function Qt(t){return[\"table\",\"td\",\"th\"].indexOf(Rt(t))\u003e\u003d0}function Gt(t){return(($t(t)?t.ownerDocument:t.document)||window.document).documentElement}function Zt(t){return\"html\"\u003d\u003d\u003dRt(t)?t:t.assignedSlot||t.parentNode||(qt(t)?t.host:null)||Gt(t)}function Jt(t){return zt(t)\u0026\u0026\"fixed\"!\u003d\u003dYt(t).position?t.offsetParent:null}function te(t){for(var e\u003dWt(t),i\u003dJt(t);i\u0026\u0026Qt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position;)i\u003dJt(i);return i\u0026\u0026(\"html\"\u003d\u003d\u003dRt(i)||\"body\"\u003d\u003d\u003dRt(i)\u0026\u0026\"static\"\u003d\u003d\u003dYt(i).position)?e:i||function(t){var e\u003d-1!\u003d\u003dnavigator.userAgent.toLowerCase().indexOf(\"firefox\");if(-1!\u003d\u003dnavigator.userAgent.indexOf(\"Trident\")\u0026\u0026zt(t)\u0026\u0026\"fixed\"\u003d\u003d\u003dYt(t).position)return null;for(var i\u003dZt(t);zt(i)\u0026\u0026[\"html\",\"body\"].indexOf(Rt(i))\u003c0;){var n\u003dYt(i);if(\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||-1!\u003d\u003d[\"transform\",\"perspective\"].indexOf(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter)return i;i\u003di.parentNode}return null}(t)||e}function ee(t){return[\"top\",\"bottom\"].indexOf(t)\u003e\u003d0?\"x\":\"y\"}var ie\u003dMath.max,ne\u003dMath.min,se\u003dMath.round;function oe(t,e,i){return ie(t,ne(e,i))}function re(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function ae(t,e){return e.reduce((function(e,i){return e[i]\u003dt,e}),{})}const le\u003d{name:\"arrow\",enabled:!0,phase:\"main\",fn:function(t){var e,i\u003dt.state,n\u003dt.name,s\u003dt.options,o\u003di.elements.arrow,r\u003di.modifiersData.popperOffsets,a\u003dUt(i.placement),l\u003dee(a),c\u003d[bt,_t].indexOf(a)\u003e\u003d0?\"height\":\"width\";if(o\u0026\u0026r){var h\u003dfunction(t,e){return re(\"number\"!\u003dtypeof(t\u003d\"function\"\u003d\u003dtypeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:ae(t,yt))}(s.padding,i),d\u003dKt(o),u\u003d\"y\"\u003d\u003d\u003dl?mt:bt,f\u003d\"y\"\u003d\u003d\u003dl?gt:_t,p\u003di.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],m\u003dr[l]-i.rects.reference[l],g\u003dte(o),_\u003dg?\"y\"\u003d\u003d\u003dl?g.clientHeight||0:g.clientWidth||0:0,b\u003dp/2-m/2,v\u003dh[u],y\u003d_-d[c]-h[f],w\u003d_/2-d[c]/2+b,E\u003doe(v,w,y),A\u003dl;i.modifiersData[n]\u003d((e\u003d{})[A]\u003dE,e.centerOffset\u003dE-w,e)}},effect:function(t){var e\u003dt.state,i\u003dt.options.element,n\u003dvoid 0\u003d\u003d\u003di?\"[data-popper-arrow]\":i;null!\u003dn\u0026\u0026(\"string\"!\u003dtypeof n||(n\u003de.elements.popper.querySelector(n)))\u0026\u0026Xt(e.elements.popper,n)\u0026\u0026(e.elements.arrow\u003dn)},requires:[\"popperOffsets\"],requiresIfExists:[\"preventOverflow\"]};function ce(t){return t.split(\"-\")[1]}var he\u003d{top:\"auto\",right:\"auto\",bottom:\"auto\",left:\"auto\"};function de(t){var e,i\u003dt.popper,n\u003dt.popperRect,s\u003dt.placement,o\u003dt.variation,r\u003dt.offsets,a\u003dt.position,l\u003dt.gpuAcceleration,c\u003dt.adaptive,h\u003dt.roundOffsets,d\u003d!0\u003d\u003d\u003dh?function(t){var e\u003dt.x,i\u003dt.y,n\u003dwindow.devicePixelRatio||1;return{x:se(se(e*n)/n)||0,y:se(se(i*n)/n)||0}}(r):\"function\"\u003d\u003dtypeof h?h(r):r,u\u003dd.x,f\u003dvoid 0\u003d\u003d\u003du?0:u,p\u003dd.y,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dr.hasOwnProperty(\"x\"),_\u003dr.hasOwnProperty(\"y\"),b\u003dbt,v\u003dmt,y\u003dwindow;if(c){var w\u003dte(i),E\u003d\"clientHeight\",A\u003d\"clientWidth\";w\u003d\u003d\u003dWt(i)\u0026\u0026\"static\"!\u003d\u003dYt(w\u003dGt(i)).position\u0026\u0026\"absolute\"\u003d\u003d\u003da\u0026\u0026(E\u003d\"scrollHeight\",A\u003d\"scrollWidth\"),w\u003dw,s!\u003d\u003dmt\u0026\u0026(s!\u003d\u003dbt\u0026\u0026s!\u003d\u003d_t||o!\u003d\u003dEt)||(v\u003dgt,m-\u003dw[E]-n.height,m*\u003dl?1:-1),s!\u003d\u003dbt\u0026\u0026(s!\u003d\u003dmt\u0026\u0026s!\u003d\u003dgt||o!\u003d\u003dEt)||(b\u003d_t,f-\u003dw[A]-n.width,f*\u003dl?1:-1)}var T,O\u003dObject.assign({position:a},c\u0026\u0026he);return l?Object.assign({},O,((T\u003d{})[v]\u003d_?\"0\":\"\",T[b]\u003dg?\"0\":\"\",T.transform\u003d(y.devicePixelRatio||1)\u003c\u003d1?\"translate(\"+f+\"px, \"+m+\"px)\":\"translate3d(\"+f+\"px, \"+m+\"px, 0)\",T)):Object.assign({},O,((e\u003d{})[v]\u003d_?m+\"px\":\"\",e[b]\u003dg?f+\"px\":\"\",e.transform\u003d\"\",e))}const ue\u003d{name:\"computeStyles\",enabled:!0,phase:\"beforeWrite\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003di.gpuAcceleration,s\u003dvoid 0\u003d\u003d\u003dn||n,o\u003di.adaptive,r\u003dvoid 0\u003d\u003d\u003do||o,a\u003di.roundOffsets,l\u003dvoid 0\u003d\u003d\u003da||a,c\u003d{placement:Ut(e.placement),variation:ce(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s};null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.styles.popper\u003dObject.assign({},e.styles.popper,de(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!\u003de.modifiersData.arrow\u0026\u0026(e.styles.arrow\u003dObject.assign({},e.styles.arrow,de(Object.assign({},c,{offsets:e.modifiersData.arrow,position:\"absolute\",adaptive:!1,roundOffsets:l})))),e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-placement\":e.placement})},data:{}};var fe\u003d{passive:!0};const pe\u003d{name:\"eventListeners\",enabled:!0,phase:\"write\",fn:function(){},effect:function(t){var e\u003dt.state,i\u003dt.instance,n\u003dt.options,s\u003dn.scroll,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003dn.resize,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003dWt(e.elements.popper),c\u003d[].concat(e.scrollParents.reference,e.scrollParents.popper);return o\u0026\u0026c.forEach((function(t){t.addEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.addEventListener(\"resize\",i.update,fe),function(){o\u0026\u0026c.forEach((function(t){t.removeEventListener(\"scroll\",i.update,fe)})),a\u0026\u0026l.removeEventListener(\"resize\",i.update,fe)}},data:{}};var me\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function ge(t){return t.replace(/left|right|bottom|top/g,(function(t){return me[t]}))}var _e\u003d{start:\"end\",end:\"start\"};function be(t){return t.replace(/start|end/g,(function(t){return _e[t]}))}function ve(t){var e\u003dWt(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ye(t){return Vt(Gt(t)).left+ve(t).scrollLeft}function we(t){var e\u003dYt(t),i\u003de.overflow,n\u003de.overflowX,s\u003de.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function Ee(t){return[\"html\",\"body\",\"#document\"].indexOf(Rt(t))\u003e\u003d0?t.ownerDocument.body:zt(t)\u0026\u0026we(t)?t:Ee(Zt(t))}function Ae(t,e){var i;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);var n\u003dEe(t),s\u003dn\u003d\u003d\u003d(null\u003d\u003d(i\u003dt.ownerDocument)?void 0:i.body),o\u003dWt(n),r\u003ds?[o].concat(o.visualViewport||[],we(n)?n:[]):n,a\u003de.concat(r);return s?a:a.concat(Ae(Zt(r)))}function Te(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Oe(t,e){return e\u003d\u003d\u003dTt?Te(function(t){var e\u003dWt(t),i\u003dGt(t),n\u003de.visualViewport,s\u003di.clientWidth,o\u003di.clientHeight,r\u003d0,a\u003d0;return n\u0026\u0026(s\u003dn.width,o\u003dn.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(r\u003dn.offsetLeft,a\u003dn.offsetTop)),{width:s,height:o,x:r+ye(t),y:a}}(t)):zt(e)?function(t){var e\u003dVt(t);return e.top\u003de.top+t.clientTop,e.left\u003de.left+t.clientLeft,e.bottom\u003de.top+t.clientHeight,e.right\u003de.left+t.clientWidth,e.width\u003dt.clientWidth,e.height\u003dt.clientHeight,e.x\u003de.left,e.y\u003de.top,e}(e):Te(function(t){var e,i\u003dGt(t),n\u003dve(t),s\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,o\u003die(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),r\u003die(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),a\u003d-n.scrollLeft+ye(t),l\u003d-n.scrollTop;return\"rtl\"\u003d\u003d\u003dYt(s||i).direction\u0026\u0026(a+\u003die(i.clientWidth,s?s.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(Gt(t)))}function Ce(t){var e,i\u003dt.reference,n\u003dt.element,s\u003dt.placement,o\u003ds?Ut(s):null,r\u003ds?ce(s):null,a\u003di.x+i.width/2-n.width/2,l\u003di.y+i.height/2-n.height/2;switch(o){case mt:e\u003d{x:a,y:i.y-n.height};break;case gt:e\u003d{x:a,y:i.y+i.height};break;case _t:e\u003d{x:i.x+i.width,y:l};break;case bt:e\u003d{x:i.x-n.width,y:l};break;default:e\u003d{x:i.x,y:i.y}}var c\u003do?ee(o):null;if(null!\u003dc){var h\u003d\"y\"\u003d\u003d\u003dc?\"height\":\"width\";switch(r){case wt:e[c]\u003de[c]-(i[h]/2-n[h]/2);break;case Et:e[c]\u003de[c]+(i[h]/2-n[h]/2)}}return e}function ke(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003dvoid 0\u003d\u003d\u003dn?t.placement:n,o\u003di.boundary,r\u003dvoid 0\u003d\u003d\u003do?At:o,a\u003di.rootBoundary,l\u003dvoid 0\u003d\u003d\u003da?Tt:a,c\u003di.elementContext,h\u003dvoid 0\u003d\u003d\u003dc?Ot:c,d\u003di.altBoundary,u\u003dvoid 0!\u003d\u003dd\u0026\u0026d,f\u003di.padding,p\u003dvoid 0\u003d\u003d\u003df?0:f,m\u003dre(\"number\"!\u003dtypeof p?p:ae(p,yt)),g\u003dh\u003d\u003d\u003dOt?Ct:Ot,_\u003dt.rects.popper,b\u003dt.elements[u?g:h],v\u003dfunction(t,e,i){var n\u003d\"clippingParents\"\u003d\u003d\u003de?function(t){var e\u003dAe(Zt(t)),i\u003d[\"absolute\",\"fixed\"].indexOf(Yt(t).position)\u003e\u003d0\u0026\u0026zt(t)?te(t):t;return $t(i)?e.filter((function(t){return $t(t)\u0026\u0026Xt(t,i)\u0026\u0026\"body\"!\u003d\u003dRt(t)})):[]}(t):[].concat(e),s\u003d[].concat(n,[i]),o\u003ds[0],r\u003ds.reduce((function(e,i){var n\u003dOe(t,i);return e.top\u003die(n.top,e.top),e.right\u003dne(n.right,e.right),e.bottom\u003dne(n.bottom,e.bottom),e.left\u003die(n.left,e.left),e}),Oe(t,o));return r.width\u003dr.right-r.left,r.height\u003dr.bottom-r.top,r.x\u003dr.left,r.y\u003dr.top,r}($t(b)?b:b.contextElement||Gt(t.elements.popper),r,l),y\u003dVt(t.elements.reference),w\u003dCe({reference:y,element:_,strategy:\"absolute\",placement:s}),E\u003dTe(Object.assign({},_,w)),A\u003dh\u003d\u003d\u003dOt?E:y,T\u003d{top:v.top-A.top+m.top,bottom:A.bottom-v.bottom+m.bottom,left:v.left-A.left+m.left,right:A.right-v.right+m.right},O\u003dt.modifiersData.offset;if(h\u003d\u003d\u003dOt\u0026\u0026O){var C\u003dO[s];Object.keys(T).forEach((function(t){var e\u003d[_t,gt].indexOf(t)\u003e\u003d0?1:-1,i\u003d[mt,gt].indexOf(t)\u003e\u003d0?\"y\":\"x\";T[t]+\u003dC[i]*e}))}return T}function Le(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});var i\u003de,n\u003di.placement,s\u003di.boundary,o\u003di.rootBoundary,r\u003di.padding,a\u003di.flipVariations,l\u003di.allowedAutoPlacements,c\u003dvoid 0\u003d\u003d\u003dl?Lt:l,h\u003dce(n),d\u003dh?a?kt:kt.filter((function(t){return ce(t)\u003d\u003d\u003dh})):yt,u\u003dd.filter((function(t){return c.indexOf(t)\u003e\u003d0}));0\u003d\u003d\u003du.length\u0026\u0026(u\u003dd);var f\u003du.reduce((function(e,i){return e[i]\u003dke(t,{placement:i,boundary:s,rootBoundary:o,padding:r})[Ut(i)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}const xe\u003d{name:\"flip\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name;if(!e.modifiersData[n]._skip){for(var s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0\u003d\u003d\u003dr||r,l\u003di.fallbackPlacements,c\u003di.padding,h\u003di.boundary,d\u003di.rootBoundary,u\u003di.altBoundary,f\u003di.flipVariations,p\u003dvoid 0\u003d\u003d\u003df||f,m\u003di.allowedAutoPlacements,g\u003de.options.placement,_\u003dUt(g),b\u003dl||(_!\u003d\u003dg\u0026\u0026p?function(t){if(Ut(t)\u003d\u003d\u003dvt)return[];var e\u003dge(t);return[be(t),e,be(e)]}(g):[ge(g)]),v\u003d[g].concat(b).reduce((function(t,i){return t.concat(Ut(i)\u003d\u003d\u003dvt?Le(e,{placement:i,boundary:h,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:m}):i)}),[]),y\u003de.rects.reference,w\u003de.rects.popper,E\u003dnew Map,A\u003d!0,T\u003dv[0],O\u003d0;O\u003cv.length;O++){var C\u003dv[O],k\u003dUt(C),L\u003dce(C)\u003d\u003d\u003dwt,x\u003d[mt,gt].indexOf(k)\u003e\u003d0,D\u003dx?\"width\":\"height\",S\u003dke(e,{placement:C,boundary:h,rootBoundary:d,altBoundary:u,padding:c}),N\u003dx?L?_t:bt:L?gt:mt;y[D]\u003ew[D]\u0026\u0026(N\u003dge(N));var I\u003dge(N),P\u003d[];if(o\u0026\u0026P.push(S[k]\u003c\u003d0),a\u0026\u0026P.push(S[N]\u003c\u003d0,S[I]\u003c\u003d0),P.every((function(t){return t}))){T\u003dC,A\u003d!1;break}E.set(C,P)}if(A)for(var j\u003dfunction(t){var e\u003dv.find((function(e){var i\u003dE.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return T\u003de,\"break\"},M\u003dp?3:1;M\u003e0\u0026\u0026\"break\"!\u003d\u003dj(M);M--);e.placement!\u003d\u003dT\u0026\u0026(e.modifiersData[n]._skip\u003d!0,e.placement\u003dT,e.reset\u003d!0)}},requiresIfExists:[\"offset\"],data:{_skip:!1}};function De(t,e,i){return void 0\u003d\u003d\u003di\u0026\u0026(i\u003d{x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function Se(t){return[mt,_t,gt,bt].some((function(e){return t[e]\u003e\u003d0}))}const Ne\u003d{name:\"hide\",enabled:!0,phase:\"main\",requiresIfExists:[\"preventOverflow\"],fn:function(t){var e\u003dt.state,i\u003dt.name,n\u003de.rects.reference,s\u003de.rects.popper,o\u003de.modifiersData.preventOverflow,r\u003dke(e,{elementContext:\"reference\"}),a\u003dke(e,{altBoundary:!0}),l\u003dDe(r,n),c\u003dDe(a,s,o),h\u003dSe(l),d\u003dSe(c);e.modifiersData[i]\u003d{referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:h,hasPopperEscaped:d},e.attributes.popper\u003dObject.assign({},e.attributes.popper,{\"data-popper-reference-hidden\":h,\"data-popper-escaped\":d})}},Ie\u003d{name:\"offset\",enabled:!0,phase:\"main\",requires:[\"popperOffsets\"],fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.offset,o\u003dvoid 0\u003d\u003d\u003ds?[0,0]:s,r\u003dLt.reduce((function(t,i){return t[i]\u003dfunction(t,e,i){var n\u003dUt(t),s\u003d[bt,mt].indexOf(n)\u003e\u003d0?-1:1,o\u003d\"function\"\u003d\u003dtypeof i?i(Object.assign({},e,{placement:t})):i,r\u003do[0],a\u003do[1];return r\u003dr||0,a\u003d(a||0)*s,[bt,_t].indexOf(n)\u003e\u003d0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a\u003dr[e.placement],l\u003da.x,c\u003da.y;null!\u003de.modifiersData.popperOffsets\u0026\u0026(e.modifiersData.popperOffsets.x+\u003dl,e.modifiersData.popperOffsets.y+\u003dc),e.modifiersData[n]\u003dr}},Pe\u003d{name:\"popperOffsets\",enabled:!0,phase:\"read\",fn:function(t){var e\u003dt.state,i\u003dt.name;e.modifiersData[i]\u003dCe({reference:e.rects.reference,element:e.rects.popper,strategy:\"absolute\",placement:e.placement})},data:{}},je\u003d{name:\"preventOverflow\",enabled:!0,phase:\"main\",fn:function(t){var e\u003dt.state,i\u003dt.options,n\u003dt.name,s\u003di.mainAxis,o\u003dvoid 0\u003d\u003d\u003ds||s,r\u003di.altAxis,a\u003dvoid 0!\u003d\u003dr\u0026\u0026r,l\u003di.boundary,c\u003di.rootBoundary,h\u003di.altBoundary,d\u003di.padding,u\u003di.tether,f\u003dvoid 0\u003d\u003d\u003du||u,p\u003di.tetherOffset,m\u003dvoid 0\u003d\u003d\u003dp?0:p,g\u003dke(e,{boundary:l,rootBoundary:c,padding:d,altBoundary:h}),_\u003dUt(e.placement),b\u003dce(e.placement),v\u003d!b,y\u003dee(_),w\u003d\"x\"\u003d\u003d\u003dy?\"y\":\"x\",E\u003de.modifiersData.popperOffsets,A\u003de.rects.reference,T\u003de.rects.popper,O\u003d\"function\"\u003d\u003dtypeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,C\u003d{x:0,y:0};if(E){if(o||a){var k\u003d\"y\"\u003d\u003d\u003dy?mt:bt,L\u003d\"y\"\u003d\u003d\u003dy?gt:_t,x\u003d\"y\"\u003d\u003d\u003dy?\"height\":\"width\",D\u003dE[y],S\u003dE[y]+g[k],N\u003dE[y]-g[L],I\u003df?-T[x]/2:0,P\u003db\u003d\u003d\u003dwt?A[x]:T[x],j\u003db\u003d\u003d\u003dwt?-T[x]:-A[x],M\u003de.elements.arrow,H\u003df\u0026\u0026M?Kt(M):{width:0,height:0},B\u003de.modifiersData[\"arrow#persistent\"]?e.modifiersData[\"arrow#persistent\"].padding:{top:0,right:0,bottom:0,left:0},R\u003dB[k],W\u003dB[L],$\u003doe(0,A[x],H[x]),z\u003dv?A[x]/2-I-$-R-O:P-$-R-O,q\u003dv?-A[x]/2+I+$+W+O:j+$+W+O,F\u003de.elements.arrow\u0026\u0026te(e.elements.arrow),U\u003dF?\"y\"\u003d\u003d\u003dy?F.clientTop||0:F.clientLeft||0:0,V\u003de.modifiersData.offset?e.modifiersData.offset[e.placement][y]:0,K\u003dE[y]+z-V-U,X\u003dE[y]+q-V;if(o){var Y\u003doe(f?ne(S,K):S,D,f?ie(N,X):N);E[y]\u003dY,C[y]\u003dY-D}if(a){var Q\u003d\"x\"\u003d\u003d\u003dy?mt:bt,G\u003d\"x\"\u003d\u003d\u003dy?gt:_t,Z\u003dE[w],J\u003dZ+g[Q],tt\u003dZ-g[G],et\u003doe(f?ne(J,K):J,Z,f?ie(tt,X):tt);E[w]\u003det,C[w]\u003det-Z}}e.modifiersData[n]\u003dC}},requiresIfExists:[\"offset\"]};function Me(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003d!1);var n\u003dzt(e);zt(e)\u0026\u0026function(t){var e\u003dt.getBoundingClientRect();e.width,t.offsetWidth,e.height,t.offsetHeight}(e);var s,o,r\u003dGt(e),a\u003dVt(t),l\u003d{scrollLeft:0,scrollTop:0},c\u003d{x:0,y:0};return(n||!n\u0026\u0026!i)\u0026\u0026((\"body\"!\u003d\u003dRt(e)||we(r))\u0026\u0026(l\u003d(s\u003de)!\u003d\u003dWt(s)\u0026\u0026zt(s)?{scrollLeft:(o\u003ds).scrollLeft,scrollTop:o.scrollTop}:ve(s)),zt(e)?((c\u003dVt(e)).x+\u003de.clientLeft,c.y+\u003de.clientTop):r\u0026\u0026(c.x\u003dye(r))),{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function He(t){var e\u003dnew Map,i\u003dnew Set,n\u003d[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n\u003de.get(t);n\u0026\u0026s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var Be\u003d{placement:\"bottom\",modifiers:[],strategy:\"absolute\"};function Re(){for(var t\u003darguments.length,e\u003dnew Array(t),i\u003d0;i\u003ct;i++)e[i]\u003darguments[i];return!e.some((function(t){return!(t\u0026\u0026\"function\"\u003d\u003dtypeof t.getBoundingClientRect)}))}function We(t){void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{});var e\u003dt,i\u003de.defaultModifiers,n\u003dvoid 0\u003d\u003d\u003di?[]:i,s\u003de.defaultOptions,o\u003dvoid 0\u003d\u003d\u003ds?Be:s;return function(t,e,i){void 0\u003d\u003d\u003di\u0026\u0026(i\u003do);var s,r,a\u003d{placement:\"bottom\",orderedModifiers:[],options:Object.assign({},Be,o),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},l\u003d[],c\u003d!1,h\u003d{state:a,setOptions:function(i){var s\u003d\"function\"\u003d\u003dtypeof i?i(a.options):i;d(),a.options\u003dObject.assign({},o,a.options,s),a.scrollParents\u003d{reference:$t(t)?Ae(t):t.contextElement?Ae(t.contextElement):[],popper:Ae(e)};var r,c,u\u003dfunction(t){var e\u003dHe(t);return Bt.reduce((function(t,i){return t.concat(e.filter((function(t){return t.phase\u003d\u003d\u003di})))}),[])}((r\u003d[].concat(n,a.options.modifiers),c\u003dr.reduce((function(t,e){var i\u003dt[e.name];return t[e.name]\u003di?Object.assign({},i,e,{options:Object.assign({},i.options,e.options),data:Object.assign({},i.data,e.data)}):e,t}),{}),Object.keys(c).map((function(t){return c[t]}))));return a.orderedModifiers\u003du.filter((function(t){return t.enabled})),a.orderedModifiers.forEach((function(t){var e\u003dt.name,i\u003dt.options,n\u003dvoid 0\u003d\u003d\u003di?{}:i,s\u003dt.effect;if(\"function\"\u003d\u003dtypeof s){var o\u003ds({state:a,name:e,instance:h,options:n});l.push(o||function(){})}})),h.update()},forceUpdate:function(){if(!c){var t\u003da.elements,e\u003dt.reference,i\u003dt.popper;if(Re(e,i)){a.rects\u003d{reference:Me(e,te(i),\"fixed\"\u003d\u003d\u003da.options.strategy),popper:Kt(i)},a.reset\u003d!1,a.placement\u003da.options.placement,a.orderedModifiers.forEach((function(t){return a.modifiersData[t.name]\u003dObject.assign({},t.data)}));for(var n\u003d0;n\u003ca.orderedModifiers.length;n++)if(!0!\u003d\u003da.reset){var s\u003da.orderedModifiers[n],o\u003ds.fn,r\u003ds.options,l\u003dvoid 0\u003d\u003d\u003dr?{}:r,d\u003ds.name;\"function\"\u003d\u003dtypeof o\u0026\u0026(a\u003do({state:a,options:l,name:d,instance:h})||a)}else a.reset\u003d!1,n\u003d-1}}},update:(s\u003dfunction(){return new Promise((function(t){h.forceUpdate(),t(a)}))},function(){return r||(r\u003dnew Promise((function(t){Promise.resolve().then((function(){r\u003dvoid 0,t(s())}))}))),r}),destroy:function(){d(),c\u003d!0}};if(!Re(t,e))return h;function d(){l.forEach((function(t){return t()})),l\u003d[]}return h.setOptions(i).then((function(t){!c\u0026\u0026i.onFirstUpdate\u0026\u0026i.onFirstUpdate(t)})),h}}var $e\u003dWe(),ze\u003dWe({defaultModifiers:[pe,Pe,ue,Ft]}),qe\u003dWe({defaultModifiers:[pe,Pe,ue,Ft,Ie,xe,je,le,Ne]});const Fe\u003dObject.freeze({__proto__:null,popperGenerator:We,detectOverflow:ke,createPopperBase:$e,createPopper:qe,createPopperLite:ze,top:mt,bottom:gt,right:_t,left:bt,auto:vt,basePlacements:yt,start:wt,end:Et,clippingParents:At,viewport:Tt,popper:Ot,reference:Ct,variationPlacements:kt,placements:Lt,beforeRead:xt,read:Dt,afterRead:St,beforeMain:Nt,main:It,afterMain:Pt,beforeWrite:jt,write:Mt,afterWrite:Ht,modifierPhases:Bt,applyStyles:Ft,arrow:le,computeStyles:ue,eventListeners:pe,flip:xe,hide:Ne,offset:Ie,popperOffsets:Pe,preventOverflow:je}),Ue\u003d\"dropdown\",Ve\u003d\"Escape\",Ke\u003d\"Space\",Xe\u003d\"ArrowUp\",Ye\u003d\"ArrowDown\",Qe\u003dnew RegExp(\"ArrowUp|ArrowDown|Escape\"),Ge\u003d\"click.bs.dropdown.data-api\",Ze\u003d\"keydown.bs.dropdown.data-api\",Je\u003d\"show\",ti\u003d\u0027[data-bs-toggle\u003d\"dropdown\"]\u0027,ei\u003d\".dropdown-menu\",ii\u003dm()?\"top-end\":\"top-start\",ni\u003dm()?\"top-start\":\"top-end\",si\u003dm()?\"bottom-end\":\"bottom-start\",oi\u003dm()?\"bottom-start\":\"bottom-end\",ri\u003dm()?\"left-start\":\"right-start\",ai\u003dm()?\"right-start\":\"left-start\",li\u003d{offset:[0,2],boundary:\"clippingParents\",reference:\"toggle\",display:\"dynamic\",popperConfig:null,autoClose:!0},ci\u003d{offset:\"(array|string|function)\",boundary:\"(string|element)\",reference:\"(string|element|object)\",display:\"string\",popperConfig:\"(null|object|function)\",autoClose:\"(boolean|string)\"};class hi extends B{constructor(t,e){super(t),this._popper\u003dnull,this._config\u003dthis._getConfig(e),this._menu\u003dthis._getMenuElement(),this._inNavbar\u003dthis._detectNavbar()}static get Default(){return li}static get DefaultType(){return ci}static get NAME(){return Ue}toggle(){return this._isShown()?this.hide():this.show()}show(){if(c(this._element)||this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};if(j.trigger(this._element,\"show.bs.dropdown\",t).defaultPrevented)return;const e\u003dhi.getParentFromElement(this._element);this._inNavbar?U.setDataAttribute(this._menu,\"popper\",\"none\"):this._createPopper(e),\"ontouchstart\"in document.documentElement\u0026\u0026!e.closest(\".navbar-nav\")\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.on(t,\"mouseover\",d))),this._element.focus(),this._element.setAttribute(\"aria-expanded\",!0),this._menu.classList.add(Je),this._element.classList.add(Je),j.trigger(this._element,\"shown.bs.dropdown\",t)}hide(){if(c(this._element)||!this._isShown(this._menu))return;const t\u003d{relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper\u0026\u0026this._popper.destroy(),super.dispose()}update(){this._inNavbar\u003dthis._detectNavbar(),this._popper\u0026\u0026this._popper.update()}_completeHide(t){j.trigger(this._element,\"hide.bs.dropdown\",t).defaultPrevented||(\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._popper\u0026\u0026this._popper.destroy(),this._menu.classList.remove(Je),this._element.classList.remove(Je),this._element.setAttribute(\"aria-expanded\",\"false\"),U.removeDataAttribute(this._menu,\"popper\"),j.trigger(this._element,\"hidden.bs.dropdown\",t))}_getConfig(t){if(t\u003d{...this.constructor.Default,...U.getDataAttributes(this._element),...t},a(Ue,t,this.constructor.DefaultType),\"object\"\u003d\u003dtypeof t.reference\u0026\u0026!o(t.reference)\u0026\u0026\"function\"!\u003dtypeof t.reference.getBoundingClientRect)throw new TypeError(`${Ue.toUpperCase()}: Option \"reference\" provided type \"object\" without a required \"getBoundingClientRect\" method.`);return t}_createPopper(t){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s dropdowns require Popper (https://popper.js.org)\");let e\u003dthis._element;\"parent\"\u003d\u003d\u003dthis._config.reference?e\u003dt:o(this._config.reference)?e\u003dr(this._config.reference):\"object\"\u003d\u003dtypeof this._config.reference\u0026\u0026(e\u003dthis._config.reference);const i\u003dthis._getPopperConfig(),n\u003di.modifiers.find((t\u003d\u003e\"applyStyles\"\u003d\u003d\u003dt.name\u0026\u0026!1\u003d\u003d\u003dt.enabled));this._popper\u003dqe(e,this._menu,i),n\u0026\u0026U.setDataAttribute(this._menu,\"popper\",\"static\")}_isShown(t\u003dthis._element){return t.classList.contains(Je)}_getMenuElement(){return V.next(this._element,ei)[0]}_getPlacement(){const t\u003dthis._element.parentNode;if(t.classList.contains(\"dropend\"))return ri;if(t.classList.contains(\"dropstart\"))return ai;const e\u003d\"end\"\u003d\u003d\u003dgetComputedStyle(this._menu).getPropertyValue(\"--bs-position\").trim();return t.classList.contains(\"dropup\")?e?ni:ii:e?oi:si}_detectNavbar(){return null!\u003d\u003dthis._element.closest(\".navbar\")}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_getPopperConfig(){const t\u003d{placement:this._getPlacement(),modifiers:[{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"offset\",options:{offset:this._getOffset()}}]};return\"static\"\u003d\u003d\u003dthis._config.display\u0026\u0026(t.modifiers\u003d[{name:\"applyStyles\",enabled:!1}]),{...t,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:e}){const i\u003dV.find(\".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)\",this._menu).filter(l);i.length\u0026\u0026v(i,e,t\u003d\u003d\u003dYe,!i.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e\u003dhi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}static clearMenus(t){if(t\u0026\u0026(2\u003d\u003d\u003dt.button||\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"!\u003d\u003dt.key))return;const e\u003dV.find(ti);for(let i\u003d0,n\u003de.length;i\u003cn;i++){const n\u003dhi.getInstance(e[i]);if(!n||!1\u003d\u003d\u003dn._config.autoClose)continue;if(!n._isShown())continue;const s\u003d{relatedTarget:n._element};if(t){const e\u003dt.composedPath(),i\u003de.includes(n._menu);if(e.includes(n._element)||\"inside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026!i||\"outside\"\u003d\u003d\u003dn._config.autoClose\u0026\u0026i)continue;if(n._menu.contains(t.target)\u0026\u0026(\"keyup\"\u003d\u003d\u003dt.type\u0026\u0026\"Tab\"\u003d\u003d\u003dt.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;\"click\"\u003d\u003d\u003dt.type\u0026\u0026(s.clickEvent\u003dt)}n._completeHide(s)}}static getParentFromElement(t){return n(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?t.key\u003d\u003d\u003dKe||t.key!\u003d\u003dVe\u0026\u0026(t.key!\u003d\u003dYe\u0026\u0026t.key!\u003d\u003dXe||t.target.closest(ei)):!Qe.test(t.key))return;const e\u003dthis.classList.contains(Je);if(!e\u0026\u0026t.key\u003d\u003d\u003dVe)return;if(t.preventDefault(),t.stopPropagation(),c(this))return;const i\u003dthis.matches(ti)?this:V.prev(this,ti)[0],n\u003dhi.getOrCreateInstance(i);if(t.key!\u003d\u003dVe)return t.key\u003d\u003d\u003dXe||t.key\u003d\u003d\u003dYe?(e||n.show(),void n._selectMenuItem(t)):void(e\u0026\u0026t.key!\u003d\u003dKe||hi.clearMenus());n.hide()}}j.on(document,Ze,ti,hi.dataApiKeydownHandler),j.on(document,Ze,ei,hi.dataApiKeydownHandler),j.on(document,Ge,hi.clearMenus),j.on(document,\"keyup.bs.dropdown.data-api\",hi.clearMenus),j.on(document,Ge,ti,(function(t){t.preventDefault(),hi.getOrCreateInstance(this).toggle()})),g(hi);const di\u003d\".fixed-top, .fixed-bottom, .is-fixed, .sticky-top\",ui\u003d\".sticky-top\";class fi{constructor(){this._element\u003ddocument.body}getWidth(){const t\u003ddocument.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t\u003dthis.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(di,\"paddingRight\",(e\u003d\u003ee+t)),this._setElementAttributes(ui,\"marginRight\",(e\u003d\u003ee-t))}_disableOverFlow(){this._saveInitialAttribute(this._element,\"overflow\"),this._element.style.overflow\u003d\"hidden\"}_setElementAttributes(t,e,i){const n\u003dthis.getWidth();this._applyManipulationCallback(t,(t\u003d\u003e{if(t!\u003d\u003dthis._element\u0026\u0026window.innerWidth\u003et.clientWidth+n)return;this._saveInitialAttribute(t,e);const s\u003dwindow.getComputedStyle(t)[e];t.style[e]\u003d`${i(Number.parseFloat(s))}px`}))}reset(){this._resetElementAttributes(this._element,\"overflow\"),this._resetElementAttributes(this._element,\"paddingRight\"),this._resetElementAttributes(di,\"paddingRight\"),this._resetElementAttributes(ui,\"marginRight\")}_saveInitialAttribute(t,e){const i\u003dt.style[e];i\u0026\u0026U.setDataAttribute(t,e,i)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t\u003d\u003e{const i\u003dU.getDataAttribute(t,e);void 0\u003d\u003d\u003di?t.style.removeProperty(e):(U.removeDataAttribute(t,e),t.style[e]\u003di)}))}_applyManipulationCallback(t,e){o(t)?e(t):V.find(t,this._element).forEach(e)}isOverflowing(){return this.getWidth()\u003e0}}const pi\u003d{className:\"modal-backdrop\",isVisible:!0,isAnimated:!1,rootElement:\"body\",clickCallback:null},mi\u003d{className:\"string\",isVisible:\"boolean\",isAnimated:\"boolean\",rootElement:\"(element|string)\",clickCallback:\"(function|null)\"},gi\u003d\"show\",_i\u003d\"mousedown.bs.backdrop\";class bi{constructor(t){this._config\u003dthis._getConfig(t),this._isAppended\u003d!1,this._element\u003dnull}show(t){this._config.isVisible?(this._append(),this._config.isAnimated\u0026\u0026u(this._getElement()),this._getElement().classList.add(gi),this._emulateAnimation((()\u003d\u003e{_(t)}))):_(t)}hide(t){this._config.isVisible?(this._getElement().classList.remove(gi),this._emulateAnimation((()\u003d\u003e{this.dispose(),_(t)}))):_(t)}_getElement(){if(!this._element){const t\u003ddocument.createElement(\"div\");t.className\u003dthis._config.className,this._config.isAnimated\u0026\u0026t.classList.add(\"fade\"),this._element\u003dt}return this._element}_getConfig(t){return(t\u003d{...pi,...\"object\"\u003d\u003dtypeof t?t:{}}).rootElement\u003dr(t.rootElement),a(\"backdrop\",t,mi),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),j.on(this._getElement(),_i,(()\u003d\u003e{_(this._config.clickCallback)})),this._isAppended\u003d!0)}dispose(){this._isAppended\u0026\u0026(j.off(this._element,_i),this._element.remove(),this._isAppended\u003d!1)}_emulateAnimation(t){b(t,this._getElement(),this._config.isAnimated)}}const vi\u003d{trapElement:null,autofocus:!0},yi\u003d{trapElement:\"element\",autofocus:\"boolean\"},wi\u003d\".bs.focustrap\",Ei\u003d\"backward\";class Ai{constructor(t){this._config\u003dthis._getConfig(t),this._isActive\u003d!1,this._lastTabNavDirection\u003dnull}activate(){const{trapElement:t,autofocus:e}\u003dthis._config;this._isActive||(e\u0026\u0026t.focus(),j.off(document,wi),j.on(document,\"focusin.bs.focustrap\",(t\u003d\u003ethis._handleFocusin(t))),j.on(document,\"keydown.tab.bs.focustrap\",(t\u003d\u003ethis._handleKeydown(t))),this._isActive\u003d!0)}deactivate(){this._isActive\u0026\u0026(this._isActive\u003d!1,j.off(document,wi))}_handleFocusin(t){const{target:e}\u003dt,{trapElement:i}\u003dthis._config;if(e\u003d\u003d\u003ddocument||e\u003d\u003d\u003di||i.contains(e))return;const n\u003dV.focusableChildren(i);0\u003d\u003d\u003dn.length?i.focus():this._lastTabNavDirection\u003d\u003d\u003dEi?n[n.length-1].focus():n[0].focus()}_handleKeydown(t){\"Tab\"\u003d\u003d\u003dt.key\u0026\u0026(this._lastTabNavDirection\u003dt.shiftKey?Ei:\"forward\")}_getConfig(t){return t\u003d{...vi,...\"object\"\u003d\u003dtypeof t?t:{}},a(\"focustrap\",t,yi),t}}const Ti\u003d\"modal\",Oi\u003d\"Escape\",Ci\u003d{backdrop:!0,keyboard:!0,focus:!0},ki\u003d{backdrop:\"(boolean|string)\",keyboard:\"boolean\",focus:\"boolean\"},Li\u003d\"hidden.bs.modal\",xi\u003d\"show.bs.modal\",Di\u003d\"resize.bs.modal\",Si\u003d\"click.dismiss.bs.modal\",Ni\u003d\"keydown.dismiss.bs.modal\",Ii\u003d\"mousedown.dismiss.bs.modal\",Pi\u003d\"modal-open\",ji\u003d\"show\",Mi\u003d\"modal-static\";class Hi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._dialog\u003dV.findOne(\".modal-dialog\",this._element),this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._isShown\u003d!1,this._ignoreBackdropClick\u003d!1,this._isTransitioning\u003d!1,this._scrollBar\u003dnew fi}static get Default(){return Ci}static get NAME(){return Ti}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||j.trigger(this._element,xi,{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._isAnimated()\u0026\u0026(this._isTransitioning\u003d!0),this._scrollBar.hide(),document.body.classList.add(Pi),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),j.on(this._dialog,Ii,(()\u003d\u003e{j.one(this._element,\"mouseup.dismiss.bs.modal\",(t\u003d\u003e{t.target\u003d\u003d\u003dthis._element\u0026\u0026(this._ignoreBackdropClick\u003d!0)}))})),this._showBackdrop((()\u003d\u003ethis._showElement(t))))}hide(){if(!this._isShown||this._isTransitioning)return;if(j.trigger(this._element,\"hide.bs.modal\").defaultPrevented)return;this._isShown\u003d!1;const t\u003dthis._isAnimated();t\u0026\u0026(this._isTransitioning\u003d!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove(ji),j.off(this._element,Si),j.off(this._dialog,Ii),this._queueCallback((()\u003d\u003ethis._hideModal()),this._element,t)}dispose(){[window,this._dialog].forEach((t\u003d\u003ej.off(t,\".bs.modal\"))),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new bi({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_getConfig(t){return t\u003d{...Ci,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Ti,t,ki),t}_showElement(t){const e\u003dthis._isAnimated(),i\u003dV.findOne(\".modal-body\",this._dialog);this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE||document.body.append(this._element),this._element.style.display\u003d\"block\",this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.scrollTop\u003d0,i\u0026\u0026(i.scrollTop\u003d0),e\u0026\u0026u(this._element),this._element.classList.add(ji),this._queueCallback((()\u003d\u003e{this._config.focus\u0026\u0026this._focustrap.activate(),this._isTransitioning\u003d!1,j.trigger(this._element,\"shown.bs.modal\",{relatedTarget:t})}),this._dialog,e)}_setEscapeEvent(){this._isShown?j.on(this._element,Ni,(t\u003d\u003e{this._config.keyboard\u0026\u0026t.key\u003d\u003d\u003dOi?(t.preventDefault(),this.hide()):this._config.keyboard||t.key!\u003d\u003dOi||this._triggerBackdropTransition()})):j.off(this._element,Ni)}_setResizeEvent(){this._isShown?j.on(window,Di,(()\u003d\u003ethis._adjustDialog())):j.off(window,Di)}_hideModal(){this._element.style.display\u003d\"none\",this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._isTransitioning\u003d!1,this._backdrop.hide((()\u003d\u003e{document.body.classList.remove(Pi),this._resetAdjustments(),this._scrollBar.reset(),j.trigger(this._element,Li)}))}_showBackdrop(t){j.on(this._element,Si,(t\u003d\u003e{this._ignoreBackdropClick?this._ignoreBackdropClick\u003d!1:t.target\u003d\u003d\u003dt.currentTarget\u0026\u0026(!0\u003d\u003d\u003dthis._config.backdrop?this.hide():\"static\"\u003d\u003d\u003dthis._config.backdrop\u0026\u0026this._triggerBackdropTransition())})),this._backdrop.show(t)}_isAnimated(){return this._element.classList.contains(\"fade\")}_triggerBackdropTransition(){if(j.trigger(this._element,\"hidePrevented.bs.modal\").defaultPrevented)return;const{classList:t,scrollHeight:e,style:i}\u003dthis._element,n\u003de\u003edocument.documentElement.clientHeight;!n\u0026\u0026\"hidden\"\u003d\u003d\u003di.overflowY||t.contains(Mi)||(n||(i.overflowY\u003d\"hidden\"),t.add(Mi),this._queueCallback((()\u003d\u003e{t.remove(Mi),n||this._queueCallback((()\u003d\u003e{i.overflowY\u003d\"\"}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t\u003dthis._element.scrollHeight\u003edocument.documentElement.clientHeight,e\u003dthis._scrollBar.getWidth(),i\u003de\u003e0;(!i\u0026\u0026t\u0026\u0026!m()||i\u0026\u0026!t\u0026\u0026m())\u0026\u0026(this._element.style.paddingLeft\u003d`${e}px`),(i\u0026\u0026!t\u0026\u0026!m()||!i\u0026\u0026t\u0026\u0026m())\u0026\u0026(this._element.style.paddingRight\u003d`${e}px`)}_resetAdjustments(){this._element.style.paddingLeft\u003d\"\",this._element.style.paddingRight\u003d\"\"}static jQueryInterface(t,e){return this.each((function(){const i\u003dHi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003di[t])throw new TypeError(`No method named \"${t}\"`);i[t](e)}}))}}j.on(document,\"click.bs.modal.data-api\",\u0027[data-bs-toggle\u003d\"modal\"]\u0027,(function(t){const e\u003dn(this);[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),j.one(e,xi,(t\u003d\u003e{t.defaultPrevented||j.one(e,Li,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}))}));const i\u003dV.findOne(\".modal.show\");i\u0026\u0026Hi.getInstance(i).hide(),Hi.getOrCreateInstance(e).toggle(this)})),R(Hi),g(Hi);const Bi\u003d\"offcanvas\",Ri\u003d{backdrop:!0,keyboard:!0,scroll:!1},Wi\u003d{backdrop:\"boolean\",keyboard:\"boolean\",scroll:\"boolean\"},$i\u003d\"show\",zi\u003d\".offcanvas.show\",qi\u003d\"hidden.bs.offcanvas\";class Fi extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._isShown\u003d!1,this._backdrop\u003dthis._initializeBackDrop(),this._focustrap\u003dthis._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return Bi}static get Default(){return Ri}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||j.trigger(this._element,\"show.bs.offcanvas\",{relatedTarget:t}).defaultPrevented||(this._isShown\u003d!0,this._element.style.visibility\u003d\"visible\",this._backdrop.show(),this._config.scroll||(new fi).hide(),this._element.removeAttribute(\"aria-hidden\"),this._element.setAttribute(\"aria-modal\",!0),this._element.setAttribute(\"role\",\"dialog\"),this._element.classList.add($i),this._queueCallback((()\u003d\u003e{this._config.scroll||this._focustrap.activate(),j.trigger(this._element,\"shown.bs.offcanvas\",{relatedTarget:t})}),this._element,!0))}hide(){this._isShown\u0026\u0026(j.trigger(this._element,\"hide.bs.offcanvas\").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown\u003d!1,this._element.classList.remove($i),this._backdrop.hide(),this._queueCallback((()\u003d\u003e{this._element.setAttribute(\"aria-hidden\",!0),this._element.removeAttribute(\"aria-modal\"),this._element.removeAttribute(\"role\"),this._element.style.visibility\u003d\"hidden\",this._config.scroll||(new fi).reset(),j.trigger(this._element,qi)}),this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_getConfig(t){return t\u003d{...Ri,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t?t:{}},a(Bi,t,Wi),t}_initializeBackDrop(){return new bi({className:\"offcanvas-backdrop\",isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()\u003d\u003ethis.hide()})}_initializeFocusTrap(){return new Ai({trapElement:this._element})}_addEventListeners(){j.on(this._element,\"keydown.dismiss.bs.offcanvas\",(t\u003d\u003e{this._config.keyboard\u0026\u0026\"Escape\"\u003d\u003d\u003dt.key\u0026\u0026this.hide()}))}static jQueryInterface(t){return this.each((function(){const e\u003dFi.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t]||t.startsWith(\"_\")||\"constructor\"\u003d\u003d\u003dt)throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}j.on(document,\"click.bs.offcanvas.data-api\",\u0027[data-bs-toggle\u003d\"offcanvas\"]\u0027,(function(t){const e\u003dn(this);if([\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this))return;j.one(e,qi,(()\u003d\u003e{l(this)\u0026\u0026this.focus()}));const i\u003dV.findOne(zi);i\u0026\u0026i!\u003d\u003de\u0026\u0026Fi.getInstance(i).hide(),Fi.getOrCreateInstance(e).toggle(this)})),j.on(window,\"load.bs.offcanvas.data-api\",(()\u003d\u003eV.find(zi).forEach((t\u003d\u003eFi.getOrCreateInstance(t).show())))),R(Fi),g(Fi);const Ui\u003dnew Set([\"background\",\"cite\",\"href\",\"itemtype\",\"longdesc\",\"poster\",\"src\",\"xlink:href\"]),Vi\u003d/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#\u0026/:?]*(?:[#/?]|$))/i,Ki\u003d/^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[\\d+/a-z]+\u003d*$/i,Xi\u003d(t,e)\u003d\u003e{const i\u003dt.nodeName.toLowerCase();if(e.includes(i))return!Ui.has(i)||Boolean(Vi.test(t.nodeValue)||Ki.test(t.nodeValue));const n\u003de.filter((t\u003d\u003et instanceof RegExp));for(let t\u003d0,e\u003dn.length;t\u003ce;t++)if(n[t].test(i))return!0;return!1};function Yi(t,e,i){if(!t.length)return t;if(i\u0026\u0026\"function\"\u003d\u003dtypeof i)return i(t);const n\u003d(new window.DOMParser).parseFromString(t,\"text/html\"),s\u003d[].concat(...n.body.querySelectorAll(\"*\"));for(let t\u003d0,i\u003ds.length;t\u003ci;t++){const i\u003ds[t],n\u003di.nodeName.toLowerCase();if(!Object.keys(e).includes(n)){i.remove();continue}const o\u003d[].concat(...i.attributes),r\u003d[].concat(e[\"*\"]||[],e[n]||[]);o.forEach((t\u003d\u003e{Xi(t,r)||i.removeAttribute(t.nodeName)}))}return n.body.innerHTML}const Qi\u003d\"tooltip\",Gi\u003dnew Set([\"sanitize\",\"allowList\",\"sanitizeFn\"]),Zi\u003d{animation:\"boolean\",template:\"string\",title:\"(string|element|function)\",trigger:\"string\",delay:\"(number|object)\",html:\"boolean\",selector:\"(string|boolean)\",placement:\"(string|function)\",offset:\"(array|string|function)\",container:\"(string|element|boolean)\",fallbackPlacements:\"array\",boundary:\"(string|element)\",customClass:\"(string|function)\",sanitize:\"boolean\",sanitizeFn:\"(null|function)\",allowList:\"object\",popperConfig:\"(null|object|function)\"},Ji\u003d{AUTO:\"auto\",TOP:\"top\",RIGHT:m()?\"left\":\"right\",BOTTOM:\"bottom\",LEFT:m()?\"right\":\"left\"},tn\u003d{animation:!0,template:\u0027\u003cdiv class\u003d\"tooltip\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"tooltip-arrow\"\u003e\u003c/div\u003e\u003cdiv class\u003d\"tooltip-inner\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027,trigger:\"hover focus\",title:\"\",delay:0,html:!1,selector:!1,placement:\"top\",offset:[0,0],container:!1,fallbackPlacements:[\"top\",\"right\",\"bottom\",\"left\"],boundary:\"clippingParents\",customClass:\"\",sanitize:!0,sanitizeFn:null,allowList:{\"*\":[\"class\",\"dir\",\"id\",\"lang\",\"role\",/^aria-[\\w-]*$/i],a:[\"target\",\"href\",\"title\",\"rel\"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:[\"src\",\"srcset\",\"alt\",\"title\",\"width\",\"height\"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},en\u003d{HIDE:\"hide.bs.tooltip\",HIDDEN:\"hidden.bs.tooltip\",SHOW:\"show.bs.tooltip\",SHOWN:\"shown.bs.tooltip\",INSERTED:\"inserted.bs.tooltip\",CLICK:\"click.bs.tooltip\",FOCUSIN:\"focusin.bs.tooltip\",FOCUSOUT:\"focusout.bs.tooltip\",MOUSEENTER:\"mouseenter.bs.tooltip\",MOUSELEAVE:\"mouseleave.bs.tooltip\"},nn\u003d\"fade\",sn\u003d\"show\",on\u003d\"show\",rn\u003d\"out\",an\u003d\".tooltip-inner\",ln\u003d\".modal\",cn\u003d\"hide.bs.modal\",hn\u003d\"hover\",dn\u003d\"focus\";class un extends B{constructor(t,e){if(void 0\u003d\u003d\u003dFe)throw new TypeError(\"Bootstrap\u0027s tooltips require Popper (https://popper.js.org)\");super(t),this._isEnabled\u003d!0,this._timeout\u003d0,this._hoverState\u003d\"\",this._activeTrigger\u003d{},this._popper\u003dnull,this._config\u003dthis._getConfig(e),this.tip\u003dnull,this._setListeners()}static get Default(){return tn}static get NAME(){return Qi}static get Event(){return en}static get DefaultType(){return Zi}enable(){this._isEnabled\u003d!0}disable(){this._isEnabled\u003d!1}toggleEnabled(){this._isEnabled\u003d!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const e\u003dthis._initializeOnDelegatedTarget(t);e._activeTrigger.click\u003d!e._activeTrigger.click,e._isWithActiveTrigger()?e._enter(null,e):e._leave(null,e)}else{if(this.getTipElement().classList.contains(sn))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),j.off(this._element.closest(ln),cn,this._hideModalHandler),this.tip\u0026\u0026this.tip.remove(),this._disposePopper(),super.dispose()}show(){if(\"none\"\u003d\u003d\u003dthis._element.style.display)throw new Error(\"Please use show on visible elements\");if(!this.isWithContent()||!this._isEnabled)return;const t\u003dj.trigger(this._element,this.constructor.Event.SHOW),e\u003dh(this._element),i\u003dnull\u003d\u003d\u003de?this._element.ownerDocument.documentElement.contains(this._element):e.contains(this._element);if(t.defaultPrevented||!i)return;\"tooltip\"\u003d\u003d\u003dthis.constructor.NAME\u0026\u0026this.tip\u0026\u0026this.getTitle()!\u003d\u003dthis.tip.querySelector(an).innerHTML\u0026\u0026(this._disposePopper(),this.tip.remove(),this.tip\u003dnull);const n\u003dthis.getTipElement(),s\u003d(t\u003d\u003e{do{t+\u003dMath.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME);n.setAttribute(\"id\",s),this._element.setAttribute(\"aria-describedby\",s),this._config.animation\u0026\u0026n.classList.add(nn);const o\u003d\"function\"\u003d\u003dtypeof this._config.placement?this._config.placement.call(this,n,this._element):this._config.placement,r\u003dthis._getAttachment(o);this._addAttachmentClass(r);const{container:a}\u003dthis._config;H.set(n,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(n),j.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper\u003dqe(this._element,n,this._getPopperConfig(r)),n.classList.add(sn);const l\u003dthis._resolvePossibleFunction(this._config.customClass);l\u0026\u0026n.classList.add(...l.split(\" \")),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003e{j.on(t,\"mouseover\",d)}));const c\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{const t\u003dthis._hoverState;this._hoverState\u003dnull,j.trigger(this._element,this.constructor.Event.SHOWN),t\u003d\u003d\u003drn\u0026\u0026this._leave(null,this)}),this.tip,c)}hide(){if(!this._popper)return;const t\u003dthis.getTipElement();if(j.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented)return;t.classList.remove(sn),\"ontouchstart\"in document.documentElement\u0026\u0026[].concat(...document.body.children).forEach((t\u003d\u003ej.off(t,\"mouseover\",d))),this._activeTrigger.click\u003d!1,this._activeTrigger.focus\u003d!1,this._activeTrigger.hover\u003d!1;const e\u003dthis.tip.classList.contains(nn);this._queueCallback((()\u003d\u003e{this._isWithActiveTrigger()||(this._hoverState!\u003d\u003don\u0026\u0026t.remove(),this._cleanTipClass(),this._element.removeAttribute(\"aria-describedby\"),j.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())}),this.tip,e),this._hoverState\u003d\"\"}update(){null!\u003d\u003dthis._popper\u0026\u0026this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t\u003ddocument.createElement(\"div\");t.innerHTML\u003dthis._config.template;const e\u003dt.children[0];return this.setContent(e),e.classList.remove(nn,sn),this.tip\u003de,this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),an)}_sanitizeAndSetContent(t,e,i){const n\u003dV.findOne(i,t);e||!n?this.setElementContent(n,e):n.remove()}setElementContent(t,e){if(null!\u003d\u003dt)return o(e)?(e\u003dr(e),void(this._config.html?e.parentNode!\u003d\u003dt\u0026\u0026(t.innerHTML\u003d\"\",t.append(e)):t.textContent\u003de.textContent)):void(this._config.html?(this._config.sanitize\u0026\u0026(e\u003dYi(e,this._config.allowList,this._config.sanitizeFn)),t.innerHTML\u003de):t.textContent\u003de)}getTitle(){const t\u003dthis._element.getAttribute(\"data-bs-original-title\")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return\"right\"\u003d\u003d\u003dt?\"end\":\"left\"\u003d\u003d\u003dt?\"start\":t}_initializeOnDelegatedTarget(t,e){return e||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const{offset:t}\u003dthis._config;return\"string\"\u003d\u003dtypeof t?t.split(\",\").map((t\u003d\u003eNumber.parseInt(t,10))):\"function\"\u003d\u003dtypeof t?e\u003d\u003et(e,this._element):t}_resolvePossibleFunction(t){return\"function\"\u003d\u003dtypeof t?t.call(this._element):t}_getPopperConfig(t){const e\u003d{placement:t,modifiers:[{name:\"flip\",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:\"offset\",options:{offset:this._getOffset()}},{name:\"preventOverflow\",options:{boundary:this._config.boundary}},{name:\"arrow\",options:{element:`.${this.constructor.NAME}-arrow`}},{name:\"onChange\",enabled:!0,phase:\"afterWrite\",fn:t\u003d\u003ethis._handlePopperPlacementChange(t)}],onFirstUpdate:t\u003d\u003e{t.options.placement!\u003d\u003dt.placement\u0026\u0026this._handlePopperPlacementChange(t)}};return{...e,...\"function\"\u003d\u003dtypeof this._config.popperConfig?this._config.popperConfig(e):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(t)}`)}_getAttachment(t){return Ji[t.toUpperCase()]}_setListeners(){this._config.trigger.split(\" \").forEach((t\u003d\u003e{if(\"click\"\u003d\u003d\u003dt)j.on(this._element,this.constructor.Event.CLICK,this._config.selector,(t\u003d\u003ethis.toggle(t)));else if(\"manual\"!\u003d\u003dt){const e\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,i\u003dt\u003d\u003d\u003dhn?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;j.on(this._element,e,this._config.selector,(t\u003d\u003ethis._enter(t))),j.on(this._element,i,this._config.selector,(t\u003d\u003ethis._leave(t)))}})),this._hideModalHandler\u003d()\u003d\u003e{this._element\u0026\u0026this.hide()},j.on(this._element.closest(ln),cn,this._hideModalHandler),this._config.selector?this._config\u003d{...this._config,trigger:\"manual\",selector:\"\"}:this._fixTitle()}_fixTitle(){const t\u003dthis._element.getAttribute(\"title\"),e\u003dtypeof this._element.getAttribute(\"data-bs-original-title\");(t||\"string\"!\u003d\u003de)\u0026\u0026(this._element.setAttribute(\"data-bs-original-title\",t||\"\"),!t||this._element.getAttribute(\"aria-label\")||this._element.textContent||this._element.setAttribute(\"aria-label\",t),this._element.setAttribute(\"title\",\"\"))}_enter(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusin\"\u003d\u003d\u003dt.type?dn:hn]\u003d!0),e.getTipElement().classList.contains(sn)||e._hoverState\u003d\u003d\u003don?e._hoverState\u003don:(clearTimeout(e._timeout),e._hoverState\u003don,e._config.delay\u0026\u0026e._config.delay.show?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003don\u0026\u0026e.show()}),e._config.delay.show):e.show())}_leave(t,e){e\u003dthis._initializeOnDelegatedTarget(t,e),t\u0026\u0026(e._activeTrigger[\"focusout\"\u003d\u003d\u003dt.type?dn:hn]\u003de._element.contains(t.relatedTarget)),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState\u003drn,e._config.delay\u0026\u0026e._config.delay.hide?e._timeout\u003dsetTimeout((()\u003d\u003e{e._hoverState\u003d\u003d\u003drn\u0026\u0026e.hide()}),e._config.delay.hide):e.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const e\u003dU.getDataAttributes(this._element);return Object.keys(e).forEach((t\u003d\u003e{Gi.has(t)\u0026\u0026delete e[t]})),(t\u003d{...this.constructor.Default,...e,...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).container\u003d!1\u003d\u003d\u003dt.container?document.body:r(t.container),\"number\"\u003d\u003dtypeof t.delay\u0026\u0026(t.delay\u003d{show:t.delay,hide:t.delay}),\"number\"\u003d\u003dtypeof t.title\u0026\u0026(t.title\u003dt.title.toString()),\"number\"\u003d\u003dtypeof t.content\u0026\u0026(t.content\u003dt.content.toString()),a(Qi,t,this.constructor.DefaultType),t.sanitize\u0026\u0026(t.template\u003dYi(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t\u003d{};for(const e in this._config)this.constructor.Default[e]!\u003d\u003dthis._config[e]\u0026\u0026(t[e]\u003dthis._config[e]);return t}_cleanTipClass(){const t\u003dthis.getTipElement(),e\u003dnew RegExp(`(^|\\\\s)${this._getBasicClassPrefix()}\\\\S+`,\"g\"),i\u003dt.getAttribute(\"class\").match(e);null!\u003d\u003di\u0026\u0026i.length\u003e0\u0026\u0026i.map((t\u003d\u003et.trim())).forEach((e\u003d\u003et.classList.remove(e)))}_getBasicClassPrefix(){return\"bs-tooltip\"}_handlePopperPlacementChange(t){const{state:e}\u003dt;e\u0026\u0026(this.tip\u003de.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(e.placement)))}_disposePopper(){this._popper\u0026\u0026(this._popper.destroy(),this._popper\u003dnull)}static jQueryInterface(t){return this.each((function(){const e\u003dun.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(un);const fn\u003d{...un.Default,placement:\"right\",offset:[0,8],trigger:\"click\",content:\"\",template:\u0027\u003cdiv class\u003d\"popover\" role\u003d\"tooltip\"\u003e\u003cdiv class\u003d\"popover-arrow\"\u003e\u003c/div\u003e\u003ch3 class\u003d\"popover-header\"\u003e\u003c/h3\u003e\u003cdiv class\u003d\"popover-body\"\u003e\u003c/div\u003e\u003c/div\u003e\u0027},pn\u003d{...un.DefaultType,content:\"(string|element|function)\"},mn\u003d{HIDE:\"hide.bs.popover\",HIDDEN:\"hidden.bs.popover\",SHOW:\"show.bs.popover\",SHOWN:\"shown.bs.popover\",INSERTED:\"inserted.bs.popover\",CLICK:\"click.bs.popover\",FOCUSIN:\"focusin.bs.popover\",FOCUSOUT:\"focusout.bs.popover\",MOUSEENTER:\"mouseenter.bs.popover\",MOUSELEAVE:\"mouseleave.bs.popover\"};class gn extends un{static get Default(){return fn}static get NAME(){return\"popover\"}static get Event(){return mn}static get DefaultType(){return pn}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),\".popover-header\"),this._sanitizeAndSetContent(t,this._getContent(),\".popover-body\")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return\"bs-popover\"}static jQueryInterface(t){return this.each((function(){const e\u003dgn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}g(gn);const _n\u003d\"scrollspy\",bn\u003d{offset:10,method:\"auto\",target:\"\"},vn\u003d{offset:\"number\",method:\"string\",target:\"(string|element)\"},yn\u003d\"active\",wn\u003d\".nav-link, .list-group-item, .dropdown-item\",En\u003d\"position\";class An extends B{constructor(t,e){super(t),this._scrollElement\u003d\"BODY\"\u003d\u003d\u003dthis._element.tagName?window:this._element,this._config\u003dthis._getConfig(e),this._offsets\u003d[],this._targets\u003d[],this._activeTarget\u003dnull,this._scrollHeight\u003d0,j.on(this._scrollElement,\"scroll.bs.scrollspy\",(()\u003d\u003ethis._process())),this.refresh(),this._process()}static get Default(){return bn}static get NAME(){return _n}refresh(){const t\u003dthis._scrollElement\u003d\u003d\u003dthis._scrollElement.window?\"offset\":En,e\u003d\"auto\"\u003d\u003d\u003dthis._config.method?t:this._config.method,n\u003de\u003d\u003d\u003dEn?this._getScrollTop():0;this._offsets\u003d[],this._targets\u003d[],this._scrollHeight\u003dthis._getScrollHeight(),V.find(wn,this._config.target).map((t\u003d\u003e{const s\u003di(t),o\u003ds?V.findOne(s):null;if(o){const t\u003do.getBoundingClientRect();if(t.width||t.height)return[U[e](o).top+n,s]}return null})).filter((t\u003d\u003et)).sort(((t,e)\u003d\u003et[0]-e[0])).forEach((t\u003d\u003e{this._offsets.push(t[0]),this._targets.push(t[1])}))}dispose(){j.off(this._scrollElement,\".bs.scrollspy\"),super.dispose()}_getConfig(t){return(t\u003d{...bn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}}).target\u003dr(t.target)||document.documentElement,a(_n,t,vn),t}_getScrollTop(){return this._scrollElement\u003d\u003d\u003dwindow?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement\u003d\u003d\u003dwindow?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t\u003dthis._getScrollTop()+this._config.offset,e\u003dthis._getScrollHeight(),i\u003dthis._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!\u003d\u003de\u0026\u0026this.refresh(),t\u003e\u003di){const t\u003dthis._targets[this._targets.length-1];this._activeTarget!\u003d\u003dt\u0026\u0026this._activate(t)}else{if(this._activeTarget\u0026\u0026t\u003cthis._offsets[0]\u0026\u0026this._offsets[0]\u003e0)return this._activeTarget\u003dnull,void this._clear();for(let e\u003dthis._offsets.length;e--;)this._activeTarget!\u003d\u003dthis._targets[e]\u0026\u0026t\u003e\u003dthis._offsets[e]\u0026\u0026(void 0\u003d\u003d\u003dthis._offsets[e+1]||t\u003cthis._offsets[e+1])\u0026\u0026this._activate(this._targets[e])}}_activate(t){this._activeTarget\u003dt,this._clear();const e\u003dwn.split(\",\").map((e\u003d\u003e`${e}[data-bs-target\u003d\"${t}\"],${e}[href\u003d\"${t}\"]`)),i\u003dV.findOne(e.join(\",\"),this._config.target);i.classList.add(yn),i.classList.contains(\"dropdown-item\")?V.findOne(\".dropdown-toggle\",i.closest(\".dropdown\")).classList.add(yn):V.parents(i,\".nav, .list-group\").forEach((t\u003d\u003e{V.prev(t,\".nav-link, .list-group-item\").forEach((t\u003d\u003et.classList.add(yn))),V.prev(t,\".nav-item\").forEach((t\u003d\u003e{V.children(t,\".nav-link\").forEach((t\u003d\u003et.classList.add(yn)))}))})),j.trigger(this._scrollElement,\"activate.bs.scrollspy\",{relatedTarget:t})}_clear(){V.find(wn,this._config.target).filter((t\u003d\u003et.classList.contains(yn))).forEach((t\u003d\u003et.classList.remove(yn)))}static jQueryInterface(t){return this.each((function(){const e\u003dAn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(window,\"load.bs.scrollspy.data-api\",(()\u003d\u003e{V.find(\u0027[data-bs-spy\u003d\"scroll\"]\u0027).forEach((t\u003d\u003enew An(t)))})),g(An);const Tn\u003d\"active\",On\u003d\"fade\",Cn\u003d\"show\",kn\u003d\".active\",Ln\u003d\":scope \u003e li \u003e .active\";class xn extends B{static get NAME(){return\"tab\"}show(){if(this._element.parentNode\u0026\u0026this._element.parentNode.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE\u0026\u0026this._element.classList.contains(Tn))return;let t;const e\u003dn(this._element),i\u003dthis._element.closest(\".nav, .list-group\");if(i){const e\u003d\"UL\"\u003d\u003d\u003di.nodeName||\"OL\"\u003d\u003d\u003di.nodeName?Ln:kn;t\u003dV.find(e,i),t\u003dt[t.length-1]}const s\u003dt?j.trigger(t,\"hide.bs.tab\",{relatedTarget:this._element}):null;if(j.trigger(this._element,\"show.bs.tab\",{relatedTarget:t}).defaultPrevented||null!\u003d\u003ds\u0026\u0026s.defaultPrevented)return;this._activate(this._element,i);const o\u003d()\u003d\u003e{j.trigger(t,\"hidden.bs.tab\",{relatedTarget:this._element}),j.trigger(this._element,\"shown.bs.tab\",{relatedTarget:t})};e?this._activate(e,e.parentNode,o):o()}_activate(t,e,i){const n\u003d(!e||\"UL\"!\u003d\u003de.nodeName\u0026\u0026\"OL\"!\u003d\u003de.nodeName?V.children(e,kn):V.find(Ln,e))[0],s\u003di\u0026\u0026n\u0026\u0026n.classList.contains(On),o\u003d()\u003d\u003ethis._transitionComplete(t,n,i);n\u0026\u0026s?(n.classList.remove(Cn),this._queueCallback(o,t,!0)):o()}_transitionComplete(t,e,i){if(e){e.classList.remove(Tn);const t\u003dV.findOne(\":scope \u003e .dropdown-menu .active\",e.parentNode);t\u0026\u0026t.classList.remove(Tn),\"tab\"\u003d\u003d\u003de.getAttribute(\"role\")\u0026\u0026e.setAttribute(\"aria-selected\",!1)}t.classList.add(Tn),\"tab\"\u003d\u003d\u003dt.getAttribute(\"role\")\u0026\u0026t.setAttribute(\"aria-selected\",!0),u(t),t.classList.contains(On)\u0026\u0026t.classList.add(Cn);let n\u003dt.parentNode;if(n\u0026\u0026\"LI\"\u003d\u003d\u003dn.nodeName\u0026\u0026(n\u003dn.parentNode),n\u0026\u0026n.classList.contains(\"dropdown-menu\")){const e\u003dt.closest(\".dropdown\");e\u0026\u0026V.find(\".dropdown-toggle\",e).forEach((t\u003d\u003et.classList.add(Tn))),t.setAttribute(\"aria-expanded\",!0)}i\u0026\u0026i()}static jQueryInterface(t){return this.each((function(){const e\u003dxn.getOrCreateInstance(this);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t]()}}))}}j.on(document,\"click.bs.tab.data-api\",\u0027[data-bs-toggle\u003d\"tab\"], [data-bs-toggle\u003d\"pill\"], [data-bs-toggle\u003d\"list\"]\u0027,(function(t){[\"A\",\"AREA\"].includes(this.tagName)\u0026\u0026t.preventDefault(),c(this)||xn.getOrCreateInstance(this).show()})),g(xn);const Dn\u003d\"toast\",Sn\u003d\"hide\",Nn\u003d\"show\",In\u003d\"showing\",Pn\u003d{animation:\"boolean\",autohide:\"boolean\",delay:\"number\"},jn\u003d{animation:!0,autohide:!0,delay:5e3};class Mn extends B{constructor(t,e){super(t),this._config\u003dthis._getConfig(e),this._timeout\u003dnull,this._hasMouseInteraction\u003d!1,this._hasKeyboardInteraction\u003d!1,this._setListeners()}static get DefaultType(){return Pn}static get Default(){return jn}static get NAME(){return Dn}show(){j.trigger(this._element,\"show.bs.toast\").defaultPrevented||(this._clearTimeout(),this._config.animation\u0026\u0026this._element.classList.add(\"fade\"),this._element.classList.remove(Sn),u(this._element),this._element.classList.add(Nn),this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.remove(In),j.trigger(this._element,\"shown.bs.toast\"),this._maybeScheduleHide()}),this._element,this._config.animation))}hide(){this._element.classList.contains(Nn)\u0026\u0026(j.trigger(this._element,\"hide.bs.toast\").defaultPrevented||(this._element.classList.add(In),this._queueCallback((()\u003d\u003e{this._element.classList.add(Sn),this._element.classList.remove(In),this._element.classList.remove(Nn),j.trigger(this._element,\"hidden.bs.toast\")}),this._element,this._config.animation)))}dispose(){this._clearTimeout(),this._element.classList.contains(Nn)\u0026\u0026this._element.classList.remove(Nn),super.dispose()}_getConfig(t){return t\u003d{...jn,...U.getDataAttributes(this._element),...\"object\"\u003d\u003dtypeof t\u0026\u0026t?t:{}},a(Dn,t,this.constructor.DefaultType),t}_maybeScheduleHide(){this._config.autohide\u0026\u0026(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout\u003dsetTimeout((()\u003d\u003e{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case\"mouseover\":case\"mouseout\":this._hasMouseInteraction\u003de;break;case\"focusin\":case\"focusout\":this._hasKeyboardInteraction\u003de}if(e)return void this._clearTimeout();const i\u003dt.relatedTarget;this._element\u003d\u003d\u003di||this._element.contains(i)||this._maybeScheduleHide()}_setListeners(){j.on(this._element,\"mouseover.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"mouseout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1))),j.on(this._element,\"focusin.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!0))),j.on(this._element,\"focusout.bs.toast\",(t\u003d\u003ethis._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout\u003dnull}static jQueryInterface(t){return this.each((function(){const e\u003dMn.getOrCreateInstance(this,t);if(\"string\"\u003d\u003dtypeof t){if(void 0\u003d\u003d\u003de[t])throw new TypeError(`No method named \"${t}\"`);e[t](this)}}))}}return R(Mn),g(Mn),{Alert:W,Button:z,Carousel:st,Collapse:pt,Dropdown:hi,Modal:Hi,Offcanvas:Fi,Popover:gn,ScrollSpy:An,Tab:xn,Toast:Mn,Tooltip:un}}));"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"//# sourceMappingURL\u003dbootstrap.bundle.min.js.map"}],"authorContributionMap":{"KevinEyo1":7}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/markbind.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"!function(t,e){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"object\"\u003d\u003dtypeof module?module.exports\u003de(require(\"Vue\")):\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define([\"Vue\"],e):\"object\"\u003d\u003dtypeof exports?exports.MarkBind\u003de(require(\"Vue\")):t.MarkBind\u003de(t.Vue)}(self,t\u003d\u003e(()\u003d\u003e{var e\u003d{605:()\u003d\u003e{function t(){document.querySelectorAll(\".\".concat(\"page-nav-clone\")).forEach((function(t){t.remove()}))}window.addEventListener(\"beforeprint\",(function(){var e\u003ddocument.querySelector(\"#\".concat(\"mb-page-nav\")),n\u003ddocument.querySelectorAll(\".\".concat(\"page-nav-print\"));e\u0026\u0026n.length\u003e\u003d1\u0026\u0026(t(),n.forEach((function(t){t.appendChild(function(t){var e\u003dt.cloneNode(!0);return e.removeAttribute(\"id\"),e.querySelectorAll(\"a.active\").forEach((function(t){t.classList.remove(\"active\")})),e.classList.add(\"page-nav-clone\"),e}(e))})))})),window.addEventListener(\"afterprint\",(function(){t()})),window.addEventListener(\"beforeprint\",(function(){document.querySelectorAll(\"pre \u003e code.hljs\").forEach((function(t){Array.from(t.querySelectorAll(\"span\")).some((function(t){return t.scrollWidth\u003et.clientWidth}))\u0026\u0026t.classList.add(\"line-numbers-print\")}))}))},3:t\u003d\u003e{t.exports\u003d{bind:function(t){function e(){t.dataset.isShown\u003d\"false\",r.style.display\u003d\"\",o.style.display\u003d\"none\",i.style.display\u003d\"none\"}function n(){t.dataset.isShown\u003d\"true\",r.style.display\u003d\"none\",i.style.display\u003d\"\"}t.dataset.isShown\u003d\"true\",t.style.position\u003d\"relative\";var i\u003ddocument.createElement(\"div\");i.classList.add(\"content\"),Array.from(t.children).forEach((function(t){return i.append(t)})),t.replaceChildren(),t.append(i),t.classList.add(\"closeable-wrapper\");var o\u003dfunction(){var t\u003ddocument.createElement(\"span\");return t.classList.add(\"closeable-button\",\"label\",\"label-default\",\"hidden-print\"),t.style.cssText+\u003d\"display: none; position: absolute; top: 0; left: 0; cursor: pointer;background: #d9534f\",t.innerHTML\u003d\u0027\u003cspan class\u003d\"glyphicon glyphicon-remove\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e\u0027,t.addEventListener(\"click\",e),t}();t.append(o);var r\u003dfunction(t){var e\u003ddocument.createElement(\"a\");return e.classList.add(\"closeable-show\",\"hidden-print\"),e.style.cssText+\u003d\"display: none; cursor: pointer;text-decoration: underline\",e.innerHTML\u003dt,e.addEventListener(\"click\",n),e}(t.getAttribute(\"alt\")||\"Expand Content\");t.append(r),t.addEventListener(\"mouseover\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"\")})),t.addEventListener(\"mouseout\",(function(){\"false\"!\u003d\u003dt.dataset.isShown\u0026\u0026(o.style.display\u003d\"none\")}))}}},383:(t,e,n)\u003d\u003e{\"use strict\";var i,o\u003d(i\u003dn(740))\u0026\u0026\"object\"\u003d\u003dtypeof i\u0026\u0026\"default\"in i?i.default:i;function r(t){return(r\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function s(t){return function(t){if(Array.isArray(t)){for(var e\u003d0,n\u003dnew Array(t.length);e\u003ct.length;e++)n[e]\u003dt[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||\"[object Arguments]\"\u003d\u003d\u003dObject.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance\")}()}var a\u003d\"undefined\"!\u003dtypeof window;function l(t,e){return e.reduce((function(e,n){return t.hasOwnProperty(n)\u0026\u0026(e[n]\u003dt[n]),e}),{})}var c\u003d{},u\u003d{},d\u003d{},h\u003dnew(o.extend({data:function(){return{transports:c,targets:u,sources:d,trackInstances:a}},methods:{open:function(t){if(a){var e\u003dt.to,n\u003dt.from,i\u003dt.passengers,s\u003dt.order,l\u003dvoid 0\u003d\u003d\u003ds?1/0:s;if(e\u0026\u0026n\u0026\u0026i){var c,u\u003d{to:e,from:n,passengers:(c\u003di,Array.isArray(c)||\"object\"\u003d\u003d\u003dr(c)?Object.freeze(c):c),order:l};-1\u003d\u003d\u003dObject.keys(this.transports).indexOf(e)\u0026\u0026o.set(this.transports,e,[]);var d,h\u003dthis.$_getTransportIndex(u),p\u003dthis.transports[e].slice(0);-1\u003d\u003d\u003dh?p.push(u):p[h]\u003du,this.transports[e]\u003d(d\u003dfunction(t,e){return t.order-e.order},p.map((function(t,e){return[e,t]})).sort((function(t,e){return d(t[1],e[1])||t[0]-e[0]})).map((function(t){return t[1]})))}}},close:function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]\u0026\u0026arguments[1],n\u003dt.to,i\u003dt.from;if(n\u0026\u0026(i||!1!\u003d\u003de)\u0026\u0026this.transports[n])if(e)this.transports[n]\u003d[];else{var o\u003dthis.$_getTransportIndex(t);if(o\u003e\u003d0){var r\u003dthis.transports[n].slice(0);r.splice(o,1),this.transports[n]\u003dr}}},registerTarget:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.targets[t]\u0026\u0026console.warn(\"[portal-vue]: Target \".concat(t,\" already exists\")),this.$set(this.targets,t,Object.freeze([e])))},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,n){a\u0026\u0026(this.trackInstances\u0026\u0026!n\u0026\u0026this.sources[t]\u0026\u0026console.warn(\"[portal-vue]: source \".concat(t,\" already exists\")),this.$set(this.sources,t,Object.freeze([e])))},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]\u0026\u0026!!this.transports[t].length},$_getTransportIndex:function(t){var e\u003dt.to,n\u003dt.from;for(var i in this.transports[e])if(this.transports[e][i].from\u003d\u003d\u003dn)return+i;return-1}}}))(c),p\u003d1,f\u003do.extend({name:\"portal\",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(p++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerSource(t.name,t)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){h.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e\u0026\u0026e!\u003d\u003dt\u0026\u0026this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e\u003d{from:this.name,to:t||this.to};h.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return\"function\"\u003d\u003dtypeof t?t(this.slotProps):t},sendUpdate:function(){var t\u003dthis.normalizeSlots();if(t){var e\u003d{from:this.name,to:this.to,passengers:s(t),order:this.order};h.open(e)}else this.clear()}},render:function(t){var e\u003dthis.$slots.default||this.$scopedSlots.default||[],n\u003dthis.tag;return e\u0026\u0026this.disabled?e.length\u003c\u003d1\u0026\u0026this.slim?this.normalizeOwnChildren(e)[0]:t(n,[this.normalizeOwnChildren(e)]):this.slim?t():t(n,{class:{\"v-portal\":!0},style:{display:\"none\"},key:\"v-portal-placeholder\"})}}),m\u003do.extend({name:\"portalTarget\",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},data:function(){return{transports:h.transports,firstRender:!0}},created:function(){var t\u003dthis;this.$nextTick((function(){h.registerTarget(t.name,t)}))},watch:{ownTransports:function(){this.$emit(\"change\",this.children().length\u003e0)},name:function(t,e){h.unregisterTarget(e),h.registerTarget(t,this)}},mounted:function(){var t\u003dthis;this.transition\u0026\u0026this.$nextTick((function(){t.firstRender\u003d!1}))},beforeDestroy:function(){h.unregisterTarget(this.name)},computed:{ownTransports:function(){var t\u003dthis.transports[this.name]||[];return this.multiple?t:0\u003d\u003d\u003dt.length?[]:[t[t.length-1]]},passengers:function(){return function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{};return t.reduce((function(t,n){var i\u003dn.passengers[0],o\u003d\"function\"\u003d\u003dtypeof i?i(e):n.passengers;return t.concat(o)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!\u003d\u003dthis.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var t\u003dthis.slim\u0026\u0026!this.transition;return t\u0026\u0026this.children().length\u003e1\u0026\u0026console.warn(\"[portal-vue]: PortalTarget with `slim` option received more than one child element.\"),t}},render:function(t){var e\u003dthis.noWrapper(),n\u003dthis.children(),i\u003dthis.transition||this.tag;return e?n[0]:this.slim\u0026\u0026!i?t():t(i,{props:{tag:this.transition\u0026\u0026this.tag?this.tag:void 0},class:{\"vue-portal-target\":!0}},n)}}),v\u003d0,g\u003d[\"disabled\",\"name\",\"order\",\"slim\",\"slotProps\",\"tag\",\"to\"],y\u003d[\"multiple\",\"transition\"],w\u003do.extend({name:\"MountingPortal\",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return\"mounted_\"+String(v++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:\"DIV\"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:\"div\"},transition:{type:[String,Object,Function]}},created:function(){if(\"undefined\"!\u003dtypeof document){var t\u003ddocument.querySelector(this.mountTo);if(t){var e\u003dthis.$props;if(h.targets[e.name])e.bail?console.warn(\"[portal-vue]: Target \".concat(e.name,\" is already mounted.\\n Aborting because \u0027bail: true\u0027 is set\")):this.portalTarget\u003dh.targets[e.name];else{var n\u003de.append;if(n){var i\u003d\"string\"\u003d\u003dtypeof n?n:\"DIV\",o\u003ddocument.createElement(i);t.appendChild(o),t\u003do}var r\u003dl(this.$props,y);r.slim\u003dthis.targetSlim,r.tag\u003dthis.targetTag,r.slotProps\u003dthis.targetSlotProps,r.name\u003dthis.to,this.portalTarget\u003dnew m({el:t,parent:this.$parent||this,propsData:r})}}else console.error(\"[portal-vue]: Mount Point \u0027\".concat(this.mountTo,\"\u0027 not found in document\"))}},beforeDestroy:function(){var t\u003dthis.portalTarget;if(this.append){var e\u003dt.$el;e.parentNode.removeChild(e)}t.$destroy()},render:function(t){if(!this.portalTarget)return console.warn(\"[portal-vue] Target wasn\u0027t mounted\"),t();if(!this.$scopedSlots.manual){var e\u003dl(this.$props,g);return t(f,{props:e,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n\u003dthis.$scopedSlots.manual({to:this.to});return Array.isArray(n)\u0026\u0026(n\u003dn[0]),n||t()}});e.h_\u003df,e.YC\u003dm},740:e\u003d\u003e{\"use strict\";e.exports\u003dt}},n\u003d{};function i(t){var o\u003dn[t];if(void 0!\u003d\u003do)return o.exports;var r\u003dn[t]\u003d{exports:{}};return e[t](r,r.exports,i),r.exports}i.n\u003dt\u003d\u003e{var e\u003dt\u0026\u0026t.__esModule?()\u003d\u003et.default:()\u003d\u003et;return i.d(e,{a:e}),e},i.d\u003d(t,e)\u003d\u003e{for(var n in e)i.o(e,n)\u0026\u0026!i.o(t,n)\u0026\u0026Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g\u003dfunction(){if(\"object\"\u003d\u003dtypeof globalThis)return globalThis;try{return this||new Function(\"return this\")()}catch(t){if(\"object\"\u003d\u003dtypeof window)return window}}(),i.o\u003d(t,e)\u003d\u003eObject.prototype.hasOwnProperty.call(t,e);var o\u003d{};return(()\u003d\u003e{\"use strict\";function t(e){return(t\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(e)}function e(e){var n\u003dfunction(e,n){if(\"object\"!\u003d\u003dt(e)||null\u003d\u003d\u003de)return e;var i\u003de[Symbol.toPrimitive];if(void 0!\u003d\u003di){var o\u003di.call(e,n||\"default\");if(\"object\"!\u003d\u003dt(o))return o;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"\u003d\u003d\u003dn?String:Number)(e)}(e,\"string\");return\"symbol\"\u003d\u003d\u003dt(n)?n:String(n)}function n(t,n,i){return(n\u003de(n))in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]\u003di,t}function r(t){return t.split(\"-\")[0]}function s(t){return t.split(\"-\")[1]}function a(t){return[\"top\",\"bottom\"].includes(r(t))?\"x\":\"y\"}function l(t){return\"y\"\u003d\u003d\u003dt?\"height\":\"width\"}function c(t){let{reference:e,floating:n,placement:i}\u003dt;const o\u003de.x+e.width/2-n.width/2,c\u003de.y+e.height/2-n.height/2;let u;switch(r(i)){case\"top\":u\u003d{x:o,y:e.y-n.height};break;case\"bottom\":u\u003d{x:o,y:e.y+e.height};break;case\"right\":u\u003d{x:e.x+e.width,y:c};break;case\"left\":u\u003d{x:e.x-n.width,y:c};break;default:u\u003d{x:e.x,y:e.y}}const d\u003da(i),h\u003dl(d);switch(s(i)){case\"start\":u[d]\u003du[d]-(e[h]/2-n[h]/2);break;case\"end\":u[d]\u003du[d]+(e[h]/2-n[h]/2)}return u}i.d(o,{default:()\u003d\u003eMo});function u(t){return\"number\"!\u003dtypeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function d(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}async function h(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d{});const{x:n,y:i,platform:o,rects:r,elements:s,strategy:a}\u003dt,{boundary:l\u003d\"clippingParents\",rootBoundary:c\u003d\"viewport\",elementContext:h\u003d\"floating\",altBoundary:p\u003d!1,padding:f\u003d0}\u003de,m\u003du(f),v\u003ds[p?\"floating\"\u003d\u003d\u003dh?\"reference\":\"floating\":h],g\u003dawait o.getClippingClientRect({element:await o.isElement(v)?v:v.contextElement||await o.getDocumentElement({element:s.floating}),boundary:l,rootBoundary:c}),y\u003dd(await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:\"floating\"\u003d\u003d\u003dh?{...r.floating,x:n,y:i}:r.reference,offsetParent:await o.getOffsetParent({element:s.floating}),strategy:a}));return{top:g.top-y.top+m.top,bottom:y.bottom-g.bottom+m.bottom,left:g.left-y.left+m.left,right:y.right-g.right+m.right}}const p\u003dMath.min,f\u003dMath.max;function m(t,e,n){return f(t,p(e,n))}const v\u003d{left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function g(t){return t.replace(/left|right|bottom|top/g,t\u003d\u003ev[t])}function y(t,e){const n\u003d\"start\"\u003d\u003d\u003ds(t),i\u003da(t),o\u003dl(i);let r\u003d\"x\"\u003d\u003d\u003di?n?\"right\":\"left\":n?\"bottom\":\"top\";return e.reference[o]\u003ee.floating[o]\u0026\u0026(r\u003dg(r)),{main:r,cross:g(r)}}const w\u003d{start:\"end\",end:\"start\"};function b(t){return t.replace(/start|end/g,t\u003d\u003ew[t])}const _\u003d[\"top\",\"right\",\"bottom\",\"left\"],S\u003d_.reduce((t,e)\u003d\u003et.concat(e,e+\"-start\",e+\"-end\"),[]);const x\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"autoPlacement\",options:t,async fn(e){var n,i,o,a,l,c;const{x:u,y:d,rects:p,middlewareData:f,placement:m}\u003de,{alignment:v\u003dnull,allowedPlacements:g\u003dS,autoAlignment:w\u003d!0,..._}\u003dt;if(null!\u003d(n\u003df.autoPlacement)\u0026\u0026n.skip)return{};const x\u003dfunction(t,e,n){return(t?[...n.filter(e\u003d\u003es(e)\u003d\u003d\u003dt),...n.filter(e\u003d\u003es(e)!\u003d\u003dt)]:n.filter(t\u003d\u003er(t)\u003d\u003d\u003dt)).filter(n\u003d\u003e!t||(s(n)\u003d\u003d\u003dt||!!e\u0026\u0026b(n)!\u003d\u003dn))}(v,w,g),C\u003dawait h(e,_),$\u003dnull!\u003d(i\u003dnull\u003d\u003d(o\u003df.autoPlacement)?void 0:o.index)?i:0,k\u003dx[$],{main:T,cross:E}\u003dy(k,p);if(m!\u003d\u003dk)return{x:u,y:d,reset:{placement:x[0]}};const O\u003d[C[r(k)],C[T],C[E]],B\u003d[...null!\u003d(a\u003dnull\u003d\u003d(l\u003df.autoPlacement)?void 0:l.overflows)?a:[],{placement:k,overflows:O}],P\u003dx[$+1];if(P)return{data:{index:$+1,overflows:B},reset:{placement:P}};const L\u003dB.slice().sort((t,e)\u003d\u003et.overflows[0]-e.overflows[0]),N\u003dnull\u003d\u003d(c\u003dL.find(t\u003d\u003e{let{overflows:e}\u003dt;return e.every(t\u003d\u003et\u003c\u003d0)}))?void 0:c.placement;return{data:{skip:!0},reset:{placement:null!\u003dN?N:L[0].placement}}}}};const C\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"flip\",options:t,async fn(e){var n,i;const{placement:o,middlewareData:s,rects:a,initialPlacement:l}\u003de;if(null!\u003d(n\u003ds.flip)\u0026\u0026n.skip)return{};const{mainAxis:c\u003d!0,crossAxis:u\u003d!0,fallbackPlacements:d,fallbackStrategy:p\u003d\"bestFit\",flipAlignment:f\u003d!0,...m}\u003dt,v\u003dr(o),w\u003d[l,...d||(v\u003d\u003d\u003dl||!f?[g(l)]:function(t){const e\u003dg(t);return[b(t),e,b(e)]}(l))],_\u003dawait h(e,m),S\u003d[];let x\u003d(null\u003d\u003d(i\u003ds.flip)?void 0:i.overflows)||[];if(c\u0026\u0026S.push(_[v]),u){const{main:t,cross:e}\u003dy(o,a);S.push(_[t],_[e])}if(x\u003d[...x,{placement:o,overflows:S}],!S.every(t\u003d\u003et\u003c\u003d0)){var C,$;const t\u003d(null!\u003d(C\u003dnull\u003d\u003d($\u003ds.flip)?void 0:$.index)?C:0)+1,e\u003dw[t];if(e)return{data:{index:t,overflows:x},reset:{placement:e}};let n\u003d\"bottom\";switch(p){case\"bestFit\":{var k;const t\u003dnull\u003d\u003d(k\u003dx.slice().sort((t,e)\u003d\u003et.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0)-e.overflows.filter(t\u003d\u003et\u003e0).reduce((t,e)\u003d\u003et+e,0))[0])?void 0:k.placement;t\u0026\u0026(n\u003dt);break}case\"initialPlacement\":n\u003dl}return{data:{skip:!0},reset:{placement:n}}}return{}}}};const $\u003dfunction(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d0),{name:\"offset\",options:t,fn(e){const{x:n,y:i,placement:o,rects:s}\u003de,l\u003dfunction(t){let{placement:e,rects:n,value:i}\u003dt;const o\u003dr(e),s\u003d[\"left\",\"top\"].includes(o)?-1:1,l\u003d\"function\"\u003d\u003dtypeof i?i({...n,placement:e}):i,{mainAxis:c,crossAxis:u}\u003d\"number\"\u003d\u003dtypeof l?{mainAxis:l,crossAxis:0}:{mainAxis:0,crossAxis:0,...l};return\"x\"\u003d\u003d\u003da(o)?{x:u,y:c*s}:{x:c*s,y:u}}({placement:o,rects:s,value:t});return{x:n+l.x,y:i+l.y,data:l}}}};function k(t){return\"x\"\u003d\u003d\u003dt?\"y\":\"x\"}function T(t){return\"[object Window]\"\u003d\u003d\u003d(null\u003d\u003dt?void 0:t.toString())}function E(t){if(null\u003d\u003dt)return window;if(!T(t)){const e\u003dt.ownerDocument;return e\u0026\u0026e.defaultView||window}return t}function O(t){return E(t).getComputedStyle(t)}function B(t){return T(t)?\"\":t?(t.nodeName||\"\").toLowerCase():\"\"}function P(t){return t instanceof E(t).HTMLElement}function L(t){return t instanceof E(t).Element}function N(t){return t instanceof E(t).ShadowRoot||t instanceof ShadowRoot}function A(t){const{overflow:e,overflowX:n,overflowY:i}\u003dO(t);return/auto|scroll|overlay|hidden/.test(e+i+n)}function z(t){return[\"table\",\"td\",\"th\"].includes(B(t))}function M(t){const e\u003dnavigator.userAgent.toLowerCase().includes(\"firefox\"),n\u003dO(t);return\"none\"!\u003d\u003dn.transform||\"none\"!\u003d\u003dn.perspective||\"paint\"\u003d\u003d\u003dn.contain||[\"transform\",\"perspective\"].includes(n.willChange)||e\u0026\u0026\"filter\"\u003d\u003d\u003dn.willChange||e\u0026\u0026!!n.filter\u0026\u0026\"none\"!\u003d\u003dn.filter}const H\u003dMath.min,D\u003dMath.max,R\u003dMath.round;function j(t,e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d!1);const n\u003dt.getBoundingClientRect();let i\u003d1,o\u003d1;return e\u0026\u0026P(t)\u0026\u0026(i\u003dt.offsetWidth\u003e0\u0026\u0026R(n.width)/t.offsetWidth||1,o\u003dt.offsetHeight\u003e0\u0026\u0026R(n.height)/t.offsetHeight||1),{width:n.width/i,height:n.height/o,top:n.top/o,right:n.right/i,bottom:n.bottom/o,left:n.left/i,x:n.left/i,y:n.top/o}}function I(t){return(e\u003dt,(e instanceof E(e).Node?t.ownerDocument:t.document)||window.document).documentElement;var e}function q(t){return T(t)?{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}:{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function W(t){return j(I(t)).left+q(t).scrollLeft}function F(t,e,n){const i\u003dP(e),o\u003dI(e),r\u003dj(t,i\u0026\u0026function(t){const e\u003dj(t);return R(e.width)!\u003d\u003dt.offsetWidth||R(e.height)!\u003d\u003dt.offsetHeight}(e));let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if(i||!i\u0026\u0026\"fixed\"!\u003d\u003dn)if((\"body\"!\u003d\u003dB(e)||A(o))\u0026\u0026(s\u003dq(e)),P(e)){const t\u003dj(e,!0);a.x\u003dt.x+e.clientLeft,a.y\u003dt.y+e.clientTop}else o\u0026\u0026(a.x\u003dW(o));return{x:r.left+s.scrollLeft-a.x,y:r.top+s.scrollTop-a.y,width:r.width,height:r.height}}function V(t){return\"html\"\u003d\u003d\u003dB(t)?t:t.assignedSlot||t.parentNode||(N(t)?t.host:null)||I(t)}function U(t){return P(t)\u0026\u0026\"fixed\"!\u003d\u003dgetComputedStyle(t).position?t.offsetParent:null}function Q(t){const e\u003dE(t);let n\u003dU(t);for(;n\u0026\u0026z(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position;)n\u003dU(n);return n\u0026\u0026(\"html\"\u003d\u003d\u003dB(n)||\"body\"\u003d\u003d\u003dB(n)\u0026\u0026\"static\"\u003d\u003d\u003dgetComputedStyle(n).position\u0026\u0026!M(n))?e:n||function(t){let e\u003dV(t);for(;P(e)\u0026\u0026![\"html\",\"body\"].includes(B(e));){if(M(e))return e;e\u003de.parentNode}return null}(t)||e}function X(t){return{width:t.offsetWidth,height:t.offsetHeight}}function Y(t,e){var n;void 0\u003d\u003d\u003de\u0026\u0026(e\u003d[]);const i\u003dfunction t(e){return[\"html\",\"body\",\"#document\"].includes(B(e))?e.ownerDocument.body:P(e)\u0026\u0026A(e)?e:t(V(e))}(t),o\u003di\u003d\u003d\u003d(null\u003d\u003d(n\u003dt.ownerDocument)?void 0:n.body),r\u003dE(i),s\u003do?[r].concat(r.visualViewport||[],A(i)?i:[]):i,a\u003de.concat(s);return o?a:a.concat(Y(V(s)))}function K(t,e){return\"viewport\"\u003d\u003d\u003de?d(function(t){const e\u003dE(t),n\u003dI(t),i\u003de.visualViewport;let o\u003dn.clientWidth,r\u003dn.clientHeight,s\u003d0,a\u003d0;return i\u0026\u0026(o\u003di.width,r\u003di.height,Math.abs(e.innerWidth/i.scale-i.width)\u003c.01\u0026\u0026(s\u003di.offsetLeft,a\u003di.offsetTop)),{width:o,height:r,x:s,y:a}}(t)):L(e)?function(t){const e\u003dj(t),n\u003de.top+t.clientTop,i\u003de.left+t.clientLeft;return{top:n,left:i,x:i,y:n,right:i+t.clientWidth,bottom:n+t.clientHeight,width:t.clientWidth,height:t.clientHeight}}(e):d(function(t){var e;const n\u003dI(t),i\u003dq(t),o\u003dnull\u003d\u003d(e\u003dt.ownerDocument)?void 0:e.body,r\u003dD(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s\u003dD(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let a\u003d-i.scrollLeft+W(t);const l\u003d-i.scrollTop;return\"rtl\"\u003d\u003d\u003dO(o||n).direction\u0026\u0026(a+\u003dD(n.clientWidth,o?o.clientWidth:0)-r),{width:r,height:s,x:a,y:l}}(I(t)))}function G(t){const e\u003dY(V(t)),n\u003d[\"absolute\",\"fixed\"].includes(O(t).position)\u0026\u0026P(t)?Q(t):t;return L(n)?e.filter(t\u003d\u003eL(t)\u0026\u0026function(t,e){const n\u003dnull\u003d\u003de.getRootNode?void 0:e.getRootNode();if(t.contains(e))return!0;if(n\u0026\u0026N(n)){let n\u003de;do{if(n\u0026\u0026t\u003d\u003d\u003dn)return!0;n\u003dn.parentNode||n.host}while(n)}return!1}(t,n)\u0026\u0026\"body\"!\u003d\u003dB(t)):[]}const Z\u003d{getElementRects:t\u003d\u003e{let{reference:e,floating:n,strategy:i}\u003dt;return{reference:F(e,Q(n),i),floating:{...X(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:t\u003d\u003efunction(t){let{rect:e,offsetParent:n,strategy:i}\u003dt;const o\u003dP(n),r\u003dI(n);if(n\u003d\u003d\u003dr)return e;let s\u003d{scrollLeft:0,scrollTop:0};const a\u003d{x:0,y:0};if((o||!o\u0026\u0026\"fixed\"!\u003d\u003di)\u0026\u0026((\"body\"!\u003d\u003dB(n)||A(r))\u0026\u0026(s\u003dq(n)),P(n))){const t\u003dj(n,!0);a.x\u003dt.x+n.clientLeft,a.y\u003dt.y+n.clientTop}return{...e,x:e.x-s.scrollLeft+a.x,y:e.y-s.scrollTop+a.y}}(t),getOffsetParent:t\u003d\u003e{let{element:e}\u003dt;return Q(e)},isElement:t\u003d\u003eL(t),getDocumentElement:t\u003d\u003e{let{element:e}\u003dt;return I(e)},getClippingClientRect:t\u003d\u003efunction(t){let{element:e,boundary:n,rootBoundary:i}\u003dt;const o\u003d[...\"clippingParents\"\u003d\u003d\u003dn?G(e):[].concat(n),i],r\u003do[0],s\u003do.reduce((t,n)\u003d\u003e{const i\u003dK(e,n);return t.top\u003dD(i.top,t.top),t.right\u003dH(i.right,t.right),t.bottom\u003dH(i.bottom,t.bottom),t.left\u003dD(i.left,t.left),t},K(e,r));return s.width\u003ds.right-s.left,s.height\u003ds.bottom-s.top,s.x\u003ds.left,s.y\u003ds.top,s}(t),getDimensions:t\u003d\u003e{let{element:e}\u003dt;return X(e)},getClientRects:t\u003d\u003e{let{element:e}\u003dt;return e.getClientRects()}},J\u003d(t,e,n)\u003d\u003e(async(t,e,n)\u003d\u003e{const{placement:i\u003d\"bottom\",strategy:o\u003d\"absolute\",middleware:r\u003d[],platform:s}\u003dn;let a\u003dawait s.getElementRects({reference:t,floating:e,strategy:o}),{x:l,y:u}\u003dc({...a,placement:i}),d\u003di,h\u003d{};for(let n\u003d0;n\u003cr.length;n++){0;const{name:p,fn:f}\u003dr[n],{x:m,y:v,data:g,reset:y}\u003dawait f({x:l,y:u,initialPlacement:i,placement:d,strategy:o,middlewareData:h,rects:a,platform:s,elements:{reference:t,floating:e}});l\u003dnull!\u003dm?m:l,u\u003dnull!\u003dv?v:u,h\u003d{...h,[p]:null!\u003dg?g:{}},y\u0026\u0026(\"object\"\u003d\u003dtypeof y\u0026\u0026(y.placement\u0026\u0026(d\u003dy.placement),y.rects\u0026\u0026(a\u003d!0\u003d\u003d\u003dy.rects?await s.getElementRects({reference:t,floating:e,strategy:o}):y.rects),({x:l,y:u}\u003dc({...a,placement:d}))),n\u003d-1)}return{x:l,y:u,placement:d,strategy:o,middlewareData:h}})(t,e,{platform:Z,...n});var tt\u003di(740),et\u003di.n(tt),nt\u003dObject.defineProperty,it\u003dObject.defineProperties,ot\u003dObject.getOwnPropertyDescriptors,rt\u003dObject.getOwnPropertySymbols,st\u003dObject.prototype.hasOwnProperty,at\u003dObject.prototype.propertyIsEnumerable,lt\u003d(t,e,n)\u003d\u003ee in t?nt(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]\u003dn,ct\u003d(t,e)\u003d\u003e{for(var n in e||(e\u003d{}))st.call(e,n)\u0026\u0026lt(t,n,e[n]);if(rt)for(var n of rt(e))at.call(e,n)\u0026\u0026lt(t,n,e[n]);return t},ut\u003d(t,e)\u003d\u003eit(t,ot(e));const dt\u003d{disabled:!1,distance:5,skidding:0,container:\"body\",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:\"absolute\",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:\"top\",triggers:[\"hover\",\"focus\",\"touch\"],hideTriggers:t\u003d\u003e[...t,\"click\"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:\"...\"},dropdown:{placement:\"bottom\",triggers:[\"click\"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:\"dropdown\",triggers:[\"hover\",\"focus\"],popperTriggers:[\"hover\",\"focus\"],delay:{show:0,hide:400}}}};function ht(t,e){let n,i\u003ddt.themes[t]||{};do{n\u003di[e],void 0\u003d\u003d\u003dn?i.$extend?i\u003ddt.themes[i.$extend]||{}:(i\u003dnull,n\u003ddt[e]):i\u003dnull}while(i);return n}let pt\u003d!1;if(\"undefined\"!\u003dtypeof window){pt\u003d!1;try{const t\u003dObject.defineProperty({},\"passive\",{get(){pt\u003d!0}});window.addEventListener(\"test\",null,t)}catch(t){}}let ft\u003d!1;\"undefined\"!\u003dtypeof window\u0026\u0026\"undefined\"!\u003dtypeof navigator\u0026\u0026(ft\u003d/iPad|iPhone|iPod/.test(navigator.userAgent)\u0026\u0026!window.MSStream);const mt\u003d[\"auto\",\"top\",\"bottom\",\"left\",\"right\"].reduce((t,e)\u003d\u003et.concat([e,e+\"-start\",e+\"-end\"]),[]),vt\u003d{hover:\"mouseenter\",focus:\"focus\",click:\"click\",touch:\"touchstart\"},gt\u003d{hover:\"mouseleave\",focus:\"blur\",click:\"click\",touch:\"touchend\"};function yt(){return new Promise(t\u003d\u003erequestAnimationFrame(()\u003d\u003e{requestAnimationFrame(t)}))}const wt\u003d[];let bt\u003dnull,_t\u003dfunction(){};function St(t){return function(){return ht(this.$props.theme,t)}}\"undefined\"!\u003dtypeof window\u0026\u0026(_t\u003dwindow.Element);const xt\u003d\"__floating-vue__popper\";var Ct\u003d()\u003d\u003e({name:\"VPopper\",props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,required:!0},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:St(\"disabled\")},positioningDisabled:{type:Boolean,default:St(\"positioningDisabled\")},placement:{type:String,default:St(\"placement\"),validator:t\u003d\u003emt.includes(t)},delay:{type:[String,Number,Object],default:St(\"delay\")},distance:{type:[Number,String],default:St(\"distance\")},skidding:{type:[Number,String],default:St(\"skidding\")},triggers:{type:Array,default:St(\"triggers\")},showTriggers:{type:[Array,Function],default:St(\"showTriggers\")},hideTriggers:{type:[Array,Function],default:St(\"hideTriggers\")},popperTriggers:{type:Array,default:St(\"popperTriggers\")},popperShowTriggers:{type:[Array,Function],default:St(\"popperShowTriggers\")},popperHideTriggers:{type:[Array,Function],default:St(\"popperHideTriggers\")},container:{type:[String,Object,_t,Boolean],default:St(\"container\")},boundary:{type:[String,_t],default:St(\"boundary\")},strategy:{type:String,validator:t\u003d\u003e[\"absolute\",\"fixed\"].includes(t),default:St(\"strategy\")},autoHide:{type:Boolean,default:St(\"autoHide\")},handleResize:{type:Boolean,default:St(\"handleResize\")},instantMove:{type:Boolean,default:St(\"instantMove\")},eagerMount:{type:Boolean,default:St(\"eagerMount\")},popperClass:{type:[String,Array,Object],default:St(\"popperClass\")},computeTransformOrigin:{type:Boolean,default:St(\"computeTransformOrigin\")},autoMinSize:{type:Boolean,default:St(\"autoMinSize\")},autoSize:{type:[Boolean,String],default:St(\"autoSize\")},autoMaxSize:{type:Boolean,default:St(\"autoMaxSize\")},autoBoundaryMaxSize:{type:Boolean,default:St(\"autoBoundaryMaxSize\")},preventOverflow:{type:Boolean,default:St(\"preventOverflow\")},overflowPadding:{type:[Number,String],default:St(\"overflowPadding\")},arrowPadding:{type:[Number,String],default:St(\"arrowPadding\")},arrowOverflow:{type:Boolean,default:St(\"arrowOverflow\")},flip:{type:Boolean,default:St(\"flip\")},shift:{type:Boolean,default:St(\"shift\")},shiftCrossAxis:{type:Boolean,default:St(\"shiftCrossAxis\")}},provide(){return{[xt]:{parentPopper:this}}},inject:{[xt]:{default:null}},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:\"\",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set}},computed:{popperId(){return null!\u003dthis.ariaId?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:ut(ct({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result}},parentPopper(){var t;return null\u003d\u003d(t\u003dthis[xt])?void 0:t.parentPopper}},watch:ct(ct({shown:\"$_autoShowHide\",disabled(t){t?this.dispose():this.init()},async container(){this.isShown\u0026\u0026(this.$_ensureTeleport(),await this.$_computePosition())}},[\"triggers\",\"positioningDisabled\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_refreshListeners\",t),{})),[\"placement\",\"distance\",\"skidding\",\"boundary\",\"strategy\",\"overflowPadding\",\"arrowPadding\",\"preventOverflow\",\"shift\",\"shiftCrossAxis\",\"flip\"].reduce((t,e)\u003d\u003e(t[e]\u003d\"$_computePosition\",t),{})),created(){this.$_isDisposed\u003d!0,this.randomId\u003d\"popper_\"+[Math.random(),Date.now()].map(t\u003d\u003et.toString(36).substring(2,10)).join(\"_\"),this.autoMinSize\u0026\u0026console.warn(\u0027[floating-vue] `autoMinSize` option is deprecated. Use `autoSize\u003d\"min\"` instead.\u0027),this.autoMaxSize\u0026\u0026console.warn(\"[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.\")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeDestroy(){this.dispose()},methods:{show({event:t\u003dnull,skipDelay:e\u003d!1,force:n\u003d!1}\u003d{}){var i,o;(null\u003d\u003d(i\u003dthis.parentPopper)?void 0:i.lockedChild)\u0026\u0026this.parentPopper.lockedChild!\u003d\u003dthis||(this.$_pendingHide\u003d!1,!n\u0026\u0026this.disabled||((null\u003d\u003d(o\u003dthis.parentPopper)?void 0:o.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_scheduleShow(t,e),this.$emit(\"show\"),this.$_showFrameLocked\u003d!0,requestAnimationFrame(()\u003d\u003e{this.$_showFrameLocked\u003d!1})),this.$emit(\"update:shown\",!0))},hide({event:t\u003dnull,skipDelay:e\u003d!1}\u003d{}){var n;this.$_hideInProgress||(this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:this.$_isAimingPopper()?this.parentPopper\u0026\u0026(this.parentPopper.lockedChild\u003dthis,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer\u003dsetTimeout(()\u003d\u003e{this.parentPopper.lockedChild\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild.hide({skipDelay:e}),this.parentPopper.lockedChild\u003dnull)},1e3)):((null\u003d\u003d(n\u003dthis.parentPopper)?void 0:n.lockedChild)\u003d\u003d\u003dthis\u0026\u0026(this.parentPopper.lockedChild\u003dnull),this.$_pendingHide\u003d!1,this.$_scheduleHide(t,e),this.$emit(\"hide\"),this.$emit(\"update:shown\",!1)))},init(){this.$_isDisposed\u0026\u0026(this.$_isDisposed\u003d!1,this.isMounted\u003d!1,this.$_events\u003d[],this.$_preventShow\u003d!1,this.$_referenceNode\u003dthis.referenceNode(),this.$_targetNodes\u003dthis.targetNodes().filter(t\u003d\u003et.nodeType\u003d\u003d\u003dt.ELEMENT_NODE),this.$_popperNode\u003dthis.popperNode(),this.$_innerNode\u003dthis.$_popperNode.querySelector(\".v-popper__inner\"),this.$_arrowNode\u003dthis.$_popperNode.querySelector(\".v-popper__arrow-container\"),this.$_swapTargetAttrs(\"title\",\"data-original-title\"),this.$_detachPopperNode(),this.triggers.length\u0026\u0026this.$_addEventListeners(),this.shown\u0026\u0026this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed\u003d!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted\u003d!1,this.isShown\u003d!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs(\"data-original-title\",\"title\"),this.$emit(\"dispose\"))},async onResize(){this.isShown\u0026\u0026(await this.$_computePosition(),this.$emit(\"resize\"))},async $_computePosition(){var t;if(this.$_isDisposed||this.positioningDisabled)return;const e\u003d{strategy:this.strategy,middleware:[]};(this.distance||this.skidding)\u0026\u0026e.middleware.push($({mainAxis:this.distance,crossAxis:this.skidding}));const n\u003dthis.placement.startsWith(\"auto\");if(n?e.middleware.push(x({alignment:null!\u003d(t\u003dthis.placement.split(\"-\")[1])?t:\"\"})):e.placement\u003dthis.placement,this.preventOverflow\u0026\u0026(this.shift\u0026\u0026e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"shift\",options:t,async fn(e){const{x:n,y:i,placement:o}\u003de,{mainAxis:s\u003d!0,crossAxis:l\u003d!1,limiter:c\u003d{fn:t\u003d\u003e{let{x:e,y:n}\u003dt;return{x:e,y:n}}},...u}\u003dt,d\u003d{x:n,y:i},p\u003dawait h(e,u),f\u003da(r(o)),v\u003dk(f);let g\u003dd[f],y\u003dd[v];if(s){const t\u003d\"y\"\u003d\u003d\u003df?\"bottom\":\"right\";g\u003dm(g+p[\"y\"\u003d\u003d\u003df?\"top\":\"left\"],g,g-p[t])}if(l){const t\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\";y\u003dm(y+p[\"y\"\u003d\u003d\u003dv?\"top\":\"left\"],y,y-p[t])}const w\u003dc.fn({...e,[f]:g,[v]:y});return{...w,data:{x:w.x-n,y:w.y-i}}}}}({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n\u0026\u0026this.flip\u0026\u0026e.middleware.push(C({padding:this.overflowPadding,boundary:this.boundary}))),e.middleware.push((t\u003d\u003e({name:\"arrow\",options:t,async fn(e){const{element:n,padding:i\u003d0}\u003dnull!\u003dt?t:{},{x:o,y:s,placement:c,rects:d,platform:h}\u003de;if(null\u003d\u003dn)return{};const p\u003du(i),f\u003d{x:o,y:s},v\u003da(r(c)),g\u003dl(v),y\u003dawait h.getDimensions({element:n}),w\u003d\"y\"\u003d\u003d\u003dv?\"top\":\"left\",b\u003d\"y\"\u003d\u003d\u003dv?\"bottom\":\"right\",_\u003dd.reference[g]+d.reference[v]-f[v]-d.floating[g],S\u003df[v]-d.reference[v],x\u003dawait h.getOffsetParent({element:n}),C\u003dx?\"y\"\u003d\u003d\u003dv?x.clientHeight||0:x.clientWidth||0:0,$\u003d_/2-S/2,k\u003dp[w],T\u003dC-y[g]-p[b],E\u003dC/2-y[g]/2+$,O\u003dm(k,E,T);return{data:{[v]:O,centerOffset:E-O}}}}))({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow\u0026\u0026e.middleware.push({name:\"arrowOverflow\",fn:({placement:t,rects:e,middlewareData:n})\u003d\u003e{let i;const{centerOffset:o}\u003dn.arrow;return i\u003dt.startsWith(\"top\")||t.startsWith(\"bottom\")?Math.abs(o)\u003ee.reference.width/2:Math.abs(o)\u003ee.reference.height/2,{data:{overflow:i}}}}),this.autoMinSize||this.autoSize){const t\u003dthis.autoSize?this.autoSize:this.autoMinSize?\"min\":null;e.middleware.push({name:\"autoSize\",fn:({rects:e,placement:n,middlewareData:i})\u003d\u003e{var o;if(null\u003d\u003d(o\u003di.autoSize)?void 0:o.skip)return{};let r,s;return n.startsWith(\"top\")||n.startsWith(\"bottom\")?r\u003de.reference.width:s\u003de.reference.height,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minWidth\":\"max\"\u003d\u003d\u003dt?\"maxWidth\":\"width\"]\u003dnull!\u003dr?r+\"px\":null,this.$_innerNode.style[\"min\"\u003d\u003d\u003dt?\"minHeight\":\"max\"\u003d\u003d\u003dt?\"maxHeight\":\"height\"]\u003dnull!\u003ds?s+\"px\":null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)\u0026\u0026(this.$_innerNode.style.maxWidth\u003dnull,this.$_innerNode.style.maxHeight\u003dnull,e.middleware.push(function(t){return void 0\u003d\u003d\u003dt\u0026\u0026(t\u003d{}),{name:\"size\",options:t,async fn(e){var n;const{placement:i,rects:o,middlewareData:a}\u003de,{apply:l,...c}\u003dt;if(null!\u003d(n\u003da.size)\u0026\u0026n.skip)return{};const u\u003dawait h(e,c),d\u003dr(i),p\u003d\"end\"\u003d\u003d\u003ds(i);let m,v;\"top\"\u003d\u003d\u003dd||\"bottom\"\u003d\u003d\u003dd?(m\u003dd,v\u003dp?\"left\":\"right\"):(v\u003dd,m\u003dp?\"top\":\"bottom\");const g\u003df(u.left,0),y\u003df(u.right,0),w\u003df(u.top,0),b\u003df(u.bottom,0),_\u003d{height:o.floating.height-([\"left\",\"right\"].includes(i)?2*(0!\u003d\u003dw||0!\u003d\u003db?w+b:f(u.top,u.bottom)):u[m]),width:o.floating.width-([\"top\",\"bottom\"].includes(i)?2*(0!\u003d\u003dg||0!\u003d\u003dy?g+y:f(u.left,u.right)):u[v])};return null\u003d\u003dl||l({..._,...o}),{data:{skip:!0},reset:{rects:!0}}}}}({boundary:this.boundary,padding:this.overflowPadding,apply:({width:t,height:e})\u003d\u003e{this.$_innerNode.style.maxWidth\u003dnull!\u003dt?t+\"px\":null,this.$_innerNode.style.maxHeight\u003dnull!\u003de?e+\"px\":null}})));const i\u003dawait J(this.$_referenceNode,this.$_popperNode,e);Object.assign(this.result,{x:i.x,y:i.y,placement:i.placement,strategy:i.strategy,arrow:ct(ct({},i.middlewareData.arrow),i.middlewareData.arrowOverflow)})},$_scheduleShow(t\u003dnull,e\u003d!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress\u003d!1,clearTimeout(this.$_scheduleTimer),bt\u0026\u0026this.instantMove\u0026\u0026bt.instantMove\u0026\u0026bt!\u003d\u003dthis.parentPopper)return bt.$_applyHide(!0),void this.$_applyShow(!0);e?this.$_applyShow():this.$_scheduleTimer\u003dsetTimeout(this.$_applyShow.bind(this),this.$_computeDelay(\"show\"))},$_scheduleHide(t\u003dnull,e\u003d!1){this.shownChildren.size\u003e0?this.$_pendingHide\u003d!0:(this.$_updateParentShownChildren(!1),this.$_hideInProgress\u003d!0,clearTimeout(this.$_scheduleTimer),this.isShown\u0026\u0026(bt\u003dthis),e?this.$_applyHide():this.$_scheduleTimer\u003dsetTimeout(this.$_applyHide.bind(this),this.$_computeDelay(\"hide\")))},$_computeDelay(t){const e\u003dthis.delay;return parseInt(e\u0026\u0026e[t]||e||0)},async $_applyShow(t\u003d!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition\u003dt,this.isShown||(this.$_ensureTeleport(),await yt(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...Y(this.$_referenceNode),...Y(this.$_popperNode)],\"scroll\",()\u003d\u003e{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t\u003dthis.$_referenceNode.getBoundingClientRect(),e\u003dthis.$_popperNode.querySelector(\".v-popper__wrapper\"),n\u003de.parentNode.getBoundingClientRect(),i\u003dt.x+t.width/2-(n.left+e.offsetLeft),o\u003dt.y+t.height/2-(n.top+e.offsetTop);this.result.transformOrigin\u003d`${i}px ${o}px`}this.isShown\u003d!0,this.$_applyAttrsToTarget({\"aria-describedby\":this.popperId,\"data-popper-shown\":\"\"});const t\u003dthis.showGroup;if(t){let e;for(let n\u003d0;n\u003cwt.length;n++)e\u003dwt[n],e.showGroup!\u003d\u003dt\u0026\u0026(e.hide(),e.$emit(\"close-group\"))}wt.push(this),this.$emit(\"apply-show\"),this.classes.showFrom\u003d!0,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!1,await yt(),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!0},async $_applyHide(t\u003d!1){if(this.shownChildren.size\u003e0)return this.$_pendingHide\u003d!0,void(this.$_hideInProgress\u003d!1);if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition\u003dt,function(t,e){const n\u003dt.indexOf(e);-1!\u003d\u003dn\u0026\u0026t.splice(n,1)}(wt,this),bt\u003d\u003d\u003dthis\u0026\u0026(bt\u003dnull),this.isShown\u003d!1,this.$_applyAttrsToTarget({\"aria-describedby\":void 0,\"data-popper-shown\":void 0}),clearTimeout(this.$_disposeTimer);const e\u003dht(this.theme,\"disposeTimeout\");null!\u003d\u003de\u0026\u0026(this.$_disposeTimer\u003dsetTimeout(()\u003d\u003e{this.$_popperNode\u0026\u0026(this.$_detachPopperNode(),this.isMounted\u003d!1)},e)),this.$_removeEventListeners(\"scroll\"),this.$emit(\"apply-hide\"),this.classes.showFrom\u003d!1,this.classes.showTo\u003d!1,this.classes.hideFrom\u003d!0,this.classes.hideTo\u003d!1,await yt(),this.classes.hideFrom\u003d!1,this.classes.hideTo\u003d!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let t\u003dthis.container;if(\"string\"\u003d\u003dtypeof t?t\u003dwindow.document.querySelector(t):!1\u003d\u003d\u003dt\u0026\u0026(t\u003dthis.$_targetNodes[0].parentNode),!t)throw new Error(\"No container for popover: \"+this.container);t.appendChild(this.$_popperNode),this.isMounted\u003d!0},$_addEventListeners(){const t\u003dt\u003d\u003e{this.isShown\u0026\u0026!this.$_hideInProgress||(t.usedByTooltip\u003d!0,!this.$_preventShow\u0026\u0026this.show({event:t}))};this.$_registerTriggerListeners(this.$_targetNodes,vt,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],vt,this.popperTriggers,this.popperShowTriggers,t);const e\u003dt\u003d\u003e{t.usedByTooltip||this.hide({event:t})};this.$_registerTriggerListeners(this.$_targetNodes,gt,this.triggers,this.hideTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],gt,this.popperTriggers,this.popperHideTriggers,e)},$_registerEventListeners(t,e,n){this.$_events.push({targetNodes:t,eventType:e,handler:n}),t.forEach(t\u003d\u003et.addEventListener(e,n,pt?{passive:!0}:void 0))},$_registerTriggerListeners(t,e,n,i,o){let r\u003dn;null!\u003di\u0026\u0026(r\u003d\"function\"\u003d\u003dtypeof i?i(r):i),r.forEach(n\u003d\u003e{const i\u003de[n];i\u0026\u0026this.$_registerEventListeners(t,i,o)})},$_removeEventListeners(t){const e\u003d[];this.$_events.forEach(n\u003d\u003e{const{targetNodes:i,eventType:o,handler:r}\u003dn;t\u0026\u0026t!\u003d\u003do?e.push(n):i.forEach(t\u003d\u003et.removeEventListener(o,r))}),this.$_events\u003de},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,e\u003d!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit(\"close-directive\"):this.$emit(\"auto-hide\"),e\u0026\u0026(this.$_preventShow\u003d!0,setTimeout(()\u003d\u003e{this.$_preventShow\u003d!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode\u0026\u0026this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,e){for(const n of this.$_targetNodes){const i\u003dn.getAttribute(t);i\u0026\u0026(n.removeAttribute(t),n.setAttribute(e,i))}},$_applyAttrsToTarget(t){for(const e of this.$_targetNodes)for(const n in t){const i\u003dt[n];null\u003d\u003di?e.removeAttribute(n):e.setAttribute(n,i)}},$_updateParentShownChildren(t){let e\u003dthis.parentPopper;for(;e;)t?e.shownChildren.add(this.randomId):(e.shownChildren.delete(this.randomId),e.$_pendingHide\u0026\u0026e.hide()),e\u003de.parentPopper},$_isAimingPopper(){const t\u003dthis.$el.getBoundingClientRect();if(Pt\u003e\u003dt.left\u0026\u0026Pt\u003c\u003dt.right\u0026\u0026Lt\u003e\u003dt.top\u0026\u0026Lt\u003c\u003dt.bottom){const t\u003dthis.$_popperNode.getBoundingClientRect(),e\u003dPt-Ot,n\u003dLt-Bt,i\u003dt.left+t.width/2-Ot+(t.top+t.height/2)-Bt+t.width+t.height,o\u003dOt+e*i,r\u003dBt+n*i;return Nt(Ot,Bt,o,r,t.left,t.top,t.left,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.top,t.right,t.top)||Nt(Ot,Bt,o,r,t.right,t.top,t.right,t.bottom)||Nt(Ot,Bt,o,r,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$scopedSlots.default(this.slotData)[0]}});function $t(t){for(let e\u003d0;e\u003cwt.length;e++){const n\u003dwt[e];try{const e\u003dn.popperNode();n.$_mouseDownContains\u003de.contains(t.target)}catch(t){}}}function kt(t,e\u003d!1){const n\u003d{};for(let i\u003dwt.length-1;i\u003e\u003d0;i--){const o\u003dwt[i];try{const i\u003do.$_containsGlobalTarget\u003dTt(o,t);o.$_pendingHide\u003d!1,requestAnimationFrame(()\u003d\u003e{if(o.$_pendingHide\u003d!1,!n[o.randomId]\u0026\u0026Et(o,i,t)){if(o.$_handleGlobalClose(t,e),!t.closeAllPopover\u0026\u0026t.closePopover\u0026\u0026i){let t\u003do.parentPopper;for(;t;)n[t.randomId]\u003d!0,t\u003dt.parentPopper;return}let r\u003do.parentPopper;for(;r\u0026\u0026Et(r,r.$_containsGlobalTarget,t);)r.$_handleGlobalClose(t,e),r\u003dr.parentPopper}})}catch(t){}}}function Tt(t,e){const n\u003dt.popperNode();return t.$_mouseDownContains||n.contains(e.target)}function Et(t,e,n){return n.closeAllPopover||n.closePopover\u0026\u0026e||t.autoHide\u0026\u0026!e}\"undefined\"!\u003dtypeof document\u0026\u0026\"undefined\"!\u003dtypeof window\u0026\u0026(ft?(document.addEventListener(\"touchstart\",$t,!pt||{passive:!0,capture:!0}),document.addEventListener(\"touchend\",(function(t){kt(t,!0)}),!pt||{passive:!0,capture:!0})):(window.addEventListener(\"mousedown\",$t,!0),window.addEventListener(\"click\",(function(t){kt(t)}),!0)),window.addEventListener(\"resize\",(function(t){for(let e\u003d0;e\u003cwt.length;e++){wt[e].$_computePosition(t)}})));let Ot\u003d0,Bt\u003d0,Pt\u003d0,Lt\u003d0;function Nt(t,e,n,i,o,r,s,a){const l\u003d((s-o)*(e-r)-(a-r)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e)),c\u003d((n-t)*(e-r)-(i-e)*(t-o))/((a-r)*(n-t)-(s-o)*(i-e));return l\u003e\u003d0\u0026\u0026l\u003c\u003d1\u0026\u0026c\u003e\u003d0\u0026\u0026c\u003c\u003d1}var At;function zt(){zt.init||(zt.init\u003d!0,At\u003d-1!\u003d\u003dfunction(){var t\u003dwindow.navigator.userAgent,e\u003dt.indexOf(\"MSIE \");if(e\u003e0)return parseInt(t.substring(e+5,t.indexOf(\".\",e)),10);if(t.indexOf(\"Trident/\")\u003e0){var n\u003dt.indexOf(\"rv:\");return parseInt(t.substring(n+3,t.indexOf(\".\",n)),10)}var i\u003dt.indexOf(\"Edge/\");return i\u003e0?parseInt(t.substring(i+5,t.indexOf(\".\",i)),10):-1}())}function Mt(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n}\"undefined\"!\u003dtypeof window\u0026\u0026window.addEventListener(\"mousemove\",t\u003d\u003e{Ot\u003dPt,Bt\u003dLt,Pt\u003dt.clientX,Lt\u003dt.clientY},pt?{passive:!0}:void 0);var Ht\u003d{name:\"ResizeObserver\",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},mounted:function(){var t\u003dthis;zt(),this.$nextTick((function(){t._w\u003dt.$el.offsetWidth,t._h\u003dt.$el.offsetHeight,t.emitOnMount\u0026\u0026t.emitSize()}));var e\u003ddocument.createElement(\"object\");this._resizeObject\u003de,e.setAttribute(\"aria-hidden\",\"true\"),e.setAttribute(\"tabindex\",-1),e.onload\u003dthis.addResizeHandlers,e.type\u003d\"text/html\",At\u0026\u0026this.$el.appendChild(e),e.data\u003d\"about:blank\",At||this.$el.appendChild(e)},beforeDestroy:function(){this.removeResizeHandlers()},methods:{compareAndNotify:function(){(!this.ignoreWidth\u0026\u0026this._w!\u003d\u003dthis.$el.offsetWidth||!this.ignoreHeight\u0026\u0026this._h!\u003d\u003dthis.$el.offsetHeight)\u0026\u0026(this._w\u003dthis.$el.offsetWidth,this._h\u003dthis.$el.offsetHeight,this.emitSize())},emitSize:function(){this.$emit(\"notify\",{width:this._w,height:this._h})},addResizeHandlers:function(){this._resizeObject.contentDocument.defaultView.addEventListener(\"resize\",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers:function(){this._resizeObject\u0026\u0026this._resizeObject.onload\u0026\u0026(!At\u0026\u0026this._resizeObject.contentDocument\u0026\u0026this._resizeObject.contentDocument.defaultView.removeEventListener(\"resize\",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload\u003dnull,this._resizeObject\u003dnull)}}},Dt\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"resize-observer\",attrs:{tabindex:\"-1\"}})};Dt._withStripped\u003d!0;var Rt\u003dMt({render:Dt,staticRenderFns:[]},void 0,Ht,\"data-v-8859cc6c\",!1,void 0,!1,void 0,void 0,void 0);var jt\u003d{version:\"1.0.1\",install:function(t){t.component(\"resize-observer\",Rt),t.component(\"ResizeObserver\",Rt)}},It\u003dnull;\"undefined\"!\u003dtypeof window?It\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(It\u003di.g.Vue),It\u0026\u0026It.use(jt);var qt\u003d{computed:{themeClass(){return function(t){const e\u003d[t];let n\u003ddt.themes[t]||{};do{n.$extend\u0026\u0026!n.$resetCss?(e.push(n.$extend),n\u003ddt.themes[n.$extend]||{}):n\u003dnull}while(n);return e.map(t\u003d\u003e\"v-popper--theme-\"+t)}(this.theme)}}},Wt\u003d{name:\"VPopperContent\",components:{ResizeObserver:Rt},mixins:[qt],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},methods:{toPx:t\u003d\u003enull\u003d\u003dt||isNaN(t)?null:t+\"px\"}};function Ft(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const Vt\u003d{};var Ut\u003dFt(Wt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{ref:\"popover\",staticClass:\"v-popper__popper\",class:[t.themeClass,t.classes.popperClass,{\"v-popper__popper--shown\":t.shown,\"v-popper__popper--hidden\":!t.shown,\"v-popper__popper--show-from\":t.classes.showFrom,\"v-popper__popper--show-to\":t.classes.showTo,\"v-popper__popper--hide-from\":t.classes.hideFrom,\"v-popper__popper--hide-to\":t.classes.hideTo,\"v-popper__popper--skip-transition\":t.skipTransition,\"v-popper__popper--arrow-overflow\":t.result\u0026\u0026t.result.arrow.overflow,\"v-popper__popper--no-positioning\":!t.result}],style:t.result?{position:t.result.strategy,transform:\"translate3d(\"+Math.round(t.result.x)+\"px,\"+Math.round(t.result.y)+\"px,0)\"}:void 0,attrs:{id:t.popperId,\"aria-hidden\":t.shown?\"false\":\"true\",tabindex:t.autoHide?0:void 0,\"data-popper-placement\":t.result?t.result.placement:void 0},on:{keyup:function(e){if(!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"]))return null;t.autoHide\u0026\u0026t.$emit(\"hide\")}}},[n(\"div\",{staticClass:\"v-popper__backdrop\",on:{click:function(e){t.autoHide\u0026\u0026t.$emit(\"hide\")}}}),n(\"div\",{staticClass:\"v-popper__wrapper\",style:t.result?{transformOrigin:t.result.transformOrigin}:void 0},[n(\"div\",{ref:\"inner\",staticClass:\"v-popper__inner\"},[t.mounted?[n(\"div\",[t._t(\"default\")],2),t.handleResize?n(\"ResizeObserver\",{on:{notify:function(e){return t.$emit(\"resize\",e)}}}):t._e()]:t._e()],2),n(\"div\",{ref:\"arrow\",staticClass:\"v-popper__arrow-container\",style:t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0},[n(\"div\",{staticClass:\"v-popper__arrow-outer\"}),n(\"div\",{staticClass:\"v-popper__arrow-inner\"})])])])}),[],!1,Qt,null,null,null);function Qt(t){for(let t in Vt)this[t]\u003dVt[t]}var Xt\u003dfunction(){return Ut.exports}(),Yt\u003d{methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}},Kt\u003d{name:\"VPopperWrapper\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt,qt],inheritAttrs:!1,props:{theme:{type:String,default(){return this.$options.vPopperTheme}}},methods:{getTargetNodes(){return Array.from(this.$refs.reference.children).filter(t\u003d\u003et!\u003d\u003dthis.$refs.popperContent.$el)}}};const Gt\u003d{};var Zt\u003dFt(Kt,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"target-nodes\":t.getTargetNodes,\"reference-node\":function(){return t.$refs.reference},\"popper-node\":function(){return t.$refs.popperContent.$el}},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.show,c\u003de.hide,u\u003de.handleResize,d\u003de.onResize,h\u003de.classes,p\u003de.result;return[n(\"div\",{ref:\"reference\",staticClass:\"v-popper\",class:[t.themeClass,{\"v-popper--shown\":o}]},[t._t(\"default\",null,{shown:o,show:l,hide:c}),n(\"PopperContent\",{ref:\"popperContent\",attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":u,classes:h,result:p},on:{hide:c,resize:d}},[t._t(\"popper\",null,{shown:o,hide:c})],2)],2)]}}],null,!0)},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,Jt,null,null,null);function Jt(t){for(let t in Gt)this[t]\u003dGt[t]}var te\u003dfunction(){return Zt.exports}(),ee\u003dut(ct({},te),{name:\"VDropdown\",vPopperTheme:\"dropdown\"});const ne\u003d{};var ie\u003dFt(ee,void 0,void 0,!1,oe,null,null,null);function oe(t){for(let t in ne)this[t]\u003dne[t]}var re\u003dfunction(){return ie.exports}(),se\u003dut(ct({},te),{name:\"VMenu\",vPopperTheme:\"menu\"});const ae\u003d{};var le\u003dFt(se,void 0,void 0,!1,ce,null,null,null);function ce(t){for(let t in ae)this[t]\u003dae[t]}var ue\u003dfunction(){return le.exports}(),de\u003dut(ct({},te),{name:\"VTooltip\",vPopperTheme:\"tooltip\"});const he\u003d{};var pe\u003dFt(de,void 0,void 0,!1,fe,null,null,null);function fe(t){for(let t in he)this[t]\u003dhe[t]}var me\u003dfunction(){return pe.exports}(),ve\u003d{name:\"VTooltipDirective\",components:{Popper:Ct(),PopperContent:Xt},mixins:[Yt],inheritAttrs:!1,props:{theme:{type:String,default:\"tooltip\"},html:{type:Boolean,default(){return ht(this.theme,\"html\")}},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default(){return ht(this.theme,\"loadingContent\")}}},data:()\u003d\u003e({asyncContent:null}),computed:{isContentAsync(){return\"function\"\u003d\u003dtypeof this.content},loading(){return this.isContentAsync\u0026\u0026null\u003d\u003dthis.asyncContent},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(t){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId\u003d0},methods:{fetchContent(t){if(\"function\"\u003d\u003dtypeof this.content\u0026\u0026this.$_isShown\u0026\u0026(t||!this.$_loading\u0026\u0026null\u003d\u003dthis.asyncContent)){this.asyncContent\u003dnull,this.$_loading\u003d!0;const t\u003d++this.$_fetchId,e\u003dthis.content(this);e.then?e.then(e\u003d\u003ethis.onResult(t,e)):this.onResult(t,e)}},onResult(t,e){t\u003d\u003d\u003dthis.$_fetchId\u0026\u0026(this.$_loading\u003d!1,this.asyncContent\u003de)},onShow(){this.$_isShown\u003d!0,this.fetchContent()},onHide(){this.$_isShown\u003d!1}}};const ge\u003d{};var ye\u003dFt(ve,(function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"Popper\",t._g(t._b({ref:\"popper\",attrs:{theme:t.theme,\"popper-node\":function(){return t.$refs.popperContent.$el}},on:{\"apply-show\":t.onShow,\"apply-hide\":t.onHide},scopedSlots:t._u([{key:\"default\",fn:function(e){var i\u003de.popperId,o\u003de.isShown,r\u003de.shouldMountContent,s\u003de.skipTransition,a\u003de.autoHide,l\u003de.hide,c\u003de.handleResize,u\u003de.onResize,d\u003de.classes,h\u003de.result;return[n(\"PopperContent\",{ref:\"popperContent\",class:{\"v-popper--tooltip-loading\":t.loading},attrs:{\"popper-id\":i,theme:t.theme,shown:o,mounted:r,\"skip-transition\":s,\"auto-hide\":a,\"handle-resize\":c,classes:d,result:h},on:{hide:l,resize:u}},[t.html?n(\"div\",{domProps:{innerHTML:t._s(t.finalContent)}}):n(\"div\",{domProps:{textContent:t._s(t.finalContent)}})])]}}])},\"Popper\",t.$attrs,!1),t.$listeners))}),[],!1,we,null,null,null);function we(t){for(let t in ge)this[t]\u003dge[t]}var be\u003dfunction(){return ye.exports}();function _e(t,e,n){let i;const o\u003dtypeof e;return i\u003d\"string\"\u003d\u003d\u003do?{content:e}:e\u0026\u0026\"object\"\u003d\u003d\u003do?e:{content:!1},i.placement\u003dfunction(t,e){let n\u003dt.placement;if(!n\u0026\u0026e)for(const t of mt)e[t]\u0026\u0026(n\u003dt);return n||(n\u003dht(t.theme||\"tooltip\",\"placement\")),n}(i,n),i.targetNodes\u003d()\u003d\u003e[t],i.referenceNode\u003d()\u003d\u003et,i}function Se(t,e,n){const i\u003d_e(t,e,n),o\u003dt.$_popper\u003dnew(et())({mixins:[Yt],data:()\u003d\u003e({options:i}),render(t){const e\u003dthis.options,{theme:n,html:i,content:o,loadingContent:r}\u003de,s\u003d((t,e)\u003d\u003e{var n\u003d{};for(var i in t)st.call(t,i)\u0026\u0026e.indexOf(i)\u003c0\u0026\u0026(n[i]\u003dt[i]);if(null!\u003dt\u0026\u0026rt)for(var i of rt(t))e.indexOf(i)\u003c0\u0026\u0026at.call(t,i)\u0026\u0026(n[i]\u003dt[i]);return n})(e,[\"theme\",\"html\",\"content\",\"loadingContent\"]);return t(be,{props:{theme:n,html:i,content:o,loadingContent:r},attrs:s,ref:\"popper\"})},devtools:{hide:!0}}),r\u003ddocument.createElement(\"div\");return document.body.appendChild(r),o.$mount(r),t.classList\u0026\u0026t.classList.add(\"v-popper--has-tooltip\"),o}function xe(t){t.$_popper\u0026\u0026(t.$_popper.$destroy(),delete t.$_popper,delete t.$_popperOldShown),t.classList\u0026\u0026t.classList.remove(\"v-popper--has-tooltip\")}function Ce(t,{value:e,oldValue:n,modifiers:i}){const o\u003d_e(t,e,i);if(!o.content||ht(o.theme||\"tooltip\",\"disabled\"))xe(t);else{let n;t.$_popper?(n\u003dt.$_popper,n.options\u003do):n\u003dSe(t,e,i),void 0!\u003d\u003de.shown\u0026\u0026e.shown!\u003d\u003dt.$_popperOldShown\u0026\u0026(t.$_popperOldShown\u003de.shown,e.shown?n.show():n.hide())}}var $e\u003d{bind:Ce,update:Ce,unbind(t){xe(t)}};function ke(t){t.addEventListener(\"click\",Ee),t.addEventListener(\"touchstart\",Oe,!!pt\u0026\u0026{passive:!0})}function Te(t){t.removeEventListener(\"click\",Ee),t.removeEventListener(\"touchstart\",Oe),t.removeEventListener(\"touchend\",Be),t.removeEventListener(\"touchcancel\",Pe)}function Ee(t){const e\u003dt.currentTarget;t.closePopover\u003d!e.$_vclosepopover_touch,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}function Oe(t){if(1\u003d\u003d\u003dt.changedTouches.length){const e\u003dt.currentTarget;e.$_vclosepopover_touch\u003d!0;const n\u003dt.changedTouches[0];e.$_vclosepopover_touchPoint\u003dn,e.addEventListener(\"touchend\",Be),e.addEventListener(\"touchcancel\",Pe)}}function Be(t){const e\u003dt.currentTarget;if(e.$_vclosepopover_touch\u003d!1,1\u003d\u003d\u003dt.changedTouches.length){const n\u003dt.changedTouches[0],i\u003de.$_vclosepopover_touchPoint;t.closePopover\u003dMath.abs(n.screenY-i.screenY)\u003c20\u0026\u0026Math.abs(n.screenX-i.screenX)\u003c20,t.closeAllPopover\u003de.$_closePopoverModifiers\u0026\u0026!!e.$_closePopoverModifiers.all}}function Pe(t){t.currentTarget.$_vclosepopover_touch\u003d!1}var Le\u003d{bind(t,{value:e,modifiers:n}){t.$_closePopoverModifiers\u003dn,(void 0\u003d\u003d\u003de||e)\u0026\u0026ke(t)},update(t,{value:e,oldValue:n,modifiers:i}){t.$_closePopoverModifiers\u003di,e!\u003d\u003dn\u0026\u0026(void 0\u003d\u003d\u003de||e?ke(t):Te(t))},unbind(t){Te(t)}};const Ne\u003dre,Ae\u003dme;const ze\u003d{version:\"1.0.0-beta.14\",install:function(t,e\u003d{}){t.$_vTooltipInstalled||(t.$_vTooltipInstalled\u003d!0,function t(e,n){for(const i in n)Object.prototype.hasOwnProperty.call(n,i)\u0026\u0026(\"object\"\u003d\u003dtypeof n[i]\u0026\u0026e[i]?t(e[i],n[i]):e[i]\u003dn[i])}(dt,e),t.directive(\"tooltip\",$e),t.directive(\"close-popper\",Le),t.component(\"v-tooltip\",me),t.component(\"VTooltip\",me),t.component(\"v-dropdown\",re),t.component(\"VDropdown\",re),t.component(\"v-menu\",ue),t.component(\"VMenu\",ue))},options:dt};let Me\u003dnull;\"undefined\"!\u003dtypeof window?Me\u003dwindow.Vue:void 0!\u003d\u003di.g\u0026\u0026(Me\u003di.g.Vue),Me\u0026\u0026Me.use(ze);var He\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"alert box-container\",t.containerStyle(),t.addClass,{\"d-flex\":t.seamlessHeaderBool()}],style:t.customStyle()},[t.seamlessHeaderBool()?n(\"div\",{staticClass:\"d-flex\"},[t.iconBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"header-and-body\"},[t.headerBool()?n(\"div\",{class:[\"box-header-wrapper\",{\"alert-dismissible\":t.dismissible}]},[t.iconBool()\u0026\u0026!t.seamlessHeaderBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"box-header\"},[t._t(\"header\")],2),t._v(\" \"),t.dismissible?n(\"button\",{staticClass:\"btn-close close-with-heading\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()]):t._e(),t._v(\" \"),n(\"div\",{class:[\"box-body-wrapper\",{\"alert-dismissible\":t.dismissible\u0026\u0026!t.headerBool(),\"box-body-wrapper-with-heading\":t.headerBool()}]},[t.iconBool()\u0026\u0026!t.headerBool()?n(\"div\",{class:[\"icon-wrapper\",t.iconStyle()],style:t.customIconColorStyle()},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas\",t.getFontAwesomeIconStyle()]})]}))],2):t._e(),t._v(\" \"),t.seamlessNoHeaderBool()?n(\"div\",{staticClass:\"vertical-divider\",class:t.getBootstrapAlertStyle(),attrs:{\"aria-hidden\":\"true\"}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"contents\",style:t.customColorStyle()},[t._t(\"default\")],2),t._v(\" \"),t.dismissible\u0026\u0026!t.headerBool()?n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"data-bs-dismiss\":\"alert\",\"aria-label\":\"Close\"}}):t._e()])])])};He._withStripped\u003d!0;var De\u003dfunction(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t};function Re(t){return\"string\"\u003d\u003dtypeof t?\"\"\u003d\u003d\u003dt||\"true\"\u003d\u003d\u003dt||\"false\"!\u003d\u003dt\u0026\u0026\"null\"!\u003d\u003dt\u0026\u0026\"undefined\"!\u003d\u003dt\u0026\u0026t:t}function je(t){return\"number\"\u003d\u003dtypeof t?t:null\u003d\u003dt||isNaN(Number(t))?null:Number(t)}function Ie(t){var e\u003dt.split(\"#\"),n\u003d\"\";return e.length\u003e1\u0026\u0026(n\u003de[1]),n}function qe(t,e,n,i,o,r,s,a){var l,c\u003d\"function\"\u003d\u003dtypeof t?t.options:t;if(e\u0026\u0026(c.render\u003de,c.staticRenderFns\u003dn,c._compiled\u003d!0),i\u0026\u0026(c.functional\u003d!0),r\u0026\u0026(c._scopeId\u003d\"data-v-\"+r),s?(l\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),o\u0026\u0026o.call(this,t),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(s)},c._ssrRegister\u003dl):o\u0026\u0026(l\u003da?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles\u003dl;var u\u003dc.render;c.render\u003dfunction(t,e){return l.call(e),u(t,e)}}else{var d\u003dc.beforeCreate;c.beforeCreate\u003dd?[].concat(d,l):[l]}return{exports:t,options:c}}const We\u003dqe({props:{dismissible:{type:Boolean,default:!1},backgroundColor:{type:String,default:null},borderColor:{type:String,default:null},borderLeftColor:{type:String,default:null},color:{type:String,default:null},icon:{type:String,default:null},iconSize:{type:String,default:null},iconColor:{type:String,default:null},type:{type:String,default:\"\"},addClass:{type:String,default:\"\"},light:{type:Boolean,default:!1},seamless:{type:Boolean,default:!1},noIcon:{type:Boolean,default:!1},noBackground:{type:Boolean,default:!1},noBorder:{type:Boolean,default:!1},theme:{type:String,default:\"\"}},computed:{bootStrapStyle:function(){return function(t,e){var n,i,o\u003d[\"warning\",\"info\",\"definition\",\"success\",\"danger\",\"tip\",\"important\",\"wrong\"].includes(t)?t:\"\",r\u003d[\"primary\",\"secondary\",\"success\",\"danger\",\"warning\",\"info\",\"light\",\"dark\"].includes(e)?e:\"\";if(r)n\u003dr;else switch(o){case\"warning\":n\u003d\"warning\";break;case\"info\":n\u003d\"info\";break;case\"definition\":n\u003d\"primary\";break;case\"success\":case\"tip\":n\u003d\"success\";break;case\"important\":case\"wrong\":n\u003d\"danger\";break;default:n\u003d\"default\"}switch(o){case\"wrong\":i\u003d\"fa-times\";break;case\"warning\":i\u003d\"fa-exclamation\";break;case\"info\":i\u003d\"fa-info\";break;case\"success\":i\u003d\"fa-check\";break;case\"important\":i\u003d\"fa-flag\";break;case\"tip\":i\u003d\"fa-lightbulb\";break;case\"definition\":i\u003d\"fa-atlas\";break;default:i\u003d\"\"}return{style:n,icon:i}}(this.type,this.theme)}},methods:{isSeamless:function(){return!this.light\u0026\u0026this.seamless},seamlessNoHeaderBool:function(){return this.isSeamless()\u0026\u0026!this.headerBool()},seamlessHeaderBool:function(){return this.isSeamless()\u0026\u0026this.headerBool()},headerBool:function(){return!!this.$scopedSlots.header},iconBool:function(){var t\u003d!!this.$scopedSlots.icon;return!this.noIcon\u0026\u0026this.type||t},containerStyle:function(){var t;return t\u003dthis.light?\"\".concat(this.getBootstrapBorderStyle(),\" alert-border-left\"):this.seamless?\"seamless\":this.getBootstrapAlertStyle(),this.noBackground\u0026\u0026(t+\u003d\" no-background\"),this.noBorder\u0026\u0026(t+\u003d\" no-border\"),t},customStyle:function(){var t\u003d{};return this.backgroundColor\u0026\u0026(t.backgroundColor\u003dthis.backgroundColor,t.borderColor\u003dthis.backgroundColor),this.borderColor\u0026\u0026(t.border\u003d\"1px solid \".concat(this.borderColor)),this.borderLeftColor\u0026\u0026(t.borderLeft\u003d\"5px solid \".concat(this.borderLeftColor)),t},customColorStyle:function(){return this.color?{color:this.color}:{}},iconStyle:function(){var t\u003d\"\";return this.iconSize\u0026\u0026(t+\u003d\"fa-\".concat(this.iconSize)),(this.light||this.seamless)\u0026\u0026(t+\u003d\" \".concat(this.getBootstrapTextStyle())),t},customIconColorStyle:function(){return this.iconColor?{color:\"\".concat(this.iconColor,\"!important\")}:{}},getBootstrapAlertStyle:function(){return\"alert-\".concat(this.bootStrapStyle.style)},getBootstrapTextStyle:function(){return\"text-\".concat(this.bootStrapStyle.style)},getBootstrapBorderStyle:function(){return\"border-\".concat(this.bootStrapStyle.style)},getFontAwesomeIconStyle:function(){return this.bootStrapStyle.icon}}},He,[],!1,null,\"0eabf1c4\",null).exports;var Fe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{staticClass:\"breadcrumb-divider\",attrs:{\"aria-label\":\"breadcrumb\"}},[n(\"ol\",{staticClass:\"breadcrumb\"},[n(\"li\",{staticClass:\"notlink breadcrumb-marker\"},[t._v(\"\\n ››  \\n \")]),t._v(\" \"),t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:[\"breadcrumb-item\",{notlink:null\u003d\u003d\u003de.link}],attrs:{\"aria-current\":{page:t.isLast(i,t.items.length)}}},[null\u003d\u003d\u003de.link?n(\"a\",[t._v(\"\\n \"+t._s(e.title)+\"\\n \")]):n(\"a\",{attrs:{href:e.link}},[t._v(\"\\n \"+t._s(e.title)+\"\\n \")])])}))],2)])])};Fe._withStripped\u003d!0;const Ve\u003dqe({data:function(){return{items:[]}},methods:{isLast:function(t,e){return t\u003d\u003d\u003de-1}},mounted:function(){var t\u003dArray.from(document.querySelectorAll(\"ul\")).find((function(t){return t.classList.contains(\"site-nav-list-root\")}));if(t){var e\u003dt.querySelector(\".current\");if(e){this.items.unshift({title:e.textContent,link:null});for(var n\u003de.parentElement;n!\u003d\u003dt;){if(\"ul\"\u003d\u003d\u003dn.tagName.toLowerCase()){var i\u003dn.parentElement.querySelector(\"div\"),o\u003di.querySelector(\"a[href]\");null\u003d\u003d\u003do?this.items.unshift({title:i.textContent,link:null}):this.items.unshift({title:o.textContent,link:o.getAttribute(\"href\")})}n\u003dn.parentElement}}}}},Fe,[],!1,null,\"ef898034\",null).exports;var Ue\u003di(3),Qe\u003di.n(Ue),Xe\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isLi?n(\"li\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"dropdown\",t.addClass]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-toggle nav-link\",class:{disabled:t.disabledBool},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2):t.isSubmenu?n(\"submenu\",{ref:\"submenu\",scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)}):n(\"div\",{ref:\"dropdown\",class:[{disabled:t.disabledBool},\"btn-group\",t.addClass]},[t._t(\"before\"),t._v(\" \"),t._t(\"button\",(function(){return[n(\"button\",{staticClass:\"btn dropdown-toggle\",class:[t.btnType,t.btnWithBefore,{\"dropdown-toggle-split\":t.hasBefore}],attrs:{type:\"button\",disabled:t.disabledBool,\"data-bs-reference\":\"parent\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\",class:[{show:t.show},{\"dropdown-menu-end\":t.menuAlignRight}]},[t._t(\"default\")],2)]}))],2)};Xe._withStripped\u003d!0;var Ye\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"li\",{ref:\"submenu\",class:[t.addClass,\"dropdown-submenu\",{dropend:t.dropright,dropstart:t.dropleft}]},[t._t(\"button\",(function(){return[n(\"a\",{staticClass:\"dropdown-item submenu-toggle\",class:{disabled:t.disabled},attrs:{role:\"button\",\"data-bs-toggle\":\"dropdown\"}},[t._t(\"header\")],2)]})),t._v(\" \"),t._t(\"dropdown-menu\",(function(){return[n(\"ul\",{staticClass:\"dropdown-menu\"},[t._t(\"default\")],2)]}))],2)};function Ke(t,n){for(var i\u003d0;i\u003cn.length;i++){var o\u003dn[i];o.enumerable\u003do.enumerable||!1,o.configurable\u003d!0,\"value\"in o\u0026\u0026(o.writable\u003d!0),Object.defineProperty(t,e(o.key),o)}}Ye._withStripped\u003d!0;var Ge,Ze\u003dArray.prototype,Je\u003dnew Error(\"Passed arguments must be of Node\"),tn\u003d[],en\u003d[];function nn(t){return t instanceof window.Node}function on(t){return t instanceof window.NodeList||t instanceof sn||t instanceof window.HTMLCollection||t instanceof Array}function rn(t){return(t\u003dt.trim()).length?t.replace(/\\s+/,\" \").split(\" \"):[]}var sn\u003dfunction(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t);var n\u003de;if(e[0]\u003d\u003d\u003dwindow?n\u003d[window]:\"string\"\u003d\u003dtypeof e[0]?(n\u003d(e[1]||document).querySelectorAll(e[0]),e[1]\u0026\u0026(this.owner\u003de[1])):0 in e\u0026\u0026!nn(e[0])\u0026\u0026e[0]\u0026\u0026\"length\"in e[0]\u0026\u0026(n\u003de[0],e[1]\u0026\u0026(this.owner\u003de[1])),n){for(var i in n)this[i]\u003dn[i];this.length\u003dn.length}else this.length\u003d0}var e,n,i;return e\u003dt,(n\u003d[{key:\"concat\",value:function(){var t\u003dZe.slice.call(this);function e(n){Ze.forEach.call(n,(function(n){nn(n)?~t.indexOf(n)||t.push(n):on(n)\u0026\u0026e(n)}))}for(var n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(nn(n))~t.indexOf(n)||t.push(n);else{if(!on(n))throw Error(\"Concat arguments must be of a Node, NodeList, HTMLCollection, or Array of (Node, NodeList, HTMLCollection, Array)\");e(n)}})),hn(t,this)}},{key:\"delete\",value:function(){var t\u003dln(this).filter((function(t){return t.remove?t.remove():t.parentNode\u0026\u0026t.parentNode.removeChild(t),document.body.contains(t)}));return t.length\u0026\u0026console.warn(\"NodeList: Some nodes could not be deleted.\"),t}},{key:\"each\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"filter\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.filter.apply(this,e),this)}},{key:\"find\",value:function(t){var e\u003d[];return ln(this).forEach((function(n){Ze.push.apply(e,n.querySelectorAll(t))})),ln(e,this.owner)}},{key:\"findChildren\",value:function(t){var e\u003dthis;return t?this.find(t).filter((function(t){return e.includes(t.parentElement)})):ln(this.map((function(t){return t.children})))}},{key:\"forEach\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return Ze.forEach.apply(this,e),this}},{key:\"includes\",value:function(t,e){return~this.indexOf(t,e)}},{key:\"map\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.map.apply(this,e);return i.some((function(t){return nn(t)||on(t)}))?ln(i,this):i}},{key:\"parent\",value:function(){return ln(this.map((function(t){return t.parentNode})),this)}},{key:\"pop\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[],n\u003dZe.pop.bind(this);t--;)e.push(n());return hn(e,this)}},{key:\"push\",value:function(){for(var t\u003dthis,e\u003darguments.length,n\u003dnew Array(e),i\u003d0;i\u003ce;i++)n[i]\u003darguments[i];return Ze.forEach.call(n,(function(e){if(!nn(e))throw Je;~t.indexOf(e)||Ze.push.call(t,e)})),this}},{key:\"shift\",value:function(t){\"number\"!\u003dtypeof t\u0026\u0026(t\u003d1);for(var e\u003d[];t--;)e.push(Ze.shift.call(this));return 1\u003d\u003de.length?e[0]:hn(e,this)}},{key:\"slice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return hn(Ze.slice.apply(this,e),this)}},{key:\"splice\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];for(var i\u003d2,o\u003de.length;i\u003co;i++)if(!nn(e[i]))throw Je;return Ze.splice.apply(this,e),this}},{key:\"unshift\",value:function(){for(var t\u003dthis,e\u003dZe.unshift.bind(this),n\u003darguments.length,i\u003dnew Array(n),o\u003d0;o\u003cn;o++)i[o]\u003darguments[o];return Ze.forEach.call(i,(function(n){if(!nn(n))throw Je;~t.indexOf(n)||e(n)})),this}},{key:\"addClass\",value:function(t){return this.toggleClass(t,!0)}},{key:\"removeClass\",value:function(t){return this.toggleClass(t,!1)}},{key:\"toggleClass\",value:function(t,e){var n\u003dnull\u003d\u003de?\"toggle\":e?\"add\":\"remove\";return\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),this.each((function(e){var i,o\u003drn(e.className);t.forEach((function(t){var e\u003d~o.indexOf(t);e||\"remove\"\u003d\u003d\u003dn||o.push(t),e\u0026\u0026\"add\"!\u003d\u003dn\u0026\u0026(o\u003do.filter((function(e){return e!\u003d\u003dt})))})),(o\u003d(i\u003do).length?i.join(\" \"):\"\")?e.className\u003do:e.removeAttribute(\"class\")})),this}},{key:\"get\",value:function(t){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)}},{key:\"set\",value:function(t,e){return t.constructor\u003d\u003d\u003dObject?this.each((function(e){if(e)for(var n in t)n in e\u0026\u0026(e[n]\u003dt[n])})):this.each((function(n){t in n\u0026\u0026(n[t]\u003de)})),this}},{key:\"call\",value:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];var i\u003dZe.shift.call(e),o\u003d[],r\u003d!0;return this.each((function(t){t\u0026\u0026t[i]instanceof Function?(t\u003dt[i].apply(t,e),o.push(t),r\u0026\u0026void 0!\u003d\u003dt\u0026\u0026(r\u003d!1)):o.push(void 0)})),r?this:ln(o,this)}},{key:\"item\",value:function(t){return hn([this[t]],this)}},{key:\"asArray\",get:function(){return Ze.slice.call(this)}},{key:\"on\",value:function(t,e,n){if(\"string\"\u003d\u003dtypeof t\u0026\u0026(t\u003drn(t)),!this||!this.length)return this;if(void 0\u003d\u003d\u003dn\u0026\u0026(n\u003de,e\u003dnull),!n)return this;var i\u003dn;return n\u003de?function(t){var n\u003dhn(e,this);n.length\u0026\u0026n.some((function(e){var n\u003de.contains(t.target);return n\u0026\u0026i.call(e,t,e),n}))}:function(t){i.apply(this,[t,this])},this.each((function(e){t.forEach((function(t){(e\u003d\u003d\u003dwindow||nn(e))\u0026\u0026(e.addEventListener(t,n,!1),en.push({el:e,event:t,callback:n}))}))})),this}},{key:\"off\",value:function(t,e){return t instanceof Function\u0026\u0026(e\u003dt,t\u003dnull),t\u003dt instanceof Array?t:\"string\"\u003d\u003dtypeof t?rn(t):null,this.each((function(n){en\u003den.filter((function(i){return!!(!i||i.el!\u003d\u003dn||e\u0026\u0026e!\u003d\u003di.callback||t\u0026\u0026!~t.indexOf(i.event))||(i.el.removeEventListener(i.event,i.callback),!1)}))})),this}},{key:\"onBlur\",value:function(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];return this\u0026\u0026this.length\u0026\u0026t?(this.each((function(e){tn.push({el:e,callback:t})})),Ge||(Ge\u003dfunction(t){tn.forEach((function(e){e.el\u0026\u0026(e.el.contains(t.target)||e.el\u003d\u003d\u003dt.target||e.callback.call(e.el,t,e.el))}))},document.addEventListener(\"click\",Ge,!1),e\u0026\u0026document.addEventListener(\"touchstart\",Ge,!1)),this):this}},{key:\"offBlur\",value:function(t){return this.each((function(e){tn\u003dtn.filter((function(n){return!(n\u0026\u0026n.el\u003d\u003d\u003de\u0026\u0026(!t||n.callback\u003d\u003d\u003dt))\u0026\u0026e}))})),this}}])\u0026\u0026Ke(e.prototype,n),i\u0026\u0026Ke(e,i),Object.defineProperty(e,\"prototype\",{writable:!1}),t}(),an\u003dsn.prototype;function ln(t,e){var n\u003d[];return Ze.forEach.call(t,(function(i){if(nn(i))~n.indexOf(i)||n.push(i);else if(on(i))for(var o in i)n.push(i[o]);else if(null!\u003d\u003di)return t.get\u003dan.get,t.set\u003dan.set,t.call\u003dan.call,t.owner\u003de,t})),hn(n,e)}Object.getOwnPropertyNames(Ze).forEach((function(t){\"join\"!\u003d\u003dt\u0026\u0026\"copyWithin\"!\u003d\u003dt\u0026\u0026\"fill\"!\u003d\u003dt\u0026\u0026void 0\u003d\u003d\u003dan[t]\u0026\u0026(an[t]\u003dZe[t])})),window\u0026\u0026window.Symbol\u0026\u0026Symbol.iterator\u0026\u0026(an[Symbol.iterator]\u003dan.values\u003dZe[Symbol.iterator]);var cn\u003ddocument\u0026\u0026document.createElement(\"div\");function un(t){var e\u003dthis;an[t]||(cn[t]instanceof Function?an[t]\u003dfunction(){for(var n\u003d[],i\u003d!0,o\u003darguments.length,r\u003dnew Array(o),s\u003d0;s\u003co;s++)r[s]\u003darguments[s];for(var a in an){var l\u003dan[a];l\u0026\u0026l[t]instanceof Function?(l\u003dl[t].apply(l,r),n.push(l),i\u0026\u0026void 0!\u003d\u003dl\u0026\u0026(i\u003d!1)):n.push(void 0)}return i?e:ln(n,e)}:Object.defineProperty(an,t,{get:function(){var e\u003d[];return this.each((function(n){null!\u003d\u003dn\u0026\u0026(n\u003dn[t]),e.push(n)})),ln(e,this)},set:function(e){this.each((function(n){n\u0026\u0026t in n\u0026\u0026(n[t]\u003de)}))}}))}for(var dn in cn)un(dn);function hn(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return new sn(e)}window\u0026\u0026(window.NL\u003dhn);const pn\u003dhn;const fn\u003d{isRightAlign:function(t){var e\u003d0,n\u003dwindow.innerWidth,i\u003d(window.innerHeight,t.getBoundingClientRect());if(void 0\u003d\u003d\u003di)return!0;i.y;var o\u003di.x,r\u003di.x+t.offsetWidth;return i.y,t.offsetHeight,!(o\u003c0)\u0026\u0026(o\u003ce||!(r\u003en))},preventOverflow:function(t){t.removeAttribute(\"style\");var e\u003d0,n\u003d(window.innerWidth,window.innerHeight),i\u003dt.getBoundingClientRect();if(void 0!\u003d\u003di){var o\u003di.y,r\u003d(i.x,i.x,t.offsetWidth,i.y+t.offsetHeight);r\u003en?t.setAttribute(\"style\",\"bottom: auto; top: \".concat(-(r-n),\"px;\")):o\u003ce\u0026\u0026t.setAttribute(\"style\",\"top: auto; bottom: \".concat(-(e-o),\"px;\"))}}};function mn(t){for(var e\u003dt,n\u003dt;n;)n.classList\u0026\u0026n.classList.contains(\"dropdown-menu\")\u0026\u0026(e\u003dn),n\u003dn.parentNode;if(e.offsetWidth\u003ewindow.innerWidth)e.setAttribute(\"style\",\"left: 0px;\");else{var i\u003de.parentNode.getBoundingClientRect(),o\u003di.left+e.offsetWidth-window.innerWidth,r\u003do\u003c0?i.left:i.left-o;e.setAttribute(\"style\",\"left: \".concat(r,\"px;\"))}}const vn\u003dqe({props:{addClass:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},data:function(){return{show:!1,dropright:!0,dropleft:!1}},inject:{isParentNavbar:{default:!1}},computed:{disabledBool:function(){return Re(this.disabled)}},methods:{hideSubmenu:function(){this.show\u003d!1,pn(this.$refs.submenu).find(\"ul.dropdown-menu\").each((function(t){return t.classList.toggle(\"show\",!1)})),this.alignMenuRight()},showSubmenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.submenu).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar?mn(e):(fn.isRightAlign(e)?t.alignMenuRight():t.alignMenuLeft(),fn.preventOverflow(e))}))},alignMenuRight:function(){this.dropright\u003d!0,this.dropleft\u003d!1},alignMenuLeft:function(){this.dropright\u003d!1,this.dropleft\u003d!0}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.submenu);this.show\u0026\u0026this.showSubmenu(),e.onBlur((function(){t.hideSubmenu()}),!1),e.findChildren(\"a,button\").on(\"click\",(function(e){return e.preventDefault(),e.stopPropagation(),t.disabledBool||(t.show?t.hideSubmenu():t.showSubmenu()),!1})),e.findChildren(\"a,button\").on(\"mouseover\",(function(n){if(n.preventDefault(),window.innerWidth\u003e767){if(e.findChildren(\"ul.show\").length\u003e0||t.disabledBool)return!1;n.currentTarget.click(),t.$parent.$parent.$children.forEach((function(e){e.$el\u003d\u003d\u003dt.$el?e.$refs.submenu.showSubmenu():e.$refs.submenu.hideSubmenu()}))}return!1}))},beforeDestroy:function(){var t\u003dpn(this.$refs.submenu);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Ye,[],!1,null,\"3c82541c\",null).exports;const gn\u003dqe({components:{Submenu:vn},props:{disabled:{type:[Boolean,String],default:!1},type:{type:String,default:\"light\"},menuAlignRight:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},provide:{hasParentDropdown:!0},inject:{hasParentDropdown:{default:void 0},isParentNavbar:{default:!1}},data:function(){return{show:!1}},computed:{btnType:function(){return\"btn-\".concat(this.type)},disabledBool:function(){return Re(this.disabled)},isLi:function(){return this.$parent._navbar||this.$parent.menu||this.$parent._tabset},isSubmenu:function(){return this.hasParentDropdown},menu:function(){return!this.$parent||this.$parent.navbar},submenu:function(){return this.$parent\u0026\u0026(this.$parent.menu||this.$parent.submenu)},slots:function(){return this.$scopedSlots.default},hasBefore:function(){return!!this.$scopedSlots.before},btnWithBefore:function(){return this.hasBefore?\"btn-with-before\":\"\"}},methods:{blur:function(){var t\u003dthis;this.unblur(),this._hide\u003dsetTimeout((function(){t._hide\u003dnull,t.hideDropdownMenu()}),100)},unblur:function(){this._hide\u0026\u0026(clearTimeout(this._hide),this._hide\u003dnull)},hideDropdownMenu:function(){var t\u003dthis;this.show\u003d!1,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!1),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026e.style.removeProperty(\"left\")}))},showDropdownMenu:function(){var t\u003dthis;this.show\u003d!0,pn(this.$refs.dropdown).findChildren(\"ul\").each((function(e){e.classList.toggle(\"show\",!0),window.innerWidth\u003c768\u0026\u0026t.isParentNavbar\u0026\u0026mn(e)}))}},mounted:function(){var t\u003dthis,e\u003dpn(this.$refs.dropdown);this.$slots.button\u0026\u0026e.findChildren(\".dropdown-toggle\").forEach((function(t){return t.setAttribute(\"data-bs-toggle\",\"dropdown\")})),this.show\u0026\u0026this.showDropdownMenu(),e.onBlur((function(){t.hideDropdownMenu()}),!1),e.findChildren(\"a,button.dropdown-toggle\").on(\"click\",(function(e){return e.preventDefault(),t.disabledBool||(t.show?t.hideDropdownMenu():t.showDropdownMenu()),!1})),e.findChildren(\"ul\").on(\"click\",\"li\u003ea\",(function(e){e.target.classList.contains(\"submenu-toggle\")||t.hideDropdownMenu()}))},beforeDestroy:function(){var t\u003dpn(this.$refs.dropdown);t.offBlur(),t.findChildren(\"a,button\").off(),t.findChildren(\"ul\").off()}},Xe,[],!1,null,\"ccda25c0\",null).exports;var yn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"nav\",{ref:\"navbar\",class:[\"navbar\",\"navbar-expand-md\",\"d-print-none\",t.themeOptions,t.addClass,t.fixedOptions]},[n(\"div\",{staticClass:\"container-fluid\"},[n(\"div\",{staticClass:\"navbar-left\"},[t._t(\"brand\")],2),t._v(\" \"),n(\"div\",{ref:\"navbarDefault\",staticClass:\"navbar-default\"},[n(\"ul\",{staticClass:\"navbar-nav me-auto mt-2 mt-lg-0\"},[t._t(\"default\")],2)]),t._v(\" \"),t.slots.right?n(\"ul\",{staticClass:\"navbar-nav navbar-right\"},[t._t(\"right\")],2):t._e()])]),t._v(\" \"),n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isLowerNavbarShowing,expression:\"isLowerNavbarShowing\"}],ref:\"lowerNavbar\",staticClass:\"lower-navbar-container\"},[t._t(\"lower-navbar\",(function(){return[n(\"site-nav-button\"),t._v(\" \"),n(\"page-nav-button\")]}))],2)])};function wn(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}function bn(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return wn(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wn(t,e):void 0}}function _n(t){return function(t){if(Array.isArray(t))return wn(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026null!\u003dt[Symbol.iterator]||null!\u003dt[\"@@iterator\"])return Array.from(t)}(t)||bn(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function Sn(t){return t.endsWith(\".html\")?t.toLowerCase():t.endsWith(\"/\")?\"\".concat(t,\"index.html\").toLowerCase():t.endsWith(\"/\")?t.toLowerCase():\"\".concat(t,\".html\").toLowerCase()}yn._withStripped\u003d!0;var xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showSiteNav?n(\"overlay\",{attrs:{type:\"siteNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-site-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,3920804522)}):t._e()};xn._withStripped\u003d!0;const Cn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showSiteNav:function(){return this.show\u0026\u0026this.portalName}},methods:{toggleSiteNavButton:function(){window.innerWidth\u003c992?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#site-nav a\")?this.portalName\u003d\"site-nav\":null!\u003d\u003ddocument.querySelector(\".site-nav-root a\")\u0026\u0026(this.portalName\u003d\"mb-site-nav\"),this.toggleSiteNavButton(),pn(window).on(\"resize\",this.toggleSiteNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.toggleSiteNavButton)}},xn,[],!1,null,\"d6ffaa8e\",null).exports;var $n\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.showPageNav?n(\"overlay\",{attrs:{type:\"pageNav\",\"portal-name\":t.portalName},scopedSlots:t._u([{key:\"navMenuIcon\",fn:function(){return[n(\"div\",{class:[\"toggle-page-nav-button\"]},[n(\"span\"),t._v(\" \"),n(\"span\"),t._v(\" \"),n(\"span\")])]},proxy:!0}],null,!1,171840498)}):t._e()};$n._withStripped\u003d!0;const kn\u003dqe({data:function(){return{portalName:void 0,show:!1}},computed:{showPageNav:function(){return this.show\u0026\u0026this.portalName}},methods:{togglePageNavButton:function(){window.innerWidth\u003c1300?this.show\u003d!0:this.show\u003d!1}},mounted:function(){null!\u003d\u003ddocument.querySelector(\"#page-nav a\")?this.portalName\u003d\"page-nav\":null!\u003d\u003ddocument.querySelector(\"#mb-page-nav a\")\u0026\u0026(this.portalName\u003d\"mb-page-nav\"),this.togglePageNavButton(),pn(window).on(\"resize\",this.togglePageNavButton)},beforeDestroy:function(){pn(window).off(\"resize\",this.togglePageNavButton)}},$n,[],!1,null,\"4b08b1df\",null).exports;const Tn\u003dqe({components:{SiteNavButton:Cn,PageNavButton:kn},props:{type:{type:String,default:\"primary\"},addClass:{type:String,default:\"\"},fixed:{type:[Boolean,String],default:!1},defaultHighlightOn:{type:String,default:\"sibling-or-child\"}},provide:function(){return{toggleLowerNavbar:this.toggleLowerNavbar,isParentNavbar:!0}},data:function(){return{id:\"bs-example-navbar-collapse-1\",styles:{},isLowerNavbarShowing:!1}},computed:{fixedBool:function(){return Re(this.fixed)},fixedOptions:function(){return this.fixedBool?\"navbar-fixed\":\"\"},slots:function(){return this.$scopedSlots},themeOptions:function(){switch(this.type){case\"none\":return\"\";case\"light\":return\"navbar-light bg-light\";case\"dark\":return\"navbar-dark bg-dark\";case\"primary\":default:return\"navbar-dark bg-primary\"}}},methods:{splitUrl:function(t){var e\u003dnew URL(Sn(t));return\"\".concat(e.pathname).substr(1).split(\"/\")},isEqualExceptLast:function(t,e){for(var n\u003d0;n\u003ct.length-1;n+\u003d1)if(t[n]!\u003d\u003de[n])return!1;return!0},isSibling:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return n.length\u003d\u003d\u003di.length\u0026\u0026this.isEqualExceptLast(n,i)},isChild:function(t,e){var n\u003dthis.splitUrl(e),i\u003dthis.splitUrl(t);return!(i.length\u003c\u003dn.length)\u0026\u0026this.isEqualExceptLast(n,i)},isExact:function(t,e){return Sn(t)\u003d\u003d\u003dSn(e)},addClassIfDropdown:function(t,e,n){t.includes(e)\u0026\u0026(e.classList.add(\"dropdown-current\"),this.addClassIfSubmenu(e,n))},addClassIfSubmenu:function(t,e){for(var n\u003dt.parentElement;n!\u003d\u003de;)n.classList.contains(\"dropdown-submenu\")\u0026\u0026pn(n).findChildren(\"a\").each((function(t){return t.classList.add(\"dropdown-current\")})),n\u003dn.parentElement},highlightLink:function(t){var e\u003dthis.defaultHighlightOn,n\u003d[];this.$el.querySelectorAll(\".navbar-nav\").forEach((function(t){return n.push.apply(n,_n(Array.from(t.children)))}));for(var i\u003d0;i\u003cn.length;i+\u003d1)for(var o\u003dn[i],r\u003d[o],s\u003dArray.from(o.querySelectorAll(\"a.nav-link\")),a\u003dArray.from(o.querySelectorAll(\"a.dropdown-item\")),l\u003dr.concat(s).concat(a).filter((function(t){return t.href})),c\u003d0;c\u003cl.length;c+\u003d1){var u\u003dl[c];if(\"none\"!\u003d\u003d(u.getAttribute(\"highlight-on\")||e)\u0026\u0026this.isExact(t,u.href))return o.classList.add(\"current\"),void this.addClassIfDropdown(a,u,o)}for(var d\u003d0;d\u003cn.length;d+\u003d1)for(var h\u003dn[d],p\u003d[h],f\u003dArray.from(h.querySelectorAll(\"a.nav-link\")),m\u003dArray.from(h.querySelectorAll(\"a.dropdown-item\")),v\u003dp.concat(f).concat(m).filter((function(t){return t.href})),g\u003d0;g\u003cv.length;g+\u003d1){var y\u003dv[g],w\u003dy.getAttribute(\"highlight-on\")||e;if(\"none\"!\u003d\u003dw)if(\"sibling-or-child\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href)||this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"sibling\"\u003d\u003d\u003dw){if(this.isSibling(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}else if(\"child\"\u003d\u003d\u003dw\u0026\u0026this.isChild(t,y.href))return h.classList.add(\"current\"),void this.addClassIfDropdown(m,y,h)}},toggleLowerNavbar:function(){this.$refs.lowerNavbar.childElementCount\u003e0?this.isLowerNavbarShowing\u003d!0:this.isLowerNavbarShowing\u003d!1}},created:function(){this._navbar\u003d!0},mounted:function(){var t\u003dthis,e\u003dpn(\u0027.dropdown\u003e[data-bs-toggle\u003d\"dropdown\"]\u0027,this.$el).parent();e.on(\"click\",\".dropdown-toggle\",(function(t){t.preventDefault(),e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.toggle(\"open\")}))})).on(\"click\",\".dropdown-menu\u003eli\u003ea\",(function(t){e.each((function(e){e.contains(t.target)\u0026\u0026e.classList.remove(\"open\")}))})).onBlur((function(t){e.each((function(e){e.contains(t.target)||e.classList.remove(\"open\")}))})),this.highlightLink(window.location.href);var n\u003dpn(this.$refs.navbarDefault).find(\".current\")[0];n\u0026\u0026window.innerWidth\u003c768\u0026\u0026n.offsetLeft+n.offsetWidth\u003ewindow.innerWidth\u0026\u0026(this.$refs.navbarDefault.scrollLeft\u003dn.offsetLeft+n.offsetWidth-window.innerWidth),this.toggleLowerNavbar(),pn(window).on(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).on(\"wheel\",(function(e){window.innerWidth\u003c768\u0026\u0026!function(t){for(var e\u003d0;e\u003ct.length;e+\u003d1)if(t[e].classList\u0026\u0026t[e].classList.contains(\"dropdown-menu\"))return!0;return!1}(e.path)\u0026\u0026(e.preventDefault(),t.$refs.navbarDefault.scrollLeft+\u003de.deltaY)}))},beforeDestroy:function(){pn(\".dropdown\",this.$el).off(\"click\").offBlur(),pn(window).off(\"resize\",this.toggleLowerNavbar),pn(this.$refs.navbarDefault).off(\"wheel\")}},yn,[],!1,null,\"7c0fd418\",null).exports;var En\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMinimal?n(\"minimal-panel\",t._b({attrs:{\"panel-id\":t.panelId},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"minimal-panel\",t.$attrs,!1)):n(\"nested-panel\",t._b({attrs:{\"panel-id\":t.panelId,type:t.type},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},\"nested-panel\",t.$attrs,!1))};En._withStripped\u003d!0;var On\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"span\",{staticClass:\"morph\"},[n(\"button\",{class:[\"morph-display-wrapper\",\"btn\",t.btnType],on:{click:function(e){return t.open()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{staticClass:\"minimal-caret-wrapper\"},[n(\"span\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]})]),t._v(\" \"),n(\"span\",{staticClass:\"card-title\"},[t._t(\"_alt\",(function(){return[t._t(\"header\")]}))],2)])])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[n(\"div\",{class:[\"card\",{\"expandable-card\":t.isExpandableCard},t.borderType]},[n(\"div\",{class:[\"card-header\",{\"header-toggle\":t.isExpandableCard},t.cardType,t.borderType],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.toggle()}}},[n(\"div\",{staticClass:\"caret-wrapper\"},[t.showCaret?n(\"span\",{class:[\"glyphicon\",t.localExpanded?\"glyphicon-chevron-down\":\"glyphicon-chevron-right\"]}):t._e()]),t._v(\" \"),n(\"div\",{ref:\"headerWrapper\",class:[\"header-wrapper card-title\",t.cardType,{\"text-white\":!t.isLightBg,\"header-transparent\":!t.shouldShowHeader}]},[t._t(\"header\")],2),t._v(\" \"),n(\"div\",{staticClass:\"button-wrapper\"},[t._t(\"button\",(function(){return[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026!t.noSwitchBool\u0026\u0026!t.showCaret,expression:\"isExpandableCard \u0026\u0026 !noSwitchBool \u0026\u0026 !showCaret\"}],attrs:{\"is-open\":t.localExpanded,\"is-light-bg\":t.isLightBg}}),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"close-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.close()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.popupUrl,expression:\"popupUrl\"}],staticClass:\"popup-button btn\",class:[t.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\",{\"seamless-button\":t.isSeamless}],attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)]),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"bottom-button-wrapper\"},[n(\"panel-switch\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isExpandableCard \u0026\u0026 bottomSwitchBool\"}],attrs:{\"is-open\":t.localExpanded},nativeOn:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggle(!0)}}})],1)],2):t._e(),t._v(\" \"),n(\"hr\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isSeamless,expression:\"isSeamless\"}]})]),t._v(\" \"),n(\"transition\",{attrs:{name:\"peek-read-more-fade\"}},[t.shouldShowPeek?n(\"div\",{staticClass:\"peek-read-more glyphicon glyphicon-chevron-down\",on:{click:function(e){return t.toggle()}}}):t._e()])],1)])};On._withStripped\u003d!0;const Bn\u003d{props:{type:{type:String,default:null},expandable:{type:[Boolean,String],default:!0},isOpen:{type:[Boolean,String],default:null},expanded:{type:[Boolean,String],default:null},minimized:{type:[Boolean,String],default:!1},noMinimizedSwitch:{type:[Boolean,String],default:!1},noSwitch:{type:[Boolean,String],default:!1},noClose:{type:[Boolean,String],default:!1},popupUrl:{type:String,default:null},src:{type:String},bottomSwitch:{type:[Boolean,String],default:!0},preload:{type:[Boolean,String],default:!1},addClass:{type:String,default:\"\"},expandHeaderless:{type:Boolean,default:!1},peek:{type:Boolean,default:!1},panelId:{type:String,default:null}},computed:{expandableBool:function(){return Re(this.expandable)},isOpenBool:function(){return Re(this.isOpen)},expandedBool:function(){return Re(this.expanded)},minimizedBool:function(){return Re(this.minimized)},noSwitchBool:function(){return Re(this.noSwitch)},noCloseBool:function(){return Re(this.noClose)},bottomSwitchBool:function(){return Re(this.bottomSwitch)},preloadBool:function(){return Re(this.preload)},hasHeaderBool:function(){return this.$scopedSlots.header},isExpandableCard:function(){return this.expandableBool},hasId:function(){return this.panelId},hasSrc:function(){return this.src\u0026\u0026this.src.length\u003e0},srcWithoutFragment:function(){return this.src.split(\"#\")[0]},shouldShowHeader:function(){return!this.localExpanded||!this.expandHeaderless},shouldShowPeek:function(){return this.peek\u0026\u0026!this.localExpanded},collapsedPanelHeight:function(){return this.peek?125:0}},data:function(){return{localExpanded:!1,localMinimized:!1,wasRetrieverLoaded:!1,isRetrieverLoadDone:!this.src,fragment:\"\"}},methods:{toggle:function(t){var e\u003dthis;this.wasRetrieverLoaded?(this.localExpanded?(t\u0026\u0026(this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),requestAnimationFrame((function(){if(e.$el.getBoundingClientRect().top\u003c0){var n,i\u003ddocument.querySelector(\"header[sticky]\");if(null\u003d\u003di)n\u003d0;else{var o\u003dwindow.getComputedStyle(i,null);n\u003di.clientHeight-parseFloat(o.paddingTop)-parseFloat(o.paddingBottom)||0}window.scrollTo({top:window.scrollY+e.$el.getBoundingClientRect().top-n-3,left:0,behavior:t?\"smooth\":\"instant\"})}e.$refs.panel.style.maxHeight\u003d\"\".concat(e.collapsedPanelHeight,\"px\")}))):(this.$refs.panel.style.transition\u003d\"max-height 0.5s ease-in-out\",this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\")),this.localExpanded\u003d!this.localExpanded):this.open()},close:function(){this.localMinimized\u003d!0,this.localExpanded\u003d!1},open:function(){var t\u003dthis;this.localMinimized\u003d!1,this.$nextTick((function(){t.initPanel(),t.localExpanded\u003d!0,t.wasRetrieverLoaded\u003d!0,t.$nextTick((function(){t.$refs.panel.style.maxHeight\u003d\"\".concat(t.$refs.panel.scrollHeight,\"px\")}))}))},openPopup:function(){window.open(this.popupUrl)},retrieverUpdateMaxHeight:function(){this.isRetrieverLoadDone\u003d!0,this.localExpanded\u0026\u0026(this.expandedBool?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.$refs.panel.scrollHeight,\"px\"))},initPanel:function(){var t\u003dthis;this.$refs.panel.addEventListener(\"transitionend\",(function(e){t.localExpanded\u0026\u0026t.isRetrieverLoadDone\u0026\u0026e.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.$refs.panel.style.maxHeight\u003d\"none\")})),this.localExpanded?this.$refs.panel.style.maxHeight\u003d\"none\":this.$refs.panel.style.maxHeight\u003d\"\".concat(this.collapsedPanelHeight,\"px\")}},created:function(){if(this.src){var t\u003dIe(this.src);t\u0026\u0026(this.fragment\u003dt)}var e\u003d!this.expandableBool\u0026\u0026\"false\"!\u003d\u003dthis.expanded;this.localExpanded\u003de||this.expandedBool,null\u003d\u003d\u003dthis.localExpanded\u0026\u0026(this.localExpanded\u003d!1),this.wasRetrieverLoaded\u003dthis.localExpanded||this.peek,this.localMinimized\u003dthis.minimizedBool},mounted:function(){this.localMinimized||this.initPanel()}};var Pn\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"button\",{class:[\"collapse-button\",\"btn\",this.isLightBg?\"btn-outline-secondary\":\"btn-outline-light\"],attrs:{type:\"button\"}},[e(\"span\",{class:[\"collapse-icon\",\"glyphicon\",\"glyphicon-menu-down\",{opened:this.isOpenBool}],attrs:{\"aria-hidden\":\"true\"}})])};Pn._withStripped\u003d!0;const Ln\u003dqe({props:{isOpen:{type:[Boolean,String],default:!1},isLightBg:{type:Boolean,default:!0}},computed:{isOpenBool:function(){return Re(this.isOpen)}}},Pn,[],!1,null,null,null).exports;var Nn\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",[this._v(\"\\n Loading...\\n\")])};function An(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}Nn._withStripped\u003d!0;const zn\u003dqe({props:{src:{type:String,default:null},fragment:{type:String,default:null},delay:{type:[Boolean,String],default:!1},hasFetched:{type:Boolean,default:!1}},data:function(){return{hasFetchedCopy:this.hasFetched}},computed:{delayBool:function(){return Re(this.delay)},hash:function(){return Ie(this.src)||this.fragment},srcWithoutHash:function(){return this.src.split(\"#\")[0]}},methods:{fetch:function(t){function e(){return t.apply(this,arguments)}return e.toString\u003dfunction(){return t.toString()},e}((function(){var t\u003dthis;this.srcWithoutHash\u0026\u0026(this.hasFetchedCopy||fetch(this.srcWithoutHash).then((function(t){return t.text()})).then((function(e){var i\u003de;if(t.hash){var o\u003ddocument.implementation.createHTMLDocument(\"\");o.body.innerHTML\u003di,o.querySelectorAll(\"svg \u003e script\").forEach((function(t){return t.remove()})),i\u003do.querySelector(\"#\".concat(t.hash)).innerHTML}if(t.hasFetchedCopy\u003d!0,void 0\u003d\u003d\u003di\u0026\u0026t.hash)t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve page fragment:\"+\" \".concat(t.srcWithoutHash,\"#\").concat(t.hash);else{var r\u003dfunction(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?An(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):An(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}({},t.$root.$data);(new(Vue.extend({template:\"\u003cdiv\u003e\\n\".concat(i,\"\\n\u003c/div\u003e\"),data:function(){return r}}))).$mount(t.$el),t.$emit(\"src-loaded\")}})).catch((function(e){console.error(e),t.$el.innerHTML\u003d\"\u003cstrong\u003eError\u003c/strong\u003e: Failed to retrieve content from source: \"+\"\u003cem\u003e\".concat(t.srcWithoutHash,\"\u003c/em\u003e\"),t.$emit(\"src-loaded\")})))}))},mounted:function(){this.$nextTick((function(){this.srcWithoutHash||(this.$el.innerHTML\u003d\"\"),this.delayBool||this.fetch()}))}},Nn,[],!1,null,null,null).exports;const Mn\u003dqe({mixins:[Bn],components:{panelSwitch:Ln,retriever:zn},computed:{showCaret:function(){return this.isSeamless\u0026\u0026this.expandableBool},isSeamless:function(){return\"seamless\"\u003d\u003d\u003dthis.type},btnType:function(){return this.isSeamless||\"light\"\u003d\u003d\u003dthis.type?\"btn-outline-secondary\":\"btn-outline-\".concat(this.type||\"secondary\")},borderType:function(){return this.isSeamless?\"border-0\":this.type?\"light\"\u003d\u003d\u003dthis.type?\"\":\"border-\".concat(this.type):\"\"},cardType:function(){return this.isSeamless?\"bg-white\":\"bg-\".concat(this.type||\"light\")},isLightBg:function(){return\"bg-light\"\u003d\u003d\u003dthis.cardType||\"bg-white\"\u003d\u003d\u003dthis.cardType||\"bg-warning\"\u003d\u003d\u003dthis.cardType}}},On,[],!1,null,\"3602e6fc\",null).exports;var Hn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.localMinimized?n(\"span\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"span\",{staticClass:\"morph\"},[n(\"button\",{staticClass:\"morph-display-wrapper btn card-title morph-title\",on:{click:function(e){return t.minimalOpen()}}},[t.noMinimizedSwitch?t._e():n(\"div\",{class:[\"glyphicon\",\"glyphicon-chevron-right\"]}),t._v(\" \"),t._t(\"_alt\",(function(){return[n(\"span\",{staticClass:\"card-title\"},[t._t(\"header\")],2)]}))],2)])]):n(\"div\",{ref:\"cardContainer\",class:[\"card-container\",t.addClass]},[t.hasId?n(\"span\",{staticClass:\"anchor\",attrs:{id:t.panelId}}):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card card-flex\"},[n(\"div\",{class:[\"header-wrapper\",{\"header-wrapper-bottom\":t.isHeaderAtBottom,\"header-toggle\":t.isExpandableCard}],on:{click:function(e){e.preventDefault(),e.stopPropagation(),t.isExpandableCard\u0026\u0026t.minimalToggle()}}},[n(\"transition\",{attrs:{name:\"header-fade\"}},[n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.isHeaderAtBottom,expression:\"!isHeaderAtBottom\"}],ref:\"headerWrapper\",class:[\"card-title\",{ellipses:!t.hasHeaderBool}]},[n(\"span\",{staticClass:\"card-title-inline\"},[t._t(\"header\")],2),t._v(\" \"),n(\"span\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.showDownSwitch,expression:\"showDownSwitch\"}],staticClass:\"minimal-button glyphicon glyphicon-menu-down minimal-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])]),t._v(\" \"),n(\"div\",{class:[\"button-wrapper\",{\"button-wrapper-expanded\":t.isHeaderAtBottom}]},[t._t(\"button\",(function(){return[n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.noCloseBool,expression:\"!noCloseBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.minimalClose()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-remove minimal-close-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:null!\u003d\u003dt.popupUrl,expression:\"popupUrl !\u003d\u003d null\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n(\"span\",{staticClass:\"glyphicon glyphicon-new-window minimal-popup-button\",attrs:{\"aria-hidden\":\"true\"}})]),t._v(\" \"),n(\"button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isHeaderAtBottom\u0026\u0026t.isExpandableCard\u0026\u0026t.bottomSwitchBool,expression:\"isHeaderAtBottom \u0026\u0026 isExpandableCard \u0026\u0026 bottomSwitchBool\"}],staticClass:\"minimal-button\",attrs:{type:\"button\"}},[n(\"span\",{staticClass:\"glyphicon glyphicon-menu-up minimal-menu-up\",attrs:{\"aria-hidden\":\"true\"}})])]}))],2)],1),t._v(\" \"),n(\"div\",{ref:\"panel\",staticClass:\"card-collapse\",class:{\"card-peek-collapsed\":t.shouldShowPeek}},[t.wasRetrieverLoaded||t.preloadBool?n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.hasSrc?n(\"retriever\",{ref:\"retriever\",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{\"src-loaded\":t.retrieverUpdateMaxHeight}}):t._e()],2):t._e()])])])};Hn._withStripped\u003d!0;var Dn\u003dqe({mixins:[Bn],components:{retriever:zn},data:function(){return{isHeaderAtBottom:!1}},computed:{showDownSwitch:function(){return this.hasHeaderBool\u0026\u0026this.isExpandableCard\u0026\u0026!this.noSwitchBool}},methods:{minimalToggle:function(){var t\u003dthis;if(this.localExpanded){this.$refs.panel.addEventListener(\"transitionend\",(function e(n){n.target\u003d\u003d\u003dt.$refs.panel\u0026\u0026(t.isHeaderAtBottom\u003d!1,t.$refs.panel.removeEventListener(\"transitionend\",e))}))}else this.isHeaderAtBottom\u003d!0;this.toggle(!0)},minimalOpen:function(){this.open(),this.isHeaderAtBottom\u003d!0},minimalClose:function(){this.close(),this.isHeaderAtBottom\u003d!1}},created:function(){this.isHeaderAtBottom\u003dthis.localExpanded}},Hn,[],!1,null,\"6cec1f15\",null);const Rn\u003dqe({components:{nestedPanel:Mn,minimalPanel:Dn.exports},props:{panelId:{type:String,default:null},type:{type:String,default:null}},computed:{isMinimal:function(){return\"minimal\"\u003d\u003d\u003dthis.type}}},En,[],!1,null,null,null).exports;var jn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"annotate-image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"annotate-image\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth,height:t.computedHeight,loading:t.computedLoadType},on:{\"~load\":function(e){return t.computeWidthAndHeight.apply(null,arguments)}}}),t._v(\" \"),n(\"div\",{staticStyle:{top:\"0\",left:\"0\",height:\"0\"}},[t._t(\"default\")],2)])};jn._withStripped\u003d!0;const In\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},lazy:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight},computedHeight:function(){return this.heightFromWidth},computedLoadType:function(){return this.lazy?\"lazy\":\"eager\"}},data:function(){return{widthFromHeight:\"\",heightFromWidth:\"\"}},methods:{computeWidthAndHeight:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.hasWidth?this.heightFromWidth\u003dMath.round(je(this.width)/n).toString():this.hasHeight\u0026\u0026(this.widthFromHeight\u003dMath.round(je(this.height)*n).toString(),this.heightFromWidth\u003dthis.height)}},provide:function(){return{width:this.width,height:this.height,src:this.src}}},jn,[],!1,null,null,null).exports;var qn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[t.hasBottomText\u0026\u0026t.hasLabel?n(\"div\",{staticClass:\"legend-wrapper\"},[n(\"div\",{staticClass:\"text-header\"},[t._v(\"\\n \"+t._s(t.computedBottomHeader)+\"\\n \")]),t._v(\" \"),t.hasContent?n(\"div\",[t._t(\"content\")],2):t._e()]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"annotate-point\"},[t.isMounted?n(\"div\",{staticClass:\"popover-annotation\"},[n(\"div\",{style:t.pointPosition},[t.isMounted?n(\"v-popover\",{attrs:{placement:t.placement,delay:0,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,distance:t.computeDistance,disabled:!t.hasPopover,skidding:t.computeSkidding,\"arrow-padding\":t.computeArrowPadding,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t.hasContent||t.hasHeader?n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),t.hasContent?n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2):t._e()]):t._e()]},proxy:!0}],null,!0)},[n(\"div\",{staticClass:\"hover-wrapper\"},[t._t(\"default\",(function(){return[n(\"button\",{staticClass:\"hover-point\",style:t.pointStyle})]})),t._v(\" \"),n(\"div\",{staticClass:\"hover-label\",style:t.labelStyle},[t._t(\"label\")],2)],2)]):t._e()],1)]):t._e()])])};qn._withStripped\u003d!0;const Wn\u003dqe({props:{content:{type:String,default:\"\"},header:{type:String,default:\"\"},placement:{type:String,default:\"top\"},x:{type:String,default:null},y:{type:String,default:null},color:{type:String,default:\"green\"},textColor:{type:String,default:\"black\"},fontSize:{type:String,default:\"14\"},opacity:{type:String,default:\"0.3\"},size:{type:String,default:\"40\"},label:{type:String,default:\"\"},legend:{type:String,default:\"popover\"},trigger:{type:String,default:\"click\"}},data:function(){return{targetEl:{},isMounted:!1,width:this.width,height:this.height,src:this.src}},inject:[\"width\",\"height\",\"src\"],computed:{pointPosition:function(){var t\u003dthis;this.computeImage((function(){t.width\u003dt.parentEl.offsetWidth,t.height\u003dt.parentEl.offsetHeight}));var e\u003d100*(this.toDecimal(this.x)-this.size/2/this.width),n\u003d100*(this.toDecimal(this.y)-this.size/2/this.height);return{left:\"\".concat(e,\"%\"),top:\"\".concat(n,\"%\"),position:\"absolute\",pointerEvents:\"all\"}},pointStyle:function(){var t\u003dthis.hasPopover?\"pointer\":\"default\";return{backgroundColor:this.color,opacity:this.opacity,width:\"\".concat(this.size,\"px\"),height:\"\".concat(this.size,\"px\"),cursor:t}},labelStyle:function(){return{fontSize:\"\".concat(Math.min(this.fontSize,this.size),\"px\"),color:this.textColor}},triggers:function(){return this.trigger.split(\" \")},computeDistance:function(){return\"top\"\u003d\u003d\u003dthis.placement?je(this.size*(2/3)):je(this.size/10)},computeSkidding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?-je(this.size/4):0},computeArrowPadding:function(){return\"left\"\u003d\u003d\u003dthis.placement||\"right\"\u003d\u003d\u003dthis.placement?je(this.size/2):0},hasHeader:function(){return!!this.$scopedSlots.header},hasContent:function(){return!!this.$scopedSlots.content},hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},hasLabel:function(){return!!this.$scopedSlots.label},hasBottomText:function(){return\"bottom\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend},hasPopover:function(){return(this.hasContent||this.hasHeader)\u0026\u0026(\"popover\"\u003d\u003d\u003dthis.legend||\"both\"\u003d\u003d\u003dthis.legend)},computedBottomHeader:function(){return\"\"!\u003d\u003dthis.label\u0026\u0026\"\"\u003d\u003d\u003dthis.header?this.label:\"\"\u003d\u003d\u003dthis.label\u0026\u0026\"\"!\u003d\u003dthis.header?this.header:\"\".concat(this.label,\": \").concat(this.header)}},methods:{computeImage:function(t){var e\u003dnew Image;e.onload\u003dfunction(){t()},e.src\u003dthis.src},toDecimal:function(t){return parseFloat(t)/100}},mounted:function(){this.targetEl\u003dthis.$el,this.isMounted\u003d!0,this.parentEl\u003dthis.$el.parentElement.parentElement.querySelector(\".annotate-image\")}},qn,[],!1,null,null,null).exports;var Fn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"image-wrapper\",t.addClass]},[n(\"img\",{ref:\"pic\",staticClass:\"img-fluid rounded\",attrs:{src:t.src,alt:t.alt,width:t.computedWidth,height:t.computedHeight,loading:t.computedLoadType},on:{\"~load\":function(e){return t.computeWidthAndHeight.apply(null,arguments)}}}),t._v(\" \"),n(\"span\",{staticClass:\"image-caption\"},[t._t(\"default\")],2)])};Fn._withStripped\u003d!0;const Vn\u003dqe({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:\"\"},width:{type:String,default:\"\"},lazy:{type:Boolean,default:!1},addClass:{type:String,default:\"\"}},computed:{hasWidth:function(){return\"\"!\u003d\u003dthis.width},hasHeight:function(){return\"\"!\u003d\u003dthis.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight},computedHeight:function(){return this.heightFromWidth},computedLoadType:function(){return this.lazy?\"lazy\":\"eager\"}},data:function(){return{widthFromHeight:\"\",heightFromWidth:\"\"}},methods:{computeWidthAndHeight:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth/e;this.hasWidth?this.heightFromWidth\u003dMath.round(je(this.width)/n).toString():this.hasHeight\u0026\u0026(this.widthFromHeight\u003dMath.round(je(this.height)*n).toString(),this.heightFromWidth\u003dthis.height)}}},Fn,[],!1,null,null,null).exports;var Un\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"quiz-container\",t.addClass]},[n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-leave\":t.showFirstQuestion}},[3\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[t._t(\"intro\",(function(){return[n(\"h4\",[t._v(\"\\n Click start to begin\\n \")])]})),t._v(\" \"),n(\"h5\",[t._v(t._s(t.questions.length)+\" questions\")]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-primary d-inline-block\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Start\\n \")])],2)]):t._e()]),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"}},[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:4\u003d\u003d\u003dt.state,expression:\"state \u003d\u003d\u003d 4\"}],staticClass:\"progress intro-outro-card\",staticStyle:{height:\"1px\"}},[n(\"div\",{staticClass:\"progress-bar progress-bar-z\",style:{width:t.currentQuestion/t.questions.length*100+\"%\"},attrs:{role:\"progressbar\",\"aria-valuemin\":\"0\",\"aria-valuemax\":t.questions.length,\"aria-valuenow\":t.currentQuestion}})])]),t._v(\" \"),t._t(\"default\"),t._v(\" \"),n(\"transition\",{attrs:{name:\"intro-outro-card\"},on:{\"after-enter\":t.setScoreCircleStyles,\"after-leave\":t.showFirstQuestion}},[5\u003d\u003d\u003dt.state?n(\"div\",{staticClass:\"card intro-outro-card\"},[n(\"div\",{staticClass:\"card-body\"},[n(\"h4\",{staticClass:\"mb-3\"},[t._v(\"\\n \"+t._s(t.scoreText)+\"\\n \")]),t._v(\" \"),n(\"svg\",{attrs:{viewBox:\"0 0 100 100\",width:\"120px\",height:\"120px\"}},[n(\"circle\",{staticClass:\"score-background-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\"}}),t._v(\" \"),n(\"circle\",{ref:\"score\",staticClass:\"score-circle\",attrs:{cx:\"50\",cy:\"50\",r:\"42\",transform:\"rotate(-90, 50, 50)\",\"stroke-dashoffset\":\"264\"}}),t._v(\" \"),n(\"text\",{staticClass:\"score\",attrs:{x:\"22\",y:\"57\",textLength:\"56\"}},[t._v(t._s(t.score)+\" / \"+t._s(t.questions.length))])]),t._v(\" \"),n(\"hr\"),t._v(\" \"),n(\"button\",{staticClass:\"btn btn-outline-primary\",attrs:{type:\"button\"},on:{click:t.begin}},[t._v(\"\\n Retry\\n \")])])]):t._e()])],2)};Un._withStripped\u003d!0;const Qn\u003dqe({name:\"Quiz\",props:{addClass:{type:String,default:null}},data:function(){return{currentQuestion:0,questions:[],score:0,state:3}},provide:function(){return{questions:this.questions,gotoNextQuestion:this.gotoNextQuestion,showNextQuestion:this.showNextQuestion}},computed:{scoreText:function(){return this.score/this.questions.length\u003e.5?\"Well done!\":\"Try again?\"}},methods:{gotoNextQuestion:function(){this.questions[this.currentQuestion-1].hide(),this.currentQuestion+\u003d1},showNextQuestion:function(){this.currentQuestion\u003c\u003dthis.questions.length?this.questions[this.currentQuestion-1].show():this.complete()},begin:function(){this.currentQuestion\u003d1,this.score\u003d0,this.state\u003d4},showFirstQuestion:function(){this.questions.length\u0026\u0026this.questions[0].show()},reset:function(){this.questions.forEach((function(t){return t.reset()}))},complete:function(){this.score\u003dthis.questions.filter((function(t){return 2\u003d\u003d\u003dt.qState.state})).length,this.state\u003d5,this.reset()},setScoreCircleStyles:function(){var t\u003dthis.score/this.questions.length;this.$refs.score.style.strokeDashoffset\u003d264*(1-t),this.$refs.score.style.stroke\u003d\"#51c2f8\"}}},Un,[],!1,null,\"2b2275c0\",null).exports;var Xn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"transition\",{attrs:{name:t.questions?\"question\":null},on:{\"after-leave\":t.showNextQuestion}},[t.active?n(\"div\",{class:[\"card\",\"question\",t.shakeClass,t.addClass]},[t.$scopedSlots.header?n(\"div\",{staticClass:\"card-header alert-light border-bottom border-light text-dark\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"card-body\"},[t._t(\"default\"),t._v(\" \"),t.isTextQuestion()?n(\"div\",{staticClass:\"mb-2\"},[n(\"textarea\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.textareaText,expression:\"textareaText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.textareaText},on:{input:function(e){e.target.composing||(t.textareaText\u003de.target.value)}}}),t._v(\" \"),t.qState.answered?n(\"div\",[n(\"hr\"),t._v(\" \"),t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):t._e()]):t._e()]):t._e(),t._v(\" \"),t.qState.answered\u0026\u0026t.isTextQuestion()?n(\"div\",{staticClass:\"answer\"},[t._t(\"answer\")],2):t._e(),t._v(\" \"),t.showHint?n(\"box\",{staticClass:\"mb-0 mt-3\",attrs:{type:\"tip\"}},[t._t(\"hint\")],2):t._e()],2),t._v(\" \"),t.showCardFooter?n(\"div\",{staticClass:\"card-footer alert-light border-top border-light text-dark\"},[1\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-times text-danger border-danger result-icon\"}):2\u003d\u003d\u003dt.qState.state?n(\"i\",{staticClass:\"fa fa-check text-success border-success result-icon\"}):t._e(),t._v(\" \"),n(\"transition-group\",{staticClass:\"float-end\",attrs:{name:\"q-btn\",tag:\"div\"}},[t.$scopedSlots.hint\u0026\u0026!t.showHint?n(\"button\",{key:\"hint\",staticClass:\"btn btn-success q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){t.showHint\u003d!0}}},[t._v(\"\\n Hint\\n \")]):t._e(),t._v(\" \"),0!\u003d\u003dt.qState.state||t.isTextWithoutKeywords()\u0026\u0026!t.$scopedSlots.answer?t._e():n(\"button\",{key:\"check\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!!t.questions)}}},[t._v(\"\\n Check\\n \")]),t._v(\" \"),0!\u003d\u003dt.qState.state\u0026\u0026t.questions?n(\"button\",{key:\"active\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{\"~click\":function(e){return t.gotoNextQuestion.apply(null,arguments)}}},[t._v(\"\\n Next\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"show\",staticClass:\"btn btn-info q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!0)}}},[t._v(\"\\n Show\\n \")]):t._e(),t._v(\" \"),t.retryState?n(\"button\",{key:\"retry\",staticClass:\"btn btn-primary q-btn ms-1\",attrs:{type:\"button\"},on:{click:function(e){return t.checkAnswer(!1)}}},[t._v(\"\\n Retry\\n \")]):t._e()])],1):t._e()]):t._e()])};Xn._withStripped\u003d!0;function Yn(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Kn(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Yn(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Yn(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}const Gn\u003dqe({name:\"Question\",mixins:[{data:function(){return{active:!0}},inject:{questions:{default:void 0},gotoNextQuestion:{default:void 0},showNextQuestion:{default:\"\"}},methods:{show:function(){this.active\u003d!0},hide:function(){this.active\u003d!1},reset:function(){this.active\u003d!1,this.qState.answered\u003d!1,this.qState.state\u003d0,this.showHint\u003d!1,this.textareaText\u0026\u0026(this.textareaText\u003d\"\"),this.answers\u0026\u0026this.answers.splice(0,this.answers.length)}},created:function(){this.questions\u0026\u0026(this.active\u003d!1,this.questions.push(this))}}],props:{type:{type:String,default:\"\"},addClass:{type:String,default:null},keywords:{type:String,default:\"\"},threshold:{type:[String,Number],default:1},noIntermediateResult:{type:Boolean}},computed:{retryState:function(){return 1\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered\u0026\u0026!this.questions},showCardFooter:function(){var t\u003d!this.$scopedSlots.hint||this.showHint;return!(this.isTextWithoutKeywords()\u0026\u0026t\u0026\u0026this.qState.answered\u0026\u0026!this.questions)}},data:function(){var t\u003d{qState:{state:0,answered:!1},showHint:!1,shakeClass:null};return this.isMcqOrCheckboxQuestion()||this.isBlanksQuestion()?Kn({answers:[]},t):this.isTextQuestion()?Kn({textareaText:\"\"},t):t},provide:function(){return this.isMcqOrCheckboxQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState}:this.isBlanksQuestion()?{answers:this.answers,qOptionType:this.type,qState:this.qState,noIntermediateResult:this.noIntermediateResult}:void 0},methods:{keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},isMcqOrCheckboxQuestion:function(){return\"mcq\"\u003d\u003d\u003dthis.type||\"checkbox\"\u003d\u003d\u003dthis.type},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},isTextQuestion:function(){return\"text\"\u003d\u003d\u003dthis.type},isTextWithoutKeywords:function(){return this.isTextQuestion()\u0026\u0026!this.keywords},shakeCard:function(){var t\u003dthis;this.shakeClass\u003d\"shake\",setTimeout((function(){t.shakeClass\u003dnull}),800)},markAsCorrect:function(){this.qState.state\u003d2,this.qState.answered\u003d!0},markAsWrong:function(t){this.qState.state\u003d1,t?this.qState.answered\u003d!0:this.shakeCard()},checkMcqAnswer:function(t){var e\u003dthis.answers.find((function(t){return t.selected}));e?e.$props.correct?this.markAsCorrect():this.markAsWrong(t):this.shakeCard()},checkCheckboxAnswer:function(t){this.answers.filter((function(t){return t.answeredCorrectly})).length\u003d\u003d\u003dthis.answers.length?this.markAsCorrect():this.markAsWrong(t)},checkBlanksAnswer:function(t){for(var e\u003d0,n\u003d0;n\u003cthis.answers.length;n+\u003d1)this.answers[n].checkAnswer(),this.answers[n].ansIsCorrect\u0026\u0026(e+\u003d1);e/this.answers.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkTextAnswer:function(t){for(var e\u003dthis.textareaText.toLowerCase(),n\u003dthis.keywordsSplitTrimmed(),i\u003d0,o\u003d0;o\u003cn.length;o+\u003d1)e.includes(n[o].toLowerCase())\u0026\u0026(i+\u003d1);i/n.length\u003e\u003dthis.threshold?this.markAsCorrect():this.markAsWrong(t)},checkAnswer:function(t){\"mcq\"\u003d\u003d\u003dthis.type?this.checkMcqAnswer(t):\"checkbox\"\u003d\u003d\u003dthis.type?this.checkCheckboxAnswer(t):\"blanks\"\u003d\u003d\u003dthis.type?this.checkBlanksAnswer(t):this.isTextQuestion()?this.checkTextAnswer(t):this.markAsCorrect()}}},Xn,[],!1,null,\"ae369d74\",null).exports;var Zn\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return\"mcq\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleRadioOn,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"div\",{class:[\"row\",{disabled:t.qState.answered}]},[n(\"div\",{staticClass:\"col-auto p-0\"},[n(\"svg\",{staticClass:\"radio-svg\",attrs:{viewBox:\"0 0 100 100\"}},[n(\"circle\",{attrs:{cx:\"50\",cy:\"50\",r:\"47\",fill:\"none\",stroke:\"black\",\"stroke-width\":\"4\"}}),t._v(\" \"),n(\"circle\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.selected,expression:\"selected\"}],attrs:{cx:\"50\",cy:\"50\",r:\"25\",fill:\"dodgerblue\"}})])]),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-1\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"checkbox\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",t.hintClass],on:{click:t.toggleCheckbox,mouseover:function(e){t.hover\u003d!0},mouseleave:function(e){t.hover\u003d!1}}},[n(\"label\",{class:[\"row\",\"checkbox-label\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.selected,expression:\"selected\"}],staticClass:\"checkbox\",attrs:{disabled:t.qState.answered,type:\"checkbox\",onclick:\"event.stopPropagation()\"},domProps:{checked:Array.isArray(t.selected)?t._i(t.selected,null)\u003e-1:t.selected},on:{change:function(e){var n\u003dt.selected,i\u003de.target,o\u003d!!i.checked;if(Array.isArray(n)){var r\u003dt._i(n,null);i.checked?r\u003c0\u0026\u0026(t.selected\u003dn.concat([null])):r\u003e-1\u0026\u0026(t.selected\u003dn.slice(0,r).concat(n.slice(r+1)))}else t.selected\u003do}}}),t._v(\" \"),n(\"div\",{staticClass:\"col content\"},[t._t(\"default\")],2),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.correct?n(\"i\",{staticClass:\"fa fa-check text-success\",class:{\"align-bottom\":t.$scopedSlots.reason}}):n(\"i\",{staticClass:\"fa fa-times text-danger\",class:{\"align-bottom\":t.$scopedSlots.reason}})]):t._e()])]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"hr\"),t._v(\" \"),n(\"div\",{staticClass:\"reason\"},[t._t(\"reason\")],2)]):t._e()]):\"blanks\"\u003d\u003d\u003dt.qOptionType?n(\"div\",{class:[\"form-control\",\"blanks-form-control\",t.hintClass]},[n(\"label\",{class:[\"row\",\"m-0\",{disabled:t.qState.answered}],on:{click:function(t){t.stopPropagation()}}},[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.inputText,expression:\"inputText\"}],staticClass:\"form-control\",attrs:{disabled:t.qState.answered},domProps:{value:t.inputText},on:{input:function(e){e.target.composing||(t.inputText\u003de.target.value)}}}),t._v(\" \"),n(\"div\",{staticClass:\"col-auto\"},[t.qState.answered?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e(),t._v(\" \"),t.isIntermediateResult()?n(\"div\",[t.ansIsCorrect?n(\"i\",{staticClass:\"fa fa-check text-success\"}):n(\"i\",{staticClass:\"fa fa-times text-danger blanks-cross\"})]):t._e()]),t._v(\" \"),t.qState.answered?n(\"div\",{staticClass:\"col-auto blanks-keywords\"},[t.keywordsSplitTrimmed().length?n(\"strong\",[t._v(\"\\n Keywords: \\n \"),t._l(t.keywordsSplitTrimmed(),(function(e){return n(\"span\",{key:e,staticClass:\"badge rounded-pill bg-light text-dark fw-normal\"},[t._v(\"\\n \"+t._s(e)+\"\\n \")])}))],2):n(\"strong\",[t._v(\"No answer checking keywords provided\")])]):t._e()]),t._v(\" \"),t.qState.answered\u0026\u0026t.$scopedSlots.reason?n(\"div\",[n(\"div\",{staticClass:\"reason blanks-reason\"},[t._t(\"reason\")],2)]):t._e()]):t._e()};Zn._withStripped\u003d!0;const Jn\u003dqe({name:\"McqOption\",props:{correct:{type:Boolean,default:!1},keywords:{type:String,default:\"\"}},data:function(){return{selected:!1,hover:!1,inputText:\"\",ansIsCorrect:!1}},inject:{answers:{default:void 0},qOptionType:{default:void 0},qState:{default:void 0},noIntermediateResult:{default:void 0}},computed:{hintClass:function(){return this.qState.answered?this.correct?\"success\":\"danger\":this.selected||this.hover?\"alert-light text-dark border border-secondary\":\"\"},answeredCorrectly:function(){return this.correct\u0026\u0026this.selected||!this.correct\u0026\u0026!this.selected}},methods:{checkAnswer:function(){var t\u003d!1,e\u003dthis.inputText.toLowerCase().trim(),n\u003dthis.keywords.toLowerCase().split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}));this.keywords.length||(t\u003d!0);for(var i\u003d0;i\u003cn.length;i+\u003d1)if(e\u003d\u003d\u003dn[i].trim()){t\u003d!0;break}this.ansIsCorrect\u003dt},isIntermediateResult:function(){return!this.noIntermediateResult\u0026\u00261\u003d\u003d\u003dthis.qState.state\u0026\u0026!this.qState.answered},isBlanksQuestion:function(){return\"blanks\"\u003d\u003d\u003dthis.type},keywordsSplitTrimmed:function(){return this.keywords.split(\",\").filter((function(t){return\"\"!\u003d\u003dt.trim()}))},toggleRadioOn:function(){this.qState.answered||this.selected||(this.answers.forEach((function(t){t.selected\u003d!1})),this.selected\u003d!0)},toggleCheckbox:function(){this.qState.answered||(this.selected\u003d!this.selected)}},created:function(){this.answers.push(this)}},Zn,[],!1,null,\"1074287c\",null).exports;var ti\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"dropdown\",staticStyle:{position:\"relative\"}},[t.algolia?n(\"div\",{attrs:{id:\"algolia-search-input\"}}):[n(\"input\",{directives:[{name:\"model\",rawName:\"v-model\",value:t.value,expression:\"value\"}],staticClass:\"form-control\",attrs:{\"data-bs-toggle\":\"dropdown\",type:\"text\",placeholder:t.placeholder,autocomplete:\"off\"},domProps:{value:t.value},on:{input:[function(e){e.target.composing||(t.value\u003de.target.value)},t.update],keyup:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"up\",38,e.key,[\"Up\",\"ArrowUp\"])?null:t.up.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"down\",40,e.key,[\"Down\",\"ArrowDown\"])?null:t.down.apply(null,arguments)}],keydown:[function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"enter\",13,e.key,\"Enter\")?null:t.hit.apply(null,arguments)},function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.reset.apply(null,arguments)}],blur:function(e){t.showDropdown\u003d!1}}}),t._v(\" \"),n(\"div\",{staticClass:\"form-control placeholder-div-hidden\"},[t._v(\"\\n \"+t._s(t.placeholder)+\"\\n \")])],t._v(\" \"),n(\"ul\",{ref:\"dropdown\",class:t.dropdownMenuClasses},t._l(t.items,(function(e,i){return n(\"li\",{key:i,class:{\"table-active\":t.isActive(i)}},[n(\"a\",{staticClass:\"dropdown-item\",on:{mousedown:function(e){return e.preventDefault(),t.hit.apply(null,arguments)},mousemove:function(e){return t.setActive(i)}}},[n(\"searchbar-page-item\",{attrs:{item:e,value:t.value}})],1)])})),0)],2)};function ei(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n\u003dnull\u003d\u003dt?null:\"undefined\"!\u003dtypeof Symbol\u0026\u0026t[Symbol.iterator]||t[\"@@iterator\"];if(null!\u003dn){var i,o,r,s,a\u003d[],l\u003d!0,c\u003d!1;try{if(r\u003d(n\u003dn.call(t)).next,0\u003d\u003d\u003de){if(Object(n)!\u003d\u003dn)return;l\u003d!1}else for(;!(l\u003d(i\u003dr.call(n)).done)\u0026\u0026(a.push(i.value),a.length!\u003d\u003de);l\u003d!0);}catch(t){c\u003d!0,o\u003dt}finally{try{if(!l\u0026\u0026null!\u003dn.return\u0026\u0026(s\u003dn.return(),Object(s)!\u003d\u003ds))return}finally{if(c)throw o}}return a}}(t,e)||bn(t,e)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}ti._withStripped\u003d!0;var ni\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.item.heading?n(\"div\",{staticClass:\"heading\"},[n(\"i\",{staticClass:\"fa fa-hashtag\"}),t._v(\" \"),n(\"div\",{staticClass:\"heading-text\"},[n(\"span\",{domProps:{innerHTML:t._s(t.highlight(t.item.heading.text,t.value))}}),t._v(\" \"),t._l(t.item.keywords,(function(e,i){return n(\"div\",{key:i,staticClass:\"keyword-text\",domProps:{innerHTML:t._s(t.highlight(e,t.value))}})}))],2)]):n(\"div\",[n(\"span\",{staticClass:\"page-title\",domProps:{innerHTML:t._s(t.highlight(t.item.title,t.value))}}),t._v(\" \"),t.item.keywords?n(\"br\"):t._e(),t._v(\" \"),t.item.keywords?n(\"small\",{domProps:{innerHTML:t._s(t.highlight(t.item.keywords,t.value))}}):t._e(),t._v(\" \"),n(\"hr\",{staticClass:\"page-headings-separator\"})])};ni._withStripped\u003d!0;const ii\u003dqe({props:{item:{type:Object,default:null},value:{type:String,default:\"\"}},methods:{highlight:function(t,e){for(var n,i\u003d(n\u003dfunction(){var n\u003de.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(\"(\".concat(t,\")\"),\"gi\")})),i\u003d[];return n.forEach((function(e){for(var n\u003de.exec(t);null!\u003d\u003dn\u0026\u0026n.index!\u003d\u003de.lastIndex;)i.push({start:n.index,end:e.lastIndex}),n\u003de.exec(t)})),i}()).length\u003c\u003d1?n:n.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){var n\u003dt[t.length-1];return!n||n.end\u003ce.start?t.push(e):n.end\u003ce.end\u0026\u0026(n.end\u003de.end),t}),[]),o\u003dt,r\u003di.length-1;r\u003e\u003d0;r-\u003d1)o\u003d\"\".concat(o.slice(0,i[r].start),\"\u003cmark\u003e\")+\"\".concat(o.slice(i[r].start,i[r].end),\"\u003c/mark\u003e\")+\"\".concat(o.slice(i[r].end));return o}}},ni,[],!1,null,\"98afe086\",null).exports;const oi\u003dqe({created:function(){this.items\u003dthis.primitiveData},props:{data:{type:Array,default:function(){return[]}},limit:{type:Number,default:8},async:{type:String,default:\"\"},keyProp:{type:String,default:null},onHit:{type:Function,default:function(t){this.reset(),this.value\u003dt}},placeholder:{type:String,default:\"Search\"},delay:{type:Number,default:200},menuAlignRight:{type:Boolean,default:!1},algolia:{type:Boolean,default:!1}},data:function(){return{value:\"\",showDropdown:!1,noResults:!0,current:0,items:[]}},computed:{primitiveData:function(){function t(t,e){var n\u003dt.join(\" \");return e.reduce((function(t,e){var i\u003dn.match(e);return t+(i?i.length:0)}),0)}if(this.value.length\u003c2||!this.data)return[];var e\u003d[],n\u003dthis.value.split(\" \").filter((function(t){return\"\"!\u003d\u003dt})).map((function(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$\u0026\")})).map((function(t){return new RegExp(t,\"ig\")}));return this.data.forEach((function(i){var o\u003di.headings,r\u003di.src,s\u003di.title,a\u003di.headingKeywords,l\u003di.frontmatterKeywords||\"\",c\u003ds||r.substring(0,r.lastIndexOf(\".\")),u\u003dt([c,l].concat(_n(Object.values(o)),_n(Object.values(a))),n);if(u\u003e0){var d\u003d[];Object.entries(o).forEach((function(e,i){var o\u003dei(e,2),s\u003do[0],u\u003do[1],h\u003dn.some((function(t){return t.test(u)})),p\u003da[s]\u0026\u0026a[s].some((function(t){return n.some((function(e){return e.test(t)}))}));if(h||p){var f\u003dt([u].concat(_n(a[s]||[])),n);(0!\u003d\u003di||u!\u003d\u003dc||l.length)\u0026\u0026d.push({heading:{id:s,text:u},keywords:a[s],src:r,totalMatches:f})}})),d.sort((function(t,e){return e.totalMatches-t.totalMatches})),e.push({headings:d,keywords:l,src:r,title:c,totalMatches:u})}})),e.sort((function(t,e){return e.totalMatches-t.totalMatches})).flatMap((function(t){return t.headings?[t].concat(_n(t.headings)):t}))},dropdownMenuClasses:function(){return[\"dropdown-menu\",\"search-dropdown-menu\",{show:this.showDropdown},{\"d-none\":!this.showDropdown},{\"dropdown-menu-end\":this.menuAlignRight}]}},methods:{update:function(){return this.value?(this.data\u0026\u0026(this.items\u003dthis.primitiveData,this.showDropdown\u003dthis.items.length\u003e0),this.async\u0026\u0026this.query(),!0):(this.reset(),!1)},query:function(t,e){var n,i\u003darguments.length\u003e2\u0026\u0026void 0!\u003d\u003darguments[2]?arguments[2]:100;function o(t){return/^[0-9]+$/.test(t)?Number(t)||1:null}return function(){for(var r\u003dthis,s\u003darguments.length,a\u003dnew Array(s),l\u003d0;l\u003cs;l++)a[l]\u003darguments[l];n\u0026\u0026clearTimeout(n),n\u003dsetTimeout((function(){t.apply(r,a)}),o(e)||o(this[e])||i)}}((function(){var t\u003dthis;(function(t){var e\u003dnew window.XMLHttpRequest,n\u003d{},i\u003d{then:function(t,e){return i.done(t).fail(e)},catch:function(t){return i.fail(t)},always:function(t){return i.done(t).fail(t)}};return[\"done\",\"fail\"].forEach((function(t){n[t]\u003d[],i[t]\u003dfunction(e){return e instanceof Function\u0026\u0026n[t].push(e),i}})),i.done(JSON.parse),e.onreadystatechange\u003dfunction(){if(4\u003d\u003d\u003de.readyState){var t\u003d{status:e.status};if(200\u003d\u003d\u003de.status)try{var i\u003de.responseText;for(var o in n.done){var r\u003dn.done[o](i);void 0!\u003d\u003dr\u0026\u0026(i\u003dr)}}catch(t){n.fail.forEach((function(e){return e(t)}))}else n.fail.forEach((function(e){return e(t)}))}},e.open(\"GET\",t),e.setRequestHeader(\"Accept\",\"application/json\"),e.send(),i})(this.async+this.value).then((function(e){t.items\u003d(t.keyProp?e[t.keyProp]:e).slice(0,t.limit),t.showDropdown\u003dt.items.length}))}),\"delay\",200),reset:function(){this.items\u003d[],this.value\u003d\"\",this.loading\u003d!1,this.showDropdown\u003d!1},setActive:function(t){this.current\u003dt},isActive:function(t){return this.current\u003d\u003d\u003dt},hit:function(t){t.preventDefault(),this.onHit(this.items[this.current],this)},down:function(){this.current\u003cthis.items.length-1\u0026\u0026(this.current+\u003d1,this.scrollListView())},up:function(){this.current\u003e0\u0026\u0026(this.current-\u003d1,this.scrollListView())},scrollListView:function(){var t\u003dthis.$refs.dropdown,e\u003dt.children[this.current],n\u003dt.scrollTop,i\u003dn+t.clientHeight,o\u003de.offsetTop+e.offsetHeight;e.offsetTop\u003cn?t.scrollTop\u003de.offsetTop:o\u003ei\u0026\u0026(t.scrollTop\u003do-t.clientHeight)}},components:{searchbarPageItem:ii}},ti,[],!1,null,\"cea1a814\",null).exports;var ri\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"tab-pane active printable-tab-pane\",class:{\"tab-pane-hide\":!this.show},attrs:{role:\"tabpanel\"}},[e(\"div\",{staticClass:\"nav-tabs printable-tab-header\"},[e(\"div\",{ref:\"header\",staticClass:\"nav-link active\"},[this._t(\"header\")],2)]),this._v(\" \"),this._t(\"default\"),this._v(\" \"),e(\"hr\")],2)};ri._withStripped\u003d!0;const si\u003dqe({props:{header:{type:String,default:\"\"},disabled:{type:[Boolean,String],default:!1}},computed:{headerRendered:function(){return this.$refs.header.innerHTML},active:function(){return this._tabset.show\u003d\u003d\u003dthis},index:function(){return this._tabset.tabs.indexOf(this)},show:function(){return this._tabset\u0026\u0026this._tabset.show\u003d\u003d\u003dthis},disabledBool:function(){return Re(this.disabled)}},created:function(){this._ingroup\u003dthis.$parent\u0026\u0026this.$parent._tabgroup;for(var t\u003dthis;t\u0026\u0026!0!\u003d\u003dt._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?(t.tabs.push(this),this._ingroup?~t.headers.indexOf(this.$parent)||t.headers.push(this.$parent):t.headers.push(this),this._tabset\u003dt):this._tabset\u003d{},this._ingroup\u0026\u0026this.$parent.tabs.push(this)},beforeDestroy:function(){if(this._tabset.activeNumber\u003d\u003d\u003dthis.index\u0026\u0026(this._tabset.activeNumber\u003d0),this._ingroup){var t\u003dthis.$parent.tabs.indexOf(this);this.$parent.tabs.splice(t,1)}this._tabset.tabs.splice(this.index,1)}},ri,[],!1,null,\"661c1b61\",null).exports;var ai\u003dfunction(){var t\u003dthis.$createElement,e\u003dthis._self._c||t;return e(\"div\",{staticClass:\"printable-tab-group\"},[e(\"div\",{ref:\"header\",staticClass:\"printable-tab-group-header\"},[this._t(\"header\")],2),this._v(\" \"),this._t(\"default\")],2)};ai._withStripped\u003d!0;const li\u003dqe({props:{disabled:{type:[Boolean,String],default:!1},header:{type:String,default:\"\"}},data:function(){return{tabs:[],show:!1}},computed:{active:function(){return~this.tabs.indexOf(this._tabset.show)},headerRendered:function(){return this.$refs.header.innerHTML},disabledBool:function(){return De(this.disabled)}},created:function(){this._tabgroup\u003d!0;for(var t\u003dthis.$parent\u0026\u0026!0\u003d\u003d\u003dthis.$parent._tabset?this.$parent:{};t\u0026\u0026!t._tabset\u0026\u0026t.$parent;)t\u003dt.$parent;t._tabset?this._tabset\u003dt:(this._tabset\u003d{},this.show\u003d!0)},methods:{blur:function(){this.show\u003d!1},toggle:function(){this.show\u003d!this.show}}},ai,[],!1,null,\"a785351c\",null).exports;var ci\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[t.addClass,\"printable-tabs\"]},[n(\"ul\",{staticClass:\"nav nav-tabs d-print-none\",class:t.getNavStyleClass,attrs:{role:\"tablist\"}},[t._l(t.headers,(function(e,i){return[e._tabgroup?n(\"dropdown\",{key:i,staticClass:\"nav-item\",class:{active:e.active},attrs:{header:e.headerRendered,disabled:e.disabled}},t._l(e.tabs,(function(e,i){return n(\"li\",{key:i},[n(\"a\",{staticClass:\"nav-link\",class:{disabled:e.disabled},attrs:{href:\"#\"},domProps:{innerHTML:t._s(e.headerRendered)},on:{click:function(n){return n.preventDefault(),t.select(e)}}})])})),0):n(\"li\",{key:i,staticClass:\"nav-item\",on:{click:function(n){return n.preventDefault(),t.select(e)}}},[n(\"a\",{staticClass:\"nav-link\",class:{active:e.active,disabled:e.disabledBool},attrs:{href:\"#\"}},[n(\"span\",{domProps:{innerHTML:t._s(e.headerRendered)}})])])]}))],2),t._v(\" \"),n(\"div\",{ref:\"tab-content\",staticClass:\"tab-content\"},[t._t(\"default\")],2)])};ci._withStripped\u003d!0;const ui\u003dqe({components:{dropdown:gn},props:{navStyle:{type:String,default:\"tabs\"},active:{type:String,default:\"0\"},addClass:{type:String,default:\"\"}},data:function(){return{show:null,headers:[],activeNumber:je(this.active),tabs:[]}},created:function(){this._tabset\u003d!0},computed:{getNavStyleClass:function(){return\"nav-\".concat(this.navStyle)}},watch:{activeNumber:function(t){this.show\u003dthis.tabs[t]}},mounted:function(){this.show\u003dthis.tabs[this.activeNumber]},methods:{select:function(t){t.disabled||(this.activeNumber\u003dt.index)}}},ci,[],!1,null,\"70a68808\",null).exports;var di\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:[\"thumb-wrapper\",{\"thumb-circle\":t.circle},t.addClass],style:[t.getBorder,t.getFontSize,t.getFontColor,t.getBgColor]},[t.hasSrc?n(\"img\",{ref:\"pic\",staticClass:\"thumb-image\",attrs:{src:t.src,width:t.computedWidth,height:t.computedHeight,alt:t.alt},on:{\"~load\":function(e){return t.computeImgSize.apply(null,arguments)}}}):t._e(),t._v(\" \"),t._t(\"default\")],2)};di._withStripped\u003d!0;const hi\u003dqe({props:{circle:{type:Boolean,default:!1},addClass:{type:String,default:\"\"},alt:{type:String,default:\"\"},background:{type:String,default:\"\"},border:{type:String,default:\"\"},fontColor:{type:String,default:\"\"},fontSize:{type:String,default:\"\"},size:{type:String,default:\"\"},src:{type:String,default:null},text:{type:String,default:\"\"}},computed:{getBorder:function(){return\"\"\u003d\u003d\u003dthis.border?{}:{border:this.border}},getFontSize:function(){var t\u003dthis.imageSize/2,e\u003dthis.fontSize;return{\"font-size\":\"\".concat(void 0\u003d\u003d\u003de||\"\"\u003d\u003d\u003de?t:e,\"px\")}},getFontColor:function(){return\"\"\u003d\u003d\u003dthis.fontColor?{}:{color:this.fontColor}},getBgColor:function(){return\"\"\u003d\u003d\u003dthis.background?{}:{background:this.background}},hasSrc:function(){return void 0!\u003d\u003dthis.src\u0026\u0026\"\"!\u003d\u003dthis.src},imageSize:function(){return this.size||100}},data:function(){return{computedWidth:\"\",computedHeight:\"\"}},mounted:function(){var t\u003dthis.$el;t.style.width\u003d\"\".concat(this.imageSize,\"px\"),t.style.height\u003d\"\".concat(this.imageSize,\"px\"),t.style.lineHeight\u003d\"\".concat(this.imageSize,\"px\")},methods:{computeImgSize:function(){var t\u003dthis.$refs.pic,e\u003dt.naturalHeight,n\u003dt.naturalWidth,i\u003dMath.min(e,n),o\u003dthis.imageSize/i;this.computedWidth\u003dn*o,this.computedHeight\u003de*o}}},di,[],!1,null,null,null).exports;var pi\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{tabindex:\"0\"},on:t._d({},[t.triggerEventType,function(e){return e.stopPropagation(),t.toggle()}])},[\"popover\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[n(\"portal-target\",{attrs:{name:\"popover:\"+t.target}})],1)]},proxy:!0}],null,!1,1583262462)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):\"tooltip\"\u003d\u003d\u003dt.popoverOrTooltipType?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,placement:t.placement,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"portal-target\",{attrs:{name:\"tooltip:\"+t.target}})]},proxy:!0}])},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):n(\"span\",[t._t(\"default\")],2)],1)};pi._withStripped\u003d!0;var fi\u003di(383);function mi(t){return(mi\u003d\"function\"\u003d\u003dtypeof Symbol\u0026\u0026\"symbol\"\u003d\u003dtypeof Symbol.iterator?function(t){return typeof t}:function(t){return t\u0026\u0026\"function\"\u003d\u003dtypeof Symbol\u0026\u0026t.constructor\u003d\u003d\u003dSymbol\u0026\u0026t!\u003d\u003dSymbol.prototype?\"symbol\":typeof t})(t)}function vi(t,e){for(var n\u003d0;n\u003ce.length;n++){var i\u003de[n];i.enumerable\u003di.enumerable||!1,i.configurable\u003d!0,\"value\"in i\u0026\u0026(i.writable\u003d!0),Object.defineProperty(t,i.key,i)}}function gi(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]\u003dn,t}function yi(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function wi(t){for(var e\u003d1;e\u003carguments.length;e++){var n\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?yi(Object(n),!0).forEach((function(e){gi(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):yi(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function bi(t){return function(t){if(Array.isArray(t))return _i(t)}(t)||function(t){if(\"undefined\"!\u003dtypeof Symbol\u0026\u0026Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(t){if(\"string\"\u003d\u003dtypeof t)return _i(t,e);var n\u003dObject.prototype.toString.call(t).slice(8,-1);return\"Object\"\u003d\u003d\u003dn\u0026\u0026t.constructor\u0026\u0026(n\u003dt.constructor.name),\"Map\"\u003d\u003d\u003dn||\"Set\"\u003d\u003d\u003dn?Array.from(t):\"Arguments\"\u003d\u003d\u003dn||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_i(t,e):void 0}}(t)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function _i(t,e){(null\u003d\u003de||e\u003et.length)\u0026\u0026(e\u003dt.length);for(var n\u003d0,i\u003dnew Array(e);n\u003ce;n++)i[n]\u003dt[n];return i}var Si\u003dfunction(t){return t\u003d\u003ddocument.activeElement},xi\u003dfunction(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}(this,t),this.root\u003dnull,this.elements\u003d[],this.onKeyDown\u003dthis.onKeyDown.bind(this),this.enable\u003dthis.enable.bind(this),this.disable\u003dthis.disable.bind(this),this.firstElement\u003dthis.firstElement.bind(this),this.lastElement\u003dthis.lastElement.bind(this)}var e,n;return e\u003dt,(n\u003d[{key:\"lastElement\",value:function(){return this.elements[this.elements.length-1]||null}},{key:\"firstElement\",value:function(){return this.elements[0]||null}},{key:\"onKeyDown\",value:function(t){if(function(t){return\"Tab\"\u003d\u003d\u003dt.key||9\u003d\u003d\u003dt.keyCode}(t)){if(!t.shiftKey)return!document.activeElement||Si(this.lastElement())?(this.firstElement().focus(),void t.preventDefault()):void 0;Si(this.firstElement())\u0026\u0026(this.lastElement().focus(),t.preventDefault())}}},{key:\"enabled\",value:function(){return!!this.root}},{key:\"enable\",value:function(t){t\u0026\u0026(this.root\u003dt,this.elements\u003dfunction(t){return function(t,e){return bi(t.querySelectorAll(\u0027button:not([disabled]), select:not([disabled]), a[href]:not([disabled]), area[href]:not([disabled]), [contentEditable\u003d\"\"]:not([disabled]), [contentEditable\u003d\"true\"]:not([disabled]), [contentEditable\u003d\"TRUE\"]:not([disabled]), textarea:not([disabled]), iframe:not([disabled]), input:not([disabled]), summary:not([disabled]), [tabindex]:not([tabindex\u003d\"-1\"])\u0027)||[])}(t)}(this.root),this.root.addEventListener(\"keydown\",this.onKeyDown))}},{key:\"disable\",value:function(){this.root.removeEventListener(\"keydown\",this.onKeyDown),this.root\u003dnull}}])\u0026\u0026vi(e.prototype,n),t}(),Ci\u003dfunction(t){var e\u003dt.targetTouches?t.targetTouches[0]:t;return{x:e.clientX,y:e.clientY}},$i\u003dfunction(t,e,n){return\"number\"!\u003dtypeof t\u0026\u0026(t\u003dMath.min(e,n)||e),\"number\"!\u003dtypeof n\u0026\u0026(n\u003dMath.max(e,t)),Math.min(Math.max(e,t),n)},ki\u003dfunction(t){return t\u0026\u0026Number(t.replace(/px$/,\"\"))||0},Ti\u003d{down:{pc:\"mousedown\",m:\"touchstart\"},move:{pc:\"mousemove\",m:\"touchmove\"},up:{pc:\"mouseup\",m:\"touchend\"}},Ei\u003dfunction(t,e,n){e\u0026\u0026e.addEventListener(Ti[t].pc,n),e\u0026\u0026e.addEventListener(Ti[t].m,n,{passive:!1})},Oi\u003dfunction(t,e,n){e\u0026\u0026e.removeEventListener(Ti[t].pc,n),e\u0026\u0026e.removeEventListener(Ti[t].m,n)},Bi\u003d!1;if(\"undefined\"!\u003dtypeof window){var Pi\u003d{get passive(){Bi\u003d!0}};window.addEventListener(\"testPassive\",null,Pi),window.removeEventListener(\"testPassive\",null,Pi)}var Li,Ni,Ai,zi\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.navigator\u0026\u0026window.navigator.platform\u0026\u0026(/iP(ad|hone|od)/.test(window.navigator.platform)||\"MacIntel\"\u003d\u003d\u003dwindow.navigator.platform\u0026\u0026window.navigator.maxTouchPoints\u003e1),Mi\u003d[],Hi\u003d!1,Di\u003d0,Ri\u003d-1,ji\u003dfunction(t){return Mi.some((function(){return function(t,e){var n\u003d!1;return function(t){for(var e\u003d[];t;){if(e.push(t),t.classList.contains(\"vfm\"))return e;t\u003dt.parentElement}return e}(t).forEach((function(t){(function(t){if(!t||t.nodeType!\u003d\u003dNode.ELEMENT_NODE)return!1;var e\u003dwindow.getComputedStyle(t);return[\"auto\",\"scroll\"].includes(e.overflowY)\u0026\u0026t.scrollHeight\u003et.clientHeight})(t)\u0026\u0026function(t,e){return!(0\u003d\u003d\u003dt.scrollTop\u0026\u0026e\u003c0||t.scrollTop+t.clientHeight+e\u003e\u003dt.scrollHeight\u0026\u0026e\u003e0)}(t,e)\u0026\u0026(n\u003d!0)})),n}(t,-Di)}))},Ii\u003dfunction(t){var e\u003dt||window.event;return!!ji(e.target)||e.touches.length\u003e1||(e.preventDefault\u0026\u0026e.preventDefault(),!1)},qi\u003dfunction(t){t?(Mi\u003dMi.filter((function(e){return e.targetElement!\u003d\u003dt})),zi?(t.ontouchstart\u003dnull,t.ontouchmove\u003dnull,Hi\u0026\u00260\u003d\u003d\u003dMi.length\u0026\u0026(document.removeEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!1)):Mi.length||(void 0!\u003d\u003dNi\u0026\u0026(document.body.style.paddingRight\u003dNi,Ni\u003dvoid 0),void 0!\u003d\u003dLi\u0026\u0026(document.body.style.overflow\u003dLi,Li\u003dvoid 0))):console.error(\"enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.\")},Wi\u003dfunction(){},Fi\u003d\"enter\",Vi\u003d\"entering\",Ui\u003d\"leave\",Qi\u003d\"leavng\",Xi\u003d{type:[String,Object,Array],default:\"\"},Yi\u003d{type:[Object,Array],default:function(){return{}}},Ki\u003d{t:\"ns-resize\",tr:\"nesw-resize\",r:\"ew-resize\",br:\"nwse-resize\",b:\"ns-resize\",bl:\"nesw-resize\",l:\"ew-resize\",tl:\"nwse-resize\"},Gi\u003d{props:{name:{type:String,default:null},value:{type:Boolean,default:!1},ssr:{type:Boolean,default:!0},classes:Xi,overlayClass:Xi,contentClass:Xi,styles:Yi,overlayStyle:Yi,contentStyle:Yi,lockScroll:{type:Boolean,default:!0},hideOverlay:{type:Boolean,default:!1},clickToClose:{type:Boolean,default:!0},escToClose:{type:Boolean,default:!1},preventClick:{type:Boolean,default:!1},attach:{type:null,default:!1,validator:function(t){var e\u003dmi(t);return\"boolean\"\u003d\u003d\u003de||\"string\"\u003d\u003d\u003de||t.nodeType\u003d\u003d\u003dNode.ELEMENT_NODE}},transition:{type:[String,Object],default:\"vfm\"},overlayTransition:{type:[String,Object],default:\"vfm\"},zIndexAuto:{type:Boolean,default:!0},zIndexBase:{type:[String,Number],default:1e3},zIndex:{type:[Boolean,String,Number],default:!1},focusRetain:{type:Boolean,default:!0},focusTrap:{type:Boolean,default:!1},fitParent:{type:Boolean,default:!0},drag:{type:Boolean,default:!1},dragSelector:{type:String,default:\"\"},keepChangedStyle:{type:Boolean,default:!1},resize:{type:Boolean,default:!1},resizeDirections:{type:Array,default:function(){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"]},validator:function(t){return[\"t\",\"tr\",\"r\",\"br\",\"b\",\"bl\",\"l\",\"tl\"].filter((function(e){return-1!\u003d\u003dt.indexOf(e)})).length\u003d\u003d\u003dt.length}},minWidth:{type:Number,default:0},minHeight:{type:Number,default:0},maxWidth:{type:Number,default:1/0},maxHeight:{type:Number,default:1/0}},data:function(){return{modalStackIndex:null,visible:!1,visibility:{modal:!1,overlay:!1,resize:!1},overlayTransitionState:null,modalTransitionState:null,stopEvent:!1,params:{},dragResizeStyle:{},resolveToggle:Wi,rejectToggle:Wi,state:null,lastMousedownEl:null}},computed:{isComponentReadyToBeDestroyed:function(){return(this.hideOverlay||this.overlayTransitionState\u003d\u003d\u003dUi)\u0026\u0026this.modalTransitionState\u003d\u003d\u003dUi},calculateZIndex:function(){return!1\u003d\u003d\u003dthis.zIndex?!!this.zIndexAuto\u0026\u0026+this.zIndexBase+2*(this.modalStackIndex||0):this.zIndex},bindStyle:function(){return wi({},!1!\u003d\u003dthis.calculateZIndex\u0026\u0026{zIndex:this.calculateZIndex})},bindContentStyle:function(){var t\u003d[this.dragResizeStyle];return Array.isArray(this.contentStyle)?t.push.apply(t,bi(this.contentStyle)):t.push(this.contentStyle),t},computedTransition:function(){return\"string\"\u003d\u003dtypeof this.transition?{name:this.transition}:wi({},this.transition)},computedOverlayTransition:function(){return\"string\"\u003d\u003dtypeof this.overlayTransition?{name:this.overlayTransition}:wi({},this.overlayTransition)}},watch:{value:function(t){if(this.stopEvent)this.stopEvent\u003d!1;else if(this.mounted(),!t){if(this.emitEvent(\"before-close\",!0))return void this.rejectToggle(\"hide\");this.close()}},lockScroll:\"handleLockScroll\",hideOverlay:function(t){this.value\u0026\u0026!t\u0026\u0026(this.visibility.overlay\u003d!0)},attach:\"mounted\",isComponentReadyToBeDestroyed:function(t){t\u0026\u0026(this.visible\u003d!1)},drag:function(t){this.visible\u0026\u0026(t?this.addDragDown():this.removeDragDown())},resize:function(t){this.visible\u0026\u0026(t?this.addResizeDown():this.removeResizeDown())},keepChangedStyle:function(t){t||(this.dragResizeStyle\u003d{})}},mounted:function(){this.api.modals.push(this),this.$focusTrap\u003dnew xi,this.mounted()},beforeDestroy:function(){var t,e\u003dthis;this.close(),this.lockScroll\u0026\u0026this.$refs.vfmContainer\u0026\u0026qi(this.$refs.vfmContainer),null\u003d\u003dthis||null\u003d\u003d\u003d(t\u003dthis.$el)||void 0\u003d\u003d\u003dt||t.remove();var n\u003dthis.api.modals.findIndex((function(t){return t\u003d\u003d\u003de}));this.api.modals.splice(n,1)},methods:{mounted:function(){var t\u003dthis;if(this.value){if(this.emitEvent(\"before-open\",!1))return void this.rejectToggle(\"show\");var e\u003dthis.getAttachElement();if(e||!1\u003d\u003d\u003dthis.attach){!1!\u003d\u003dthis.attach\u0026\u0026e.appendChild(this.$el);var n\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));-1!\u003d\u003dn\u0026\u0026this.api.openedModals.splice(n,1),this.api.openedModals.push(this),this.modalStackIndex\u003dthis.api.openedModals.length-1,this.handleLockScroll(),this.api.openedModals.filter((function(e){return e!\u003d\u003dt})).forEach((function(t,n){t.getAttachElement()\u003d\u003d\u003de\u0026\u0026(t.modalStackIndex\u003dn,t.visibility.overlay\u003d!1)})),this.visible\u003d!0,this.$nextTick((function(){t.startTransitionEnter()}))}else!1!\u003d\u003de\u0026\u0026console.warn(\"Unable to locate target \".concat(this.attach))}},close:function(){var t\u003dthis,e\u003dthis.api.openedModals.findIndex((function(e){return e\u003d\u003d\u003dt}));if(-1!\u003d\u003de\u0026\u0026this.api.openedModals.splice(e,1),this.api.openedModals.length\u003e0){var n\u003dthis.api.openedModals[this.api.openedModals.length-1];(n.focusRetain||n.focusTrap)\u0026\u0026n.$refs.vfmContainer.focus(),!n.hideOverlay\u0026\u0026(n.visibility.overlay\u003d!0)}this.drag\u0026\u0026this.removeDragDown(),this.resize\u0026\u0026this.removeResizeDown(),this.state\u003dnull,this.startTransitionLeave()},startTransitionEnter:function(){this.visibility.overlay\u003d!0,this.visibility.modal\u003d!0},startTransitionLeave:function(){this.visibility.overlay\u003d!1,this.visibility.modal\u003d!1},handleLockScroll:function(){var t\u003dthis;this.value\u0026\u0026this.$nextTick((function(){t.lockScroll?function(t,e){if(t){if(!Mi.some((function(e){return e.targetElement\u003d\u003d\u003dt}))){var n\u003d{targetElement:t,options:e||{}};Mi\u003d[].concat(bi(Mi),[n]),zi?(t.ontouchstart\u003dfunction(t){1\u003d\u003d\u003dt.targetTouches.length\u0026\u0026(Ri\u003dt.targetTouches[0].clientY)},t.ontouchmove\u003dfunction(e){1\u003d\u003d\u003de.targetTouches.length\u0026\u0026function(t,e){Di\u003dt.targetTouches[0].clientY-Ri,!ji(t.target)\u0026\u0026(e\u0026\u00260\u003d\u003d\u003de.scrollTop\u0026\u0026Di\u003e0||function(t){return!!t\u0026\u0026t.scrollHeight-t.scrollTop\u003c\u003dt.clientHeight}(e)\u0026\u0026Di\u003c0?Ii(t):t.stopPropagation())}(e,t)},Hi||(document.addEventListener(\"touchmove\",Ii,Bi?{passive:!1}:void 0),Hi\u003d!0)):function(t){if(void 0\u003d\u003d\u003dNi){var e\u003d!!t\u0026\u0026!0\u003d\u003d\u003dt.reserveScrollBarGap,n\u003dwindow.innerWidth-document.documentElement.clientWidth;if(e\u0026\u0026n\u003e0){var i\u003dparseInt(getComputedStyle(document.body).getPropertyValue(\"padding-right\"),10);Ni\u003ddocument.body.style.paddingRight,document.body.style.paddingRight\u003d\"\".concat(i+n,\"px\")}}void 0\u003d\u003d\u003dLi\u0026\u0026(Li\u003ddocument.body.style.overflow,document.body.style.overflow\u003d\"hidden\")}(e)}}else console.error(\"disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.\")}(t.$refs.vfmContainer,{reserveScrollBarGap:!0}):qi(t.$refs.vfmContainer)}))},getAttachElement:function(){return!1!\u003d\u003dthis.attach\u0026\u0026(\"string\"\u003d\u003dtypeof this.attach?!!window\u0026\u0026window.document.querySelector(this.attach):this.attach)},beforeOverlayEnter:function(){this.overlayTransitionState\u003dVi},afterOverlayEnter:function(){this.overlayTransitionState\u003dFi},beforeOverlayLeave:function(){this.overlayTransitionState\u003dQi},afterOverlayLeave:function(){this.overlayTransitionState\u003dUi},beforeModalEnter:function(){this.modalTransitionState\u003dVi},afterModalEnter:function(){this.modalTransitionState\u003dFi,(this.focusRetain||this.focusTrap)\u0026\u0026this.$refs.vfmContainer.focus(),this.focusTrap\u0026\u0026this.$focusTrap.enable(this.$refs.vfmContainer),this.drag\u0026\u0026this.addDragDown(),this.resize\u0026\u0026this.addResizeDown(),this.$emit(\"opened\",this.createModalEvent({type:\"opened\"})),this.resolveToggle(\"show\")},beforeModalLeave:function(){this.modalTransitionState\u003dQi,this.$focusTrap.enabled()\u0026\u0026this.$focusTrap.disable()},afterModalLeave:function(){this.modalTransitionState\u003dUi,this.modalStackIndex\u003dnull,this.lockScroll\u0026\u0026qi(this.$refs.vfmContainer),this.keepChangedStyle||(this.dragResizeStyle\u003d{});var t\u003d!1,e\u003dthis.createModalEvent({type:\"closed\",stop:function(){t\u003d!0}});this.$emit(\"closed\",e),this.resolveToggle(\"hide\"),t||(this.params\u003d{})},onMousedown:function(t){this.lastMousedownEl\u003dnull\u003d\u003dt?void 0:t.target},onMouseupContainer:function(){this.lastMousedownEl\u003d\u003d\u003dthis.$refs.vfmContainer\u0026\u0026\"resize:move\"!\u003d\u003dthis.state\u0026\u0026(this.$emit(\"click-outside\",this.createModalEvent({type:\"click-outside\"})),this.clickToClose\u0026\u0026this.$emit(\"input\",!1))},onEsc:function(){this.visible\u0026\u0026this.escToClose\u0026\u0026this.$emit(\"input\",!1)},createModalEvent:function(){var t\u003darguments.length\u003e0\u0026\u0026void 0!\u003d\u003darguments[0]?arguments[0]:{};return wi({ref:this},t)},emitEvent:function(t,e){var n\u003d!1,i\u003dthis.createModalEvent({type:t,stop:function(){n\u003d!0}});return this.$emit(t,i),!!n\u0026\u0026(this.stopEvent\u003d!0,this.$emit(\"input\",e),!0)},emitState:function(t,e,n){this.state\u003d\"\".concat(e,\":\").concat(n),this.$emit(this.state,t)},toggle:function(t,e){var n\u003darguments,i\u003dthis;return new Promise((function(o,r){i.resolveToggle\u003dfunction(t){o(t),i.resolveToggle\u003dWi},i.rejectToggle\u003dfunction(t){r(t),i.rejectToggle\u003dWi};var s\u003d\"boolean\"\u003d\u003dtypeof t?t:!i.value;s\u0026\u00262\u003d\u003d\u003dn.length\u0026\u0026(i.params\u003de),i.$emit(\"input\",s)}))},pointerDown:function(t){var e\u003dthis;t.stopPropagation();var n,i\u003d\"resize\",o\u003d\"drag\",r\u003dthis.$refs,s\u003dr.vfmContainer,a\u003dr.vfmContent,l\u003dt.target.getAttribute(\"direction\");if(l)n\u003di;else{if(!function(t,e,n){return\"\"\u003d\u003d\u003dn||bi(e.querySelectorAll(n)).includes(t.target)}(t,a,this.dragSelector))return;n\u003do}this.emitState(t,n,\"start\");var c,u,d,h,p\u003dCi(t),f\u003ds.getBoundingClientRect(),m\u003da.getBoundingClientRect(),v\u003d\"absolute\"\u003d\u003d\u003dwindow.getComputedStyle(a).position,g\u003dki(this.dragResizeStyle.top),y\u003dki(this.dragResizeStyle.left),w\u003dfunction(){if(e.fitParent){var t\u003d{absolute:function(){return{minTop:0,minLeft:0,maxTop:f.height-m.height,maxLeft:f.width-m.width}},relative:function(){return{minTop:g+f.top-m.top,minLeft:y+f.left-m.left,maxTop:g+f.bottom-m.bottom,maxLeft:y+f.right-m.right}}};return v?t.absolute():t.relative()}return{}}(),b\u003dn\u003d\u003d\u003di\u0026\u0026(c\u003ddocument.body,u\u003d\"cursor\",d\u003dKi[l],h\u003dc.style[u],c.style[u]\u003dd,function(){c.style[u]\u003dh}),_\u003dfunction(t){t.stopPropagation(),e.emitState(t,n,\"move\");var r,s,a\u003dCi(t),c\u003d{x:a.x-p.x,y:a.y-p.y};n\u003d\u003d\u003di\u0026\u0026(c\u003de.getResizeOffset(l,c,f,m,v)),v?(r\u003dm.top-f.top+c.y,s\u003dm.left-f.left+c.x):(r\u003dg+c.y,s\u003dy+c.x),n\u003d\u003d\u003do\u0026\u0026e.fitParent\u0026\u0026(r\u003d$i(w.minTop,r,w.maxTop),s\u003d$i(w.minLeft,s,w.maxLeft));var u\u003dwi(wi(wi({position:\"relative\",top:r+\"px\",left:s+\"px\",margin:\"unset\",touchAction:\"none\"},v\u0026\u0026{position:\"absolute\",transform:\"unset\",width:m.width+\"px\",height:m.height+\"px\"}),c.width\u0026\u0026{width:c.width+\"px\"}),c.height\u0026\u0026{height:c.height+\"px\"});e.dragResizeStyle\u003dwi(wi({},e.dragResizeStyle),u)};Ei(\"move\",document,_),Ei(\"up\",document,(function t(o){o.stopPropagation(),n\u003d\u003d\u003di\u0026\u0026b\u0026\u0026b(),setTimeout((function(){e.emitState(o,n,\"end\")})),Oi(\"move\",document,_),Oi(\"up\",document,t)}))},addDragDown:function(){Ei(\"down\",this.$refs.vfmContent,this.pointerDown),this.dragResizeStyle.touchAction\u003d\"none\"},removeDragDown:function(){Oi(\"down\",this.$refs.vfmContent,this.pointerDown)},addResizeDown:function(){var t\u003dthis;this.visibility.resize\u003d!0,this.$nextTick((function(){Ei(\"down\",t.$refs.vfmResize,t.pointerDown)}))},removeResizeDown:function(){Oi(\"down\",this.$refs.vfmResize,this.pointerDown),this.visibility.resize\u003d!1},getResizeOffset:function(t,e,n,i,o){var r\u003dthis,s\u003dfunction(t,e,o,s){var a,l\u003di[e],c\u003dn[t]-i[t],u\u003d(a\u003de).charAt(0).toUpperCase()+a.slice(1);return{axis:o,edgeName:e,min:s?c:-l,max:s?l:c,minEdge:r[\"min\".concat(u)],maxEdge:r[\"max\".concat(u)],getEdge:function(t){return i[e]-t*(s?1:-1)},getOffsetAxis:function(t,n){var o\u003di[e]-t;return n?s?o:0:(s?1:-1)*o/2}}},a\u003d{t:[\"top\",\"height\",\"y\",!0],b:[\"bottom\",\"height\",\"y\",!1],l:[\"left\",\"width\",\"x\",!0],r:[\"right\",\"width\",\"x\",!1]},l\u003d{x:0,y:0};return t.split(\"\").forEach((function(t){var n\u003ds.apply(void 0,bi(a[t]));l\u003dwi(wi({},l),function(t){var n,i\u003de[t.axis];i\u003dr.fitParent?$i(t.min,i,t.max):i;var s\u003d$i(t.minEdge,t.getEdge(i),t.maxEdge);return i\u003dt.getOffsetAxis(s,o),gi(n\u003d{},t.edgeName,s),gi(n,t.axis,i),n}(n))})),l}}},Zi\u003dfunction(t,e,n,i,o,r,s,a,l,c){\"boolean\"!\u003dtypeof s\u0026\u0026(l\u003da,a\u003ds,s\u003d!1);var u,d\u003d\"function\"\u003d\u003dtypeof n?n.options:n;if(t\u0026\u0026t.render\u0026\u0026(d.render\u003dt.render,d.staticRenderFns\u003dt.staticRenderFns,d._compiled\u003d!0,o\u0026\u0026(d.functional\u003d!0)),i\u0026\u0026(d._scopeId\u003di),r?(u\u003dfunction(t){(t\u003dt||this.$vnode\u0026\u0026this.$vnode.ssrContext||this.parent\u0026\u0026this.parent.$vnode\u0026\u0026this.parent.$vnode.ssrContext)||\"undefined\"\u003d\u003dtypeof __VUE_SSR_CONTEXT__||(t\u003d__VUE_SSR_CONTEXT__),e\u0026\u0026e.call(this,l(t)),t\u0026\u0026t._registeredComponents\u0026\u0026t._registeredComponents.add(r)},d._ssrRegister\u003du):e\u0026\u0026(u\u003ds?function(t){e.call(this,c(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,a(t))}),u)if(d.functional){var h\u003dd.render;d.render\u003dfunction(t,e){return u.call(e),h(t,e)}}else{var p\u003dd.beforeCreate;d.beforeCreate\u003dp?[].concat(p,u):[u]}return n},Ji\u003d\"undefined\"!\u003dtypeof navigator\u0026\u0026/msie [6-9]\\\\b/.test(navigator.userAgent.toLowerCase()),to\u003d{},eo\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.ssr||t.visible?n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.ssr||t.visible,expression:\"!ssr || visible\"}],staticClass:\"vfm vfm--inset\",class:[!1\u003d\u003d\u003dt.attach?\"vfm--fixed\":\"vfm--absolute\",{\"vfm--prevent-none\":t.preventClick}],style:t.bindStyle,on:{keydown:function(e){return!e.type.indexOf(\"key\")\u0026\u0026t._k(e.keyCode,\"esc\",27,e.key,[\"Esc\",\"Escape\"])?null:t.onEsc.apply(null,arguments)}}},[n(\"transition\",t._b({ref:\"vfmOverlayTransition\",on:{\"before-enter\":t.beforeOverlayEnter,\"after-enter\":t.afterOverlayEnter,\"before-leave\":t.beforeOverlayLeave,\"after-leave\":t.afterOverlayLeave}},\"transition\",t.computedOverlayTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:!t.hideOverlay\u0026\u0026t.visibility.overlay,expression:\"!hideOverlay \u0026\u0026 visibility.overlay\"}],staticClass:\"vfm__overlay vfm--overlay vfm--absolute vfm--inset\",class:t.overlayClass,style:t.overlayStyle})]),t._v(\" \"),n(\"transition\",t._b({ref:\"vfmTransition\",on:{\"before-enter\":t.beforeModalEnter,\"after-enter\":t.afterModalEnter,\"before-leave\":t.beforeModalLeave,\"after-leave\":t.afterModalLeave}},\"transition\",t.computedTransition,!1),[n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.visibility.modal,expression:\"visibility.modal\"}],ref:\"vfmContainer\",staticClass:\"vfm__container vfm--absolute vfm--inset vfm--outline-none\",class:t.classes,style:t.styles,attrs:{\"aria-expanded\":t.visibility.modal.toString(),role:\"dialog\",\"aria-modal\":\"true\",tabindex:\"-1\"},on:{mouseup:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMouseupContainer.apply(null,arguments)},mousedown:function(e){return e.target!\u003d\u003de.currentTarget?null:t.onMousedown.apply(null,arguments)}}},[n(\"div\",{ref:\"vfmContent\",staticClass:\"vfm__content\",class:[t.contentClass,{\"vfm--prevent-auto\":t.preventClick}],style:t.bindContentStyle,on:{mousedown:function(e){return t.onMousedown(null)}}},[t._t(\"default\",null,{params:t.params,close:function(){return t.$emit(\"input\",!1)}}),t._v(\" \"),t.visibility.resize\u0026\u0026t.visibility.modal?n(\"div\",{ref:\"vfmResize\",staticClass:\"vfm__resize vfm--absolute vfm--inset vfm--prevent-none vfm--select-none vfm--touch-none\"},t._l(t.resizeDirections,(function(t){return n(\"div\",{key:t,staticClass:\"vfm--absolute vfm--prevent-auto\",class:\"vfm--resize-\"+t,attrs:{direction:t}})})),0):t._e()],2)])])],1):t._e()},staticRenderFns:[]},(function(t){t\u0026\u0026t(\"data-v-1cd72822_0\",{source:\".vfm--fixed[data-v-1cd72822]{position:fixed}.vfm--absolute[data-v-1cd72822]{position:absolute}.vfm--inset[data-v-1cd72822]{top:0;right:0;bottom:0;left:0}.vfm--overlay[data-v-1cd72822]{background-color:rgba(0,0,0,.5)}.vfm--prevent-none[data-v-1cd72822]{pointer-events:none}.vfm--prevent-auto[data-v-1cd72822]{pointer-events:auto}.vfm--outline-none[data-v-1cd72822]:focus{outline:0}.vfm-enter-active[data-v-1cd72822],.vfm-leave-active[data-v-1cd72822]{transition:opacity .2s}.vfm-enter[data-v-1cd72822],.vfm-leave-to[data-v-1cd72822]{opacity:0}.vfm--touch-none[data-v-1cd72822]{touch-action:none}.vfm--select-none[data-v-1cd72822]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vfm--resize-bl[data-v-1cd72822],.vfm--resize-br[data-v-1cd72822],.vfm--resize-tl[data-v-1cd72822],.vfm--resize-tr[data-v-1cd72822]{width:12px;height:12px;z-index:10}.vfm--resize-t[data-v-1cd72822]{top:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-tr[data-v-1cd72822]{top:-6px;right:-6px;cursor:nesw-resize}.vfm--resize-r[data-v-1cd72822]{top:0;right:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-br[data-v-1cd72822]{bottom:-6px;right:-6px;cursor:nwse-resize}.vfm--resize-b[data-v-1cd72822]{bottom:-6px;left:0;width:100%;height:12px;cursor:ns-resize}.vfm--resize-bl[data-v-1cd72822]{bottom:-6px;left:-6px;cursor:nesw-resize}.vfm--resize-l[data-v-1cd72822]{top:0;left:-6px;width:12px;height:100%;cursor:ew-resize}.vfm--resize-tl[data-v-1cd72822]{top:-6px;left:-6px;cursor:nwse-resize}\",map:void 0,media:void 0})}),Gi,\"data-v-1cd72822\",!1,void 0,!1,(function(t){return function(t,e){return function(t,e){var n\u003dJi?e.media||\"default\":t,i\u003dto[n]||(to[n]\u003d{ids:new Set,styles:[]});if(!i.ids.has(t)){i.ids.add(t);var o\u003de.source;if(e.map\u0026\u0026(o+\u003d\"\\n/*# sourceURL\u003d\"+e.map.sources[0]+\" */\",o+\u003d\"\\n/*# sourceMappingURL\u003ddata:application/json;base64,\"+btoa(unescape(encodeURIComponent(JSON.stringify(e.map))))+\" */\"),i.element||(i.element\u003ddocument.createElement(\"style\"),i.element.type\u003d\"text/css\",e.media\u0026\u0026i.element.setAttribute(\"media\",e.media),void 0\u003d\u003d\u003dAi\u0026\u0026(Ai\u003ddocument.head||document.getElementsByTagName(\"head\")[0]),Ai.appendChild(i.element)),\"styleSheet\"in i.element)i.styles.push(o),i.element.styleSheet.cssText\u003di.styles.filter(Boolean).join(\"\\n\");else{var r\u003di.ids.size-1,s\u003ddocument.createTextNode(o),a\u003di.element.childNodes;a[r]\u0026\u0026i.element.removeChild(a[r]),a.length?i.element.insertBefore(s,a[r]):i.element.appendChild(s)}}}(t,e)}}),void 0,void 0),no\u003dZi({render:function(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{staticClass:\"modals-container\"},t._l(t.api.dynamicModals,(function(e,i){return n(e.component,t._g(t._b({key:e.id,tag:\"component\",on:{closed:function(e){return t.slice(i)},\"before-open\":function(n){return t.beforeOpen(n,e,i)},opened:e.opened},scopedSlots:t._u([t._l(e.slots,(function(e,i){return{key:i,fn:function(){return[t.isString(e)?n(\"div\",{key:i,domProps:{innerHTML:t._s(e)}}):n(e.component,t._g(t._b({key:i,tag:\"component\"},\"component\",e.bind,!1),e.on))]},proxy:!0}}))],null,!0),model:{value:e.value,callback:function(n){t.$set(e,\"value\",n)},expression:\"modal.value\"}},\"component\",e.bind,!1),e.on))})),1)},staticRenderFns:[]},void 0,{props:{},methods:{slice:function(t){this.api.dynamicModals.splice(t,1)},beforeOpen:function(t,e,n){var i\u003dthis;t.ref.params\u003de.params,this.$nextTick((function(){e.value||(i.slice(n),e.reject(\"show\"))}))},isString:function(t){return\"string\"\u003d\u003dtypeof t}}},void 0,!1,void 0,!1,void 0,void 0,void 0);function io(t,e){var n\u003dwi(wi({},t),{},{props:wi({},t.props)});return Object.assign(n.props,{api:{type:Object,default:function(){return e}}}),n}var oo\u003d0,ro\u003dfunction(){var t,e,n\u003d(e\u003dnull,et().observable({show:function(t){for(var n\u003dthis,i\u003darguments.length,o\u003dnew Array(i\u003e1?i-1:0),r\u003d1;r\u003ci;r++)o[r-1]\u003darguments[r];switch(mi(t)){case\"string\":return this.toggle.apply(this,[t,!0].concat(o));case\"object\":return Promise.allSettled([new Promise((function(i,r){var s\u003d{value:!0,id:Symbol(\"dynamicModal\"),component:e,bind:{},slots:{},on:{},params:o[0],reject:r,opened:function(){i(\"show\")}};n.dynamicModals.push(Object.assign(s,t))}))])}},hide:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.toggle(e,!1)},hideAll:function(){return this.hide.apply(this,bi(this.openedModals.map((function(t){return t.name}))))},toggle:function(t){for(var e\u003darguments.length,n\u003dnew Array(e\u003e1?e-1:0),i\u003d1;i\u003ce;i++)n[i-1]\u003darguments[i];var o\u003dArray.isArray(t)?this.get.apply(this,bi(t)):this.get(t);return Promise.allSettled(o.map((function(t){return t.toggle.apply(t,n)})))},get:function(){for(var t\u003darguments.length,e\u003dnew Array(t),n\u003d0;n\u003ct;n++)e[n]\u003darguments[n];return this.modals.filter((function(t){return e.includes(t.name)}))},dynamicModals:[],openedModals:[],modals:[],_setDefaultModal:function(t){e\u003dt}}));return gi(t\u003d{},\"$vfm\",n),gi(t,\"VueFinalModal\",function(t){var e\u003dio(eo,t);return t._setDefaultModal(e),e}(n)),gi(t,\"ModalsContainer\",io(no,n)),t},so\u003dro(),ao\u003dso.$vfm,lo\u003dso.VueFinalModal,co\u003d(so.ModalsContainer,function(t){var e\u003darguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1]?arguments[1]:{},n\u003d0\u003d\u003d\u003doo?so:ro(),i\u003dn.$vfm,o\u003dn.VueFinalModal,r\u003dn.ModalsContainer;oo+\u003d1;var s\u003de.key||\"$vfm\",a\u003de.componentName||\"VueFinalModal\",l\u003de.dynamicContainerName||\"ModalsContainer\";t.prototype[s]\u003di,t.component(a,o),t.component(l,r)}),uo\u003dfunction(t){return{install:function(e,n){var i\u003dObject.assign({},t,n);co(e,i)}}};uo.install\u003dco;const ho\u003dqe({name:\"Trigger\",components:{PortalTarget:fi.YC},props:{for:{type:String,default:\"\"},trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{popoverOrTooltipType:void 0,isInput:!1}},methods:{toggle:function(){this.for\u0026\u0026ao.show(this.for)}},computed:{triggerEventType:function(){return\"click\"\u003d\u003d\u003dthis.trigger||\"focus\"\u003d\u003d\u003dthis.trigger?this.trigger:\"mouseenter\"},triggers:function(){return this.trigger.split(\" \")},target:function(){return this.for}},mounted:function(){if(this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.for\u0026\u0026void 0\u003d\u003d\u003dthis.popoverOrTooltipType){var t\u003ddocument.getElementById(this.for);if(!t)return;this.popoverOrTooltipType\u003dt.dataset.mbComponentType}}},pi,[],!1,null,null,null).exports;var po\u003dfunction(){var t\u003dthis.$createElement;return(this._self._c||t)(\"div\",{staticClass:\"site-nav-root\"},[this._t(\"default\")],2)};po._withStripped\u003d!0;const fo\u003dqe({name:\"SiteNav\",mounted:function(){var t\u003dthis,e\u003dSn(new URL(window.location.href).pathname);this.$el.querySelectorAll(\"a[href]\").forEach((function(n){var i\u003dSn(n.getAttribute(\"href\"));if(e\u003d\u003d\u003di){n.classList.add(\"current\");for(var o\u003dn.parentElement;o\u0026\u0026o!\u003d\u003dt.$el;)\"ul\"\u003d\u003d\u003do.tagName.toLowerCase()\u0026\u0026o.classList.contains(\"site-nav-dropdown-container\")\u0026\u0026o.classList.add(\"site-nav-dropdown-container-open\"),o\u003do.parentElement}}))}},po,[],!1,null,null,null).exports;var mo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",[n(\"span\",{class:[{\"nav-menu-close-icon\":t.show}],on:{click:function(e){return t.toggleNavMenu(void 0)}}},[t._t(\"navMenuIcon\")],2),t._v(\" \"),n(\"div\",{ref:\"navMenuContainer\",class:[\"nav-menu\",{\"nav-menu-open\":t.show}],style:t.navbarHeight,on:{click:t.toggleNavMenu}},[n(\"portal-target\",{attrs:{name:t.portalName,multiple:\"\"}})],1)])};mo._withStripped\u003d!0;var vo\u003d{};const go\u003dqe({components:{PortalTarget:fi.YC},props:{type:{type:String,default:null},portalName:{type:String,default:null}},inject:{toggleLowerNavbar:{default:void 0}},data:function(){return{show:!1,navbarHeight:\"\"}},methods:{toggleNavMenu:function(t){var e,n\u003dthis;t\u0026\u0026\"a\"\u003d\u003d\u003dt.target.tagName.toLowerCase()||!t\u0026\u0026this.show?(document.body.style.removeProperty(\"overflow\"),this.show\u003d!1):(vo[e\u003d\"closeOverlay\"]\u0026\u0026vo[e].forEach((function(t){return t()})),document.body.style.overflow\u003d\"hidden\",this.show\u003d!0,this.$nextTick((function(){var t\u003dn.$refs.navMenuContainer,e\u003dwindow.innerHeight-t.getBoundingClientRect().top;n.navbarHeight\u003d\"height: \".concat(e,\"px\")})))}},mounted:function(){var t,e,n\u003dthis;this.toggleLowerNavbar\u0026\u0026this.toggleLowerNavbar(),e\u003dfunction(){n.show\u003d!1},vo[t\u003d\"closeOverlay\"]||(vo[t]\u003d[]),vo[t].push(e)}},mo,[],!1,null,\"1a3e7aee\",null).exports;var yo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(t.tagName,t._b({tag:\"component\"},\"component\",t.$attrs,!1),[t._t(\"default\"),t._v(\" \"),t.enablePortal?n(\"portal\",{attrs:{to:t.to}},[n(t.tagName,t._b({tag:\"component\",class:[t.$vnode.data.staticClass||\"\",\"mb-mobile-nav\"],style:t.$vnode.data.staticStyle},\"component\",t.$attrs,!1),[t._t(\"default\")],2)],1):t._e()],2)};yo._withStripped\u003d!0;const wo\u003dqe({name:\"OverlaySource\",components:{Portal:fi.h_},props:{to:{type:String,default:void 0},tagName:{type:String,default:void 0}},data:function(){return{enablePortal:!1}},mounted:function(){this.enablePortal\u003d!0}},yo,[],!1,null,\"e6005420\",null).exports;var bo\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"popover\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"popover:\"+t.targetEl.id}},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)]):t._e(),t._v(\" \"),t.isMounted?n(\"v-popover\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[n(\"div\",{staticClass:\"popover-container\"},[t.hasHeader?n(\"h3\",{staticClass:\"popover-header\"},[t._t(\"header\")],2):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"popover-body\"},[t._t(\"content\")],2)])]},proxy:!0}],null,!0)},[t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};bo._withStripped\u003d!0;const _o\u003dqe({name:\"Popover\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")},hasHeader:function(){return!!this.$slots.header}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},bo,[],!1,null,null,null).exports;var So\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"span\",{class:\"click\"\u003d\u003d\u003dt.trigger?\"trigger-click\":\"trigger\",attrs:{\"data-mb-component-type\":\"tooltip\",tabindex:\"0\"}},[t.targetEl.id?n(\"portal\",{attrs:{to:\"tooltip:\"+t.targetEl.id}},[t._t(\"content\")],2):t._e(),t._v(\" \"),t.isMounted?n(\"v-tooltip\",{attrs:{\"auto-hide\":!t.isInput,triggers:t.triggers,\"popper-triggers\":t.triggers,\"hide-triggers\":t.triggers,placement:t.placement,delay:0,\"shift-cross-axis\":\"\"},scopedSlots:t._u([{key:\"popper\",fn:function(){return[t._t(\"content\")]},proxy:!0}],null,!0)},[t._v(\" \"),t.isInput?t._t(\"default\"):n(\"span\",{on:{click:function(t){t.stopPropagation()}}},[t._t(\"default\")],2)],2):t._e()],1)};So._withStripped\u003d!0;const xo\u003dqe({name:\"Tooltip\",components:{Portal:fi.h_},props:{trigger:{type:String,default:\"hover focus\"},placement:{type:String,default:\"top\"}},data:function(){return{targetEl:{},isInput:!1,isMounted:!1}},computed:{triggers:function(){return this.trigger.split(\" \")}},mounted:function(){this.targetEl\u003dthis.$el,this.isInput\u003dthis.$slots.default\u0026\u0026this.$slots.default.some((function(t){return\"input\"\u003d\u003d\u003dt.tag})),this.isMounted\u003d!0}},So,[],!1,null,null,null).exports;var Co\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return t.isMounted?n(\"vue-final-modal\",{attrs:{ssr:\"\",name:t.id,classes:[\"modal\"],\"content-class\":[\"modal-dialog\",\"modal-dialog-scrollable\",t.optionalModalSize,t.optionalCentering],\"overlay-transition\":\"none\",transition:t.effectClass,\"click-to-close\":\"false\"!\u003d\u003dt.backdrop,\"esc-to-close\":\"\",\"z-index-base\":\"2000\"},model:{value:t.show,callback:function(e){t.show\u003de},expression:\"show\"}},[n(\"div\",{staticClass:\"modal-content\"},[t.hasHeader?n(\"div\",{staticClass:\"modal-header\"},[n(\"h5\",{staticClass:\"modal-title\"},[t._t(\"header\")],2),t._v(\" \"),n(\"button\",{staticClass:\"btn-close\",attrs:{type:\"button\",\"aria-label\":\"Close\"},on:{click:function(e){return t.close()}}})]):t._e(),t._v(\" \"),n(\"div\",{staticClass:\"modal-body\"},[t._t(\"default\")],2),t._v(\" \"),t.hasFooter||t.hasOk?n(\"div\",{staticClass:\"modal-footer\"},[t.hasFooter?t._t(\"footer\"):n(\"button\",{staticClass:\"btn btn-primary\",on:{click:function(e){return t.close()}}},[t._v(\"\\n \"+t._s(t.okText)+\"\\n \")])],2):t._e()])]):t._e()};Co._withStripped\u003d!0;const $o\u003dqe({name:\"Modal\",components:{VueFinalModal:lo},data:function(){return{show:!1,isMounted:!1,zoomEffect:{\"enter-class\":\"modal-zoom\",\"enter-to-class\":\"modal-zoom-show\",\"leave-to-class\":\"modal-zoom\",\"leave-class\":\"modal-zoom-show\"}}},props:{okText:{type:String,default:\"\"},effect:{type:String,default:\"zoom\"},id:{type:String,default:\"\"},small:{type:Boolean,default:!1},large:{type:Boolean,default:!1},center:{type:Boolean,default:!1},backdrop:{type:String,default:\"\"}},computed:{hasHeader:function(){return!!this.$slots.header},hasFooter:function(){return!!this.$slots.footer},hasOk:function(){return\"\"!\u003d\u003dthis.okText},optionalModalSize:function(){return this.small||this.large?this.small?\"modal-sm\":\"modal-lg\":\"\"},optionalCentering:function(){return this.center?\"modal-dialog-centered\":\"\"},effectClass:function(){return\"zoom\"\u003d\u003d\u003dthis.effect?this.zoomEffect:\"vfm\"}},methods:{close:function(){this.show\u003d!1}},mounted:function(){this.isMounted\u003d!0}},Co,[],!1,null,null,null).exports;var ko\u003dfunction(){var t\u003dthis,e\u003dt.$createElement,n\u003dt._self._c||e;return n(\"div\",{class:[\"scroll-top-button\",t.getIconSize(),\"d-print-none\",{lighten:t.$data.isLighten}],style:t.iconStyle(),attrs:{\"aria-hidden\":\"true\"},on:{click:function(e){return t.handleScrollTop()}}},[t._t(\"icon\",(function(){return[n(\"i\",{class:[\"fas fa-arrow-circle-up\"]})]}))],2)};ko._withStripped\u003d!0;var To\u003d{box:We,breadcrumb:Ve,dropdown:gn,navbar:Tn,panel:Rn,annotate:In,aPoint:Wn,pic:Vn,quiz:Qn,question:Gn,qOption:Jn,retriever:zn,searchbar:oi,tab:si,tabGroup:li,tabs:ui,thumbnail:hi,trigger:ho,siteNav:fo,submenu:vn,siteNavButton:Cn,pageNavButton:kn,overlay:go,overlaySource:wo,popover:_o,tooltip:xo,modal:$o,VPopover:Ne,VTooltip:Ae,scrollTopButton:qe({name:\"ScrollTopButton\",props:{icon:{type:String,default:null},iconSize:{type:String,default:\"lg\"},iconColor:{type:String,default:null},bottom:{type:String,default:null},right:{type:String,default:null}},data:function(){return{isVisible:!1,isLighten:!1,timers:{showOrHideButtonTimer:0,lightenButtonTimer:0}}},methods:{initScrollTopButton:function(){window.addEventListener(\"scroll\",this.promptScrollTopButton)},destroyScrollTopButton:function(){window.removeEventListener(\"scroll\",this.promptScrollTopButton)},promptScrollTopButton:function(){this.resetScrollTopButton(),this.showOrHideScrollTopButton()},resetScrollTopButton:function(){clearTimeout(this.timers.showOrHideButtonTimer),clearTimeout(this.timers.lightenButtonTimer),this.isLighten\u003d!1},showOrHideScrollTopButton:function(){var t\u003dthis;this.timers.showOrHideButtonTimer\u003dsetTimeout((function(){document.body.scrollTop\u003e20||document.documentElement.scrollTop\u003e20?(t.isVisible\u003d!0,t.lightenScrollTopButton()):t.isVisible\u003d!1}),100)},lightenScrollTopButton:function(){var t\u003dthis;this.timers.lightenButtonTimer\u003dsetTimeout((function(){t.isLighten||(t.isLighten\u003d!0)}),1e3)},iconStyle:function(){var t\u003d{};return t.display\u003dthis.isVisible?\"block\":\"none\",this.iconColor\u0026\u0026(t.color\u003dthis.iconColor),t.bottom\u003dthis.bottom?this.bottom:\"2%\",t.right\u003dthis.right?this.right:\"2%\",t.position\u003d\"fixed\",t},handleScrollTop:function(){document.body.scrollIntoView({block:\"start\",behavior:\"smooth\"})},getIconSize:function(){return this.iconSize?\"fa-\".concat(this.iconSize):\"\"}},mounted:function(){this.initScrollTopButton()},beforeDestroy:function(){this.destroyScrollTopButton()}},ko,[],!1,null,null,null).exports},Eo\u003d{closeable:Qe()};const Oo\u003d{MarkBindVue:{plugin:{install:function(t){Object.keys(Eo).forEach((function(e){t.directive(e,Eo[e])})),Object.keys(To).forEach((function(e){t.component(e,To[e])}))}},components:To,directives:Eo},appFactory:function(){return{data:function(){return{searchData:[]}},methods:{searchCallback:function(t){var e\u003d\"\".concat(baseUrl,\"/\").concat(t.src.replace(/.md$/,\".html\")),n\u003dt.heading?\"#\".concat(t.heading.id):\"\";window.location\u003d\"\".concat(e).concat(n)}}}}};i(605);function Bo(t,e){var n\u003dObject.keys(t);if(Object.getOwnPropertySymbols){var i\u003dObject.getOwnPropertySymbols(t);e\u0026\u0026(i\u003di.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function Po(t){for(var e\u003d1;e\u003carguments.length;e++){var i\u003dnull!\u003darguments[e]?arguments[e]:{};e%2?Bo(Object(i),!0).forEach((function(e){n(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):Bo(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var Lo\u003dOo.MarkBindVue,No\u003dOo.appFactory;function Ao(){var t\u003ddocument.querySelector(\"header[sticky]\");if(null!\u003d\u003dt){var e\u003da(),n\u003d!1;t.addEventListener(\"transitionend\",(function(){n||(t.style.overflow\u003d\"\")})),new ResizeObserver((function(){e\u003da(),document.documentElement.style.setProperty(\"--sticky-header-height\",\"\".concat(e,\"px\")),window.innerWidth\u003e767\u0026\u0026n\u0026\u0026l()})).observe(t);var i,o\u003d0,r\u003dwindow.location.hash,s\u003dfunction(){if(!(window.innerWidth\u003e767)){if(r!\u003d\u003dwindow.location.hash)return r\u003dwindow.location.hash,void l();r\u003dwindow.location.hash;var i\u003dwindow.pageYOffset;if(!(window.innerHeight+i\u003e\u003ddocument.body.offsetHeight)){if(i\u003eo){t.style.position\u003d\"static\";var s\u003dt.getBoundingClientRect().top+e;if(t.style.position\u003d\"sticky\",s\u003e0)return;n\u003d!0,t.style.overflow\u003d\"hidden\",t.classList.add(\"hide-header\")}else l();o\u003di}}};window.addEventListener(\"scroll\",(function(){i\u0026\u0026clearTimeout(i),i\u003dsetTimeout(s,20)}))}function a(){var e\u003dwindow.getComputedStyle(t,null);return t.clientHeight-parseFloat(e.paddingTop)-parseFloat(e.paddingBottom)}function l(){n\u003d!1,t.classList.remove(\"hide-header\")}}function zo(){document.querySelectorAll(\"script[style-bypass-vue-compilation]\").forEach((function(t){var e\u003ddocument.createElement(\"style\");e.innerHTML\u003dt.innerHTML,t.parentNode.replaceChild(e,t)})),Ao()}Vue.use(Lo.plugin),window.onload\u003dfunction(){if(window.location.hash){var t\u003ddocument.getElementById(window.location.hash.slice(1));t\u0026\u0026t.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}},window.handleSiteNavClick\u003dfunction(t){var e\u003d!(arguments.length\u003e1\u0026\u0026void 0!\u003d\u003darguments[1])||arguments[1];if(e){var n\u003dt.getElementsByTagName(\"a\");if(n.length)return void(window.location.href\u003dn[0].href)}var i\u003dt.nextElementSibling,o\u003dt.lastElementChild.lastElementChild;i.classList.toggle(\"site-nav-dropdown-container-open\"),o.classList.toggle(\"site-nav-rotate-icon\")};const Mo\u003d{setup:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo()}})).$mount(\"#app\",!0)},setupWithSearch:function(){new Vue(Po(Po({render:function(t){return pageVueRenderFn.call(this,t)},staticRenderFns:pageVueStaticRenderFns},No()),{},{mounted:function(){zo(),function(t){fetch(\"\".concat(baseUrl,\"/siteData.json\")).then((function(t){return t.json()})).then((function(e){t.searchData\u003de.pages}))}(this)}})).$mount(\"#app\",!0)}}})(),o\u003do.default})());"}],"authorContributionMap":{"KevinEyo1":1}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/polyfill.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var c\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require;if(!u\u0026\u0026c)return c(o,!0);if(i)return i(o,!0);var a\u003dnew Error(\"Cannot find module \u0027\"+o+\"\u0027\");throw a.code\u003d\"MODULE_NOT_FOUND\",a}var f\u003dn[o]\u003d{exports:{}};t[o][0].call(f.exports,function(n){var r\u003dt[o][1][n];return s(r||n)},f,f.exports,e,t,n,r)}return n[o].exports}for(var i\u003d\"function\"\u003d\u003dtypeof require\u0026\u0026require,o\u003d0;o\u003cr.length;o++)s(r[o]);return s}({1:[function(t,n,r){(function(n){\"use strict\";function define(t,n,e){t[n]||Object[r](t,n,{writable:!0,configurable:!0,value:e})}if(t(327),t(328),t(2),n._babelPolyfill)throw new Error(\"only one instance of babel-polyfill is allowed\");n._babelPolyfill\u003d!0;var r\u003d\"defineProperty\";define(String.prototype,\"padLeft\",\"\".padStart),define(String.prototype,\"padRight\",\"\".padEnd),\"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill\".split(\",\").forEach(function(t){[][t]\u0026\u0026define(Array,t,Function.call.bind([][t]))})}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{2:2,327:327,328:328}],2:[function(t,n,r){t(130),n.exports\u003dt(23).RegExp.escape},{130:130,23:23}],3:[function(t,n,r){n.exports\u003dfunction(t){if(\"function\"!\u003dtypeof t)throw TypeError(t+\" is not a function!\");return t}},{}],4:[function(t,n,r){var e\u003dt(18);n.exports\u003dfunction(t,n){if(\"number\"!\u003dtypeof t\u0026\u0026\"Number\"!\u003de(t))throw TypeError(n);return+t}},{18:18}],5:[function(t,n,r){var e\u003dt(128)(\"unscopables\"),i\u003dArray.prototype;void 0\u003d\u003di[e]\u0026\u0026t(42)(i,e,{}),n.exports\u003dfunction(t){i[e][t]\u003d!0}},{128:128,42:42}],6:[function(t,n,r){n.exports\u003dfunction(t,n,r,e){if(!(t instanceof n)||void 0!\u003d\u003de\u0026\u0026e in t)throw TypeError(r+\": incorrect invocation!\");return t}},{}],7:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t){if(!e(t))throw TypeError(t+\" is not an object!\");return t}},{51:51}],8:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003d[].copyWithin||function copyWithin(t,n){var r\u003de(this),u\u003do(r.length),c\u003di(t,u),a\u003di(n,u),f\u003darguments.length\u003e2?arguments[2]:void 0,s\u003dMath.min((void 0\u003d\u003d\u003df?u:i(f,u))-a,u-c),l\u003d1;for(a\u003cc\u0026\u0026c\u003ca+s\u0026\u0026(l\u003d-1,a+\u003ds-1,c+\u003ds-1);s-- \u003e0;)a in r?r[c]\u003dr[a]:delete r[c],c+\u003dl,a+\u003dl;return r}},{114:114,118:118,119:119}],9:[function(t,n,r){\"use strict\";var e\u003dt(119),i\u003dt(114),o\u003dt(118);n.exports\u003dfunction fill(t){for(var n\u003de(this),r\u003do(n.length),u\u003darguments.length,c\u003di(u\u003e1?arguments[1]:void 0,r),a\u003du\u003e2?arguments[2]:void 0,f\u003dvoid 0\u003d\u003d\u003da?r:i(a,r);f\u003ec;)n[c++]\u003dt;return n}},{114:114,118:118,119:119}],10:[function(t,n,r){var e\u003dt(39);n.exports\u003dfunction(t,n){var r\u003d[];return e(t,!1,r.push,r,n),r}},{39:39}],11:[function(t,n,r){var e\u003dt(117),i\u003dt(118),o\u003dt(114);n.exports\u003dfunction(t){return function(n,r,u){var c,a\u003de(n),f\u003di(a.length),s\u003do(u,f);if(t\u0026\u0026r!\u003dr){for(;f\u003es;)if((c\u003da[s++])!\u003dc)return!0}else for(;f\u003es;s++)if((t||s in a)\u0026\u0026a[s]\u003d\u003d\u003dr)return t||s||0;return!t\u0026\u0026-1}}},{114:114,117:117,118:118}],12:[function(t,n,r){var e\u003dt(25),i\u003dt(47),o\u003dt(119),u\u003dt(118),c\u003dt(15);n.exports\u003dfunction(t,n){var r\u003d1\u003d\u003dt,a\u003d2\u003d\u003dt,f\u003d3\u003d\u003dt,s\u003d4\u003d\u003dt,l\u003d6\u003d\u003dt,h\u003d5\u003d\u003dt||l,v\u003dn||c;return function(n,c,p){for(var d,y,g\u003do(n),m\u003di(g),b\u003de(c,p,3),x\u003du(m.length),S\u003d0,w\u003dr?v(n,x):a?v(n,0):void 0;x\u003eS;S++)if((h||S in m)\u0026\u0026(d\u003dm[S],y\u003db(d,S,g),t))if(r)w[S]\u003dy;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return S;case 2:w.push(d)}else if(s)return!1;return l?-1:f||s?s:w}}},{118:118,119:119,15:15,25:25,47:47}],13:[function(t,n,r){var e\u003dt(3),i\u003dt(119),o\u003dt(47),u\u003dt(118);n.exports\u003dfunction(t,n,r,c,a){e(n);var f\u003di(t),s\u003do(f),l\u003du(f.length),h\u003da?l-1:0,v\u003da?-1:1;if(r\u003c2)for(;;){if(h in s){c\u003ds[h],h+\u003dv;break}if(h+\u003dv,a?h\u003c0:l\u003c\u003dh)throw TypeError(\"Reduce of empty array with no initial value\")}for(;a?h\u003e\u003d0:l\u003eh;h+\u003dv)h in s\u0026\u0026(c\u003dn(c,s[h],h,f));return c}},{118:118,119:119,3:3,47:47}],14:[function(t,n,r){var e\u003dt(51),i\u003dt(49),o\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n;return i(t)\u0026\u0026(n\u003dt.constructor,\"function\"!\u003dtypeof n||n!\u003d\u003dArray\u0026\u0026!i(n.prototype)||(n\u003dvoid 0),e(n)\u0026\u0026null\u003d\u003d\u003d(n\u003dn[o])\u0026\u0026(n\u003dvoid 0)),void 0\u003d\u003d\u003dn?Array:n}},{128:128,49:49,51:51}],15:[function(t,n,r){var e\u003dt(14);n.exports\u003dfunction(t,n){return new(e(t))(n)}},{14:14}],16:[function(t,n,r){\"use strict\";var e\u003dt(3),i\u003dt(51),o\u003dt(46),u\u003d[].slice,c\u003d{},a\u003dfunction(t,n,r){if(!(n in c)){for(var e\u003d[],i\u003d0;i\u003cn;i++)e[i]\u003d\"a[\"+i+\"]\";c[n]\u003dFunction(\"F,a\",\"return new F(\"+e.join(\",\")+\")\")}return c[n](t,r)};n.exports\u003dFunction.bind||function bind(t){var n\u003de(this),r\u003du.call(arguments,1),c\u003dfunction(){var e\u003dr.concat(u.call(arguments));return this instanceof c?a(n,e.length,e):o(n,e,t)};return i(n.prototype)\u0026\u0026(c.prototype\u003dn.prototype),c}},{3:3,46:46,51:51}],17:[function(t,n,r){var e\u003dt(18),i\u003dt(128)(\"toStringTag\"),o\u003d\"Arguments\"\u003d\u003de(function(){return arguments}()),u\u003dfunction(t,n){try{return t[n]}catch(t){}};n.exports\u003dfunction(t){var n,r,c;return void 0\u003d\u003d\u003dt?\"Undefined\":null\u003d\u003d\u003dt?\"Null\":\"string\"\u003d\u003dtypeof(r\u003du(n\u003dObject(t),i))?r:o?e(n):\"Object\"\u003d\u003d(c\u003de(n))\u0026\u0026\"function\"\u003d\u003dtypeof n.callee?\"Arguments\":c}},{128:128,18:18}],18:[function(t,n,r){var e\u003d{}.toString;n.exports\u003dfunction(t){return e.call(t).slice(8,-1)}},{}],19:[function(t,n,r){\"use strict\";var e\u003dt(72).f,i\u003dt(71),o\u003dt(93),u\u003dt(25),c\u003dt(6),a\u003dt(39),f\u003dt(55),s\u003dt(57),l\u003dt(100),h\u003dt(29),v\u003dt(66).fastKey,p\u003dt(125),d\u003dh?\"_s\":\"size\",y\u003dfunction(t,n){var r,e\u003dv(n);if(\"F\"!\u003d\u003de)return t._i[e];for(r\u003dt._f;r;r\u003dr.n)if(r.k\u003d\u003dn)return r};n.exports\u003d{getConstructor:function(t,n,r,f){var s\u003dt(function(t,e){c(t,s,n,\"_i\"),t._t\u003dn,t._i\u003di(null),t._f\u003dvoid 0,t._l\u003dvoid 0,t[d]\u003d0,void 0!\u003de\u0026\u0026a(e,r,t[f],t)});return o(s.prototype,{clear:function clear(){for(var t\u003dp(this,n),r\u003dt._i,e\u003dt._f;e;e\u003de.n)e.r\u003d!0,e.p\u0026\u0026(e.p\u003de.p.n\u003dvoid 0),delete r[e.i];t._f\u003dt._l\u003dvoid 0,t[d]\u003d0},delete:function(t){var r\u003dp(this,n),e\u003dy(r,t);if(e){var i\u003de.n,o\u003de.p;delete r._i[e.i],e.r\u003d!0,o\u0026\u0026(o.n\u003di),i\u0026\u0026(i.p\u003do),r._f\u003d\u003de\u0026\u0026(r._f\u003di),r._l\u003d\u003de\u0026\u0026(r._l\u003do),r[d]--}return!!e},forEach:function forEach(t){p(this,n);for(var r,e\u003du(t,arguments.length\u003e1?arguments[1]:void 0,3);r\u003dr?r.n:this._f;)for(e(r.v,r.k,this);r\u0026\u0026r.r;)r\u003dr.p},has:function has(t){return!!y(p(this,n),t)}}),h\u0026\u0026e(s.prototype,\"size\",{get:function(){return p(this,n)[d]}}),s},def:function(t,n,r){var e,i,o\u003dy(t,n);return o?o.v\u003dr:(t._l\u003do\u003d{i:i\u003dv(n,!0),k:n,v:r,p:e\u003dt._l,n:void 0,r:!1},t._f||(t._f\u003do),e\u0026\u0026(e.n\u003do),t[d]++,\"F\"!\u003d\u003di\u0026\u0026(t._i[i]\u003do)),t},getEntry:y,setStrong:function(t,n,r){f(t,n,function(t,r){this._t\u003dp(t,n),this._k\u003dr,this._l\u003dvoid 0},function(){for(var t\u003dthis,n\u003dt._k,r\u003dt._l;r\u0026\u0026r.r;)r\u003dr.p;return t._t\u0026\u0026(t._l\u003dr\u003dr?r.n:t._t._f)?\"keys\"\u003d\u003dn?s(0,r.k):\"values\"\u003d\u003dn?s(0,r.v):s(0,[r.k,r.v]):(t._t\u003dvoid 0,s(1))},r?\"entries\":\"values\",!r,!0),l(n)}}},{100:100,125:125,25:25,29:29,39:39,55:55,57:57,6:6,66:66,71:71,72:72,93:93}],20:[function(t,n,r){var e\u003dt(17),i\u003dt(10);n.exports\u003dfunction(t){return function toJSON(){if(e(this)!\u003dt)throw TypeError(t+\"#toJSON isn\u0027t generic\");return i(this)}}},{10:10,17:17}],21:[function(t,n,r){\"use strict\";var e\u003dt(93),i\u003dt(66).getWeak,o\u003dt(7),u\u003dt(51),c\u003dt(6),a\u003dt(39),f\u003dt(12),s\u003dt(41),l\u003dt(125),h\u003df(5),v\u003df(6),p\u003d0,d\u003dfunction(t){return t._l||(t._l\u003dnew y)},y\u003dfunction(){this.a\u003d[]},g\u003dfunction(t,n){return h(t.a,function(t){return t[0]\u003d\u003d\u003dn})};y.prototype\u003d{get:function(t){var n\u003dg(this,t);if(n)return n[1]},has:function(t){return!!g(this,t)},set:function(t,n){var r\u003dg(this,t);r?r[1]\u003dn:this.a.push([t,n])},delete:function(t){var n\u003dv(this.a,function(n){return n[0]\u003d\u003d\u003dt});return~n\u0026\u0026this.a.splice(n,1),!!~n}},n.exports\u003d{getConstructor:function(t,n,r,o){var f\u003dt(function(t,e){c(t,f,n,\"_i\"),t._t\u003dn,t._i\u003dp++,t._l\u003dvoid 0,void 0!\u003de\u0026\u0026a(e,r,t[o],t)});return e(f.prototype,{delete:function(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).delete(t):r\u0026\u0026s(r,this._i)\u0026\u0026delete r[this._i]},has:function has(t){if(!u(t))return!1;var r\u003di(t);return!0\u003d\u003d\u003dr?d(l(this,n)).has(t):r\u0026\u0026s(r,this._i)}}),f},def:function(t,n,r){var e\u003di(o(n),!0);return!0\u003d\u003d\u003de?d(t).set(n,r):e[t._i]\u003dr,t},ufstore:d}},{12:12,125:125,39:39,41:41,51:51,6:6,66:66,7:7,93:93}],22:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(33),o\u003dt(94),u\u003dt(93),c\u003dt(66),a\u003dt(39),f\u003dt(6),s\u003dt(51),l\u003dt(35),h\u003dt(56),v\u003dt(101),p\u003dt(45);n.exports\u003dfunction(t,n,r,d,y,g){var m\u003de[t],b\u003dm,x\u003dy?\"set\":\"add\",S\u003db\u0026\u0026b.prototype,w\u003d{},_\u003dfunction(t){var n\u003dS[t];o(S,t,\"delete\"\u003d\u003dt?function(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"has\"\u003d\u003dt?function has(t){return!(g\u0026\u0026!s(t))\u0026\u0026n.call(this,0\u003d\u003d\u003dt?0:t)}:\"get\"\u003d\u003dt?function get(t){return g\u0026\u0026!s(t)?void 0:n.call(this,0\u003d\u003d\u003dt?0:t)}:\"add\"\u003d\u003dt?function add(t){return n.call(this,0\u003d\u003d\u003dt?0:t),this}:function set(t,r){return n.call(this,0\u003d\u003d\u003dt?0:t,r),this})};if(\"function\"\u003d\u003dtypeof b\u0026\u0026(g||S.forEach\u0026\u0026!l(function(){(new b).entries().next()}))){var E\u003dnew b,O\u003dE[x](g?{}:-0,1)!\u003dE,P\u003dl(function(){E.has(1)}),M\u003dh(function(t){new b(t)}),F\u003d!g\u0026\u0026l(function(){for(var t\u003dnew b,n\u003d5;n--;)t[x](n,n);return!t.has(-0)});M||(b\u003dn(function(n,r){f(n,b,t);var e\u003dp(new m,n,b);return void 0!\u003dr\u0026\u0026a(r,y,e[x],e),e}),b.prototype\u003dS,S.constructor\u003db),(P||F)\u0026\u0026(_(\"delete\"),_(\"has\"),y\u0026\u0026_(\"get\")),(F||O)\u0026\u0026_(x),g\u0026\u0026S.clear\u0026\u0026delete S.clear}else b\u003dd.getConstructor(n,t,y,x),u(b.prototype,r),c.NEED\u003d!0;return v(b,t),w[t]\u003db,i(i.G+i.W+i.F*(b!\u003dm),w),g||d.setStrong(b,t,y),b}},{101:101,33:33,35:35,39:39,40:40,45:45,51:51,56:56,6:6,66:66,93:93,94:94}],23:[function(t,n,r){var e\u003dn.exports\u003d{version:\"2.5.0\"};\"number\"\u003d\u003dtypeof __e\u0026\u0026(__e\u003de)},{}],24:[function(t,n,r){\"use strict\";var e\u003dt(72),i\u003dt(92);n.exports\u003dfunction(t,n,r){n in t?e.f(t,n,i(0,r)):t[n]\u003dr}},{72:72,92:92}],25:[function(t,n,r){var e\u003dt(3);n.exports\u003dfunction(t,n,r){if(e(t),void 0\u003d\u003d\u003dn)return t;switch(r){case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,i){return t.call(n,r,e,i)}}return function(){return t.apply(n,arguments)}}},{3:3}],26:[function(t,n,r){\"use strict\";var e\u003dt(35),i\u003dDate.prototype.getTime,o\u003dDate.prototype.toISOString,u\u003dfunction(t){return t\u003e9?t:\"0\"+t};n.exports\u003de(function(){return\"0385-07-25T07:06:39.999Z\"!\u003do.call(new Date(-5e13-1))})||!e(function(){o.call(new Date(NaN))})?function toISOString(){if(!isFinite(i.call(this)))throw RangeError(\"Invalid time value\");var t\u003dthis,n\u003dt.getUTCFullYear(),r\u003dt.getUTCMilliseconds(),e\u003dn\u003c0?\"-\":n\u003e9999?\"+\":\"\";return e+(\"00000\"+Math.abs(n)).slice(e?-6:-4)+\"-\"+u(t.getUTCMonth()+1)+\"-\"+u(t.getUTCDate())+\"T\"+u(t.getUTCHours())+\":\"+u(t.getUTCMinutes())+\":\"+u(t.getUTCSeconds())+\".\"+(r\u003e99?r:\"0\"+u(r))+\"Z\"}:o},{35:35}],27:[function(t,n,r){\"use strict\";var e\u003dt(7),i\u003dt(120);n.exports\u003dfunction(t){if(\"string\"!\u003d\u003dt\u0026\u0026\"number\"!\u003d\u003dt\u0026\u0026\"default\"!\u003d\u003dt)throw TypeError(\"Incorrect hint\");return i(e(this),\"number\"!\u003dt)}},{120:120,7:7}],28:[function(t,n,r){n.exports\u003dfunction(t){if(void 0\u003d\u003dt)throw TypeError(\"Can\u0027t call method on \"+t);return t}},{}],29:[function(t,n,r){n.exports\u003d!t(35)(function(){return 7!\u003dObject.defineProperty({},\"a\",{get:function(){return 7}}).a})},{35:35}],30:[function(t,n,r){var e\u003dt(51),i\u003dt(40).document,o\u003de(i)\u0026\u0026e(i.createElement);n.exports\u003dfunction(t){return o?i.createElement(t):{}}},{40:40,51:51}],31:[function(t,n,r){n.exports\u003d\"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf\".split(\",\")},{}],32:[function(t,n,r){var e\u003dt(81),i\u003dt(78),o\u003dt(82);n.exports\u003dfunction(t){var n\u003de(t),r\u003di.f;if(r)for(var u,c\u003dr(t),a\u003do.f,f\u003d0;c.length\u003ef;)a.call(t,u\u003dc[f++])\u0026\u0026n.push(u);return n}},{78:78,81:81,82:82}],33:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(42),u\u003dt(94),c\u003dt(25),a\u003dfunction(t,n,r){var f,s,l,h,v\u003dt\u0026a.F,p\u003dt\u0026a.G,d\u003dt\u0026a.S,y\u003dt\u0026a.P,g\u003dt\u0026a.B,m\u003dp?e:d?e[n]||(e[n]\u003d{}):(e[n]||{}).prototype,b\u003dp?i:i[n]||(i[n]\u003d{}),x\u003db.prototype||(b.prototype\u003d{});p\u0026\u0026(r\u003dn);for(f in r)s\u003d!v\u0026\u0026m\u0026\u0026void 0!\u003d\u003dm[f],l\u003d(s?m:r)[f],h\u003dg\u0026\u0026s?c(l,e):y\u0026\u0026\"function\"\u003d\u003dtypeof l?c(Function.call,l):l,m\u0026\u0026u(m,f,l,t\u0026a.U),b[f]!\u003dl\u0026\u0026o(b,f,h),y\u0026\u0026x[f]!\u003dl\u0026\u0026(x[f]\u003dl)};e.core\u003di,a.F\u003d1,a.G\u003d2,a.S\u003d4,a.P\u003d8,a.B\u003d16,a.W\u003d32,a.U\u003d64,a.R\u003d128,n.exports\u003da},{23:23,25:25,40:40,42:42,94:94}],34:[function(t,n,r){var e\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n\u003d/./;try{\"/./\"[t](n)}catch(r){try{return n[e]\u003d!1,!\"/./\"[t](n)}catch(t){}}return!0}},{128:128}],35:[function(t,n,r){n.exports\u003dfunction(t){try{return!!t()}catch(t){return!0}}},{}],36:[function(t,n,r){\"use strict\";var e\u003dt(42),i\u003dt(94),o\u003dt(35),u\u003dt(28),c\u003dt(128);n.exports\u003dfunction(t,n,r){var a\u003dc(t),f\u003dr(u,a,\"\"[t]),s\u003df[0],l\u003df[1];o(function(){var n\u003d{};return n[a]\u003dfunction(){return 7},7!\u003d\"\"[t](n)})\u0026\u0026(i(String.prototype,t,s),e(RegExp.prototype,a,2\u003d\u003dn?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},{128:128,28:28,35:35,42:42,94:94}],37:[function(t,n,r){\"use strict\";var e\u003dt(7);n.exports\u003dfunction(){var t\u003de(this),n\u003d\"\";return t.global\u0026\u0026(n+\u003d\"g\"),t.ignoreCase\u0026\u0026(n+\u003d\"i\"),t.multiline\u0026\u0026(n+\u003d\"m\"),t.unicode\u0026\u0026(n+\u003d\"u\"),t.sticky\u0026\u0026(n+\u003d\"y\"),n}},{7:7}],38:[function(t,n,r){\"use strict\";function flattenIntoArray(t,n,r,a,f,s,l,h){for(var v,p,d\u003df,y\u003d0,g\u003d!!l\u0026\u0026u(l,h,3);y\u003ca;){if(y in r){if(v\u003dg?g(r[y],y,n):r[y],p\u003d!1,i(v)\u0026\u0026(p\u003dv[c],p\u003dvoid 0!\u003d\u003dp?!!p:e(v)),p\u0026\u0026s\u003e0)d\u003dflattenIntoArray(t,n,v,o(v.length),d,s-1)-1;else{if(d\u003e\u003d9007199254740991)throw TypeError();t[d]\u003dv}d++}y++}return d}var e\u003dt(49),i\u003dt(51),o\u003dt(118),u\u003dt(25),c\u003dt(128)(\"isConcatSpreadable\");n.exports\u003dflattenIntoArray},{118:118,128:128,25:25,49:49,51:51}],39:[function(t,n,r){var e\u003dt(25),i\u003dt(53),o\u003dt(48),u\u003dt(7),c\u003dt(118),a\u003dt(129),f\u003d{},s\u003d{},r\u003dn.exports\u003dfunction(t,n,r,l,h){var v,p,d,y,g\u003dh?function(){return t}:a(t),m\u003de(r,l,n?2:1),b\u003d0;if(\"function\"!\u003dtypeof g)throw TypeError(t+\" is not iterable!\");if(o(g)){for(v\u003dc(t.length);v\u003eb;b++)if((y\u003dn?m(u(p\u003dt[b])[0],p[1]):m(t[b]))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y}else for(d\u003dg.call(t);!(p\u003dd.next()).done;)if((y\u003di(d,m,p.value,n))\u003d\u003d\u003df||y\u003d\u003d\u003ds)return y};r.BREAK\u003df,r.RETURN\u003ds},{118:118,129:129,25:25,48:48,53:53,7:7}],40:[function(t,n,r){var e\u003dn.exports\u003d\"undefined\"!\u003dtypeof window\u0026\u0026window.Math\u003d\u003dMath?window:\"undefined\"!\u003dtypeof self\u0026\u0026self.Math\u003d\u003dMath?self:Function(\"return this\")();\"number\"\u003d\u003dtypeof __g\u0026\u0026(__g\u003de)},{}],41:[function(t,n,r){var e\u003d{}.hasOwnProperty;n.exports\u003dfunction(t,n){return e.call(t,n)}},{}],42:[function(t,n,r){var e\u003dt(72),i\u003dt(92);n.exports\u003dt(29)?function(t,n,r){return e.f(t,n,i(1,r))}:function(t,n,r){return t[n]\u003dr,t}},{29:29,72:72,92:92}],43:[function(t,n,r){var e\u003dt(40).document;n.exports\u003de\u0026\u0026e.documentElement},{40:40}],44:[function(t,n,r){n.exports\u003d!t(29)\u0026\u0026!t(35)(function(){return 7!\u003dObject.defineProperty(t(30)(\"div\"),\"a\",{get:function(){return 7}}).a})},{29:29,30:30,35:35}],45:[function(t,n,r){var e\u003dt(51),i\u003dt(99).set;n.exports\u003dfunction(t,n,r){var o,u\u003dn.constructor;return u!\u003d\u003dr\u0026\u0026\"function\"\u003d\u003dtypeof u\u0026\u0026(o\u003du.prototype)!\u003d\u003dr.prototype\u0026\u0026e(o)\u0026\u0026i\u0026\u0026i(t,o),t}},{51:51,99:99}],46:[function(t,n,r){n.exports\u003dfunction(t,n,r){var e\u003dvoid 0\u003d\u003d\u003dr;switch(n.length){case 0:return e?t():t.call(r);case 1:return e?t(n[0]):t.call(r,n[0]);case 2:return e?t(n[0],n[1]):t.call(r,n[0],n[1]);case 3:return e?t(n[0],n[1],n[2]):t.call(r,n[0],n[1],n[2]);case 4:return e?t(n[0],n[1],n[2],n[3]):t.call(r,n[0],n[1],n[2],n[3])}return t.apply(r,n)}},{}],47:[function(t,n,r){var e\u003dt(18);n.exports\u003dObject(\"z\").propertyIsEnumerable(0)?Object:function(t){return\"String\"\u003d\u003de(t)?t.split(\"\"):Object(t)}},{18:18}],48:[function(t,n,r){var e\u003dt(58),i\u003dt(128)(\"iterator\"),o\u003dArray.prototype;n.exports\u003dfunction(t){return void 0!\u003d\u003dt\u0026\u0026(e.Array\u003d\u003d\u003dt||o[i]\u003d\u003d\u003dt)}},{128:128,58:58}],49:[function(t,n,r){var e\u003dt(18);n.exports\u003dArray.isArray||function isArray(t){return\"Array\"\u003d\u003de(t)}},{18:18}],50:[function(t,n,r){var e\u003dt(51),i\u003dMath.floor;n.exports\u003dfunction isInteger(t){return!e(t)\u0026\u0026isFinite(t)\u0026\u0026i(t)\u003d\u003d\u003dt}},{51:51}],51:[function(t,n,r){n.exports\u003dfunction(t){return\"object\"\u003d\u003dtypeof t?null!\u003d\u003dt:\"function\"\u003d\u003dtypeof t}},{}],52:[function(t,n,r){var e\u003dt(51),i\u003dt(18),o\u003dt(128)(\"match\");n.exports\u003dfunction(t){var n;return e(t)\u0026\u0026(void 0!\u003d\u003d(n\u003dt[o])?!!n:\"RegExp\"\u003d\u003di(t))}},{128:128,18:18,51:51}],53:[function(t,n,r){var e\u003dt(7);n.exports\u003dfunction(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){var o\u003dt.return;throw void 0!\u003d\u003do\u0026\u0026e(o.call(t)),n}}},{7:7}],54:[function(t,n,r){\"use strict\";var e\u003dt(71),i\u003dt(92),o\u003dt(101),u\u003d{};t(42)(u,t(128)(\"iterator\"),function(){return this}),n.exports\u003dfunction(t,n,r){t.prototype\u003de(u,{next:i(1,r)}),o(t,n+\" Iterator\")}},{101:101,128:128,42:42,71:71,92:92}],55:[function(t,n,r){\"use strict\";var e\u003dt(60),i\u003dt(33),o\u003dt(94),u\u003dt(42),c\u003dt(41),a\u003dt(58),f\u003dt(54),s\u003dt(101),l\u003dt(79),h\u003dt(128)(\"iterator\"),v\u003d!([].keys\u0026\u0026\"next\"in[].keys()),p\u003dfunction(){return this};n.exports\u003dfunction(t,n,r,d,y,g,m){f(r,n,d);var b,x,S,w\u003dfunction(t){if(!v\u0026\u0026t in P)return P[t];switch(t){case\"keys\":return function keys(){return new r(this,t)};case\"values\":return function values(){return new r(this,t)}}return function entries(){return new r(this,t)}},_\u003dn+\" Iterator\",E\u003d\"values\"\u003d\u003dy,O\u003d!1,P\u003dt.prototype,M\u003dP[h]||P[\"@@iterator\"]||y\u0026\u0026P[y],F\u003dM||w(y),I\u003dy?E?w(\"entries\"):F:void 0,A\u003d\"Array\"\u003d\u003dn?P.entries||M:M;if(A\u0026\u0026(S\u003dl(A.call(new t)))!\u003d\u003dObject.prototype\u0026\u0026S.next\u0026\u0026(s(S,_,!0),e||c(S,h)||u(S,h,p)),E\u0026\u0026M\u0026\u0026\"values\"!\u003d\u003dM.name\u0026\u0026(O\u003d!0,F\u003dfunction values(){return M.call(this)}),e\u0026\u0026!m||!v\u0026\u0026!O\u0026\u0026P[h]||u(P,h,F),a[n]\u003dF,a[_]\u003dp,y)if(b\u003d{values:E?F:w(\"values\"),keys:g?F:w(\"keys\"),entries:I},m)for(x in b)x in P||o(P,x,b[x]);else i(i.P+i.F*(v||O),n,b);return b}},{101:101,128:128,33:33,41:41,42:42,54:54,58:58,60:60,79:79,94:94}],56:[function(t,n,r){var e\u003dt(128)(\"iterator\"),i\u003d!1;try{var o\u003d[7][e]();o.return\u003dfunction(){i\u003d!0},Array.from(o,function(){throw 2})}catch(t){}n.exports\u003dfunction(t,n){if(!n\u0026\u0026!i)return!1;var r\u003d!1;try{var o\u003d[7],u\u003do[e]();u.next\u003dfunction(){return{done:r\u003d!0}},o[e]\u003dfunction(){return u},t(o)}catch(t){}return r}},{128:128}],57:[function(t,n,r){n.exports\u003dfunction(t,n){return{value:n,done:!!t}}},{}],58:[function(t,n,r){n.exports\u003d{}},{}],59:[function(t,n,r){var e\u003dt(81),i\u003dt(117);n.exports\u003dfunction(t,n){for(var r,o\u003di(t),u\u003de(o),c\u003du.length,a\u003d0;c\u003ea;)if(o[r\u003du[a++]]\u003d\u003d\u003dn)return r}},{117:117,81:81}],60:[function(t,n,r){n.exports\u003d!1},{}],61:[function(t,n,r){var e\u003dMath.expm1;n.exports\u003d!e||e(10)\u003e22025.465794806718||e(10)\u003c22025.465794806718||-2e-17!\u003de(-2e-17)?function expm1(t){return 0\u003d\u003d(t\u003d+t)?t:t\u003e-1e-6\u0026\u0026t\u003c1e-6?t+t*t/2:Math.exp(t)-1}:e},{}],62:[function(t,n,r){var e\u003dt(65),i\u003dMath.pow,o\u003di(2,-52),u\u003di(2,-23),c\u003di(2,127)*(2-u),a\u003di(2,-126),f\u003dfunction(t){return t+1/o-1/o};n.exports\u003dMath.fround||function fround(t){var n,r,i\u003dMath.abs(t),s\u003de(t);return i\u003ca?s*f(i/a/u)*a*u:(n\u003d(1+u/o)*i,r\u003dn-(n-i),r\u003ec||r!\u003dr?s*(1/0):s*r)}},{65:65}],63:[function(t,n,r){n.exports\u003dMath.log1p||function log1p(t){return(t\u003d+t)\u003e-1e-8\u0026\u0026t\u003c1e-8?t-t*t/2:Math.log(1+t)}},{}],64:[function(t,n,r){n.exports\u003dMath.scale||function scale(t,n,r,e,i){return 0\u003d\u003d\u003darguments.length||t!\u003dt||n!\u003dn||r!\u003dr||e!\u003de||i!\u003di?NaN:t\u003d\u003d\u003d1/0||t\u003d\u003d\u003d-1/0?t:(t-n)*(i-e)/(r-n)+e}},{}],65:[function(t,n,r){n.exports\u003dMath.sign||function sign(t){return 0\u003d\u003d(t\u003d+t)||t!\u003dt?t:t\u003c0?-1:1}},{}],66:[function(t,n,r){var e\u003dt(124)(\"meta\"),i\u003dt(51),o\u003dt(41),u\u003dt(72).f,c\u003d0,a\u003dObject.isExtensible||function(){return!0},f\u003d!t(35)(function(){return a(Object.preventExtensions({}))}),s\u003dfunction(t){u(t,e,{value:{i:\"O\"+ ++c,w:{}}})},l\u003dfunction(t,n){if(!i(t))return\"symbol\"\u003d\u003dtypeof t?t:(\"string\"\u003d\u003dtypeof t?\"S\":\"P\")+t;if(!o(t,e)){if(!a(t))return\"F\";if(!n)return\"E\";s(t)}return t[e].i},h\u003dfunction(t,n){if(!o(t,e)){if(!a(t))return!0;if(!n)return!1;s(t)}return t[e].w},v\u003dfunction(t){return f\u0026\u0026p.NEED\u0026\u0026a(t)\u0026\u0026!o(t,e)\u0026\u0026s(t),t},p\u003dn.exports\u003d{KEY:e,NEED:!1,fastKey:l,getWeak:h,onFreeze:v}},{124:124,35:35,41:41,51:51,72:72}],67:[function(t,n,r){var e\u003dt(160),i\u003dt(33),o\u003dt(103)(\"metadata\"),u\u003do.store||(o.store\u003dnew(t(266))),c\u003dfunction(t,n,r){var i\u003du.get(t);if(!i){if(!r)return;u.set(t,i\u003dnew e)}var o\u003di.get(n);if(!o){if(!r)return;i.set(n,o\u003dnew e)}return o},a\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0!\u003d\u003de\u0026\u0026e.has(t)},f\u003dfunction(t,n,r){var e\u003dc(n,r,!1);return void 0\u003d\u003d\u003de?void 0:e.get(t)},s\u003dfunction(t,n,r,e){c(r,e,!0).set(t,n)},l\u003dfunction(t,n){var r\u003dc(t,n,!1),e\u003d[];return r\u0026\u0026r.forEach(function(t,n){e.push(n)}),e},h\u003dfunction(t){return void 0\u003d\u003d\u003dt||\"symbol\"\u003d\u003dtypeof t?t:String(t)},v\u003dfunction(t){i(i.S,\"Reflect\",t)};n.exports\u003d{store:u,map:c,has:a,get:f,set:s,keys:l,key:h,exp:v}},{103:103,160:160,266:266,33:33}],68:[function(t,n,r){var e\u003dt(40),i\u003dt(113).set,o\u003de.MutationObserver||e.WebKitMutationObserver,u\u003de.process,c\u003de.Promise,a\u003d\"process\"\u003d\u003dt(18)(u);n.exports\u003dfunction(){var t,n,r,f\u003dfunction(){var e,i;for(a\u0026\u0026(e\u003du.domain)\u0026\u0026e.exit();t;){i\u003dt.fn,t\u003dt.next;try{i()}catch(e){throw t?r():n\u003dvoid 0,e}}n\u003dvoid 0,e\u0026\u0026e.enter()};if(a)r\u003dfunction(){u.nextTick(f)};else if(o){var s\u003d!0,l\u003ddocument.createTextNode(\"\");new o(f).observe(l,{characterData:!0}),r\u003dfunction(){l.data\u003ds\u003d!s}}else if(c\u0026\u0026c.resolve){var h\u003dc.resolve();r\u003dfunction(){h.then(f)}}else r\u003dfunction(){i.call(e,f)};return function(e){var i\u003d{fn:e,next:void 0};n\u0026\u0026(n.next\u003di),t||(t\u003di,r()),n\u003di}}},{113:113,18:18,40:40}],69:[function(t,n,r){\"use strict\";function PromiseCapability(t){var n,r;this.promise\u003dnew t(function(t,e){if(void 0!\u003d\u003dn||void 0!\u003d\u003dr)throw TypeError(\"Bad Promise constructor\");n\u003dt,r\u003de}),this.resolve\u003de(n),this.reject\u003de(r)}var e\u003dt(3);n.exports.f\u003dfunction(t){return new PromiseCapability(t)}},{3:3}],70:[function(t,n,r){\"use strict\";var e\u003dt(81),i\u003dt(78),o\u003dt(82),u\u003dt(119),c\u003dt(47),a\u003dObject.assign;n.exports\u003d!a||t(35)(function(){var t\u003d{},n\u003d{},r\u003dSymbol(),e\u003d\"abcdefghijklmnopqrst\";return t[r]\u003d7,e.split(\"\").forEach(function(t){n[t]\u003dt}),7!\u003da({},t)[r]||Object.keys(a({},n)).join(\"\")!\u003de})?function assign(t,n){for(var r\u003du(t),a\u003darguments.length,f\u003d1,s\u003di.f,l\u003do.f;a\u003ef;)for(var h,v\u003dc(arguments[f++]),p\u003ds?e(v).concat(s(v)):e(v),d\u003dp.length,y\u003d0;d\u003ey;)l.call(v,h\u003dp[y++])\u0026\u0026(r[h]\u003dv[h]);return r}:a},{119:119,35:35,47:47,78:78,81:81,82:82}],71:[function(t,n,r){var e\u003dt(7),i\u003dt(73),o\u003dt(31),u\u003dt(102)(\"IE_PROTO\"),c\u003dfunction(){},a\u003dfunction(){var n,r\u003dt(30)(\"iframe\"),e\u003do.length;for(r.style.display\u003d\"none\",t(43).appendChild(r),r.src\u003d\"javascript:\",n\u003dr.contentWindow.document,n.open(),n.write(\"\u003cscript\u003edocument.F\u003dObject\u003c\\/script\u003e\"),n.close(),a\u003dn.F;e--;)delete a.prototype[o[e]];return a()};n.exports\u003dObject.create||function create(t,n){var r;return null!\u003d\u003dt?(c.prototype\u003de(t),r\u003dnew c,c.prototype\u003dnull,r[u]\u003dt):r\u003da(),void 0\u003d\u003d\u003dn?r:i(r,n)}},{102:102,30:30,31:31,43:43,7:7,73:73}],72:[function(t,n,r){var e\u003dt(7),i\u003dt(44),o\u003dt(120),u\u003dObject.defineProperty;r.f\u003dt(29)?Object.defineProperty:function defineProperty(t,n,r){if(e(t),n\u003do(n,!0),e(r),i)try{return u(t,n,r)}catch(t){}if(\"get\"in r||\"set\"in r)throw TypeError(\"Accessors not supported!\");return\"value\"in r\u0026\u0026(t[n]\u003dr.value),t}},{120:120,29:29,44:44,7:7}],73:[function(t,n,r){var e\u003dt(72),i\u003dt(7),o\u003dt(81);n.exports\u003dt(29)?Object.defineProperties:function defineProperties(t,n){i(t);for(var r,u\u003do(n),c\u003du.length,a\u003d0;c\u003ea;)e.f(t,r\u003du[a++],n[r]);return t}},{29:29,7:7,72:72,81:81}],74:[function(t,n,r){\"use strict\";n.exports\u003dt(60)||!t(35)(function(){var n\u003dMath.random();__defineSetter__.call(null,n,function(){}),delete t(40)[n]})},{35:35,40:40,60:60}],75:[function(t,n,r){var e\u003dt(82),i\u003dt(92),o\u003dt(117),u\u003dt(120),c\u003dt(41),a\u003dt(44),f\u003dObject.getOwnPropertyDescriptor;r.f\u003dt(29)?f:function getOwnPropertyDescriptor(t,n){if(t\u003do(t),n\u003du(n,!0),a)try{return f(t,n)}catch(t){}if(c(t,n))return i(!e.f.call(t,n),t[n])}},{117:117,120:120,29:29,41:41,44:44,82:82,92:92}],76:[function(t,n,r){var e\u003dt(117),i\u003dt(77).f,o\u003d{}.toString,u\u003d\"object\"\u003d\u003dtypeof window\u0026\u0026window\u0026\u0026Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c\u003dfunction(t){try{return i(t)}catch(t){return u.slice()}};n.exports.f\u003dfunction getOwnPropertyNames(t){return u\u0026\u0026\"[object Window]\"\u003d\u003do.call(t)?c(t):i(e(t))}},{117:117,77:77}],77:[function(t,n,r){var e\u003dt(80),i\u003dt(31).concat(\"length\",\"prototype\");r.f\u003dObject.getOwnPropertyNames||function getOwnPropertyNames(t){return e(t,i)}},{31:31,80:80}],78:[function(t,n,r){r.f\u003dObject.getOwnPropertySymbols},{}],79:[function(t,n,r){var e\u003dt(41),i\u003dt(119),o\u003dt(102)(\"IE_PROTO\"),u\u003dObject.prototype;n.exports\u003dObject.getPrototypeOf||function(t){return t\u003di(t),e(t,o)?t[o]:\"function\"\u003d\u003dtypeof t.constructor\u0026\u0026t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},{102:102,119:119,41:41}],80:[function(t,n,r){var e\u003dt(41),i\u003dt(117),o\u003dt(11)(!1),u\u003dt(102)(\"IE_PROTO\");n.exports\u003dfunction(t,n){var r,c\u003di(t),a\u003d0,f\u003d[];for(r in c)r!\u003du\u0026\u0026e(c,r)\u0026\u0026f.push(r);for(;n.length\u003ea;)e(c,r\u003dn[a++])\u0026\u0026(~o(f,r)||f.push(r));return f}},{102:102,11:11,117:117,41:41}],81:[function(t,n,r){var e\u003dt(80),i\u003dt(31);n.exports\u003dObject.keys||function keys(t){return e(t,i)}},{31:31,80:80}],82:[function(t,n,r){r.f\u003d{}.propertyIsEnumerable},{}],83:[function(t,n,r){var e\u003dt(33),i\u003dt(23),o\u003dt(35);n.exports\u003dfunction(t,n){var r\u003d(i.Object||{})[t]||Object[t],u\u003d{};u[t]\u003dn(r),e(e.S+e.F*o(function(){r(1)}),\"Object\",u)}},{23:23,33:33,35:35}],84:[function(t,n,r){var e\u003dt(81),i\u003dt(117),o\u003dt(82).f;n.exports\u003dfunction(t){return function(n){for(var r,u\u003di(n),c\u003de(u),a\u003dc.length,f\u003d0,s\u003d[];a\u003ef;)o.call(u,r\u003dc[f++])\u0026\u0026s.push(t?[r,u[r]]:u[r]);return s}}},{117:117,81:81,82:82}],85:[function(t,n,r){var e\u003dt(77),i\u003dt(78),o\u003dt(7),u\u003dt(40).Reflect;n.exports\u003du\u0026\u0026u.ownKeys||function ownKeys(t){var n\u003de.f(o(t)),r\u003di.f;return r?n.concat(r(t)):n}},{40:40,7:7,77:77,78:78}],86:[function(t,n,r){var e\u003dt(40).parseFloat,i\u003dt(111).trim;n.exports\u003d1/e(t(112)+\"-0\")!\u003d-1/0?function parseFloat(t){var n\u003di(String(t),3),r\u003de(n);return 0\u003d\u003d\u003dr\u0026\u0026\"-\"\u003d\u003dn.charAt(0)?-0:r}:e},{111:111,112:112,40:40}],87:[function(t,n,r){var e\u003dt(40).parseInt,i\u003dt(111).trim,o\u003dt(112),u\u003d/^[-+]?0[xX]/;n.exports\u003d8!\u003d\u003de(o+\"08\")||22!\u003d\u003de(o+\"0x16\")?function parseInt(t,n){var r\u003di(String(t),3);return e(r,n\u003e\u003e\u003e0||(u.test(r)?16:10))}:e},{111:111,112:112,40:40}],88:[function(t,n,r){\"use strict\";var e\u003dt(89),i\u003dt(46),o\u003dt(3);n.exports\u003dfunction(){for(var t\u003do(this),n\u003darguments.length,r\u003dArray(n),u\u003d0,c\u003de._,a\u003d!1;n\u003eu;)(r[u]\u003darguments[u++])\u003d\u003d\u003dc\u0026\u0026(a\u003d!0);return function(){var e,o\u003dthis,u\u003darguments.length,f\u003d0,s\u003d0;if(!a\u0026\u0026!u)return i(t,r,o);if(e\u003dr.slice(),a)for(;n\u003ef;f++)e[f]\u003d\u003d\u003dc\u0026\u0026(e[f]\u003darguments[s++]);for(;u\u003es;)e.push(arguments[s++]);return i(t,e,o)}}},{3:3,46:46,89:89}],89:[function(t,n,r){n.exports\u003dt(40)},{40:40}],90:[function(t,n,r){n.exports\u003dfunction(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},{}],91:[function(t,n,r){var e\u003dt(69);n.exports\u003dfunction(t,n){var r\u003de.f(t);return(0,r.resolve)(n),r.promise}},{69:69}],92:[function(t,n,r){n.exports\u003dfunction(t,n){return{enumerable:!(1\u0026t),configurable:!(2\u0026t),writable:!(4\u0026t),value:n}}},{}],93:[function(t,n,r){var e\u003dt(94);n.exports\u003dfunction(t,n,r){for(var i in n)e(t,i,n[i],r);return t}},{94:94}],94:[function(t,n,r){var e\u003dt(40),i\u003dt(42),o\u003dt(41),u\u003dt(124)(\"src\"),c\u003dFunction.toString,a\u003d(\"\"+c).split(\"toString\");t(23).inspectSource\u003dfunction(t){return c.call(t)},(n.exports\u003dfunction(t,n,r,c){var f\u003d\"function\"\u003d\u003dtypeof r;f\u0026\u0026(o(r,\"name\")||i(r,\"name\",n)),t[n]!\u003d\u003dr\u0026\u0026(f\u0026\u0026(o(r,u)||i(r,u,t[n]?\"\"+t[n]:a.join(String(n)))),t\u003d\u003d\u003de?t[n]\u003dr:c?t[n]?t[n]\u003dr:i(t,n,r):(delete t[n],i(t,n,r)))})(Function.prototype,\"toString\",function toString(){return\"function\"\u003d\u003dtypeof this\u0026\u0026this[u]||c.call(this)})},{124:124,23:23,40:40,41:41,42:42}],95:[function(t,n,r){n.exports\u003dfunction(t,n){var r\u003dn\u003d\u003d\u003dObject(n)?function(t){return n[t]}:n;return function(n){return String(n).replace(t,r)}}},{}],96:[function(t,n,r){n.exports\u003dObject.is||function is(t,n){return t\u003d\u003d\u003dn?0!\u003d\u003dt||1/t\u003d\u003d1/n:t!\u003dt\u0026\u0026n!\u003dn}},{}],97:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(25),u\u003dt(39);n.exports\u003dfunction(t){e(e.S,t,{from:function from(t){var n,r,e,c,a\u003darguments[1];return i(this),n\u003dvoid 0!\u003d\u003da,n\u0026\u0026i(a),void 0\u003d\u003dt?new this:(r\u003d[],n?(e\u003d0,c\u003do(a,arguments[2],2),u(t,!1,function(t){r.push(c(t,e++))})):u(t,!1,r.push,r),new this(r))}})}},{25:25,3:3,33:33,39:39}],98:[function(t,n,r){\"use strict\";var e\u003dt(33);n.exports\u003dfunction(t){e(e.S,t,{of:function of(){for(var t\u003darguments.length,n\u003dArray(t);t--;)n[t]\u003darguments[t];return new this(n)}})}},{33:33}],99:[function(t,n,r){var e\u003dt(51),i\u003dt(7),o\u003dfunction(t,n){if(i(t),!e(n)\u0026\u0026null!\u003d\u003dn)throw TypeError(n+\": can\u0027t set as prototype!\")};n.exports\u003d{set:Object.setPrototypeOf||(\"__proto__\"in{}?function(n,r,e){try{e\u003dt(25)(Function.call,t(75).f(Object.prototype,\"__proto__\").set,2),e(n,[]),r\u003d!(n instanceof Array)}catch(t){r\u003d!0}return function setPrototypeOf(t,n){return o(t,n),r?t.__proto__\u003dn:e(t,n),t}}({},!1):void 0),check:o}},{25:25,51:51,7:7,75:75}],100:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(72),o\u003dt(29),u\u003dt(128)(\"species\");n.exports\u003dfunction(t){var n\u003de[t];o\u0026\u0026n\u0026\u0026!n[u]\u0026\u0026i.f(n,u,{configurable:!0,get:function(){return this}})}},{128:128,29:29,40:40,72:72}],101:[function(t,n,r){var e\u003dt(72).f,i\u003dt(41),o\u003dt(128)(\"toStringTag\");n.exports\u003dfunction(t,n,r){t\u0026\u0026!i(t\u003dr?t:t.prototype,o)\u0026\u0026e(t,o,{configurable:!0,value:n})}},{128:128,41:41,72:72}],102:[function(t,n,r){var e\u003dt(103)(\"keys\"),i\u003dt(124);n.exports\u003dfunction(t){return e[t]||(e[t]\u003di(t))}},{103:103,124:124}],103:[function(t,n,r){var e\u003dt(40),i\u003de[\"__core-js_shared__\"]||(e[\"__core-js_shared__\"]\u003d{});n.exports\u003dfunction(t){return i[t]||(i[t]\u003d{})}},{40:40}],104:[function(t,n,r){var e\u003dt(7),i\u003dt(3),o\u003dt(128)(\"species\");n.exports\u003dfunction(t,n){var r,u\u003de(t).constructor;return void 0\u003d\u003d\u003du||void 0\u003d\u003d(r\u003de(u)[o])?n:i(r)}},{128:128,3:3,7:7}],105:[function(t,n,r){\"use strict\";var e\u003dt(35);n.exports\u003dfunction(t,n){return!!t\u0026\u0026e(function(){n?t.call(null,function(){},1):t.call(null)})}},{35:35}],106:[function(t,n,r){var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction(t){return function(n,r){var o,u,c\u003dString(i(n)),a\u003de(r),f\u003dc.length;return a\u003c0||a\u003e\u003df?t?\"\":void 0:(o\u003dc.charCodeAt(a),o\u003c55296||o\u003e56319||a+1\u003d\u003d\u003df||(u\u003dc.charCodeAt(a+1))\u003c56320||u\u003e57343?t?c.charAt(a):o:t?c.slice(a,a+2):u-56320+(o-55296\u003c\u003c10)+65536)}}},{116:116,28:28}],107:[function(t,n,r){var e\u003dt(52),i\u003dt(28);n.exports\u003dfunction(t,n,r){if(e(n))throw TypeError(\"String#\"+r+\" doesn\u0027t accept regex!\");return String(i(t))}},{28:28,52:52}],108:[function(t,n,r){var e\u003dt(33),i\u003dt(35),o\u003dt(28),u\u003d/\"/g,c\u003dfunction(t,n,r,e){var i\u003dString(o(t)),c\u003d\"\u003c\"+n;return\"\"!\u003d\u003dr\u0026\u0026(c+\u003d\" \"+r+\u0027\u003d\"\u0027+String(e).replace(u,\"\u0026quot;\")+\u0027\"\u0027),c+\"\u003e\"+i+\"\u003c/\"+n+\"\u003e\"};n.exports\u003dfunction(t,n){var r\u003d{};r[t]\u003dn(c),e(e.P+e.F*i(function(){var n\u003d\"\"[t](\u0027\"\u0027);return n!\u003d\u003dn.toLowerCase()||n.split(\u0027\"\u0027).length\u003e3}),\"String\",r)}},{28:28,33:33,35:35}],109:[function(t,n,r){var e\u003dt(118),i\u003dt(110),o\u003dt(28);n.exports\u003dfunction(t,n,r,u){var c\u003dString(o(t)),a\u003dc.length,f\u003dvoid 0\u003d\u003d\u003dr?\" \":String(r),s\u003de(n);if(s\u003c\u003da||\"\"\u003d\u003df)return c;var l\u003ds-a,h\u003di.call(f,Math.ceil(l/f.length));return h.length\u003el\u0026\u0026(h\u003dh.slice(0,l)),u?h+c:c+h}},{110:110,118:118,28:28}],110:[function(t,n,r){\"use strict\";var e\u003dt(116),i\u003dt(28);n.exports\u003dfunction repeat(t){var n\u003dString(i(this)),r\u003d\"\",o\u003de(t);if(o\u003c0||o\u003d\u003d1/0)throw RangeError(\"Count can\u0027t be negative\");for(;o\u003e0;(o\u003e\u003e\u003e\u003d1)\u0026\u0026(n+\u003dn))1\u0026o\u0026\u0026(r+\u003dn);return r}},{116:116,28:28}],111:[function(t,n,r){var e\u003dt(33),i\u003dt(28),o\u003dt(35),u\u003dt(112),c\u003d\"[\"+u+\"]\",a\u003d\"​…\",f\u003dRegExp(\"^\"+c+c+\"*\"),s\u003dRegExp(c+c+\"*$\"),l\u003dfunction(t,n,r){var i\u003d{},c\u003do(function(){return!!u[t]()||a[t]()!\u003da}),f\u003di[t]\u003dc?n(h):u[t];r\u0026\u0026(i[r]\u003df),e(e.P+e.F*c,\"String\",i)},h\u003dl.trim\u003dfunction(t,n){return t\u003dString(i(t)),1\u0026n\u0026\u0026(t\u003dt.replace(f,\"\")),2\u0026n\u0026\u0026(t\u003dt.replace(s,\"\")),t};n.exports\u003dl},{112:112,28:28,33:33,35:35}],112:[function(t,n,r){n.exports\u003d\"\\t\\n\\v\\f\\r   ᠎              \\u2028\\u2029\\ufeff\"},{}],113:[function(t,n,r){var e,i,o,u\u003dt(25),c\u003dt(46),a\u003dt(43),f\u003dt(30),s\u003dt(40),l\u003ds.process,h\u003ds.setImmediate,v\u003ds.clearImmediate,p\u003ds.MessageChannel,d\u003ds.Dispatch,y\u003d0,g\u003d{},m\u003dfunction(){var t\u003d+this;if(g.hasOwnProperty(t)){var n\u003dg[t];delete g[t],n()}},b\u003dfunction(t){m.call(t.data)};h\u0026\u0026v||(h\u003dfunction setImmediate(t){for(var n\u003d[],r\u003d1;arguments.length\u003er;)n.push(arguments[r++]);return g[++y]\u003dfunction(){c(\"function\"\u003d\u003dtypeof t?t:Function(t),n)},e(y),y},v\u003dfunction clearImmediate(t){delete g[t]},\"process\"\u003d\u003dt(18)(l)?e\u003dfunction(t){l.nextTick(u(m,t,1))}:d\u0026\u0026d.now?e\u003dfunction(t){d.now(u(m,t,1))}:p?(i\u003dnew p,o\u003di.port2,i.port1.onmessage\u003db,e\u003du(o.postMessage,o,1)):s.addEventListener\u0026\u0026\"function\"\u003d\u003dtypeof postMessage\u0026\u0026!s.importScripts?(e\u003dfunction(t){s.postMessage(t+\"\",\"*\")},s.addEventListener(\"message\",b,!1)):e\u003d\"onreadystatechange\"in f(\"script\")?function(t){a.appendChild(f(\"script\")).onreadystatechange\u003dfunction(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),n.exports\u003d{set:h,clear:v}},{18:18,25:25,30:30,40:40,43:43,46:46}],114:[function(t,n,r){var e\u003dt(116),i\u003dMath.max,o\u003dMath.min;n.exports\u003dfunction(t,n){return t\u003de(t),t\u003c0?i(t+n,0):o(t,n)}},{116:116}],115:[function(t,n,r){var e\u003dt(116),i\u003dt(118);n.exports\u003dfunction(t){if(void 0\u003d\u003d\u003dt)return 0;var n\u003de(t),r\u003di(n);if(n!\u003d\u003dr)throw RangeError(\"Wrong length!\");return r}},{116:116,118:118}],116:[function(t,n,r){var e\u003dMath.ceil,i\u003dMath.floor;n.exports\u003dfunction(t){return isNaN(t\u003d+t)?0:(t\u003e0?i:e)(t)}},{}],117:[function(t,n,r){var e\u003dt(47),i\u003dt(28);n.exports\u003dfunction(t){return e(i(t))}},{28:28,47:47}],118:[function(t,n,r){var e\u003dt(116),i\u003dMath.min;n.exports\u003dfunction(t){return t\u003e0?i(e(t),9007199254740991):0}},{116:116}],"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"119:[function(t,n,r){var e\u003dt(28);n.exports\u003dfunction(t){return Object(e(t))}},{28:28}],120:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t))return t;var r,i;if(n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;if(\"function\"\u003d\u003dtypeof(r\u003dt.valueOf)\u0026\u0026!e(i\u003dr.call(t)))return i;if(!n\u0026\u0026\"function\"\u003d\u003dtypeof(r\u003dt.toString)\u0026\u0026!e(i\u003dr.call(t)))return i;throw TypeError(\"Can\u0027t convert object to primitive value\")}},{51:51}],121:[function(t,n,r){\"use strict\";if(t(29)){var e\u003dt(60),i\u003dt(40),o\u003dt(35),u\u003dt(33),c\u003dt(123),a\u003dt(122),f\u003dt(25),s\u003dt(6),l\u003dt(92),h\u003dt(42),v\u003dt(93),p\u003dt(116),d\u003dt(118),y\u003dt(115),g\u003dt(114),m\u003dt(120),b\u003dt(41),x\u003dt(17),S\u003dt(51),w\u003dt(119),_\u003dt(48),E\u003dt(71),O\u003dt(79),P\u003dt(77).f,M\u003dt(129),F\u003dt(124),I\u003dt(128),A\u003dt(12),k\u003dt(11),N\u003dt(104),j\u003dt(141),T\u003dt(58),R\u003dt(56),L\u003dt(100),G\u003dt(9),D\u003dt(8),C\u003dt(72),W\u003dt(75),U\u003dC.f,B\u003dW.f,V\u003di.RangeError,z\u003di.TypeError,q\u003di.Uint8Array,K\u003dArray.prototype,Y\u003da.ArrayBuffer,J\u003da.DataView,H\u003dA(0),X\u003dA(2),$\u003dA(3),Z\u003dA(4),Q\u003dA(5),tt\u003dA(6),nt\u003dk(!0),rt\u003dk(!1),et\u003dj.values,it\u003dj.keys,ot\u003dj.entries,ut\u003dK.lastIndexOf,ct\u003dK.reduce,at\u003dK.reduceRight,ft\u003dK.join,st\u003dK.sort,lt\u003dK.slice,ht\u003dK.toString,vt\u003dK.toLocaleString,pt\u003dI(\"iterator\"),dt\u003dI(\"toStringTag\"),yt\u003dF(\"typed_constructor\"),gt\u003dF(\"def_constructor\"),mt\u003dc.CONSTR,bt\u003dc.TYPED,xt\u003dc.VIEW,St\u003dA(1,function(t,n){return Pt(N(t,t[gt]),n)}),wt\u003do(function(){return 1\u003d\u003d\u003dnew q(new Uint16Array([1]).buffer)[0]}),_t\u003d!!q\u0026\u0026!!q.prototype.set\u0026\u0026o(function(){new q(1).set({})}),Et\u003dfunction(t,n){var r\u003dp(t);if(r\u003c0||r%n)throw V(\"Wrong offset!\");return r},Ot\u003dfunction(t){if(S(t)\u0026\u0026bt in t)return t;throw z(t+\" is not a typed array!\")},Pt\u003dfunction(t,n){if(!(S(t)\u0026\u0026yt in t))throw z(\"It is not a typed array constructor!\");return new t(n)},Mt\u003dfunction(t,n){return Ft(N(t,t[gt]),n)},Ft\u003dfunction(t,n){for(var r\u003d0,e\u003dn.length,i\u003dPt(t,e);e\u003er;)i[r]\u003dn[r++];return i},It\u003dfunction(t,n,r){U(t,n,{get:function(){return this._d[r]}})},At\u003dfunction from(t){var n,r,e,i,o,u,c\u003dw(t),a\u003darguments.length,s\u003da\u003e1?arguments[1]:void 0,l\u003dvoid 0!\u003d\u003ds,h\u003dM(c);if(void 0!\u003dh\u0026\u0026!_(h)){for(u\u003dh.call(c),e\u003d[],n\u003d0;!(o\u003du.next()).done;n++)e.push(o.value);c\u003de}for(l\u0026\u0026a\u003e2\u0026\u0026(s\u003df(s,arguments[2],2)),n\u003d0,r\u003dd(c.length),i\u003dPt(this,r);r\u003en;n++)i[n]\u003dl?s(c[n],n):c[n];return i},kt\u003dfunction of(){for(var t\u003d0,n\u003darguments.length,r\u003dPt(this,n);n\u003et;)r[t]\u003darguments[t++];return r},Nt\u003d!!q\u0026\u0026o(function(){vt.call(new q(1))}),jt\u003dfunction toLocaleString(){return vt.apply(Nt?lt.call(Ot(this)):Ot(this),arguments)},Tt\u003d{copyWithin:function copyWithin(t,n){return D.call(Ot(this),t,n,arguments.length\u003e2?arguments[2]:void 0)},every:function every(t){return Z(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},fill:function fill(t){return G.apply(Ot(this),arguments)},filter:function filter(t){return Mt(this,X(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0))},find:function find(t){return Q(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},findIndex:function findIndex(t){return tt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},forEach:function forEach(t){H(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},indexOf:function indexOf(t){return rt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},includes:function includes(t){return nt(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},join:function join(t){return ft.apply(Ot(this),arguments)},lastIndexOf:function lastIndexOf(t){return ut.apply(Ot(this),arguments)},map:function map(t){return St(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},reduce:function reduce(t){return ct.apply(Ot(this),arguments)},reduceRight:function reduceRight(t){return at.apply(Ot(this),arguments)},reverse:function reverse(){for(var t,n\u003dthis,r\u003dOt(n).length,e\u003dMath.floor(r/2),i\u003d0;i\u003ce;)t\u003dn[i],n[i++]\u003dn[--r],n[r]\u003dt;return n},some:function some(t){return $(Ot(this),t,arguments.length\u003e1?arguments[1]:void 0)},sort:function sort(t){return st.call(Ot(this),t)},subarray:function subarray(t,n){var r\u003dOt(this),e\u003dr.length,i\u003dg(t,e);return new(N(r,r[gt]))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,d((void 0\u003d\u003d\u003dn?e:g(n,e))-i))}},Rt\u003dfunction slice(t,n){return Mt(this,lt.call(Ot(this),t,n))},Lt\u003dfunction set(t){Ot(this);var n\u003dEt(arguments[1],1),r\u003dthis.length,e\u003dw(t),i\u003dd(e.length),o\u003d0;if(i+n\u003er)throw V(\"Wrong length!\");for(;o\u003ci;)this[n+o]\u003de[o++]},Gt\u003d{entries:function entries(){return ot.call(Ot(this))},keys:function keys(){return it.call(Ot(this))},values:function values(){return et.call(Ot(this))}},Dt\u003dfunction(t,n){return S(t)\u0026\u0026t[bt]\u0026\u0026\"symbol\"!\u003dtypeof n\u0026\u0026n in t\u0026\u0026String(+n)\u003d\u003dString(n)},Ct\u003dfunction getOwnPropertyDescriptor(t,n){return Dt(t,n\u003dm(n,!0))?l(2,t[n]):B(t,n)},Wt\u003dfunction defineProperty(t,n,r){return!(Dt(t,n\u003dm(n,!0))\u0026\u0026S(r)\u0026\u0026b(r,\"value\"))||b(r,\"get\")||b(r,\"set\")||r.configurable||b(r,\"writable\")\u0026\u0026!r.writable||b(r,\"enumerable\")\u0026\u0026!r.enumerable?U(t,n,r):(t[n]\u003dr.value,t)};mt||(W.f\u003dCt,C.f\u003dWt),u(u.S+u.F*!mt,\"Object\",{getOwnPropertyDescriptor:Ct,defineProperty:Wt}),o(function(){ht.call({})})\u0026\u0026(ht\u003dvt\u003dfunction toString(){return ft.call(this)});var Ut\u003dv({},Tt);v(Ut,Gt),h(Ut,pt,Gt.values),v(Ut,{slice:Rt,set:Lt,constructor:function(){},toString:ht,toLocaleString:jt}),It(Ut,\"buffer\",\"b\"),It(Ut,\"byteOffset\",\"o\"),It(Ut,\"byteLength\",\"l\"),It(Ut,\"length\",\"e\"),U(Ut,dt,{get:function(){return this[bt]}}),n.exports\u003dfunction(t,n,r,a){a\u003d!!a;var f\u003dt+(a?\"Clamped\":\"\")+\"Array\",l\u003d\"get\"+t,v\u003d\"set\"+t,p\u003di[f],g\u003dp||{},m\u003dp\u0026\u0026O(p),b\u003d!p||!c.ABV,w\u003d{},_\u003dp\u0026\u0026p.prototype,M\u003dfunction(t,r){var e\u003dt._d;return e.v[l](r*n+e.o,wt)},F\u003dfunction(t,r,e){var i\u003dt._d;a\u0026\u0026(e\u003d(e\u003dMath.round(e))\u003c0?0:e\u003e255?255:255\u0026e),i.v[v](r*n+i.o,e,wt)},I\u003dfunction(t,n){U(t,n,{get:function(){return M(this,n)},set:function(t){return F(this,n,t)},enumerable:!0})};b?(p\u003dr(function(t,r,e,i){s(t,p,f,\"_d\");var o,u,c,a,l\u003d0,v\u003d0;if(S(r)){if(!(r instanceof Y||\"ArrayBuffer\"\u003d\u003d(a\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003da))return bt in r?Ft(p,r):At.call(p,r);o\u003dr,v\u003dEt(e,n);var g\u003dr.byteLength;if(void 0\u003d\u003d\u003di){if(g%n)throw V(\"Wrong length!\");if((u\u003dg-v)\u003c0)throw V(\"Wrong length!\")}else if((u\u003dd(i)*n)+v\u003eg)throw V(\"Wrong length!\");c\u003du/n}else c\u003dy(r),u\u003dc*n,o\u003dnew Y(u);for(h(t,\"_d\",{b:o,o:v,l:u,e:c,v:new J(o)});l\u003cc;)I(t,l++)}),_\u003dp.prototype\u003dE(Ut),h(_,\"constructor\",p)):o(function(){p(1)})\u0026\u0026o(function(){new p(-1)})\u0026\u0026R(function(t){new p,new p(null),new p(1.5),new p(t)},!0)||(p\u003dr(function(t,r,e,i){s(t,p,f);var o;return S(r)?r instanceof Y||\"ArrayBuffer\"\u003d\u003d(o\u003dx(r))||\"SharedArrayBuffer\"\u003d\u003do?void 0!\u003d\u003di?new g(r,Et(e,n),i):void 0!\u003d\u003de?new g(r,Et(e,n)):new g(r):bt in r?Ft(p,r):At.call(p,r):new g(y(r))}),H(m!\u003d\u003dFunction.prototype?P(g).concat(P(m)):P(g),function(t){t in p||h(p,t,g[t])}),p.prototype\u003d_,e||(_.constructor\u003dp));var A\u003d_[pt],k\u003d!!A\u0026\u0026(\"values\"\u003d\u003dA.name||void 0\u003d\u003dA.name),N\u003dGt.values;h(p,yt,!0),h(_,bt,f),h(_,xt,!0),h(_,gt,p),(a?new p(1)[dt]\u003d\u003df:dt in _)||U(_,dt,{get:function(){return f}}),w[f]\u003dp,u(u.G+u.W+u.F*(p!\u003dg),w),u(u.S,f,{BYTES_PER_ELEMENT:n}),u(u.S+u.F*o(function(){g.of.call(p,1)}),f,{from:At,of:kt}),\"BYTES_PER_ELEMENT\"in _||h(_,\"BYTES_PER_ELEMENT\",n),u(u.P,f,Tt),L(f),u(u.P+u.F*_t,f,{set:Lt}),u(u.P+u.F*!k,f,Gt),e||_.toString\u003d\u003dht||(_.toString\u003dht),u(u.P+u.F*o(function(){new p(1).slice()}),f,{slice:Rt}),u(u.P+u.F*(o(function(){return[1,2].toLocaleString()!\u003dnew p([1,2]).toLocaleString()})||!o(function(){_.toLocaleString.call([1,2])})),f,{toLocaleString:jt}),T[f]\u003dk?A:N,e||k||h(_,pt,N)}}else n.exports\u003dfunction(){}},{100:100,104:104,11:11,114:114,115:115,116:116,118:118,119:119,12:12,120:120,122:122,123:123,124:124,128:128,129:129,141:141,17:17,25:25,29:29,33:33,35:35,40:40,41:41,42:42,48:48,51:51,56:56,58:58,6:6,60:60,71:71,72:72,75:75,77:77,79:79,8:8,9:9,92:92,93:93}],122:[function(t,n,r){\"use strict\";function packIEEE754(t,n,r){var e,i,o,u\u003dArray(r),c\u003d8*r-n-1,a\u003d(1\u003c\u003cc)-1,f\u003da\u003e\u003e1,s\u003d23\u003d\u003d\u003dn?M(2,-24)-M(2,-77):0,l\u003d0,h\u003dt\u003c0||0\u003d\u003d\u003dt\u0026\u00261/t\u003c0?1:0;for(t\u003dP(t),t!\u003dt||t\u003d\u003d\u003dE?(i\u003dt!\u003dt?1:0,e\u003da):(e\u003dF(I(t)/A),t*(o\u003dM(2,-e))\u003c1\u0026\u0026(e--,o*\u003d2),t+\u003de+f\u003e\u003d1?s/o:s*M(2,1-f),t*o\u003e\u003d2\u0026\u0026(e++,o/\u003d2),e+f\u003e\u003da?(i\u003d0,e\u003da):e+f\u003e\u003d1?(i\u003d(t*o-1)*M(2,n),e+\u003df):(i\u003dt*M(2,f-1)*M(2,n),e\u003d0));n\u003e\u003d8;u[l++]\u003d255\u0026i,i/\u003d256,n-\u003d8);for(e\u003de\u003c\u003cn|i,c+\u003dn;c\u003e0;u[l++]\u003d255\u0026e,e/\u003d256,c-\u003d8);return u[--l]|\u003d128*h,u}function unpackIEEE754(t,n,r){var e,i\u003d8*r-n-1,o\u003d(1\u003c\u003ci)-1,u\u003do\u003e\u003e1,c\u003di-7,a\u003dr-1,f\u003dt[a--],s\u003d127\u0026f;for(f\u003e\u003e\u003d7;c\u003e0;s\u003d256*s+t[a],a--,c-\u003d8);for(e\u003ds\u0026(1\u003c\u003c-c)-1,s\u003e\u003e\u003d-c,c+\u003dn;c\u003e0;e\u003d256*e+t[a],a--,c-\u003d8);if(0\u003d\u003d\u003ds)s\u003d1-u;else{if(s\u003d\u003d\u003do)return e?NaN:f?-E:E;e+\u003dM(2,n),s-\u003du}return(f?-1:1)*e*M(2,s-n)}function unpackI32(t){return t[3]\u003c\u003c24|t[2]\u003c\u003c16|t[1]\u003c\u003c8|t[0]}function packI8(t){return[255\u0026t]}function packI16(t){return[255\u0026t,t\u003e\u003e8\u0026255]}function packI32(t){return[255\u0026t,t\u003e\u003e8\u0026255,t\u003e\u003e16\u0026255,t\u003e\u003e24\u0026255]}function packF64(t){return packIEEE754(t,52,8)}function packF32(t){return packIEEE754(t,23,4)}function addGetter(t,n,r){d(t[m],n,{get:function(){return this[r]}})}function get(t,n,r,e){var i\u003d+r,o\u003dv(i);if(o+n\u003et[N])throw _(b);var u\u003dt[k]._b,c\u003do+t[j],a\u003du.slice(c,c+n);return e?a:a.reverse()}function set(t,n,r,e,i,o){var u\u003d+r,c\u003dv(u);if(c+n\u003et[N])throw _(b);for(var a\u003dt[k]._b,f\u003dc+t[j],s\u003de(+i),l\u003d0;l\u003cn;l++)a[f+l]\u003ds[o?l:n-l-1]}var e\u003dt(40),i\u003dt(29),o\u003dt(60),u\u003dt(123),c\u003dt(42),a\u003dt(93),f\u003dt(35),s\u003dt(6),l\u003dt(116),h\u003dt(118),v\u003dt(115),p\u003dt(77).f,d\u003dt(72).f,y\u003dt(9),g\u003dt(101),m\u003d\"prototype\",b\u003d\"Wrong index!\",x\u003de.ArrayBuffer,S\u003de.DataView,w\u003de.Math,_\u003de.RangeError,E\u003de.Infinity,O\u003dx,P\u003dw.abs,M\u003dw.pow,F\u003dw.floor,I\u003dw.log,A\u003dw.LN2,k\u003di?\"_b\":\"buffer\",N\u003di?\"_l\":\"byteLength\",j\u003di?\"_o\":\"byteOffset\";if(u.ABV){if(!f(function(){x(1)})||!f(function(){new x(-1)})||f(function(){return new x,new x(1.5),new x(NaN),\"ArrayBuffer\"!\u003dx.name})){x\u003dfunction ArrayBuffer(t){return s(this,x),new O(v(t))};for(var T,R\u003dx[m]\u003dO[m],L\u003dp(O),G\u003d0;L.length\u003eG;)(T\u003dL[G++])in x||c(x,T,O[T]);o||(R.constructor\u003dx)}var D\u003dnew S(new x(2)),C\u003dS[m].setInt8;D.setInt8(0,2147483648),D.setInt8(1,2147483649),!D.getInt8(0)\u0026\u0026D.getInt8(1)||a(S[m],{setInt8:function setInt8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)},setUint8:function setUint8(t,n){C.call(this,t,n\u003c\u003c24\u003e\u003e24)}},!0)}else x\u003dfunction ArrayBuffer(t){s(this,x,\"ArrayBuffer\");var n\u003dv(t);this._b\u003dy.call(Array(n),0),this[N]\u003dn},S\u003dfunction DataView(t,n,r){s(this,S,\"DataView\"),s(t,x,\"DataView\");var e\u003dt[N],i\u003dl(n);if(i\u003c0||i\u003ee)throw _(\"Wrong offset!\");if(r\u003dvoid 0\u003d\u003d\u003dr?e-i:h(r),i+r\u003ee)throw _(\"Wrong length!\");this[k]\u003dt,this[j]\u003di,this[N]\u003dr},i\u0026\u0026(addGetter(x,\"byteLength\",\"_l\"),addGetter(S,\"buffer\",\"_b\"),addGetter(S,\"byteLength\",\"_l\"),addGetter(S,\"byteOffset\",\"_o\")),a(S[m],{getInt8:function getInt8(t){return get(this,1,t)[0]\u003c\u003c24\u003e\u003e24},getUint8:function getUint8(t){return get(this,1,t)[0]},getInt16:function getInt16(t){var n\u003dget(this,2,t,arguments[1]);return(n[1]\u003c\u003c8|n[0])\u003c\u003c16\u003e\u003e16},getUint16:function getUint16(t){var n\u003dget(this,2,t,arguments[1]);return n[1]\u003c\u003c8|n[0]},getInt32:function getInt32(t){return unpackI32(get(this,4,t,arguments[1]))},getUint32:function getUint32(t){return unpackI32(get(this,4,t,arguments[1]))\u003e\u003e\u003e0},getFloat32:function getFloat32(t){return unpackIEEE754(get(this,4,t,arguments[1]),23,4)},getFloat64:function getFloat64(t){return unpackIEEE754(get(this,8,t,arguments[1]),52,8)},setInt8:function setInt8(t,n){set(this,1,t,packI8,n)},setUint8:function setUint8(t,n){set(this,1,t,packI8,n)},setInt16:function setInt16(t,n){set(this,2,t,packI16,n,arguments[2])},setUint16:function setUint16(t,n){set(this,2,t,packI16,n,arguments[2])},setInt32:function setInt32(t,n){set(this,4,t,packI32,n,arguments[2])},setUint32:function setUint32(t,n){set(this,4,t,packI32,n,arguments[2])},setFloat32:function setFloat32(t,n){set(this,4,t,packF32,n,arguments[2])},setFloat64:function setFloat64(t,n){set(this,8,t,packF64,n,arguments[2])}});g(x,\"ArrayBuffer\"),g(S,\"DataView\"),c(S[m],u.VIEW,!0),r.ArrayBuffer\u003dx,r.DataView\u003dS},{101:101,115:115,116:116,118:118,123:123,29:29,35:35,40:40,42:42,6:6,60:60,72:72,77:77,9:9,93:93}],123:[function(t,n,r){for(var e,i\u003dt(40),o\u003dt(42),u\u003dt(124),c\u003du(\"typed_array\"),a\u003du(\"view\"),f\u003d!(!i.ArrayBuffer||!i.DataView),s\u003df,l\u003d0,h\u003d\"Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array\".split(\",\");l\u003c9;)(e\u003di[h[l++]])?(o(e.prototype,c,!0),o(e.prototype,a,!0)):s\u003d!1;n.exports\u003d{ABV:f,CONSTR:s,TYPED:c,VIEW:a}},{124:124,40:40,42:42}],124:[function(t,n,r){var e\u003d0,i\u003dMath.random();n.exports\u003dfunction(t){return\"Symbol(\".concat(void 0\u003d\u003d\u003dt?\"\":t,\")_\",(++e+i).toString(36))}},{}],125:[function(t,n,r){var e\u003dt(51);n.exports\u003dfunction(t,n){if(!e(t)||t._t!\u003d\u003dn)throw TypeError(\"Incompatible receiver, \"+n+\" required!\");return t}},{51:51}],126:[function(t,n,r){var e\u003dt(40),i\u003dt(23),o\u003dt(60),u\u003dt(127),c\u003dt(72).f;n.exports\u003dfunction(t){var n\u003di.Symbol||(i.Symbol\u003do?{}:e.Symbol||{});\"_\"\u003d\u003dt.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},{127:127,23:23,40:40,60:60,72:72}],127:[function(t,n,r){r.f\u003dt(128)},{128:128}],128:[function(t,n,r){var e\u003dt(103)(\"wks\"),i\u003dt(124),o\u003dt(40).Symbol,u\u003d\"function\"\u003d\u003dtypeof o;(n.exports\u003dfunction(t){return e[t]||(e[t]\u003du\u0026\u0026o[t]||(u?o:i)(\"Symbol.\"+t))}).store\u003de},{103:103,124:124,40:40}],129:[function(t,n,r){var e\u003dt(17),i\u003dt(128)(\"iterator\"),o\u003dt(58);n.exports\u003dt(23).getIteratorMethod\u003dfunction(t){if(void 0!\u003dt)return t[i]||t[\"@@iterator\"]||o[e(t)]}},{128:128,17:17,23:23,58:58}],130:[function(t,n,r){var e\u003dt(33),i\u003dt(95)(/[\\\\^$*+?.()|[\\]{}]/g,\"\\\\$\u0026\");e(e.S,\"RegExp\",{escape:function escape(t){return i(t)}})},{33:33,95:95}],131:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{copyWithin:t(8)}),t(5)(\"copyWithin\")},{33:33,5:5,8:8}],132:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(4);e(e.P+e.F*!t(105)([].every,!0),\"Array\",{every:function every(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],133:[function(t,n,r){var e\u003dt(33);e(e.P,\"Array\",{fill:t(9)}),t(5)(\"fill\")},{33:33,5:5,9:9}],134:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(2);e(e.P+e.F*!t(105)([].filter,!0),\"Array\",{filter:function filter(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],135:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(6),o\u003d\"findIndex\",u\u003d!0;o in[]\u0026\u0026Array(1)[o](function(){u\u003d!1}),e(e.P+e.F*u,\"Array\",{findIndex:function findIndex(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(o)},{12:12,33:33,5:5}],136:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(5),o\u003d!0;\"find\"in[]\u0026\u0026Array(1).find(function(){o\u003d!1}),e(e.P+e.F*o,\"Array\",{find:function find(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"find\")},{12:12,33:33,5:5}],137:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(0),o\u003dt(105)([].forEach,!0);e(e.P+e.F*!o,\"Array\",{forEach:function forEach(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],138:[function(t,n,r){\"use strict\";var e\u003dt(25),i\u003dt(33),o\u003dt(119),u\u003dt(53),c\u003dt(48),a\u003dt(118),f\u003dt(24),s\u003dt(129);i(i.S+i.F*!t(56)(function(t){Array.from(t)}),\"Array\",{from:function from(t){var n,r,i,l,h\u003do(t),v\u003d\"function\"\u003d\u003dtypeof this?this:Array,p\u003darguments.length,d\u003dp\u003e1?arguments[1]:void 0,y\u003dvoid 0!\u003d\u003dd,g\u003d0,m\u003ds(h);if(y\u0026\u0026(d\u003de(d,p\u003e2?arguments[2]:void 0,2)),void 0\u003d\u003dm||v\u003d\u003dArray\u0026\u0026c(m))for(n\u003da(h.length),r\u003dnew v(n);n\u003eg;g++)f(r,g,y?d(h[g],g):h[g]);else for(l\u003dm.call(h),r\u003dnew v;!(i\u003dl.next()).done;g++)f(r,g,y?u(l,d,[i.value,g],!0):i.value);return r.length\u003dg,r}})},{118:118,119:119,129:129,24:24,25:25,33:33,48:48,53:53,56:56}],139:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!1),o\u003d[].indexOf,u\u003d!!o\u0026\u00261/[1].indexOf(1,-0)\u003c0;e(e.P+e.F*(u||!t(105)(o)),\"Array\",{indexOf:function indexOf(t){return u?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},{105:105,11:11,33:33}],140:[function(t,n,r){var e\u003dt(33);e(e.S,\"Array\",{isArray:t(49)})},{33:33,49:49}],141:[function(t,n,r){\"use strict\";var e\u003dt(5),i\u003dt(57),o\u003dt(58),u\u003dt(117);n.exports\u003dt(55)(Array,\"Array\",function(t,n){this._t\u003du(t),this._i\u003d0,this._k\u003dn},function(){var t\u003dthis._t,n\u003dthis._k,r\u003dthis._i++;return!t||r\u003e\u003dt.length?(this._t\u003dvoid 0,i(1)):\"keys\"\u003d\u003dn?i(0,r):\"values\"\u003d\u003dn?i(0,t[r]):i(0,[r,t[r]])},\"values\"),o.Arguments\u003do.Array,e(\"keys\"),e(\"values\"),e(\"entries\")},{117:117,5:5,55:55,57:57,58:58}],142:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003d[].join;e(e.P+e.F*(t(47)!\u003dObject||!t(105)(o)),\"Array\",{join:function join(t){return o.call(i(this),void 0\u003d\u003d\u003dt?\",\":t)}})},{105:105,117:117,33:33,47:47}],143:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(117),o\u003dt(116),u\u003dt(118),c\u003d[].lastIndexOf,a\u003d!!c\u0026\u00261/[1].lastIndexOf(1,-0)\u003c0;e(e.P+e.F*(a||!t(105)(c)),\"Array\",{lastIndexOf:function lastIndexOf(t){if(a)return c.apply(this,arguments)||0;var n\u003di(this),r\u003du(n.length),e\u003dr-1;for(arguments.length\u003e1\u0026\u0026(e\u003dMath.min(e,o(arguments[1]))),e\u003c0\u0026\u0026(e\u003dr+e);e\u003e\u003d0;e--)if(e in n\u0026\u0026n[e]\u003d\u003d\u003dt)return e||0;return-1}})},{105:105,116:116,117:117,118:118,33:33}],144:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(1);e(e.P+e.F*!t(105)([].map,!0),\"Array\",{map:function map(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],145:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(24);e(e.S+e.F*t(35)(function(){function F(){}return!(Array.of.call(F)instanceof F)}),\"Array\",{of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dnew(\"function\"\u003d\u003dtypeof this?this:Array)(n);n\u003et;)i(r,t,arguments[t++]);return r.length\u003dn,r}})},{24:24,33:33,35:35}],146:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduceRight,!0),\"Array\",{reduceRight:function reduceRight(t){return i(this,t,arguments.length,arguments[1],!0)}})},{105:105,13:13,33:33}],147:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(13);e(e.P+e.F*!t(105)([].reduce,!0),\"Array\",{reduce:function reduce(t){return i(this,t,arguments.length,arguments[1],!1)}})},{105:105,13:13,33:33}],148:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(43),o\u003dt(18),u\u003dt(114),c\u003dt(118),a\u003d[].slice;e(e.P+e.F*t(35)(function(){i\u0026\u0026a.call(i)}),\"Array\",{slice:function slice(t,n){var r\u003dc(this.length),e\u003do(this);if(n\u003dvoid 0\u003d\u003d\u003dn?r:n,\"Array\"\u003d\u003de)return a.call(this,t,n);for(var i\u003du(t,r),f\u003du(n,r),s\u003dc(f-i),l\u003dArray(s),h\u003d0;h\u003cs;h++)l[h]\u003d\"String\"\u003d\u003de?this.charAt(i+h):this[i+h];return l}})},{114:114,118:118,18:18,33:33,35:35,43:43}],149:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(12)(3);e(e.P+e.F*!t(105)([].some,!0),\"Array\",{some:function some(t){return i(this,t,arguments[1])}})},{105:105,12:12,33:33}],150:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(3),o\u003dt(119),u\u003dt(35),c\u003d[].sort,a\u003d[1,2,3];e(e.P+e.F*(u(function(){a.sort(void 0)})||!u(function(){a.sort(null)})||!t(105)(c)),\"Array\",{sort:function sort(t){return void 0\u003d\u003d\u003dt?c.call(o(this)):c.call(o(this),i(t))}})},{105:105,119:119,3:3,33:33,35:35}],151:[function(t,n,r){t(100)(\"Array\")},{100:100}],152:[function(t,n,r){var e\u003dt(33);e(e.S,\"Date\",{now:function(){return(new Date).getTime()}})},{33:33}],153:[function(t,n,r){var e\u003dt(33),i\u003dt(26);e(e.P+e.F*(Date.prototype.toISOString!\u003d\u003di),\"Date\",{toISOString:i})},{26:26,33:33}],154:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120);e(e.P+e.F*t(35)(function(){return null!\u003d\u003dnew Date(NaN).toJSON()||1!\u003d\u003dDate.prototype.toJSON.call({toISOString:function(){return 1}})}),\"Date\",{toJSON:function toJSON(t){var n\u003di(this),r\u003do(n);return\"number\"!\u003dtypeof r||isFinite(r)?n.toISOString():null}})},{119:119,120:120,33:33,35:35}],155:[function(t,n,r){var e\u003dt(128)(\"toPrimitive\"),i\u003dDate.prototype;e in i||t(42)(i,e,t(27))},{128:128,27:27,42:42}],156:[function(t,n,r){var e\u003dDate.prototype,i\u003de.toString,o\u003de.getTime;new Date(NaN)+\"\"!\u003d\"Invalid Date\"\u0026\u0026t(94)(e,\"toString\",function toString(){var t\u003do.call(this);return t\u003d\u003d\u003dt?i.call(this):\"Invalid Date\"})},{94:94}],157:[function(t,n,r){var e\u003dt(33);e(e.P,\"Function\",{bind:t(16)})},{16:16,33:33}],158:[function(t,n,r){\"use strict\";var e\u003dt(51),i\u003dt(79),o\u003dt(128)(\"hasInstance\"),u\u003dFunction.prototype;o in u||t(72).f(u,o,{value:function(t){if(\"function\"!\u003dtypeof this||!e(t))return!1;if(!e(this.prototype))return t instanceof this;for(;t\u003di(t);)if(this.prototype\u003d\u003d\u003dt)return!0;return!1}})},{128:128,51:51,72:72,79:79}],159:[function(t,n,r){var e\u003dt(72).f,i\u003dFunction.prototype,o\u003d/^\\s*function ([^ (]*)/;\"name\"in i||t(29)\u0026\u0026e(i,\"name\",{configurable:!0,get:function(){try{return(\"\"+this).match(o)[1]}catch(t){return\"\"}}})},{29:29,72:72}],160:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Map\",function(t){return function Map(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{get:function get(t){var n\u003de.getEntry(i(this,\"Map\"),t);return n\u0026\u0026n.v},set:function set(t,n){return e.def(i(this,\"Map\"),0\u003d\u003d\u003dt?0:t,n)}},e,!0)},{125:125,19:19,22:22}],161:[function(t,n,r){var e\u003dt(33),i\u003dt(63),o\u003dMath.sqrt,u\u003dMath.acosh;e(e.S+e.F*!(u\u0026\u0026710\u003d\u003dMath.floor(u(Number.MAX_VALUE))\u0026\u0026u(1/0)\u003d\u003d1/0),\"Math\",{acosh:function acosh(t){return(t\u003d+t)\u003c1?NaN:t\u003e94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},{33:33,63:63}],162:[function(t,n,r){function asinh(t){return isFinite(t\u003d+t)\u0026\u00260!\u003dt?t\u003c0?-asinh(-t):Math.log(t+Math.sqrt(t*t+1)):t}var e\u003dt(33),i\u003dMath.asinh;e(e.S+e.F*!(i\u0026\u00261/i(0)\u003e0),\"Math\",{asinh:asinh})},{33:33}],163:[function(t,n,r){var e\u003dt(33),i\u003dMath.atanh;e(e.S+e.F*!(i\u0026\u00261/i(-0)\u003c0),\"Math\",{atanh:function atanh(t){return 0\u003d\u003d(t\u003d+t)?t:Math.log((1+t)/(1-t))/2}})},{33:33}],164:[function(t,n,r){var e\u003dt(33),i\u003dt(65);e(e.S,\"Math\",{cbrt:function cbrt(t){return i(t\u003d+t)*Math.pow(Math.abs(t),1/3)}})},{33:33,65:65}],165:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clz32:function clz32(t){return(t\u003e\u003e\u003e\u003d0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},{33:33}],166:[function(t,n,r){var e\u003dt(33),i\u003dMath.exp;e(e.S,\"Math\",{cosh:function cosh(t){return(i(t\u003d+t)+i(-t))/2}})},{33:33}],167:[function(t,n,r){var e\u003dt(33),i\u003dt(61);e(e.S+e.F*(i!\u003dMath.expm1),\"Math\",{expm1:i})},{33:33,61:61}],168:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{fround:t(62)})},{33:33,62:62}],169:[function(t,n,r){var e\u003dt(33),i\u003dMath.abs;e(e.S,\"Math\",{hypot:function hypot(t,n){for(var r,e,o\u003d0,u\u003d0,c\u003darguments.length,a\u003d0;u\u003cc;)r\u003di(arguments[u++]),a\u003cr?(e\u003da/r,o\u003do*e*e+1,a\u003dr):r\u003e0?(e\u003dr/a,o+\u003de*e):o+\u003dr;return a\u003d\u003d\u003d1/0?1/0:a*Math.sqrt(o)}})},{33:33}],170:[function(t,n,r){var e\u003dt(33),i\u003dMath.imul;e(e.S+e.F*t(35)(function(){return-5!\u003di(4294967295,5)||2!\u003di.length}),\"Math\",{imul:function imul(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e;return 0|i*o+((65535\u0026r\u003e\u003e\u003e16)*o+i*(65535\u0026e\u003e\u003e\u003e16)\u003c\u003c16\u003e\u003e\u003e0)}})},{33:33,35:35}],171:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log10:function log10(t){return Math.log(t)*Math.LOG10E}})},{33:33}],172:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log1p:t(63)})},{33:33,63:63}],173:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{log2:function log2(t){return Math.log(t)/Math.LN2}})},{33:33}],174:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{sign:t(65)})},{33:33,65:65}],175:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S+e.F*t(35)(function(){return-2e-17!\u003d!Math.sinh(-2e-17)}),\"Math\",{sinh:function sinh(t){return Math.abs(t\u003d+t)\u003c1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},{33:33,35:35,61:61}],176:[function(t,n,r){var e\u003dt(33),i\u003dt(61),o\u003dMath.exp;e(e.S,\"Math\",{tanh:function tanh(t){var n\u003di(t\u003d+t),r\u003di(-t);return n\u003d\u003d1/0?1:r\u003d\u003d1/0?-1:(n-r)/(o(t)+o(-t))}})},{33:33,61:61}],177:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{trunc:function trunc(t){return(t\u003e0?Math.floor:Math.ceil)(t)}})},{33:33}],178:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(18),u\u003dt(45),c\u003dt(120),a\u003dt(35),f\u003dt(77).f,s\u003dt(75).f,l\u003dt(72).f,h\u003dt(111).trim,v\u003de.Number,p\u003dv,d\u003dv.prototype,y\u003d\"Number\"\u003d\u003do(t(71)(d)),g\u003d\"trim\"in String.prototype,m\u003dfunction(t){var n\u003dc(t,!1);if(\"string\"\u003d\u003dtypeof n\u0026\u0026n.length\u003e2){n\u003dg?n.trim():h(n,3);var r,e,i,o\u003dn.charCodeAt(0);if(43\u003d\u003d\u003do||45\u003d\u003d\u003do){if(88\u003d\u003d\u003d(r\u003dn.charCodeAt(2))||120\u003d\u003d\u003dr)return NaN}else if(48\u003d\u003d\u003do){switch(n.charCodeAt(1)){case 66:case 98:e\u003d2,i\u003d49;break;case 79:case 111:e\u003d8,i\u003d55;break;default:return+n}for(var u,a\u003dn.slice(2),f\u003d0,s\u003da.length;f\u003cs;f++)if((u\u003da.charCodeAt(f))\u003c48||u\u003ei)return NaN;return parseInt(a,e)}}return+n};if(!v(\" 0o1\")||!v(\"0b1\")||v(\"+0x1\")){v\u003dfunction Number(t){var n\u003darguments.length\u003c1?0:t,r\u003dthis;return r instanceof v\u0026\u0026(y?a(function(){d.valueOf.call(r)}):\"Number\"!\u003do(r))?u(new p(m(n)),r,v):m(n)};for(var b,x\u003dt(29)?f(p):\"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger\".split(\",\"),S\u003d0;x.length\u003eS;S++)i(p,b\u003dx[S])\u0026\u0026!i(v,b)\u0026\u0026l(v,b,s(p,b));v.prototype\u003dd,d.constructor\u003dv,t(94)(e,\"Number\",v)}},{111:111,120:120,18:18,29:29,35:35,40:40,41:41,45:45,71:71,72:72,75:75,77:77,94:94}],179:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{EPSILON:Math.pow(2,-52)})},{33:33}],180:[function(t,n,r){var e\u003dt(33),i\u003dt(40).isFinite;e(e.S,\"Number\",{isFinite:function isFinite(t){return\"number\"\u003d\u003dtypeof t\u0026\u0026i(t)}})},{33:33,40:40}],181:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isInteger:t(50)})},{33:33,50:50}],182:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{isNaN:function isNaN(t){return t!\u003dt}})},{33:33}],183:[function(t,n,r){var e\u003dt(33),i\u003dt(50),o\u003dMath.abs;e(e.S,\"Number\",{isSafeInteger:function isSafeInteger(t){return i(t)\u0026\u0026o(t)\u003c\u003d9007199254740991}})},{33:33,50:50}],184:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MAX_SAFE_INTEGER:9007199254740991})},{33:33}],185:[function(t,n,r){var e\u003dt(33);e(e.S,\"Number\",{MIN_SAFE_INTEGER:-9007199254740991})},{33:33}],186:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.S+e.F*(Number.parseFloat!\u003di),\"Number\",{parseFloat:i})},{33:33,86:86}],187:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.S+e.F*(Number.parseInt!\u003di),\"Number\",{parseInt:i})},{33:33,87:87}],188:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(116),o\u003dt(4),u\u003dt(110),c\u003d1..toFixed,a\u003dMath.floor,f\u003d[0,0,0,0,0,0],s\u003d\"Number.toFixed: incorrect invocation!\",l\u003dfunction(t,n){for(var r\u003d-1,e\u003dn;++r\u003c6;)e+\u003dt*f[r],f[r]\u003de%1e7,e\u003da(e/1e7)},h\u003dfunction(t){for(var n\u003d6,r\u003d0;--n\u003e\u003d0;)r+\u003df[n],f[n]\u003da(r/t),r\u003dr%t*1e7},v\u003dfunction(){for(var t\u003d6,n\u003d\"\";--t\u003e\u003d0;)if(\"\"!\u003d\u003dn||0\u003d\u003d\u003dt||0!\u003d\u003df[t]){var r\u003dString(f[t]);n\u003d\"\"\u003d\u003d\u003dn?r:n+u.call(\"0\",7-r.length)+r}return n},p\u003dfunction(t,n,r){return 0\u003d\u003d\u003dn?r:n%2\u003d\u003d1?p(t,n-1,r*t):p(t*t,n/2,r)},d\u003dfunction(t){for(var n\u003d0,r\u003dt;r\u003e\u003d4096;)n+\u003d12,r/\u003d4096;for(;r\u003e\u003d2;)n+\u003d1,r/\u003d2;return n};e(e.P+e.F*(!!c\u0026\u0026(\"0.000\"!\u003d\u003d8e-5.toFixed(3)||\"1\"!\u003d\u003d.9.toFixed(0)||\"1.25\"!\u003d\u003d1.255.toFixed(2)||\"1000000000000000128\"!\u003d\u003d(0xde0b6b3a7640080).toFixed(0))||!t(35)(function(){c.call({})})),\"Number\",{toFixed:function toFixed(t){var n,r,e,c,a\u003do(this,s),f\u003di(t),y\u003d\"\",g\u003d\"0\";if(f\u003c0||f\u003e20)throw RangeError(s);if(a!\u003da)return\"NaN\";if(a\u003c\u003d-1e21||a\u003e\u003d1e21)return String(a);if(a\u003c0\u0026\u0026(y\u003d\"-\",a\u003d-a),a\u003e1e-21)if(n\u003dd(a*p(2,69,1))-69,r\u003dn\u003c0?a*p(2,-n,1):a/p(2,n,1),r*\u003d4503599627370496,(n\u003d52-n)\u003e0){for(l(0,r),e\u003df;e\u003e\u003d7;)l(1e7,0),e-\u003d7;for(l(p(10,e,1),0),e\u003dn-1;e\u003e\u003d23;)h(1\u003c\u003c23),e-\u003d23;h(1\u003c\u003ce),l(1,1),h(2),g\u003dv()}else l(0,r),l(1\u003c\u003c-n,0),g\u003dv()+u.call(\"0\",f);return f\u003e0?(c\u003dg.length,g\u003dy+(c\u003c\u003df?\"0.\"+u.call(\"0\",f-c)+g:g.slice(0,c-f)+\".\"+g.slice(c-f))):g\u003dy+g,g}})},{110:110,116:116,33:33,35:35,4:4}],189:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(35),o\u003dt(4),u\u003d1..toPrecision;e(e.P+e.F*(i(function(){return\"1\"!\u003d\u003du.call(1,void 0)})||!i(function(){u.call({})})),\"Number\",{toPrecision:function toPrecision(t){var n\u003do(this,\"Number#toPrecision: incorrect invocation!\");return void 0\u003d\u003d\u003dt?u.call(n):u.call(n,t)}})},{33:33,35:35,4:4}],190:[function(t,n,r){var e\u003dt(33);e(e.S+e.F,\"Object\",{assign:t(70)})},{33:33,70:70}],191:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{create:t(71)})},{33:33,71:71}],192:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperties:t(73)})},{29:29,33:33,73:73}],193:[function(t,n,r){var e\u003dt(33);e(e.S+e.F*!t(29),\"Object\",{defineProperty:t(72).f})},{29:29,33:33,72:72}],194:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"freeze\",function(t){return function freeze(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],195:[function(t,n,r){var e\u003dt(117),i\u003dt(75).f;t(83)(\"getOwnPropertyDescriptor\",function(){return function getOwnPropertyDescriptor(t,n){return i(e(t),n)}})},{117:117,75:75,83:83}],196:[function(t,n,r){t(83)(\"getOwnPropertyNames\",function(){return t(76).f})},{76:76,83:83}],197:[function(t,n,r){var e\u003dt(119),i\u003dt(79);t(83)(\"getPrototypeOf\",function(){return function getPrototypeOf(t){return i(e(t))}})},{119:119,79:79,83:83}],198:[function(t,n,r){var e\u003dt(51);t(83)(\"isExtensible\",function(t){return function isExtensible(n){return!!e(n)\u0026\u0026(!t||t(n))}})},{51:51,83:83}],199:[function(t,n,r){var e\u003dt(51);t(83)(\"isFrozen\",function(t){return function isFrozen(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],200:[function(t,n,r){var e\u003dt(51);t(83)(\"isSealed\",function(t){return function isSealed(n){return!e(n)||!!t\u0026\u0026t(n)}})},{51:51,83:83}],201:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{is:t(96)})},{33:33,96:96}],202:[function(t,n,r){var e\u003dt(119),i\u003dt(81);t(83)(\"keys\",function(){return function keys(t){return i(e(t))}})},{119:119,81:81,83:83}],203:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"preventExtensions\",function(t){return function preventExtensions(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],204:[function(t,n,r){var e\u003dt(51),i\u003dt(66).onFreeze;t(83)(\"seal\",function(t){return function seal(n){return t\u0026\u0026e(n)?t(i(n)):n}})},{51:51,66:66,83:83}],205:[function(t,n,r){var e\u003dt(33);e(e.S,\"Object\",{setPrototypeOf:t(99).set})},{33:33,99:99}],206:[function(t,n,r){\"use strict\";var e\u003dt(17),i\u003d{};i[t(128)(\"toStringTag\")]\u003d\"z\",i+\"\"!\u003d\"[object z]\"\u0026\u0026t(94)(Object.prototype,\"toString\",function toString(){return\"[object \"+e(this)+\"]\"},!0)},{128:128,17:17,94:94}],207:[function(t,n,r){var e\u003dt(33),i\u003dt(86);e(e.G+e.F*(parseFloat!\u003di),{parseFloat:i})},{33:33,86:86}],208:[function(t,n,r){var e\u003dt(33),i\u003dt(87);e(e.G+e.F*(parseInt!\u003di),{parseInt:i})},{33:33,87:87}],209:[function(t,n,r){\"use strict\";var e,i,o,u,c\u003dt(60),a\u003dt(40),f\u003dt(25),s\u003dt(17),l\u003dt(33),h\u003dt(51),v\u003dt(3),p\u003dt(6),d\u003dt(39),y\u003dt(104),g\u003dt(113).set,m\u003dt(68)(),b\u003dt(69),x\u003dt(90),S\u003dt(91),w\u003da.TypeError,_\u003da.process,E\u003da.Promise,O\u003d\"process\"\u003d\u003ds(_),P\u003dfunction(){},M\u003di\u003db.f,F\u003d!!function(){try{var n\u003dE.resolve(1),r\u003d(n.constructor\u003d{})[t(128)(\"species\")]\u003dfunction(t){t(P,P)};return(O||\"function\"\u003d\u003dtypeof PromiseRejectionEvent)\u0026\u0026n.then(P)instanceof r}catch(t){}}(),I\u003dc?function(t,n){return t\u003d\u003d\u003dn||t\u003d\u003d\u003dE\u0026\u0026n\u003d\u003d\u003du}:function(t,n){return t\u003d\u003d\u003dn},A\u003dfunction(t){var n;return!(!h(t)||\"function\"!\u003dtypeof(n\u003dt.then))\u0026\u0026n},k\u003dfunction(t,n){if(!t._n){t._n\u003d!0;var r\u003dt._c;m(function(){for(var e\u003dt._v,i\u003d1\u003d\u003dt._s,o\u003d0;r.length\u003eo;)!function(n){var r,o,u\u003di?n.ok:n.fail,c\u003dn.resolve,a\u003dn.reject,f\u003dn.domain;try{u?(i||(2\u003d\u003dt._h\u0026\u0026T(t),t._h\u003d1),!0\u003d\u003d\u003du?r\u003de:(f\u0026\u0026f.enter(),r\u003du(e),f\u0026\u0026f.exit()),r\u003d\u003d\u003dn.promise?a(w(\"Promise-chain cycle\")):(o\u003dA(r))?o.call(r,c,a):c(r)):a(e)}catch(t){a(t)}}(r[o++]);t._c\u003d[],t._n\u003d!1,n\u0026\u0026!t._h\u0026\u0026N(t)})}},N\u003dfunction(t){g.call(a,function(){var n,r,e,i\u003dt._v,o\u003dj(t);if(o\u0026\u0026(n\u003dx(function(){O?_.emit(\"unhandledRejection\",i,t):(r\u003da.onunhandledrejection)?r({promise:t,reason:i}):(e\u003da.console)\u0026\u0026e.error\u0026\u0026e.error(\"Unhandled promise rejection\",i)}),t._h\u003dO||j(t)?2:1),t._a\u003dvoid 0,o\u0026\u0026n.e)throw n.v})},j\u003dfunction(t){if(1\u003d\u003dt._h)return!1;for(var n,r\u003dt._a||t._c,e\u003d0;r.length\u003ee;)if(n\u003dr[e++],n.fail||!j(n.promise))return!1;return!0},T\u003dfunction(t){g.call(a,function(){var n;O?_.emit(\"rejectionHandled\",t):(n\u003da.onrejectionhandled)\u0026\u0026n({promise:t,reason:t._v})})},R\u003dfunction(t){var n\u003dthis;n._d||(n._d\u003d!0,n\u003dn._w||n,n._v\u003dt,n._s\u003d2,n._a||(n._a\u003dn._c.slice()),k(n,!0))},L\u003dfunction(t){var n,r\u003dthis;if(!r._d){r._d\u003d!0,r\u003dr._w||r;try{if(r\u003d\u003d\u003dt)throw w(\"Promise can\u0027t be resolved itself\");(n\u003dA(t))?m(function(){var e\u003d{_w:r,_d:!1};try{n.call(t,f(L,e,1),f(R,e,1))}catch(t){R.call(e,t)}}):(r._v\u003dt,r._s\u003d1,k(r,!1))}catch(t){R.call({_w:r,_d:!1},t)}}};F||(E\u003dfunction Promise(t){p(this,E,\"Promise\",\"_h\"),v(t),e.call(this);try{t(f(L,this,1),f(R,this,1))}catch(t){R.call(this,t)}},e\u003dfunction Promise(t){this._c\u003d[],this._a\u003dvoid 0,this._s\u003d0,this._d\u003d!1,this._v\u003dvoid 0,this._h\u003d0,this._n\u003d!1},e.prototype\u003dt(93)(E.prototype,{then:function then(t,n){var r\u003dM(y(this,E));return r.ok\u003d\"function\"!\u003dtypeof t||t,r.fail\u003d\"function\"\u003d\u003dtypeof n\u0026\u0026n,r.domain\u003dO?_.domain:void 0,this._c.push(r),this._a\u0026\u0026this._a.push(r),this._s\u0026\u0026k(this,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),o\u003dfunction(){var t\u003dnew e;this.promise\u003dt,this.resolve\u003df(L,t,1),this.reject\u003df(R,t,1)},b.f\u003dM\u003dfunction(t){return I(E,t)?new o(t):i(t)}),l(l.G+l.W+l.F*!F,{Promise:E}),t(101)(E,\"Promise\"),t(100)(\"Promise\"),u\u003dt(23).Promise,l(l.S+l.F*!F,\"Promise\",{reject:function reject(t){var n\u003dM(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(c||!F),\"Promise\",{resolve:function resolve(t){return t instanceof E\u0026\u0026I(t.constructor,this)?t:S(this,t)}}),l(l.S+l.F*!(F\u0026\u0026t(56)(function(t){E.all(t).catch(P)})),\"Promise\",{all:function all(t){var n\u003dthis,r\u003dM(n),e\u003dr.resolve,i\u003dr.reject,o\u003dx(function(){var r\u003d[],o\u003d0,u\u003d1;d(t,!1,function(t){var c\u003do++,a\u003d!1;r.push(void 0),u++,n.resolve(t).then(function(t){a||(a\u003d!0,r[c]\u003dt,--u||e(r))},i)}),--u||e(r)});return o.e\u0026\u0026i(o.v),r.promise},race:function race(t){var n\u003dthis,r\u003dM(n),e\u003dr.reject,i\u003dx(function(){d(t,!1,function(t){n.resolve(t).then(r.resolve,e)})});return i.e\u0026\u0026e(i.v),r.promise}})},{100:100,101:101,104:104,113:113,128:128,17:17,23:23,25:25,"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"3:3,33:33,39:39,40:40,51:51,56:56,6:6,60:60,68:68,69:69,90:90,91:91,93:93}],210:[function(t,n,r){var e\u003dt(33),i\u003dt(3),o\u003dt(7),u\u003d(t(40).Reflect||{}).apply,c\u003dFunction.apply;e(e.S+e.F*!t(35)(function(){u(function(){})}),\"Reflect\",{apply:function apply(t,n,r){var e\u003di(t),a\u003do(r);return u?u(e,n,a):c.call(e,n,a)}})},{3:3,33:33,35:35,40:40,7:7}],211:[function(t,n,r){var e\u003dt(33),i\u003dt(71),o\u003dt(3),u\u003dt(7),c\u003dt(51),a\u003dt(35),f\u003dt(16),s\u003d(t(40).Reflect||{}).construct,l\u003da(function(){function F(){}return!(s(function(){},[],F)instanceof F)}),h\u003d!a(function(){s(function(){})});e(e.S+e.F*(l||h),\"Reflect\",{construct:function construct(t,n){o(t),u(n);var r\u003darguments.length\u003c3?t:o(arguments[2]);if(h\u0026\u0026!l)return s(t,n,r);if(t\u003d\u003dr){switch(n.length){case 0:return new t;case 1:return new t(n[0]);case 2:return new t(n[0],n[1]);case 3:return new t(n[0],n[1],n[2]);case 4:return new t(n[0],n[1],n[2],n[3])}var e\u003d[null];return e.push.apply(e,n),new(f.apply(t,e))}var a\u003dr.prototype,v\u003di(c(a)?a:Object.prototype),p\u003dFunction.apply.call(t,v,n);return c(p)?p:v}})},{16:16,3:3,33:33,35:35,40:40,51:51,7:7,71:71}],212:[function(t,n,r){var e\u003dt(72),i\u003dt(33),o\u003dt(7),u\u003dt(120);i(i.S+i.F*t(35)(function(){Reflect.defineProperty(e.f({},1,{value:1}),1,{value:2})}),\"Reflect\",{defineProperty:function defineProperty(t,n,r){o(t),n\u003du(n,!0),o(r);try{return e.f(t,n,r),!0}catch(t){return!1}}})},{120:120,33:33,35:35,7:7,72:72}],213:[function(t,n,r){var e\u003dt(33),i\u003dt(75).f,o\u003dt(7);e(e.S,\"Reflect\",{deleteProperty:function deleteProperty(t,n){var r\u003di(o(t),n);return!(r\u0026\u0026!r.configurable)\u0026\u0026delete t[n]}})},{33:33,7:7,75:75}],214:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(7),o\u003dfunction(t){this._t\u003di(t),this._i\u003d0;var n,r\u003dthis._k\u003d[];for(n in t)r.push(n)};t(54)(o,\"Object\",function(){var t,n\u003dthis,r\u003dn._k;do{if(n._i\u003e\u003dr.length)return{value:void 0,done:!0}}while(!((t\u003dr[n._i++])in n._t));return{value:t,done:!1}}),e(e.S,\"Reflect\",{enumerate:function enumerate(t){return new o(t)}})},{33:33,54:54,7:7}],215:[function(t,n,r){var e\u003dt(75),i\u003dt(33),o\u003dt(7);i(i.S,\"Reflect\",{getOwnPropertyDescriptor:function getOwnPropertyDescriptor(t,n){return e.f(o(t),n)}})},{33:33,7:7,75:75}],216:[function(t,n,r){var e\u003dt(33),i\u003dt(79),o\u003dt(7);e(e.S,\"Reflect\",{getPrototypeOf:function getPrototypeOf(t){return i(o(t))}})},{33:33,7:7,79:79}],217:[function(t,n,r){function get(t,n){var r,u,f\u003darguments.length\u003c3?t:arguments[2];return a(t)\u003d\u003d\u003df?t[n]:(r\u003de.f(t,n))?o(r,\"value\")?r.value:void 0!\u003d\u003dr.get?r.get.call(f):void 0:c(u\u003di(t))?get(u,n,f):void 0}var e\u003dt(75),i\u003dt(79),o\u003dt(41),u\u003dt(33),c\u003dt(51),a\u003dt(7);u(u.S,\"Reflect\",{get:get})},{33:33,41:41,51:51,7:7,75:75,79:79}],218:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{has:function has(t,n){return n in t}})},{33:33}],219:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.isExtensible;e(e.S,\"Reflect\",{isExtensible:function isExtensible(t){return i(t),!o||o(t)}})},{33:33,7:7}],220:[function(t,n,r){var e\u003dt(33);e(e.S,\"Reflect\",{ownKeys:t(85)})},{33:33,85:85}],221:[function(t,n,r){var e\u003dt(33),i\u003dt(7),o\u003dObject.preventExtensions;e(e.S,\"Reflect\",{preventExtensions:function preventExtensions(t){i(t);try{return o\u0026\u0026o(t),!0}catch(t){return!1}}})},{33:33,7:7}],222:[function(t,n,r){var e\u003dt(33),i\u003dt(99);i\u0026\u0026e(e.S,\"Reflect\",{setPrototypeOf:function setPrototypeOf(t,n){i.check(t,n);try{return i.set(t,n),!0}catch(t){return!1}}})},{33:33,99:99}],223:[function(t,n,r){function set(t,n,r){var c,l,h\u003darguments.length\u003c4?t:arguments[3],v\u003di.f(f(t),n);if(!v){if(s(l\u003do(t)))return set(l,n,r,h);v\u003da(0)}return u(v,\"value\")?!(!1\u003d\u003d\u003dv.writable||!s(h))\u0026\u0026(c\u003di.f(h,n)||a(0),c.value\u003dr,e.f(h,n,c),!0):void 0!\u003d\u003dv.set\u0026\u0026(v.set.call(h,r),!0)}var e\u003dt(72),i\u003dt(75),o\u003dt(79),u\u003dt(41),c\u003dt(33),a\u003dt(92),f\u003dt(7),s\u003dt(51);c(c.S,\"Reflect\",{set:set})},{33:33,41:41,51:51,7:7,72:72,75:75,79:79,92:92}],224:[function(t,n,r){var e\u003dt(40),i\u003dt(45),o\u003dt(72).f,u\u003dt(77).f,c\u003dt(52),a\u003dt(37),f\u003de.RegExp,s\u003df,l\u003df.prototype,h\u003d/a/g,v\u003d/a/g,p\u003dnew f(h)!\u003d\u003dh;if(t(29)\u0026\u0026(!p||t(35)(function(){return v[t(128)(\"match\")]\u003d!1,f(h)!\u003dh||f(v)\u003d\u003dv||\"/a/i\"!\u003df(h,\"i\")}))){f\u003dfunction RegExp(t,n){var r\u003dthis instanceof f,e\u003dc(t),o\u003dvoid 0\u003d\u003d\u003dn;return!r\u0026\u0026e\u0026\u0026t.constructor\u003d\u003d\u003df\u0026\u0026o?t:i(p?new s(e\u0026\u0026!o?t.source:t,n):s((e\u003dt instanceof f)?t.source:t,e\u0026\u0026o?a.call(t):n),r?this:l,f)};for(var d\u003du(s),y\u003d0;d.length\u003ey;)!function(t){t in f||o(f,t,{configurable:!0,get:function(){return s[t]},set:function(n){s[t]\u003dn}})}(d[y++]);l.constructor\u003df,f.prototype\u003dl,t(94)(e,\"RegExp\",f)}t(100)(\"RegExp\")},{100:100,128:128,29:29,35:35,37:37,40:40,45:45,52:52,72:72,77:77,94:94}],225:[function(t,n,r){t(29)\u0026\u0026\"g\"!\u003d/./g.flags\u0026\u0026t(72).f(RegExp.prototype,\"flags\",{configurable:!0,get:t(37)})},{29:29,37:37,72:72}],226:[function(t,n,r){t(36)(\"match\",1,function(t,n,r){return[function match(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],227:[function(t,n,r){t(36)(\"replace\",2,function(t,n,r){return[function replace(e,i){\"use strict\";var o\u003dt(this),u\u003dvoid 0\u003d\u003de?void 0:e[n];return void 0!\u003d\u003du?u.call(e,o,i):r.call(String(o),e,i)},r]})},{36:36}],228:[function(t,n,r){t(36)(\"search\",1,function(t,n,r){return[function search(r){\"use strict\";var e\u003dt(this),i\u003dvoid 0\u003d\u003dr?void 0:r[n];return void 0!\u003d\u003di?i.call(r,e):new RegExp(r)[n](String(e))},r]})},{36:36}],229:[function(t,n,r){t(36)(\"split\",2,function(n,r,e){\"use strict\";var i\u003dt(52),o\u003de,u\u003d[].push,c\u003d\"length\";if(\"c\"\u003d\u003d\"abbc\".split(/(b)*/)[1]||4!\u003d\"test\".split(/(?:)/,-1)[c]||2!\u003d\"ab\".split(/(?:ab)*/)[c]||4!\u003d\".\".split(/(.?)(.?)/)[c]||\".\".split(/()()/)[c]\u003e1||\"\".split(/.?/)[c]){var a\u003dvoid 0\u003d\u003d\u003d/()??/.exec(\"\")[1];e\u003dfunction(t,n){var r\u003dString(this);if(void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn)return[];if(!i(t))return o.call(r,t,n);var e,f,s,l,h,v\u003d[],p\u003d(t.ignoreCase?\"i\":\"\")+(t.multiline?\"m\":\"\")+(t.unicode?\"u\":\"\")+(t.sticky?\"y\":\"\"),d\u003d0,y\u003dvoid 0\u003d\u003d\u003dn?4294967295:n\u003e\u003e\u003e0,g\u003dnew RegExp(t.source,p+\"g\");for(a||(e\u003dnew RegExp(\"^\"+g.source+\"$(?!\\\\s)\",p));(f\u003dg.exec(r))\u0026\u0026!((s\u003df.index+f[0][c])\u003ed\u0026\u0026(v.push(r.slice(d,f.index)),!a\u0026\u0026f[c]\u003e1\u0026\u0026f[0].replace(e,function(){for(h\u003d1;h\u003carguments[c]-2;h++)void 0\u003d\u003d\u003darguments[h]\u0026\u0026(f[h]\u003dvoid 0)}),f[c]\u003e1\u0026\u0026f.index\u003cr[c]\u0026\u0026u.apply(v,f.slice(1)),l\u003df[0][c],d\u003ds,v[c]\u003e\u003dy));)g.lastIndex\u003d\u003d\u003df.index\u0026\u0026g.lastIndex++;return d\u003d\u003d\u003dr[c]?!l\u0026\u0026g.test(\"\")||v.push(\"\"):v.push(r.slice(d)),v[c]\u003ey?v.slice(0,y):v}}else\"0\".split(void 0,0)[c]\u0026\u0026(e\u003dfunction(t,n){return void 0\u003d\u003d\u003dt\u0026\u00260\u003d\u003d\u003dn?[]:o.call(this,t,n)});return[function split(t,i){var o\u003dn(this),u\u003dvoid 0\u003d\u003dt?void 0:t[r];return void 0!\u003d\u003du?u.call(t,o,i):e.call(String(o),t,i)},e]})},{36:36,52:52}],230:[function(t,n,r){\"use strict\";t(225);var e\u003dt(7),i\u003dt(37),o\u003dt(29),u\u003d/./.toString,c\u003dfunction(n){t(94)(RegExp.prototype,\"toString\",n,!0)};t(35)(function(){return\"/a/b\"!\u003du.call({source:\"a\",flags:\"b\"})})?c(function toString(){var t\u003de(this);return\"/\".concat(t.source,\"/\",\"flags\"in t?t.flags:!o\u0026\u0026t instanceof RegExp?i.call(t):void 0)}):\"toString\"!\u003du.name\u0026\u0026c(function toString(){return u.call(this)})},{225:225,29:29,35:35,37:37,7:7,94:94}],231:[function(t,n,r){\"use strict\";var e\u003dt(19),i\u003dt(125);n.exports\u003dt(22)(\"Set\",function(t){return function Set(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"Set\"),t\u003d0\u003d\u003d\u003dt?0:t,t)}},e)},{125:125,19:19,22:22}],232:[function(t,n,r){\"use strict\";t(108)(\"anchor\",function(t){return function anchor(n){return t(this,\"a\",\"name\",n)}})},{108:108}],233:[function(t,n,r){\"use strict\";t(108)(\"big\",function(t){return function big(){return t(this,\"big\",\"\",\"\")}})},{108:108}],234:[function(t,n,r){\"use strict\";t(108)(\"blink\",function(t){return function blink(){return t(this,\"blink\",\"\",\"\")}})},{108:108}],235:[function(t,n,r){\"use strict\";t(108)(\"bold\",function(t){return function bold(){return t(this,\"b\",\"\",\"\")}})},{108:108}],236:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!1);e(e.P,\"String\",{codePointAt:function codePointAt(t){return i(this,t)}})},{106:106,33:33}],237:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".endsWith;e(e.P+e.F*t(34)(\"endsWith\"),\"String\",{endsWith:function endsWith(t){var n\u003do(this,t,\"endsWith\"),r\u003darguments.length\u003e1?arguments[1]:void 0,e\u003di(n.length),c\u003dvoid 0\u003d\u003d\u003dr?e:Math.min(i(r),e),a\u003dString(t);return u?u.call(n,a,c):n.slice(c-a.length,c)\u003d\u003d\u003da}})},{107:107,118:118,33:33,34:34}],238:[function(t,n,r){\"use strict\";t(108)(\"fixed\",function(t){return function fixed(){return t(this,\"tt\",\"\",\"\")}})},{108:108}],239:[function(t,n,r){\"use strict\";t(108)(\"fontcolor\",function(t){return function fontcolor(n){return t(this,\"font\",\"color\",n)}})},{108:108}],240:[function(t,n,r){\"use strict\";t(108)(\"fontsize\",function(t){return function fontsize(n){return t(this,\"font\",\"size\",n)}})},{108:108}],241:[function(t,n,r){var e\u003dt(33),i\u003dt(114),o\u003dString.fromCharCode,u\u003dString.fromCodePoint;e(e.S+e.F*(!!u\u0026\u00261!\u003du.length),\"String\",{fromCodePoint:function fromCodePoint(t){for(var n,r\u003d[],e\u003darguments.length,u\u003d0;e\u003eu;){if(n\u003d+arguments[u++],i(n,1114111)!\u003d\u003dn)throw RangeError(n+\" is not a valid code point\");r.push(n\u003c65536?o(n):o(55296+((n-\u003d65536)\u003e\u003e10),n%1024+56320))}return r.join(\"\")}})},{114:114,33:33}],242:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(107);e(e.P+e.F*t(34)(\"includes\"),\"String\",{includes:function includes(t){return!!~i(this,t,\"includes\").indexOf(t,arguments.length\u003e1?arguments[1]:void 0)}})},{107:107,33:33,34:34}],243:[function(t,n,r){\"use strict\";t(108)(\"italics\",function(t){return function italics(){return t(this,\"i\",\"\",\"\")}})},{108:108}],244:[function(t,n,r){\"use strict\";var e\u003dt(106)(!0);t(55)(String,\"String\",function(t){this._t\u003dString(t),this._i\u003d0},function(){var t,n\u003dthis._t,r\u003dthis._i;return r\u003e\u003dn.length?{value:void 0,done:!0}:(t\u003de(n,r),this._i+\u003dt.length,{value:t,done:!1})})},{106:106,55:55}],245:[function(t,n,r){\"use strict\";t(108)(\"link\",function(t){return function link(n){return t(this,\"a\",\"href\",n)}})},{108:108}],246:[function(t,n,r){var e\u003dt(33),i\u003dt(117),o\u003dt(118);e(e.S,\"String\",{raw:function raw(t){for(var n\u003di(t.raw),r\u003do(n.length),e\u003darguments.length,u\u003d[],c\u003d0;r\u003ec;)u.push(String(n[c++])),c\u003ce\u0026\u0026u.push(String(arguments[c]));return u.join(\"\")}})},{117:117,118:118,33:33}],247:[function(t,n,r){var e\u003dt(33);e(e.P,\"String\",{repeat:t(110)})},{110:110,33:33}],248:[function(t,n,r){\"use strict\";t(108)(\"small\",function(t){return function small(){return t(this,\"small\",\"\",\"\")}})},{108:108}],249:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(118),o\u003dt(107),u\u003d\"\".startsWith;e(e.P+e.F*t(34)(\"startsWith\"),\"String\",{startsWith:function startsWith(t){var n\u003do(this,t,\"startsWith\"),r\u003di(Math.min(arguments.length\u003e1?arguments[1]:void 0,n.length)),e\u003dString(t);return u?u.call(n,e,r):n.slice(r,r+e.length)\u003d\u003d\u003de}})},{107:107,118:118,33:33,34:34}],250:[function(t,n,r){\"use strict\";t(108)(\"strike\",function(t){return function strike(){return t(this,\"strike\",\"\",\"\")}})},{108:108}],251:[function(t,n,r){\"use strict\";t(108)(\"sub\",function(t){return function sub(){return t(this,\"sub\",\"\",\"\")}})},{108:108}],252:[function(t,n,r){\"use strict\";t(108)(\"sup\",function(t){return function sup(){return t(this,\"sup\",\"\",\"\")}})},{108:108}],253:[function(t,n,r){\"use strict\";t(111)(\"trim\",function(t){return function trim(){return t(this,3)}})},{111:111}],254:[function(t,n,r){\"use strict\";var e\u003dt(40),i\u003dt(41),o\u003dt(29),u\u003dt(33),c\u003dt(94),a\u003dt(66).KEY,f\u003dt(35),s\u003dt(103),l\u003dt(101),h\u003dt(124),v\u003dt(128),p\u003dt(127),d\u003dt(126),y\u003dt(59),g\u003dt(32),m\u003dt(49),b\u003dt(7),x\u003dt(117),S\u003dt(120),w\u003dt(92),_\u003dt(71),E\u003dt(76),O\u003dt(75),P\u003dt(72),M\u003dt(81),F\u003dO.f,I\u003dP.f,A\u003dE.f,k\u003de.Symbol,N\u003de.JSON,j\u003dN\u0026\u0026N.stringify,T\u003dv(\"_hidden\"),R\u003dv(\"toPrimitive\"),L\u003d{}.propertyIsEnumerable,G\u003ds(\"symbol-registry\"),D\u003ds(\"symbols\"),C\u003ds(\"op-symbols\"),W\u003dObject.prototype,U\u003d\"function\"\u003d\u003dtypeof k,B\u003de.QObject,V\u003d!B||!B.prototype||!B.prototype.findChild,z\u003do\u0026\u0026f(function(){return 7!\u003d_(I({},\"a\",{get:function(){return I(this,\"a\",{value:7}).a}})).a})?function(t,n,r){var e\u003dF(W,n);e\u0026\u0026delete W[n],I(t,n,r),e\u0026\u0026t!\u003d\u003dW\u0026\u0026I(W,n,e)}:I,q\u003dfunction(t){var n\u003dD[t]\u003d_(k.prototype);return n._k\u003dt,n},K\u003dU\u0026\u0026\"symbol\"\u003d\u003dtypeof k.iterator?function(t){return\"symbol\"\u003d\u003dtypeof t}:function(t){return t instanceof k},Y\u003dfunction defineProperty(t,n,r){return t\u003d\u003d\u003dW\u0026\u0026Y(C,n,r),b(t),n\u003dS(n,!0),b(r),i(D,n)?(r.enumerable?(i(t,T)\u0026\u0026t[T][n]\u0026\u0026(t[T][n]\u003d!1),r\u003d_(r,{enumerable:w(0,!1)})):(i(t,T)||I(t,T,w(1,{})),t[T][n]\u003d!0),z(t,n,r)):I(t,n,r)},J\u003dfunction defineProperties(t,n){b(t);for(var r,e\u003dg(n\u003dx(n)),i\u003d0,o\u003de.length;o\u003ei;)Y(t,r\u003de[i++],n[r]);return t},H\u003dfunction create(t,n){return void 0\u003d\u003d\u003dn?_(t):J(_(t),n)},X\u003dfunction propertyIsEnumerable(t){var n\u003dL.call(this,t\u003dS(t,!0));return!(this\u003d\u003d\u003dW\u0026\u0026i(D,t)\u0026\u0026!i(C,t))\u0026\u0026(!(n||!i(this,t)||!i(D,t)||i(this,T)\u0026\u0026this[T][t])||n)},$\u003dfunction getOwnPropertyDescriptor(t,n){if(t\u003dx(t),n\u003dS(n,!0),t!\u003d\u003dW||!i(D,n)||i(C,n)){var r\u003dF(t,n);return!r||!i(D,n)||i(t,T)\u0026\u0026t[T][n]||(r.enumerable\u003d!0),r}},Z\u003dfunction getOwnPropertyNames(t){for(var n,r\u003dA(x(t)),e\u003d[],o\u003d0;r.length\u003eo;)i(D,n\u003dr[o++])||n\u003d\u003dT||n\u003d\u003da||e.push(n);return e},Q\u003dfunction getOwnPropertySymbols(t){for(var n,r\u003dt\u003d\u003d\u003dW,e\u003dA(r?C:x(t)),o\u003d[],u\u003d0;e.length\u003eu;)!i(D,n\u003de[u++])||r\u0026\u0026!i(W,n)||o.push(D[n]);return o};U||(k\u003dfunction Symbol(){if(this instanceof k)throw TypeError(\"Symbol is not a constructor!\");var t\u003dh(arguments.length\u003e0?arguments[0]:void 0),n\u003dfunction(r){this\u003d\u003d\u003dW\u0026\u0026n.call(C,r),i(this,T)\u0026\u0026i(this[T],t)\u0026\u0026(this[T][t]\u003d!1),z(this,t,w(1,r))};return o\u0026\u0026V\u0026\u0026z(W,t,{configurable:!0,set:n}),q(t)},c(k.prototype,\"toString\",function toString(){return this._k}),O.f\u003d$,P.f\u003dY,t(77).f\u003dE.f\u003dZ,t(82).f\u003dX,t(78).f\u003dQ,o\u0026\u0026!t(60)\u0026\u0026c(W,\"propertyIsEnumerable\",X,!0),p.f\u003dfunction(t){return q(v(t))}),u(u.G+u.W+u.F*!U,{Symbol:k});for(var tt\u003d\"hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables\".split(\",\"),nt\u003d0;tt.length\u003ent;)v(tt[nt++]);for(var rt\u003dM(v.store),et\u003d0;rt.length\u003eet;)d(rt[et++]);u(u.S+u.F*!U,\"Symbol\",{for:function(t){return i(G,t+\u003d\"\")?G[t]:G[t]\u003dk(t)},keyFor:function keyFor(t){if(K(t))return y(G,t);throw TypeError(t+\" is not a symbol!\")},useSetter:function(){V\u003d!0},useSimple:function(){V\u003d!1}}),u(u.S+u.F*!U,\"Object\",{create:H,defineProperty:Y,defineProperties:J,getOwnPropertyDescriptor:$,getOwnPropertyNames:Z,getOwnPropertySymbols:Q}),N\u0026\u0026u(u.S+u.F*(!U||f(function(){var t\u003dk();return\"[null]\"!\u003dj([t])||\"{}\"!\u003dj({a:t})||\"{}\"!\u003dj(Object(t))})),\"JSON\",{stringify:function stringify(t){if(void 0!\u003d\u003dt\u0026\u0026!K(t)){for(var n,r,e\u003d[t],i\u003d1;arguments.length\u003ei;)e.push(arguments[i++]);return n\u003de[1],\"function\"\u003d\u003dtypeof n\u0026\u0026(r\u003dn),!r\u0026\u0026m(n)||(n\u003dfunction(t,n){if(r\u0026\u0026(n\u003dr.call(this,t,n)),!K(n))return n}),e[1]\u003dn,j.apply(N,e)}}}),k.prototype[R]||t(42)(k.prototype,R,k.prototype.valueOf),l(k,\"Symbol\"),l(Math,\"Math\",!0),l(e.JSON,\"JSON\",!0)},{101:101,103:103,117:117,120:120,124:124,126:126,127:127,128:128,29:29,32:32,33:33,35:35,40:40,41:41,42:42,49:49,59:59,60:60,66:66,7:7,71:71,72:72,75:75,76:76,77:77,78:78,81:81,82:82,92:92,94:94}],255:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(123),o\u003dt(122),u\u003dt(7),c\u003dt(114),a\u003dt(118),f\u003dt(51),s\u003dt(40).ArrayBuffer,l\u003dt(104),h\u003do.ArrayBuffer,v\u003do.DataView,p\u003di.ABV\u0026\u0026s.isView,d\u003dh.prototype.slice,y\u003di.VIEW;e(e.G+e.W+e.F*(s!\u003d\u003dh),{ArrayBuffer:h}),e(e.S+e.F*!i.CONSTR,\"ArrayBuffer\",{isView:function isView(t){return p\u0026\u0026p(t)||f(t)\u0026\u0026y in t}}),e(e.P+e.U+e.F*t(35)(function(){return!new h(2).slice(1,void 0).byteLength}),\"ArrayBuffer\",{slice:function slice(t,n){if(void 0!\u003d\u003dd\u0026\u0026void 0\u003d\u003d\u003dn)return d.call(u(this),t);for(var r\u003du(this).byteLength,e\u003dc(t,r),i\u003dc(void 0\u003d\u003d\u003dn?r:n,r),o\u003dnew(l(this,h))(a(i-e)),f\u003dnew v(this),s\u003dnew v(o),p\u003d0;e\u003ci;)s.setUint8(p++,f.getUint8(e++));return o}}),t(100)(\"ArrayBuffer\")},{100:100,104:104,114:114,118:118,122:122,123:123,33:33,35:35,40:40,51:51,7:7}],256:[function(t,n,r){var e\u003dt(33);e(e.G+e.W+e.F*!t(123).ABV,{DataView:t(122).DataView})},{122:122,123:123,33:33}],257:[function(t,n,r){t(121)(\"Float32\",4,function(t){return function Float32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],258:[function(t,n,r){t(121)(\"Float64\",8,function(t){return function Float64Array(n,r,e){return t(this,n,r,e)}})},{121:121}],259:[function(t,n,r){t(121)(\"Int16\",2,function(t){return function Int16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],260:[function(t,n,r){t(121)(\"Int32\",4,function(t){return function Int32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],261:[function(t,n,r){t(121)(\"Int8\",1,function(t){return function Int8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],262:[function(t,n,r){t(121)(\"Uint16\",2,function(t){return function Uint16Array(n,r,e){return t(this,n,r,e)}})},{121:121}],263:[function(t,n,r){t(121)(\"Uint32\",4,function(t){return function Uint32Array(n,r,e){return t(this,n,r,e)}})},{121:121}],264:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8Array(n,r,e){return t(this,n,r,e)}})},{121:121}],265:[function(t,n,r){t(121)(\"Uint8\",1,function(t){return function Uint8ClampedArray(n,r,e){return t(this,n,r,e)}},!0)},{121:121}],266:[function(t,n,r){\"use strict\";var e,i\u003dt(12)(0),o\u003dt(94),u\u003dt(66),c\u003dt(70),a\u003dt(21),f\u003dt(51),s\u003dt(35),l\u003dt(125),h\u003du.getWeak,v\u003dObject.isExtensible,p\u003da.ufstore,d\u003d{},y\u003dfunction(t){return function WeakMap(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},g\u003d{get:function get(t){if(f(t)){var n\u003dh(t);return!0\u003d\u003d\u003dn?p(l(this,\"WeakMap\")).get(t):n?n[this._i]:void 0}},set:function set(t,n){return a.def(l(this,\"WeakMap\"),t,n)}},m\u003dn.exports\u003dt(22)(\"WeakMap\",y,g,a,!0,!0);s(function(){return 7!\u003d(new m).set((Object.freeze||Object)(d),7).get(d)})\u0026\u0026(e\u003da.getConstructor(y,\"WeakMap\"),c(e.prototype,g),u.NEED\u003d!0,i([\"delete\",\"has\",\"get\",\"set\"],function(t){var n\u003dm.prototype,r\u003dn[t];o(n,t,function(n,i){if(f(n)\u0026\u0026!v(n)){this._f||(this._f\u003dnew e);var o\u003dthis._f[t](n,i);return\"set\"\u003d\u003dt?this:o}return r.call(this,n,i)})}))},{12:12,125:125,21:21,22:22,35:35,51:51,66:66,70:70,94:94}],267:[function(t,n,r){\"use strict\";var e\u003dt(21),i\u003dt(125);t(22)(\"WeakSet\",function(t){return function WeakSet(){return t(this,arguments.length\u003e0?arguments[0]:void 0)}},{add:function add(t){return e.def(i(this,\"WeakSet\"),t,!0)}},e,!1,!0)},{125:125,21:21,22:22}],268:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(3),a\u003dt(15);e(e.P,\"Array\",{flatMap:function flatMap(t){var n,r,e\u003do(this);return c(t),n\u003du(e.length),r\u003da(e,0),i(r,e,e,n,0,1,t,arguments[1]),r}}),t(5)(\"flatMap\")},{118:118,119:119,15:15,3:3,33:33,38:38,5:5}],269:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(38),o\u003dt(119),u\u003dt(118),c\u003dt(116),a\u003dt(15);e(e.P,\"Array\",{flatten:function flatten(){var t\u003darguments[0],n\u003do(this),r\u003du(n.length),e\u003da(n,0);return i(e,n,n,r,0,void 0\u003d\u003d\u003dt?1:c(t)),e}}),t(5)(\"flatten\")},{116:116,118:118,119:119,15:15,33:33,38:38,5:5}],270:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(11)(!0);e(e.P,\"Array\",{includes:function includes(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0)}}),t(5)(\"includes\")},{11:11,33:33,5:5}],271:[function(t,n,r){var e\u003dt(33),i\u003dt(68)(),o\u003dt(40).process,u\u003d\"process\"\u003d\u003dt(18)(o);e(e.G,{asap:function asap(t){var n\u003du\u0026\u0026o.domain;i(n?n.bind(t):t)}})},{18:18,33:33,40:40,68:68}],272:[function(t,n,r){var e\u003dt(33),i\u003dt(18);e(e.S,\"Error\",{isError:function isError(t){return\"Error\"\u003d\u003d\u003di(t)}})},{18:18,33:33}],273:[function(t,n,r){var e\u003dt(33);e(e.G,{global:t(40)})},{33:33,40:40}],274:[function(t,n,r){t(97)(\"Map\")},{97:97}],275:[function(t,n,r){t(98)(\"Map\")},{98:98}],276:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Map\",{toJSON:t(20)(\"Map\")})},{20:20,33:33}],277:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{clamp:function clamp(t,n,r){return Math.min(r,Math.max(n,t))}})},{33:33}],278:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{DEG_PER_RAD:Math.PI/180})},{33:33}],279:[function(t,n,r){var e\u003dt(33),i\u003d180/Math.PI;e(e.S,\"Math\",{degrees:function degrees(t){return t*i}})},{33:33}],280:[function(t,n,r){var e\u003dt(33),i\u003dt(64),o\u003dt(62);e(e.S,\"Math\",{fscale:function fscale(t,n,r,e,u){return o(i(t,n,r,e,u))}})},{33:33,62:62,64:64}],281:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{iaddh:function iaddh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o+(e\u003e\u003e\u003e0)+((i\u0026u|(i|u)\u0026~(i+u\u003e\u003e\u003e0))\u003e\u003e\u003e31)|0}})},{33:33}],282:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{imulh:function imulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e16,c\u003de\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e16)}})},{33:33}],283:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{isubh:function isubh(t,n,r,e){var i\u003dt\u003e\u003e\u003e0,o\u003dn\u003e\u003e\u003e0,u\u003dr\u003e\u003e\u003e0;return o-(e\u003e\u003e\u003e0)-((~i\u0026u|~(i^u)\u0026i-u\u003e\u003e\u003e0)\u003e\u003e\u003e31)|0}})},{33:33}],284:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{RAD_PER_DEG:180/Math.PI})},{33:33}],285:[function(t,n,r){var e\u003dt(33),i\u003dMath.PI/180;e(e.S,\"Math\",{radians:function radians(t){return t*i}})},{33:33}],286:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{scale:t(64)})},{33:33,64:64}],287:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{signbit:function signbit(t){return(t\u003d+t)!\u003dt?t:0\u003d\u003dt?1/t\u003d\u003d1/0:t\u003e0}})},{33:33}],288:[function(t,n,r){var e\u003dt(33);e(e.S,\"Math\",{umulh:function umulh(t,n){var r\u003d+t,e\u003d+n,i\u003d65535\u0026r,o\u003d65535\u0026e,u\u003dr\u003e\u003e\u003e16,c\u003de\u003e\u003e\u003e16,a\u003d(u*o\u003e\u003e\u003e0)+(i*o\u003e\u003e\u003e16);return u*c+(a\u003e\u003e\u003e16)+((i*c\u003e\u003e\u003e0)+(65535\u0026a)\u003e\u003e\u003e16)}})},{33:33}],289:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineGetter__:function __defineGetter__(t,n){u.f(i(this),t,{get:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],290:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(3),u\u003dt(72);t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__defineSetter__:function __defineSetter__(t,n){u.f(i(this),t,{set:o(n),enumerable:!0,configurable:!0})}})},{119:119,29:29,3:3,33:33,72:72,74:74}],291:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!0);e(e.S,\"Object\",{entries:function entries(t){return i(t)}})},{33:33,84:84}],292:[function(t,n,r){var e\u003dt(33),i\u003dt(85),o\u003dt(117),u\u003dt(75),c\u003dt(24);e(e.S,\"Object\",{getOwnPropertyDescriptors:function getOwnPropertyDescriptors(t){for(var n,r,e\u003do(t),a\u003du.f,f\u003di(e),s\u003d{},l\u003d0;f.length\u003el;)void 0!\u003d\u003d(r\u003da(e,n\u003df[l++]))\u0026\u0026c(s,n,r);return s}})},{117:117,24:24,33:33,75:75,85:85}],293:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupGetter__:function __lookupGetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.get}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],294:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(119),o\u003dt(120),u\u003dt(79),c\u003dt(75).f;t(29)\u0026\u0026e(e.P+t(74),\"Object\",{__lookupSetter__:function __lookupSetter__(t){var n,r\u003di(this),e\u003do(t,!0);do{if(n\u003dc(r,e))return n.set}while(r\u003du(r))}})},{119:119,120:120,29:29,33:33,74:74,75:75,79:79}],295:[function(t,n,r){var e\u003dt(33),i\u003dt(84)(!1);e(e.S,\"Object\",{values:function values(t){return i(t)}})},{33:33,84:84}],296:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(40),o\u003dt(23),u\u003dt(68)(),c\u003dt(128)(\"observable\"),a\u003dt(3),f\u003dt(7),s\u003dt(6),l\u003dt(93),h\u003dt(42),v\u003dt(39),p\u003dv.RETURN,d\u003dfunction(t){return null\u003d\u003dt?void 0:a(t)},y\u003dfunction(t){var n\u003dt._c;n\u0026\u0026(t._c\u003dvoid 0,n())},g\u003dfunction(t){return void 0\u003d\u003d\u003dt._o},m\u003dfunction(t){g(t)||(t._o\u003dvoid 0,y(t))},b\u003dfunction(t,n){f(t),this._c\u003dvoid 0,this._o\u003dt,t\u003dnew x(this);try{var r\u003dn(t),e\u003dr;null!\u003dr\u0026\u0026(\"function\"\u003d\u003dtypeof r.unsubscribe?r\u003dfunction(){e.unsubscribe()}:a(r),this._c\u003dr)}catch(n){return void t.error(n)}g(this)\u0026\u0026y(this)};b.prototype\u003dl({},{unsubscribe:function unsubscribe(){m(this)}});var x\u003dfunction(t){this._s\u003dt};x.prototype\u003dl({},{next:function next(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;try{var e\u003dd(r.next);if(e)return e.call(r,t)}catch(t){try{m(n)}finally{throw t}}}},error:function error(t){var n\u003dthis._s;if(g(n))throw t;var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.error);if(!e)throw t;t\u003de.call(r,t)}catch(t){try{y(n)}finally{throw t}}return y(n),t},complete:function complete(t){var n\u003dthis._s;if(!g(n)){var r\u003dn._o;n._o\u003dvoid 0;try{var e\u003dd(r.complete);t\u003de?e.call(r,t):void 0}catch(t){try{y(n)}finally{throw t}}return y(n),t}}});var S\u003dfunction Observable(t){s(this,S,\"Observable\",\"_f\")._f\u003da(t)};l(S.prototype,{subscribe:function subscribe(t){return new b(t,this._f)},forEach:function forEach(t){var n\u003dthis;return new(o.Promise||i.Promise)(function(r,e){a(t);var i\u003dn.subscribe({next:function(n){try{return t(n)}catch(t){e(t),i.unsubscribe()}},error:e,complete:r})})}}),l(S,{from:function from(t){var n\u003d\"function\"\u003d\u003dtypeof this?this:S,r\u003dd(f(t)[c]);if(r){var e\u003df(r.call(t));return e.constructor\u003d\u003d\u003dn?e:new n(function(t){return e.subscribe(t)})}return new n(function(n){var r\u003d!1;return u(function(){if(!r){try{if(v(t,!1,function(t){if(n.next(t),r)return p})\u003d\u003d\u003dp)return}catch(t){if(r)throw t;return void n.error(t)}n.complete()}}),function(){r\u003d!0}})},of:function of(){for(var t\u003d0,n\u003darguments.length,r\u003dArray(n);t\u003cn;)r[t]\u003darguments[t++];return new(\"function\"\u003d\u003dtypeof this?this:S)(function(t){var n\u003d!1;return u(function(){if(!n){for(var e\u003d0;e\u003cr.length;++e)if(t.next(r[e]),n)return;t.complete()}}),function(){n\u003d!0}})}}),h(S.prototype,c,function(){return this}),e(e.G,{Observable:S}),t(100)(\"Observable\")},{100:100,128:128,23:23,3:3,33:33,39:39,40:40,42:42,6:6,68:68,7:7,93:93}],297:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(23),o\u003dt(40),u\u003dt(104),c\u003dt(91);e(e.P+e.R,\"Promise\",{finally:function(t){var n\u003du(this,i.Promise||o.Promise),r\u003d\"function\"\u003d\u003dtypeof t;return this.then(r?function(r){return c(n,t()).then(function(){return r})}:t,r?function(r){return c(n,t()).then(function(){throw r})}:t)}})},{104:104,23:23,33:33,40:40,91:91}],298:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(69),o\u003dt(90);e(e.S,\"Promise\",{try:function(t){var n\u003di.f(this),r\u003do(t);return(r.e?n.reject:n.resolve)(r.v),n.promise}})},{33:33,69:69,90:90}],299:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.set;e.exp({defineMetadata:function defineMetadata(t,n,r,e){u(t,n,i(r),o(e))}})},{67:67,7:7}],300:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.key,u\u003de.map,c\u003de.store;e.exp({deleteMetadata:function deleteMetadata(t,n){var r\u003darguments.length\u003c3?void 0:o(arguments[2]),e\u003du(i(n),r,!1);if(void 0\u003d\u003d\u003de||!e.delete(t))return!1;if(e.size)return!0;var a\u003dc.get(n);return a.delete(r),!!a.size||c.delete(n)}})},{67:67,7:7}],301:[function(t,n,r){var e\u003dt(231),i\u003dt(10),o\u003dt(67),u\u003dt(7),c\u003dt(79),a\u003do.keys,f\u003do.key,s\u003dfunction(t,n){var r\u003da(t,n),o\u003dc(t);if(null\u003d\u003d\u003do)return r;var u\u003ds(o,n);return u.length?r.length?i(new e(r.concat(u))):u:r};o.exp({getMetadataKeys:function getMetadataKeys(t){return s(u(t),arguments.length\u003c2?void 0:f(arguments[1]))}})},{10:10,231:231,67:67,7:7,79:79}],302:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.get,a\u003de.key,f\u003dfunction(t,n,r){if(u(t,n,r))return c(t,n,r);var e\u003do(n);return null!\u003d\u003de?f(t,e,r):void 0};e.exp({getMetadata:function getMetadata(t,n){return f(t,i(n),arguments.length\u003c3?void 0:a(arguments[2]))}})},{67:67,7:7,79:79}],303:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.keys,u\u003de.key;e.exp({getOwnMetadataKeys:function getOwnMetadataKeys(t){return o(i(t),arguments.length\u003c2?void 0:u(arguments[1]))}})},{67:67,7:7}],304:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.get,u\u003de.key;e.exp({getOwnMetadata:function getOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],305:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(79),u\u003de.has,c\u003de.key,a\u003dfunction(t,n,r){if(u(t,n,r))return!0;var e\u003do(n);return null!\u003d\u003de\u0026\u0026a(t,e,r)};e.exp({hasMetadata:function hasMetadata(t,n){return a(t,i(n),arguments.length\u003c3?void 0:c(arguments[2]))}})},{67:67,7:7,79:79}],306:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003de.has,u\u003de.key;e.exp({hasOwnMetadata:function hasOwnMetadata(t,n){return o(t,i(n),arguments.length\u003c3?void 0:u(arguments[2]))}})},{67:67,7:7}],307:[function(t,n,r){var e\u003dt(67),i\u003dt(7),o\u003dt(3),u\u003de.key,c\u003de.set;e.exp({metadata:function metadata(t,n){return function decorator(r,e){c(t,n,(void 0!\u003d\u003de?i:o)(r),u(e))}}})},{3:3,67:67,7:7}],308:[function(t,n,r){t(97)(\"Set\")},{97:97}],309:[function(t,n,r){t(98)(\"Set\")},{98:98}],310:[function(t,n,r){var e\u003dt(33);e(e.P+e.R,\"Set\",{toJSON:t(20)(\"Set\")})},{20:20,33:33}],311:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(106)(!0);e(e.P,\"String\",{at:function at(t){return i(this,t)}})},{106:106,33:33}],312:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(28),o\u003dt(118),u\u003dt(52),c\u003dt(37),a\u003dRegExp.prototype,f\u003dfunction(t,n){this._r\u003dt,this._s\u003dn};t(54)(f,\"RegExp String\",function next(){var t\u003dthis._r.exec(this._s);return{value:t,done:null\u003d\u003d\u003dt}}),e(e.P,\"String\",{matchAll:function matchAll(t){if(i(this),!u(t))throw TypeError(t+\" is not a regexp!\");var n\u003dString(this),r\u003d\"flags\"in a?String(t.flags):c.call(t),e\u003dnew RegExp(t.source,~r.indexOf(\"g\")?r:\"g\"+r);return e.lastIndex\u003do(t.lastIndex),new f(e,n)}})},{118:118,28:28,33:33,37:37,52:52,54:54}],313:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padEnd:function padEnd(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!1)}})},{109:109,33:33}],314:[function(t,n,r){\"use strict\";var e\u003dt(33),i\u003dt(109);e(e.P,\"String\",{padStart:function padStart(t){return i(this,t,arguments.length\u003e1?arguments[1]:void 0,!0)}})},{109:109,33:33}],315:[function(t,n,r){\"use strict\";t(111)(\"trimLeft\",function(t){return function trimLeft(){return t(this,1)}},\"trimStart\")},{111:111}],316:[function(t,n,r){\"use strict\";t(111)(\"trimRight\",function(t){return function trimRight(){return t(this,2)}},\"trimEnd\")},{111:111}],317:[function(t,n,r){t(126)(\"asyncIterator\")},{126:126}],318:[function(t,n,r){t(126)(\"observable\")},{126:126}],319:[function(t,n,r){var e\u003dt(33);e(e.S,\"System\",{global:t(40)})},{33:33,40:40}],320:[function(t,n,r){t(97)(\"WeakMap\")},{97:97}],321:[function(t,n,r){t(98)(\"WeakMap\")},{98:98}],322:[function(t,n,r){t(97)(\"WeakSet\")},{97:97}],323:[function(t,n,r){t(98)(\"WeakSet\")},{98:98}],324:[function(t,n,r){for(var e\u003dt(141),i\u003dt(81),o\u003dt(94),u\u003dt(40),c\u003dt(42),a\u003dt(58),f\u003dt(128),s\u003df(\"iterator\"),l\u003df(\"toStringTag\"),h\u003da.Array,v\u003d{CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p\u003di(v),d\u003d0;d\u003cp.length;d++){var y,g\u003dp[d],m\u003dv[g],b\u003du[g],x\u003db\u0026\u0026b.prototype;if(x\u0026\u0026(x[s]||c(x,s,h),x[l]||c(x,l,g),a[g]\u003dh,m))for(y in e)x[y]||o(x,y,e[y],!0)}},{128:128,141:141,40:40,42:42,58:58,81:81,94:94}],325:[function(t,n,r){var e\u003dt(33),i\u003dt(113);e(e.G+e.B,{setImmediate:i.set,clearImmediate:i.clear})},{113:113,33:33}],326:[function(t,n,r){var e\u003dt(40),i\u003dt(33),o\u003dt(46),u\u003dt(88),c\u003de.navigator,a\u003d!!c\u0026\u0026/MSIE .\\./.test(c.userAgent),f\u003dfunction(t){return a?function(n,r){return t(o(u,[].slice.call(arguments,2),\"function\"\u003d\u003dtypeof n?n:Function(n)),r)}:t};i(i.G+i.B+i.F*a,{setTimeout:f(e.setTimeout),setInterval:f(e.setInterval)})},{33:33,40:40,46:46,88:88}],327:[function(t,n,r){t(254),t(191),t(193),t(192),t(195),t(197),t(202),t(196),t(194),t(204),t(203),t(199),t(200),t(198),t(190),t(201),t(205),t(206),t(157),t(159),t(158),t(208),t(207),t(178),t(188),t(189),t(179),t(180),t(181),t(182),t(183),t(184),t(185),t(186),t(187),t(161),t(162),t(163),t(164),t(165),t(166),t(167),t(168),t(169),t(170),t(171),t(172),t(173),t(174),t(175),t(176),t(177),t(241),t(246),t(253),t(244),t(236),t(237),t(242),t(247),t(249),t(232),t(233),t(234),t(235),t(238),t(239),t(240),t(243),t(245),t(248),t(250),t(251),t(252),t(152),t(154),t(153),t(156),t(155),t(140),t(138),t(145),t(142),t(148),t(150),t(137),t(144),t(134),t(149),t(132),t(147),t(146),t(139),t(143),t(131),t(133),t(136),t(135),t(151),t(141),t(224),t(230),t(225),t(226),t(227),t(228),t(229),t(209),t(160),t(231),t(266),t(267),t(255),t(256),t(261),t(264),t(265),t(259),t(262),t(260),t(263),t(257),t(258),t(210),t(211),t(212),t(213),t(214),t(217),t(215),t(216),t(218),t(219),t(220),t(221),t(223),t(222),t(270),t(268),t(269),t(311),t(314),t(313),t(315),t(316),t(312),t(317),t(318),t(292),t(295),t(291),t(289),t(290),t(293),t(294),t(276),t(310),t(275),t(309),t(321),t(323),t(274),t(308),t(320),t(322),t(273),t(319),t(272),t(277),t(278),t(279),t(280),t(281),t(283),t(282),t(284),t(285),t(286),t(288),t(287),t(297),t(298),t(299),t(300),t(302),t(301),t(304),t(303),t(305),t(306),t(307),t(271),t(296),t(326),t(325),t(324),n.exports\u003dt(23)},{131:131,132:132,133:133,134:134,135:135,136:136,137:137,138:138,139:139,140:140,141:141,142:142,143:143,144:144,145:145,146:146,147:147,148:148,149:149,150:150,151:151,152:152,153:153,154:154,155:155,156:156,157:157,158:158,159:159,160:160,161:161,162:162,163:163,164:164,165:165,166:166,167:167,168:168,169:169,170:170,171:171,172:172,173:173,174:174,175:175,176:176,177:177,178:178,179:179,180:180,181:181,182:182,183:183,184:184,185:185,"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"186:186,187:187,188:188,189:189,190:190,191:191,192:192,193:193,194:194,195:195,196:196,197:197,198:198,199:199,200:200,201:201,202:202,203:203,204:204,205:205,206:206,207:207,208:208,209:209,210:210,211:211,212:212,213:213,214:214,215:215,216:216,217:217,218:218,219:219,220:220,221:221,222:222,223:223,224:224,225:225,226:226,227:227,228:228,229:229,23:23,230:230,231:231,232:232,233:233,234:234,235:235,236:236,237:237,238:238,239:239,240:240,241:241,242:242,243:243,244:244,245:245,246:246,247:247,248:248,249:249,250:250,251:251,252:252,253:253,254:254,255:255,256:256,257:257,258:258,259:259,260:260,261:261,262:262,263:263,264:264,265:265,266:266,267:267,268:268,269:269,270:270,271:271,272:272,273:273,274:274,275:275,276:276,277:277,278:278,279:279,280:280,281:281,282:282,283:283,284:284,285:285,286:286,287:287,288:288,289:289,290:290,291:291,292:292,293:293,294:294,295:295,296:296,297:297,298:298,299:299,300:300,301:301,302:302,303:303,304:304,305:305,306:306,307:307,308:308,309:309,310:310,311:311,312:312,313:313,314:314,315:315,316:316,317:317,318:318,319:319,320:320,321:321,322:322,323:323,324:324,325:325,326:326}],328:[function(t,n,r){(function(t){!function(t){\"use strict\";function wrap(t,n,r,e){var i\u003dn\u0026\u0026n.prototype instanceof Generator?n:Generator,o\u003dObject.create(i.prototype),u\u003dnew Context(e||[]);return o._invoke\u003dmakeInvokeMethod(t,r,u),o}function tryCatch(t,n,r){try{return{type:\"normal\",arg:t.call(n,r)}}catch(t){return{type:\"throw\",arg:t}}}function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}function defineIteratorMethods(t){[\"next\",\"throw\",\"return\"].forEach(function(n){t[n]\u003dfunction(t){return this._invoke(n,t)}})}function AsyncIterator(n){function invoke(t,r,e,o){var u\u003dtryCatch(n[t],n,r);if(\"throw\"!\u003d\u003du.type){var c\u003du.arg,a\u003dc.value;return a\u0026\u0026\"object\"\u003d\u003dtypeof a\u0026\u0026i.call(a,\"__await\")?Promise.resolve(a.__await).then(function(t){invoke(\"next\",t,e,o)},function(t){invoke(\"throw\",t,e,o)}):Promise.resolve(a).then(function(t){c.value\u003dt,e(c)},o)}o(u.arg)}function enqueue(t,n){function callInvokeWithMethodAndArg(){return new Promise(function(r,e){invoke(t,n,r,e)})}return r\u003dr?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}\"object\"\u003d\u003dtypeof t.process\u0026\u0026t.process.domain\u0026\u0026(invoke\u003dt.process.domain.bind(invoke));var r;this._invoke\u003denqueue}function makeInvokeMethod(t,n,r){var e\u003dl;return function invoke(i,o){if(e\u003d\u003d\u003dv)throw new Error(\"Generator is already running\");if(e\u003d\u003d\u003dp){if(\"throw\"\u003d\u003d\u003di)throw o;return doneResult()}for(r.method\u003di,r.arg\u003do;;){var u\u003dr.delegate;if(u){var c\u003dmaybeInvokeDelegate(u,r);if(c){if(c\u003d\u003d\u003dd)continue;return c}}if(\"next\"\u003d\u003d\u003dr.method)r.sent\u003dr._sent\u003dr.arg;else if(\"throw\"\u003d\u003d\u003dr.method){if(e\u003d\u003d\u003dl)throw e\u003dp,r.arg;r.dispatchException(r.arg)}else\"return\"\u003d\u003d\u003dr.method\u0026\u0026r.abrupt(\"return\",r.arg);e\u003dv;var a\u003dtryCatch(t,n,r);if(\"normal\"\u003d\u003d\u003da.type){if(e\u003dr.done?p:h,a.arg\u003d\u003d\u003dd)continue;return{value:a.arg,done:r.done}}\"throw\"\u003d\u003d\u003da.type\u0026\u0026(e\u003dp,r.method\u003d\"throw\",r.arg\u003da.arg)}}}function maybeInvokeDelegate(t,n){var e\u003dt.iterator[n.method];if(e\u003d\u003d\u003dr){if(n.delegate\u003dnull,\"throw\"\u003d\u003d\u003dn.method){if(t.iterator.return\u0026\u0026(n.method\u003d\"return\",n.arg\u003dr,maybeInvokeDelegate(t,n),\"throw\"\u003d\u003d\u003dn.method))return d;n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"The iterator does not provide a \u0027throw\u0027 method\")}return d}var i\u003dtryCatch(e,t.iterator,n.arg);if(\"throw\"\u003d\u003d\u003di.type)return n.method\u003d\"throw\",n.arg\u003di.arg,n.delegate\u003dnull,d;var o\u003di.arg;return o?o.done?(n[t.resultName]\u003do.value,n.next\u003dt.nextLoc,\"return\"!\u003d\u003dn.method\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),n.delegate\u003dnull,d):o:(n.method\u003d\"throw\",n.arg\u003dnew TypeError(\"iterator result is not an object\"),n.delegate\u003dnull,d)}function pushTryEntry(t){var n\u003d{tryLoc:t[0]};1 in t\u0026\u0026(n.catchLoc\u003dt[1]),2 in t\u0026\u0026(n.finallyLoc\u003dt[2],n.afterLoc\u003dt[3]),this.tryEntries.push(n)}function resetTryEntry(t){var n\u003dt.completion||{};n.type\u003d\"normal\",delete n.arg,t.completion\u003dn}function Context(t){this.tryEntries\u003d[{tryLoc:\"root\"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(t){if(t){var n\u003dt[u];if(n)return n.call(t);if(\"function\"\u003d\u003dtypeof t.next)return t;if(!isNaN(t.length)){var e\u003d-1,o\u003dfunction next(){for(;++e\u003ct.length;)if(i.call(t,e))return next.value\u003dt[e],next.done\u003d!1,next;return next.value\u003dr,next.done\u003d!0,next};return o.next\u003do}}return{next:doneResult}}function doneResult(){return{value:r,done:!0}}var r,e\u003dObject.prototype,i\u003de.hasOwnProperty,o\u003d\"function\"\u003d\u003dtypeof Symbol?Symbol:{},u\u003do.iterator||\"@@iterator\",c\u003do.asyncIterator||\"@@asyncIterator\",a\u003do.toStringTag||\"@@toStringTag\",f\u003d\"object\"\u003d\u003dtypeof n,s\u003dt.regeneratorRuntime;if(s)return void(f\u0026\u0026(n.exports\u003ds));s\u003dt.regeneratorRuntime\u003df?n.exports:{},s.wrap\u003dwrap;var l\u003d\"suspendedStart\",h\u003d\"suspendedYield\",v\u003d\"executing\",p\u003d\"completed\",d\u003d{},y\u003d{};y[u]\u003dfunction(){return this};var g\u003dObject.getPrototypeOf,m\u003dg\u0026\u0026g(g(values([])));m\u0026\u0026m!\u003d\u003de\u0026\u0026i.call(m,u)\u0026\u0026(y\u003dm);var b\u003dGeneratorFunctionPrototype.prototype\u003dGenerator.prototype\u003dObject.create(y);GeneratorFunction.prototype\u003db.constructor\u003dGeneratorFunctionPrototype,GeneratorFunctionPrototype.constructor\u003dGeneratorFunction,GeneratorFunctionPrototype[a]\u003dGeneratorFunction.displayName\u003d\"GeneratorFunction\",s.isGeneratorFunction\u003dfunction(t){var n\u003d\"function\"\u003d\u003dtypeof t\u0026\u0026t.constructor;return!!n\u0026\u0026(n\u003d\u003d\u003dGeneratorFunction||\"GeneratorFunction\"\u003d\u003d\u003d(n.displayName||n.name))},s.mark\u003dfunction(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__\u003dGeneratorFunctionPrototype,a in t||(t[a]\u003d\"GeneratorFunction\")),t.prototype\u003dObject.create(b),t},s.awrap\u003dfunction(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),AsyncIterator.prototype[c]\u003dfunction(){return this},s.AsyncIterator\u003dAsyncIterator,s.async\u003dfunction(t,n,r,e){var i\u003dnew AsyncIterator(wrap(t,n,r,e));return s.isGeneratorFunction(n)?i:i.next().then(function(t){return t.done?t.value:i.next()})},defineIteratorMethods(b),b[a]\u003d\"Generator\",b[u]\u003dfunction(){return this},b.toString\u003dfunction(){return\"[object Generator]\"},s.keys\u003dfunction(t){var n\u003d[];for(var r in t)n.push(r);return n.reverse(),function next(){for(;n.length;){var r\u003dn.pop();if(r in t)return next.value\u003dr,next.done\u003d!1,next}return next.done\u003d!0,next}},s.values\u003dvalues,Context.prototype\u003d{constructor:Context,reset:function(t){if(this.prev\u003d0,this.next\u003d0,this.sent\u003dthis._sent\u003dr,this.done\u003d!1,this.delegate\u003dnull,this.method\u003d\"next\",this.arg\u003dr,this.tryEntries.forEach(resetTryEntry),!t)for(var n in this)\"t\"\u003d\u003d\u003dn.charAt(0)\u0026\u0026i.call(this,n)\u0026\u0026!isNaN(+n.slice(1))\u0026\u0026(this[n]\u003dr)},stop:function(){this.done\u003d!0;var t\u003dthis.tryEntries[0],n\u003dt.completion;if(\"throw\"\u003d\u003d\u003dn.type)throw n.arg;return this.rval},dispatchException:function(t){function handle(e,i){return u.type\u003d\"throw\",u.arg\u003dt,n.next\u003de,i\u0026\u0026(n.method\u003d\"next\",n.arg\u003dr),!!i}if(this.done)throw t;for(var n\u003dthis,e\u003dthis.tryEntries.length-1;e\u003e\u003d0;--e){var o\u003dthis.tryEntries[e],u\u003do.completion;if(\"root\"\u003d\u003d\u003do.tryLoc)return handle(\"end\");if(o.tryLoc\u003c\u003dthis.prev){var c\u003di.call(o,\"catchLoc\"),a\u003di.call(o,\"finallyLoc\");if(c\u0026\u0026a){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0);if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}else if(c){if(this.prev\u003co.catchLoc)return handle(o.catchLoc,!0)}else{if(!a)throw new Error(\"try statement without catch or finally\");if(this.prev\u003co.finallyLoc)return handle(o.finallyLoc)}}}},abrupt:function(t,n){for(var r\u003dthis.tryEntries.length-1;r\u003e\u003d0;--r){var e\u003dthis.tryEntries[r];if(e.tryLoc\u003c\u003dthis.prev\u0026\u0026i.call(e,\"finallyLoc\")\u0026\u0026this.prev\u003ce.finallyLoc){var o\u003de;break}}o\u0026\u0026(\"break\"\u003d\u003d\u003dt||\"continue\"\u003d\u003d\u003dt)\u0026\u0026o.tryLoc\u003c\u003dn\u0026\u0026n\u003c\u003do.finallyLoc\u0026\u0026(o\u003dnull);var u\u003do?o.completion:{};return u.type\u003dt,u.arg\u003dn,o?(this.method\u003d\"next\",this.next\u003do.finallyLoc,d):this.complete(u)},complete:function(t,n){if(\"throw\"\u003d\u003d\u003dt.type)throw t.arg;return\"break\"\u003d\u003d\u003dt.type||\"continue\"\u003d\u003d\u003dt.type?this.next\u003dt.arg:\"return\"\u003d\u003d\u003dt.type?(this.rval\u003dthis.arg\u003dt.arg,this.method\u003d\"return\",this.next\u003d\"end\"):\"normal\"\u003d\u003d\u003dt.type\u0026\u0026n\u0026\u0026(this.next\u003dn),d},finish:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.finallyLoc\u003d\u003d\u003dt)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),d}},catch:function(t){for(var n\u003dthis.tryEntries.length-1;n\u003e\u003d0;--n){var r\u003dthis.tryEntries[n];if(r.tryLoc\u003d\u003d\u003dt){var e\u003dr.completion;if(\"throw\"\u003d\u003d\u003de.type){var i\u003de.arg;resetTryEntry(r)}return i}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,n,e){return this.delegate\u003d{iterator:values(t),resultName:n,nextLoc:e},\"next\"\u003d\u003d\u003dthis.method\u0026\u0026(this.arg\u003dr),d}}}(\"object\"\u003d\u003dtypeof t?t:\"object\"\u003d\u003dtypeof window?window:\"object\"\u003d\u003dtypeof self?self:this)}).call(this,\"undefined\"!\u003dtypeof global?global:\"undefined\"!\u003dtypeof self?self:\"undefined\"!\u003dtypeof window?window:{})},{}]},{},[1]);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/js/vue.min.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"/*!"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" * Vue.js v2.6.14"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" * (c) 2014-2021 Evan You"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" * Released under the MIT License."},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"!function(e,t){\"object\"\u003d\u003dtypeof exports\u0026\u0026\"undefined\"!\u003dtypeof module?module.exports\u003dt():\"function\"\u003d\u003dtypeof define\u0026\u0026define.amd?define(t):(e\u003de||self).Vue\u003dt()}(this,function(){\"use strict\";var e\u003dObject.freeze({});function t(e){return null\u003d\u003de}function n(e){return null!\u003de}function r(e){return!0\u003d\u003d\u003de}function i(e){return\"string\"\u003d\u003dtypeof e||\"number\"\u003d\u003dtypeof e||\"symbol\"\u003d\u003dtypeof e||\"boolean\"\u003d\u003dtypeof e}function o(e){return null!\u003d\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e}var a\u003dObject.prototype.toString;function s(e){return\"[object Object]\"\u003d\u003d\u003da.call(e)}function c(e){var t\u003dparseFloat(String(e));return t\u003e\u003d0\u0026\u0026Math.floor(t)\u003d\u003d\u003dt\u0026\u0026isFinite(e)}function u(e){return n(e)\u0026\u0026\"function\"\u003d\u003dtypeof e.then\u0026\u0026\"function\"\u003d\u003dtypeof e.catch}function l(e){return null\u003d\u003de?\"\":Array.isArray(e)||s(e)\u0026\u0026e.toString\u003d\u003d\u003da?JSON.stringify(e,null,2):String(e)}function f(e){var t\u003dparseFloat(e);return isNaN(t)?e:t}function p(e,t){for(var n\u003dObject.create(null),r\u003de.split(\",\"),i\u003d0;i\u003cr.length;i++)n[r[i]]\u003d!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}var d\u003dp(\"slot,component\",!0),v\u003dp(\"key,ref,slot,slot-scope,is\");function h(e,t){if(e.length){var n\u003de.indexOf(t);if(n\u003e-1)return e.splice(n,1)}}var m\u003dObject.prototype.hasOwnProperty;function y(e,t){return m.call(e,t)}function g(e){var t\u003dObject.create(null);return function(n){return t[n]||(t[n]\u003de(n))}}var _\u003d/-(\\w)/g,b\u003dg(function(e){return e.replace(_,function(e,t){return t?t.toUpperCase():\"\"})}),$\u003dg(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),w\u003d/\\B([A-Z])/g,C\u003dg(function(e){return e.replace(w,\"-$1\").toLowerCase()});var x\u003dFunction.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r\u003darguments.length;return r?r\u003e1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length\u003de.length,n};function k(e,t){t\u003dt||0;for(var n\u003de.length-t,r\u003dnew Array(n);n--;)r[n]\u003de[n+t];return r}function A(e,t){for(var n in t)e[n]\u003dt[n];return e}function O(e){for(var t\u003d{},n\u003d0;n\u003ce.length;n++)e[n]\u0026\u0026A(t,e[n]);return t}function S(e,t,n){}var T\u003dfunction(e,t,n){return!1},N\u003dfunction(e){return e};function E(e,t){if(e\u003d\u003d\u003dt)return!0;var n\u003do(e),r\u003do(t);if(!n||!r)return!n\u0026\u0026!r\u0026\u0026String(e)\u003d\u003d\u003dString(t);try{var i\u003dArray.isArray(e),a\u003dArray.isArray(t);if(i\u0026\u0026a)return e.length\u003d\u003d\u003dt.length\u0026\u0026e.every(function(e,n){return E(e,t[n])});if(e instanceof Date\u0026\u0026t instanceof Date)return e.getTime()\u003d\u003d\u003dt.getTime();if(i||a)return!1;var s\u003dObject.keys(e),c\u003dObject.keys(t);return s.length\u003d\u003d\u003dc.length\u0026\u0026s.every(function(n){return E(e[n],t[n])})}catch(e){return!1}}function j(e,t){for(var n\u003d0;n\u003ce.length;n++)if(E(e[n],t))return n;return-1}function D(e){var t\u003d!1;return function(){t||(t\u003d!0,e.apply(this,arguments))}}var L\u003d\"data-server-rendered\",I\u003d[\"component\",\"directive\",\"filter\"],M\u003d[\"beforeCreate\",\"created\",\"beforeMount\",\"mounted\",\"beforeUpdate\",\"updated\",\"beforeDestroy\",\"destroyed\",\"activated\",\"deactivated\",\"errorCaptured\",\"serverPrefetch\"],F\u003d{optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:T,isReservedAttr:T,isUnknownElement:T,getTagNamespace:S,parsePlatformTagName:N,mustUseProp:T,async:!0,_lifecycleHooks:M},P\u003d/a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;function R(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var H\u003dnew RegExp(\"[^\"+P.source+\".$_\\\\d]\");var B,U\u003d\"__proto__\"in{},V\u003d\"undefined\"!\u003dtypeof window,z\u003d\"undefined\"!\u003dtypeof WXEnvironment\u0026\u0026!!WXEnvironment.platform,K\u003dz\u0026\u0026WXEnvironment.platform.toLowerCase(),J\u003dV\u0026\u0026window.navigator.userAgent.toLowerCase(),q\u003dJ\u0026\u0026/msie|trident/.test(J),W\u003dJ\u0026\u0026J.indexOf(\"msie 9.0\")\u003e0,Z\u003dJ\u0026\u0026J.indexOf(\"edge/\")\u003e0,G\u003d(J\u0026\u0026J.indexOf(\"android\"),J\u0026\u0026/iphone|ipad|ipod|ios/.test(J)||\"ios\"\u003d\u003d\u003dK),X\u003d(J\u0026\u0026/chrome\\/\\d+/.test(J),J\u0026\u0026/phantomjs/.test(J),J\u0026\u0026J.match(/firefox\\/(\\d+)/)),Y\u003d{}.watch,Q\u003d!1;if(V)try{var ee\u003d{};Object.defineProperty(ee,\"passive\",{get:function(){Q\u003d!0}}),window.addEventListener(\"test-passive\",null,ee)}catch(e){}var te\u003dfunction(){return void 0\u003d\u003d\u003dB\u0026\u0026(B\u003d!V\u0026\u0026!z\u0026\u0026\"undefined\"!\u003dtypeof global\u0026\u0026(global.process\u0026\u0026\"server\"\u003d\u003d\u003dglobal.process.env.VUE_ENV)),B},ne\u003dV\u0026\u0026window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return\"function\"\u003d\u003dtypeof e\u0026\u0026/native code/.test(e.toString())}var ie,oe\u003d\"undefined\"!\u003dtypeof Symbol\u0026\u0026re(Symbol)\u0026\u0026\"undefined\"!\u003dtypeof Reflect\u0026\u0026re(Reflect.ownKeys);ie\u003d\"undefined\"!\u003dtypeof Set\u0026\u0026re(Set)?Set:function(){function e(){this.set\u003dObject.create(null)}return e.prototype.has\u003dfunction(e){return!0\u003d\u003d\u003dthis.set[e]},e.prototype.add\u003dfunction(e){this.set[e]\u003d!0},e.prototype.clear\u003dfunction(){this.set\u003dObject.create(null)},e}();var ae\u003dS,se\u003d0,ce\u003dfunction(){this.id\u003dse++,this.subs\u003d[]};ce.prototype.addSub\u003dfunction(e){this.subs.push(e)},ce.prototype.removeSub\u003dfunction(e){h(this.subs,e)},ce.prototype.depend\u003dfunction(){ce.target\u0026\u0026ce.target.addDep(this)},ce.prototype.notify\u003dfunction(){for(var e\u003dthis.subs.slice(),t\u003d0,n\u003de.length;t\u003cn;t++)e[t].update()},ce.target\u003dnull;var ue\u003d[];function le(e){ue.push(e),ce.target\u003de}function fe(){ue.pop(),ce.target\u003due[ue.length-1]}var pe\u003dfunction(e,t,n,r,i,o,a,s){this.tag\u003de,this.data\u003dt,this.children\u003dn,this.text\u003dr,this.elm\u003di,this.ns\u003dvoid 0,this.context\u003do,this.fnContext\u003dvoid 0,this.fnOptions\u003dvoid 0,this.fnScopeId\u003dvoid 0,this.key\u003dt\u0026\u0026t.key,this.componentOptions\u003da,this.componentInstance\u003dvoid 0,this.parent\u003dvoid 0,this.raw\u003d!1,this.isStatic\u003d!1,this.isRootInsert\u003d!0,this.isComment\u003d!1,this.isCloned\u003d!1,this.isOnce\u003d!1,this.asyncFactory\u003ds,this.asyncMeta\u003dvoid 0,this.isAsyncPlaceholder\u003d!1},de\u003d{child:{configurable:!0}};de.child.get\u003dfunction(){return this.componentInstance},Object.defineProperties(pe.prototype,de);var ve\u003dfunction(e){void 0\u003d\u003d\u003de\u0026\u0026(e\u003d\"\");var t\u003dnew pe;return t.text\u003de,t.isComment\u003d!0,t};function he(e){return new pe(void 0,void 0,void 0,String(e))}function me(e){var t\u003dnew pe(e.tag,e.data,e.children\u0026\u0026e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns\u003de.ns,t.isStatic\u003de.isStatic,t.key\u003de.key,t.isComment\u003de.isComment,t.fnContext\u003de.fnContext,t.fnOptions\u003de.fnOptions,t.fnScopeId\u003de.fnScopeId,t.asyncMeta\u003de.asyncMeta,t.isCloned\u003d!0,t}var ye\u003dArray.prototype,ge\u003dObject.create(ye);[\"push\",\"pop\",\"shift\",\"unshift\",\"splice\",\"sort\",\"reverse\"].forEach(function(e){var t\u003dye[e];R(ge,e,function(){for(var n\u003d[],r\u003darguments.length;r--;)n[r]\u003darguments[r];var i,o\u003dt.apply(this,n),a\u003dthis.__ob__;switch(e){case\"push\":case\"unshift\":i\u003dn;break;case\"splice\":i\u003dn.slice(2)}return i\u0026\u0026a.observeArray(i),a.dep.notify(),o})});var _e\u003dObject.getOwnPropertyNames(ge),be\u003d!0;function $e(e){be\u003de}var we\u003dfunction(e){var t;this.value\u003de,this.dep\u003dnew ce,this.vmCount\u003d0,R(e,\"__ob__\",this),Array.isArray(e)?(U?(t\u003dge,e.__proto__\u003dt):function(e,t,n){for(var r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];R(e,o,t[o])}}(e,ge,_e),this.observeArray(e)):this.walk(e)};function Ce(e,t){var n;if(o(e)\u0026\u0026!(e instanceof pe))return y(e,\"__ob__\")\u0026\u0026e.__ob__ instanceof we?n\u003de.__ob__:be\u0026\u0026!te()\u0026\u0026(Array.isArray(e)||s(e))\u0026\u0026Object.isExtensible(e)\u0026\u0026!e._isVue\u0026\u0026(n\u003dnew we(e)),t\u0026\u0026n\u0026\u0026n.vmCount++,n}function xe(e,t,n,r,i){var o\u003dnew ce,a\u003dObject.getOwnPropertyDescriptor(e,t);if(!a||!1!\u003d\u003da.configurable){var s\u003da\u0026\u0026a.get,c\u003da\u0026\u0026a.set;s\u0026\u0026!c||2!\u003d\u003darguments.length||(n\u003de[t]);var u\u003d!i\u0026\u0026Ce(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t\u003ds?s.call(e):n;return ce.target\u0026\u0026(o.depend(),u\u0026\u0026(u.dep.depend(),Array.isArray(t)\u0026\u0026function e(t){for(var n\u003dvoid 0,r\u003d0,i\u003dt.length;r\u003ci;r++)(n\u003dt[r])\u0026\u0026n.__ob__\u0026\u0026n.__ob__.dep.depend(),Array.isArray(n)\u0026\u0026e(n)}(t))),t},set:function(t){var r\u003ds?s.call(e):n;t\u003d\u003d\u003dr||t!\u003dt\u0026\u0026r!\u003dr||s\u0026\u0026!c||(c?c.call(e,t):n\u003dt,u\u003d!i\u0026\u0026Ce(t),o.notify())}})}}function ke(e,t,n){if(Array.isArray(e)\u0026\u0026c(t))return e.length\u003dMath.max(e.length,t),e.splice(t,1,n),n;if(t in e\u0026\u0026!(t in Object.prototype))return e[t]\u003dn,n;var r\u003de.__ob__;return e._isVue||r\u0026\u0026r.vmCount?n:r?(xe(r.value,t,n),r.dep.notify(),n):(e[t]\u003dn,n)}function Ae(e,t){if(Array.isArray(e)\u0026\u0026c(t))e.splice(t,1);else{var n\u003de.__ob__;e._isVue||n\u0026\u0026n.vmCount||y(e,t)\u0026\u0026(delete e[t],n\u0026\u0026n.dep.notify())}}we.prototype.walk\u003dfunction(e){for(var t\u003dObject.keys(e),n\u003d0;n\u003ct.length;n++)xe(e,t[n])},we.prototype.observeArray\u003dfunction(e){for(var t\u003d0,n\u003de.length;t\u003cn;t++)Ce(e[t])};var Oe\u003dF.optionMergeStrategies;function Se(e,t){if(!t)return e;for(var n,r,i,o\u003doe?Reflect.ownKeys(t):Object.keys(t),a\u003d0;a\u003co.length;a++)\"__ob__\"!\u003d\u003d(n\u003do[a])\u0026\u0026(r\u003de[n],i\u003dt[n],y(e,n)?r!\u003d\u003di\u0026\u0026s(r)\u0026\u0026s(i)\u0026\u0026Se(r,i):ke(e,n,i));return e}function Te(e,t,n){return n?function(){var r\u003d\"function\"\u003d\u003dtypeof t?t.call(n,n):t,i\u003d\"function\"\u003d\u003dtypeof e?e.call(n,n):e;return r?Se(r,i):i}:t?e?function(){return Se(\"function\"\u003d\u003dtypeof t?t.call(this,this):t,\"function\"\u003d\u003dtypeof e?e.call(this,this):e)}:t:e}function Ne(e,t){var n\u003dt?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++)-1\u003d\u003d\u003dt.indexOf(e[n])\u0026\u0026t.push(e[n]);return t}(n):n}function Ee(e,t,n,r){var i\u003dObject.create(e||null);return t?A(i,t):i}Oe.data\u003dfunction(e,t,n){return n?Te(e,t,n):t\u0026\u0026\"function\"!\u003dtypeof t?e:Te(e,t)},M.forEach(function(e){Oe[e]\u003dNe}),I.forEach(function(e){Oe[e+\"s\"]\u003dEe}),Oe.watch\u003dfunction(e,t,n,r){if(e\u003d\u003d\u003dY\u0026\u0026(e\u003dvoid 0),t\u003d\u003d\u003dY\u0026\u0026(t\u003dvoid 0),!t)return Object.create(e||null);if(!e)return t;var i\u003d{};for(var o in A(i,e),t){var a\u003di[o],s\u003dt[o];a\u0026\u0026!Array.isArray(a)\u0026\u0026(a\u003d[a]),i[o]\u003da?a.concat(s):Array.isArray(s)?s:[s]}return i},Oe.props\u003dOe.methods\u003dOe.inject\u003dOe.computed\u003dfunction(e,t,n,r){if(!e)return t;var i\u003dObject.create(null);return A(i,e),t\u0026\u0026A(i,t),i},Oe.provide\u003dTe;var je\u003dfunction(e,t){return void 0\u003d\u003d\u003dt?e:t};function De(e,t,n){if(\"function\"\u003d\u003dtypeof t\u0026\u0026(t\u003dt.options),function(e,t){var n\u003de.props;if(n){var r,i,o\u003d{};if(Array.isArray(n))for(r\u003dn.length;r--;)\"string\"\u003d\u003dtypeof(i\u003dn[r])\u0026\u0026(o[b(i)]\u003d{type:null});else if(s(n))for(var a in n)i\u003dn[a],o[b(a)]\u003ds(i)?i:{type:i};e.props\u003do}}(t),function(e,t){var n\u003de.inject;if(n){var r\u003de.inject\u003d{};if(Array.isArray(n))for(var i\u003d0;i\u003cn.length;i++)r[n[i]]\u003d{from:n[i]};else if(s(n))for(var o in n){var a\u003dn[o];r[o]\u003ds(a)?A({from:o},a):{from:a}}}}(t),function(e){var t\u003de.directives;if(t)for(var n in t){var r\u003dt[n];\"function\"\u003d\u003dtypeof r\u0026\u0026(t[n]\u003d{bind:r,update:r})}}(t),!t._base\u0026\u0026(t.extends\u0026\u0026(e\u003dDe(e,t.extends,n)),t.mixins))for(var r\u003d0,i\u003dt.mixins.length;r\u003ci;r++)e\u003dDe(e,t.mixins[r],n);var o,a\u003d{};for(o in e)c(o);for(o in t)y(e,o)||c(o);function c(r){var i\u003dOe[r]||je;a[r]\u003di(e[r],t[r],n,r)}return a}function Le(e,t,n,r){if(\"string\"\u003d\u003dtypeof n){var i\u003de[t];if(y(i,n))return i[n];var o\u003db(n);if(y(i,o))return i[o];var a\u003d$(o);return y(i,a)?i[a]:i[n]||i[o]||i[a]}}function Ie(e,t,n,r){var i\u003dt[e],o\u003d!y(n,e),a\u003dn[e],s\u003dRe(Boolean,i.type);if(s\u003e-1)if(o\u0026\u0026!y(i,\"default\"))a\u003d!1;else if(\"\"\u003d\u003d\u003da||a\u003d\u003d\u003dC(e)){var c\u003dRe(String,i.type);(c\u003c0||s\u003cc)\u0026\u0026(a\u003d!0)}if(void 0\u003d\u003d\u003da){a\u003dfunction(e,t,n){if(!y(t,\"default\"))return;var r\u003dt.default;if(e\u0026\u0026e.$options.propsData\u0026\u0026void 0\u003d\u003d\u003de.$options.propsData[n]\u0026\u0026void 0!\u003d\u003de._props[n])return e._props[n];return\"function\"\u003d\u003dtypeof r\u0026\u0026\"Function\"!\u003d\u003dFe(t.type)?r.call(e):r}(r,i,e);var u\u003dbe;$e(!0),Ce(a),$e(u)}return a}var Me\u003d/^\\s*function (\\w+)/;function Fe(e){var t\u003de\u0026\u0026e.toString().match(Me);return t?t[1]:\"\"}function Pe(e,t){return Fe(e)\u003d\u003d\u003dFe(t)}function Re(e,t){if(!Array.isArray(t))return Pe(t,e)?0:-1;for(var n\u003d0,r\u003dt.length;n\u003cr;n++)if(Pe(t[n],e))return n;return-1}function He(e,t,n){le();try{if(t)for(var r\u003dt;r\u003dr.$parent;){var i\u003dr.$options.errorCaptured;if(i)for(var o\u003d0;o\u003ci.length;o++)try{if(!1\u003d\u003d\u003di[o].call(r,e,t,n))return}catch(e){Ue(e,r,\"errorCaptured hook\")}}Ue(e,t,n)}finally{fe()}}function Be(e,t,n,r,i){var o;try{(o\u003dn?e.apply(t,n):e.call(t))\u0026\u0026!o._isVue\u0026\u0026u(o)\u0026\u0026!o._handled\u0026\u0026(o.catch(function(e){return He(e,r,i+\" (Promise/async)\")}),o._handled\u003d!0)}catch(e){He(e,r,i)}return o}function Ue(e,t,n){if(F.errorHandler)try{return F.errorHandler.call(null,e,t,n)}catch(t){t!\u003d\u003de\u0026\u0026Ve(t,null,\"config.errorHandler\")}Ve(e,t,n)}function Ve(e,t,n){if(!V\u0026\u0026!z||\"undefined\"\u003d\u003dtypeof console)throw e;console.error(e)}var ze,Ke\u003d!1,Je\u003d[],qe\u003d!1;function We(){qe\u003d!1;var e\u003dJe.slice(0);Je.length\u003d0;for(var t\u003d0;t\u003ce.length;t++)e[t]()}if(\"undefined\"!\u003dtypeof Promise\u0026\u0026re(Promise)){var Ze\u003dPromise.resolve();ze\u003dfunction(){Ze.then(We),G\u0026\u0026setTimeout(S)},Ke\u003d!0}else if(q||\"undefined\"\u003d\u003dtypeof MutationObserver||!re(MutationObserver)\u0026\u0026\"[object MutationObserverConstructor]\"!\u003d\u003dMutationObserver.toString())ze\u003d\"undefined\"!\u003dtypeof setImmediate\u0026\u0026re(setImmediate)?function(){setImmediate(We)}:function(){setTimeout(We,0)};else{var Ge\u003d1,Xe\u003dnew MutationObserver(We),Ye\u003ddocument.createTextNode(String(Ge));Xe.observe(Ye,{characterData:!0}),ze\u003dfunction(){Ge\u003d(Ge+1)%2,Ye.data\u003dString(Ge)},Ke\u003d!0}function Qe(e,t){var n;if(Je.push(function(){if(e)try{e.call(t)}catch(e){He(e,t,\"nextTick\")}else n\u0026\u0026n(t)}),qe||(qe\u003d!0,ze()),!e\u0026\u0026\"undefined\"!\u003dtypeof Promise)return new Promise(function(e){n\u003de})}var et\u003dnew ie;function tt(e){!function e(t,n){var r,i;var a\u003dArray.isArray(t);if(!a\u0026\u0026!o(t)||Object.isFrozen(t)||t instanceof pe)return;if(t.__ob__){var s\u003dt.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(a)for(r\u003dt.length;r--;)e(t[r],n);else for(i\u003dObject.keys(t),r\u003di.length;r--;)e(t[i[r]],n)}(e,et),et.clear()}var nt\u003dg(function(e){var t\u003d\"\u0026\"\u003d\u003d\u003de.charAt(0),n\u003d\"~\"\u003d\u003d\u003d(e\u003dt?e.slice(1):e).charAt(0),r\u003d\"!\"\u003d\u003d\u003d(e\u003dn?e.slice(1):e).charAt(0);return{name:e\u003dr?e.slice(1):e,once:n,capture:r,passive:t}});function rt(e,t){function n(){var e\u003darguments,r\u003dn.fns;if(!Array.isArray(r))return Be(r,null,arguments,t,\"v-on handler\");for(var i\u003dr.slice(),o\u003d0;o\u003ci.length;o++)Be(i[o],null,e,t,\"v-on handler\")}return n.fns\u003de,n}function it(e,n,i,o,a,s){var c,u,l,f;for(c in e)u\u003de[c],l\u003dn[c],f\u003dnt(c),t(u)||(t(l)?(t(u.fns)\u0026\u0026(u\u003de[c]\u003drt(u,s)),r(f.once)\u0026\u0026(u\u003de[c]\u003da(f.name,u,f.capture)),i(f.name,u,f.capture,f.passive,f.params)):u!\u003d\u003dl\u0026\u0026(l.fns\u003du,e[c]\u003dl));for(c in n)t(e[c])\u0026\u0026o((f\u003dnt(c)).name,n[c],f.capture)}function ot(e,i,o){var a;e instanceof pe\u0026\u0026(e\u003de.data.hook||(e.data.hook\u003d{}));var s\u003de[i];function c(){o.apply(this,arguments),h(a.fns,c)}t(s)?a\u003drt([c]):n(s.fns)\u0026\u0026r(s.merged)?(a\u003ds).fns.push(c):a\u003drt([s,c]),a.merged\u003d!0,e[i]\u003da}function at(e,t,r,i,o){if(n(t)){if(y(t,r))return e[r]\u003dt[r],o||delete t[r],!0;if(y(t,i))return e[r]\u003dt[i],o||delete t[i],!0}return!1}function st(e){return i(e)?[he(e)]:Array.isArray(e)?function e(o,a){var s\u003d[];var c,u,l,f;for(c\u003d0;c\u003co.length;c++)t(u\u003do[c])||\"boolean\"\u003d\u003dtypeof u||(l\u003ds.length-1,f\u003ds[l],Array.isArray(u)?u.length\u003e0\u0026\u0026(ct((u\u003de(u,(a||\"\")+\"_\"+c))[0])\u0026\u0026ct(f)\u0026\u0026(s[l]\u003dhe(f.text+u[0].text),u.shift()),s.push.apply(s,u)):i(u)?ct(f)?s[l]\u003dhe(f.text+u):\"\"!\u003d\u003du\u0026\u0026s.push(he(u)):ct(u)\u0026\u0026ct(f)?s[l]\u003dhe(f.text+u.text):(r(o._isVList)\u0026\u0026n(u.tag)\u0026\u0026t(u.key)\u0026\u0026n(a)\u0026\u0026(u.key\u003d\"__vlist\"+a+\"_\"+c+\"__\"),s.push(u)));return s}(e):void 0}function ct(e){return n(e)\u0026\u0026n(e.text)\u0026\u0026!1\u003d\u003d\u003de.isComment}function ut(e,t){if(e){for(var n\u003dObject.create(null),r\u003doe?Reflect.ownKeys(e):Object.keys(e),i\u003d0;i\u003cr.length;i++){var o\u003dr[i];if(\"__ob__\"!\u003d\u003do){for(var a\u003de[o].from,s\u003dt;s;){if(s._provided\u0026\u0026y(s._provided,a)){n[o]\u003ds._provided[a];break}s\u003ds.$parent}if(!s\u0026\u0026\"default\"in e[o]){var c\u003de[o].default;n[o]\u003d\"function\"\u003d\u003dtypeof c?c.call(t):c}}}return n}}function lt(e,t){if(!e||!e.length)return{};for(var n\u003d{},r\u003d0,i\u003de.length;r\u003ci;r++){var o\u003de[r],a\u003do.data;if(a\u0026\u0026a.attrs\u0026\u0026a.attrs.slot\u0026\u0026delete a.attrs.slot,o.context!\u003d\u003dt\u0026\u0026o.fnContext!\u003d\u003dt||!a||null\u003d\u003da.slot)(n.default||(n.default\u003d[])).push(o);else{var s\u003da.slot,c\u003dn[s]||(n[s]\u003d[]);\"template\"\u003d\u003d\u003do.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(ft)\u0026\u0026delete n[u];return n}function ft(e){return e.isComment\u0026\u0026!e.asyncFactory||\" \"\u003d\u003d\u003de.text}function pt(e){return e.isComment\u0026\u0026e.asyncFactory}function dt(t,n,r){var i,o\u003dObject.keys(n).length\u003e0,a\u003dt?!!t.$stable:!o,s\u003dt\u0026\u0026t.$key;if(t){if(t._normalized)return t._normalized;if(a\u0026\u0026r\u0026\u0026r!\u003d\u003de\u0026\u0026s\u003d\u003d\u003dr.$key\u0026\u0026!o\u0026\u0026!r.$hasNormal)return r;for(var c in i\u003d{},t)t[c]\u0026\u0026\"$\"!\u003d\u003dc[0]\u0026\u0026(i[c]\u003dvt(n,c,t[c]))}else i\u003d{};for(var u in n)u in i||(i[u]\u003dht(n,u));return t\u0026\u0026Object.isExtensible(t)\u0026\u0026(t._normalized\u003di),R(i,\"$stable\",a),R(i,\"$key\",s),R(i,\"$hasNormal\",o),i}function vt(e,t,n){var r\u003dfunction(){var e\u003darguments.length?n.apply(null,arguments):n({}),t\u003d(e\u003de\u0026\u0026\"object\"\u003d\u003dtypeof e\u0026\u0026!Array.isArray(e)?[e]:st(e))\u0026\u0026e[0];return e\u0026\u0026(!t||1\u003d\u003d\u003de.length\u0026\u0026t.isComment\u0026\u0026!pt(t))?void 0:e};return n.proxy\u0026\u0026Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function ht(e,t){return function(){return e[t]}}function mt(e,t){var r,i,a,s,c;if(Array.isArray(e)||\"string\"\u003d\u003dtypeof e)for(r\u003dnew Array(e.length),i\u003d0,a\u003de.length;i\u003ca;i++)r[i]\u003dt(e[i],i);else if(\"number\"\u003d\u003dtypeof e)for(r\u003dnew Array(e),i\u003d0;i\u003ce;i++)r[i]\u003dt(i+1,i);else if(o(e))if(oe\u0026\u0026e[Symbol.iterator]){r\u003d[];for(var u\u003de[Symbol.iterator](),l\u003du.next();!l.done;)r.push(t(l.value,r.length)),l\u003du.next()}else for(s\u003dObject.keys(e),r\u003dnew Array(s.length),i\u003d0,a\u003ds.length;i\u003ca;i++)c\u003ds[i],r[i]\u003dt(e[c],c,i);return n(r)||(r\u003d[]),r._isVList\u003d!0,r}function yt(e,t,n,r){var i,o\u003dthis.$scopedSlots[e];o?(n\u003dn||{},r\u0026\u0026(n\u003dA(A({},r),n)),i\u003do(n)||(\"function\"\u003d\u003dtypeof t?t():t)):i\u003dthis.$slots[e]||(\"function\"\u003d\u003dtypeof t?t():t);var a\u003dn\u0026\u0026n.slot;return a?this.$createElement(\"template\",{slot:a},i):i}function gt(e){return Le(this.$options,\"filters\",e)||N}function _t(e,t){return Array.isArray(e)?-1\u003d\u003d\u003de.indexOf(t):e!\u003d\u003dt}function bt(e,t,n,r,i){var o\u003dF.keyCodes[t]||n;return i\u0026\u0026r\u0026\u0026!F.keyCodes[t]?_t(i,r):o?_t(o,e):r?C(r)!\u003d\u003dt:void 0\u003d\u003d\u003de}function $t(e,t,n,r,i){if(n)if(o(n)){var a;Array.isArray(n)\u0026\u0026(n\u003dO(n));var s\u003dfunction(o){if(\"class\"\u003d\u003d\u003do||\"style\"\u003d\u003d\u003do||v(o))a\u003de;else{var s\u003de.attrs\u0026\u0026e.attrs.type;a\u003dr||F.mustUseProp(t,s,o)?e.domProps||(e.domProps\u003d{}):e.attrs||(e.attrs\u003d{})}var c\u003db(o),u\u003dC(o);c in a||u in a||(a[o]\u003dn[o],i\u0026\u0026((e.on||(e.on\u003d{}))[\"update:\"+o]\u003dfunction(e){n[o]\u003de}))};for(var c in n)s(c)}else;return e}function wt(e,t){var n\u003dthis._staticTrees||(this._staticTrees\u003d[]),r\u003dn[e];return r\u0026\u0026!t?r:(xt(r\u003dn[e]\u003dthis.$options.staticRenderFns[e].call(this._renderProxy,null,this),\"__static__\"+e,!1),r)}function Ct(e,t,n){return xt(e,\"__once__\"+t+(n?\"_\"+n:\"\"),!0),e}function xt(e,t,n){if(Array.isArray(e))for(var r\u003d0;r\u003ce.length;r++)e[r]\u0026\u0026\"string\"!\u003dtypeof e[r]\u0026\u0026kt(e[r],t+\"_\"+r,n);else kt(e,t,n)}function kt(e,t,n){e.isStatic\u003d!0,e.key\u003dt,e.isOnce\u003dn}function At(e,t){if(t)if(s(t)){var n\u003de.on\u003de.on?A({},e.on):{};for(var r in t){var i\u003dn[r],o\u003dt[r];n[r]\u003di?[].concat(i,o):o}}else;return e}function Ot(e,t,n,r){t\u003dt||{$stable:!n};for(var i\u003d0;i\u003ce.length;i++){var o\u003de[i];Array.isArray(o)?Ot(o,t,n):o\u0026\u0026(o.proxy\u0026\u0026(o.fn.proxy\u003d!0),t[o.key]\u003do.fn)}return r\u0026\u0026(t.$key\u003dr),t}function St(e,t){for(var n\u003d0;n\u003ct.length;n+\u003d2){var r\u003dt[n];\"string\"\u003d\u003dtypeof r\u0026\u0026r\u0026\u0026(e[t[n]]\u003dt[n+1])}return e}function Tt(e,t){return\"string\"\u003d\u003dtypeof e?t+e:e}function Nt(e){e._o\u003dCt,e._n\u003df,e._s\u003dl,e._l\u003dmt,e._t\u003dyt,e._q\u003dE,e._i\u003dj,e._m\u003dwt,e._f\u003dgt,e._k\u003dbt,e._b\u003d$t,e._v\u003dhe,e._e\u003dve,e._u\u003dOt,e._g\u003dAt,e._d\u003dSt,e._p\u003dTt}function Et(t,n,i,o,a){var s,c\u003dthis,u\u003da.options;y(o,\"_uid\")?(s\u003dObject.create(o))._original\u003do:(s\u003do,o\u003do._original);var l\u003dr(u._compiled),f\u003d!l;this.data\u003dt,this.props\u003dn,this.children\u003di,this.parent\u003do,this.listeners\u003dt.on||e,this.injections\u003dut(u.inject,o),this.slots\u003dfunction(){return c.$slots||dt(t.scopedSlots,c.$slots\u003dlt(i,o)),c.$slots},Object.defineProperty(this,\"scopedSlots\",{enumerable:!0,get:function(){return dt(t.scopedSlots,this.slots())}}),l\u0026\u0026(this.$options\u003du,this.$slots\u003dthis.slots(),this.$scopedSlots\u003ddt(t.scopedSlots,this.$slots)),u._scopeId?this._c\u003dfunction(e,t,n,r){var i\u003dHt(s,e,t,n,r,f);return i\u0026\u0026!Array.isArray(i)\u0026\u0026(i.fnScopeId\u003du._scopeId,i.fnContext\u003do),i}:this._c\u003dfunction(e,t,n,r){return Ht(s,e,t,n,r,f)}}function jt(e,t,n,r,i){var o\u003dme(e);return o.fnContext\u003dn,o.fnOptions\u003dr,t.slot\u0026\u0026((o.data||(o.data\u003d{})).slot\u003dt.slot),o}function Dt(e,t){for(var n in t)e[b(n)]\u003dt[n]}Nt(Et.prototype);var Lt\u003d{init:function(e,t){if(e.componentInstance\u0026\u0026!e.componentInstance._isDestroyed\u0026\u0026e.data.keepAlive){var r\u003de;Lt.prepatch(r,r)}else{(e.componentInstance\u003dfunction(e,t){var r\u003d{_isComponent:!0,_parentVnode:e,parent:t},i\u003de.data.inlineTemplate;n(i)\u0026\u0026(r.render\u003di.render,r.staticRenderFns\u003di.staticRenderFns);return new e.componentOptions.Ctor(r)}(e,Zt)).$mount(t?e.elm:void 0,t)}},prepatch:function(t,n){var r\u003dn.componentOptions;!function(t,n,r,i,o){var a\u003di.data.scopedSlots,s\u003dt.$scopedSlots,c\u003d!!(a\u0026\u0026!a.$stable||s!\u003d\u003de\u0026\u0026!s.$stable||a\u0026\u0026t.$scopedSlots.$key!\u003d\u003da.$key||!a\u0026\u0026t.$scopedSlots.$key),u\u003d!!(o||t.$options._renderChildren||c);t.$options._parentVnode\u003di,t.$vnode\u003di,t._vnode\u0026\u0026(t._vnode.parent\u003di);if(t.$options._renderChildren\u003do,t.$attrs\u003di.data.attrs||e,t.$listeners\u003dr||e,n\u0026\u0026t.$options.props){$e(!1);for(var l\u003dt._props,f\u003dt.$options._propKeys||[],p\u003d0;p\u003cf.length;p++){var d\u003df[p],v\u003dt.$options.props;l[d]\u003dIe(d,v,n,t)}$e(!0),t.$options.propsData\u003dn}r\u003dr||e;var h\u003dt.$options._parentListeners;t.$options._parentListeners\u003dr,Wt(t,r,h),u\u0026\u0026(t.$slots\u003dlt(o,i.context),t.$forceUpdate())}(n.componentInstance\u003dt.componentInstance,r.propsData,r.listeners,n,r.children)},insert:function(e){var t,n\u003de.context,r\u003de.componentInstance;r._isMounted||(r._isMounted\u003d!0,Qt(r,\"mounted\")),e.data.keepAlive\u0026\u0026(n._isMounted?((t\u003dr)._inactive\u003d!1,tn.push(t)):Yt(r,!0))},destroy:function(e){var t\u003de.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n\u0026\u0026(t._directInactive\u003d!0,Xt(t)))return;if(!t._inactive){t._inactive\u003d!0;for(var r\u003d0;r\u003ct.$children.length;r++)e(t.$children[r]);Qt(t,\"deactivated\")}}(t,!0):t.$destroy())}},It\u003dObject.keys(Lt);function Mt(i,a,s,c,l){if(!t(i)){var f\u003ds.$options._base;if(o(i)\u0026\u0026(i\u003df.extend(i)),\"function\"\u003d\u003dtypeof i){var p;if(t(i.cid)\u0026\u0026void 0\u003d\u003d\u003d(i\u003dfunction(e,i){if(r(e.error)\u0026\u0026n(e.errorComp))return e.errorComp;if(n(e.resolved))return e.resolved;var a\u003dUt;a\u0026\u0026n(e.owners)\u0026\u0026-1\u003d\u003d\u003de.owners.indexOf(a)\u0026\u0026e.owners.push(a);if(r(e.loading)\u0026\u0026n(e.loadingComp))return e.loadingComp;if(a\u0026\u0026!n(e.owners)){var s\u003de.owners\u003d[a],c\u003d!0,l\u003dnull,f\u003dnull;a.$on(\"hook:destroyed\",function(){return h(s,a)});var p\u003dfunction(e){for(var t\u003d0,n\u003ds.length;t\u003cn;t++)s[t].$forceUpdate();e\u0026\u0026(s.length\u003d0,null!\u003d\u003dl\u0026\u0026(clearTimeout(l),l\u003dnull),null!\u003d\u003df\u0026\u0026(clearTimeout(f),f\u003dnull))},d\u003dD(function(t){e.resolved\u003dVt(t,i),c?s.length\u003d0:p(!0)}),v\u003dD(function(t){n(e.errorComp)\u0026\u0026(e.error\u003d!0,p(!0))}),m\u003de(d,v);return o(m)\u0026\u0026(u(m)?t(e.resolved)\u0026\u0026m.then(d,v):u(m.component)\u0026\u0026(m.component.then(d,v),n(m.error)\u0026\u0026(e.errorComp\u003dVt(m.error,i)),n(m.loading)\u0026\u0026(e.loadingComp\u003dVt(m.loading,i),0\u003d\u003d\u003dm.delay?e.loading\u003d!0:l\u003dsetTimeout(function(){l\u003dnull,t(e.resolved)\u0026\u0026t(e.error)\u0026\u0026(e.loading\u003d!0,p(!1))},m.delay||200)),n(m.timeout)\u0026\u0026(f\u003dsetTimeout(function(){f\u003dnull,t(e.resolved)\u0026\u0026v(null)},m.timeout)))),c\u003d!1,e.loading?e.loadingComp:e.resolved}}(p\u003di,f)))return function(e,t,n,r,i){var o\u003dve();return o.asyncFactory\u003de,o.asyncMeta\u003d{data:t,context:n,children:r,tag:i},o}(p,a,s,c,l);a\u003da||{},wn(i),n(a.model)\u0026\u0026function(e,t){var r\u003de.model\u0026\u0026e.model.prop||\"value\",i\u003de.model\u0026\u0026e.model.event||\"input\";(t.attrs||(t.attrs\u003d{}))[r]\u003dt.model.value;var o\u003dt.on||(t.on\u003d{}),a\u003do[i],s\u003dt.model.callback;n(a)?(Array.isArray(a)?-1\u003d\u003d\u003da.indexOf(s):a!\u003d\u003ds)\u0026\u0026(o[i]\u003d[s].concat(a)):o[i]\u003ds}(i.options,a);var d\u003dfunction(e,r,i){var o\u003dr.options.props;if(!t(o)){var a\u003d{},s\u003de.attrs,c\u003de.props;if(n(s)||n(c))for(var u in o){var l\u003dC(u);at(a,c,u,l,!0)||at(a,s,u,l,!1)}return a}}(a,i);if(r(i.options.functional))return function(t,r,i,o,a){var s\u003dt.options,c\u003d{},u\u003ds.props;if(n(u))for(var l in u)c[l]\u003dIe(l,u,r||e);else n(i.attrs)\u0026\u0026Dt(c,i.attrs),n(i.props)\u0026\u0026Dt(c,i.props);var f\u003dnew Et(i,c,a,o,t),p\u003ds.render.call(null,f._c,f);if(p instanceof pe)return jt(p,i,f.parent,s);if(Array.isArray(p)){for(var d\u003dst(p)||[],v\u003dnew Array(d.length),h\u003d0;h\u003cd.length;h++)v[h]\u003djt(d[h],i,f.parent,s);return v}}(i,d,a,s,c);var v\u003da.on;if(a.on\u003da.nativeOn,r(i.options.abstract)){var m\u003da.slot;a\u003d{},m\u0026\u0026(a.slot\u003dm)}!function(e){for(var t\u003de.hook||(e.hook\u003d{}),n\u003d0;n\u003cIt.length;n++){var r\u003dIt[n],i\u003dt[r],o\u003dLt[r];i\u003d\u003d\u003do||i\u0026\u0026i._merged||(t[r]\u003di?Ft(o,i):o)}}(a);var y\u003di.options.name||l;return new pe(\"vue-component-\"+i.cid+(y?\"-\"+y:\"\"),a,void 0,void 0,void 0,s,{Ctor:i,propsData:d,listeners:v,tag:l,children:c},p)}}}function Ft(e,t){var n\u003dfunction(n,r){e(n,r),t(n,r)};return n._merged\u003d!0,n}var Pt\u003d1,Rt\u003d2;function Ht(e,a,s,c,u,l){return(Array.isArray(s)||i(s))\u0026\u0026(u\u003dc,c\u003ds,s\u003dvoid 0),r(l)\u0026\u0026(u\u003dRt),function(e,i,a,s,c){if(n(a)\u0026\u0026n(a.__ob__))return ve();n(a)\u0026\u0026n(a.is)\u0026\u0026(i\u003da.is);if(!i)return ve();Array.isArray(s)\u0026\u0026\"function\"\u003d\u003dtypeof s[0]\u0026\u0026((a\u003da||{}).scopedSlots\u003d{default:s[0]},s.length\u003d0);c\u003d\u003d\u003dRt?s\u003dst(s):c\u003d\u003d\u003dPt\u0026\u0026(s\u003dfunction(e){for(var t\u003d0;t\u003ce.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(s));var u,l;if(\"string\"\u003d\u003dtypeof i){var f;l\u003de.$vnode\u0026\u0026e.$vnode.ns||F.getTagNamespace(i),u\u003dF.isReservedTag(i)?new pe(F.parsePlatformTagName(i),a,s,void 0,void 0,e):a\u0026\u0026a.pre||!n(f\u003dLe(e.$options,\"components\",i))?new pe(i,a,s,void 0,void 0,e):Mt(f,a,e,s,i)}else u\u003dMt(i,a,e,s);return Array.isArray(u)?u:n(u)?(n(l)\u0026\u0026function e(i,o,a){i.ns\u003do;\"foreignObject\"\u003d\u003d\u003di.tag\u0026\u0026(o\u003dvoid 0,a\u003d!0);if(n(i.children))for(var s\u003d0,c\u003di.children.length;s\u003cc;s++){var u\u003di.children[s];n(u.tag)\u0026\u0026(t(u.ns)||r(a)\u0026\u0026\"svg\"!\u003d\u003du.tag)\u0026\u0026e(u,o,a)}}(u,l),n(a)\u0026\u0026function(e){o(e.style)\u0026\u0026tt(e.style);o(e.class)\u0026\u0026tt(e.class)}(a),u):ve()}(e,a,s,c,u)}var Bt,Ut\u003dnull;function Vt(e,t){return(e.__esModule||oe\u0026\u0026\"Module\"\u003d\u003d\u003de[Symbol.toStringTag])\u0026\u0026(e\u003de.default),o(e)?t.extend(e):e}function zt(e){if(Array.isArray(e))for(var t\u003d0;t\u003ce.length;t++){var r\u003de[t];if(n(r)\u0026\u0026(n(r.componentOptions)||pt(r)))return r}}function Kt(e,t){Bt.$on(e,t)}function Jt(e,t){Bt.$off(e,t)}function qt(e,t){var n\u003dBt;return function r(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026n.$off(e,r)}}function Wt(e,t,n){Bt\u003de,it(t,n||{},Kt,Jt,qt,e),Bt\u003dvoid 0}var Zt\u003dnull;function Gt(e){var t\u003dZt;return Zt\u003de,function(){Zt\u003dt}}function Xt(e){for(;e\u0026\u0026(e\u003de.$parent);)if(e._inactive)return!0;return!1}function Yt(e,t){if(t){if(e._directInactive\u003d!1,Xt(e))return}else if(e._directInactive)return;if(e._inactive||null\u003d\u003d\u003de._inactive){e._inactive\u003d!1;for(var n\u003d0;n\u003ce.$children.length;n++)Yt(e.$children[n]);Qt(e,\"activated\")}}function Qt(e,t){le();var n\u003de.$options[t],r\u003dt+\" hook\";if(n)for(var i\u003d0,o\u003dn.length;i\u003co;i++)Be(n[i],e,null,e,r);e._hasHookEvent\u0026\u0026e.$emit(\"hook:\"+t),fe()}var en\u003d[],tn\u003d[],nn\u003d{},rn\u003d!1,on\u003d!1,an\u003d0;var sn\u003d0,cn\u003dDate.now;if(V\u0026\u0026!q){var un\u003dwindow.performance;un\u0026\u0026\"function\"\u003d\u003dtypeof un.now\u0026\u0026cn()\u003edocument.createEvent(\"Event\").timeStamp\u0026\u0026(cn\u003dfunction(){return un.now()})}function ln(){var e,t;for(sn\u003dcn(),on\u003d!0,en.sort(function(e,t){return e.id-t.id}),an\u003d0;an\u003cen.length;an++)(e\u003den[an]).before\u0026\u0026e.before(),t\u003de.id,nn[t]\u003dnull,e.run();var n\u003dtn.slice(),r\u003den.slice();an\u003den.length\u003dtn.length\u003d0,nn\u003d{},rn\u003don\u003d!1,function(e){for(var t\u003d0;t\u003ce.length;t++)e[t]._inactive\u003d!0,Yt(e[t],!0)}(n),function(e){var t\u003de.length;for(;t--;){var n\u003de[t],r\u003dn.vm;r._watcher\u003d\u003d\u003dn\u0026\u0026r._isMounted\u0026\u0026!r._isDestroyed\u0026\u0026Qt(r,\"updated\")}}(r),ne\u0026\u0026F.devtools\u0026\u0026ne.emit(\"flush\")}var fn\u003d0,pn\u003dfunction(e,t,n,r,i){this.vm\u003de,i\u0026\u0026(e._watcher\u003dthis),e._watchers.push(this),r?(this.deep\u003d!!r.deep,this.user\u003d!!r.user,this.lazy\u003d!!r.lazy,this.sync\u003d!!r.sync,this.before\u003dr.before):this.deep\u003dthis.user\u003dthis.lazy\u003dthis.sync\u003d!1,this.cb\u003dn,this.id\u003d++fn,this.active\u003d!0,this.dirty\u003dthis.lazy,this.deps\u003d[],this.newDeps\u003d[],this.depIds\u003dnew ie,this.newDepIds\u003dnew ie,this.expression\u003d\"\",\"function\"\u003d\u003dtypeof t?this.getter\u003dt:(this.getter\u003dfunction(e){if(!H.test(e)){var t\u003de.split(\".\");return function(e){for(var n\u003d0;n\u003ct.length;n++){if(!e)return;e\u003de[t[n]]}return e}}}(t),this.getter||(this.getter\u003dS)),this.value\u003dthis.lazy?void 0:this.get()};pn.prototype.get\u003dfunction(){var e;le(this);var t\u003dthis.vm;try{e\u003dthis.getter.call(t,t)}catch(e){if(!this.user)throw e;He(e,t,\u0027getter for watcher \"\u0027+this.expression+\u0027\"\u0027)}finally{this.deep\u0026\u0026tt(e),fe(),this.cleanupDeps()}return e},pn.prototype.addDep\u003dfunction(e){var t\u003de.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},pn.prototype.cleanupDeps\u003dfunction(){for(var e\u003dthis.deps.length;e--;){var t\u003dthis.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n\u003dthis.depIds;this.depIds\u003dthis.newDepIds,this.newDepIds\u003dn,this.newDepIds.clear(),n\u003dthis.deps,this.deps\u003dthis.newDeps,this.newDeps\u003dn,this.newDeps.length\u003d0},pn.prototype.update\u003dfunction(){this.lazy?this.dirty\u003d!0:this.sync?this.run():function(e){var t\u003de.id;if(null\u003d\u003dnn[t]){if(nn[t]\u003d!0,on){for(var n\u003den.length-1;n\u003ean\u0026\u0026en[n].id\u003ee.id;)n--;en.splice(n+1,0,e)}else en.push(e);rn||(rn\u003d!0,Qe(ln))}}(this)},pn.prototype.run\u003dfunction(){if(this.active){var e\u003dthis.get();if(e!\u003d\u003dthis.value||o(e)||this.deep){var t\u003dthis.value;if(this.value\u003de,this.user){var n\u003d\u0027callback for watcher \"\u0027+this.expression+\u0027\"\u0027;Be(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},pn.prototype.evaluate\u003dfunction(){this.value\u003dthis.get(),this.dirty\u003d!1},pn.prototype.depend\u003dfunction(){for(var e\u003dthis.deps.length;e--;)this.deps[e].depend()},pn.prototype.teardown\u003dfunction(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e\u003dthis.deps.length;e--;)this.deps[e].removeSub(this);this.active\u003d!1}};var dn\u003d{enumerable:!0,configurable:!0,get:S,set:S};function vn(e,t,n){dn.get\u003dfunction(){return this[t][n]},dn.set\u003dfunction(e){this[t][n]\u003de},Object.defineProperty(e,n,dn)}function hn(e){e._watchers\u003d[];var t\u003de.$options;t.props\u0026\u0026function(e,t){var n\u003de.$options.propsData||{},r\u003de._props\u003d{},i\u003de.$options._propKeys\u003d[];e.$parent\u0026\u0026$e(!1);var o\u003dfunction(o){i.push(o);var a\u003dIe(o,t,n,e);xe(r,o,a),o in e||vn(e,\"_props\",o)};for(var a in t)o(a);$e(!0)}(e,t.props),t.methods\u0026\u0026function(e,t){e.$options.props;for(var n in t)e[n]\u003d\"function\"!\u003dtypeof t[n]?S:x(t[n],e)}(e,t.methods),t.data?function(e){var t\u003de.$options.data;s(t\u003de._data\u003d\"function\"\u003d\u003dtypeof t?function(e,t){le();try{return e.call(t,t)}catch(e){return He(e,t,\"data()\"),{}}finally{fe()}}(t,e):t||{})||(t\u003d{});var n\u003dObject.keys(t),r\u003de.$options.props,i\u003d(e.$options.methods,n.length);for(;i--;){var o\u003dn[i];r\u0026\u0026y(r,o)||(a\u003dvoid 0,36!\u003d\u003d(a\u003d(o+\"\").charCodeAt(0))\u0026\u002695!\u003d\u003da\u0026\u0026vn(e,\"_data\",o))}var a;Ce(t,!0)}(e):Ce(e._data\u003d{},!0),t.computed\u0026\u0026function(e,t){var n\u003de._computedWatchers\u003dObject.create(null),r\u003dte();for(var i in t){var o\u003dt[i],a\u003d\"function\"\u003d\u003dtypeof o?o:o.get;r||(n[i]\u003dnew pn(e,a||S,S,mn)),i in e||yn(e,i,o)}}(e,t.computed),t.watch\u0026\u0026t.watch!\u003d\u003dY\u0026\u0026function(e,t){for(var n in t){var r\u003dt[n];if(Array.isArray(r))for(var i\u003d0;i\u003cr.length;i++)bn(e,n,r[i]);else bn(e,n,r)}}(e,t.watch)}var mn\u003d{lazy:!0};function yn(e,t,n){var r\u003d!te();\"function\"\u003d\u003dtypeof n?(dn.get\u003dr?gn(t):_n(n),dn.set\u003dS):(dn.get\u003dn.get?r\u0026\u0026!1!\u003d\u003dn.cache?gn(t):_n(n.get):S,dn.set\u003dn.set||S),Object.defineProperty(e,t,dn)}function gn(e){return function(){var t\u003dthis._computedWatchers\u0026\u0026this._computedWatchers[e];if(t)return t.dirty\u0026\u0026t.evaluate(),ce.target\u0026\u0026t.depend(),t.value}}function _n(e){return function(){return e.call(this,this)}}function bn(e,t,n,r){return s(n)\u0026\u0026(r\u003dn,n\u003dn.handler),\"string\"\u003d\u003dtypeof n\u0026\u0026(n\u003de[n]),e.$watch(t,n,r)}var $n\u003d0;function wn(e){var t\u003de.options;if(e.super){var n\u003dwn(e.super);if(n!\u003d\u003de.superOptions){e.superOptions\u003dn;var r\u003dfunction(e){var t,n\u003de.options,r\u003de.sealedOptions;for(var i in n)n[i]!\u003d\u003dr[i]\u0026\u0026(t||(t\u003d{}),t[i]\u003dn[i]);return t}(e);r\u0026\u0026A(e.extendOptions,r),(t\u003de.options\u003dDe(n,e.extendOptions)).name\u0026\u0026(t.components[t.name]\u003de)}}return t}function Cn(e){this._init(e)}function xn(e){e.cid\u003d0;var t\u003d1;e.extend\u003dfunction(e){e\u003de||{};var n\u003dthis,r\u003dn.cid,i\u003de._Ctor||(e._Ctor\u003d{});if(i[r])return i[r];var o\u003de.name||n.options.name,a\u003dfunction(e){this._init(e)};return(a.prototype\u003dObject.create(n.prototype)).constructor\u003da,a.cid\u003dt++,a.options\u003dDe(n.options,e),a.super\u003dn,a.options.props\u0026\u0026function(e){var t\u003de.options.props;for(var n in t)vn(e.prototype,\"_props\",n)}(a),a.options.computed\u0026\u0026function(e){var t\u003de.options.computed;for(var n in t)yn(e.prototype,n,t[n])}(a),a.extend\u003dn.extend,a.mixin\u003dn.mixin,a.use\u003dn.use,I.forEach(function(e){a[e]\u003dn[e]}),o\u0026\u0026(a.options.components[o]\u003da),a.superOptions\u003dn.options,a.extendOptions\u003de,a.sealedOptions\u003dA({},a.options),i[r]\u003da,a}}function kn(e){return e\u0026\u0026(e.Ctor.options.name||e.tag)}function An(e,t){return Array.isArray(e)?e.indexOf(t)\u003e-1:\"string\"\u003d\u003dtypeof e?e.split(\",\").indexOf(t)\u003e-1:(n\u003de,\"[object RegExp]\"\u003d\u003d\u003da.call(n)\u0026\u0026e.test(t));var n}function On(e,t){var n\u003de.cache,r\u003de.keys,i\u003de._vnode;for(var o in n){var a\u003dn[o];if(a){var s\u003da.name;s\u0026\u0026!t(s)\u0026\u0026Sn(n,o,r,i)}}}function Sn(e,t,n,r){var i\u003de[t];!i||r\u0026\u0026i.tag\u003d\u003d\u003dr.tag||i.componentInstance.$destroy(),e[t]\u003dnull,h(n,t)}!function(t){t.prototype._init\u003dfunction(t){var n\u003dthis;n._uid\u003d$n++,n._isVue\u003d!0,t\u0026\u0026t._isComponent?function(e,t){var n\u003de.$options\u003dObject.create(e.constructor.options),r\u003dt._parentVnode;n.parent\u003dt.parent,n._parentVnode\u003dr;var i\u003dr.componentOptions;n.propsData\u003di.propsData,n._parentListeners\u003di.listeners,n._renderChildren\u003di.children,n._componentTag\u003di.tag,t.render\u0026\u0026(n.render\u003dt.render,n.staticRenderFns\u003dt.staticRenderFns)}(n,t):n.$options\u003dDe(wn(n.constructor),t||{},n),n._renderProxy\u003dn,n._self\u003dn,function(e){var t\u003de.$options,n\u003dt.parent;if(n\u0026\u0026!t.abstract){for(;n.$options.abstract\u0026\u0026n.$parent;)n\u003dn.$parent;n.$children.push(e)}e.$parent\u003dn,e.$root\u003dn?n.$root:e,e.$children\u003d[],e.$refs\u003d{},e._watcher\u003dnull,e._inactive\u003dnull,e._directInactive\u003d!1,e._isMounted\u003d!1,e._isDestroyed\u003d!1,e._isBeingDestroyed\u003d!1}(n),function(e){e._events\u003dObject.create(null),e._hasHookEvent\u003d!1;var t\u003de.$options._parentListeners;t\u0026\u0026Wt(e,t)}(n),function(t){t._vnode\u003dnull,t._staticTrees\u003dnull;var n\u003dt.$options,r\u003dt.$vnode\u003dn._parentVnode,i\u003dr\u0026\u0026r.context;t.$slots\u003dlt(n._renderChildren,i),t.$scopedSlots\u003de,t._c\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!1)},t.$createElement\u003dfunction(e,n,r,i){return Ht(t,e,n,r,i,!0)};var o\u003dr\u0026\u0026r.data;xe(t,\"$attrs\",o\u0026\u0026o.attrs||e,null,!0),xe(t,\"$listeners\",n._parentListeners||e,null,!0)}(n),Qt(n,\"beforeCreate\"),function(e){var t\u003dut(e.$options.inject,e);t\u0026\u0026($e(!1),Object.keys(t).forEach(function(n){xe(e,n,t[n])}),$e(!0))}(n),hn(n),function(e){var t\u003de.$options.provide;t\u0026\u0026(e._provided\u003d\"function\"\u003d\u003dtypeof t?t.call(e):t)}(n),Qt(n,\"created\"),n.$options.el\u0026\u0026n.$mount(n.$options.el)}}(Cn),function(e){var t\u003d{get:function(){return this._data}},n\u003d{get:function(){return this._props}};Object.defineProperty(e.prototype,\"$data\",t),Object.defineProperty(e.prototype,\"$props\",n),e.prototype.$set\u003dke,e.prototype.$delete\u003dAe,e.prototype.$watch\u003dfunction(e,t,n){if(s(t))return bn(this,e,t,n);(n\u003dn||{}).user\u003d!0;var r\u003dnew pn(this,e,t,n);if(n.immediate){var i\u003d\u0027callback for immediate watcher \"\u0027+r.expression+\u0027\"\u0027;le(),Be(t,this,[r.value],this,i),fe()}return function(){r.teardown()}}}(Cn),function(e){var t\u003d/^hook:/;e.prototype.$on\u003dfunction(e,n){var r\u003dthis;if(Array.isArray(e))for(var i\u003d0,o\u003de.length;i\u003co;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]\u003d[])).push(n),t.test(e)\u0026\u0026(r._hasHookEvent\u003d!0);return r},e.prototype.$once\u003dfunction(e,t){var n\u003dthis;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn\u003dt,n.$on(e,r),n},e.prototype.$off\u003dfunction(e,t){var n\u003dthis;if(!arguments.length)return n._events\u003dObject.create(null),n;if(Array.isArray(e)){for(var r\u003d0,i\u003de.length;r\u003ci;r++)n.$off(e[r],t);return n}var o,a\u003dn._events[e];if(!a)return n;if(!t)return n._events[e]\u003dnull,n;for(var s\u003da.length;s--;)if((o\u003da[s])\u003d\u003d\u003dt||o.fn\u003d\u003d\u003dt){a.splice(s,1);break}return n},e.prototype.$emit\u003dfunction(e){var t\u003dthis._events[e];if(t){t\u003dt.length\u003e1?k(t):t;for(var n\u003dk(arguments,1),r\u003d\u0027event handler for \"\u0027+e+\u0027\"\u0027,i\u003d0,o\u003dt.length;i\u003co;i++)Be(t[i],this,n,this,r)}return this}}(Cn),function(e){e.prototype._update\u003dfunction(e,t){var n\u003dthis,r\u003dn.$el,i\u003dn._vnode,o\u003dGt(n);n._vnode\u003de,n.$el\u003di?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),o(),r\u0026\u0026(r.__vue__\u003dnull),n.$el\u0026\u0026(n.$el.__vue__\u003dn),n.$vnode\u0026\u0026n.$parent\u0026\u0026n.$vnode\u003d\u003d\u003dn.$parent._vnode\u0026\u0026(n.$parent.$el\u003dn.$el)},e.prototype.$forceUpdate\u003dfunction(){this._watcher\u0026\u0026this._watcher.update()},e.prototype.$destroy\u003dfunction(){var e\u003dthis;if(!e._isBeingDestroyed){Qt(e,\"beforeDestroy\"),e._isBeingDestroyed\u003d!0;var t\u003de.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher\u0026\u0026e._watcher.teardown();for(var n\u003de._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__\u0026\u0026e._data.__ob__.vmCount--,e._isDestroyed\u003d!0,e.__patch__(e._vnode,null),Qt(e,\"destroyed\"),e.$off(),e.$el\u0026\u0026(e.$el.__vue__\u003dnull),e.$vnode\u0026\u0026(e.$vnode.parent\u003dnull)}}}(Cn),function(e){Nt(e.prototype),e.prototype.$nextTick\u003dfunction(e){return Qe(e,this)},e.prototype._render\u003dfunction(){var e,t\u003dthis,n\u003dt.$options,r\u003dn.render,i\u003dn._parentVnode;i\u0026\u0026(t.$scopedSlots\u003ddt(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode\u003di;try{Ut\u003dt,e\u003dr.call(t._renderProxy,t.$createElement)}catch(n){He(n,t,\"render\"),e\u003dt._vnode}finally{Ut\u003dnull}return Array.isArray(e)\u0026\u00261\u003d\u003d\u003de.length\u0026\u0026(e\u003de[0]),e instanceof pe||(e\u003dve()),e.parent\u003di,e}}(Cn);var Tn\u003d[String,RegExp,Array],Nn\u003d{KeepAlive:{name:\"keep-alive\",abstract:!0,props:{include:Tn,exclude:Tn,max:[String,Number]},methods:{cacheVNode:function(){var e\u003dthis.cache,t\u003dthis.keys,n\u003dthis.vnodeToCache,r\u003dthis.keyToCache;if(n){var i\u003dn.tag,o\u003dn.componentInstance,a\u003dn.componentOptions;e[r]\u003d{name:kn(a),tag:i,componentInstance:o},t.push(r),this.max\u0026\u0026t.length\u003eparseInt(this.max)\u0026\u0026Sn(e,t[0],t,this._vnode),this.vnodeToCache\u003dnull}}},created:function(){this.cache\u003dObject.create(null),this.keys\u003d[]},destroyed:function(){for(var e in this.cache)Sn(this.cache,e,this.keys)},mounted:function(){var e\u003dthis;this.cacheVNode(),this.$watch(\"include\",function(t){On(e,function(e){return An(t,e)})}),this.$watch(\"exclude\",function(t){On(e,function(e){return!An(t,e)})})},updated:function(){this.cacheVNode()},render:function(){var e\u003dthis.$slots.default,t\u003dzt(e),n\u003dt\u0026\u0026t.componentOptions;if(n){var r\u003dkn(n),i\u003dthis.include,o\u003dthis.exclude;if(i\u0026\u0026(!r||!An(i,r))||o\u0026\u0026r\u0026\u0026An(o,r))return t;var a\u003dthis.cache,s\u003dthis.keys,c\u003dnull\u003d\u003dt.key?n.Ctor.cid+(n.tag?\"::\"+n.tag:\"\"):t.key;a[c]?(t.componentInstance\u003da[c].componentInstance,h(s,c),s.push(c)):(this.vnodeToCache\u003dt,this.keyToCache\u003dc),t.data.keepAlive\u003d!0}return t||e\u0026\u0026e[0]}}};!function(e){var t\u003d{get:function(){return F}};Object.defineProperty(e,\"config\",t),e.util\u003d{warn:ae,extend:A,mergeOptions:De,defineReactive:xe},e.set\u003dke,e.delete\u003dAe,e.nextTick\u003dQe,e.observable\u003dfunction(e){return Ce(e),e},e.options\u003dObject.create(null),I.forEach(function(t){e.options[t+\"s\"]\u003dObject.create(null)}),e.options._base\u003de,A(e.options.components,Nn),function(e){e.use\u003dfunction(e){var t\u003dthis._installedPlugins||(this._installedPlugins\u003d[]);if(t.indexOf(e)\u003e-1)return this;var n\u003dk(arguments,1);return n.unshift(this),\"function\"\u003d\u003dtypeof e.install?e.install.apply(e,n):\"function\"\u003d\u003dtypeof e\u0026\u0026e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin\u003dfunction(e){return this.options\u003dDe(this.options,e),this}}(e),xn(e),function(e){I.forEach(function(t){e[t]\u003dfunction(e,n){return n?(\"component\"\u003d\u003d\u003dt\u0026\u0026s(n)\u0026\u0026(n.name\u003dn.name||e,n\u003dthis.options._base.extend(n)),\"directive\"\u003d\u003d\u003dt\u0026\u0026\"function\"\u003d\u003dtypeof n\u0026\u0026(n\u003d{bind:n,update:n}),this.options[t+\"s\"][e]\u003dn,n):this.options[t+\"s\"][e]}})}(e)}(Cn),Object.defineProperty(Cn.prototype,\"$isServer\",{get:te}),Object.defineProperty(Cn.prototype,\"$ssrContext\",{get:function(){return this.$vnode\u0026\u0026this.$vnode.ssrContext}}),Object.defineProperty(Cn,\"FunctionalRenderContext\",{value:Et}),Cn.version\u003d\"2.6.14\";var En\u003dp(\"style,class\"),jn\u003dp(\"input,textarea,option,select,progress\"),Dn\u003dfunction(e,t,n){return\"value\"\u003d\u003d\u003dn\u0026\u0026jn(e)\u0026\u0026\"button\"!\u003d\u003dt||\"selected\"\u003d\u003d\u003dn\u0026\u0026\"option\"\u003d\u003d\u003de||\"checked\"\u003d\u003d\u003dn\u0026\u0026\"input\"\u003d\u003d\u003de||\"muted\"\u003d\u003d\u003dn\u0026\u0026\"video\"\u003d\u003d\u003de},Ln\u003dp(\"contenteditable,draggable,spellcheck\"),In\u003dp(\"events,caret,typing,plaintext-only\"),Mn\u003dfunction(e,t){return Bn(t)||\"false\"\u003d\u003d\u003dt?\"false\":\"contenteditable\"\u003d\u003d\u003de\u0026\u0026In(t)?t:\"true\"},Fn\u003dp(\"allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible\"),Pn\u003d\"http://www.w3.org/1999/xlink\",Rn\u003dfunction(e){return\":\"\u003d\u003d\u003de.charAt(5)\u0026\u0026\"xlink\"\u003d\u003d\u003de.slice(0,5)},Hn\u003dfunction(e){return Rn(e)?e.slice(6,e.length):\"\"},Bn\u003dfunction(e){return null\u003d\u003de||!1\u003d\u003d\u003de};function Un(e){for(var t\u003de.data,r\u003de,i\u003de;n(i.componentInstance);)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(t\u003dVn(i.data,t));for(;n(r\u003dr.parent);)r\u0026\u0026r.data\u0026\u0026(t\u003dVn(t,r.data));return function(e,t){if(n(e)||n(t))return zn(e,Kn(t));return\"\"}(t.staticClass,t.class)}function Vn(e,t){return{staticClass:zn(e.staticClass,t.staticClass),class:n(e.class)?[e.class,t.class]:t.class}}function zn(e,t){return e?t?e+\" \"+t:e:t||\"\"}function Kn(e){return Array.isArray(e)?function(e){for(var t,r\u003d\"\",i\u003d0,o\u003de.length;i\u003co;i++)n(t\u003dKn(e[i]))\u0026\u0026\"\"!\u003d\u003dt\u0026\u0026(r\u0026\u0026(r+\u003d\" \"),r+\u003dt);return r}(e):o(e)?function(e){var t\u003d\"\";for(var n in e)e[n]\u0026\u0026(t\u0026\u0026(t+\u003d\" \"),t+\u003dn);return t}(e):\"string\"\u003d\u003dtypeof e?e:\"\"}var Jn\u003d{svg:\"http://www.w3.org/2000/svg\",math:\"http://www.w3.org/1998/Math/MathML\"},qn\u003dp(\"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot\"),Wn\u003dp(\"svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view\",!0),Zn\u003dfunction(e){return qn(e)||Wn(e)};function Gn(e){return Wn(e)?\"svg\":\"math\"\u003d\u003d\u003de?\"math\":void 0}var Xn\u003dObject.create(null);var Yn\u003dp(\"text,number,password,search,email,tel,url\");function Qn(e){if(\"string\"\u003d\u003dtypeof e){var t\u003ddocument.querySelector(e);return t||document.createElement(\"div\")}return e}var er\u003dObject.freeze({createElement:function(e,t){var n\u003ddocument.createElement(e);return\"select\"!\u003d\u003de?n:(t.data\u0026\u0026t.data.attrs\u0026\u0026void 0!\u003d\u003dt.data.attrs.multiple\u0026\u0026n.setAttribute(\"multiple\",\"multiple\"),n)},createElementNS:function(e,t){return document.createElementNS(Jn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent\u003dt},setStyleScope:function(e,t){e.setAttribute(t,\"\")}}),tr\u003d{create:function(e,t){nr(t)},update:function(e,t){e.data.ref!\u003d\u003dt.data.ref\u0026\u0026(nr(e,!0),nr(t))},destroy:function(e){nr(e,!0)}};function nr(e,t){var r\u003de.data.ref;if(n(r)){var i\u003de.context,o\u003de.componentInstance||e.elm,a\u003di.$refs;t?Array.isArray(a[r])?h(a[r],o):a[r]\u003d\u003d\u003do\u0026\u0026(a[r]\u003dvoid 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)\u003c0\u0026\u0026a[r].push(o):a[r]\u003d[o]:a[r]\u003do}}var rr\u003dnew pe(\"\",{},[]),ir\u003d[\"create\",\"activate\",\"update\",\"remove\",\"destroy\"];function or(e,i){return e.key\u003d\u003d\u003di.key\u0026\u0026e.asyncFactory\u003d\u003d\u003di.asyncFactory\u0026\u0026(e.tag\u003d\u003d\u003di.tag\u0026\u0026e.isComment\u003d\u003d\u003di.isComment\u0026\u0026n(e.data)\u003d\u003d\u003dn(i.data)\u0026\u0026function(e,t){if(\"input\"!\u003d\u003de.tag)return!0;var r,i\u003dn(r\u003de.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type,o\u003dn(r\u003dt.data)\u0026\u0026n(r\u003dr.attrs)\u0026\u0026r.type;return i\u003d\u003d\u003do||Yn(i)\u0026\u0026Yn(o)}(e,i)||r(e.isAsyncPlaceholder)\u0026\u0026t(i.asyncFactory.error))}function ar(e,t,r){var i,o,a\u003d{};for(i\u003dt;i\u003c\u003dr;++i)n(o\u003de[i].key)\u0026\u0026(a[o]\u003di);return a}var sr\u003d{create:cr,update:cr,destroy:function(e){cr(e,rr)}};function cr(e,t){(e.data.directives||t.data.directives)\u0026\u0026function(e,t){var n,r,i,o\u003de\u003d\u003d\u003drr,a\u003dt\u003d\u003d\u003drr,s\u003dlr(e.data.directives,e.context),c\u003dlr(t.data.directives,t.context),u\u003d[],l\u003d[];for(n in c)r\u003ds[n],i\u003dc[n],r?(i.oldValue\u003dr.value,i.oldArg\u003dr.arg,pr(i,\"update\",t,e),i.def\u0026\u0026i.def.componentUpdated\u0026\u0026l.push(i)):(pr(i,\"bind\",t,e),i.def\u0026\u0026i.def.inserted\u0026\u0026u.push(i));if(u.length){var f\u003dfunction(){for(var n\u003d0;n\u003cu.length;n++)pr(u[n],\"inserted\",t,e)};o?ot(t,\"insert\",f):f()}l.length\u0026\u0026ot(t,\"postpatch\",function(){for(var n\u003d0;n\u003cl.length;n++)pr(l[n],\"componentUpdated\",t,e)});if(!o)for(n in s)c[n]||pr(s[n],\"unbind\",e,e,a)}(e,t)}var ur\u003dObject.create(null);function lr(e,t){var n,r,i\u003dObject.create(null);if(!e)return i;for(n\u003d0;n\u003ce.length;n++)(r\u003de[n]).modifiers||(r.modifiers\u003dur),i[fr(r)]\u003dr,r.def\u003dLe(t.$options,\"directives\",r.name);return i}function fr(e){return e.rawName||e.name+\".\"+Object.keys(e.modifiers||{}).join(\".\")}function pr(e,t,n,r,i){var o\u003de.def\u0026\u0026e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(r){He(r,n.context,\"directive \"+e.name+\" \"+t+\" hook\")}}var dr\u003d[tr,sr];function vr(e,r){var i\u003dr.componentOptions;if(!(n(i)\u0026\u0026!1\u003d\u003d\u003di.Ctor.options.inheritAttrs||t(e.data.attrs)\u0026\u0026t(r.data.attrs))){var o,a,s\u003dr.elm,c\u003de.data.attrs||{},u\u003dr.data.attrs||{};for(o in n(u.__ob__)\u0026\u0026(u\u003dr.data.attrs\u003dA({},u)),u)a\u003du[o],c[o]!\u003d\u003da\u0026\u0026hr(s,o,a,r.data.pre);for(o in(q||Z)\u0026\u0026u.value!\u003d\u003dc.value\u0026\u0026hr(s,\"value\",u.value),c)t(u[o])\u0026\u0026(Rn(o)?s.removeAttributeNS(Pn,Hn(o)):Ln(o)||s.removeAttribute(o))}}function hr(e,t,n,r){r||e.tagName.indexOf(\"-\")\u003e-1?mr(e,t,n):Fn(t)?Bn(n)?e.removeAttribute(t):(n\u003d\"allowfullscreen\"\u003d\u003d\u003dt\u0026\u0026\"EMBED\"\u003d\u003d\u003de.tagName?\"true\":t,e.setAttribute(t,n)):Ln(t)?e.setAttribute(t,Mn(t,n)):Rn(t)?Bn(n)?e.removeAttributeNS(Pn,Hn(t)):e.setAttributeNS(Pn,t,n):mr(e,t,n)}function mr(e,t,n){if(Bn(n))e.removeAttribute(t);else{if(q\u0026\u0026!W\u0026\u0026\"TEXTAREA\"\u003d\u003d\u003de.tagName\u0026\u0026\"placeholder\"\u003d\u003d\u003dt\u0026\u0026\"\"!\u003d\u003dn\u0026\u0026!e.__ieph){var r\u003dfunction(t){t.stopImmediatePropagation(),e.removeEventListener(\"input\",r)};e.addEventListener(\"input\",r),e.__ieph\u003d!0}e.setAttribute(t,n)}}var yr\u003d{create:vr,update:vr};function gr(e,r){var i\u003dr.elm,o\u003dr.data,a\u003de.data;if(!(t(o.staticClass)\u0026\u0026t(o.class)\u0026\u0026(t(a)||t(a.staticClass)\u0026\u0026t(a.class)))){var s\u003dUn(r),c\u003di._transitionClasses;n(c)\u0026\u0026(s\u003dzn(s,Kn(c))),s!\u003d\u003di._prevClass\u0026\u0026(i.setAttribute(\"class\",s),i._prevClass\u003ds)}}var _r,br,$r,wr,Cr,xr,kr\u003d{create:gr,update:gr},Ar\u003d/[\\w).+\\-_$\\]]/;function Or(e){var t,n,r,i,o,a\u003d!1,s\u003d!1,c\u003d!1,u\u003d!1,l\u003d0,f\u003d0,p\u003d0,d\u003d0;for(r\u003d0;r\u003ce.length;r++)if(n\u003dt,t\u003de.charCodeAt(r),a)39\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(a\u003d!1);else if(s)34\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(s\u003d!1);else if(c)96\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(c\u003d!1);else if(u)47\u003d\u003d\u003dt\u0026\u002692!\u003d\u003dn\u0026\u0026(u\u003d!1);else if(124!\u003d\u003dt||124\u003d\u003d\u003de.charCodeAt(r+1)||124\u003d\u003d\u003de.charCodeAt(r-1)||l||f||p){switch(t){case 34:s\u003d!0;break;case 39:a\u003d!0;break;case 96:c\u003d!0;break;case 40:p++;break;case 41:p--;break;case 91:f++;break;case 93:f--;break;case 123:l++;break;case 125:l--}if(47\u003d\u003d\u003dt){for(var v\u003dr-1,h\u003dvoid 0;v\u003e\u003d0\u0026\u0026\" \"\u003d\u003d\u003d(h\u003de.charAt(v));v--);h\u0026\u0026Ar.test(h)||(u\u003d!0)}}else void 0\u003d\u003d\u003di?(d\u003dr+1,i\u003de.slice(0,r).trim()):m();function m(){(o||(o\u003d[])).push(e.slice(d,r).trim()),d\u003dr+1}if(void 0\u003d\u003d\u003di?i\u003de.slice(0,r).trim():0!\u003d\u003dd\u0026\u0026m(),o)for(r\u003d0;r\u003co.length;r++)i\u003dSr(i,o[r]);return i}function Sr(e,t){var n\u003dt.indexOf(\"(\");if(n\u003c0)return\u0027_f(\"\u0027+t+\u0027\")(\u0027+e+\")\";var r\u003dt.slice(0,n),i\u003dt.slice(n+1);return\u0027_f(\"\u0027+r+\u0027\")(\u0027+e+(\")\"!\u003d\u003di?\",\"+i:i)}function Tr(e,t){console.error(\"[Vue compiler]: \"+e)}function Nr(e,t){return e?e.map(function(e){return e[t]}).filter(function(e){return e}):[]}function Er(e,t,n,r,i){(e.props||(e.props\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function jr(e,t,n,r,i){(i?e.dynamicAttrs||(e.dynamicAttrs\u003d[]):e.attrs||(e.attrs\u003d[])).push(Hr({name:t,value:n,dynamic:i},r)),e.plain\u003d!1}function Dr(e,t,n,r){e.attrsMap[t]\u003dn,e.attrsList.push(Hr({name:t,value:n},r))}function Lr(e,t,n,r,i,o,a,s){(e.directives||(e.directives\u003d[])).push(Hr({name:t,rawName:n,value:r,arg:i,isDynamicArg:o,modifiers:a},s)),e.plain\u003d!1}function Ir(e,t,n){return n?\"_p(\"+t+\u0027,\"\u0027+e+\u0027\")\u0027:e+t}function Mr(t,n,r,i,o,a,s,c){var u;(i\u003di||e).right?c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027contextmenu\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"contextmenu\",delete i.right):i.middle\u0026\u0026(c?n\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027click\u0027?\u0027mouseup\u0027:(\"+n+\")\":\"click\"\u003d\u003d\u003dn\u0026\u0026(n\u003d\"mouseup\")),i.capture\u0026\u0026(delete i.capture,n\u003dIr(\"!\",n,c)),i.once\u0026\u0026(delete i.once,n\u003dIr(\"~\",n,c)),i.passive\u0026\u0026(delete i.passive,n\u003dIr(\"\u0026\",n,c)),i.native?(delete i.native,u\u003dt.nativeEvents||(t.nativeEvents\u003d{})):u\u003dt.events||(t.events\u003d{});var l\u003dHr({value:r.trim(),dynamic:c},s);i!\u003d\u003de\u0026\u0026(l.modifiers\u003di);var f\u003du[n];Array.isArray(f)?o?f.unshift(l):f.push(l):u[n]\u003df?o?[l,f]:[f,l]:l,t.plain\u003d!1}function Fr(e,t,n){var r\u003dPr(e,\":\"+t)||Pr(e,\"v-bind:\"+t);if(null!\u003dr)return Or(r);if(!1!\u003d\u003dn){var i\u003dPr(e,t);if(null!\u003di)return JSON.stringify(i)}}function Pr(e,t,n){var r;if(null!\u003d(r\u003de.attrsMap[t]))for(var i\u003de.attrsList,o\u003d0,a\u003di.length;o\u003ca;o++)if(i[o].name\u003d\u003d\u003dt){i.splice(o,1);break}return n\u0026\u0026delete e.attrsMap[t],r}function Rr(e,t){for(var n\u003de.attrsList,r\u003d0,i\u003dn.length;r\u003ci;r++){var o\u003dn[r];if(t.test(o.name))return n.splice(r,1),o}}function Hr(e,t){return t\u0026\u0026(null!\u003dt.start\u0026\u0026(e.start\u003dt.start),null!\u003dt.end\u0026\u0026(e.end\u003dt.end)),e}function Br(e,t,n){var r\u003dn||{},i\u003dr.number,o\u003d\"$$v\";r.trim\u0026\u0026(o\u003d\"(typeof $$v \u003d\u003d\u003d \u0027string\u0027? $$v.trim(): $$v)\"),i\u0026\u0026(o\u003d\"_n(\"+o+\")\");var a\u003dUr(t,o);e.model\u003d{value:\"(\"+t+\")\",expression:JSON.stringify(t),callback:\"function ($$v) {\"+a+\"}\"}}function Ur(e,t){var n\u003dfunction(e){if(e\u003de.trim(),_r\u003de.length,e.indexOf(\"[\")\u003c0||e.lastIndexOf(\"]\")\u003c_r-1)return(wr\u003de.lastIndexOf(\".\"))\u003e-1?{exp:e.slice(0,wr),key:\u0027\"\u0027+e.slice(wr+1)+\u0027\"\u0027}:{exp:e,key:null};br\u003de,wr\u003dCr\u003dxr\u003d0;for(;!zr();)Kr($r\u003dVr())?qr($r):91\u003d\u003d\u003d$r\u0026\u0026Jr($r);return{exp:e.slice(0,Cr),key:e.slice(Cr+1,xr)}}(e);return null\u003d\u003d\u003dn.key?e+\"\u003d\"+t:\"$set(\"+n.exp+\", \"+n.key+\", \"+t+\")\"}function Vr(){return br.charCodeAt(++wr)}function zr(){return wr\u003e\u003d_r}function Kr(e){return 34\u003d\u003d\u003de||39\u003d\u003d\u003de}function Jr(e){var t\u003d1;for(Cr\u003dwr;!zr();)if(Kr(e\u003dVr()))qr(e);else if(91\u003d\u003d\u003de\u0026\u0026t++,93\u003d\u003d\u003de\u0026\u0026t--,0\u003d\u003d\u003dt){xr\u003dwr;break}}function qr(e){for(var t\u003de;!zr()\u0026\u0026(e\u003dVr())!\u003d\u003dt;);}var Wr,Zr\u003d\"__r\",Gr\u003d\"__c\";function Xr(e,t,n){var r\u003dWr;return function i(){null!\u003d\u003dt.apply(null,arguments)\u0026\u0026ei(e,i,n,r)}}var Yr\u003dKe\u0026\u0026!(X\u0026\u0026Number(X[1])\u003c\u003d53);function Qr(e,t,n,r){if(Yr){var i\u003dsn,o\u003dt;t\u003do._wrapper\u003dfunction(e){if(e.target\u003d\u003d\u003de.currentTarget||e.timeStamp\u003e\u003di||e.timeStamp\u003c\u003d0||e.target.ownerDocument!\u003d\u003ddocument)return o.apply(this,arguments)}}Wr.addEventListener(e,t,Q?{capture:n,passive:r}:n)}function ei(e,t,n,r){(r||Wr).removeEventListener(e,t._wrapper||t,n)}function ti(e,r){if(!t(e.data.on)||!t(r.data.on)){var i\u003dr.data.on||{},o\u003de.data.on||{};Wr\u003dr.elm,function(e){if(n(e[Zr])){var t\u003dq?\"change\":\"input\";e[t]\u003d[].concat(e[Zr],e[t]||[]),delete e[Zr]}n(e[Gr])\u0026\u0026(e.change\u003d[].concat(e[Gr],e.change||[]),delete e[Gr])}(i),it(i,o,Qr,ei,Xr,r.context),Wr\u003dvoid 0}}var ni,ri\u003d{create:ti,update:ti};function ii(e,r){if(!t(e.data.domProps)||!t(r.data.domProps)){var i,o,a\u003dr.elm,s\u003de.data.domProps||{},c\u003dr.data.domProps||{};for(i in n(c.__ob__)\u0026\u0026(c\u003dr.data.domProps\u003dA({},c)),s)i in c||(a[i]\u003d\"\");for(i in c){if(o\u003dc[i],\"textContent\"\u003d\u003d\u003di||\"innerHTML\"\u003d\u003d\u003di){if(r.children\u0026\u0026(r.children.length\u003d0),o\u003d\u003d\u003ds[i])continue;1\u003d\u003d\u003da.childNodes.length\u0026\u0026a.removeChild(a.childNodes[0])}if(\"value\"\u003d\u003d\u003di\u0026\u0026\"PROGRESS\"!\u003d\u003da.tagName){a._value\u003do;var u\u003dt(o)?\"\":String(o);oi(a,u)\u0026\u0026(a.value\u003du)}else if(\"innerHTML\"\u003d\u003d\u003di\u0026\u0026Wn(a.tagName)\u0026\u0026t(a.innerHTML)){(ni\u003dni||document.createElement(\"div\")).innerHTML\u003d\"\u003csvg\u003e\"+o+\"\u003c/svg\u003e\";for(var l\u003dni.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(o!\u003d\u003ds[i])try{a[i]\u003do}catch(e){}}}}function oi(e,t){return!e.composing\u0026\u0026(\"OPTION\"\u003d\u003d\u003de.tagName||function(e,t){var n\u003d!0;try{n\u003ddocument.activeElement!\u003d\u003de}catch(e){}return n\u0026\u0026e.value!\u003d\u003dt}(e,t)||function(e,t){var r\u003de.value,i\u003de._vModifiers;if(n(i)){if(i.number)return f(r)!\u003d\u003df(t);if(i.trim)return r.trim()!\u003d\u003dt.trim()}return r!\u003d\u003dt}(e,t))}var ai\u003d{create:ii,update:ii},si\u003dg(function(e){var t\u003d{},n\u003d/:(.+)/;return e.split(/;(?![^(]*\\))/g).forEach(function(e){if(e){var r\u003de.split(n);r.length\u003e1\u0026\u0026(t[r[0].trim()]\u003dr[1].trim())}}),t});function ci(e){var t\u003dui(e.style);return e.staticStyle?A(e.staticStyle,t):t}function ui(e){return Array.isArray(e)?O(e):\"string\"\u003d\u003dtypeof e?si(e):e}var li,fi\u003d/^--/,pi\u003d/\\s*!important$/,di\u003dfunction(e,t,n){if(fi.test(t))e.style.setProperty(t,n);else if(pi.test(n))e.style.setProperty(C(t),n.replace(pi,\"\"),\"important\");else{var r\u003dhi(t);if(Array.isArray(n))for(var i\u003d0,o\u003dn.length;i\u003co;i++)e.style[r]\u003dn[i];else e.style[r]\u003dn}},vi\u003d[\"Webkit\",\"Moz\",\"ms\"],hi\u003dg(function(e){if(li\u003dli||document.createElement(\"div\").style,\"filter\"!\u003d\u003d(e\u003db(e))\u0026\u0026e in li)return e;for(var t\u003de.charAt(0).toUpperCase()+e.slice(1),n\u003d0;n\u003cvi.length;n++){var r\u003dvi[n]+t;if(r in li)return r}});function mi(e,r){var i\u003dr.data,o\u003de.data;if(!(t(i.staticStyle)\u0026\u0026t(i.style)\u0026\u0026t(o.staticStyle)\u0026\u0026t(o.style))){var a,s,c\u003dr.elm,u\u003do.staticStyle,l\u003do.normalizedStyle||o.style||{},f\u003du||l,p\u003dui(r.data.style)||{};r.data.normalizedStyle\u003dn(p.__ob__)?A({},p):p;var d\u003dfunction(e,t){var n,r\u003d{};if(t)for(var i\u003de;i.componentInstance;)(i\u003di.componentInstance._vnode)\u0026\u0026i.data\u0026\u0026(n\u003dci(i.data))\u0026\u0026A(r,n);(n\u003dci(e.data))\u0026\u0026A(r,n);for(var o\u003de;o\u003do.parent;)o.data\u0026\u0026(n\u003dci(o.data))\u0026\u0026A(r,n);return r}(r,!0);for(s in f)t(d[s])\u0026\u0026di(c,s,\"\");for(s in d)(a\u003dd[s])!\u003d\u003df[s]\u0026\u0026di(c,s,null\u003d\u003da?\"\":a)}}var yi\u003d{create:mi,update:mi},gi\u003d/\\s+/;function _i(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \";n.indexOf(\" \"+t+\" \")\u003c0\u0026\u0026e.setAttribute(\"class\",(n+t).trim())}}function bi(e,t){if(t\u0026\u0026(t\u003dt.trim()))if(e.classList)t.indexOf(\" \")\u003e-1?t.split(gi).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute(\"class\");else{for(var n\u003d\" \"+(e.getAttribute(\"class\")||\"\")+\" \",r\u003d\" \"+t+\" \";n.indexOf(r)\u003e\u003d0;)n\u003dn.replace(r,\" \");(n\u003dn.trim())?e.setAttribute(\"class\",n):e.removeAttribute(\"class\")}}function $i(e){if(e){if(\"object\"\u003d\u003dtypeof e){var t\u003d{};return!1!\u003d\u003de.css\u0026\u0026A(t,wi(e.name||\"v\")),A(t,e),t}return\"string\"\u003d\u003dtypeof e?wi(e):void 0}}var wi\u003dg(function(e){return{enterClass:e+\"-enter\",enterToClass:e+\"-enter-to\",enterActiveClass:e+\"-enter-active\",leaveClass:e+\"-leave\",leaveToClass:e+\"-leave-to\",leaveActiveClass:e+\"-leave-active\"}}),Ci\u003dV\u0026\u0026!W,xi\u003d\"transition\",ki\u003d\"animation\",Ai\u003d\"transition\",Oi\u003d\"transitionend\",Si\u003d\"animation\",Ti\u003d\"animationend\";Ci\u0026\u0026(void 0\u003d\u003d\u003dwindow.ontransitionend\u0026\u0026void 0!\u003d\u003dwindow.onwebkittransitionend\u0026\u0026(Ai\u003d\"WebkitTransition\",Oi\u003d\"webkitTransitionEnd\"),void 0\u003d\u003d\u003dwindow.onanimationend\u0026\u0026void 0!\u003d\u003dwindow.onwebkitanimationend\u0026\u0026(Si\u003d\"WebkitAnimation\",Ti\u003d\"webkitAnimationEnd\"));var Ni\u003dV?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ei(e){Ni(function(){Ni(e)})}function ji(e,t){var n\u003de._transitionClasses||(e._transitionClasses\u003d[]);n.indexOf(t)\u003c0\u0026\u0026(n.push(t),_i(e,t))}function Di(e,t){e._transitionClasses\u0026\u0026h(e._transitionClasses,t),bi(e,t)}function Li(e,t,n){var r\u003dMi(e,t),i\u003dr.type,o\u003dr.timeout,a\u003dr.propCount;if(!i)return n();var s\u003di\u003d\u003d\u003dxi?Oi:Ti,c\u003d0,u\u003dfunction(){e.removeEventListener(s,l),n()},l\u003dfunction(t){t.target\u003d\u003d\u003de\u0026\u0026++c\u003e\u003da\u0026\u0026u()};setTimeout(function(){c\u003ca\u0026\u0026u()},o+1),e.addEventListener(s,l)}var Ii\u003d/\\b(transform|all)(,|$)/;function Mi(e,t){var n,r\u003dwindow.getComputedStyle(e),i\u003d(r[Ai+\"Delay\"]||\"\").split(\", \"),o\u003d(r[Ai+\"Duration\"]||\"\").split(\", \"),a\u003dFi(i,o),s\u003d(r[Si+\"Delay\"]||\"\").split(\", \"),c\u003d(r[Si+\"Duration\"]||\"\").split(\", \"),u\u003dFi(s,c),l\u003d0,f\u003d0;return t\u003d\u003d\u003dxi?a\u003e0\u0026\u0026(n\u003dxi,l\u003da,f\u003do.length):t\u003d\u003d\u003dki?u\u003e0\u0026\u0026(n\u003dki,l\u003du,f\u003dc.length):f\u003d(n\u003d(l\u003dMath.max(a,u))\u003e0?a\u003eu?xi:ki:null)?n\u003d\u003d\u003dxi?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n\u003d\u003d\u003dxi\u0026\u0026Ii.test(r[Ai+\"Property\"])}}function Fi(e,t){for(;e.length\u003ct.length;)e\u003de.concat(e);return Math.max.apply(null,t.map(function(t,n){return Pi(t)+Pi(e[n])}))}function Pi(e){return 1e3*Number(e.slice(0,-1).replace(\",\",\".\"))}function Ri(e,r){var i\u003de.elm;n(i._leaveCb)\u0026\u0026(i._leaveCb.cancelled\u003d!0,i._leaveCb());var a\u003d$i(e.data.transition);if(!t(a)\u0026\u0026!n(i._enterCb)\u0026\u00261\u003d\u003d\u003di.nodeType){for(var s\u003da.css,c\u003da.type,u\u003da.enterClass,l\u003da.enterToClass,p\u003da.enterActiveClass,d\u003da.appearClass,v\u003da.appearToClass,h\u003da.appearActiveClass,m\u003da.beforeEnter,y\u003da.enter,g\u003da.afterEnter,_\u003da.enterCancelled,b\u003da.beforeAppear,$\u003da.appear,w\u003da.afterAppear,C\u003da.appearCancelled,x\u003da.duration,k\u003dZt,A\u003dZt.$vnode;A\u0026\u0026A.parent;)k\u003dA.context,A\u003dA.parent;var O\u003d!k._isMounted||!e.isRootInsert;if(!O||$||\"\"\u003d\u003d\u003d$){var S\u003dO\u0026\u0026d?d:u,T\u003dO\u0026\u0026h?h:p,N\u003dO\u0026\u0026v?v:l,E\u003dO\u0026\u0026b||m,j\u003dO\u0026\u0026\"function\"\u003d\u003dtypeof $?$:y,L\u003dO\u0026\u0026w||g,I\u003dO\u0026\u0026C||_,M\u003df(o(x)?x.enter:x),F\u003d!1!\u003d\u003ds\u0026\u0026!W,P\u003dUi(j),R\u003di._enterCb\u003dD(function(){F\u0026\u0026(Di(i,N),Di(i,T)),R.cancelled?(F\u0026\u0026Di(i,S),I\u0026\u0026I(i)):L\u0026\u0026L(i),i._enterCb\u003dnull});e.data.show||ot(e,\"insert\",function(){var t\u003di.parentNode,n\u003dt\u0026\u0026t._pending\u0026\u0026t._pending[e.key];n\u0026\u0026n.tag\u003d\u003d\u003de.tag\u0026\u0026n.elm._leaveCb\u0026\u0026n.elm._leaveCb(),j\u0026\u0026j(i,R)}),E\u0026\u0026E(i),F\u0026\u0026(ji(i,S),ji(i,T),Ei(function(){Di(i,S),R.cancelled||(ji(i,N),P||(Bi(M)?setTimeout(R,M):Li(i,c,R)))})),e.data.show\u0026\u0026(r\u0026\u0026r(),j\u0026\u0026j(i,R)),F||P||R()}}}function Hi(e,r){var i\u003de.elm;n(i._enterCb)\u0026\u0026(i._enterCb.cancelled\u003d!0,i._enterCb());var a\u003d$i(e.data.transition);if(t(a)||1!\u003d\u003di.nodeType)return r();if(!n(i._leaveCb)){var s\u003da.css,c\u003da.type,u\u003da.leaveClass,l\u003da.leaveToClass,p\u003da.leaveActiveClass,d\u003da.beforeLeave,v\u003da.leave,h\u003da.afterLeave,m\u003da.leaveCancelled,y\u003da.delayLeave,g\u003da.duration,_\u003d!1!\u003d\u003ds\u0026\u0026!W,b\u003dUi(v),$\u003df(o(g)?g.leave:g),w\u003di._leaveCb\u003dD(function(){i.parentNode\u0026\u0026i.parentNode._pending\u0026\u0026(i.parentNode._pending[e.key]\u003dnull),_\u0026\u0026(Di(i,l),Di(i,p)),w.cancelled?(_\u0026\u0026Di(i,u),m\u0026\u0026m(i)):(r(),h\u0026\u0026h(i)),i._leaveCb\u003dnull});y?y(C):C()}function C(){w.cancelled||(!e.data.show\u0026\u0026i.parentNode\u0026\u0026((i.parentNode._pending||(i.parentNode._pending\u003d{}))[e.key]\u003de),d\u0026\u0026d(i),_\u0026\u0026(ji(i,u),ji(i,p),Ei(function(){Di(i,u),w.cancelled||(ji(i,l),b||(Bi($)?setTimeout(w,$):Li(i,c,w)))})),v\u0026\u0026v(i,w),_||b||w())}}function Bi(e){return\"number\"\u003d\u003dtypeof e\u0026\u0026!isNaN(e)}function Ui(e){if(t(e))return!1;var r\u003de.fns;return n(r)?Ui(Array.isArray(r)?r[0]:r):(e._length||e.length)\u003e1}function Vi(e,t){!0!\u003d\u003dt.data.show\u0026\u0026Ri(t)}var zi\u003dfunction(e){var o,a,s\u003d{},c\u003de.modules,u\u003de.nodeOps;for(o\u003d0;o\u003cir.length;++o)for(s[ir[o]]\u003d[],a\u003d0;a\u003cc.length;++a)n(c[a][ir[o]])\u0026\u0026s[ir[o]].push(c[a][ir[o]]);function l(e){var t\u003du.parentNode(e);n(t)\u0026\u0026u.removeChild(t,e)}function f(e,t,i,o,a,c,l){if(n(e.elm)\u0026\u0026n(c)\u0026\u0026(e\u003dc[l]\u003dme(e)),e.isRootInsert\u003d!a,!function(e,t,i,o){var a\u003de.data;if(n(a)){var c\u003dn(e.componentInstance)\u0026\u0026a.keepAlive;if(n(a\u003da.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(e,!1),n(e.componentInstance))return d(e,t),v(i,e.elm,o),r(c)\u0026\u0026function(e,t,r,i){for(var o,a\u003de;a.componentInstance;)if(a\u003da.componentInstance._vnode,n(o\u003da.data)\u0026\u0026n(o\u003do.transition)){for(o\u003d0;o\u003cs.activate.length;++o)s.activate[o](rr,a);t.push(a);break}v(r,e.elm,i)}(e,t,i,o),!0}}(e,t,i,o)){var f\u003de.data,p\u003de.children,m\u003de.tag;n(m)?(e.elm\u003de.ns?u.createElementNS(e.ns,m):u.createElement(m,e),g(e),h(e,p,t),n(f)\u0026\u0026y(e,t),v(i,e.elm,o)):r(e.isComment)?(e.elm\u003du.createComment(e.text),v(i,e.elm,o)):(e.elm\u003du.createTextNode(e.text),v(i,e.elm,o))}}function d(e,t){n(e.data.pendingInsert)\u0026\u0026(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert\u003dnull),e.elm\u003de.componentInstance.$el,m(e)?(y(e,t),g(e)):(nr(e),t.push(e))}function v(e,t,r){n(e)\u0026\u0026(n(r)?u.parentNode(r)\u003d\u003d\u003de\u0026\u0026u.insertBefore(e,t,r):u.appendChild(e,t))}function h(e,t,n){if(Array.isArray(t))for(var r\u003d0;r\u003ct.length;++r)f(t[r],n,e.elm,null,!0,t,r);else i(e.text)\u0026\u0026u.appendChild(e.elm,u.createTextNode(String(e.text)))}function m(e){for(;e.componentInstance;)e\u003de.componentInstance._vnode;return n(e.tag)}function y(e,t){for(var r\u003d0;r\u003cs.create.length;++r)s.create[r](rr,e);n(o\u003de.data.hook)\u0026\u0026(n(o.create)\u0026\u0026o.create(rr,e),n(o.insert)\u0026\u0026t.push(e))}function g(e){var t;if(n(t\u003de.fnScopeId))u.setStyleScope(e.elm,t);else for(var r\u003de;r;)n(t\u003dr.context)\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t),r\u003dr.parent;n(t\u003dZt)\u0026\u0026t!\u003d\u003de.context\u0026\u0026t!\u003d\u003de.fnContext\u0026\u0026n(t\u003dt.$options._scopeId)\u0026\u0026u.setStyleScope(e.elm,t)}function _(e,t,n,r,i,o){for(;r\u003c\u003di;++r)f(n[r],o,e,t,!1,n,r)}function b(e){var t,r,i\u003de.data;if(n(i))for(n(t\u003di.hook)\u0026\u0026n(t\u003dt.destroy)\u0026\u0026t(e),t\u003d0;t\u003cs.destroy.length;++t)s.destroy[t](e);if(n(t\u003de.children))for(r\u003d0;r\u003ce.children.length;++r)b(e.children[r])}function $(e,t,r){for(;t\u003c\u003dr;++t){var i\u003de[t];n(i)\u0026\u0026(n(i.tag)?(w(i),b(i)):l(i.elm))}}function w(e,t){if(n(t)||n(e.data)){var r,i\u003ds.remove.length+1;for(n(t)?t.listeners+\u003di:t\u003dfunction(e,t){function n(){0\u003d\u003d--n.listeners\u0026\u0026l(e)}return n.listeners\u003dt,n}(e.elm,i),n(r\u003de.componentInstance)\u0026\u0026n(r\u003dr._vnode)\u0026\u0026n(r.data)\u0026\u0026w(r,t),r\u003d0;r\u003cs.remove.length;++r)s.remove[r](e,t);n(r\u003de.data.hook)\u0026\u0026n(r\u003dr.remove)?r(e,t):t()}else l(e.elm)}function C(e,t,r,i){for(var o\u003dr;o\u003ci;o++){var a\u003dt[o];if(n(a)\u0026\u0026or(e,a))return o}}function x(e,i,o,a,c,l){if(e!\u003d\u003di){n(i.elm)\u0026\u0026n(a)\u0026\u0026(i\u003da[c]\u003dme(i));var p\u003di.elm\u003de.elm;if(r(e.isAsyncPlaceholder))n(i.asyncFactory.resolved)?O(e.elm,i,o):i.isAsyncPlaceholder\u003d!0;else if(r(i.isStatic)\u0026\u0026r(e.isStatic)\u0026\u0026i.key\u003d\u003d\u003de.key\u0026\u0026(r(i.isCloned)||r(i.isOnce)))i.componentInstance\u003de.componentInstance;else{var d,v\u003di.data;n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.prepatch)\u0026\u0026d(e,i);var h\u003de.children,y\u003di.children;if(n(v)\u0026\u0026m(i)){for(d\u003d0;d\u003cs.update.length;++d)s.update[d](e,i);n(d\u003dv.hook)\u0026\u0026n(d\u003dd.update)\u0026\u0026d(e,i)}t(i.text)?n(h)\u0026\u0026n(y)?h!\u003d\u003dy\u0026\u0026function(e,r,i,o,a){for(var s,c,l,p\u003d0,d\u003d0,v\u003dr.length-1,h\u003dr[0],m\u003dr[v],y\u003di.length-1,g\u003di[0],b\u003di[y],w\u003d!a;p\u003c\u003dv\u0026\u0026d\u003c\u003dy;)t(h)?h\u003dr[++p]:t(m)?m\u003dr[--v]:or(h,g)?(x(h,g,o,i,d),h\u003dr[++p],g\u003di[++d]):or(m,b)?(x(m,b,o,i,y),m\u003dr[--v],b\u003di[--y]):or(h,b)?(x(h,b,o,i,y),w\u0026\u0026u.insertBefore(e,h.elm,u.nextSibling(m.elm)),h\u003dr[++p],b\u003di[--y]):or(m,g)?(x(m,g,o,i,d),w\u0026\u0026u.insertBefore(e,m.elm,h.elm),m\u003dr[--v],g\u003di[++d]):(t(s)\u0026\u0026(s\u003dar(r,p,v)),t(c\u003dn(g.key)?s[g.key]:C(g,r,p,v))?f(g,o,e,h.elm,!1,i,d):or(l\u003dr[c],g)?(x(l,g,o,i,d),r[c]\u003dvoid 0,w\u0026\u0026u.insertBefore(e,l.elm,h.elm)):f(g,o,e,h.elm,!1,i,d),g\u003di[++d]);p\u003ev?_(e,t(i[y+1])?null:i[y+1].elm,i,d,y,o):d\u003ey\u0026\u0026$(r,p,v)}(p,h,y,o,l):n(y)?(n(e.text)\u0026\u0026u.setTextContent(p,\"\"),_(p,null,y,0,y.length-1,o)):n(h)?$(h,0,h.length-1):n(e.text)\u0026\u0026u.setTextContent(p,\"\"):e.text!\u003d\u003di.text\u0026\u0026u.setTextContent(p,i.text),n(v)\u0026\u0026n(d\u003dv.hook)\u0026\u0026n(d\u003dd.postpatch)\u0026\u0026d(e,i)}}}function k(e,t,i){if(r(i)\u0026\u0026n(e.parent))e.parent.data.pendingInsert\u003dt;else for(var o\u003d0;o\u003ct.length;++o)t[o].data.hook.insert(t[o])}var A\u003dp(\"attrs,class,staticClass,staticStyle,key\");function O(e,t,i,o){var a,s\u003dt.tag,c\u003dt.data,u\u003dt.children;if(o\u003do||c\u0026\u0026c.pre,t.elm\u003de,r(t.isComment)\u0026\u0026n(t.asyncFactory))return t.isAsyncPlaceholder\u003d!0,!0;if(n(c)\u0026\u0026(n(a\u003dc.hook)\u0026\u0026n(a\u003da.init)\u0026\u0026a(t,!0),n(a\u003dt.componentInstance)))return d(t,i),!0;if(n(s)){if(n(u))if(e.hasChildNodes())if(n(a\u003dc)\u0026\u0026n(a\u003da.domProps)\u0026\u0026n(a\u003da.innerHTML)){if(a!\u003d\u003de.innerHTML)return!1}else{for(var l\u003d!0,f\u003de.firstChild,p\u003d0;p\u003cu.length;p++){if(!f||!O(f,u[p],i,o)){l\u003d!1;break}f\u003df.nextSibling}if(!l||f)return!1}else h(t,u,i);if(n(c)){var v\u003d!1;for(var m in c)if(!A(m)){v\u003d!0,y(t,i);break}!v\u0026\u0026c.class\u0026\u0026tt(c.class)}}else e.data!\u003d\u003dt.text\u0026\u0026(e.data\u003dt.text);return!0}return function(e,i,o,a){if(!t(i)){var c,l\u003d!1,p\u003d[];if(t(e))l\u003d!0,f(i,p);else{var d\u003dn(e.nodeType);if(!d\u0026\u0026or(e,i))x(e,i,p,null,null,a);else{if(d){if(1\u003d\u003d\u003de.nodeType\u0026\u0026e.hasAttribute(L)\u0026\u0026(e.removeAttribute(L),o\u003d!0),r(o)\u0026\u0026O(e,i,p))return k(i,p,!0),e;c\u003de,e\u003dnew pe(u.tagName(c).toLowerCase(),{},[],void 0,c)}var v\u003de.elm,h\u003du.parentNode(v);if(f(i,p,v._leaveCb?null:h,u.nextSibling(v)),n(i.parent))for(var y\u003di.parent,g\u003dm(i);y;){for(var _\u003d0;_\u003cs.destroy.length;++_)s.destroy[_](y);if(y.elm\u003di.elm,g){for(var w\u003d0;w\u003cs.create.length;++w)s.create[w](rr,y);var C\u003dy.data.hook.insert;if(C.merged)for(var A\u003d1;A\u003cC.fns.length;A++)C.fns[A]()}else nr(y);y\u003dy.parent}n(h)?$([e],0,0):n(e.tag)\u0026\u0026b(e)}}return k(i,p,l),i.elm}n(e)\u0026\u0026b(e)}}({nodeOps:er,modules:[yr,kr,ri,ai,yi,V?{create:Vi,activate:Vi,remove:function(e,t){!0!\u003d\u003de.data.show?Hi(e,t):t()}}:{}].concat(dr)});W\u0026\u0026document.addEventListener(\"selectionchange\",function(){var e\u003ddocument.activeElement;e\u0026\u0026e.vmodel\u0026\u0026Yi(e,\"input\")});var Ki\u003d{inserted:function(e,t,n,r){\"select\"\u003d\u003d\u003dn.tag?(r.elm\u0026\u0026!r.elm._vOptions?ot(n,\"postpatch\",function(){Ki.componentUpdated(e,t,n)}):Ji(e,t,n.context),e._vOptions\u003d[].map.call(e.options,Zi)):(\"textarea\"\u003d\u003d\u003dn.tag||Yn(e.type))\u0026\u0026(e._vModifiers\u003dt.modifiers,t.modifiers.lazy||(e.addEventListener(\"compositionstart\",Gi),e.addEventListener(\"compositionend\",Xi),e.addEventListener(\"change\",Xi),W\u0026\u0026(e.vmodel\u003d!0)))},componentUpdated:function(e,t,n){if(\"select\"\u003d\u003d\u003dn.tag){Ji(e,t,n.context);var r\u003de._vOptions,i\u003de._vOptions\u003d[].map.call(e.options,Zi);if(i.some(function(e,t){return!E(e,r[t])}))(e.multiple?t.value.some(function(e){return Wi(e,i)}):t.value!\u003d\u003dt.oldValue\u0026\u0026Wi(t.value,i))\u0026\u0026Yi(e,\"change\")}}};function Ji(e,t,n){qi(e,t,n),(q||Z)\u0026\u0026setTimeout(function(){qi(e,t,n)},0)}function qi(e,t,n){var r\u003dt.value,i\u003de.multiple;if(!i||Array.isArray(r)){for(var o,a,s\u003d0,c\u003de.options.length;s\u003cc;s++)if(a\u003de.options[s],i)o\u003dj(r,Zi(a))\u003e-1,a.selected!\u003d\u003do\u0026\u0026(a.selected\u003do);else if(E(Zi(a),r))return void(e.selectedIndex!\u003d\u003ds\u0026\u0026(e.selectedIndex\u003ds));i||(e.selectedIndex\u003d-1)}}function Wi(e,t){return t.every(function(t){return!E(t,e)})}function Zi(e){return\"_value\"in e?e._value:e.value}function Gi(e){e.target.composing\u003d!0}function Xi(e){e.target.composing\u0026\u0026(e.target.composing\u003d!1,Yi(e.target,\"input\"))}function Yi(e,t){var n\u003ddocument.createEvent(\"HTMLEvents\");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Qi(e){return!e.componentInstance||e.data\u0026\u0026e.data.transition?e:Qi(e.componentInstance._vnode)}var eo\u003d{model:Ki,show:{bind:function(e,t,n){var r\u003dt.value,i\u003d(n\u003dQi(n)).data\u0026\u0026n.data.transition,o\u003de.__vOriginalDisplay\u003d\"none\"\u003d\u003d\u003de.style.display?\"\":e.style.display;r\u0026\u0026i?(n.data.show\u003d!0,Ri(n,function(){e.style.display\u003do})):e.style.display\u003dr?o:\"none\"},update:function(e,t,n){var r\u003dt.value;!r!\u003d!t.oldValue\u0026\u0026((n\u003dQi(n)).data\u0026\u0026n.data.transition?(n.data.show\u003d!0,r?Ri(n,function(){e.style.display\u003de.__vOriginalDisplay}):Hi(n,function(){e.style.display\u003d\"none\"})):e.style.display\u003dr?e.__vOriginalDisplay:\"none\")},unbind:function(e,t,n,r,i){i||(e.style.display\u003de.__vOriginalDisplay)}}},to\u003d{name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function no(e){var t\u003de\u0026\u0026e.componentOptions;return t\u0026\u0026t.Ctor.options.abstract?no(zt(t.children)):e}function ro(e){var t\u003d{},n\u003de.$options;for(var r in n.propsData)t[r]\u003de[r];var i\u003dn._parentListeners;for(var o in i)t[b(o)]\u003di[o];return t}function io(e,t){if(/\\d-keep-alive$/.test(t.tag))return e(\"keep-alive\",{props:t.componentOptions.propsData})}var oo\u003dfunction(e){return e.tag||pt(e)},ao\u003dfunction(e){return\"show\"\u003d\u003d\u003de.name},so\u003d{name:\"transition\",props:to,abstract:!0,render:function(e){var t\u003dthis,n\u003dthis.$slots.default;if(n\u0026\u0026(n\u003dn.filter(oo)).length){var r\u003dthis.mode,o\u003dn[0];if(function(e){for(;e\u003de.parent;)if(e.data.transition)return!0}(this.$vnode))return o;var a\u003dno(o);if(!a)return o;if(this._leaving)return io(e,o);var s\u003d\"__transition-\"+this._uid+\"-\";a.key\u003dnull\u003d\u003da.key?a.isComment?s+\"comment\":s+a.tag:i(a.key)?0\u003d\u003d\u003dString(a.key).indexOf(s)?a.key:s+a.key:a.key;var c\u003d(a.data||(a.data\u003d{})).transition\u003dro(this),u\u003dthis._vnode,l\u003dno(u);if(a.data.directives\u0026\u0026a.data.directives.some(ao)\u0026\u0026(a.data.show\u003d!0),l\u0026\u0026l.data\u0026\u0026!function(e,t){return t.key\u003d\u003d\u003de.key\u0026\u0026t.tag\u003d\u003d\u003de.tag}(a,l)\u0026\u0026!pt(l)\u0026\u0026(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f\u003dl.data.transition\u003dA({},c);if(\"out-in\"\u003d\u003d\u003dr)return this._leaving\u003d!0,ot(f,\"afterLeave\",function(){t._leaving\u003d!1,t.$forceUpdate()}),io(e,o);if(\"in-out\"\u003d\u003d\u003dr){if(pt(a))return u;var p,d\u003dfunction(){p()};ot(c,\"afterEnter\",d),ot(c,\"enterCancelled\",d),ot(f,\"delayLeave\",function(e){p\u003de})}}return o}}},co\u003dA({tag:String,moveClass:String},to);function uo(e){e.elm._moveCb\u0026\u0026e.elm._moveCb(),e.elm._enterCb\u0026\u0026e.elm._enterCb()}function lo(e){e.data.newPos\u003de.elm.getBoundingClientRect()}function fo(e){var t\u003de.data.pos,n\u003de.data.newPos,r\u003dt.left-n.left,i\u003dt.top-n.top;if(r||i){e.data.moved\u003d!0;var o\u003de.elm.style;o.transform\u003do.WebkitTransform\u003d\"translate(\"+r+\"px,\"+i+\"px)\",o.transitionDuration\u003d\"0s\"}}delete co.mode;var po\u003d{Transition:so,TransitionGroup:{props:co,beforeMount:function(){var e\u003dthis,t\u003dthis._update;this._update\u003dfunction(n,r){var i\u003dGt(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode\u003de.kept,i(),t.call(e,n,r)}},render:function(e){for(var t\u003dthis.tag||this.$vnode.data.tag||\"span\",n\u003dObject.create(null),r\u003dthis.prevChildren\u003dthis.children,i\u003dthis.$slots.default||[],o\u003dthis.children\u003d[],a\u003dro(this),s\u003d0;s\u003ci.length;s++){var c\u003di[s];c.tag\u0026\u0026null!\u003dc.key\u0026\u00260!\u003d\u003dString(c.key).indexOf(\"__vlist\")\u0026\u0026(o.push(c),n[c.key]\u003dc,(c.data||(c.data\u003d{})).transition\u003da)}if(r){for(var u\u003d[],l\u003d[],f\u003d0;f\u003cr.length;f++){var p\u003dr[f];p.data.transition\u003da,p.data.pos\u003dp.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept\u003de(t,null,u),this.removed\u003dl}return e(t,null,o)},updated:function(){var e\u003dthis.prevChildren,t\u003dthis.moveClass||(this.name||\"v\")+\"-move\";e.length\u0026\u0026this.hasMove(e[0].elm,t)\u0026\u0026(e.forEach(uo),e.forEach(lo),e.forEach(fo),this._reflow\u003ddocument.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n\u003de.elm,r\u003dn.style;ji(n,t),r.transform\u003dr.WebkitTransform\u003dr.transitionDuration\u003d\"\",n.addEventListener(Oi,n._moveCb\u003dfunction e(r){r\u0026\u0026r.target!\u003d\u003dn||r\u0026\u0026!/transform$/.test(r.propertyName)||(n.removeEventListener(Oi,e),n._moveCb\u003dnull,Di(n,t))})}}))},methods:{hasMove:function(e,t){if(!Ci)return!1;if(this._hasMove)return this._hasMove;var n\u003de.cloneNode();e._transitionClasses\u0026\u0026e._transitionClasses.forEach(function(e){bi(n,e)}),_i(n,t),n.style.display\u003d\"none\",this.$el.appendChild(n);var r\u003dMi(n);return this.$el.removeChild(n),this._hasMove\u003dr.hasTransform}}}};Cn.config.mustUseProp\u003dDn,Cn.config.isReservedTag\u003dZn,Cn.config.isReservedAttr\u003dEn,Cn.config.getTagNamespace\u003dGn,Cn.config.isUnknownElement\u003dfunction(e){if(!V)return!0;if(Zn(e))return!1;if(e\u003de.toLowerCase(),null!\u003dXn[e])return Xn[e];var t\u003ddocument.createElement(e);return e.indexOf(\"-\")\u003e-1?Xn[e]\u003dt.constructor\u003d\u003d\u003dwindow.HTMLUnknownElement||t.constructor\u003d\u003d\u003dwindow.HTMLElement:Xn[e]\u003d/HTMLUnknownElement/.test(t.toString())},A(Cn.options.directives,eo),A(Cn.options.components,po),Cn.prototype.__patch__\u003dV?zi:S,Cn.prototype.$mount\u003dfunction(e,t){return function(e,t,n){var r;return e.$el\u003dt,e.$options.render||(e.$options.render\u003dve),Qt(e,\"beforeMount\"),r\u003dfunction(){e._update(e._render(),n)},new pn(e,r,S,{before:function(){e._isMounted\u0026\u0026!e._isDestroyed\u0026\u0026Qt(e,\"beforeUpdate\")}},!0),n\u003d!1,null\u003d\u003de.$vnode\u0026\u0026(e._isMounted\u003d!0,Qt(e,\"mounted\")),e}(this,e\u003de\u0026\u0026V?Qn(e):void 0,t)},V\u0026\u0026setTimeout(function(){F.devtools\u0026\u0026ne\u0026\u0026ne.emit(\"init\",Cn)},0);var vo\u003d/\\{\\{((?:.|\\r?\\n)+?)\\}\\}/g,ho\u003d/[-.*+?^${}()|[\\]\\/\\\\]/g,mo\u003dg(function(e){var t\u003de[0].replace(ho,\"\\\\$\u0026\"),n\u003de[1].replace(ho,\"\\\\$\u0026\");return new RegExp(t+\"((?:.|\\\\n)+?)\"+n,\"g\")});var yo\u003d{staticKeys:[\"staticClass\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"class\");n\u0026\u0026(e.staticClass\u003dJSON.stringify(n));var r\u003dFr(e,\"class\",!1);r\u0026\u0026(e.classBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticClass\u0026\u0026(t+\u003d\"staticClass:\"+e.staticClass+\",\"),e.classBinding\u0026\u0026(t+\u003d\"class:\"+e.classBinding+\",\"),t}};var go,_o\u003d{staticKeys:[\"staticStyle\"],transformNode:function(e,t){t.warn;var n\u003dPr(e,\"style\");n\u0026\u0026(e.staticStyle\u003dJSON.stringify(si(n)));var r\u003dFr(e,\"style\",!1);r\u0026\u0026(e.styleBinding\u003dr)},genData:function(e){var t\u003d\"\";return e.staticStyle\u0026\u0026(t+\u003d\"staticStyle:\"+e.staticStyle+\",\"),e.styleBinding\u0026\u0026(t+\u003d\"style:(\"+e.styleBinding+\"),\"),t}},bo\u003dfunction(e){return(go\u003dgo||document.createElement(\"div\")).innerHTML\u003de,go.textContent},$o\u003dp(\"area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr\"),wo\u003dp(\"colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source\"),Co\u003dp(\"address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track\"),xo\u003d/^\\s*([^\\s\"\u0027\u003c\u003e\\/\u003d]+)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,ko\u003d/^\\s*((?:v-[\\w-]+:|@|:|#)\\[[^\u003d]+?\\][^\\s\"\u0027\u003c\u003e\\/\u003d]*)(?:\\s*(\u003d)\\s*(?:\"([^\"]*)\"+|\u0027([^\u0027]*)\u0027+|([^\\s\"\u0027\u003d\u003c\u003e`]+)))?/,Ao\u003d\"[a-zA-Z_][\\\\-\\\\.0-9_a-zA-Z\"+P.source+\"]*\",Oo\u003d\"((?:\"+Ao+\"\\\\:)?\"+Ao+\")\",So\u003dnew RegExp(\"^\u003c\"+Oo),To\u003d/^\\s*(\\/?)\u003e/,No\u003dnew RegExp(\"^\u003c\\\\/\"+Oo+\"[^\u003e]*\u003e\"),Eo\u003d/^\u003c!DOCTYPE [^\u003e]+\u003e/i,jo\u003d/^\u003c!\\--/,Do\u003d/^\u003c!\\[/,Lo\u003dp(\"script,style,textarea\",!0),Io\u003d{},Mo\u003d{\"\u0026lt;\":\"\u003c\",\"\u0026gt;\":\"\u003e\",\"\u0026quot;\":\u0027\"\u0027,\"\u0026amp;\":\"\u0026\",\"\u0026#10;\":\"\\n\",\"\u0026#9;\":\"\\t\",\"\u0026#39;\":\"\u0027\"},Fo\u003d/\u0026(?:lt|gt|quot|amp|#39);/g,Po\u003d/\u0026(?:lt|gt|quot|amp|#39|#10|#9);/g,Ro\u003dp(\"pre,textarea\",!0),Ho\u003dfunction(e,t){return e\u0026\u0026Ro(e)\u0026\u0026\"\\n\"\u003d\u003d\u003dt[0]};function Bo(e,t){var n\u003dt?Po:Fo;return e.replace(n,function(e){return Mo[e]})}var Uo,Vo,zo,Ko,Jo,qo,Wo,Zo,Go\u003d/^@|^v-on:/,Xo\u003d/^v-|^@|^:|^#/,Yo\u003d/([\\s\\S]*?)\\s+(?:in|of)\\s+([\\s\\S]*)/,Qo\u003d/,([^,\\}\\]]*)(?:,([^,\\}\\]]*))?$/,ea\u003d/^\\(|\\)$/g,ta\u003d/^\\[.*\\]$/,na\u003d/:(.*)$/,ra\u003d/^:|^\\.|^v-bind:/,ia\u003d/\\.[^.\\]]+(?\u003d[^\\]]*$)/g,oa\u003d/^v-slot(:|$)|^#/,aa\u003d/[\\r\\n]/,sa\u003d/[ \\f\\t\\r\\n]+/g,ca\u003dg(bo),ua\u003d\"_empty_\";function la(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:ya(t),rawAttrsMap:{},parent:n,children:[]}}function fa(e,t){Uo\u003dt.warn||Tr,qo\u003dt.isPreTag||T,Wo\u003dt.mustUseProp||T,Zo\u003dt.getTagNamespace||T;t.isReservedTag;zo\u003dNr(t.modules,\"transformNode\"),Ko\u003dNr(t.modules,\"preTransformNode\"),Jo\u003dNr(t.modules,\"postTransformNode\"),Vo\u003dt.delimiters;var n,r,i\u003d[],o\u003d!1!\u003d\u003dt.preserveWhitespace,a\u003dt.whitespace,s\u003d!1,c\u003d!1;function u(e){if(l(e),s||e.processed||(e\u003dpa(e,t)),i.length||e\u003d\u003d\u003dn||n.if\u0026\u0026(e.elseif||e.else)\u0026\u0026va(n,{exp:e.elseif,block:e}),r\u0026\u0026!e.forbidden)if(e.elseif||e.else)a\u003de,(u\u003dfunction(e){var t\u003de.length;for(;t--;){if(1\u003d\u003d\u003de[t].type)return e[t];e.pop()}}(r.children))\u0026\u0026u.if\u0026\u0026va(u,{exp:a.elseif,block:a});else{if(e.slotScope){var o\u003de.slotTarget||\u0027\"default\"\u0027;(r.scopedSlots||(r.scopedSlots\u003d{}))[o]\u003de}r.children.push(e),e.parent\u003dr}var a,u;e.children\u003de.children.filter(function(e){return!e.slotScope}),l(e),e.pre\u0026\u0026(s\u003d!1),qo(e.tag)\u0026\u0026(c\u003d!1);for(var f\u003d0;f\u003cJo.length;f++)Jo[f](e,t)}function l(e){if(!c)for(var t;(t\u003de.children[e.children.length-1])\u0026\u00263\u003d\u003d\u003dt.type\u0026\u0026\" \"\u003d\u003d\u003dt.text;)e.children.pop()}return function(e,t){for(var n,r,i\u003d[],o\u003dt.expectHTML,a\u003dt.isUnaryTag||T,s\u003dt.canBeLeftOpenTag||T,c\u003d0;e;){if(n\u003de,r\u0026\u0026Lo(r)){var u\u003d0,l\u003dr.toLowerCase(),f\u003dIo[l]||(Io[l]\u003dnew RegExp(\"([\\\\s\\\\S]*?)(\u003c/\"+l+\"[^\u003e]*\u003e)\",\"i\")),p\u003de.replace(f,function(e,n,r){return u\u003dr.length,Lo(l)||\"noscript\"\u003d\u003d\u003dl||(n\u003dn.replace(/\u003c!\\--([\\s\\S]*?)--\u003e/g,\"$1\").replace(/\u003c!\\[CDATA\\[([\\s\\S]*?)]]\u003e/g,\"$1\")),Ho(l,n)\u0026\u0026(n\u003dn.slice(1)),t.chars\u0026\u0026t.chars(n),\"\"});c+\u003de.length-p.length,e\u003dp,A(l,c-u,c)}else{var d\u003de.indexOf(\"\u003c\");if(0\u003d\u003d\u003dd){if(jo.test(e)){var v\u003de.indexOf(\"--\\x3e\");if(v\u003e\u003d0){t.shouldKeepComment\u0026\u0026t.comment(e.substring(4,v),c,c+v+3),C(v+3);continue}}if(Do.test(e)){var h\u003de.indexOf(\"]\u003e\");if(h\u003e\u003d0){C(h+2);continue}}var m\u003de.match(Eo);if(m){C(m[0].length);continue}var y\u003de.match(No);if(y){var g\u003dc;C(y[0].length),A(y[1],g,c);continue}var _\u003dx();if(_){k(_),Ho(_.tagName,e)\u0026\u0026C(1);continue}}var b\u003dvoid 0,$\u003dvoid 0,w\u003dvoid 0;if(d\u003e\u003d0){for($\u003de.slice(d);!(No.test($)||So.test($)||jo.test($)||Do.test($)||(w\u003d$.indexOf(\"\u003c\",1))\u003c0);)d+\u003dw,$\u003de.slice(d);b\u003de.substring(0,d)}d\u003c0\u0026\u0026(b\u003de),b\u0026\u0026C(b.length),t.chars\u0026\u0026b\u0026\u0026t.chars(b,c-b.length,c)}if(e\u003d\u003d\u003dn){t.chars\u0026\u0026t.chars(e);break}}function C(t){c+\u003dt,e\u003de.substring(t)}function x(){var t\u003de.match(So);if(t){var n,r,i\u003d{tagName:t[1],attrs:[],start:c};for(C(t[0].length);!(n\u003de.match(To))\u0026\u0026(r\u003de.match(ko)||e.match(xo));)r.start\u003dc,C(r[0].length),r.end\u003dc,i.attrs.push(r);if(n)return i.unarySlash\u003dn[1],C(n[0].length),i.end\u003dc,i}}function k(e){var n\u003de.tagName,c\u003de.unarySlash;o\u0026\u0026(\"p\"\u003d\u003d\u003dr\u0026\u0026Co(n)\u0026\u0026A(r),s(n)\u0026\u0026r\u003d\u003d\u003dn\u0026\u0026A(n));for(var u\u003da(n)||!!c,l\u003de.attrs.length,f\u003dnew Array(l),p\u003d0;p\u003cl;p++){var d\u003de.attrs[p],v\u003dd[3]||d[4]||d[5]||\"\",h\u003d\"a\"\u003d\u003d\u003dn\u0026\u0026\"href\"\u003d\u003d\u003dd[1]?t.shouldDecodeNewlinesForHref:t.shouldDecodeNewlines;f[p]\u003d{name:d[1],value:Bo(v,h)}}u||(i.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:f,start:e.start,end:e.end}),r\u003dn),t.start\u0026\u0026t.start(n,f,u,e.start,e.end)}function A(e,n,o){var a,s;if(null\u003d\u003dn\u0026\u0026(n\u003dc),null\u003d\u003do\u0026\u0026(o\u003dc),e)for(s\u003de.toLowerCase(),a\u003di.length-1;a\u003e\u003d0\u0026\u0026i[a].lowerCasedTag!\u003d\u003ds;a--);else a\u003d0;if(a\u003e\u003d0){for(var u\u003di.length-1;u\u003e\u003da;u--)t.end\u0026\u0026t.end(i[u].tag,n,o);i.length\u003da,r\u003da\u0026\u0026i[a-1].tag}else\"br\"\u003d\u003d\u003ds?t.start\u0026\u0026t.start(e,[],!0,n,o):\"p\"\u003d\u003d\u003ds\u0026\u0026(t.start\u0026\u0026t.start(e,[],!1,n,o),t.end\u0026\u0026t.end(e,n,o))}A()}(e,{warn:Uo,expectHTML:t.expectHTML,isUnaryTag:t.isUnaryTag,canBeLeftOpenTag:t.canBeLeftOpenTag,shouldDecodeNewlines:t.shouldDecodeNewlines,shouldDecodeNewlinesForHref:t.shouldDecodeNewlinesForHref,shouldKeepComment:t.comments,outputSourceRange:t.outputSourceRange,start:function(e,o,a,l,f){var p\u003dr\u0026\u0026r.ns||Zo(e);q\u0026\u0026\"svg\"\u003d\u003d\u003dp\u0026\u0026(o\u003dfunction(e){for(var t\u003d[],n\u003d0;n\u003ce.length;n++){var r\u003de[n];ga.test(r.name)||(r.name\u003dr.name.replace(_a,\"\"),t.push(r))}return t}(o));var d,v\u003dla(e,o,r);p\u0026\u0026(v.ns\u003dp),\"style\"!\u003d\u003d(d\u003dv).tag\u0026\u0026(\"script\"!\u003d\u003dd.tag||d.attrsMap.type\u0026\u0026\"text/javascript\"!\u003d\u003dd.attrsMap.type)||te()||(v.forbidden\u003d!0);for(var h\u003d0;h\u003cKo.length;h++)v\u003dKo[h](v,t)||v;s||(!function(e){null!\u003dPr(e,\"v-pre\")\u0026\u0026(e.pre\u003d!0)}(v),v.pre\u0026\u0026(s\u003d!0)),qo(v.tag)\u0026\u0026(c\u003d!0),s?function(e){var t\u003de.attrsList,n\u003dt.length;if(n)for(var r\u003de.attrs\u003dnew Array(n),i\u003d0;i\u003cn;i++)r[i]\u003d{name:t[i].name,value:JSON.stringify(t[i].value)},null!\u003dt[i].start\u0026\u0026(r[i].start\u003dt[i].start,r[i].end\u003dt[i].end);else e.pre||(e.plain\u003d!0)}(v):v.processed||(da(v),function(e){var t\u003dPr(e,\"v-if\");if(t)e.if\u003dt,va(e,{exp:t,block:e});else{null!\u003dPr(e,\"v-else\")\u0026\u0026(e.else\u003d!0);var n\u003dPr(e,\"v-else-if\");n\u0026\u0026(e.elseif\u003dn)}}(v),function(e){null!\u003dPr(e,\"v-once\")\u0026\u0026(e.once\u003d!0)}(v)),n||(n\u003dv),a?u(v):(r\u003dv,i.push(v))},end:function(e,t,n){var o\u003di[i.length-1];i.length-\u003d1,r\u003di[i.length-1],u(o)},chars:function(e,t,n){if(r\u0026\u0026(!q||\"textarea\"!\u003d\u003dr.tag||r.attrsMap.placeholder!\u003d\u003de)){var i,u,l,f\u003dr.children;if(e\u003dc||e.trim()?\"script\"\u003d\u003d\u003d(i\u003dr).tag||\"style\"\u003d\u003d\u003di.tag?e:ca(e):f.length?a?\"condense\"\u003d\u003d\u003da\u0026\u0026aa.test(e)?\"\":\" \":o?\" \":\"\":\"\")c||\"condense\"!\u003d\u003da||(e\u003de.replace(sa,\" \")),!s\u0026\u0026\" \"!\u003d\u003de\u0026\u0026(u\u003dfunction(e,t){var n\u003dt?mo(t):vo;if(n.test(e)){for(var r,i,o,a\u003d[],s\u003d[],c\u003dn.lastIndex\u003d0;r\u003dn.exec(e);){(i\u003dr.index)\u003ec\u0026\u0026(s.push(o\u003de.slice(c,i)),a.push(JSON.stringify(o)));var u\u003dOr(r[1].trim());a.push(\"_s(\"+u+\")\"),s.push({\"@binding\":u}),c\u003di+r[0].length}return c\u003ce.length\u0026\u0026(s.push(o\u003de.slice(c)),a.push(JSON.stringify(o))),{expression:a.join(\"+\"),tokens:s}}}(e,Vo))?l\u003d{type:2,expression:u.expression,tokens:u.tokens,text:e}:\" \"\u003d\u003d\u003de\u0026\u0026f.length\u0026\u0026\" \"\u003d\u003d\u003df[f.length-1].text||(l\u003d{type:3,text:e}),l\u0026\u0026f.push(l)}},comment:function(e,t,n){if(r){var i\u003d{type:3,text:e,isComment:!0};r.children.push(i)}}}),n}function pa(e,t){var n,r;(r\u003dFr(n\u003de,\"key\"))\u0026\u0026(n.key\u003dr),e.plain\u003d!e.key\u0026\u0026!e.scopedSlots\u0026\u0026!e.attrsList.length,function(e){var t\u003dFr(e,\"ref\");t\u0026\u0026(e.ref\u003dt,e.refInFor\u003dfunction(e){var t\u003de;for(;t;){if(void 0!\u003d\u003dt.for)return!0;t\u003dt.parent}return!1}(e))}(e),function(e){var t;\"template\"\u003d\u003d\u003de.tag?(t\u003dPr(e,\"scope\"),e.slotScope\u003dt||Pr(e,\"slot-scope\")):(t\u003dPr(e,\"slot-scope\"))\u0026\u0026(e.slotScope\u003dt);var n\u003dFr(e,\"slot\");n\u0026\u0026(e.slotTarget\u003d\u0027\"\"\u0027\u003d\u003d\u003dn?\u0027\"default\"\u0027:n,e.slotTargetDynamic\u003d!(!e.attrsMap[\":slot\"]\u0026\u0026!e.attrsMap[\"v-bind:slot\"]),\"template\"\u003d\u003d\u003de.tag||e.slotScope||jr(e,\"slot\",n,function(e,t){return e.rawAttrsMap[\":\"+t]||e.rawAttrsMap[\"v-bind:\"+t]||e.rawAttrsMap[t]}(e,\"slot\")));if(\"template\"\u003d\u003d\u003de.tag){var r\u003dRr(e,oa);if(r){var i\u003dha(r),o\u003di.name,a\u003di.dynamic;e.slotTarget\u003do,e.slotTargetDynamic\u003da,e.slotScope\u003dr.value||ua}}else{var s\u003dRr(e,oa);if(s){var c\u003de.scopedSlots||(e.scopedSlots\u003d{}),u\u003dha(s),l\u003du.name,f\u003du.dynamic,p\u003dc[l]\u003dla(\"template\",[],e);p.slotTarget\u003dl,p.slotTargetDynamic\u003df,p.children\u003de.children.filter(function(e){if(!e.slotScope)return e.parent\u003dp,!0}),p.slotScope\u003ds.value||ua,e.children\u003d[],e.plain\u003d!1}}}(e),function(e){\"slot\"\u003d\u003d\u003de.tag\u0026\u0026(e.slotName\u003dFr(e,\"name\"))}(e),function(e){var t;(t\u003dFr(e,\"is\"))\u0026\u0026(e.component\u003dt);null!\u003dPr(e,\"inline-template\")\u0026\u0026(e.inlineTemplate\u003d!0)}(e);for(var i\u003d0;i\u003czo.length;i++)e\u003dzo[i](e,t)||e;return function(e){var t,n,r,i,o,a,s,c,u\u003de.attrsList;for(t\u003d0,n\u003du.length;t\u003cn;t++)if(r\u003di\u003du[t].name,o\u003du[t].value,Xo.test(r))if(e.hasBindings\u003d!0,(a\u003dma(r.replace(Xo,\"\")))\u0026\u0026(r\u003dr.replace(ia,\"\")),ra.test(r))r\u003dr.replace(ra,\"\"),o\u003dOr(o),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),a\u0026\u0026(a.prop\u0026\u0026!c\u0026\u0026\"innerHtml\"\u003d\u003d\u003d(r\u003db(r))\u0026\u0026(r\u003d\"innerHTML\"),a.camel\u0026\u0026!c\u0026\u0026(r\u003db(r)),a.sync\u0026\u0026(s\u003dUr(o,\"$event\"),c?Mr(e,\u0027\"update:\"+(\u0027+r+\")\",s,null,!1,0,u[t],!0):(Mr(e,\"update:\"+b(r),s,null,!1,0,u[t]),C(r)!\u003d\u003db(r)\u0026\u0026Mr(e,\"update:\"+C(r),s,null,!1,0,u[t])))),a\u0026\u0026a.prop||!e.component\u0026\u0026Wo(e.tag,e.attrsMap.type,r)?Er(e,r,o,u[t],c):jr(e,r,o,u[t],c);else if(Go.test(r))r\u003dr.replace(Go,\"\"),(c\u003dta.test(r))\u0026\u0026(r\u003dr.slice(1,-1)),Mr(e,r,o,a,!1,0,u[t],c);else{var l\u003d(r\u003dr.replace(Xo,\"\")).match(na),f\u003dl\u0026\u0026l[1];c\u003d!1,f\u0026\u0026(r\u003dr.slice(0,-(f.length+1)),ta.test(f)\u0026\u0026(f\u003df.slice(1,-1),c\u003d!0)),Lr(e,r,i,o,f,c,a,u[t])}else jr(e,r,JSON.stringify(o),u[t]),!e.component\u0026\u0026\"muted\"\u003d\u003d\u003dr\u0026\u0026Wo(e.tag,e.attrsMap.type,r)\u0026\u0026Er(e,r,\"true\",u[t])}(e),e}function da(e){var t;if(t\u003dPr(e,\"v-for\")){var n\u003dfunction(e){var t\u003de.match(Yo);if(!t)return;var n\u003d{};n.for\u003dt[2].trim();var r\u003dt[1].trim().replace(ea,\"\"),i\u003dr.match(Qo);i?(n.alias\u003dr.replace(Qo,\"\").trim(),n.iterator1\u003di[1].trim(),i[2]\u0026\u0026(n.iterator2\u003di[2].trim())):n.alias\u003dr;return n}(t);n\u0026\u0026A(e,n)}}function va(e,t){e.ifConditions||(e.ifConditions\u003d[]),e.ifConditions.push(t)}function ha(e){var t\u003de.name.replace(oa,\"\");return t||\"#\"!\u003d\u003de.name[0]\u0026\u0026(t\u003d\"default\"),ta.test(t)?{name:t.slice(1,-1),dynamic:!0}:{name:\u0027\"\u0027+t+\u0027\"\u0027,dynamic:!1}}function ma(e){var t\u003de.match(ia);if(t){var n\u003d{};return t.forEach(function(e){n[e.slice(1)]\u003d!0}),n}}function ya(e){for(var t\u003d{},n\u003d0,r\u003de.length;n\u003cr;n++)t[e[n].name]\u003de[n].value;return t}var ga\u003d/^xmlns:NS\\d+/,_a\u003d/^NS\\d+:/;function ba(e){return la(e.tag,e.attrsList.slice(),e.parent)}var $a\u003d[yo,_o,{preTransformNode:function(e,t){if(\"input\"\u003d\u003d\u003de.tag){var n,r\u003de.attrsMap;if(!r[\"v-model\"])return;if((r[\":type\"]||r[\"v-bind:type\"])\u0026\u0026(n\u003dFr(e,\"type\")),r.type||n||!r[\"v-bind\"]||(n\u003d\"(\"+r[\"v-bind\"]+\").type\"),n){var i\u003dPr(e,\"v-if\",!0),o\u003di?\"\u0026\u0026(\"+i+\")\":\"\",a\u003dnull!\u003dPr(e,\"v-else\",!0),s\u003dPr(e,\"v-else-if\",!0),c\u003dba(e);da(c),Dr(c,\"type\",\"checkbox\"),pa(c,t),c.processed\u003d!0,c.if\u003d\"(\"+n+\")\u003d\u003d\u003d\u0027checkbox\u0027\"+o,va(c,{exp:c.if,block:c});var u\u003dba(e);Pr(u,\"v-for\",!0),Dr(u,\"type\",\"radio\"),pa(u,t),va(c,{exp:\"(\"+n+\")\u003d\u003d\u003d\u0027radio\u0027\"+o,block:u});var l\u003dba(e);return Pr(l,\"v-for\",!0),Dr(l,\":type\",n),pa(l,t),va(c,{exp:i,block:l}),a?c.else\u003d!0:s\u0026\u0026(c.elseif\u003ds),c}}}}];var wa,Ca,xa\u003d{expectHTML:!0,modules:$a,directives:{model:function(e,t,n){var r\u003dt.value,i\u003dt.modifiers,o\u003de.tag,a\u003de.attrsMap.type;if(e.component)return Br(e,r,i),!1;if(\"select\"\u003d\u003d\u003do)!function(e,t,n){var r\u003d\u0027var $$selectedVal \u003d Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val \u003d \"_value\" in o ? o._value : o.value;return \u0027+(n\u0026\u0026n.number?\"_n(val)\":\"val\")+\"});\";r\u003dr+\" \"+Ur(t,\"$event.target.multiple ? $$selectedVal : $$selectedVal[0]\"),Mr(e,\"change\",r,null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"checkbox\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\",o\u003dFr(e,\"true-value\")||\"true\",a\u003dFr(e,\"false-value\")||\"false\";Er(e,\"checked\",\"Array.isArray(\"+t+\")?_i(\"+t+\",\"+i+\")\u003e-1\"+(\"true\"\u003d\u003d\u003do?\":(\"+t+\")\":\":_q(\"+t+\",\"+o+\")\")),Mr(e,\"change\",\"var $$a\u003d\"+t+\",$$el\u003d$event.target,$$c\u003d$$el.checked?(\"+o+\"):(\"+a+\");if(Array.isArray($$a)){var $$v\u003d\"+(r?\"_n(\"+i+\")\":i)+\",$$i\u003d_i($$a,$$v);if($$el.checked){$$i\u003c0\u0026\u0026(\"+Ur(t,\"$$a.concat([$$v])\")+\")}else{$$i\u003e-1\u0026\u0026(\"+Ur(t,\"$$a.slice(0,$$i).concat($$a.slice($$i+1))\")+\")}}else{\"+Ur(t,\"$$c\")+\"}\",null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do\u0026\u0026\"radio\"\u003d\u003d\u003da)!function(e,t,n){var r\u003dn\u0026\u0026n.number,i\u003dFr(e,\"value\")||\"null\";Er(e,\"checked\",\"_q(\"+t+\",\"+(i\u003dr?\"_n(\"+i+\")\":i)+\")\"),Mr(e,\"change\",Ur(t,i),null,!0)}(e,r,i);else if(\"input\"\u003d\u003d\u003do||\"textarea\"\u003d\u003d\u003do)!function(e,t,n){var r\u003de.attrsMap.type,i\u003dn||{},o\u003di.lazy,a\u003di.number,s\u003di.trim,c\u003d!o\u0026\u0026\"range\"!\u003d\u003dr,u\u003do?\"change\":\"range\"\u003d\u003d\u003dr?Zr:\"input\",l\u003d\"$event.target.value\";s\u0026\u0026(l\u003d\"$event.target.value.trim()\"),a\u0026\u0026(l\u003d\"_n(\"+l+\")\");var f\u003dUr(t,l);c\u0026\u0026(f\u003d\"if($event.target.composing)return;\"+f),Er(e,\"value\",\"(\"+t+\")\"),Mr(e,u,f,null,!0),(s||a)\u0026\u0026Mr(e,\"blur\",\"$forceUpdate()\")}(e,r,i);else if(!F.isReservedTag(o))return Br(e,r,i),!1;return!0},text:function(e,t){t.value\u0026\u0026Er(e,\"textContent\",\"_s(\"+t.value+\")\",t)},html:function(e,t){t.value\u0026\u0026Er(e,\"innerHTML\",\"_s(\"+t.value+\")\",t)}},isPreTag:function(e){return\"pre\"\u003d\u003d\u003de},isUnaryTag:$o,mustUseProp:Dn,canBeLeftOpenTag:wo,isReservedTag:Zn,getTagNamespace:Gn,staticKeys:function(e){return e.reduce(function(e,t){return e.concat(t.staticKeys||[])},[]).join(\",\")}($a)},ka\u003dg(function(e){return p(\"type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap\"+(e?\",\"+e:\"\"))});function Aa(e,t){e\u0026\u0026(wa\u003dka(t.staticKeys||\"\"),Ca\u003dt.isReservedTag||T,function e(t){t.static\u003dfunction(e){if(2\u003d\u003d\u003de.type)return!1;if(3\u003d\u003d\u003de.type)return!0;return!(!e.pre\u0026\u0026(e.hasBindings||e.if||e.for||d(e.tag)||!Ca(e.tag)||function(e){for(;e.parent;){if(\"template\"!\u003d\u003d(e\u003de.parent).tag)return!1;if(e.for)return!0}return!1}(e)||!Object.keys(e).every(wa)))}(t);if(1\u003d\u003d\u003dt.type){if(!Ca(t.tag)\u0026\u0026\"slot\"!\u003d\u003dt.tag\u0026\u0026null\u003d\u003dt.attrsMap[\"inline-template\"])return;for(var n\u003d0,r\u003dt.children.length;n\u003cr;n++){var i\u003dt.children[n];e(i),i.static||(t.static\u003d!1)}if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++){var s\u003dt.ifConditions[o].block;e(s),s.static||(t.static\u003d!1)}}}(e),function e(t,n){if(1\u003d\u003d\u003dt.type){if((t.static||t.once)\u0026\u0026(t.staticInFor\u003dn),t.static\u0026\u0026t.children.length\u0026\u0026(1!\u003d\u003dt.children.length||3!\u003d\u003dt.children[0].type))return void(t.staticRoot\u003d!0);if(t.staticRoot\u003d!1,t.children)for(var r\u003d0,i\u003dt.children.length;r\u003ci;r++)e(t.children[r],n||!!t.for);if(t.ifConditions)for(var o\u003d1,a\u003dt.ifConditions.length;o\u003ca;o++)e(t.ifConditions[o].block,n)}}(e,!1))}var Oa\u003d/^([\\w$_]+|\\([^)]*?\\))\\s*\u003d\u003e|^function(?:\\s+[\\w$]+)?\\s*\\(/,Sa\u003d/\\([^)]*?\\);*$/,Ta\u003d/^[A-Za-z_$][\\w$]*(?:\\.[A-Za-z_$][\\w$]*|\\[\u0027[^\u0027]*?\u0027]|\\[\"[^\"]*?\"]|\\[\\d+]|\\[[A-Za-z_$][\\w$]*])*$/,Na\u003d{esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},Ea\u003d{esc:[\"Esc\",\"Escape\"],tab:\"Tab\",enter:\"Enter\",space:[\" \",\"Spacebar\"],up:[\"Up\",\"ArrowUp\"],left:[\"Left\",\"ArrowLeft\"],right:[\"Right\",\"ArrowRight\"],down:[\"Down\",\"ArrowDown\"],delete:[\"Backspace\",\"Delete\",\"Del\"]},ja\u003dfunction(e){return\"if(\"+e+\")return null;\"},Da\u003d{stop:\"$event.stopPropagation();\",prevent:\"$event.preventDefault();\",self:ja(\"$event.target !\u003d\u003d $event.currentTarget\"),ctrl:ja(\"!$event.ctrlKey\"),shift:ja(\"!$event.shiftKey\"),alt:ja(\"!$event.altKey\"),meta:ja(\"!$event.metaKey\"),left:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 0\"),middle:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 1\"),right:ja(\"\u0027button\u0027 in $event \u0026\u0026 $event.button !\u003d\u003d 2\")};function La(e,t){var n\u003dt?\"nativeOn:\":\"on:\",r\u003d\"\",i\u003d\"\";for(var o in e){var a\u003dIa(e[o]);e[o]\u0026\u0026e[o].dynamic?i+\u003do+\",\"+a+\",\":r+\u003d\u0027\"\u0027+o+\u0027\":\u0027+a+\",\"}return r\u003d\"{\"+r.slice(0,-1)+\"}\",i?n+\"_d(\"+r+\",[\"+i.slice(0,-1)+\"])\":n+r}function Ia(e){if(!e)return\"function(){}\";if(Array.isArray(e))return\"[\"+e.map(function(e){return Ia(e)}).join(\",\")+\"]\";var t\u003dTa.test(e.value),n\u003dOa.test(e.value),r\u003dTa.test(e.value.replace(Sa,\"\"));if(e.modifiers){var i\u003d\"\",o\u003d\"\",a\u003d[];for(var s in e.modifiers)if(Da[s])o+\u003dDa[s],Na[s]\u0026\u0026a.push(s);else if(\"exact\"\u003d\u003d\u003ds){var c\u003de.modifiers;o+\u003dja([\"ctrl\",\"shift\",\"alt\",\"meta\"].filter(function(e){return!c[e]}).map(function(e){return\"$event.\"+e+\"Key\"}).join(\"||\"))}else a.push(s);return a.length\u0026\u0026(i+\u003dfunction(e){return\"if(!$event.type.indexOf(\u0027key\u0027)\u0026\u0026\"+e.map(Ma).join(\"\u0026\u0026\")+\")return null;\"}(a)),o\u0026\u0026(i+\u003do),\"function($event){\"+i+(t?\"return \"+e.value+\".apply(null, arguments)\":n?\"return (\"+e.value+\").apply(null, arguments)\":r?\"return \"+e.value:e.value)+\"}\"}return t||n?e.value:\"function($event){\"+(r?\"return \"+e.value:e.value)+\"}\"}function Ma(e){var t\u003dparseInt(e,10);if(t)return\"$event.keyCode!\u003d\u003d\"+t;var n\u003dNa[e],r\u003dEa[e];return\"_k($event.keyCode,\"+JSON.stringify(e)+\",\"+JSON.stringify(n)+\",$event.key,\"+JSON.stringify(r)+\")\"}var Fa\u003d{on:function(e,t){e.wrapListeners\u003dfunction(e){return\"_g(\"+e+\",\"+t.value+\")\"}},bind:function(e,t){e.wrapData\u003dfunction(n){return\"_b(\"+n+\",\u0027\"+e.tag+\"\u0027,\"+t.value+\",\"+(t.modifiers\u0026\u0026t.modifiers.prop?\"true\":\"false\")+(t.modifiers\u0026\u0026t.modifiers.sync?\",true\":\"\")+\")\"}},cloak:S},Pa\u003dfunction(e){this.options\u003de,this.warn\u003de.warn||Tr,this.transforms\u003dNr(e.modules,\"transformCode\"),this.dataGenFns\u003dNr(e.modules,\"genData\"),this.directives\u003dA(A({},Fa),e.directives);var t\u003de.isReservedTag||T;this.maybeComponent\u003dfunction(e){return!!e.component||!t(e.tag)},this.onceId\u003d0,this.staticRenderFns\u003d[],this.pre\u003d!1};function Ra(e,t){var n\u003dnew Pa(t);return{render:\"with(this){return \"+(e?\"script\"\u003d\u003d\u003de.tag?\"null\":Ha(e,n):\u0027_c(\"div\")\u0027)+\"}\",staticRenderFns:n.staticRenderFns}}function Ha(e,t){if(e.parent\u0026\u0026(e.pre\u003de.pre||e.parent.pre),e.staticRoot\u0026\u0026!e.staticProcessed)return Ba(e,t);if(e.once\u0026\u0026!e.onceProcessed)return Ua(e,t);if(e.for\u0026\u0026!e.forProcessed)return za(e,t);if(e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(\"template\"!\u003d\u003de.tag||e.slotTarget||t.pre){if(\"slot\"\u003d\u003d\u003de.tag)return function(e,t){var n\u003de.slotName||\u0027\"default\"\u0027,r\u003dWa(e,t),i\u003d\"_t(\"+n+(r?\",function(){return \"+r+\"}\":\"\"),o\u003de.attrs||e.dynamicAttrs?Xa((e.attrs||[]).concat(e.dynamicAttrs||[]).map(function(e){return{name:b(e.name),value:e.value,dynamic:e.dynamic}})):null,a\u003de.attrsMap[\"v-bind\"];!o\u0026\u0026!a||r||(i+\u003d\",null\");o\u0026\u0026(i+\u003d\",\"+o);a\u0026\u0026(i+\u003d(o?\"\":\",null\")+\",\"+a);return i+\")\"}(e,t);var n;if(e.component)n\u003dfunction(e,t,n){var r\u003dt.inlineTemplate?null:Wa(t,n,!0);return\"_c(\"+e+\",\"+Ka(t,n)+(r?\",\"+r:\"\")+\")\"}(e.component,e,t);else{var r;(!e.plain||e.pre\u0026\u0026t.maybeComponent(e))\u0026\u0026(r\u003dKa(e,t));var i\u003de.inlineTemplate?null:Wa(e,t,!0);n\u003d\"_c(\u0027\"+e.tag+\"\u0027\"+(r?\",\"+r:\"\")+(i?\",\"+i:\"\")+\")\"}for(var o\u003d0;o\u003ct.transforms.length;o++)n\u003dt.transforms[o](e,n);return n}return Wa(e,t)||\"void 0\"}function Ba(e,t){e.staticProcessed\u003d!0;var n\u003dt.pre;return e.pre\u0026\u0026(t.pre\u003de.pre),t.staticRenderFns.push(\"with(this){return \"+Ha(e,t)+\"}\"),t.pre\u003dn,\"_m(\"+(t.staticRenderFns.length-1)+(e.staticInFor?\",true\":\"\")+\")\"}function Ua(e,t){if(e.onceProcessed\u003d!0,e.if\u0026\u0026!e.ifProcessed)return Va(e,t);if(e.staticInFor){for(var n\u003d\"\",r\u003de.parent;r;){if(r.for){n\u003dr.key;break}r\u003dr.parent}return n?\"_o(\"+Ha(e,t)+\",\"+t.onceId+++\",\"+n+\")\":Ha(e,t)}return Ba(e,t)}function Va(e,t,n,r){return e.ifProcessed\u003d!0,function e(t,n,r,i){if(!t.length)return i||\"_e()\";var o\u003dt.shift();return o.exp?\"(\"+o.exp+\")?\"+a(o.block)+\":\"+e(t,n,r,i):\"\"+a(o.block);function a(e){return r?r(e,n):e.once?Ua(e,n):Ha(e,n)}}(e.ifConditions.slice(),t,n,r)}function za(e,t,n,r){var i\u003de.for,o\u003de.alias,a\u003de.iterator1?\",\"+e.iterator1:\"\",s\u003de.iterator2?\",\"+e.iterator2:\"\";return e.forProcessed\u003d!0,(r||\"_l\")+\"((\"+i+\"),function(\"+o+a+s+\"){return \"+(n||Ha)(e,t)+\"})\"}function Ka(e,t){var n\u003d\"{\",r\u003dfunction(e,t){var n\u003de.directives;if(!n)return;var r,i,o,a,s\u003d\"directives:[\",c\u003d!1;for(r\u003d0,i\u003dn.length;r\u003ci;r++){o\u003dn[r],a\u003d!0;var u\u003dt.directives[o.name];u\u0026\u0026(a\u003d!!u(e,o,t.warn)),a\u0026\u0026(c\u003d!0,s+\u003d\u0027{name:\"\u0027+o.name+\u0027\",rawName:\"\u0027+o.rawName+\u0027\"\u0027+(o.value?\",value:(\"+o.value+\"),expression:\"+JSON.stringify(o.value):\"\")+(o.arg?\",arg:\"+(o.isDynamicArg?o.arg:\u0027\"\u0027+o.arg+\u0027\"\u0027):\"\")+(o.modifiers?\",modifiers:\"+JSON.stringify(o.modifiers):\"\")+\"},\")}if(c)return s.slice(0,-1)+\"]\"}(e,t);r\u0026\u0026(n+\u003dr+\",\"),e.key\u0026\u0026(n+\u003d\"key:\"+e.key+\",\"),e.ref\u0026\u0026(n+\u003d\"ref:\"+e.ref+\",\"),e.refInFor\u0026\u0026(n+\u003d\"refInFor:true,\"),e.pre\u0026\u0026(n+\u003d\"pre:true,\"),e.component\u0026\u0026(n+\u003d\u0027tag:\"\u0027+e.tag+\u0027\",\u0027);for(var i\u003d0;i\u003ct.dataGenFns.length;i++)n+\u003dt.dataGenFns[i](e);if(e.attrs\u0026\u0026(n+\u003d\"attrs:\"+Xa(e.attrs)+\",\"),e.props\u0026\u0026(n+\u003d\"domProps:\"+Xa(e.props)+\",\"),e.events\u0026\u0026(n+\u003dLa(e.events,!1)+\",\"),e.nativeEvents\u0026\u0026(n+\u003dLa(e.nativeEvents,!0)+\",\"),e.slotTarget\u0026\u0026!e.slotScope\u0026\u0026(n+\u003d\"slot:\"+e.slotTarget+\",\"),e.scopedSlots\u0026\u0026(n+\u003dfunction(e,t,n){var r\u003de.for||Object.keys(t).some(function(e){var n\u003dt[e];return n.slotTargetDynamic||n.if||n.for||Ja(n)}),i\u003d!!e.if;if(!r)for(var o\u003de.parent;o;){if(o.slotScope\u0026\u0026o.slotScope!\u003d\u003dua||o.for){r\u003d!0;break}o.if\u0026\u0026(i\u003d!0),o\u003do.parent}var a\u003dObject.keys(t).map(function(e){return qa(t[e],n)}).join(\",\");return\"scopedSlots:_u([\"+a+\"]\"+(r?\",null,true\":\"\")+(!r\u0026\u0026i?\",null,false,\"+function(e){var t\u003d5381,n\u003de.length;for(;n;)t\u003d33*t^e.charCodeAt(--n);return t\u003e\u003e\u003e0}(a):\"\")+\")\"}(e,e.scopedSlots,t)+\",\"),e.model\u0026\u0026(n+\u003d\"model:{value:\"+e.model.value+\",callback:\"+e.model.callback+\",expression:\"+e.model.expression+\"},\"),e.inlineTemplate){var o\u003dfunction(e,t){var n\u003de.children[0];if(n\u0026\u00261\u003d\u003d\u003dn.type){var r\u003dRa(n,t.options);return\"inlineTemplate:{render:function(){\"+r.render+\"},staticRenderFns:[\"+r.staticRenderFns.map(function(e){return\"function(){\"+e+\"}\"}).join(\",\")+\"]}\"}}(e,t);o\u0026\u0026(n+\u003do+\",\")}return n\u003dn.replace(/,$/,\"\")+\"}\",e.dynamicAttrs\u0026\u0026(n\u003d\"_b(\"+n+\u0027,\"\u0027+e.tag+\u0027\",\u0027+Xa(e.dynamicAttrs)+\")\"),e.wrapData\u0026\u0026(n\u003de.wrapData(n)),e.wrapListeners\u0026\u0026(n\u003de.wrapListeners(n)),n}function Ja(e){return 1\u003d\u003d\u003de.type\u0026\u0026(\"slot\"\u003d\u003d\u003de.tag||e.children.some(Ja))}function qa(e,t){var n\u003de.attrsMap[\"slot-scope\"];if(e.if\u0026\u0026!e.ifProcessed\u0026\u0026!n)return Va(e,t,qa,\"null\");if(e.for\u0026\u0026!e.forProcessed)return za(e,t,qa);var r\u003de.slotScope\u003d\u003d\u003dua?\"\":String(e.slotScope),i\u003d\"function(\"+r+\"){return \"+(\"template\"\u003d\u003d\u003de.tag?e.if\u0026\u0026n?\"(\"+e.if+\")?\"+(Wa(e,t)||\"undefined\")+\":undefined\":Wa(e,t)||\"undefined\":Ha(e,t))+\"}\",o\u003dr?\"\":\",proxy:true\";return\"{key:\"+(e.slotTarget||\u0027\"default\"\u0027)+\",fn:\"+i+o+\"}\"}function Wa(e,t,n,r,i){var o\u003de.children;if(o.length){var a\u003do[0];if(1\u003d\u003d\u003do.length\u0026\u0026a.for\u0026\u0026\"template\"!\u003d\u003da.tag\u0026\u0026\"slot\"!\u003d\u003da.tag){var s\u003dn?t.maybeComponent(a)?\",1\":\",0\":\"\";return\"\"+(r||Ha)(a,t)+s}var c\u003dn?function(e,t){for(var n\u003d0,r\u003d0;r\u003ce.length;r++){var i\u003de[r];if(1\u003d\u003d\u003di.type){if(Za(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return Za(e.block)})){n\u003d2;break}(t(i)||i.ifConditions\u0026\u0026i.ifConditions.some(function(e){return t(e.block)}))\u0026\u0026(n\u003d1)}}return n}(o,t.maybeComponent):0,u\u003di||Ga;return\"[\"+o.map(function(e){return u(e,t)}).join(\",\")+\"]\"+(c?\",\"+c:\"\")}}function Za(e){return void 0!\u003d\u003de.for||\"template\"\u003d\u003d\u003de.tag||\"slot\"\u003d\u003d\u003de.tag}function Ga(e,t){return 1\u003d\u003d\u003de.type?Ha(e,t):3\u003d\u003d\u003de.type\u0026\u0026e.isComment?(r\u003de,\"_e(\"+JSON.stringify(r.text)+\")\"):\"_v(\"+(2\u003d\u003d\u003d(n\u003de).type?n.expression:Ya(JSON.stringify(n.text)))+\")\";var n,r}function Xa(e){for(var t\u003d\"\",n\u003d\"\",r\u003d0;r\u003ce.length;r++){var i\u003de[r],o\u003dYa(i.value);i.dynamic?n+\u003di.name+\",\"+o+\",\":t+\u003d\u0027\"\u0027+i.name+\u0027\":\u0027+o+\",\"}return t\u003d\"{\"+t.slice(0,-1)+\"}\",n?\"_d(\"+t+\",[\"+n.slice(0,-1)+\"])\":t}function Ya(e){return e.replace(/\\u2028/g,\"\\\\u2028\").replace(/\\u2029/g,\"\\\\u2029\")}new RegExp(\"\\\\b\"+\"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments\".split(\",\").join(\"\\\\b|\\\\b\")+\"\\\\b\");function Qa(e,t){try{return new Function(e)}catch(n){return t.push({err:n,code:e}),S}}function es(e){var t\u003dObject.create(null);return function(n,r,i){(r\u003dA({},r)).warn;delete r.warn;var o\u003dr.delimiters?String(r.delimiters)+n:n;if(t[o])return t[o];var a\u003de(n,r),s\u003d{},c\u003d[];return s.render\u003dQa(a.render,c),s.staticRenderFns\u003da.staticRenderFns.map(function(e){return Qa(e,c)}),t[o]\u003ds}}var ts,ns,rs\u003d(ts\u003dfunction(e,t){var n\u003dfa(e.trim(),t);!1!\u003d\u003dt.optimize\u0026\u0026Aa(n,t);var r\u003dRa(n,t);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}},function(e){function t(t,n){var r\u003dObject.create(e),i\u003d[],o\u003d[];if(n)for(var a in n.modules\u0026\u0026(r.modules\u003d(e.modules||[]).concat(n.modules)),n.directives\u0026\u0026(r.directives\u003dA(Object.create(e.directives||null),n.directives)),n)\"modules\"!\u003d\u003da\u0026\u0026\"directives\"!\u003d\u003da\u0026\u0026(r[a]\u003dn[a]);r.warn\u003dfunction(e,t,n){(n?o:i).push(e)};var s\u003dts(t.trim(),r);return s.errors\u003di,s.tips\u003do,s}return{compile:t,compileToFunctions:es(t)}})(xa),is\u003d(rs.compile,rs.compileToFunctions);function os(e){return(ns\u003dns||document.createElement(\"div\")).innerHTML\u003de?\u0027\u003ca href\u003d\"\\n\"/\u003e\u0027:\u0027\u003cdiv a\u003d\"\\n\"/\u003e\u0027,ns.innerHTML.indexOf(\"\u0026#10;\")\u003e0}var as\u003d!!V\u0026\u0026os(!1),ss\u003d!!V\u0026\u0026os(!0),cs\u003dg(function(e){var t\u003dQn(e);return t\u0026\u0026t.innerHTML}),us\u003dCn.prototype.$mount;return Cn.prototype.$mount\u003dfunction(e,t){if((e\u003de\u0026\u0026Qn(e))\u003d\u003d\u003ddocument.body||e\u003d\u003d\u003ddocument.documentElement)return this;var n\u003dthis.$options;if(!n.render){var r\u003dn.template;if(r)if(\"string\"\u003d\u003dtypeof r)\"#\"\u003d\u003d\u003dr.charAt(0)\u0026\u0026(r\u003dcs(r));else{if(!r.nodeType)return this;r\u003dr.innerHTML}else e\u0026\u0026(r\u003dfunction(e){if(e.outerHTML)return e.outerHTML;var t\u003ddocument.createElement(\"div\");return t.appendChild(e.cloneNode(!0)),t.innerHTML}(e));if(r){var i\u003dis(r,{outputSourceRange:!1,shouldDecodeNewlines:as,shouldDecodeNewlinesForHref:ss,delimiters:n.delimiters,comments:n.comments},this),o\u003di.render,a\u003di.staticRenderFns;n.render\u003do,n.staticRenderFns\u003da}}return us.call(this,e,t)},Cn.compile\u003dis,Cn});"}],"authorContributionMap":{"KevinEyo1":6}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/_mixins.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"// @see https://github.com/twbs/bootstrap/blob/main/scss/_functions.scss"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@function material-icons-str-replace($string, $search, $replace: \u0027\u0027) {"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" $index: str-index($string, $search);"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" @if $index {"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" @return str-slice($string, 1, $index - 1) + $replace +"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" material-icons-str-replace("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" str-slice($string, $index + str-length($search)),"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" $search,"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" $replace"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" );"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" @return $string;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"@mixin material-icons-font-class($font-family) {"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" font-family: $font-family;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" font-size: $material-icons-font-size;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased; // Support for all WebKit browsers"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale; // Support for Firefox"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility; // Support for Safari and Chrome"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \u0027liga\u0027; // Support for IE"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"@mixin material-icons-font($font-family) {"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" $class-name: to-lower-case($font-family);"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" $class-name: material-icons-str-replace($class-name, \u0027 \u0027, \u0027-\u0027);"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" $font-file: $material-icons-font-path + $class-name;"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" @font-face {"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" font-family: $font-family;"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" font-display: $material-icons-font-display;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" src: url(\u0027#{$font-file}.woff2\u0027) format(\u0027woff2\u0027),"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" url(\u0027#{$font-file}.woff\u0027) format(\u0027woff\u0027);"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" .#{$class-name} {"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" @include material-icons-font-class($font-family);"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"@mixin material-icons() {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" @warn \"material-icons() Sass mixin has been deprecated as of 1.0. Use \u0027@extend .material-icons;\u0027 instead of \u0027@include material-icons();\u0027.\";"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" @include material-icons-font-class(\u0027Material Icons\u0027);"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":55}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/_variables.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"$material-icons-font-path: \u0027./\u0027 !default;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"$material-icons-font-size: 24px !default;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"$material-icons-font-display: block !default;"}],"authorContributionMap":{"KevinEyo1":3}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/filled.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/filled.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/material-icons.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons.woff2\") format(\"woff2\"), url(\"./material-icons.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":".material-icons-outlined {"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":".material-icons-round {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":".material-icons-sharp {"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":".material-icons-two-tone {"},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":124}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/material-icons.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027filled\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027outlined\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027round\u0027;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027sharp\u0027;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027two-tone\u0027;"}],"authorContributionMap":{"KevinEyo1":5}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/outlined.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-outlined.woff2\") format(\"woff2\"), url(\"./material-icons-outlined.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-outlined {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Outlined\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/outlined.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Outlined\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/round.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-round.woff2\") format(\"woff2\"), url(\"./material-icons-round.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-round {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Round\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/round.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Round\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/sharp.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-sharp.woff2\") format(\"woff2\"), url(\"./material-icons-sharp.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-sharp {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Sharp\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/sharp.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Sharp\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/two-tone.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@font-face {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-weight: 400;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" font-display: block;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" src: url(\"./material-icons-two-tone.woff2\") format(\"woff2\"), url(\"./material-icons-two-tone.woff\") format(\"woff\");"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".material-icons-two-tone {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Material Icons Two Tone\";"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" font-weight: normal;"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" font-style: normal;"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" font-size: 24px;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" letter-spacing: normal;"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" text-transform: none;"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" display: inline-block;"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" white-space: nowrap;"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" word-wrap: normal;"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" direction: ltr;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" -webkit-font-smoothing: antialiased;"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" -moz-osx-font-smoothing: grayscale;"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" text-rendering: optimizeLegibility;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" font-feature-settings: \"liga\";"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":24}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/markbind/material-icons/two-tone.scss","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027variables\u0027;"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"@import \u0027mixins\u0027;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"@include material-icons-font(\u0027Material Icons Two Tone\u0027);"}],"authorContributionMap":{"KevinEyo1":4}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/plugins/markbind-plugin-anchors/markbind-plugin-anchors.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".fa.fa-anchor {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" color: #ccc;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" display: inline;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-size: 14px;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" margin-left: 10px;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" padding: 3px;"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" text-decoration: none;"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" visibility: hidden;"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":".fa.fa-anchor:hover {"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" color: #555;"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"h1:hover \u003e .fa.fa-anchor,"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"h2:hover \u003e .fa.fa-anchor,"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"h3:hover \u003e .fa.fa-anchor,"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"h4:hover \u003e .fa.fa-anchor,"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"h5:hover \u003e .fa.fa-anchor,"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"h6:hover \u003e .fa.fa-anchor,"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":".header-wrapper:hover \u003e .fa.fa-anchor {"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" visibility: visible;"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":23}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/plugins/markbind-plugin-tree/markbind-plugin-tree.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":".tree {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" white-space: pre;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" font-family: \"Fira Code\", \"Fira Mono\", monospace;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" font-size: 0.9375rem;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" line-height: 1.5;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" overflow-x: auto;"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":7}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/siteData.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"{"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" \"enableSearch\": true,"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" \"pages\": ["},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Configuration.md\","},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Configuration guide\","},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" \"configuration-guide\": \"Configuration guide\""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Design.md\","},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Design\","},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" \"design\": \"Design\","},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" \"architecture\": \"Architecture\","},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" \"component-1\": \"Component 1\","},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" \"component-2\": \"Component 2\""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/DevOps.md\","},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"DevOps guide\","},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" \"devops-guide\": \"DevOps guide\","},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" \"build-automation\": \"Build automation\","},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" \"continuous-integration-ci\": \"Continuous integration (CI)\","},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" \"code-coverage\": \"Code coverage\","},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" \"repository-wide-checks\": \"Repository-wide checks\","},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" \"making-a-release\": \"Making a release\""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/DeveloperGuide.md\","},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Developer Guide\","},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" \"projectex-developer-guide\": \"ProjectEx Developer Guide\","},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" \"introduction\": \"Introduction\","},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" \"purpose-of-this-guide\": \"Purpose of this Guide\","},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" \"acknowledgements\": \"Acknowledgements\""},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Documentation.md\","},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Documentation guide\","},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" \"documentation-guide\": \"Documentation Guide\""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Implementation.md\","},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Implementation\","},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" \"implementation\": \"Implementation\","},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" \"proposed-featurex-implementation\": \"[Proposed] FeatureX Implementation\","},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" \"proposed-data-archiving\": \"[Proposed] Data archiving\""},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Requirements.md\","},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Requirements\","},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" \"requirements\": \"Requirements\","},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" \"product-scope\": \"Product scope\","},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" \"user-stories\": \"User stories\","},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" \"use-cases\": \"Use cases\","},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" \"non-functional-requirements\": \"Non-Functional Requirements\""},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/SettingUp.md\","},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Setting up and getting started\","},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":" \"setting-up-and-getting-started\": \"Setting up and getting started\","},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":" \"setting-up-the-project-in-your-computer\": \"Setting up the project in your computer\","},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":" \"before-writing-code\": \"Before writing code\""},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/Testing.md\","},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Testing guide\","},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" \"testing-guide\": \"Testing guide\","},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" \"running-tests\": \"Running tests\","},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" \"types-of-tests\": \"Types of tests\""},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"developerGuide/TracingCode.md\","},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Tutorial: Tracing code\","},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":" \"tutorial-tracing-code\": \"Tutorial: Tracing code\","},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":" \"before-we-start\": \"Before we start\","},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":" \"setting-a-breakpoint\": \"Setting a breakpoint\","},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":" \"tracing-the-execution-path\": \"Tracing the execution path\""},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"index.md\","},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"\","},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":" \"projectex\": \"ProjectEx\""},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"team/AboutUs.md\","},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"About Us\","},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":" \"about-us\": \"About Us\","},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":" \"project-team\": \"Project team\","},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":" \"john-doe\": \"John Doe\","},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" \"jane-doe\": \"Jane Doe\","},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":" \"johnny-doe\": \"Johnny Doe\","},{"lineNumber":125,"author":{"gitId":"KevinEyo1"},"content":" \"jean-doe\": \"Jean Doe\","},{"lineNumber":126,"author":{"gitId":"KevinEyo1"},"content":" \"james-doe\": \"James Doe\""},{"lineNumber":127,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"team/johndoe.md\","},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Portfolio Page\","},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":" \"project-projectex\": \"Project: ProjectEx\""},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":139,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/FAQ.md\","},{"lineNumber":140,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"FAQ\","},{"lineNumber":141,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":142,"author":{"gitId":"KevinEyo1"},"content":" \"faq\": \"FAQ\""},{"lineNumber":143,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":144,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":145,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":146,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":147,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/Features.md\","},{"lineNumber":148,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Features\","},{"lineNumber":149,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":150,"author":{"gitId":"KevinEyo1"},"content":" \"features\": \"Features\","},{"lineNumber":151,"author":{"gitId":"KevinEyo1"},"content":" \"featurex\": \"FeatureX\","},{"lineNumber":152,"author":{"gitId":"KevinEyo1"},"content":" \"y-feature\": \"Y Feature\","},{"lineNumber":153,"author":{"gitId":"KevinEyo1"},"content":" \"future-feature-z-coming-in-v2-0\": \"Future Feature Z [coming in v2.0]\""},{"lineNumber":154,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":155,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":156,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":157,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":158,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/QuickStart.md\","},{"lineNumber":159,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"Quick Start\","},{"lineNumber":160,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":161,"author":{"gitId":"KevinEyo1"},"content":" \"quick-start\": \"Quick start\""},{"lineNumber":162,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":163,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":164,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":165,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":166,"author":{"gitId":"KevinEyo1"},"content":" \"src\": \"userGuide/UserGuide.md\","},{"lineNumber":167,"author":{"gitId":"KevinEyo1"},"content":" \"title\": \"User Guide\","},{"lineNumber":168,"author":{"gitId":"KevinEyo1"},"content":" \"headings\": {"},{"lineNumber":169,"author":{"gitId":"KevinEyo1"},"content":" \"projectex-user-guide\": \"ProjectEx User Guide\","},{"lineNumber":170,"author":{"gitId":"KevinEyo1"},"content":" \"introduction\": \"Introduction\","},{"lineNumber":171,"author":{"gitId":"KevinEyo1"},"content":" \"purpose-of-this-guide\": \"Purpose of this Guide\""},{"lineNumber":172,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":173,"author":{"gitId":"KevinEyo1"},"content":" \"headingKeywords\": {}"},{"lineNumber":174,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":175,"author":{"gitId":"KevinEyo1"},"content":" ]"},{"lineNumber":176,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":176}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":".nav-component {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" .indented {"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 10px;"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" #content-wrapper {"},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" padding: 0 10px;"},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":"/* Hide site navigation when printing */"},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":"@media print {"},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":125,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":126,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":127,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":"h2,"},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":"h3,"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":"h4,"},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":"h5,"},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":"h6 {"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":" color: #e46c0a;"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":137,"-":1}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/team/AboutUs.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\"}},[_v(\"\\nThis section describes the contributors of your app.\\n\")]),_v(\" \"),_m(1),_v(\" \"),_m(2),_v(\" \"),_m(3),_v(\" \"),_m(4),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_c(\u0027p\u0027,[_v(\"This img uses the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"placeholderImage\")]),_v(\" defined in the \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"_markbind/variables.md\")]),_v(\" file.\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(5),_v(\" \"),_m(6),_v(\" \"),_m(7),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(8),_v(\" \"),_m(9),_v(\" \"),_m(10),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(11),_v(\" \"),_m(12),_v(\" \"),_m(13),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(14),_v(\" \"),_m(15),_v(\" \"),_m(16),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"/images/johndoe.png\",\"width\":\"200px\"}}),_v(\" \"),_m(17),_v(\" \"),_m(18)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(19)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"about-us\"}},[_v(\"About Us\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#about-us\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"We are a team based in \"),_c(\u0027a\u0027,{attrs:{\"href\":\"#project-team\"}},[_v(\"Organisation A\")]),_v(\".\")])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"You can reach us at the email \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"organisationa@gmail.sg\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h2\u0027,{attrs:{\"id\":\"project-team\"}},[_v(\"Project team\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-team\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"john-doe\"}},[_v(\"John Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#john-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://www.comp.nus.edu.sg/~damithch\"}},[_v(\"homepage\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Project Advisor\")])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"jane-doe\"}},[_v(\"Jane Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#jane-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Team Lead\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: UI\")])])}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"johnny-doe\"}},[_v(\"Johnny Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#johnny-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Developer\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: Data\")])])}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"jean-doe\"}},[_v(\"Jean Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#jean-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Developer\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: Dev Ops + Threading\")])])}"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"james-doe\"}},[_v(\"James Doe\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#james-doe\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_v(\"[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"http://github.com/johndoe\"}},[_v(\"github\")]),_v(\"]\\n[\"),_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"contributions\")]),_v(\"]\")])}"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Role: Developer\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Responsibilities: UI\")])])}"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":67}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/team/johndoe.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027p\u0027,[_v(\"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\n Content can be easily be replaced by the user\u0027s project information and context.\\n\")]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Given below are my contributions to the project.\")]),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"})]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"project-projectex\"}},[_v(\"Project: ProjectEx\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#project-projectex\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"New Feature\")]),_v(\": Feature X\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"What it does: This feature does a thing\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Justification: This feature is important because...\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Highlights:\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Point 1\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Point 2\")])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Credits: \"),_c(\u0027em\u0027,[_v(\"{mention here for reused code/ideas or use of a third-party library}\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Code contributed\")]),_v(\": \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"Github Repo\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Project management\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Managed releases \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v1.3\")]),_v(\" - \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v1.5rc\")]),_v(\" (3 releases) on GitHub\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Enhancements to existing features\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Wrote additional tests, increasing coverage to 92% (Pull requests \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#36\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#38\")]),_v(\")\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Documentation\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"User Guide:\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Added documentation for feature \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#72\")])])])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Developer Guide:\\n\"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Added implementation details of feature.\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Community\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"PRs reviewed (with non-trivial review comments): \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#12\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#32\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#19\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#42\")])]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Contributed to forum discussions (examples: \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"1\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"2\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"3\")]),_v(\", \"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"4\")]),_v(\")\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tools\")]),_v(\":\")]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"Integrated a third party library (Natty) to the project (\"),_c(\u0027a\u0027,{attrs:{\"href\":\"\"}},[_v(\"#42\")]),_v(\")\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"{ You can add/remove categories in the list above }\")])])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":16}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/FAQ.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section answers common questions about the app or specific features.\\n\")]),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Question:\")]),_v(\" How do I learn to use this project?\")])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Answer:\")]),_v(\" Refer to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\".\")])]),_v(\" \"),_c(\u0027br\u0027),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Question:\")]),_v(\" How do I contribute to this project?\")])]},proxy:true}])},[_v(\" \"),_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Answer:\")]),_v(\" Refer to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\".\")])])],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#faq\"}},[_v(\"FAQ‎\")])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"faq\"}},[_v(\"FAQ\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#faq\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":13}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/Features.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"info\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Notes about the app usage\")]),_c(\u0027br\u0027)]),_v(\" \"),_c(\u0027ul\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"General information about the app\u0027s features.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"General tips about how to use the app efficiently.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Warnings that may lead to issues and how to avoid them.\")])])])]),_v(\" \"),_m(1),_v(\" \"),_c(\u0027p\u0027,[_v(\"Description of feature.\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nA visual representation of the feature can be shown here.\\n\")]),_v(\" \"),_m(2),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"warning\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Caution:\")]),_v(\"\\nThings to avoid when using the feature.\")])]),_v(\" \"),_m(3),_v(\" \"),_c(\u0027p\u0027,[_v(\"Description of feature.\")]),_v(\" \"),_c(\u0027panel\u0027,{scopedSlots:_u([{key:\"header\",fn:function(){return [_c(\u0027p\u0027,[_v(\"Feature Examples\")])]},proxy:true}])},[_v(\"\\nExamples of how to use the feature.\\n\")]),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\",\"seamless\":\"\"}},[_c(\u0027p\u0027,[_c(\u0027strong\u0027,[_v(\"Tip:\")]),_v(\" Secondary information about feature usage.\")])]),_v(\" \"),_m(4),_v(\" \"),_m(5)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#features\"}},[_v(\"Features‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#featurex\"}},[_v(\"FeatureX‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#y-feature\"}},[_v(\"Y Feature‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#future-feature-z-coming-in-v2-0\"}},[_v(\"Future Feature Z [coming in v2.0]‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(6)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"features\"}},[_v(\"Features\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#features\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"featurex\"}},[_v(\"FeatureX\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#featurex\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ul\u0027,[_c(\u0027li\u0027,[_v(\"List of primary information about the feature\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"How to use the feature\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"How the feature works\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Limitations of feature\")])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"y-feature\"}},[_v(\"Y Feature\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#y-feature\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h3\u0027,{attrs:{\"id\":\"future-feature-z-coming-in-v2-0\"}},[_v(\"Future Feature Z \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"[coming in v2.0]\")]),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#future-feature-z-coming-in-v2-0\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027p\u0027,[_c(\u0027em\u0027,[_v(\"Details coming soon ...\")])])}"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":28}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/QuickStart.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_m(0),_v(\" \"),_c(\u0027box\u0027,{attrs:{\"type\":\"tip\"}},[_v(\"\\nThis section can be used to help users get started with the application quickly.\\n\")]),_v(\" \"),_m(1)],1),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#quick-start\"}},[_v(\"Quick start‎\")])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(2)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027h1\u0027,{attrs:{\"id\":\"quick-start\"}},[_v(\"Quick start\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#quick-start\",\"onclick\":\"event.stopPropagation()\"}})])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027ol\u0027,[_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Ensure you have Java \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"11\")]),_v(\" and Node.js \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"v16\")]),_v(\" and above installed in your Computer.\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Open a command terminal and run necessary setup commands like \"),_c(\u0027code\u0027,{pre:true,attrs:{\"class\":\"hljs inline no-lang\"}},[_v(\"npm run setup\")]),_v(\".\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027p\u0027,[_v(\"Refer to the \"),_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")]),_v(\" section for details of the app\u0027s features.\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":16}},{"path":"packages/cli/test/functional/test_site_templates/test_project/expected/userGuide/UserGuide.page-vue-render.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" var pageVueRenderFn \u003d function anonymous("},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"app\"}},[_c(\u0027header\u0027,{attrs:{\"sticky\":\"\"}},[_c(\u0027navbar\u0027,{attrs:{\"type\":\"dark\"},scopedSlots:_u([{key:\"brand\",fn:function(){return [_c(\u0027a\u0027,{staticClass:\"navbar-brand\",attrs:{\"href\":\"/index.html\",\"title\":\"Home\"}},[_v(\"ProjectEx\")])]},proxy:true},{key:\"right\",fn:function(){return [_c(\u0027li\u0027,[_c(\u0027form\u0027,{staticClass:\"navbar-form\"},[_c(\u0027searchbar\u0027,{attrs:{\"data\":searchData,\"placeholder\":\"Search\",\"on-hit\":searchCallback,\"menu-align-right\":\"\"}})],1)])]},proxy:true}])},[_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"highlight-on\":\"sibling-or-child\",\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027a\u0027,{staticClass:\"nav-link\",attrs:{\"href\":\"https://github.com/se-edu\",\"target\":\"_blank\"}},[_c(\u0027span\u0027,[_c(\u0027span\u0027,{staticClass:\"fab fa-github\",attrs:{\"aria-hidden\":\"true\"}})])])])])],1),_v(\" \"),_c(\u0027div\u0027,{attrs:{\"id\":\"flex-body\"}},[_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"site-nav\",\"tag-name\":\"nav\",\"to\":\"site-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027site-nav\u0027,[_c(\u0027overlay-source\u0027,{staticClass:\"site-nav-list site-nav-list-root\",attrs:{\"tag-name\":\"ul\",\"to\":\"mb-site-nav\"}},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/index.html\"}},[_v(\"Home\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/UserGuide.html\"}},[_v(\"User Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/QuickStart.html\"}},[_v(\"Quick Start\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/Features.html\"}},[_v(\"Features\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/userGuide/FAQ.html\"}},[_v(\"FAQ\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DeveloperGuide.html\"}},[_v(\"Developer Guide\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/SettingUp.html\"}},[_v(\"Setting Up\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/TracingCode.html\"}},[_v(\"Tutorial: Tracing code\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Design.html\"}},[_v(\"Design\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Implementation.html\"}},[_v(\"Implementation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Project Guides\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Documentation.html\"}},[_v(\"Documentation\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Testing.html\"}},[_v(\"Testing\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Configuration.html\"}},[_v(\"Configuration\")])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/DevOps.html\"}},[_v(\"DevOps\")])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_v(\"Appendix\\n\\n\"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-2\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/developerGuide/Requirements.html\"}},[_v(\"Requirements\")])])])])])])]),_v(\" \"),_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-0\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/AboutUs.html\"}},[_v(\"About Us\")]),_v(\" \"),_c(\u0027div\u0027,{staticClass:\"site-nav-dropdown-btn-container\"},[_c(\u0027i\u0027,{staticClass:\"site-nav-dropdown-btn-icon site-nav-rotate-icon\",attrs:{\"onclick\":\"handleSiteNavClick(this.parentNode.parentNode, false); event.stopPropagation();\"}},[_c(\u0027span\u0027,{staticClass:\"glyphicon glyphicon-menu-down\",attrs:{\"aria-hidden\":\"true\"}})])])]),_c(\u0027ul\u0027,{staticClass:\"site-nav-dropdown-container site-nav-dropdown-container-open site-nav-list\"},[_c(\u0027li\u0027,[_c(\u0027div\u0027,{staticClass:\"site-nav-default-list-item site-nav-list-item-1\",attrs:{\"onclick\":\"handleSiteNavClick(this)\"}},[_c(\u0027a\u0027,{attrs:{\"href\":\"/team/johndoe.html\"}},[_v(\"Contributor Portfolio Template\")])])])])])])],1)],1)]),_v(\" \"),_m(0),_v(\" \"),_c(\u0027overlay-source\u0027,{attrs:{\"id\":\"page-nav\",\"tag-name\":\"nav\",\"to\":\"page-nav\"}},[_c(\u0027div\u0027,{staticClass:\"nav-component slim-scroll\"},[_c(\u0027overlay-source\u0027,{staticClass:\"nav nav-pills flex-column my-0 small no-flex-wrap\",attrs:{\"id\":\"mb-page-nav\",\"tag-name\":\"nav\",\"to\":\"mb-page-nav\"}},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#projectex-user-guide\"}},[_v(\"ProjectEx User Guide‎\")]),_v(\" \"),_c(\u0027nav\u0027,{staticClass:\"nav nav-pills flex-column my-0 nested no-flex-wrap\"},[_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#introduction\"}},[_v(\"Introduction‎\")]),_v(\" \"),_c(\u0027a\u0027,{pre:true,attrs:{\"class\":\"nav-link py-1\",\"href\":\"#purpose-of-this-guide\"}},[_v(\"Purpose of this Guide‎\")])])])],1)]),_v(\" \"),_c(\u0027scroll-top-button\u0027)],1),_v(\" \"),_m(1)])}"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"};"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" var pageVueStaticRenderFns \u003d [function anonymous("},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027div\u0027,{attrs:{\"id\":\"content-wrapper\"}},[_c(\u0027h1\u0027,{attrs:{\"id\":\"projectex-user-guide\"}},[_v(\"ProjectEx User Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#projectex-user-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027hr\u0027),_v(\" \"),_c(\u0027p\u0027,[_v(\"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"introduction\"}},[_v(\"Introduction\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#introduction\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"Welcome to the User Guide. This comprehensive resource is designed to assist you in navigating and utilizing our software to its fullest potential.\")]),_v(\" \"),_c(\u0027h2\u0027,{attrs:{\"id\":\"purpose-of-this-guide\"}},[_v(\"Purpose of this Guide\"),_c(\u0027a\u0027,{staticClass:\"fa fa-anchor\",attrs:{\"href\":\"#purpose-of-this-guide\",\"onclick\":\"event.stopPropagation()\"}})]),_v(\" \"),_c(\u0027p\u0027,[_v(\"This guide aims to:\")]),_v(\" \"),_c(\u0027ol\u0027,[_c(\u0027li\u0027,[_v(\"Equip users with the necessary knowledge.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Offer step-by-step instructions for common tasks and operations.\")]),_v(\" \"),_c(\u0027li\u0027,[_v(\"Provide tips and tricks to streamline the user experience.\")])])])}"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"},function anonymous("},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":") {"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"with(this){return _c(\u0027footer\u0027,[_c(\u0027div\u0027,{staticClass:\"text-center\"},[_c(\u0027small\u0027,[_v(\"[\"),_c(\u0027span\u0027,[_c(\u0027strong\u0027,[_v(\"Powered by\")])]),_v(\" \"),_c(\u0027img\u0027,{attrs:{\"src\":\"https://markbind.org/favicon.ico\",\"width\":\"30\"}}),_v(\" \"),_c(\u0027a\u0027,{attrs:{\"href\":\"https://markbind.org/\"}},[_v(\"MarkBind 5.4.0\")]),_v(\"]\")])])])}"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"}];"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":13}},{"path":"packages/core-web/asset/css/codeblock-dark.min.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":".hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}"},{"lineNumber":2,"author":{"gitId":"Tim-Siu"},"content":"/* MarkBind-customized styles */.hljs span.highlighted{background:#000000}.hljs.inline{background:#444}.hljs:not(.inline){border:1px solid #1e1e1e}.code-block-heading{background:#3f3f3f;color:#dcdcdc}button.function-btn{background-color:#2b2b2b}"}],"authorContributionMap":{"-":1,"Tim-Siu":1}},{"path":"packages/core-web/src/print.js","fileType":"js","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"// This file manipulates the content of the printed page by defining print event listeners."},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"const PAGE_NAV_ID \u003d \u0027mb-page-nav\u0027;"},{"lineNumber":4,"author":{"gitId":"-"},"content":"const PAGE_NAV_CLONE_CLASS \u003d \u0027page-nav-clone\u0027;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"const PAGE_NAV_PRINT_CONTAINER \u003d \u0027page-nav-print\u0027;"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":8,"author":{"gitId":"-"},"content":" * Remove the active style to prevent item highlighting."},{"lineNumber":9,"author":{"gitId":"-"},"content":" * @param {HTMLElement} node"},{"lineNumber":10,"author":{"gitId":"-"},"content":" */"},{"lineNumber":11,"author":{"gitId":"-"},"content":"function removeActiveStyle(container) {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" const activeElements \u003d container.querySelectorAll(\u0027a.active\u0027);"},{"lineNumber":13,"author":{"gitId":"-"},"content":" activeElements.forEach((activeElement) \u003d\u003e {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" activeElement.classList.remove(\u0027active\u0027);"},{"lineNumber":15,"author":{"gitId":"-"},"content":" });"},{"lineNumber":16,"author":{"gitId":"-"},"content":"}"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":19,"author":{"gitId":"-"},"content":" * Create deep copies of the page navigation."},{"lineNumber":20,"author":{"gitId":"-"},"content":" * @param {HTMLElement} node"},{"lineNumber":21,"author":{"gitId":"-"},"content":" * @returns {HTMLElement} node"},{"lineNumber":22,"author":{"gitId":"-"},"content":" */"},{"lineNumber":23,"author":{"gitId":"-"},"content":"function clonePageNav(node) {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" const pageNav \u003d node.cloneNode(true);"},{"lineNumber":25,"author":{"gitId":"-"},"content":""},{"lineNumber":26,"author":{"gitId":"-"},"content":" pageNav.removeAttribute(\u0027id\u0027); // avoid duplicate"},{"lineNumber":27,"author":{"gitId":"-"},"content":" removeActiveStyle(pageNav);"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" pageNav.classList.add(PAGE_NAV_CLONE_CLASS);"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":" return pageNav;"},{"lineNumber":32,"author":{"gitId":"-"},"content":"}"},{"lineNumber":33,"author":{"gitId":"-"},"content":""},{"lineNumber":34,"author":{"gitId":"-"},"content":"function removePageNavPrint() {"},{"lineNumber":35,"author":{"gitId":"-"},"content":" const tocElements \u003d document.querySelectorAll(`.${PAGE_NAV_CLONE_CLASS}`);"},{"lineNumber":36,"author":{"gitId":"-"},"content":" tocElements.forEach((tocElement) \u003d\u003e {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" tocElement.remove();"},{"lineNumber":38,"author":{"gitId":"-"},"content":" });"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"// Insert page navigation into the \u003cpage-nav-print\u003e containers."},{"lineNumber":42,"author":{"gitId":"-"},"content":"window.addEventListener(\u0027beforeprint\u0027, () \u003d\u003e {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" const pageNav \u003d document.querySelector(`#${PAGE_NAV_ID}`);"},{"lineNumber":44,"author":{"gitId":"-"},"content":" const pageNavPrintContainers \u003d document.querySelectorAll(`.${PAGE_NAV_PRINT_CONTAINER}`);"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" if (pageNav \u0026\u0026 pageNavPrintContainers.length \u003e\u003d 1) {"},{"lineNumber":47,"author":{"gitId":"-"},"content":" removePageNavPrint(); // remove any existing clones"},{"lineNumber":48,"author":{"gitId":"-"},"content":" pageNavPrintContainers.forEach((container) \u003d\u003e {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" container.appendChild(clonePageNav(pageNav));"},{"lineNumber":50,"author":{"gitId":"-"},"content":" });"},{"lineNumber":51,"author":{"gitId":"-"},"content":" }"},{"lineNumber":52,"author":{"gitId":"-"},"content":"});"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"// Remove page navigation clones."},{"lineNumber":55,"author":{"gitId":"-"},"content":"window.addEventListener(\u0027afterprint\u0027, () \u003d\u003e {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" removePageNavPrint();"},{"lineNumber":57,"author":{"gitId":"-"},"content":"});"},{"lineNumber":58,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":59,"author":{"gitId":"Tim-Siu"},"content":"// Check for wrapping in code blocks and adds line numbers if necessary"},{"lineNumber":60,"author":{"gitId":"Tim-Siu"},"content":"function checkForWrappingAndAddLineNumbers() {"},{"lineNumber":61,"author":{"gitId":"Tim-Siu"},"content":" document.querySelectorAll(\u0027pre \u003e code.hljs\u0027).forEach((block) \u003d\u003e {"},{"lineNumber":62,"author":{"gitId":"Tim-Siu"},"content":" // Check if any line within the block is wrapped"},{"lineNumber":63,"author":{"gitId":"Tim-Siu"},"content":" const isWrapped \u003d Array.from(block.querySelectorAll(\u0027span\u0027))"},{"lineNumber":64,"author":{"gitId":"Tim-Siu"},"content":" .some(line \u003d\u003e line.scrollWidth \u003e line.clientWidth);"},{"lineNumber":65,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":66,"author":{"gitId":"Tim-Siu"},"content":" if (isWrapped) {"},{"lineNumber":67,"author":{"gitId":"Tim-Siu"},"content":" // Add .line-numbers class to enable line numbering for wrapped lines"},{"lineNumber":68,"author":{"gitId":"Tim-Siu"},"content":" block.classList.add(\u0027line-numbers-print\u0027);"},{"lineNumber":69,"author":{"gitId":"Tim-Siu"},"content":" }"},{"lineNumber":70,"author":{"gitId":"Tim-Siu"},"content":" });"},{"lineNumber":71,"author":{"gitId":"Tim-Siu"},"content":"}"},{"lineNumber":72,"author":{"gitId":"Tim-Siu"},"content":""},{"lineNumber":73,"author":{"gitId":"Tim-Siu"},"content":"window.addEventListener(\u0027beforeprint\u0027, () \u003d\u003e {"},{"lineNumber":74,"author":{"gitId":"Tim-Siu"},"content":" checkForWrappingAndAddLineNumbers();"},{"lineNumber":75,"author":{"gitId":"Tim-Siu"},"content":"});"}],"authorContributionMap":{"-":57,"Tim-Siu":18}},{"path":"packages/core-web/src/styles/index.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"markbind.css\");"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"page-nav.css\");"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"~katex/dist/katex.css\");"},{"lineNumber":4,"author":{"gitId":"LamJiuFong"},"content":"@import url(\"~markdown-it-texmath/css/texmath.css\");"}],"authorContributionMap":{"LamJiuFong":4}},{"path":"packages/core-web/src/styles/markbind.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"@import url(\"../../asset/css/codeblock-light.min.css\") print;"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":":root {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" --sticky-header-height: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"a {"},{"lineNumber":8,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}"},{"lineNumber":10,"author":{"gitId":"-"},"content":""},{"lineNumber":11,"author":{"gitId":"-"},"content":"blockquote {"},{"lineNumber":12,"author":{"gitId":"-"},"content":" border-left: 0.25em solid #dfe2e5;"},{"lineNumber":13,"author":{"gitId":"-"},"content":" color: #6a737d;"},{"lineNumber":14,"author":{"gitId":"-"},"content":" padding: 0 1rem;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"code {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" background: #f8f8f8;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" border-radius: 3px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":" padding: 0.2em 0.4em;"},{"lineNumber":21,"author":{"gitId":"-"},"content":" word-break: normal;"},{"lineNumber":22,"author":{"gitId":"-"},"content":"}"},{"lineNumber":23,"author":{"gitId":"-"},"content":""},{"lineNumber":24,"author":{"gitId":"-"},"content":"mark code {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" background: #ffffffd4;"},{"lineNumber":26,"author":{"gitId":"-"},"content":"}"},{"lineNumber":27,"author":{"gitId":"-"},"content":""},{"lineNumber":28,"author":{"gitId":"-"},"content":"pre.hljs \u003e code {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" background: none;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":"pre \u003e code.hljs {"},{"lineNumber":33,"author":{"gitId":"LamJiuFong"},"content":" background-clip: padding-box;"},{"lineNumber":34,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":35,"author":{"gitId":"-"},"content":" counter-reset: line;"},{"lineNumber":36,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"}"},{"lineNumber":38,"author":{"gitId":"-"},"content":""},{"lineNumber":39,"author":{"gitId":"-"},"content":"pre \u003e code.hljs[heading] {"},{"lineNumber":40,"author":{"gitId":"-"},"content":" border-top-right-radius: 0;"},{"lineNumber":41,"author":{"gitId":"-"},"content":"}"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":".code-block {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":45,"author":{"gitId":"-"},"content":"}"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":".code-block-heading {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" border-radius: 6px 6px 0 0;"},{"lineNumber":49,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" font-size: 85%;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" line-height: 1;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" max-width: 85%;"},{"lineNumber":54,"author":{"gitId":"-"},"content":" overflow-wrap: break-word;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" padding: 0.25em 0.4em;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" text-align: right;"},{"lineNumber":57,"author":{"gitId":"-"},"content":"}"},{"lineNumber":58,"author":{"gitId":"-"},"content":""},{"lineNumber":59,"author":{"gitId":"-"},"content":".inline-markdown-heading {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" line-height: 1.5;"},{"lineNumber":61,"author":{"gitId":"-"},"content":"}"},{"lineNumber":62,"author":{"gitId":"-"},"content":""},{"lineNumber":63,"author":{"gitId":"-"},"content":".code-block-content {"},{"lineNumber":64,"author":{"gitId":"-"},"content":" clear: both;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":66,"author":{"gitId":"-"},"content":"}"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":69,"author":{"gitId":"Tim-Siu"},"content":" pre \u003e code.hljs {"},{"lineNumber":70,"author":{"gitId":"Tim-Siu"},"content":" white-space: pre-wrap;"},{"lineNumber":71,"author":{"gitId":"Tim-Siu"},"content":" word-wrap: break-word;"},{"lineNumber":72,"author":{"gitId":"Tim-Siu"},"content":" word-break: break-all;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" }"},{"lineNumber":74,"author":{"gitId":"-"},"content":""},{"lineNumber":75,"author":{"gitId":"Tim-Siu"},"content":" .hljs:not(.inline).line-numbers-print \u003e span {"},{"lineNumber":76,"author":{"gitId":"Tim-Siu"},"content":" padding: 0 0.5em 0 3.5em;"},{"lineNumber":77,"author":{"gitId":"Tim-Siu"},"content":" position: relative;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" }"},{"lineNumber":79,"author":{"gitId":"-"},"content":""},{"lineNumber":80,"author":{"gitId":"Tim-Siu"},"content":" /* display line numbers beside each span */"},{"lineNumber":81,"author":{"gitId":"Tim-Siu"},"content":" .hljs:not(.inline).line-numbers-print \u003e span::before {"},{"lineNumber":82,"author":{"gitId":"Tim-Siu"},"content":" border-right: 1px solid #ddd;"},{"lineNumber":83,"author":{"gitId":"Tim-Siu"},"content":" display: inline-block;"},{"lineNumber":84,"author":{"gitId":"Tim-Siu"},"content":" color: #888;"},{"lineNumber":85,"author":{"gitId":"Tim-Siu"},"content":" content: counter(line);"},{"lineNumber":86,"author":{"gitId":"Tim-Siu"},"content":" counter-increment: line;"},{"lineNumber":87,"author":{"gitId":"Tim-Siu"},"content":" left: 0;"},{"lineNumber":88,"author":{"gitId":"Tim-Siu"},"content":" margin-right: 0.5em;"},{"lineNumber":89,"author":{"gitId":"Tim-Siu"},"content":" padding-right: 0.5em;"},{"lineNumber":90,"author":{"gitId":"Tim-Siu"},"content":" position: absolute;"},{"lineNumber":91,"author":{"gitId":"Tim-Siu"},"content":" text-align: right;"},{"lineNumber":92,"author":{"gitId":"Tim-Siu"},"content":" top: 0;"},{"lineNumber":93,"author":{"gitId":"Tim-Siu"},"content":" width: 3em;"},{"lineNumber":94,"author":{"gitId":"Tim-Siu"},"content":" height: 100%;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" }"},{"lineNumber":96,"author":{"gitId":"-"},"content":""},{"lineNumber":97,"author":{"gitId":"-"},"content":" /* force printing the highlighting colour */"},{"lineNumber":98,"author":{"gitId":"-"},"content":" .hljs span.highlighted{"},{"lineNumber":99,"author":{"gitId":"-"},"content":" -webkit-print-color-adjust:exact;"},{"lineNumber":100,"author":{"gitId":"-"},"content":" background:#e6e6fa !important;"},{"lineNumber":101,"author":{"gitId":"-"},"content":" }"},{"lineNumber":102,"author":{"gitId":"-"},"content":"}"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"kbd {"},{"lineNumber":105,"author":{"gitId":"-"},"content":" background-color: #fafbfc;"},{"lineNumber":106,"author":{"gitId":"-"},"content":" border: 1px solid #c6cbd1;"},{"lineNumber":107,"author":{"gitId":"-"},"content":" border-bottom-color: #959da5;"},{"lineNumber":108,"author":{"gitId":"-"},"content":" box-shadow: inset 0 -1px 0 #959da5;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" color: #444d56;"},{"lineNumber":110,"author":{"gitId":"-"},"content":"}"},{"lineNumber":111,"author":{"gitId":"-"},"content":""},{"lineNumber":112,"author":{"gitId":"-"},"content":".btn:active,"},{"lineNumber":113,"author":{"gitId":"-"},"content":".btn:focus {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" box-shadow: none !important;"},{"lineNumber":115,"author":{"gitId":"-"},"content":" outline: none !important;"},{"lineNumber":116,"author":{"gitId":"-"},"content":"}"},{"lineNumber":117,"author":{"gitId":"-"},"content":""},{"lineNumber":118,"author":{"gitId":"-"},"content":"code.hljs.inline {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" display: initial;"},{"lineNumber":120,"author":{"gitId":"-"},"content":" padding: 0.2em 0.4em;"},{"lineNumber":121,"author":{"gitId":"-"},"content":"}"},{"lineNumber":122,"author":{"gitId":"-"},"content":""},{"lineNumber":123,"author":{"gitId":"-"},"content":".markbind-table {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" width: auto;"},{"lineNumber":125,"author":{"gitId":"-"},"content":"}"},{"lineNumber":126,"author":{"gitId":"-"},"content":""},{"lineNumber":127,"author":{"gitId":"-"},"content":".radio-list-item,"},{"lineNumber":128,"author":{"gitId":"-"},"content":".task-list-item {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" list-style-type: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" margin: 0 0 0 -1.2em;"},{"lineNumber":131,"author":{"gitId":"-"},"content":"}"},{"lineNumber":132,"author":{"gitId":"-"},"content":""},{"lineNumber":133,"author":{"gitId":"-"},"content":".radio-list-item label {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" font-weight: inherit;"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":".table-striped \u003e thead,"},{"lineNumber":138,"author":{"gitId":"-"},"content":".table-striped \u003e tbody \u003e tr:nth-of-type(even) {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" background-color: #fff;"},{"lineNumber":140,"author":{"gitId":"-"},"content":"}"},{"lineNumber":141,"author":{"gitId":"-"},"content":""},{"lineNumber":142,"author":{"gitId":"-"},"content":"/**"},{"lineNumber":143,"author":{"gitId":"-"},"content":" * Holy Grail Layout"},{"lineNumber":144,"author":{"gitId":"-"},"content":" *"},{"lineNumber":145,"author":{"gitId":"-"},"content":" * This section covers the common styles used within Header, Footer and Side Navigation bars"},{"lineNumber":146,"author":{"gitId":"-"},"content":" */"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":"/* Header */"},{"lineNumber":149,"author":{"gitId":"-"},"content":""},{"lineNumber":150,"author":{"gitId":"-"},"content":"header[sticky] {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":152,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":153,"author":{"gitId":"-"},"content":" transition: transform 0.3s ease-in-out;"},{"lineNumber":154,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":155,"author":{"gitId":"-"},"content":" z-index: 1001;"},{"lineNumber":156,"author":{"gitId":"-"},"content":"}"},{"lineNumber":157,"author":{"gitId":"-"},"content":""},{"lineNumber":158,"author":{"gitId":"-"},"content":"header[sticky].hide-header {"},{"lineNumber":159,"author":{"gitId":"-"},"content":" transform: translateY(calc(-1 * var(--sticky-header-height)));"},{"lineNumber":160,"author":{"gitId":"-"},"content":"}"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"span.anchor {"},{"lineNumber":163,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":164,"author":{"gitId":"-"},"content":" top: calc(-1 * var(--sticky-header-height) - 1rem);"},{"lineNumber":165,"author":{"gitId":"-"},"content":"}"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":"/* #app is treated as the main container */"},{"lineNumber":168,"author":{"gitId":"-"},"content":"#app {"},{"lineNumber":169,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":170,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" min-height: 100vh;"},{"lineNumber":172,"author":{"gitId":"-"},"content":"}"},{"lineNumber":173,"author":{"gitId":"-"},"content":""},{"lineNumber":174,"author":{"gitId":"-"},"content":"/* Footer */"},{"lineNumber":175,"author":{"gitId":"-"},"content":"footer {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" background-color: #f5f5f5;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" color: dimgrey;"},{"lineNumber":178,"author":{"gitId":"-"},"content":" padding: 10px 0;"},{"lineNumber":179,"author":{"gitId":"-"},"content":"}"},{"lineNumber":180,"author":{"gitId":"-"},"content":""},{"lineNumber":181,"author":{"gitId":"-"},"content":"/* TODO move this back to markdown-it-attr if bundling is implemented */"},{"lineNumber":182,"author":{"gitId":"-"},"content":".dimmed {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" color: #777;"},{"lineNumber":184,"author":{"gitId":"-"},"content":"}"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":".large {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" font-size: 125%;"},{"lineNumber":188,"author":{"gitId":"-"},"content":"}"},{"lineNumber":189,"author":{"gitId":"-"},"content":""},{"lineNumber":190,"author":{"gitId":"-"},"content":".small {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" font-size: 80%;"},{"lineNumber":192,"author":{"gitId":"-"},"content":"}"},{"lineNumber":193,"author":{"gitId":"-"},"content":""},{"lineNumber":194,"author":{"gitId":"-"},"content":".underline {"},{"lineNumber":195,"author":{"gitId":"-"},"content":" text-decoration: underline;"},{"lineNumber":196,"author":{"gitId":"-"},"content":"}"},{"lineNumber":197,"author":{"gitId":"-"},"content":""},{"lineNumber":198,"author":{"gitId":"-"},"content":".mkb-text-red {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" color: red !important;"},{"lineNumber":200,"author":{"gitId":"-"},"content":"}"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":".mkb-text-green {"},{"lineNumber":203,"author":{"gitId":"-"},"content":" color: green !important;"},{"lineNumber":204,"author":{"gitId":"-"},"content":"}"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":".mkb-text-blue {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" color: blue !important;"},{"lineNumber":208,"author":{"gitId":"-"},"content":"}"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":".mkb-text-cyan {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" color: cyan !important;"},{"lineNumber":212,"author":{"gitId":"-"},"content":"}"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":".mkb-text-magenta {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" color: magenta !important;"},{"lineNumber":216,"author":{"gitId":"-"},"content":"}"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":".mkb-text-yellow {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" color: yellow !important;"},{"lineNumber":220,"author":{"gitId":"-"},"content":"}"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":".mkb-text-black {"},{"lineNumber":223,"author":{"gitId":"-"},"content":" color: black !important;"},{"lineNumber":224,"author":{"gitId":"-"},"content":"}"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":".mkb-text-white {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" color: white !important;"},{"lineNumber":228,"author":{"gitId":"-"},"content":"}"},{"lineNumber":229,"author":{"gitId":"-"},"content":""},{"lineNumber":230,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":231,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":232,"author":{"gitId":"-"},"content":" .dropdown-menu \u003e li \u003e a {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" white-space: normal;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" }"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":" .navbar-nav .open .dropdown-menu {"},{"lineNumber":237,"author":{"gitId":"-"},"content":" background-color: #fff;"},{"lineNumber":238,"author":{"gitId":"-"},"content":" }"},{"lineNumber":239,"author":{"gitId":"-"},"content":"}"},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":"/* Footnote anchor */"},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":"li.footnote-item:target {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" background-color: #eee;"},{"lineNumber":245,"author":{"gitId":"-"},"content":"}"},{"lineNumber":246,"author":{"gitId":"-"},"content":""},{"lineNumber":247,"author":{"gitId":"-"},"content":".hljs:not(.inline) \u003e span {"},{"lineNumber":248,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":249,"author":{"gitId":"-"},"content":"}"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":".hljs:not(.inline).line-numbers \u003e span {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" padding: 0 0.5em 0 3.5em;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":254,"author":{"gitId":"-"},"content":"}"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":"/* display line numbers beside each span */"},{"lineNumber":257,"author":{"gitId":"-"},"content":".hljs:not(.inline).line-numbers \u003e span::before {"},{"lineNumber":258,"author":{"gitId":"-"},"content":" border-right: 1px solid #ddd;"},{"lineNumber":259,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" color: #888;"},{"lineNumber":261,"author":{"gitId":"-"},"content":" content: counter(line);"},{"lineNumber":262,"author":{"gitId":"-"},"content":" counter-increment: line;"},{"lineNumber":263,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" margin-right: 0.5em;"},{"lineNumber":265,"author":{"gitId":"-"},"content":" padding-right: 0.5em;"},{"lineNumber":266,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":267,"author":{"gitId":"-"},"content":" text-align: right;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" width: 3em;"},{"lineNumber":270,"author":{"gitId":"-"},"content":" height: 100%;"},{"lineNumber":271,"author":{"gitId":"-"},"content":"}"},{"lineNumber":272,"author":{"gitId":"-"},"content":""},{"lineNumber":273,"author":{"gitId":"-"},"content":"/* styles for triggers and tooltips */"},{"lineNumber":274,"author":{"gitId":"-"},"content":".trigger {"},{"lineNumber":275,"author":{"gitId":"LamJiuFong"},"content":" border-bottom: 1px dotted currentcolor;"},{"lineNumber":276,"author":{"gitId":"-"},"content":"}"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":".trigger-click {"},{"lineNumber":279,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":280,"author":{"gitId":"LamJiuFong"},"content":" border-bottom: 1px dashed currentcolor;"},{"lineNumber":281,"author":{"gitId":"-"},"content":"}"},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":".trigger-click:focus {"},{"lineNumber":284,"author":{"gitId":"-"},"content":" outline: none;"},{"lineNumber":285,"author":{"gitId":"-"},"content":"}"},{"lineNumber":286,"author":{"gitId":"-"},"content":""},{"lineNumber":287,"author":{"gitId":"-"},"content":"/* \"Copy\" and \"wrap text\" code block buttons */"},{"lineNumber":288,"author":{"gitId":"-"},"content":"pre {"},{"lineNumber":289,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":291,"author":{"gitId":"-"},"content":"}"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":"button.function-btn {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" border: 1px solid #d7dadc;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" color: darkgray;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":298,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":299,"author":{"gitId":"-"},"content":" margin: 0.17rem;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" padding: 0.35rem;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":303,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" white-space: nowrap;"},{"lineNumber":305,"author":{"gitId":"-"},"content":"}"},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":"button.function-btn + button.function-btn {"},{"lineNumber":308,"author":{"gitId":"-"},"content":" right: 36px;"},{"lineNumber":309,"author":{"gitId":"-"},"content":"}"},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":"pre:hover \u003e .function-btn-container \u003e button.function-btn {"},{"lineNumber":312,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":313,"author":{"gitId":"-"},"content":"}"},{"lineNumber":314,"author":{"gitId":"-"},"content":""},{"lineNumber":315,"author":{"gitId":"-"},"content":".function-btn:hover {"},{"lineNumber":316,"author":{"gitId":"-"},"content":" transition: all 0.5s ease;"},{"lineNumber":317,"author":{"gitId":"-"},"content":" color: gray;"},{"lineNumber":318,"author":{"gitId":"-"},"content":"}"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"-"},"content":".function-btn-body {"},{"lineNumber":321,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":323,"author":{"gitId":"-"},"content":"}"},{"lineNumber":324,"author":{"gitId":"-"},"content":""},{"lineNumber":325,"author":{"gitId":"-"},"content":".function-btn svg {"},{"lineNumber":326,"author":{"gitId":"LamJiuFong"},"content":" fill: currentcolor;"},{"lineNumber":327,"author":{"gitId":"-"},"content":"}"},{"lineNumber":328,"author":{"gitId":"-"},"content":""},{"lineNumber":329,"author":{"gitId":"-"},"content":"/* Wrap class used for \"wrap text\" button. */"},{"lineNumber":330,"author":{"gitId":"-"},"content":"code.wrap {"},{"lineNumber":331,"author":{"gitId":"-"},"content":" white-space: pre-wrap;"},{"lineNumber":332,"author":{"gitId":"-"},"content":" word-wrap: break-word;"},{"lineNumber":333,"author":{"gitId":"Tim-Siu"},"content":" word-break: break-all;"},{"lineNumber":334,"author":{"gitId":"-"},"content":"}"},{"lineNumber":335,"author":{"gitId":"-"},"content":""},{"lineNumber":336,"author":{"gitId":"-"},"content":"/* Octicon sizing */"},{"lineNumber":337,"author":{"gitId":"-"},"content":".octicon {"},{"lineNumber":338,"author":{"gitId":"-"},"content":" height: 1em;"},{"lineNumber":339,"author":{"gitId":"-"},"content":" width: 1em;"},{"lineNumber":340,"author":{"gitId":"-"},"content":"}"},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":"/* styles for \u003chr\u003e */"},{"lineNumber":343,"author":{"gitId":"-"},"content":"hr {"},{"lineNumber":344,"author":{"gitId":"LamJiuFong"},"content":" border-top: solid 1px rgb(0 0 0 / 10%);"},{"lineNumber":345,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":346,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":347,"author":{"gitId":"-"},"content":"}"},{"lineNumber":348,"author":{"gitId":"-"},"content":""},{"lineNumber":349,"author":{"gitId":"-"},"content":"hr.dotted {"},{"lineNumber":350,"author":{"gitId":"-"},"content":" border-top-width: 0.1rem;"},{"lineNumber":351,"author":{"gitId":"-"},"content":" border-top-style: dotted;"},{"lineNumber":352,"author":{"gitId":"-"},"content":"}"},{"lineNumber":353,"author":{"gitId":"-"},"content":""},{"lineNumber":354,"author":{"gitId":"-"},"content":"hr.double {"},{"lineNumber":355,"author":{"gitId":"-"},"content":" border-top-width: 0.2rem;"},{"lineNumber":356,"author":{"gitId":"-"},"content":" border-top-style: double;"},{"lineNumber":357,"author":{"gitId":"-"},"content":"}"},{"lineNumber":358,"author":{"gitId":"-"},"content":""},{"lineNumber":359,"author":{"gitId":"-"},"content":"hr.dashed {"},{"lineNumber":360,"author":{"gitId":"-"},"content":" border-top-width: 0.1rem;"},{"lineNumber":361,"author":{"gitId":"-"},"content":" border-top-style: dashed;"},{"lineNumber":362,"author":{"gitId":"-"},"content":"}"},{"lineNumber":363,"author":{"gitId":"-"},"content":""},{"lineNumber":364,"author":{"gitId":"-"},"content":"hr.thick {"},{"lineNumber":365,"author":{"gitId":"-"},"content":" border-top-width: 0.15rem;"},{"lineNumber":366,"author":{"gitId":"-"},"content":"}"},{"lineNumber":367,"author":{"gitId":"-"},"content":""},{"lineNumber":368,"author":{"gitId":"-"},"content":"hr.thick-1 {"},{"lineNumber":369,"author":{"gitId":"-"},"content":" border-top-width: 0.25rem;"},{"lineNumber":370,"author":{"gitId":"-"},"content":"}"},{"lineNumber":371,"author":{"gitId":"-"},"content":""},{"lineNumber":372,"author":{"gitId":"-"},"content":"hr.thick-2 {"},{"lineNumber":373,"author":{"gitId":"-"},"content":" border-top-width: 0.5rem;"},{"lineNumber":374,"author":{"gitId":"-"},"content":"}"},{"lineNumber":375,"author":{"gitId":"-"},"content":""},{"lineNumber":376,"author":{"gitId":"-"},"content":"hr.thick-3 {"},{"lineNumber":377,"author":{"gitId":"-"},"content":" border-top-width: 0.75rem;"},{"lineNumber":378,"author":{"gitId":"-"},"content":"}"},{"lineNumber":379,"author":{"gitId":"-"},"content":""},{"lineNumber":380,"author":{"gitId":"-"},"content":"ol,"},{"lineNumber":381,"author":{"gitId":"-"},"content":"ul {"},{"lineNumber":382,"author":{"gitId":"-"},"content":" padding-left: 1.5rem;"},{"lineNumber":383,"author":{"gitId":"-"},"content":"}"},{"lineNumber":384,"author":{"gitId":"-"},"content":""},{"lineNumber":385,"author":{"gitId":"-"},"content":"h1,"},{"lineNumber":386,"author":{"gitId":"-"},"content":"h2,"},{"lineNumber":387,"author":{"gitId":"-"},"content":"h3,"},{"lineNumber":388,"author":{"gitId":"-"},"content":"h4,"},{"lineNumber":389,"author":{"gitId":"-"},"content":"h5,"},{"lineNumber":390,"author":{"gitId":"-"},"content":"h6 {"},{"lineNumber":391,"author":{"gitId":"-"},"content":" margin-bottom: 1rem;"},{"lineNumber":392,"author":{"gitId":"-"},"content":" scroll-margin-top: var(--sticky-header-height);"},{"lineNumber":393,"author":{"gitId":"-"},"content":"}"},{"lineNumber":394,"author":{"gitId":"-"},"content":""},{"lineNumber":395,"author":{"gitId":"-"},"content":".block-embed {"},{"lineNumber":396,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":397,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":398,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":399,"author":{"gitId":"-"},"content":"}"},{"lineNumber":400,"author":{"gitId":"-"},"content":""},{"lineNumber":401,"author":{"gitId":"-"},"content":".block-embed iframe {"},{"lineNumber":402,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":403,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":404,"author":{"gitId":"-"},"content":" left: 0;"},{"lineNumber":405,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":406,"author":{"gitId":"-"},"content":" height: 100%;"},{"lineNumber":407,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":378,"Tim-Siu":23}},{"path":"packages/core-web/src/styles/page-nav.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"/* Page navigation */"},{"lineNumber":2,"author":{"gitId":"-"},"content":""},{"lineNumber":3,"author":{"gitId":"-"},"content":"#mb-page-nav {"},{"lineNumber":4,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 12px 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"#mb-page-nav a:link,"},{"lineNumber":8,"author":{"gitId":"-"},"content":"#mb-page-nav a:visited {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" color: #9b9b9b;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":11,"author":{"gitId":"-"},"content":"}"},{"lineNumber":12,"author":{"gitId":"-"},"content":""},{"lineNumber":13,"author":{"gitId":"-"},"content":"#mb-page-nav a:hover {"},{"lineNumber":14,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":15,"author":{"gitId":"-"},"content":"}"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":"#mb-page-nav a.active {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".page-nav-title {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":25,"author":{"gitId":"-"},"content":" white-space: inherit;"},{"lineNumber":26,"author":{"gitId":"-"},"content":" padding-left: 0.5rem;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"}"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":".nested {"},{"lineNumber":30,"author":{"gitId":"-"},"content":" margin-left: 5%;"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}"},{"lineNumber":32,"author":{"gitId":"-"},"content":""},{"lineNumber":33,"author":{"gitId":"-"},"content":".no-flex-wrap {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" flex-wrap: nowrap;"},{"lineNumber":35,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":1,"-":34}},{"path":"packages/core/package.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"{"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \"name\": \"@markbind/core\","},{"lineNumber":3,"author":{"gitId":"-"},"content":" \"version\": \"5.4.0\","},{"lineNumber":4,"author":{"gitId":"-"},"content":" \"description\": \"MarkBind core module\","},{"lineNumber":5,"author":{"gitId":"-"},"content":" \"keywords\": ["},{"lineNumber":6,"author":{"gitId":"-"},"content":" \"mark\","},{"lineNumber":7,"author":{"gitId":"-"},"content":" \"markdown\","},{"lineNumber":8,"author":{"gitId":"-"},"content":" \"markbind\","},{"lineNumber":9,"author":{"gitId":"-"},"content":" \"fragment\","},{"lineNumber":10,"author":{"gitId":"-"},"content":" \"reusable\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" ],"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \"homepage\": \"https://markbind.org\","},{"lineNumber":13,"author":{"gitId":"-"},"content":" \"license\": \"MIT\","},{"lineNumber":14,"author":{"gitId":"-"},"content":" \"main\": \"index.js\","},{"lineNumber":15,"author":{"gitId":"-"},"content":" \"types\": \"index.d.ts\","},{"lineNumber":16,"author":{"gitId":"-"},"content":" \"repository\": {"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \"type\": \"git\","},{"lineNumber":18,"author":{"gitId":"-"},"content":" \"url\": \"https://github.com/MarkBind/markbind.git\","},{"lineNumber":19,"author":{"gitId":"-"},"content":" \"directory\": \"packages/core\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" },"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \"publishConfig\": {"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \"access\": \"public\""},{"lineNumber":23,"author":{"gitId":"-"},"content":" },"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \"scripts\": {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \"compile\": \"tsc\","},{"lineNumber":26,"author":{"gitId":"-"},"content":" \"build\": \"tsc --noEmitOnError\","},{"lineNumber":27,"author":{"gitId":"-"},"content":" \"prepare\": \"npm run build\","},{"lineNumber":28,"author":{"gitId":"-"},"content":" \"test\": \"jest --colors\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" },"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \"dependencies\": {"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \"@fortawesome/fontawesome-free\": \"^6.4.0\","},{"lineNumber":32,"author":{"gitId":"-"},"content":" \"@markbind/core-web\": \"5.4.0\","},{"lineNumber":33,"author":{"gitId":"-"},"content":" \"@primer/octicons\": \"^15.0.1\","},{"lineNumber":34,"author":{"gitId":"-"},"content":" \"@sindresorhus/slugify\": \"^0.9.1\","},{"lineNumber":35,"author":{"gitId":"-"},"content":" \"@tlylt/markdown-it-imsize\": \"^3.0.0\","},{"lineNumber":36,"author":{"gitId":"-"},"content":" \"bluebird\": \"^3.7.2\","},{"lineNumber":37,"author":{"gitId":"-"},"content":" \"bootswatch\": \"5.1.3\","},{"lineNumber":38,"author":{"gitId":"-"},"content":" \"cheerio\": \"^0.22.0\","},{"lineNumber":39,"author":{"gitId":"-"},"content":" \"crypto-js\": \"^4.0.0\","},{"lineNumber":40,"author":{"gitId":"-"},"content":" \"csv-parse\": \"^4.14.2\","},{"lineNumber":41,"author":{"gitId":"-"},"content":" \"ensure-posix-path\": \"^1.1.1\","},{"lineNumber":42,"author":{"gitId":"-"},"content":" \"fastmatter\": \"^2.1.1\","},{"lineNumber":43,"author":{"gitId":"-"},"content":" \"fs-extra\": \"^9.0.1\","},{"lineNumber":44,"author":{"gitId":"-"},"content":" \"gh-pages\": \"^2.1.1\","},{"lineNumber":45,"author":{"gitId":"-"},"content":" \"highlight.js\": \"^10.4.1\","},{"lineNumber":46,"author":{"gitId":"-"},"content":" \"htmlparser2\": \"^3.10.1\","},{"lineNumber":47,"author":{"gitId":"-"},"content":" \"ignore\": \"^5.1.4\","},{"lineNumber":48,"author":{"gitId":"-"},"content":" \"js-beautify\": \"1.14.3\","},{"lineNumber":49,"author":{"gitId":"-"},"content":" \"katex\": \"^0.15.6\","},{"lineNumber":50,"author":{"gitId":"-"},"content":" \"lodash\": \"^4.17.15\","},{"lineNumber":51,"author":{"gitId":"-"},"content":" \"markdown-it\": \"^12.3.2\","},{"lineNumber":52,"author":{"gitId":"-"},"content":" \"markdown-it-attrs\": \"^4.1.3\","},{"lineNumber":53,"author":{"gitId":"-"},"content":" \"markdown-it-emoji\": \"^1.4.0\","},{"lineNumber":54,"author":{"gitId":"-"},"content":" \"markdown-it-linkify-images\": \"^3.0.0\","},{"lineNumber":55,"author":{"gitId":"-"},"content":" \"markdown-it-mark\": \"^3.0.0\","},{"lineNumber":56,"author":{"gitId":"-"},"content":" \"markdown-it-regexp\": \"^0.4.0\","},{"lineNumber":57,"author":{"gitId":"-"},"content":" \"markdown-it-sub\": \"^1.0.0\","},{"lineNumber":58,"author":{"gitId":"-"},"content":" \"markdown-it-sup\": \"^1.0.0\","},{"lineNumber":59,"author":{"gitId":"-"},"content":" \"markdown-it-table-of-contents\": \"^0.4.4\","},{"lineNumber":60,"author":{"gitId":"-"},"content":" \"markdown-it-task-lists\": \"^2.1.1\","},{"lineNumber":61,"author":{"gitId":"-"},"content":" \"markdown-it-texmath\": \"^1.0.0\","},{"lineNumber":62,"author":{"gitId":"-"},"content":" \"markdown-it-video\": \"^0.6.3\","},{"lineNumber":63,"author":{"gitId":"-"},"content":" \"material-icons\": \"^1.9.1\","},{"lineNumber":64,"author":{"gitId":"-"},"content":" \"moment\": \"^2.29.4\","},{"lineNumber":65,"author":{"gitId":"-"},"content":" \"nunjucks\": \"3.2.4\","},{"lineNumber":66,"author":{"gitId":"-"},"content":" \"path-is-inside\": \"^1.0.2\","},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" \"simple-git\": \"^3.22.0\","},{"lineNumber":68,"author":{"gitId":"-"},"content":" \"url-parse\": \"^1.5.10\","},{"lineNumber":69,"author":{"gitId":"-"},"content":" \"uuid\": \"^8.3.1\","},{"lineNumber":70,"author":{"gitId":"-"},"content":" \"vue\": \"2.6.14\","},{"lineNumber":71,"author":{"gitId":"-"},"content":" \"vue-server-renderer\": \"2.6.14\","},{"lineNumber":72,"author":{"gitId":"-"},"content":" \"vue-template-compiler\": \"2.6.14\","},{"lineNumber":73,"author":{"gitId":"-"},"content":" \"walk-sync\": \"^2.0.2\","},{"lineNumber":74,"author":{"gitId":"-"},"content":" \"winston\": \"^2.4.4\""},{"lineNumber":75,"author":{"gitId":"-"},"content":" },"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \"devDependencies\": {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \"@jest/globals\": \"^29.5.0\","},{"lineNumber":78,"author":{"gitId":"-"},"content":" \"@types/bluebird\": \"^3.5.36\","},{"lineNumber":79,"author":{"gitId":"-"},"content":" \"@types/cheerio\": \"^0.22.31\","},{"lineNumber":80,"author":{"gitId":"-"},"content":" \"@types/crypto-js\": \"^4.1.1\","},{"lineNumber":81,"author":{"gitId":"-"},"content":" \"@types/domhandler\": \"^2.4.2\","},{"lineNumber":82,"author":{"gitId":"-"},"content":" \"@types/fs-extra\": \"^9.0.13\","},{"lineNumber":83,"author":{"gitId":"-"},"content":" \"@types/gh-pages\": \"^3.2.1\","},{"lineNumber":84,"author":{"gitId":"-"},"content":" \"@types/htmlparser2\": \"^3.10.3\","},{"lineNumber":85,"author":{"gitId":"-"},"content":" \"@types/jest\": \"^27.4.1\","},{"lineNumber":86,"author":{"gitId":"-"},"content":" \"@types/js-beautify\": \"^1.13.3\","},{"lineNumber":87,"author":{"gitId":"-"},"content":" \"@types/katex\": \"^0.16.0\","},{"lineNumber":88,"author":{"gitId":"-"},"content":" \"@types/lodash\": \"^4.14.181\","},{"lineNumber":89,"author":{"gitId":"-"},"content":" \"@types/markdown-it\": \"^12.2.3\","},{"lineNumber":90,"author":{"gitId":"-"},"content":" \"@types/node\": \"^18.15.0\","},{"lineNumber":91,"author":{"gitId":"-"},"content":" \"@types/nunjucks\": \"^3.2.1\","},{"lineNumber":92,"author":{"gitId":"-"},"content":" \"@types/path-is-inside\": \"^1.0.0\","},{"lineNumber":93,"author":{"gitId":"-"},"content":" \"@types/primer__octicons\": \"^17.11.0\","},{"lineNumber":94,"author":{"gitId":"-"},"content":" \"@types/url-parse\": \"^1.4.8\","},{"lineNumber":95,"author":{"gitId":"-"},"content":" \"@types/uuid\": \"^9.0.0\","},{"lineNumber":96,"author":{"gitId":"-"},"content":" \"jest\": \"^27.5.1\","},{"lineNumber":97,"author":{"gitId":"-"},"content":" \"memfs\": \"^3.0.1\","},{"lineNumber":98,"author":{"gitId":"-"},"content":" \"ts-jest\": \"^27.1.4\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" }"},{"lineNumber":100,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"KevinEyo1":1,"-":99}},{"path":"packages/core/src/Page/page.njk","fileType":"njk","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003c!DOCTYPE html\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":"\u003chtml\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003chead\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" {%- if asset.headTop %}"},{"lineNumber":5,"author":{"gitId":"-"},"content":" {%- for headContent in asset.headTop %}"},{"lineNumber":6,"author":{"gitId":"-"},"content":" {{ headContent }}"},{"lineNumber":7,"author":{"gitId":"-"},"content":" {%- endfor %}"},{"lineNumber":8,"author":{"gitId":"-"},"content":" {%- endif %}"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cmeta charset\u003d\"utf-8\"\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cmeta http-equiv\u003d\"X-UA-Compatible\" content\u003d\"IE\u003dedge\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cmeta name\u003d\"generator\" content\u003d\"{{ markBindVersion }}\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cmeta name\u003d\"viewport\" content\u003d\"width\u003ddevice-width, initial-scale\u003d1\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" {%- if title -%} \u003ctitle\u003e{{ title }}\u003c/title\u003e {%- endif -%}"},{"lineNumber":14,"author":{"gitId":"-"},"content":" {% if asset.bootstrap %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.bootstrap }}\"\u003e {%- endif -%}"},{"lineNumber":15,"author":{"gitId":"-"},"content":" {% if asset.fontAwesome %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.fontAwesome }}\"\u003e {%- endif -%}"},{"lineNumber":16,"author":{"gitId":"-"},"content":" {% if asset.glyphicons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.glyphicons }}\"\u003e {%- endif -%}"},{"lineNumber":17,"author":{"gitId":"-"},"content":" {% if asset.octicons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.octicons }}\"\u003e {%- endif -%}"},{"lineNumber":18,"author":{"gitId":"-"},"content":" {% if asset.materialIcons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.materialIcons }}\"\u003e {%- endif -%}"},{"lineNumber":19,"author":{"gitId":"yiwen101"},"content":" {% if asset.bootstrapIcons %} \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.bootstrapIcons }}\"\u003e {%- endif -%}"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.highlight }}\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" {%- if not dev -%}\u003clink rel\u003d\"stylesheet\" href\u003d\"{{ asset.markBindCss }}\"\u003e{%- endif -%}"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.polyfillJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.vue }}\"\u003e\u003c/script\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.markBindJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ asset.pageVueRenderJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" {%- if asset.pluginLinks -%}"},{"lineNumber":27,"author":{"gitId":"-"},"content":" {%- for link in asset.pluginLinks -%}"},{"lineNumber":28,"author":{"gitId":"-"},"content":" {{ link }}"},{"lineNumber":29,"author":{"gitId":"-"},"content":" {%- endfor -%}"},{"lineNumber":30,"author":{"gitId":"-"},"content":" {%- endif -%}"},{"lineNumber":31,"author":{"gitId":"-"},"content":" {%- if asset.headBottom %}"},{"lineNumber":32,"author":{"gitId":"-"},"content":" {%- for headContent in asset.headBottom %}"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {{ headContent }}"},{"lineNumber":34,"author":{"gitId":"-"},"content":" {%- endfor %}"},{"lineNumber":35,"author":{"gitId":"-"},"content":" {%- endif %}"},{"lineNumber":36,"author":{"gitId":"-"},"content":" {%- if faviconUrl -%} \u003clink rel\u003d\"icon\" href\u003d\"{{ faviconUrl }}\"\u003e {%- endif -%}"},{"lineNumber":37,"author":{"gitId":"-"},"content":"\u003c/head\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" const baseUrl \u003d \u0027{{ baseUrl }}\u0027"},{"lineNumber":40,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cbody {% if hasPageNavHeadings %} data-bs-spy\u003d\"scroll\" data-bs-target\u003d\"#mb-page-nav\" data-bs-offset\u003d\"100\" {% endif %}\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"{{ content }}"},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003c/body\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{{- pageUserScriptsAndStyles -}}"},{"lineNumber":45,"author":{"gitId":"-"},"content":"{{- layoutUserScriptsAndStyles -}}"},{"lineNumber":46,"author":{"gitId":"-"},"content":"\u003cscript src\u003d\"{{ asset.bootstrapUtilityJs }}\"\u003e\u003c/script\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" {% if enableSearch %}MarkBind.setupWithSearch(){% else %}MarkBind.setup(){% endif %}"},{"lineNumber":49,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":"{%- if asset.externalScripts %}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"{%- for script in asset.externalScripts %}"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cscript src\u003d\"{{ script }}\"\u003e\u003c/script\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":"{%- endfor %}"},{"lineNumber":54,"author":{"gitId":"-"},"content":"{%- endif %}"},{"lineNumber":55,"author":{"gitId":"-"},"content":"{%- if asset.pluginScripts %}"},{"lineNumber":56,"author":{"gitId":"-"},"content":"{%- for script in asset.pluginScripts %}"},{"lineNumber":57,"author":{"gitId":"-"},"content":" {{ script }}"},{"lineNumber":58,"author":{"gitId":"-"},"content":"{%- endfor %}"},{"lineNumber":59,"author":{"gitId":"-"},"content":"{%- endif %}"},{"lineNumber":60,"author":{"gitId":"-"},"content":"{%- if asset.scriptBottom %}"},{"lineNumber":61,"author":{"gitId":"-"},"content":"{%- for scripts in asset.scriptBottom %}"},{"lineNumber":62,"author":{"gitId":"-"},"content":" {{ scripts }}"},{"lineNumber":63,"author":{"gitId":"-"},"content":"{%- endfor %}"},{"lineNumber":64,"author":{"gitId":"-"},"content":"{%- endif %}"},{"lineNumber":65,"author":{"gitId":"-"},"content":"\u003c/html\u003e"}],"authorContributionMap":{"-":64,"yiwen101":1}},{"path":"packages/core/src/Site/siteConvertLayout.njk","fileType":"njk","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":""},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cnavbar placement\u003d\"top\" type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-solid fa-house\"\u003e\u003c/i\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/index.html\" class\u003d\"nav-link\"\u003eHOME\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cli\u003e\u003ca href\u003d\"{% raw %}{{baseUrl}}{% endraw %}/about.html\" class\u003d\"nav-link\"\u003eABOUT\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/form\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003c/navbar\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":"\u003c/header\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":""},{"lineNumber":20,"author":{"gitId":"-"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"site-nav\"\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"site-nav-top\"\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"fw-bold mb-2\" style\u003d\"font-size: 1.25rem;\"\u003eContents\u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003csite-nav\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":"{{ siteNav }}"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/site-nav\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cbreadcrumb /\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" {% raw %}{{ content }}{% endraw %}"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cnav id\u003d\"page-nav\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cpage-nav /\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":""},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003cfooter\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":"{%- set defaultFooter -%}"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003csmall\u003e[Generated by {% raw %}{{MarkBind}}{% endraw %}]\u003c/small\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":"{%- endset -%}"},{"lineNumber":50,"author":{"gitId":"-"},"content":"{{ footer or defaultFooter }}"},{"lineNumber":51,"author":{"gitId":"-"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"jingting1412":1,"-":50}},{"path":"packages/core/src/plugins/web3FormAssets/web-3-form.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"LamJiuFong"},"content":".web-3-form input,"},{"lineNumber":2,"author":{"gitId":"LamJiuFong"},"content":".web-3-form select,"},{"lineNumber":3,"author":{"gitId":"LamJiuFong"},"content":".web-3-form textarea {"},{"lineNumber":4,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding: 12px;"},{"lineNumber":6,"author":{"gitId":"-"},"content":" border: 1px solid #ccc;"},{"lineNumber":7,"author":{"gitId":"-"},"content":" border-radius: 4px;"},{"lineNumber":8,"author":{"gitId":"-"},"content":" box-sizing: border-box;"},{"lineNumber":9,"author":{"gitId":"-"},"content":" margin-top: 6px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":" margin-bottom: 16px;"},{"lineNumber":11,"author":{"gitId":"-"},"content":" resize: vertical;"},{"lineNumber":12,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":3,"-":9}},{"path":"packages/core/template/default/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"-"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"-"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"-"},"content":"}"},{"lineNumber":7,"author":{"gitId":"-"},"content":""},{"lineNumber":8,"author":{"gitId":"-"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"-"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"-"},"content":"}"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"-"},"content":"}"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"-"},"content":""},{"lineNumber":18,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"-"},"content":"}"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"-"},"content":"}"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"-"},"content":"}"},{"lineNumber":31,"author":{"gitId":"-"},"content":""},{"lineNumber":32,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"-"},"content":"}"},{"lineNumber":35,"author":{"gitId":"-"},"content":""},{"lineNumber":36,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"}"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"-"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"-"},"content":"}"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"-"},"content":""},{"lineNumber":48,"author":{"gitId":"-"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"-"},"content":"}"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"-"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"-"},"content":"}"},{"lineNumber":63,"author":{"gitId":"-"},"content":""},{"lineNumber":64,"author":{"gitId":"-"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"-"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"-"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"-"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"-"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"-"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"-"},"content":"}"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"-"},"content":"}"},{"lineNumber":81,"author":{"gitId":"-"},"content":""},{"lineNumber":82,"author":{"gitId":"-"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"-"},"content":"}"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":89,"author":{"gitId":"-"},"content":"}"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"-"},"content":"}"},{"lineNumber":94,"author":{"gitId":"-"},"content":""},{"lineNumber":95,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"-"},"content":" }"},{"lineNumber":99,"author":{"gitId":"-"},"content":"}"},{"lineNumber":100,"author":{"gitId":"-"},"content":""},{"lineNumber":101,"author":{"gitId":"-"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" }"},{"lineNumber":106,"author":{"gitId":"-"},"content":"}"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"LamJiuFong"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"-"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" }"},{"lineNumber":113,"author":{"gitId":"-"},"content":""},{"lineNumber":114,"author":{"gitId":"-"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":"}"},{"lineNumber":118,"author":{"gitId":"-"},"content":""},{"lineNumber":119,"author":{"gitId":"-"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"LamJiuFong"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":"}"},{"lineNumber":125,"author":{"gitId":"-"},"content":""},{"lineNumber":126,"author":{"gitId":"-"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"-"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" }"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" }"},{"lineNumber":135,"author":{"gitId":"-"},"content":"}"}],"authorContributionMap":{"LamJiuFong":6,"-":129}},{"path":"packages/core/template/portfolio/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Page not found"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: 404.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 10rem\"\u003e404\u003c/p\u003e\u003c-"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":"-\u003e\u003cp style\u003d\"font-size: 1.5rem\"\u003eFile not found\u003cbr\u003eClick \u003ca href\u003d\"/\"\u003ehere\u003c/a\u003e to go back to the home page.\u003c/p\u003e\u003c-"}],"authorContributionMap":{"jingting1412":7}},{"path":"packages/core/template/portfolio/_markbind/layouts/404.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv\u003e{{ content }}\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":1}},{"path":"packages/core/template/portfolio/_markbind/layouts/default.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{baseUrl}}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{{baseUrl}}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eYour Name\u003c/a\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#skills\" class\u003d\"nav-link\"\u003eSkills\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#experience\" class\u003d\"nav-link\"\u003eExperience\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdropdown header\u003d\"Projects\" class\u003d\"nav-link\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-1\" class\u003d\"dropdown-item\"\u003eProject 1\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#project-2\" class\u003d\"dropdown-item\"\u003eProject 2\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cli\u003e\u003ca href\u003d\"{{baseUrl}}/index.html#other-projects\" class\u003d\"dropdown-item\"\u003eOther projects\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/dropdown\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/form\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/navbar\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":"\u003c/header\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" {{ content }}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"\u003cfooter\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003csmall\u003e[Generated by {{MarkBind}}]\u003c/small\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"jingting1412":35}},{"path":"packages/core/template/portfolio/_markbind/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"name\"\u003e[NAME]\u003c/variable\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"javascript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/JavaScript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"typescript\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Typescript.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"vue\"\u003e\u003cthumbnail src\u003d\u0027../contents/assets/Vue.svg\u0027 size\u003d\"50\"/\u003e\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cvariable name\u003d\"java\"\u003e\u003cthumbnail src\u003d\"../contents/assets/java-icon.svg\" size\u003d\"50\"/\u003e\u003c/variable\u003e"}],"authorContributionMap":{"jingting1412":5}},{"path":"packages/core/template/portfolio/contents/experience.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Experience"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cul class\u003d\"nav nav-tabs\" role\u003d\"tablist\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link active\" data-bs-toggle\u003d\"tab\" href\u003d\"#NUS\" aria-selected\u003d\"false\" role\u003d\"tab\" tabindex\u003d\"-1\"\u003eNUS\u003c/a\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cli class\u003d\"nav-item\" role\u003d\"presentation\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"nav-link\" data-bs-toggle\u003d\"tab\" href\u003d\"#another-company\" aria-selected\u003d\"true\" role\u003d\"tab\"\u003eAnother Company\u003c/a\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"\u003c/ul\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003cdiv id\u003d\"myTabContent\" class\u003d\"tab-content\" style\u003d\"margin-top:15px;\"\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade active show\" id\u003d\"NUS\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eSoftware Engineering Intern @ \u003cmd\u003e[NUS](https://nus.edu.sg/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2024 - Aug 2024\u003c/h6\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"tab-pane fade\" id\u003d\"another-company\" role\u003d\"tabpanel\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ch4\u003eAnother role @ \u003cmd\u003e[Another company](https://markbind.org/)\u003c/md\u003e\u003c/h4\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ch6\u003eMay 2022 - Aug 2022\u003c/h6\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cp\u003eSome description of your role in the company and the technologies you\u0027ve used.\u003c/p\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":24}},{"path":"packages/core/template/portfolio/contents/project1.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-1\"\u003eExample project: iP for CS2103\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eThis would be a good place to add images and embeds showcasing your contributions to a project. In this case, an `\u003ciframe\u003e` containing the [RepoSense](https://reposense.org/index.html) report of a student\u0027s contributions to their iP is embedded. For more information on embeds, refer to our user guide [here.](https://markbind.org/userGuide/formattingContents.html#embeds)\u003c/md\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cdiv\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003ciframe src\u003d\"https://nus-cs3281.github.io/2024-dashboard/#/widget/?search\u003dReposense\u0026sort\u003dgroupTitle\u0026sortWithin\u003dtitle\u0026timeframe\u003dcommit\u0026mergegroup\u003d\u0026groupSelect\u003dgroupByAuthors\u0026breakdown\u003dfalse\u0026since\u003d2023-12-01\u0026tabOpen\u003dtrue\u0026tabType\u003dauthorship\u0026tabAuthor\u003dasdfghjkxd\u0026tabRepo\u003dreposense%2Freposense%5Bmaster%5D\u0026authorshipIsMergeGroup\u003dfalse\u0026authorshipFileTypes\u003djava~md\u0026authorshipIsBinaryFileTypeChecked\u003dfalse\u0026authorshipIsIgnoredFilesChecked\u003dfalse\u0026chartGroupIndex\u003d5\u0026chartIndex\u003d0\" width\u003d\"100%\"\u003e\u003c/iframe\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration of the project can be added here\u003c/p\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":17}},{"path":"packages/core/template/portfolio/contents/project2.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"card mb-3\"\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \u003ch3 class\u003d\"card-header\" id\u003d\"project-2\"\u003eProject 2\u003c/h3\u003e"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":16}},{"path":"packages/core/template/portfolio/contents/projects.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Projects"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project1.md\"/\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"project2.md\"/\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"### Other projects"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"row row-cols-1 row-cols-md-3 g-3\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {{javascript}}"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col\"\u003e"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003ch4 class\u003d\"card-header\"\u003eProject title\u003c/h4\u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" This is another project. "},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cpic src\u003d\"https://markbind.org/images/logo-lightbackground.png\" alt\u003d\"markbind-logo\" width\u003d\"90%\" height\u003d\"200\"\u003e\u003c/pic\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"card-text\"\u003eSome further elaboration on the project.\u003c/p\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" class\u003d\"btn btn-primary\"\u003eView on Github\u003c/a\u003e"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://markbind.org/\" class\u003d\"btn btn-primary\"\u003eView Devpost\u003c/a\u003e"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"}],"authorContributionMap":{"jingting1412":61}},{"path":"packages/core/template/portfolio/contents/skills.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"# Skills"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":"\u003cp\u003eThis is where you can give a quick overview of the technologies and frameworks you know using our \u003ca href\u003d\"https://markbind.org/userGuide/components/imagesAndDiagrams.html#thumbnails\" target\u003d\"_blank\"\u003ethumbnail feature\u003c/a\u003e or our \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003eicons\u003c/a\u003e.\u003c/p\u003e"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using thumbnails\" expanded\u003e"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"info\"\u003eThese thumbnails are available as variables to use anywhere in this page!\u003c/box\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" {{ javascript }}"},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" {{ typescript }}"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" {{ vue }}"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" {{ java }}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":"\u003cbr/\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":"\u003cpanel header\u003d\"Example using icons\" expanded\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" Some icons are not available in the libraries that MarkBind supports! Please ensure that "},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" the desired icons are available before choosing this option. For more information regarding"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" icons, please refer to \u003ca href\u003d\"https://markbind.org/userGuide/formattingContents.html#icons\" target\u003d\"_blank\"\u003ethis section of our User Guide.\u003c/a\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-square-js fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-vuejs fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-java fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"jingting1412":22}},{"path":"packages/core/template/portfolio/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"\u003cfrontmatter\u003e"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" title: Portfolio"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" layout: default.md"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":"\u003c/frontmatter\u003e"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"\u003cbr\u003e"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"bg-light text-black px-2 py-5 mb-4\"\u003e"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"container\"\u003e"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \u003ch1 class\u003d\"display-5 no-index\"\u003e\u003cmd\u003e:wave:\u003c/md\u003e Hello!\u003cbr\u003eI\u0027m {{ name }}\u003c/h1\u003e"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \u003cp class\u003d\"lead\"\u003eWelcome to my portfolio!\u003c/p\u003e"},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \u003cdiv style\u003d\"margin-bottom:20px;\"\u003e"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://github.com/MarkBind/markbind\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-github fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"https://www.linkedin.com/school/national-university-of-singapore/\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-brands fa-linkedin fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \u003cspan style\u003d\"margin-right:10px;\"\u003e"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" \u003ca href\u003d\"mailto:secretary_cs@comp.nus.edu.sg\" target\u003d\"_blank\" class\u003d\"icon\"\u003e"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" \u003ci class\u003d\"fa-solid fa-envelope fa-2xl\"\u003e\u003c/i\u003e"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \u003c/a\u003e"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \u003c/span\u003e"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \u003ca class\u003d\"btn btn-primary\" href\u003d\"./contents/assets/UG-template-resume.pdf\" target\u003d\"_blank\" rel\u003d\"noopener noreferrer\"\u003eResume\u003c/a\u003e"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":" Want to change the theme? Explore more themes and other components offered by MarkBind in our \u003ca href\u003d\"https://markbind.org/userGuide/authoringContents.html\" target\u003d\"_blank\"\u003euser guide here\u003c/a\u003e."},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":"\u003cbox type\u003d\"info\" header\u003d\"##### Deploying this site\"\u003e"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" \u003cmd\u003eMarkBind makes it easy to deploy this site to GitHub Pages using the `markbind deploy` command. To allow `http://[username].github.io` to go straight to this portfolio, it is best to set your repository name as `[username].github.io` Read more about [deploying the site here](https://markbind.org/userGuide/deployingTheSite.html#deploying-to-github-pages)\u003c/md\u003e"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"\u003c/box\u003e"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":"## About me"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":"\u003cdiv class\u003d\"container text-left\"\u003e"},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"row\" \u003e"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-3 col-md-push-9\"\u003e"},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":" \u003cimg src\u003d\u0027./contents/assets/default_profile_pic.png\u0027 class\u003d\"img-fluid\" alt\u003d\u0027default-profile-pic\u0027/\u003e"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" \u003cdiv class\u003d\"col-md-9 col-md-pull-3\"\u003e"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" This is where you can add a picture of yourself and a brief introduction. This can be a good place to use \u003ctooltip content\u003d\"Add more information here\" placement\u003d\"top\"\u003etooltips\u003c/tooltip\u003e, or \u003cmd\u003e[add relevant links](https://markbind.org/userGuide/formattingContents.html#links).\u003c/md\u003e"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"\u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/skills.md\"/\u003e"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/experience.md\"/\u003e"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":"\u003cinclude src\u003d\"contents/projects.md\"/\u003e"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":"---"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":""}],"authorContributionMap":{"jingting1412":70}},{"path":"packages/core/template/portfolio/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"{"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" \"titlePrefix\": \"\","},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" \"titleSuffix\": \"\","},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" \"ignore\": ["},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":" \"_markbind/layouts/*\","},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":" \"_markbind/logs/*\","},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":" \"_site/*\","},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" \"site.json\","},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":" \"*.md\","},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":" \"*.njk\","},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":" \".git/*\","},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" \".gitignore\","},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":" \"node_modules/*\""},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":" \"pagesExclude\": [\"node_modules/*\"],"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":" \"pages\": ["},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" \"src\": \"index.md\","},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":" \"title\": \"Portfolio\""},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":" {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" \"glob\": [\"**/index.md\"]"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":" ],"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":" \"deploy\": {"},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":" \"message\": \"Site Update.\""},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" },"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" \"style\": {"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":" \"bootstrapTheme\": \"bootswatch-flatly\""},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":32}},{"path":"packages/core/template/portfolio/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"jingting1412"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"jingting1412"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"jingting1412"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"jingting1412"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":7,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":8,"author":{"gitId":"jingting1412"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"jingting1412"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":11,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":12,"author":{"gitId":"jingting1412"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"jingting1412"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":15,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":16,"author":{"gitId":"jingting1412"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":18,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":21,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":22,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"jingting1412"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":26,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":27,"author":{"gitId":"jingting1412"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":31,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":32,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"jingting1412"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":35,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":36,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"jingting1412"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":40,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":41,"author":{"gitId":"jingting1412"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"jingting1412"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"jingting1412"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":45,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":46,"author":{"gitId":"jingting1412"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":48,"author":{"gitId":"jingting1412"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"jingting1412"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":53,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":54,"author":{"gitId":"jingting1412"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"jingting1412"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"jingting1412"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"jingting1412"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"jingting1412"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"jingting1412"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"jingting1412"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"jingting1412"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":63,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":64,"author":{"gitId":"jingting1412"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"jingting1412"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"jingting1412"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"jingting1412"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"jingting1412"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"jingting1412"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"jingting1412"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"jingting1412"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"jingting1412"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":75,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":76,"author":{"gitId":"jingting1412"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"jingting1412"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"jingting1412"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"jingting1412"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":81,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":82,"author":{"gitId":"jingting1412"},"content":".site-nav-top {"},{"lineNumber":83,"author":{"gitId":"jingting1412"},"content":" margin: 0.8rem 0;"},{"lineNumber":84,"author":{"gitId":"jingting1412"},"content":" padding: 0 12px 12px;"},{"lineNumber":85,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":86,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":87,"author":{"gitId":"jingting1412"},"content":".nav-component {"},{"lineNumber":88,"author":{"gitId":"jingting1412"},"content":" overflow-y: auto;"},{"lineNumber":89,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":90,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":91,"author":{"gitId":"jingting1412"},"content":"#page-nav {"},{"lineNumber":92,"author":{"gitId":"jingting1412"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":93,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":94,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":95,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":96,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":97,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":98,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":99,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":100,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":101,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":102,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":103,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":104,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":105,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":106,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":107,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":108,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":109,"author":{"gitId":"jingting1412"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":110,"author":{"gitId":"jingting1412"},"content":" .indented {"},{"lineNumber":111,"author":{"gitId":"jingting1412"},"content":" padding-left: 10px;"},{"lineNumber":112,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":113,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":114,"author":{"gitId":"jingting1412"},"content":" #content-wrapper {"},{"lineNumber":115,"author":{"gitId":"jingting1412"},"content":" padding: 0 10px;"},{"lineNumber":116,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":117,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":118,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":119,"author":{"gitId":"jingting1412"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":120,"author":{"gitId":"jingting1412"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":121,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":122,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":123,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":124,"author":{"gitId":"jingting1412"},"content":"}"},{"lineNumber":125,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":126,"author":{"gitId":"jingting1412"},"content":"/* Hide site navigation when printing */"},{"lineNumber":127,"author":{"gitId":"jingting1412"},"content":"@media print {"},{"lineNumber":128,"author":{"gitId":"jingting1412"},"content":" #site-nav {"},{"lineNumber":129,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":130,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":131,"author":{"gitId":"jingting1412"},"content":""},{"lineNumber":132,"author":{"gitId":"jingting1412"},"content":" #page-nav {"},{"lineNumber":133,"author":{"gitId":"jingting1412"},"content":" display: none;"},{"lineNumber":134,"author":{"gitId":"jingting1412"},"content":" }"},{"lineNumber":135,"author":{"gitId":"jingting1412"},"content":"}"}],"authorContributionMap":{"jingting1412":135}},{"path":"packages/core/template/project/_markbind/layouts/default.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"\u003chead-bottom\u003e"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" \u003clink rel\u003d\"stylesheet\" href\u003d\"{{baseUrl}}/stylesheets/main.css\"\u003e"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"\u003c/head-bottom\u003e"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"\u003cheader sticky\u003e"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" \u003cnavbar type\u003d\"dark\"\u003e"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" \u003ca slot\u003d\"brand\" href\u003d\"{{baseUrl}}/index.html\" title\u003d\"Home\" class\u003d\"navbar-brand\"\u003eProjectEx\u003c/a\u003e"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca highlight-on\u003d\"sibling-or-child\" href\u003d\"{{baseUrl}}/userGuide/UserGuide.html\" class\u003d\"nav-link\"\u003eUser Guide\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca highlight-on\u003d\"sibling-or-child\" href\u003d\"{{baseUrl}}/developerGuide/DeveloperGuide.html\" class\u003d\"nav-link\"\u003eDeveloper Guide\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca highlight-on\u003d\"sibling-or-child\" href\u003d\"{{baseUrl}}/team/AboutUs.html\" class\u003d\"nav-link\"\u003eAbout Us\u003c/a\u003e\u003c/li\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" \u003cli\u003e\u003ca href\u003d\"https://github.com/se-edu\" target\u003d\"_blank\" class\u003d\"nav-link\"\u003e\u003cmd\u003e:fab-github:\u003c/md\u003e\u003c/a\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" \u003c/li\u003e"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" \u003cli slot\u003d\"right\"\u003e"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" \u003cform class\u003d\"navbar-form\"\u003e"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \u003csearchbar :data\u003d\"searchData\" placeholder\u003d\"Search\" :on-hit\u003d\"searchCallback\" menu-align-right\u003e\u003c/searchbar\u003e"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" \u003c/form\u003e"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" \u003c/li\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" \u003c/navbar\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"\u003c/header\u003e"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"\u003cdiv id\u003d\"flex-body\"\u003e"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" \u003cnav id\u003d\"site-nav\"\u003e"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" \u003csite-nav\u003e"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"* [Home]({{ baseUrl }}/index.html)"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"* [User Guide]({{ baseUrl }}/userGuide/UserGuide.html) :expanded:"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" * [Quick Start]({{ baseUrl }}/userGuide/QuickStart.html)"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" * [Features]({{ baseUrl }}/userGuide/Features.html)"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" * [FAQ]({{ baseUrl }}/userGuide/FAQ.html)"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"* [Developer Guide]({{ baseUrl }}/developerGuide/DeveloperGuide.html) :expanded:"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" * [Setting Up]({{ baseUrl }}/developerGuide/SettingUp.html)"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":" * [Tutorial: Tracing code]({{ baseUrl }}/developerGuide/TracingCode.html)"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" * [Design]({{ baseUrl }}/developerGuide/Design.html)"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" * [Implementation]({{ baseUrl }}/developerGuide/Implementation.html)"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" * Project Guides"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" * [Documentation]({{ baseUrl }}/developerGuide/Documentation.html)"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" * [Testing]({{ baseUrl }}/developerGuide/Testing.html)"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" * [Configuration]({{ baseUrl }}/developerGuide/Configuration.html)"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" * [DevOps]({{ baseUrl }}/developerGuide/DevOps.html)"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" * Appendix"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" * [Requirements]({{ baseUrl }}/developerGuide/Requirements.html)"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"* [About Us]({{ baseUrl }}/team/AboutUs.html) :expanded:"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" * [Contributor Portfolio Template]({{ baseUrl }}/team/johndoe.html)"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" \u003c/site-nav\u003e"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" \u003c/nav\u003e"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv id\u003d\"content-wrapper\"\u003e"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" {{ content }}"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" \u003cnav id\u003d\"page-nav\"\u003e"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv class\u003d\"nav-component slim-scroll\"\u003e"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" \u003cpage-nav /\u003e"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" \u003c/nav\u003e"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" \u003cscroll-top-button\u003e\u003c/scroll-top-button\u003e"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"\u003c/div\u003e"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"\u003cfooter\u003e"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Support MarkBind by including a link to us on your landing page! --\u003e"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" \u003cdiv class\u003d\"text-center\"\u003e"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" \u003csmall\u003e[\u003cmd\u003e**Powered by**\u003c/md\u003e \u003cimg src\u003d\"https://markbind.org/favicon.ico\" width\u003d\"30\"\u003e {{MarkBind}}]\u003c/small\u003e"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" \u003c/div\u003e"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"\u003c/footer\u003e"}],"authorContributionMap":{"KevinEyo1":63}},{"path":"packages/core/template/project/_markbind/variables.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"example\"\u003e"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"To inject this HTML segment in your markbind files, use {{ example }} where you want to place it."},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"More generally, surround the segment\u0027s id with double curly braces."},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"\u003c/variable\u003e"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"\u003cvariable name\u003d\"placeholderImage\"\u003e"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"\u003cimg src\u003d\"../images/johndoe.png\" width\u003d\"200px\"\u003e"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"\u003c/variable\u003e"}],"authorContributionMap":{"KevinEyo1":8}},{"path":"packages/core/template/project/developerGuide/Configuration.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Configuration guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"# Configuration guide"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand how to configure the application such as descriptions of the config file and how to change the configuration."},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`)."}],"authorContributionMap":{"KevinEyo1":12}},{"path":"packages/core/template/project/developerGuide/Design.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Design\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Design"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section describes the architecture of your app, explaining how the main components work and interact with each other. Using architecture diagrams is recommended."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"### Architecture"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"The ***Architecture Diagram*** given below explains the high-level design of the ProjectEx App."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cpuml src\u003d\"../diagrams/example.puml\" width\u003d300 /\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"Replace the above example diagram with an Architecture Diagram of your project created using [`puml` feature](https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams)."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"Given below is a quick overview of main components and how they interact with each other."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"**Main components of the architecture**"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"The bulk of the app\u0027s work is done by the following components:"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* [**`Component 1`**](#component-1): Does something."},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"* [**`Component 2`**](#component-2): Does something."},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"**Interactions between architecture components**"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"The *Sequence Diagram* below shows how the components interact with each other for a certain scenario."},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"\u003cannotate src\u003d\"../images/johndoe.png\" width\u003d\"300\" alt\u003d\"Sample Image\"\u003e"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Minimal Point --\u003e"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"25%\" content\u003d\"This point is 25% from the left and 25% from the top\" /\u003e"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Size (default size is 40px) --\u003e"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"25%\" content\u003d\"This point is 50% from the left and 25% from the top\" size\u003d\"60\"/\u003e"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Header (default is empty) --\u003e"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"25%\" content\u003d\"This point is 75% from the left and 25% from the top\" header\u003d\"This has a header\"/\u003e"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Color (default color is green) --\u003e"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"33%\" y\u003d\"50%\" content\u003d\"This point is 33% from the left and 50% from the top\" color\u003d\"red\"/\u003e"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Opacity (default opacity is 0.3) --\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"66%\" y\u003d\"50%\" content\u003d\"This point is 66% from the left and 50% from the top\" opacity\u003d\"0.7\"/\u003e"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Point Label (default is empty) --\u003e"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"25%\" y\u003d\"75%\" content\u003d\"This point is 25% from the left and 75% from the top\" label\u003d\"1\"/\u003e"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Text Color (default color is black) --\u003e"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"50%\" y\u003d\"75%\" content\u003d\"This point is 50% from the left and 75% from the top\" textColor\u003d\"white\" color\u003d\"black\" label\u003d\"2\" opacity\u003d\"1\"/\u003e"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" \u003c!-- Customize Font Size (default font size is 14) --\u003e"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" \u003ca-point x\u003d\"75%\" y\u003d\"75%\" content\u003d\"This point is 75% from the left and 75% from the top\" fontSize\u003d\"30\" label\u003d\"3\"/\u003e"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"\u003c/annotate\u003e"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"For diagrams like your Sequence Diagram, it can also be created using [`annotate` feature](https://markbind.org/userGuide/components/imagesAndDiagrams.html#annotations), that will allow you to annotate specific parts of your diagram."},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"The sections below give more details of each component."},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** Describe in each section how each component works in detail, including its classes, methods, and how it interacts with other components."},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"You can use a combination of Markbind\u0027s [**Diagrams** feature](https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams) to provide a visual representation of each component, such as architecture and sequence diagrams."},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":"### Component 1"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":"Component 1 is made up of parts e.g.`A`, `B`, `C` etc."},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":"\u003cpic src\u003d\"../images/johndoe.png\" width\u003d\"200px\" style\u003d\"margin-bottom: 20px;\"\u003e"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":"Diagram: Component 1"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"\u003c/pic\u003e"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"Component 1,"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":"* works with Component 2 in this way."},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"### Component 2"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":83,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"**Note:** You can use boxes to include details that you want to draw the reader\u0027s attention to. See [`Boxes` feature](https://markbind.org/userGuide/components/presentation.html#boxes)."},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":"\u003cpic src\u003d\"../images/johndoe.png\" width\u003d\"200px\" style\u003d\"margin-bottom: 20px;\"\u003e"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"Diagram: Component 2"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":"\u003c/pic\u003e"},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":"Component 2,"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":"* works with Component 1 in this way."}],"authorContributionMap":{"KevinEyo1":93}},{"path":"packages/core/template/project/developerGuide/DevOps.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"DevOps guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# DevOps guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand the DevOps practices adopted by the project."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"## Build automation"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"This example project includes features for **build automation and dependency management**. You can walkthrough command scripts you have in your project, such as how to clean, test, and run the project."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Example Commands for Typical Projects**\"\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"The following commands are examples. You can customize them according to your project\u0027s needs."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"* **`clean`**: Deletes the files created during the previous build tasks.\u003cbr\u003e"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" e.g. `npm run clean`"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"* **`run`**: Builds and runs the application.\u003cbr\u003e"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"* **`test`**: Runs all tests."},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" * `npm run test` — Runs all tests"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" * `npm run cleantest` — Cleans the project and runs tests"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"## Continuous integration (CI)"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"This project uses [GitHub Actions](https://github.com/features/actions) for CI. The project comes with the necessary GitHub Actions configurations files (in the `.github/workflows` folder). No further setting up required."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"### Code coverage"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":"As part of CI, this project tracks code coverage as well."},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"### Repository-wide checks"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"Your CI can include some repository-wide checks. These repository-wide checks cover all files in the repository. They check for repository rules which are hard to enforce on development machines such as line ending requirements."},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"## Making a release"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"Here are the steps to create a new release."},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"warning\"\u003e"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"Make sure you have the necessary permissions to create a release."},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"\u003cpopover id\u003d\"pop:trigger_id\" content\u003d\"e.g. `v0.1`\"\u003e\u003c/popover\u003e"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"1. Update the version number."},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"1. Tag the repo with the \u003ctrigger for\u003d\"pop:trigger_id\"\u003eversion number\u003c/trigger\u003e. "},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"1. [Create a new release using GitHub](https://help.github.com/articles/creating-releases/)."}],"authorContributionMap":{"KevinEyo1":59}},{"path":"packages/core/template/project/developerGuide/DeveloperGuide.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Developer Guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# ProjectEx Developer Guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"## Introduction"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"Welcome to the Developer Guide. This guide helps developers understand the architecture, setup, and development workflows of our software, serving as your starting point and companion."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"## Purpose of this Guide"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"The main objectives of this guide are to:"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"1. Orient new developers to the software\u0027s architecture and codebase structure."},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"1. Provide a comprehensive reference for the development practices, coding standards, and tools used."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"1. Detail the setup process for a development environment."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"## **Acknowledgements**"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"_{ List and link sources of all reused/adapted ideas, code, documentation, and third-party libraries }_"}],"authorContributionMap":{"KevinEyo1":26}},{"path":"packages/core/template/project/developerGuide/Documentation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Documentation guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Documentation Guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand the documentation practices and link to relevant sources to help developers contribute to documentation."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"* We use [**MarkBind**](https://markbind.org/) to manage documentation."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"* The `docs/` folder contains the source files for the documentation website."},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"* To learn how set it up and maintain the project website, follow the guide [[se-edu/guides] Working with Forked MarkBind sites](https://se-education.org/guides/tutorials/markbind-forked-sites.html) for project documentation."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"success\" seamless\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"Updating documentation as changes are made to the project is ideal for any project."},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"**Style guidance:**"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"* Follow the [**_Google developer documentation style guide_**](https://developers.google.com/style)."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"* Also relevant is the [_se-edu/guides **Markdown coding standard**_](https://se-education.org/guides/conventions/markdown.html)."},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"**Converting to PDF**"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* See the guide [_se-edu/guides **Saving web documents as PDF files**_](https://se-education.org/guides/tutorials/savingPdf.html)."}],"authorContributionMap":{"KevinEyo1":29}},{"path":"packages/core/template/project/developerGuide/Implementation.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Implementation\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Implementation"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section can be used to describe some noteworthy details on how certain features are implemented."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"### \\[Proposed\\] FeatureX Implementation"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"Given below is an example usage scenario and how FeatureX behaves at each step."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"1. **Step 1**: User does something"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" * **Expected**: FeatureX does something in response"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"1. **Step 2**: User does something else"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" "},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" * **Expected**: FeatureX does something else in response"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"#### Design considerations:"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"**Aspect: How FeatureX executes:**"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Alternative 1 (current choice):** Implementation 1\"\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"Pros: Easy to implement.\u003cbr\u003e"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"Cons: May have performance issues in terms of memory usage."},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Alternative 2:** Implementation 2\"\u003e"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"Pros: Will use less memory.\u003cbr\u003e"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"Cons: We must add addtional test cases."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":"_{ More aspects and alternatives to be added }_"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"### \\[Proposed\\] Data archiving"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"_{ Explain here how the data archiving feature will be implemented }_"}],"authorContributionMap":{"KevinEyo1":44}},{"path":"packages/core/template/project/developerGuide/Requirements.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Requirements\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Requirements"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section can be used to describe the requirements of the app, through the use of user stories, use cases."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"### Product scope"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"**Target user profile**:"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"* user needs"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"* user preferences"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"* user information"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"**Value proposition**: Benefit compared to other similar products"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"**Non-Functional Requirements**:"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"* OS requirements"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"* Peformance"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"* Security"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"### User stories"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unlikely to have) - `*`"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"| Priority | As a …​ | I want to …​ | So that I can…​ |"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"|----------|--------------------------------|----------------|---------------------|"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"| `* * *` | new user | see something | visualise something |"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"| `* *` | user | do something | complete something |"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"| `*` | user with specific information | sort something | find something |"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"*{More to be added}*"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"### Use cases"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"(For all use cases below, the **System** is the `ProjectEx` and the **Actor** is the `User`, unless specified otherwise)"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Use case 1: Do something**\"\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":" "},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"**MSS**"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":"1. User requests ProjectEx"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"1. ProjectEx provides response"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" Use case ends."},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"**Extensions**"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"* 2a. Requests fails."},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" Use case ends."},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"* 2b. User request is invalid."},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":" * 2b1. ProjectEx shows an error message."},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":" Use case resumes at step 2."},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":"*{More to be added}*"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":"### Non-Functional Requirements"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":"1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed."},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":"2. Should be able to hold up to 1000 persons without a noticeable sluggishness in performance for typical usage."},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":"*{More to be added}*"}],"authorContributionMap":{"KevinEyo1":75}},{"path":"packages/core/template/project/developerGuide/SettingUp.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Setting up and getting started\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Setting up and getting started"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to help developers with setting up the project in their local environment."},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"## Setting up the project in your computer"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"**Caution:**"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"Follow the steps in the following guide precisely. Things will not work out if you deviate in some steps."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"First, **fork** the project repo, and **clone** the fork into your computer."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"\u003cpopover id\u003d\"pop:trigger_id\" content\u003d\"eg. `init` or `build` commands\"\u003e\u003c/popover\u003e"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"(Example) Steps to setup the project environment:"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"1. **Download packages**: Run `npm install` to download the required packages."},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"1. **Run setup commands**: Run \u003ctrigger for\u003d\"pop:trigger_id\"\u003ecommands\u003c/trigger\u003e needed to setup the project."},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" \u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" Note: Remember to run commands from the appropriate directory."},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":" \u003c/box\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"1. **Configure files**: Edit config files according to your needs. For example, changing the `appTitle` in `config.js` to match your project name."},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"1. **Verify the setup (optional)**:"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" 1. Run the `build` and `serve` commands, ensuring that the site properly deploys on your local host."},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" 1. [Run the tests](Testing.md) to ensure they all pass."},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"## Before writing code"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"1. **Configure the coding style**"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" Configure your VSCode or IDEA checkstyle to allign with the project\u0027s coding style."},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":" \u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":" **Tip:**"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":" You can easily customize your IDE\u0027s coding style through settings."},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" \u003c/box\u003e"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"1. **Set up CI**"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" This project comes with a GitHub Actions config files (in `.github/workflows` folder). When GitHub detects those files, it will run the CI for your project automatically at each push to the `master` branch or to any PR. No set up required."},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"1. **Learn the design**"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [ProjectEx’s architecture](Design.md#Architecture)."},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":"1. **Do the tutorial**"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" The [Tracing Code tutorial](TracingCode.md) can help you get acquainted with the codebase."},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":" "}],"authorContributionMap":{"KevinEyo1":63}},{"path":"packages/core/template/project/developerGuide/Testing.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Testing guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Testing guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This page can be used to understand the testing processes."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"## Running tests"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"* **Method 1: Using script**"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" * Create script for running tests in package.json"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" * Open a console and run the command for the script, like `npm run test`"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"## Types of tests"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"This project has two types of tests:"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**1. Unit tests**\"\u003e"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"These tests target the lowest level methods/classes.\u003cbr\u003e"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"Example command (replace with your own): `npm run test`"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**2. Integration tests**\"\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"These tests are checking the integration of multiple code units (those code units are assumed to be working)."},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"KevinEyo1":33}},{"path":"packages/core/template/project/developerGuide/TracingCode.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Tutorial: Tracing code\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Tutorial: Tracing code"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003e Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. …​\\[Therefore,\\] making it easy to read makes it easier to write."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"\u003e — Robert C. Martin Clean Code: A Handbook of Agile Software Craftsmanship"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"This page can be taken as a reference on a tutorial on how to trace the execution path of a user command through the codebase of the App."},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"To understand an unfamiliar codebase, one strategy is to trace some representative execution path through the codebase using a debugger."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"## Before we start"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"Before we jump into the code, it is useful to get an idea of the overall structure and the high-level behavior of the application."},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"Architecture diagrams can be easily utilised with the [`puml`](https://markbind.org/userGuide/components/imagesAndDiagrams.html#diagrams) tag. The `src` attribute specifies the path to the PlantUML file."},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"\u003cpuml src\u003d\"../diagrams/example.puml\" width\u003d300 /\u003e"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"Before we proceed, ensure that you have done the following:"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"1. Read the [*Architecture* section of the DG](Design.html#architecture)"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"1. Set up the project in your preferred IDE"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"## Setting a breakpoint"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"As you know, the first step of debugging is to put in a breakpoint where you want the debugger to pause the execution."},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** You can use a combination of Markbind\u0027s [**Images and Diagrams** features](https://markbind.org/userGuide/components/imagesAndDiagrams.html) such as `puml` and `pic` tags to provide a visual representation of the steps to be taken. [**Code blocks**](https://markbind.org/userGuide/formattingContents.html#code) can also be used as shown below."},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"```java"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"public interface Example {"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" /**"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" * Executes returns the output."},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" * @param exampleInput The input as entered by the user."},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":" * @return The example output."},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":" * @throws ExampleException If an error occurs."},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":" */"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" ExampleOutput execute(String exampleInput) throws ExampleException;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":"..."},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"```"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"## Tracing the execution path"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** You can use a list of steps to guide the reader through the process of tracing the execution path. This can be done using Markbind\u0027s [**Lists** feature](https://markbind.org/userGuide/formattingContents.html#lists)."},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":"1. Firstly, do this."},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":"1. Next, do that."},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":"1. Finally, do this."}],"authorContributionMap":{"KevinEyo1":71}},{"path":"packages/core/template/project/index.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"# ProjectEx"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"[![CI Status](https://github.com/MarkBind/markbind/workflows/CI/badge.svg)](https://github.com/MarkBind/markbind/actions)"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"[![codecov](https://codecov.io/gh/MarkBind/markbind/branch/master/graph/badge.svg)](https://codecov.io/gh/MarkBind/markbind)"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003cpic src\u003d\"images/SeEduLogo.png\" width\u003d\"200px\" style\u003d\"margin-bottom: 20px;\"\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"Project Onboarding Screen"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"\u003c/pic\u003e"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"**ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation.** "},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"Take this template as a _starting point_ for your project documentation, taking reference of what would be in a typical project documentation site, replacing the content with your own."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"* If you are interested in using ProjectEx, head over to the [_Quick Start_ section of the **User Guide**](userGuide/QuickStart.html)."},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"* If you are interested about contributing to developing ProjectEx, the [**Developer Guide**](developerGuide/DeveloperGuide.html) is a good place to start."},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"**Acknowledgements**"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"Remember to replace the following with your own acknowledgements."},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)"}],"authorContributionMap":{"KevinEyo1":31}},{"path":"packages/core/template/project/site.json","fileType":"json","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"{"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" \"baseUrl\": \"\","},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" \"titlePrefix\": \"\","},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" \"titleSuffix\": \"ProjectEx\","},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" \"faviconPath\": \"images/SeEduLogo.png\","},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":" \"style\": {"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":" \"codeTheme\": \"light\""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" \"ignore\": ["},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":" \"_markbind/layouts/*\","},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" \"_markbind/logs/*\","},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":" \"_site/*\","},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" \"site.json\","},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":" \"*.md\","},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":" \"*.njk\","},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":" \".git/*\","},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" \"node_modules/*\""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" ],"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" \"pagesExclude\": [\"node_modules/*\"],"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" \"pages\": ["},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" {"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" \"glob\": [\"**/index.md\", \"**/*.md\"]"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" ],"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":" \"deploy\": {"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":" \"message\": \"Site Update.\""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" },"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" \"timeZone\": \"Asia/Singapore\""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":29}},{"path":"packages/core/template/project/stylesheets/main.css","fileType":"css","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"mark {"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" background-color: #ff0;"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 5px;"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" padding-top: 0;"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 0;"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":".indented {"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 20px;"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":".theme-card img {"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":" width: 100%;"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"/* Scrollbar */"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar {"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-thumb {"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":" background: #808080;"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll::-webkit-scrollbar-track {"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar {"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" width: 5px;"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-thumb {"},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":" background: #00b0ef;"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":".slim-scroll-blue::-webkit-scrollbar-track {"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":" background: transparent;"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" border-radius: 20px;"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":"/* Layout containers */"},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"#flex-body {"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":" align-items: start;"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"#content-wrapper {"},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":" flex: 1;"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":" margin: 0 auto;"},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":" min-width: 0;"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":" max-width: 1000px;"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":" overflow-x: auto;"},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":" padding: 0.8rem 20px 0;"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":" transition: 0.4s;"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":"#site-nav,"},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":" display: flex;"},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":" flex-direction: column;"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":" position: sticky;"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":" top: var(--sticky-header-height);"},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":" flex: 0 0 auto;"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":" max-width: 300px;"},{"lineNumber":72,"author":{"gitId":"KevinEyo1"},"content":" max-height: calc(100vh - var(--sticky-header-height));"},{"lineNumber":73,"author":{"gitId":"KevinEyo1"},"content":" width: 300px;"},{"lineNumber":74,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":75,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":76,"author":{"gitId":"KevinEyo1"},"content":"#site-nav {"},{"lineNumber":77,"author":{"gitId":"KevinEyo1"},"content":" border-right: 1px solid lightgrey;"},{"lineNumber":78,"author":{"gitId":"KevinEyo1"},"content":" padding-bottom: 20px;"},{"lineNumber":79,"author":{"gitId":"KevinEyo1"},"content":" z-index: 999;"},{"lineNumber":80,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":81,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":82,"author":{"gitId":"KevinEyo1"},"content":".nav-component {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":84,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":85,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":86,"author":{"gitId":"KevinEyo1"},"content":"#page-nav {"},{"lineNumber":87,"author":{"gitId":"KevinEyo1"},"content":" border-left: 1px solid lightgrey;"},{"lineNumber":88,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":89,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":90,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 1299.98px) {"},{"lineNumber":91,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":92,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":93,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":94,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":95,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":96,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap medium(md) responsive breakpoint */"},{"lineNumber":97,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 991.98px) {"},{"lineNumber":98,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":99,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":100,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":101,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":102,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":103,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap small(sm) responsive breakpoint */"},{"lineNumber":104,"author":{"gitId":"KevinEyo1"},"content":"@media (width \u003c\u003d 767.98px) {"},{"lineNumber":105,"author":{"gitId":"KevinEyo1"},"content":" .indented {"},{"lineNumber":106,"author":{"gitId":"KevinEyo1"},"content":" padding-left: 10px;"},{"lineNumber":107,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":108,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":109,"author":{"gitId":"KevinEyo1"},"content":" #content-wrapper {"},{"lineNumber":110,"author":{"gitId":"KevinEyo1"},"content":" padding: 0 10px;"},{"lineNumber":111,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":112,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":113,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":114,"author":{"gitId":"KevinEyo1"},"content":"/* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":115,"author":{"gitId":"KevinEyo1"},"content":"@media screen and (width \u003c\u003d 575.98px) {"},{"lineNumber":116,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":117,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":118,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":119,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":120,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":121,"author":{"gitId":"KevinEyo1"},"content":"/* Hide site navigation when printing */"},{"lineNumber":122,"author":{"gitId":"KevinEyo1"},"content":"@media print {"},{"lineNumber":123,"author":{"gitId":"KevinEyo1"},"content":" #site-nav {"},{"lineNumber":124,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":125,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":126,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":127,"author":{"gitId":"KevinEyo1"},"content":" #page-nav {"},{"lineNumber":128,"author":{"gitId":"KevinEyo1"},"content":" display: none;"},{"lineNumber":129,"author":{"gitId":"KevinEyo1"},"content":" }"},{"lineNumber":130,"author":{"gitId":"KevinEyo1"},"content":"}"},{"lineNumber":131,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":132,"author":{"gitId":"KevinEyo1"},"content":"h2,"},{"lineNumber":133,"author":{"gitId":"KevinEyo1"},"content":"h3,"},{"lineNumber":134,"author":{"gitId":"KevinEyo1"},"content":"h4,"},{"lineNumber":135,"author":{"gitId":"KevinEyo1"},"content":"h5,"},{"lineNumber":136,"author":{"gitId":"KevinEyo1"},"content":"h6 {"},{"lineNumber":137,"author":{"gitId":"KevinEyo1"},"content":" color: #e46c0a;"},{"lineNumber":138,"author":{"gitId":"KevinEyo1"},"content":"}"}],"authorContributionMap":{"KevinEyo1":137,"-":1}},{"path":"packages/core/template/project/team/AboutUs.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"About Us\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"# About Us"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\"\u003e"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"This section describes the contributors of your app."},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"We are a team based in [Organisation A](#project-team)."},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"You can reach us at the email `organisationa@gmail.sg`"},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"## Project team"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"### John Doe"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"This img uses the `placeholderImage` defined in the `_markbind/variables.md` file."},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":"[[homepage](http://www.comp.nus.edu.sg/~damithch)]"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"[[github](https://github.com/johndoe)]"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"* Role: Project Advisor"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"### Jane Doe"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":"* Role: Team Lead"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: UI"},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"### Johnny Doe"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"* Role: Developer"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: Data"},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":"### Jean Doe"},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":55,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":56,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":57,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":58,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":59,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":60,"author":{"gitId":"KevinEyo1"},"content":"* Role: Developer"},{"lineNumber":61,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: Dev Ops + Threading"},{"lineNumber":62,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":63,"author":{"gitId":"KevinEyo1"},"content":"### James Doe"},{"lineNumber":64,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":65,"author":{"gitId":"KevinEyo1"},"content":"{{ placeholderImage }}"},{"lineNumber":66,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":67,"author":{"gitId":"KevinEyo1"},"content":"[[github](http://github.com/johndoe)]"},{"lineNumber":68,"author":{"gitId":"KevinEyo1"},"content":"[[contributions](johndoe.md)]"},{"lineNumber":69,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":70,"author":{"gitId":"KevinEyo1"},"content":"* Role: Developer"},{"lineNumber":71,"author":{"gitId":"KevinEyo1"},"content":"* Responsibilities: UI"}],"authorContributionMap":{"KevinEyo1":71}},{"path":"packages/core/template/project/team/johndoe.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Portfolio Page\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":"### Project: ProjectEx"},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of."},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":" Content can be easily be replaced by the user\u0027s project information and context."},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"Given below are my contributions to the project."},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"* **New Feature**: Feature X"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":" * What it does: This feature does a thing"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":" * Justification: This feature is important because..."},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":" * Highlights:"},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":" * Point 1"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":" * Point 2"},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":" * Credits: *{mention here for reused code/ideas or use of a third-party library}*"},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"* **Code contributed**: [Github Repo]()"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"* **Project management**:"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":" * Managed releases `v1.3` - `v1.5rc` (3 releases) on GitHub"},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* **Enhancements to existing features**:"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":" * Wrote additional tests, increasing coverage to 92% (Pull requests [\\#36](), [\\#38]())"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":"* **Documentation**:"},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":" * User Guide:"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":" * Added documentation for feature [\\#72]()"},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":" * Developer Guide:"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":" * Added implementation details of feature."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":"* **Community**:"},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":" * PRs reviewed (with non-trivial review comments): [\\#12](), [\\#32](), [\\#19](), [\\#42]()"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":" * Contributed to forum discussions (examples: [1](), [2](), [3](), [4]())"},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":"* **Tools**:"},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":" * Integrated a third party library (Natty) to the project ([\\#42]())"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"* _{ You can add/remove categories in the list above }_"}],"authorContributionMap":{"KevinEyo1":45}},{"path":"packages/core/template/project/userGuide/FAQ.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"FAQ\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# FAQ"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section answers common questions about the app or specific features."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Question:** How do I learn to use this project?\"\u003e"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":"**Answer:** Refer to the [User Guide](../userGuide/UserGuide.md)."},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":"\u003cbr\u003e"},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"**Question:** How do I contribute to this project?\"\u003e"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":"**Answer:** Refer to the [Developer Guide](../developerGuide/DeveloperGuide.md)."},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"}],"authorContributionMap":{"KevinEyo1":20}},{"path":"packages/core/template/project/userGuide/Features.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Features\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Features"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"info\" seamless\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"**Notes about the app usage**\u003cbr\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"* General information about the app\u0027s features."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"* General tips about how to use the app efficiently."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"* Warnings that may lead to issues and how to avoid them."},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"### FeatureX"},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"Description of feature."},{"lineNumber":23,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":24,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":25,"author":{"gitId":"KevinEyo1"},"content":"A visual representation of the feature can be shown here."},{"lineNumber":26,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":27,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":28,"author":{"gitId":"KevinEyo1"},"content":"* List of primary information about the feature"},{"lineNumber":29,"author":{"gitId":"KevinEyo1"},"content":"* How to use the feature"},{"lineNumber":30,"author":{"gitId":"KevinEyo1"},"content":"* How the feature works"},{"lineNumber":31,"author":{"gitId":"KevinEyo1"},"content":"* Limitations of feature"},{"lineNumber":32,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":33,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"warning\" seamless\u003e"},{"lineNumber":34,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":35,"author":{"gitId":"KevinEyo1"},"content":"**Caution:**"},{"lineNumber":36,"author":{"gitId":"KevinEyo1"},"content":"Things to avoid when using the feature."},{"lineNumber":37,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":38,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":39,"author":{"gitId":"KevinEyo1"},"content":"### Y Feature"},{"lineNumber":40,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":41,"author":{"gitId":"KevinEyo1"},"content":"Description of feature."},{"lineNumber":42,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":43,"author":{"gitId":"KevinEyo1"},"content":"\u003cpanel header\u003d\"Feature Examples\"\u003e"},{"lineNumber":44,"author":{"gitId":"KevinEyo1"},"content":"Examples of how to use the feature."},{"lineNumber":45,"author":{"gitId":"KevinEyo1"},"content":"\u003c/panel\u003e"},{"lineNumber":46,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":47,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\" seamless\u003e"},{"lineNumber":48,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":49,"author":{"gitId":"KevinEyo1"},"content":"**Tip:** Secondary information about feature usage."},{"lineNumber":50,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":51,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":52,"author":{"gitId":"KevinEyo1"},"content":"### Future Feature Z `[coming in v2.0]`"},{"lineNumber":53,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":54,"author":{"gitId":"KevinEyo1"},"content":"_Details coming soon ..._"}],"authorContributionMap":{"KevinEyo1":54}},{"path":"packages/core/template/project/userGuide/QuickStart.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"Quick Start\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Quick start"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"\u003cbox type\u003d\"tip\"\u003e"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"This section can be used to help users get started with the application quickly."},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"\u003c/box\u003e"},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"1. Ensure you have Java `11` and Node.js `v16` and above installed in your Computer."},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"1. Open a command terminal and run necessary setup commands like `npm run setup`."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"1. Refer to the [Features](Features.html) section for details of the app\u0027s features."}],"authorContributionMap":{"KevinEyo1":17}},{"path":"packages/core/template/project/userGuide/UserGuide.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":" layout: default.md"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":" title: \"User Guide\""},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":" pageNav: 3"},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"---"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# ProjectEx User Guide"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"--------------------------------------------------------------------------------------------------------------------"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":"ProjectEx is an example project application used for showcasing a default MarkBind template specifically for project documentation. It can be taken as a reference for users to base their own MarkBind sites off of."},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":"## Introduction"},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":"Welcome to the User Guide. This comprehensive resource is designed to assist you in navigating and utilizing our software to its fullest potential."},{"lineNumber":16,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":17,"author":{"gitId":"KevinEyo1"},"content":"## Purpose of this Guide"},{"lineNumber":18,"author":{"gitId":"KevinEyo1"},"content":"This guide aims to:"},{"lineNumber":19,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":20,"author":{"gitId":"KevinEyo1"},"content":"1. Equip users with the necessary knowledge."},{"lineNumber":21,"author":{"gitId":"KevinEyo1"},"content":"1. Offer step-by-step instructions for common tasks and operations."},{"lineNumber":22,"author":{"gitId":"KevinEyo1"},"content":"1. Provide tips and tricks to streamline the user experience."}],"authorContributionMap":{"KevinEyo1":22}},{"path":"packages/vue-components/src/Box.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":3,"author":{"gitId":"-"},"content":" :class\u003d\"["},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u0027alert box-container\u0027,"},{"lineNumber":5,"author":{"gitId":"-"},"content":" containerStyle(),"},{"lineNumber":6,"author":{"gitId":"-"},"content":" addClass,"},{"lineNumber":7,"author":{"gitId":"-"},"content":" { \u0027d-flex\u0027: seamlessHeaderBool() },"},{"lineNumber":8,"author":{"gitId":"-"},"content":" ]\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" :style\u003d\"customStyle()\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003c!--Icon and vertical divider for seamless header box--\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"seamlessHeaderBool()\" class\u003d\"d-flex\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":14,"author":{"gitId":"-"},"content":" v-if\u003d\"iconBool()\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027icon-wrapper\u0027, iconStyle()]\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" :style\u003d\"customIconColorStyle()\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"icon\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003ci :class\u003d\"[\u0027fas\u0027, getFontAwesomeIconStyle()]\"\u003e\u003c/i\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":23,"author":{"gitId":"-"},"content":" class\u003d\"vertical-divider\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" :class\u003d\"getBootstrapAlertStyle()\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" aria-hidden\u003d\"true\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"header-and-body\"\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c!-- Header wrapper, not rendered if there is no header attribute --\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":32,"author":{"gitId":"-"},"content":" v-if\u003d\"headerBool()\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027box-header-wrapper\u0027, { \u0027alert-dismissible\u0027: dismissible }]\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c!-- icon on the left of the header --\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":37,"author":{"gitId":"-"},"content":" v-if\u003d\"iconBool() \u0026\u0026 !seamlessHeaderBool()\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027icon-wrapper\u0027, iconStyle()]\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" :style\u003d\"customIconColorStyle()\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"icon\"\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003ci :class\u003d\"[\u0027fas\u0027, getFontAwesomeIconStyle()]\"\u003e\u003c/i\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003c!-- header --\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"box-header\"\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":""},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003c!-- dismiss button to the right of the header --\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":53,"author":{"gitId":"-"},"content":" v-if\u003d\"dismissible\""},{"lineNumber":54,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":55,"author":{"gitId":"-"},"content":" class\u003d\"btn-close close-with-heading\""},{"lineNumber":56,"author":{"gitId":"-"},"content":" data-bs-dismiss\u003d\"alert\""},{"lineNumber":57,"author":{"gitId":"-"},"content":" aria-label\u003d\"Close\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":59,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003c!-- Body wrapper --\u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":64,"author":{"gitId":"-"},"content":" :class\u003d\"["},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u0027box-body-wrapper\u0027,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u0027alert-dismissible\u0027: dismissible \u0026\u0026 !headerBool(),"},{"lineNumber":68,"author":{"gitId":"-"},"content":" \u0027box-body-wrapper-with-heading\u0027: headerBool(),"},{"lineNumber":69,"author":{"gitId":"-"},"content":" },"},{"lineNumber":70,"author":{"gitId":"-"},"content":" ]\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003c!-- icon on the left, not shown if there is a header --\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":74,"author":{"gitId":"-"},"content":" v-if\u003d\"iconBool() \u0026\u0026 !headerBool()\""},{"lineNumber":75,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027icon-wrapper\u0027, iconStyle()]\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" :style\u003d\"customIconColorStyle()\""},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"icon\"\u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003ci :class\u003d\"[\u0027fas\u0027, getFontAwesomeIconStyle()]\"\u003e\u003c/i\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003c!-- Icon -- content divider for seamless boxes without the header attribute --\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":85,"author":{"gitId":"-"},"content":" v-if\u003d\"seamlessNoHeaderBool()\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" class\u003d\"vertical-divider\""},{"lineNumber":87,"author":{"gitId":"-"},"content":" :class\u003d\"getBootstrapAlertStyle()\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" aria-hidden\u003d\"true\""},{"lineNumber":89,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":""},{"lineNumber":91,"author":{"gitId":"-"},"content":" \u003c!-- Content wrapper --\u003e"},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"contents\" :style\u003d\"customColorStyle()\"\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":""},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c!-- dismiss button on the right, not shown if there is a header --\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":98,"author":{"gitId":"-"},"content":" v-if\u003d\"dismissible \u0026\u0026 !headerBool()\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" class\u003d\"btn-close\""},{"lineNumber":101,"author":{"gitId":"-"},"content":" data-bs-dismiss\u003d\"alert\""},{"lineNumber":102,"author":{"gitId":"-"},"content":" aria-label\u003d\"Close\""},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":107,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":109,"author":{"gitId":"-"},"content":""},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":"import { classifyBootstrapStyle } from \u0027./utils/utils\u0027;"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" dismissible: {"},{"lineNumber":116,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":117,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":118,"author":{"gitId":"-"},"content":" },"},{"lineNumber":119,"author":{"gitId":"-"},"content":" backgroundColor: {"},{"lineNumber":120,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":121,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":122,"author":{"gitId":"-"},"content":" },"},{"lineNumber":123,"author":{"gitId":"-"},"content":" borderColor: {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":125,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":126,"author":{"gitId":"-"},"content":" },"},{"lineNumber":127,"author":{"gitId":"-"},"content":" borderLeftColor: {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":129,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" color: {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":133,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":134,"author":{"gitId":"-"},"content":" },"},{"lineNumber":135,"author":{"gitId":"-"},"content":" icon: {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":137,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":138,"author":{"gitId":"-"},"content":" },"},{"lineNumber":139,"author":{"gitId":"-"},"content":" iconSize: {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":141,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":142,"author":{"gitId":"-"},"content":" },"},{"lineNumber":143,"author":{"gitId":"-"},"content":" iconColor: {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":145,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":146,"author":{"gitId":"-"},"content":" },"},{"lineNumber":147,"author":{"gitId":"-"},"content":" type: {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":149,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":150,"author":{"gitId":"-"},"content":" },"},{"lineNumber":151,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":152,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":153,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":154,"author":{"gitId":"-"},"content":" },"},{"lineNumber":155,"author":{"gitId":"-"},"content":" light: {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":157,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":158,"author":{"gitId":"-"},"content":" },"},{"lineNumber":159,"author":{"gitId":"-"},"content":" seamless: {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":161,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":162,"author":{"gitId":"-"},"content":" },"},{"lineNumber":163,"author":{"gitId":"-"},"content":" noIcon: {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":165,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":166,"author":{"gitId":"-"},"content":" },"},{"lineNumber":167,"author":{"gitId":"-"},"content":" noBackground: {"},{"lineNumber":168,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":169,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":170,"author":{"gitId":"-"},"content":" },"},{"lineNumber":171,"author":{"gitId":"-"},"content":" noBorder: {"},{"lineNumber":172,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":173,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":174,"author":{"gitId":"-"},"content":" },"},{"lineNumber":175,"author":{"gitId":"-"},"content":" theme: {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":177,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":178,"author":{"gitId":"-"},"content":" },"},{"lineNumber":179,"author":{"gitId":"-"},"content":" },"},{"lineNumber":180,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" bootStrapStyle() {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" return classifyBootstrapStyle(this.type, this.theme);"},{"lineNumber":183,"author":{"gitId":"-"},"content":" },"},{"lineNumber":184,"author":{"gitId":"-"},"content":" },"},{"lineNumber":185,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":186,"author":{"gitId":"-"},"content":" isSeamless() {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" return !this.light \u0026\u0026 this.seamless;"},{"lineNumber":188,"author":{"gitId":"-"},"content":" },"},{"lineNumber":189,"author":{"gitId":"-"},"content":" seamlessNoHeaderBool() {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" return this.isSeamless() \u0026\u0026 !this.headerBool();"},{"lineNumber":191,"author":{"gitId":"-"},"content":" },"},{"lineNumber":192,"author":{"gitId":"-"},"content":" seamlessHeaderBool() {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" return this.isSeamless() \u0026\u0026 this.headerBool();"},{"lineNumber":194,"author":{"gitId":"-"},"content":" },"},{"lineNumber":195,"author":{"gitId":"-"},"content":" headerBool() {"},{"lineNumber":196,"author":{"gitId":"-"},"content":" return !!this.$scopedSlots.header;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" },"},{"lineNumber":198,"author":{"gitId":"-"},"content":" iconBool() {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" // this.$scopedSlots.icon is either undefined or an object"},{"lineNumber":200,"author":{"gitId":"-"},"content":" const isIconSlotFilled \u003d !!this.$scopedSlots.icon;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" return (!this.noIcon \u0026\u0026 this.type) || isIconSlotFilled;"},{"lineNumber":202,"author":{"gitId":"-"},"content":" },"},{"lineNumber":203,"author":{"gitId":"-"},"content":" containerStyle() {"},{"lineNumber":204,"author":{"gitId":"-"},"content":" let containerStyle;"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" if (this.light) {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" containerStyle \u003d `${this.getBootstrapBorderStyle()} alert-border-left`;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" } else if (this.seamless) {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" containerStyle \u003d \u0027seamless\u0027;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" containerStyle \u003d this.getBootstrapAlertStyle();"},{"lineNumber":212,"author":{"gitId":"-"},"content":" }"},{"lineNumber":213,"author":{"gitId":"-"},"content":""},{"lineNumber":214,"author":{"gitId":"-"},"content":" if (this.noBackground) {"},{"lineNumber":215,"author":{"gitId":"-"},"content":" containerStyle +\u003d \u0027 no-background\u0027;"},{"lineNumber":216,"author":{"gitId":"-"},"content":" }"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":" if (this.noBorder) {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" containerStyle +\u003d \u0027 no-border\u0027;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" }"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":" return containerStyle;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" customStyle() {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" const style \u003d {};"},{"lineNumber":226,"author":{"gitId":"-"},"content":" if (this.backgroundColor) {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" style.backgroundColor \u003d this.backgroundColor;"},{"lineNumber":228,"author":{"gitId":"-"},"content":" style.borderColor \u003d this.backgroundColor;"},{"lineNumber":229,"author":{"gitId":"-"},"content":" }"},{"lineNumber":230,"author":{"gitId":"-"},"content":" if (this.borderColor) {"},{"lineNumber":231,"author":{"gitId":"-"},"content":" style.border \u003d `1px solid ${this.borderColor}`;"},{"lineNumber":232,"author":{"gitId":"-"},"content":" }"},{"lineNumber":233,"author":{"gitId":"-"},"content":" if (this.borderLeftColor) {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" style.borderLeft \u003d `5px solid ${this.borderLeftColor}`;"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }"},{"lineNumber":236,"author":{"gitId":"-"},"content":" return style;"},{"lineNumber":237,"author":{"gitId":"-"},"content":" },"},{"lineNumber":238,"author":{"gitId":"-"},"content":" customColorStyle() {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" if (this.color) {"},{"lineNumber":240,"author":{"gitId":"-"},"content":" return { color: this.color };"},{"lineNumber":241,"author":{"gitId":"-"},"content":" }"},{"lineNumber":242,"author":{"gitId":"-"},"content":" return {};"},{"lineNumber":243,"author":{"gitId":"-"},"content":" },"},{"lineNumber":244,"author":{"gitId":"-"},"content":" iconStyle() {"},{"lineNumber":245,"author":{"gitId":"-"},"content":" let iconStyle \u003d \u0027\u0027;"},{"lineNumber":246,"author":{"gitId":"-"},"content":" if (this.iconSize) {"},{"lineNumber":247,"author":{"gitId":"-"},"content":" iconStyle +\u003d `fa-${this.iconSize}`;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" }"},{"lineNumber":249,"author":{"gitId":"-"},"content":""},{"lineNumber":250,"author":{"gitId":"-"},"content":" if (this.light || this.seamless) {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" iconStyle +\u003d ` ${this.getBootstrapTextStyle()}`;"},{"lineNumber":252,"author":{"gitId":"-"},"content":" }"},{"lineNumber":253,"author":{"gitId":"-"},"content":""},{"lineNumber":254,"author":{"gitId":"-"},"content":" return iconStyle;"},{"lineNumber":255,"author":{"gitId":"-"},"content":" },"},{"lineNumber":256,"author":{"gitId":"-"},"content":" customIconColorStyle() {"},{"lineNumber":257,"author":{"gitId":"-"},"content":" if (this.iconColor) {"},{"lineNumber":258,"author":{"gitId":"-"},"content":" return { color: `${this.iconColor}!important` };"},{"lineNumber":259,"author":{"gitId":"-"},"content":" }"},{"lineNumber":260,"author":{"gitId":"-"},"content":" return {};"},{"lineNumber":261,"author":{"gitId":"-"},"content":" },"},{"lineNumber":262,"author":{"gitId":"-"},"content":" getBootstrapAlertStyle() {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" return `alert-${this.bootStrapStyle.style}`;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" },"},{"lineNumber":265,"author":{"gitId":"-"},"content":" getBootstrapTextStyle() {"},{"lineNumber":266,"author":{"gitId":"-"},"content":" return `text-${this.bootStrapStyle.style}`;"},{"lineNumber":267,"author":{"gitId":"-"},"content":" },"},{"lineNumber":268,"author":{"gitId":"-"},"content":" getBootstrapBorderStyle() {"},{"lineNumber":269,"author":{"gitId":"-"},"content":" return `border-${this.bootStrapStyle.style}`;"},{"lineNumber":270,"author":{"gitId":"-"},"content":" },"},{"lineNumber":271,"author":{"gitId":"-"},"content":" getFontAwesomeIconStyle() {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" return this.bootStrapStyle.icon;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" },"},{"lineNumber":274,"author":{"gitId":"-"},"content":" },"},{"lineNumber":275,"author":{"gitId":"-"},"content":"};"},{"lineNumber":276,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":277,"author":{"gitId":"-"},"content":""},{"lineNumber":278,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":279,"author":{"gitId":"-"},"content":" .box-container {"},{"lineNumber":280,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":281,"author":{"gitId":"-"},"content":" border-radius: 6px;"},{"lineNumber":282,"author":{"gitId":"-"},"content":" }"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":" .box-header-wrapper {"},{"lineNumber":285,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":286,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":287,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":288,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":289,"author":{"gitId":"LamJiuFong"},"content":" padding: 0.4rem 1.25rem 0.28rem;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" border-radius: 6px 6px 0 0;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .box-body-wrapper {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" padding: 0.75rem 1.25rem;"},{"lineNumber":298,"author":{"gitId":"-"},"content":" }"},{"lineNumber":299,"author":{"gitId":"-"},"content":""},{"lineNumber":300,"author":{"gitId":"-"},"content":" .box-container.seamless \u003e .header-and-body \u003e .box-body-wrapper {"},{"lineNumber":301,"author":{"gitId":"-"},"content":" padding: 0.75rem 0.5rem;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" }"},{"lineNumber":303,"author":{"gitId":"-"},"content":""},{"lineNumber":304,"author":{"gitId":"-"},"content":" .contents {"},{"lineNumber":305,"author":{"gitId":"-"},"content":" padding: 0 6px;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":307,"author":{"gitId":"-"},"content":" min-width: 0;"},{"lineNumber":308,"author":{"gitId":"-"},"content":" }"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" .box-container.seamless \u003e .header-and-body \u003e div.box-body-wrapper \u003e .contents {"},{"lineNumber":311,"author":{"gitId":"-"},"content":" padding-left: 12px;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" }"},{"lineNumber":313,"author":{"gitId":"-"},"content":""},{"lineNumber":314,"author":{"gitId":"-"},"content":" .heading {"},{"lineNumber":315,"author":{"gitId":"-"},"content":" display: inline;"},{"lineNumber":316,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":317,"author":{"gitId":"-"},"content":" font-weight: normal;"},{"lineNumber":318,"author":{"gitId":"-"},"content":" color: inherit;"},{"lineNumber":319,"author":{"gitId":"LamJiuFong"},"content":" background-color: rgb(240 240 240 / 60%);"},{"lineNumber":320,"author":{"gitId":"-"},"content":" width: auto;"},{"lineNumber":321,"author":{"gitId":"LamJiuFong"},"content":" padding: 3px 5px 4px;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" border-width: 0;"},{"lineNumber":323,"author":{"gitId":"LamJiuFong"},"content":" border-radius: 0 6px;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" margin: -13px -27px 0 15px;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" }"},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":" .box-body-wrapper-with-heading {"},{"lineNumber":328,"author":{"gitId":"-"},"content":" padding-top: 0.5rem;"},{"lineNumber":329,"author":{"gitId":"-"},"content":" }"},{"lineNumber":330,"author":{"gitId":"-"},"content":""},{"lineNumber":331,"author":{"gitId":"-"},"content":" .alert-dismissible {"},{"lineNumber":332,"author":{"gitId":"-"},"content":" padding-right: 4rem;"},{"lineNumber":333,"author":{"gitId":"-"},"content":" }"},{"lineNumber":334,"author":{"gitId":"-"},"content":""},{"lineNumber":335,"author":{"gitId":"-"},"content":" .box-header {"},{"lineNumber":336,"author":{"gitId":"-"},"content":" font-weight: 500;"},{"lineNumber":337,"author":{"gitId":"-"},"content":" }"},{"lineNumber":338,"author":{"gitId":"-"},"content":""},{"lineNumber":339,"author":{"gitId":"-"},"content":" .icon-wrapper {"},{"lineNumber":340,"author":{"gitId":"-"},"content":" display: inline;"},{"lineNumber":341,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":342,"author":{"gitId":"-"},"content":" margin-right: 0.5em;"},{"lineNumber":343,"author":{"gitId":"-"},"content":" min-width: 1em;"},{"lineNumber":344,"author":{"gitId":"-"},"content":" }"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":" .close-with-heading {"},{"lineNumber":347,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":348,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":349,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":350,"author":{"gitId":"-"},"content":" padding: 1rem;"},{"lineNumber":351,"author":{"gitId":"-"},"content":" }"},{"lineNumber":352,"author":{"gitId":"-"},"content":""},{"lineNumber":353,"author":{"gitId":"-"},"content":" .close-with-heading \u003e span {"},{"lineNumber":354,"author":{"gitId":"-"},"content":" vertical-align: text-top;"},{"lineNumber":355,"author":{"gitId":"-"},"content":" }"},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":" .alert-dismissible .btn-close {"},{"lineNumber":358,"author":{"gitId":"-"},"content":" padding: 1rem;"},{"lineNumber":359,"author":{"gitId":"-"},"content":" }"},{"lineNumber":360,"author":{"gitId":"-"},"content":""},{"lineNumber":361,"author":{"gitId":"-"},"content":" .contents \u003e :last-child {"},{"lineNumber":362,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":363,"author":{"gitId":"-"},"content":" }"},{"lineNumber":364,"author":{"gitId":"-"},"content":""},{"lineNumber":365,"author":{"gitId":"-"},"content":" .alert-default {"},{"lineNumber":366,"author":{"gitId":"-"},"content":" color: #24292e;"},{"lineNumber":367,"author":{"gitId":"-"},"content":" background-color: #f6f8fa;"},{"lineNumber":368,"author":{"gitId":"-"},"content":" border-color: #e8ebef;"},{"lineNumber":369,"author":{"gitId":"-"},"content":" }"},{"lineNumber":370,"author":{"gitId":"-"},"content":""},{"lineNumber":371,"author":{"gitId":"-"},"content":" .alert-border-left {"},{"lineNumber":372,"author":{"gitId":"-"},"content":" background-color: #f9f8f8;"},{"lineNumber":373,"author":{"gitId":"-"},"content":" border-left: solid;"},{"lineNumber":374,"author":{"gitId":"-"},"content":" border-width: 0 0 0 5px;"},{"lineNumber":375,"author":{"gitId":"-"},"content":" }"},{"lineNumber":376,"author":{"gitId":"-"},"content":""},{"lineNumber":377,"author":{"gitId":"-"},"content":" .vertical-divider {"},{"lineNumber":378,"author":{"gitId":"-"},"content":" width: 4px;"},{"lineNumber":379,"author":{"gitId":"-"},"content":" }"},{"lineNumber":380,"author":{"gitId":"-"},"content":""},{"lineNumber":381,"author":{"gitId":"-"},"content":" .horizontal-divider {"},{"lineNumber":382,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":383,"author":{"gitId":"-"},"content":" width: calc(100% - 2.5rem);"},{"lineNumber":384,"author":{"gitId":"-"},"content":" height: 3px;"},{"lineNumber":385,"author":{"gitId":"-"},"content":" }"},{"lineNumber":386,"author":{"gitId":"-"},"content":""},{"lineNumber":387,"author":{"gitId":"-"},"content":" .no-background {"},{"lineNumber":388,"author":{"gitId":"-"},"content":" background: none;"},{"lineNumber":389,"author":{"gitId":"-"},"content":" }"},{"lineNumber":390,"author":{"gitId":"-"},"content":""},{"lineNumber":391,"author":{"gitId":"-"},"content":" .no-border {"},{"lineNumber":392,"author":{"gitId":"-"},"content":" border: none;"},{"lineNumber":393,"author":{"gitId":"-"},"content":" }"},{"lineNumber":394,"author":{"gitId":"-"},"content":""},{"lineNumber":395,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003c\u003d 768px) {"},{"lineNumber":396,"author":{"gitId":"-"},"content":" .box-header-wrapper {"},{"lineNumber":397,"author":{"gitId":"-"},"content":" padding: 0.75rem 0.75rem 0.1rem;"},{"lineNumber":398,"author":{"gitId":"-"},"content":" }"},{"lineNumber":399,"author":{"gitId":"-"},"content":""},{"lineNumber":400,"author":{"gitId":"-"},"content":" .box-body-wrapper {"},{"lineNumber":401,"author":{"gitId":"-"},"content":" padding: 0.75rem;"},{"lineNumber":402,"author":{"gitId":"-"},"content":" }"},{"lineNumber":403,"author":{"gitId":"-"},"content":""},{"lineNumber":404,"author":{"gitId":"-"},"content":" .contents {"},{"lineNumber":405,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":406,"author":{"gitId":"-"},"content":" }"},{"lineNumber":407,"author":{"gitId":"-"},"content":" }"},{"lineNumber":408,"author":{"gitId":"-"},"content":"\u003c/style\u003e"},{"lineNumber":409,"author":{"gitId":"-"},"content":""},{"lineNumber":410,"author":{"gitId":"-"},"content":"\u003c!-- TODO move this once we upgrade vue-loader version for scoped deep selectors --\u003e"},{"lineNumber":411,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":412,"author":{"gitId":"-"},"content":" div.box-header \u003e * {"},{"lineNumber":413,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":414,"author":{"gitId":"-"},"content":" }"},{"lineNumber":415,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":5,"-":410}},{"path":"packages/vue-components/src/Dropdown.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cli"},{"lineNumber":3,"author":{"gitId":"-"},"content":" v-if\u003d\"isLi\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"dropdown\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[{ \u0027disabled\u0027: disabledBool }, \u0027dropdown\u0027, addClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003ca"},{"lineNumber":9,"author":{"gitId":"-"},"content":" class\u003d\"dropdown-toggle nav-link\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" role\u003d\"button\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" :class\u003d\"{\u0027disabled\u0027: disabledBool}\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003csubmenu v-else-if\u003d\"isSubmenu\" ref\u003d\"submenu\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003ctemplate v-for\u003d\"(node, name) in $scopedSlots\" #[name]\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cslot :name\u003d\"name\"\u003e\u003c/slot\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003c/template\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/submenu\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":29,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":30,"author":{"gitId":"-"},"content":" ref\u003d\"dropdown\""},{"lineNumber":31,"author":{"gitId":"-"},"content":" :class\u003d\"[{ \u0027disabled\u0027: disabledBool }, \u0027btn-group\u0027, addClass]\""},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"before\"\u003e\u003c/slot\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":36,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" class\u003d\"btn dropdown-toggle\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[btnType, btnWithBefore, { \u0027dropdown-toggle-split\u0027: hasBefore }]\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" :disabled\u003d\"disabledBool\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" data-bs-reference\u003d\"parent\""},{"lineNumber":41,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"dropdown-menu\" :class\u003d\"[{ \u0027show\u0027: show }, { \u0027dropdown-menu-end\u0027: menuAlignRight }]\"\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":""},{"lineNumber":54,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":"import Submenu from \u0027./Submenu.vue\u0027;"},{"lineNumber":56,"author":{"gitId":"-"},"content":"import { toBoolean } from \u0027./utils/utils\u0027;"},{"lineNumber":57,"author":{"gitId":"-"},"content":"import $ from \u0027./utils/NodeList\u0027;"},{"lineNumber":58,"author":{"gitId":"-"},"content":"import preventOverflowOnMobile from \u0027./utils/dropdown\u0027;"},{"lineNumber":59,"author":{"gitId":"-"},"content":""},{"lineNumber":60,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":62,"author":{"gitId":"-"},"content":" Submenu,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" disabled: {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" type: [Boolean, String],"},{"lineNumber":67,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" type: {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":71,"author":{"gitId":"-"},"content":" default: \u0027light\u0027,"},{"lineNumber":72,"author":{"gitId":"-"},"content":" },"},{"lineNumber":73,"author":{"gitId":"-"},"content":" menuAlignRight: {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":75,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" },"},{"lineNumber":77,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":78,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":79,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":80,"author":{"gitId":"-"},"content":" },"},{"lineNumber":81,"author":{"gitId":"-"},"content":" },"},{"lineNumber":82,"author":{"gitId":"-"},"content":" provide: { hasParentDropdown: true },"},{"lineNumber":83,"author":{"gitId":"-"},"content":" inject: {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" hasParentDropdown: {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":86,"author":{"gitId":"-"},"content":" },"},{"lineNumber":87,"author":{"gitId":"-"},"content":" isParentNavbar: {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":89,"author":{"gitId":"-"},"content":" },"},{"lineNumber":90,"author":{"gitId":"-"},"content":" },"},{"lineNumber":91,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":93,"author":{"gitId":"-"},"content":" show: false,"},{"lineNumber":94,"author":{"gitId":"-"},"content":" };"},{"lineNumber":95,"author":{"gitId":"-"},"content":" },"},{"lineNumber":96,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":97,"author":{"gitId":"-"},"content":" btnType() {"},{"lineNumber":98,"author":{"gitId":"-"},"content":" return `btn-${this.type}`;"},{"lineNumber":99,"author":{"gitId":"-"},"content":" },"},{"lineNumber":100,"author":{"gitId":"-"},"content":" disabledBool() {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" return toBoolean(this.disabled);"},{"lineNumber":102,"author":{"gitId":"-"},"content":" },"},{"lineNumber":103,"author":{"gitId":"-"},"content":" isLi() { return this.$parent._navbar || this.$parent.menu || this.$parent._tabset; },"},{"lineNumber":104,"author":{"gitId":"-"},"content":" isSubmenu() { return this.hasParentDropdown; },"},{"lineNumber":105,"author":{"gitId":"-"},"content":" menu() {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" return !this.$parent || this.$parent.navbar;"},{"lineNumber":107,"author":{"gitId":"-"},"content":" },"},{"lineNumber":108,"author":{"gitId":"-"},"content":" submenu() {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" return this.$parent \u0026\u0026 (this.$parent.menu || this.$parent.submenu);"},{"lineNumber":110,"author":{"gitId":"-"},"content":" },"},{"lineNumber":111,"author":{"gitId":"-"},"content":" slots() {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" return this.$scopedSlots.default;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" },"},{"lineNumber":114,"author":{"gitId":"-"},"content":" hasBefore() {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" return !!this.$scopedSlots.before;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" },"},{"lineNumber":117,"author":{"gitId":"-"},"content":" btnWithBefore() {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" return this.hasBefore ? \u0027btn-with-before\u0027 : \u0027\u0027;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" },"},{"lineNumber":120,"author":{"gitId":"-"},"content":" },"},{"lineNumber":121,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" blur() {"},{"lineNumber":123,"author":{"gitId":"-"},"content":" this.unblur();"},{"lineNumber":124,"author":{"gitId":"-"},"content":" this._hide \u003d setTimeout(() \u003d\u003e {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" this._hide \u003d null;"},{"lineNumber":126,"author":{"gitId":"-"},"content":" this.hideDropdownMenu();"},{"lineNumber":127,"author":{"gitId":"-"},"content":" }, 100);"},{"lineNumber":128,"author":{"gitId":"-"},"content":" },"},{"lineNumber":129,"author":{"gitId":"-"},"content":" unblur() {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" if (this._hide) {"},{"lineNumber":131,"author":{"gitId":"-"},"content":" clearTimeout(this._hide);"},{"lineNumber":132,"author":{"gitId":"-"},"content":" this._hide \u003d null;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" }"},{"lineNumber":134,"author":{"gitId":"-"},"content":" },"},{"lineNumber":135,"author":{"gitId":"-"},"content":" hideDropdownMenu() {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" this.show \u003d false;"},{"lineNumber":137,"author":{"gitId":"-"},"content":" $(this.$refs.dropdown).findChildren(\u0027ul\u0027).each((ul) \u003d\u003e {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" ul.classList.toggle(\u0027show\u0027, false);"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 this.isParentNavbar) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" ul.style.removeProperty(\u0027left\u0027);"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":" });"},{"lineNumber":144,"author":{"gitId":"-"},"content":" },"},{"lineNumber":145,"author":{"gitId":"-"},"content":" showDropdownMenu() {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" this.show \u003d true;"},{"lineNumber":147,"author":{"gitId":"-"},"content":" $(this.$refs.dropdown).findChildren(\u0027ul\u0027).each((ul) \u003d\u003e {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" ul.classList.toggle(\u0027show\u0027, true);"},{"lineNumber":149,"author":{"gitId":"-"},"content":""},{"lineNumber":150,"author":{"gitId":"-"},"content":" // check if the dropdown is part of the sliding menu on mobile"},{"lineNumber":151,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 this.isParentNavbar) {"},{"lineNumber":152,"author":{"gitId":"-"},"content":" preventOverflowOnMobile(ul);"},{"lineNumber":153,"author":{"gitId":"-"},"content":" }"},{"lineNumber":154,"author":{"gitId":"-"},"content":" });"},{"lineNumber":155,"author":{"gitId":"-"},"content":" },"},{"lineNumber":156,"author":{"gitId":"-"},"content":" },"},{"lineNumber":157,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":158,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.dropdown);"},{"lineNumber":159,"author":{"gitId":"-"},"content":" if (this.$slots.button) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" // If the button is passed via props, manually add a data-bs-toggle"},{"lineNumber":161,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027.dropdown-toggle\u0027).forEach(child \u003d\u003e child.setAttribute(\u0027data-bs-toggle\u0027, \u0027dropdown\u0027));"},{"lineNumber":162,"author":{"gitId":"-"},"content":" }"},{"lineNumber":163,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" this.showDropdownMenu();"},{"lineNumber":165,"author":{"gitId":"-"},"content":" }"},{"lineNumber":166,"author":{"gitId":"-"},"content":" $el.onBlur(() \u003d\u003e { this.hideDropdownMenu(); }, false);"},{"lineNumber":167,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button.dropdown-toggle\u0027).on(\u0027click\u0027, (e) \u003d\u003e {"},{"lineNumber":168,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":169,"author":{"gitId":"-"},"content":" if (this.disabledBool) { return false; }"},{"lineNumber":170,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" this.hideDropdownMenu();"},{"lineNumber":172,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":173,"author":{"gitId":"-"},"content":" this.showDropdownMenu();"},{"lineNumber":174,"author":{"gitId":"-"},"content":" }"},{"lineNumber":175,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" });"},{"lineNumber":177,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027ul\u0027).on(\u0027click\u0027, \u0027li\u003ea\u0027, (e) \u003d\u003e {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" if (e.target.classList.contains(\u0027submenu-toggle\u0027)) { return; }"},{"lineNumber":179,"author":{"gitId":"-"},"content":" this.hideDropdownMenu();"},{"lineNumber":180,"author":{"gitId":"-"},"content":" });"},{"lineNumber":181,"author":{"gitId":"-"},"content":" },"},{"lineNumber":182,"author":{"gitId":"-"},"content":" beforeDestroy() {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.dropdown);"},{"lineNumber":184,"author":{"gitId":"-"},"content":" $el.offBlur();"},{"lineNumber":185,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).off();"},{"lineNumber":186,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027ul\u0027).off();"},{"lineNumber":187,"author":{"gitId":"-"},"content":" },"},{"lineNumber":188,"author":{"gitId":"-"},"content":"};"},{"lineNumber":189,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":190,"author":{"gitId":"-"},"content":""},{"lineNumber":191,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":192,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 767px) {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" .navbar-default .dropdown {"},{"lineNumber":194,"author":{"gitId":"-"},"content":" position: static;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" }"},{"lineNumber":196,"author":{"gitId":"-"},"content":""},{"lineNumber":197,"author":{"gitId":"-"},"content":" .navbar-default .dropdown-menu {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":199,"author":{"gitId":"-"},"content":" max-width: 100%;"},{"lineNumber":200,"author":{"gitId":"-"},"content":" max-height: 75vh;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" overflow-y: auto;"},{"lineNumber":202,"author":{"gitId":"-"},"content":" overscroll-behavior: contain;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" }"},{"lineNumber":204,"author":{"gitId":"-"},"content":""},{"lineNumber":205,"author":{"gitId":"-"},"content":" .navbar-default .dropdown-menu-end {"},{"lineNumber":206,"author":{"gitId":"-"},"content":" right: auto;"},{"lineNumber":207,"author":{"gitId":"-"},"content":" }"},{"lineNumber":208,"author":{"gitId":"-"},"content":" }"},{"lineNumber":209,"author":{"gitId":"-"},"content":""},{"lineNumber":210,"author":{"gitId":"-"},"content":" .secret {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" clip: rect(0 0 0 0);"},{"lineNumber":213,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":214,"author":{"gitId":"-"},"content":" margin: -1px;"},{"lineNumber":215,"author":{"gitId":"-"},"content":" height: 1px;"},{"lineNumber":216,"author":{"gitId":"-"},"content":" width: 1px;"},{"lineNumber":217,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" }"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":" .btn-with-before {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" padding-left: 0.2rem;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" padding-right: 0.4rem;"},{"lineNumber":224,"author":{"gitId":"-"},"content":" }"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":" .dropdown-toggle {"},{"lineNumber":227,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":228,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":229,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":230,"author":{"gitId":"-"},"content":" }"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":" .navbar .dropdown-toggle {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" }"},{"lineNumber":235,"author":{"gitId":"-"},"content":""},{"lineNumber":236,"author":{"gitId":"-"},"content":" .nav-link \u003e .nav-link {"},{"lineNumber":237,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":238,"author":{"gitId":"-"},"content":" }"},{"lineNumber":239,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":1,"-":238}},{"path":"packages/vue-components/src/Navbar.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cnav"},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"navbar\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027navbar\u0027, \u0027navbar-expand-md\u0027, \u0027d-print-none\u0027, themeOptions, addClass, fixedOptions]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"container-fluid\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"navbar-left\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"brand\"\u003e\u003c/slot\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cdiv ref\u003d\"navbarDefault\" class\u003d\"navbar-default\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"navbar-nav me-auto mt-2 mt-lg-0\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":""},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cul v-if\u003d\"slots.right\" class\u003d\"navbar-nav navbar-right\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"right\"\u003e\u003c/slot\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/nav\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":23,"author":{"gitId":"-"},"content":" v-show\u003d\"isLowerNavbarShowing\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" ref\u003d\"lowerNavbar\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" class\u003d\"lower-navbar-container\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"lower-navbar\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003csite-nav-button /\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003cpage-nav-button /\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":"import $ from \u0027./utils/NodeList\u0027;"},{"lineNumber":37,"author":{"gitId":"-"},"content":"import { toBoolean } from \u0027./utils/utils\u0027;"},{"lineNumber":38,"author":{"gitId":"-"},"content":"import normalizeUrl from \u0027./utils/urls\u0027;"},{"lineNumber":39,"author":{"gitId":"-"},"content":"import SiteNavButton from \u0027./SiteNavButton.vue\u0027;"},{"lineNumber":40,"author":{"gitId":"-"},"content":"import PageNavButton from \u0027./PageNavButton.vue\u0027;"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" SiteNavButton,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" PageNavButton,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" },"},{"lineNumber":47,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" type: {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":50,"author":{"gitId":"-"},"content":" default: \u0027primary\u0027,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" },"},{"lineNumber":52,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" fixed: {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" type: [Boolean, String],"},{"lineNumber":58,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":59,"author":{"gitId":"-"},"content":" },"},{"lineNumber":60,"author":{"gitId":"-"},"content":" defaultHighlightOn: {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" default: \u0027sibling-or-child\u0027,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" },"},{"lineNumber":65,"author":{"gitId":"-"},"content":" provide() {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":67,"author":{"gitId":"-"},"content":" toggleLowerNavbar: this.toggleLowerNavbar,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" isParentNavbar: true,"},{"lineNumber":69,"author":{"gitId":"-"},"content":" };"},{"lineNumber":70,"author":{"gitId":"-"},"content":" },"},{"lineNumber":71,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":73,"author":{"gitId":"-"},"content":" id: \u0027bs-example-navbar-collapse-1\u0027,"},{"lineNumber":74,"author":{"gitId":"-"},"content":" styles: {},"},{"lineNumber":75,"author":{"gitId":"-"},"content":" isLowerNavbarShowing: false,"},{"lineNumber":76,"author":{"gitId":"-"},"content":" };"},{"lineNumber":77,"author":{"gitId":"-"},"content":" },"},{"lineNumber":78,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" fixedBool() {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" return toBoolean(this.fixed);"},{"lineNumber":81,"author":{"gitId":"-"},"content":" },"},{"lineNumber":82,"author":{"gitId":"-"},"content":" fixedOptions() {"},{"lineNumber":83,"author":{"gitId":"-"},"content":" if (this.fixedBool) {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" return \u0027navbar-fixed\u0027;"},{"lineNumber":85,"author":{"gitId":"-"},"content":" }"},{"lineNumber":86,"author":{"gitId":"-"},"content":" return \u0027\u0027;"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" slots() {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" return this.$scopedSlots;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" },"},{"lineNumber":91,"author":{"gitId":"-"},"content":" themeOptions() {"},{"lineNumber":92,"author":{"gitId":"-"},"content":" switch (this.type) {"},{"lineNumber":93,"author":{"gitId":"-"},"content":" case \u0027none\u0027:"},{"lineNumber":94,"author":{"gitId":"-"},"content":" return \u0027\u0027;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" case \u0027light\u0027:"},{"lineNumber":96,"author":{"gitId":"-"},"content":" return \u0027navbar-light bg-light\u0027;"},{"lineNumber":97,"author":{"gitId":"-"},"content":" case \u0027dark\u0027:"},{"lineNumber":98,"author":{"gitId":"-"},"content":" return \u0027navbar-dark bg-dark\u0027;"},{"lineNumber":99,"author":{"gitId":"-"},"content":" case \u0027primary\u0027:"},{"lineNumber":100,"author":{"gitId":"-"},"content":" default:"},{"lineNumber":101,"author":{"gitId":"-"},"content":" return \u0027navbar-dark bg-primary\u0027;"},{"lineNumber":102,"author":{"gitId":"-"},"content":" }"},{"lineNumber":103,"author":{"gitId":"-"},"content":" },"},{"lineNumber":104,"author":{"gitId":"-"},"content":" },"},{"lineNumber":105,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" // Splits a normalised URL into its parts,"},{"lineNumber":107,"author":{"gitId":"-"},"content":" // e.g http://site.org/foo/bar/index.html -\u003e [\u0027foo\u0027,\u0027bar\u0027,\u0027index.html\u0027]"},{"lineNumber":108,"author":{"gitId":"-"},"content":" splitUrl(url) {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" const u \u003d new URL(normalizeUrl(url));"},{"lineNumber":110,"author":{"gitId":"-"},"content":" return `${u.pathname}`.substr(1).split(\u0027/\u0027);"},{"lineNumber":111,"author":{"gitId":"-"},"content":" },"},{"lineNumber":112,"author":{"gitId":"-"},"content":" isEqualExceptLast(hParts, uParts) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c hParts.length - 1; i +\u003d 1) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" if (hParts[i] !\u003d\u003d uParts[i]) {"},{"lineNumber":115,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":116,"author":{"gitId":"-"},"content":" }"},{"lineNumber":117,"author":{"gitId":"-"},"content":" }"},{"lineNumber":118,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":119,"author":{"gitId":"-"},"content":" },"},{"lineNumber":120,"author":{"gitId":"-"},"content":" isSibling(url, href) {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" const hParts \u003d this.splitUrl(href);"},{"lineNumber":122,"author":{"gitId":"-"},"content":" const uParts \u003d this.splitUrl(url);"},{"lineNumber":123,"author":{"gitId":"-"},"content":" if (hParts.length !\u003d\u003d uParts.length) {"},{"lineNumber":124,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":125,"author":{"gitId":"-"},"content":" }"},{"lineNumber":126,"author":{"gitId":"-"},"content":" return this.isEqualExceptLast(hParts, uParts);"},{"lineNumber":127,"author":{"gitId":"-"},"content":" },"},{"lineNumber":128,"author":{"gitId":"-"},"content":" isChild(url, href) {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const hParts \u003d this.splitUrl(href);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" const uParts \u003d this.splitUrl(url);"},{"lineNumber":131,"author":{"gitId":"-"},"content":" if (uParts.length \u003c\u003d hParts.length) {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" }"},{"lineNumber":134,"author":{"gitId":"-"},"content":" return this.isEqualExceptLast(hParts, uParts);"},{"lineNumber":135,"author":{"gitId":"-"},"content":" },"},{"lineNumber":136,"author":{"gitId":"-"},"content":" isExact(url, href) {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" return normalizeUrl(url) \u003d\u003d\u003d normalizeUrl(href);"},{"lineNumber":138,"author":{"gitId":"-"},"content":" },"},{"lineNumber":139,"author":{"gitId":"-"},"content":" addClassIfDropdown(dropdownLinks, a, li) {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (dropdownLinks.includes(a)) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" a.classList.add(\u0027dropdown-current\u0027);"},{"lineNumber":142,"author":{"gitId":"-"},"content":" this.addClassIfSubmenu(a, li);"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":" },"},{"lineNumber":145,"author":{"gitId":"-"},"content":" addClassIfSubmenu(a, li) {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" let el \u003d a.parentElement;"},{"lineNumber":147,"author":{"gitId":"-"},"content":" while (el !\u003d\u003d li) {"},{"lineNumber":148,"author":{"gitId":"-"},"content":" if (el.classList.contains(\u0027dropdown-submenu\u0027)) {"},{"lineNumber":149,"author":{"gitId":"-"},"content":" $(el).findChildren(\u0027a\u0027).each(aChild \u003d\u003e aChild.classList.add(\u0027dropdown-current\u0027));"},{"lineNumber":150,"author":{"gitId":"-"},"content":" }"},{"lineNumber":151,"author":{"gitId":"-"},"content":" el \u003d el.parentElement;"},{"lineNumber":152,"author":{"gitId":"-"},"content":" }"},{"lineNumber":153,"author":{"gitId":"-"},"content":" },"},{"lineNumber":154,"author":{"gitId":"-"},"content":" highlightLink(url) {"},{"lineNumber":155,"author":{"gitId":"-"},"content":" const defHlMode \u003d this.defaultHighlightOn;"},{"lineNumber":156,"author":{"gitId":"-"},"content":" const navLis \u003d [];"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.$el.querySelectorAll(\u0027.navbar-nav\u0027).forEach(nav \u003d\u003e navLis.push(...Array.from(nav.children)));"},{"lineNumber":158,"author":{"gitId":"-"},"content":" // attempt an exact match first"},{"lineNumber":159,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c navLis.length; i +\u003d 1) {"},{"lineNumber":160,"author":{"gitId":"-"},"content":" const li \u003d navLis[i];"},{"lineNumber":161,"author":{"gitId":"-"},"content":" const standardLinks \u003d [li];"},{"lineNumber":162,"author":{"gitId":"-"},"content":" const navLinks \u003d Array.from(li.querySelectorAll(\u0027a.nav-link\u0027));"},{"lineNumber":163,"author":{"gitId":"-"},"content":" const dropdownLinks \u003d Array.from(li.querySelectorAll(\u0027a.dropdown-item\u0027));"},{"lineNumber":164,"author":{"gitId":"-"},"content":" const allNavLinks \u003d standardLinks.concat(navLinks).concat(dropdownLinks).filter(a \u003d\u003e a.href);"},{"lineNumber":165,"author":{"gitId":"-"},"content":" for (let j \u003d 0; j \u003c allNavLinks.length; j +\u003d 1) {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" const a \u003d allNavLinks[j];"},{"lineNumber":167,"author":{"gitId":"-"},"content":" const hlMode \u003d a.getAttribute(\u0027highlight-on\u0027) || defHlMode;"},{"lineNumber":168,"author":{"gitId":"-"},"content":" if (hlMode \u003d\u003d\u003d \u0027none\u0027) {"},{"lineNumber":169,"author":{"gitId":"-"},"content":" // eslint-disable-next-line no-continue"},{"lineNumber":170,"author":{"gitId":"-"},"content":" continue;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" }"},{"lineNumber":172,"author":{"gitId":"-"},"content":" // terminate early on an exact match"},{"lineNumber":173,"author":{"gitId":"-"},"content":" if (this.isExact(url, a.href)) {"},{"lineNumber":174,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":175,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":176,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" }"},{"lineNumber":178,"author":{"gitId":"-"},"content":" }"},{"lineNumber":179,"author":{"gitId":"-"},"content":" }"},{"lineNumber":180,"author":{"gitId":"-"},"content":" // fallback to user preference, otherwise"},{"lineNumber":181,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c navLis.length; i +\u003d 1) {"},{"lineNumber":182,"author":{"gitId":"-"},"content":" const li \u003d navLis[i];"},{"lineNumber":183,"author":{"gitId":"-"},"content":" const standardLinks \u003d [li];"},{"lineNumber":184,"author":{"gitId":"-"},"content":" const navLinks \u003d Array.from(li.querySelectorAll(\u0027a.nav-link\u0027));"},{"lineNumber":185,"author":{"gitId":"-"},"content":" const dropdownLinks \u003d Array.from(li.querySelectorAll(\u0027a.dropdown-item\u0027));"},{"lineNumber":186,"author":{"gitId":"-"},"content":" const allNavLinks \u003d standardLinks.concat(navLinks).concat(dropdownLinks).filter(a \u003d\u003e a.href);"},{"lineNumber":187,"author":{"gitId":"-"},"content":" for (let j \u003d 0; j \u003c allNavLinks.length; j +\u003d 1) {"},{"lineNumber":188,"author":{"gitId":"-"},"content":" const a \u003d allNavLinks[j];"},{"lineNumber":189,"author":{"gitId":"-"},"content":" const hlMode \u003d a.getAttribute(\u0027highlight-on\u0027) || defHlMode;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" if (hlMode \u003d\u003d\u003d \u0027none\u0027) {"},{"lineNumber":191,"author":{"gitId":"-"},"content":" // eslint-disable-next-line no-continue"},{"lineNumber":192,"author":{"gitId":"-"},"content":" continue;"},{"lineNumber":193,"author":{"gitId":"-"},"content":" }"},{"lineNumber":194,"author":{"gitId":"-"},"content":" // Ignores invalid navbar highlight rule"},{"lineNumber":195,"author":{"gitId":"-"},"content":" if (hlMode \u003d\u003d\u003d \u0027sibling-or-child\u0027) {"},{"lineNumber":196,"author":{"gitId":"-"},"content":" if (this.isSibling(url, a.href) || this.isChild(url, a.href)) {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":198,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":199,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":200,"author":{"gitId":"-"},"content":" }"},{"lineNumber":201,"author":{"gitId":"-"},"content":" } else if (hlMode \u003d\u003d\u003d \u0027sibling\u0027) {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" if (this.isSibling(url, a.href)) {"},{"lineNumber":203,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":204,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":205,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":206,"author":{"gitId":"-"},"content":" }"},{"lineNumber":207,"author":{"gitId":"-"},"content":" } else if (hlMode \u003d\u003d\u003d \u0027child\u0027) {"},{"lineNumber":208,"author":{"gitId":"-"},"content":" if (this.isChild(url, a.href)) {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" li.classList.add(\u0027current\u0027);"},{"lineNumber":210,"author":{"gitId":"-"},"content":" this.addClassIfDropdown(dropdownLinks, a, li);"},{"lineNumber":211,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" }"},{"lineNumber":213,"author":{"gitId":"-"},"content":" }"},{"lineNumber":214,"author":{"gitId":"-"},"content":" }"},{"lineNumber":215,"author":{"gitId":"-"},"content":" }"},{"lineNumber":216,"author":{"gitId":"-"},"content":" },"},{"lineNumber":217,"author":{"gitId":"-"},"content":" toggleLowerNavbar() {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" if (this.$refs.lowerNavbar.childElementCount \u003e 0) {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" this.isLowerNavbarShowing \u003d true;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":221,"author":{"gitId":"-"},"content":" this.isLowerNavbarShowing \u003d false;"},{"lineNumber":222,"author":{"gitId":"-"},"content":" }"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" },"},{"lineNumber":225,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":226,"author":{"gitId":"-"},"content":" this._navbar \u003d true;"},{"lineNumber":227,"author":{"gitId":"-"},"content":" },"},{"lineNumber":228,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":229,"author":{"gitId":"-"},"content":" const $dropdown \u003d $(\u0027.dropdown\u003e[data-bs-toggle\u003d\"dropdown\"]\u0027, this.$el).parent();"},{"lineNumber":230,"author":{"gitId":"-"},"content":" $dropdown.on(\u0027click\u0027, \u0027.dropdown-toggle\u0027, (e) \u003d\u003e {"},{"lineNumber":231,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":232,"author":{"gitId":"-"},"content":" $dropdown.each((content) \u003d\u003e {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" if (content.contains(e.target)) content.classList.toggle(\u0027open\u0027);"},{"lineNumber":234,"author":{"gitId":"-"},"content":" });"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }).on(\u0027click\u0027, \u0027.dropdown-menu\u003eli\u003ea\u0027, (e) \u003d\u003e {"},{"lineNumber":236,"author":{"gitId":"-"},"content":" $dropdown.each((content) \u003d\u003e {"},{"lineNumber":237,"author":{"gitId":"-"},"content":" if (content.contains(e.target)) content.classList.remove(\u0027open\u0027);"},{"lineNumber":238,"author":{"gitId":"-"},"content":" });"},{"lineNumber":239,"author":{"gitId":"-"},"content":" }).onBlur((e) \u003d\u003e {"},{"lineNumber":240,"author":{"gitId":"-"},"content":" $dropdown.each((content) \u003d\u003e {"},{"lineNumber":241,"author":{"gitId":"-"},"content":" if (!content.contains(e.target)) content.classList.remove(\u0027open\u0027);"},{"lineNumber":242,"author":{"gitId":"-"},"content":" });"},{"lineNumber":243,"author":{"gitId":"-"},"content":" });"},{"lineNumber":244,"author":{"gitId":"-"},"content":""},{"lineNumber":245,"author":{"gitId":"-"},"content":" // highlight current nav link"},{"lineNumber":246,"author":{"gitId":"-"},"content":" this.highlightLink(window.location.href);"},{"lineNumber":247,"author":{"gitId":"-"},"content":""},{"lineNumber":248,"author":{"gitId":"-"},"content":" // scroll default navbar horizontally to current link if it is beyond the current scroll"},{"lineNumber":249,"author":{"gitId":"-"},"content":" const currentNavlink \u003d $(this.$refs.navbarDefault).find(\u0027.current\u0027)[0];"},{"lineNumber":250,"author":{"gitId":"-"},"content":" if (currentNavlink \u0026\u0026 window.innerWidth \u003c 768"},{"lineNumber":251,"author":{"gitId":"-"},"content":" \u0026\u0026 currentNavlink.offsetLeft + currentNavlink.offsetWidth \u003e window.innerWidth) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" this.$refs.navbarDefault.scrollLeft \u003d currentNavlink.offsetLeft + currentNavlink.offsetWidth"},{"lineNumber":253,"author":{"gitId":"-"},"content":" - window.innerWidth;"},{"lineNumber":254,"author":{"gitId":"-"},"content":" }"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":" this.toggleLowerNavbar();"},{"lineNumber":257,"author":{"gitId":"-"},"content":" $(window).on(\u0027resize\u0027, this.toggleLowerNavbar);"},{"lineNumber":258,"author":{"gitId":"-"},"content":""},{"lineNumber":259,"author":{"gitId":"-"},"content":" // scroll default navbar horizontally when mousewheel is scrolled"},{"lineNumber":260,"author":{"gitId":"-"},"content":" $(this.$refs.navbarDefault).on(\u0027wheel\u0027, (e) \u003d\u003e {"},{"lineNumber":261,"author":{"gitId":"-"},"content":" const isDropdown \u003d (nodes) \u003d\u003e {"},{"lineNumber":262,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c nodes.length; i +\u003d 1) {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" if (nodes[i].classList \u0026\u0026 nodes[i].classList.contains(\u0027dropdown-menu\u0027)) {"},{"lineNumber":264,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":265,"author":{"gitId":"-"},"content":" }"},{"lineNumber":266,"author":{"gitId":"-"},"content":" }"},{"lineNumber":267,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" };"},{"lineNumber":269,"author":{"gitId":"-"},"content":""},{"lineNumber":270,"author":{"gitId":"-"},"content":" // prevent horizontal scrolling if the scroll is on dropdown menu"},{"lineNumber":271,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 !isDropdown(e.path)) {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":273,"author":{"gitId":"-"},"content":" this.$refs.navbarDefault.scrollLeft +\u003d e.deltaY;"},{"lineNumber":274,"author":{"gitId":"-"},"content":" }"},{"lineNumber":275,"author":{"gitId":"-"},"content":" });"},{"lineNumber":276,"author":{"gitId":"-"},"content":" },"},{"lineNumber":277,"author":{"gitId":"-"},"content":" beforeDestroy() {"},{"lineNumber":278,"author":{"gitId":"-"},"content":" $(\u0027.dropdown\u0027, this.$el).off(\u0027click\u0027).offBlur();"},{"lineNumber":279,"author":{"gitId":"-"},"content":" $(window).off(\u0027resize\u0027, this.toggleLowerNavbar);"},{"lineNumber":280,"author":{"gitId":"-"},"content":" $(this.$refs.navbarDefault).off(\u0027wheel\u0027);"},{"lineNumber":281,"author":{"gitId":"-"},"content":" },"},{"lineNumber":282,"author":{"gitId":"-"},"content":"};"},{"lineNumber":283,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":284,"author":{"gitId":"-"},"content":""},{"lineNumber":285,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":286,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 767px) {"},{"lineNumber":287,"author":{"gitId":"-"},"content":" .navbar {"},{"lineNumber":288,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":289,"author":{"gitId":"-"},"content":" padding-right: 0;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .navbar-left {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" max-width: 50%;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" order: 1;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" padding-left: 1rem;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" }"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":" .navbar-left * {"},{"lineNumber":300,"author":{"gitId":"-"},"content":" white-space: normal;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" }"},{"lineNumber":302,"author":{"gitId":"-"},"content":""},{"lineNumber":303,"author":{"gitId":"-"},"content":" .navbar-right {"},{"lineNumber":304,"author":{"gitId":"-"},"content":" order: 1;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" max-width: 50%;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" padding: 0 16px;"},{"lineNumber":307,"author":{"gitId":"-"},"content":" }"},{"lineNumber":308,"author":{"gitId":"-"},"content":""},{"lineNumber":309,"author":{"gitId":"-"},"content":" .navbar-default {"},{"lineNumber":310,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":311,"author":{"gitId":"-"},"content":" margin-top: 0.3125rem;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":313,"author":{"gitId":"-"},"content":" order: 2;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" overflow-x: scroll;"},{"lineNumber":315,"author":{"gitId":"-"},"content":""},{"lineNumber":316,"author":{"gitId":"-"},"content":" /* Hide overflow scroll bar */"},{"lineNumber":317,"author":{"gitId":"-"},"content":" -ms-overflow-style: none; /* IE and Edge */"},{"lineNumber":318,"author":{"gitId":"-"},"content":" scrollbar-width: none; /* Firefox */"},{"lineNumber":319,"author":{"gitId":"-"},"content":" }"},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":" /* Hide overflow scroll bar for Chrome and Safari */"},{"lineNumber":322,"author":{"gitId":"-"},"content":" .navbar-default::-webkit-scrollbar {"},{"lineNumber":323,"author":{"gitId":"-"},"content":" display: none;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" }"},{"lineNumber":325,"author":{"gitId":"-"},"content":""},{"lineNumber":326,"author":{"gitId":"-"},"content":" .navbar-default ul {"},{"lineNumber":327,"author":{"gitId":"-"},"content":" flex-direction: row;"},{"lineNumber":328,"author":{"gitId":"-"},"content":" margin-top: 0 !important;"},{"lineNumber":329,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":330,"author":{"gitId":"-"},"content":" }"},{"lineNumber":331,"author":{"gitId":"-"},"content":""},{"lineNumber":332,"author":{"gitId":"-"},"content":" .navbar-default \u003e ul \u003e * {"},{"lineNumber":333,"author":{"gitId":"LamJiuFong"},"content":" background: rgb(0 0 0 / 20%);"},{"lineNumber":334,"author":{"gitId":"-"},"content":" padding: 0.3125rem 0.625rem;"},{"lineNumber":335,"author":{"gitId":"-"},"content":" flex-grow: 1;"},{"lineNumber":336,"author":{"gitId":"-"},"content":" }"},{"lineNumber":337,"author":{"gitId":"-"},"content":""},{"lineNumber":338,"author":{"gitId":"-"},"content":" .navbar-light .navbar-default \u003e ul \u003e * {"},{"lineNumber":339,"author":{"gitId":"LamJiuFong"},"content":" background: rgb(0 0 0 / 5%);"},{"lineNumber":340,"author":{"gitId":"-"},"content":" }"},{"lineNumber":341,"author":{"gitId":"-"},"content":""},{"lineNumber":342,"author":{"gitId":"-"},"content":" .navbar-default \u003e ul \u003e .current {"},{"lineNumber":343,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":344,"author":{"gitId":"-"},"content":" }"},{"lineNumber":345,"author":{"gitId":"-"},"content":""},{"lineNumber":346,"author":{"gitId":"-"},"content":" .navbar-default a,"},{"lineNumber":347,"author":{"gitId":"-"},"content":" \u003e\u003e\u003e .dropdown-toggle {"},{"lineNumber":348,"author":{"gitId":"-"},"content":" margin: 0 auto;"},{"lineNumber":349,"author":{"gitId":"-"},"content":" width: max-content;"},{"lineNumber":350,"author":{"gitId":"-"},"content":" }"},{"lineNumber":351,"author":{"gitId":"-"},"content":""},{"lineNumber":352,"author":{"gitId":"-"},"content":" \u003e\u003e\u003e .dropdown {"},{"lineNumber":353,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":354,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":355,"author":{"gitId":"-"},"content":" }"},{"lineNumber":356,"author":{"gitId":"-"},"content":""},{"lineNumber":357,"author":{"gitId":"-"},"content":" .container-fluid {"},{"lineNumber":358,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":359,"author":{"gitId":"-"},"content":" }"},{"lineNumber":360,"author":{"gitId":"-"},"content":" }"},{"lineNumber":361,"author":{"gitId":"-"},"content":""},{"lineNumber":362,"author":{"gitId":"-"},"content":" .navbar-brand {"},{"lineNumber":363,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":364,"author":{"gitId":"-"},"content":" }"},{"lineNumber":365,"author":{"gitId":"-"},"content":""},{"lineNumber":366,"author":{"gitId":"-"},"content":" .navbar-brand \u003e img,"},{"lineNumber":367,"author":{"gitId":"-"},"content":" .navbar-brand \u003e svg {"},{"lineNumber":368,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":369,"author":{"gitId":"-"},"content":" }"},{"lineNumber":370,"author":{"gitId":"-"},"content":""},{"lineNumber":371,"author":{"gitId":"-"},"content":" .navbar-right {"},{"lineNumber":372,"author":{"gitId":"-"},"content":" padding-right: 1rem;"},{"lineNumber":373,"author":{"gitId":"-"},"content":" }"},{"lineNumber":374,"author":{"gitId":"-"},"content":""},{"lineNumber":375,"author":{"gitId":"-"},"content":" .navbar-left {"},{"lineNumber":376,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":377,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":378,"author":{"gitId":"-"},"content":" font-size: 1.25rem;"},{"lineNumber":379,"author":{"gitId":"-"},"content":" line-height: inherit;"},{"lineNumber":380,"author":{"gitId":"-"},"content":" padding: 0.3125rem 1rem;"},{"lineNumber":381,"author":{"gitId":"-"},"content":" white-space: nowrap;"},{"lineNumber":382,"author":{"gitId":"-"},"content":" }"},{"lineNumber":383,"author":{"gitId":"-"},"content":""},{"lineNumber":384,"author":{"gitId":"-"},"content":" .navbar-fixed {"},{"lineNumber":385,"author":{"gitId":"-"},"content":" position: fixed;"},{"lineNumber":386,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":387,"author":{"gitId":"-"},"content":" z-index: 1000;"},{"lineNumber":388,"author":{"gitId":"-"},"content":" }"},{"lineNumber":389,"author":{"gitId":"-"},"content":""},{"lineNumber":390,"author":{"gitId":"-"},"content":" .navbar-default {"},{"lineNumber":391,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":392,"author":{"gitId":"-"},"content":" flex-basis: auto;"},{"lineNumber":393,"author":{"gitId":"-"},"content":" flex-grow: 1;"},{"lineNumber":394,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":395,"author":{"gitId":"-"},"content":" }"},{"lineNumber":396,"author":{"gitId":"-"},"content":""},{"lineNumber":397,"author":{"gitId":"-"},"content":" \u003e\u003e\u003e .dropdown-current {"},{"lineNumber":398,"author":{"gitId":"-"},"content":" color: #fff !important;"},{"lineNumber":399,"author":{"gitId":"-"},"content":" background: #007bff;"},{"lineNumber":400,"author":{"gitId":"-"},"content":" }"},{"lineNumber":401,"author":{"gitId":"-"},"content":""},{"lineNumber":402,"author":{"gitId":"-"},"content":" .lower-navbar-container {"},{"lineNumber":403,"author":{"gitId":"-"},"content":" background-color: #fff;"},{"lineNumber":404,"author":{"gitId":"-"},"content":" border-bottom: 1px solid #c1c1c1;"},{"lineNumber":405,"author":{"gitId":"-"},"content":" height: 50px;"},{"lineNumber":406,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":407,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":408,"author":{"gitId":"-"},"content":" }"},{"lineNumber":409,"author":{"gitId":"-"},"content":""},{"lineNumber":410,"author":{"gitId":"-"},"content":" /* Navbar link highlight for current page */"},{"lineNumber":411,"author":{"gitId":"-"},"content":" .navbar.navbar-dark .navbar-nav \u003e\u003e\u003e .current:not(.dropdown) a,"},{"lineNumber":412,"author":{"gitId":"-"},"content":" .navbar.navbar-dark .navbar-nav \u003e\u003e\u003e .dropdown.current \u003e a {"},{"lineNumber":413,"author":{"gitId":"-"},"content":" color: #fff;"},{"lineNumber":414,"author":{"gitId":"-"},"content":" }"},{"lineNumber":415,"author":{"gitId":"-"},"content":""},{"lineNumber":416,"author":{"gitId":"-"},"content":" .navbar.navbar-light .navbar-nav \u003e\u003e\u003e .current:not(.dropdown) a,"},{"lineNumber":417,"author":{"gitId":"-"},"content":" .navbar.navbar-light .navbar-nav \u003e\u003e\u003e .dropdown.current \u003e a {"},{"lineNumber":418,"author":{"gitId":"-"},"content":" color: #000;"},{"lineNumber":419,"author":{"gitId":"-"},"content":" }"},{"lineNumber":420,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":417}},{"path":"packages/vue-components/src/Pic.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan :class\u003d\"[\u0027image-wrapper\u0027, addClass]\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cimg"},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"pic\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :src\u003d\"src\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" :alt\u003d\"alt\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" :width\u003d\"computedWidth\""},{"lineNumber":8,"author":{"gitId":"LamJiuFong"},"content":" :height\u003d\"computedHeight\""},{"lineNumber":9,"author":{"gitId":"LamJiuFong"},"content":" :loading\u003d\"computedLoadType\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" class\u003d\"img-fluid rounded\""},{"lineNumber":11,"author":{"gitId":"LamJiuFong"},"content":" @load.once\u003d\"computeWidthAndHeight\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"image-caption\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { toNumber } from \u0027./utils/utils\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" src: {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" },"},{"lineNumber":28,"author":{"gitId":"-"},"content":" alt: {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" },"},{"lineNumber":32,"author":{"gitId":"-"},"content":" height: {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" },"},{"lineNumber":36,"author":{"gitId":"-"},"content":" width: {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"LamJiuFong"},"content":" lazy: {"},{"lineNumber":41,"author":{"gitId":"LamJiuFong"},"content":" type: Boolean,"},{"lineNumber":42,"author":{"gitId":"LamJiuFong"},"content":" default: false,"},{"lineNumber":43,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":44,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" },"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" hasWidth() {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return this.width !\u003d\u003d \u0027\u0027;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" hasHeight() {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" return this.height !\u003d\u003d \u0027\u0027;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" computedWidth() {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" if (this.hasWidth) {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" return this.width;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":" return this.widthFromHeight;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"LamJiuFong"},"content":" computedHeight() {"},{"lineNumber":63,"author":{"gitId":"LamJiuFong"},"content":" return this.heightFromWidth;"},{"lineNumber":64,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":65,"author":{"gitId":"LamJiuFong"},"content":" computedLoadType() {"},{"lineNumber":66,"author":{"gitId":"LamJiuFong"},"content":" return this.lazy ? \u0027lazy\u0027 : \u0027eager\u0027;"},{"lineNumber":67,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" widthFromHeight: \u0027\u0027,"},{"lineNumber":72,"author":{"gitId":"LamJiuFong"},"content":" heightFromWidth: \u0027\u0027,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" };"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":76,"author":{"gitId":"LamJiuFong"},"content":" computeWidthAndHeight() {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" const renderedImg \u003d this.$refs.pic;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" const imgHeight \u003d renderedImg.naturalHeight;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" const imgWidth \u003d renderedImg.naturalWidth;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" const aspectRatio \u003d imgWidth / imgHeight;"},{"lineNumber":81,"author":{"gitId":"LamJiuFong"},"content":" if (this.hasWidth) { // if width is present, overwrite the height (if any) to maintain aspect ratio"},{"lineNumber":82,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d Math.round(toNumber(this.width) / aspectRatio).toString();"},{"lineNumber":83,"author":{"gitId":"LamJiuFong"},"content":" } else if (this.hasHeight) {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" this.widthFromHeight \u003d Math.round(toNumber(this.height) * aspectRatio).toString();"},{"lineNumber":85,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d this.height;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":"};"},{"lineNumber":90,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" .image-wrapper {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":96,"author":{"gitId":"-"},"content":" padding: 4px;"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":" .image-caption {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":101,"author":{"gitId":"-"},"content":" }"},{"lineNumber":102,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":19,"-":83}},{"path":"packages/vue-components/src/Popover.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" :class\u003d\"trigger \u003d\u003d\u003d \u0027click\u0027 ? \u0027trigger-click\u0027 : \u0027trigger\u0027\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" data-mb-component-type\u003d\"popover\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" tabindex\u003d\"0\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cportal v-if\u003d\"targetEl.id\" :to\u003d\"\u0027popover:\u0027 + targetEl.id\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003ch3 v-if\u003d\"hasHeader\" class\u003d\"popover-header\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/h3\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"popover-body\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":14,"author":{"gitId":"yiwen101"},"content":" \u003c/portal\u003e\u003c!-- do not delete this comment, it is for the stray space issue (#2419)"},{"lineNumber":15,"author":{"gitId":"yiwen101"},"content":" --\u003e\u003cv-popover"},{"lineNumber":16,"author":{"gitId":"-"},"content":" v-if\u003d\"isMounted\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" :auto-hide\u003d\"!isInput\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" :triggers\u003d\"triggers\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" :popper-triggers\u003d\"triggers\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" :hide-triggers\u003d\"triggers\""},{"lineNumber":21,"author":{"gitId":"-"},"content":" :placement\u003d\"placement\""},{"lineNumber":22,"author":{"gitId":"-"},"content":" :delay\u003d\"0\""},{"lineNumber":23,"author":{"gitId":"-"},"content":" shift-cross-axis"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c!-- floating-vue triggers must be elements that receive mouse events, hence an empty @click --\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003cspan v-if\u003d\"!isInput\" @click.stop\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c!-- However, input elements are handled separately as they will lose focus when wrapped in a span --\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cslot v-else\u003e\u003c/slot\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003ctemplate #popper\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"popover-container\"\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003ch3 v-if\u003d\"hasHeader\" class\u003d\"popover-header\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c/h3\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"popover-body\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c/template\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/v-popover\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":"// eslint-disable-next-line import/no-extraneous-dependencies"},{"lineNumber":47,"author":{"gitId":"-"},"content":"import { Portal } from \u0027portal-vue\u0027;"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" name: \u0027Popover\u0027,"},{"lineNumber":51,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" Portal,"},{"lineNumber":53,"author":{"gitId":"-"},"content":" },"},{"lineNumber":54,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" trigger: {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":57,"author":{"gitId":"-"},"content":" default: \u0027hover focus\u0027,"},{"lineNumber":58,"author":{"gitId":"-"},"content":" },"},{"lineNumber":59,"author":{"gitId":"-"},"content":" placement: {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":61,"author":{"gitId":"-"},"content":" default: \u0027top\u0027,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" },"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" targetEl: {},"},{"lineNumber":67,"author":{"gitId":"-"},"content":" isMounted: false,"},{"lineNumber":68,"author":{"gitId":"-"},"content":" };"},{"lineNumber":69,"author":{"gitId":"-"},"content":" },"},{"lineNumber":70,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" triggers() {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" return this.trigger.split(\u0027 \u0027);"},{"lineNumber":73,"author":{"gitId":"-"},"content":" },"},{"lineNumber":74,"author":{"gitId":"-"},"content":" hasHeader() {"},{"lineNumber":75,"author":{"gitId":"-"},"content":" return !!this.$slots.header;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" },"},{"lineNumber":77,"author":{"gitId":"-"},"content":" },"},{"lineNumber":78,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" this.targetEl \u003d this.$el;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" // \u003cinput\u003e tags need to be handled separately as they need to retain focus on inputs"},{"lineNumber":81,"author":{"gitId":"-"},"content":" this.isInput \u003d this.$slots.default \u0026\u0026 this.$slots.default.some(node \u003d\u003e node.tag \u003d\u003d\u003d \u0027input\u0027);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" this.isMounted \u003d true;"},{"lineNumber":83,"author":{"gitId":"-"},"content":" },"},{"lineNumber":84,"author":{"gitId":"-"},"content":"};"},{"lineNumber":85,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" .popover-container {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" overflow: auto;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" max-height: 50vh;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" max-width: 276px; /* following bootstrap */"},{"lineNumber":92,"author":{"gitId":"-"},"content":" }"},{"lineNumber":93,"author":{"gitId":"-"},"content":""},{"lineNumber":94,"author":{"gitId":"-"},"content":" .popover-body {"},{"lineNumber":95,"author":{"gitId":"-"},"content":" font-size: 0.875rem; /* following bootstrap */"},{"lineNumber":96,"author":{"gitId":"-"},"content":" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" .v-popper {"},{"lineNumber":99,"author":{"gitId":"-"},"content":" display: inline;"},{"lineNumber":100,"author":{"gitId":"-"},"content":" }"},{"lineNumber":101,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"-":99,"yiwen101":2}},{"path":"packages/vue-components/src/Searchbar.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv style\u003d\"position: relative;\" class\u003d\"dropdown\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"algolia\" id\u003d\"algolia-search-input\"\u003e\u003c/div\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003ctemplate v-else\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cinput"},{"lineNumber":6,"author":{"gitId":"-"},"content":" v-model\u003d\"value\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" type\u003d\"text\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" class\u003d\"form-control\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" :placeholder\u003d\"placeholder\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" autocomplete\u003d\"off\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" @input\u003d\"update\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" @keyup.up\u003d\"up\""},{"lineNumber":14,"author":{"gitId":"-"},"content":" @keyup.down\u003d\"down\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" @keydown.enter\u003d\"hit\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" @keydown.esc\u003d\"reset\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" @blur\u003d\"showDropdown \u003d false\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"form-control placeholder-div-hidden\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" {{ placeholder }}"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/template\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003cul ref\u003d\"dropdown\" :class\u003d\"dropdownMenuClasses\"\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cli"},{"lineNumber":25,"author":{"gitId":"-"},"content":" v-for\u003d\"(item, index) in items\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" :key\u003d\"index\""},{"lineNumber":27,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027table-active\u0027: isActive(index) }\""},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003ca"},{"lineNumber":30,"author":{"gitId":"-"},"content":" class\u003d\"dropdown-item\""},{"lineNumber":31,"author":{"gitId":"-"},"content":" @mousedown.prevent\u003d\"hit\""},{"lineNumber":32,"author":{"gitId":"-"},"content":" @mousemove\u003d\"setActive(index)\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003csearchbar-page-item :item\u003d\"item\" :value\u003d\"value\" /\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":38,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":39,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":""},{"lineNumber":41,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":"import searchbarPageItem from \u0027./SearchbarPageItem.vue\u0027;"},{"lineNumber":43,"author":{"gitId":"-"},"content":"import { delayer, getJSON } from \u0027./utils/utils\u0027;"},{"lineNumber":44,"author":{"gitId":"-"},"content":""},{"lineNumber":45,"author":{"gitId":"-"},"content":"const _DELAY_ \u003d 200;"},{"lineNumber":46,"author":{"gitId":"-"},"content":""},{"lineNumber":47,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":48,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":49,"author":{"gitId":"-"},"content":" this.items \u003d this.primitiveData;"},{"lineNumber":50,"author":{"gitId":"-"},"content":" },"},{"lineNumber":51,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" data: {"},{"lineNumber":53,"author":{"gitId":"-"},"content":" type: Array,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" default: () \u003d\u003e [],"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" limit: {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" type: Number,"},{"lineNumber":58,"author":{"gitId":"-"},"content":" default: 8,"},{"lineNumber":59,"author":{"gitId":"-"},"content":" },"},{"lineNumber":60,"author":{"gitId":"-"},"content":" async: {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":62,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":63,"author":{"gitId":"-"},"content":" },"},{"lineNumber":64,"author":{"gitId":"-"},"content":" keyProp: {"},{"lineNumber":65,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":66,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":67,"author":{"gitId":"-"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":" onHit: {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" type: Function,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" default(items) {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":72,"author":{"gitId":"-"},"content":" this.value \u003d items;"},{"lineNumber":73,"author":{"gitId":"-"},"content":" },"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" placeholder: {"},{"lineNumber":76,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":77,"author":{"gitId":"-"},"content":" default: \u0027Search\u0027,"},{"lineNumber":78,"author":{"gitId":"-"},"content":" },"},{"lineNumber":79,"author":{"gitId":"-"},"content":" delay: {"},{"lineNumber":80,"author":{"gitId":"-"},"content":" type: Number,"},{"lineNumber":81,"author":{"gitId":"-"},"content":" default: _DELAY_,"},{"lineNumber":82,"author":{"gitId":"-"},"content":" },"},{"lineNumber":83,"author":{"gitId":"-"},"content":" menuAlignRight: {"},{"lineNumber":84,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":85,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":86,"author":{"gitId":"-"},"content":" },"},{"lineNumber":87,"author":{"gitId":"-"},"content":" algolia: {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":89,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":90,"author":{"gitId":"-"},"content":" },"},{"lineNumber":91,"author":{"gitId":"-"},"content":" },"},{"lineNumber":92,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":93,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" value: \u0027\u0027,"},{"lineNumber":95,"author":{"gitId":"-"},"content":" showDropdown: false,"},{"lineNumber":96,"author":{"gitId":"-"},"content":" noResults: true,"},{"lineNumber":97,"author":{"gitId":"-"},"content":" current: 0,"},{"lineNumber":98,"author":{"gitId":"-"},"content":" items: [],"},{"lineNumber":99,"author":{"gitId":"-"},"content":" };"},{"lineNumber":100,"author":{"gitId":"-"},"content":" },"},{"lineNumber":101,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":102,"author":{"gitId":"-"},"content":" primitiveData() {"},{"lineNumber":103,"author":{"gitId":"-"},"content":" // Returns the total number of matches between an array of regex patterns and string search targets."},{"lineNumber":104,"author":{"gitId":"-"},"content":" function getTotalMatches(searchTargets, regexes) {"},{"lineNumber":105,"author":{"gitId":"-"},"content":" const searchTarget \u003d searchTargets.join(\u0027 \u0027);"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":" return regexes.reduce((total, regex) \u003d\u003e {"},{"lineNumber":108,"author":{"gitId":"-"},"content":" const matches \u003d searchTarget.match(regex);"},{"lineNumber":109,"author":{"gitId":"-"},"content":" return total + (matches ? matches.length : 0);"},{"lineNumber":110,"author":{"gitId":"-"},"content":" }, 0);"},{"lineNumber":111,"author":{"gitId":"-"},"content":" }"},{"lineNumber":112,"author":{"gitId":"-"},"content":""},{"lineNumber":113,"author":{"gitId":"-"},"content":" if (this.value.length \u003c 2 || !this.data) {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" return [];"},{"lineNumber":115,"author":{"gitId":"-"},"content":" }"},{"lineNumber":116,"author":{"gitId":"-"},"content":" const pages \u003d [];"},{"lineNumber":117,"author":{"gitId":"-"},"content":" const regexes \u003d this.value.split(\u0027 \u0027)"},{"lineNumber":118,"author":{"gitId":"-"},"content":" .filter(searchKeyword \u003d\u003e searchKeyword !\u003d\u003d \u0027\u0027)"},{"lineNumber":119,"author":{"gitId":"-"},"content":" .map(searchKeyword \u003d\u003e searchKeyword.replace(/[.*+?^${}()|[\\]\\\\]/g, \u0027\\\\$\u0026\u0027))"},{"lineNumber":120,"author":{"gitId":"-"},"content":" .map(searchKeyword \u003d\u003e new RegExp(searchKeyword, \u0027ig\u0027));"},{"lineNumber":121,"author":{"gitId":"-"},"content":" this.data.forEach((entry) \u003d\u003e {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" const {"},{"lineNumber":123,"author":{"gitId":"-"},"content":" headings,"},{"lineNumber":124,"author":{"gitId":"-"},"content":" src,"},{"lineNumber":125,"author":{"gitId":"-"},"content":" title,"},{"lineNumber":126,"author":{"gitId":"-"},"content":" headingKeywords,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" frontmatterKeywords,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" } \u003d entry;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const keywords \u003d frontmatterKeywords || \u0027\u0027;"},{"lineNumber":130,"author":{"gitId":"-"},"content":" const displayTitle \u003d title || src.substring(0, src.lastIndexOf(\u0027.\u0027));"},{"lineNumber":131,"author":{"gitId":"-"},"content":""},{"lineNumber":132,"author":{"gitId":"-"},"content":" const pageSearchTargets \u003d ["},{"lineNumber":133,"author":{"gitId":"-"},"content":" displayTitle,"},{"lineNumber":134,"author":{"gitId":"-"},"content":" keywords,"},{"lineNumber":135,"author":{"gitId":"-"},"content":" ...Object.values(headings),"},{"lineNumber":136,"author":{"gitId":"-"},"content":" ...Object.values(headingKeywords),"},{"lineNumber":137,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":138,"author":{"gitId":"-"},"content":" const totalPageMatches \u003d getTotalMatches(pageSearchTargets, regexes);"},{"lineNumber":139,"author":{"gitId":"-"},"content":""},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (totalPageMatches \u003e 0) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" const pageHeadings \u003d [];"},{"lineNumber":142,"author":{"gitId":"-"},"content":""},{"lineNumber":143,"author":{"gitId":"-"},"content":" Object.entries(headings).forEach(([id, text], idx) \u003d\u003e {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" const matchesHeading \u003d regexes.some(regex \u003d\u003e regex.test(text));"},{"lineNumber":145,"author":{"gitId":"-"},"content":" const matchesKeywords \u003d headingKeywords[id] \u0026\u0026 headingKeywords[id]"},{"lineNumber":146,"author":{"gitId":"-"},"content":" .some(keyword \u003d\u003e regexes.some(regex \u003d\u003e regex.test(keyword)));"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":" if (matchesHeading || matchesKeywords) {"},{"lineNumber":149,"author":{"gitId":"-"},"content":" const headingSearchTargets \u003d ["},{"lineNumber":150,"author":{"gitId":"-"},"content":" text,"},{"lineNumber":151,"author":{"gitId":"-"},"content":" ...(headingKeywords[id] || []),"},{"lineNumber":152,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":153,"author":{"gitId":"-"},"content":" const totalHeadingMatches \u003d getTotalMatches(headingSearchTargets, regexes);"},{"lineNumber":154,"author":{"gitId":"-"},"content":""},{"lineNumber":155,"author":{"gitId":"-"},"content":" if (!(idx \u003d\u003d\u003d 0 \u0026\u0026 text \u003d\u003d\u003d displayTitle \u0026\u0026 !keywords.length)) {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" pageHeadings.push({"},{"lineNumber":157,"author":{"gitId":"-"},"content":" heading: { id, text },"},{"lineNumber":158,"author":{"gitId":"-"},"content":" keywords: headingKeywords[id],"},{"lineNumber":159,"author":{"gitId":"-"},"content":" src,"},{"lineNumber":160,"author":{"gitId":"-"},"content":" totalMatches: totalHeadingMatches,"},{"lineNumber":161,"author":{"gitId":"-"},"content":" });"},{"lineNumber":162,"author":{"gitId":"-"},"content":" }"},{"lineNumber":163,"author":{"gitId":"-"},"content":" }"},{"lineNumber":164,"author":{"gitId":"-"},"content":" });"},{"lineNumber":165,"author":{"gitId":"-"},"content":" pageHeadings.sort((a, b) \u003d\u003e b.totalMatches - a.totalMatches);"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":" pages.push({"},{"lineNumber":168,"author":{"gitId":"-"},"content":" headings: pageHeadings,"},{"lineNumber":169,"author":{"gitId":"-"},"content":" keywords,"},{"lineNumber":170,"author":{"gitId":"-"},"content":" src,"},{"lineNumber":171,"author":{"gitId":"-"},"content":" title: displayTitle,"},{"lineNumber":172,"author":{"gitId":"-"},"content":" totalMatches: totalPageMatches,"},{"lineNumber":173,"author":{"gitId":"-"},"content":" });"},{"lineNumber":174,"author":{"gitId":"-"},"content":" }"},{"lineNumber":175,"author":{"gitId":"-"},"content":" });"},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":" return pages"},{"lineNumber":178,"author":{"gitId":"-"},"content":" .sort((a, b) \u003d\u003e b.totalMatches - a.totalMatches)"},{"lineNumber":179,"author":{"gitId":"-"},"content":" .flatMap((page) \u003d\u003e {"},{"lineNumber":180,"author":{"gitId":"-"},"content":" if (page.headings) {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" return [page, ...page.headings];"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":" return page;"},{"lineNumber":184,"author":{"gitId":"-"},"content":" });"},{"lineNumber":185,"author":{"gitId":"-"},"content":" },"},{"lineNumber":186,"author":{"gitId":"-"},"content":" dropdownMenuClasses() {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" return ["},{"lineNumber":188,"author":{"gitId":"-"},"content":" \u0027dropdown-menu\u0027,"},{"lineNumber":189,"author":{"gitId":"-"},"content":" \u0027search-dropdown-menu\u0027,"},{"lineNumber":190,"author":{"gitId":"-"},"content":" { show: this.showDropdown },"},{"lineNumber":191,"author":{"gitId":"-"},"content":" { \u0027d-none\u0027: !this.showDropdown },"},{"lineNumber":192,"author":{"gitId":"-"},"content":" { \u0027dropdown-menu-end\u0027: this.menuAlignRight },"},{"lineNumber":193,"author":{"gitId":"-"},"content":" ];"},{"lineNumber":194,"author":{"gitId":"-"},"content":" },"},{"lineNumber":195,"author":{"gitId":"-"},"content":" },"},{"lineNumber":196,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" update() {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (!this.value) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":200,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" }"},{"lineNumber":202,"author":{"gitId":"-"},"content":" if (this.data) {"},{"lineNumber":203,"author":{"gitId":"-"},"content":" this.items \u003d this.primitiveData;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" this.showDropdown \u003d this.items.length \u003e 0;"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":" if (this.async) this.query();"},{"lineNumber":207,"author":{"gitId":"-"},"content":" return true;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" },"},{"lineNumber":209,"author":{"gitId":"-"},"content":" query: delayer(function () {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" getJSON(this.async + this.value).then((data) \u003d\u003e {"},{"lineNumber":211,"author":{"gitId":"-"},"content":" this.items \u003d (this.keyProp ? data[this.keyProp] : data).slice(0, this.limit);"},{"lineNumber":212,"author":{"gitId":"-"},"content":" this.showDropdown \u003d this.items.length;"},{"lineNumber":213,"author":{"gitId":"-"},"content":" });"},{"lineNumber":214,"author":{"gitId":"-"},"content":" }, \u0027delay\u0027, _DELAY_),"},{"lineNumber":215,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":216,"author":{"gitId":"-"},"content":" this.items \u003d [];"},{"lineNumber":217,"author":{"gitId":"-"},"content":" this.value \u003d \u0027\u0027;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" this.loading \u003d false;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" this.showDropdown \u003d false;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" },"},{"lineNumber":221,"author":{"gitId":"-"},"content":" setActive(index) {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" this.current \u003d index;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" isActive(index) {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" return this.current \u003d\u003d\u003d index;"},{"lineNumber":226,"author":{"gitId":"-"},"content":" },"},{"lineNumber":227,"author":{"gitId":"-"},"content":" hit(e) {"},{"lineNumber":228,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":229,"author":{"gitId":"-"},"content":" this.onHit(this.items[this.current], this);"},{"lineNumber":230,"author":{"gitId":"-"},"content":" },"},{"lineNumber":231,"author":{"gitId":"-"},"content":" down() {"},{"lineNumber":232,"author":{"gitId":"-"},"content":" if (this.current \u003c this.items.length - 1) {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" this.current +\u003d 1;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" this.scrollListView();"},{"lineNumber":235,"author":{"gitId":"-"},"content":" }"},{"lineNumber":236,"author":{"gitId":"-"},"content":" },"},{"lineNumber":237,"author":{"gitId":"-"},"content":" up() {"},{"lineNumber":238,"author":{"gitId":"-"},"content":" if (this.current \u003e 0) {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" this.current -\u003d 1;"},{"lineNumber":240,"author":{"gitId":"-"},"content":" this.scrollListView();"},{"lineNumber":241,"author":{"gitId":"-"},"content":" }"},{"lineNumber":242,"author":{"gitId":"-"},"content":" },"},{"lineNumber":243,"author":{"gitId":"-"},"content":" scrollListView() {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" const { dropdown } \u003d this.$refs;"},{"lineNumber":245,"author":{"gitId":"-"},"content":" const currentEntry \u003d dropdown.children[this.current];"},{"lineNumber":246,"author":{"gitId":"-"},"content":" const upperBound \u003d dropdown.scrollTop;"},{"lineNumber":247,"author":{"gitId":"-"},"content":" const lowerBound \u003d upperBound + dropdown.clientHeight;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" const currentEntryOffsetBottom \u003d currentEntry.offsetTop + currentEntry.offsetHeight;"},{"lineNumber":249,"author":{"gitId":"-"},"content":" if (currentEntry.offsetTop \u003c upperBound) {"},{"lineNumber":250,"author":{"gitId":"-"},"content":" dropdown.scrollTop \u003d currentEntry.offsetTop;"},{"lineNumber":251,"author":{"gitId":"-"},"content":" } else if (currentEntryOffsetBottom \u003e lowerBound) {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" dropdown.scrollTop \u003d currentEntryOffsetBottom - dropdown.clientHeight;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" }"},{"lineNumber":254,"author":{"gitId":"-"},"content":" },"},{"lineNumber":255,"author":{"gitId":"-"},"content":" },"},{"lineNumber":256,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":257,"author":{"gitId":"-"},"content":" searchbarPageItem,"},{"lineNumber":258,"author":{"gitId":"-"},"content":" },"},{"lineNumber":259,"author":{"gitId":"-"},"content":"};"},{"lineNumber":260,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":263,"author":{"gitId":"-"},"content":" .dropdown {"},{"lineNumber":264,"author":{"gitId":"-"},"content":" display: block;"},{"lineNumber":265,"author":{"gitId":"-"},"content":" }"},{"lineNumber":266,"author":{"gitId":"-"},"content":""},{"lineNumber":267,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":268,"author":{"gitId":"-"},"content":" min-width: 12.7em;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" max-width: 25.4em; /* twice of min-width, to accommodate a range of lengths */"},{"lineNumber":270,"author":{"gitId":"-"},"content":" }"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":" /* For mobile devices and general tablets in portrait e.g. iPad */"},{"lineNumber":273,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003c\u003d 878px) and (orientation: portrait) {"},{"lineNumber":274,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":275,"author":{"gitId":"-"},"content":" min-width: 8em;"},{"lineNumber":276,"author":{"gitId":"-"},"content":" max-width: 16em; /* twice of min-width, to accommodate a range of lengths */"},{"lineNumber":277,"author":{"gitId":"-"},"content":" }"},{"lineNumber":278,"author":{"gitId":"-"},"content":" }"},{"lineNumber":279,"author":{"gitId":"-"},"content":""},{"lineNumber":280,"author":{"gitId":"-"},"content":" /* For general tablets in landscape e.g. iPad */"},{"lineNumber":281,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003e\u003d 768px) and (width \u003c\u003d 878px) and (orientation: landscape) {"},{"lineNumber":282,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":283,"author":{"gitId":"-"},"content":" min-width: 9em;"},{"lineNumber":284,"author":{"gitId":"-"},"content":" max-width: 18em; /* twice of min-width, to accommodate a range of lengths */"},{"lineNumber":285,"author":{"gitId":"-"},"content":" }"},{"lineNumber":286,"author":{"gitId":"-"},"content":" }"},{"lineNumber":287,"author":{"gitId":"-"},"content":""},{"lineNumber":288,"author":{"gitId":"-"},"content":" .table-active {"},{"lineNumber":289,"author":{"gitId":"LamJiuFong"},"content":" background-color: rgb(0 0 0 / 7.5%); /* follows Bootstrap\u0027s table-active */"},{"lineNumber":290,"author":{"gitId":"-"},"content":" }"},{"lineNumber":291,"author":{"gitId":"-"},"content":""},{"lineNumber":292,"author":{"gitId":"-"},"content":" .dropdown-menu-end {"},{"lineNumber":293,"author":{"gitId":"-"},"content":" right: 0;"},{"lineNumber":294,"author":{"gitId":"-"},"content":" left: auto;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" }"},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":" .placeholder-div-hidden {"},{"lineNumber":298,"author":{"gitId":"-"},"content":" /* prevents placeholderDiv from taking up space on the navbar to resolve FOUC */"},{"lineNumber":299,"author":{"gitId":"-"},"content":" height: 0;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" padding-top: 0;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" border-top: 0;"},{"lineNumber":303,"author":{"gitId":"-"},"content":" border-bottom: 0;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" visibility: hidden;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" }"},{"lineNumber":307,"author":{"gitId":"-"},"content":"\u003c/style\u003e"},{"lineNumber":308,"author":{"gitId":"-"},"content":""},{"lineNumber":309,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":310,"author":{"gitId":"-"},"content":" .search-dropdown-menu {"},{"lineNumber":311,"author":{"gitId":"-"},"content":" min-width: 30em;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" max-height: 30em;"},{"lineNumber":313,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" }"},{"lineNumber":315,"author":{"gitId":"-"},"content":""},{"lineNumber":316,"author":{"gitId":"-"},"content":" .dropdown-menu \u003e li \u003e a {"},{"lineNumber":317,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":318,"author":{"gitId":"-"},"content":" }"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"LamJiuFong"},"content":" @media screen and (width \u003c\u003d 768px) {"},{"lineNumber":321,"author":{"gitId":"-"},"content":" .search-dropdown-menu {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" min-width: 90vw;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" max-height: 30em;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" overflow-y: scroll;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" }"},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":" .dropdown-menu.search-dropdown-menu {"},{"lineNumber":328,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":329,"author":{"gitId":"-"},"content":" }"},{"lineNumber":330,"author":{"gitId":"-"},"content":" }"},{"lineNumber":331,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":4,"-":327}},{"path":"packages/vue-components/src/SiteNav.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"site-nav-root\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":""},{"lineNumber":7,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":"import normalizeUrl from \u0027./utils/urls\u0027;"},{"lineNumber":9,"author":{"gitId":"-"},"content":""},{"lineNumber":10,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":11,"author":{"gitId":"-"},"content":" name: \u0027SiteNav\u0027,"},{"lineNumber":12,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":13,"author":{"gitId":"-"},"content":" const currentUrl \u003d normalizeUrl(new URL(window.location.href).pathname);"},{"lineNumber":14,"author":{"gitId":"-"},"content":""},{"lineNumber":15,"author":{"gitId":"-"},"content":" this.$el.querySelectorAll(\u0027a[href]\u0027).forEach((el) \u003d\u003e {"},{"lineNumber":16,"author":{"gitId":"-"},"content":" const linkUrl \u003d normalizeUrl(el.getAttribute(\u0027href\u0027));"},{"lineNumber":17,"author":{"gitId":"-"},"content":" if (currentUrl !\u003d\u003d linkUrl) {"},{"lineNumber":18,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":19,"author":{"gitId":"-"},"content":" }"},{"lineNumber":20,"author":{"gitId":"-"},"content":""},{"lineNumber":21,"author":{"gitId":"-"},"content":" el.classList.add(\u0027current\u0027);"},{"lineNumber":22,"author":{"gitId":"-"},"content":" let currentEl \u003d el.parentElement;"},{"lineNumber":23,"author":{"gitId":"-"},"content":" while (currentEl \u0026\u0026 currentEl !\u003d\u003d this.$el) {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" if (currentEl.tagName.toLowerCase() \u003d\u003d\u003d \u0027ul\u0027"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u0026\u0026 currentEl.classList.contains(\u0027site-nav-dropdown-container\u0027)) {"},{"lineNumber":26,"author":{"gitId":"-"},"content":" currentEl.classList.add(\u0027site-nav-dropdown-container-open\u0027);"},{"lineNumber":27,"author":{"gitId":"-"},"content":" }"},{"lineNumber":28,"author":{"gitId":"-"},"content":" currentEl \u003d currentEl.parentElement;"},{"lineNumber":29,"author":{"gitId":"-"},"content":" }"},{"lineNumber":30,"author":{"gitId":"-"},"content":" });"},{"lineNumber":31,"author":{"gitId":"-"},"content":" },"},{"lineNumber":32,"author":{"gitId":"-"},"content":"};"},{"lineNumber":33,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" /* Site navigation */"},{"lineNumber":37,"author":{"gitId":"-"},"content":""},{"lineNumber":38,"author":{"gitId":"-"},"content":" .site-nav-root a.current {"},{"lineNumber":39,"author":{"gitId":"-"},"content":" color: #0072ec;"},{"lineNumber":40,"author":{"gitId":"-"},"content":" }"},{"lineNumber":41,"author":{"gitId":"-"},"content":""},{"lineNumber":42,"author":{"gitId":"-"},"content":" /* Navigation list */"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":" .site-nav-list {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" list-style-type: none;"},{"lineNumber":46,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":47,"author":{"gitId":"-"},"content":" }"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":" .site-nav-default-list-item {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":51,"author":{"gitId":"-"},"content":" padding: 0.5rem 0 0 2.8rem;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" transition: background-color 0.08s;"},{"lineNumber":53,"author":{"gitId":"-"},"content":" color: #454545;"},{"lineNumber":54,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" }"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" .site-nav-custom-list-item {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" padding: 0.5rem 0 0 2.8rem;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" color: #454545;"},{"lineNumber":60,"author":{"gitId":"-"},"content":" }"},{"lineNumber":61,"author":{"gitId":"-"},"content":""},{"lineNumber":62,"author":{"gitId":"-"},"content":" .site-nav-list-item-0 {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" padding: 0.5rem 0 0.5rem 0.8rem;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" font-weight: 500;"},{"lineNumber":65,"author":{"gitId":"-"},"content":" font-size: 1.2em;"},{"lineNumber":66,"author":{"gitId":"-"},"content":" }"},{"lineNumber":67,"author":{"gitId":"-"},"content":""},{"lineNumber":68,"author":{"gitId":"-"},"content":" .site-nav-list-item-1 {"},{"lineNumber":69,"author":{"gitId":"-"},"content":" padding: 0.4rem 0 0.4rem 1.3rem;"},{"lineNumber":70,"author":{"gitId":"-"},"content":" font-size: 1.03em;"},{"lineNumber":71,"author":{"gitId":"-"},"content":" }"},{"lineNumber":72,"author":{"gitId":"-"},"content":""},{"lineNumber":73,"author":{"gitId":"-"},"content":" .site-nav-list-item-2 {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" padding: 0.3rem 0 0.3rem 1.8rem;"},{"lineNumber":75,"author":{"gitId":"-"},"content":" font-size: 0.89em;"},{"lineNumber":76,"author":{"gitId":"-"},"content":" }"},{"lineNumber":77,"author":{"gitId":"-"},"content":""},{"lineNumber":78,"author":{"gitId":"-"},"content":" .site-nav-list-item-3 {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" padding: 0.2rem 0 0.2rem 2.4rem;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" font-size: 0.76em;"},{"lineNumber":81,"author":{"gitId":"-"},"content":" }"},{"lineNumber":82,"author":{"gitId":"-"},"content":""},{"lineNumber":83,"author":{"gitId":"-"},"content":" .site-nav-default-list-item:hover {"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" background-color: rgb(214 233 255 / 35%);"},{"lineNumber":85,"author":{"gitId":"-"},"content":" }"},{"lineNumber":86,"author":{"gitId":"-"},"content":""},{"lineNumber":87,"author":{"gitId":"-"},"content":" .site-nav-default-list-item a {"},{"lineNumber":88,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":89,"author":{"gitId":"-"},"content":" height: 100%;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" color: #454545;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" }"},{"lineNumber":92,"author":{"gitId":"-"},"content":""},{"lineNumber":93,"author":{"gitId":"-"},"content":" .site-nav-default-list-item:hover a {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" color: black;"},{"lineNumber":95,"author":{"gitId":"-"},"content":" text-decoration: none;"},{"lineNumber":96,"author":{"gitId":"-"},"content":" }"},{"lineNumber":97,"author":{"gitId":"-"},"content":""},{"lineNumber":98,"author":{"gitId":"-"},"content":" /* Navigation dropdown menu */"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":" .site-nav-dropdown-btn-container {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":102,"author":{"gitId":"LamJiuFong"},"content":" place-content: center center;"},{"lineNumber":103,"author":{"gitId":"-"},"content":" width: 2rem;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" height: 1.5em;"},{"lineNumber":105,"author":{"gitId":"-"},"content":" margin: 0 0.75rem 0 auto;"},{"lineNumber":106,"author":{"gitId":"-"},"content":" }"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":" .site-nav-dropdown-btn-icon {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":110,"author":{"gitId":"-"},"content":" vertical-align: baseline;"},{"lineNumber":111,"author":{"gitId":"-"},"content":" align-self: center;"},{"lineNumber":112,"author":{"gitId":"-"},"content":" width: 1.5em;"},{"lineNumber":113,"author":{"gitId":"-"},"content":" height: 1.5em;"},{"lineNumber":114,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":115,"author":{"gitId":"-"},"content":" border-radius: 1rem;"},{"lineNumber":116,"author":{"gitId":"LamJiuFong"},"content":" padding: 0;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" transition: 0.4s;"},{"lineNumber":118,"author":{"gitId":"-"},"content":" transform: rotate(0deg);"},{"lineNumber":119,"author":{"gitId":"-"},"content":" }"},{"lineNumber":120,"author":{"gitId":"-"},"content":""},{"lineNumber":121,"author":{"gitId":"-"},"content":" .site-nav-dropdown-btn-icon:hover {"},{"lineNumber":122,"author":{"gitId":"-"},"content":" background-color: #d8e3fb;"},{"lineNumber":123,"author":{"gitId":"-"},"content":" }"},{"lineNumber":124,"author":{"gitId":"-"},"content":""},{"lineNumber":125,"author":{"gitId":"-"},"content":" .site-nav-rotate-icon {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" color: #4c7ff1;"},{"lineNumber":127,"author":{"gitId":"-"},"content":" transform: rotate(-180deg);"},{"lineNumber":128,"author":{"gitId":"-"},"content":" }"},{"lineNumber":129,"author":{"gitId":"-"},"content":""},{"lineNumber":130,"author":{"gitId":"-"},"content":" .site-nav-dropdown-container {"},{"lineNumber":131,"author":{"gitId":"-"},"content":" background: transparent;"},{"lineNumber":132,"author":{"gitId":"-"},"content":" max-height: 0;"},{"lineNumber":133,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" transition: max-height 0.15s ease-out;"},{"lineNumber":135,"author":{"gitId":"-"},"content":" }"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":" .site-nav-dropdown-container-open {"},{"lineNumber":138,"author":{"gitId":"-"},"content":" max-height: 1000px;"},{"lineNumber":139,"author":{"gitId":"-"},"content":" transition: max-height 0.25s ease-in;"},{"lineNumber":140,"author":{"gitId":"-"},"content":" }"},{"lineNumber":141,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":138}},{"path":"packages/vue-components/src/Submenu.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cli"},{"lineNumber":3,"author":{"gitId":"-"},"content":" ref\u003d\"submenu\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" :class\u003d\"[addClass, \u0027dropdown-submenu\u0027,"},{"lineNumber":5,"author":{"gitId":"-"},"content":" { \u0027dropend\u0027: dropright, \u0027dropstart\u0027: dropleft }]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003ca"},{"lineNumber":9,"author":{"gitId":"-"},"content":" class\u003d\"dropdown-item submenu-toggle\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" role\u003d\"button\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" :class\u003d\"{disabled: disabled}\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" data-bs-toggle\u003d\"dropdown\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/a\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"dropdown-menu\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cul class\u003d\"dropdown-menu\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/ul\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/li\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":""},{"lineNumber":25,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":"import { toBoolean } from \u0027./utils/utils\u0027;"},{"lineNumber":27,"author":{"gitId":"-"},"content":"import $ from \u0027./utils/NodeList\u0027;"},{"lineNumber":28,"author":{"gitId":"-"},"content":"import positionSubmenu from \u0027./utils/submenu\u0027;"},{"lineNumber":29,"author":{"gitId":"-"},"content":"import preventOverflowOnMobile from \u0027./utils/dropdown\u0027;"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":32,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":34,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":36,"author":{"gitId":"-"},"content":" },"},{"lineNumber":37,"author":{"gitId":"-"},"content":" disabled: {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" type: [Boolean, String],"},{"lineNumber":39,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":40,"author":{"gitId":"-"},"content":" },"},{"lineNumber":41,"author":{"gitId":"-"},"content":" },"},{"lineNumber":42,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":43,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":44,"author":{"gitId":"-"},"content":" show: false,"},{"lineNumber":45,"author":{"gitId":"-"},"content":" dropright: true,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" dropleft: false,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" };"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" inject: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" isParentNavbar: {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" },"},{"lineNumber":54,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":55,"author":{"gitId":"-"},"content":" disabledBool() {"},{"lineNumber":56,"author":{"gitId":"-"},"content":" return toBoolean(this.disabled);"},{"lineNumber":57,"author":{"gitId":"-"},"content":" },"},{"lineNumber":58,"author":{"gitId":"-"},"content":" },"},{"lineNumber":59,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":60,"author":{"gitId":"-"},"content":" hideSubmenu() {"},{"lineNumber":61,"author":{"gitId":"-"},"content":" this.show \u003d false;"},{"lineNumber":62,"author":{"gitId":"-"},"content":" $(this.$refs.submenu).find(\u0027ul.dropdown-menu\u0027).each(ul \u003d\u003e ul.classList.toggle(\u0027show\u0027, false));"},{"lineNumber":63,"author":{"gitId":"-"},"content":" this.alignMenuRight();"},{"lineNumber":64,"author":{"gitId":"-"},"content":" },"},{"lineNumber":65,"author":{"gitId":"-"},"content":" showSubmenu() {"},{"lineNumber":66,"author":{"gitId":"-"},"content":" this.show \u003d true;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" $(this.$refs.submenu).findChildren(\u0027ul\u0027).each((ul) \u003d\u003e {"},{"lineNumber":68,"author":{"gitId":"-"},"content":" ul.classList.toggle(\u0027show\u0027, true);"},{"lineNumber":69,"author":{"gitId":"-"},"content":""},{"lineNumber":70,"author":{"gitId":"-"},"content":" // check if submenu is part of the navbar sliding menu on mobile"},{"lineNumber":71,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003c 768 \u0026\u0026 this.isParentNavbar) {"},{"lineNumber":72,"author":{"gitId":"-"},"content":" preventOverflowOnMobile(ul);"},{"lineNumber":73,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":74,"author":{"gitId":"-"},"content":" }"},{"lineNumber":75,"author":{"gitId":"-"},"content":""},{"lineNumber":76,"author":{"gitId":"-"},"content":" if (positionSubmenu.isRightAlign(ul)) {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" this.alignMenuRight();"},{"lineNumber":78,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":79,"author":{"gitId":"-"},"content":" this.alignMenuLeft();"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"-"},"content":" positionSubmenu.preventOverflow(ul);"},{"lineNumber":82,"author":{"gitId":"-"},"content":" });"},{"lineNumber":83,"author":{"gitId":"-"},"content":" },"},{"lineNumber":84,"author":{"gitId":"-"},"content":" alignMenuRight() {"},{"lineNumber":85,"author":{"gitId":"-"},"content":" this.dropright \u003d true;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" this.dropleft \u003d false;"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" alignMenuLeft() {"},{"lineNumber":89,"author":{"gitId":"-"},"content":" this.dropright \u003d false;"},{"lineNumber":90,"author":{"gitId":"-"},"content":" this.dropleft \u003d true;"},{"lineNumber":91,"author":{"gitId":"-"},"content":" },"},{"lineNumber":92,"author":{"gitId":"-"},"content":" },"},{"lineNumber":93,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":94,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.submenu);"},{"lineNumber":95,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":96,"author":{"gitId":"-"},"content":" this.showSubmenu();"},{"lineNumber":97,"author":{"gitId":"-"},"content":" }"},{"lineNumber":98,"author":{"gitId":"-"},"content":" $el.onBlur(() \u003d\u003e { this.hideSubmenu(); }, false);"},{"lineNumber":99,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).on(\u0027click\u0027, (e) \u003d\u003e {"},{"lineNumber":100,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":101,"author":{"gitId":"-"},"content":" e.stopPropagation();"},{"lineNumber":102,"author":{"gitId":"-"},"content":" if (this.disabledBool) { return false; }"},{"lineNumber":103,"author":{"gitId":"-"},"content":" if (this.show) {"},{"lineNumber":104,"author":{"gitId":"-"},"content":" this.hideSubmenu();"},{"lineNumber":105,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":106,"author":{"gitId":"-"},"content":" this.showSubmenu();"},{"lineNumber":107,"author":{"gitId":"-"},"content":" }"},{"lineNumber":108,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" });"},{"lineNumber":110,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).on(\u0027mouseover\u0027, (e) \u003d\u003e {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" e.preventDefault();"},{"lineNumber":112,"author":{"gitId":"-"},"content":" if (window.innerWidth \u003e 767) {"},{"lineNumber":113,"author":{"gitId":"-"},"content":" const isShowing \u003d $el.findChildren(\u0027ul.show\u0027).length \u003e 0;"},{"lineNumber":114,"author":{"gitId":"-"},"content":" if (isShowing || this.disabledBool) { return false; }"},{"lineNumber":115,"author":{"gitId":"-"},"content":" e.currentTarget.click();"},{"lineNumber":116,"author":{"gitId":"-"},"content":" const fullMenu \u003d this.$parent.$parent;"},{"lineNumber":117,"author":{"gitId":"-"},"content":" fullMenu.$children.forEach((menuItem) \u003d\u003e {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" if (menuItem.$el \u003d\u003d\u003d this.$el) {"},{"lineNumber":119,"author":{"gitId":"-"},"content":" menuItem.$refs.submenu.showSubmenu();"},{"lineNumber":120,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":121,"author":{"gitId":"-"},"content":" menuItem.$refs.submenu.hideSubmenu();"},{"lineNumber":122,"author":{"gitId":"-"},"content":" }"},{"lineNumber":123,"author":{"gitId":"-"},"content":" });"},{"lineNumber":124,"author":{"gitId":"-"},"content":" }"},{"lineNumber":125,"author":{"gitId":"-"},"content":" return false;"},{"lineNumber":126,"author":{"gitId":"-"},"content":" });"},{"lineNumber":127,"author":{"gitId":"-"},"content":" },"},{"lineNumber":128,"author":{"gitId":"-"},"content":" beforeDestroy() {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" const $el \u003d $(this.$refs.submenu);"},{"lineNumber":130,"author":{"gitId":"-"},"content":" $el.offBlur();"},{"lineNumber":131,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027a,button\u0027).off();"},{"lineNumber":132,"author":{"gitId":"-"},"content":" $el.findChildren(\u0027ul\u0027).off();"},{"lineNumber":133,"author":{"gitId":"-"},"content":" },"},{"lineNumber":134,"author":{"gitId":"-"},"content":"};"},{"lineNumber":135,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":""},{"lineNumber":137,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" .dropdown-submenu {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" color: #212529 !important;"},{"lineNumber":140,"author":{"gitId":"-"},"content":" padding: 0 !important;"},{"lineNumber":141,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" }"},{"lineNumber":143,"author":{"gitId":"-"},"content":""},{"lineNumber":144,"author":{"gitId":"-"},"content":" .dropdown-submenu ul.dropdown-menu {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":146,"author":{"gitId":"-"},"content":" }"},{"lineNumber":147,"author":{"gitId":"-"},"content":""},{"lineNumber":148,"author":{"gitId":"-"},"content":" .dropdown \u003e ul \u003e .dropdown-submenu:last-child \u003e ul,"},{"lineNumber":149,"author":{"gitId":"-"},"content":" .btn-group \u003e ul \u003e .dropdown-submenu:last-child \u003e ul {"},{"lineNumber":150,"author":{"gitId":"-"},"content":" margin-bottom: -0.5rem;"},{"lineNumber":151,"author":{"gitId":"-"},"content":" }"},{"lineNumber":152,"author":{"gitId":"-"},"content":""},{"lineNumber":153,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003e\u003d 768px) {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" .submenu-toggle::after {"},{"lineNumber":155,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":156,"author":{"gitId":"-"},"content":" width: 0;"},{"lineNumber":157,"author":{"gitId":"-"},"content":" height: 0;"},{"lineNumber":158,"author":{"gitId":"-"},"content":" vertical-align: 0.255em;"},{"lineNumber":159,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":160,"author":{"gitId":"-"},"content":" border-top: 0.3em solid transparent;"},{"lineNumber":161,"author":{"gitId":"-"},"content":" border-right: 0;"},{"lineNumber":162,"author":{"gitId":"-"},"content":" border-bottom: 0.3em solid transparent;"},{"lineNumber":163,"author":{"gitId":"-"},"content":" border-left: 0.3em solid;"},{"lineNumber":164,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":165,"author":{"gitId":"-"},"content":" margin-top: 0.5em;"},{"lineNumber":166,"author":{"gitId":"-"},"content":" }"},{"lineNumber":167,"author":{"gitId":"-"},"content":" }"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 767px) {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" .dropdown-submenu \u003e ul {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" padding-bottom: 0;"},{"lineNumber":172,"author":{"gitId":"-"},"content":" border-radius: 0;"},{"lineNumber":173,"author":{"gitId":"-"},"content":" margin: -0.05rem;"},{"lineNumber":174,"author":{"gitId":"-"},"content":" position: static;"},{"lineNumber":175,"author":{"gitId":"-"},"content":" float: none;"},{"lineNumber":176,"author":{"gitId":"-"},"content":" }"},{"lineNumber":177,"author":{"gitId":"-"},"content":""},{"lineNumber":178,"author":{"gitId":"-"},"content":" .submenu-toggle::after {"},{"lineNumber":179,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" width: 0;"},{"lineNumber":181,"author":{"gitId":"-"},"content":" height: 0;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" margin-left: 0.255em;"},{"lineNumber":183,"author":{"gitId":"-"},"content":" vertical-align: 0.255em;"},{"lineNumber":184,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":185,"author":{"gitId":"-"},"content":" border-top: 0.3em solid;"},{"lineNumber":186,"author":{"gitId":"-"},"content":" border-right: 0.3em solid transparent;"},{"lineNumber":187,"author":{"gitId":"-"},"content":" border-bottom: 0;"},{"lineNumber":188,"author":{"gitId":"-"},"content":" border-left: 0.3em solid transparent;"},{"lineNumber":189,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" margin-top: 0.5em;"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":" }"},{"lineNumber":193,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":2,"-":191}},{"path":"packages/vue-components/src/Tooltip.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" :class\u003d\"trigger \u003d\u003d\u003d \u0027click\u0027 ? \u0027trigger-click\u0027 : \u0027trigger\u0027\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" data-mb-component-type\u003d\"tooltip\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" tabindex\u003d\"0\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cportal v-if\u003d\"targetEl.id\" :to\u003d\"\u0027tooltip:\u0027 + targetEl.id\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":9,"author":{"gitId":"yiwen101"},"content":" \u003c/portal\u003e\u003c!-- do not delete this comment, it is for the stray space issue (#2419)"},{"lineNumber":10,"author":{"gitId":"yiwen101"},"content":" --\u003e\u003cv-tooltip"},{"lineNumber":11,"author":{"gitId":"-"},"content":" v-if\u003d\"isMounted\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" :auto-hide\u003d\"!isInput\""},{"lineNumber":13,"author":{"gitId":"-"},"content":" :triggers\u003d\"triggers\""},{"lineNumber":14,"author":{"gitId":"-"},"content":" :popper-triggers\u003d\"triggers\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" :hide-triggers\u003d\"triggers\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" :placement\u003d\"placement\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" :delay\u003d\"0\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" shift-cross-axis"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003ctemplate #popper\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"content\"\u003e\u003c/slot\u003e"},{"lineNumber":22,"author":{"gitId":"yiwen101"},"content":" \u003c/template\u003e\u003c!-- do not delete this comment, it is for the stray space issue (#2419)"},{"lineNumber":23,"author":{"gitId":"yiwen101"},"content":" --\u003e\u003cspan v-if\u003d\"!isInput\" @click.stop\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003cslot v-else\u003e\u003c/slot\u003e"},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003c/v-tooltip\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":""},{"lineNumber":31,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":"// eslint-disable-next-line import/no-extraneous-dependencies"},{"lineNumber":33,"author":{"gitId":"-"},"content":"import { Portal } from \u0027portal-vue\u0027;"},{"lineNumber":34,"author":{"gitId":"-"},"content":""},{"lineNumber":35,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":36,"author":{"gitId":"-"},"content":" name: \u0027Tooltip\u0027,"},{"lineNumber":37,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":38,"author":{"gitId":"-"},"content":" Portal,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":41,"author":{"gitId":"-"},"content":" trigger: {"},{"lineNumber":42,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":43,"author":{"gitId":"-"},"content":" default: \u0027hover focus\u0027,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" },"},{"lineNumber":45,"author":{"gitId":"-"},"content":" placement: {"},{"lineNumber":46,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" default: \u0027top\u0027,"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" },"},{"lineNumber":50,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":52,"author":{"gitId":"-"},"content":" targetEl: {},"},{"lineNumber":53,"author":{"gitId":"-"},"content":" isInput: false,"},{"lineNumber":54,"author":{"gitId":"-"},"content":" isMounted: false,"},{"lineNumber":55,"author":{"gitId":"-"},"content":" };"},{"lineNumber":56,"author":{"gitId":"-"},"content":" },"},{"lineNumber":57,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" triggers() {"},{"lineNumber":59,"author":{"gitId":"-"},"content":" return this.trigger.split(\u0027 \u0027);"},{"lineNumber":60,"author":{"gitId":"-"},"content":" },"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"-"},"content":" mounted() {"},{"lineNumber":63,"author":{"gitId":"-"},"content":" this.targetEl \u003d this.$el;"},{"lineNumber":64,"author":{"gitId":"-"},"content":" // \u003cinput\u003e tags need to be handled separately as they need to retain focus on inputs"},{"lineNumber":65,"author":{"gitId":"-"},"content":" this.isInput \u003d this.$slots.default \u0026\u0026 this.$slots.default.some(node \u003d\u003e node.tag \u003d\u003d\u003d \u0027input\u0027);"},{"lineNumber":66,"author":{"gitId":"-"},"content":" this.isMounted \u003d true;"},{"lineNumber":67,"author":{"gitId":"-"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":"};"},{"lineNumber":69,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":70,"author":{"gitId":"-"},"content":""},{"lineNumber":71,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":72,"author":{"gitId":"LamJiuFong"},"content":" /* stylelint-disable selector-class-pattern */"},{"lineNumber":73,"author":{"gitId":"-"},"content":" .v-popper--theme-tooltip .v-popper__inner {"},{"lineNumber":74,"author":{"gitId":"-"},"content":" /* following bootstrap */"},{"lineNumber":75,"author":{"gitId":"LamJiuFong"},"content":" background: rgb(0 0 0 / 90%);"},{"lineNumber":76,"author":{"gitId":"-"},"content":" padding: 4px 8px;"},{"lineNumber":77,"author":{"gitId":"-"},"content":" font-size: 0.875rem;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" max-width: 200px;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":80,"author":{"gitId":"-"},"content":" }"},{"lineNumber":81,"author":{"gitId":"LamJiuFong"},"content":" /* stylelint-enable selector-class-pattern */"},{"lineNumber":82,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":3,"-":75,"yiwen101":4}},{"path":"packages/vue-components/src/annotations/Annotate.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027annotate-image-wrapper\u0027, addClass]\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cimg"},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"pic\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :src\u003d\"src\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" :alt\u003d\"alt\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" :width\u003d\"computedWidth\""},{"lineNumber":8,"author":{"gitId":"LamJiuFong"},"content":" :height\u003d\"computedHeight\""},{"lineNumber":9,"author":{"gitId":"LamJiuFong"},"content":" :loading\u003d\"computedLoadType\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" class\u003d\"annotate-image\""},{"lineNumber":11,"author":{"gitId":"LamJiuFong"},"content":" @load.once\u003d\"computeWidthAndHeight\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cdiv style\u003d\"top: 0; left: 0; height: 0;\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":""},{"lineNumber":19,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":"import { toNumber } from \u0027../utils/utils\u0027;"},{"lineNumber":21,"author":{"gitId":"-"},"content":""},{"lineNumber":22,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":23,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":24,"author":{"gitId":"-"},"content":" src: {"},{"lineNumber":25,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":26,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":27,"author":{"gitId":"-"},"content":" },"},{"lineNumber":28,"author":{"gitId":"-"},"content":" alt: {"},{"lineNumber":29,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":30,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":31,"author":{"gitId":"-"},"content":" },"},{"lineNumber":32,"author":{"gitId":"-"},"content":" height: {"},{"lineNumber":33,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":34,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":35,"author":{"gitId":"-"},"content":" },"},{"lineNumber":36,"author":{"gitId":"-"},"content":" width: {"},{"lineNumber":37,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":38,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" },"},{"lineNumber":40,"author":{"gitId":"LamJiuFong"},"content":" lazy: {"},{"lineNumber":41,"author":{"gitId":"LamJiuFong"},"content":" type: Boolean,"},{"lineNumber":42,"author":{"gitId":"LamJiuFong"},"content":" default: false,"},{"lineNumber":43,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":44,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":45,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":46,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":47,"author":{"gitId":"-"},"content":" },"},{"lineNumber":48,"author":{"gitId":"-"},"content":" },"},{"lineNumber":49,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":50,"author":{"gitId":"-"},"content":" hasWidth() {"},{"lineNumber":51,"author":{"gitId":"-"},"content":" return this.width !\u003d\u003d \u0027\u0027;"},{"lineNumber":52,"author":{"gitId":"-"},"content":" },"},{"lineNumber":53,"author":{"gitId":"-"},"content":" hasHeight() {"},{"lineNumber":54,"author":{"gitId":"-"},"content":" return this.height !\u003d\u003d \u0027\u0027;"},{"lineNumber":55,"author":{"gitId":"-"},"content":" },"},{"lineNumber":56,"author":{"gitId":"-"},"content":" computedWidth() {"},{"lineNumber":57,"author":{"gitId":"-"},"content":" if (this.hasWidth) {"},{"lineNumber":58,"author":{"gitId":"-"},"content":" return this.width;"},{"lineNumber":59,"author":{"gitId":"-"},"content":" }"},{"lineNumber":60,"author":{"gitId":"-"},"content":" return this.widthFromHeight;"},{"lineNumber":61,"author":{"gitId":"-"},"content":" },"},{"lineNumber":62,"author":{"gitId":"LamJiuFong"},"content":" computedHeight() {"},{"lineNumber":63,"author":{"gitId":"LamJiuFong"},"content":" return this.heightFromWidth;"},{"lineNumber":64,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":65,"author":{"gitId":"LamJiuFong"},"content":" computedLoadType() {"},{"lineNumber":66,"author":{"gitId":"LamJiuFong"},"content":" return this.lazy ? \u0027lazy\u0027 : \u0027eager\u0027;"},{"lineNumber":67,"author":{"gitId":"LamJiuFong"},"content":" },"},{"lineNumber":68,"author":{"gitId":"-"},"content":" },"},{"lineNumber":69,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":70,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":71,"author":{"gitId":"-"},"content":" widthFromHeight: \u0027\u0027,"},{"lineNumber":72,"author":{"gitId":"LamJiuFong"},"content":" heightFromWidth: \u0027\u0027,"},{"lineNumber":73,"author":{"gitId":"-"},"content":" };"},{"lineNumber":74,"author":{"gitId":"-"},"content":" },"},{"lineNumber":75,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":76,"author":{"gitId":"LamJiuFong"},"content":" computeWidthAndHeight() {"},{"lineNumber":77,"author":{"gitId":"-"},"content":" const renderedImg \u003d this.$refs.pic;"},{"lineNumber":78,"author":{"gitId":"-"},"content":" const imgHeight \u003d renderedImg.naturalHeight;"},{"lineNumber":79,"author":{"gitId":"-"},"content":" const imgWidth \u003d renderedImg.naturalWidth;"},{"lineNumber":80,"author":{"gitId":"LamJiuFong"},"content":" const aspectRatio \u003d imgWidth / imgHeight;"},{"lineNumber":81,"author":{"gitId":"LamJiuFong"},"content":" if (this.hasWidth) { // if width is present, overwrite the height (if any) to maintain aspect ratio"},{"lineNumber":82,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d Math.round(toNumber(this.width) / aspectRatio).toString();"},{"lineNumber":83,"author":{"gitId":"LamJiuFong"},"content":" } else if (this.hasHeight) {"},{"lineNumber":84,"author":{"gitId":"LamJiuFong"},"content":" this.widthFromHeight \u003d Math.round(toNumber(this.height) * aspectRatio).toString();"},{"lineNumber":85,"author":{"gitId":"LamJiuFong"},"content":" this.heightFromWidth \u003d this.height;"},{"lineNumber":86,"author":{"gitId":"-"},"content":" }"},{"lineNumber":87,"author":{"gitId":"-"},"content":" },"},{"lineNumber":88,"author":{"gitId":"-"},"content":" },"},{"lineNumber":89,"author":{"gitId":"-"},"content":" provide() {"},{"lineNumber":90,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":91,"author":{"gitId":"-"},"content":" width: this.width,"},{"lineNumber":92,"author":{"gitId":"-"},"content":" height: this.height,"},{"lineNumber":93,"author":{"gitId":"-"},"content":" src: this.src,"},{"lineNumber":94,"author":{"gitId":"-"},"content":" };"},{"lineNumber":95,"author":{"gitId":"-"},"content":" },"},{"lineNumber":96,"author":{"gitId":"-"},"content":"};"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":" .annotate-image-wrapper {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":102,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":103,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":104,"author":{"gitId":"-"},"content":" }"},{"lineNumber":105,"author":{"gitId":"-"},"content":""},{"lineNumber":106,"author":{"gitId":"-"},"content":" .annotate-image {"},{"lineNumber":107,"author":{"gitId":"-"},"content":" max-width: 100%;"},{"lineNumber":108,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":109,"author":{"gitId":"-"},"content":" }"},{"lineNumber":110,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":21,"-":89}},{"path":"packages/vue-components/src/panels/MinimalPanel.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" v-if\u003d\"localMinimized\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":8,"author":{"gitId":"-"},"content":" v-if\u003d\"hasId\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" :id\u003d\"panelId\""},{"lineNumber":10,"author":{"gitId":"-"},"content":" class\u003d\"anchor\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"morph\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cbutton class\u003d\"morph-display-wrapper btn card-title morph-title\" @click\u003d\"minimalOpen()\"\u003e"},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":15,"author":{"gitId":"-"},"content":" v-if\u003d\"!noMinimizedSwitch\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027glyphicon\u0027, \u0027glyphicon-chevron-right\u0027]\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"_alt\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"card-title\"\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":27,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":28,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":32,"author":{"gitId":"-"},"content":" v-if\u003d\"hasId\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" :id\u003d\"panelId\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" class\u003d\"anchor\""},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"card card-flex\"\u003e"},{"lineNumber":37,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027header-wrapper\u0027,"},{"lineNumber":39,"author":{"gitId":"-"},"content":" { \u0027header-wrapper-bottom\u0027: isHeaderAtBottom, \u0027header-toggle\u0027: isExpandableCard }]\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" @click.prevent.stop\u003d\"isExpandableCard \u0026\u0026 minimalToggle()\""},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"header-fade\"\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":44,"author":{"gitId":"-"},"content":" v-show\u003d\"!isHeaderAtBottom\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" ref\u003d\"headerWrapper\""},{"lineNumber":46,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-title\u0027, { \u0027ellipses\u0027: !hasHeaderBool }]\""},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"card-title-inline\"\u003e\u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e\u003c/span\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":50,"author":{"gitId":"-"},"content":" v-show\u003d\"showDownSwitch\""},{"lineNumber":51,"author":{"gitId":"-"},"content":" aria-hidden\u003d\"true\""},{"lineNumber":52,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button glyphicon glyphicon-menu-down minimal-menu-down\""},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027button-wrapper\u0027, { \u0027button-wrapper-expanded\u0027: isHeaderAtBottom }]\"\u003e"},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":59,"author":{"gitId":"-"},"content":" v-show\u003d\"!noCloseBool\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":62,"author":{"gitId":"-"},"content":" @click.stop\u003d\"minimalClose()\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-remove minimal-close-button\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":67,"author":{"gitId":"-"},"content":" v-show\u003d\"popupUrl !\u003d\u003d null\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" @click.stop\u003d\"openPopup()\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-new-window minimal-popup-button\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":75,"author":{"gitId":"-"},"content":" v-show\u003d\"isHeaderAtBottom \u0026\u0026 isExpandableCard \u0026\u0026 bottomSwitchBool\""},{"lineNumber":76,"author":{"gitId":"-"},"content":" class\u003d\"minimal-button\""},{"lineNumber":77,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":79,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-menu-up minimal-menu-up\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":80,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":85,"author":{"gitId":"-"},"content":" ref\u003d\"panel\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" class\u003d\"card-collapse\""},{"lineNumber":87,"author":{"gitId":"-"},"content":" :class\u003d\"{\u0027card-peek-collapsed\u0027: shouldShowPeek}\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":90,"author":{"gitId":"-"},"content":" v-if\u003d\"wasRetrieverLoaded || preloadBool\""},{"lineNumber":91,"author":{"gitId":"-"},"content":" class\u003d\"card-body\""},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003cretriever"},{"lineNumber":95,"author":{"gitId":"-"},"content":" v-if\u003d\"hasSrc\""},{"lineNumber":96,"author":{"gitId":"-"},"content":" ref\u003d\"retriever\""},{"lineNumber":97,"author":{"gitId":"-"},"content":" :src\u003d\"srcWithoutFragment\""},{"lineNumber":98,"author":{"gitId":"-"},"content":" :fragment\u003d\"fragment\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" @src-loaded\u003d\"retrieverUpdateMaxHeight\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":""},{"lineNumber":107,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":108,"author":{"gitId":"-"},"content":"import retriever from \u0027../Retriever.vue\u0027;"},{"lineNumber":109,"author":{"gitId":"-"},"content":"import panelBase from \u0027./PanelBase\u0027;"},{"lineNumber":110,"author":{"gitId":"-"},"content":""},{"lineNumber":111,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" mixins: [panelBase],"},{"lineNumber":113,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":114,"author":{"gitId":"-"},"content":" retriever,"},{"lineNumber":115,"author":{"gitId":"-"},"content":" },"},{"lineNumber":116,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":117,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":119,"author":{"gitId":"-"},"content":" \u0027Copy\u0027 of localExpanded that is updated on certain animation events."},{"lineNumber":120,"author":{"gitId":"-"},"content":" It is minimal-panel specific due to its design (the header can shift to the bottom)."},{"lineNumber":121,"author":{"gitId":"-"},"content":" Its purpose is to show the header text only once the collapse animation has finished."},{"lineNumber":122,"author":{"gitId":"-"},"content":" */"},{"lineNumber":123,"author":{"gitId":"-"},"content":" isHeaderAtBottom: false,"},{"lineNumber":124,"author":{"gitId":"-"},"content":" };"},{"lineNumber":125,"author":{"gitId":"-"},"content":" },"},{"lineNumber":126,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":127,"author":{"gitId":"-"},"content":" showDownSwitch() {"},{"lineNumber":128,"author":{"gitId":"-"},"content":" return this.hasHeaderBool \u0026\u0026 this.isExpandableCard \u0026\u0026 !this.noSwitchBool;"},{"lineNumber":129,"author":{"gitId":"-"},"content":" },"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" minimalToggle() {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" if (this.localExpanded) {"},{"lineNumber":134,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":135,"author":{"gitId":"-"},"content":" This is a collapse."},{"lineNumber":136,"author":{"gitId":"-"},"content":" Set isHeaderAtBottom to true only at the end of transition."},{"lineNumber":137,"author":{"gitId":"-"},"content":" So that we can achieve the correct collapse transition effect of minimal panel."},{"lineNumber":138,"author":{"gitId":"-"},"content":" */"},{"lineNumber":139,"author":{"gitId":"-"},"content":" const onCollapseDone \u003d (event) \u003d\u003e {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" if (event.target \u003d\u003d\u003d this.$refs.panel) {"},{"lineNumber":141,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d false;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" this.$refs.panel.removeEventListener(\u0027transitionend\u0027, onCollapseDone);"},{"lineNumber":143,"author":{"gitId":"-"},"content":" }"},{"lineNumber":144,"author":{"gitId":"-"},"content":" };"},{"lineNumber":145,"author":{"gitId":"-"},"content":" this.$refs.panel.addEventListener(\u0027transitionend\u0027, onCollapseDone);"},{"lineNumber":146,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":147,"author":{"gitId":"-"},"content":" // This is an expansion. Set isHeaderAtBottom to true *immediately*."},{"lineNumber":148,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d true;"},{"lineNumber":149,"author":{"gitId":"-"},"content":" }"},{"lineNumber":150,"author":{"gitId":"-"},"content":" this.toggle(true);"},{"lineNumber":151,"author":{"gitId":"-"},"content":" },"},{"lineNumber":152,"author":{"gitId":"-"},"content":" minimalOpen() {"},{"lineNumber":153,"author":{"gitId":"-"},"content":" this.open();"},{"lineNumber":154,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d true;"},{"lineNumber":155,"author":{"gitId":"-"},"content":" },"},{"lineNumber":156,"author":{"gitId":"-"},"content":" minimalClose() {"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.close();"},{"lineNumber":158,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d false;"},{"lineNumber":159,"author":{"gitId":"-"},"content":" },"},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":162,"author":{"gitId":"-"},"content":" this.isHeaderAtBottom \u003d this.localExpanded;"},{"lineNumber":163,"author":{"gitId":"-"},"content":" },"},{"lineNumber":164,"author":{"gitId":"-"},"content":"};"},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":""},{"lineNumber":167,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":168,"author":{"gitId":"-"},"content":""},{"lineNumber":169,"author":{"gitId":"-"},"content":" .card-peek-collapsed {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" }"},{"lineNumber":172,"author":{"gitId":"-"},"content":""},{"lineNumber":173,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":174,"author":{"gitId":"-"},"content":" * Gives the faded content effect for peek."},{"lineNumber":175,"author":{"gitId":"-"},"content":" * Ensure that height has the same value as collapsedPanelHeight in PanelBase.js."},{"lineNumber":176,"author":{"gitId":"-"},"content":" */"},{"lineNumber":177,"author":{"gitId":"-"},"content":" .card-peek-collapsed::after {"},{"lineNumber":178,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":179,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":181,"author":{"gitId":"-"},"content":" bottom: 0;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" height: 125px;"},{"lineNumber":183,"author":{"gitId":"-"},"content":" background-image: linear-gradient(180deg, transparent, white 90%);"},{"lineNumber":184,"author":{"gitId":"-"},"content":" }"},{"lineNumber":185,"author":{"gitId":"-"},"content":""},{"lineNumber":186,"author":{"gitId":"-"},"content":" .morph-title {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" padding: 0 0.3em;"},{"lineNumber":188,"author":{"gitId":"-"},"content":" border-color: black;"},{"lineNumber":189,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" vertical-align: top;"},{"lineNumber":191,"author":{"gitId":"-"},"content":" }"},{"lineNumber":192,"author":{"gitId":"-"},"content":""},{"lineNumber":193,"author":{"gitId":"-"},"content":" .morph-title:hover,"},{"lineNumber":194,"author":{"gitId":"-"},"content":" .morph-title:active,"},{"lineNumber":195,"author":{"gitId":"-"},"content":" .morph-title:focus {"},{"lineNumber":196,"author":{"gitId":"-"},"content":" color: white;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" border-color: #343a40;"},{"lineNumber":198,"author":{"gitId":"-"},"content":" background-color: #343a40;"},{"lineNumber":199,"author":{"gitId":"-"},"content":" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" .card-collapse {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" transition: max-height 0.5s ease-in-out;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" }"},{"lineNumber":205,"author":{"gitId":"-"},"content":""},{"lineNumber":206,"author":{"gitId":"-"},"content":" .card-flex {"},{"lineNumber":207,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":208,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" }"},{"lineNumber":212,"author":{"gitId":"-"},"content":""},{"lineNumber":213,"author":{"gitId":"-"},"content":" .header-fade-enter {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":215,"author":{"gitId":"-"},"content":" }"},{"lineNumber":216,"author":{"gitId":"-"},"content":""},{"lineNumber":217,"author":{"gitId":"-"},"content":" .header-fade-leave-active {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" }"},{"lineNumber":220,"author":{"gitId":"-"},"content":""},{"lineNumber":221,"author":{"gitId":"-"},"content":" .header-fade-leave-to {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" opacity: 0 !important;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" }"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":" .card-title-inline {"},{"lineNumber":226,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":227,"author":{"gitId":"-"},"content":" }"},{"lineNumber":228,"author":{"gitId":"-"},"content":""},{"lineNumber":229,"author":{"gitId":"-"},"content":" .card-body {"},{"lineNumber":230,"author":{"gitId":"-"},"content":" padding: 0;"},{"lineNumber":231,"author":{"gitId":"-"},"content":" }"},{"lineNumber":232,"author":{"gitId":"-"},"content":""},{"lineNumber":233,"author":{"gitId":"-"},"content":" .header-wrapper {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":235,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":236,"author":{"gitId":"-"},"content":" background-color: white;"},{"lineNumber":237,"author":{"gitId":"-"},"content":" }"},{"lineNumber":238,"author":{"gitId":"-"},"content":""},{"lineNumber":239,"author":{"gitId":"-"},"content":" .header-wrapper-bottom {"},{"lineNumber":240,"author":{"gitId":"-"},"content":" order: 1;"},{"lineNumber":241,"author":{"gitId":"-"},"content":" }"},{"lineNumber":242,"author":{"gitId":"-"},"content":""},{"lineNumber":243,"author":{"gitId":"-"},"content":" .ellipses::before {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":245,"author":{"gitId":"-"},"content":" bottom: 3px;"},{"lineNumber":246,"author":{"gitId":"-"},"content":" content: \u0027...\u0027;"},{"lineNumber":247,"author":{"gitId":"-"},"content":" font-weight: 900;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" margin-right: 4px;"},{"lineNumber":249,"author":{"gitId":"-"},"content":" }"},{"lineNumber":250,"author":{"gitId":"-"},"content":""},{"lineNumber":251,"author":{"gitId":"-"},"content":" .button-wrapper {"},{"lineNumber":252,"author":{"gitId":"-"},"content":" padding-left: 2px;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" border-width: 0 0 0 1px;"},{"lineNumber":254,"author":{"gitId":"LamJiuFong"},"content":" border-color: rgb(150 150 150 / 20%);"},{"lineNumber":255,"author":{"gitId":"-"},"content":" border-style: solid;"},{"lineNumber":256,"author":{"gitId":"-"},"content":" margin-left: 2px;"},{"lineNumber":257,"author":{"gitId":"-"},"content":" width: auto;"},{"lineNumber":258,"author":{"gitId":"-"},"content":" float: none;"},{"lineNumber":259,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" transition: opacity 0.5s;"},{"lineNumber":261,"author":{"gitId":"-"},"content":" vertical-align: text-top;"},{"lineNumber":262,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":263,"author":{"gitId":"-"},"content":" }"},{"lineNumber":264,"author":{"gitId":"-"},"content":""},{"lineNumber":265,"author":{"gitId":"-"},"content":" .button-wrapper-expanded {"},{"lineNumber":266,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":267,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" }"},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"-"},"content":" .card:hover .button-wrapper {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" }"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":" .header-toggle {"},{"lineNumber":276,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":277,"author":{"gitId":"-"},"content":" }"},{"lineNumber":278,"author":{"gitId":"-"},"content":""},{"lineNumber":279,"author":{"gitId":"-"},"content":" .glyphicon {"},{"lineNumber":280,"author":{"gitId":"-"},"content":" font-size: 12px;"},{"lineNumber":281,"author":{"gitId":"-"},"content":" }"},{"lineNumber":282,"author":{"gitId":"-"},"content":""},{"lineNumber":283,"author":{"gitId":"-"},"content":" .minimal-button {"},{"lineNumber":284,"author":{"gitId":"-"},"content":" padding: 0 3px;"},{"lineNumber":285,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":286,"author":{"gitId":"LamJiuFong"},"content":" color: rgb(150 150 150);"},{"lineNumber":287,"author":{"gitId":"-"},"content":" background-color: transparent;"},{"lineNumber":288,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":289,"author":{"gitId":"-"},"content":" }"},{"lineNumber":290,"author":{"gitId":"-"},"content":""},{"lineNumber":291,"author":{"gitId":"-"},"content":" .minimal-button:hover,"},{"lineNumber":292,"author":{"gitId":"-"},"content":" .minimal-button:active,"},{"lineNumber":293,"author":{"gitId":"-"},"content":" .minimal-button:focus {"},{"lineNumber":294,"author":{"gitId":"LamJiuFong"},"content":" color: rgb(30 30 30);"},{"lineNumber":295,"author":{"gitId":"-"},"content":" }"},{"lineNumber":296,"author":{"gitId":"-"},"content":""},{"lineNumber":297,"author":{"gitId":"-"},"content":" .minimal-popup-button {"},{"lineNumber":298,"author":{"gitId":"-"},"content":" top: 1px;"},{"lineNumber":299,"author":{"gitId":"-"},"content":" font-size: 9px;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" }"},{"lineNumber":301,"author":{"gitId":"-"},"content":""},{"lineNumber":302,"author":{"gitId":"-"},"content":" .minimal-menu-up {"},{"lineNumber":303,"author":{"gitId":"-"},"content":" top: 2px;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" font-size: 13px;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" }"},{"lineNumber":306,"author":{"gitId":"-"},"content":""},{"lineNumber":307,"author":{"gitId":"-"},"content":" .minimal-menu-down {"},{"lineNumber":308,"author":{"gitId":"-"},"content":" top: 1px;"},{"lineNumber":309,"author":{"gitId":"-"},"content":" font-size: 13px;"},{"lineNumber":310,"author":{"gitId":"-"},"content":" }"},{"lineNumber":311,"author":{"gitId":"-"},"content":""},{"lineNumber":312,"author":{"gitId":"-"},"content":" .minimal-close-button {"},{"lineNumber":313,"author":{"gitId":"-"},"content":" top: 0;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" font-size: 11px;"},{"lineNumber":315,"author":{"gitId":"-"},"content":" }"},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":" /* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":318,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 575.98px) {"},{"lineNumber":319,"author":{"gitId":"-"},"content":" .button-wrapper-expanded {"},{"lineNumber":320,"author":{"gitId":"-"},"content":" padding-left: 0;"},{"lineNumber":321,"author":{"gitId":"-"},"content":" border: 0;"},{"lineNumber":322,"author":{"gitId":"-"},"content":" margin-left: 0;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" opacity: 0.15;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" }"},{"lineNumber":325,"author":{"gitId":"-"},"content":""},{"lineNumber":326,"author":{"gitId":"-"},"content":" .button-wrapper-visible {"},{"lineNumber":327,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":328,"author":{"gitId":"-"},"content":" }"},{"lineNumber":329,"author":{"gitId":"-"},"content":" }"},{"lineNumber":330,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":4,"-":326}},{"path":"packages/vue-components/src/panels/NestedPanel.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":3,"author":{"gitId":"-"},"content":" v-if\u003d\"localMinimized\""},{"lineNumber":4,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"morph\"\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" \u003cbutton :class\u003d\"[\u0027morph-display-wrapper\u0027, \u0027btn\u0027, btnType]\" @click\u003d\"open()\"\u003e"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":10,"author":{"gitId":"-"},"content":" v-if\u003d\"!noMinimizedSwitch\""},{"lineNumber":11,"author":{"gitId":"-"},"content":" class\u003d\"minimal-caret-wrapper\""},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":14,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027glyphicon\u0027, \u0027glyphicon-chevron-right\u0027]\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":17,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"card-title\"\u003e"},{"lineNumber":18,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"_alt\"\u003e"},{"lineNumber":19,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":26,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":27,"author":{"gitId":"-"},"content":" ref\u003d\"cardContainer\""},{"lineNumber":28,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-container\u0027, addClass]\""},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027card\u0027, { \u0027expandable-card\u0027: isExpandableCard }, borderType]\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":32,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027card-header\u0027,{\u0027header-toggle\u0027:isExpandableCard}, cardType, borderType]\""},{"lineNumber":33,"author":{"gitId":"-"},"content":" @click.prevent.stop\u003d\"isExpandableCard \u0026\u0026 toggle()\""},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"caret-wrapper\"\u003e"},{"lineNumber":36,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":37,"author":{"gitId":"-"},"content":" v-if\u003d\"showCaret\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027glyphicon\u0027, localExpanded ? \u0027glyphicon-chevron-down\u0027 : \u0027glyphicon-chevron-right\u0027]\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e\u003c/span\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":42,"author":{"gitId":"-"},"content":" ref\u003d\"headerWrapper\""},{"lineNumber":43,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027header-wrapper card-title\u0027, cardType,"},{"lineNumber":44,"author":{"gitId":"-"},"content":" {\u0027text-white\u0027:!isLightBg, \u0027header-transparent\u0027:!shouldShowHeader}]\""},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"header\"\u003e\u003c/slot\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"button-wrapper\"\u003e"},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"button\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003cpanel-switch"},{"lineNumber":51,"author":{"gitId":"-"},"content":" v-show\u003d\"isExpandableCard \u0026\u0026 !noSwitchBool \u0026\u0026 !showCaret\""},{"lineNumber":52,"author":{"gitId":"-"},"content":" :is-open\u003d\"localExpanded\""},{"lineNumber":53,"author":{"gitId":"-"},"content":" :is-light-bg\u003d\"isLightBg\""},{"lineNumber":54,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":56,"author":{"gitId":"-"},"content":" v-show\u003d\"!noCloseBool\""},{"lineNumber":57,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" class\u003d\"close-button btn\""},{"lineNumber":59,"author":{"gitId":"-"},"content":" :class\u003d\"[isLightBg ? \u0027btn-outline-secondary\u0027 : \u0027btn-outline-light\u0027,"},{"lineNumber":60,"author":{"gitId":"-"},"content":" { \u0027seamless-button\u0027: isSeamless }]\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" @click.stop\u003d\"close()\""},{"lineNumber":62,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":63,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-remove\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":66,"author":{"gitId":"-"},"content":" v-show\u003d\"popupUrl\""},{"lineNumber":67,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" class\u003d\"popup-button btn\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" :class\u003d\"[isLightBg ? \u0027btn-outline-secondary\u0027 : \u0027btn-outline-light\u0027,"},{"lineNumber":70,"author":{"gitId":"-"},"content":" { \u0027seamless-button\u0027: isSeamless }]\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" @click.stop\u003d\"openPopup()\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cspan class\u003d\"glyphicon glyphicon-new-window\" aria-hidden\u003d\"true\"\u003e\u003c/span\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":79,"author":{"gitId":"-"},"content":" ref\u003d\"panel\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" class\u003d\"card-collapse\""},{"lineNumber":81,"author":{"gitId":"-"},"content":" :class\u003d\"{\u0027card-peek-collapsed\u0027: shouldShowPeek}\""},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":84,"author":{"gitId":"-"},"content":" v-if\u003d\"wasRetrieverLoaded || preloadBool\""},{"lineNumber":85,"author":{"gitId":"-"},"content":" class\u003d\"card-body\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":87,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003cretriever"},{"lineNumber":89,"author":{"gitId":"-"},"content":" v-if\u003d\"hasSrc\""},{"lineNumber":90,"author":{"gitId":"-"},"content":" ref\u003d\"retriever\""},{"lineNumber":91,"author":{"gitId":"-"},"content":" :src\u003d\"srcWithoutFragment\""},{"lineNumber":92,"author":{"gitId":"-"},"content":" :fragment\u003d\"fragment\""},{"lineNumber":93,"author":{"gitId":"-"},"content":" @src-loaded\u003d\"retrieverUpdateMaxHeight\""},{"lineNumber":94,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"bottom-button-wrapper\"\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003cpanel-switch"},{"lineNumber":97,"author":{"gitId":"-"},"content":" v-show\u003d\"isExpandableCard \u0026\u0026 bottomSwitchBool\""},{"lineNumber":98,"author":{"gitId":"-"},"content":" :is-open\u003d\"localExpanded\""},{"lineNumber":99,"author":{"gitId":"-"},"content":" @click.native.stop.prevent\u003d\"toggle(true)\""},{"lineNumber":100,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":102,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":103,"author":{"gitId":"-"},"content":" \u003chr v-show\u003d\"isSeamless\" /\u003e"},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"peek-read-more-fade\"\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":107,"author":{"gitId":"-"},"content":" v-if\u003d\"shouldShowPeek\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" class\u003d\"peek-read-more glyphicon glyphicon-chevron-down\""},{"lineNumber":109,"author":{"gitId":"-"},"content":" @click\u003d\"toggle()\""},{"lineNumber":110,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":115,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":116,"author":{"gitId":"-"},"content":""},{"lineNumber":117,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":"import panelBase from \u0027./PanelBase\u0027;"},{"lineNumber":119,"author":{"gitId":"-"},"content":"import panelSwitch from \u0027./PanelSwitch.vue\u0027;"},{"lineNumber":120,"author":{"gitId":"-"},"content":"import retriever from \u0027../Retriever.vue\u0027;"},{"lineNumber":121,"author":{"gitId":"-"},"content":""},{"lineNumber":122,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":123,"author":{"gitId":"-"},"content":" mixins: [panelBase],"},{"lineNumber":124,"author":{"gitId":"-"},"content":" components: {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" panelSwitch,"},{"lineNumber":126,"author":{"gitId":"-"},"content":" retriever,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" },"},{"lineNumber":128,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":129,"author":{"gitId":"-"},"content":" showCaret() {"},{"lineNumber":130,"author":{"gitId":"-"},"content":" return this.isSeamless \u0026\u0026 this.expandableBool;"},{"lineNumber":131,"author":{"gitId":"-"},"content":" },"},{"lineNumber":132,"author":{"gitId":"-"},"content":" isSeamless() {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" return this.type \u003d\u003d\u003d \u0027seamless\u0027;"},{"lineNumber":134,"author":{"gitId":"-"},"content":" },"},{"lineNumber":135,"author":{"gitId":"-"},"content":" btnType() {"},{"lineNumber":136,"author":{"gitId":"-"},"content":" if (this.isSeamless || this.type \u003d\u003d\u003d \u0027light\u0027) {"},{"lineNumber":137,"author":{"gitId":"-"},"content":" return \u0027btn-outline-secondary\u0027;"},{"lineNumber":138,"author":{"gitId":"-"},"content":" }"},{"lineNumber":139,"author":{"gitId":"-"},"content":" return `btn-outline-${this.type || \u0027secondary\u0027}`;"},{"lineNumber":140,"author":{"gitId":"-"},"content":" },"},{"lineNumber":141,"author":{"gitId":"-"},"content":" borderType() {"},{"lineNumber":142,"author":{"gitId":"-"},"content":" if (this.isSeamless) {"},{"lineNumber":143,"author":{"gitId":"-"},"content":" return \u0027border-0\u0027;"},{"lineNumber":144,"author":{"gitId":"-"},"content":" } else if (this.type) {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" if (this.type \u003d\u003d\u003d \u0027light\u0027) {"},{"lineNumber":146,"author":{"gitId":"-"},"content":" return \u0027\u0027; // Bootstrap 4.x light border is almost invisible on a white page"},{"lineNumber":147,"author":{"gitId":"-"},"content":" }"},{"lineNumber":148,"author":{"gitId":"-"},"content":" return `border-${this.type}`;"},{"lineNumber":149,"author":{"gitId":"-"},"content":" }"},{"lineNumber":150,"author":{"gitId":"-"},"content":" return \u0027\u0027;"},{"lineNumber":151,"author":{"gitId":"-"},"content":" },"},{"lineNumber":152,"author":{"gitId":"-"},"content":" cardType() {"},{"lineNumber":153,"author":{"gitId":"-"},"content":" if (this.isSeamless) {"},{"lineNumber":154,"author":{"gitId":"-"},"content":" return \u0027bg-white\u0027;"},{"lineNumber":155,"author":{"gitId":"-"},"content":" }"},{"lineNumber":156,"author":{"gitId":"-"},"content":" return `bg-${this.type || \u0027light\u0027}`;"},{"lineNumber":157,"author":{"gitId":"-"},"content":" },"},{"lineNumber":158,"author":{"gitId":"-"},"content":" isLightBg() {"},{"lineNumber":159,"author":{"gitId":"-"},"content":" return this.cardType \u003d\u003d\u003d \u0027bg-light\u0027 || this.cardType \u003d\u003d\u003d \u0027bg-white\u0027 || this.cardType \u003d\u003d\u003d \u0027bg-warning\u0027;"},{"lineNumber":160,"author":{"gitId":"-"},"content":" },"},{"lineNumber":161,"author":{"gitId":"-"},"content":" },"},{"lineNumber":162,"author":{"gitId":"-"},"content":"};"},{"lineNumber":163,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":164,"author":{"gitId":"-"},"content":""},{"lineNumber":165,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":166,"author":{"gitId":"-"},"content":" .card-container {"},{"lineNumber":167,"author":{"gitId":"-"},"content":" scroll-margin-top: var(--sticky-header-height);"},{"lineNumber":168,"author":{"gitId":"-"},"content":" }"},{"lineNumber":169,"author":{"gitId":"-"},"content":""},{"lineNumber":170,"author":{"gitId":"-"},"content":" .card-collapse {"},{"lineNumber":171,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":172,"author":{"gitId":"-"},"content":" transition: max-height 0.5s ease-in-out;"},{"lineNumber":173,"author":{"gitId":"-"},"content":" }"},{"lineNumber":174,"author":{"gitId":"-"},"content":""},{"lineNumber":175,"author":{"gitId":"-"},"content":" .seamless-button {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":177,"author":{"gitId":"-"},"content":" transition: 0.3s opacity;"},{"lineNumber":178,"author":{"gitId":"-"},"content":" }"},{"lineNumber":179,"author":{"gitId":"-"},"content":""},{"lineNumber":180,"author":{"gitId":"-"},"content":" .card-header:hover .seamless-button {"},{"lineNumber":181,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":182,"author":{"gitId":"-"},"content":" }"},{"lineNumber":183,"author":{"gitId":"-"},"content":""},{"lineNumber":184,"author":{"gitId":"-"},"content":" .card-peek-collapsed {"},{"lineNumber":185,"author":{"gitId":"-"},"content":" position: relative;"},{"lineNumber":186,"author":{"gitId":"-"},"content":" }"},{"lineNumber":187,"author":{"gitId":"-"},"content":""},{"lineNumber":188,"author":{"gitId":"-"},"content":" /*"},{"lineNumber":189,"author":{"gitId":"-"},"content":" * Gives the faded content effect for peek."},{"lineNumber":190,"author":{"gitId":"-"},"content":" * Ensure that height has the same value as collapsedPanelHeight in PanelBase.js."},{"lineNumber":191,"author":{"gitId":"-"},"content":" */"},{"lineNumber":192,"author":{"gitId":"-"},"content":" .card-peek-collapsed::after {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" content: \"\";"},{"lineNumber":194,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":196,"author":{"gitId":"-"},"content":" bottom: 0;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" height: 125px;"},{"lineNumber":198,"author":{"gitId":"-"},"content":" background-image: linear-gradient(180deg, transparent, white 90%);"},{"lineNumber":199,"author":{"gitId":"-"},"content":" }"},{"lineNumber":200,"author":{"gitId":"-"},"content":""},{"lineNumber":201,"author":{"gitId":"-"},"content":" .peek-read-more {"},{"lineNumber":202,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" opacity: 0.2;"},{"lineNumber":204,"author":{"gitId":"-"},"content":" transition: opacity 0.5s;"},{"lineNumber":205,"author":{"gitId":"-"},"content":" }"},{"lineNumber":206,"author":{"gitId":"-"},"content":""},{"lineNumber":207,"author":{"gitId":"-"},"content":" /* Targets the before pseudoelement of glyphicon-chevron-down. */"},{"lineNumber":208,"author":{"gitId":"-"},"content":" .peek-read-more::before {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" position: absolute;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" text-align: center;"},{"lineNumber":212,"author":{"gitId":"-"},"content":" bottom: 10px;"},{"lineNumber":213,"author":{"gitId":"-"},"content":" }"},{"lineNumber":214,"author":{"gitId":"-"},"content":""},{"lineNumber":215,"author":{"gitId":"-"},"content":" .peek-read-more:hover {"},{"lineNumber":216,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":217,"author":{"gitId":"-"},"content":" opacity: 0.4;"},{"lineNumber":218,"author":{"gitId":"-"},"content":" }"},{"lineNumber":219,"author":{"gitId":"-"},"content":""},{"lineNumber":220,"author":{"gitId":"-"},"content":" .peek-read-more-fade-enter,"},{"lineNumber":221,"author":{"gitId":"-"},"content":" .peek-read-more-fade-leave-to {"},{"lineNumber":222,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" }"},{"lineNumber":224,"author":{"gitId":"-"},"content":""},{"lineNumber":225,"author":{"gitId":"-"},"content":"\u003c/style\u003e"},{"lineNumber":226,"author":{"gitId":"-"},"content":""},{"lineNumber":227,"author":{"gitId":"-"},"content":"\u003cstyle\u003e"},{"lineNumber":228,"author":{"gitId":"-"},"content":" .card-heading {"},{"lineNumber":229,"author":{"gitId":"-"},"content":" width: 100%;"},{"lineNumber":230,"author":{"gitId":"-"},"content":" }"},{"lineNumber":231,"author":{"gitId":"-"},"content":""},{"lineNumber":232,"author":{"gitId":"-"},"content":" .card-title {"},{"lineNumber":233,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":234,"author":{"gitId":"-"},"content":" font-size: 1em;"},{"lineNumber":235,"author":{"gitId":"-"},"content":" line-height: 1.2em;"},{"lineNumber":236,"author":{"gitId":"-"},"content":" margin: 0;"},{"lineNumber":237,"author":{"gitId":"-"},"content":" white-space: normal;"},{"lineNumber":238,"author":{"gitId":"-"},"content":" text-align: left;"},{"lineNumber":239,"author":{"gitId":"-"},"content":" }"},{"lineNumber":240,"author":{"gitId":"-"},"content":""},{"lineNumber":241,"author":{"gitId":"-"},"content":" .card-title * {"},{"lineNumber":242,"author":{"gitId":"-"},"content":" margin-bottom: 0 !important;"},{"lineNumber":243,"author":{"gitId":"-"},"content":" }"},{"lineNumber":244,"author":{"gitId":"-"},"content":""},{"lineNumber":245,"author":{"gitId":"-"},"content":" .caret-wrapper {"},{"lineNumber":246,"author":{"gitId":"-"},"content":" float: left;"},{"lineNumber":247,"author":{"gitId":"-"},"content":" width: 32px;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" }"},{"lineNumber":249,"author":{"gitId":"-"},"content":""},{"lineNumber":250,"author":{"gitId":"-"},"content":" .minimal-caret-wrapper {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":252,"author":{"gitId":"-"},"content":" font-size: 13px;"},{"lineNumber":253,"author":{"gitId":"-"},"content":" margin-right: 5px;"},{"lineNumber":254,"author":{"gitId":"-"},"content":" }"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":" .header-wrapper {"},{"lineNumber":257,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":258,"author":{"gitId":"-"},"content":" width: calc(100% - 32px - 96px);"},{"lineNumber":259,"author":{"gitId":"-"},"content":" transition: 0.5s opacity;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" }"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":" .header-transparent {"},{"lineNumber":263,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":264,"author":{"gitId":"-"},"content":" }"},{"lineNumber":265,"author":{"gitId":"-"},"content":""},{"lineNumber":266,"author":{"gitId":"-"},"content":" .button-wrapper {"},{"lineNumber":267,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":268,"author":{"gitId":"-"},"content":" width: 96px;"},{"lineNumber":269,"author":{"gitId":"-"},"content":" }"},{"lineNumber":270,"author":{"gitId":"-"},"content":""},{"lineNumber":271,"author":{"gitId":"-"},"content":" .header-toggle {"},{"lineNumber":272,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":273,"author":{"gitId":"-"},"content":" }"},{"lineNumber":274,"author":{"gitId":"-"},"content":""},{"lineNumber":275,"author":{"gitId":"-"},"content":" .expandable-card {"},{"lineNumber":276,"author":{"gitId":"-"},"content":" margin-bottom: 0 !important;"},{"lineNumber":277,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":278,"author":{"gitId":"-"},"content":" }"},{"lineNumber":279,"author":{"gitId":"-"},"content":""},{"lineNumber":280,"author":{"gitId":"-"},"content":" .card-collapse \u003e hr {"},{"lineNumber":281,"author":{"gitId":"-"},"content":" margin-top: 0;"},{"lineNumber":282,"author":{"gitId":"-"},"content":" }"},{"lineNumber":283,"author":{"gitId":"-"},"content":""},{"lineNumber":284,"author":{"gitId":"-"},"content":" .card-group \u003e .card-container \u003e .expandable-card {"},{"lineNumber":285,"author":{"gitId":"-"},"content":" margin-top: 0 !important;"},{"lineNumber":286,"author":{"gitId":"-"},"content":" }"},{"lineNumber":287,"author":{"gitId":"-"},"content":""},{"lineNumber":288,"author":{"gitId":"-"},"content":" .bottom-button-wrapper {"},{"lineNumber":289,"author":{"gitId":"-"},"content":" padding-bottom: 13px;"},{"lineNumber":290,"author":{"gitId":"-"},"content":" margin-bottom: 13px;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .bottom-button-wrapper \u003e .collapse-button {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" opacity: 0.2;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" }"},{"lineNumber":297,"author":{"gitId":"-"},"content":""},{"lineNumber":298,"author":{"gitId":"-"},"content":" .bottom-button-wrapper \u003e .collapse-button:hover {"},{"lineNumber":299,"author":{"gitId":"-"},"content":" opacity: 1;"},{"lineNumber":300,"author":{"gitId":"-"},"content":" }"},{"lineNumber":301,"author":{"gitId":"-"},"content":""},{"lineNumber":302,"author":{"gitId":"-"},"content":" .close-button {"},{"lineNumber":303,"author":{"gitId":"-"},"content":" font-size: 10px !important;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":305,"author":{"gitId":"-"},"content":" padding: 3px 8px !important;"},{"lineNumber":306,"author":{"gitId":"-"},"content":" margin-left: 3px;"},{"lineNumber":307,"author":{"gitId":"-"},"content":" margin-top: 2px;"},{"lineNumber":308,"author":{"gitId":"-"},"content":" }"},{"lineNumber":309,"author":{"gitId":"-"},"content":""},{"lineNumber":310,"author":{"gitId":"-"},"content":" .popup-button {"},{"lineNumber":311,"author":{"gitId":"-"},"content":" font-size: 10px !important;"},{"lineNumber":312,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":313,"author":{"gitId":"-"},"content":" margin-top: 2px;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" padding: 3px 8px !important;"},{"lineNumber":315,"author":{"gitId":"-"},"content":" }"},{"lineNumber":316,"author":{"gitId":"-"},"content":""},{"lineNumber":317,"author":{"gitId":"-"},"content":" .morph {"},{"lineNumber":318,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":319,"author":{"gitId":"-"},"content":" }"},{"lineNumber":320,"author":{"gitId":"-"},"content":""},{"lineNumber":321,"author":{"gitId":"-"},"content":" .morph-display-wrapper {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" margin-top: 5px;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":324,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":325,"author":{"gitId":"-"},"content":" }"},{"lineNumber":326,"author":{"gitId":"-"},"content":""},{"lineNumber":327,"author":{"gitId":"-"},"content":" /* Bootstrap extra small(xs) responsive breakpoint */"},{"lineNumber":328,"author":{"gitId":"LamJiuFong"},"content":" @media (width \u003c\u003d 575.98px) {"},{"lineNumber":329,"author":{"gitId":"-"},"content":" .header-wrapper {"},{"lineNumber":330,"author":{"gitId":"-"},"content":" display: inline-block;"},{"lineNumber":331,"author":{"gitId":"-"},"content":" width: calc(100% - 32px - 32px);"},{"lineNumber":332,"author":{"gitId":"-"},"content":" }"},{"lineNumber":333,"author":{"gitId":"-"},"content":""},{"lineNumber":334,"author":{"gitId":"-"},"content":" .button-wrapper {"},{"lineNumber":335,"author":{"gitId":"-"},"content":" float: right;"},{"lineNumber":336,"author":{"gitId":"-"},"content":" width: 32px;"},{"lineNumber":337,"author":{"gitId":"-"},"content":" }"},{"lineNumber":338,"author":{"gitId":"-"},"content":""},{"lineNumber":339,"author":{"gitId":"-"},"content":" .card-body {"},{"lineNumber":340,"author":{"gitId":"-"},"content":" padding: 0.5rem;"},{"lineNumber":341,"author":{"gitId":"-"},"content":" }"},{"lineNumber":342,"author":{"gitId":"-"},"content":""},{"lineNumber":343,"author":{"gitId":"-"},"content":" .card-collapse \u003e hr {"},{"lineNumber":344,"author":{"gitId":"-"},"content":" margin-top: 0.5rem;"},{"lineNumber":345,"author":{"gitId":"-"},"content":" }"},{"lineNumber":346,"author":{"gitId":"-"},"content":""},{"lineNumber":347,"author":{"gitId":"-"},"content":" .card-header {"},{"lineNumber":348,"author":{"gitId":"-"},"content":" padding: 0.5rem;"},{"lineNumber":349,"author":{"gitId":"-"},"content":" }"},{"lineNumber":350,"author":{"gitId":"-"},"content":" }"},{"lineNumber":351,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":1,"-":350}},{"path":"packages/vue-components/src/questions/QOption.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003c!-- Mcq (radio) option --\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":4,"author":{"gitId":"-"},"content":" v-if\u003d\"qOptionType \u003d\u003d\u003d \u0027mcq\u0027\""},{"lineNumber":5,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027form-control\u0027, hintClass]\""},{"lineNumber":6,"author":{"gitId":"-"},"content":" @click\u003d\"toggleRadioOn\""},{"lineNumber":7,"author":{"gitId":"-"},"content":" @mouseover\u003d\"hover \u003d true\""},{"lineNumber":8,"author":{"gitId":"-"},"content":" @mouseleave\u003d\"hover \u003d false\""},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027row\u0027, { \u0027disabled\u0027: qState.answered }]\"\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-auto p-0\"\u003e"},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003csvg viewBox\u003d\"0 0 100 100\" class\u003d\"radio-svg\"\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":14,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":15,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":16,"author":{"gitId":"-"},"content":" r\u003d\"47\""},{"lineNumber":17,"author":{"gitId":"-"},"content":" fill\u003d\"none\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" stroke\u003d\"black\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" stroke-width\u003d\"4\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":22,"author":{"gitId":"-"},"content":" v-show\u003d\"selected\""},{"lineNumber":23,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":24,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":25,"author":{"gitId":"-"},"content":" r\u003d\"25\""},{"lineNumber":26,"author":{"gitId":"-"},"content":" fill\u003d\"dodgerblue\""},{"lineNumber":27,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003c/svg\u003e"},{"lineNumber":29,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":30,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col content\"\u003e"},{"lineNumber":31,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-1\"\u003e"},{"lineNumber":34,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\"\u003e"},{"lineNumber":35,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":36,"author":{"gitId":"-"},"content":" v-if\u003d\"correct\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":41,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":42,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger\""},{"lineNumber":43,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":47,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":48,"author":{"gitId":"-"},"content":""},{"lineNumber":49,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered \u0026\u0026 $scopedSlots.reason\"\u003e"},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"reason\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"reason\"\u003e\u003c/slot\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":""},{"lineNumber":57,"author":{"gitId":"-"},"content":" \u003c!-- Checkbox option --\u003e"},{"lineNumber":58,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":59,"author":{"gitId":"-"},"content":" v-else-if\u003d\"qOptionType \u003d\u003d\u003d \u0027checkbox\u0027\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027form-control\u0027, hintClass]\""},{"lineNumber":61,"author":{"gitId":"-"},"content":" @click\u003d\"toggleCheckbox\""},{"lineNumber":62,"author":{"gitId":"-"},"content":" @mouseover\u003d\"hover \u003d true\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" @mouseleave\u003d\"hover \u003d false\""},{"lineNumber":64,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":65,"author":{"gitId":"-"},"content":" \u003clabel :class\u003d\"[\u0027row\u0027, \u0027checkbox-label\u0027, \u0027m-0\u0027, { \u0027disabled\u0027: qState.answered }]\" @click.stop\u003e"},{"lineNumber":66,"author":{"gitId":"-"},"content":" \u003cinput"},{"lineNumber":67,"author":{"gitId":"-"},"content":" v-model\u003d\"selected\""},{"lineNumber":68,"author":{"gitId":"-"},"content":" class\u003d\"checkbox\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" :disabled\u003d\"qState.answered\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" type\u003d\"checkbox\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" onclick\u003d\"event.stopPropagation()\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":73,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col content\"\u003e"},{"lineNumber":74,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":75,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-auto\"\u003e"},{"lineNumber":77,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\"\u003e"},{"lineNumber":78,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":79,"author":{"gitId":"-"},"content":" v-if\u003d\"correct\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":81,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":84,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":85,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger\""},{"lineNumber":86,"author":{"gitId":"-"},"content":" :class\u003d\"{ \u0027align-bottom\u0027: $scopedSlots.reason }\""},{"lineNumber":87,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":88,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":89,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003c/label\u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":""},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered \u0026\u0026 $scopedSlots.reason\"\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"reason\"\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"reason\"\u003e\u003c/slot\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":99,"author":{"gitId":"-"},"content":""},{"lineNumber":100,"author":{"gitId":"-"},"content":" \u003c!-- blanks option --\u003e"},{"lineNumber":101,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":102,"author":{"gitId":"-"},"content":" v-else-if\u003d\"qOptionType \u003d\u003d\u003d \u0027blanks\u0027\""},{"lineNumber":103,"author":{"gitId":"-"},"content":" :class\u003d\"[\u0027form-control\u0027, \u0027blanks-form-control\u0027, hintClass]\""},{"lineNumber":104,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":105,"author":{"gitId":"-"},"content":" \u003clabel :class\u003d\"[\u0027row\u0027, \u0027m-0\u0027, { \u0027disabled\u0027: qState.answered }]\" @click.stop\u003e"},{"lineNumber":106,"author":{"gitId":"-"},"content":" \u003cinput"},{"lineNumber":107,"author":{"gitId":"-"},"content":" v-model\u003d\"inputText\""},{"lineNumber":108,"author":{"gitId":"-"},"content":" class\u003d\"form-control\""},{"lineNumber":109,"author":{"gitId":"-"},"content":" :disabled\u003d\"qState.answered\""},{"lineNumber":110,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":111,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"col-auto\"\u003e"},{"lineNumber":112,"author":{"gitId":"-"},"content":" \u003c!-- for when question is answered --\u003e"},{"lineNumber":113,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\"\u003e"},{"lineNumber":114,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":115,"author":{"gitId":"-"},"content":" v-if\u003d\"ansIsCorrect\""},{"lineNumber":116,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":117,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":118,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":119,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":120,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger blanks-cross\""},{"lineNumber":121,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":122,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":123,"author":{"gitId":"-"},"content":""},{"lineNumber":124,"author":{"gitId":"-"},"content":" \u003c!-- for when question is not answered and intermediate result is enabled --\u003e"},{"lineNumber":125,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"isIntermediateResult()\"\u003e"},{"lineNumber":126,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":127,"author":{"gitId":"-"},"content":" v-if\u003d\"ansIsCorrect\""},{"lineNumber":128,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-check text-success\""},{"lineNumber":129,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":130,"author":{"gitId":"-"},"content":" \u003ci"},{"lineNumber":131,"author":{"gitId":"-"},"content":" v-else"},{"lineNumber":132,"author":{"gitId":"-"},"content":" class\u003d\"fa fa-times text-danger blanks-cross\""},{"lineNumber":133,"author":{"gitId":"-"},"content":" \u003e\u003c/i\u003e"},{"lineNumber":134,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":135,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":136,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered\" class\u003d\"col-auto blanks-keywords\"\u003e"},{"lineNumber":137,"author":{"gitId":"-"},"content":" \u003cstrong v-if\u003d\"keywordsSplitTrimmed().length\"\u003e"},{"lineNumber":138,"author":{"gitId":"-"},"content":" Keywords:\u0026nbsp;"},{"lineNumber":139,"author":{"gitId":"-"},"content":" \u003cspan"},{"lineNumber":140,"author":{"gitId":"-"},"content":" v-for\u003d\"keyword in keywordsSplitTrimmed()\""},{"lineNumber":141,"author":{"gitId":"-"},"content":" :key\u003d\"keyword\""},{"lineNumber":142,"author":{"gitId":"-"},"content":" class\u003d\"badge rounded-pill bg-light text-dark fw-normal\""},{"lineNumber":143,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":144,"author":{"gitId":"-"},"content":" {{ keyword }}"},{"lineNumber":145,"author":{"gitId":"-"},"content":" \u003c/span\u003e"},{"lineNumber":146,"author":{"gitId":"-"},"content":" \u003c/strong\u003e"},{"lineNumber":147,"author":{"gitId":"-"},"content":" \u003cstrong v-else\u003eNo answer checking keywords provided\u003c/strong\u003e"},{"lineNumber":148,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":149,"author":{"gitId":"-"},"content":" \u003c/label\u003e"},{"lineNumber":150,"author":{"gitId":"-"},"content":""},{"lineNumber":151,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"qState.answered \u0026\u0026 $scopedSlots.reason\"\u003e"},{"lineNumber":152,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"reason blanks-reason\"\u003e"},{"lineNumber":153,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"reason\"\u003e\u003c/slot\u003e"},{"lineNumber":154,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":155,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":156,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":157,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":158,"author":{"gitId":"-"},"content":""},{"lineNumber":159,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":160,"author":{"gitId":"-"},"content":"import { STATE_WRONG } from \u0027./QuestionConstants\u0027;"},{"lineNumber":161,"author":{"gitId":"-"},"content":""},{"lineNumber":162,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":163,"author":{"gitId":"-"},"content":" name: \u0027McqOption\u0027,"},{"lineNumber":164,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":165,"author":{"gitId":"-"},"content":" correct: {"},{"lineNumber":166,"author":{"gitId":"-"},"content":" type: Boolean,"},{"lineNumber":167,"author":{"gitId":"-"},"content":" default: false,"},{"lineNumber":168,"author":{"gitId":"-"},"content":" },"},{"lineNumber":169,"author":{"gitId":"-"},"content":" keywords: {"},{"lineNumber":170,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":171,"author":{"gitId":"-"},"content":" default: \u0027\u0027,"},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" },"},{"lineNumber":174,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":175,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":176,"author":{"gitId":"-"},"content":" selected: false,"},{"lineNumber":177,"author":{"gitId":"-"},"content":" hover: false,"},{"lineNumber":178,"author":{"gitId":"-"},"content":" inputText: \u0027\u0027,"},{"lineNumber":179,"author":{"gitId":"-"},"content":" ansIsCorrect: false,"},{"lineNumber":180,"author":{"gitId":"-"},"content":" };"},{"lineNumber":181,"author":{"gitId":"-"},"content":" },"},{"lineNumber":182,"author":{"gitId":"-"},"content":" inject: {"},{"lineNumber":183,"author":{"gitId":"-"},"content":" answers: {"},{"lineNumber":184,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":185,"author":{"gitId":"-"},"content":" },"},{"lineNumber":186,"author":{"gitId":"-"},"content":" qOptionType: {"},{"lineNumber":187,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":188,"author":{"gitId":"-"},"content":" },"},{"lineNumber":189,"author":{"gitId":"-"},"content":" qState: {"},{"lineNumber":190,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":191,"author":{"gitId":"-"},"content":" },"},{"lineNumber":192,"author":{"gitId":"-"},"content":" noIntermediateResult: {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" default: undefined,"},{"lineNumber":194,"author":{"gitId":"-"},"content":" },"},{"lineNumber":195,"author":{"gitId":"-"},"content":" },"},{"lineNumber":196,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":197,"author":{"gitId":"-"},"content":" hintClass() {"},{"lineNumber":198,"author":{"gitId":"-"},"content":" if (this.qState.answered) {"},{"lineNumber":199,"author":{"gitId":"-"},"content":" return this.correct ? \u0027success\u0027 : \u0027danger\u0027;"},{"lineNumber":200,"author":{"gitId":"-"},"content":" }"},{"lineNumber":201,"author":{"gitId":"-"},"content":""},{"lineNumber":202,"author":{"gitId":"-"},"content":" return (this.selected || this.hover) ? \u0027alert-light text-dark border border-secondary\u0027 : \u0027\u0027;"},{"lineNumber":203,"author":{"gitId":"-"},"content":" },"},{"lineNumber":204,"author":{"gitId":"-"},"content":" answeredCorrectly() {"},{"lineNumber":205,"author":{"gitId":"-"},"content":" return (this.correct \u0026\u0026 this.selected) || (!this.correct \u0026\u0026 !this.selected);"},{"lineNumber":206,"author":{"gitId":"-"},"content":" },"},{"lineNumber":207,"author":{"gitId":"-"},"content":" },"},{"lineNumber":208,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":209,"author":{"gitId":"-"},"content":" checkAnswer() {"},{"lineNumber":210,"author":{"gitId":"-"},"content":" let ansIsCorrect \u003d false;"},{"lineNumber":211,"author":{"gitId":"-"},"content":" const lowerCasedText \u003d this.inputText.toLowerCase().trim();"},{"lineNumber":212,"author":{"gitId":"-"},"content":" const keywords \u003d this.keywords.toLowerCase().split(\u0027,\u0027).filter(keyword \u003d\u003e keyword.trim() !\u003d\u003d \u0027\u0027);"},{"lineNumber":213,"author":{"gitId":"-"},"content":" if (!this.keywords.length) {"},{"lineNumber":214,"author":{"gitId":"-"},"content":" ansIsCorrect \u003d true;"},{"lineNumber":215,"author":{"gitId":"-"},"content":" }"},{"lineNumber":216,"author":{"gitId":"-"},"content":" for (let i \u003d 0; i \u003c keywords.length; i +\u003d 1) {"},{"lineNumber":217,"author":{"gitId":"-"},"content":" if (lowerCasedText \u003d\u003d\u003d keywords[i].trim()) {"},{"lineNumber":218,"author":{"gitId":"-"},"content":" ansIsCorrect \u003d true;"},{"lineNumber":219,"author":{"gitId":"-"},"content":" break;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" }"},{"lineNumber":221,"author":{"gitId":"-"},"content":" }"},{"lineNumber":222,"author":{"gitId":"-"},"content":" this.ansIsCorrect \u003d ansIsCorrect;"},{"lineNumber":223,"author":{"gitId":"-"},"content":" },"},{"lineNumber":224,"author":{"gitId":"-"},"content":" isIntermediateResult() {"},{"lineNumber":225,"author":{"gitId":"-"},"content":" return !this.noIntermediateResult \u0026\u0026 this.qState.state \u003d\u003d\u003d STATE_WRONG \u0026\u0026 !this.qState.answered;"},{"lineNumber":226,"author":{"gitId":"-"},"content":" },"},{"lineNumber":227,"author":{"gitId":"-"},"content":" isBlanksQuestion() {"},{"lineNumber":228,"author":{"gitId":"-"},"content":" return this.type \u003d\u003d\u003d \u0027blanks\u0027;"},{"lineNumber":229,"author":{"gitId":"-"},"content":" },"},{"lineNumber":230,"author":{"gitId":"-"},"content":" keywordsSplitTrimmed() {"},{"lineNumber":231,"author":{"gitId":"-"},"content":" return this.keywords.split(\u0027,\u0027).filter(keyword \u003d\u003e keyword.trim() !\u003d\u003d \u0027\u0027);"},{"lineNumber":232,"author":{"gitId":"-"},"content":" },"},{"lineNumber":233,"author":{"gitId":"-"},"content":" toggleRadioOn() {"},{"lineNumber":234,"author":{"gitId":"-"},"content":" if (this.qState.answered || this.selected) {"},{"lineNumber":235,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":236,"author":{"gitId":"-"},"content":" }"},{"lineNumber":237,"author":{"gitId":"-"},"content":""},{"lineNumber":238,"author":{"gitId":"-"},"content":" this.answers.forEach((answer) \u003d\u003e {"},{"lineNumber":239,"author":{"gitId":"-"},"content":" answer.selected \u003d false;"},{"lineNumber":240,"author":{"gitId":"-"},"content":" });"},{"lineNumber":241,"author":{"gitId":"-"},"content":" this.selected \u003d true;"},{"lineNumber":242,"author":{"gitId":"-"},"content":" },"},{"lineNumber":243,"author":{"gitId":"-"},"content":" toggleCheckbox() {"},{"lineNumber":244,"author":{"gitId":"-"},"content":" if (this.qState.answered) {"},{"lineNumber":245,"author":{"gitId":"-"},"content":" return;"},{"lineNumber":246,"author":{"gitId":"-"},"content":" }"},{"lineNumber":247,"author":{"gitId":"-"},"content":" this.selected \u003d !this.selected;"},{"lineNumber":248,"author":{"gitId":"-"},"content":" },"},{"lineNumber":249,"author":{"gitId":"-"},"content":" },"},{"lineNumber":250,"author":{"gitId":"-"},"content":" created() {"},{"lineNumber":251,"author":{"gitId":"-"},"content":" this.answers.push(this);"},{"lineNumber":252,"author":{"gitId":"-"},"content":" },"},{"lineNumber":253,"author":{"gitId":"-"},"content":"};"},{"lineNumber":254,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":255,"author":{"gitId":"-"},"content":""},{"lineNumber":256,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":257,"author":{"gitId":"-"},"content":" .fa-check,"},{"lineNumber":258,"author":{"gitId":"-"},"content":" .fa-times {"},{"lineNumber":259,"author":{"gitId":"-"},"content":" font-size: 1.2em;"},{"lineNumber":260,"author":{"gitId":"-"},"content":" }"},{"lineNumber":261,"author":{"gitId":"-"},"content":""},{"lineNumber":262,"author":{"gitId":"-"},"content":" /* For accomodating block markdown nicely */"},{"lineNumber":263,"author":{"gitId":"-"},"content":" .reason :last-child,"},{"lineNumber":264,"author":{"gitId":"-"},"content":" .content :last-child {"},{"lineNumber":265,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":266,"author":{"gitId":"-"},"content":" }"},{"lineNumber":267,"author":{"gitId":"-"},"content":""},{"lineNumber":268,"author":{"gitId":"-"},"content":" .reason {"},{"lineNumber":269,"author":{"gitId":"-"},"content":" padding: 0 0.5rem;"},{"lineNumber":270,"author":{"gitId":"-"},"content":" }"},{"lineNumber":271,"author":{"gitId":"-"},"content":""},{"lineNumber":272,"author":{"gitId":"-"},"content":" .checkbox-label {"},{"lineNumber":273,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":274,"author":{"gitId":"-"},"content":" }"},{"lineNumber":275,"author":{"gitId":"-"},"content":""},{"lineNumber":276,"author":{"gitId":"-"},"content":" .form-control {"},{"lineNumber":277,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":278,"author":{"gitId":"-"},"content":" margin-bottom: 10px;"},{"lineNumber":279,"author":{"gitId":"-"},"content":" cursor: pointer;"},{"lineNumber":280,"author":{"gitId":"-"},"content":" }"},{"lineNumber":281,"author":{"gitId":"-"},"content":""},{"lineNumber":282,"author":{"gitId":"-"},"content":" .form-control.success,"},{"lineNumber":283,"author":{"gitId":"-"},"content":" .form-control.success \u003e .checkbox-label,"},{"lineNumber":284,"author":{"gitId":"-"},"content":" .form-control.danger,"},{"lineNumber":285,"author":{"gitId":"-"},"content":" .form-control.danger \u003e .checkbox-label {"},{"lineNumber":286,"author":{"gitId":"-"},"content":" cursor: default;"},{"lineNumber":287,"author":{"gitId":"-"},"content":" }"},{"lineNumber":288,"author":{"gitId":"-"},"content":""},{"lineNumber":289,"author":{"gitId":"-"},"content":" .disabled {"},{"lineNumber":290,"author":{"gitId":"-"},"content":" opacity: 0.9;"},{"lineNumber":291,"author":{"gitId":"-"},"content":" }"},{"lineNumber":292,"author":{"gitId":"-"},"content":""},{"lineNumber":293,"author":{"gitId":"-"},"content":" .radio-svg {"},{"lineNumber":294,"author":{"gitId":"-"},"content":" width: 1em;"},{"lineNumber":295,"author":{"gitId":"-"},"content":" height: 1em;"},{"lineNumber":296,"author":{"gitId":"-"},"content":" vertical-align: text-top;"},{"lineNumber":297,"author":{"gitId":"-"},"content":" }"},{"lineNumber":298,"author":{"gitId":"-"},"content":""},{"lineNumber":299,"author":{"gitId":"-"},"content":" .checkbox {"},{"lineNumber":300,"author":{"gitId":"-"},"content":" width: 1em;"},{"lineNumber":301,"author":{"gitId":"-"},"content":" height: 1em;"},{"lineNumber":302,"author":{"gitId":"-"},"content":" margin-right: 5px;"},{"lineNumber":303,"author":{"gitId":"-"},"content":" vertical-align: middle;"},{"lineNumber":304,"author":{"gitId":"-"},"content":" }"},{"lineNumber":305,"author":{"gitId":"-"},"content":""},{"lineNumber":306,"author":{"gitId":"-"},"content":" .row {"},{"lineNumber":307,"author":{"gitId":"LamJiuFong"},"content":" margin: 0.2rem 0 0;"},{"lineNumber":308,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":309,"author":{"gitId":"-"},"content":" }"},{"lineNumber":310,"author":{"gitId":"-"},"content":""},{"lineNumber":311,"author":{"gitId":"-"},"content":" /* for blanks question type */"},{"lineNumber":312,"author":{"gitId":"-"},"content":" input.form-control {"},{"lineNumber":313,"author":{"gitId":"-"},"content":" height: auto;"},{"lineNumber":314,"author":{"gitId":"-"},"content":" min-height: 20px;"},{"lineNumber":315,"author":{"gitId":"-"},"content":" margin-bottom: 0;"},{"lineNumber":316,"author":{"gitId":"-"},"content":" width: 50%;"},{"lineNumber":317,"author":{"gitId":"-"},"content":" cursor: text;"},{"lineNumber":318,"author":{"gitId":"-"},"content":" }"},{"lineNumber":319,"author":{"gitId":"-"},"content":""},{"lineNumber":320,"author":{"gitId":"-"},"content":" input.form-control:disabled,"},{"lineNumber":321,"author":{"gitId":"-"},"content":" .blanks-keywords {"},{"lineNumber":322,"author":{"gitId":"-"},"content":" margin-bottom: 0.5rem;"},{"lineNumber":323,"author":{"gitId":"-"},"content":" }"},{"lineNumber":324,"author":{"gitId":"-"},"content":""},{"lineNumber":325,"author":{"gitId":"-"},"content":" .blanks-form-control {"},{"lineNumber":326,"author":{"gitId":"-"},"content":" border: none;"},{"lineNumber":327,"author":{"gitId":"-"},"content":" cursor: default;"},{"lineNumber":328,"author":{"gitId":"-"},"content":" }"},{"lineNumber":329,"author":{"gitId":"-"},"content":""},{"lineNumber":330,"author":{"gitId":"-"},"content":" .blanks-cross {"},{"lineNumber":331,"author":{"gitId":"-"},"content":" margin-right: 3px;"},{"lineNumber":332,"author":{"gitId":"-"},"content":" margin-left: 3px;"},{"lineNumber":333,"author":{"gitId":"-"},"content":" }"},{"lineNumber":334,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":1,"-":333}},{"path":"packages/vue-components/src/questions/Quiz.vue","fileType":"vue","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"\u003ctemplate\u003e"},{"lineNumber":2,"author":{"gitId":"-"},"content":" \u003cdiv :class\u003d\"[\u0027quiz-container\u0027, addClass]\"\u003e"},{"lineNumber":3,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"intro-outro-card\" @after-leave\u003d\"showFirstQuestion\"\u003e"},{"lineNumber":4,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"state \u003d\u003d\u003d 3\" class\u003d\"card intro-outro-card\"\u003e"},{"lineNumber":5,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":6,"author":{"gitId":"-"},"content":" \u003cslot name\u003d\"intro\"\u003e"},{"lineNumber":7,"author":{"gitId":"-"},"content":" \u003ch4\u003e"},{"lineNumber":8,"author":{"gitId":"-"},"content":" Click start to begin"},{"lineNumber":9,"author":{"gitId":"-"},"content":" \u003c/h4\u003e"},{"lineNumber":10,"author":{"gitId":"-"},"content":" \u003c/slot\u003e"},{"lineNumber":11,"author":{"gitId":"-"},"content":""},{"lineNumber":12,"author":{"gitId":"-"},"content":" \u003ch5\u003e{{ questions.length }} questions\u003c/h5\u003e"},{"lineNumber":13,"author":{"gitId":"-"},"content":""},{"lineNumber":14,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":15,"author":{"gitId":"-"},"content":""},{"lineNumber":16,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":17,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":18,"author":{"gitId":"-"},"content":" class\u003d\"btn btn-primary d-inline-block\""},{"lineNumber":19,"author":{"gitId":"-"},"content":" @click\u003d\"begin\""},{"lineNumber":20,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":21,"author":{"gitId":"-"},"content":" Start"},{"lineNumber":22,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":23,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":24,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":25,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":26,"author":{"gitId":"-"},"content":""},{"lineNumber":27,"author":{"gitId":"-"},"content":" \u003ctransition name\u003d\"intro-outro-card\"\u003e"},{"lineNumber":28,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":29,"author":{"gitId":"-"},"content":" v-show\u003d\"state \u003d\u003d\u003d 4\""},{"lineNumber":30,"author":{"gitId":"-"},"content":" class\u003d\"progress intro-outro-card\""},{"lineNumber":31,"author":{"gitId":"-"},"content":" style\u003d\"height: 1px;\""},{"lineNumber":32,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":33,"author":{"gitId":"-"},"content":" \u003cdiv"},{"lineNumber":34,"author":{"gitId":"-"},"content":" class\u003d\"progress-bar progress-bar-z\""},{"lineNumber":35,"author":{"gitId":"-"},"content":" role\u003d\"progressbar\""},{"lineNumber":36,"author":{"gitId":"-"},"content":" :style\u003d\"{ width: `${currentQuestion / questions.length * 100}%` }\""},{"lineNumber":37,"author":{"gitId":"-"},"content":" aria-valuemin\u003d\"0\""},{"lineNumber":38,"author":{"gitId":"-"},"content":" :aria-valuemax\u003d\"questions.length\""},{"lineNumber":39,"author":{"gitId":"-"},"content":" :aria-valuenow\u003d\"currentQuestion\""},{"lineNumber":40,"author":{"gitId":"-"},"content":" \u003e\u003c/div\u003e"},{"lineNumber":41,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":42,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":43,"author":{"gitId":"-"},"content":""},{"lineNumber":44,"author":{"gitId":"-"},"content":" \u003cslot\u003e\u003c/slot\u003e"},{"lineNumber":45,"author":{"gitId":"-"},"content":""},{"lineNumber":46,"author":{"gitId":"-"},"content":" \u003ctransition"},{"lineNumber":47,"author":{"gitId":"-"},"content":" name\u003d\"intro-outro-card\""},{"lineNumber":48,"author":{"gitId":"-"},"content":" @after-enter\u003d\"setScoreCircleStyles\""},{"lineNumber":49,"author":{"gitId":"-"},"content":" @after-leave\u003d\"showFirstQuestion\""},{"lineNumber":50,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":51,"author":{"gitId":"-"},"content":" \u003cdiv v-if\u003d\"state \u003d\u003d\u003d 5\" class\u003d\"card intro-outro-card\"\u003e"},{"lineNumber":52,"author":{"gitId":"-"},"content":" \u003cdiv class\u003d\"card-body\"\u003e"},{"lineNumber":53,"author":{"gitId":"-"},"content":" \u003ch4 class\u003d\"mb-3\"\u003e"},{"lineNumber":54,"author":{"gitId":"-"},"content":" {{ scoreText }}"},{"lineNumber":55,"author":{"gitId":"-"},"content":" \u003c/h4\u003e"},{"lineNumber":56,"author":{"gitId":"-"},"content":" \u003csvg"},{"lineNumber":57,"author":{"gitId":"-"},"content":" viewBox\u003d\"0 0 100 100\""},{"lineNumber":58,"author":{"gitId":"-"},"content":" width\u003d\"120px\""},{"lineNumber":59,"author":{"gitId":"-"},"content":" height\u003d\"120px\""},{"lineNumber":60,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":61,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":62,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":63,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":64,"author":{"gitId":"-"},"content":" r\u003d\"42\""},{"lineNumber":65,"author":{"gitId":"-"},"content":" class\u003d\"score-background-circle\""},{"lineNumber":66,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":67,"author":{"gitId":"-"},"content":" \u003ccircle"},{"lineNumber":68,"author":{"gitId":"-"},"content":" ref\u003d\"score\""},{"lineNumber":69,"author":{"gitId":"-"},"content":" cx\u003d\"50\""},{"lineNumber":70,"author":{"gitId":"-"},"content":" cy\u003d\"50\""},{"lineNumber":71,"author":{"gitId":"-"},"content":" r\u003d\"42\""},{"lineNumber":72,"author":{"gitId":"-"},"content":" transform\u003d\"rotate(-90, 50, 50)\""},{"lineNumber":73,"author":{"gitId":"-"},"content":" class\u003d\"score-circle\""},{"lineNumber":74,"author":{"gitId":"-"},"content":" stroke-dashoffset\u003d\"264\""},{"lineNumber":75,"author":{"gitId":"-"},"content":" /\u003e"},{"lineNumber":76,"author":{"gitId":"-"},"content":" \u003ctext"},{"lineNumber":77,"author":{"gitId":"-"},"content":" class\u003d\"score\""},{"lineNumber":78,"author":{"gitId":"-"},"content":" x\u003d\"22\""},{"lineNumber":79,"author":{"gitId":"-"},"content":" y\u003d\"57\""},{"lineNumber":80,"author":{"gitId":"-"},"content":" textLength\u003d\"56\""},{"lineNumber":81,"author":{"gitId":"-"},"content":" \u003e{{ score }} / {{ questions.length }}\u003c/text\u003e"},{"lineNumber":82,"author":{"gitId":"-"},"content":" \u003c/svg\u003e"},{"lineNumber":83,"author":{"gitId":"-"},"content":""},{"lineNumber":84,"author":{"gitId":"-"},"content":" \u003chr /\u003e"},{"lineNumber":85,"author":{"gitId":"-"},"content":""},{"lineNumber":86,"author":{"gitId":"-"},"content":" \u003cbutton"},{"lineNumber":87,"author":{"gitId":"-"},"content":" type\u003d\"button\""},{"lineNumber":88,"author":{"gitId":"-"},"content":" class\u003d\"btn btn-outline-primary\""},{"lineNumber":89,"author":{"gitId":"-"},"content":" @click\u003d\"begin\""},{"lineNumber":90,"author":{"gitId":"-"},"content":" \u003e"},{"lineNumber":91,"author":{"gitId":"-"},"content":" Retry"},{"lineNumber":92,"author":{"gitId":"-"},"content":" \u003c/button\u003e"},{"lineNumber":93,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":94,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":95,"author":{"gitId":"-"},"content":" \u003c/transition\u003e"},{"lineNumber":96,"author":{"gitId":"-"},"content":" \u003c/div\u003e"},{"lineNumber":97,"author":{"gitId":"-"},"content":"\u003c/template\u003e"},{"lineNumber":98,"author":{"gitId":"-"},"content":""},{"lineNumber":99,"author":{"gitId":"-"},"content":"\u003cscript\u003e"},{"lineNumber":100,"author":{"gitId":"-"},"content":"import {"},{"lineNumber":101,"author":{"gitId":"-"},"content":" STATE_CORRECT,"},{"lineNumber":102,"author":{"gitId":"-"},"content":"} from \u0027./QuestionConstants\u0027;"},{"lineNumber":103,"author":{"gitId":"-"},"content":""},{"lineNumber":104,"author":{"gitId":"-"},"content":"const STATE_QUIZ_FRESH \u003d 3;"},{"lineNumber":105,"author":{"gitId":"-"},"content":"const STATE_QUIZ_IN_PROGRESS \u003d 4;"},{"lineNumber":106,"author":{"gitId":"-"},"content":"const STATE_QUIZ_DONE \u003d 5;"},{"lineNumber":107,"author":{"gitId":"-"},"content":""},{"lineNumber":108,"author":{"gitId":"-"},"content":"export default {"},{"lineNumber":109,"author":{"gitId":"-"},"content":" name: \u0027Quiz\u0027,"},{"lineNumber":110,"author":{"gitId":"-"},"content":" props: {"},{"lineNumber":111,"author":{"gitId":"-"},"content":" addClass: {"},{"lineNumber":112,"author":{"gitId":"-"},"content":" type: String,"},{"lineNumber":113,"author":{"gitId":"-"},"content":" default: null,"},{"lineNumber":114,"author":{"gitId":"-"},"content":" },"},{"lineNumber":115,"author":{"gitId":"-"},"content":" },"},{"lineNumber":116,"author":{"gitId":"-"},"content":" data() {"},{"lineNumber":117,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":118,"author":{"gitId":"-"},"content":" currentQuestion: 0,"},{"lineNumber":119,"author":{"gitId":"-"},"content":" questions: [],"},{"lineNumber":120,"author":{"gitId":"-"},"content":" score: 0,"},{"lineNumber":121,"author":{"gitId":"-"},"content":" state: STATE_QUIZ_FRESH,"},{"lineNumber":122,"author":{"gitId":"-"},"content":" };"},{"lineNumber":123,"author":{"gitId":"-"},"content":" },"},{"lineNumber":124,"author":{"gitId":"-"},"content":" provide() {"},{"lineNumber":125,"author":{"gitId":"-"},"content":" return {"},{"lineNumber":126,"author":{"gitId":"-"},"content":" questions: this.questions,"},{"lineNumber":127,"author":{"gitId":"-"},"content":" gotoNextQuestion: this.gotoNextQuestion,"},{"lineNumber":128,"author":{"gitId":"-"},"content":" showNextQuestion: this.showNextQuestion,"},{"lineNumber":129,"author":{"gitId":"-"},"content":" };"},{"lineNumber":130,"author":{"gitId":"-"},"content":" },"},{"lineNumber":131,"author":{"gitId":"-"},"content":" computed: {"},{"lineNumber":132,"author":{"gitId":"-"},"content":" scoreText() {"},{"lineNumber":133,"author":{"gitId":"-"},"content":" return (this.score / this.questions.length) \u003e 0.5"},{"lineNumber":134,"author":{"gitId":"-"},"content":" ? \u0027Well done!\u0027"},{"lineNumber":135,"author":{"gitId":"-"},"content":" : \u0027Try again?\u0027;"},{"lineNumber":136,"author":{"gitId":"-"},"content":" },"},{"lineNumber":137,"author":{"gitId":"-"},"content":" },"},{"lineNumber":138,"author":{"gitId":"-"},"content":" methods: {"},{"lineNumber":139,"author":{"gitId":"-"},"content":" gotoNextQuestion() {"},{"lineNumber":140,"author":{"gitId":"-"},"content":" this.questions[this.currentQuestion - 1].hide();"},{"lineNumber":141,"author":{"gitId":"-"},"content":" this.currentQuestion +\u003d 1;"},{"lineNumber":142,"author":{"gitId":"-"},"content":" },"},{"lineNumber":143,"author":{"gitId":"-"},"content":" showNextQuestion() {"},{"lineNumber":144,"author":{"gitId":"-"},"content":" if (this.currentQuestion \u003c\u003d this.questions.length) {"},{"lineNumber":145,"author":{"gitId":"-"},"content":" this.questions[this.currentQuestion - 1].show();"},{"lineNumber":146,"author":{"gitId":"-"},"content":" } else {"},{"lineNumber":147,"author":{"gitId":"-"},"content":" this.complete();"},{"lineNumber":148,"author":{"gitId":"-"},"content":" }"},{"lineNumber":149,"author":{"gitId":"-"},"content":" },"},{"lineNumber":150,"author":{"gitId":"-"},"content":" begin() {"},{"lineNumber":151,"author":{"gitId":"-"},"content":" this.currentQuestion \u003d 1;"},{"lineNumber":152,"author":{"gitId":"-"},"content":" this.score \u003d 0;"},{"lineNumber":153,"author":{"gitId":"-"},"content":" this.state \u003d STATE_QUIZ_IN_PROGRESS;"},{"lineNumber":154,"author":{"gitId":"-"},"content":" },"},{"lineNumber":155,"author":{"gitId":"-"},"content":" showFirstQuestion() {"},{"lineNumber":156,"author":{"gitId":"-"},"content":" if (this.questions.length) {"},{"lineNumber":157,"author":{"gitId":"-"},"content":" this.questions[0].show();"},{"lineNumber":158,"author":{"gitId":"-"},"content":" }"},{"lineNumber":159,"author":{"gitId":"-"},"content":" },"},{"lineNumber":160,"author":{"gitId":"-"},"content":" reset() {"},{"lineNumber":161,"author":{"gitId":"-"},"content":" this.questions.forEach(question \u003d\u003e question.reset());"},{"lineNumber":162,"author":{"gitId":"-"},"content":" },"},{"lineNumber":163,"author":{"gitId":"-"},"content":" complete() {"},{"lineNumber":164,"author":{"gitId":"-"},"content":" this.score \u003d this.questions.filter(q \u003d\u003e q.qState.state \u003d\u003d\u003d STATE_CORRECT).length;"},{"lineNumber":165,"author":{"gitId":"-"},"content":" this.state \u003d STATE_QUIZ_DONE;"},{"lineNumber":166,"author":{"gitId":"-"},"content":" this.reset();"},{"lineNumber":167,"author":{"gitId":"-"},"content":" },"},{"lineNumber":168,"author":{"gitId":"-"},"content":" setScoreCircleStyles() {"},{"lineNumber":169,"author":{"gitId":"-"},"content":" const scoreFactor \u003d this.score / this.questions.length;"},{"lineNumber":170,"author":{"gitId":"-"},"content":" this.$refs.score.style.strokeDashoffset \u003d (1 - scoreFactor) * 264;"},{"lineNumber":171,"author":{"gitId":"-"},"content":" this.$refs.score.style.stroke \u003d \u0027#51c2f8\u0027;"},{"lineNumber":172,"author":{"gitId":"-"},"content":" },"},{"lineNumber":173,"author":{"gitId":"-"},"content":" },"},{"lineNumber":174,"author":{"gitId":"-"},"content":"};"},{"lineNumber":175,"author":{"gitId":"-"},"content":"\u003c/script\u003e"},{"lineNumber":176,"author":{"gitId":"-"},"content":""},{"lineNumber":177,"author":{"gitId":"-"},"content":"\u003cstyle scoped\u003e"},{"lineNumber":178,"author":{"gitId":"-"},"content":" .quiz-container {"},{"lineNumber":179,"author":{"gitId":"-"},"content":" overflow: hidden;"},{"lineNumber":180,"author":{"gitId":"-"},"content":" isolation: isolate;"},{"lineNumber":181,"author":{"gitId":"-"},"content":" }"},{"lineNumber":182,"author":{"gitId":"-"},"content":""},{"lineNumber":183,"author":{"gitId":"-"},"content":" .intro-outro-card {"},{"lineNumber":184,"author":{"gitId":"-"},"content":" transition: transform 0.35s ease-out, opacity 0.35s linear;"},{"lineNumber":185,"author":{"gitId":"-"},"content":" }"},{"lineNumber":186,"author":{"gitId":"-"},"content":""},{"lineNumber":187,"author":{"gitId":"-"},"content":" .intro-outro-card-enter-active,"},{"lineNumber":188,"author":{"gitId":"-"},"content":" .intro-outro-card-leave-to {"},{"lineNumber":189,"author":{"gitId":"-"},"content":" opacity: 0;"},{"lineNumber":190,"author":{"gitId":"-"},"content":" }"},{"lineNumber":191,"author":{"gitId":"-"},"content":""},{"lineNumber":192,"author":{"gitId":"-"},"content":" .intro-outro-card \u003e .card-body {"},{"lineNumber":193,"author":{"gitId":"-"},"content":" display: flex;"},{"lineNumber":194,"author":{"gitId":"-"},"content":" flex-direction: column;"},{"lineNumber":195,"author":{"gitId":"-"},"content":" align-items: center;"},{"lineNumber":196,"author":{"gitId":"-"},"content":" justify-content: center;"},{"lineNumber":197,"author":{"gitId":"-"},"content":" }"},{"lineNumber":198,"author":{"gitId":"-"},"content":""},{"lineNumber":199,"author":{"gitId":"-"},"content":" .score {"},{"lineNumber":200,"author":{"gitId":"-"},"content":" font-size: 1.4rem;"},{"lineNumber":201,"author":{"gitId":"-"},"content":" font-weight: bold;"},{"lineNumber":202,"author":{"gitId":"-"},"content":" }"},{"lineNumber":203,"author":{"gitId":"-"},"content":""},{"lineNumber":204,"author":{"gitId":"-"},"content":" .score-circle {"},{"lineNumber":205,"author":{"gitId":"-"},"content":" stroke-dasharray: 264;"},{"lineNumber":206,"author":{"gitId":"-"},"content":" fill: none;"},{"lineNumber":207,"author":{"gitId":"LamJiuFong"},"content":" stroke: rgb(132 215 255 / 80%);"},{"lineNumber":208,"author":{"gitId":"-"},"content":" stroke-width: 8;"},{"lineNumber":209,"author":{"gitId":"-"},"content":" transition: stroke-dashoffset 1.5s ease-out, stroke 1.5s linear;"},{"lineNumber":210,"author":{"gitId":"-"},"content":" }"},{"lineNumber":211,"author":{"gitId":"-"},"content":""},{"lineNumber":212,"author":{"gitId":"-"},"content":" .score-background-circle {"},{"lineNumber":213,"author":{"gitId":"-"},"content":" fill: none;"},{"lineNumber":214,"author":{"gitId":"LamJiuFong"},"content":" stroke: rgb(227 226 226 / 50%);"},{"lineNumber":215,"author":{"gitId":"-"},"content":" stroke-width: 8;"},{"lineNumber":216,"author":{"gitId":"-"},"content":" }"},{"lineNumber":217,"author":{"gitId":"-"},"content":""},{"lineNumber":218,"author":{"gitId":"-"},"content":" .btn {"},{"lineNumber":219,"author":{"gitId":"-"},"content":" border-radius: 2em;"},{"lineNumber":220,"author":{"gitId":"-"},"content":" }"},{"lineNumber":221,"author":{"gitId":"-"},"content":""},{"lineNumber":222,"author":{"gitId":"-"},"content":" .progress-bar-z {"},{"lineNumber":223,"author":{"gitId":"-"},"content":" z-index: 1;"},{"lineNumber":224,"author":{"gitId":"-"},"content":" }"},{"lineNumber":225,"author":{"gitId":"-"},"content":""},{"lineNumber":226,"author":{"gitId":"-"},"content":"\u003c/style\u003e"}],"authorContributionMap":{"LamJiuFong":2,"-":224}},{"path":"scripts/process_message.py","fileType":"py","lines":[{"lineNumber":1,"author":{"gitId":"KevinEyo1"},"content":"import json"},{"lineNumber":2,"author":{"gitId":"KevinEyo1"},"content":"import re"},{"lineNumber":3,"author":{"gitId":"KevinEyo1"},"content":"import sys"},{"lineNumber":4,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":5,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d sys.argv[1]"},{"lineNumber":6,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":7,"author":{"gitId":"KevinEyo1"},"content":"# Preprocessing the markdown content"},{"lineNumber":8,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d markdown_content.replace(\u0027`\u0027, \u0027\\\\`\u0027)"},{"lineNumber":9,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d markdown_content.replace(\u0027(\u0027, \u0027\\\\(\u0027).replace(\u0027)\u0027, \u0027\\\\)\u0027)"},{"lineNumber":10,"author":{"gitId":"KevinEyo1"},"content":"markdown_content \u003d re.sub(r\u0027\u003c!--.*?--\u003e\u0027, \u0027\u0027, markdown_content, flags\u003dre.DOTALL) # Remove HTML comments"},{"lineNumber":11,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":12,"author":{"gitId":"KevinEyo1"},"content":"print(markdown_content)"},{"lineNumber":13,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":14,"author":{"gitId":"KevinEyo1"},"content":""},{"lineNumber":15,"author":{"gitId":"KevinEyo1"},"content":""}],"authorContributionMap":{"KevinEyo1":15}}] diff --git a/markbind_markbind_master/commits.json b/markbind_markbind_master/commits.json index a393cca..82bffbb 100644 --- a/markbind_markbind_master/commits.json +++ b/markbind_markbind_master/commits.json @@ -1 +1 @@ -{"authorDailyContributionsMap":{"xenosf":[],"sopa301":[],"mingyuanc":[],"jingting1412":[{"date":"2024-01-25","commitResults":[{"hash":"613461c0ed23970046e1b17a2099ac5b2df71200","isMergeCommit":false,"messageTitle":"Replacing default icon for conversion (#2389)","messageBody":"Change default favicon for conversions","fileTypesAndContributionMap":{"js":{"insertions":24,"deletions":24},"njk":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-04","commitResults":[{"hash":"a44bdaa163ab457753e8e737711b2843dbcc9512","isMergeCommit":false,"messageTitle":"Combining syntax cheat sheet and full syntax reference pages (#2426)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":91,"deletions":142},"json":{"insertions":2,"deletions":4},"njk":{"insertions":71,"deletions":0}}}]},{"date":"2024-03-08","commitResults":[{"hash":"7d10b69845d4c3bdcaa862fd4bb1d053128d0c21","isMergeCommit":false,"messageTitle":"Add pageNav and info box to readerFacingFeatures page","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":7,"deletions":3}}}]},{"date":"2024-04-08","commitResults":[{"hash":"147899a56e5731aa08b10277cf9d9047cecb2d90","isMergeCommit":false,"messageTitle":"Add portfolio template for init command","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":593,"deletions":0},"md":{"insertions":517,"deletions":0},"js":{"insertions":91,"deletions":0},"json":{"insertions":83,"deletions":0}}}]}],"KevinEyo1":[{"date":"2024-02-24","commitResults":[{"hash":"8bac97a3f0143e39c601e34a4761a4a0669eba97","isMergeCommit":false,"messageTitle":"GitHub Actions: add check for empty commit message","messageBody":"There is no checking of proposed commit message presence.\r\n\r\nPR authors may forget to include proposed commit message.\r\n\r\nAdding a check using GitHub Actions will help remind and ensure\r\nthat authors don\u0027t miss out on filling in the commit message.\r\n\r\nLet\u0027s add a job to the a new workflow, pr-message-reminder.yml\r\nfile to help automate checking and reminding of filling in the\r\nproposed commit message for each PR.\r\n\r\nThis approach automates the process, without having to have\r\nother users check and remind PR authors themselves. Adding the\r\nnew job to a new workflow will allow greater control of job triggers\r\nwhile maintaining clean code.","fileTypesAndContributionMap":{"yml":{"insertions":39,"deletions":0},"py":{"insertions":15,"deletions":0}}}]},{"date":"2024-03-04","commitResults":[{"hash":"e6e639d23136709d0b1784d22fdc4148485252ec","isMergeCommit":false,"messageTitle":"Upgrade simple-git version (#2439)","messageBody":"simple-git version: update to latest version\r\n\r\nsimple-git was not updated. Currently used version should no\r\nlonger be used due to security advisory.\r\n\r\nUpdating it avoids newly found vulnerabilities.\r\n\r\nLet\u0027s update it to the current latest version.","fileTypesAndContributionMap":{"json":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-10","commitResults":[{"hash":"1c01cfb9351a6696b2dafafab545a868a897211e","isMergeCommit":false,"messageTitle":"UG: update wording of UG (#2440)","messageBody":"Wording might mislead readers into thinking that PageNavs\r\ncannot be used in normal pages.\r\n\r\nUpdating the wording will allow readers to know that\r\nindividual pages can also use PageNavs.\r\n\r\nLet\u0027s update the wording to be clearer and more explicit.\r\n\r\nCo-authored-by: david \u003c71922282+itsyme@users.noreply.github.com\u003e\r\n\r\n---------\r\n\r\nCo-authored-by: david \u003c71922282+itsyme@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"md":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-30","commitResults":[{"hash":"e95e5885ef9306e92adc1bc7f6228c27ed76c86c","isMergeCommit":false,"messageTitle":"Utilize GitHub Actions to check for SEMVER impact label (#2470)","messageBody":"It is easy to forget to label PRs with their SEMVER impact when\r\nmerging.\r\n\r\nAdding a workflow to automate labelling will help prevent\r\nusers from missing labels when merging.\r\n\r\nLet\u0027s check the PR body description for user selected impact,\r\nand automatically add the label to the PR when merging.\r\n\r\nThis approach allows the user to not even have to add the label\r\nthemselves.","fileTypesAndContributionMap":{"yml":{"insertions":69,"deletions":0}}},{"hash":"011808d72db7321d00db0ea2765c35999ac7525e","isMergeCommit":false,"messageTitle":"MarkBind templates: add a project-specific template (#2400)","messageBody":"MarkBind has default and minimal templates.\r\n\r\nMarkBind lacks a specific template for project documentation,\r\nlimiting its appeal to users seeking specialized starting points.\r\n\r\nCreating a new template for such users enhances MarkBind\u0027s\r\nusability by providing a tailored starting point for creating\r\nproject documentation, encouraging more users to choose\r\nMarkBind for their documentation needs.\r\n\r\nLet\u0027s add a project template option during MarkBind\r\ninitialization that generates a template specifically to project\r\ndocumentation needs, with a User Guide and Developer Guide.\r\n\r\nThis approach directly addresses the gap for specialized\r\ndocumentation templates, making MarkBind a more attractive\r\noption for project maintainers.","fileTypesAndContributionMap":{"css":{"insertions":594,"deletions":0},"md":{"insertions":838,"deletions":1},"js":{"insertions":534,"deletions":0},"json":{"insertions":205,"deletions":0}}}]},{"date":"2024-04-07","commitResults":[{"hash":"fa483439e7057b002287d4b96d017cecf99481a3","isMergeCommit":false,"messageTitle":"Add `once` attribute to custom lists so attributes only apply to current item","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":169,"deletions":1},"js":{"insertions":91,"deletions":1}}}]}],"LamJiuFong":[{"date":"2024-02-17","commitResults":[{"hash":"2647090c14283e8f108f478495c5cba4514023c4","isMergeCommit":false,"messageTitle":"Allow `markbind serve` to specify custom host #2382 (#2395)","messageBody":"Allow markbind serve to specify custom host\r\n\r\nCo-authored-by: Jiu Fong Lam \u003c\u003e","fileTypesAndContributionMap":{"md":{"insertions":5,"deletions":3},"js":{"insertions":48,"deletions":8}}}]},{"date":"2024-02-29","commitResults":[{"hash":"933655950dc65c079f911f6867b0a4d02e49f54d","isMergeCommit":false,"messageTitle":"Migrate stylelint to latest version #2292 (#2425)","messageBody":"Migrate stylelint to latest version ^16.0.0\r\nAdd devdependency \"stylelint-config-recommended-vue\"\r\nAdd plugin @stylistic/stylelint-plugin\r\nAdd dependency postcss@^8.4.35\r\nFix syntax to obey new rules\r\n\r\n---------\r\n\r\nCo-authored-by: Jiu Fong Lam \u003c\u003e","fileTypesAndContributionMap":{"css":{"insertions":72,"deletions":82},"vue":{"insertions":29,"deletions":47},"js":{"insertions":4,"deletions":3},"json":{"insertions":8,"deletions":3}}}]},{"date":"2024-03-17","commitResults":[{"hash":"371228d0a255d8b34fe24045a32692b79932fd7f","isMergeCommit":false,"messageTitle":"Add lazy property to pic and annotate","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":6,"deletions":4},"vue":{"insertions":47,"deletions":15}}}]},{"date":"2024-04-07","commitResults":[{"hash":"8ad1b0c7e1b5bc42635a83398701f256ada274f2","isMergeCommit":false,"messageTitle":"Add defer attribute to scripts in page template (#2492)","messageBody":"","fileTypesAndContributionMap":{"njk":{"insertions":4,"deletions":4}}}]}],"yiwen101":[{"date":"2024-02-12","commitResults":[{"hash":"7d9cf5a1aff00079400f020a71ad03332dc6d8f8","isMergeCommit":false,"messageTitle":"Add documentation on troubleshooting rendering markdown","messageBody":"* Update trouble shooting\r\n\r\n* Update code examples in affected presentation components\r\n\r\n* Update message for presentation component\r\n\r\n* Revert unrelated changes\r\n\r\n* Fix links\r\n\r\n* Update docs/userGuide/components/presentation.md\r\n\r\nCo-authored-by: Chan Yu Cheng \u003c77204346+yucheng11122017@users.noreply.github.com\u003e\r\n\r\n* Revert distracting changes made by formatter\r\n\r\n* Revert distracting changes by formatter2\r\n\r\n* Migrate to codeAndOutput\r\n\r\n* Updade doc\r\n\r\n* Update presentation.md\r\n\r\n* Update ug\r\n\r\n* Clean formatting error\r\n\r\n* Proof read\r\n\r\n* Improve formatting\r\n\r\n* Improve format\r\n\r\n* Improve format\r\n\r\n* Update troubleshooting.md\r\n\r\n* Update troubleshooting.md\r\n\r\n---------\r\n\r\nCo-authored-by: Chan Yu Cheng \u003c77204346+yucheng11122017@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"md":{"insertions":81,"deletions":10}}}]},{"date":"2024-02-25","commitResults":[{"hash":"ef502dbf57d5b798ec535c4d4a62f62b5dd2588f","isMergeCommit":false,"messageTitle":" Fix external styles and script not hoisted by externals (#2414)","messageBody":"Also add warning in documentation that styles in hoisted\r\nexternal will also affect the rest of the page","fileTypesAndContributionMap":{"md":{"insertions":27,"deletions":0},"json":{"insertions":13,"deletions":0},"js":{"insertions":16,"deletions":0}}}]},{"date":"2024-03-18","commitResults":[{"hash":"dd4bfd3288e02174d39005654a4891fa5d88698f","isMergeCommit":false,"messageTitle":"Fix issue of cannot import footnote from hash","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":9,"deletions":0},"js":{"insertions":10,"deletions":1}}}]},{"date":"2024-03-29","commitResults":[{"hash":"66591c50686edbeb4d1ea33d7365ea4fc363dab5","isMergeCommit":false,"messageTitle":"Implement efficient validation for hash intra-link (#2465)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":12,"deletions":12}}}]},{"date":"2024-04-04","commitResults":[{"hash":"c268733678094626ac4df26c0091d99df58c16ef","isMergeCommit":false,"messageTitle":"Fix stray space before popover and tooltip (#2486)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":5,"deletions":0},"vue":{"insertions":6,"deletions":9},"js":{"insertions":1,"deletions":1}}}]},{"date":"2024-04-09","commitResults":[{"hash":"e0e923985f3185c800ea5755bb4f6fb4fc6ff9a8","isMergeCommit":false,"messageTitle":"Support Bootstrap icons","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":16664,"deletions":0},"md":{"insertions":18,"deletions":2},"json":{"insertions":16427,"deletions":0},"js":{"insertions":22,"deletions":0},"njk":{"insertions":1,"deletions":0}}}]}],"jonasongg":[],"domoberzin":[],"asdfghjkxd":[],"yuanxi1":[],"supermii2":[],"marquestye":[],"nknguyenhc":[],"Arif-Khalid":[],"NereusWB922":[],"dishenggg":[],"MadLamprey":[],"Tim-Siu":[{"date":"2024-01-28","commitResults":[{"hash":"25326afde09843a79c4c6efb8bf0d8733844d415","isMergeCommit":false,"messageTitle":"Correct broken UG external link (#2392)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":2,"deletions":2}}}]},{"date":"2024-02-01","commitResults":[{"hash":"67ae4b134ce35eacad680850b7233e39a516b71e","isMergeCommit":false,"messageTitle":"Use a more noticeable color for highlight words in fenced code under dark theme","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":8,"deletions":8}}}]},{"date":"2024-02-28","commitResults":[{"hash":"990d6136d1103ceae3005f1fe72be920cc7a6448","isMergeCommit":false,"messageTitle":"Automatically enforce soft-wrapping and add line-numbers when code is cut off for printing","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":29,"deletions":4},"md":{"insertions":10,"deletions":0},"js":{"insertions":18,"deletions":0}}}]}]},"authorFileTypeContributionMap":{"xenosf":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"sopa301":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"mingyuanc":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"jingting1412":{"java":0,"js":115,"css":676,"json":85,"md":615,"mbd":0,"mbdf":0,"njk":72,"py":0,"vue":0,"yml":0},"KevinEyo1":{"java":0,"js":625,"css":675,"json":206,"md":1006,"mbd":0,"mbdf":0,"njk":0,"py":15,"vue":0,"yml":108},"LamJiuFong":{"java":0,"js":52,"css":71,"json":7,"md":11,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":69,"yml":0},"yiwen101":{"java":0,"js":48,"css":33384,"json":16440,"md":151,"mbd":0,"mbdf":0,"njk":1,"py":0,"vue":6,"yml":0},"jonasongg":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"domoberzin":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"asdfghjkxd":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"yuanxi1":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"supermii2":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"marquestye":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"nknguyenhc":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"Arif-Khalid":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"NereusWB922":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"dishenggg":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"MadLamprey":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"Tim-Siu":{"java":0,"js":18,"css":31,"json":0,"md":10,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0}},"authorContributionVariance":{"xenosf":0.0,"sopa301":0.0,"mingyuanc":0.0,"jingting1412":13179.181,"KevinEyo1":38500.617,"LamJiuFong":531.8698,"yiwen101":8315923.5,"jonasongg":0.0,"domoberzin":0.0,"asdfghjkxd":0.0,"yuanxi1":0.0,"supermii2":0.0,"marquestye":0.0,"nknguyenhc":0.0,"Arif-Khalid":0.0,"NereusWB922":0.0,"dishenggg":0.0,"MadLamprey":0.0,"Tim-Siu":30.098597},"authorDisplayNameMap":{"xenosf":"XENO..NONG","sopa301":"POON..RYAN","mingyuanc":"CHIN..YUAN","jingting1412":"WANG..TING","KevinEyo1":"EYO ..EVIN","LamJiuFong":"LAM ..FONG","yiwen101":"WANG..IWEN","jonasongg":"JONA.. WEI","domoberzin":"DOMI.. GIN","asdfghjkxd":"GEOR.. YAO","yuanxi1":"ZHU ..ANXI","supermii2":"ALVI..S NG","marquestye":"TYE ..QUES","nknguyenhc":"NGUY..UYEN","Arif-Khalid":"ARIF..ALID","NereusWB922":"NERE.. BIN","dishenggg":"YEO ..HENG","MadLamprey":"MISR..ITYA","Tim-Siu":"XU S..UYAO"}} +{"authorDailyContributionsMap":{"xenosf":[],"sopa301":[],"mingyuanc":[],"jingting1412":[{"date":"2024-01-25","commitResults":[{"hash":"613461c0ed23970046e1b17a2099ac5b2df71200","isMergeCommit":false,"messageTitle":"Replacing default icon for conversion (#2389)","messageBody":"Change default favicon for conversions","fileTypesAndContributionMap":{"js":{"insertions":24,"deletions":24},"njk":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-04","commitResults":[{"hash":"a44bdaa163ab457753e8e737711b2843dbcc9512","isMergeCommit":false,"messageTitle":"Combining syntax cheat sheet and full syntax reference pages (#2426)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":91,"deletions":142},"json":{"insertions":2,"deletions":4},"njk":{"insertions":71,"deletions":0}}}]},{"date":"2024-03-08","commitResults":[{"hash":"7d10b69845d4c3bdcaa862fd4bb1d053128d0c21","isMergeCommit":false,"messageTitle":"Add pageNav and info box to readerFacingFeatures page","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":7,"deletions":3}}}]},{"date":"2024-04-08","commitResults":[{"hash":"147899a56e5731aa08b10277cf9d9047cecb2d90","isMergeCommit":false,"messageTitle":"Add portfolio template for init command","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":593,"deletions":0},"md":{"insertions":517,"deletions":0},"js":{"insertions":91,"deletions":0},"json":{"insertions":83,"deletions":0}}}]}],"KevinEyo1":[{"date":"2024-02-24","commitResults":[{"hash":"8bac97a3f0143e39c601e34a4761a4a0669eba97","isMergeCommit":false,"messageTitle":"GitHub Actions: add check for empty commit message","messageBody":"There is no checking of proposed commit message presence.\r\n\r\nPR authors may forget to include proposed commit message.\r\n\r\nAdding a check using GitHub Actions will help remind and ensure\r\nthat authors don\u0027t miss out on filling in the commit message.\r\n\r\nLet\u0027s add a job to the a new workflow, pr-message-reminder.yml\r\nfile to help automate checking and reminding of filling in the\r\nproposed commit message for each PR.\r\n\r\nThis approach automates the process, without having to have\r\nother users check and remind PR authors themselves. Adding the\r\nnew job to a new workflow will allow greater control of job triggers\r\nwhile maintaining clean code.","fileTypesAndContributionMap":{"yml":{"insertions":39,"deletions":0},"py":{"insertions":15,"deletions":0}}}]},{"date":"2024-03-04","commitResults":[{"hash":"e6e639d23136709d0b1784d22fdc4148485252ec","isMergeCommit":false,"messageTitle":"Upgrade simple-git version (#2439)","messageBody":"simple-git version: update to latest version\r\n\r\nsimple-git was not updated. Currently used version should no\r\nlonger be used due to security advisory.\r\n\r\nUpdating it avoids newly found vulnerabilities.\r\n\r\nLet\u0027s update it to the current latest version.","fileTypesAndContributionMap":{"json":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-10","commitResults":[{"hash":"1c01cfb9351a6696b2dafafab545a868a897211e","isMergeCommit":false,"messageTitle":"UG: update wording of UG (#2440)","messageBody":"Wording might mislead readers into thinking that PageNavs\r\ncannot be used in normal pages.\r\n\r\nUpdating the wording will allow readers to know that\r\nindividual pages can also use PageNavs.\r\n\r\nLet\u0027s update the wording to be clearer and more explicit.\r\n\r\nCo-authored-by: david \u003c71922282+itsyme@users.noreply.github.com\u003e\r\n\r\n---------\r\n\r\nCo-authored-by: david \u003c71922282+itsyme@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"md":{"insertions":1,"deletions":1}}}]},{"date":"2024-03-30","commitResults":[{"hash":"e95e5885ef9306e92adc1bc7f6228c27ed76c86c","isMergeCommit":false,"messageTitle":"Utilize GitHub Actions to check for SEMVER impact label (#2470)","messageBody":"It is easy to forget to label PRs with their SEMVER impact when\r\nmerging.\r\n\r\nAdding a workflow to automate labelling will help prevent\r\nusers from missing labels when merging.\r\n\r\nLet\u0027s check the PR body description for user selected impact,\r\nand automatically add the label to the PR when merging.\r\n\r\nThis approach allows the user to not even have to add the label\r\nthemselves.","fileTypesAndContributionMap":{"yml":{"insertions":69,"deletions":0}}},{"hash":"011808d72db7321d00db0ea2765c35999ac7525e","isMergeCommit":false,"messageTitle":"MarkBind templates: add a project-specific template (#2400)","messageBody":"MarkBind has default and minimal templates.\r\n\r\nMarkBind lacks a specific template for project documentation,\r\nlimiting its appeal to users seeking specialized starting points.\r\n\r\nCreating a new template for such users enhances MarkBind\u0027s\r\nusability by providing a tailored starting point for creating\r\nproject documentation, encouraging more users to choose\r\nMarkBind for their documentation needs.\r\n\r\nLet\u0027s add a project template option during MarkBind\r\ninitialization that generates a template specifically to project\r\ndocumentation needs, with a User Guide and Developer Guide.\r\n\r\nThis approach directly addresses the gap for specialized\r\ndocumentation templates, making MarkBind a more attractive\r\noption for project maintainers.","fileTypesAndContributionMap":{"css":{"insertions":594,"deletions":0},"md":{"insertions":838,"deletions":1},"js":{"insertions":534,"deletions":0},"json":{"insertions":205,"deletions":0}}}]},{"date":"2024-04-07","commitResults":[{"hash":"fa483439e7057b002287d4b96d017cecf99481a3","isMergeCommit":false,"messageTitle":"Add `once` attribute to custom lists so attributes only apply to current item","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":169,"deletions":1},"js":{"insertions":91,"deletions":1}}}]},{"date":"2024-04-11","commitResults":[{"hash":"362f7611f4560f69bece75cf550394dd3906a7b0","isMergeCommit":false,"messageTitle":"Add references between image and pic in UG","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":12,"deletions":0}}},{"hash":"889836c6f0e29063a3ae6dcf417bbeef0d80c17c","isMergeCommit":false,"messageTitle":"Add a reminder when contributor is new to ping all contributor bot","messageBody":"","fileTypesAndContributionMap":{"yml":{"insertions":45,"deletions":0}}}]}],"LamJiuFong":[{"date":"2024-02-17","commitResults":[{"hash":"2647090c14283e8f108f478495c5cba4514023c4","isMergeCommit":false,"messageTitle":"Allow `markbind serve` to specify custom host #2382 (#2395)","messageBody":"Allow markbind serve to specify custom host\r\n\r\nCo-authored-by: Jiu Fong Lam \u003c\u003e","fileTypesAndContributionMap":{"md":{"insertions":5,"deletions":3},"js":{"insertions":48,"deletions":8}}}]},{"date":"2024-02-29","commitResults":[{"hash":"933655950dc65c079f911f6867b0a4d02e49f54d","isMergeCommit":false,"messageTitle":"Migrate stylelint to latest version #2292 (#2425)","messageBody":"Migrate stylelint to latest version ^16.0.0\r\nAdd devdependency \"stylelint-config-recommended-vue\"\r\nAdd plugin @stylistic/stylelint-plugin\r\nAdd dependency postcss@^8.4.35\r\nFix syntax to obey new rules\r\n\r\n---------\r\n\r\nCo-authored-by: Jiu Fong Lam \u003c\u003e","fileTypesAndContributionMap":{"css":{"insertions":72,"deletions":82},"vue":{"insertions":29,"deletions":47},"js":{"insertions":4,"deletions":3},"json":{"insertions":8,"deletions":3}}}]},{"date":"2024-03-17","commitResults":[{"hash":"371228d0a255d8b34fe24045a32692b79932fd7f","isMergeCommit":false,"messageTitle":"Add lazy property to pic and annotate","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":6,"deletions":4},"vue":{"insertions":47,"deletions":15}}}]},{"date":"2024-04-07","commitResults":[{"hash":"8ad1b0c7e1b5bc42635a83398701f256ada274f2","isMergeCommit":false,"messageTitle":"Add defer attribute to scripts in page template (#2492)","messageBody":"","fileTypesAndContributionMap":{"njk":{"insertions":4,"deletions":4}}}]}],"yiwen101":[{"date":"2024-02-12","commitResults":[{"hash":"7d9cf5a1aff00079400f020a71ad03332dc6d8f8","isMergeCommit":false,"messageTitle":"Add documentation on troubleshooting rendering markdown","messageBody":"* Update trouble shooting\r\n\r\n* Update code examples in affected presentation components\r\n\r\n* Update message for presentation component\r\n\r\n* Revert unrelated changes\r\n\r\n* Fix links\r\n\r\n* Update docs/userGuide/components/presentation.md\r\n\r\nCo-authored-by: Chan Yu Cheng \u003c77204346+yucheng11122017@users.noreply.github.com\u003e\r\n\r\n* Revert distracting changes made by formatter\r\n\r\n* Revert distracting changes by formatter2\r\n\r\n* Migrate to codeAndOutput\r\n\r\n* Updade doc\r\n\r\n* Update presentation.md\r\n\r\n* Update ug\r\n\r\n* Clean formatting error\r\n\r\n* Proof read\r\n\r\n* Improve formatting\r\n\r\n* Improve format\r\n\r\n* Improve format\r\n\r\n* Update troubleshooting.md\r\n\r\n* Update troubleshooting.md\r\n\r\n---------\r\n\r\nCo-authored-by: Chan Yu Cheng \u003c77204346+yucheng11122017@users.noreply.github.com\u003e","fileTypesAndContributionMap":{"md":{"insertions":81,"deletions":10}}}]},{"date":"2024-02-25","commitResults":[{"hash":"ef502dbf57d5b798ec535c4d4a62f62b5dd2588f","isMergeCommit":false,"messageTitle":" Fix external styles and script not hoisted by externals (#2414)","messageBody":"Also add warning in documentation that styles in hoisted\r\nexternal will also affect the rest of the page","fileTypesAndContributionMap":{"md":{"insertions":27,"deletions":0},"json":{"insertions":13,"deletions":0},"js":{"insertions":16,"deletions":0}}}]},{"date":"2024-03-18","commitResults":[{"hash":"dd4bfd3288e02174d39005654a4891fa5d88698f","isMergeCommit":false,"messageTitle":"Fix issue of cannot import footnote from hash","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":9,"deletions":0},"js":{"insertions":10,"deletions":1}}}]},{"date":"2024-03-29","commitResults":[{"hash":"66591c50686edbeb4d1ea33d7365ea4fc363dab5","isMergeCommit":false,"messageTitle":"Implement efficient validation for hash intra-link (#2465)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":12,"deletions":12}}}]},{"date":"2024-04-04","commitResults":[{"hash":"c268733678094626ac4df26c0091d99df58c16ef","isMergeCommit":false,"messageTitle":"Fix stray space before popover and tooltip (#2486)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":5,"deletions":0},"vue":{"insertions":6,"deletions":9},"js":{"insertions":1,"deletions":1}}}]},{"date":"2024-04-09","commitResults":[{"hash":"e0e923985f3185c800ea5755bb4f6fb4fc6ff9a8","isMergeCommit":false,"messageTitle":"Support Bootstrap icons","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":16664,"deletions":0},"md":{"insertions":18,"deletions":2},"json":{"insertions":16427,"deletions":0},"js":{"insertions":22,"deletions":0},"njk":{"insertions":1,"deletions":0}}}]}],"jonasongg":[],"domoberzin":[],"asdfghjkxd":[],"yuanxi1":[],"supermii2":[],"marquestye":[],"nknguyenhc":[],"Arif-Khalid":[],"NereusWB922":[],"dishenggg":[],"MadLamprey":[],"Tim-Siu":[{"date":"2024-01-28","commitResults":[{"hash":"25326afde09843a79c4c6efb8bf0d8733844d415","isMergeCommit":false,"messageTitle":"Correct broken UG external link (#2392)","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":2,"deletions":2}}}]},{"date":"2024-02-01","commitResults":[{"hash":"67ae4b134ce35eacad680850b7233e39a516b71e","isMergeCommit":false,"messageTitle":"Use a more noticeable color for highlight words in fenced code under dark theme","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":8,"deletions":8}}}]},{"date":"2024-02-28","commitResults":[{"hash":"990d6136d1103ceae3005f1fe72be920cc7a6448","isMergeCommit":false,"messageTitle":"Automatically enforce soft-wrapping and add line-numbers when code is cut off for printing","messageBody":"","fileTypesAndContributionMap":{"css":{"insertions":29,"deletions":4},"md":{"insertions":10,"deletions":0},"js":{"insertions":18,"deletions":0}}}]}]},"authorFileTypeContributionMap":{"xenosf":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"sopa301":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"mingyuanc":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"jingting1412":{"java":0,"js":115,"css":676,"json":85,"md":615,"mbd":0,"mbdf":0,"njk":72,"py":0,"vue":0,"yml":0},"KevinEyo1":{"java":0,"js":625,"css":675,"json":206,"md":1017,"mbd":0,"mbdf":0,"njk":0,"py":15,"vue":0,"yml":153},"LamJiuFong":{"java":0,"js":52,"css":71,"json":7,"md":11,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":69,"yml":0},"yiwen101":{"java":0,"js":48,"css":33384,"json":16440,"md":151,"mbd":0,"mbdf":0,"njk":1,"py":0,"vue":6,"yml":0},"jonasongg":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"domoberzin":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"asdfghjkxd":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"yuanxi1":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"supermii2":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"marquestye":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"nknguyenhc":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"Arif-Khalid":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"NereusWB922":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"dishenggg":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"MadLamprey":{"java":0,"js":0,"css":0,"json":0,"md":0,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0},"Tim-Siu":{"java":0,"js":18,"css":31,"json":0,"md":10,"mbd":0,"mbdf":0,"njk":0,"py":0,"vue":0,"yml":0}},"authorContributionVariance":{"xenosf":0.0,"sopa301":0.0,"mingyuanc":0.0,"jingting1412":12983.359,"KevinEyo1":37935.07,"LamJiuFong":524.00494,"yiwen101":8191831.5,"jonasongg":0.0,"domoberzin":0.0,"asdfghjkxd":0.0,"yuanxi1":0.0,"supermii2":0.0,"marquestye":0.0,"nknguyenhc":0.0,"Arif-Khalid":0.0,"NereusWB922":0.0,"dishenggg":0.0,"MadLamprey":0.0,"Tim-Siu":29.651628},"authorDisplayNameMap":{"xenosf":"XENO..NONG","sopa301":"POON..RYAN","mingyuanc":"CHIN..YUAN","jingting1412":"WANG..TING","KevinEyo1":"EYO ..EVIN","LamJiuFong":"LAM ..FONG","yiwen101":"WANG..IWEN","jonasongg":"JONA.. WEI","domoberzin":"DOMI.. GIN","asdfghjkxd":"GEOR.. YAO","yuanxi1":"ZHU ..ANXI","supermii2":"ALVI..S NG","marquestye":"TYE ..QUES","nknguyenhc":"NGUY..UYEN","Arif-Khalid":"ARIF..ALID","NereusWB922":"NERE.. BIN","dishenggg":"YEO ..HENG","MadLamprey":"MISR..ITYA","Tim-Siu":"XU S..UYAO"}} diff --git a/reposense-logs/reposense.log.0 b/reposense-logs/reposense.log.0 index f9f423d..5a6ead1 100644 --- a/reposense-logs/reposense.log.0 +++ b/reposense-logs/reposense.log.0 @@ -1,1546 +1,1546 @@ -Apr 11, 2024 12:02:17 AM reposense.system.LogsManager addFileHandler +Apr 12, 2024 12:02:21 AM reposense.system.LogsManager addFileHandler INFO: Log temp folder has been successfully created -Apr 11, 2024 12:02:17 AM reposense.parser.CsvParser validateHeader +Apr 12, 2024 12:02:21 AM reposense.parser.CsvParser validateHeader INFO: Parsed header of CSV file, repo-config.csv, and recognized columns: Ignore Standalone Config, Repository's Location, Branch, Shallow Cloning, File formats, Ignore Glob List, Ignore Authors List, Find Previous Authors, Ignore Commits List -Apr 11, 2024 12:02:17 AM reposense.parser.CsvParser validateHeader +Apr 12, 2024 12:02:21 AM reposense.parser.CsvParser validateHeader INFO: Parsed header of CSV file, author-config.csv, and recognized columns: Author's Emails, Repository's Location, Author's GitHub ID, Branch, Author's Display Name, Ignore Glob List, Author's Git Author Name -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:21 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:17 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias marquestye found. The alias will belong to the last author - marquestye -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias arif-khalid found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Arif-Khalid -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kevineyo1 found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - KevinEyo1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias domoberzin found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - domoberzin -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yuanxi1 found. The alias will belong to the last author - yuanxi1 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias dishenggg found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - dishenggg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - asdfghjkxd -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias supermii2 found. The alias will belong to the last author - supermii2 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jonasongg found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jonasongg -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nereuswb922 found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - NereusWB922 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lamjiufong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - LamJiuFong -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - xenosf -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yiwen101 found. The alias will belong to the last author - yiwen101 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sopa301 found. The alias will belong to the last author - sopa301 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias mingyuanc found. The alias will belong to the last author - mingyuanc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nknguyenhc found. The alias will belong to the last author - nknguyenhc -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jingting1412 found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - jingting1412 -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias tim-siu found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - Tim-Siu -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias sean leong found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jiachen found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Apr 12, 2024 12:02:22 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias lzq found. The alias will belong to the last author - MadLamprey -Apr 11, 2024 12:02:18 AM reposense.git.GitConfig getGlobalGitLfsConfig +Apr 12, 2024 12:02:22 AM reposense.git.GitConfig getGlobalGitLfsConfig WARNING: Could not get global git lfs config java.lang.RuntimeException: reposense.system.CommandRunnerProcessException: Error returned from command git config --global --list on path . : fatal: unable to read config file '/home/runner/.gitconfig': No such file or directory @@ -1556,115 +1556,115 @@ fatal: unable to read config file '/home/runner/.gitconfig': No such file or dir at reposense.system.CommandRunner.runCommand(CommandRunner.java:21) ... 3 more -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/CATcher-org/WATcher.git... -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner spawnCloneProcess +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/TEAMMATES/teammates.git... -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner spawnCloneProcess +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/CATcher-org/WATcher.git... +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/markbind/markbind.git... -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner spawnCloneProcess +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/reposense/reposense.git... -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/reposense/reposense.git to complete... -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/TEAMMATES/teammates.git to complete... -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/reposense/reposense.git to complete... +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/CATcher-org/WATcher.git to complete... -Apr 11, 2024 12:02:18 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/markbind/markbind.git to complete... -Apr 11, 2024 12:02:19 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/CATcher-org/WATcher.git completed! -Apr 11, 2024 12:02:19 AM reposense.report.RepoCloner spawnCloneProcess +Apr 12, 2024 12:02:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/CATcher-org/CATcher.git... -Apr 11, 2024 12:02:19 AM reposense.report.ReportGenerator analyzeRepos +Apr 12, 2024 12:02:23 AM reposense.report.ReportGenerator analyzeRepos INFO: [1/6] Analyzing https://github.com/CATcher-org/WATcher.git (main)... -Apr 11, 2024 12:02:19 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/CATcher-org/CATcher.git to complete... -Apr 11, 2024 12:02:19 AM reposense.report.ReportGenerator updateRepoConfig +Apr 12, 2024 12:02:23 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/CATcher-org/WATcher.git (main) does not contain a standalone config file. -Apr 11, 2024 12:02:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Apr 12, 2024 12:02:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/CATcher-org/WATcher.git (main)... -Apr 11, 2024 12:02:21 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/CATcher-org/CATcher.git completed! -Apr 11, 2024 12:02:21 AM reposense.report.RepoCloner spawnCloneProcess +Apr 12, 2024 12:02:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/se-edu/addressbook-level3.git... -Apr 11, 2024 12:02:21 AM reposense.report.ReportGenerator analyzeRepos +Apr 12, 2024 12:02:25 AM reposense.report.ReportGenerator analyzeRepos INFO: [2/6] Analyzing https://github.com/CATcher-org/CATcher.git (master)... -Apr 11, 2024 12:02:21 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/se-edu/addressbook-level3.git to complete... -Apr 11, 2024 12:02:21 AM reposense.report.ReportGenerator updateRepoConfig +Apr 12, 2024 12:02:25 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/CATcher-org/CATcher.git (master) does not contain a standalone config file. -Apr 11, 2024 12:02:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Apr 12, 2024 12:02:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/CATcher-org/CATcher.git (master)... -Apr 11, 2024 12:02:22 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/markbind/markbind.git completed! -Apr 11, 2024 12:02:22 AM reposense.report.ReportGenerator analyzeRepos +Apr 12, 2024 12:02:26 AM reposense.report.ReportGenerator analyzeRepos INFO: [3/6] Analyzing https://github.com/markbind/markbind.git (master)... -Apr 11, 2024 12:02:23 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/se-edu/addressbook-level3.git completed! -Apr 11, 2024 12:02:23 AM reposense.report.ReportGenerator analyzeRepos +Apr 12, 2024 12:02:27 AM reposense.report.ReportGenerator analyzeRepos INFO: [4/6] Analyzing https://github.com/se-edu/addressbook-level3.git (master)... -Apr 11, 2024 12:02:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/markbind/markbind.git (master) does not contain a standalone config file. -Apr 11, 2024 12:02:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/markbind/markbind.git (master)... -Apr 11, 2024 12:02:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/CATcher-org/CATcher.git (master)... -Apr 11, 2024 12:02:23 AM reposense.report.ReportGenerator updateRepoConfig +Apr 12, 2024 12:02:27 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/se-edu/addressbook-level3.git (master) does not contain a standalone config file. -Apr 11, 2024 12:02:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Apr 12, 2024 12:02:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/se-edu/addressbook-level3.git (master)... -Apr 11, 2024 12:02:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Apr 12, 2024 12:02:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/CATcher-org/CATcher.git (master)... +Apr 12, 2024 12:02:27 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/markbind/markbind.git (master) does not contain a standalone config file. +Apr 12, 2024 12:02:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/markbind/markbind.git (master)... +Apr 12, 2024 12:02:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/se-edu/addressbook-level3.git (master)... -Apr 11, 2024 12:02:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Apr 12, 2024 12:02:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/CATcher-org/WATcher.git (main)... -Apr 11, 2024 12:02:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Apr 12, 2024 12:02:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/CATcher-org/CATcher.git (master)... -Apr 11, 2024 12:02:24 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/CATcher-org/CATcher.git (master) completed! -Apr 11, 2024 12:02:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Apr 12, 2024 12:02:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/se-edu/addressbook-level3.git (master)... -Apr 11, 2024 12:02:24 AM reposense.report.ReportGenerator analyzeRepo +Apr 12, 2024 12:02:28 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/se-edu/addressbook-level3.git (master) completed! -Apr 11, 2024 12:02:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Apr 12, 2024 12:02:28 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/CATcher-org/CATcher.git (master) completed! +Apr 12, 2024 12:02:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/CATcher-org/WATcher.git (main)... -Apr 11, 2024 12:02:24 AM reposense.report.ReportGenerator analyzeRepo +Apr 12, 2024 12:02:28 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/CATcher-org/WATcher.git (main) completed! -Apr 11, 2024 12:02:28 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/reposense/reposense.git completed! -Apr 11, 2024 12:02:28 AM reposense.report.ReportGenerator analyzeRepos +Apr 12, 2024 12:02:32 AM reposense.report.ReportGenerator analyzeRepos INFO: [5/6] Analyzing https://github.com/reposense/reposense.git (master)... -Apr 11, 2024 12:02:28 AM reposense.report.ReportGenerator updateRepoConfig +Apr 12, 2024 12:02:32 AM reposense.report.ReportGenerator updateRepoConfig INFO: Ignoring standalone config file in https://github.com/reposense/reposense.git (master). -Apr 11, 2024 12:02:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Apr 12, 2024 12:02:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/reposense/reposense.git (master)... -Apr 11, 2024 12:02:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Apr 12, 2024 12:02:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/reposense/reposense.git (master)... -Apr 11, 2024 12:02:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Apr 12, 2024 12:02:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/reposense/reposense.git (master)... -Apr 11, 2024 12:02:34 AM reposense.report.ReportGenerator analyzeRepo +Apr 12, 2024 12:02:38 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/reposense/reposense.git (master) completed! -Apr 11, 2024 12:02:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Apr 12, 2024 12:02:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/markbind/markbind.git (master)... -Apr 11, 2024 12:02:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Apr 12, 2024 12:02:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/markbind/markbind.git (master)... -Apr 11, 2024 12:02:35 AM reposense.report.ReportGenerator analyzeRepo +Apr 12, 2024 12:02:39 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/markbind/markbind.git (master) completed! -Apr 11, 2024 12:02:41 AM reposense.report.RepoCloner waitForCloneProcess +Apr 12, 2024 12:02:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/TEAMMATES/teammates.git completed! -Apr 11, 2024 12:02:41 AM reposense.report.ReportGenerator analyzeRepos +Apr 12, 2024 12:02:44 AM reposense.report.ReportGenerator analyzeRepos INFO: [6/6] Analyzing https://github.com/TEAMMATES/teammates.git (master)... -Apr 11, 2024 12:02:41 AM reposense.report.ReportGenerator updateRepoConfig +Apr 12, 2024 12:02:44 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/TEAMMATES/teammates.git (master) does not contain a standalone config file. -Apr 11, 2024 12:02:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Apr 12, 2024 12:02:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/TEAMMATES/teammates.git (master)... -Apr 11, 2024 12:03:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Apr 12, 2024 12:03:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/TEAMMATES/teammates.git (master)... -Apr 11, 2024 12:03:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Apr 12, 2024 12:03:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/TEAMMATES/teammates.git (master)... -Apr 11, 2024 12:03:19 AM reposense.report.ReportGenerator analyzeRepo +Apr 12, 2024 12:03:22 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/TEAMMATES/teammates.git (master) completed! -Apr 11, 2024 12:03:19 AM reposense.report.ReportGenerator generateReposReport +Apr 12, 2024 12:03:22 AM reposense.report.ReportGenerator generateReposReport INFO: The report is generated at /home/runner/work/2024-dashboard/2024-dashboard/reposense-report -Apr 11, 2024 12:03:19 AM reposense.RepoSense main -INFO: Elapsed processing time: 1 minute(s) 2.23 second(s) +Apr 12, 2024 12:03:23 AM reposense.RepoSense main +INFO: Elapsed processing time: 1 minute(s) 1.47 second(s) diff --git a/summary.json b/summary.json index 5b89cfe..481086f 100644 --- a/summary.json +++ b/summary.json @@ -1 +1 @@ -{"repoSenseVersion":"5cd529fb46","reportGeneratedTime":"Thu Apr 11 08:02:18 2024 UTC+08:00","reportGenerationTime":" 1 minute(s) 1.92 second(s)","zoneId":"UTC+08:00","reportTitle":"RepoSense Report","repos":[{"location":{"location":"https://github.com/markbind/markbind.git","repoName":"markbind","organization":"markbind","domainName":"github"},"branch":"master","displayName":"markbind/markbind[master]","outputFolderName":"markbind_markbind_master"},{"location":{"location":"https://github.com/reposense/reposense.git","repoName":"reposense","organization":"reposense","domainName":"github"},"branch":"master","displayName":"reposense/reposense[master]","outputFolderName":"reposense_reposense_master"},{"location":{"location":"https://github.com/se-edu/addressbook-level3.git","repoName":"addressbook-level3","organization":"se-edu","domainName":"github"},"branch":"master","displayName":"se-edu/addressbook-level3[master]","outputFolderName":"se-edu_addressbook-level3_master"},{"location":{"location":"https://github.com/TEAMMATES/teammates.git","repoName":"teammates","organization":"TEAMMATES","domainName":"github"},"branch":"master","displayName":"TEAMMATES/teammates[master]","outputFolderName":"TEAMMATES_teammates_master"},{"location":{"location":"https://github.com/CATcher-org/CATcher.git","repoName":"CATcher","organization":"CATcher-org","domainName":"github"},"branch":"master","displayName":"CATcher-org/CATcher[master]","outputFolderName":"CATcher-org_CATcher_master"},{"location":{"location":"https://github.com/CATcher-org/WATcher.git","repoName":"WATcher","organization":"CATcher-org","domainName":"github"},"branch":"main","displayName":"CATcher-org/WATcher[main]","outputFolderName":"CATcher-org_WATcher_main"}],"errorSet":[],"sinceDate":"2023-12-01","untilDate":"2024-04-11","isSinceDateProvided":true,"isUntilDateProvided":false,"supportedDomainUrlMap":{"NOT_RECOGNIZED":{"BRANCH":"","REPO_URL":"UNSUPPORTED","BASE_URL":"UNSUPPORTED","HISTORY_PATH":"","COMMIT_PATH":"","BLAME_PATH":""},"github":{"BRANCH":"tree/$BRANCH","REPO_URL":"https://github.com/$ORGANIZATION/$REPO_NAME/","BASE_URL":"https://github.com/","HISTORY_PATH":"commits/$BRANCH/$FILE_PATH","COMMIT_PATH":"commit/$COMMIT_HASH","BLAME_PATH":"blame/$BRANCH/$FILE_PATH"}}} +{"repoSenseVersion":"5cd529fb46","reportGeneratedTime":"Fri Apr 12 08:02:22 2024 UTC+08:00","reportGenerationTime":" 1 minute(s) 1.15 second(s)","zoneId":"UTC+08:00","reportTitle":"RepoSense Report","repos":[{"location":{"location":"https://github.com/markbind/markbind.git","repoName":"markbind","organization":"markbind","domainName":"github"},"branch":"master","displayName":"markbind/markbind[master]","outputFolderName":"markbind_markbind_master"},{"location":{"location":"https://github.com/reposense/reposense.git","repoName":"reposense","organization":"reposense","domainName":"github"},"branch":"master","displayName":"reposense/reposense[master]","outputFolderName":"reposense_reposense_master"},{"location":{"location":"https://github.com/se-edu/addressbook-level3.git","repoName":"addressbook-level3","organization":"se-edu","domainName":"github"},"branch":"master","displayName":"se-edu/addressbook-level3[master]","outputFolderName":"se-edu_addressbook-level3_master"},{"location":{"location":"https://github.com/TEAMMATES/teammates.git","repoName":"teammates","organization":"TEAMMATES","domainName":"github"},"branch":"master","displayName":"TEAMMATES/teammates[master]","outputFolderName":"TEAMMATES_teammates_master"},{"location":{"location":"https://github.com/CATcher-org/CATcher.git","repoName":"CATcher","organization":"CATcher-org","domainName":"github"},"branch":"master","displayName":"CATcher-org/CATcher[master]","outputFolderName":"CATcher-org_CATcher_master"},{"location":{"location":"https://github.com/CATcher-org/WATcher.git","repoName":"WATcher","organization":"CATcher-org","domainName":"github"},"branch":"main","displayName":"CATcher-org/WATcher[main]","outputFolderName":"CATcher-org_WATcher_main"}],"errorSet":[],"sinceDate":"2023-12-01","untilDate":"2024-04-12","isSinceDateProvided":true,"isUntilDateProvided":false,"supportedDomainUrlMap":{"NOT_RECOGNIZED":{"BRANCH":"","REPO_URL":"UNSUPPORTED","BASE_URL":"UNSUPPORTED","HISTORY_PATH":"","COMMIT_PATH":"","BLAME_PATH":""},"github":{"BRANCH":"tree/$BRANCH","REPO_URL":"https://github.com/$ORGANIZATION/$REPO_NAME/","BASE_URL":"https://github.com/","HISTORY_PATH":"commits/$BRANCH/$FILE_PATH","COMMIT_PATH":"commit/$COMMIT_HASH","BLAME_PATH":"blame/$BRANCH/$FILE_PATH"}}}